@charset "UTF-8";
@import url("reset.css");

/*
font-family: 'Anton', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/

/* adobe */
/*
日本語
font-family: dnp-shuei-mgothic-std, sans-serif;
font-style: normal;
font-weight: 400;


英語
font-family: calder-dark, sans-serif;
font-style: normal;
font-weight: 400;
        
*/
body {
font-family: dnp-shuei-mgothic-std, sans-serif;
color: #000;
background: #fff;
}


.wrapper {
  overflow:  hidden;

}

main {
      min-height: calc( 100vh - 100px);
}

 * { margin:0; padding:0; box-sizing:border-box; }
  body { 
font-family: dnp-shuei-mgothic-std, sans-serif;
    
  line-height:1.6; color:#333; }

  /* セクション共通 */
  .section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;

  }

.section .logo {
  position: fixed;
  top: 35px;
  left:48px;
  z-index: 3;
}
.section .logo img {
  width: 12.5rem;
  height: auto;
}

.section h2 {
  text-align: center;
}

  /* 背景固定 */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url('../img/bg.png');
  background-size: cover;       /* 画面全体にフィット */
  background-position: center;  /* 真ん中で固定 */
  background-repeat: no-repeat;

  z-index: 1;                   /* テキストより下に置く */
}

  /* 真ん中コンテンツ */
  .container {
    position: relative;
    z-index: 2;
    max-width: 31.25rem; /* 500px */
    width: 100%;
    background:#fff;
    border-radius: 0;

  }

  .container h2 {
font-size: clamp(22px, 6.8vw, 28px);
    margin-bottom: 1rem;
font-family: calder-dark, sans-serif;
  }

  .container p {
    /* margin-bottom: 1rem; */
  }

  /* fixed menu 左右*/
  .fixed-side-buttons {
  position: fixed;       /* 画面に固定 */
  bottom: 80px;          /* 下から80px */
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;         /* 常に上に表示 */
}

/*
.fixed-side-buttons.left-side {
  position: fixed;
  top: 80px;
  left: calc((100% - 31.25rem) / 4);
  transform: translateX(-50%);
}

.fixed-side-buttons.left-side img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 210px;
}*/

.fixed-side-buttons.left-side {
  position: fixed;
  top: clamp(40px, 6vh, 80px);
  left: calc((100% - 31.25rem) / 4);
  transform: translateX(-50%);
}

.fixed-side-buttons.left-side img {
  width: clamp(120px, 18vh, 210px);
  height: auto;
  display: block;
}

.left-side2 {
  position: fixed;
  bottom: 50px;
  left: calc((100% - 32em) / 4);
  transform: translateX(-50%);
  z-index: 9999;
}

.left-side2 .btnlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 344px;
}
.left-side2 .btnlist img {
  width: 166px;
  height: auto;
}

.fixed-side-menu {
  position: fixed;         /* 画面固定 */
  bottom: 80px;            /* 下から80px */
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.fixed-side-menu.right-side {
  position: fixed;
  top: 80px;

  right: calc((100% - 31.25rem) / 4);
  transform: translateX(50%);
}


/* 背景画像付きのメニューボックス */
.fixed-side-menu ul {
  width: auto; /* 背景画像に合わせて調整 */
  height: auto;

  background-image: url("../img/menu_box.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  list-style: none;
  margin: 0;
  padding: 40px;

  display: flex;
  flex-direction: column;
  justify-content: center; /* 上下中央 */
  align-items: flex-start;     /* 左 */
  gap: 14px;
}

/* 各メニュー */
.fixed-side-menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  transition: opacity 0.2s ease;
  font-family: calder-dark, sans-serif;
}

.fixed-side-menu ul li a:hover {
  opacity: 0.6;
}
.hamburger-menu {
  display: none;
}
/* bunny */
/*.fixed-bunny {
    position: fixed;
    bottom: 30px;
    right: calc((100% - 31.25rem) / 4);
    transform: translateX(50%);
    z-index: 4;
}

img.fixed-bunny {
	width: 100%;
	max-width: 30%;
	height: auto;
}*/
/* 元の bunny 固定 */
.fixed-bunny {
  position: fixed;
  bottom: clamp(20px, 4vh, 30px);
  right: calc((100% - 31.25rem) / 4);
  transform: translateX(50%);
  z-index: 4;
}

img.fixed-bunny {
  width: clamp(220px, 28vw, 500px);
  height: auto;
}


/* 高さ1080px以下で少し小さく・少し上に */
@media (max-height:1080px) {
  .fixed-bunny {
    bottom: clamp(15px, 3vh, 25px);
  }

  img.fixed-bunny {
    width: clamp(180px, 24vw, 400px);
  }
}
/*.fixed-turtle {
    position: fixed;
    bottom: 80px;
    left: calc((100% - 31.25rem) / 4);
    transform: translateX(50%);
    z-index: 4;
}

img.fixed-turtle {
	width: 100%;
	max-width: 10%;
	height: auto;
}*/
/* turtle */
/* turtle */
.fixed-turtle {
  position: fixed;
  bottom: clamp(120px, 15vh, 220px);
  left: calc((100% - 31.25rem) / 4);
  transform: translateX(50%);
  z-index: 4;
}

img.fixed-turtle {
  width: clamp(60px, 10vh, 140px);
  height: auto;
}
@media screen and (max-width: 1279px) {
	.fixed-bunny {
		display: none;
	}
	.fixed-turtle {
		display: none;
	}
}

@media screen and (max-width: 1279px) {
  .fixed-side-buttons.left-side,
  .fixed-side-menu.right-side,
  .left-side2 {
    display: none !important;
  }

  /* ハンバーガーメニュー用 */
  .hamburger-btn {
    display: block;
  }
  



/* バーガーボタン*/
/* ハンバーガーボタン */
.hamburger-btn {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;

  background-image: url('../img/bg_heart.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hamburger-btn span {
  width: 30px;
  height: 3px;
  background: #ef96bd;
  transition: 0.3s ease;
}
.hamburger-btn.active span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.hamburger-btn.active span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

/* メニュー本体 */
.hamburger-menu {
  position: fixed;
  inset: 0;
  background: #f6c4da;

  opacity: 0;
  visibility: hidden;

  transition: opacity 0.4s ease, visibility 0.4s ease;

  z-index: 9998;
}

.hamburger-menu.open {
  opacity: 1;
  visibility: visible;
}


.hamburger-menu.open .burger-logo {
width: 100%;
max-width: 10.625rem;
margin: 5rem auto 0;
}	
.hamburger-menu.open .burger-logo img {
width: 100%;
height: auto;
margin: 0 auto;
}
	

.hamburger-menu ul.burger_list {
list-style: none;
margin-left: auto;
margin-right: auto;
row-gap: 1.75rem;
font-family: calder-dark, sans-serif;
display: table;
margin: 3.625rem auto 0;
}
.hamburger-menu ul.burger_list li {
  margin-bottom: 10px;
}
.hamburger-menu ul.burger_list li a {
  font-size: 1.375rem;
  color: #fff;
  text-decoration: none;
}

.hamburger-menu .shop_list {
display: table;
margin: 50px auto 0;
padding: 0 20px;
	}

.hamburger-menu .shop_list .snslist {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: calder-dark, sans-serif;
    font-size: 16px;
    margin-top: 30px;
}

.hamburger-menu .shop_list .snslist li:not(:last-child) {
  margin-right: 10px;
}
.hamburger-menu .shop_list .snslist img {
  height: 40px;
  width:auto;
}
	
.hamburger-menu.open {
  display: block;
}



  .hamburger-btn {
    display: flex; /* ← ここ重要 */
  }

  .fixed-side-buttons.left-side,
  .fixed-side-menu.right-side,
  .left-side2 {
    display: none !important;
  }

}



  /* スマホ対応 */
  @media (max-width:768px){
    .bg { background-attachment: scroll; }
    .container {padding: 0;border-radius: 8px;}
  }
.section .logo img {
  width: 8.125rem;
  height: auto;
}

  /* movie  */
/* 動画 */
/* movie */
/* 動画 */
.container-movie {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.container-movie video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .container-movie {
    max-width: 100%;
  }
	
.hamburger-btn {
  display: none;
width: 50px;
height: 50px;
position: fixed;
top: 5px;
right: 7px;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background-image: url('../img/bg_heart.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
    .hamburger-btn span {
        width: 26px;
        height: 3px;
        background: #ef96bd;
        transition: 0.3s ease;
    }
.section .logo {
position: fixed;
top: 15px;
left: 10px;
z-index: 3;
}
}


/* テキスト側だけに padding */
.container-inner {
  padding: 2rem;
}

/*_______________________________
concept
_______________________________*/
.concept {
  position: relative;
  background: transparent; /* ← 背景色を透明にして波が見えるように */
  z-index: 12;
}

/* コンテントの背景色は inner に付与 */
#concept {
  background: #f6c4da;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

/* 中身 */
#concept .container-inner {
  position: relative;
  z-index: 13;
  padding-bottom: 0;
}

/* 下の波 */
.concept-wave {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 0;
  z-index: 0; /* 波は背景扱い */
}

.concept-wave img {
  display: block;
  width: 100%;
  height: auto;
}


.concept .ornament img {
  width: 100%;
  height: auto;
}

.concept .heart,
.concept .kawaii {
  text-align: center;
  margin-top: 50px;
}

.concept .heart img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}

.concept .kawaii img {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 0 auto;
}

/* 下の波 */
.concept-wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0; /* imgの下の余白消す */
  z-index: 13;
}

.concept-wave img {
  display: block;
  width: 100%;
  height: auto;
}

.concept .ornament img {
  width: 100%;
  height: auto;
}
.concept .heart {
text-align: center;
margin-top: 30px;
}
.concept .heart img {
  width: 100%;
  height: auto;
  max-width: 300px;
    margin: 0 auto;
}

.concept .kawaii {
text-align: center;
margin-top: 0;
margin-bottom: 20px;
}
.concept .kawaii img {
  width: 100%;
  height: auto;
  max-width: 350px;
    margin: 0 auto;
}
.concept .text {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 15px;
font-size: clamp(14px, 3.8vw, 16px);
}


/*_______________________________
topics
_______________________________*/

.topics {
  position: relative;
  z-index: 11;
  margin-top: -100px;
}

.topics h2 {
  font-family: calder-dark, sans-serif;
  margin-bottom: 40px;
}

.topics .ornament1 {
  position: absolute;
  top: 120px;
  left: 8%;
}
.topics .ornament1 img {
  width: 88px;
  height: auto;
}
.topics .ornament2 {
  position: absolute;
  top: 150px;
  right: 8%;
}
.topics .ornament2 img {
  width: 100px;
  height: auto;
}
#topics {
  position: relative;
  background: #fbeaf0;
  z-index: 1;
background: linear-gradient(
  to bottom,
  #fbeaf0 0px,          /* 上は不透明 */
  #fbeaf0 calc(100% - 30px),  /* 下30px手前までは不透明 */
  rgba(251,234,240,0) 100px  /* 下50pxで透過 */
);
}

#topics .container-inner {
  position: relative;
  z-index: 4;
  padding-top: 180px;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
}

/* Swiper slide */
.swiper-topics .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 267px; /* フレーム幅に合わせる */
}

/* topics-card */
.topics-card {
  position: relative;
  width: 100%;
  aspect-ratio: 267/268;       /* 背景フレーム比率 */
  background: url(../img/topics_frame.svg) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;      /* 画像とテキスト縦並び */
  overflow: hidden;            /* はみ出し防止 */
  padding: 20px;
}

/* 画像部分 */
.topics-card img {
  width: 100%;
  height: auto;                 /* 画像がカード高さの60%を占める */
  object-fit: cover;
  flex-shrink: 0;
}

/* テキスト部分 */
.topics-text {
  width: 100%;
                   /* テキストがカード高さの40%を占める */
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;     /* 中央寄せ */
  align-items: flex-start;
  text-align: left;
}

.topics-text h3 {
font-size: clamp(13px, 3.6vw, 15px);
  margin-bottom: 0;
  color: #ef96bd;
  margin-top: 0;
  line-height: 15px;
}

.topics-text p {
font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.6;
}

/* 波 */
.topics-wave {
  position: relative;
  z-index: 1;
}

.topics-wave img {
  width: 100%;
  display: block;
}

/* ドット */
.topics-dot {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:20px;
  background: url("../img/dot_white.png") repeat;
  background-position: left bottom;
  z-index: 3;
  pointer-events: none;
}

/* コントロール */
.topics-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.topics-controls .swiper-button-prev,
.topics-controls .swiper-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0;
}

.topics-controls .swiper-button-prev::after,
.topics-controls .swiper-button-next::after {
  display: none;
}

.topics-controls .swiper-button-prev {
  width: 90px;
  height: 16px;
  background-image: url("../img/arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.topics-controls .swiper-button-next {
  width: 90px;
  height: 16px;
  background-image: url("../img/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.topics-controls .swiper-pagination {
  position: relative !important;
  width: auto!important;
  bottom: 0 !important;
}

.topics-controls .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url("../img/dot.svg") no-repeat center;
  background-size: contain;
  margin: 0 6px !important;
  opacity: 1;
}

.topics-controls .swiper-pagination-bullet-active {
  background: url("../img/dot_active.svg") no-repeat center;
  background-size: contain;
}

/* Swiper の高さ自動設定を止める */
.swiper-topics {
  height: auto !important;
}

.swiper-topics .swiper-wrapper {
  align-items: flex-start;
  height: auto!important;
}

.swiper-topics .swiper-slide {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* matomege *//* matomege 半円 */
/* matomege 上半円 */
.matomege {
  position: relative;
  height: auto;
  background: #fff url("../img/bg_ami.png") center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
  z-index: 10;
  margin-top: -100px;
}

.matomege .matomege-inner {
  padding: 150px 2em 4em;
  text-align: center;
}
.matomege-inner img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.matomege .matomege-inner .text {
font-size: clamp(16px, 4vw, 18px);
	text-align: center;
	line-height:1.8em;
	margin-bottom: 15px;
	margin-top: 20px;
}
/* 共通 */


@media screen and (max-width:500px) {
.topics .ornament2 {
  position: absolute;
  top: 150px;
  right: 4%;
}
.topics .ornament1 {
    position: absolute;
    top: 120px;
    left: 8%;
}
}

@media screen and (max-width:460px) {
.topics .ornament1 {
        position: absolute;
        top: 120px;
        left: 6%;
}
.topics .ornament1 img {
    width: 78px;
    height: auto;
}
.topics .ornament2 {
        position: absolute;
        top: 150px;
        right: 3%;
}
.topics .ornament2 img {
    width: 90px;
    height: auto;
}

}


/* ---------------------------
section-group 全体に bg_line
--------------------------- */
.section-group {
  position: relative;
  margin-top: -100px;
}

.section-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px); /* 下に100px拡張して半円まで */
  background: url('../img/bg_line.png') repeat-y center top;
  z-index: 5;
  pointer-events: none;
  border-bottom-left-radius: 50% 100px;  /* 半円形状にする */
  border-bottom-right-radius: 50% 100px;
}

/* ---------------------------
各セクション共通
--------------------------- */
/* section1 */
.section1 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #fad8e8;
}

.section1::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background:#fad8e8;
  z-index:1;
}
.section1 img {
  width: 249px;
  height: auto;
}
.section1 .character {
    position: absolute;
    bottom: -80px;
    left: 8.8%;
}
.section1 .character img {
  width: 180px;
  height: auto;
position: relative;
z-index: 10;
}
/* section2 */
.section2 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #e6f2cf;
}
.section2::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background:#e7f1d1;
  z-index:1;
}
.section2 img {
  width: 250px;
  height: auto;
}
.section2 .character1 {
  position: absolute;
  top: 100px;
  right: 2%;
  z-index: 5;
}
.section2 .character1 img {
  width: 78px;
  height: auto;
}

.section2 .character2 {
  position: absolute;
  bottom: -60px;
  right: 3%;
  z-index: 10;
}
.section2 .character2 img {
  width: 230px;
  height: auto;
}
/* section3 */
.section3 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #d8ecf7;
}
.section3::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background:#d6ecff;
  z-index:1;
}
.section3 img {
  width: 232px;
  height: auto;
}


.section3 .character1 {
  position: absolute;
  top: 86px;
  right: 5%;
  z-index: 5;
}
.section3 .character1 img {
  width: 40px;
  height: auto;
}

.section3 .character2 {
  position: absolute;
  bottom: -80px;
  left: 10%;
  z-index: 10;
}
.section3 .character2 img {
  width: 200px;
  height: auto;
}
/* section4 */
.section4 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #fffbca;
}
.section4::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background: #fffbca;
  z-index:1;
}
.section4 img {
  width: 237px;
  height: auto;
}

.section4 .character1 {
  position: absolute;
  top: 105px;
  right: 5%;
  z-index: 5;
}
.section4 .character1 img {
  width: 74px;
  height: auto;
}

.section4 .character2 {
  position: absolute;
  bottom: -70px;
  right: 8.8%;
  z-index: 10;
}
.section4 .character2 img {
  width: 85px;
  height: auto;
}
/* section5 */
.section5 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #ece2ee;
}
.section5::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background: #ece2ee;
  z-index:1;
}
.section5 img {
  width: 247px;
  height: auto;
}

.section5 .character1 {
  position: absolute;
  top: 85px;
  right: 5%;
  z-index: 5;
}
.section5 .character1 img {
  width: 62px;
  height: auto;
}

.section5 .character2 {
  position: absolute;
  bottom: -90px;
  right: 30%;
  z-index: 10;
}
.section5 .character2 img {
  width: 200px;
  height: auto;
}
/* section6 */
.section6 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #c7e0c7;
}
.section6::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background: #c7e0c7;
  z-index:1;
}
.section6 img {
  width: 242px;
  height: auto;
}

.section6 .character1 {
  position: absolute;
  top: 90px;
  right: 4%;
  z-index: 5;
}
.section6 .character1 img {
  width: 73px;
  height: auto;
}

.section6 .character2 {
  position: absolute;
  bottom: -50px;
  right: 5.3%;
  z-index: 10;
}
.section6 .character2 img {
  width: 128px;
  height: auto;
}
/* section7 */
.section7 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #fbeed2;
}
.section7::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background: #fbeed2;
  z-index:1;
}
.section7 img {
  width: 249px;
  height: auto;
}

.section7 .character1 {
  position: absolute;
  top: 90px;
  right: 4%;
  z-index: 5;
}
.section7 .character1 img {
  width: 80px;
  height: auto;
}

.section7 .character2 {
  position: absolute;
  bottom: -58px;
  left: 11%;
  z-index: 10;
}
.section7 .character2 img {
  width: 245px;
  height: auto;
}
/* section8 */
.section8 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #c3e1ea;
}
.section8::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background: #c3e1ea;
  z-index:1;
}
.section8 img {
  width: 252px;
  height: auto;
}

.section8 .character1 {
  position: absolute;
  top: 120px;
  right: 7%;
  z-index: 5;
  margin-bottom: 0;
}
.section8 .character1 img {
  width: 64px;
  height: auto;
}

.section8 .character2 {
  position: absolute;
  bottom: -60px;
  left: 8%;
  z-index: 10;
}
.section8 .character2 img {
  width: 180px;
  height: auto;
}
/* section9 */
.section9 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #c8c4df;
}
.section9::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background: #c8c4df;
  z-index:1;
}
.section9 img {
  width: 227px;
  height: auto;
}

.section9 .character1 {
  position: absolute;
  top: 110px;
  right: 6%;
}
.section9 .character1 img {
  width: 75px;
  height: auto;
}

.section9 .character2 {
  position: absolute;
  bottom: -40px;
  right: 10%;
  z-index: 10;
}
.section9 .character2 img {
  width: 170px;
  height: auto;
}
/* section10 */
.section10 {
  position: relative;
  min-height: 200px;
  overflow: visible;
  background: #f3d8f1;
}
.section10::after {
  content:"";
  position:absolute;
  bottom:-100px;
  left:0;
  width:100%;
  height:100px;
  border-bottom-left-radius:50% 100px;
  border-bottom-right-radius:50% 100px;
  background: #f3d8f1;
  z-index:2;
}
.section10 img {
  width: 180px;
  height: auto;
}

.section10 .character1 {
  position: absolute;
  top: 80px;
  right: 3%;
  z-index: 5;
}
.section10 .character1 img {
  width: 70px;
  height: auto;
}

.section10 .character2 {
  position: absolute;
  bottom: -40px;
  left: 8.2%;
  z-index: 99999999;
}
.section10 .character2 img {
  width: 218px;
  height: auto;
}
/* section-content は常に最前面 */
.section-content {
  position: relative;
  z-index:10;
  padding: 150px 0 0;
  margin:0 auto;
  width: 100%;
}

.section-content .number {
position: absolute;
left: 30px;
top: 150px;
}
.section-content .number img {
width: auto;
height: 85px;
}
@media screen and (max-width: 500px) {
    .section1 .character {
        position: absolute;
        bottom: -50px;
        left: 7.8%;
    }
.section1 .character img {
        width: 150px;
        height: auto;
    }
.section2 .character1 {
    position: absolute;
    top: 120px;
    right: 2%;
    z-index: 5;
}
.section2 .character1 {
width: 68px;
height: auto;
	}

.section2 .character2 {
    position: absolute;
    bottom: -40px;
    right: 1%;
    z-index: 10;
}	
.section2 .character2 img {
    width: 200px;
    height: auto;
}
	
	
.section3 .character1 {
    position: absolute;
    top: 90px;
    right: 6%;
    z-index: 5;
}	
.section3 .character1 img {
    width: 33px;
    height: auto;
}
	
.section3 .character2 {
    position: absolute;
    bottom: -60px;
    left: 9%;
    z-index: 10;
}
.section3 .character2 img {
    width: 170px;
    height: auto;
}
.section4 .character1 {
    position: absolute;
    top: 105px;
    right: 5%;
    z-index: 5;
}
.section4 .character1 img {
    width: 64px;
    height: auto;
}
.section4 .character2 {
        position: absolute;
        bottom: -40px;
        right: 8%;
        z-index: 10;
 }
	
.section4 .character2 img {
        width: 70px;
        height: auto;
}
.section5 .character1 {
    position: absolute;
    top: 100px;
    right: 7%;
    z-index: 5;
}	
.section5 .character1 img {
    width: 55px;
    height: auto;
}	
.section5 .character2 {
    position: absolute;
    bottom: -80px;
    right: 30%;
    z-index: 10;
}
	
.section5 .character2 img {
    width: 180px;
    height: auto;
}
	
.section6 .character1 {
    position: absolute;
    top: 100px;
    right: 4%;
    z-index: 5;
}
.section6 .character1 img {
    width: 73px;
    height: auto;
}

.section6 .character2 {
    position: absolute;
    bottom: -50px;
    right: 4%;
    z-index: 9;
}
.section6 .character2 img {
    width: 120px;
    height: auto;
}
.section7 .character1 {
    position: absolute;
    top: 100px;
    right: 4%;
    z-index: 5;
}
.section7 .character1 img {
    width: 70px;
    height: auto;
}
.section7 .character2 {
    position: absolute;
    bottom: -40px;
    left: 9.5%;
    z-index: 10;
}
.section7 .character2 img {
    width: 225px;
    height: auto;
}
	
	
.section8 .character1 {
    position: absolute;
    top: 120px;
    right: 5%;
    z-index: 5;
    margin-bottom: 0;
}
.section8 .character1 img {
    width: 64px;
    height: auto;
}	
.section8 .character2 {
    position: absolute;
    bottom: -60px;
    left: 7%;
    z-index: 10;
}
.section8 .character2 img {
    width: 160px;
    height: auto;
}
.section9 .character1 {
    position: absolute;
    top: 100px;
    right: 5%;
}	
.section9 .character1 img {
    width: 65px;
    height: auto;
}
.section9 .character2 {
    position: absolute;
    bottom: -40px;
    right: 8%;
    z-index: 10;
}
.section9 .character2 img {
    width: 155px;
    height: auto;
}	
.section10 .character1 {
    position: absolute;
    top: 90px;
    right:4%;
    z-index: 5;
}	
.section10 .character1 img {
    width:64px;
    height: auto;
}	
.section10 .character2 {
    position: absolute;
    bottom: -40px;
    left: 7.2%;
    z-index: 10;
}	
.section10 .character2 img {
    width: 200px;
    height: auto;
}	
	
	
	
	
.section-content .number img {
    width: auto;
    height: 60px;
}
}

@media screen and (max-width: 460px) {
.section1 img {
    width: 219px;
    height: auto;
}	
.section2 img {
    width: 220px;
    height: auto;
}	
.section3 img {
    width: 202px;
    height: auto;
}
.section4 img {
    width: 207px;
    height: auto;
}
.section5 img {
    width: 217px;
    height: auto;
}	
	
.section6 img {
    width: 212px;
    height: auto;
}
.section7 img {
    width: 219px;
    height: auto;
}
.section8 img {
    width: 222px;
    height: auto;
}
.section9 img {
    width: 197px;
    height: auto;
}
.section10 img {
    width: 150px;
    height: auto;
}	
	
    .section1 .character {
        position: absolute;
        bottom: -50px;
        left: 7%;
    }
.section1 .character img {
        width: 140px;
        height: auto;
    }
.section2 .character1 {
    position: absolute;
    top: 100px;
    right: 2%;
    z-index: 5;
}
.section2 .character1 {
width: 58px;
height: auto;
	}

.section2 .character2 {
    position: absolute;
    bottom: -40px;
    right: 1%;
    z-index: 10;
}	
.section2 .character2 img {
    width: 180px;
    height: auto;
}
	
	
.section3 .character1 {
    position: absolute;
    top: 90px;
    right: 6%;
    z-index: 5;
}	
.section3 .character1 img {
    width: 33px;
    height: auto;
}
	
.section3 .character2 {
    position: absolute;
    bottom: -60px;
    left: 8%;
    z-index: 10;
}
.section3 .character2 img {
    width: 160px;
    height: auto;
}
.section4 .character1 {
    position: absolute;
    top: 105px;
    right: 5%;
    z-index: 5;
}
.section4 .character1 img {
    width: 54px;
    height: auto;
}
.section4 .character2 {
        position: absolute;
        bottom: -40px;
        right: 7%;
        z-index: 10;
 }
	
.section4 .character2 img {
        width: 60px;
        height: auto;
}
.section5 .character1 {
    position: absolute;
    top: 90px;
    right: 7%;
    z-index: 5;
}	
.section5 .character1 img {
    width: 50px;
    height: auto;
}	
.section5 .character2 {
    position: absolute;
    bottom: -80px;
    right: 30%;
    z-index: 10;
}
	
.section5 .character2 img {
    width: 170px;
    height: auto;
}
	
.section6 .character1 {
    position: absolute;
    top: 100px;
    right: 4%;
    z-index: 5;
}
.section6 .character1 img {
    width: 63px;
    height: auto;
}

.section6 .character2 {
    position: absolute;
    bottom: -50px;
    right: 2%;
    z-index: 9;
}
.section6 .character2 img {
    width: 110px;
    height: auto;
}
.section7 .character1 {
    position: absolute;
    top: 100px;
    right: 4%;
    z-index: 5;
}
.section7 .character1 img {
    width: 60px;
    height: auto;
}
.section7 .character2 {
    position: absolute;
    bottom: -40px;
    left: 9%;
    z-index: 10;
}
.section7 .character2 img {
    width: 205px;
    height: auto;
}
	
	
.section8 .character1 {
    position: absolute;
    top: 110px;
    right: 5%;
    z-index: 5;
    margin-bottom: 0;
}
.section8 .character1 img {
    width: 54px;
    height: auto;
}	
.section8 .character2 {
    position: absolute;
    bottom: -60px;
    left: 6%;
    z-index: 10;
}
.section8 .character2 img {
    width: 150px;
    height: auto;
}
.section9 .character1 {
    position: absolute;
    top: 100px;
    right: 5%;
}	
.section9 .character1 img {
    width: 60px;
    height: auto;
}
.section9 .character2 {
    position: absolute;
    bottom: -40px;
    right: 8%;
    z-index: 10;
}
.section9 .character2 img {
    width: 145px;
    height: auto;
}	
.section10 .character1 {
    position: absolute;
    top: 90px;
    right:4%;
    z-index: 5;
}	
.section10 .character1 img {
    width: 54px;
    height: auto;
}	
.section10 .character2 {
    position: absolute;
    bottom: -40px;
    left: 5%;
    z-index: 10;
}	
.section10 .character2 img {
    width: 190px;
    height: auto;
}	
	
	
	
	
.section-content .number img {
    width: auto;
    height: 60px;
}
}
@media screen and (max-width: 390px) {
.section1 img {
    width: 201px;
    height: auto;
}	
.section2 img {
    width: 202px;
    height: auto;
}	
.section3 img {
    width: 187px;
    height: auto;
}
.section4 img {
    width: 191px;
    height: auto;
}
.section5 img {
    width: 200px;
    height: auto;
}	
	
.section6 img {
    width: 196px;
    height: auto;
}
.section7 img {
    width: 201px;
    height: auto;
}
.section8 img {
    width: 204px;
    height: auto;
}
.section9 img {
    width: 183px;
    height: auto;
}
.section10 img {
    width: 145px;
    height: auto;
}	
	
    .section1 .character {
        position: absolute;
        bottom: -50px;
        left: 7%;
    }
.section1 .character img {
        width: 140px;
        height: auto;
    }
.section2 .character1 {
    position: absolute;
    top: 100px;
    right: 2%;
    z-index: 5;
}
.section2 .character1 {
width: 58px;
height: auto;
	}

.section2 .character2 {
    position: absolute;
    bottom: -40px;
    right: 1%;
    z-index: 10;
}	
.section2 .character2 img {
    width: 180px;
    height: auto;
}
	
	
.section3 .character1 {
    position: absolute;
    top: 90px;
    right: 6%;
    z-index: 5;
}	
.section3 .character1 img {
    width: 33px;
    height: auto;
}
	
.section3 .character2 {
    position: absolute;
    bottom: -60px;
    left: 8%;
    z-index: 10;
}
.section3 .character2 img {
    width: 160px;
    height: auto;
}
.section4 .character1 {
    position: absolute;
    top: 105px;
    right: 5%;
    z-index: 5;
}
.section4 .character1 img {
    width: 54px;
    height: auto;
}
.section4 .character2 {
        position: absolute;
        bottom: -40px;
        right: 7%;
        z-index: 10;
 }
	
.section4 .character2 img {
        width: 60px;
        height: auto;
}
.section5 .character1 {
    position: absolute;
    top: 90px;
    right: 7%;
    z-index: 5;
}	
.section5 .character1 img {
    width: 50px;
    height: auto;
}	
.section5 .character2 {
    position: absolute;
    bottom: -80px;
    right: 30%;
    z-index: 10;
}
	
.section5 .character2 img {
    width: 170px;
    height: auto;
}
	
.section6 .character1 {
    position: absolute;
    top: 100px;
    right: 4%;
    z-index: 5;
}
.section6 .character1 img {
    width: 63px;
    height: auto;
}

.section6 .character2 {
    position: absolute;
    bottom: -50px;
    right: 2%;
    z-index: 9;
}
.section6 .character2 img {
    width: 110px;
    height: auto;
}
.section7 .character1 {
    position: absolute;
    top: 100px;
    right: 4%;
    z-index: 5;
}
.section7 .character1 img {
    width: 60px;
    height: auto;
}
.section7 .character2 {
    position: absolute;
    bottom: -40px;
    left: 9%;
    z-index: 10;
}
.section7 .character2 img {
    width: 205px;
    height: auto;
}
	
	
.section8 .character1 {
    position: absolute;
    top: 110px;
    right: 5%;
    z-index: 5;
    margin-bottom: 0;
}
.section8 .character1 img {
    width: 54px;
    height: auto;
}	
.section8 .character2 {
    position: absolute;
    bottom: -60px;
    left: 6%;
    z-index: 10;
}
.section8 .character2 img {
    width: 150px;
    height: auto;
}
.section9 .character1 {
    position: absolute;
    top: 100px;
    right: 5%;
}	
.section9 .character1 img {
    width: 60px;
    height: auto;
}
.section9 .character2 {
    position: absolute;
    bottom: -40px;
    right: 8%;
    z-index: 10;
}
.section9 .character2 img {
    width: 145px;
    height: auto;
}	
.section10 .character1 {
    position: absolute;
    top: 90px;
    right:4%;
    z-index: 5;
}	
.section10 .character1 img {
    width: 54px;
    height: auto;
}	
.section10 .character2 {
    position: absolute;
    bottom: -40px;
    left: 5%;
    z-index: 10;
}	
.section10 .character2 img {
    width: 190px;
    height: auto;
}	
	
	
	
	
.section-content .number img {
    width: auto;
    height: 60px;
}
}
/* slider */
/*
.section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden; 
}
*/
.slider-wrapper {
  position: relative;
  width: 100%;
}



.section-group {
  width: 100%;
}


.section-group .swiper-wrapper {
  display: flex;
  align-items: center;
}

.section-group .swiper-slide {
  flex-shrink: 0;
  width: 54%; /* 中央スライドの幅 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-group .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
/*
.section-group .swiper-slide .count {
  position: absolute;
  right: 5%;
  top: 2%;
  color: #f9a6d0;
  font-size: 22px;
}*/
.section-group .swiper-slide .count {
	display: none;
}
.section-group .swiper-slide .txt {
  position: absolute;
  left: 5%;
  top: 76%;
font-size: clamp(12px, 3.4vw, 15px);
}

/* 左右スライドは高さ合わせて opacity 1、transformなし */
.section-group .swiper-slide-prev,
.section-group .swiper-slide-next {
  opacity: 1;
  transform: none;
  z-index: 0;
}

/* 中央スライドは前面 */
.section-group .swiper-slide-active {
  z-index: 1;
}

/* 矢印カスタム */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
/*
.swiper-button-prev {
  left: 0;
  background-image: url('arrow-left.png');
}

.swiper-button-next {
  right: 0;
  background-image: url('arrow-right.png');
}*/
/* デフォルト矢印のみ消す */
#section1-swiper .swiper-button-next:not(.custom-arrow),
#section1-swiper .swiper-button-prev:not(.custom-arrow) {
    display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
     display: none;
}

.custom-arrow.swiper-button-next {
    right: 14%;
    left: auto;
}

.custom-arrow.swiper-button-next img {
width: 23px;
height: auto;
}

.custom-arrow.swiper-button-prev {
    left: 14%;
    right: auto;
}

.custom-arrow.swiper-button-prev img {
width: 23px;
height: auto;
}

@media screen and (max-width: 430px) {
.custom-arrow.swiper-button-next {
    right: 12%;
    left: auto;
}
.custom-arrow.swiper-button-prev {
    left: 12%;
    right: auto;
}
.section-group .swiper-slide .txt {
  position: absolute;
  left: 5%;
top: 75%;

}
}



/* modal */
/* モーダル全体 */
.section1-modal {
  position: fixed;
  inset: 0;
  display: none;        /* 初期非表示 */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

/* 背景 */
.section1-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #fad8e8;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

/* モーダルコンテンツ */
.section1-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  /* 高さをアスペクト比で固定 */
  aspect-ratio: 400 / 742;  
  /*background: url("../img/bg_sec1.png") no-repeat center/contain;*/
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* テキスト入れる用 */
  padding: 20px;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

/* 閉じるボタン */
.section1-modal .modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    font-size: 50px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
/*テキスト周り*/
.section1-modal .modal-content .number {
position: absolute;
    left: 20px;
    top: -10px;
}
.section1-modal .modal-content .number img {
  width: auto;
  height: 92px;
}
.section1-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section1-modal .modal-content h2 img {
    width: 201px;
    height: auto;

}
.section1-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section1-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section1-modal .modal-content .product {
  position: absolute;
  top: 28vh;
  right: 6%;
  background: none;
}
.section1-modal .modal-content .product img {
    width: auto;
    height: 166px;
}


.section1-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section1-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section1-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section1-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section1-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
 line-height: 1.3em;
 font-weight: bold;
 margin-bottom: 5px;
}


.section1-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left
}


.section1-modal .modal-content .counter {
    position: absolute;
    bottom: 37%;
    color: #fff;
    font-size: 23px;
    left: 4%;
}

.section1-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px; /* 下線と文字の間隔 */
  width: 98%;
}

.section1-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px; /* 下線の高さ */
  background: url("../img/underline_w.png") repeat-x; /* 画像を横に繰り返す */
  background-size: auto 100%; /* 下線の高さに合わせる */
}

.section1-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section1-modal .modal-content .share img {
    width: 158px;
    height: auto;
}
/* modal section2 */
.section2-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section2-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #e6f2cf;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section2-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec2.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section2-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section2-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section2-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section2-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section2-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section2-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section2-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section2-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section2-modal .modal-content .product img {
  width: auto;
  height: 80px;
}


.section2-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section2-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section2-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section2-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section2-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
 line-height: 1.3em;
 font-weight: bold;
 margin-bottom: 5px;
}


.section2-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}



.section2-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}




.section2-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
width: 98%;
}

.section2-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section2-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section2-modal .modal-content .share img {
  width: 158px;
  height: auto;
}
.section3-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section3-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #d8ecf7;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section3-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec3.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section3-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section3-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section3-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section3-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section3-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section3-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section3-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section3-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section3-modal .modal-content .product img {
  width: auto;
  height: 80px;
}



.section3-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section3-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section3-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section3-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section3-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section3-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}


.section3-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}


.section3-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
width: 98%;
}

.section3-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section3-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section3-modal .modal-content .share img {
  width: 158px;
  height: auto;
}

.section4-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section4-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #fffbca;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section4-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec4.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section4-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section4-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section4-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section4-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section4-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section4-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section4-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section4-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section4-modal .modal-content .product img {
  width: auto;
  height: 80px;
}





.section4-modal .modal-content .txt_area {
    position: absolute;
    top: 68%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section4-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section4-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section4-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section4-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section4-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}
.section4-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}


.section4-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  width: 98%;
}

.section4-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section4-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section4-modal .modal-content .share img {
  width: 158px;
  height: auto;
}
.section5-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section5-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #ece2ee;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section5-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec5.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section5-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section5-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section5-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section5-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section5-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section5-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section5-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section5-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section5-modal .modal-content .product img {
  width: auto;
  height: 80px;
}





.section5-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section5-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section5-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section5-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section5-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section5-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}

.section5-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}


.section5-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  width: 98%;
}

.section5-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section5-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section5-modal .modal-content .share img {
  width: 158px;
  height: auto;
}

.section6-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section6-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #c7e0c7;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section6-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec6.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section6-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section6-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section6-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section6-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section6-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section6-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section6-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section6-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section6-modal .modal-content .product img {
  width: auto;
  height: 80px;
}




.section6-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section6-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section6-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section6-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section6-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section6-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}


.section6-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}



.section6-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  width: 98%;
}

.section6-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section6-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section6-modal .modal-content .share img {
  width: 158px;
  height: auto;
}

.section7-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section7-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #fbeed2;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section7-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec7.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section7-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section7-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section7-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section7-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section7-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section7-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section7-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section7-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section7-modal .modal-content .product img {
  width: auto;
  height: 80px;
}


.section7-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section7-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section7-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section7-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section7-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section7-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}

.section7-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}



.section7-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  width: 98%;
}

.section7-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section7-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section7-modal .modal-content .share img {
  width: 158px;
  height: auto;
}

.section8-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section8-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #c3e1ea;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section8-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec8.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section8-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section8-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section8-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section8-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section8-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section8-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section8-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section8-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section8-modal .modal-content .product img {
  width: auto;
  height: 80px;
}


.section8-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section8-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section8-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section8-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section8-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section8-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}


.section8-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}



.section8-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  width: 98%;
}

.section8-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section8-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section8-modal .modal-content .share img {
  width: 158px;
  height: auto;
}
.section9-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section9-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #c8c4df;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section9-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec9.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section9-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section9-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section9-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section9-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section9-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section9-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section9-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section9-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section9-modal .modal-content .product img {
  width: auto;
  height: 80px;
}


.section9-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section9-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section9-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section9-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section9-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section9-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}


.section9-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}



.section9-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
width: 98%;
}

.section9-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section9-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section9-modal .modal-content .share img {
  width: 158px;
  height: auto;
}

.section10-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.section10-modal .modal-bg {
  position: absolute;
  inset: 0;
  background-color: #f3d8f1;
  background-image: url("../img/bg_line.png");
  background-repeat: repeat;
  z-index: 1;
}

.section10-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 742;
  background: url("../img/bg_sec10.png") no-repeat center/contain;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.section10-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 50px;
  color: #333;
  z-index: 3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.section10-modal .modal-content .number {
  position: absolute;
  left: 20px;
  top: -10px;
}
.section10-modal .modal-content .number img {
  width: auto;
  height: 92px;
}

.section10-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.section10-modal .modal-content h2 img {
  width: 201px;
  height: auto;
}

.section10-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.section10-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.section10-modal .modal-content .product {
  position: absolute;
  top: 31vh;
  right: 4%;
  background: none;
}
.section10-modal .modal-content .product img {
  width: auto;
  height: 80px;
}


.section10-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.section10-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.section10-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.section10-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.section10-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom: 5px;
}


.section10-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2.2em;
	text-align: left;
}

.section10-modal .modal-content .counter {
  position: absolute;
  bottom: 37%;
  color: #fff;
  font-size: 23px;
  left: 4%;
}



.section10-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
width: 98%;
}

.section10-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../img/underline_w.png") repeat-x;
  background-size: auto 100%;
}

.section10-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.section10-modal .modal-content .share img {
  width: 158px;
  height: auto;
}


/* accordion */
/* 初期は全部閉じる */
.section .swiper-section,
.section .character,
.section .character1,
.section .character2 {
  display: none;
}

/* section1だけ最初開く */
.section1.active .swiper-section,
.section1.active .character,
.section1.active .character1,
.section1.active .character2 {
  display: block;
}

/* 開いているsection */
.section.active .swiper-section,
.section.active .character,
.section.active .character1,
.section.active .character2 {
  display: block;
  margin-top: 0;
}

/* section-contentを基準にする */
.section-content {
  position: relative;
}

/* 矢印 */
.section-content {
  position: relative;
}

/* 矢印 */
.section-content {
  position: relative;
}

/* h2 を基準にする */
.section-content h2 {
  position: relative;
  margin-bottom: 0;
}

/* アコーディオン矢印 */
/* アコーディオン矢印 */
.accordion-arrow {
  position: absolute;
  right: 40px;
  top: 190px;
  width: 32px;
  height: auto;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* 開いたら回転 */
.accordion.open .accordion-arrow {
  transform: rotate(180deg);
}


img.accordion-arrow {
  width: 34px;
  height: auto;
}

.section .swiper-section {
	margin-top: 30px!important;
}
@media (max-width:430px){
.section .swiper-section {
	margin-top: 20px!important;
}

.section1-modal .modal-content h2 img {
    width: 160px;
    height: auto;
}
.section2-modal .modal-content h2 img {
    width: 161px;
    height: auto;
}
.section3-modal .modal-content h2 img {
    width: 149px;
    height: auto;
}
.section4-modal .modal-content h2 img {
    width: 152px;
    height: auto;
}
.section5-modal .modal-content h2 img {
    width: 160px;
    height: auto;
}
.section6-modal .modal-content h2 img {
    width: 156px;
    height: auto;
}
.section7-modal .modal-content h2 img {
    width: 160px;
    height: auto;
}
.section8-modal .modal-content h2 img {
    width: 163px;
    height: auto;
}
.section9-modal .modal-content h2 img {
    width: 146px;
    height: auto;
}
.section10-modal .modal-content h2 img {
    width: 116px;
    height: auto;
}
.section1-modal .modal-content .text {

    line-height: 2em;
}
.section2-modal .modal-content .text {
  
    line-height: 2em;
}
.section3-modal .modal-content .text {

    line-height: 2em;
}
.section4-modal .modal-content .text {

    line-height: 2em;
}
.section5-modal .modal-content .text {

    line-height: 2em;
}
.section6-modal .modal-content .text {

    line-height: 2em;
}
.section7-modal .modal-content .text {
    line-height: 2em;
}
.section8-modal .modal-content .text {

    line-height: 2em;
}
.section9-modal .modal-content .text {
    line-height: 2em;
}
.section10-modal .modal-content .text {
    line-height: 2em;
}
	

.section1-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section2-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section3-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section4-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section5-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section6-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section7-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section8-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section9-modal .modal-content .number img {
    width: auto;
    height: 80px;
}

	.section10-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
.section1-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section2-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section3-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section4-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section5-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section6-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section7-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section8-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section9-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section10-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
.section1-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    color: #333;
    z-index: 3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
}
}



@media (max-width:375px){
.section1-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section2-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section3-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section4-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
	
.section5-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section6-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section7-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section8-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section9-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.section10-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 150px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
}


/*_______________________________
tips
_______________________________*/
.tips {
  position: relative;
  overflow: visible;
  background: transparent;
}
.tips h2 {
font-family: calder-dark, sans-serif;
}
/* 白背景 */
#tips {
  position: relative;
  background: #fff;
  z-index: 1; /* 一番下 */
}

/* テキスト・Swiperを最前面に */
#tips .container-inner {
  position: relative;
  z-index: 4; /* 一番上 */
  padding-top: 150px;
  padding-bottom: 2rem;
}


/* 波 */
.tips-wave {
  position: relative;
  width: 100%;
  z-index: 2; /* ドットより下 */
}

.tips-wave img {
  display: block;
  width: 100%;
  height: auto;
}

/* ドット */
.tips-dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10px; /* 波の見えている高さ分 */
  background: url("../img/dot_pink.png") repeat;
  background-position: left bottom;
  z-index: 3; /* テキストより下、波より上 */
  pointer-events: none;
}

/* swiper */



/* tips構造 */
.tips { position: relative; }
#tips { position: relative; background: #fff; z-index: 1; }
#tips .container-inner {
  position: relative;
  z-index: 4;
  padding-top: 200px;
  padding-bottom: 4rem;
  padding-right: 0;
  padding-left: 0;
overflow: hidden;
}
.tips-wave { 
  position: relative; 
  z-index: 2;
  background: #f6c4da;
}
.tips-wave img { width: 100%; display: block; }
.tips-dot { position: absolute; top:0; left:0; right:0; bottom:20px; background: url("../img/dot_pink.png") repeat; background-position: left bottom; z-index: 3; pointer-events: none; }


/* コントロール全体 */
.tips-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

/* movie */
/* スライド全体 */
/* スライド中央配置 */
.swiper-tips .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* フレーム（縦型 9:16） */
.movie-frame {
  position: relative;
  width: 100%;              /* 好きな幅に調整OK */
  aspect-ratio: 9 / 16;      /* 縦型 */
  background: url("../img/movie_frame.svg") no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 動画（フレームに合わせる） */
.swiper-movie {
  width: 88%;                /* フレームの内側に収める */
  height: 88%;
  object-fit: cover;
  aspect-ratio: 9 / 16;
  border-radius: 12px;       /* 必要なら角丸 */
}

/* 再生ボタン中央 */
.swiper-play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
}

.swiper-play-btn img {
  width: 100%;
}

/* tips character */
.tips .character1 {
  position: absolute;
  left: 5%;
  top: 10%;
  display: block;
}
.tips .character1 img {
width:87px;
height: auto;
}
.tips .character2 {
  position: absolute;
  bottom: -20%;
  right: 5%;
  display: block;
}
.tips .character2 img {
width: 140px;
height: auto;
}
/* new */

/*
.tips {
overflow: hidden;
}
*/
.tips .movie-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0; /* wrapper paddingは0 */
}

.tips .movie-slide {
  flex: 0 0 290px; /* px固定スライド幅 */
  margin: 0 15px;  /* スライド間余白 */

  display: flex;
  justify-content: center;
  align-items: center;
  font-size:2rem;
  box-sizing: border-box;
}

/* コントロール全体 */
.tips-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;           /* 要素の間隔 */
  margin-top: 30px;    /* Swiperとの距離 */
  position: relative;
  z-index: 5;
}

/* デフォルトabsoluteを解除 */
.tips-controls .movie-button-prev,
.tips-controls .movie-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}

/* pagination中央 */
.tips-controls .movie-pagination {
  position: relative;
  width: auto;
}
/* コントロール全体 */
.tips-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

/* Swiperデフォルト解除 */
.tips-controls .movie-button-prev,
.tips-controls .movie-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0;
}

/* デフォルトの矢印アイコンを消す（重要） */
.tips-controls .movie-button-prev::after,
.tips-controls .movie-button-next::after {
  display: none;
}

/* サイズと背景を明示 */
.tips-controls .movie-button-prev,
.tips-controls .movie-button-next {
  width: 90px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* 左右画像 */
.tips-controls .movie-button-prev {
  background-image: url("../img/arrow_left.svg");
opacity: 1!important;
}

.tips-controls .movie-button-next {
  background-image: url("../img/arrow_right.svg");
opacity: 1!important;
}

/* pagination */
.tips-controls .movie-pagination {
  position: relative !important;
  width: auto!important;
  bottom: 0 !important;
}
.tips-controls .movie-pagination-bullet {
  background: none;
  opacity: 1;
}
/* 通常ドット */
.tips-controls .movie-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url("../img/dot.svg") no-repeat center;
  background-size: contain;
  margin: 0 6px !important;
  transition: 0.3s ease;
display: inline-block;
}

/* アクティブドット */
.tips-controls .movie-pagination-bullet-active {
  background: url("../img/dot_active.svg") no-repeat center;
  background-size: contain;
}
.tips-controls button {
	background: none;
	border:0;
}
/* movie */
/* スライド全体 */
/* スライド中央配置 */
.swiper-tips .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* フレーム（縦型 9:16） */
.movie-frame {
  position: relative;
  width: 100%;              /* 好きな幅に調整OK */
  aspect-ratio: 9 / 16;      /* 縦型 */
  background: url("../img/movie_frame.svg") no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 動画（フレームに合わせる） */
.swiper-movie {
  width: 88%;                /* フレームの内側に収める */
  height: 88%;
  object-fit: cover;
  aspect-ratio: 9 / 16;
  border-radius: 12px;       /* 必要なら角丸 */
}

/* 再生ボタン中央 */
.swiper-play-btn {
  position: absolute;
  width: 30px;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
}

.swiper-play-btn img {
  width: 100%;
}

/* tips character */
.tips .character1 {
  position: absolute;
  left: 5%;
  top: 10%;
  display: block;
z-index: 4;
}
.tips .character1 img {
width:87px;
height: auto;
}
.tips .character2 {
position: absolute;
    bottom: -15%;
    right: 5%;
    display: block;
    z-index: 4;
}
.tips .character2 img {
width: 140px;
height: auto;
}
@media screen and (max-width:430px) {
.tips .character1 {
    position: absolute;
    left: 4%;
    top: 12%;
    display: block;
}
.tips .character1 img {
    width: 77px;
    height: auto;
}
.tips .character2 {
    position: absolute;
    bottom: -20%;
    right: 3%;
    display: block;
}
.tips .character2 img {
    width: 100px;
    height: auto;
}
}

/* new */

/* スライド表示エリア */
.tips .swiper-tips {
  width: 100%;
  overflow: hidden;
}
.tips .swiper-wrapper {
  display: flex;
  align-items: center;
}

.tips .swiper-slide {
  flex: 0 0 80%;  /* 中央1枚＋左右ちょい見せ */
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
/* test */
.tips .movie-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0;
  overflow: visible;
}

.tips .movie-slide {
  margin: 0 15px; /* JS margin と一致 */
  display: flex;
  justify-content: center;
}

/* モバイル微調整 */
@media screen and (max-width:430px) {
  .tips .movie-slide {
    margin: 0 10px;
  }
}
/*_______________________________
stylemenu
_______________________________*/
.container {
  position: relative;
}

.container .stylemenu {
  position: fixed;
  right: 4%;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.2s ease;
}

.container .stylemenu img {
  width: 45px;
}

.container .stylemenu.is-show {
  opacity: 1;
  pointer-events: auto;
}

/*_______________________________
product
_______________________________*/

.product {
  background: #f6c4da;
}
.product .container-inner {
    padding: 130px 0;
	overflow: hidden;
}

.product h2 {
    font-family: calder-dark, sans-serif;
}
.product .productname {
font-size: clamp(24px, 7vw, 30px);
  font-family: calder-dark, sans-serif;
  text-align: center;
  bottom: 80px;
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.product .details {
font-size: clamp(15px, 4vw, 17px);
  text-align: center;
  bottom: 50px;
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.product-frame {
  position: relative;
  background: url("../img/product_frame.svg") no-repeat center;
  background-size: contain;
  padding: 0; /* フレームの内側余白調整 */
}

.product-frame img {
  width: 100%;
  height: auto;
  display: block;
}
/* product Swiper */
.swiper-product {
  width: 100%;
  height: auto;
}

.swiper-product .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: url(../img/product_frame.svg) no-repeat center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-frame a {
  display: block;
}

.product-frame img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 240px;
margin-bottom: 100px;
}
/* コントロール全体 */
.product-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

/* デフォルト解除 */
.product-controls .swiper-button-prev,
.product-controls .swiper-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0;
}

/* デフォルト矢印消す */
.product-controls .swiper-button-prev::after,
.product-controls .swiper-button-next::after {
  display: none;
}

/* サイズ */
.product-controls .swiper-button-prev,
.product-controls .swiper-button-next {
  width: 90px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* 矢印画像 */
.product-controls .swiper-button-prev {
  background-image: url("../img/arrow_left.svg");
}

.product-controls .swiper-button-next {
  background-image: url("../img/arrow_right.svg");
}

/* pagination */
.product-controls .swiper-pagination {
  position: relative !important;
  width: auto !important;
  bottom: 0 !important;
}

.product-controls .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url("../img/dot.svg") no-repeat center;
  background-size: contain;
  margin: 0 6px !important;
  opacity: 1;
}

.product-controls .swiper-pagination-bullet-active {
  background: url("../img/dot_active.svg") no-repeat center;
  background-size: contain;
}

/* new */

.product .products-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0; /* wrapper paddingは0 */
}

.product .products-slide {
  flex: 0 0 290px; /* px固定スライド幅 */
  margin: 0 15px;  /* スライド間余白 */

  display: flex;
  justify-content: center;
  align-items: center;
  font-size:2rem;
  box-sizing: border-box;
}

/* コントロール全体 */
.product-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;           /* 要素の間隔 */
  margin-top: 30px;    /* Swiperとの距離 */
  position: relative;
  z-index: 5;
}

/* デフォルトabsoluteを解除 */
.product-controls .products-button-prev,
.product-controls .products-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}

/* pagination中央 */
.product-controls .products-pagination {
  position: relative;
  width: auto;
}
/* コントロール全体 */
.product-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

/* Swiperデフォルト解除 */
.product-controls .products-button-prev,
.product-controls .products-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0;
}

/* デフォルトの矢印アイコンを消す（重要） */
.product-controls .products-button-prev::after,
.product-controls .products-button-next::after {
  display: none;
}

/* サイズと背景を明示 */
.product-controls .products-button-prev,
.product-controls .products-button-next {
  width: 90px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* 左右画像 */
.product-controls .products-button-prev {
  background-image: url("../img/arrow_left.svg");
opacity: 1!important;
}

.product-controls .products-button-next {
  background-image: url("../img/arrow_right.svg");
opacity: 1!important;
}

/* pagination */
.product-controls .products-pagination {
  position: relative !important;
  width: auto!important;
  bottom: 0 !important;
}
.product-controls .products-pagination-bullet {
  background: none;
  opacity: 1;
}
/* 通常ドット */
.product-controls .products-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url("../img/dot.svg") no-repeat center;
  background-size: contain;
  margin: 0 6px !important;
  transition: 0.3s ease;
display: inline-block;
}

/* アクティブドット */
.product-controls .products-pagination-bullet-active {
  background: url("../img/dot_active.svg") no-repeat center;
  background-size: contain;
}
.product-controls button {
	background: none;
	border:0;
}


/*_______________________________
onlineshop
_______________________________*/

.onlineshop {
  background: #f6c4da;
  position: relative;
}
.onlineshopt .container-inner {
    padding: 130px 2rem;
}

.onlineshop h2 {
    font-family: calder-dark, sans-serif;
    margin-bottom: 40px;
}
.onlineshop .button:not(:last-child) {
  margin-bottom: 20px;
}
.onlineshop .button img {
  width: 100%;
  height: auto;
}
.onlineshop .snslist {
  display: flex;
  justify-content: center;
  align-items: center;
font-family: calder-dark, sans-serif;
font-size: 18px;
margin-top: 30px;
}
.snslist li:not(:last-child) {
  margin-right: 10px;
}
.onlineshop .snslist img {
  height: 40px;
  width:auto;
}

.onlineshop .link {
margin-top: 30px;
}
.onlineshop .link img {
  width: 100%;
  height: auto;
}
.onlineshop .footerlogo {
margin: 30px auto 20px;
text-align: center;
}
.onlineshop .footerlogo img {
  width: 150px;
  height: auto;
}
.onlineshop .ornament1 {
  position: absolute;
  left: 6%;
  top: -80px;
}
.onlineshop .ornament1 img {
  width: 131px;
  height: auto;
}
.onlineshop .copyright {
font-size: 12px;
text-align: center;
}
@media screen and (max-width:430px) {
.onlineshop .ornament1 {
    position: absolute;
    left: 6%;
    top: -80px;
}
.onlineshop .ornament1 img {
    width: 121px;
    height: auto;
}

}
/*_______________________________
stylemenu second
_______________________________*/
.container#hairstyle1 .stylemenu,
.container#hairstyle2 .stylemenu,
.container#hairstyle3 .stylemenu,
.container#hairstyle4 .stylemenu {
  position: fixed;
  right: 4%;
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
  transition: opacity 0.2s ease;
}

/*_______________________________
short
_______________________________*/

.container#hairstyle1 {
    position: relative;
    z-index: 2;
    max-width: 31.25rem;
    width: 100%;
    background: #fbeaf0;
    border-radius: 0;
}


.container#hairstyle1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_line.png) repeat-y center top;
    z-index: 5;
    pointer-events: none;
    /*border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;*/
}

.container#hairstyle1 .short {
  background: #fbeaf0;
    inset: 0;
    background-image: url(../img/bg_line.png);
    background-repeat: repeat;
    z-index: 1;
}




.container#hairstyle1 .short .title {
  text-align: center;
  background: #f1a2c4;
  position: relative;
  height: 80px;
}

.container#hairstyle1 .short .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
}

.container#hairstyle1 .short .title .title_pic img {
  width: 270px;
  height: auto;
  margin: 15px auto 0;
}


.container#hairstyle1 .short .title::after {
    content: "";
    position: absolute;
    background: #f1a2c4;
    z-index: 1;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;
}


.container#hairstyle1 ul.arrangement {
    width: 100%;
    z-index: 6;
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
}


.container#hairstyle1 ul.arrangement li {
width: 100%;
margin-bottom: 20px;
text-align: center;

}

.container#hairstyle1 ul.arrangement li .details {
  width: 268px;
  margin: 0 auto;
  position: relative;
}

.container#hairstyle1 ul.arrangement li img {
  width: 100%;
  max-width: 268px;
  height: auto;
}


.container#hairstyle1 ul.arrangement li:first-child .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #d2df8a;
    font-size: 22px;
}

.container#hairstyle1 ul.arrangement li:nth-child(2) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #79bee4;
    font-size: 22px;
}

.container#hairstyle1 ul.arrangement li:nth-child(3) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #9990bf;
    font-size: 22px;
}

.container#hairstyle1 ul.arrangement li:nth-child(4) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #ffc141;
    font-size: 22px;
}

.container#hairstyle1 ul.arrangement li:nth-child(5) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #d681c4;
    font-size: 22px;
}


.container#hairstyle1 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
	text-align: left;
}


.short_orn1 {
  position: absolute;
  top: 4%;
  left: 2%;
  z-index: 5;
}
.short_orn1 img {
width: 100px;
height: auto;
}

.short_orn2 {
  position: absolute;
  top: 4%;
  right: 8%;
  z-index: 5;
}
.short_orn2 img {
width: 77px;
height: auto;
}
.short_orn3 {
  position: absolute;
  top: 8%;
  left: 8%;
  z-index: 5;
}
.short_orn3 img {
width: 50px;
height: auto;
}

.short_orn4 {
  position: absolute;
  top: 8%;
  right: 10%;
  z-index: 5;
}
.short_orn4 img {
width: 42px;
height: auto;
}
.short_orn5 {
  position: absolute;
  top: 10%;
  right: 3%;
  z-index: 5;
}
.short_orn5 img {
width: 88px;
height: auto;
}
.short_orn6 {
  position: absolute;
  top: 12%;
  left: 6%;
  z-index: 5;
}
.short_orn6 img {
width: 98px;
height: auto;
}
.short_orn7 {
  position: absolute;
  top: 14%;
  right: 8%;
  z-index: 5;
}
.short_orn7 img {width: 57px;height: auto;}
.short_orn8 {
  position: absolute;
  top: 18%;
  left: 2%;
  z-index: 5;
}
.short_orn8 img {
width: 89px;
height: auto;
}
.short_orn9 {
  position: absolute;
  top: 22%;
  right: 9%;
  z-index: 5;
}
.short_orn9 img {
width: 28px;
height: auto;
}
.short_orn10 {
  position: absolute;
  top: 26%;
  left: 6%;
  z-index: 5;
}
.short_orn10 img {
width: 38px;
height: auto;
}
.short_orn11 {
  position: absolute;
  top: 30%;
  right: 2%;
  z-index: 5;
}
.short_orn11 img {
width: 50px;
height: auto;
}
.short_orn12 {
  position: absolute;
  top: 34%;
  left: 5%;
  z-index: 5;
}
.short_orn12 img {
width: 62px;
height: auto;
}

.short_orn13 {
  position: absolute;
  top: 38%;
  right: 9%;
  z-index: 5;
}
.short_orn13 img {
width: 36px;
height: auto;
}
.short_orn14 {
  position: absolute;
  top: 44%;
  left: 5%;
  z-index: 5;
}
.short_orn14 img {
width: 67px;
height: auto;
}
.short_orn15 {
  position: absolute;
  top:48%;
  right: 5%;
  z-index: 5;
}

.short_orn15 img {
width: 79px;
height: auto;
}



.short_orn16 {
  position: absolute;
  top: 52%;
  left: 2%;
  z-index: 5;
}
.short_orn16 img {
width: 100px;
height: auto;
}

.short_orn17 {
  position: absolute;
  top: 56%;
  right: 8%;
  z-index: 5;
}
.short_orn17 img {
width: 77px;
height: auto;
}
.short_orn18 {
  position: absolute;
  top: 59%;
  left: 8%;
  z-index: 5;
}
.short_orn18 img {
width: 50px;
height: auto;
}

.short_orn19 {
  position: absolute;
  top: 62%;
  right: 10%;
  z-index: 5;
}
.short_orn19 img {
width: 42px;
height: auto;
}
.short_orn20 {
  position: absolute;
  top: 64%;
  right: 3%;
  z-index: 5;
}
.short_orn20 img {
width: 88px;
height: auto;
}
.short_orn21 {
  position: absolute;
  top: 68%;
  left: 6%;
  z-index: 5;
}
.short_orn21 img {
width: 98px;
height: auto;
}
.short_orn22 {
  position: absolute;
  top: 70%;
  right: 8%;
  z-index: 5;
}
.short_orn22 img {width: 57px;height: auto;}
.short_orn23 {
  position: absolute;
  top: 76%;
  left: 2%;
  z-index: 5;
}
.short_orn23 img {
width: 89px;
height: auto;
}
.short_orn24 {
  position: absolute;
  top: 80%;
  right: 9%;
  z-index: 5;
}
.short_orn24 img {
width: 28px;
height: auto;
}
.short_orn25 {
  position: absolute;
  top: 83%;
  left: 6%;
  z-index: 5;
}
.short_orn25 img {
width: 38px;
height: auto;
}
.short_orn26 {
  position: absolute;
  top: 86%;
  right: 2%;
  z-index: 5;
}
.short_orn26 img {
width: 50px;
height: auto;
}
.short_orn27 {
  position: absolute;
  top: 88%;
  left: 4%;
  z-index: 5;
}
.short_orn27 img {
width: 62px;
height: auto;
}

.short_orn28 {
  position: absolute;
  top: 92%;
  right: 9%;
  z-index: 5;
}
.short_orn28 img {
width: 36px;
height: auto;
}
.short_orn29 {
  position: absolute;
  top: 96%;
  left: 4%;
  z-index: 5;
}
.short_orn29 img {
width: 67px;
height: auto;
}
.short_orn30 {
  position: absolute;
  top: 97%;
  right: 5%;
  z-index: 5;
}

.short_orn30 img {
width: 79px;
height: auto;
}


@media screen and (max-width: 460px) {
.container#hairstyle1 .short .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
}

.container#hairstyle1 .short .title .title_pic img {
  width: 220px;
  height: auto;
  margin: 15px auto 0;
}
}
/*_______________________________
medium
_______________________________*/

.container#hairstyle2 {
    position: relative;
    z-index: 2;
    max-width: 31.25rem;
    width: 100%;
    /* background: #8ac4df; */
    border-radius: 0;
}


.container#hairstyle2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_line.png) repeat-y center top;
    z-index: 5;
    pointer-events: none;
    /*border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;*/
}

.container#hairstyle2 .medium {
  background: #deeffa;
  inset: 0;
  background-image: url(../img/bg_line.png);
  background-repeat: repeat;
  z-index: 1;
}




.container#hairstyle2 .medium .title {
  text-align: center;
  background: #8ac4df;
  position: relative;
  height: 80px;
}

.container#hairstyle2 .medium .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
top: 30px;
}

.container#hairstyle2 .medium .title .title_pic img {
  width: 270px;
  height: auto;
  margin: 15px auto 0;

}


.container#hairstyle2 .medium .title::after {
    content: "";
    position: absolute;
    background: #8ac4df;
    z-index: 1;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;
}


.container#hairstyle2 ul.arrangement {
    width: 100%;
    z-index: 6;
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
}


.container#hairstyle2 ul.arrangement li {
width: 100%;
margin-bottom: 20px;
text-align: center;

}

.container#hairstyle2 ul.arrangement li .details {
  width: 268px;
  margin: 0 auto;
  position: relative;
}

.container#hairstyle2 ul.arrangement li img {
  width: 100%;
  max-width: 268px;
  height: auto;
}


.container#hairstyle2 ul.arrangement li:first-child .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #f9a6d0;
    font-size: 22px;
}

.container#hairstyle2 ul.arrangement li:nth-child(2) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #d2df8a;
    font-size: 22px;
}

.container#hairstyle2 ul.arrangement li:nth-child(3) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #ffdb6b;
    font-size: 22px;
}

.container#hairstyle2 ul.arrangement li:nth-child(4) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #4e9d4e;
    font-size: 22px;
}

.container#hairstyle2 ul.arrangement li:nth-child(5) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #ffc141;
    font-size: 22px;
}


.container#hairstyle2 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
	text-align: left;
}




.medium_orn1 {
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: 5;
}
.medium_orn1 img {width: 59px;height: auto;}

.medium_orn2 {
  position: absolute;
  top: 4%;
  right: 6%;
  z-index: 5;
}
.medium_orn2 img {width: 40px;height: auto;}
.medium_orn3 {
  position: absolute;
  top: 6%;
  left: 4%;
  z-index: 5;
}
.medium_orn3 img {width: 82px;height: auto;}

.medium_orn4 {
  position: absolute;
  top:8%;
  right: 6%;
  z-index: 5;
}
.medium_orn4 img {width: 63px;height: auto;}
.medium_orn5 {
  position: absolute;
  top: 10%;
  left: 4%;
  z-index: 5;
}
.medium_orn5 img {
width: 88px;
height: auto;
}
.medium_orn6 {
  position: absolute;
  top: 12%;
  right: 2%;
  z-index: 5;
}
.medium_orn6 img {width: 82px;height: auto;}
.medium_orn7 {
  position: absolute;
  top: 14%;
  left: 6%;
  z-index: 5;
}
.medium_orn7 img {width: 98px;height: auto;}
.medium_orn8 {
  position: absolute;
  top: 17%;
  right: 6%;
  z-index: 5;
}
.medium_orn8 img {width: 61px;height: auto;}
.medium_orn9 {
  position: absolute;
  top: 19%;
  left: 3%;
  z-index: 5;
}
.medium_orn9 img {width: 97px;height: auto;}
.medium_orn10 {
  position: absolute;
  top: 28%;
  right: 9%;
  z-index: 5;
}
.medium_orn10 img {width: 52px;height: auto;}
.medium_orn11 {
  position: absolute;
  top: 21%;
  right: 8%;
  z-index: 5;
}
.medium_orn11 img {width: 39px;height: auto;}
.medium_orn12 {
  position: absolute;
  top: 24%;
  right: 1%;
  z-index: 5;
}
.medium_orn12 img {width: 83px;height: auto;}

.medium_orn13 {
  position: absolute;
  top: 26%;
  left: 9%;
  z-index: 5;
}
.medium_orn13 img {width: 57px;height: auto;}
.medium_orn14 {
  position: absolute;
  top: 30%;
  right: 4%;
  z-index: 5;
}
.medium_orn14 img {width: 96px;height: auto;}
.medium_orn15 {
  position: absolute;
  top: 30%;
  left: 2%;
  z-index: 5;
}

.medium_orn15 img {width: 109px;height: auto;}

.medium_orn16 {
  position: absolute;
  top: 32%;
  right: 8%;
  z-index: 5;
}
.medium_orn16 img {width: 55px;height: auto;}

.medium_orn17 {
  position: absolute;
  top: 34%;
  right: 12%;
  z-index: 5;
}

.medium_orn17 img {width: 32px;height: auto;}


.medium_orn18 {
  position: absolute;
  top: 36%;
  left: 5%;
  z-index: 5;
}
.medium_orn18 img {width: 59px;height: auto;}

.medium_orn19 {
  position: absolute;
  top: 38%;
  right: 9%;
  z-index: 5;
}
.medium_orn19 img {width: 40px;height: auto;}
.medium_orn20 {
  position: absolute;
  top: 39%;
  left: 2%;
  z-index: 5;
}
.medium_orn20 img {width: 82px;height: auto;}

.medium_orn21 {
  position: absolute;
  top:40%;
  right: 8%;
  z-index: 5;
}
.medium_orn21 img {width: 63px;height: auto;}
.medium_orn22 {
  position: absolute;
  top: 42%;
  left: 4%;
  z-index: 5;
}
.medium_orn22 img {
width: 88px;
height: auto;
}
.medium_orn23 {
  position: absolute;
  top: 44%;
  right: 1%;
  z-index: 5;
}
.medium_orn23 img {width: 89px;height: auto;}
.medium_orn24 {
  position: absolute;
  top: 45%;
  left: 4%;
  z-index: 5;
}
.medium_orn24 img {width: 98px;height: auto;}
.medium_orn25 {
  position: absolute;
  top: 48%;
  left: 6%;
  z-index: 5;
}
.medium_orn25 img {width: 61px;height: auto;}
.medium_orn26 {
  position: absolute;
  top: 48%;
  left: 3%;
  z-index: 5;
}
.medium_orn26 img {width: 97px;height: auto;}
.medium_orn27 {
  position: absolute;
  top: 50%;
  right: 9%;
  z-index: 5;
}
.medium_orn27 img {width: 52px;height: auto;}
.medium_orn28 {
  position: absolute;
  top: 52%;
  left: 8%;
  z-index: 5;
}
.medium_orn28 img {width: 39px;height: auto;}
.medium_orn29 {
  position: absolute;
  top: 54%;
  right: 1%;
  z-index: 5;
}
.medium_orn29 img {width: 83px;height: auto;}

.medium_orn30 {
  position: absolute;
  top: 55%;
  left: 9%;
  z-index: 5;
}
.medium_orn30 img {width: 57px;height: auto;}
.medium_orn31 {
  position: absolute;
  top: 58%;
  right: 4%;
  z-index: 5;
}
.medium_orn31 img {width: 96px;height: auto;}
.medium_orn32 {
  position: absolute;
  top: 58%;
  left: 2%;
  z-index: 5;
}

.medium_orn32 img {width: 109px;height: auto;}

.medium_orn33 {
  position: absolute;
  top: 59%;
  left: 40%;
  z-index: 5;
}
.medium_orn33 img {width: 55px;height: auto;}

.medium_orn34 {
  position: absolute;
  top: 61%;
  right: 9%;
  z-index: 5;
}

.medium_orn34 img {width: 32px;height: auto;}


.medium_orn35 {
  position: absolute;
  top: 63%;
  left: 5%;
  z-index: 5;
}
.medium_orn35 img {width: 59px;height: auto;}

.medium_orn36 {
  position: absolute;
  top: 65%;
  right: 9%;
  z-index: 5;
}
.medium_orn36 img {width: 40px;height: auto;}
.medium_orn37 {
  position: absolute;
  top: 67%;
  right: 3%;
  z-index: 5;
}
.medium_orn37 img {width: 82px;height: auto;}

.medium_orn38 {
  position: absolute;
  top:69%;
  left: 8%;
  z-index: 5;
}
.medium_orn38 img {width: 63px;height: auto;}
.medium_orn39 {
  position: absolute;
  top: 72%;
  left: 4%;
  z-index: 5;
}
.medium_orn39 img {
width: 69px;
height: auto;
}
.medium_orn40 {
  position: absolute;
  top:74%;
  right: 1%;
  z-index: 5;
}
.medium_orn40 img {width: 89px;height: auto;}
.medium_orn41 {
  position: absolute;
  top: 77%;
  left: 6%;
  z-index: 5;
}
.medium_orn41 img {width: 98px;height: auto;}
.medium_orn42 {
  position: absolute;
  top: 79%;
  right: 6%;
  z-index: 5;
}
.medium_orn42 img {width: 61px;height: auto;}
.medium_orn43 {
  position: absolute;
  top: 82%;
  left: 3%;
  z-index: 5;
}
.medium_orn43 img {width: 97px;height: auto;}
.medium_orn44 {
  position: absolute;
  top: 84%;
  right: 9%;
  z-index: 5;
}
.medium_orn44 img {width: 52px;height: auto;}
.medium_orn45 {
  position: absolute;
  top: 86%;
  left: 8%;
  z-index: 5;
}
.medium_orn45 img {width: 39px;height: auto;}
.medium_orn46 {
  position: absolute;
  top: 88%;
  right: 1%;
  z-index: 5;
}
.medium_orn46 img {width: 83px;height: auto;}

.medium_orn47 {
  position: absolute;
  top: 90%;
  left: 9%;
  z-index: 5;
}
.medium_orn47 img {width: 57px;height: auto;}
.medium_orn48 {
  position: absolute;
  top: 94%;
  right: 4%;
  z-index: 5;
}
.medium_orn48 img {width: 96px;height: auto;}
.medium_orn49 {
  position: absolute;
  top: 92%;
  left: 2%;
  z-index: 5;
}

.medium_orn49 img {width: 109px;height: auto;}

.medium_orn50 {
  position: absolute;
  top: 96%;
  left: 40%;
  z-index: 5;
}
.medium_orn50 img {width: 55px;height: auto;}

.medium_orn51 {
  position: absolute;
  top: 96%;
  right: 9%;
  z-index: 5;
}

.medium_orn51 img {width: 32px;height: auto;}


.medium_orn52 {
  position: absolute;
  top: 96%;
  left: 5%;
  z-index: 5;
}
.medium_orn52 img {width: 59px;height: auto;}

.medium_orn53 {
  position: absolute;
  top: 98%;
  right: 9%;
  z-index: 5;
}
.medium_orn53 img {width: 40px;height: auto;}
.medium_orn54 {
  position: absolute;
  top: 98%;
  left: 4%;
  z-index: 5;
}
.medium_orn54 img {width: 82px;height: auto;}
@media screen and (max-width: 460px) {
.container#hairstyle2 .medium .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
}

.container#hairstyle2 .medium .title .title_pic img {
  width: 220px;
  height: auto;
  margin: 15px auto 0;
}
}
/*_______________________________
long
_______________________________*/

.container#hairstyle3 {
    position: relative;
    z-index: 2;
    max-width: 31.25rem;
    width: 100%;
    background: #fbeaf0;
    border-radius: 0;
    overflow: hidden;
}


.container#hairstyle3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_line.png) repeat-y center top;
    z-index: 5;
    pointer-events: none;
    /*border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;*/
}

.container#hairstyle3 .long {
  background: #e1dfee;
  inset: 0;
  background-image: url(../img/bg_line.png);
  background-repeat: repeat;
  z-index: 1;
}




.container#hairstyle3 .long .title {
  text-align: center;
  background: #b7b2d6;
  position: relative;
  height: 80px;
}

.container#hairstyle3 .long .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
top: 30px;
}

.container#hairstyle3 .long .title .title_pic img {
  width: 270px;
  height: auto;
  margin: 15px auto 0;
}


.container#hairstyle3 .long .title::after {
    content: "";
    position: absolute;
    background: #b7b2d6;
    z-index: 1;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;
}


.container#hairstyle3 ul.arrangement {
    width: 100%;
    z-index: 6;
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
}


.container#hairstyle3 ul.arrangement li {
width: 100%;
margin-bottom: 20px;
text-align: center;

}

.container#hairstyle3 ul.arrangement li .details {
  width: 268px;
  margin: 0 auto;
  position: relative;
}

.container#hairstyle3 ul.arrangement li img {
  width: 100%;
  max-width: 268px;
  height: auto;
}


.container#hairstyle3 ul.arrangement li:first-child .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #d2df8a;
    font-size: 22px;
}

.container#hairstyle3 ul.arrangement li:nth-child(2) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #79bee4;
    font-size: 22px;
}

.container#hairstyle3 ul.arrangement li:nth-child(3) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #9990bf;
    font-size: 22px;
}

.container#hairstyle3 ul.arrangement li:nth-child(4) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #ffc141;
    font-size: 22px;
}

.container#hairstyle3 ul.arrangement li:nth-child(5) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #d681c4;
    font-size: 22px;
}


.container#hairstyle3 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
	text-align: left;
}



.long_orn1 {
  position: absolute;
  top: 2%;
  left: -2%;
  z-index: 5;
}
.long_orn1 img {width: 136px;height: auto;}

.long_orn2 {
  position: absolute;
  top: 3%;
  right: 9%;
  z-index: 5;
}
.long_orn2 img {width: 79px;height: auto;}
.long_orn3 {
  position: absolute;
  top: 5%;
  left: 8%;
  z-index: 5;
}
.long_orn3 img {width: 93px;height: auto;}

.long_orn4 {
  position: absolute;
  top: 8%;
  left: 8%;
  z-index: 5;
}
.long_orn4 img {width: 36px;height: auto;}
.long_orn5 {
  position: absolute;
  top: 6%;
  right: 4%;
  z-index: 5;
}
.long_orn5 img {width: 75px;height: auto;}
.long_orn6 {
  position: absolute;
  top:10%;
  right: 6%;
  z-index: 5;
}
.long_orn6 img {width: 95px;height: auto;}
.long_orn7 {
  position: absolute;
  top: 12%;
  left: 4%;
  z-index: 5;
}
.long_orn7 img {width: 85px;height: auto;}
.long_orn8 {
  position: absolute;
  top: 14%;
  right: 5%;
  z-index: 5;
}
.long_orn8 img {width: 79px;height: auto;}
.long_orn9 {
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 5;
}
.long_orn9 img {width: 98px;height: auto;}
.long_orn10 {
  position: absolute;
  top: 17%;
  right: 4%;
  z-index: 5;
}
.long_orn10 img {width: 95px;height: auto;}
.long_orn11 {
  position: absolute;
  top: 19%;
  left: 6%;
  z-index: 5;
}
.long_orn11 img {width: 49px;height: auto;}
.long_orn12 {
  position: absolute;
  top: 21%;
  right: 6%;
  z-index: 5;
}
.long_orn12 img {width: 26px;height: auto;}

.long_orn13 {
  position: absolute;
  top: 23%;
  left: 6%;
  z-index: 5;
}
.long_orn13 img {width: 98px;height: auto;}
.long_orn14 {
  position: absolute;
  top:25%;
  right: 4%;
  z-index: 5;
}
.long_orn14 img {width: 77px;height: auto;}
.long_orn15 {
  position: absolute;
  top: 28%;
  right: 6%;
  z-index: 5;
}

.long_orn15 img {width: 44px;height: auto;}



.long_orn16 {
  position: absolute;
  top: 27%;
  left: -2%;
  z-index: 5;
}
.long_orn16 img {width: 136px;height: auto;}

.long_orn17 {
  position: absolute;
  top: 30%;
  right: 6%;
  z-index: 5;
}
.long_orn17 img {width: 79px;height: auto;}
.long_orn18 {
  position: absolute;
  top: 32%;
  left: 5%;
  z-index: 5;
}
.long_orn18 img {width: 93px;height: auto;}

.long_orn19 {
  position: absolute;
  top: 34%;
  left: 6%;
  z-index: 5;
}
.long_orn19 img {width: 36px;height: auto;}
.long_orn20 {
  position: absolute;
  top: 35%;
  right: 4%;
  z-index: 5;
}
.long_orn20 img {width: 75px;height: auto;}
.long_orn21 {
  position: absolute;
  top: 37%;
  right: 6%;
  z-index: 5;
}
.long_orn21 img {width: 95px;height: auto;}
.long_orn22 {
  position: absolute;
  top: 38%;
  left: 5%;
  z-index: 5;
}
.long_orn22 img {width: 85px;height: auto;}
.long_orn23 {
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 5;
}
.long_orn23 img {width: 79px;height: auto;}
.long_orn24 {
  position: absolute;
  top: 41%;
  left: 5%;
  z-index: 5;
}
.long_orn24 img {width: 98px;height: auto;}
.long_orn25 {
  position: absolute;
  top: 43%;
  right: 4%;
  z-index: 5;
}
.long_orn25 img {width: 95px;height: auto;}
.long_orn26 {
  position: absolute;
  top: 44%;
  left: 5%;
  z-index: 5;
}
.long_orn26 img {width: 49px;height: auto;}
.long_orn27 {
  position: absolute;
  top: 46%;
  right: 6%;
  z-index: 5;
}
.long_orn27 img {width: 26px;height: auto;}

.long_orn28 {
  position: absolute;
  top: 47%;
  left: 6%;
  z-index: 5;
}
.long_orn28 img {width: 98px;height: auto;}
.long_orn29 {
  position: absolute;
  top: 49%;
  left: 40%;
  z-index: 5;
}
.long_orn29 img {width: 77px;height: auto;}
.long_orn30 {
  position: absolute;
  top: 50%;
  right: 9%;
  z-index: 5;
}

.long_orn30 img {width: 44px;height: auto;}


.long_orn31 {
  position: absolute;
  top: 51%;
  left: -2%;
  z-index: 5;
}
.long_orn31 img {width: 136px;height: auto;}

.long_orn32 {
  position: absolute;
  top: 50%;
  right: 6%;
  z-index: 5;
}
.long_orn32 img {width: 79px;height: auto;}
.long_orn33 {
  position: absolute;
  top: 54%;
  left: 5%;
  z-index: 5;
}
.long_orn33 img {width: 93px;height: auto;}

.long_orn34 {
  position: absolute;
  top: 50%;
  left: 6%;
  z-index: 5;
}
.long_orn34 img {width: 36px;height: auto;}
.long_orn35 {
  position: absolute;
  top: 53%;
  right: 4%;
  z-index: 5;
}
.long_orn35 img {width: 75px;height: auto;}
.long_orn36 {
  position: absolute;
  top: 56%;
  right: 5%;
  z-index: 5;
}
.long_orn36 img {width: 95px;height: auto;}
.long_orn37 {
  position: absolute;
  top:57%;
  left: 5%;
  z-index: 5;
}
.long_orn37 img {width: 85px;height: auto;}
.long_orn38 {
  position: absolute;
  top: 58%;
  right: 5%;
  z-index: 5;
}
.long_orn38 img {width: 79px;height: auto;}
.long_orn39 {
  position: absolute;
  top: 60%;
  left: 5%;
  z-index: 5;
}
.long_orn39 img {width: 98px;height: auto;}
.long_orn40 {
  position: absolute;
  top: 60%;
  right: 4%;
  z-index: 5;
}
.long_orn40 img {width: 95px;height: auto;}
.long_orn41 {
  position: absolute;
  top: 63%;
  left: 6%;
  z-index: 5;
}
.long_orn41 img {width: 49px;height: auto;}
.long_orn42 {
  position: absolute;
  top: 64%;
  right: 5%;
  z-index: 5;
}
.long_orn42 img {width: 26px;height: auto;}

.long_orn43 {
  position: absolute;
  top: 66%;
  left: 2%;
  z-index: 5;
}
.long_orn43 img {width: 98px;height: auto;}
.long_orn44 {
  position: absolute;
  top: 68%;
  right: 4%;
  z-index: 5;
}
.long_orn44 img {width: 77px;height: auto;}
.long_orn45 {
  position: absolute;
  top: 71%;
  right: 6%;
  z-index: 5;
}

.long_orn45 img {width: 44px;height: auto;}



.long_orn46 {
  position: absolute;
  top: 71%;
  left: -2%;
  z-index: 5;
}
.long_orn46 img {width: 136px;height: auto;}

.long_orn47 {
  position: absolute;
  top: 74%;
  right: 6%;
  z-index: 5;
}
.long_orn47 img {width: 79px;height: auto;}
.long_orn48 {
  position: absolute;
  top: 76%;
  left: 8%;
  z-index: 5;
}
.long_orn48 img {width: 93px;height: auto;}

.long_orn49 {
  position: absolute;
  top: 79%;
  left: 5%;
  z-index: 5;
}
.long_orn49 img {width: 36px;height: auto;}
.long_orn50 {
  position: absolute;
  top: 80%;
  right: 4%;
  z-index: 5;
}
.long_orn50 img {width: 75px;height: auto;}
.long_orn51 {
  position: absolute;
  top: 83%;
  right: 5%;
  z-index: 5;
}
.long_orn51 img {width: 95px;height: auto;}
.long_orn52 {
  position: absolute;
  top: 85%;
  left: 5%;
  z-index: 5;
}
.long_orn52 img {width: 85px;height: auto;}
.long_orn53 {
  position: absolute;
  top: 87%;
  right: 5%;
  z-index: 5;
}
.long_orn53 img {width: 79px;height: auto;}
.long_orn54 {
  position: absolute;
  top: 89%;
  left: 5%;
  z-index: 5;
}
.long_orn54 img {width: 98px;height: auto;}
.long_orn55 {
  position: absolute;
  top: 92%;
  right: 2%;
  z-index: 5;
}
.long_orn55 img {width: 95px;height: auto;}
.long_orn56 {
  position: absolute;
  top: 93%;
  left: 5%;
  z-index: 5;
}
.long_orn56 img {width: 49px;height: auto;}
.long_orn57 {
  position: absolute;
  top: 95%;
  right: 6%;
  z-index: 5;
}
.long_orn57 img {width: 26px;height: auto;}

.long_orn58 {
  position: absolute;
  top: 97%;
  left: 2%;
  z-index: 5;
}
.long_orn58 img {width: 98px;height: auto;}
.long_orn59 {
  position: absolute;
  top: 98%;
  left: 40%;
  z-index: 5;
}
.long_orn59 img {width: 77px;height: auto;}
.long_orn60 {
  position: absolute;
  top: 99%;
  right: 4%;
  z-index: 5;
}

.long_orn60 img {width: 44px;height: auto;}
@media screen and (max-width: 460px) {
.container#hairstyle3 .long .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
}

.container#hairstyle3 .long .title .title_pic img {
  width: 220px;
  height: auto;
  margin: 15px auto 0;
}
}

/*_______________________________
bangs
_______________________________*/

.container#hairstyle4 {
    position: relative;
    z-index: 2;
    max-width: 31.25rem;
    width: 100%;
    background: #f8e3ce;
    border-radius: 0;
    overflow: hidden;
}


.container#hairstyle4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_line.png) repeat-y center top;
    z-index: 5;
    pointer-events: none;
    /*border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;*/
}

.container#hairstyle4 .bangs {
  background: #f8e3ce;
  inset: 0;
  background-image: url(../img/bg_line.png);
  background-repeat: repeat;
  z-index: 1;
}




.container#hairstyle4 .bangs .title {
  text-align: center;
  background: #eebb87;
  position: relative;
  height: 80px;
}

.container#hairstyle4 .bangs .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
top: 30px;
}

.container#hairstyle4 .bangs .title .title_pic img {
  width: 270px;
  height: auto;
  margin: 15px auto 0;
}


.container#hairstyle4 .bangs .title::after {
    content: "";
    position: absolute;
    background: #eebb87;
    z-index: 1;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;
}


.container#hairstyle4 ul.arrangement {
    width: 100%;
    z-index: 6;
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
}


.container#hairstyle4 ul.arrangement li {
width: 100%;
margin-bottom: 20px;
text-align: center;

}

.container#hairstyle4 ul.arrangement li .details {
  width: 268px;
  margin: 0 auto;
  position: relative;
}

.container#hairstyle4 ul.arrangement li img {
  width: 100%;
  max-width: 268px;
  height: auto;
}


.container#hairstyle4 ul.arrangement li:first-child .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #d2df8a;
    font-size: 22px;
}

.container#hairstyle4 ul.arrangement li:nth-child(2) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #ffdb6b;
    font-size: 22px;
}

.container#hairstyle4 ul.arrangement li:nth-child(3) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #9990bf;
    font-size: 22px;
}

.container#hairstyle4 ul.arrangement li:nth-child(4) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #2692b3;
    font-size: 22px;
}

.container#hairstyle4 ul.arrangement li:nth-child(5) .count {
    position: absolute;
    right: 5%;
    top: 2%;
    color: #d681c4;
    font-size: 22px;
}


.container#hairstyle4 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
	text-align: left;
}

.bangs_orn1 {
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: 5;
}
.bangs_orn1 img {width: 91px;height: auto;}

.bangs_orn2 {
  position: absolute;
  top: 5%;
  right: 9%;
  z-index: 5;
}
.bangs_orn2 img {width: 40px;height: auto;}
.bangs_orn3 {
  position: absolute;
  top: 9%;
  right: 4%;
  z-index: 5;
}
.bangs_orn3 img {width: 103px;height: auto;}

.bangs_orn4 {
  position: absolute;
  top: 8%;
  left: 8%;
  z-index: 5;
}
.bangs_orn4 img {width: 52px;height: auto;}
.bangs_orn5 {
  position: absolute;
  top: 12%;
  left: 6%;
  z-index: 5;
}
.bangs_orn5 img {width: 52px;height: auto;}
.bangs_orn6 {
  position: absolute;
  top: 14%;
  right: 1%;
  z-index: 5;
}
.bangs_orn6 img {width: 92px;height: auto;}
.bangs_orn7 {
  position: absolute;
  top: 18%;
  left: 6%;
  z-index: 5;
}
.bangs_orn7 img {width: 45px;height: auto;}
.bangs_orn8 {
  position: absolute;
  top: 19%;
  right: 7%;
  z-index: 5;
}
.bangs_orn8 img {width: 43px;height: auto;}
.bangs_orn9 {
  position: absolute;
  top: 23%;
  left: 3%;
  z-index: 5;
}
.bangs_orn9 img {width: 88px;height: auto;}
.bangs_orn10 {
  position: absolute;
  top: 27%;
  right: 7%;
  z-index: 5;
}
.bangs_orn10 img {width: 88px;height: auto;}
.bangs_orn11 {
  position: absolute;
  top:30%;
  left: 4%;
  z-index: 5;
}
.bangs_orn11 img {width: 91px;height: auto;}
.bangs_orn12 {
  position: absolute;
  top: 33%;
  right: 1%;
  z-index: 5;
}
.bangs_orn12 img {width: 91px;height: auto;}

.bangs_orn13 {
  position: absolute;
  top: 35%;
  left: 8%;
  z-index: 5;
}
.bangs_orn13 img {width: 53px;height: auto;}
.bangs_orn14 {
  position: absolute;
  top:38%;
  right: 10%;
  z-index: 5;
}
.bangs_orn14 img {width: 21px;height: auto;}
.bangs_orn15 {
  position: absolute;
  top: 40%;
  left: 3%;
  z-index: 5;
}

.bangs_orn15 img {width: 84px;height: auto;}

.bangs_orn16 {
  position: absolute;
  top: 42%;
  right: 4%;
  z-index: 5;
}


.bangs_orn16 img {width: 56px;height: auto;}

.bangs_orn17 {
  position: absolute;
  top: 46%;
  left: 47%;
  z-index: 5;
}

.bangs_orn17 img {width: 92px;height: auto;}


.bangs_orn18 {
  position: absolute;
  top: 46%;
  left: 3%;
  z-index: 5;
}
.bangs_orn18 img {width: 86px;height: auto;}

.bangs_orn19 {
  position: absolute;
  top: 48%;
  right: 9%;
  z-index: 5;
}
.bangs_orn19 img {width: 40px;height: auto;}
.bangs_orn20 {
  position: absolute;
  top: 53%;
  right: 4%;
  z-index: 5;
}
.bangs_orn20 img {width: 103px;height: auto;}

.bangs_orn21 {
  position: absolute;
  top: 52%;
  left: 8%;
  z-index: 5;
}
.bangs_orn21 img {width: 52px;height: auto;}
.bangs_orn22 {
  position: absolute;
  top: 56%;
  left: 6%;
  z-index: 5;
}
.bangs_orn22 img {width: 52px;height: auto;}
.bangs_orn23 {
  position: absolute;
  top: 58%;
  right: 1%;
  z-index: 5;
}
.bangs_orn23 img {width: 92px;height: auto;}
.bangs_orn24 {
  position: absolute;
  top: 60%;
  left: 6%;
  z-index: 5;
}
.bangs_orn24 img {width: 45px;height: auto;}
.bangs_orn25 {
  position: absolute;
  top: 62%;
  right: 7%;
  z-index: 5;
}
.bangs_orn25 img {width: 43px;height: auto;}
.bangs_orn26 {
  position: absolute;
  top: 63%;
  left: 3%;
  z-index: 5;
}
.bangs_orn26 img {width: 88px;height: auto;}
.bangs_orn27 {
  position: absolute;
  top: 66%;
  right: 7%;
  z-index: 5;
}
.bangs_orn27 img {width: 88px;height: auto;}
.bangs_orn28 {
  position: absolute;
  top: 68%;
  left: 4%;
  z-index: 5;
}
.bangs_orn28 img {width: 91px;height: auto;}
.bangs_orn29 {
  position: absolute;
  top: 70%;
  right: 2%;
  z-index: 5;
}
.bangs_orn29 img {width: 91px;height: auto;}

.bangs_orn30 {
  position: absolute;
  top: 72%;
  left: 8%;
  z-index: 5;
}
.bangs_orn30 img {width: 53px;height: auto;}
.bangs_orn31 {
  position: absolute;
  top: 74%;
  right: 10%;
  z-index: 5;
}
.bangs_orn31 img {width: 21px;height: auto;}
.bangs_orn32 {
  position: absolute;
  top: 76%;
  left: 2%;
  z-index: 5;
}

.bangs_orn32 img {width: 89px;height: auto;}

.bangs_orn33 {
  position: absolute;
  top: 77%;
  right: 2%;
  z-index: 5;
}


.bangs_orn33 img {width: 56px;height: auto;}

.bangs_orn34 {
  position: absolute;
  top: 79%;
  left: 80%;
  z-index: 5;
}

.bangs_orn34 img {width: 92px;height: auto;}


.bangs_orn35 {
  position: absolute;
  top: 82%;
  left: 3%;
  z-index: 5;
}
.bangs_orn35 img {width: 85px;height: auto;}

.bangs_orn36 {
  position: absolute;
  top: 82%;
  right: 9%;
  z-index: 5;
}
.bangs_orn36 img {width: 40px;height: auto;}
.bangs_orn37 {
  position: absolute;
  top: 86%;
  right: 8%;
  z-index: 5;
}
.bangs_orn37 img {width: 103px;height: auto;}

.bangs_orn38 {
  position: absolute;
  top: 88%;
  left: 8%;
  z-index: 5;
}
.bangs_orn38 img {width: 52px;height: auto;}
.bangs_orn39 {
  position: absolute;
  top: 92%;
  left: 6%;
  z-index: 5;
}
.bangs_orn39 img {width: 52px;height: auto;}
.bangs_orn40 {
  position: absolute;
  top: 90%;
  right: 1%;
  z-index: 5;
}
.bangs_orn40 img {width: 92px;height: auto;}

.bangs_orn41 {
  position: absolute;
  top: 95%;
  left: 4%;
  z-index: 5;
}
.bangs_orn41 img {width: 45px;height: auto;}
.bangs_orn42 {
  position: absolute;
  top: 96%;
  right: 7%;
  z-index: 5;
}
.bangs_orn42 img {width: 43px;height: auto;}
.bangs_orn43 {
  position: absolute;
  top: 97%;
  left: 3%;
  z-index: 5;
}
.bangs_orn43 img {width: 86px;height: auto;}
  /* ===================== */
  /* ===== SHORT ===== */
  /* ===================== */
 @media screen and (max-width: 460px) {

  .short_orn1 img,
  .short_orn2 img,
  .short_orn3 img,
  .short_orn4 img,
  .short_orn5 img,
  .short_orn6 img,
  .short_orn7 img,
  .short_orn8 img,
  .short_orn9 img,
  .short_orn10 img,
  .short_orn11 img,
  .short_orn12 img,
  .short_orn13 img,
  .short_orn14 img,
  .short_orn15 img,
  .short_orn16 img,
  .short_orn17 img,
  .short_orn18 img,
  .short_orn19 img,
  .short_orn20 img,
  .short_orn21 img,
  .short_orn22 img,
  .short_orn23 img,
  .short_orn24 img,
  .short_orn25 img,
  .short_orn26 img,
  .short_orn27 img,
  .short_orn28 img,
  .short_orn29 img,
  .short_orn30 img {
    transform: scale(0.7);
  }

  .short_orn1 img,
  .short_orn3 img,
  .short_orn6 img,
  .short_orn8 img,
  .short_orn10 img,
  .short_orn12 img,
  .short_orn14 img,
  .short_orn16 img,
  .short_orn18 img,
  .short_orn21 img,
  .short_orn23 img,
  .short_orn25 img,
  .short_orn27 img,
  .short_orn29 img {
    transform-origin: left center;
  }

  .short_orn2 img,
  .short_orn4 img,
  .short_orn5 img,
  .short_orn7 img,
  .short_orn9 img,
  .short_orn11 img,
  .short_orn13 img,
  .short_orn15 img,
  .short_orn17 img,
  .short_orn19 img,
  .short_orn20 img,
  .short_orn22 img,
  .short_orn24 img,
  .short_orn26 img,
  .short_orn28 img,
  .short_orn30 img {
    transform-origin: right center;
  }
}

  /* ===================== */
  /* ===== MEDIUM ===== */
  /* ===================== */
  
@media screen and (max-width: 460px) {
  .medium_orn1 img,
  .medium_orn2 img,
  .medium_orn3 img,
  .medium_orn4 img,
  .medium_orn5 img,
  .medium_orn6 img,
  .medium_orn7 img,
  .medium_orn8 img,
  .medium_orn9 img,
  .medium_orn10 img,
  .medium_orn11 img,
  .medium_orn12 img,
  .medium_orn13 img,
  .medium_orn14 img,
  .medium_orn15 img,
  .medium_orn16 img,
  .medium_orn17 img,
  .medium_orn18 img,
  .medium_orn19 img,
  .medium_orn20 img,
  .medium_orn21 img,
  .medium_orn22 img,
  .medium_orn23 img,
  .medium_orn24 img,
  .medium_orn25 img,
  .medium_orn26 img,
  .medium_orn27 img,
  .medium_orn28 img,
  .medium_orn29 img,
  .medium_orn30 img,
  .medium_orn31 img,
  .medium_orn32 img,
  .medium_orn33 img,
  .medium_orn34 img,
  .medium_orn35 img,
  .medium_orn36 img,
  .medium_orn37 img,
  .medium_orn38 img,
  .medium_orn39 img,
  .medium_orn40 img,
  .medium_orn41 img,
  .medium_orn42 img,
  .medium_orn43 img,
  .medium_orn44 img,
  .medium_orn45 img,
  .medium_orn46 img,
  .medium_orn47 img,
  .medium_orn48 img,
  .medium_orn49 img,
  .medium_orn50 img,
  .medium_orn51 img,
  .medium_orn52 img,
  .medium_orn53 img,
  .medium_orn54 img {
    transform: scale(0.7);
  }

  .medium_orn1 img,
  .medium_orn3 img,
  .medium_orn5 img,
  .medium_orn7 img,
  .medium_orn9 img,
  .medium_orn13 img,
  .medium_orn15 img,
  .medium_orn18 img,
  .medium_orn20 img,
  .medium_orn22 img,
  .medium_orn24 img,
  .medium_orn25 img,
  .medium_orn26 img,
  .medium_orn28 img,
  .medium_orn30 img,
  .medium_orn32 img,
  .medium_orn33 img,
  .medium_orn35 img,
  .medium_orn38 img,
  .medium_orn39 img,
  .medium_orn41 img,
  .medium_orn43 img,
  .medium_orn45 img,
  .medium_orn47 img,
  .medium_orn49 img,
  .medium_orn50 img,
  .medium_orn52 img,
  .medium_orn54 img {
    transform-origin: left center;
  }

  .medium_orn2 img,
  .medium_orn4 img,
  .medium_orn6 img,
  .medium_orn8 img,
  .medium_orn10 img,
  .medium_orn11 img,
  .medium_orn12 img,
  .medium_orn14 img,
  .medium_orn16 img,
  .medium_orn17 img,
  .medium_orn19 img,
  .medium_orn21 img,
  .medium_orn23 img,
  .medium_orn27 img,
  .medium_orn29 img,
  .medium_orn31 img,
  .medium_orn34 img,
  .medium_orn36 img,
  .medium_orn37 img,
  .medium_orn40 img,
  .medium_orn42 img,
  .medium_orn44 img,
  .medium_orn46 img,
  .medium_orn48 img,
  .medium_orn51 img,
  .medium_orn53 img {
    transform-origin: right center;
  }
}

  /* ===================== */
  /* ===== LONG ===== */
  /* ===================== */
  
@media screen and (max-width: 460px) {
.long_orn1 {
left: -4%;		
	}	
.long_orn2 {
right: 2%;		
	}	
.long_orn3 {
left: 2%;		
	}	
.long_orn5 {
right: 2%;		
	}
.long_orn7 {
    left: 2%;
}

.long_orn8 {
    right: 2%;
}
.long_orn9 {
    left: 2%;
}
.long_orn10 {
    right:0;
}
.long_orn13 {
left: 2%;
}
.long_orn14 {
    right: 2%;
}
.long_orn16 {
    left: -4%;
}
.long_orn17 {
    right: 2%;
}
.long_orn18 {
    left: 3%;
}
.long_orn20 {
    right:2%;
}
.long_orn25 {
right: 0;
}
.long_orn28 {
left: 1%;
}
.long_orn31 {
left: -4%;
}
.long_orn35 {
right: 2%;
}
.long_orn36 {
right: 2%;

}
.long_orn37 {
left: 1%;
}
.long_orn39 {
left: 2%;
}
.long_orn40 {
right: 0;
}
.long_orn44 {
right: 2%;
}
.long_orn46 {
left: -4%;
}
.long_orn50 {
right: 1%;
}
.long_orn52 {
left: 1%;
}
.long_orn53 {
right: 2%;
}
.long_orn54 {
left: 2%;
}	
.long_orn55 {
right: 0;
}
  .long_orn1 img,
  .long_orn2 img,
  .long_orn3 img,
  .long_orn4 img,
  .long_orn5 img,
  .long_orn6 img,
  .long_orn7 img,
  .long_orn8 img,
  .long_orn9 img,
  .long_orn10 img,
  .long_orn11 img,
  .long_orn12 img,
  .long_orn13 img,
  .long_orn14 img,
  .long_orn15 img,
  .long_orn16 img,
  .long_orn17 img,
  .long_orn18 img,
  .long_orn19 img,
  .long_orn20 img,
  .long_orn21 img,
  .long_orn22 img,
  .long_orn23 img,
  .long_orn24 img,
  .long_orn25 img,
  .long_orn26 img,
  .long_orn27 img,
  .long_orn28 img,
  .long_orn29 img,
  .long_orn30 img,
  .long_orn31 img,
  .long_orn32 img,
  .long_orn33 img,
  .long_orn34 img,
  .long_orn35 img,
  .long_orn36 img,
  .long_orn37 img,
  .long_orn38 img,
  .long_orn39 img,
  .long_orn40 img,
  .long_orn41 img,
  .long_orn42 img,
  .long_orn43 img,
  .long_orn44 img,
  .long_orn45 img,
  .long_orn46 img,
  .long_orn47 img,
  .long_orn48 img,
  .long_orn49 img,
  .long_orn50 img,
  .long_orn51 img,
  .long_orn52 img,
  .long_orn53 img,
  .long_orn54 img,
  .long_orn55 img,
  .long_orn56 img,
  .long_orn57 img,
  .long_orn58 img,
  .long_orn59 img,
  .long_orn60 img {
    transform: scale(0.7);
  }

  .long_orn1 img,
  .long_orn3 img,
  .long_orn4 img,
  .long_orn7 img,
  .long_orn9 img,
  .long_orn11 img,
  .long_orn13 img,
  .long_orn16 img,
  .long_orn18 img,
  .long_orn19 img,
  .long_orn22 img,
  .long_orn24 img,
  .long_orn26 img,
  .long_orn28 img,
  .long_orn29 img,
  .long_orn31 img,
  .long_orn33 img,
  .long_orn34 img,
  .long_orn37 img,
  .long_orn39 img,
  .long_orn41 img,
  .long_orn43 img,
  .long_orn46 img,
  .long_orn48 img,
  .long_orn49 img,
  .long_orn52 img,
  .long_orn54 img,
  .long_orn56 img,
  .long_orn58 img,
  .long_orn59 img {
    transform-origin: left center;
  }

  .long_orn2 img,
  .long_orn5 img,
  .long_orn6 img,
  .long_orn8 img,
  .long_orn10 img,
  .long_orn12 img,
  .long_orn14 img,
  .long_orn15 img,
  .long_orn17 img,
  .long_orn20 img,
  .long_orn21 img,
  .long_orn23 img,
  .long_orn25 img,
  .long_orn27 img,
  .long_orn30 img,
  .long_orn32 img,
  .long_orn35 img,
  .long_orn36 img,
  .long_orn38 img,
  .long_orn40 img,
  .long_orn42 img,
  .long_orn44 img,
  .long_orn45 img,
  .long_orn47 img,
  .long_orn50 img,
  .long_orn51 img,
  .long_orn53 img,
  .long_orn55 img,
  .long_orn57 img,
  .long_orn60 img {
    transform-origin: right center;
  }
}
  /* ===================== */
  /* ===== BANGS ===== */
  /* ===================== */
 @media screen and (max-width: 460px) {
.bangs_orn9 {
left: 1%;
}	 
.bangs_orn10 {
right: 2%;
}
.bangs_orn11 {
left: 1%;
}
.bangs_orn15 {
left: 1%;
}
.bangs_orn18 {
left: 1%;
}
.bangs_orn23 {
right: 0;
}
.bangs_orn26 {
left: 1%;
}
.bangs_orn28 {
left: 2%;
}
.bangs_orn29 {
right: 0;
}
.bangs_orn32 {
left: 0;
}
.bangs_orn34 {
top: 79%;
right: 2%;
    z-index: 5;
}
bangs_orn35 {
left: 0;
}
.bangs_orn37 {
right: 2%;
}
.bangs_orn40 {
right: 0;
}
  .bangs_orn1 img,
  .bangs_orn2 img,
  .bangs_orn3 img,
  .bangs_orn4 img,
  .bangs_orn5 img,
  .bangs_orn6 img,
  .bangs_orn7 img,
  .bangs_orn8 img,
  .bangs_orn9 img,
  .bangs_orn10 img,
  .bangs_orn11 img,
  .bangs_orn12 img,
  .bangs_orn13 img,
  .bangs_orn14 img,
  .bangs_orn15 img,
  .bangs_orn16 img,
  .bangs_orn17 img,
  .bangs_orn18 img,
  .bangs_orn19 img,
  .bangs_orn20 img,
  .bangs_orn21 img,
  .bangs_orn22 img,
  .bangs_orn23 img,
  .bangs_orn24 img,
  .bangs_orn25 img,
  .bangs_orn26 img,
  .bangs_orn27 img,
  .bangs_orn28 img,
  .bangs_orn29 img,
  .bangs_orn30 img,
  .bangs_orn31 img,
  .bangs_orn32 img,
  .bangs_orn33 img,
  .bangs_orn34 img,
  .bangs_orn35 img,
  .bangs_orn36 img,
  .bangs_orn37 img,
  .bangs_orn38 img,
  .bangs_orn39 img,
  .bangs_orn40 img,
  .bangs_orn41 img,
  .bangs_orn42 img,
  .bangs_orn43 img {
    transform: scale(0.7);
  }

  .bangs_orn1 img,
  .bangs_orn4 img,
  .bangs_orn5 img,
  .bangs_orn7 img,
  .bangs_orn9 img,
  .bangs_orn11 img,
  .bangs_orn13 img,
  .bangs_orn15 img,
  .bangs_orn16 img,
  .bangs_orn17 img,
  .bangs_orn18 img,
  .bangs_orn21 img,
  .bangs_orn22 img,
  .bangs_orn24 img,
  .bangs_orn26 img,
  .bangs_orn28 img,
  .bangs_orn30 img,
  .bangs_orn32 img,
  .bangs_orn33 img,
  .bangs_orn34 img,
  .bangs_orn35 img,
  .bangs_orn38 img,
  .bangs_orn39 img,
  .bangs_orn41 img,
  .bangs_orn43 img {
    transform-origin: left center;
  }

  .bangs_orn2 img,
  .bangs_orn3 img,
  .bangs_orn6 img,
  .bangs_orn8 img,
  .bangs_orn10 img,
  .bangs_orn12 img,
  .bangs_orn14 img,
  .bangs_orn19 img,
  .bangs_orn20 img,
  .bangs_orn23 img,
  .bangs_orn25 img,
  .bangs_orn27 img,
  .bangs_orn29 img,
  .bangs_orn31 img,
  .bangs_orn36 img,
  .bangs_orn37 img,
  .bangs_orn40 img,
  .bangs_orn42 img {
    transform-origin: right center;
  }
}

	@media screen and (max-width: 500px) {
	
.container#hairstyle1 ul.arrangement li .details {
    width: 240px;
    margin: 0 auto;
    position: relative;
}
.container#hairstyle1 ul.arrangement li img {
    width: 100%;
    max-width: 240px;
    height: auto;
}
.container#hairstyle2 ul.arrangement li .details {
    width: 240px;
    margin: 0 auto;
    position: relative;
}
.container#hairstyle2 ul.arrangement li img {
    width: 100%;
    max-width: 240px;
    height: auto;
}
.container#hairstyle3 ul.arrangement li .details {
    width: 240px;
    margin: 0 auto;
    position: relative;
}
.container#hairstyle3 ul.arrangement li img {
    width: 100%;
    max-width: 240px;
    height: auto;
}
.container#hairstyle4 ul.arrangement li .details {
    width: 240px;
    margin: 0 auto;
    position: relative;
}
.container#hairstyle4 ul.arrangement li img {
    width: 100%;
    max-width: 240px;
    height: auto;
}
.container#hairstyle1 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
    line-height: 1.4em;
}
.container#hairstyle2 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
    line-height: 1.4em;
}
.container#hairstyle3 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
    line-height: 1.4em;
}
.container#hairstyle4 .txt {
    position: absolute;
    left: 5%;
    top: 75%;
    font-size: 16px;
    line-height: 1.4em;
}
}
@media screen and (max-width: 460px) {
.container#hairstyle4 .bangs .title .title_pic {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
}

.container#hairstyle4 .bangs .title .title_pic img {
  width: 220px;
  height: auto;
  margin: 15px auto 0;
}
}
  /* ===== ERROR ===== */

.container#error {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
	background: #f6c4da;
}

.container#error h1 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	
}

.container#error h1 {
	font-size: 20px;
    color: #000;
	text-align: center;
	
}

.container#error .page-content {
	font-size: 16px;
    color: #000;
}


/* tips illustration */
.illustration-modal {
position: static;
    inset: 0;
    /* display: none; */
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
	width: 100%;
}

.illustration-modal .modal-bg {
    position: absolute;
    inset: 0;
}

.illustration-modal .modal-content {
position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 400 / 742;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
	margin: 0 auto;

	
}


/*テキスト周り*/
.illustration-modal .modal-content .number {
position: absolute;
    left: 20px;
    top: -10px;
}
.illustration-modal .modal-content .number img {
  width: auto;
  height: 92px;
}
.illustration-modal .modal-content h2 {
  position: absolute;
  top: 20px;
}
.illustration-modal .modal-content h2 img {
    width: 201px;
    height: auto;

}
.illustration-modal .modal-content .hairstyle {
  position: absolute;
  top: 100px;
}
.illustration-modal .modal-content .hairstyle img {
    width: auto;
    height: 310px;
}

.illustration-modal .modal-content .product {
  position: absolute;
  top: 28vh;
  right: 6%;
  background: none;
}
.illustration-modal .modal-content .product img {
    width: auto;
    height: 166px;
}
/* test */


.illustration-modal .modal-content .txt_area {
    position: absolute;
    top: 66%;
    width: 92%;
    max-height: 185px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}

.illustration-modal .modal-content .txt_area::-webkit-scrollbar {
  width: 4px;
}

.illustration-modal .modal-content .txt_area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

.illustration-modal .modal-content .txt_area::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}
.illustration-modal .modal-content h3 {
 /*   position: absolute;
    bottom: 28%;*/
 font-size: 22px;
 line-height: 1.3em;
 font-weight: bold;
 margin-bottom: 5px;
}


.illustration-modal .modal-content .text {
/*    position: absolute;
    bottom: 11%;*/
    font-size: 16px;
    line-height: 2.2em;
	text-align: left
}
/*test */


.illustration-modal .modal-content .counter {
    position: absolute;
    bottom: 37%;
    color: #fff;
    font-size: 23px;
    left: 4%;
}



.illustration-modal .modal-content .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px; /* 下線と文字の間隔 */
  width: 98%;
}

.illustration-modal .modal-content .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px; /* 下線の高さ */
  background: url("../img/underline_w.png") repeat-x; /* 画像を横に繰り返す */
  background-size: auto 100%; /* 下線の高さに合わせる */
}

.illustration-modal .modal-content .share {
  position: absolute;
  bottom: 3%;
}
.illustration-modal .modal-content .share img {
    width: 158px;
    height: auto;
}





@media (max-width: 430px) {
.illustration-modal .modal-content h3 {
    position: absolute;
    bottom: 28%;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
}
.illustration-modal .modal-content .text {
        position: absolute;
        bottom: 11%;
        font-size: 14px;
        line-height: 2em;
}
.illustration-modal#illustration-modal-1 .modal-content h2 img {
    width: 160px;
    height: auto;
}
.illustration-modal#illustration-modal-2 .modal-content h2 img {
    width: 161px;
    height: auto;
}
.illustration-modal#illustration-modal-3 .modal-content h2 img {
    width: 149px;
    height: auto;
}
.illustration-modal#illustration-modal-4 .modal-content h2 img {
    width: 152px;
    height: auto;
}
.illustration-modal#illustration-modal-5 .modal-content h2 img {
    width: 160px;
    height: auto;
}
.illustration-modal#illustration-modal-6 .modal-content h2 img {
    width: 156px;
    height: auto;
}
.illustration-modal#illustration-modal-7 .modal-content h2 img {
    width: 160px;
    height: auto;
}
.illustration-modal#illustration-modal-8 .modal-content h2 img {
    width: 163px;
    height: auto;
}
.illustration-modal#illustration-modal-9 .modal-content h2 img {
    width: 146px;
    height: auto;
}
.illustration-modal#illustration-modal-10 .modal-content h2 img {
    width: 116px;
    height: auto;
}
.illustration-modal .modal-content .number img {
    width: auto;
    height: 80px;
}
}