/* -- 初期設定 -- */
@charset "UTF-8";

/* -----------------------------------------------------------
	リセットCSS
------------------------------------------------------------*/
/*html5doctor.com Reset Stylesheet v1.4.1 2010-03-01 Author: Richard Clark - http://richclarkdesign.com*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration: line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}


*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
a:link, a:visited, a:hover, a:active {
  ;
  text-decoration: none!important;;
}
div {
box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p,li,dt,dd,th,td {
color: #333;
font-size: 20px;
line-height: 160%;
}
li {
list-style: none;
}
em{font-style: normal;font-weight: normal;}

img{width: 100%;}
/* -- 初期設定 -- */

/* -- 共通項目pc -- */
/* -----------------------------------------------------------
	common
------------------------------------------------------------*/

body {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;line-height: 160%;
-webkit-text-size-adjust: 100%;
}

main{
  width:100%;
	background: url(../images/shouhin_bg.jpg)no-repeat;
	background-size:contain;
}

.boxcenter{margin: 0 auto;}

.pc_block{display: block;}
.pc_flex{display: flex;}
.pc_inline{display: inline;}
.pc_inblock{display: inline-block;}
.sp_block,.sp_flex,.sp_inline,.sp_inblock{display: none;}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

.t-center {text-align: center;}
.t-right {text-align: right;}
.f-bold {font-weight: bold;}

/* -----------------------------------------------------------
	page
------------------------------------------------------------*/

#page {
min-width: 1000px;
}

.inner {
height: 100%;
padding: 50px 0 10px;
width: 1000px;
margin: 0 auto;
}

/* -- 共通項目 -- */

/* -- 共通項目smp -- */
@media only screen and (max-width: 767px) {
	main{
		width:100%;
}
	.boxcenter{margin: 0 auto;}

	.sp_block{display: block;}
	.sp_flex{display: flex;}
	.sp_inline{display: inline;}
	.sp_inblock{display: inline-block;}
	.pc_block,.pc_flex,.pc_inline,.pc_inblock{display: none;}
	/* -----------------------------------------------------------
		page
	------------------------------------------------------------*/

	#page,
	.inner {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	}

}

/* -- フッター、ヘッダー、ナビゲーション -- */
.headwrapper{
	background:url(../images/mv_pc_bg.jpg);
	background-size: cover;
	clear: both;
	background-position: center top;
}

.headwrapper h1{
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.headwrapper h1 img{width: 100%}

/* -----------------------------------------------------------
	header&footer
------------------------------------------------------------*/

#header {
padding: 15px 0 10px;
border-bottom: 1px solid #f0a44b;
background: url(../images/action_bg01.png) repeat;
}

#footer {
padding: 15px 0 10px;
background: url(../images/action_bg01.png);
}

#header .inner,
#footer .inner {
padding: 0;
}

#header p,
#footer p {
color: white;
font-size: 12px;
margin-bottom: 5px;
}

#header .fl-right .fl-left,
#footer .fl-right .fl-left {
margin-right: 10px;
}

.fl-left {
float: left;
}

.fl-right {
float: right;
}

.wrap {
overflow: hidden;
}


/* -- フッター、ヘッダー、ナビゲーション -- */
/* -- 共通項目 -- */
@media only screen and (max-width: 767px) {
	header{
		width:100%;
		max-width:750px;
	}
	.headwrapper,.footwrapper{width:100%;}
	.headwrapper{background:none;}
	.headwrapper h1{
		text-align: center;
		padding: 0;
		width: 100%;
		max-width: 1200px;
		margin: auto;
		line-height: 0;
	}

	footer{
		width:100%;
		max-width:750px;
		clear:both;
	}
/* ------------
	header & footer
--------------*/

#header,
#footer {
padding: 10px 5px;
text-align: center;
}

#header .inner,
#footer .inner {
padding: 0;
}

#header p,
#footer p {
margin-bottom: 0;
font-size: 12px !important;
}

#header .inner > .fl-left,
#header .inner > .fl-right,
#footer .inner > .fl-left,
#footer .inner > .fl-right {
float: none;
width: 100%;
}

#header .inner > .fl-right,
#footer .inner > .fl-right {
max-width: 500px;
}

#header .fl-right .t-right,
#footer .fl-right .t-right {
text-align: center;
}

#header .fl-right .fl-left,
#header .fl-right .fl-right,
#footer .fl-right .fl-left,
#footer .fl-right .fl-right {
width: 48%;
margin: 0 1%;
}

#header .fl-right .fl-left img,
#header .fl-right .fl-right img,
#footer .fl-right .fl-left img,
#footer .fl-right .fl-right img {
vertical-align: middle;
}


}
/* -- 共通項目 -- */
/* -- ファーストビュー -- */



/* -- ファーストビュー -- */

/* -- コンテンツ -- */
.mv{
	/*! height:55vh; */
	background:url(../images/mv_bg.jpg)no-repeat center;
	background-size:cover;
}
.mvsub01{
	background:url(../images/introduction_bg_pc.png)no-repeat center bottom;
	padding-bottom:160px;
	background-size:cover;
}
.mvsub01 > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mvsub01_1{
	max-width: 410px;
	width: 100%;
}
.mvsub01_2{
	width: 540px;
	padding-top:40px;
	font-size:24px;
	color:#FFF;
	line-height: 2;
	background:url(../images/mv_pc_txt_bg.png)no-repeat top right;
}
.limited_box {
	padding-bottom: 60px;
	clear:both;
	margin-top: -100px;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.limited_box_ph {width: 380px; line-height:0;}
.limited_box_txt_point {
	background:#a40000;
	color:#FFF;
	font-weight:bold;
	padding:0.5% 1%;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	letter-spacing:1px;
}
.limited_box_txt > p {font-size:26px; line-height:2.0; font-weight: bold}
.limited_box_txt strong {font-size:42px; color:#e60012; line-height: 1.8;}
.limited_box_txt em {font-size:120%; font-weight: bold}
.limited_box_txt_line {background: linear-gradient(transparent 50%, #fff45c 50%);}

@media only screen and (max-width: 767px) {
	.mv{
		background-size:100%;
		padding:0;
	}
	.mvsub01{
		background:url(../images/introduction_bg_sp.png)no-repeat center bottom;
  	padding-bottom:50px;
		background-size: cover;
	}
	.mvsub01 > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mvsub01_1{
		max-width: 70%;
		margin: auto;
	}
	.mvsub01_2{
		width: 90%;
		padding-top:20px;
		font-size:16px;
		margin:auto;
		line-height: 2;
		background:url(../images/mv_pc_txt_bg.png)no-repeat top right;
		background-size:30%;
	}

	.limited_box {
		padding-bottom: 5%;
		clear:both;
		margin-top: 0;
		display: block;
	}
	.limited_box_ph {width: 70%; margin:auto;}
	.limited_box_txt_point {
		background:#a40000;
		color:#FFF;
		font-weight:bold;
		padding:0.5% 1%;
		letter-spacing:1px;
	}
	.limited_box_txt {width:100%;text-align: center;}
	.limited_box_txt > p {font-size:18px; line-height:2.0; font-weight: bold;letter-spacing: -1px;}
	.limited_box_txt strong {font-size:24px; color:#e60012; line-height: 1.8;}
	.limited_box_txt em {font-size:120%; font-weight: bold}
	.limited_box_txt_line {background: linear-gradient(transparent 50%, #fff45c 50%);}

}
.shohin{
	background:url(../images/shouhin_bg.jpg)no-repeat top 50% center;
	/*! background-size: 90%; */
	clear: both;
	padding-top:40px;
}
.shohin h2{
	width: 100%;
	max-width:640px;
  margin: 0 auto 50px;
}
.shohin .shohin_waku{
	width:930px;
	background:url(../images/shouhin_box_bg.jpg);
	border: 2px solid #ca9b64;
	padding:20px;
	box-shadow: 3px 3px 7px #ccc;
	margin:auto;
	margin-bottom:50px;
	/*! overflow: hidden; */
}
.shohin .shohin_box{
	background: #fff;
	position: relative;
	box-shadow: 1px 1px 3px #bbb;
	padding-bottom: 20px;
}
.shohin_ph{
	width: 41%;
	position: absolute;
	top:-30px;
	/*! overflow: hidden; */
}
.shohin h3{
	position: relative;
	top:20px;
	background:#2b2b2b;
	border-top: 3px solid #ddbc21;
	overflow: hidden;
	font-size:38px;
	color:#fff;
	padding:2% 0 1%;
	padding-left:43%;
	letter-spacing: -2px;
}
.shohin h3 small{font-size: 60%;}
.shohin_txt{
	width: 270px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 12px;
	margin: 180px 0 10px 50px;
	padding: 10px 20px;
	border:2px solid #888;
	line-height: 1.5;
}
.shohin_kingaku {
	position: absolute;
	top:90px;
	right: 42px;
	width: 52%;
	background:url(../images/off_coin.png) no-repeat right 8% top 60%;
	background-size: 18%;
}
.shohin sub {
	font-size: 70%; //お好きなサイズに
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em; //お好きな位置に
}
.shohin_com{
	font-size:14px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	margin-bottom: 10px;
	line-height: 1.5;
}
.shohin_tujowaku{
	font-size:14px;
	border: 1px solid #000;
	width: 18%;
	padding: 3px 4px;
	text-align: center;
	margin-right: 10px;
	float:left;
	line-height: 1.2;
}
.shohin_tujo{font-size: 24px; font-weight: bold;padding-top: 10px;}
.shohin_tokubetu {
	padding-left:50px;
	position: relative;
	font-size: 52px;
	font-weight: bold;
	color:#a40000;
	line-height: 0.8;
	margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
	.shohin_tujo{padding-top: 20px;}
	.shohin_tokubetu {}margin-top: 20px;
}
.shohin_tujo em,.shohin_tokubetu em {font-size: 166%;}
.shohin_tokubetu:before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background:url(../images/arrow.png) no-repeat;
	position: absolute;
	left: 15px;
	top: 15px;
}
.shohin_icon{margin-top:20px;}
.shohin_icon ul{display: flex;flex-wrap: wrap;align-items: flex-end;}
.shohin_icon ul li {width: 28%;line-height: 0; margin-right:2%;}
.shohin_icon ul li:last-child {width: 64%;}
.shohin_icon ul li img {width: 100%}
.shohin_btn form {font-size: 18px;display: flex;align-items: center;}
.shohin_btn input {width: 66%; /*! margin:2% 0 0; */}
.shohin_btn input:last-child {width: 80%; margin-left: 5%;}
.shohin_btn{align-items: end}
.shohin_btn form input[type="text"] {
margin: -3px 5px 0;
font-size: inherit;
border: 1px solid #afafaf;
	-webkit-box-sizing:border-box;
box-sizing: border-box;
box-shadow: 1px 1px 3px #ccc inset;
padding: 2px 5px;
}

.shohin_btn form input[type="submit"] {
width: 100%;
font-size: 0;
margin-top: 20px;
background: #f6555b;
outline: 1px solid #f39514;
}

@media only screen and (max-width: 767px) {
	.shohin .shohin_waku{
		width:90%;
		background:url(../images/shouhin_box_bg.jpg);
		padding:3%;
		box-shadow: 2px 2px 5px #ccc;
		margin:auto;
		margin-bottom:50px;
	}
	.shohin .shohin_box{overflow: hidden;
		box-shadow: 1px 1px 3px #bbb;
		padding: 0;
		}
	.shohin_ph{
		width: 95%;
		position: static;
		margin: 3% auto;
	}

	.shohin h2{width: 80%;margin-bottom: 20px;}
	.shohin h3{
		position: static;
		font-size:24px;
		color:#fff;
		margin-top:5%;
		padding:2% 0 2% 2%;
		letter-spacing: 0;
	}
	.shohin h3 small{font-size: 60%;}
	.shohin_txt{
		width: calc(580 / 750 * 100vw);
		background:url(../images/shouhin_waku_mdl.png);
		background-size:contain;
		margin: auto;
	}
	.shohin_txt:after,.shohin_txt:before{width: calc(580 / 750 * 100vw);}
	.shohin_kingaku {
		position: static;
		width: 90%;
		margin: 20px auto;
		background:url(../images/off_coin.png) no-repeat right 0 top 36%;
		background-size: 19%;
	}
	.shohin_com{
		font-size:14px;
		font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	}
	.shohin_tujowaku{
		font-size: calc(24 / 750 * 100vw);
		border: 1px solid #000;
		width: 22%;
		padding: 2px 2px;
		text-align: center;
		/*! margin-top:10px; */
		margin-right: 5px;
		float:left;
		line-height: 1.2;
	}
	.shohin_tujo{font-size: calc(40 / 750 * 100vw); font-weight: bold;}
	.shohin_tokubetu {
		padding-left:16%;
		position: relative;
		font-size: calc(92 / 750 * 100vw);
		font-weight: bold;
		color:#a40000;
		line-height: 0.8;
		margin-top: 10px;
	}
	.shohin_tujo em,.shohin_tokubetu em {font-size: 150%;}
	.shohin_tokubetu:before{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background:url(../images/arrow.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.shohin_btn form {font-size: 14px;display: flex; align-items: center;}
	.shohin_icon{margin:15px auto 0px; }
	.shohin_icon ul{justify-content: center;}
	.shohin_icon ul li {margin:2% 3%; width: 32%;}
	.shohin_icon ul li:last-child {width: 100%;margin: auto;}
	.shohin_icon ul li img {width: 100%}
	.shohin_btn input {width: 58%; margin-left: 2%;}
}

.aisatu{
	padding:60px;
	background:url(../images/aisasth_bg.jpg)no-repeat;
	background-size: cover;
	overflow: hidden;
}
.aisatu_box{
	width:930px;
	margin: auto;
}
.aisatu_ph{ width: 48%; float: right;}
.aisatu_com{ width: 50%; float: left; margin-top:30px;}
.aisatu_txt {
	clear: both;
	text-align:center;
	font-size:29px;
	font-weight:bold;
	color:#59493f;
}
@media only screen and (max-width: 767px) {
	.aisatu{
		padding:3%;
		background:url(../images/aisasth_bg.jpg)no-repeat;
		background-size: cover;
	}
	.aisatu_box{
		width:100%;
		margin: auto;
	}
	.aisatu_ph{ width: 80%; float: none;margin: auto;}
	.aisatu_com{ width: 90%; float: none;margin:2% auto}
	.aisatu_txt {font-size:20px;}
}

.maincontent05{
	padding:40px 0;
	background:url(../images/last_bg_pc.jpg)no-repeat center;
	border-top:5px solid #f9b553;
	border-bottom:5px solid #f9b553;
	background-size: cover;
}
.last_box{
	width: 50%;
	margin-left:45%;
}
.last_box h2 {width:540px; margin-bottom:20px;}
.last_box h3 {font-size: 26px; line-height: 1.2;font-weight: normal;}
.last_box h3 em {font-size:128%; color:#e88119;}
.last_box p {
	font-size: 18px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: bold;
	color:#59493f;
}
@media only screen and (max-width: 767px) {
	.maincontent05{
		padding:30px;
		background:url(../images/last_bg_sp.jpg)no-repeat center;
		background-size:cover;
	}
	.last_box{
		width: 100%;
		height: 65vh;
		margin:auto;
	}
	.last_box h2 {width:90%; margin:auto; margin-bottom:20px;}
	.last_box h3 {font-size: calc(34 / 750 * 100vw); line-height: 1.2;}
	.last_box h3 em {font-size:128%; color:#e88119;}
	.last_box p {
		font-size: calc(26 / 750 * 100vw);
		font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
		font-weight: bold;
		color:#59493f;
	}
}
.maincontent06{
	padding:30px;
	background:url(../images/maincontent06_bg.png);
	border-top:5px solid #f9b553;
	/*! border-bottom:5px solid #e88119; */
}
.last_box{
	width: 50%;
	margin-left:49%;
}
.last_box h2 {width:430px; margin-bottom:20px;}
.last_box h3 {font-size: 26px; line-height: 1.4;font-weight: normal;margin-bottom: 15px;}
.last_box h3 em {font-size:128%; color:#e88119;}
.last_box p {
	font-size: 18px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: bold;
	color:#59493f;
}
@media only screen and (max-width: 767px) {
	.maincontent06{
		padding:00px;
	}
	.last_box{
		width: 100%;
		/*! height: 60vh; */
		margin:auto;
	}
	.last_box h2 {width:100%; margin:auto; margin-bottom:20px;}
	.last_box h3 {font-size: calc(34 / 750 * 100vw); line-height: 1.2;}
	.last_box h3 em {font-size:128%; color:#e88119;}
	.last_box p {
		font-size: calc(26 / 750 * 100vw);
		font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
		font-weight: bold;
		color:#59493f;
	}
}
/* -- コンテンツ -- */

/* -- トップへ戻る -- */
.pageTopBtn {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 5000;
}
.pageTopBtn a {
	display: block;
	width: 60px;
	height: 60px;
	display: block;
	background:#fff;
	text-align:center;
	color:#f9b553;
	border-radius:10px;
	font-size:16px;
	line-height:20px;
	padding-top:8px;
	border:#f9b553 solid 2px;
	opacity:0.75;
}

@media only screen and (max-width: 767px) {
.pageTopBtn {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 5000;
}
}
/* -- トップへ戻る -- */

/* -----------------------------------------------------------
	copyright
------------------------------------------------------------*/

#copyright {
padding: 10px 0;
background: url(../images/action_bg01.png);
}

#copyright p {
color: #fff;
text-align: center;
font-size: 14px;
}
