/*2019/6/6 インヴィシブルコレクション用*/
* {
	min-height:0;
	min-width : 0;
	}


.siic {}

h4 {
	line-height: 1;
	margin-top: 0.5em;
	margin-bottom: 0;
	border: none;
	}

h5 {

}

section {
	max-width: none;
	}
.contentInner {padding: 0 2.5% 50px 2.5%;}

#primaryContainer {background: url(../images/bg_siiic_pc.jpg) top center no-repeat;}

/*タイトル部*/
#siicHeader {
	padding-top: 50px;
	margin-bottom: 0;
	}
/**/

.headWrap {
	background-color: #000;
	background: -moz-linear-gradient(top,  rgba(106,106,106,0) 0%, rgba(106,106,106,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(106,106,106,0) 0%,rgba(106,106,106,1) 100%);
	background: linear-gradient(to bottom,  rgba(106,106,106,0) 0%,rgba(106,106,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006a6a6a', endColorstr='#6a6a6a',GradientType=0 );
	}

.headImage {
	}

	.siic h1 {
		margin: auto;
		/*padding: 0 20% 0 0;*/
		padding: 0 0 50px 0;
		animation: none;
		height: inherit;
		max-width: 700px;
		width: 70%;
		}

	.siic h1 img {
		width: 100%;
		}

	.siic .short h1 {
		width: 35%;
		margin-bottom: -40px;
		}
		

	@media only screen and (max-width: 1280px) {
	.headImage {
		background-position: 90% 50%;
		}
	.siic h1 {
		width: 90%;
		}
	.siic .short h1 {
		width: 50%;
		}
	}

	@media only screen and (max-width: 768px) {
	#primaryContainer {
		background: url(../images/bg_siiic_sp.jpg) top center no-repeat;
		background-size: contain;
		}
	.siic h1 {
		margin: 70px auto;
		}

	.siic .short h1 {
		margin: 0 auto -40px;
		}

		.headImage {
		background-position: 100% 50%;
		}
	}

	.leadTxt {
		box-sizing: border-box;
		padding: 40px;
		width: 100%;
		max-width: 1210px;
		margin: 0 auto;
		line-height: 1.6;
		}

/*SIICメインコンテンツ*/
#siicContent {
	background-color: #6a6a6a;
	margin-bottom: 0;
	}


/*タイトルリストリンク用*/
.button.titleList {
	margin: 0 auto;
	}

.button.titleList a {
	max-width: 1210px;
	padding: 12px 0;
	line-height: 1.6;
	color: #000;
	background: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	box-shadow: 1px 1px 2px 0px rgba(255,255,255,0.75) inset,-1px 0px 2px 0px rgba(0,0,0,0.75) inset;
	border-radius: 1px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	cursor:pointer;
	transition:ease 0.3s opacity;
	margin: 0 auto;
	}

/*タブ切り替え*/
@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
	}

.tab_wrap {width:100%;padding-top: 20px;}
.tab_wrap input[type="radio"]{display:none;}

.tab_area {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	}

.tab_area label {
	box-sizing: border-box;
	flex-basis: 24%;
	align-self: auto;
	margin: 0 0.1% -1px;
	padding: 12px 0;
	color: #000;
	background: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	box-shadow: 1px 1px 2px 0px rgba(255,255,255,0.75) inset,-1px 0px 2px 0px rgba(0,0,0,0.75) inset;
	border-radius: 1px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	cursor:pointer;
	transition:ease 0.3s opacity;
	border-bottom: 1px #fff solid;
	display: flex;
	align-items: center;
	}

.tab_area label.smallsize {
	font-size: 16px;
	}

.tab_area label:hover{}

.tab_area label > span {
	display: block;
	flex-basis: 100%;
	}

@media only screen and (max-width: 768px) {
	.tab_area label {font-size: 16px;}
	.tab_area label.smallsize {font-size: 10px;}
	}

/*BOX中身*/
.tab_panel {
	background-color: #000;
	border: 1px #fff solid;
	width: 97%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0 0;
	display:none;
	}

/*タブ選択中*/
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label {
	background:#000;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	border: 1px #fff solid;
	border-bottom: 1px #000 solid;
	}

/*タブ選択に合わせてBOXをアクティブに*/
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4 {
	display:block;
	}


/*タイトル一覧のBOX*/
.titleWrap {
	background-color: #000;
	border: 1px #fff solid;
	width: 97%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 0;
	}


/*アコーディオン*/
.acd-check{display: none;}

.acd-label{
	background: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(139,139,139) 0%, rgb(255,255,255) 100%);
	box-shadow: 1px 1px 2px 0px rgba(255,255,255,0.75) inset,-1px 0px 2px 0px rgba(0,0,0,0.75) inset;
	border-radius: 1px;
	color: #000;
    display: block;
	box-sizing: border-box;
    padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	width: 97%;
	margin: 0 auto 0.5%;
	}

.acd-label:after {
	display: block;
	float: right;
    content: '▼';
	font-size: 1.4em;
	line-height: 1;
	}

/*アコーディオン中身*/
.itemCont {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.5s;
    visibility: hidden;
	margin-bottom: 20px;
	}

.acd-check:checked + .acd-label + .itemCont {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
	}

.acd-check:checked + .acd-label:after{
    content: '×';
	margin-right: 0.25em;
	}


/*SIICの時のFlexBox*/
.siic .flexBox > div img {
	margin: 0;
	width: 100%;
}

.siic .flexBox.box2>div {
	flex-basis: 45%;
	margin: 0 2.5%;
	}
.siic .flexBox>div>div {
	margin-bottom: 40px;
	}

/*画像専用のFlex*/
.flexImg {
	display: flex;
	box-sizing: border-box;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	}

.flexImg>div {
	box-sizing: border-box;
	flex-basis: 48%;
	margin: 1%;
	}
.flexImg>div img {width: 100%;display:block;margin: 0;}

.flexBox .slideContent > div img {
	margin-top: 0;
	margin-bottom: 0;
	}

.flexBox .slideTitle > div img {
	margin-top: 0;
	margin-bottom: 0px;
	/*width: 50%;*/
	}

@media only screen and (max-width: 768px) {
.siic .flexBox.box2>div {
	flex-basis: 95%;
	margin: 0 2.5%;
	}
.flexImg>div {
	flex-basis: 80%;
	}	
}

/*SIICの場合シリーズ*/
.siic ul {margin-left: 1em;}
.siic dl {margin-left: 1em;}
.siic dt {color:#ff0;}
.siic dd {margin-left: 1em;}
.siic .itemCont p {margin-left: 1em;}
.border {border: 1px #fff solid;}
.siic .price {font-weight: bold;margin: 0;padding-bottom: 20px;}
.siic .price span {font-size: 1.6em;}
.siic .shopLink li>a {font-size: 1.3em;}
.siic .shopLink li>a:hover {opacity: 0.7;}
.siic .shopLink li.disable>a:hover {opacity:1;}
.siic h2 {
	box-sizing: border-box;
	padding: 40px 20px 10px ;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	font-size: 3.0em;
	}
@media only screen and (max-width: 768px) {
	.siic h2 {font-size: 2.8em;}
	}
.dotFont {
	font-family: 'Press Start 2P', cursive;font-size:1.4em;
	animation: flash 1s infinite;
    -webkit-animation: flash 1s infinite;
	}

	@keyframes flash {
		0% {opacity: 1}
		50%{opacity: 1}
		50.1%{opacity: 0}
		100% {opacity: 0}
		}

	@-webkit-keyframes flash {
		0% {opacity: 1}
		50%{opacity: 1}
		50.1%{opacity: 0}
		100% {opacity: 0}
		}


#siicFooter {
	margin 0;
	padding-top: 50px;
	background-color: #000;
	background: -moz-linear-gradient(top,  rgba(106,106,106,1) 0%, rgba(106,106,106,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(106,106,106,0) 100%);
	background: linear-gradient(to bottom,  rgba(106,106,106,1) 0%,rgba(106,106,106,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#006a6a6a',GradientType=0 );
	}

#siicFooter table {width: 97%;max-width: 800px;}
#siicFooter th {width: 150px;}
@media only screen and (max-width: 480px) {
	#siicFooter table {background-color:transparent;width: auto;}
	#siicFooter th {width:auto;border-bottom: 1px #fff solid;}
}

.newMarker {
	display: inline-block;
	background-color: #ff0;
	color: #000;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 5px;
	margin-right: 0.5em;
	line-height: 1.6;
	}

/*youtube*/
section.movie {
	max-width:inherit;
	width: 100%;
	background-color:#333;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
	padding: 10px 0;
	}

section.movie>div {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	}

.youtube {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	}

.youtube iframe {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}

/*200306 メニュー追加*/
nav {margin-top: 20px;}

.siMenu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	}

.siic ul.siMenu {	margin: 0 auto;}

.siMenu li {
	margin: 0;
	flex-basis: calc(100%/3);
	}

.siMenu li>a {
	display: block;
	box-sizing: border-box;
	margin: 0 5px;
	padding: 10px 10px;
	background-color: #fff;
	box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.2);
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #000;
	text-decoration: none;
	}

.siMenu li>a:visited {color:#000;}
.siMenu li>a:hover {background-color: #ccc;}
.siMenu li.disabled a:hover {opacity:1;cursor:default;}


@media only screen and (max-width: 768px) {
	.siMenu {
		max-width: 600px;
		}
	.siMenu li {
		/*flex-basis: 50%;*/
		margin-bottom: 10px;
		}
	.siMenu li>a {
		padding: 10px 0;
		}
}