@charset "utf-8";

/*----------
KV
----------*/
.kv {
  background-color: #ffffff;
}

.kv .container {
  width: 100%;
  margin: 60px auto 0;
}

@media only screen and (min-width: 768px) {
  .kv .container {
    max-width: 900px;
  }
}


/*----------
LEAD
----------*/
.lead .container {
  width: 100%;
  margin: 60px auto 0;
}

.lead p {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead .container {
    width: 900px;
    margin: 120px auto 0;
  }
}


/*----------
SUB
----------*/
.sub .container {
  width: 100%;
  margin: 60px auto 0;
}

.sub .image {
  position: relative;
  overflow: hidden;
}

.sub .image h4 {
  position: absolute;
  bottom: 40px;
  left: 0%;
  width: 100%;
  font-size: min(4.186046511627907vw, 18px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.sub .text p {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .sub .container {
    width: 900px;
    margin: 120px auto 0;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sub .image {
    width: 400px;
  }

  .sub .text {
    width: 350px;
  }

  .sub .text h4 {
    font-size: min(4.186046511627907vw, 18px);
    line-height: 1.5;
    color: #000000;
    text-align: left;
    margin-block: var(--leading-trim);
  }

  .sub .text p {
    width: 100%;
    margin: 0;
    padding-top: 20px;
  }
}


/*----------
ANCHOR LINK
----------*/
.anchorlink .container {
  width: 100%;
  margin: 60px auto 0;
}

.anchorlink ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.anchorlink li {
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #006622;
  text-align: center;
  margin-block: var(--leading-trim);
}

.anchorlink .arrow {
  position: relative;
  display: block;
  width: 16.6px;
  height: 5.5px;
  margin: 0 auto;
}

.anchorlink .arrow::before,
.anchorlink .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #006622;
  transform-origin: 50% calc(100% - 0.5px);
}

.anchorlink .arrow::before {
  transform: rotate(60deg);
}

.anchorlink .arrow::after {
  transform: rotate(-60deg);
}

@media only screen and (min-width: 768px) {
  .anchorlink .container {
    width: 900px;
    margin: 120px auto 0;
    padding: 0 50px;
  }
}


/*----------
ITEM
----------*/
#men.item .container {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
}

#women.item .container {
  width: calc(100% - 20px * 2);
  margin: 60px auto 0;
}

.item .separator {
  display: flex;
  align-items: center;
}

.item .separator:before,
.item .separator:after {
  content: "";
  height: 1px;
  flex-grow: 1;
}

#men.item .separator:before,
#men.item .separator:after {
  background-color: #006622;
}

#women.item .separator:before,
#women.item .separator:after {
  background-color: #CC0000;
}

.item .separator:before {
  margin-right: 20px;
}

.item .separator:after {
  margin-left: 20px;
}

.item .separator img {
  width: 24px;
}

.item .title {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item .title h5 {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1.5;
  text-align: left;
  margin-block: var(--leading-trim);
}

#men.item .title h5 {
  color: #006622;
}

#women.item .title h5 {
  color: #CC0000;
}

.item .title p {
  font-size: min(5.5813953488372094vw, 24px);
  line-height: 1.5;
  text-align: right;
  margin-block: var(--leading-trim);
}

#men.item .title p {
  color: #006622;
}

#women.item .title p {
  color: #CC0000;
}

.item .item-area {
  margin: 40px auto 0;
}

.item .item-area .item-txt {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}

.item .item-area h6 {
  padding-top: 30px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
}

#men.item .item-area h6 {
  color: #006622;
}

#women.item .item-area h6 {
  color: #CC0000;
}

.item .item-area p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item .item-area .credit {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item .item-area .credit .name a {
  font-size: min(2.3255813953488373vw, 10px);
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item .item-area .credit .btn a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 0px 15px;
  background-color: #000000;
  border: 1px solid #000000;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.item .item-area .credit .btn a:hover {
  color: #000000;
  background: #ffffff;
}

.item .otherlink {
  margin: 60px auto 0;
  text-align: center;
}

.item .otherlink .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item .otherlink .btn a {
  padding: 10px 34px 10px 50px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.item .otherlink .btn .text {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item .otherlink .btn .arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 1px;
  margin: 3px 0 3px 10px;
  border-radius: 9999px;
  background-color: #000000;
}

.item .otherlink .btn .arrow::before,
.item .otherlink .btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.item .otherlink .btn .arrow::before {
  transform: rotate(45deg);
}

.item .otherlink .btn .arrow::after {
  transform: rotate(-45deg);
}

.item .otherlink .btn a:hover {
  background-color: #000000;
}

.item .otherlink .btn a:hover .text {
  color: #ffffff;
}

.item .otherlink .btn a:hover .arrow, 
.item .otherlink .btn a:hover .arrow::before, 
.item .otherlink .btn a:hover .arrow::after {
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  #men.item .container {
    width: 900px;
    margin: 80px auto 0;
  }

  #women.item .container {
    width: 900px;
    margin: 120px auto 0;
  }

  .item .title {
    margin: 80px auto 0;
  }

  .item .item-area {
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .item .item-area .item-img {
    width: 430px;
  }

  .item .item-area .item-txt {
    width: 430px;
    margin: 0;
    padding: 0 50px;
  }

  .item .item-area.part01 .item-img {
    order: 1;
  }

  .item .item-area.part01 .item-txt {
    order: 2;
  }

  .item .item-area.part02 .item-img {
    order: 2;
  }

  .item .item-area.part02 .item-txt {
    order: 1;
  }

  .item .otherlink {
    margin: 120px auto 0;
  }
}


/*----------
TIPS
----------*/
.tips .container {
  width: 100%;
  margin: 60px auto 0;
}

.tips.men-style .title {
  padding: 40px;
  background-color: #006622;
}

.tips.women-style .title {
  padding: 40px;
  background-color: #CC0000;
}

.tips .title h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(4.186046511627907vw, 18px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.tips .title h5::before, 
.tips .title h5::after {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url(/campaign/2025/holiday/1128/images/icon_star.png);
  background-size: cover;
}

.tips .title h5::before {
  margin-right: 10px;
}

.tips .title h5::after {
  margin-left: 10px;
}

.tips .title p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.tips .tips-area {
  margin: 40px auto 0;
}

.tips .tips-area .tips-txt {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}

.tips .tips-area:last-of-type .tips-txt {
  padding-bottom: 0;
  border-bottom: none;
}

.tips .tips-area h6 {
  padding-top: 30px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #006622;
  text-align: center;
  margin-block: var(--leading-trim);
}

.tips.tips.men-style .tips-area h6 {
  color: #006622;
}

.tips.tips.women-style .tips-area h6 {
  color: #CC0000;
}

.tips .tips-area p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.tips .tips-area .credit {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tips .tips-area .credit:nth-of-type(n+2) {
  margin: 10px auto 0;
}

.tips .tips-area .credit .name a {
  font-size: min(2.3255813953488373vw, 10px);
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.tips .tips-area .credit .btn a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 0px 15px;
  background-color: #000000;
  border: 1px solid #000000;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.tips .tips-area .credit .btn a:hover {
  color: #000000;
  background: #ffffff;
}

.tips .otherlink {
  margin: 60px auto 0;
  text-align: center;
}

.tips .otherlink .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tips .otherlink .btn a {
  padding: 10px 34px 10px 50px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.tips .otherlink .btn .text {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.tips .otherlink .btn .arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 1px;
  margin: 3px 0 3px 10px;
  border-radius: 9999px;
  background-color: #000000;
}

.tips .otherlink .btn .arrow::before,
.tips .otherlink .btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.tips .otherlink .btn .arrow::before {
  transform: rotate(45deg);
}

.tips .otherlink .btn .arrow::after {
  transform: rotate(-45deg);
}

.tips .otherlink .btn a:hover {
  background-color: #000000;
}

.tips .otherlink .btn a:hover .text {
  color: #ffffff;
}

.tips .otherlink .btn a:hover .arrow, 
.tips .otherlink .btn a:hover .arrow::before, 
.tips .otherlink .btn a:hover .arrow::after {
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .tips .container {
    margin: 120px auto 0;
  }

  .tips .title h5 {
    width: 900px;
    margin: 0 auto;
    padding: 0 50px;
  }

  .tips .title p {
    width: 900px;
    margin: 0 auto;
    padding: 20px 50px 0;
    text-align: center;
  }

  .tips .inner {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 20px;
  }

  .tips .tips-area {
    margin: 80px auto 0;
  }

  .tips .tips-area .tips-txt {
    width: calc(100% - 20px * 2);
    padding-bottom: 0;
    border-bottom: none;
  }

  .tips .otherlink {
    margin: 120px auto 0;
  }
}


/*----------
ANIMATION
----------*/
/* フェードイン */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}