@charset "utf-8";

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

html {
	box-sizing: border-box;
	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 {
	line-height: 1.3;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
h3 {
	margin-top: 3%;
	font-size : 90%;
}

wrapper { 
    width: 100%;
    height: 100%;
    min-height: 100%;
	margin: 0 auto;
}
div#continer{
	overflow : hidden;
	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 #ffffff;
}
.title_2::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #ff6ca9;
}
.title_3 { 
position: relative;
	margin-top: 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #e6e6e7;
}
.title_3::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #505050;
}
.title_4 { 
position: relative;
	margin-top: 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #e6e6e7;
}
.title_4::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #d25b85;
}
.title_5 { 
position: relative;
	margin-top: 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #e6e6e7;
}
.title_5::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #d77550;
}
.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: #271f04;
}


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

#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-box {
	margin: 0;
	padding: 0;
}
#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: #111111;
	color: #ee6a9d;
	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;
}

.youtube {padding-top: 40px;}

.youtube iframe{width: 75%;
                aspect-ratio: 16 / 9;
			    border-radius: 15px;
			    border-color:lightskyblue;
			    background-color: white;}

/* メイン */
/* 製品情報 */
.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: 0em;
	max-width: 580px;
}
.spec_t h2 {
	font-size: 1.3em;
	margin-bottom: 2.5em;
	margin-top: 1.8em;
}
.spec_c {
	float: left;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 3em;
	max-width: 500px;
}
.spec_c h2 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	color: #664A3D;/*文字色*/
	border: solid 2px #ccc;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
}
.spec_c p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
.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: #bbccd9;
    background: #ECECEC;
    transition: .4s;
  }

.square_btn:hover {
    background: #bbccd9;
    color: white;
}
.small{
	font-size: 0.8em;
}
/* グッズ紹介 */
.w_goods1 {
	overflow: hidden;
	background-color: #ddd;
	background-image:url(../img/goods_bg1.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;
}
.w_goods3 {
	overflow: hidden;
	background-color: #fff;
	background-image:url(../img/goods_bg3.jpg); 
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	max-width: 1920px;
	padding-bottom:3.5em;
}
.w_goods4 {
	overflow: hidden;
	background-color: #fff;
	background-image:url(../img/goods_bg4.jpg); 
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	max-width: 1920px;
	padding-bottom:3.5em;
}
.w_goods5 {
	overflow: hidden;
	background-color: #fff;
	background-image:url(../img/goods_bg5.jpg); 
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	max-width: 1920px;
	padding-bottom:3.5em;
}
.w_goods6 {
	overflow: hidden;
	background-color: #fff;
	background-image:url(../img/goods_bg6.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: #181a1b;
	margin-right: 2em;
	display:inline;
	float: left;
	padding: 0;
	word-wrap: break-word;
	font-size: 1.1em;
	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: 1.3em;
	padding-right: 2.5em;

}
.goods a {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.link_btn {
	font-size: 1.2em;
	font-weight: bolder;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	min-width:9.5%;
    display: inline-block;
    padding: 0.2em 1em;
    text-decoration: none;
	text-align: center;
    color: #fff;
	margin: 0.2em 0.2em;
}

.link_btn:hover {
    background-color:rgba(241,239,236,0.3);
    color: #907333;
}
.goods_t h2{
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 1.4em;
}
.text {
	display: inline-block;
}

.text b{
	color: #fff;
	background: linear-gradient(transparent 70%, #fff87b 60%);
}
.goods p{
	line-height: 1.0;
	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";
}
.goods b{
	color: #6200ff;
	font-weight: bolder;
	font-size: 1.2em;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top: 1.2em;
}
.bline{
	background: linear-gradient(transparent 70%, #8edae2 70%);
}
.bline2{
	background: linear-gradient(transparent 70%, #bbb5d6 70%);
}
.bline3{
	background: linear-gradient(transparent 70%, #e8abc1 70%);
}
.bline4{
	background: linear-gradient(transparent 70%, #ebb9a6 70%);
}
.ssmall{
	font-size: 0.7em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	color: #869ec6;
}
.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;
	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;
}

#link img{
	max-width: 1000px;
	width: 90%;
	height: auto;
}
#group {
	padding-left: 2em;
	padding-top:10px;
	overflow: hidden;
    display: inline-block;
	text-align: center;
}
#shop img{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#shop p{
	float:left;
}

#shop h2{color:white;
padding-top:20px;}

#link h2{
	color:#ffffff;
}

/* edtリンク */
#w_edtall{
	overflow : hidden;
	padding-bottom:3.5em;
	background: #eeeeee;
	/*background-image:url(../img/bgline.jpg),
					 url(../img/bgline.jpg);
	background-repeat:repeat-x;
	background-position:bottom,
						top;*/
}
#edt_all{
	text-align: center;
	max-width: 1920px;
	margin: 0;
    padding: 0;
}
#edt_all img{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#edt_all a:hover img {
	background-color: #fe8bb1;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-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;
	animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
#edt_all p{
	float: left;
}
#edt_all h2{
	max-width: 1032px;
	max-height: 119px;
	margin:auto;
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	text-align: center;
}
[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 > img,
.img-flex-2 a { width: 49%; }
.img-flex-3 > img,
.img-flex-3 a { width: 32%; }
.img-flex-4 > img,
.img-flex-4 a { width: 24%; }
.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";
}
#lw_all{
	text-align: center;
	max-width: 1920px;
	margin: 0;
    padding: 0;
}
.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";
}
.s_button{
	margin-bottom:10px;
}
#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;
}
#lw_all h2{
	max-width: 1032px;
	max-height: 119px;
	margin:auto;
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	text-align: center;
}
/* Bag_info */
#w_edtinfo{
	overflow : hidden;
	padding-bottom: 3.5em;
	background-color: #1d0804;
	border-top:3px solid #fde387;
	border-bottom:3px solid #fde387;
}
#edt_info{
	text-align: center;
	max-width: 1920px;
	margin: 0;
    padding: 0;
}
.group {
	text-align: center;
	margin: 0 auto;
	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";
}
#edt_info img{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#edt_info p{
	float:left;
	color: #000;
}
#edt_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%;
    color: #ffffff;
	background-color: #111111;
}
header img {
	padding: 0;     
	margin: 0;
	display: block;
}
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: #5b95f2; 
}
#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;
}
}