:root {
  --color-navy: #364964;
  --color-wine: #643636;
  --color-olive: #696947;
}

/* general */
.coolwear_25aw {
  position: relative;
  background: #333;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
.coolwear_25aw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  background-size: 1920px 1434px;
  mix-blend-mode: multiply;
  z-index: -10;
}

.coolwear_25aw img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.coolwear_25aw .section-inner{
  margin-left: auto;
  margin-right: auto;
}
.image-block {
  position: relative;
  display: inline-block;
}
.image-block::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image-block img {
  position: relative;
  z-index: 10;
}
.image-block.bg-navy::after {
  background-color: var(--color-navy);
}
.image-block.bg-wine::after {
  background-color: var(--color-wine);
}
.image-block.bg-olive::after {
  background-color: var(--color-olive);
}

@media screen and (min-width: 768px) {
  .coolwear_25aw .section-inner{
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .coolwear_25aw::before {
    background: url(/img/page/25aw_coolwear/bg_sp.jpg) top center;
    background-size: calc(1464/ 375 * 100vw) calc(684/ 375 * 100vw);
    opacity: 0.5;
  }
  .coolwear_25aw .section-inner{
    width: calc(343/ 375 * 100vw);
  }
  .sort-wrap {
    display: flex;
    flex-direction: column;
  }
  .sort-content {
    display: contents;
  }
  .sort-wrap .item-01 { order: 1; }
  .sort-wrap .item-02 { order: 2; }
  .sort-wrap .item-03 { order: 3; }
  .sort-wrap .item-04 { order: 4; }
  .sort-wrap .item-05 { order: 5; }
  .sort-wrap .item-06 { order: 6; }
  .sort-wrap .item-07 { order: 7; }
  .image-block::after {
    top: 6px;
    left: 6px;
  }
}

/* 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;
  }
}

/* fv */
.fv {
  position: relative;
}
.fv-title {
  position: absolute;
  margin: unset;
  padding: unset;
  z-index: 2;
  animation-duration: 0.5s;
  animation-name: fadeSlideAnime;
}
.fv__video {
  position: relative;
  width: 100%;
  height: auto;
}
.fv__video::before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.24);
  z-index: 1;
}
.fv__video iframe {
  width: 100% !important;
  height: 100% !important;
  margin-top: unset !important;
  margin-left: unset !important;
}
@media screen and (min-width: 768px) {
  .fv-title {
    top: min(calc(35 / 1200 * 100%), 35px);
    left: min(calc(35 / 1200 * 100%), 35px);
    width: min(calc(631 / 1200 * 100%), 631px);
  }
  .fv__video {
    aspect-ratio: 1920 / 1080;
  }
}
@media screen and (max-width: 767px) {
  .fv-title {
    top: calc(10 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    width: calc(209 / 375 * 100vw);
  }
  .fv__video {
    aspect-ratio: 1;
  }
}

/* cool-touring */
.cool-touring {
  position: relative;
}
.cool-touring::after {
  content: "";
  position: absolute;
  left: -5vw;
  z-index: -1;
  width: 120vw;
  background-color: #5C5C5C;
}
.cool-touring-container {
  display: flex;
}
.cool-touring-title {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cool-touring {
    margin-bottom: min(calc(65 / 1920 * 100vw), 65px);
    padding: min(calc(180 / 1920 * 100vw), 180px) 0;
  }
  .cool-touring::after {
    bottom: min(calc(370 / 1920 * 100vw), 370px);
    transform: rotate(-162deg);
    height: 2px;
  }
  .cool-touring-title {
    padding-bottom: min(calc(75 / 1920 * 100vw), 75px);
  }
  .cool-touring-title::after {
    content: "";
    position: absolute;
    bottom: min(calc(35 / 1920 * 100vw), 35px);
    right: 0;
    width: calc(100% + 50vw);
    height: 2px;
    background-color: #5C5C5C;
  }
  .cool-touring-title img {
    width: min(calc(408 / 524 * 100%), 408px);
  }
  .cool-touring-col--left {
    width: calc(524 / 1200 * 100%);
  }
  .cool-touring-col--right {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: calc(590 / 1200 * 100%);
  }
  .cool-touring-image-block.item-02 {
    margin: 0 0 auto;
    width: min(calc(960 / 1920 * 100vw), 960px);
  }
  .cool-touring-image-block.item-05 {
    margin: auto 0 0 0;
  }
  .cool-touring-text-block {
    font-size: 16px;
    line-height: calc(35 / 16);
  }
  .cool-touring-text-block:not(:last-child) {
    margin-bottom: min(calc(65 / 1920 * 100vw), 65px);
  }
  .cool-touring-text-block:last-child {
    margin-top: min(calc(88 / 1920 * 100vw), 88px);
  }
}
@media screen and (max-width: 767px) {
  .cool-touring-container {
    flex-direction: column;
  }
  .cool-touring {
    padding: calc(40 / 375 * 100vw) 0 0;
  }
  .cool-touring::after {
    top: calc(550 / 375 * 100vw);
    transform: rotate(-336deg);
    height: 1px;
  }
  .cool-touring-title {
    display: flex;
    align-items: center;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .cool-touring-title::after {
    content: "";
    flex-grow: 1;
    margin-right: calc(50% - 50vw);
    height: 2px;
    background-color: #5C5C5C;
  }
  .cool-touring-title span {
    padding-right: calc(30 / 375 * 100vw);
  }
  .cool-touring-title img {
    width: calc(178 / 375 * 100vw);
  }
  .cool-touring-image-block.item-02 {
    margin: 0 calc(50% - 50vw) calc(20 / 375 * 100vw) auto;
    width: calc(307 / 375 * 100vw);
  }
  .cool-touring-image-block.item-02::after {
    left: unset;
    top: 3px;
    right: 3px;
  }
  .cool-touring-text-block {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
  .cool-touring-image-block.item-04 {
    margin: 0 auto calc(25 / 375 * 100vw) calc(50% - 50vw);
    width: calc(294 / 375 * 100vw);
  }
  .cool-touring-image-block.item-04::after {
    left: unset;
    top: 3px;
    left: 3px;
  }
  .cool-touring-image-block.item-05 {
    margin: 0 calc(50% - 50vw) calc(25 / 375 * 100vw) auto;
    width: calc(295 / 375 * 100vw);
  }
  .cool-touring-image-block.item-05::after {
    left: unset;
    top: 3px;
    right: 3px;
  }
}


/* look nav */
.look {
  position: relative;
}
.look::before,
[class^="look01_line"],
[class^="look02_line"] {
  content: "";
  position: absolute;
  left: -5vw;
  z-index: -3;
  width: 120vw;
  background-color: #5C5C5C;
}
.look-nav  {
  position: relative;
}
.look-nav .section-title {
  margin: 0;
}
.look-nav .section-title::before {
  content: '';
  position: absolute;
  top: -65px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 150vw;
  height: 280px;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  background-size: 90%;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.look-nav .section-title::after {
  content: '';
  position: absolute;
  top: -65px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 150vw;
  height: 280px;
  background: var(--color-olive);
  z-index: -2;
}
.look-nav .look-title-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.look-nav .look-title-label::before {
  content: "";
  flex-grow: 1;
  margin-left: calc(50% - 50vw);
  height: 2px;
  background-color: #fff;
}
.look-nav-list .look-nav-item {
  text-align: right;
}
.look-nav-list .look-nav-item a {
  position: relative;
  display: block;
}
.look-nav-list .look-nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(/img/page/25aw_coolwear/arrow.png) no-repeat bottom center;
  background-size: contain;
  transform: translateX(-50%);
}
.look-nav-list .look-nav-item .look-title-num {
  position: relative;
  z-index: 2;
}
.look-nav-list .look-nav-item .image-block {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .look::before,
  [class^="look01_line"],
  [class^="look02_line"] {
    height: 2px;
  }
  .look::before {
    top: min(calc(480 / 1920 * 100vw), 480px);
    transform: rotate(-190deg);
  }
  .look01_line1 {
    top: min(calc(1250 / 1920 * 100vw), 1250px);
    transform: rotate(-159deg);
  }
  .look01_line2 {
    top: min(calc(2420 / 1920 * 100vw), 2420px);
    transform: rotate(-204deg);
  }
  .look01_line3 {
    top: min(calc(4250 / 1920 * 100vw), 4250px);
    transform: rotate(-159deg);
  }
  .look01_line4 {
    top: min(calc(5430 / 1920 * 100vw), 5430px);
    transform: rotate(-204deg);
  }
  .look02_line1 {
    top: min(calc(7340 / 1920 * 100vw), 7340px);
    transform: rotate(-21deg);
  }
  .look02_line2 {
    top: min(calc(8850 / 1920 * 100vw), 8850px);
    transform: rotate(-159deg);
  }
  .look02_line3 {
    top: min(calc(10310 / 1920 * 100vw), 10310px);
    transform: rotate(-21deg);
  }
  .look02_line4 {
    top: min(calc(11600 / 1920 * 100vw), 11600px);
    transform: rotate(-336deg);
  }
  .look02_line5 {
    top: min(calc(12860 / 1920 * 100vw), 12860px);
    transform: rotate(-21deg);
  }
  .look01_line5,.look01_line6,.look01_line7,.look01_line8,.look01_line9,.look01_line10,.look01_line11,.look01_line12,.look02_line6,.look02_line7,.look02_line8,.look02_line9,.look02_line10,.look02_line11 {
    display: none;
  }
  .look-nav {
    display: flex;
    margin-bottom: min(calc(200 / 1920 * 100vw), 200px);
  }
  .look-nav .section-title {
    width: calc(200 / 1200 * 100%);
  }
  .look-nav .look-title-label {
    gap: 40px;
  }
  .look-nav-list {
    display: flex;
    margin-left: auto;
    width: calc(100% - 200px - 60px);
    gap: 78px;
  }
  .look-nav-list .look-nav-item {
    margin-left: auto;
    width: calc((100% - 78px) / 2);
  }
  .look-nav-list .look-nav-item a::after {
    height: min(calc(53 / 1920 * 100vw), 53px);
    width: min(calc(83 / 1920 * 100vw), 83px);
  }
  .look-nav-list .look-nav-item a {
    padding-bottom: min(calc(100 / 1920 * 100vw), 100px);
  }
  .look-nav-list .look-nav-item .look-title-num img {
    margin-right: min(calc(-22 / 1920 * 100vw), -22px);
    height: min(calc(119 / 1920 * 100vw), 119px);
  }
  .look-nav-list .look-nav-item .image-block {
    margin-top: min(calc(-30 / 1920 * 100vw), -30px);
  }
}
@media screen and (max-width: 767px) {
  .look::before,
  [class^="look01_line"],
  [class^="look02_line"] {
    height: 1px;
  }
  .look::before {
    top: calc(160 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look01_line1 {
    top: calc(570 / 375 * 100vw);
    transform: rotate(-204deg);
  }
  .look01_line2 {
    top: calc(960 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look01_line3 {
    top: calc(1345 / 375 * 100vw);
    transform: rotate(-204deg);
  }
  .look01_line4 {
    top: calc(1745 / 375 * 100vw);
    transform: rotate(-156deg);
  }
  .look01_line5 {
    top: calc(2090 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look01_line6 {
    top: calc(2480 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look01_line7 {
    top: calc(2870 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look01_line8 {
    top: calc(3345 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look01_line9 {
    top: calc(3720 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look01_line10 {
    top: calc(4125 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look01_line11 {
    top: calc(4515 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look01_line12 {
    top: calc(4920 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look02_line1 {
    top: calc(5335 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look02_line2 {
    top: calc(5645 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look02_line3 {
    top: calc(6030 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look02_line4 {
    top: calc(6430 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look02_line5 {
    top: calc(6810 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look02_line6 {
    top: calc(7225 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look02_line7 {
    top: calc(7630 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look02_line8 {
    top: calc(8045 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look02_line9 {
    top: calc(8420 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look02_line10 {
    top: calc(8830 / 375 * 100vw);
    transform: rotate(-336deg);
  }
  .look02_line11 {
    top: calc(9245 / 375 * 100vw);
    transform: rotate(-24deg);
  }
  .look-nav {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .look-nav .section-title {
    display: flex;
    justify-content: center;
    padding: calc(40 / 375 * 100vw) 0 0;
  }
  .look-nav .section-title::before {
    background: url(/img/page/25aw_coolwear/bg_sp.jpg) top center;
    background-size: calc(1464/ 375 * 100vw) calc(684/ 375 * 100vw);
    opacity: 0.5;
  }
  .look-nav .section-title::before,
  .look-nav .section-title::after {
    top: 0;
    height: calc(168 / 375 * 100vw);
  }
  .look-nav .look-title-label {
    width: calc(125 / 375 * 100vw);
  }
  .look-nav .look-title-label img {
    padding-left: calc(20 / 375 * 100vw);
  }
  .look-nav-list .look-nav-item a::after {
    height: calc(26 / 375 * 100vw);
    width: calc(41 / 375 * 100vw);
  }
  .look-nav-list .look-nav-item a {
    padding-bottom: calc(50 / 375 * 100vw);
  }
  .look-nav-list .look-nav-item .look-title-num {
    display: block;
  }
  .look-nav-list .look-nav-item .look-title-num img {
    height: calc(64 / 375 * 100vw);
  }
  .look-nav-list .look-nav-item .image-block {
    display: block;
    margin: calc(-25 / 375 * 100vw) auto 0;
    width: calc(254 / 375 * 100vw);
  }
}

/* look */
.look-title {
  position: relative;
  margin: 0;
}
#look02 .look-title {
  text-align: right;
}
.look-title::before {
  content: '';
  position: absolute;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 50vw;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  background-size: 90%;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.look-title::after {
  content: '';
  position: absolute;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 50vw;
  z-index: -2;
}
#look01 .look-title::after {
  background: var(--color-wine);
}
#look02 .look-title::after {
  background: var(--color-navy);
}
.look-movie::before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.look-item-title {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.look-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.look-item-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -2;
}
#look01 .look-item-title::after {
  background-color: var(--color-wine);
}
#look02 .look-item-title::after {
  background-color: var(--color-navy);
}
.look-child:nth-child(odd) .look-goods:nth-child(even) .look-item-title::before,
.look-child:nth-child(odd) .look-goods:nth-child(even) .look-item-title::after,
.look-child:nth-child(even) .look-goods:nth-child(odd) .look-item-title::before,
.look-child:nth-child(even) .look-goods:nth-child(odd) .look-item-title::after {
  left: unset;
  right: 0;
}
.look-goods-list-wrap {
  position: relative;
}
.look-goods-list-wrap::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: url(/img/page/25aw_coolwear/bg.jpg);
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.look-goods-list-wrap::after {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -2;
}
#look01 .look-goods-list-wrap::after {
  background-color: var(--color-wine);
}
#look02 .look-goods-list-wrap::after {
  background-color: var(--color-navy);
}
.look-goods-list {
  overflow-x: scroll;
}
.look-goods-list .goods-list {
  display: flex;
  flex-wrap: nowrap;
}
.look-goods-list li .img-wrap {
  display: block;
  background-color: #fff;
  aspect-ratio: 1;
}
.look-goods-list li img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.revico-star-block--total {
  color: #fff!important;
}
.look-goods .sort-wrap {
  position: relative;
}
.look-goods .sort-wrap::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.look-goods .sort-wrap::after {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: -2;
}
.look-goods:nth-child(even) .sort-wrap::before,
.look-goods:nth-child(even) .sort-wrap::after {
  left: unset;
  right: calc(50% - 50vw);
}
#look01 .look-goods .sort-wrap::after,
#look01 .img-end::after {
  background-color: var(--color-wine);
}
#look02 .look-goods .sort-wrap::after,
#look02 .img-end::after {
  background-color: var(--color-navy);
}
.look-child .img-end {
  position: relative;
}
.look-child .img-end::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.look-child .img-end::after {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  z-index: -2;
}
.goods-list { --h-name:auto; --h-star:auto; }

.goods-list .goods-name {
  display: block;
  min-height: var(--h-name);
  color: #fff;
}
.goods-list .goods-star {
  display: block;
  min-height: var(--h-star);
}
.look-image {
  position: relative;
  z-index: 0;
}
.goods-info-size {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 2px 15px;
  background-color: rgba(34, 34, 34, 0.7);
  color: #fff;
  font-size: 14px;
}
.look-image.item-06 p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .look-child {
    margin-bottom: min(calc(200 / 1920 * 100vw), 200px);
  }
  .look-title {
    margin-bottom: min(calc(50 / 1920 * 100vw), 50px);
  }
  .look-title img {
    height: min(calc(169 / 1920 * 100vw), 169px);
  }
  .look-title::before,
  .look-title::after {
    top: min(calc(-56 / 1920 * 100vw), -56px);
    height: min(calc(380 / 1920 * 100vw), 380px);
  }
  #look02 .look-title::before,
  #look02 .look-title::after {
    left: unset;
    right: 0;
  }
  .look-movie {
    margin-bottom: min(calc(50 / 1920 * 100vw), 50px);
    aspect-ratio: 1200 / 675;
  }
  .look-goods:not(:last-child) {
    margin-bottom: min(calc(200 / 1920 * 100vw), 200px);
  }
  .look-goods .sort-wrap {
    margin-bottom: min(calc(80 / 1920 * 100vw), 80px);
    padding-bottom: min(calc(40 / 1920 * 100vw), 40px);
  }
  .look-goods .sort-wrap::before {
    background-size: 90%;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .sort-wrap::before,
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .sort-wrap::after,
  .look-child:nth-child(even) .look-goods:nth-child(even) .sort-wrap::before,
  .look-child:nth-child(even) .look-goods:nth-child(even) .sort-wrap::after {
    left: calc(50% - 50vw);
    right: min(calc(70 / 1200 * 100%), 70px);
    height: min(calc(900 / 1920 * 100vw), 900px);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .sort-wrap::before,
  .look-child:nth-child(odd) .look-goods:nth-child(even) .sort-wrap::after,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .sort-wrap::before,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .sort-wrap::after {
    left: min(calc(70 / 1200 * 100%), 70px);
    right: calc(50% - 50vw);
    height: min(calc(900 / 1920 * 100vw), 900px);
  }
  .look-content {
    display: flex;
    margin-top: min(calc(30 / 1920 * 100vw), 30px);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-content,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-content:nth-child(odd) {
    margin-top: min(calc(40 / 1920 * 100vw), 40px);
    flex-direction: row-reverse;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-content:nth-child(even) {
    margin-top: min(calc(60 / 1920 * 100vw), 60px);
  }
  .look-content .look-col {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-content:nth-child(even) {
    margin-top: min(calc(70 / 1920 * 100vw), 70px);
  }
  .look-image.item-04 {
    width: min(calc(550 / 600 * 100%), 550px);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-04,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-04 {
    margin-left: auto;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .look-image.item-05 {
    margin-top: auto;
    margin-bottom: min(calc(20 / 1920 * 100vw), 20px);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-05,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-05 {
    margin-top: auto;
    margin-bottom: min(calc(-20 / 1920 * 100vw), -20px);
  }
  .look-image.item-06 {
    margin-top: min(calc(15 / 1920 * 100vw), 15px);
    margin-left: auto;
    width: min(calc(480 / 600 * 100%), 480px);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-06 {
    margin: 0 auto 0 0;
  }
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-06 {
    margin-right: min(calc(80 / 1920 * 100vw), 80px);
    width: min(calc(320 / 600 * 100%), 320px);
  }
  .look-image.item-07 {
    margin-left: min(calc(80 / 1920 * 100vw), 80px);
    width: min(calc(320 / 600 * 100%), 320px);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-07 {
    margin: min(calc(15 / 1920 * 100vw), 15px) min(calc(80 / 1920 * 100vw), 80px) 0 auto;
  }
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-07 {
    margin: 0;
    width: min(calc(480 / 600 * 100%), 480px);
  }
  .look-item-title {
    margin-bottom: min(calc(25 / 1920 * 100vw), 25px);
    padding: min(calc(30 / 1920 * 100vw), 30px) 0;
  }
  .look-item-title::before {
    width: 50vw;
    background-size: 90%;
  }
  .look-item-title::after {
    width: 50vw;
  }
  .look-item-title span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: min(calc(40 / 1920 * 100vw), 40px);
    font-weight: bold;
    line-height: calc(56 / 40);
  }
  .look-item-title span::before {
    content: '';
    margin-right: min(calc(15 / 1920 * 100vw), 15px);
    background-color: #fff;
    width: min(calc(56 / 1920 * 100vw), 56px);
    height: 1px;
  }
  .look-item-desc {
    margin-bottom: min(calc(50 / 1920 * 100vw), 50px);
  }
  .look-item-desc p {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .look-item-desc .look-item-price {
    margin-top: min(calc(25 / 1920 * 100vw), 25px);
    font-size: 32px;
    font-weight: bold;
  }
  .look-item-desc .look-item-price .tax {
    margin-left: 5px;
    font-size: 18px;
  }
  .look-goods-list {
    padding-bottom: min(calc(20 / 1920 * 100vw), 20px);
  }
  .look-goods-list-wrap::before,
  .look-goods-list-wrap::after {
    top: min(calc(120 / 1920 * 100vw), 120px);
    height: min(calc(120 / 1920 * 100vw), 120px);
  }
  .look-goods-list .goods-list {
    gap: min(calc(20 / 1200 * 100%), 20px);
  }
  .look-goods-list li {
    width: min(calc(350 / 1200 * 100%), 350px);
  }
  .look-goods-list .img-wrap {
    margin-bottom: min(calc(20 / 1920 * 100vw), 20px);
  }
  .look-goods-list .goods-name {
    margin-bottom: min(calc(10 / 1920 * 100vw), 10px);
    font-size: 24px;
  }
  .look-goods-list .goods-price {
    margin-bottom: min(calc(5 / 1920 * 100vw), 5px);
    font-size: 24px;
  }
  .look-goods-list .goods-price .tax {
    font-size: 16px;
  }
  look-goods-list .goods-info {
    font-size: 20px;
  }
  .look-child .img-end {
    padding-bottom: min(calc(80 / 1920 * 100vw), 80px);
  }
  .look-child .img-end::before,
  .look-child .img-end::after {
    height: min(calc(320 / 1920 * 100vw), 320px);
  }
}
@media screen and (max-width: 767px) {
  .look-child {
    margin-bottom: calc(56 / 375 * 100vw);
  }
  .look-title {
    margin-bottom: calc(20 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 0 0 0;
  }
  #look02 .look-title {
    text-align: center;
  }
  .look-title img {
    height: calc(71 / 375 * 100vw);
  }
  .look-title::before,
  .look-title::after {
    top: 0;
    width: calc(335 / 375 * 100vw);
    height: calc(152 / 375 * 100vw);
  }
  #look01 .look-title::before,
  #look02 .look-title::before {
    background: url(/img/page/25aw_coolwear/bg_sp.jpg) top center;
    background-size: calc(1464/ 375 * 100vw) calc(684/ 375 * 100vw);
    opacity: 0.5;
  }
  #look02 .look-title::before,
  #look02 .look-title::after {
    left: unset;
    right: 0;
  }
  .look-movie {
    margin-bottom: calc(20 / 375 * 100vw);
    aspect-ratio: 343 / 193;
    aspect-ratio: 1;
  }
  .look-goods:not(:last-child) {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .look-goods .sort-wrap {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .look-goods .sort-wrap::before {
    background: url(/img/page/25aw_coolwear/bg_sp.jpg) top center;
    background-size: calc(1464 / 375 * 100vw) calc(684 / 375 * 100vw);
    opacity: 0.5;
  }
  .look-goods .sort-wrap::before,
  .look-goods .sort-wrap::after {
    bottom: calc(155 / 375 * 100vw);
    height: calc(540 / 375 * 100vw);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .sort-wrap::before,
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .sort-wrap::after,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .sort-wrap::before,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .sort-wrap::after {
    right: calc(40 / 375 * 100vw);
  }
  
  .look-child:nth-child(odd) .look-goods:nth-child(even) .sort-wrap::before,
  .look-child:nth-child(odd) .look-goods:nth-child(even) .sort-wrap::after,
  .look-child:nth-child(even) .look-goods:nth-child(even) .sort-wrap::before,
  .look-child:nth-child(even) .look-goods:nth-child(even) .sort-wrap::after {
    right: calc(50% - 50vw);
    left: calc(40 / 375 * 100vw);
  }
  .look-content {
    margin-top: calc(20 / 375 * 100vw);
  }
  .look-image.item-04 {
    position: relative;
    z-index: 1;
    margin-top: calc(-10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    width: calc(300 / 375 * 100vw);
  }
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-04,
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-04 {
    margin-left: auto;
  }
  .look-image.item-05 {
    width: calc(248 / 375 * 100vw);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .look-image.item-05,
  .look-child:nth-child(even) .look-goods:nth-child(even) .look-image.item-05 {
    margin-left: auto;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-05,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-05 {
    margin-left: 0;
    margin-right: auto;
  }
  .look-image.item-06 {
    margin-top: calc(20 / 375 * 100vw);
    width: calc(250 / 375 * 100vw);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .look-image.item-06,
  .look-child:nth-child(even) .look-goods:nth-child(even) .look-image.item-06 {
    margin-left: 0;
    margin-right: auto;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-06,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-06 {
    margin-left: auto;
    margin-right: 0;
  }
  .look-image.item-06 p {
    font-size: 12px;
  }
  .look-image.item-07 {
    margin-top: calc(20 / 375 * 100vw);
    width: calc(248 / 375 * 100vw);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .look-image.item-07,
  .look-child:nth-child(even) .look-goods:nth-child(even) .look-image.item-07 {
    margin-left: auto;
    margin-right: 0;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-image.item-07,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-image.item-07 {
    margin-left: 0;
    margin-right: auto;
  }
  .look-item-title {
    margin-bottom: 0;
    padding: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .look-item-title,
  .look-child:nth-child(even) .look-goods:nth-child(even) .look-item-title {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-item-title,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-item-title {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
  .look-item-title::before {
    background: url(/img/page/25aw_coolwear/bg_sp.jpg) top center;
    background-size: calc(1464/ 375 * 100vw) calc(684/ 375 * 100vw);
    opacity: 0.5;
    width: 100%;
  }
  .look-item-title::after {
    width: 100%;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .look-item-title::before,
  .look-child:nth-child(even) .look-goods:nth-child(even) .look-item-title::before {
    left: unset;
    right: 0;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(odd) .look-item-title::after,
  .look-child:nth-child(even) .look-goods:nth-child(even) .look-item-title::after {
    left: unset;
    right: 0;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-item-title::before,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-item-title::before {
    left: 0;
    right: unset;
  }
  .look-child:nth-child(odd) .look-goods:nth-child(even) .look-item-title::after,
  .look-child:nth-child(even) .look-goods:nth-child(odd) .look-item-title::after {
    left: 0;
    right: unset;
  }
  .look-item-title span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    line-height: calc(24 / 20);
  }
  .look-item-title span::before {
    content: '';
    margin-right: calc(20 / 375 * 100vw);
    background-color: #fff;
    width: calc(40 / 375 * 100vw);
    height: 1px;
  }
  .look-item-desc {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .look-item-desc p {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(20 / 13);
  }
  .look-item-desc .look-item-price {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    font-weight: bold;
  }
  .look-item-desc .look-item-price .tax {
    margin-left: calc(5 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .look-goods-list {
    padding-bottom: calc(40 / 375 * 100vw);
  }
  .look-goods-list-wrap::before,
  .look-goods-list-wrap::after {
    top: calc(28 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
  }
  .look-goods-list .goods-list {
    gap: calc(15 / 375 * 100vw);
  }
  .look-goods-list li {
    width: calc(136 / 375 * 100vw);
  }
  .look-goods-list .img-wrap {
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .look-goods-list .goods-name {
    margin-bottom: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .look-goods-list .goods-price {
    margin-bottom: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .look-goods-list .goods-price .tax {
    margin-left: calc(5 / 375 * 100vw);
  }
  .look-goods-list .goods-info {
    font-size: calc(12 / 375 * 100vw);
  }
  .goods-list .goods-star {
    margin-bottom: calc(5 / 375 * 100vw);
  }
  .revico-star .revico-star-block{
    flex-wrap: wrap;
  }
  .revico-star-block--title,
  .revico-star-block--total {
    font-size: calc(12 / 375 * 100vw);
  }
  .look-child .img-end {
    padding-bottom: calc(24 / 375 * 100vw);
  }
  .look-child .img-end::before,
  .look-child .img-end::after {
    height: calc(104 / 375 * 100vw);
  }
  .goods-info-size {
    bottom: 10px;
    font-size: 12px;
  }
}

/* gallery */
.gallery {
  position: relative;
}
.gallery::after {
  content: "";
  position: absolute;
  left: -5vw;
  z-index: -1;
  width: 120vw;
  background-color: #5C5C5C;
  transform: rotate(-336deg);
}
.gallery-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.gallery-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  background-size: 90%;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.gallery-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: var(--color-olive);
  z-index: -2;
}
.gallery-title span {
  position: relative;
  display: flex;
  align-items: center;
}
.gallery-title span::before {
  content: "";
  flex-grow: 1;
  margin-left: calc(50% - 50vw);
  height: 2px;
  background-color: #fff;
}
.gallery-title span::after {
  content: "";
  flex-grow: 1;
  margin-right: calc(50% - 50vw);
  height: 2px;
  background-color: #fff;
}
.gallery-title span img {
  display: block;
}
.gallery-list .slick-track {
  display: flex;
  align-items: center;
}
.gallery-list img {
  transform: scale(0.7);
  transition: 0.5s ease;
}
.gallery-list .slick-center img {
  transform: scale(1);
}
.gallery-list .item-inner {
  text-align: center;
}
.gallery-list .slick-list {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-bottom: min(calc(200 / 1920 * 100vw), 200px);
  }
  .gallery::after {
    bottom: min(calc(-30 / 1920 * 100vw), -30px);
    height: 2px;
  }
  .gallery-title {
    margin-bottom: min(calc(50 / 1920 * 100vw), 50px);
    padding-top: min(calc(65 / 1920 * 100vw), 65px);
  }
  .gallery-title::before,
  .gallery-title::after {
    height: min(calc(590 / 1920 * 100vw), 590px);
  }
  .gallery-title span {
    width: min(calc((393 + 20 + 20) / 1920 * 100vw), 393px);
  }
  .gallery-title span img {
    padding: 0 min(calc(20 / 1920 * 100vw), 393px);
  }
  .gallery-list {
    margin: 0 min(calc(-60 / 1200 * 100%), -60px);
    height: min(calc(590 / 1200 * 100%), 590px);
    overflow: hidden;
  }
  .gallery-list .list-item {
    width: min(calc(552 / 1200 * 100%), 552px);
  }
  .gallery-list .list-item.slick-active:not(.slick-current) {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-bottom: calc(80 / 375 * 100vw);
  }
  .gallery::after {
    bottom: calc(295 / 375 * 100vw);
    height: 1px;
  }
  .gallery-title {
    margin-bottom: calc(20 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) 0 0;
  }
  .gallery-title::before,
  .gallery-title::after {
    height: calc(218 / 375 * 100vw);
  }
  .gallery-title::before {
    background: url(/img/page/25aw_coolwear/bg_sp.jpg) top center;
    background-size: calc(1464/ 375 * 100vw) calc(684/ 375 * 100vw);
    opacity: 0.5;
  }
  .gallery-title span {
    width: calc((137 + 20 + 20) / 375 * 100vw);
  }
  .gallery-title span img {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .gallery-list .list-item {
    width: calc(200 / 375 * 100vw);
  }
}

/* line up */
.line-up {
  position: relative;
}
.line-up::before,
.line-up::after {
  content: "";
  position: absolute;
  left: -5vw;
  z-index: -1;
  width: 120vw;
  background-color: #5C5C5C;
}
.line-up-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.line-up-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(/img/page/25aw_coolwear/bg.jpg);
  background-size: 90%;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
}
.line-up-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: var(--color-olive);
  z-index: -2;
}
.line-up-title span {
  position: relative;
  display: flex;
  align-items: center;
}
.line-up-title span::before {
  content: "";
  flex-grow: 1;
  margin-left: calc(50% - 50vw);
  height: 2px;
  background-color: #fff;
}
.line-up-title span::after {
  content: "";
  flex-grow: 1;
  margin-right: calc(50% - 50vw);
  height: 2px;
  background-color: #fff;
}
.line-up-title span img {
  display: block;
}
.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 {
    padding: 0 0 min(calc(200 / 1920 * 100vw), 200px);
  }
  .line-up::before {
    top: 50%;
    height: 2px;
    transform: translateY(-50%) rotate(-21deg);
  }
  .line-up::after {
    bottom: 90px;
    height: 2px;
  }
  .line-up-title {
    margin-bottom: min(calc(50 / 1920 * 100vw), 50px);
    padding-top: min(calc(65 / 1920 * 100vw), 65px);
  }
  .line-up-title::before,
  .line-up-title::after {
    height: min(calc(376 / 1920 * 100vw), 376px);
  }
  .line-up-title span {
    width: min(calc((393 + 20 + 20) / 1920 * 100vw), 393px);
  }
  .line-up-title span img {
    padding: 0 min(calc(20 / 1920 * 100vw), 393px);
  }
  .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;
  }
  .sp-only {display: none !important;}
}
@media screen and (max-width: 767px) {
  .line-up {
    padding: 0 0 calc(200 / 375 * 100vw);
  }
  .line-up::before {
    top: calc(10 / 375 * 100vw);
    height: 1px;
    transform: rotate(-24deg);
  }
  .line-up::after {
    bottom: calc(40 / 375 * 100vw);
    height: 1px;
  }
  .line-up-title {
    margin-bottom: min(calc(50 / 1920 * 100vw), 50px);
    padding-top: min(calc(65 / 1920 * 100vw), 65px);
  }
  .line-up-title::before,
  .line-up-title::after {
    height: calc(218 / 375 * 100vw);
  }
  .line-up-title span {
    width: calc((114 + 20 + 20) / 375 * 100vw);
  }
  .line-up-title span img {
    padding: 0 calc(20 / 375 * 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;}
}