@charset "utf-8";

/*----------
KV
----------*/
.kv {
  background-color: #ffffff;
}

.kv .container {
  width: 100%;
  margin: 60px auto 0;
  padding-top: 58.13vw;
  position: relative;
}

.kv .container h3 {
  position: absolute;
  top: 8.13%;
  left: 8.13%;
  font-size: min(11.627906976744185vw, 50px);
  line-height: 1;
  color: #006622;
  text-align: left;
  margin-block: var(--leading-trim);
}

.kv .container svg {
  width: 5.11%;
  max-width: 22px;
  position: absolute;
  top: 6.97%;
  right: 9.30%;
}

.kv .kv-img {
  width: 69.76%;
  max-width: 450px;
  margin: 0 auto -80px;
}

@media only screen and (min-width: 768px) {
  .kv .container {
    max-width: 900px;
    padding-top: 200px;
  }

  .kv .container h3 {
    top: 0;
  }

  .kv .container svg {
    top: 0;
  }
}


/*----------
LEAD
----------*/
.lead {
  background-color: #16182E;
  padding: 80px 0 60px;
}

.lead .container {
  width: 100%;
  margin: 0 auto;
}

.lead .logo {
  width: 41.86%;
  max-width: 250px;
  margin: 50px auto 0;
}

.lead p {
  padding-top: 40px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead {
    padding: 80px 0;
  }

  .lead .container {
    width: 900px;
  }

  .lead p {
    padding-top: 60px;
  }
}


/*----------
TITLE
----------*/
.title .container {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}

.title h4 {
  padding: 0 10px;
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #006622;
  text-align: center;
  margin-block: var(--leading-trim);
  display: inline-block;
  border-bottom: 1px solid #006622;
}

@media only screen and (min-width: 768px) {
  .title .container {
    margin: 120px auto 0;
  }
}


/*----------
SUB
----------*/
.sub .container {
  width: 100%;
  margin: 60px auto 0;
}

.sub .image {
  position: relative;
  overflow: hidden;
}

.sub .image h4 {
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #ffffff;
  margin-block: var(--leading-trim);
}

.sub.part01 .image h4 {
  top: 50%;
  right: 8.13%;
  text-align: right;
}

.sub.part02 .image h4 {
  top: 74.17%;
  left: 8.13%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .sub .container {
    max-width: 900px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sub .image {
    width: 33.33%;
  }
}


/*----------
SLIDE
----------*/
.slide .container {
  width: 100%;
  margin: 60px auto 0;
}

.slide .title {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide .title h5 {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  text-align: left;
  margin-block: var(--leading-trim);
}

.slide-men.slide .title h5 {
  color: #006622;
}

.slide-women.slide .title h5 {
  color: #CC0000;
}

.slide .title p {
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  text-align: right;
  margin-block: var(--leading-trim);
}

.slide-men.slide .title p {
  color: #006622;
}

.slide-women.slide .title p {
  color: #CC0000;
}

.swiper {
  margin: 20px auto 0;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .slide .container {
    margin: 120px auto 0;
  }

  .slide .title {
    width: 100%;
    max-width: 900px;
    padding: 0 50px;
  }
}


/*----------
ITEM
----------*/
.items .container {
  margin: 60px auto 0;
}

.items .item-group {
  width: 100%;
  position: relative;
}

.items .item-area {
  width: 100%;
  height: 180vw;
  padding-top: 30px;
  position: sticky;
  top: 0;
  z-index: 1;
  opacity: 0;
  /* filter: blur(5px); */
  /* transition: opacity 1s ease-in-out, filter 1.5s ease-in-out; */
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

.items .item-area.is-visible {
  opacity: 1;
  /* filter: blur(0); */
}

.items .item-area:nth-of-type(n+2) {
  padding-top: calc(var(--pad-top) + 30px);
  pointer-events: none;
}

.items h4 {
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
  position: relative;
  z-index: 99;
}

#menknit.items h4, 
#menacc.items h4 {
  color: #006622;
}

#womenknit.items h4, 
#womenacc.items h4 {
  color: #CC0000;
}

.items h4 span:nth-of-type(1) {
  font-size: min(3.7209302325581395vw, 16px);
}

.items h4 span:nth-of-type(2) {
  font-size: min(3.255813953488372vw, 14px);
}

.items .item-img {
  width: 81.39%;
  max-width: 350px;
  margin: 40px auto 0;
  pointer-events: auto;
  position: relative;
}

.items .item-area:nth-of-type(1) .item-img:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  background-image: url(/campaign/2025/holiday/1128/images/icon_star.png);
  background-size: cover;
}

.items .item-area:nth-of-type(1) .item-img::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  background-image: url(/campaign/2025/holiday/1128/images/icon_star.png);
  background-size: cover;
}

.items .rotate5 img {
  transform: rotate(5deg);
}

.items .rotate10 img {
  transform: rotate(10deg);
}

.items .rotate15 img {
  transform: rotate(15deg);
}

.items .rotate-3 img {
  transform: rotate(-3deg);
}

.items .rotate-5 img {
  transform: rotate(-5deg);
}

.items .rotate-10 img {
  transform: rotate(-10deg);
}

.items .modal-link {
  padding-top: 50px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
}

#menknit.items .modal-link, 
#menacc.items .modal-link {
  color: #006622;
}

#womenknit.items .modal-link, 
#womenacc.items .modal-link {
  color: #CC0000;
}

.items .credit-area {
  width: calc(100% - 50px * 2);
  margin: 0 auto;
}

.items .credit-area .credit {
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.items .credit-area .credit .name {
  font-size: min(2.3255813953488373vw, 10px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.items .credit-area .credit .btn {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  padding: 0px 15px;
  background-color: #000000;
  border: 1px solid #000000;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.items .credit-area .credit .btn:hover {
  color: #000000;
  background: #ffffff;
}

.items .otherlink {
  margin: 0 auto;
  text-align: center;
}

.items .otherlink .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.items .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);
}

.items .otherlink .btn .text {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.items .otherlink .btn .arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 1px;
  margin: 3px 0 3px 10px;
  border-radius: 9999px;
  background-color: #000000;
}

.items .otherlink .btn .arrow::before,
.items .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%;
}

.items .otherlink .btn .arrow::before {
  transform: rotate(45deg);
}

.items .otherlink .btn .arrow::after {
  transform: rotate(-45deg);
}

.items .otherlink .btn a:hover {
  background-color: #000000;
}

.items .otherlink .btn a:hover .text {
  color: #ffffff;
}

.items .otherlink .btn a:hover .arrow, 
.items .otherlink .btn a:hover .arrow::before, 
.items .otherlink .btn a:hover .arrow::after {
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .items .container {
    margin: 120px auto 0;
  }

  .items .item-inner {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .items .item-group {
    width: 500px;
    order: 1;
  }

  .items .item-area {
    height: 750px;
    padding-top: 50px;
  }

  .items .item-area:nth-of-type(n+2) {
    padding-top: calc(var(--pad-top) + 50px);
  }

  .items .item-img {
    margin: 60px auto 0;
  }

  .items .item-logo {
    position: sticky;
    top: 0;
    width: 400px;
    height: 750px;
    order: 1;
  }

  .items .item-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
  }
}


/*----------
BUYER
----------*/
.buyers .container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
}

.buyers .title h4 {
  padding: 0 10px;
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}

.buyers .title h5 {
  padding-top: 40px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.buyers .caption p {
  padding-top: 40px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  display: inline-block;
}

.buyers .subtitle h5 {
  padding-top: 60px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #C5990A;
  text-align: center;
  margin-block: var(--leading-trim);
  display: inline-block;
}

.buyers .recommenders .buyer-area {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
}

.buyers .recommenders .buyer-title {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.buyers .recommenders .buyer-name p:nth-of-type(1) {
  font-size: min(4.186046511627907vw, 18px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.buyers .recommenders .buyer-name p:nth-of-type(2) {
  padding-left: 20px;
  font-size: min(4.186046511627907vw, 18px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.buyers .recommenders .buyer-name p:nth-of-type(3) {
  padding-top: 20px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.buyers .recommenders .buyer-img {
  width: 100px;
}

.buyers .recommenders .buyer-profile {
  margin: 20px auto 0;
  padding: 20px;
  background-color: #16182E;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.buyers .recommenders .buyer-profile p:nth-of-type(1) {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.buyers .recommenders .buyer-profile p:nth-of-type(2) {
  padding-top: 10px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .buyers .container {
    width: 900px;
  }

  .buyers .recommenders {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0 40px;
  }

  .buyers .recommenders .buyer-area {
    width: calc(100% - 20px * 2);
    margin: 40px auto 0;
  }
}


/*----------
ANCHOR LINK
----------*/
.anchorlink .container {
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
}

.anchorlink .title h4 {
  padding: 0;
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #006622;
  text-align: center;
  margin-block: var(--leading-trim);
  display: inline-block;
  border-bottom: 1px solid #006622;
}

.anchorlink ul {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.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;
  }
}


/*----------
PRICE RANGE
----------*/
.range .container {
  width: 100%;
  margin: 60px auto 0;
}

.range .title h5 {
  font-size: min(6.046511627906977vw, 26px);
  line-height: 1.5;
  color: #006622;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .title p:nth-of-type(1) {
  padding-top: 10px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #006622;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .title p:nth-of-type(2) {
  padding-top: 5px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #006622;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .caption p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .subtitle h6 {
  padding-top: 60px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .subtitle.men-color h6 {
  color: #006622;
}

.range .subtitle.women-color h6 {
  color: #CC0000;
}

.range .rangeitems .item-area {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
}

.range .rangeitems .item-img {
  position: relative;
}

.range .rangeitems .item-img img:nth-of-type(2) {
  width: 80px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: -60px;
  right: -20px;
}

.range .rangeitems .item-txt h6 {
  padding-top: 25px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .rangeitems .item-txt h6.men-color {
  color: #006622;
}

.range .rangeitems .item-txt h6.women-color {
  color: #CC0000;
}

.range .rangeitems .item-txt p.speechBubble {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: left;
}

.range .rangeitems .item-txt p.speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  border-style: solid;
  border-width: 0 0 10px 15px;
  border-color: transparent transparent #cccccc;
  translate: -50% -100%;
}

.range .rangeitems .item-txt p.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  border-style: solid;
  border-width: 0 0 8.1px 12.2px;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% + 0.4px) -100%;
}

.range .rangeitems .item-txt .credit {
  width: calc(100% - 20px * 2);
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range .rangeitems .item-txt .credit:nth-of-type(n+2) {
  margin: 10px auto 0;
}

.range .rangeitems .item-txt .credit .name {
  font-size: min(2.3255813953488373vw, 10px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .rangeitems .item-txt .credit .btn {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  padding: 0px 15px;
  background-color: #000000;
  border: 1px solid #000000;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.range .rangeitems .item-txt .credit .btn:hover {
  color: #000000;
  background: #ffffff;
}

.range .otherlink {
  margin: 60px auto 0;
  text-align: center;
}

.range .otherlink .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.range .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);
}

.range .otherlink .btn .text {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.range .otherlink .btn .arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 1px;
  margin: 3px 0 3px 10px;
  border-radius: 9999px;
  background-color: #000000;
}

.range .otherlink .btn .arrow::before,
.range .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%;
}

.range .otherlink .btn .arrow::before {
  transform: rotate(45deg);
}

.range .otherlink .btn .arrow::after {
  transform: rotate(-45deg);
}

.range .otherlink .btn a:hover {
  background-color: #000000;
}

.range .otherlink .btn a:hover .text {
  color: #ffffff;
}

.range .otherlink .btn a:hover .arrow, 
.range .otherlink .btn a:hover .arrow::before, 
.range .otherlink .btn a:hover .arrow::after {
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .range .container {
    width: 900px;
    margin: 120px auto 0;
  }

  .range .rangeitems {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: flex-start;
  }
}


/*----------
MORE CONTENTS
----------*/
.morecontents .container {
  width: 100%;
  margin: 80px auto 0;
}

.morecontents .title h4 {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #C5990A;
  text-align: center;
  margin-block: var(--leading-trim);
  display: block;
  padding: 0;
  border-bottom: none;
}

.morecontents .slider {
  position: relative;
  width: 100%;
  max-width: 370px;
  margin: 40px auto 0;
  overflow: hidden;
}

.morecontents .slides {
  display: flex;
  transition: transform 0.35s ease;
}

.morecontents .book-slide {
  min-width: 100%;
}

.morecontents .book-slide img {
  width: 100%;
  max-width: 286px;
  display: block;
  margin: 0 auto;
}

.morecontents .book-caption {
  width: 100%;
  max-width: 286px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
}

.morecontents .book-caption p:nth-of-type(1) {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.morecontents .book-caption p:nth-of-type(2) {
  padding-top: 10px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.morecontents .arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.morecontents .arrow img {
  width: 12px;
  pointer-events: none;
}

.morecontents .prev { left: 10px; }
.morecontents .next { right: 10px; }


/*----------
ANIMATION
----------*/
/* 星空 */
.buyers {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #16182E, #16182E, #16182E); /* 星空の背景色 */
  overflow: hidden;
  margin: 80px auto 0;
  padding: 80px 0;
}

.star {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2);
  opacity: 0;
  animation: twinkle 5s infinite;
  z-index: 1;
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* フェードイン */
.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);
}