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

body{
	font-family: "Zen Maru Gothic", serif;
	background-color: #FFFFFF;
}
img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
a{
	color: #e60012;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

p{
	line-height: 140%;
	color: #333333;
}

li {
	color: #333333;
}

.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-inner,
.section-inner{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.main-ttl {
	position: absolute;
	left: 10%;
	top: 28%;
	z-index: 3;
	width: 40.625vw;
}

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

.main-ttl__inner {
	position: relative;
}

.limited {
	position: absolute;
	width: 13.28125vw;
	right: -2.083333333333333vw;
	top: -5.416666666666667vw;
	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;
}

.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: 41.5%;
	} */
	
	/* .main-ttl {
		left: 16%;
		top: 30%;
	} */
}


@media screen and (max-width: 1500px) {
	/* .limited {
		top: 13%;
		left: 6%;
		width: 14%;
	} */
	
	/* .main-ttl {
		left: 8%;
		top: 25%;
		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: 770px) {
	.sp__fv-wrap .sp__fv-inner {
		position: absolute;
		bottom: 80px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 400;
	}

	.sp__main-ttl h1 {
		position: relative;
		z-index: 500;
	}

	.sp__limited {
		position: absolute;
		bottom: 55%;
		right: -2%;
		width: 40%;
		transform: rotate(25deg);
		animation: fadeIn;
		animation-duration: 1s;
		animation-delay: 1s;
		animation-fill-mode: forwards;
		opacity: 0;
		overflow: hidden;
		z-index: 50;
	}
}

@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 {
		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;
		z-index: 500;
	}
	
	.sp-bar {
		display: block;
		position: absolute;
		bottom: -25px;
		z-index: 9998;
	}
	
	.scrollBox {
		position: absolute;
		margin: auto;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 9999;
	}
}




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

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

.btn a {
	font-weight: bold;
}

.about-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	width: 42%;
	z-index: 3;
	text-align: left;
}

.about-txt p {
	color: #ed6618;
	font-size: 24px;
	line-height: 200%;
}

.gradient1 {
	border-radius: 12px;
	color:#fff;
    display: inline-block;
	font-size: 28px;
	outline: none;
    padding: 32px 0;
    text-decoration: none;
	text-align: center;
    background: linear-gradient(320deg, #df5f3c 55%, #f1b134 85%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
	margin-top: 50px;
	letter-spacing: 0.1rem;
	width: 620px;
	position: relative;
}

.gradient1::after {
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	background: url(img/2about/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1: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;
}


.btn_2 {
	display: flex;
	gap: 10px;
}

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



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

	.about-txt {
		top: 45%;
	}

	.about-txt p {
		font-size: 20px;
	}
}

@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%;
	} */
	
	.gradient1{
		padding: 24px 0;
		font-size: 25px;
		margin-top: 45px;
		width: 540px;
	}
}

@media screen and (max-width: 1250px) {
	
	.btn span {
		font-size: 20px;
	}

	.about-txt p {
		font-size: 16px;
	}

	.gradient1{
		padding: 24px 72px;
		font-size: 20px;
		letter-spacing: 0.1rem;
		margin-top: 10px;
		width: auto;
	}

	.gradient1::after {
		width: 8px;
		height: 15px;
	}

	.btn_2 {
		flex-direction: column;
	}
	/* .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%;
	} */
	
	/* .gradient1{
		padding: 20px 90px;
		font-size: 28px;
		border-radius: 20px;
		margin-top: 40px;
	} */
}

@media screen and (max-width: 1100px) {
	
	.btn span {
		font-size: 18px;
	}
	
	/* .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%;
	} */
	
	/* .gradient1{
		padding: 20px 80px;
		font-size: 24px;
		border-radius: 15px;
		margin-top: 40px;
	} */
	.mtop20 {
		margin-top: 3.5%;
	}
	.mtop50 {
		margin-top: 6%;
	}
}

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

	.about-txt p {
		font-size: 14px;
	}

	.gradient1{
		padding: 18px 64px;
		font-size: 22px;
		letter-spacing: 0.1rem;
		margin-top: 5px;
		width: auto;
	}

	.gradient1::after {
		width: 8px;
		height: 15px;
	}
}



@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;
	}
	
	.sp {
		display: block;
	}
	
	.about {
		background: #fff;
		padding: 40px 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;
	}
	.sp__about-txt {
		width: 90%;
		margin: 0 auto;
	}
	
	.about .section-inner {
		position: static;
	}
	
	.about-txt {
		position: static;
		width: 100%;
		margin: 0 auto;
		transform: translateY(0);
	}
	
	.about-txt p {
		font-size: 18px;
	}
	
	.gradient1{
		padding: 30px 130px;
		margin-top: 20px;
	}
	
	.about > .sp-bar {
		position: absolute;
		bottom: -45px;
	}

	.gradient1 {
		font-size: 24px;
		max-width: 480px;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	
	.about > .sp-bar {
		bottom: -20px;
	}
	
	.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;
	}
	
	.gradient1{
		margin-top: 20px;
		padding: 20px 0;
		max-width: 85%;
		font-size: 20px;
	}
	
	
	.flower1,
	.flower2 {
		opacity: 1;
	}
}




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

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

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

.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%;
} */

.detail .section-title {
	max-width: 470px;
}


.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: center;
	gap: 48px;
}

.detail-item {
	max-width: 450px;
}

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






/* タブ切り替え用の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-family: "Zen Maru Gothic";
  font-size: min(2.3vw, 36px);/*/1550*/
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  width: 50%;
  background: #f5aa90;
  border-radius: 0 20px 0 0; 
  border: 5px solid #f5aa90;    
  border-bottom: none;
  padding: min(2vw, 20px);
}

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


.tab-button.active {
  background: transparent;
  color: #df5f3c;
  border: 5px solid #df5f3c;
  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: 3px solid #f5aa90;
    border-bottom: none;
    padding: min(2.6vw, 20px);  
  }

  .tab-button::after {
    position: absolute;
    width: calc(100% + 6px);
    height: 3px;
    left: -3px;
    bottom: 0;  
  }


  .tab-button.active {
    border: 3px solid #df5f3c;
    border-bottom: none;    
  }
}





/*
@media screen and (max-width: 1630px) {
	
	.section-title::before {
		width: 25%;
	}
	
	.section-title::after {
		width: 25%;
	}
}

@media screen and (max-width: 1380px) {
	
	.section-title::before {
		width: 20%;
	}
	
	.section-title::after {
		width: 20%;
	}
}
*/

@media screen and (max-width: 770px) {
	.inner {
		padding: 100px 0 80px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 40px;
	}
	
	/* .section-title {
		padding-top: 65px;
	} */
	
	.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-list {
		gap: 32px;
	}
	
	.detail-item {
		width: 80%
	}
	
	.detail-item p {
		font-size: 14px;
		text-align: left;
		padding-left: 10px;
	}

	.detail .section-title {
		width: 75%;
	}

	.sample .section-title {
		width: 57%;
	}
}

@media screen and (max-width: 580px) {
	
	.detail-item {
		width: 100%
	}
	
}

@media screen and (max-width: 480px) {
	
	.inner {
		padding: 64px 0 60px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 40px;
	}
	
	/* .section-title {
		padding-top: 65px;
	} */
	
	.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 
---------------------------------*/

.sample {
	background: #fffcf7;
	background-image: url(img/4sample/bg.png);
	background-size: 64px 64px;
	padding-top: 120px;
}

.sample .section-title {
	max-width: 350px;
}

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

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

.sample-item {
    background: linear-gradient(to right, #f18d34 0%, #df5f3c 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-left {
	width: 44%;
	text-align: center;
}

.sample-item-left img {
	display: inline-block!important;
}

.sample-item-right {
	width: 46%;
	padding: 72px 0;
	/* padding: 8% 0 6%;
	padding-right: 50px; */
}

.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;
}

.sample-item__title.sp {
	display: none;
}

.sample-item-right p {
	font-size: 18px;
}

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

.size-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.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;
}

@media screen and (max-width: 1150px) {
	.size-list li {
		font-size: 14px;
	}
}

.size-list li.active {
	border: 2px solid #df5f3c;
	color: #df5f3c;
}

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

.left-btn a {
	background: #ff714a;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 18px 0;
	text-decoration: none;
	text-align: center;
	width: 250px;
	position: relative;
}

.left-btn a:hover {
	background: #d25431;
	transition: 0.5s;
}

.left-btn a::after {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	background: url('img/2about/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.right-btn a {
	background: #acbe30;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 18px 0;
	text-decoration: none;
	text-align: center;
	width: 250px;
	position: relative;
}

.right-btn a:hover {
	background: #879721;
	transition: 0.5s;
}

.right-btn a::after {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	background: url('img/2about/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}


.sample-item-txt {
	text-align: center;
	line-height: 160%;
}

.slick-list {
/*
	padding: 8%!important;
	overflow: visible!important;
*/
}


.sample-design-cation {
	border-top: 2px dashed #FAA4AA;
	margin-bottom: 10px;
}

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

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

.cation {
	position: relative;
	padding-left: 35px;
}

.cation::before {
	content: "";
    background-image: url("img/4sample/chuui.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 15%;
}

.hint {
	position: relative;
	padding-left: 32px;
	padding: 5px 0 0 35px;
}

.hint::before {
	content: "";
    background-image: url("img/4sample/hint.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 15%;
}

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

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

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

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

@media screen and (max-width: 820px) {
	/* .gradation-box-inner {
		background: #FFF;
		padding: 1.6rem;
		border-radius: 25px;
		height: 440px;
	} */
	
	.gradation-box-inner .pc {
		display: none;
	}
	
	/* .sample-item-left {
		padding-left: 60px;
	} */
	
	.sp-link {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	/* .sample-item-right {
		padding-right: 20px;
	} */

	.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;
	}

	.sample-design-cation {
		display: none;
	}
	
	.gradation-box-inner {
		background: #FFF;
		/* padding: 1.6rem; */
		border-radius: 26px;
		/* height: 800px; */
	}
	
	/* .sample-item-left img {
		width: 80%;
	} */
}

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

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

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

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



/*矢印の設定*/

.slick-prev {
	position: absolute;
	top: 50%;
	cursor: pointer;
	outline: none;
	left: -2.6%;
	background: #fff;
	border: 4px solid #f18d34;
	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: #fff;
	border: 4px solid #df5f3c;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	transform: translateY(-50%);
	margin-top: -20px;
}

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

.slick-next::after {
	position: absolute;
	content: "";    
	border-top: 3px solid #df5f3c;
	border-right: 3px solid #df5f3c;
	height: 24px;
	width: 24px;
	transform: rotate(45deg);
	top: 33%;
	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;
}

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

.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: #ff714a; /* アクティブなドットの色 */
}

/* .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;
	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%;
	}
}

@media screen and (max-width: 770px) {
	
	.sample-design-cation ul {
		width: 90%;
	}
	
	/* .sample-item-left {
		padding-left: 50px;
	} */
	
	.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-left {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	
	.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-right {
		width: 50%;
	}

	.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) {
	.sample-item-left {
		width: 100%;
		padding: 0 25px 35px;
	}

	.sample-item-right {
		display: none;
	}

	.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;
		border: 3px solid #f18d34;
		left: -3.8%;
	}

	.slick-next {
		width: 40px;
		height: 40px;
		border: 3px solid #df5f3c;
	}

	.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;
	}
}

@media screen and (max-width: 750px) {
	.sample-item-right {
		display: none;
	}
}

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

	.sp-btn a {
		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;
	}
}



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

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

.sim-img {
	max-width: 90vw;
}

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

@media screen and (max-width: 480px) {
	.simulator {
		padding: 60px 0;
	}
}







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

.order {
	background: #f9d89e;
}

.order-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 42%;
	z-index: 3;
	text-align: center;
	transform: translateY(-55%);
}

.gradient1 {
	position: relative;
}



@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: 60px;
		position: relative;
	}
	
	.order-txt {
		position: static;
		width: 100%;
		margin: 0 auto;
		transform: translateY(0);
	}
	
	.order .section-wrap {
		flex-wrap: wrap;
	}
	
	.order .section-inner {
		position: static;
		transform: translateY(-18%);
	}
	
	.order .gradient1 {
		margin-top: 50px;
	}
	
	.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: 20px;
		position: relative;
	}
	
	.order > .sp-bar {
		bottom: -30px;
	}
	
	.order-txt {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	
	.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: 60px;
}

.attention .inner-content {
	margin-top: 0;
}

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

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

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

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

@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%;
	}
}

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





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

footer {
	background: #fad291;
}

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

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

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




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

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





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

.reserve{
    background-color: #FFFFFF;
}

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

.reserve-txt-container {
	width: 90%;
	margin: 0px auto 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: 120px;
}




@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: 20px;
	}
}







/*--------------------------------
data
---------------------------------*/

.data {
	background: #fcd098;
	padding: 120px 0;
}

.data-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.data .section-title {
	max-width: 528px;
}

.data-point__guide {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 60px auto 0;
}

.data-point__item {
	background: #fff;
	border-radius: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}

.data-point__item:nth-child(2) {
	margin-top: 32px;
}

.data-point__item-images {
	max-width: 550px;
	width: 50%;
}

.data-point_guide-txt {
	width: 48%;
}

.data-point__heading {
	font-size: 28px;
	font-weight: bold;
}

.data-point__para {
	font-size: 18px;
	margin-top: 1.0416666666666665vw;
	line-height: 160%;
}

.caution {
	font-size: 13px;
	margin-top: 8px;
}

.data-btn {
	width: 420px;
	margin: 64px auto 0;
}

.data-btn a {
	display: inline-block;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #ff714a;
	text-decoration: none;
	text-align: center;
	padding: 30px 0;
	width: 100%;
	position: relative;
}

.data-btn a:hover {
	background: #d25431;
	transition: 0.5s;
}

.data-btn a::after {
	content: '';
	display: block;
	width: 14px;
	height: 24px;
	background: url('img/2about/arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}


@media screen and (max-width: 1200px) {
	.data-point__guide {
		width: 90%;
	}

	.data-point__item {
		padding: 20px;
	}
}

@media screen and (max-width: 980px) {
	.data-point__item {
		gap: 24px;
	}

	.data-point__heading {
		font-size: 22px;
		font-weight: bold;
	}
	
	.data-point__para {
		font-size: 18px;
		margin-top: 1.0416666666666665vw;
	}
}

@media screen and (max-width: 940px) {
	.data-point__item {
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
		padding: 4.16666666666666vw 4.16666666666666vw 6.56666666666666vw;
	}

	.data-point__item-images {
		width: 100%;
	}

	.data-point_guide-txt {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.data {
		padding-top: 100px;
	}

	.data .section-title {
		width: 78%;
	}

	.data-point__guide {
		width: 85%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	.data {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.data-point__heading {
		font-size: 16px;
	}
	
	.data-point__para {
		font-size: 14px;
		margin-top: 6px;
	}

	.data-btn {
		width: 85%;
		margin: 40px auto 0;
	}
	
	.data-btn a {
		font-size: 17px;
		padding: 24px 0;
	}

	.data-btn a::after {
		content: '';
		display: block;
		width: 10px;
		height: 20px;
	}
}


.attention {
	background: #fff8ec;
}

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

.attention .section-title {
	max-width: 280px;
}

@media screen and (max-width: 480px) {
	.attention .section-title {
		width: 45%;
	}

	.attention-list li {
		font-size: 14px;
		margin-bottom: 12px;
	}
}

.reserve {
	background: #fff8ec;
}

.reserve-inner {
	max-width: 800px;
	margin: 0 auto;
}

.reserve-inner p {
	color: #df5f3c;
	font-size: 18px;
}

.share-btn {
	margin:0 auto;
	text-align: center;
	max-width: 300px;
    padding: 20px;
}

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


@media screen and (max-width: 768px) {
	.reserve .section-title {
		width: 68%;
	}
}

@media screen and (max-width: 480px) {
	.reserve-inner p {
		font-size: 16px;
		line-height: 160%;
	}
}



.modal-container {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
	background: rgba(255,113,74,0.22);
	overflow: auto;
	z-index: 9950;
	padding: 40px 0 30px;
	visibility: hidden;
	display: none;
}

.modal-container.active {
	visibility: visible;
	display: block;
}

.modal-item {
	display: inline-block;
	background: #fff;
	border-radius: 8px;
	width: 90%;
	position: relative;
	padding: 50px 24px 40px;
	z-index: 9960;
	text-align: left;
}

.modal-item p {
	font-size: 15px;
	line-height: 130%;
}

.modal-item .mini-heading {
	font-size: 16px;
	margin-top: 10px;
}

.modal-item .size-list {
	gap: 6px;
}

.modal-item .size-list li {
	width: calc((100% - 12px) / 3);
	padding: 4px 0;
	font-size: 14px;
}

.modal-item .left-btn a,
.modal-item .right-btn a  {
	width: 280px;
}

.cancel {
	width: 56px;
	position: absolute;
	top: -16px;
	right: -10px;
}