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

html {scroll-behavior: smooth;}

body {
   margin: 0px;
   padding: 0px;
   font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
}

.wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.pink-grade {
	width: 100%;
	margin: auto;
	background-color: #e9849c;
	text-align: center;
	border: 0px;
	background: -moz-linear-gradient(top, #f09199, #f4b3c2);
	background: -webkit-linear-gradient(top, #f09199 #f4b3c2);
	background: linear-gradient(to bottom, #f09199, #f4b3c2);
}

.white-bg {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	border: 0px;
}

.white2-bg {
	width: 100%;
	margin: 0 auto;
	background-color: #eeeaec;
	text-align: center;
	border: 0px;
}

.pink1-bg {
	width: 100%;
	margin: 0 auto;
	background-color: #fef4f4;
	text-align: center;
	border: 0px;
}

.pink2-bg {
	width: 100%;
	margin: 0 auto;
	background-color: #fce4d6;
	text-align: center;
}

.pink3-bg {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: #fbdac8;
	text-align: center;
}

.pink4-bg {
	width: 100%;
	margin: 0 auto;
	background-color: #f09199;
	text-align: center;
}

.pink5-bg {
	width: 100%;
	margin: 0 auto;
	background-color: #ffeae8;
	text-align: center;
	
}


.img2 {
		width: 100%;
		margin: 50px 0;	
}

.img5 {
		margin-bottom: 20px;
}

.img6 {
	width:100%;
}



.movie {
    clear: both;
    width: 90%;
    margin: 0 auto;
   }

.text {
	text-align: left;
	margin-bottom: 20px;
}

.text_sp {
	color: #333;
	line-height: 1.8em;
	font-size: 1em;
	text-align: left;
}

.text_bg {
	background-color: #fff3b8;
}

.text_box {
	text-align: left;
	margin-bottom: 40px;
}

.arrow_box {
	width: 100%;
	margin: 0 auto;
}

.arrow {
	margin: 0 auto 50px auto;
	display:block;
}


/*shopここから*/

.img_c {
	    text-align: center;
	    margin: 0;
	    padding: 0;
}

#img_shop {
	    width: 80%;
	    margin-top: 20px;
}

#img_button {
	width: 80%;
}

.shop_button li{
	margin-bottom: 10px;
}

.jpd100s {
box-shadow: 10px 10px #ffd6e0;
}

.jpd100smini {
box-shadow: 10px 10px #d7e3c8;
}

.jpd100s4 {
box-shadow: 10px 10px #c8e3e9;
}

.jpd100s6 {
box-shadow: 10px 10px #d1cad9;
}

.jpd100s9 {
box-shadow: 10px 10px #eee8aa;
}

.sh-fd10 {
box-shadow: 10px 10px #F7D3EA;
}

.sh-fd20 {
box-shadow: 10px 10px #FFD7BF;
}


.txt_name {
    font-size: 1.2em;
    color: #674644;
    font-weight: 600;
    text-align: center;
    margin-top: 45px;
    width: 80%;
    margin: 0 auto;
     margin-bottom: 10px;
}

.price {
	font-size: 0.9em;
	line-height: 35px;
	color: #ed7c9d;
   }

.shop_button {
	text-align: center;
	padding: 0;
	width: 90%;
    margin: 0 auto;
	list-style-type: none
}

.jpd100s, .jpd100smini, .jpd100s4, .jpd100s6, .jpd100s9, .sh-fd10, .sh-fd20 {
	overflow: hidden;
	background-color: #ffffff;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 35px;
	border-radius: 10px;
}

#sp_shop_img {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}

/*shopここまで*/



#qa {
	background-color: #ebe2f2;
}



.boxQA {
   max-width: 800px;
    position: relative;
    margin: 30px auto;
    padding: 0.5em 0.5em;
    background: #EDF1F5;/*A文章部分背景色*/
    border-radius: 10px;
}

#box_in {
	width: 80%;
}

.boxQA .box-title {
    position: relative;
    background: #fff;/*Q文章部分背景色*/
    padding: 10px 5px 10px 40px;
    color: #454545;/*Q文章文字色*/
    border-radius: 10px;
	text-align: left;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*Q文字色*/
    background: #8076ad;/*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*A文字色*/
    background: #f07b9e;/*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}

.boxQA p {
    padding: 20px 20px 15px 40px;
    margin: 0;
}

.boxQA ul {
  padding: 0 1em;
  position: relative;
}
.boxQA ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 4.2em;
  list-style-type: none!important;
}
.boxQA ul li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 3.5em;
  color: #FFAB8B; /*Aのリストのアイコンの色*/
}

.footer_btm {
	color: #ef92ac;
	text-align: center;
	padding: 5%;
}

.footer_btm_link {
	color: #ef92ac;
}

.footer {
	padding: 5%;
	}


.txt_coution {
    width: 90%;
    margin: 0 auto;
    color: #654441;
    line-height: 2em;
    font-size: 1em;
	text-align: left;
}

#img_coution {
	    width:80%;
}

.txt_coution {
    width: 90%;
    margin: 0 auto;
    color: #654441;
    line-height: 2em;
    font-size: 0.9em;
}

h3 {
	width: 80%;
	margin: 0 auto;
	font-size: 1.3em;
	color: #f09199;
	border-bottom: 4px #f09199 dotted;
	padding-bottom: 8px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 20px;
	font-weight: normal;
	font-family: Hiragino Maru Gothic Pro;
   }

.footer_txt {
    color: #ffffff;
    padding: 0;
    font-size: 0.8em;
	text-align: left;
   }

#footer {
	background-color: #f09199;
	text-align: left;
}

.footer_btm {
	color: #ef92ac;
	text-align: center;
}

.footer_btm_link {
	color: #ef92ac;
}

.footer {
	padding: 5%;
	}


#shop, #qa, #coution, #footer {
	padding-bottom: 20px;
}


.inner {
	max-width: 1000px;
    width: 100%;
	margin:50px auto;
}	


#insta, #twitter {
	width: 15%;
	margin: 5px;
}	

ul {
	list-style: none;
}

#footer a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

#page-top {
    width: 40%;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9999;
}

.mb{
	margin-bottom: -5px;
	width: 100%;
}

.mb_pc{
	margin-bottom: -5px;
	width: 400px;
}

.img_h {
text-align: center;
padding-top: 50px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}



/*フローティングバナーここから*/

.floating-banner {
    width: calc(100% / 4);
    /* 画面の1/3の幅 */
    position: fixed;
    /* 固定表示 */
    bottom: 16px;
    /* 画面下から16px */
    right: 16px;
    /* 画面の右から16px */
    z-index: 9999;
    /* 常に前面に出す */
    transition: 0.3s;
    /* ホバー時ゆっくり透過 */
    cursor: pointer;
    /* ホバー時カーソルがポインターに */
}
.floating-banner:hover {
    opacity: 0.8;
    /* ホバーで透過させる */
}
.floating-banner_img {
    width: 100%;
    /* 画像をfloating-bannerの幅に合わせる */
}
@media screen and (min-width: 800px) {
    /* 画面幅800px以上 */
    .floating-banner {
        width: 200px;
        /* 画面の1/6の幅 */
    }
}

/*フローティングバナーここまで*/



/*PC版表示*/

@media screen and (min-width:800px) {
	.sp{
		display: none;
	}
	.pc {
		position: relative;
	}
	
.wide {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.wide_2 {
	width: 800px;
	margin: auto;
}
	
	.img3 {
		width: 800px;
		margin: 30px 0 50px 0;
	    border: 0px;
}
	
	.img1 {
		width: 800px;
		margin-bottom: 50px;
}
	
	.img4 {
		width: 90%;	
}
	
.point_box{
  position: relative;
}
.point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
	
#movie_wid {width: 800px;

}
	
.title11 {
	width:800px;
	margin-bottom: 30px;
	}

	
.txt {
	margin:0 auto;
	padding: 20px 0 30px 0;
	width: 70%;
	color: #654441;
	line-height: 2em;
	font-size: 1em;
}

.txt_l {
    width: 40%;
    color: #654441;
    line-height: 2em;
    float: left;
    font-size: 1.2em;
     padding-top: 45px;
    
}

.txt_name {
    font-size: 1.2em;
    color: #674644;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}

.price {
	font-size: 0.9em;
	line-height: 35px;
	color: #ed7c9d;
   }
   
.txt_coution {
    width: 90%;
    margin: 0 auto;
    color: #654441;
    line-height: 2em;
    font-size: 1em;
}

.footer_txt {
	color: #ffffff;
	padding: 0;
}	


#review_mp {
	margin-bottom: 20px;
}	
   

.jpd100s, .jpd100smini, .jpd100s4, .jpd100s6, .jpd100s9, .sh-fd10, .sh-fd20 {
	overflow: hidden;
	background-color: #ffffff;
	width: 35%;
	margin: 25px;
	padding: 20px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}


#review_button {
	width: 70%;
	margin-top: 30px;
}

.shop_button {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#pc_shoplink {
    padding-left: 265px;
    margin: 0;
    margin-top: -20px;
}

li.shop_link_s, .shop_link_mini, .shop_link_4, .shop_link_9 {
    display: inline-block;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.0em;

}

li.shop_link_s {
    background-color: #f696aa;

}

li.shop_link_mini {
    background-color: #a5cf96;

}

li.shop_link_4 {
    background-color: #b4d2e3;

}
	
li.shop_link_9 {
    background-color: #f0e68c;

}


#insta, #twitter {
	width: 10%;
	margin: 10px;
}	
	
	.lineup {	
    text-align: center;
    width: 800px;
    margin: 0 auto;
   }
	
	hr {
		width:800px;
		margin: 30px auto;
		border-top: 1px dotted #8c8b8b;
	}
	
	.point_pc {
		display:inline-block;
		width: 350px;
		margin-left: 30px;
		vertical-align: top;
	}
	
	.w250 {
		width:250px;
	}
	
	.w380 {
		width:380px;
	}
	
	.w400 {
		width:400px;
	}
	
	.l10 {
		margin-left: 10px;
	}
	
	.va_top {
		vertical-align: top;
	}
	
}




/*スマホ版表示*/
@media screen and (max-width:799px) {
	.pc{
		display: none;
	}
	.sp {
		position: relative;
	}
	
	
	.wide {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.wide_2 {
	width: 90%;
	margin: auto;
}
	
	.img3 {
		width: 80%;
		margin-bottom: 30px;
	    border: 0px;
}
	
.img4 {
		width: 80%;
	    border: 0px;
}
	
	.img8 {
		width: 80%;
		margin-bottom: 20px;
	    border: 0px;
}
	
	.img1 {
		width: 100%;
		margin-bottom: 30px;
}
	
	#movie_wid {width: 100%;

}
	
	.title11 {
		 width:80%;
		margin-bottom: 30px;
	}
	
	#insta, #twitter {
	width: 20%;
	margin: 5px;
}	
	
	
	.lineup {	
    text-align: center;
    width: 100%;
    margin: 0 auto;
   }
	
	.mt {
		margin-top: 50px;
	}

	
}