@charset "UTF-8";
* {
  min-width: 0%;
  box-sizing: border-box;
}

body {
  line-height: 2;
  color: #4F4F4F;
  font-size: 15px;
  font-family: 'Yu Gothic Pr6N D';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.02em;
}

a {
  text-decoration: none;
  color: #4F4F4F;
}

a:hover {
  opacity: .8;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul, li {
  list-style: none;
}

.modaal-container {
  max-width: 494px;
}

.modaal-content-container {
  padding: 62px 47px;
}

.modaal-content-container p span {
  font-size: 18px;
}

.profile {
  line-height: 225%;
}

.profile__button {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 265px;
  height: 33px;
  padding: 0 0 0 1rem;
  margin: 100px auto 0;
  color: #fff;
  letter-spacing: 0.03938rem;
  border: 1px solid #fff;
  border-radius: 16.5px;
}

.profile svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s;
}

.profile__content {
  padding: 20px 0 0 0;
}

.profile__content p {
  max-width: 788px;
  margin: auto;
}

.profile__content p span {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .profile__button {
    height: 39px;
    padding: 0 0 0 19px;
    border-radius: 34px;
    transition: all 0.25s;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.js-fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

/* 画面内に入ったら付与されるクラス */
.js-fadein--visible {
  opacity: 1;
  transform: translateY(0);
}

.sec-ttl {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Yu Gothic Pr6N B';
  line-height: 2;
  margin-bottom: 24px;
}

section.movie {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100vw;
  min-height: 100vh;
  opacity: 1;
  transition: opacity 0.5s ease;
}

section.movie .movie-header {
  position: absolute;
  top: 36px;
  left: 30px;
  max-width: 326px;
}

section.movie .movie-frame {
  position: relative;
}

section.movie .movie-frame .close {
  position: absolute;
  right: -56px;
  top: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

section.movie .movie-frame .close:hover {
  opacity: .8;
}

section.movie .movie-frame video {
  max-width: 720px;
  width: 100%;
}

section.movie .sunui {
  width: 107px;
  position: absolute;
  bottom: 54px;
  right: 54px;
}

section.mv {
  position: relative;
}

section.mv .logo {
  position: absolute;
  max-width: 326px;
  top: 36px;
  left: 30px;
  opacity: 0;
  transition: .4s;
}

section.mv .logo.active {
  opacity: 1;
}

section.mv h1 {
  width: 107px;
  position: absolute;
  bottom: 54px;
  right: 54px;
  opacity: 0;
  transition: .4s;
}

section.mv h1.active {
  opacity: 1;
}

section.mv .zigzag {
  position: absolute;
  bottom: 15%;
  width: 40vw;
  opacity: 0;
  transition: .4s;
}

section.mv .zigzag.active {
  opacity: 1;
}

section.yodo {
  background-color: #D23125;
  color: #fff;
  padding: 120px 30px;
}

section.yodo .lead {
  display: flex;
  justify-content: space-between;
  max-width: 788px;
  margin: auto;
}

section.yodo .lead div {
  width: 48%;
  line-height: 2.25;
}

section.detail {
  padding: 48px 30px;
}

section.detail .detail-inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
}

section.detail .detail-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px 45px;
  max-width: 860px;
  width: calc(100% - 60px);
  max-height: 600px;
  height: 89%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.8s ease, z-index 0s linear 0.8s;
}

section.detail .detail-popup.active {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.8s ease;
}

section.detail .detail-popup .inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

section.detail .detail-popup .inner .before {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  width: 32px;
  height: 32px;
  background-image: url(/store/towel/2025/lookbook/sunui/img/ico-close-wh.svg);
  cursor: pointer;
}

section.detail .detail-popup .inner .before:hover {
  opacity: .8;
}

section.detail .detail-popup .inner .img {
  margin: 0 auto;
}

section.detail .detail-plus {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

section.detail .detail-plus:hover {
  opacity: .8;
}

section.detail--1 {
  padding-top: 120px;
}

section.detail--1 .detail-popup {
  background-color: #F6B2CF;
}

section.detail--1 .detail-popup .inner .img {
  max-width: 756px;
}

section.detail--1 .detail-popup .inner p {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

section.detail--2 .detail-popup {
  background-color: #FFF3D7;
}

section.detail--2 .detail-popup .inner {
  justify-content: center;
}

section.detail--2 .detail-popup .inner .before {
  background-image: url(/store/towel/2025/lookbook/sunui/img/ico-close.svg);
}

section.detail--2 .detail-popup .inner .img {
  max-width: 534px;
}

section.detail--2 .detail-popup .inner p {
  position: absolute;
}

section.detail--2 .detail-popup .inner p:nth-of-type(1) {
  top: 0;
  left: 0;
}

section.detail--2 .detail-popup .inner p:nth-of-type(2) {
  bottom: 0;
  right: 0;
}

section.detail--3 {
  padding: 0 30px;
}

section.detail--4 {
  padding: 48px 30px 64px;
}

section.detail--4 .detail-img {
  max-width: 800px;
}

section.detail--6 .detail-popup {
  background-color: #008282;
}

section.detail--6 .detail-popup .inner .img {
  max-width: 505px;
}

section.detail--6 .detail-popup .inner p {
  color: #fff;
}

section.character {
  padding: 0 30px;
}

section.character .character-inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
}

section.character .character-pic {
  max-width: 800px;
  width: 75%;
}

section.character--1 .character-inner {
  padding-bottom: 248px;
}

section.character--1 .character-ico {
  max-width: 468px;
  width: 44%;
  position: absolute;
  right: 72px;
  right: 6.7%;
  bottom: 0;
}

section.illust {
  display: flex;
  align-items: center;
  max-width: 1080px;
  padding: 0 30px;
  margin: auto;
}

section.illust .illust-img {
  max-width: 224px;
  margin-right: 100px;
}

section.mix {
  padding: 0 30px;
}

section.mix .mix-inner {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

section.mix .illust {
  position: absolute;
  bottom: 0;
  right: calc(100% + 62px);
  width: 398px;
}

section.mix .section {
  max-width: 800px;
  position: relative;
}

section.mix .section .txt {
  margin-top: 32px;
}

section.credits {
  font-size: 15px;
  color: #4F4F4F;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 0.5px solid #4F4F4F;
}

section.credits .inner {
  display: inline-block;
  text-align: left;
}

section.credits h2.ttl {
  font-size: 15px;
  margin-bottom: 17px;
  line-height: 1;
}

section.credits ul {
  line-height: 1;
}

section.credits ul li span {
  display: inline-block;
}

section.credits ul li span:nth-of-type(1) {
  width: 130px;
  border-right: 1px solid;
}

section.credits ul li span:nth-of-type(2) {
  padding-left: 25px;
}

section.credits ul li + li {
  margin-top: 15px;
}

section.interview {
  display: flex;
  align-items: center;
  background-color: #F6F6F4;
  padding: 12px 30px;
  margin: 80px 0 88px;
  min-height: 440px;
}

section.interview .interview-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

section.interview .interview-inner .pic {
  margin-right: 15px;
  max-width: 320px;
  position: relative;
}

section.interview .interview-inner .txt {
  position: relative;
}

section.interview .interview-inner .txt .ttl {
  font-family: 'Yu Gothic Pr6N B';
  font-size: 24px;
}

section.interview .interview-inner .txt p:nth-of-type(1) {
  font-size: 17px;
  margin: 12px 0 6px;
}

section.interview .interview-inner .txt p:nth-of-type(2) {
  font-family: 'Yu Gothic Pr6N M';
}

section.interview .interview-bg {
  position: absolute;
  right: -62px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 705px;
}

section.product {
  max-width: 1180px;
  padding: 0 30px 120px;
  margin: 0 auto;
  position: relative;
}

section.product .product-ttl {
  margin-bottom: 80px;
}

section.product .product-ttl > div:nth-of-type(1) {
  max-width: 405px;
}

section.product .product-ttl > div:nth-of-type(2) {
  margin: 16px 0 0;
  font-size: 24px;
  color: #4F4F4F;
}

section.product .product-ttl > div:nth-of-type(3) {
  font-size: 24px;
  color: #D23125;
}

section.product .product-block + .product-block {
  margin-top: 115px;
}

section.product .product-block-ttl {
  margin-bottom: 34px;
}

section.product .product-block-ttl img:nth-of-type(1) {
  width: 191px;
}

section.product .product-block-ttl img:nth-of-type(2) {
  width: 114px;
  margin-left: 30px;
}

section.product .product-block-pic {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

section.product .product-block-pic div {
  width: calc(25% - (34px * 3 / 4));
  margin-right: 34px;
}

section.product .product-block-pic div:nth-of-type(4n) {
  margin-right: 0;
}

section.product .product-block-pic div:nth-of-type(n+5) {
  margin-top: 34px;
}

section.product .product-block-txt {
  line-height: 2;
}

section.product .product-block-txt + .product-block-pic {
  margin-top: 56px;
}

section.desc2 {
  background-color: #F6F6F4;
  display: flex;
}

section.desc2 .desc2-cnt {
  width: 50%;
  text-align: center;
  padding: 70px 30px;
}

section.desc2 .desc2-cnt-inner {
  display: inline-block;
  text-align: left;
}

section.desc2 .desc2-ttl {
  margin-bottom: 64px;
}

section.desc2 .desc2-ttl > div:nth-of-type(1) img {
  width: 215px;
}

section.desc2 .desc2-ttl > div:nth-of-type(2) {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Gothic Pr6N B';
  color: #4F4F4F;
  line-height: 2;
}

section.desc2 .desc2-ttl > div:nth-of-type(3) {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Gothic Pr6N B';
  color: #D23125;
  line-height: 2;
}

section.desc2 .desc2-ttl > div:nth-of-type(3) img {
  width: 160px;
  margin-left: 10px;
  vertical-align: middle;
}

section.desc2 .desc2-txt {
  line-height: 2;
  color: #4F4F4F;
}

section.desc2 .desc2-txt span {
  font-weight: bold;
  font-family: 'Yu Gothic Pr6N B';
}

section.desc2 .desc2-txt a {
  text-decoration: underline;
}

section.desc2 .desc2-pic {
  width: 50%;
}

section.desc2 .desc2-pic div {
  height: 50%;
}

section.desc2 .desc2-pic div img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

section.bnr {
  padding: 120px 30px;
}

section.bnr a {
  display: block;
  max-width: 520px;
  margin: auto;
}

section.bnr a img {
  border-radius: 3px;
}

.footer {
  position: relative;
  z-index: 3;
  background-color: #575757;
  background-position: center center;
}

.footer li,
.footer a,
.footer small,
.footer span,
.footer p {
  color: #fff;
  font-family: "Yu Gothic Pr6N M";
}

.footer small {
  display: block;
  font-size: 0.75rem;
}

.footer__contents {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  padding: 8.33vw 0 5.55vw;
}

.footer__contents__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

.footer__contents__container .share {
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.footer__contents__container .share li {
  margin-right: 25px;
  font-size: 0.875rem;
}

.footer__contents__container .links {
  display: flex;
  flex-wrap: wrap;
}

.footer__contents__container .links li {
  line-height: 1.5;
  font-size: 0.875rem;
}

.footer__contents__container .links li:after {
  content: "／";
}

.footer__contents__container .links li:last-child:after {
  content: none;
}

.footer .rules {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.footer .rules li {
  line-height: 1.5;
  font-size: 0.875rem;
}

.footer .rules li:after {
  content: "｜";
}

.footer .rules li:last-child:after {
  content: none;
}

@media (min-width: 768px) {
  section.movie {
    min-height: 950px;
  }
}

@media (max-width: 1120px) and (min-width: 768px) {
  section.detail--2 .detail-popup .inner .img {
    height: calc(100% - 120px);
  }
  section.detail--2 .detail-popup .inner .img img {
    height: 100%;
  }
}

@media (max-width: 1080px) {
  section.movie {
    padding-right: 200px;
    justify-content: flex-end;
  }
  section.movie .movie-frame {
    max-width: calc(100vw - 200px);
  }
}

@media (max-width: 767px) {
  p.mgt, p.mgt-sp {
    margin-top: 24px;
  }
  .mgt-sp {
    margin-top: 24px !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .modaal-content-container {
    padding: 25px 17px;
  }
  .sable {
    width: 32vw;
  }
  .mv-home {
    width: 76px;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 1;
    z-index: 101;
  }
  .sec-ttl {
    font-size: 18px;
  }
  .profile__button {
    margin-top: 32px;
  }
  section.movie {
    padding: 0 5vw;
  }
  section.movie .movie-header {
    max-width: 64vw;
    top: initial;
    left: initial;
    top: 15vw;
    right: 5vw;
  }
  section.movie .movie-frame {
    max-width: 100%;
  }
  section.movie .movie-frame .close {
    right: 0;
    top: -48px;
  }
  section.movie .sunui {
    right: initial;
    left: 5vw;
    top: 10vw;
    width: 19vw;
  }
  section.mv .logo {
    max-width: 64vw;
    top: initial;
    left: initial;
    bottom: 10vw;
    right: 5vw;
  }
  section.mv h1 {
    right: initial;
    left: 5vw;
    bottom: 10vw;
    width: 19vw;
  }
  section.mv .zigzag {
    position: absolute;
    bottom: initial;
    left: initial;
    top: 7%;
    right: 0;
    width: 69.3vw;
  }
  section.yodo {
    padding: 24px 5vw 44px;
  }
  section.yodo .lead {
    display: block;
  }
  section.yodo .lead div {
    width: 100%;
  }
  section.yodo .lead div + div {
    margin-top: 2em;
  }
  section.detail {
    padding: 24px 0;
  }
  section.detail .detail-popup {
    width: 90vw;
    height: initial;
    max-height: initial;
    padding: calc(5vw + 32px) 5vw 5vw;
    position: static;
    transform: initial;
  }
  section.detail .detail-popup .inner .before {
    top: calc(-2.5vw - 32px);
    right: -2.5vw;
  }
  section.detail .detail-plus {
    right: 2.5vw;
    bottom: 2.5vw;
  }
  section.detail--1 .detail-inner, section.detail--2 .detail-inner, section.detail--6 .detail-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
  }
  section.detail--1 .detail-img, section.detail--2 .detail-img, section.detail--6 .detail-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  section.detail--1 .detail-img img, section.detail--2 .detail-img img, section.detail--6 .detail-img img {
    height: 100%;
    object-fit: cover;
  }
  section.detail--1 {
    padding-top: 0;
  }
  section.detail--2 .detail-popup .inner .img {
    margin: 8px 0;
  }
  section.detail--2 .detail-popup .inner p {
    position: static;
  }
  section.detail--3 {
    padding: 0;
  }
  section.detail--6 .detail-popup .inner .img {
    margin: 0 auto 8px;
  }
  section.character {
    padding: 0;
  }
  section.character .character-pic {
    width: 100%;
  }
  section.character--1 .character-inner {
    padding: 0;
  }
  section.character--1 .character-ico {
    position: static;
    max-width: 200px;
    width: 100%;
    margin: 16px auto 0;
  }
  section.illust {
    padding: 0 5vw;
    display: block;
  }
  section.illust .illust-img {
    max-width: 160px;
    margin: 0 auto 24px;
  }
  section.interview {
    padding: 40px 0 22px;
    margin: 40px 0 0;
    min-height: initial;
    overflow: hidden;
  }
  section.interview .interview-bg {
    right: initial;
    top: initial;
    left: 60px;
    bottom: -17px;
    transform: initial;
    width: 464px;
  }
  section.interview .interview-inner {
    display: block;
  }
  section.interview .interview-inner .pic {
    margin: 0 0 16px 5vw;
  }
  section.interview .interview-inner .txt {
    padding: 0 5vw;
  }
  section.interview .interview-inner .txt .ttl {
    font-size: 18px;
  }
  section.interview .interview-inner .txt p:nth-of-type(1) {
    font-size: 16px;
    margin: 16px 0;
  }
  section.mix {
    padding: 0;
  }
  section.mix .section .txt {
    padding: 32px 5vw 0;
    margin-top: 24px;
  }
  section.mix .illust {
    position: static;
    width: 238px;
  }
  section.credits {
    padding: 32px 0 0;
    margin: 32px auto 0;
    width: 90vw;
    text-align: left;
  }
  section.credits ul li span:nth-of-type(1) {
    width: 120px;
  }
  section.product {
    padding: 46px 5vw 80px;
  }
  section.product::before {
    width: 90vw;
  }
  section.product .product-ttl {
    margin-bottom: 56px;
  }
  section.product .product-ttl > div:nth-of-type(2) {
    font-size: 18px;
  }
  section.product .product-ttl > div:nth-of-type(3) {
    font-size: 20px;
  }
  section.product .product-block + .product-block {
    margin-top: 80px;
  }
  section.product .product-block-ttl {
    margin-bottom: 14px;
  }
  section.product .product-block-pic div {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 10px;
  }
  section.product .product-block-pic div:nth-of-type(2n) {
    margin-right: 0;
  }
  section.product .product-block-txt {
    line-height: 1.5;
  }
  section.product .product-block-txt.lh2 {
    line-height: 2;
  }
  section.desc2 {
    display: block;
  }
  section.desc2 .desc2-cnt {
    width: 100%;
    padding: 32px 5vw 26px;
  }
  section.desc2 .desc2-ttl {
    margin-bottom: 0;
  }
  section.desc2 .desc2-txt {
    padding: 24px 5vw 32px;
  }
  section.desc2 .desc2-pic {
    width: 100%;
  }
  section.desc2 .desc2-pic div {
    width: 100%;
  }
  section.bnr {
    padding: 64px 5vw;
  }
  section.bnr a {
    max-width: 500px;
  }
  .footer__contents {
    width: 84%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30vw 0 20vw;
  }
  .footer__contents__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__contents__container .share {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer__contents__container .links {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__contents__container .links li:after {
    content: none;
  }
  .footer .rules {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .rules li {
    display: block;
    margin-bottom: 10px;
  }
  .footer .rules li a {
    display: block;
    text-align: left;
  }
  .footer .rules li:after {
    content: none;
  }
}

@media (max-width: 425px) and (max-height: 682px) {
  section.movie {
    padding-top: 30vw;
  }
}

@media (max-width: 440px) {
  section.desc2 .desc2-ttl > div:nth-of-type(3) {
    font-size: 5vw;
  }
  section.desc2 .desc2-ttl > div:nth-of-type(3) img {
    width: 34vw;
  }
}
