@charset "utf-8";
/* CSS Document */
* {margin: 0; box-sizing:border-box;}
html,body {margin: 0;padding: 0;height:100%;}

body {background-image: url(bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #FFF;
	background-color: #FFF;
	font-size: 16px;
} 

#wrap {text-align: center;
	height: auto;
	width: 1024px;
	display: block;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.8);
	background-size: contain;
	box-shadow:0px 0px 15px 1px #FF0000;
	opacity: 1;
}

#wrap_box {
	margin-top: 3%;
}

#doco_wrap{
	width: 95%;
	height: 95%;
	margin: 0 auto;
	padding: 0px;
	border-left: 2px solid #ff2e2e;
	border-right: 2px solid #ff2e2e;
}

p {font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;	
	padding: 3% 0;
}


a {text-decoration: none;
	cursor: pointer;
	color:#5A96FF;
	white-space: nowrap;
}

a :hover{
	opacity: 0.8;
}

.top_img {width: 100%;
	vertical-align:top;
}
#top_img {width:100%;
display:block;
margin: 0 auto;
background-size: cover;
}

h1 {
	font-size: 36px;
	letter-spacing: 3px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 2%;

}

h3 {font-family: 'Playfair Display', serif;
	width: 90%;
	clear: both;
	margin:0 auto;
	margin-top: 5%;
	border-bottom: solid 2px;
	text-align: left;
}
.youtubesize{/*youtubeの縦横サイズ*/
margin:0 auto;
margin-top: 0%;
width: 80%;
padding-bottom: 45%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.youtubesize iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.naiyou {
	margin: 0px auto;
	text-align: left;
}

.box {display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	height: auto;
}

.detail ul{
	text-align: left;
}

.detail li{
	list-style-type: none;
	font-family: ryo-gothic-plusn, sans-serif;
}

#text {
	margin: 3% 10%;
}

#text ul {
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 3%;
}

#text li{
	font-family: sans-serif;	
}

.li_caption{
	list-style-type: square;
	font-size: 120%;
	font-weight: bold;
}

.li_non{
	list-style-type: none;
}

.pwatch{
	width: 200px;
}

.hako{
	max-width: 500px;
	margin-bottom: 6%;
}

.ura{
	max-width: 450px;	
	margin-bottom: 6%;
}

#footer {
	overflow: auto;
	background-color: #000;
	width: 100%;
	height: 40px;
	overflow: auto;
	text-align: center;
	padding: 4px;
	padding-top:6px;
	border-top:1px solid #555;
}

#fp {
	margin: 0px !important;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}

.suit{
	width: 90%;
	margin-bottom: 50px;
}

.watch3{
	display: none;
}

.hero{
	width:100%;
}

.price{
	display: none;
}

.feature_text{
	position: relative;
	top:7%;
}

.div_pluswatch{
	width: 100%;
	margin: 0 auto;
}

#pc_h1{display: block;}
#sp_h1{display: none;}
.spbr{display: none;}
.pcbr{display: block;}
/*最大スクリーンの画面レイアウト*/
@media screen and (min-width: 1025px) {

#wrap_side {width: 100%;
	height: auto;
	margin: 0 auto;
}


h3 {margin-bottom: 3%;
	font-size: 36px;
}

.item-box {max-width: 100%;
	margin-top: 30px;
	height: auto;
	overflow:hidden;
}


.watch{
	width: 100%;
	margin: 0px;
}

.watch2{
	width: 60% !important;
	float: none!important;
	margin: 0px !important;
}

.item-box p{
	margin-bottom: 15%;
}	

.clear{
	display: block;
	clear: both;
}	
	
.tokuten {
	height: auto;
	padding-top: 2%;
	width: 100%;
}

	
	
#box {width:100%;
height:auto;
overflow: auto;
display: block;
margin: 0 auto;
overflow:hidden;
}

.item_img {width:80%;
height:auto;
}
	
.area {
	margin-bottom: 10%;
}

.period{
	margin: 0px;
	padding: 10px 0px;
}
	
.naiyou {
	width:550px;
}
	
.naiyou img{
	margin-bottom: 10%;
}
	
.hero{
	width:90%;
	margin:auto;
}	

.item1{
	width: 40%;
	height: auto;
	margin-bottom: 5%;
	margin-right: 5%;
	float: left;			
}	
	
	
.item2{
	width: 40%;
	height: auto;
	margin-bottom: 5%;
	margin-left: 5%;
	float: right;			
}
	
.detail{
	width: 40%;
	margin: 2% auto;
	padding: 0px;
}	

.tw_btn{
	max-width: 	254px;
}	
	
.suit{
	margin-top: 30px;
}
.suit_area{
	margin-top: 3%;
}	
}


/*スクリーン1024pxの画面レイアウト*/
@media screen and (min-width: 601px)  and (max-width: 1024px) {
#wrap {width: 100%;}

#doco_wrap{
	border: none;
	width: 100%;
}	
	
.area{
	padding: 5% 0;
}

h3 {font-size: 36px;
	margin-bottom: 5%;
}

.tokuten {
	width: 60%;
}

.item {width: 100%;}
.item-box {
    width: 90%;
    margin: auto;
    padding: 0px;
    height: auto;
}


.item-box img{
	width: 60%;
	margin-bottom: 3%;
}

.item-box p{
	padding: 0;
	margin-bottom: 15%;
}
	
.naiyou {
	width:620px;
	text-align: center;
}


.detail{
	width: 45%;
	margin: 2% auto;
	padding: 0px;
}

.hero{
	width:90%;
}
	
	

.watch{
	width: 100% !important;
}	

.watch2{
	width: 80% !important;
}	
	
h2{
	display: none;
}
	 
.suit{
	margin-bottom: 0 !important;
}	

.suit_area{
	margin-top:0%;	}	
	
}

@media screen and (max-width: 750px) {
	
#doco_wrap{
	border: none;
	width: 100%;
}	

.box {
	border-left: none;
	border-right: none;
}	
	
.hero{
	width: 90%;
}

.tw_btn{
	margin-bottom: 50px;
}	

.item-box img{
	width: 70%;		
}
	
.watch{
	display:none;
}

.watch3{
	display: block;
	width: 100% !important;
	float: none!important;
	margin: 0px !important;
}

.price{
	display:block;
}
	
h2{
	display: none;
}

.suit_area{
	padding: 0px !important;
}

	
#pc_h1{
	display: none;
}

#sp_h1{
	display: block !important;
}	
	
}



/*スクリーン600pxの画面レイアウト*/
@media screen and (min-width: 415px)  and (max-width: 600px) {
#wrap {width: 100%;}
	
	
#doco_wrap{
	border: none;
	width: 100%;
}

h1 {font-size: 36px;
	line-height: 5vh;
	padding-left: 3%;
	padding-right: 3%;
}

h3 {font-size: 36px;
	margin-bottom: 5%;
}
	
.area {
	padding: 5% 0;
}

.tokuten {
	margin-top: 5%;
}
.item-box {width: 80%;
	overflow:hidden;
}
	
.item-box p{
	margin-bottom: 10%;
}
	
.item {width: 100%;
	height: auto;
}

.naiyou {
	width: 95%;
	font-size: 16px;
	text-align: center;
}

	
.detail{
	width: 60%;
	margin: 2% auto;
	padding: 0px;
}

#text {
	padding: 2%;
}

#text ul {
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5%;
}
	
.price{
	display:block;
}	

.feature_text{
	position: relative;
    top: 3%;
}	

.feature_text h2{
	display: none;
}

.watch2{
	width: 100% !important;	
}	

h2{
	display: none;
}

.suit_area{
	padding: 0px !important;
}

.suit{
	margin-bottom: 0px !important; 
}	
	
}

/*スクリーン414pxの画面レイアウト*/
@media screen and (min-width: 321px) and (max-width: 414px) {
.spbr{display: block;}
.pcbr{display: none;}
#wrap {width: 100%;background-color: rgba(0,0,0,0.4);}
p{font-size: 15px;letter-spacing: 1px;}
.box{width: 98%;}
#doco_wrap{
	border: none;
	width: 100%;
}
	
h1 {font-size: 32px;
	line-height: 36px;
	padding-left: 3%;
	padding-right: 3%;
}

h3 {font-size: 30px;
	margin-bottom: 4%;
}
.div_pluswatch{
	width: 83%;
}
.area {
	padding: 1% 0;
}
.tokuten {
	width: 90%;
}
	
.item-box {width: 96%;
}	

.item-box img{
	width: 75%;		
}	

.item-box p{
	margin-bottom: 15%;
}
	
.item {width: 100%;
	height: auto;
	margin-bottom: 5%;
}

.naiyou {
	width: 98%;
	font-size: 16px;	
	text-align: center;
}
.naiyou p{font-size: 16px;}
	
.hako{
	width: 320px;
}
.ura{
	width: 280px;
}
.pwatch{
	width: 150px;
}

.detail{
	width: 90%;
	margin: 2% auto;
	padding: 0px;
}

.detail ul{
	margin-bottom: 15%;		
}

.period{
	margin: 40px 0;
}

#text ul {
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10%;
}	
	
#text li{
	font-size: 90%;	
}

.watch{
	display: none;
}
	
.watch2{
	width: 100% !important;	
}
	
.watch3{
	display: block;
	width: 100% !important;
	float: none!important;
	margin: 0px !important;
}

.hero{
	width:90%;
}
.suit{
	margin-bottom: 0px !important; 
}
	
.price{
	display: block;
}
	
.feature_text{
	position: relative;
    top: 3%;
}	

h2{
	display: none;
}	

.suit_area{
	padding: 0px !important;
}	
	
}

@media screen and (max-width: 361px) {
h1 {
	letter-spacing:1px;
}
h3{letter-spacing: -1px;
font-size: 28px;}
.div_pluswatch{
	width: 86%;
}
	.detail ul{
		margin-bottom: 0px;
		font-size: 15px;	
	}	
}


@media screen and (max-width: 320px) {
	#wrap {width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.div_pluswatch{
		width: 86%;
	}
	#doco_wrap{
		border: none;
		width: 100%;
	}	

	p{font-size: 15px;}
	
		
	h1 {font-size: 30px;
		line-height: 34px;
		padding-right: 3%;
	}

	h3 {font-size: 26px;
		margin-bottom: 5%;
	}
		
	.hako{
		width: 280px;
	}
	.ura{width: 220px;}
	.area {
		padding-top: 5%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.tokuten {
		width:90%;
		margin-bottom: 10%;
	}
	.item-box {width: 90%;}

	.item-box img{width: 80%;}
		
	.item-box p{
		margin-bottom: 15%;
	}
		
	.item {width: 100%;
		height: auto;
	}

	.naiyou {
		width: 90%;
		font-size: 16px;
		text-align: center;
	}


	.detail{
		width: 95%;
		margin: 2% auto;
		padding: 0px;
	}

	.detail ul{
		margin-bottom: 40px;
		font-size: 14px;	
	}	

	.period{
		margin: 40px 0;
	}

	#text ul {
		text-align: left;
		padding-left: 20px;
		list-style-type: disc;
		list-style-position: outside;
		margin-bottom: 10%;
	}	

	.pwatch{
		width: 130px;
	}	
		
		
	.watch2{
		width: 100% !important;	
	}
		
	.watch3{
		display: block;
		width: 100% !important;
		float: none!important;
		margin: 0px !important;
	}	

	.hero{
		width:90%;
	}

	.suit{
		margin-bottom: 0px !important; 
	}
		
	.price{
		display: block;
	}
		
	.feature_text{
		position: relative;
	    top: 3%;
	}	

	h2{
		display: none;
	}

	.suit_area{
		padding: 0px !important;
	}
	.pcbr{display: none;}
	.spbr{display: block;}
}
