@charset "UTF-8";
@import url("reset.css");
@import url("slick.css");
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	width: 100%;
	height: 100%;
	background: #F2F2F2;
  scroll-behavior: smooth;	
}
body {
	color: #2f2a20;
	font-family: sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

a {
	margin: 0;
	padding: 0;
	/*font-size:100%;*/
	vertical-align: baseline;
	background: transparent;
	color: #2f2a20;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	opacity: 70%;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 100%;
}
*{
    margin: 0;
    padding: 0;
}
*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.overflow__hidden {
	overflow: hidden;
}

/* --------------------------
 			ヘッダー
 ----------------------------*/
 header {
 	position: fixed;
 	top: 0;
 	max-width: 768px;
	width: 100%;
	padding: 10px 0;
	border-image: linear-gradient(#F2F2F2,#F2F2F2) fill 0//0 100vw 0 100vw;
	z-index: 999;
 }
.header {
	position: relative;
}
h1 {
	max-width: 150px;
	width: 30%;
	margin-left: 2%;
}
.header-nav ul {
	text-align: center;
}
.header-nav li {
	margin-bottom: 24px;
}
.header-nav li a {
	color: #fff;
}
/* --------------------------
 		ハンバーガーメニュー
 ----------------------------*/
.header-nav {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to right, #6FBDCB, #D6ABC5);
	transform: translateX(150%);
	transition: all 0.6s;
}
.header-nav.active {
	display: flex;
	justify-content: center;
    align-items: center;
    margin: 0 auto;
    transform: translateX(0%);
}
/* メニューボタン */
.header-btn {
	position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #2f2a20;
    border: none;
    background: transparent;
    z-index: 1000;
}
.header-btn span {
	display: block;
	position: absolute;
	width: 33px;
	right: 15px;
	font-size: 10px;
	transition: 0.3s ease-in-out;
}
.header-btn .line {
	height: 1px;
	background: #2f2a20;
}
.header-btn span:nth-child(1) {
	top: 20px;
}
.header-btn span:nth-child(2) {
	top: 28px;
}
.header-btn span:nth-child(3) {
	top: 36px;
}
/* メニューが開いているときのボタン */
.header-btn.active span:nth-child(1) {
	top: 28px;
	transform: rotate(-45deg);
}
.header-btn.active span:nth-child(2) {
	transform: rotate(45deg);
}
.header-btn.active span:nth-child(3) {
	top: 46px;
}

/* --------------------------
 			web予約
 ----------------------------*/
.web-reservation {
	padding: 10% 0;
	border-image: linear-gradient(#FDFFEB,#FDFFEB) fill 0//0 100vw 0 100vw;
}
.web-reservation p {
	max-width: 580px;
	width: 70%;
	margin: 0 auto;
}

/* --------------------------
 			リンク
 ----------------------------*/
.go-link {
	display: flex;
}
.go-link li {
	flex: 1;
}

/* --------------------------
 			10大特典
 ----------------------------*/
.benefits-about {
	border-image: linear-gradient(#FFF,#FFF) fill 0//0 100vw 0 100vw;
}
/* --------------------------
 		　Plan List
 ----------------------------*/
.plan{
	padding-bottom: 10%;
}
.plan-list {
	margin-top: 5%;
}
.plan-list:hover {
	opacity: 0.7;
}
/* --------------------------
 		　ピンク背景
 ----------------------------*/
.pink {
	border-image: linear-gradient(#FFE9EE,#FFE9EE) fill 0//0 100vw 0 100vw;
}

.fullset {
  padding: 40px 10px;
}
.fullse-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px
}
.fullse-list li {
  font-size: min(4vw,2rem);
  background: #fff;
  border-radius: 50px;
  padding: 8px 15px;
  letter-spacing: 2px
}
.fullset h3 {
  width: min(calc(378/750*100%),378px);
  margin: 30px auto 0;
}
/* --------------------------
 		　振袖スライド
 ----------------------------*/
.slider li {
	margin: 0 5px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 5% auto;
}
.slick-dots li {
	cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
}
.slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.model-collection .slick-dots li:hover,
.model-collection .slick-dots li.slick-active {
    background: #C476BF;
}
.new-collection .slick-dots li:hover,
.new-collection .slick-dots li.slick-active {
    background: #7BC476;
}
.luxury-collection .slick-dots li:hover,
.luxury-collection .slick-dots li.slick-active {
    background: #76A2C4;
}
/* --------------------------
 	　振袖選び・ご成約の流れ
 ----------------------------*/
.step {
	position: relative;
	width: 100vw;
	inset-inline: 50%;
	margin-inline: -50vw;
	padding-inline: calc((100vw - 100%) / 2);
	background: url("../img/background-snow.jpg") no-repeat;
	background-size: cover;
}
/* --------------------------
 			アクセス
 ----------------------------*/
.access {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.access-event {
	margin-bottom: 2%;
}
.instagram {
	width: 40%;
	margin: 5% auto 0;
}
.catalog-visit {
    padding: 5% 0;
	display: flex;
	justify-content: space-evenly;
}
.catalog-visit li {
	width: 40%;
}
.copyright {
	margin-top: 5%;
	padding-bottom: 2%;
	font-size: 14px;
	text-align: center;
}
footer {
	position: fixed;
	bottom: 0;
}
footer ul {
	display: flex;
	justify-content: space-evenly;
}

/* --------------------------
 　サイド固定 / 下部表示・非表示
 ----------------------------*/
/* pcカタログ請求・来店予約 */
@media (min-width: 769px) {
	.catalog-visit-pc {
		position: fixed;
		top: 0;
	    right: 0;
	    width: 60px;
	}
	footer {
		display: none;
	}
}
/* spカタログ請求・来店予約 */
@media (max-width: 768px) {
	.catalog-visit-pc {
		display: none;
	}
	.catalog-visit {
		display: none;
	}
}


.page-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 2%;
  bottom: 70px;
  width: 60px;
  height: 60px;
  font-size: 14px;
  padding-top: 6px;
  font-weight: bold;
  color: #fff;
  background: #DF738B;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  letter-spacing: 1px;
}

.page-top.is-active {
  opacity: 1;
  visibility: visible;
}



/*5style モーダル */
.style-modal {
  width: 100%;
  margin-bottom: 10%;
}
.style-modal h3 {
  width: 100%;
}
.style-modal .style-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.style-modal .style-list li {
  width: calc(100%/3);
}


/*=========
project - modal-org
=========*/
  
.a-modal-org {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 190002;
}
.a-modal-org__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: 90vw;
}
@media print, screen and (min-width: 737px) {
    .a-modal-org__inner {
        width: fit-content;
        
    }
}
@media screen and (max-width: 736px) {
    .a-modal-org__inner {
        width: 85vw;
    }
}
.a-modal-org__inner2 {
    position: relative;
    width: 100%;
}
.a-modal-org__inner3 {
    background-color: #ffffff;
    width: fit-content;
    max-width: 100%;
}
@media print, screen and (min-width: 769px) {
    .a-modal-org__inner3 {
        max-height: 100vh;
        border-radius: 12px;
        border: 1.5rem solid #fff;
    }
}
@media print, screen and (max-width: 768px) {
    .a-modal-org__inner3 {
        max-height: 100vh;
        border-radius: 6px;
        border: 1.125rem solid #fff;
    }
}
.a-modal-org__body {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.a-modal-org__scroll.is-scroll {
    overflow-y: scroll;
}
@media print, screen and (min-width: 769px) {
    .a-modal-org__scroll.is-scroll {
        padding-right: 0.5rem;
    }
}
.a-modal-org__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.a-modal-org__btn {
    box-sizing: border-box;
    background-color: #333333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.a-modal-org__btn-inner {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    position: relative;
}
.a-modal-org__btn-inner::before, .a-modal-org__btn-inner::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.a-modal-org__btn-inner::before {
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}
.a-modal-org__btn-inner::after {
    border-left: 2px solid #ffffff;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 9px;
    transform: rotate(45deg);
}
  
/*=========
utility - display-off
=========*/
  
.a-display-off {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}
  
/*=========
layout - a-modal-org-overlay
=========*/
  
.a-modal-org-overlay {
    display: none;
    z-index: 190001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

/* slickが高さを拾えるようにする */
.style-slick { margin: 0; padding: 0; list-style: none; opacity: 0; } /* 初期は非表示でチラつき防止 */
.style-slick .slick-slide { height: auto; }
.style-slick img { width: 100%; height: auto; display: block; }

/* モーダル内がflexなので、子にmin-width:0がないと横計算が崩れるケース対策 */
.a-modal-org__inner { min-width: 0; }
.a-modal-org__inner2 { min-width: 0; }
.a-modal-org__inner3 { min-width: 0; }

/* slickの中身を横方向で潰さない保険（必要な時だけ） */
/* .slick-track { display: flex; align-items: stretch; } */



/* ドットの間隔や位置を少し調整（必要なら） */
.style-slick .slick-dots {
  bottom: 10px;
}
.style-slick .slick-dots li button:before {
  font-size: 10px;
  opacity: .35;
}
.style-slick .slick-dots li.slick-active button:before {
  opacity: .9;
}

/* スライダ全体を親の高さで満たす */
.style-slick,
.style-slick .slick-list,
.style-slick .slick-track,
.style-slick .slick-slide {
  height: 100%;
}

/* 画像は縦横比を保って内側に収める（拡大はしない） */
.style-slick img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;  /* ★ これが肝 */
  margin: 0 auto;
}

/* （縦スクロール抑止で使う場合） */
.a-modal-org__scroll { overflow: hidden; }

/* 閉じるボタンを最前面＆クリック可能に */
.a-modal-org__close {
  z-index: 190003;         /* モーダル(190002)より上 */
  pointer-events: auto;
}
.a-modal-org__btn {
  pointer-events: auto;
}
.style-slick {
  position: relative;
}


/* ボタン全体を中央配置に */
.style-slick .slick-prev,
.style-slick .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200000;
  background: none;   /* slick デフォルト背景消す */
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  opacity: .6;
}

/* デフォルトの矢印アイコンを消す */
.style-slick .slick-prev:before,
.style-slick .slick-next:before {
  content: none;
}

/* 左右の位置調整（スライダーの外 or 内に寄せたい場合） */
.style-slick .slick-prev { left: 0px; }  /* 外に出すなら -値 */
.style-slick .slick-next { right: 0px; }



.video_wrapper {
  width: min(90%,300px);
  margin: 2em auto;
}
video {
  width: 100%;
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

    .gacha-wrap {
      font-family: 'Montserrat', sans-serif;
      color: #f0e6d2;
      padding: 40px 20px;
      background: linear-gradient(135deg, #1e1e2f, #3a3a55);
      border-radius: 20px;
      display: inline-block;
      text-align: center;
      margin: 2em auto;
      max-width: 94%;
    }

    .gacha-wrap h1 {
      font-size: 2rem;
      margin-bottom: 20px;
      text-shadow: 0 0 8px #f0c95d;
      letter-spacing: 0.05em;
      text-align: center;
      line-height: 1.35;
      white-space: nowrap;
    }

    .gacha-wrap h2 {
      font-size: 1.2rem;
      font-weight: normal;
      margin-bottom: 10px;
      line-height: 1.35;
    }

    .gacha-wrap p {
      font-size: 0.95rem;
      margin-bottom: 25px;
    }

    #gacha-button {
      background: linear-gradient(145deg, #b4975a, #7e6a2e);
      border: none;
      border-radius: 50px;
      padding: 14px 40px;
      font-size: 1.2rem;
      color: #fff;
      cursor: pointer;
      box-shadow:
        0 8px 15px rgba(181,151,90,0.5),
        inset 0 -3px 6px rgba(255,255,255,0.2);
      transition: background 0.3s ease, box-shadow 0.3s ease;
    }

    #gacha-button:hover:not(:disabled) {
      background: linear-gradient(145deg, #f7d77e, #ad923f);
      box-shadow:
        0 12px 25px rgba(247,215,126,0.8),
        inset 0 -3px 8px rgba(255,255,255,0.35);
    }

    #gacha-button:disabled {
      background: #5a512f;
      cursor: not-allowed;
      box-shadow: none;
    }

    #result {
      margin-top: 30px;
      width: 300px;
      height: 120px;
      background: radial-gradient(circle at center, #322f1f, #1b1a0e);
      border-radius: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow:
        0 0 25px 4px rgba(181,151,90,0.8),
        inset 0 0 30px 4px rgba(247,215,126,0.7);
      font-weight: 900;
      font-size: 1.3rem;
      text-align: center;
      color: #f8e9b9;
      perspective: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    .capsule {
      width: 260px;
      line-height: 1.4;
      animation: spinBounce 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards;
      text-shadow:
        0 0 10px #f8e9b9,
        0 0 20px #f8e9b9,
        0 0 30px #f0c95d,
        0 0 40px #d4af37;
      letter-spacing: 0.05em;
    }

    @keyframes spinBounce {
      0% {
        transform: rotateY(0deg) translateY(-30px) scale(1.1);
        opacity: 0;
        filter: drop-shadow(0 0 6px #b4975a);
      }
      50% {
        transform: rotateY(360deg) translateY(10px) scale(0.95);
        opacity: 1;
        filter: drop-shadow(0 0 12px #f0c95d);
      }
      100% {
        transform: rotateY(720deg) translateY(0) scale(1);
        opacity: 1;
        filter: drop-shadow(0 0 10px #d4af37);
      }
    }