@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-top:0;
	margin-right:0;
	margin-left:0;
	margin-bottom: 200px;/* footerサイズ */
}
ruby.name {ruby-position:before;}
img {
    max-width: 100%;
    height: auto;
	border-style:none;
}
h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size : 90%;
	font-weight : normal;
}
h1:before {
content:"　＞　";
}
h2 {
	color: #a90f22;
	line-height: 1.3;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

wrapper { 
    width: 100%;
    height: 100%;
    min-height: 100%;
	margin: 0 auto;
}
div#continer{
	overflow : hidden;
	background:#39FF6B;
	position:relative;
	min-height: 100%;
}
.title_1 { 
	position: relative;
	margin-top: 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #eee;
}
.title_1::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #ccc;
}
.title_2 { 
position: relative;
	margin-top: 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #ccc;
}
.title_2::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #bbb;
}
.title_shop { 
	position: relative;
	margin-top: 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #222;
}
.title_shop::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #a90f22;
}


/* ページトップボタン */

#pageTop{
	z-index: 500;
	background-image: url(../img/pagetop_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 66px;
	height: 66px;
}
#pageTop:hover{
	background-image: url(../img/pagetop_on.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* 購入ジャンプボタン */

#kounyu{
	z-index: 500;
	background-image: url(../img/kounyu_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	bottom: 85px;
	right: 10px;
	width: 66px;
	height: 66px;
}
#kounyu:hover{
	background-image: url(../img/kounyu_on.png);
	background-repeat: no-repeat;
	background-position: left center;
}
	
/* メニュー */

#menu span {
    display: none;
}
#menu{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	padding-left: 2%;
	margin-top:10px;
	margin-bottom:10px;
}
#menu li a{
	background-color: #000000;
	color: #a90f22;
	display: block;
	text-align: center;
	text-decoration: none;
	white-space: normal;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;

    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;

    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;

    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;

    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
#menu li a:hover{
  color: #ffffff;
}

/* メイン */
/* 製品情報 */
.w_spec {
	overflow : hidden;
	background-color: #ffffff;
	padding-bottom:3.5em;
}
.spec,.spec2 {
	line-height: 1.5;
	padding: 0;
}
.spec_material1,.spec_material2,.spec_material3,.spec_material6,.spec_material7{
	margin-top:2em;
	padding:0.3em;
	color:#fff;
	letter-spacing: 0.3em;
	font-size:1.3em;
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.spec_material1{
	background: linear-gradient(90deg,#2b1830, #FFF);
}
.spec_material2{
	background: linear-gradient(90deg,#03154a, #FFF);
}
.spec_material3{
	background: linear-gradient(90deg,#302118, #FFF);
}
.spec_material6{
	background: linear-gradient(90deg,#0c3229, #FFF);
}
.spec_material7{
	background: linear-gradient(90deg,#0b163b, #FFF);
}

.spec_p {
	float: left;
	margin: 0;
	background: #fff;
	background-position: top right;
	background-repeat: no-repeat;
}
.spec_p img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.spec_t,.spec2_t {
	float: left;
	margin-top: 0em;
	margin-left: 3em;
	margin-right: 3em;
	max-width: 580px;
}
.spec_t h2 {
	font-size: 1.3em;
	margin-bottom: 2.5em;
	margin-top: 1.8em;
}

.spec,.spec2 dl{
line-height: 1.6em;
}
.spec dl dt,.spec2 dl dt{
	color: #664A3D;
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.spec dl dd,.spec2 dl dd{
	margin: -1.6em 0 0.5em 0;
	padding:0.1em 0 0.3em 8em;
	border-bottom:dotted 2px #ccc;
}

.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.15em 0.5em;
	border-radius: 3px;
    text-decoration: none;
    color: #a90f22;
    background: #ECECEC;
    transition: .4s;
  }

.square_btn:hover {
    background: #a90f22;
    color: white;
}

/* グッズ紹介 */
.w_goods1 {
	overflow: hidden;
	background-color: #ddd;
	background-image:url(../img/goods_bg.jpg); 
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	max-width: 1920px;
	padding-bottom:3.5em;
}
.w_goods2 {
	overflow: hidden;
	background-color: #fff;
	background-image:url(../img/goods_bg2.jpg); 
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	max-width: 1920px;
	padding-bottom:3.5em;
}
.goods_t {
	color: #222222;
	margin-right: 2em;
	display:inline;
	float: left;
	padding: 0;
	word-wrap: break-word;
	font-size: 1.0em;
	font-weight: 500;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	max-width: 580px;
}
.goods_p {
	padding-top: 2.5em;
	padding-right: 2.5em;

}
.goods a {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}

.goods_t h2{
	font-size: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1.4em;
}
.text {
	display: inline-block;
}

.text b{
	color: #fff;
	background: linear-gradient(transparent 70%, #000 60%);
}
.goods p{
	color: #000;
	line-height: 1.3;
	font-weight: bolder;
	font-size: 1.3em;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top: 1em;
}
.bag_info{
	text-align: center;
	max-width: 1920px;
	margin-top: 1.5em;
}
/* 特典情報 */
#tokuten {
	line-height: 1.5;
	margin-left: 3em;
	margin-right: 3em;
}
#tokuten h2{
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#tokuten_t {
	display: block;
	float: left;
	padding: 0;
	word-wrap:break-word;
	max-width: 650px;
	padding-bottom:50px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#tokuten img{
	margin-left: 3em;
	margin-top: 1.5em;
}

#w_tokuten {
	background-color: #b8b8b8;
	overflow : hidden;
	background-image: url(../img/tokuten_bg.jpg); 
	background-repeat: repeat;
	background-color: #fff;
	padding-bottom:3.5em;
}
/* 購入リンク */
#w_link{
	overflow : hidden;
	background-color: #000000;
	padding-bottom:3.5em;
}
#link{
	text-align: center;
	max-width: 1920px;
	margin: 0;
    padding: 0;
}
#group {
	padding-left: 2em;
	padding-top:40px;
	overflow: hidden;
    display: inline-block;
	text-align: center;
}
#link img{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#link p{
	float:left;
}
#link h2{
	color:#ffffff;
}

/* lwリンク */
#w_lwall{
	overflow : hidden;
	padding-top:2.5em;
	padding-bottom:2.5em;
	background: #222;
	border-bottom: #222 solid 7px;
	background-image:url(../img/goods_bg.jpg);
	background-position:bottom;
}
#lw_all{
	text-align: center;
	max-width: 1920px;
	margin: 0;
    padding: 0;
}
#lw_all img{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#lw_all a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#lw_all p{
	float: left;
	color: #fff;
}
#lw_all h2{
	max-width: 1032px;
	max-height: 119px;
	margin:auto;
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	text-align: center;
}
.s_button{
	margin-bottom:10px;
}
.group {
	padding-top: 0.2em;
	overflow: hidden;
    display: inline-block;
	text-align: center;
	line-height: 1.3;
	font-size: 0.8em; 
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* Bag_info */
#w_lwinfo{
	overflow : hidden;
	padding-bottom: 3.5em;
	background-color: #1d0804;
	border-top:3px solid #fde387;
	border-bottom:3px solid #fde387;
}
#lw_info{
	text-align: center;
	max-width: 1920px;
	margin: 0;
    padding: 0;
}
.group {
	padding-top: 0.2em;
	overflow: hidden;
    display: inline-block;
	text-align: center;
	color: #e4007f;
	line-height: 1.3;
	font-size: 0.8em; 
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#lw_info img{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#lw_info p{
	float:left;
	color: #000;
}
#lw_info h2{
	max-width: 767px;
	max-height: 56px;
	margin:auto;
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	text-align: center;
}
/* 0 to 768px */

body {
	-webkit-text-size-adjust: 100%; 
}
header {
	padding: 0;     
	margin: 0 auto;
	width: 100%;
	background-color: #000;
    color: #ffffff;
}
header h1 {
		margin: 0;
		padding: 0;
}
header h2 {
		margin: 0;
		padding: 0;
}
#main {
	background-color: #ffffff;
	padding-left : 0%;
	padding-right : 0%;
	margin: 0 auto;
}

.footer {  /*<footer class="footer">*/
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;/* フッターサイズ */
	background-color: #a90f22; 
}
#back {
	padding-top : 30px;
	text-align: center;
}
#copyright {
	padding-top : 30px;
	text-align: center;
}
/**/
@media only screen and (min-width: 769px) {
header {
	min-width: 800px;
	overflow: hidden;
}
	header h1 {
		width: 950px;
		margin: 0;
		padding: 0;
	}
	header h2 {
		width: 800px;
		margin: 0;
		padding: 0;
	}
#main {
	min-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
#main article {
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}
footer {
	min-width: 800px;
	overflow: hidden
}
footer #copyright {
		width: 800px;
		margin: 0 auto;
		padding: 10px;
}
