@charset "utf-8";

main#stripeBg.sceneWrap {
	}
main#stripeBg,main#stripeBg div#stripeBgInner {
	background: none;
	}
/* INDEX
--------------------------------------------------- */
/* mvHead + nav */
section.mvHead {
	background: #0085d0 url("../img/mv_top.jpg") no-repeat center top / cover;
	position: relative;
}
section#mvHead {
}
section#mvHead h1 {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 7px rgba(0,0,0,0.7);
	font-weight: 800;
	font-size: 480%;
	margin: 0;
	padding: 5% 0 4%;
}
section#mvHead h1 span {
	display: block;
	font-size: 33%;
	letter-spacing: 1em;
	margin-bottom: 0.3em;
}
section#mvHead h1 span::before {
	content: "＼"
}
section#mvHead h1 span::after {
	content: "／"
}
section#mvHead h1 span::before,
section#mvHead h1 span::after {
	font-weight: 400;
}
section#mvHead p {
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
}
section#mvHead div#navWrap {
	background: url("../img/nav_bg_blue.png") no-repeat center top / 100% auto;
	padding-top: 3.9%;
}
section#mvHead nav {
	background-color: #0085d0;
}
section#mvHead nav ul {
	list-style: none;
	width: 940px;
	margin: 0 auto;
	padding: 2% 0 1.5%;
	text-align: center;
	font-weight: 600;
}
section#mvHead nav ul li {
	display: inline-block;
	width: 12.35%;
}
	section#mvHead nav ul li:last-child { width:13.5%; }
	section#mvHead nav ul li::after { content:"▼"; color:#fff; display:block; font-size:62%; padding-top:0.5em; }

section#mvHead nav ul li a {
	color: #fff;
}

/* new */
.new {
}
.new2 {
	background-color: #050406;
	background-image: url(../img/bg_117.jpg) !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding:0 0 60px;
}
.new .container_lower h1 {
	width: 100%;
    margin: 0 0 30px;
	letter-spacing:0.3em;
	color: #ffff81;
	text-align: center;
	font-size: 30px;
}
.new .container_lower h1::before {
	content: "＼"
}
.new .container_lower h1::after {
	content: "／"
}
.new .container_lower .item{
	border:none;
	padding:0;
}
.new .container_lower h2 {
	width: 60%;
    margin: 0 auto 10px;
    float: none;
	letter-spacing:0.3em;
	color: #fff;
}
.new .container_lower h2 span {
    display: block;
    font-size: 45%;
    margin-bottom: 0.6em;
}
.new .container_lower p {
    display: block;
	float: left;
	margin:15px 0;
	color: #fff;
}
.new .container_lower .recommend {
    background: #ffff81 !important;
    border-radius: 0.5em;
    padding: 3% 6%;
    float: left;
    width: 100%;
}
.new .container_lower .recommend h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 140%;
    width: 30%;
    float: left;
}
.new .container_lower .recommend ul {
    list-style: disc;
    width: 60%;
    margin: 0;
    padding: 0;
    border-top: none;
    float: left;
}
.new .container_lower .recommend ul li {
	color: #000;
    margin: 0;
    padding: 0;
    width: 95%;
    float: none;
	margin-left: 1.5em;
}
.new .container_lower .item_btn ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}
.new .container_lower .item_btn ul li{
    width: 47%;
    margin: 15px auto 0;
    padding: 3%;
    border-radius: 0.5em;
    background: #fff;
    text-align: center;
	font-size:130%;
}
.new .container_lower .item_btn a {
    width: 100%;
    margin: 0 auto 0;
    padding: 5% 3%;
    border-radius: 3px;
    border-bottom: 2px solid #c9caca;
    background: #fff;
    text-align: center;
    font-size: 100%;
	display:block;
	color:#000;
	font-weight:bold;
}
.new .container_lower .item_btn h4 {
	color:#fff;
    font-size: 180%;
}
.new .container ul li figcaption {
	margin:2% 0 0;
	color:#fff;
	font-size:90%;
}
/*
.new .container_lower ul li:first-child {
	padding-right: 1%;
}
.new .container_lower ul li:last-child {
	padding-left: 1%;
}*/
.new .container_lower ul li {
	padding: 1%;
    margin: 30px 0;
}

/*動画埋め込み*/
.new .container_lower .movie-wrap {
    width: 100%;
	height: auto;
    overflow: hidden;
}
.new .container_lower .movie-wrap video {
    max-width: 100%;
	cursor:pointer;
}

/* container */
section.container h2 {
	margin:5% auto 2%;
	text-align:center;
	letter-spacing:0.5em;
}
section.container h2 span {
    display: block;
    font-size: 45%;
    margin-bottom: 0.6em;
}
section.container h2 span::before {
	content: "＼"
}
section.container h2 span::after {
	content: "／"
}
section.container ul {
	list-style: none;
	margin: 0 auto;
	padding: 2% 0 0;
	text-align: center;
	font-weight: 600;
}
section.container ul li {
	display: inline-block;
	width: 25%;
	margin:0 0 3%;
}
section.container ul li img {
	border-radius: 0.5em;
}
section.container ul li figcaption {
	margin:5% 0 0;
}
section.container ul li a::after { content:"▼"; color: inherit; display:block; font-size:62%; padding-top:0.5em; }




/* other_search */
section.other_search {
	border: 5px #0085d0 solid;
	border-radius: 10px;
	background: #fff;
	width: 910px;
	position: relative;
}
section.other_search .img_dell {
    width: 148px;
    height: 191px;
    position: absolute;
    top: -40px;
    left: 710px;
}
section.other_search h2 {
	margin: 3% auto 0;
    border-bottom: 1px dotted #0085d0;
    padding: 0 0 2%;
	width: 840px;
}
section.other_search ul {	
}
section.other_search ul li {
	display: inline-block;
	width: 47%;
	margin:0 1% 3%;
}
section.other_search h3 {
	font-size: 100%;
}
section.other_search .btn_scene {
	background: #0085d0;
	border-radius: 4px;
}
section.other_search li a {
	display: block;
	color: #fff;
	padding: 5%;
	font-size: 130%;
}
section.other_search ul li a::after { content:""; color: inherit; display:none; font-size:62%; padding-top:0; }

/* lower page
--------------------------------------------------- */
section.container_lower .item{
    overflow: hidden;
    padding: 50px 0;
	border-top: 1px dotted #333;
}
section.container_lower .item h3{
	width:60%;
	margin:60px auto 0;
}
section.container_lower ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
section.container_lower ul li {
	width: 50%;
    float: left;
}
/* section.container_lower ul li:last-child {
	padding-left: 2%;
} */
section.container_lower ul li img {
	display: block;
    border-radius: 2px;
}
section.container_lower h2 {
	width: 100%;
    margin: 0 0 10px;
    float: left;
	letter-spacing:0.3em;
}
section.container_lower h2 span {
    display: block;
    font-size: 45%;
    margin-bottom: 0.6em;
}
section.container_lower p {
    display: block;
	float: left;
    margin-bottom: 15px;
}
section.container_lower .recommend {
	background: #e886b5;
    border-radius: 0.5em;
    padding: 3% 6%;
    float: left;
    width: 100%;
}
section.container_lower .recommend h3 {
	color: #ffff81;
    margin: 0;
    padding: 0;
	font-size: 140%;
}
section.container_lower .recommend ul {
	list-style: disc;
    width: 100%;
    margin: 2% 0 0;
    padding: 2% 0 0;
    border-top: 1px dotted #fff;
}
section.container_lower .recommend ul li {
	color: #fff;
    margin: 0;
    padding: 0;
    width: 95%;
    float: none;
	margin-left: 1.5em;
}
section.container_lower .item_btn ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}
section.container_lower .item_btn ul li{
    width: 47%;
    margin: 15px 0 0;
    padding: 3%;
    border-radius: 0.5em;
    background: #000;
    text-align: center;
}
section.container_lower .item_btn ul li a{
    color: #fff;
}


/*モーダル
.btn_shop{
    display: block;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
    background-color: #0085d0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.btn_shop:hover{
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
.btn_shop:visited{
    text-decoration: none;
    color: #fff;
}
.modal_title p {
    font-size: 14px;
    padding: 5px 0;
    float: none !important;
}*/
.pcNone { display:none; }
.spNone { display:block; }


section.container_lower .mirror{
	border:1px solid #fff;
	padding:20px;
	width:100%;
}
section.container_lower .mirror h2{
	width:100%;
	margin:0;
}


/* ==============================================================
 Less than 992px
================================================================= */
@media screen and (max-width: 992px) {
	/* INDEX
	--------------------------------------------------- */
	section#mvHead h1 img {
		max-width:80%;
		height:auto;
	}
	section#mvHead p {
		position: absolute;
		top: 49%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 90px;
		height: 90px;
	}
	/* other_search */
	section.other_search {
		width: 720px;
	}
	section.other_search .img_dell {
		display: none;
	}
	section.other_search h2 {
		width: 100%;
	}
	.new {
		background-color: #050406;
		background-image: url(../img/bg_117.jpg) !important;
		background-position: center top;
		background-repeat: no-repeat;
		padding: 5% 0 5%;
	}
	.new .container_lower iframe{
		border:none;
		width:100% !important;
		padding:0;
		margin:0;
	}
	.new .container_lower .item_btn a {
		width: 100%;
		margin: 0 auto 5px;
		padding: 5%;
		background: #fff;
		text-align: center;
		font-size: 130%;
		display: block;
	}
	.new .container_lower h2 {
		width: 90%;
		margin: 0 auto 10px;
		float: none;
		letter-spacing: 0.3em;
		color: #fff;
	}
	.new .container_lower p {
		display: block;
		float: left;
		margin:0 0 40px;
		color: #fff;
	}
	.new .container_lower .recommend h3 {
		color: #000;
		margin: 0;
		padding: 0;
		font-size: 140%;
		width: 100%;
		float: left;
	}
	.new .container_lower .recommend ul {
		list-style: disc;
		width: 100%;
		margin: 2% 0 0;
		padding: 2% 0 0;
		border-top: none;
		float: left;
		border-top:1px dotted #333;
	}

}
@media screen and (max-width: 898px) {
	.new {
		padding: 72px 0;
	}
}
/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 768px) {
	/* INDEX
	--------------------------------------------------- */
	/* mvHead + nav */
	section.mvHead {
		background: #0085d0 url("../img/mv_top.jpg") no-repeat center top / contain;
		position: relative;
	}
	section#mvHead h1 {
		font-size: 200%;
	}
	section#mvHead h1 span {
		font-size: 48%;
	}
	section#mvHead p {
		top: 38%;
		width: 50px;
		height: 50px;
	}
	section#mvHead div#navWrap {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}
	section#mvHead nav ul {
		list-style: none;
		margin: 0 auto;
		padding: 6% 0 1.5%;
		text-align: center;
		font-weight: 600;
		background:#0085d0;
	}
	section#mvHead nav ul li {
		display: inline-block;
		width: 12.35%;
	}
	
	.new .container_lower h1 {
		width: 100%;
		margin: 0 0 30px;
		letter-spacing:0.3em;
		color: #ffff81;
		text-align: center;
		font-size: 30px;
	}
	.new .container_lower h1::before {
		content: ""
	}
	.new .container_lower h1::after {
		content: ""
	}
	section.container_lower .item h3{
		width:100%;
		margin:30px auto 10px;
	}
	section.container ul {
		list-style: none;
		width: 100%;
		margin: 0 auto;
		padding: 2% 0 1.5%;
		text-align: center;
		font-weight: 600;
	}
	section.container h2 {
		font-size: 180%;
		letter-spacing: 0.4em;
	}
	section.container h2 span::before {
	content: ""
	}
	section.container h2 span::after {
		content: ""
	}
	section.container ul li {
		display: inline-block;
		width: 48%;
		margin:0 1% 3%;
	}
	
	
	
	/* other_search */
	section.other_search {
		width: 95%;
	}
	section.other_search .img_dell {
		display: none;
	}
	section.other_search h2 {
		width: 100%;
	}
	section.other_search ul {	
	}
	section.other_search ul li {
		display: block;
		width: 100% !important;
		margin:0 0 3% !important;
	}
	section.other_search li a {
		display: block;
		color: #fff;
		padding: 5%;
		font-size: 130%;
	}
	.pcNone { display: block; }
	.spNone { display: none; }

	/* lower pagesection
	--------------------------------------------------- */
	

	section.container_lower {
		width: 100%;
		margin: 0 auto;
		}
	section.container_lower .item{
		padding: 10% 0;
	}
	section.container_lower ul {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
		}
	section.container_lower ul li {
		width: 100%;
		margin:0 0 20px;
		float: left;
		}
	section.container_lower ul li:last-child {
		padding-left: 0;
		}
	section.container_lower h2 {
		letter-spacing: 0.1em;
		}
	
	
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}
