@charset "UTF-8";
:root {
  --font-primary: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-en: "DM Serif Text", serif;
  --viewport-width: 375;
  --color-blue:#4162B9;
  --color-yellow:#FAFA96;
  --color-bg:#F0F5F5;
  --color-bk:#232323;
  --base-unit: 100vw;
}
@media screen and (min-width:961px), print {
  :root {
    --viewport-width: 1;
    --base-unit: 1px;
  }
}

/* 基本 */
.sp-only {
  display: none !important;
}
@media screen and (max-width:960px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width:960px) {
  .sp-none {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width:961px), print {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width:961px), print {
  .pc-none {
    display: none !important;
  }
}

/* 新EC用の記述 */
body {
  line-height: 1;
}
div, li, p, span, section, dt, dd, table, td, th, h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section, main {
  display: block;
}

nav ul, li {
  list-style: none;
}

table {
  border-spacing: 0;
}

#tblLayout {
  width: 100%;
}

/* 新EC用の記述 end */
/* ---------------------------------------------------------
	共通（レイアウトとか）
----------------------------------------------------------*/
.summer2025 {
  font-family: var(--font-primary);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: var(--color-bg);
  background: #e1ebeb;
}
.summer2025 .animate {
  opacity: 0;
  visibility: hidden;
}
.summer2025 .animate__animated {
  opacity: 1;
  visibility: visible;
}
.summer2025 a:hover {
  opacity: 0.7 !important;
}
.summer2025 img {
  display: inline !important;
  max-width: 100%;
  width: revert-layer;
  height: auto;
  vertical-align: bottom;
}
.summer2025 .summer2025_main {
  font-size: calc(14 / var(--viewport-width) * var(--base-unit));
}
.remodal {
  padding: 24px 32px;
  border-radius: 4px;
  border: 1px solid var(--color-blue);
}
@media screen and (min-width:961px), print {
  .remodal {
    max-width: 355px;
    padding: 30px;
  }
}
.remodal .remodal-close {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid var(--color-blue);
  left: auto;
  right: 8px;
  top: -8px;
}
.remodal .remodal-close:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  content: "";
  color: var(--color-blue);
  width: 12px;
  height: 12px;
  line-height: 1;
  background-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_open.svg");
}
.remodal img {
  display: inline !important;
  max-width: 100%;
  width: revert-layer;
  height: auto;
}
.remodal .remodal-ttl {
  margin-bottom: 24px;
}
.remodal .remodal-img {
  margin-bottom: 24px;
}
.remodal.remodal-make .remodal-txts {
  margin-top: -40px;
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.6);
}

.modal-video {
  background: rgba(0, 0, 0, 0.9);
}

.modalVideoBtn {
  cursor: pointer;
}
.modalVideoBtn picture {
  display: block;
  position: relative;
  z-index: 0;
}
.modalVideoBtn picture:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  content: "";
  display: block;
  width: calc(67 / var(--viewport-width) * var(--base-unit));
  height: calc(67 / var(--viewport-width) * var(--base-unit));
  background-size: contain;
}
.modalVideoBtn picture img {
  width: 100%;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.modalVideoBtn:hover {
  opacity: 0.7 !important;
}
.summer2025_main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff !important;
  width: 100vw;
  color: var(--color-blue);
}
@media screen and (max-width:960px) {
  .summer2025_main {
    overflow: hidden;
  }
}
@media screen and (min-width:961px), print {
  .summer2025_main {
    width: 375px;
    margin: 0 auto !important;
  }
}
.summer2025_main a {
  text-decoration: none;
  color: inherit;
}

.summer2025_aside {
  display: none;
}
@media screen and (min-width:1200px), print {
  .summer2025_aside {
    display: block;
    width: 375px;
    position: fixed;
    top: 194px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
  }
}
.summer2025_aside-left {
  left: calc((50vw - 187.5px - 375px) / 2);
}
.summer2025_aside-right {
  width: 240px;
  right: calc((50vw - 187.5px - 240px) / 2);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.summer2025_aside_copy {
  margin-top: 50px;
  margin-bottom: 110px;
}
.summer2025_aside_menu {
  font-size: calc(18 / var(--viewport-width) * var(--base-unit)) !important;
  color: var(--color-blue);
}
.summer2025_aside_menu_ttl {
  margin-bottom: 20px !important;
  font-size: calc(24 / var(--viewport-width) * var(--base-unit)) !important;
  font-family: var(--font-en);
  font-weight: 400;
}
.summer2025_aside_menu_ul {
  margin-bottom: 16px !important;
}
.summer2025_aside_menu_ul li {
  border-bottom: 1px solid var(--color-blue);
}
.summer2025_aside_menu_ul li:last-child {
  border-bottom: 0;
}
.summer2025_aside_menu_ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  padding: 16px 0;
  text-decoration: none;
}
.summer2025_aside_menu_ul .icon {
  display: inline-block;
  width: 32px;
  text-align: center;
}
.summer2025_aside_bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  margin-top: 110px;
}
@media screen and (min-width:1200px), print {
  .summer2025_scroll .summer2025_aside {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width:1200px), print {
  .summer2025_scroll_end .summer2025_aside {
    opacity: 0;
    visibility: hidden;
  }
}
/* ---------------------------------------------------------
	浴衣 & 水着
----------------------------------------------------------*/
/* アニメーションのキーフレーム定義 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(-3deg);
            transform: translateY(20px) rotate(-3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-3deg);
            transform: translateY(0) rotate(-3deg);
  }
}
@keyframes fadeInUp01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(-3deg);
            transform: translateY(20px) rotate(-3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-3deg);
            transform: translateY(0) rotate(-3deg);
  }
}
.animate__fadeInUp01 {
  -webkit-animation-name: fadeInUp01;
  animation-name: fadeInUp01;
}

@-webkit-keyframes fadeInUp02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(1deg);
            transform: translateY(20px) rotate(1deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
}

@keyframes fadeInUp02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(1deg);
            transform: translateY(20px) rotate(1deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
}
.animate__fadeInUp02 {
  -webkit-animation-name: fadeInUp02;
  animation-name: fadeInUp02;
}

@-webkit-keyframes fadeInUp03 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(3deg);
            transform: translateY(20px) rotate(3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(3deg);
            transform: translateY(0) rotate(3deg);
  }
}

@keyframes fadeInUp03 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(3deg);
            transform: translateY(20px) rotate(3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(3deg);
            transform: translateY(0) rotate(3deg);
  }
}
.animate__fadeInUp03 {
  -webkit-animation-name: fadeInUp03;
          animation-name: fadeInUp03;
}

@-webkit-keyframes fadeInUp04 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(-1deg);
            transform: translateY(20px) rotate(-1deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
}

@keyframes fadeInUp04 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(-1deg);
            transform: translateY(20px) rotate(-1deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
}
.animate__fadeInUp04 {
  -webkit-animation-name: fadeInUp04;
          animation-name: fadeInUp04;
}

@-webkit-keyframes fadeInUp05 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(358deg);
            transform: translateY(20px) rotate(358deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(358deg);
            transform: translateY(0) rotate(358deg);
  }
}

@keyframes fadeInUp05 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(358deg);
            transform: translateY(20px) rotate(358deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(358deg);
            transform: translateY(0) rotate(358deg);
  }
}
.animate__fadeInUp05 {
  -webkit-animation-name: fadeInUp05;
          animation-name: fadeInUp05;
}

.summer2025_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(32 / var(--viewport-width) * var(--base-unit));
  padding: 0 calc(24 / var(--viewport-width) * var(--base-unit));
}
.summer2025_check-all {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: calc(32 / var(--viewport-width) * var(--base-unit));
}

.summer2025_btn_w {
  position: relative;
  display: block;
  text-align: center;
  padding: 16px;
  border: 1px solid var(--color-blue);
  border-radius: 4px;
  color: var(--color-blue);
  font-family: var(--font-serif);
  font-size: calc(14 / var(--viewport-width) * var(--base-unit));
}
.summer2025_btn_w:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(24 / var(--viewport-width) * var(--base-unit));
  content: "";
  display: block;
  width: calc(10 / var(--viewport-width) * var(--base-unit));
  height: calc(8 / var(--viewport-width) * var(--base-unit));
  background: var(--color-blue);
  -webkit-mask-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_arrow.svg");
          mask-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.summer2025_btn_bk {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(300 / var(--viewport-width) * var(--base-unit));
  text-align: center;
  padding: 16px;
  background: var(--color-bk);
  border-radius: 4px;
  color: #f0f5f5 !important;
  font-family: var(--font-serif);
  font-size: calc(13 / var(--viewport-width) * var(--base-unit));
  line-height: 1.88;
}
.summer2025_btn_bk:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(24 / var(--viewport-width) * var(--base-unit));
  content: "";
  display: block;
  width: calc(10 / var(--viewport-width) * var(--base-unit));
  height: calc(8 / var(--viewport-width) * var(--base-unit));
  background: #fff;
  -webkit-mask-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_arrow.svg");
          mask-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.summer2025_btn_blue {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 22px 16px;
  background: var(--color-blue);
  border-radius: 4px;
  color: #f0f5f5 !important;
  font-family: var(--font-serif);
  font-size: calc(14 / var(--viewport-width) * var(--base-unit));
  text-decoration: none;
}
.summer2025_btn_blue:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(24 / var(--viewport-width) * var(--base-unit));
  content: "";
  display: block;
  width: calc(10 / var(--viewport-width) * var(--base-unit));
  height: calc(8 / var(--viewport-width) * var(--base-unit));
  background: #fff;
  -webkit-mask-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_arrow.svg");
          mask-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right center;
          mask-position: right center;
}

@media screen and (min-width:961px), print {
  .summer2025_fixed_nav {
    display: none;
  }
}

.summer2025_fixed_nav_btn {
  position: fixed;
  right: 16px;
  top: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--color-blue);
  border-radius: 2px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.summer2025_scroll .summer2025_fixed_nav_btn {
  opacity: 1;
  visibility: visible;
}
.summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line {
  position: relative;
  width: 12px;
  height: 12px;
  line-height: 1;
}
.summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line span {
  position: absolute;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line span:nth-of-type(1) {
  top: 0;
}
.summer2025_pegenav_open .summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line span:nth-of-type(1) {
  -webkit-transform: translateY(5.5px) rotate(-45deg);
      -ms-transform: translateY(5.5px) rotate(-45deg);
          transform: translateY(5.5px) rotate(-45deg);
}
.summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.summer2025_pegenav_open .summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line span:nth-of-type(2) {
  opacity: 0;
}
.summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line span:nth-of-type(3) {
  bottom: 0;
}
.summer2025_pegenav_open .summer2025_fixed_nav_btn .summer2025_fixed_nav_btn_line span:nth-of-type(3) {
  -webkit-transform: translateY(-5.5px) rotate(45deg);
      -ms-transform: translateY(-5.5px) rotate(45deg);
          transform: translateY(-5.5px) rotate(45deg);
  width: 100%;
}
.summer2025_fixed_nav_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 45px;
  z-index: 9998;
  width: 100%;
  max-height: calc(100% - 45px);
  padding: 64px 16px 32px 16px;
  background: var(--color-blue);
  overflow: auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.summer2025_pegenav_open .summer2025_fixed_nav_content {
  opacity: 1;
  visibility: visible;
}

.summer2025_fixed_nav_content_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(16 / var(--viewport-width) * var(--base-unit)) 0;
  margin-bottom: 32px;
}
.summer2025_fixed_nav_content_ul li {
  width: 47.5%;
}
.summer2025_fixed_nav_content_ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 calc(8 / var(--viewport-width) * var(--base-unit));
}
.summer2025_fixed_nav_content_ul a .icon {
  display: inline-block;
  width: calc(32 / var(--viewport-width) * var(--base-unit));
  text-align: center;
}
.summer2025_fixed_nav_content_ul .icon_balletcore {
  width: calc(17 / var(--viewport-width) * var(--base-unit));
}
.summer2025_fixed_nav_content_ul .subnavi_balletcore {
  width: calc(95 / var(--viewport-width) * var(--base-unit));
}
.summer2025_fixed_nav_content_ul .icon_otona {
  width: calc(23 / var(--viewport-width) * var(--base-unit));
}
.summer2025_fixed_nav_content_ul .subnavi_otona {
  width: calc(82 / var(--viewport-width) * var(--base-unit));
}
.summer2025_fixed_nav_content_ul .icon_hair {
  width: calc(22 / var(--viewport-width) * var(--base-unit));
}
.summer2025_fixed_nav_content_ul .subnavi_hair {
  width: calc(74 / var(--viewport-width) * var(--base-unit));
}

.summer2025_fixed_nav_content_bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
.summer2025_fixed_nav_content_bnrs img {
  width: 100%;
}

.summer2025_floating {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 0 calc(16 / var(--viewport-width) * var(--base-unit)) calc(16 / var(--viewport-width) * var(--base-unit));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@media screen and (max-width:960px) {
  .summer2025_scroll_up .summer2025_floating {
    opacity: 1;
    visibility: visible;
  }
}
.summer2025_floating .summer2025_btn_blue {
  padding: 16px;
}

.summer2025_headbnr img {
  width: 100%;
}

.summer2025_mv .swiper-slide-active .summer2025_mv_hint {
  -webkit-animation: fadeIn 0.5s ease-in-out 0.5s forwards;
          animation: fadeIn 0.5s ease-in-out 0.5s forwards;
}
.summer2025_mv_slide {
  position: relative;
}
.summer2025_mv_cool {
  position: absolute;
  top: calc(16 / var(--viewport-width) * var(--base-unit));
  right: calc(16 / var(--viewport-width) * var(--base-unit));
}
@media screen and (max-width:960px) {
  .summer2025_mv_cool {
    display: none;
  }
}
.summer2025_mv_hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 0;
  position: absolute;
  right: calc(16 / var(--viewport-width) * var(--base-unit));
  bottom: calc(16 / var(--viewport-width) * var(--base-unit));
  width: calc(88 / var(--viewport-width) * var(--base-unit));
  height: calc(88 / var(--viewport-width) * var(--base-unit));
  background: #FAFA96 !important;
  border-radius: 50%;
  opacity: 0;
}
.summer2025_mv_hint_icon {
  -webkit-animation: slideFade 2s ease-in-out infinite;
          animation: slideFade 2s ease-in-out infinite;
  opacity: 0;
  position: relative;
}
.summer2025_mv_main img {
  width: 100%;
}

@-webkit-keyframes slideFade {
  /* 開始状態: 画面右外にいて透明 */
  0% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
    opacity: 0;
  }
  /* フェードイン完了: 画面内に入って不透明 */
  35% {
    opacity: 1;
  }
  /* 画面を横切って左へ移動 */
  65% {
    opacity: 1;
  }
  /* 終了状態: 画面左外へ出て透明に */
  100% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    opacity: 0;
  }
}

@keyframes slideFade {
  /* 開始状態: 画面右外にいて透明 */
  0% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
    opacity: 0;
  }
  /* フェードイン完了: 画面内に入って不透明 */
  35% {
    opacity: 1;
  }
  /* 画面を横切って左へ移動 */
  65% {
    opacity: 1;
  }
  /* 終了状態: 画面左外へ出て透明に */
  100% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    opacity: 0;
  }
}
.summer2025_subnavi {
  padding: calc(40 / var(--viewport-width) * var(--base-unit)) calc(24 / var(--viewport-width) * var(--base-unit)) calc(40 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(16 / var(--viewport-width) * var(--base-unit)) 0;
}
.summer2025_subnavi_ul li {
  width: 47.5%;
}
.summer2025_subnavi_ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 calc(8 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_ul a .icon {
  display: inline-block;
  width: calc(32 / var(--viewport-width) * var(--base-unit));
  text-align: center;
}
.summer2025_subnavi_ul a.has-check:before {
  position: absolute;
  left: calc((32 / var(--viewport-width) * var(--base-unit)) + (8 / var(--viewport-width) * var(--base-unit)));
  bottom: 100%;
  content: "";
  display: block;
  width: calc(48 / var(--viewport-width) * var(--base-unit));
  height: calc(19 / var(--viewport-width) * var(--base-unit));
  background-image: url("/Contents/ImagesPkg/fashion/swimwear/fukidashi_check.svg");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s ease infinite;
          animation: pulse 1s ease infinite;
}
.summer2025_subnavi_ul .icon_balletcore {
  width: calc(17 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_ul .subnavi_balletcore {
  width: calc(95 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_ul .icon_otona {
  width: calc(25 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_ul .subnavi_otona {
  width: calc(82 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_ul .icon_hair {
  width: calc(25 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_ul .subnavi_hair {
  width: calc(74 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_btn {
  margin-bottom: calc(40 / var(--viewport-width) * var(--base-unit));
}
.summer2025_subnavi_btn .summer2025_btn_bk {
  max-width: none;
}

.summer2025_bg-note {
  background-image: url("/Contents/ImagesPkg/fashion/swimwear/pattern_note.svg");
}

.summer2025_section {
  line-height: 1.88;
}

.summer2025_sec-top {
  background: var(--color-bg);
  margin-right: calc(48 / var(--viewport-width) * var(--base-unit));
  padding: calc(64 / var(--viewport-width) * var(--base-unit)) 0 0 calc(32 / var(--viewport-width) * var(--base-unit));
  position: relative;
  z-index: 1;
  background: none;
}
.summer2025_sec-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: calc(400 / var(--viewport-width) * var(--base-unit));
  background: var(--color-bg);
}
.summer2025_otona .summer2025_sec-top:before {
  height: calc(349 / var(--viewport-width) * var(--base-unit));
}

.summer2025_h3 {
  margin-bottom: calc(32 / var(--viewport-width) * var(--base-unit));
  font-family: var(--font-serif);
}
.summer2025_otona .summer2025_h3 {
  margin-bottom: calc(24 / var(--viewport-width) * var(--base-unit));
}
.summer2025_h3_sub {
  margin-bottom: calc(8 / var(--viewport-width) * var(--base-unit));
  font-size: calc(14 / var(--viewport-width) * var(--base-unit));
}
.summer2025_h3 .balletcore_ttl {
  width: calc(217 / var(--viewport-width) * var(--base-unit));
}
.summer2025_h3 .otona_ttl {
  width: calc(188 / var(--viewport-width) * var(--base-unit));
}
.summer2025_h3.h3-center {
  text-align: center;
}

.summer2025_boutou {
  font-size: calc(16 / var(--viewport-width) * var(--base-unit));
  font-family: var(--font-serif);
}
.summer2025_boutou.boutou-center {
  text-align: center;
}
.summer2025_boutou > * {
  font-size: inherit;
}

@-webkit-keyframes colorReveal {
  0% {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(5689%) hue-rotate(188deg) brightness(95%) contrast(89%);
            filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(5689%) hue-rotate(188deg) brightness(95%) contrast(89%);
  }
  100% {
    -webkit-filter: none;
            filter: none; /* フィルターなしの状態 */
  }
}

@keyframes colorReveal {
  0% {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(5689%) hue-rotate(188deg) brightness(95%) contrast(89%);
            filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(5689%) hue-rotate(188deg) brightness(95%) contrast(89%);
  }
  100% {
    -webkit-filter: none;
            filter: none; /* フィルターなしの状態 */
  }
}
.animate__colorReveal {
  -webkit-animation: colorReveal 0s forwards 0.5s;
          animation: colorReveal 0s forwards 0.5s;
}

@-webkit-keyframes imgAnime {
  0% {
    width: 0;
  }
  100% {
    width: calc(230 / var(--viewport-width) * var(--base-unit));
  }
}

@keyframes imgAnime {
  0% {
    width: 0;
  }
  100% {
    width: calc(230 / var(--viewport-width) * var(--base-unit));
  }
}
.animate__imgAnime {
  -webkit-animation: imgAnime 0.5s forwards;
          animation: imgAnime 0.5s forwards;
}

@-webkit-keyframes imgAnime02 {
  0% {
    width: 0;
  }
  100% {
    width: calc(255 / var(--viewport-width) * var(--base-unit));
  }
}

@keyframes imgAnime02 {
  0% {
    width: 0;
  }
  100% {
    width: calc(255 / var(--viewport-width) * var(--base-unit));
  }
}
.animate__imgAnime02 {
  -webkit-animation: imgAnime02 0.5s forwards;
          animation: imgAnime02 0.5s forwards;
}

@-webkit-keyframes imgAnime03 {
  0% {
    width: 0;
  }
  100% {
    width: calc(282 / var(--viewport-width) * var(--base-unit));
  }
}

@keyframes imgAnime03 {
  0% {
    width: 0;
  }
  100% {
    width: calc(282 / var(--viewport-width) * var(--base-unit));
  }
}
.animate__imgAnime03 {
  -webkit-animation: imgAnime03 0.5s forwards;
          animation: imgAnime03 0.5s forwards;
}

@-webkit-keyframes imgAnime04 {
  0% {
    width: 0;
  }
  100% {
    width: calc(160 / var(--viewport-width) * var(--base-unit));
  }
}

@keyframes imgAnime04 {
  0% {
    width: 0;
  }
  100% {
    width: calc(160 / var(--viewport-width) * var(--base-unit));
  }
}
.animate__imgAnime04 {
  -webkit-animation: imgAnime04 0.5s forwards;
          animation: imgAnime04 0.5s forwards;
}

@-webkit-keyframes imgAnime05 {
  0% {
    width: 0;
  }
  100% {
    width: calc(230 / var(--viewport-width) * var(--base-unit));
  }
}

@keyframes imgAnime05 {
  0% {
    width: 0;
  }
  100% {
    width: calc(230 / var(--viewport-width) * var(--base-unit));
  }
}
.animate__imgAnime05 {
  -webkit-animation: imgAnime05 0.5s forwards;
          animation: imgAnime05 0.5s forwards;
}

.summer2025_copy {
  position: relative;
  z-index: 90;
  margin-top: calc(80 / var(--viewport-width) * var(--base-unit));
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(5689%) hue-rotate(188deg) brightness(95%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(5689%) hue-rotate(188deg) brightness(95%) contrast(89%);
}
.summer2025_copy:has(.balletcore_01_copy) {
  margin-top: calc(70 / var(--viewport-width) * var(--base-unit));
}
.summer2025_copy img {
  width: 0;
  height: calc(68 / var(--viewport-width) * var(--base-unit));
  -o-object-fit: cover;
     object-fit: cover;
}
.summer2025_copy .balletcore_01_copy {
  width: calc(230 / var(--viewport-width) * var(--base-unit));
}
.summer2025_copy .balletcore_02_copy {
  width: calc(255 / var(--viewport-width) * var(--base-unit));
}
.summer2025_copy .balletcore_03_copy {
  width: calc(282 / var(--viewport-width) * var(--base-unit));
}
.summer2025_copy .otona_01_copy {
  width: calc(160 / var(--viewport-width) * var(--base-unit));
  height: calc(104 / var(--viewport-width) * var(--base-unit));
}
.summer2025_copy .otona_02_copy {
  width: calc(230 / var(--viewport-width) * var(--base-unit));
}
.summer2025_copy_subtxt {
  font-family: var(--font-serif);
  font-size: calc(14 / var(--viewport-width) * var(--base-unit));
}
.summer2025_copy_subtxt > * {
  font-size: inherit;
}

.summer2025_imgintxt {
  position: relative;
}
.summer2025_imgintxt_txt {
  position: absolute;
  z-index: 10;
  font-size: calc(24 / var(--viewport-width) * var(--base-unit));
  font-family: var(--font-serif);
  color: #fff;
}
.summer2025_imgintxt_txt.txt-01 {
  top: calc(7 / var(--viewport-width) * var(--base-unit));
  right: calc(51 / var(--viewport-width) * var(--base-unit));
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
.summer2025_imgintxt_txt.txt-02 {
  top: calc(42 / var(--viewport-width) * var(--base-unit));
  right: calc(31 / var(--viewport-width) * var(--base-unit));
  -webkit-transform: rotate(357deg);
      -ms-transform: rotate(357deg);
          transform: rotate(357deg);
}

.summer2025_img {
  position: relative;
  z-index: 10;
}
.summer2025_img_fukidashi {
  position: absolute;
  z-index: 20;
}
.summer2025_img_fukidashi img {
  width: calc(60 / var(--viewport-width) * var(--base-unit)) !important;
}
.summer2025_img img {
  width: 100%;
}
.summer2025_img .item_more {
  display: block;
  position: relative;
}
.summer2025_img .item_more:before {
  position: absolute;
  right: calc(16 / var(--viewport-width) * var(--base-unit));
  bottom: calc(14 / var(--viewport-width) * var(--base-unit));
  content: "";
  display: block;
  width: calc(88 / var(--viewport-width) * var(--base-unit));
  height: calc(26 / var(--viewport-width) * var(--base-unit));
  background-image: url("/Contents/ImagesPkg/fashion/swimwear/btn_more.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.summer2025_img_caption {
  font-size: calc(14 / var(--viewport-width) * var(--base-unit));
  font-family: var(--font-serif);
}
.summer2025_img_caption > * {
  font-size: inherit;
}

.summer2025_balletcore .summer2025_sec-top .summer2025_v {
  margin-bottom: calc(32 / var(--viewport-width) * var(--base-unit));
}
.summer2025_balletcore .summer2025_imgintxt {
  margin-left: calc(-8 / var(--viewport-width) * var(--base-unit));
  margin-right: calc(-24 / var(--viewport-width) * var(--base-unit));
}
.summer2025_balletcore .summer2025_imgintxt_txt.txt-01 {
  top: calc(0 / var(--viewport-width) * var(--base-unit));
  left: calc(16 / var(--viewport-width) * var(--base-unit));
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.summer2025_balletcore .summer2025_imgintxt_txt.txt-02 {
  top: calc(32 / var(--viewport-width) * var(--base-unit));
  left: calc(43 / var(--viewport-width) * var(--base-unit));
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
}

.balletcore_01_subtxt {
  position: relative;
  padding-top: calc(24 / var(--viewport-width) * var(--base-unit));
  padding-left: calc(24 / var(--viewport-width) * var(--base-unit));
}
.balletcore_01_subtxt:before {
  position: absolute;
  left: 0;
  top: calc(-16 / var(--viewport-width) * var(--base-unit));
  z-index: -1;
  display: block;
  content: "";
  width: calc(232 / var(--viewport-width) * var(--base-unit));
  height: calc(232 / var(--viewport-width) * var(--base-unit));
  background: var(--color-bg);
}

.balletcore_01_img01 {
  z-index: 30;
  width: calc(350 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(24 / var(--viewport-width) * var(--base-unit));
  margin-left: auto;
}
.balletcore_01_img01 .summer2025_img_fukidashi {
  right: calc(24 / var(--viewport-width) * var(--base-unit));
  bottom: calc(100% - (47 / var(--viewport-width) * var(--base-unit)));
}

.balletcore_01_img02 {
  z-index: 20;
  width: calc(240 / var(--viewport-width) * var(--base-unit));
  margin-left: auto;
  margin-right: calc(24 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(8 / var(--viewport-width) * var(--base-unit));
}
.balletcore_01_img02 .summer2025_img_fukidashi {
  right: calc(24 / var(--viewport-width) * var(--base-unit));
  bottom: calc(100% - (32 / var(--viewport-width) * var(--base-unit)));
}
.balletcore_01_itemtxt,
.balletcore_02_itemtxt {
  position: relative;
  z-index: 30;
  margin-left: calc(24 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(-22 / var(--viewport-width) * var(--base-unit));
}
.balletcore_01_itemtxt img,
.balletcore_02_itemtxt img {
  width: calc(226 / var(--viewport-width) * var(--base-unit));
}

.balletcore_02_img01 {
  width: calc(296 / var(--viewport-width) * var(--base-unit));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(24 / var(--viewport-width) * var(--base-unit));
}
.balletcore_02_img01 .summer2025_img_fukidashi {
  left: calc(-16 / var(--viewport-width) * var(--base-unit));
  top: calc(20 / var(--viewport-width) * var(--base-unit));
}
.balletcore_02_img01 .summer2025_img_fukidashi img {
  width: calc(60 / var(--viewport-width) * var(--base-unit));
}

.balletcore_02_img02 {
  width: calc(233 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(16 / var(--viewport-width) * var(--base-unit));
}
.balletcore_02_img02:after {
  position: absolute;
  left: calc(151 / var(--viewport-width) * var(--base-unit));
  top: calc(112 / var(--viewport-width) * var(--base-unit));
  z-index: -1;
  content: "";
  display: block;
  width: calc(224 / var(--viewport-width) * var(--base-unit));
  height: calc(224 / var(--viewport-width) * var(--base-unit));
  background: var(--color-bg);
}
.balletcore_02_img02 .summer2025_img_caption {
  position: absolute;
  left: calc(214 / var(--viewport-width) * var(--base-unit));
  top: calc(16 / var(--viewport-width) * var(--base-unit));
  width: 100%;
}

.balletcore_02_img03 {
  z-index: 1;
  width: calc(232 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(24 / var(--viewport-width) * var(--base-unit));
  margin-left: auto;
  margin-bottom: calc(64 / var(--viewport-width) * var(--base-unit));
}
.balletcore_02_img03 .summer2025_img_fukidashi {
  left: calc(-120 / var(--viewport-width) * var(--base-unit));
  top: calc(40 / var(--viewport-width) * var(--base-unit));
}
.balletcore_02_img03 .summer2025_img_fukidashi img {
  width: calc(162 / var(--viewport-width) * var(--base-unit));
}
.balletcore_02_img03 .summer2025_img_img {
  position: relative;
  z-index: 5;
}
.balletcore_02_img03 .summer2025_img_caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: calc(-143 / var(--viewport-width) * var(--base-unit));
  top: calc(120 / var(--viewport-width) * var(--base-unit));
  z-index: 0;
  width: calc(232 / var(--viewport-width) * var(--base-unit));
  height: calc(232 / var(--viewport-width) * var(--base-unit));
  padding: calc(70 / var(--viewport-width) * var(--base-unit)) 0 0 calc(24 / var(--viewport-width) * var(--base-unit));
  background: var(--color-bg);
}

.balletcore_03_img01 {
  width: calc(320 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(24 / var(--viewport-width) * var(--base-unit));
}
.balletcore_03_img01 .summer2025_img_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.balletcore_03_img01 .summer2025_img_img .summer2025_img_caption {
  position: absolute;
  right: calc(24 / var(--viewport-width) * var(--base-unit));
  top: calc(24 / var(--viewport-width) * var(--base-unit));
  color: #fff;
}
.balletcore_03_img01 .summer2025_img_img .summer2025_img_caption p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.balletcore_03_img02 {
  width: calc(269 / var(--viewport-width) * var(--base-unit));
  margin-left: auto;
  margin-top: calc(-24 / var(--viewport-width) * var(--base-unit));
}
.balletcore_03_img02 .item_more {
  display: block;
  border: 2px solid #fff;
  border-right: none;
}
.balletcore_03_img02 .summer2025_img_fukidashi {
  top: calc(51 / var(--viewport-width) * var(--base-unit));
  left: calc(-42 / var(--viewport-width) * var(--base-unit));
}

.balletcore_03_itemtxt {
  position: relative;
  z-index: 20;
  margin-left: calc(24 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(-22 / var(--viewport-width) * var(--base-unit));
}
.balletcore_03_itemtxt img {
  width: calc(226 / var(--viewport-width) * var(--base-unit));
}

.balletcore_03_check {
  position: relative;
}
.balletcore_03_check:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #fff;
}

.summer2025_promo {
  padding: 0;
  padding-bottom: calc(80 / var(--viewport-width) * var(--base-unit));
  background: #fff;
}
.summer2025_promo_moive {
  margin: calc(24 / var(--viewport-width) * var(--base-unit)) 0;
}
.summer2025_promo .swiper-promo {
  font-family: var(--font-serif);
}
.summer2025_promo .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.summer2025_promo .swiper-slide {
  white-space: nowrap;
  word-break: keep-all;
  width: auto !important;
  font-size: calc(20 / var(--viewport-width) * var(--base-unit));
  line-height: 1;
}

.balletcore_check,
.otona_check {
  position: relative;
  margin: 0;
  padding: calc(80 / var(--viewport-width) * var(--base-unit)) 0;
}
.balletcore_check:before,
.otona_check:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #fff;
}
.otona_boutou {
  position: relative;
  z-index: 10;
}
.otona_boutou .otona_boutou_txts .summer2025_copy {
  margin-bottom: calc(24 / var(--viewport-width) * var(--base-unit));
}
.otona_boutou .otona_boutou_txts .summer2025_copy_subtxt {
  margin-left: calc(24 / var(--viewport-width) * var(--base-unit));
  margin-bottom: calc(24 / var(--viewport-width) * var(--base-unit));
}
.otona_boutou .otona_boutou_kirinuki {
  position: absolute;
  right: 0;
  top: calc(-90 / var(--viewport-width) * var(--base-unit));
  width: calc(220 / var(--viewport-width) * var(--base-unit));
}
.otona_boutou.otona_02_boutou .otona_boutou_kirinuki {
  width: calc(210 / var(--viewport-width) * var(--base-unit));
}

.otona_01_img01 {
  z-index: 9;
  width: calc(311 / var(--viewport-width) * var(--base-unit));
}

.otona_01_img02 {
  margin-top: calc(-40 / var(--viewport-width) * var(--base-unit));
  width: calc(280 / var(--viewport-width) * var(--base-unit));
  border: 2px solid #fff;
  border-right: none;
  margin-left: auto;
}
.otona_01_img02 .summer2025_img_fukidashi {
  right: calc(24 / var(--viewport-width) * var(--base-unit));
  bottom: calc(100% + (16 / var(--viewport-width) * var(--base-unit)));
}
.otona_02_img01 {
  z-index: 1;
  width: calc(311 / var(--viewport-width) * var(--base-unit));
  margin: 0 auto;
}

.otona_02_img02 {
  margin-top: calc(8 / var(--viewport-width) * var(--base-unit));
  width: calc(311 / var(--viewport-width) * var(--base-unit));
}
.otona_02_img02 .summer2025_img_fukidashi {
  left: calc(24 / var(--viewport-width) * var(--base-unit));
  top: calc(-64 / var(--viewport-width) * var(--base-unit));
}
.otona_02_img02 .summer2025_imgintxt_txt.txt-01 {
  top: calc(22 / var(--viewport-width) * var(--base-unit));
  right: calc(24 / var(--viewport-width) * var(--base-unit));
}
.otona_02_img02 .summer2025_imgintxt_txt.txt-02 {
  top: calc(50 / var(--viewport-width) * var(--base-unit));
  right: calc(16 / var(--viewport-width) * var(--base-unit));
}

.summer2025_otona_itemtxt {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-left: calc(24 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(-27 / var(--viewport-width) * var(--base-unit));
}
.summer2025_otona_itemtxt img {
  width: calc(226 / var(--viewport-width) * var(--base-unit));
}

.otona_gara {
  margin-bottom: calc(80 / var(--viewport-width) * var(--base-unit));
  background: #fff;
}

.summer2025_tenpo {
  margin-top: calc(16 / var(--viewport-width) * var(--base-unit));
}
.summer2025_tenpo a {
  position: relative;
  display: block;
}
.summer2025_tenpo .summer2025_img_fukidashi {
  right: calc(16 / var(--viewport-width) * var(--base-unit));
  top: calc(-16 / var(--viewport-width) * var(--base-unit));
}
.summer2025_tenpo .summer2025_img_fukidashi img {
  width: calc(144 / var(--viewport-width) * var(--base-unit)) !important;
}

.summer2025_hair {
  margin-top: calc(80 / var(--viewport-width) * var(--base-unit));
}
.summer2025_hair_catch {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(424 / var(--viewport-width) * var(--base-unit));
  padding-top: calc(56 / var(--viewport-width) * var(--base-unit));
  background-image: url(../../../Contents/ImagesPkg/fashion/swimwear/hair_bg.jpg);
  background-size: cover;
  color: #fff;
}
.summer2025_hair .summer2025_h3 {
  margin-bottom: calc(24 / var(--viewport-width) * var(--base-unit));
}
.summer2025_hair .summer2025_h3_main img {
  width: calc(222 / var(--viewport-width) * var(--base-unit));
}
.summer2025_hair_blocks {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(324 / var(--viewport-width) * var(--base-unit));
  margin-top: calc(-88 / var(--viewport-width) * var(--base-unit));
  margin-left: auto;
  padding: 0 calc(40 / var(--viewport-width) * var(--base-unit));
  background: #fff;
}
.summer2025_hair_blocks_block {
  padding-top: calc(32 / var(--viewport-width) * var(--base-unit));
}
.summer2025_hair_blocks_block.bg_note {
  position: relative;
  z-index: 0;
  margin-top: calc(40 / var(--viewport-width) * var(--base-unit));
  padding-bottom: calc(80 / var(--viewport-width) * var(--base-unit));
}
.summer2025_hair_blocks_block.bg_note:before {
  position: absolute;
  left: calc(-91 / var(--viewport-width) * var(--base-unit));
  top: 0;
  z-index: -1;
  content: "";
  display: block;
  width: calc(375 / var(--viewport-width) * var(--base-unit));
  height: 100%;
  background-image: url("/Contents/ImagesPkg/fashion/swimwear/pattern_note.svg");
}
.summer2025_hair_blocks_block_ttl {
  margin-bottom: calc(16 / var(--viewport-width) * var(--base-unit));
  font-size: calc(24 / var(--viewport-width) * var(--base-unit));
  font-family: var(--font-serif);
  color: var(--color-blue);
}
.summer2025_hair_blocks_block_box.box-two {
  margin-top: calc(24 / var(--viewport-width) * var(--base-unit));
  -webkit-transform: translateX(calc(-40 / var(--viewport-width) * var(--base-unit)));
      -ms-transform: translateX(calc(-40 / var(--viewport-width) * var(--base-unit)));
          transform: translateX(calc(-40 / var(--viewport-width) * var(--base-unit)));
}
.summer2025_hair_blocks_block_box a {
  position: relative;
  display: block;
}
.summer2025_hair_blocks_block_box a:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: calc(8 / var(--viewport-width) * var(--base-unit));
  bottom: calc(8 / var(--viewport-width) * var(--base-unit));
  width: calc(32 / var(--viewport-width) * var(--base-unit));
  height: calc(32 / var(--viewport-width) * var(--base-unit));
  background: #fff;
  border-radius: 2px;
  background-image: url("/Contents/ImagesPkg/fashion/swimwear/icon_open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(12 / var(--viewport-width) * var(--base-unit));
}
.summer2025_hair_blocks_block_box img {
  width: 100%;
}

.summer2025_bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / var(--viewport-width) * var(--base-unit)) 0;
  padding: calc(64 / var(--viewport-width) * var(--base-unit)) calc(24 / var(--viewport-width) * var(--base-unit));
  background: #F5F5F0;
}
.summer2025_bnrs img {
  width: 100%;
}

.summer2025_instagram a {
  position: relative;
  display: block;
}
.summer2025_instagram_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.summer2025_instagram_txt img {
  width: calc(79 / var(--viewport-width) * var(--base-unit));
}
.summer2025_instagram_img img {
  width: 100%;
}

.summer2025_foot-txts {
  padding: calc(36 / var(--viewport-width) * var(--base-unit)) calc(48 / var(--viewport-width) * var(--base-unit));
  color: #232323;
}
.summer2025_foot-txts_ttl {
  margin-bottom: calc(16 / var(--viewport-width) * var(--base-unit));
  text-align: center;
  font-size: calc(14 / var(--viewport-width) * var(--base-unit));
}
.summer2025_foot-txts_txts {
  font-size: calc(10 / var(--viewport-width) * var(--base-unit));
  line-height: 1.5;
}
.summer2025_foot-txts_txts p {
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-size: inherit;
}

.yukata2025_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
  padding: 100px 0;
  text-align: center;
  line-height: 1.5;
  color: #000;
}
.yukata2025_close img {
  width: 100%;
}
.yukata2025_close .main {
  font-weight: bold;
  font-size: calc(18 / var(--viewport-width) * var(--base-unit));
}
.yukata2025_close .link {
  margin-top: calc(20 / var(--viewport-width) * var(--base-unit));
}
.yukata2025_close .link a {
  color: #ba728d;
}
/*# sourceMappingURL=top.css.map */
