@charset "utf-8";
/* CSS Document */


body{
 width: 100%;
 height: auto;
 background:#fff;
 font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho','YuMincho','serif';
 margin: 0 auto;
 padding: 0;
 background-image: url("../img/bg-test02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}




/*マウスストーカー*/
#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #836b6c;
  border-radius: 50%;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker.hov_ {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  transition: 0.5s;
  background: #ded6d4;
  opacity: 0.5;
}

.wrap {
  padding: 16px;
}

a:hove {
  display: inline-block;
  text-decoration: none;
  padding: 8px 32px;
  margin: 16px;
  background: #ded6d4;
}


@media only screen and (max-width: 480px) {
#stalker {
  display: none!important;
	}
	}	
	









/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:8px;
	height:8px;
	border-radius: 50%;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:1px;
	height: 50px;
	background:#fff;
}




@media only screen and (max-width: 960px) {
/* 丸の描写 */
.scrolldown2:before {
	background:#fff;
}
.scrolldown2 span{
	color: #fff;
	}
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
	z-index: 5;
	}
.scrolldown2:after{
	background:#fff;
	}
	}	
	
@media screen and (max-width: 480px) {
/* 丸の描写 */
.scrolldown2:before {
	background:#fff;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:3px;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.5rem;
	letter-spacing: 0.02em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:1px;
	height: 50px;
	background:#fff;
}
}



/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 50%;
    height: 100vh;
}




/*==================================================
トップ文字のCSS
===================================*/
.top-wrapper{
 display: flex;
  justify-content: center;
  align-items: center;
	background-color: #836b6c;
/*  background-image: url("../img/bg-test02.jpg");
*/    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	color: #fff;
}

.top-text{
	width: 50%;
	height: 100%;
	text-align: left;
	letter-spacing:3px;
	position: relative;
}

.aki_01{
	position: absolute;
	top: -250px;
	right: 0px;
}

.aki_02{
	position: absolute;
	bottom: -250px;
	right: 0px;

}

.aki_03{
	position: absolute;
	top: -200px;
	right: 45%;
}
.aki_03 img{
	width: 80%;
}
.aki_04{
	position: absolute;
	bottom: -250px;
	left: -0px;
    transform: rotateZ( 180deg );
}


.top-text_01{
	font-size: 26px;
	padding-bottom: 10px;
	max-width: 80%;
	height: auto;
	font-weight: 700;
	margin: 0 auto;
}
.top-text_02{
	font-size: 26px;
	padding-bottom: 20px;
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}
.top-text_02 span{
	font-size: 18px;
}
.top-text_02 br{
	display: none;
}

.top-text_03{
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 20px;
	line-height: 32px;
	font-weight: 600;
}

.top-text_sp{
	display: none;
}

.top-text h1{
	font-size: 50px;
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	font-weight: 900;
	position: relative;
}


.scroll-icon{
	position: absolute;
	top: -20px;
	left: -10px;
}
.scroll-icon img{
	width: 80%;
	height: auto;
  animation: fadein 5s ease-out forwards;

}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

/*========= 1文字ずつ出現させるためのCSS ===============

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 8s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}*/



/*========= くるくる回るテキスト ===============*/

.rollAnime.roll span {
    transition-property: opacity,transform;
    transform: rotateY(360deg);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
    display: inline-block;
}



@media only screen and (max-width: 960px) {
	#slider {
    width: 100%;
	height: 100vh;
}

	.top-wrapper{
	 display:block;
	}	
	
	
.top-text{
	width: 100%;
	height: auto;
	text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
	color: #333;

}
}

@media screen and (max-width: 960px) {
#slider {
    height: 100vh!important;
}
.top-text{
    display: none!important;
}
.top-wrapper{
	position: relative;	
	}
.top-text_sp{
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
}
.top-text_01_sp{
	writing-mode: vertical-rl;
	position: absolute;
	width: 100%;
	top: 50px;
	right: 10%;
	font-size: 30px;
}
.top-text_02_sp{
	writing-mode: vertical-rl;
	position: absolute;
	top: 50px;
	right: 20%;
	font-size: 18px;
	height: auto;
	letter-spacing: 4px;
	font-weight: 700;
}


.top-text_sp h1{
	writing-mode: vertical-rl;
	position: relative;
	position: absolute;
	top: 50px;
	right: 80%;
	font-size: 40px;
	width: 100vw;
	height: auto;
	}
	.scroll-icon_sp{
		width: 100%;
		height: auto;

	}
	
	.scroll-icon_sp img{
	position: absolute;
		top: 0px;
        right: -5%;
        width: 80px;

	}

	.top-text_03_sp{
		width: 80%;
		margin: 0 auto;
		padding: 100px 0;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 4px;
		line-height: 30px;
		color: #fff;
	}
	
	.aki_01-sp{
		position: absolute;
		bottom: 230px;
		right: 0px;
	}		
	.aki_01-sp img{
		width: 80%;
	}		
	.aki_02-sp{
		position: absolute;
		bottom: -50px;
		right: 0px;
	}	
	.aki_02-sp img{
		width: 80%;
	}		
	.aki_03-sp{
		position: absolute;
		bottom: 250px;
		left: 10%;
	}
	.aki_03-sp img{
		width: 60%;
	}
	
	.aki_04-sp{
		position: absolute;
		bottom: 0px;
		left: 0px;
	    transform: rotateZ( 180deg );
	}
	.aki_04-sp img{
		width: 60%;
	}	
	}

/*==================================================
説明文のCSS
===================================*/

.section-story{
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #ded6d4;
	display: flex;
	justify-content: center;
	display: block;
}
.section-story_sp{
	display: none;
}


.section-story img{
   width: 100%;
	height: auto;
}



@media screen and (max-width: 480px) {
.section-story{
	display: none;
}
.section-story_sp{
	display: block;
}
}



/*==================================================
アイテムメニューのCSS
===================================*/

.section-item{
   padding: 200px 0;
	width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
	
}


.section-item h1{
   font-size: 42px;
	text-align: center;
	font-family: "Garamond";
	font-weight: 100;
	letter-spacing: 5px;
}
.section-item hr{
   width: 180px;
}
.section-item h2{
   font-size: 22px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 50px;
}

.section-item ul{
	display: flex;
	justify-content: center;
}



.section-item ul li{
	padding: 10px;
}


.section-item ul li a{
	color: #333;
	text-decoration:none;
}



.item-img{
	width: 100%;
	max-height: 158px;
}

.section-item ul li .item-number{
	text-align: center;
	margin-bottom: 20px;
}


.section-item ul li .item-title{
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
	color: #333;
}



.number{
	width: 35px;
	height: auto;
}




@media only screen and (max-width: 960px) {
.section-item{
   padding: 100px 0;	
}
.section-item h1{
   font-size: 30px;
	text-align: center;
	font-family: "Garamond";
	font-weight: 100;
	letter-spacing: 5px;
}

.section-item h2{
   font-size: 20px;
}
.section-item ul{
	display: block;
	column-count: 2;
	margin: 0 50px;
}

.section-item ul li{
	text-align: center;
    vertical-align: middle;
}



.item-img{
	width: 50%;
	max-height: 100%;

	}


.number{
	width: 28px;
	}
	}	
	
@media screen and (max-width: 480px) {

.section-item{
   padding: 50px 0;
}

.section-item h1{
   font-size: 22px;
}

.section-item h2{
   font-size: 16px;
}
.section-item ul{
	display: block;
	column-count: 2;
	margin: 0 0px;
}

.section-item ul li{
	text-align: center;
    vertical-align: middle;
}

.item-title{
	font-size: 14px;
}

.item-img{
	width: 70%;
	max-height: 100%;

	}

.number{
	width: 20px;
	}
	

.scroll-icon{
	position: absolute;
	top: -20px;
	left: -10px;
}
.scroll-icon img{
	width: 80%;
	height: auto;
  animation: fadein 5s ease-out forwards;

}
	

	
	}



/*==================================================
カテゴリーメニューのCSS
===================================*/

.section-category{
   padding: 200px 0;
   background: #ded6d4;
	width: 100%;
    margin: 0 auto;
    height: auto;
}

.section-category h1{
   font-size: 42px;
	text-align: center;
	font-family: "Garamond";
	font-weight: 100;
	letter-spacing: 5px;
}
.section-category h2{
   font-size: 22px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
.section-category hr{
   width: 320px;
}


.section-category ul{
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 50px;
}


.section-category ul li{
	padding: 20px;
	position: relative;
	color: #333;
}

.section-category ul li img{
	width: 100%;
	max-height: 300px;
}




.category-text_vertical{
    text-align: left;
    position: absolute;
    top: 190px;
    right: 8px;
    transform: rotate(90deg);
    text-indent: -180px;
}




.section-category ul li .category-title{
	width: 200px;
	max-width: 70%;
	height: auto;
	text-align: left;
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 32px;
	background: #ded6d4;
	padding: 20px 20px;
	position: absolute;
	bottom: -20px;
	right: 5px;
	opacity: 0.8;
	font-weight: 700;
}


.section-category ul li .category-symbol{
	font-size: 30px;
	position: absolute;
	bottom: 8px;
	right: 20px;
	opacity: 0.8;
}



.category-symbol:hover{
	transform: translateX(5px);
}





@media only screen and (max-width: 960px) {

.section-category{
   padding: 100px 0;
}

.section-category h1{
   font-size: 30px;
}
.section-category h2{
   font-size: 20px;
}
.section-category ul{
	display: block;
	padding: 0 30px 50px;
}


.section-category ul li{
	text-align: center;
    vertical-align: middle;
	padding: 50px 0px;
}



.section-category ul li img{
	width: 70%;
	max-height: 100%;
}

.section-category hr{
   width: 40%;
}



.category-text_vertical{
    text-align: left;
    position: absolute;
    top: 215px;
    right: 80px;
    transform: rotate(90deg);
    text-indent: -180px;
}




.section-category ul li .category-title{
	width: 200px;
	max-width: 70%;
	height: auto;
	text-align: left;
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 32px;
	background: #ded6d4;
	padding: 20px 20px;
	position: absolute;
	bottom: 0px;
	right: 70px;
	opacity: 0.8;
	font-weight: 600;
}


.section-category ul li .category-symbol{
	font-size: 30px;
	position: absolute;
	bottom: 10px;
	right: 75px;
	opacity: 0.8;
}
.section-category hr{
   width: 45%;
}



.category-symbol:hover{
	transform: translateX(5px);
}

}


@media screen and (max-width: 480px) {
.section-category{
   padding: 50px 0;
	width: 100%;
}
.section-category h1{
   font-size: 22px;
}
.section-category h2{
   font-size: 16px;
}
.section-category ul{
	width: 80%;
	height: auto;
	padding: 0 10px 20px;
}


.section-category ul li{
	text-align: center;
    vertical-align: middle;
	padding: 20px 10px;
}


.section-category ul li img{
	width: 100%;
	max-height: 100%;
}




.category-text_vertical{
	font-size: 12px;
    position: absolute;
    top: 190px;
    right: 2px;
}




.section-category ul li .category-title{
		width: 100%;
        max-width: 65%;
        height: 50px;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        background: #ded6d4;
        padding: 10px 10px;
        position: absolute;
        bottom: 2px;
        right: 9px;
}


.section-category ul li .category-symbol{
	font-size: 17px;
	position: absolute;
	bottom: 12px;
	right: 20px;
	opacity: 0.8;
	font-weight: 700;
}
	


.category-symbol:hover{
	transform: translateX(5px);
}

}







/*==================================================
メイン内容のCSS
===================================*/
.section-main{
 width: 100%;
 height: auto;
 max-width: 80%;
 padding: 200px 0 150px;
 margin: 0 auto;
}


.main-content{
	position: relative;
	padding: 0 120px;
}


.main-text{
	width: 100%;
	max-width: 35%;
	height: auto;
	padding: 40px;
	background: #ded6d4;
	opacity: 0.8!important;
	text-align: left;
	letter-spacing:3px;
	position: absolute;
	bottom: -80px;
	z-index: 5;
}

.main-text h1{
	position: relative;
	top:-80px;
	left: -40px;
}
.main-text h1 img{
	width: 130px;
	height: auto;
}

.main-text_01{
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
}


.main-text_02{
	font-size: 16px;
	line-height: 22px;
	max-width: 400px;
	font-weight: 600;
}

.main-text h2{
	font-size: 36px;
	margin: 10px 0 40px;
	line-height: 40px;
    font-weight: 600;
}



.main-text h2 span{
	color: #6D3C3F;
}



.main-img{
	width: 100%;
	height: auto;
	text-align: right;
}


.main-img img{
	max-width: 700px;
	height: auto;
	text-align: right;
}






@media only screen and (max-width: 960px) {

.section-main{
 width: 100%;
 height: auto;
 max-width: 100%;
 margin: 0 auto;
 padding: 100px 0 100px;
}

.main-content{
	width: 100%;
	padding: 0 0px;
}

.main-text{
	width: 100%;
	max-width: 100%;
	opacity: 1!important;
	position: static;
	padding: 0px 0px 50px;
}

.main-text p{
margin-left: 50px;
}

.main-img{
	width: 100%;
	height: auto;
	text-align: center;
}

.main-text h1{
	position: relative;
	top: -50px;
	left: 5px;
}

.main-img img{
	max-width: 100%;
	height: auto;
	text-align: center;
}

.main-content{
	position: static;
	padding: 0 0px;
	display: flex;
	flex-direction: column-reverse;
}
	

	
.main-text h2{
	font-size: 28px;
	line-height: 30px;
	margin-left: 50px;
}
}




@media screen and (max-width: 480px) {
.section-main{
 width: 100%;
 height: auto;
 max-width: 100%;
 margin: 0 auto;
 padding: 50px 0;
}
	

.main-text{
	width: 100%;
	max-width: 100%;
	opacity: 1!important;
	position: static;
	padding: 0px 0px 50px;
}

.main-text_01{
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
}


.main-text p{
margin-left: 10px;
}

.main-img{
	width: 100%;
	height: auto;
	text-align: center;
}

.main-text h1{
	position: relative;
	top: -30px;
	left: 5px;
}

.main-img img{
	max-width: 100%;
	height: auto;
	text-align: center;
}

.main-content{
	position: static;
	padding: 0 0px;
	display: flex;
	flex-direction: column-reverse;
}
	
.main-text_02{
	font-size: 14px;
	line-height: 20px;
}

	
.main-text h2{
	font-size: 24px;
	line-height: 30px;
	margin-left: 10px;
	margin: 0px 10px 20px;
}
	

.main-text h1 img{
	width: 100px;
	height: auto;
}
}

	
	
	
	


.main-recommendation{
	 padding: 0 0 0px 0;	
	 text-align: center;
	 display: block;
	margin: 0 auto;
}


.main-recommendation h1{
	width: 100%;
	font-size: 32px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
	color: #333;
}




.main-recommendation ul{
	width: 100%;
	max-width: 80%;
	padding-left: 0;
	display: inline-block;
	background: #ded6d4;
	padding: 30px;
	margin: 0 auto!important;
	width:fit-content;
}


.main-recommendation hr{
   width: 40%;
   margin-bottom: 50px;
}

.bbb{
	background: #fff;
	padding: 1rem 2rem;
	margin: 0 auto!important;
}

.main-recommendation ul li{
   font-size: 22px;
   text-align: left;
   padding-bottom: 40px;
   font-weight: 600;
　　letter-spacing: 4px;
   padding: 1rem 1rem;
   border-bottom: 3px dotted #f3f3f3;
	width: 80%;
	margin: 0 auto;
}

.main-recommendation ul li span{
   font-size: 26px;
   padding-right: 10px;
}





@media only screen and (max-width: 960px) {
	
.main-recommendation{
	 max-width: 100%;
	 margin: 0 auto;
}


.main-recommendation hr{

   margin-bottom: 50px;
}
}



@media screen and (max-width: 480px) {
.main-recommendation h1{
	font-size: 24px;
}
.main-recommendation hr{
   width: 70%;
   margin-bottom: 20px;
}

.main-recommendation ul{
	width: 100%;
	max-width: 80%;
	padding-left: 0;
	display: inline-block;
	background: #ded6d4;
	padding: 30px;
}

.bbb{
	background: #fff;
	padding: 0.5rem 0.5rem;
	margin: 0 auto!important;
}
.main-recommendation ul li{
   font-size: 16px;
   text-align: left;
   padding-bottom: 10px;
}
.main-recommendation ul li span{
   font-size: 24px;
   padding-right: 10px;
}
}
	







/*お客様レビュー*/
.main-review{
	max-width: 1000px;
	height: auto;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	padding: 100px 0 0;
	font-family:  'Cherry Swash', cursive;
}

.review-box{
	border: solid 1px #6D3C3F;
	width: 30%;
	padding: 20px 35px;
	position: relative;
	background: #fff;
}


.box-01.displayed{
	width: 100px;
	height: auto;
	position: absolute;
	top: -35px;
	right: -40px;
	animation: rotate-01 2s forwards;
}

@keyframes rotate-01 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}


.review-box h1{
	font-size: 18px;
	margin-bottom: 10px;
}



.review-box p{
    max-width: 300px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

@media only screen and (max-width: 960px) {
.main-review{
	max-width: 100%;
	display: block;
	padding: 100px 0 0px;
}

.review-box{
	border: solid 1px #6D3C3F;
	width: 60%;
	padding: 40px 35px;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
}
}




@media screen and (max-width: 480px) {
.main-review{
	padding: 10px 0 10px;
}

.review-box{
	border: solid 1px #6D3C3F;
	width: 60%;
	padding: 20px 15px;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
}

.box-01.displayed{
	width: 100px;
	height: auto;
	position: absolute;
	top: -35px;
	right: -40px;
	animation: rotate-01 2s forwards;
}
.review-box h1{
	font-size: 16px;
	margin-bottom: 10px;
}

.review-box p{
    max-width: 300px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
.box-01.displayed{
	width: 90px;
}
}





/*アイテム紹介*/
.main-item{
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 100px;
	position: relative;
}



.item-icon{
	width: 100%;
	max-width: 150px;
	height: auto;
	position: absolute;
	top: 100px;
	left: -18px;
}

.item-img_bra{
	border: solid 1px #333;
	background: #fff;
}


#item-img_bra-img01{
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	padding: 100px 0 0px;
}

.item-img_bra img{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	padding: 100px 0 0px;
}

@media only screen and (max-width: 960px) {
.main-item{
	width: 100%;
	max-width: 80%;
	padding: 100px 0px;
}


.item-icon{
	max-width: 150px;
	position: absolute;
	top: 100px;
	left: -15px;
}

#item-img_bra-img01{
	width: 100%;
	max-width: 180px;
}


.item-img_bra img{
	width: 100%;
	max-width: 250px;
}
}
@media only screen and (max-width: 480px) {
.item-icon{
	max-width: 100px;
	position: absolute;
	top: 50px;
	left: -15px;
}


#item-img_bra-img01{
	width: 100%;
	max-width: 160px;
	padding: 50px 0 0px;
}


.item-img_bra img{
	width: 100%;
	max-width: 190px;
}
}

	

/*ポップアップCSS*/
#click-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 20px;
  border: none;
  outline: none;
  background: transparent;
}

#click-btn:hover {
  cursor: pointer;
  animation: purun 0.2s linear 0s 1;
}
@keyframes purun{
  0%{transform: rotate(90deg);}
100%{transform: rotate(0);}
}
#click-btn:before, #click-btn:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #333;
}
#click-btn:before {
  width: 1px;
  height: 60px;
}
#click-btn:after {
  width: 60px;
  height: 1px;
}






/* ==========================
  モーダル（ポップアップ）
========================== */

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index:999;
}
.js_modalContInner {
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  max-width: 100%;
  background-color: #fff;
  max-height: 600px;
  padding: 40px;
  border: 1px solid #333;
}
.js_modalCont {
  max-height: 520px;
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose{
    position: absolute;
    top: -36px;
    right: -1px;
    cursor: pointer;
    background-color: #333;
    color: #fff;
    padding: 8px 28px;
    font-family: "Garamond";
    letter-spacing: 2px;
    font-size: 16px;
	border: 1px solid #333;
}

.js_modalClose:hover {
	color: #333;
	background: #fff;
	border: 1px solid #333;
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}

/* ==========================
  コンテンツの中身
========================== */
.js_modalCont{
	width: 100%;
	height: auto;
}

.js_modalCont h1{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 50px;
	letter-spacing: 4px;
}

.md_textblock > * + * {
  margin-top: 10px;
}
.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;

}

table {
  width: 100%;
}
table th,
table td {
  border: 2px solid #222;
  padding: 10px;
}
table th {
  width: 20%;
  background-color: #ccc;
  white-space: nowrap;
}


.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}

.price-box{
	display: flex;
	justify-content: flex-start;
}


.special-price{
	width: 100px;
	height: 100px;
	background-color: #6D3C3F;
	border-radius: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-style: italic;
	font-size: 18px;
}

.price{
	font-size: 20px;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
	letter-spacing: 1px;
}

.price span{
	font-size: 12px;
}

.price-a{
	font-size: 36px;
	position: absolute;
	bottom: 50px;
	left: 160px;
	font-style: italic;
	letter-spacing: 2px;
}

.price-a span{
	font-size: 18px;
}





/* スマホ幅に適用 */
@media (max-width: 960px) {

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 8000px;
}
	
.js_modalContInner {
  width: 100%;
   padding: 20px;
  max-width: 80%;
  max-height: 600px;
}
.js_modalBG {
  width: 100%;
  height: auto;
}

  .js_modalCont {
    max-height: 360px;
  }
  .js_modalClose {
    top: -36px;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    background-color: #fff;
  }

.js_modalCont h1{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 20px;
}
.price{
	font-size: 14px;
	line-height: 34px;
}

.price span{
	font-size: 10px;
}

.price-a{
	font-size: 30px;
	position: absolute;
	bottom: 35px;
	left: 137px;
	font-style: italic;
	letter-spacing: 2px;
}
}


@media screen and (max-width: 480px) {
#click-btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 10px;
  border: none;
  outline: none;
  background: transparent;
}


#click-btn:before {
  width: 1px;
  height: 40px;
}
#click-btn:after {
  width: 40px;
  height: 1px;
}
	
.item-img_bra img{
	padding: 60px 0 0px;
}
	
.main-item{
padding: 50px 0px 50px;
}
.js_modalContInner {
  position: absolute;
  top: 215px;
  left: 50%;
}	
}

	






/*説明文*/
.main-body{
	background: #ded6d4;
	margin-bottom: 200px;
	position: relative;
}
.main-body p{
	text-align: center;
	font-size: 30px;
	padding: 100px 50px;
	font-weight: 400;
}

.main-body:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 100px solid #ded6d4;
}

.sec {
  padding: 0px;
}

.sec02 {
	padding: 0;
}


@media only screen and (max-width: 960px) {
.main-body p{
	text-align: center;
	font-size: 26px;
	padding: 80px 20px;
	 margin-top: 0px;
}
	
.main-body{
	background: #ded6d4;
	margin-bottom: 200px;
	position: relative;
}

.main-body:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw) solid transparent;
  border-left: calc(50vw) solid transparent;
  border-top: 100px solid #ded6d4;
}
}

@media screen and (max-width: 480px) {
.main-body p{
	text-align: center;
	font-size: 16px;
	 padding: 50px 0px 30px;
	 margin-top: 0px;
	font-weight: 600;
}
.main-body:after {
  border-top: 70px solid #ded6d4;
}
}



/*ポイント*/
.main-point{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	 padding: 0 0 100px;	
	 text-align: center;
	 display: block;
}


.main-point h1{
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Garamond";
	letter-spacing: 4px;
}

.main-point hr{
   width: 40%;
   margin-bottom: 50px;
}

/*-------------真ん中のスライダーのためのcss-------------*/
.slider-box{
	max-width: 1000px;
	height: 400px;
	margin: 0 auto;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:400px;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: 400px;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 48%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 20px;
    width: 20px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -2.5%;
    transform: rotate(45deg);
}



@media only screen and (max-width: 960px) {
.main-point{
	max-width: 100%;
}

.main-point h1{
	font-size: 30px;
}

.main-point hr{
   width: 40%;
   margin-bottom: 50px;
}

/*-------------真ん中のスライダーのためのcss-------------*/
.slider-box{
	max-width: 100%;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 80%;
    margin:0 auto;
}

.slider img {
    height: auto;
}


/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 44%;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -3.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -3.5%;
    transform: rotate(45deg);
}
}

@media screen and (max-width: 480px) {
.main-point{
 padding: 0 0 50px;	
}

.slider-box{
	max-width: 1000px;
	height: 300px;
	margin: 0 auto;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:300px;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: 300px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 47%;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
.slick-prev, 
.slick-next {
    height: 15px;
    width: 15px;
}
}






/*購入ボタン*/

a.button-wrap {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 200px;
	margin: auto;
	padding: 1em 2em;
	font-weight: 400;
	border: 1px solid #6D3C3F;
	background: #6D3C3F;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.button-wrap:hover {
	color: #6D3C3F;
	background: #fff;
}

.button-text p{
	text-align: center;
	font-weight: 600;
	letter-spacing: 4px;
}



.button-text p span{
	padding-left: 10px;
}



@media only screen and (max-width: 480px) {
.btn-container {
	margin-bottom: 50px;
}
}








.footer{
	margin-top: 200px;
	background-color: #6D3C3F;
	color: #fff;
	text-align: center;
	padding: 35px;
}


@media only screen and (max-width: 960px) {
.footer{
	margin-top: 200px;
}
}


@media only screen and (max-width: 480px) {
.footer{
	margin-top: 100px;
}
}


/* ==========================
  ページトップに戻る
========================== */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #fff;
  text-decoration: none;
  color: #afafaf;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}













/* ==========================
  【全体】動きのアニメーション
==========================

 スクロールに合わせてふわっと出現 
.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
} 



/* 左右から出現  
.scr-target {
    /* アニメーション開始から終了までの所要時間 
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /* アニメーションが開始するまでの遅延時間
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか  
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
 */
/* フェードイン(左から)  
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInLeft.is-active {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}*/

/* フェードイン(右から)  
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInRight.is-active {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
*/
/* ズームイン  
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

*/


@media only screen and (max-width: 480px) {
#special-margin{
	margin-top: -100px;
}
}




















.section-story-pc{
	color: #FFF;
	background-color: #6D3C3F;
	padding: 20px 0;
  position: relative;
	font-weight: 600;
}


.section-story-pc br{
	display: none;
}



.section-story-pc h1{
	font-size: 2.5vw;
	text-align: center;
	color: #fff;
}

.section-story-pc:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #6D3C3F transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.section-story-pc_textbox{
	background-color: #ded6d4;
	padding: 100px 0;
	display: flex;
	justify-content: center;
}


.section-story-pc_div{
	padding-top: 50px;
}

.section-story-pc_div br{
	display: none;
}

.section-story-pc_img{
	display: flex;
	justify-content: center;
	height: auto;
}

.section-story-pc_img img{
	width: 200px;
	height: auto;
}

.textbox-01{
	font-size: 2.5vw;
	text-align: center;
	font-weight: 600;
}

.textbox-02{
	font-size: 1.8vw;
	text-align: center;
	font-weight: 600;
}



@media only screen and (max-width: 960px) {
.section-story-pc{
	padding: 10px 0;
  position: relative;
}

.section-story-pc br{
	display: block;
}


.section-story-pc h1{
	font-size: 24px;
	line-height: 30px;
}


.section-story-pc_textbox{
	padding: 50px 0;
	display: flex;
	flex-direction: column;
}


.section-story-pc_div{
	padding-top: 25px;
}

.section-story-pc_div br{
	display: block;
}

.section-story-pc_img{
	width: 120px;
	margin: 0 auto;
}

.textbox-01{
	font-size: 25px;
	text-align: center;
	font-weight: 600;
}

.textbox-02{
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	padding-top: 20px;
}
}




