@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h3,
#container h4,
#container h5 {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
    align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
.write_box {
    margin: 0;
    padding: 0;
}
#mobile_detail_content {
	font-size: 1.0em;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */
#container .buy_btn {
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.6rem/2.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	position: relative;
	margin: 20px auto 40px;
	text-align: center;
	width: 100%;
}
#container .buy_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .buy_btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .buy_btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .headtitle{
	font: bold 1.4rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 3% auto;
	text-align: center;
	width: 90%;
}
#container .mainvisual .headtitle em{
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
#container .mainvisual .main-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .mainvisual .title-desc{
	font: 1.1rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 3% auto;
	width: 90%;
}

/*-------------------
   section共通
-------------------*/
#container section{
	border-top: solid 1px #d9d9d9;
	margin: 10% auto;
	padding: 10% 5% 0;
	width: 94%;
}
#container .sec-title{
	font: bold 1.4rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 0;
	text-align: center;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .demo-wrap li{
	font: 1.1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 5% 0 0;
}
#container .sec1 .demo-wrap li img{
	margin: 0 0 2%;
	width: 100%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .spa-wrap{
	margin: 5% 0 0;
}
#container .sec2 .spa-wrap li img{
	margin: 0 0 3%;
	width: 100%;
}
#container .sec2 .spa-txt{
	font: 1.1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
}
/*-------------------
   section3
-------------------*/
#container .sec3 .booth-wrap{
	margin: 5% 0 0;
}
#container .sec3 .booth-wrap  li img{
	margin: 0 0 3%;
	width: 100%;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/

}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .headtitle{
	font-size: 1.8rem;
}
#container .mainvisual .headtitle em{
	font-size: 2.5rem;
}
#container .mainvisual .title-desc{
	font-size: 1.4rem;
}

/*-------------------
   section共通
-------------------*/
#container section{
	border-top: solid 1px #d9d9d9;
	margin: 8% auto;
	padding: 8% 2% 0;
}
#container .sec-title{
	font-size: 2.2rem;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .demo-wrap li{
	font-size: 1.4rem;
	margin: 3% 1%; 0;
	width: 48%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .spa-wrap{
	margin: 3% 0 0;
}
#container .sec2 .spa-wrap li{
	margin: 0 1%;
	width: 48%;
}
#container .sec2 .spa-txt{
	font-size: 1.4rem;
}
/*-------------------
   section3
-------------------*/
#container .sec3 .booth-wrap{
	margin: 3% 0 0;
}
#container .sec3 .booth-wrap  li{
	margin: 0 1%;
	width: 48%;
}
}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
.wrapper {
	width:1040px;
	margin:0 auto;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .headtitle{
	font-size: 1.5rem;
}
#container .mainvisual .headtitle em{
	font-size: 2.5rem;
}
#container .mainvisual .title-desc{
	font-size: 0.9rem;
	margin: 2% auto;
}

/*-------------------
   section共通
-------------------*/
#container section{
	margin: 5% auto;
	padding: 5% 5% 0;
	width: 960px;
}
#container .sec-title{
	font-size: 1.8rem;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .demo-wrap li{
	font-size: 0.9rem;
	margin: 3% 1% 0;
	width: 48%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .spa-wrap{
	margin: 3% 0 0;
}
#container .sec2 .spa-wrap li{
	margin: 0 1%;
	width: 48%;
}
#container .sec2 .spa-txt{
	margin: 0 1%;
	font-size: 0.9rem;
}
/*-------------------
   section3
-------------------*/
#container .sec3 .booth-wrap{
	margin: 3% 0 0;
}
#container .sec3 .booth-wrap  li{
	margin: 0 1%;
	width: 48%;
}
}

/*-------------------
   footer
-------------------*/
#container .page-top {
	display: block;
	margin: 30px auto;
	text-align: center;
	width: 82px;
}