:root {
  --color-gray1: #E5E9EC;
  --color-gray2: #DBDEE1;
}

/* general */
.stylishwear_26ss {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: var(--color-gray1);
}
.stylishwear_26ss img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.stylishwear_26ss a img {
  transition: 0.3s ease;
}
.stylishwear_26ss a:hover img {
  opacity: 0.7;
}
.stylishwear_26ss .section-inner{
  margin-left: auto;
  margin-right: auto;
}
.stylishwear_26ss h1 {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .stylishwear_26ss .section-inner{
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stylishwear_26ss .section-inner{
    width: calc(350 / 390 * 100vw);
  }
}

/* fv */
.fv {
  position: relative;
}
.fv-copy {
  position: absolute;
  top: min(60 / 1200 * 100%, 60px);
  right: min(60 / 1200 * 100%, 60px);
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  color: #fff;
  z-index: 100;
}
.fv-title {
  position: absolute;
  bottom: 0;
}
.fv-photo img {
  width: 100%;
}
.stylishwear_26ss .hacobune-univideo {
  height: 100%;
}
.stylishwear_26ss .hacobune-app-container-no-font {
  padding: 0 !important;
  max-width: unset !important;
  height: 100%;
  width: 100% !important;
  background-color: transparent!important;
}
.stylishwear_26ss .hacobune-unit-video {
  margin: 0!important;
  height: 100%;
  width: auto;
}
.stylishwear_26ss .hacobune-unit-video-wrap {
  height: 100%;
  width: auto!important;
  aspect-ratio: 1280 / 720;
}
.stylishwear_26ss .hacobune-unit-video-outline {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv-title {
    left: min(60 / 1200 * 100%, 60px);
    width: min(1145 / 1200 * 100%, 1145px);
  }
  .fv-photo {
    aspect-ratio: 1920 / 1080;
  }
}
@media screen and (max-width: 767px) {
  .fv-copy {
    display: none;
  }
  .fv-title {
    width: calc(312 / 390 * 100vw);
  }
  .fv-photo {
    aspect-ratio: 1;
  }
}

/* intro */
.intro {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding: 150px 0;
}
.intro-inner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
.intro-text{
  position: relative;
  z-index: 100;
  line-height: calc(46 / 20);
  font-size: min(20 / 1200 * 100%, 20px);
  font-weight: 600;
}
.intro-images {
  position: relative;
  margin-top: 60px;
  height: calc(1030 / 1920 * 100%);
  aspect-ratio: 1200 / 1030;
}
.intro-images .img{
  position: absolute;
}
.intro-images img{
  width: 100%;
  display: block;
}
.intro-images .img1 {
  right: min(-360 / 1200 * 100%, -360px);
  top: min(-270 / 1200 * 100%, -270px);
  width: calc(910 / 1200 * 100%);
  aspect-ratio: 910 / 600;
  z-index: 51;
}
.intro-images .img2{
  left: min(-100 / 1200 * 100%, -100px);
  bottom: min(80 / 1200 * 100%, 80px);
  width: calc(640 / 1200 * 100%);
  aspect-ratio: 640 / 850;
  z-index: 52;
}
.intro-images .img3{
  right: min(100 / 1200 * 100%, 100px);
  bottom: 0;
  width: calc(600 / 1200 * 100%);
  aspect-ratio: 1;
  z-index: 53;
}
.intro-copy {
  position:absolute;
  top: min(270 / 1200 * 100%, 270px);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  line-height: calc(40 / 16);
  font-size: 16px;
  background-color: #000;
  z-index: 100;
  width: calc(470 / 1200 * 100%);
  aspect-ratio: 470 / 250;
  letter-spacing: 0.05em;
}
.intro-images::after{
  content:"";
  position:absolute;
  top: 0;
  left: min(151 / 1200 * 100%, 151px);
  right: min(560 / 1200 * 100%, 560px);
  height: calc(820 / 1200 * 100%);
  aspect-ratio: 1970 / 820;
  border:1px solid #fff;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: calc(30 / 390 * 100vw) 0 calc(150 / 390 * 100vw);
  }
  .intro-text {
    padding: 0 calc(20 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(30 / 14);
  }
  .intro-images {
    margin-top: calc(30 / 390 * 100vw);
    aspect-ratio: 390 / 615;
    height: auto;
  }
  .intro-images::after {
    left: calc(20 / 390 * 100vw);
    right: unset;
    height: calc(390 / 390 * 100vw);
    aspect-ratio: 444 / 390;
  }
  .intro-images .img1 {
    top: calc(30 / 390 * 100vw);
    right: 0;
    width: calc(340 / 390 * 100vw);
  }
  .intro-images .img2 {
    top: calc(195 / 390 * 100vw);
    left: 0;
    bottom: unset;
    width: calc(240 / 390 * 100vw);
  }
  .intro-images .img3 {
    right: 0;
    bottom: 0;
    width: calc(225 / 390 * 100vw);
  }
  .intro-copy {
    top: unset;
    right: unset;
    left: 0;
    bottom: calc(-74 / 390 * 100vw);
    width: auto;
    aspect-ratio: unset;
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    line-height: calc(24 / 12);
  }
}

/* look-intro */
.look-intro {
  padding: 130px 0 113px;
  background: url(/img/page/26ss_stylish/bg-look.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}
.look-title {
  margin: 0 auto 60px;
  font-weight: 600;
  font-size: 80px;
  text-align: center;
  color: #fff;
}
.look-slider-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.look-slider-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.look-slider-list .slick-track {
  display: flex;
  align-items: flex-start;
  min-height: 747px;
}
.look-slider-list .slick-slide {
  position: relative;
  width: 480px !important;
  height: 747px;
  z-index: 1;
}
.look-slider-list .item-inner {
  position: absolute;
  top: 53px;
  left: 0;
  width: 480px;
  height: 640px;
  transition:
    width .2s ease,
    height .2s ease,
    top .2s ease,
    left .2s ease;
  overflow: hidden;
}
.look-slider-list .item-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.look-slider-list .item-inner a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.look-slider-list .slick-slide.is-center {
  z-index: 3;
}
.look-slider-list .slick-slide.is-center .item-inner {
  top: 0;
  left: -40px;
  width: 560px;
  height: 747px;
}
.look-slider-list .slick-slide.is-left {
  z-index: 2;
}
.look-slider-list .slick-slide.is-left .item-inner {
  left: 80px;
}
.look-slider-list .slick-slide.is-right {
  z-index: 2;
}
.look-slider-list .slick-slide.is-right .item-inner {
  left: -80px;
}
.look-slider-list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.look-slider-list .slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  cursor: pointer;
  border-radius: 50vh;
}
.look-slider-list .slick-dots li.slick-active button {
  background: #899EAE;
}
@media screen and (max-width: 767px) {
  .look-intro {
    padding: calc(60 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
    background: url(/img/page/26ss_stylish/sp/bg-look.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
  }
  .look-title {
    margin: 0 auto calc(30 / 390 * 100vw);
    padding: 0;
  }
  .look-slider-list .slick-track {
    min-height: calc(400 / 390 * 100vw);
  }
  .look-slider-list .slick-slide {
    width: calc(260 / 390 * 100vw)!important;
    height: calc(400 / 390 * 100vw);
  }
  .look-slider-list .item-inner {
    position: absolute;
    top: calc(25 / 390 * 100vw);
    left: 0;
    width: calc(260 / 390 * 100vw);
    height: calc(347 / 390 * 100vw);
  }
  .look-slider-list .slick-list {
    overflow: visible;
  }

  .look-slider-list .slick-slide.is-center .item-inner {
    top: 0;
    left: calc(-20 / 390 * 100vw);
    width: calc(300 / 390 * 100vw);
    height: calc(400 / 390 * 100vw);
  }

  .look-slider-list .slick-slide.is-left .item-inner {
    left: calc(60 / 390 * 100vw);
  }

  .look-slider-list .slick-slide.is-right .item-inner {
    left: calc(-60 / 390 * 100vw);
  }
  .look-slider-list .slick-dots {
    margin-top: calc(30 / 390 * 100vw);
    gap: calc(20 / 390 * 100vw);
  }
  .look-slider-list .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

/* look contens */
.look-content-wrap {
  padding: 150px 0;
}
.look-content-wrap:nth-child(even) {
  background-color: var(--color-gray2);
}
.look-head {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}
.look-head-wrap {
  position: absolute;
  bottom: 60px;
  left: 0;
}
.look-head-en {
  font-size: 16px;
  color: #899EAE;
}
.look-head-place {
  font-size: 22px;
  color: #899EAE;
}
.look-head-num {
  position: relative;
  display: flex;
  align-items: flex-end;
  /* font-size: 80px; */
  font-size: 0;
  line-height: 1;
  height: 205px;
}
.look-content-wrap:nth-child(1) .look-head-num {
  background: url(/img/page/26ss_stylish/ttl-look_01.png) no-repeat;
  background-size: cover;
}
.look-content-wrap:nth-child(2) .look-head-num {
  background: url(/img/page/26ss_stylish/ttl-look_02.png) no-repeat;
  background-size: cover;
}
.look-content-wrap:nth-child(3) .look-head-num {
  background: url(/img/page/26ss_stylish/ttl-look_03.png) no-repeat;
  background-size: cover;
}
/* .look-head-num span {
  margin-left: 10px;
  font-size: 170px;
} */
/* .look-head-num::before {
  content: '';
  display: block;
  margin-right: 30px;
  height: 5px;
  width: 100%;
  background-color: #000;
} */
.look-main-image {
  width: 100%;
  aspect-ratio: 1280 / 720;
}
.look-lead {
  position: relative;
  margin-top: 60px;
  padding: 50px;
  background-color: #000;
  color: #fff;
  line-height: calc(40 / 16);
  letter-spacing: 0.05em;
  max-width: 743px;
  z-index: 100;
}
.look-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 1490;
}
.look-frame {
  content: "";
  position: absolute;
  top: min(-140 / 1200 * 100%, -140px);
  right: min(-60 / 1200 * 100%, -60px);
  width: calc(1970 / 1200 * 100%);
  aspect-ratio: 1970 / 820;
  border: 1px solid #fff;
  z-index: 50;
}
.look-photo {
  position: absolute;
  z-index: 51;
}
.look-photo01 {
  right: 0;
  top: min(-76 / 1200 * 100%, -76px);
  width: calc(500 / 1200 * 100%);
  aspect-ratio: 1;
}
.look-photo02 {
  right: 0;
  top: min(483 / 1200 * 100%, 483px);
  width: calc(600 / 1200 * 100%);
  aspect-ratio: 600 / 400;
}
.look-photo03 {
  left: 0;
  top: min(60 / 1200 * 100%, 60px);
  width: calc(540 / 1200 * 100%);
  aspect-ratio: 540 / 717;
}
.look-photo04 {
  left: min(60 / 1200 * 100%, 60px);
  top: min(837 / 1200 * 100%, 837px);
  width: calc(400 / 1200 * 100%);
  aspect-ratio: 400 / 530;
}
.look-item-info {
  position: absolute;
  right: 0;
  top: min(983 / 1200 * 100%, 983px);
  width: calc(600 / 1200 * 100%);
  z-index: 51;
  font-weight: 600;
}
.look-item-name {
  font-size: 32px;
}
.look-item-price {
  margin-top: 20px;
  font-size: 32px;
}
.look-item-description {
  margin-top: 30px;
}
.look-pickup {
  margin-top: 120px;
}
.look-pickup-list {
  display: flex;
  gap: 40px;
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.look-pickup-item {
  display: flex;
  align-items: center;
  gap: 30px;
  width: calc((100% - 30px) / 2);
}
.look-pickup-image {
  width: 230px;
}
.look-pickup-text .title {
  display: block;
  margin-bottom: 10px;
  color: #899EAE;
  font-weight: bold;
}
.look-goods-list-wrap {
  position: relative;
  margin-top: 60px;
  padding-top: 100px;
}
.goods-slider-list .slick-arrow {
  position: absolute;
  top: -100px;
  width: 70px;
  height: 70px;
  border: 0;
  cursor: pointer;
  font-size: 0;
}
.goods-slider-list .slick-prev {
  right: calc(70px + 10px);
  background: url(/img/page/26ss_stylish/arrow_l.png) no-repeat;
  background-size: contain;
}
.goods-slider-list .slick-next {
  right: 0;
  background: url(/img/page/26ss_stylish/arrow_r.png) no-repeat;
  background-size: contain;
}
.goods-slider-list .slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: unset;
}
.goods-slider-list {
  margin: 0 -15px;
}

.goods-slider-list .slick-list {
  overflow: visible;
  padding-right: 150px;
}

.goods-slider-list .slick-track {
  display: flex;
}

.goods-slider-list .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.goods-list-item .img-wrap {
  display: block;
  margin-bottom: 20px;
}
.goods-list-item .img-wrap img {
  opacity: 0;
}
.slick-initialized .goods-list-item .img-wrap img {
  opacity: 1;
}
.goods-list-item .goods-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.goods-list-item .goods-price {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.goods-list-item .goods-price .tax {
  margin-left: 10px;
  font-size: 14px;
}
.goods-list-item .goods-info {
  font-size: 16px;
}
.look-content-wrap:nth-child(even) .look-head-wrap {
  left: unset;
  right: 0;
  text-align: right;
}
.look-content-wrap:nth-child(even) .look-head-num::before {
  display: none;
}
/* .look-content-wrap:nth-child(even) .look-head-num::after {
  content: '';
  display: block;
  margin-left: 30px;
  height: 5px;
  width: 100%;
  background-color: #000;
} */
.look-content-wrap:nth-child(even) .look-lead {
  margin-left: auto;
}
.look-content-wrap:nth-child(even) .look-frame {
  right: auto;
  left: min(-60 / 1200 * 100%, -60px);
}
.look-content-wrap:nth-child(even) .look-photo01 {
  right: auto;
  left: 0;
}
.look-content-wrap:nth-child(even) .look-photo02 {
  right: auto;
  left: 0;
}
.look-content-wrap:nth-child(even) .look-photo03 {
  left: auto;
  right: 0;
}
.look-content-wrap:nth-child(even) .look-photo04 {
  left: auto;
  right: min(60 / 1200 * 100%, 60px);
}
.look-content-wrap:nth-child(even) .look-item-info {
  right: auto;
  left: 0;
}

@media screen and (max-width: 767px) {
  .look-content-wrap {
    padding: calc(80 / 390 * 100vw) 0;
  }
  .stylishwear_26ss .look-inner {
    width: 100%;
  }
  .look-head-wrap {
    left: calc(20 / 390 * 100vw);
    bottom: calc(10 / 390 * 100vw);
  }
  .look-content-wrap:nth-child(even) .look-head-wrap {
    left: unset;
    right: calc(20 / 390 * 100vw);
  }
  .look-head {
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .look-head-num {
    /* font-size: calc(44 / 390 * 100vw); */
    height: auto;
    width: 100%;
  }
  .look-content-wrap:nth-child(1) .look-head-num {
    background: url(/img/page/26ss_stylish/sp/ttl-look_01.png) no-repeat;
    background-size: cover;
    aspect-ratio: 782 / 143;
  }
  .look-content-wrap:nth-child(2) .look-head-num {
    background: url(/img/page/26ss_stylish/sp/ttl-look_02.png) no-repeat;
    background-size: cover;
    aspect-ratio: 781 / 145;
  }
  .look-content-wrap:nth-child(3) .look-head-num {
    background: url(/img/page/26ss_stylish/sp/ttl-look_03.png) no-repeat;
    background-size: cover;
    aspect-ratio: 779 / 147;
  }
  /* .look-head-num span {
    margin-left: calc(15 / 390 * 100vw);
    font-size: calc(100 / 390 * 100vw);
  } */
  .look-head-num::before {
    margin-right: calc(18 / 390 * 100vw);
    height: 3px;
  }
  .look-content-wrap:nth-child(even) .look-head-num::after {
    margin-left: calc(18 / 390 * 100vw);
    height: 3px;
  }
  .look-head-en {
    font-size: calc(12 / 390 * 100vw);
  }
  .look-head-place {
    font-size: calc(14 / 390 * 100vw);
  }
  .look-lead {
    margin: 0;
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    line-height: calc(24 / 12);
  }
  .look-visual {
    aspect-ratio: unset;
  }
  .look-visual .inner {
    position: relative;
    margin-top: calc(30 / 390 * 100vw);
    aspect-ratio: 390 / 802;
    width: 100%;
  }
  .look-photo01 {
    top: 0;
    left: 0;
    right: unset;
    width: calc(240 / 390 * 100vw);
  }
  .look-content-wrap:nth-child(even) .look-photo01 {
    left: unset;
    right: calc(20 / 390 * 100vw);
  }
  .look-photo02 {
    top: calc(210 / 390 * 100vw);
    width: calc(300 / 390 * 100vw);
  }
  .look-photo03 {
    top: calc(430 / 390 * 100vw);
    width: calc(240 / 390 * 100vw);
  }
  .look-photo04 {
    top: unset;
    bottom: 0;
    right: 0;
    left: unset;
    width: calc(190 / 390 * 100vw);
  }
  .look-content-wrap:nth-child(even) .look-photo04 {
    right: unset;
    left: 0;
  }
  .look-frame {
    top: calc(115 / 390 * 100vw);
    right: calc(20 / 390 * 100vw);
    width: calc(444 / 390 * 100vw);
    aspect-ratio: 444 / 390;
  }
  .look-content-wrap:nth-child(even) .look-frame {
    left: calc(60 / 390 * 100vw);
    right: unset;
  }
  .look-item-info {
    position: relative;
    margin: calc(30 / 390 * 100vw) auto 0;
    width: calc(350 / 390 * 100vw);
  }
  .look-item-name {
    font-size: calc(16 / 390 * 100vw);
  }
  .look-item-price {
    margin-top: calc(10 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
  .look-item-description {
    margin-top: calc(20 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
  .look-pickup {
    margin: calc(30 / 390 * 100vw) auto 0;
    width: calc(350 / 390 * 100vw);
  }
  .look-pickup-list {
    gap: 20px;
    padding: calc(30 / 390 * 100vw) 0;
  }
  .look-pickup-item {
    flex-direction: column;
    gap: 10px;
    width: calc((100% - 20px) / 2);
  }
  .look-pickup-image {
    width: 100%;
  }
  .look-goods-list-wrap {
    margin: calc(30 / 390 * 100vw) auto 0;
    padding-top: calc(70 / 390 * 100vw);
    width: calc(350 / 390 * 100vw);
  }
  .goods-slider-list .slick-arrow {
    top: calc(-70 / 390 * 100vw);
    width: calc(50 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
  }
  .goods-slider-list .slick-prev {
    right: calc(calc(50 / 390 * 100vw) + 10px + 15px);
  }
  .goods-slider-list .slick-next {
    right: 15px;
  }
  .goods-slider-list .slick-list {
    padding-right: calc(35 / 390 * 100vw);
  }
  .goods-list-item .goods-name {
    font-size: calc(14 / 390 * 100vw);
  }
  .goods-list-item .goods-price {
    font-size: calc(14 / 390 * 100vw);
  }
  .goods-list-item .goods-price .tax {
    font-size: calc(10 / 390 * 100vw);
  }
  .goods-list-item .goods-info {
    font-size: calc(10 / 390 * 100vw);
  }
}
/* gallery */
.gallery {
  position: relative;
  padding: 110px 0 140px;
  background: url(/img/page/26ss_stylish/bg-gallery.jpg) no-repeat center center / cover;
  overflow: hidden;
}
.gallery-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.gallery-title {
  margin: 0 0 70px;
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.gallery-slider-wrap {
  position: relative;
  padding-bottom: 30px;
}
.gallery-slider {
  opacity: 0;
  transition: opacity .4s ease;
}
.gallery-slider.slick-initialized {
  opacity: 1;
}
.gallery-slider .slick-list {
  overflow: visible;
}
.gallery-slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.gallery-item {
  margin-right: 40px;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item01,
.gallery-item06,
.gallery-item11 {
  width: 600px;
  aspect-ratio: 600 / 400;
}
.gallery-item02,
.gallery-item05,
.gallery-item07,
.gallery-item10,
.gallery-item12,
.gallery-item15 {
  width: 400px;
  aspect-ratio: 400 / 600;
}
.gallery-item03,
.gallery-item04,
.gallery-item08,
.gallery-item09,
.gallery-item13,
.gallery-item14 {
  width: 350px;
  aspect-ratio: 1;
}
.gallery-item01,
.gallery-item06,
.gallery-item11 {
  margin-top: 40px;
}
.gallery-item04,
.gallery-item09,
.gallery-item14 {
  margin-top: 350px;
  margin-left: -40px;
}

.gallery-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  line-height: calc(72 / 32);
  letter-spacing: 0.04em;
}
.gallery-copy p {
  margin: 0;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: calc(65 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
    background: url(/img/page/26ss_stylish/sp/bg-gallery.jpg) no-repeat center center / cover;
  }
  .gallery-title {
    margin: 0 0 calc(30 / 390 * 100vw);
    font-size: calc(44 / 390 * 100vw);
  }
  .gallery-slider-wrap {
    padding-bottom: calc(110 / 390 * 100vw);
  }
  .gallery-copy {
    left: calc(25 / 390 * 100vw);
    bottom: 0;
    line-height: calc(40 / 16);
  }
  .gallery-copy p {
    font-size: calc(16 / 390 * 100vw);
  }
  .gallery-item {
    margin-right: calc(30 / 390 * 100vw);
  }
  .gallery-item01,
  .gallery-item06,
  .gallery-item11 {
    width: calc(307 / 390 * 100vw);
  }
  .gallery-item02,
  .gallery-item05,
  .gallery-item07,
  .gallery-item10,
  .gallery-item12,
  .gallery-item15 {
    width: calc(205 / 390 * 100vw);
  }
  .gallery-item03,
  .gallery-item04,
  .gallery-item08,
  .gallery-item09,
  .gallery-item13,
  .gallery-item14 {
    width: calc(179 / 390 * 100vw);
  }
  .gallery-item01,
  .gallery-item06,
  .gallery-item11 {
    margin-top: calc(20 / 390 * 100vw);
  }
  .gallery-item04,
  .gallery-item09,
  .gallery-item14 {
    margin-top: calc(179 / 390 * 100vw);
    margin-left: calc(-30 / 390 * 100vw);
  }
}

/* line-up */
.line-up {
  position: relative;
  padding: 150px 0;
}
.line-up-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.line-up-title {
  margin: 0 0 70px;
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}
.line-up-list {
  display: flex;
  flex-wrap: wrap;
}
.line-up-list .img-wrap {
  display: block;
  background-color: #fff;
  aspect-ratio: 1;
}
.line-up-list .img-wrap img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.line-up-list li {
  display: flex;
  flex-direction: column;
}
.line-up-list li .img-wrap {
  order: 1;
  aspect-ratio: 1;
}
.line-up-list li .goods-name {
  order: 2;
}
.line-up-list li .goods-price {
  order: 3;
}
.line-up-list li .goods-star {
  order: 4;
}
.line-up-list li .goods-info {
  order: 5;
}
@media screen and (min-width: 768px) {
  .line-up-list {
    gap: 50px 10px;
  }
  .line-up-list li {
    width: calc((100% - 10px * 3) / 4);
  }
  .line-up-list .goods-name {
    margin: min(calc(10 / 1920 * 100vw), 10px) 0;
    font-size: 20px;
    font-weight: bold;
  }
  .line-up-list .goods-price {
    margin-bottom: min(calc(10 / 1920 * 100vw), 10px);
    font-size: 24px;
    font-weight: bold;
  }
  .line-up-list .goods-price .tax {
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .line-up {
    padding: calc(65 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  }
  .line-up-title {
    margin: 0 0 calc(30 / 390 * 100vw);
    font-size: calc(44 / 390 * 100vw);
  }
  .line-up-list {
    gap: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .line-up-list li {
    width: calc((100% - calc(15 / 375 * 100vw)) / 2);
  }
  .line-up-list .goods-name {
    margin: calc(10 / 375 * 100vw) 0 calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    font-weight: bold;
  }
  .line-up-list .goods-price {
    margin-bottom: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    font-weight: bold;
  }
  .line-up-list .goods-price .tax {
    margin-left: calc(5 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    font-weight: bold;
  }
  .pc-only {display: none !important;}
}

/* animation */
.js-fade {
  opacity: 0;
}

.fadeIn {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeIn.fade-img {
  animation-name: fadeUpAnime;
}

.fadeIn.fade-text {
  animation-name: fadeSlideAnime;
}

.delay-02 {
  animation-delay: 0.2s;
}

.delay-04 {
  animation-delay: 0.4s;
}

.delay-06 {
  animation-delay: 0.6s;
}

.delay-08 {
  animation-delay: 0.8s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSlideAnime {
  from {
    opacity: 0;
    translate: 50px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}