﻿@charset "utf-8";
* {
	min-height:0;
	min-width : 0;
	}

body{
	height: 100%;
	font-family: YakuHanJP_Noto,Noto Sans JP,sans-serif;
	background: #000;
	background-size: 100%;
	font-size: 1.2em;
	color:#fff;
	}
@media only screen and (max-width: 768px) {
	body{font-size: 1em;}
	}
a {
	color: #82b2e2;
	text-decoration: none;
	cursor: pointer;
	}
a:visited	{color: #82b2e2;}
a:hover		{color: #fff;}
a:focus, *:focus { outline:none; }

rt {font-size: 0.4em}


header h1{
	width: 100%;
	max-width: 1280px;
	margin: 20px auto 20px;
	}

header h1>img {
	display: block;
	width: 12%;
	max-width: 150px;
	min-width: 60px;
	margin: 0 auto;
	}

/*トップページ専用*/
.top header h1{
    width: 40%;
    max-width: 200px;
    padding: 0;
	margin: 100px auto 40px;
	}

.top header h1>img {
	display: block;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    padding: 0;
	margin: 0;
    }

/*トップページはメニューの見出しを消す*/
.top .menu-label:after {
    background-image: none;
    }

.ampConcept {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 100px;
    }

.ampConcept>img {
	display: block;
	width: 100%;
	margin: 0;
    }

h2 {
	box-sizing: border-box;
	font-size: 1.8em;
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	}

h2 img {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	}

/*トップページのラインナップの場合*/
section.lineup h2 {
    margin: 0 5% 0;
    font-size: 1.2em;
    }

h3 {
	box-sizing: border-box;
	color:#fff;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	}
/*トップページのラインナップの場合*/
section.lineup h3 {
    font-size: 0.9em;
    font-weight: normal;
    padding: 0 0 0.5em;
    margin: 0 5% 0;
    /*border-bottom: 1px #fff solid;*/
	}


h4{
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0;
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	}

h5 {
	
	}

p {
	padding: 0 40px 20px 40px;
	line-height: 1.6;
	font-size: 0.9em;
	margin: 0 0 1em;
	}

/*トップページのラインナップの場合*/
section.lineup p {
    padding: 0;
    font-size: 0.7em;
    margin: 0 5% 0;
    color: #c2a437;
    }


dl {
	padding: 20px 40px 0 40px;
	line-height: 1.6;
	font-size: 0.8em;
	}

dt {
	font-weight: bold;
	margin: 0 0 0.5em;
	color: #419ee5;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	font-size: 0.9em;
	/*color: #4D4D4D;*/
	}

ul {
	margin: 0 0 1em;
	padding: 0 1em 20px 4em;
	font-size: 0.9em;
	}

li {
	margin-bottom: 0.5em;
	line-height: 1.6em;
	}

table {
	border: none;
	border-collapse: collapse;
	margin: 1em auto 1em;
	}

th, td {
	border: none;
	padding: 5px 20px;
	vertical-align: top;
	}

th {
	word-break: keep-all;
	text-align: right;
	}

strong, .errorTxt {color:#D20030;}
em {text-decoration: none;font-style: normal;}
strong, em {font-weight: bold;}

/*フェード*/
a, .chronology h3, .modal img, #openBtn, nav ul li>a, nav ul li.dllink {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*MS Edgeのバグ対応とりあえず*/
@supports (-ms-ime-align: auto) {
	a{transition: none;}
	}

/*上へもどる*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 0;
	margin: 0;
	z-index: 999;
	}

#pageTop a {
	display: block;
	padding: 0;
	margin: 0;
	width: 400px;
	border: 1px #fff solid;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}

#pageTop a>img {display: block; width: 100%;max-width: 600px;margin: 0;padding: 0;}

#pageTop a:hover {
	}


/*汎用ボタン*/
.button {padding: 0;margin: 10px auto 0;}
.button a {
	display: block;
	box-sizing: border-box;
	width: 93%;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 20px;
	border: 3px rgb(255,255,255) solid;
	border-radius: 2px;
	background: #d71318;
	background: -moz-linear-gradient(top,  #d71318 0%, #be0000 99%);
	background: -webkit-linear-gradient(top,  #d71318 0%,#be0000 99%);
	background: linear-gradient(to bottom,  #d71318 0%,#be0000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71318', endColorstr='#be0000',GradientType=0 );
	box-shadow: 5px 8px 0px 0px rgba(0,0,0,0.2);
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}

.button a span {font-size:1.8em;}

.button.tweet a {
	background-color: #1da1f2;
	color: #fff;
	}

.button.disabled a {
	background-color: #666;
	}

.button a:hover {box-shadow: 5px 8px 0px 0px rgba(0,0,0,0.25);}
.button.disabled a:hover {opacity:1;cursor:default;}


.twitterLink {
	margin-top: 0px;
	margin-bottom: 60px;
	}

.twitterLink a{
	max-width: 900px;
	margin: 0 auto 0;
	font-size: 1em;
	}

/*記事用*/
.small	{font-size: 0.6em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.8em;}
.center	{text-align: center;padding-left: 0.5em;padding-right: 0.5em;}
.spaced {padding: 1em;}
.left	{text-align: left;}
.right	{text-align: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.hide {display: none;}
.sun {color: #f00;}
.sat {color: #008FEB;}
.price {font-size: 1.4em;font-weight: bold;}
.sponly {display:none;}
.nosp{display:inherit;}
.markup{display:inline-block;font-size: 0.9em;color:#f60;}
.new {display:inline-block;background-color: #d71318;font-size: 0.6em;font-weight: bold;color:#fff;text-shadow: none;vertical-align:text-top;padding: 3px 10px;border-radius: 10px;margin-left: 0.5em;}


/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

/*大枠*/
.primaryContainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	line-height: 1.6;
	overflow: hidden;
	letter-spacing: 0.1em;
	background: -webkit-linear-gradient(rgba(181,167,103,0.7) 0%, rgba(125,104,3,0.5) 15%, rgba(0,0,0,1) 32%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(rgba(181,167,103,0.7) 0%, rgba(125,104,3,0.5) 15%, rgba(0,0,0,1) 32%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(rgba(181,167,103,0.7) 0%, rgba(125,104,3,0.5) 15%, rgba(0,0,0,1) 32%, rgba(0,0,0,0.5) 100%);
	}


/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
	width: 100%;
	}

section {
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: 1280px;
	width: 100%;
	}

section.cpInfo {
    margin-bottom: 4%;
}

section.cpInfo > p {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 0;
    font-size: 1.0em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    }

/*トップページの商品ラインナップ*/
section.lineup {
    display: flex;
    flex-wrap: wrap; 
	width: 97%;
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
    }

@media only screen and (max-width: 768px) {
	section.lineup {width: 95%;}
}

section.lineup > div {
    flex-basis: calc(100% / 3);
    margin-bottom: 2.0%;
    position: relative;
    }


section.lineup > div.newitem:after {
    content: "";
    display: block;
    width: 150px;
    height: 45px;
    background: url("../images/prnav_ico_new.svg") no-repeat top right;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 3;
    }

section.lineup > div img {
    display: block;
    width: 90%;
    margin: 0 5% 5%;
    }

@media only screen and (max-width: 768px) {
    section.lineup > div {
        flex-basis: 50%;
        margin-bottom: 2.5%;
    }
}

@media only screen and (max-width: 480px) {
    section.lineup > div {
        flex-basis: 50%;
        margin-bottom: 2.5%;
    }
}


div.contactus {
	border: 1px #fff solid;
	margin: 0 1em;
	padding: 1.5em 1.5em 1.5em 0;
	}

/*左*/
/*Twitter*/
.twitter {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 6px;
	border: 1px rgba(0,0,0,0.25) solid;
	}

.twitter iframe {width: 740px !important;height: auto;}


/*youtube*/
.youtube {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 6px;
	}

.youtube iframe {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}


/*SNSシェアボタン*/
.shareBox {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	float: none;
	width: auto;
	height: auto;
	margin: 70px auto 50px;
	clear: both;
	padding: 0 2px 0;
	text-align: center;
	position: relative;
	letter-spacing: 0;
	}

	.shareButtons {
		position: relative;
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		z-index: 400;
		/*background: rgba(255,255,255,0.4);
		border-radius: 5px;*/
	
		}

	.shareButtons div {
		line-height: 1;
		margin: 5px;
		}

	.shareButtons div:last-child {
		}

		.fb-like, .fb-share-button {
			float: left;
			}

		.googleBtn {
			float: left;
			width: 52px;
			overflow: hidden;
			}

/*オリジナルボタン化*/
		.tweetBtn, .lineBtn {
			float: left;
			border-radius: 2px;
			}

		.tweetBtn {
			background: url(../images/ico_sns_twitter.png) left top no-repeat #000;
			background-size: contain;
			border: 1px #333 solid;
			}

		.lineBtn {
			background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
			background-size: contain;
			}

		.tweetBtn a, .lineBtn a {
				display: inline-block;
				color: #fff;
				line-height: 20px;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				}

		.tweetBtn a {
				width: 57px;
				height: 0;
				padding: 16px 5px 0 5px;
				font-size: 0.6em;
				position: relative;
				overflow: hidden;
				}

		.tweetBtn a::after{
				display: block;
				position: absolute;
				right: 1.0em;
				bottom: 0;
				color: #fff;
				content: "Post";
				letter-spacing: 0.05em;
				}

		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}

@media only screen and (max-width: 768px) {
	.lineBtn a {font-size: 0.6em;}
	.tweetBtn a {font-size: 0.7em;}
	}

footer {
	box-sizing: border-box;
	padding: 0 0 150px;
	background-size: cover;
	text-align: center;
	color: #eee;
	}

footer .makerLogo {
	width: 200px;
	margin: 0 auto 30px;
	}

footer p.typex	{margin-bottom: 30px;}
footer p.typex img {
	width: 100%;
	max-width: 310px;
	}

.copyrights-box {margin-bottom: 3em;}

footer p.copyright {
	margin: auto;
	font-size: 0.6em;
	padding-top: 20px;
	}

footer ul {
	flex: 1;
	height: 1em;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-size: 0.8em;
	}

footer ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px #fff solid;
	padding: 0 5px;
	text-align: center;
	line-height: 1;
	}

footer ul li:last-child {
	border: none;
	}

footer ul li a, footer ul li a:visited,footer ul li a:hover {
	color: #fff;
	text-decoration: none;
	}





@media only screen and (max-width: 768px) {
.sponly {display: block;}
.nosp {display:none;}
rt {font-size: 0.5em}
#pageTop a{width:300px;}
.movie {width: 95%;}
footer .makerLogo {width: 150px;}
}

@media only screen and (max-width: 480px) {
footer ul {font-size:0.7em}
footer p.copyright {font-size: 0.5em;}
.large {font-size: 1em;}
}


