@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	background-color: #ffe5f2;
}
img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
a{
	color: #e60012;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

p{
	line-height: 160%;
	color: #686868;
}

li {
	color: #686868;
}

.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }


@media screen and (max-width: 900px) {
  .mtop25 { margin-top: 4%; }
  .mtop30 { margin-top: 5%; }
  .mtop40 { margin-top: 6%; }
  .mtop50 { margin-top: 7%; }
  .mtop60 { margin-top: 10%; }
  .mtop70 { margin-top: 12%; }  
  .mtop100 { margin-top: 15%; }


  .mbtm15 { margin-bottom: 10px; }
  
  .mbtm25 { margin-bottom: 4%; }
  .mbtm30 { margin-bottom: 5%; }
  .mbtm40 { margin-bottom: 6%; }
  .mbtm50 { margin-bottom: 7%; }
  .mbtm60 { margin-bottom: 10%; }
  .mbtm70 { margin-bottom: 12%; }
  .mbtm100 { margin-bottom: 15%; }
  

}



/*----------------------------------------
	フォント
----------------------------------------*/
.f10 { font-size: 10px; line-height: 140%;}
.f11 { font-size: 11px; line-height: 140%;}
.f12 { font-size: 12px; line-height: 160%;}
.f13 { font-size: 13px; line-height: 160%;}
.f14 { font-size: 14px; line-height: 160%;}
.f15 { font-size: 15px; line-height: 160%;}
.f16 { font-size: 16px; line-height: 160%;}
.f18 { font-size: 18px; line-height: 160%;}
.f20 { font-size: 20px; line-height: 160%;}
.f24 { font-size: 24px; line-height: 160%;}

.f30 { font-size: 30px; line-height: 140%;}


@media screen and (max-width: 900px) {
  .f18 { font-size: 17px; line-height: 160%;}
  .f30 { font-size: 26px; line-height: 140%;}
}

@media screen and (max-width: 750px) {
  .f13 { font-size: 11px; line-height: 160%;}
  .f14 { font-size: 12px; line-height: 160%;}
  .f15 { font-size: 13px; line-height: 160%;}
  .f16 { font-size: 14px; line-height: 160%;}
  .f18 { font-size: 16px; line-height: 160%;}
  .f20 { font-size: 18px; line-height: 160%;}
  .f24 { font-size: 20px; line-height: 160%;}
  
  
  .f30 { font-size: 24px; line-height: 140%;}  
	p {
		font-size: 15px;
	}
}


@media screen and (max-width: 480px) {
  .f30 { font-size: 22px; line-height: 140%;}  
	p {
		font-size: 14px;
	}
}




/*---------------------------
ファーストビュー
-----------------------------*/

header {
	position: relative;
}

.sp {
	display: none;
}

.sp-br {
	display: none;
}

.sp__fv-wrap {
	display: none;
}

.fv-wrap,
.section-wrap{
	width: 100%;
	position: relative;
}

.fv-bg,
.section-bg{
	width: 100%;
}

.fv-bg img {
	width: 100%;
}

.fv-inner,
.section-inner{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.main-ttl {
	position: absolute;
	left: 15%;
	top: 28%;
	z-index: 3;
}

.main-ttl h1 {
	animation: fadeInUp;
	animation-duration: 1s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.limited {
	position: absolute;
	width: 18%;
	left: 10%;
	top: 14%;
	z-index: 2;
	animation: fadeIn;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.scrollBox {
	position: absolute;
	margin: auto;
	bottom: -140px;
	right: 0;
	left: 0;
	z-index: 9999;
}

.scroll {
	position: relative;
	z-index: 9999;
	color: #f99fa7;
	padding-top: 70px;
	font-size: 20px;
	text-align: center;
}

.scroll::before {
	animation: scroll 2s infinite;
	border: solid #f99fa7;
	border-width: 0 0 1px 1px;
	content: "";
	display: inline-block;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	transform: rotate(-45deg);
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 9999;
}

.scroll a {
	color: #fff;
	text-decoration: none!important;
}

.sp-bar {
	display: none;
}

@keyframes scroll {
	0% {
		transform: rotate(-45deg) translate(-20px, 20px);
	}
	80% {
		transform: rotate(-45deg) translate(-30px, 30px);
	}
	0%, 80%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}


@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}





@media screen and (max-width: 1750px) {
	.limited {
		top: 12.5%;
		left: 6%;
	}
	
	.main-ttl {
		left: 12%;
		top: 30%;
	}
}


@media screen and (max-width: 1500px) {
	.limited {
		top: 13%;
		left: 6%;
		width: 14%;
	}
	
	.main-ttl {
		left: 12%;
		top: 30%;
		width: 45%;
	}
	
	.scrollBox {
		position: absolute;
		margin: auto;
		bottom: -35%;
		right: 0;
		left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.scrollBox {
		position: absolute;
		margin: auto;
		bottom: -32%;
		right: 0;
		left: 0;
	}
	
	.scroll {
		font-size: 17px;
	}
}

@media screen and (max-width: 600px) {
	.scrollBox {
		position: absolute;
		margin: auto;
		bottom: -36%;
		right: 0;
		left: 0;
	}
	
	.scroll {
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	.pc {
		display: none!important;
	}
	
	.sp {
		display: block;
	}
	
	.sp-br {
		display: block;
	}
	
	.fv-wrap {
		display: none;
	}
	
	.sp__fv-wrap .sp__fv-inner {
		position: absolute;
		bottom: 14.5%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.sp__fv-wrap {
		display: block;
		position: relative;
		width: 100vw;
		overflow: hidden;
	}
	
	.sp__main-ttl {
		width: 90vw;
		margin: 0 auto;
		animation: fadeInUp;
		animation-duration: 1s;
		animation-delay: .3s;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.sp__limited {
		position: absolute;
		bottom: 88%;
		right: 4%;
		width: 28%;
		transform: rotate(25deg);
		animation: fadeIn;
		animation-duration: 1s;
		animation-delay: 1s;
		animation-fill-mode: forwards;
		opacity: 0;
		overflow: hidden;
	}
	
	.sp-bar {
		display: block;
		position: absolute;
		bottom: -25px;
		z-index: 9998;
	}
	
	.scrollBox {
		position: absolute;
		margin: auto;
		bottom: 9%;
		right: 0;
		left: 0;
		z-index: 9999;
	}
}




/*-------------------------
about 
--------------------------*/

.btn.pc{
	display:flex;
	justify-content:center;
	gap:16px;
}

.btn span {
	font-size: 14px;
}

.btn a {
	font-weight: bold;
}

.about-txt {
	position: absolute;
	left: 48%;
	top: 22%;
	width: 45%;
	z-index: 3;
	text-align: center;
}

.about-txt p {
	color: #F99FA7;
	font-size: 20px;
	line-height: 250%;
}

.gradient2{
    display: block;
    color:#fff;
    padding:27px 30px;
    font-size: 24px;
    letter-spacing: 1px;
    border-radius:10px;
    background: linear-gradient(320deg, #fdb9f2 55%, #F28FA6 85%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
	text-align: center;
	margin-top: 20px;
	/* ＞マーク用 */
	position: relative;
	padding-right: 48px;
	width: 320px;
}

.gradient2 span{
	font-size: 18px;
    letter-spacing: 2px;
}

/* 矢印（線） */
.gradient2::after{
	content:"";
	position:absolute;
	top:55%;
	right:24px;
	width:10px;
	height:10px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform: translateY(-50%) rotate(-45deg);
	transition: transform 0.3s ease;
}

/* hoverで右へスッ */
.gradient2:hover::after{
	transform: translate(6px, -50%) rotate(-45deg);
}


/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient2:hover {
    color: #fff;
    background-position: 20% 50%;
}




.about .btn a {
	position: relative;
}

.flower1 {
	position: absolute;
	width: 24%;
	top: -10%;
	left: -10%;
	opacity: 0
}

.flower2 {
	position: absolute;
	top: -34%;
	right: -6%;
	width: 16%;
	opacity: 0;
}

.btn a:hover .flower2 {
	animation: spin;
	animation-duration: .5s;
	animation-delay: .0s;
	animation-fill-mode: forwards;
}

.btn a:hover .flower1 {
	animation: spin;
	animation-duration: .5s;
	animation-delay: .05s;
	animation-fill-mode: forwards;
}


@keyframes spin {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}





@media screen and (max-width: 1500px) {
	.about-txt {
		position: absolute;
		left: 48%;
		top: 22%;
		width: 45%;
		z-index: 3;
		text-align: center;
	}
	
	.about-txt p {
		color: #F99FA7;
		font-size: 19px;
		line-height: 240%;
	}
	
}

@media screen and (max-width: 1350px) {
	

	.btn.pc{
		flex-direction: column;
		align-items: center;
		gap:0;
	}

	.gradient2{
		max-width: 450px;
	}

}

@media screen and (max-width: 1250px) {
	
	
	.about-txt {
		position: absolute;
		left: 48%;
		top: 18%;
		width: 45%;
		z-index: 3;
		text-align: center;
	}
	
	.about-txt p {
		color: #F99FA7;
		font-size: 18px;
		line-height: 230%;
	}

}

@media screen and (max-width: 1100px) {

	
	
	.about-txt {
		position: absolute;
		left: 48%;
		top: 17%;
		width: 45%;
		z-index: 3;
		text-align: center;
	}
	
	.about-txt p {
		color: #F99FA7;
		font-size: 16px;
		line-height: 200%;
	}
	

	.mtop20 {
		margin-top: 3.5%;
	}
	.mtop50 {
		margin-top: 6%;
	}
}

@media screen and (max-width: 890px) {
	.about-txt {
		top: 12%;
	}
	
	.about-txt p {
		font-size: 15px;
		line-height: 200%;
	}
}

@media screen and (max-width: 770px) {
	
	.pc {
		display: none;
	}

	.btn.pc{
		display: none;
	}

	
	.sp {
		display: block;
	}

	.btn.sp{
        margin:0 20px;
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
	}
	
	.about {
		background: #fff;
		padding: 50px 0 60px;
		position: relative;
	}
	
	.section-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap-reverse;
	}
	
	.sp__about-img {
		width: 100%;
		text-align: center;
	}

	#about .sp__about-img img.sp{
		width: 90%;
		margin: 10px auto;
	}

	.sp__about-txt {
		width: 90%;
		margin: 0 auto;
	}
	
	.about .section-inner {
		position: static;
	}
	
	.about-txt {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	
	.about-txt p {
		font-size: 18px;
	}
	
	
	.about > .sp-bar {
		position: absolute;
		bottom: -45px;
	}
}

@media screen and (max-width: 580px) {

	.btn.sp{
        display: flex;
        gap: 10px;
		flex-direction: column;
		margin: 0 20px;
	}
}

@media screen and (max-width: 480px) {

	.btn.sp{
        gap: 0px;
        margin: 0px;
	}
    
    .gradient2{
        max-width: 300px;
    }
	
	.about {
		background: #fff;
		padding: 50px 0 60px;
		position: relative;
	}

	
	.about > .sp-bar {
		bottom: -15px;
	}
	
	.section-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap-reverse;
	}
	
	.sp__about-img {
		width: 100%;
		text-align: center;
	}
	.sp__about-txt {
		width: 90%;
		margin: 0 auto;
	}
	
	.about .section-inner {
		position: static;
	}
	
	.about-txt {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	
	.about-txt p {
		font-size: 15px;
	}
	
	.gradient2{
		margin-top: 20px;
		padding: 20px 20px;
	}
	
	.flower1,
	.flower2 {
		opacity: 1;
	}
}




/*--------------------------------
detail 
---------------------------------*/

.detail,
.sample{
	background: #ffe5f2;
}

.inner {
	padding: 100px 0 120px;
}

.section-title {
	text-align: center;
	position: relative;
	width: 90%;
	margin: 0 auto;
/*
	background: url("img/3detail/title_line.png"), url("img/3detail/title_line.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
*/
}

.section-title img {
	max-width: 602px;
	width: 40%;
}

.section-title::before {
	content: "";
	display: inline-block;
	height: 80px;
	max-width: 400px;
	width: 25%;
	background-image: url("img/3detail/title_line.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 20%;
}

.section-title::after {
	content: "";
	display: inline-block;
	height: 80px;
	max-width: 400px;
	width: 25%;
	background-image: url("img/3detail/title_line.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 20%;
}


.inner-content {
	max-width: 1080px;
	width: 90vw;
	margin: 60px auto 0;
}

.detail-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail-item {
	width: 47%;
}

.detail-item p {
	margin-top: 15px;
	line-height: 180%;
	text-align: center;
	font-size: 17px;
}



@media screen and (max-width: 770px) {
	.inner {
		padding: 50px 0 60px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 0;
	}
	
	.section-title {
		padding-top: 65px;
	}
	
	.section-title img {
		width: 70%;
	}
	
	.section-title::before {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 55px;
		background-position: center center;
	}

	.section-title::after {
		content: none;
	}
	
	.detail-item {
		width: 48%
	}
	
	.detail-item p {
		font-size: 14px;
		text-align: left;
		padding-left: 10px;
	}
}

@media screen and (max-width: 580px) {
	
	.detail-item {
		width: 100%
	}
	
	.detail-item:nth-child(2) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	
	.inner {
		padding: 30px 0 0px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 25px;
	}
	
	.section-title {
		padding-top: 65px;
	}
	
	.section-title img {
		width: 95%;
	}
	
	.section-title::before {
		content: "";
		top: 0;
		height: 55px;
		width: 100%;
		background-position: center;
	}

	.section-title::after {
		content: none;
	}
	
	.detail-item {
		width: 100%
	}
	
	.detail-item p {
		font-size: 14px;
		text-align: left;
		padding-left: 15px;
	}
	
	.detail-item:nth-child(2) {
		margin-top: 30px;
	}
}




/*--------------------------------
detail 
---------------------------------*/

.spec-block{
	box-sizing:border-box;
  }
  .spec-block__inner{
	width:min(100%, 1100px);
	margin:0 auto;
	padding:24px 16px;
	box-sizing:border-box;
  }

  .spec-block__grid{
	display: flex;
	align-items: center;
	gap:24px;
  }

  .spec-block__left{
	margin:0;
  }
  .spec-block__left-img{
	display:block;
	width:100%;
	height:auto;
  }


  .spec-block__right{
	display: flex;
	flex-direction: column;
	gap:20px;
  }
  .spec-block__top{
	margin:0;
  }

  .spec-block__top-img{
	display:block;
	width:100%;
	height:auto;
  }


  .spec-block__text{
	font-size: 18px;
	text-align: center;
	line-height:1.8;
	color: #F28FA6;
  }


  .spec-block__dotted{
	margin: 30px 0;
	width:100%;
	height:0;
	border-top:2px dashed #F28FA6;
  }

  .spec-block__note{
	display:flex;
	align-items:center;
	gap:10px;
  }
  
  .spec-block__note-icon{
	width:40px;
	height:40px;
	object-fit:contain;
	flex-shrink:0;
  }
  
  .spec-block__note-text{
	margin:0;
	font-size:16px;
	line-height:1.8;
  }
  
  
  @media (max-width: 767px){
	.spec-block__inner{
	  padding:20px 12px;
	}
	.spec-block__dotted{
	  margin:18px 0;
	}
  }
  


.sample .inner {
	padding-top: 0;
}

.sample .inner-content {
	max-width: 1300px;
}

.sample-item {
    background: linear-gradient(to right,#fdb9f2 55%, #F28FA6 100%);
	border-radius: 30px;
	padding: 0.4rem;
	position: relative;
}


.sample-num {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9999;
}

.gradation-box-inner {
	background: #FFF;
	padding: 0 1.6rem 1.6rem;
	border-radius: 25px;
}

.sample-item-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



.sample-design-cation ul {
	width: 80%;
	margin: 0 auto;
}

.sample-design-cation li {
	line-height: 160%;
}




@media screen and (max-width: 1350px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 1230px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 1150px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 820px) {
	.gradation-box-inner {
		background: #FFF;
		padding: 0 1.6rem 1.6rem;
		border-radius: 25px;
		height: auto;
	}
	
	.gradation-box-inner .pc {
		/* display: none; */
	}

	
	.sp-link {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.sample-item-right {
		padding-right: 20px;
	}
	
	.detail .inner-content {
		width: 90vw;
		margin-top: 0;
	}

	.sample-design-cation li {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {

	
	.gradation-box-inner {
		background: #FFF;
		padding: 10px;
		border-radius: 26px;
		/* height: 800px; */
	}
	
}

@media screen and (max-width: 414px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 390px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 375px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 360px) {
	.gradation-box-inner {
		height: auto;
	}
}



/*矢印の設定*/

.slick-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  left: -2.6%;
  background: #fa8991;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-top: -25px;
  z-index: 9;
}

.slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  right: -2.6%;
  background: #fa8991;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-top: -25px;
}

.slick-prev::after {
  position: absolute;
  content: "";    
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 15px;
  width: 15px;
  transform: rotate(-135deg);
  top: 46%;
  margin-top: -10px;
  left: 23px;      
}

.slick-next::after {
  position: absolute;
  content: "";    
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  top: 46%;
  margin-top: -10px;
  right: 23px;    
} 

.slick-prev:hover ,
.slick-next:hover {
  opacity: 0.7;
}

.slide-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.slide-dots li {
    width:30px;
    height:30px;
	cursor: pointer!important;
	margin: 0 1.5%;
}

.slide-dots li button {
	border: none;
	outline: none;
	padding: 0 7px;
/*	width: 100%;*/
/*	height: 100%;*/
	color: #9b9c9c;
	cursor: pointer!important;
	background: #fdeff4;
	font-size: 30px;
}

.slide-dots li.slick-active button {
	color: #faa4aa;
	border-bottom: 6px double #faa4aa;
}

.sample-item-txt span {
	position: relative;
	padding: 8px 0;
	padding-right: 28px;
}

.sample-item-txt span::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 100%;
	background: url("img/4sample/sakura.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}



@media screen and (max-width: 940px) {
	.sample-num {
		width: 18%;
	}

	.sample-design-cation {
		margin-top: 24px;
	}
}

@media screen and (max-width: 770px) {
	
	.sample-design-cation ul {
		width: 95%;
	}

	.sample .inner-content {
		width: 90vw;
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	
	.sp-link {
		text-align: left;
	}
	
	.slick-prev {
		left: -2.6%;
		width: 40px;
		height: 40px;
		margin-top: -25px;
		z-index: 9;
	}

	.slick-next {
		right: -2.6%;
		width: 40px;
		height: 40px;
		margin-top: -25px;
	}

	.slick-prev::after {
		height: 13px;
		width: 13px;
		top: 46%;
		margin-top: -10px;
		left: 16px;      
	}

	.slick-next::after {
		height: 13px;
		width: 13px;
		transform: rotate(45deg);
		top: 46%;
		margin-top: -10px;
		right: 16px;    
	} 
	
	.sample-num {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 9999;
		width: 22%
	}
	
	.sample-item {
		padding: 0.2rem;
	}
	
	
	.sample-item-txt span {
		position: relative;
		padding: 8px 0;
		padding-right: 28px;
	}
	
	
	.slick-prev {
		left: -4%;
	}

	.slick-next {
		right: -4%;
	}
	
	
	.slide-dots li button {
		font-size: 22px;
	}
}


/*--------------------------------
simulator 
---------------------------------*/

.simulator {
	background: #faa4aa;
	text-align: center;
    padding: 120px 0;
}

.sim_box {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.sim_box_inner {
    background-color: #fff;
    padding: 7% 20% 7%;
    border-radius: 20px;
}
.sim_box_inner a {
	transition: all 0.2s ease;
}
.sim_box_inner a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 770px) {
	.simulator {
		padding: 10% 0;
	}
	.sim_box_inner {
		padding: 10% 10%;
	}
}



/*--------------------------------
order 
---------------------------------*/

.order-txt {
	position: absolute;
	left: 50%;
	top: 17%;
	width: 42%;
	z-index: 3;
	text-align: center;
}



@media screen and (max-width: 1500px) {
	.order-txt {
		top: 17%;
	}
}

@media screen and (max-width: 1250px) {
	
	.order-txt {
		top: 15%;
	}
}

@media screen and (max-width: 1100px) {
	
	.order-txt {
		top: 14%;
	}
}

@media screen and (max-width: 770px) {
	.order {
		padding-bottom: 0;
		position: relative;
	}
	
	.order-txt {
		position: absolute;
		width: 90%;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 14%;
		top: auto;
	}
	
	.order .section-wrap {
		flex-wrap: wrap;
	}
	
	.order .section-inner {
		position: static;
	}
	
	.gradient2 {
		margin-top: 20px;
		font-size: 20px;
	}
    
    .gradient2 span{
	font-size: 16px;
    letter-spacing: 2px;
    }


	
	.order > .sp-bar {
		position: absolute;
		bottom: -80px;
	}
	
}

@media screen and (max-width: 640px) {
	.order > .sp-bar {
		position: absolute;
		bottom: -60px;
	}
}



@media screen and (max-width: 480px) {
	
	.order {
		padding-bottom: 0;
		position: relative;
	}
	
	.order > .sp-bar {
		bottom: -30px;
	}
	
	.order-txt {
		position: absolute;
		width: 90%;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 14%;
		top: 50%;
	}
	
	.order .section-wrap {
		flex-wrap: wrap;
	}
	
	.order .section-inner {
		position: static;
	}
	
	.order .gradient1 {
		margin-top: 30px;
	}
}




/*--------------------------------
attention 
---------------------------------*/

/* .attention {
	background: url("img/6attention/attentionhaikei.png");
	background-size: cover;
	background-repeat: no-repeat;
} */

.attention .inner {
	padding-top: 32px;
}

.attention .inner-content {
	margin-top: 30px;
}

.attention-list li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 160%;
	margin-bottom: 18px;
}

.share-btn {
	margin: 6% auto 0;
	text-align: center;
	max-width: 200px;
}

.share-btn a:hover {
	opacity: 0.7;
}

.share-btn img {
	filter: drop-shadow(0 0 3px white) drop-shadow(0 0 10px white);
}

.attention .inner {
	padding-bottom: 24px;
}

@media screen and (max-width: 820px) {
	.attention-title {
		width: 40%;
	}
	
	.share-btn img {
		width: 80%;
	}
}

@media screen and (max-width: 770px) {
	
	.attention .inner {
		padding-top: 100px;
	}
	
	.attention-title {
		width: 50%;
	}

	.share-btn {
		margin-top: 15%;
	}
}

@media screen and (max-width: 480px) {
	
	.attention .inner {
		padding-top: 32px;
	}
	
	.attention {
		background: #fff;
	}
	
	.attention-title {
		width: 70%;
	}
	
	.attention-list {
		font-size: 14px;
	}
	
	.attention-list li {
		margin-bottom: 14px;
	}

	.share-btn {
		margin-top: 18%;
	}
	
	.share-btn img {
		width: 80%;
	}
}





/*--------------------------------
footer 
---------------------------------*/

footer {
	background: #faa4aa;
}

.footer-inner {
	padding: 60px 0;
}

.footer-logo {
	margin: 0 auto;
	max-width: 160px;
} 

.copyright {
	background: #ffd8db;
    color: #fa8991;
    text-align: center;
    border-top: 1px solid #ffd8db;
    padding: 10px;
    line-height: 160%;
}




/*--------------------------------
coming soon 
---------------------------------*/

.coming-soon {
	position: absolute;
	top: -25%;
	left: 0;
}





/*--------------------------------
予約
---------------------------------*/

.reserve-txt {
	line-height: 180%;
	margin-bottom: 30px;
}

.reserve-txt-container {
	width: 90%;
	margin: 48px 0 0;
}

/* .attention.reserve {
	background: #fff;
	background-image: url("img/reserve/ushiro1.png"), url("img/reserve/ushiro2.png");
	background-repeat: no-repeat;
	background-position: left, right;
} */

.attention.reserve {
	position: relative;
}

/* .attention.reserve::after {
	content: "";
	display: block;
	height: 100px;
	width: 100%;
	background: url("img/6attention/bar.png");
	position: absolute;
	bottom: -20px;
} */

.attention.reserve .inner {
	padding-bottom: 32px;
}


.bottom-content__wrapper {
	background: url('img/6attention/attentionhaikei.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 56px;
}



@media screen and (max-width: 770px) {
	.attention.reserve .attention-title {
		width: 70%;
	}
	
	.attention.reserve {
		background-position: center;
	}
	
	/* .attention.reserve {
		background: #fff;
		background-image: none, url("img/reserve/ushiro2.png");
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: left, bottom right;
	} */
	
	.reserve-txt-container {
		width: 90%;
		margin: 40px auto 0;
	}
	
	.reserve-txt {
		line-height: 180%;
		margin-bottom: 00px;
	}

	.bottom-content__wrapper {
		padding-bottom: 64px;
		background-position: bottom center;
	}
}





/*--------------------------------
コースター紹介
---------------------------------*/
.coaster {
	max-width: 650px;
	width: 95%;
	margin: 0 auto;
	border: 4px solid #FAA4AA;
	border-radius: 16px;
	padding: 32px 24px 24px;
	text-align: center;
	background: #fff;
}

.coaster-img {
	margin-top: 24px;
}

.coaster-btn {
	display: inline-block;
	color: #fff;
	background-color: #fa8991;
	text-decoration: none;
	border: 2px solid #fa8991;
	padding: 12px 16px 10px;
	margin-top: 12px;
}

.coaster-btn:hover {
	color: #fa8991;
	background: #fff;
	transition: 0.3s;
}

@media screen and (max-width: 770px) {
	.coaster {
		border: 2px solid #FAA4AA;
		padding: 16px 12px 16px;
		border-radius: 8px;
	}
	
	.coaster-btn {
		border: 1px solid #fa8991;
		font-size: 14px;
	}
}





/*--------------------------------
追加 2024
---------------------------------*/



/* tips */
.tips {
	position: relative;
	background: #fff;
	padding: 88px 0;
}

.tips-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1300px;
	width: 90vw;
	margin: 0 auto;
	margin-top: 32px;
}

.tips-img {
	width: 50%;
}

.tips-img img {
	width: 100%;
}

.tips-txt {
	width: 48%;
	margin-top: 4%;
}

.tips-content p {
	font-size: 20px;
}

.tips-content span {
	font-size: 15px;
}

/* .tips::before {
	content: "";
	display: block;
	height: 100px;
	width: 100%;
	background: url('./img/bar.png');
	position: absolute;	
	top: -10px;
} */


@media screen and (max-width: 770px) {

	.tips {
		padding: 40px 0;
	}

	.tips-content {
		margin-top: 0;
	}

	.tips-img {
		width: 100%;
	}

	.tips-txt {
		width: 100%;
		margin-top: 24px;
	}

	.tips-txt p {
		font-size: 14px;
	}
	
	.tips-txt span {
		font-size: 12px;
	}
}




/*--------------------------------
sample 追加分
---------------------------------*/

/* タブ切り替え用のCSS追加 */

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}


/* タブコンテナのスタイル - アクリルグッズの達人風 */
.tab-container {
display: flex;
justify-content: center;
width: min(95%, 1400px);
margin: min(6.7vw, 80px) auto min(4.2vw, 50px);
}

.tab-buttons {
display: flex;
position: relative;
background: transparent;
border: none;
overflow: visible;
width: 100%;
}

.tab-button {
color: #fff;
font-size: min(2.3vw, 36px);/*/1550*/
cursor: pointer;
font-weight: bold;
transition: all 0.3s ease;
position: relative;
width: 50%;
background: #fac8cc;
border-radius: 20px 20px 0 0; 
border: 5px solid #fac8cc;    
border-bottom: none;
padding: min(2vw, 20px);
}

.tab-button::after {
content: " ";
background: #faa4aa;
width: calc(100% + 10px);
height: 5px;
bottom: 0;
position: absolute;
display: block;
left: -5px;
margin: auto;
}


.tab-button.active {
background: transparent;
color: #fff;
background: #faa4aa;
border: 5px solid #faa4aa;
border-bottom: none;  
}

.tab-button.active::after {
content: " ";
background: none;
}


@media screen and (max-width: 768px) {
.tab-button {
font-size: min(3.4vw, 26px);
border-bottom: none;
padding: min(2.6vw, 20px);  
}

  
}




.sample {
	background: #ffe5f2;
	background-size: 64px 64px;
}


.sample .inner {
	padding-top: 0;
}

.sample .inner-content {
	max-width: 1300px;
}

.sample-item {
    background: linear-gradient(to right,#fac8cc 55%, #F28FA6 100%);
	border-radius: 30px;
	padding: 0.4rem;
	position: relative;
}

.sample-num {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9999;
}

.gradation-box-inner {
	background: #FFF;
	/* padding: 1.6rem; */
	border-radius: 25px;
	/* height: 870px; */
}

.sample-item-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}



.sample-item__title {
	border-top: 1px solid #df5f3c;
	border-bottom: 1px solid #df5f3c;
	color: #df5f3c;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 8px;
	text-align: center;
}



.mini-heading {
	font-size: 22px;
	font-weight: bold;
}



.size-list li {
	border: 2px solid #c2c2c2;
	color: #c2c2c2;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px;
	text-align: center;
	width: calc((100% - 30px)/4);
}

.sp-btn {
	display: none;
}



.sample-design-cation ul {
	width: 80%;
	margin: 0 auto;
}

.sample-design-cation li {
	line-height: 160%;
}



@media screen and (max-width: 820px) {

	
	.gradation-box-inner .pc {
		display: none;
	}
	
	.sp-link {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {


	.sample {
		background-size: 32px 32px;
		padding-top: 100px;
	}
	
	.detail .inner-content {
		width: 85vw;
		/* margin-top: 0; */
	}
}

@media screen and (max-width: 480px) {
	.sample {
		padding-top: 64px;
	}


	
	.gradation-box-inner {
		background: #FFF;
		/* padding: 1.6rem; */
		border-radius: 26px;
		/* height: 800px; */
	}
	
}


/*矢印の設定*/

.slick-prev {
	position: absolute;
	top: 50%;
	cursor: pointer;
	outline: none;
	left: -2.6%;
	background: #fac8cc;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	transform: translateY(-50%);
	margin-top: -20px;
	z-index: 9;
}

.slick-next {
	position: absolute;
	top: 50%;
	cursor: pointer;
	outline: none;
	right: -2.6%;
	background: #F28FA6;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	transform: translateY(-50%);
	margin-top: -20px;
}

.slick-prev::after {
	position: absolute;
	content: "";    
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	height: 24px;
	width: 24px;
	transform: rotate(-135deg);
	top: 46%;
	left: 28px;      
}

.slick-next::after {
	position: absolute;
	content: "";    
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	height: 24px;
	width: 24px;
	transform: rotate(45deg);
	top: 46%;
	right: 28px;    
} 

.slick-prev:hover ,
.slick-next:hover {
	opacity: 0.7;
}

/* スライダーのページネーションをドットにカスタマイズ */
.slide-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 10px 0 80px;
}

@media screen and (max-width: 1150px) {
	.slide-dots {
		margin: 20px 0 30px;
	}
}

.slide-dots li {
	margin: 0 5px;
}

.slide-dots li button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ccc;
	border: none;
	cursor: pointer;
	font-size: 0; /* 数字を非表示にする */
	text-indent: -9999px; /* 数字を隠すためにオフスクリーンに */
}

.slide-dots li button::before {
	content: ''; /* 擬似要素で数字を無効に */
}

.slide-dots li.slick-active button {
	background-color: #faa4aa; /* アクティブなドットの色 */
}

.sample-item-txt span {
	position: relative;
	padding: 8px 0;
	padding-right: 28px;
}

.sample-item-txt span::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 100%;
	background: url("img/4sample/sakura.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}



@media screen and (max-width: 940px) {
	.sample-num {
		width: 18%;
	}
}

@media screen and (max-width: 770px) {
	
	.sample-design-cation ul {
		width: 90%;
	}
	
	.sample .inner-content {
		width: 90vw;
		/* margin-top: 30px; */
	}

	.slick-prev {
		left: -2.6%;
		width: 24px;
		height: 24px;
		/* margin-top: -25px; */
		z-index: 9;
	}

}

@media screen and (max-width: 480px) {
	
	.sp-link {
		text-align: left;
	}

	.slick-next {
		right: -2.6%;
		width: 40px;
		height: 40px;
	}

	.slick-prev::after {
  		height: 13px;
  		width: 13px;
  		top: 53%;
  		margin-top: -8px;
  		left: 16px;      
	}

	.slick-next::after {
  		height: 13px;
  		width: 13px;
  		transform: rotate(45deg);
  		top: 53%;
  		margin-top: -8px;
  		right: 16px;    
	} 
	
	.sample-num {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 9999;
		width: 22%
	}
	
	.sample-item {
		padding: 0.2rem;
	}
	
	.sample-item-right {
		width: 100%;
		padding: 0;
	}
	
	.sample-item-txt {
		text-align: left;
	}
	
	.sample-item-txt span {
		position: relative;
		padding: 8px 0;
		padding-right: 28px;
	}
	
	.sample-item-txt span::after {
		content: "";
		display: inline-block;
		width: 25px;
		height: 100%;
		background: url("img/4sample/sakura.png");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		top: 3px;
	}
	
	.slick-prev {
		left: -4%;
	}

	.slick-next {
		right: -4%;
	}
	
	.slide-dots {
		margin-left: -15px;
	}
	
	.slide-dots li button {
		font-size: 22px;
	}
}

@media screen and (max-width: 1250px) {

	.sample-item__title {
		font-size: 22px;
		padding: 16px 8px;
	}

	.mini-heading {
		font-size: 18px;
	}

	.left-btn a,
	.right-btn a {
		width: 220px;
	}
}

@media screen and (max-width: 999px) {
	.slick-prev,.slick-next {
		width: 64px;
		height: 64px;
	}

	.slick-prev::after,.slick-next::after {
		height: 16px;
		width: 16px;
	}

	.slick-prev::after {
		left: 23px;
	}

	.slick-next::after {
		right: 23px;
	}

	.btn-container {
		flex-wrap: wrap;
		gap: 10px;
	}

	.left-btn a,
	.right-btn a {
		width: 380px;
	}
}

@media screen and (max-width: 950px) {
	.size-list li {
		font-size: 12px;
		padding: 8px;
	}
}

@media screen and (max-width: 780px) {


	.spec-block__grid{
		flex-direction: column;
	}


	.sample-item__title.sp {
		display: block;
		max-width: 500px;
		margin: 0 auto;
		font-size: 18px;
	}

	.sp-btn {
		display: block;
	}

	.sp-btn a {
		display: inline-block;
		color: #fff;
		background: #ff714a;
		border-radius: 6px;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		width: 100%;
		margin-top: 30px;
		padding: 24px 0;
		position: relative;
	}

	.sp-btn a::after {
		content: '';
		display: block;
		height: 22px;
		width: 22px;
		background: url(img/4sample/glass.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
	}

	.slick-prev {
		left: -2.6%;
		width: 40px;
		height: 40px;
		/* margin-top: -25px; */
		z-index: 9;
		left: -3.8%;
	}

	.slick-next {
		width: 40px;
		height: 40px;
	}

	.slick-prev::after,.slick-next::after {
		height: 10px;
		width: 10px;
	}

	.slick-prev::after {
		left: 13px;
	}

	.slick-next::after {
		right: 13px;
	}

	.sample-item__title {
		padding: 12px 0;
	}

	.spec-block__note-text {
		font-size: 12px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 480px) {
	.sp-btn a::after {
		height: 5.7894736842105265vw;
		width: 5.7894736842105265vw;
	}

	.sp-btn a {
		font-size: 16px;
	}

	.spec-block__text{
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	.sp-btn a {
		font-size: 15px;
	}

	.sp-btn a::after {
		right: 6px;
	}
}

@media screen and (max-width: 380px) {
	.sample-item__title.sp {
		font-size: 18px;
	}

	.sp-btn a {
		font-size: 14px;
	}
}
