﻿@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;
	}

body, html {
    scrollbar-color: #f1ece6 #4c0000;
    scrollbar-width: thin;
	}

::-webkit-scrollbar {
	width: 10px;
	}

::-webkit-scrollbar-track {
	background: #4c0000;
	}

::-webkit-scrollbar-thumb {
	background: #f1ece6;
	}

@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: calc(100% - 40px);
	max-width: 600px;
	margin: 40px auto 60px;
	}

header h1>img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

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

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: calc(100% - 40px);
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 20px;
	border: 3px #b98f16 solid;
	border-radius: 1px;
	background: rgb(255,252,171);
	background: linear-gradient(180deg, rgba(255,252,171,1) 0%, rgba(237,205,84,1) 100%); 
	box-shadow: 5px 8px 0px 0px rgba(0,0,0,0.2);
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #4b3213;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	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: rgb(134,0,0);
	background: url("../images/prize/img_241126_taito_kuji_online_plus_bg.webp"),linear-gradient(180deg, rgba(134,0,0,1) 0%, rgba(87,0,0,1) 50%, rgba(66,0,0,1) 100%);
	background-repeat: repeat,no-repeat;
	background-size: 20%,100%;
	}

@media only screen and (max-width: 768px) {
	.primaryContainer {
		background-size: 40%,100%;
		}
	}

@media only screen and (max-width: 480px) {
	.primaryContainer {
		background-size: 50%,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%;
	box-shadow: 5px 8px 0px 0px rgba(0,0,0,0.12);
    }

@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 {
	width: 100%;
	text-align: center;
	position: relative;
	}

	.shareButtons {
		display: flex;
		justify-content: space-between;
		width: 300px;
		height: auto;
		margin: 0px auto;
		padding: 100px 0 100px;
		clear: none;
		z-index: 888;
		}

	.shareButtons>div>a {
		display: block;
		width: 50px;
		height: 50px;
		background-size: contain;
		background: no-repeat top center;
		}

	.shareButtons>div.fbBtn a 		{background-image: url("../images/sns_ico_01_fb.svg");}
	.shareButtons>div.tweetBtn a 	{background-image: url("../images/sns_ico_02_tw.svg");}
	.shareButtons>div.lineBtn a 	{background-image: url("../images/sns_ico_03_line.svg");}

@media only screen and (max-width: 768px) {
	.shareButtons {
		width: 240px;
		}
	.shareButtons>div>a {
		width: 40px;
		height: 40px;
		}
	}

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;
	}

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.4em;}
.large {font-size: 1em;}
}


