@charset "shift_jis";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 751px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 750px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 751px) {
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	/* ----- font ----- */

	/* ----- a ----- */
	a{
		background: transparent;
	}
	/* ----- opacity ----- */

	/* ----- transition ----- */

	/* ----- sprite ----- */

	/* ------------------------------------------------------
	 * Header
	------------------------------------------------------ */
	.Header{
		min-width: 1200px;
		background-color: #d61418
	}
	.header-identity{
		padding: 10px 10px 32px;
	}
	.identity_nav{
		text-align: right;
	}
	.identity_logo{
		text-align: center;
	}
	.identity_nav a:hover{
		opacity: 0.7;
	}
	/* ------------------------------------------------------
	 * Gnav
	------------------------------------------------------ */

	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
	.Main {
		min-width: 1200px;
	}
	
	/* ----- pageGuide ----- */
	.pageGuide {
		font-size: 1.4rem;
		background-color: #ffffcd;
		border-bottom: 2px solid #ffe1b7;
	}
	/* breadcrumbs */
	.breadcrumbs {
		width: 1200px;
		margin: 0 auto;
		padding: 12px 0;
		overflow: hidden;
	}
	.container[data-wide="true"] .breadcrumbs {
		width: 100%;
	}
	.breadcrumbs > li {
		position: relative;
		float: left;
		padding: 0 13px 0 20px;
	}
	.breadcrumbs > li::before {
		content: ">";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		font-weight: normal !important;
		color: #aaa;
	}
	.breadcrumbs > li:first-child {
		padding-left: 0;
	}
	.breadcrumbs > li:first-child::before {
		display: none;
	}
	.breadcrumbs > li:last-child {
		font-weight: bold;
	}
	.breadcrumbs > li > a{
		color: #333;
		text-decoration: none;
	}
	.breadcrumbs > li > a:hover{
		text-decoration: underline;
	}
	/* ------------------------------------------------------
	 * Assist
	------------------------------------------------------ */

	/* ------------------------------------------------------
	 * Footer
	------------------------------------------------------ */
	.Footer{
		min-width: 1200px;
		background-color: #e50e1f;
	}
	.FooterBody{
		margin: 0 auto;
		padding: 30px 0 20px;
		width: 1200px;
		overflow: hidden;
		font-size: 1.4rem;
	}
	.Footer .footer-guide{
		float: left;
	}
	.Footer .guide_links > li{
		margin-right: 30px;
		display: inline-block;
	}
	.Footer .guide_links > li > a{
		padding-left: 14px;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	.Footer .guide_links > li > a::before{
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		margin-top: -8px;
		width: 8px;
		height: 15px;
		background: url("../img/index_footer_ic01.png") no-repeat;
		background-position: 0 0;
	}
	.Footer .footer-copyright{
		float: right;
		text-align: right;
		color: #fff;
	}

	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- video-layout ----- */
	.video-layout {
		padding: 80px 0 130px;
		background: url("../img/index_bg01.png") no-repeat 50% 0 #80262e;
	}
	.video-box{
		margin: 0 auto;
		position: relative;
		width: 900px;
		overflow: hidden;
		transform:translate3d(0,0,0);
	}
	.video-box video{
		z-index: 9;
 	}
	.video-box .sound_button{
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 10;
		width: 100px;
		height: 27px;
		overflow: hidden;
		background: url("../img/index_bt01.png") no-repeat 0 0;
		cursor: pointer;
	}
	.video-box .sound_button.sound_off{
		background: url("../img/index_bt01off.png") no-repeat 0 0;
	}
	.video-box .sound_button.sound_on{
		background: url("../img/index_bt01.png") no-repeat 0 0;
	}
	.video-box .sound_button > img{
		display: none;
	}
	/* ----- bnr-layout ----- */
	.bnr-layout{
		padding: 32px 0 40px;
		background-color: #80262e;
	}
	.bnr-box{
		margin: 0 auto;
		width: 582px;
		overflow: hidden;
		text-align: center;
	}
	.bnr-layout .box_button + .box_button{
		margin-top: 20px;
	}
	.bnr-layout a:hover{
		opacity: 0.7;
	}

	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.FooterBody::after,
	.breadcrumbs::after{
		display: block;
		clear: both;
		content: "";
	}
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 750px) {
	/* ------------------------------------------------------
	 * Header
	------------------------------------------------------ */
	.Header{
		background-color: #d61418
	}
	.header-identity{
		padding: 8px 15px 18px;
	}
	.identity_nav{
		
		text-align: right;
	}
	.identity_nav > a > img{
		width: 70px;
	}
	.identity_logo{
		text-align: center;
	}
	.identity_logo > img{
		max-width: 280px;
	}

	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
	/* ----- pageGuide ----- */
	.pageGuide {
		width: 100%;
		font-size: 1.2rem;
		background-color: #ffffcd;
		border-bottom: 2px solid #ffe1b7;
	}
	/* breadcrumbs */
	.breadcrumbs {
		max-width: 100%;
		margin: 0 auto;
		padding: 12px 15px;
	}
	.container[data-wide="true"] .breadcrumbs {
		max-width: 100%;
	}
	.breadcrumbs > li {
		position: relative;
		float: left;
		padding: 0 13px 0 20px;
	}
	.breadcrumbs > li::before {
		content: ">";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		font-weight: normal !important;
		color: #aaa;
	}
	.breadcrumbs > li:first-child {
		padding-left: 0;
	}
	.breadcrumbs > li:first-child::before {
		display: none;
	}
	.breadcrumbs > li:last-child {
		font-weight: bold;
	}
	.breadcrumbs > li > a{
		text-decoration: none;
		color: #333;
	}
	/* ------------------------------------------------------
	 * Assist
	------------------------------------------------------ */

	/* ------------------------------------------------------
	 * Footer
	------------------------------------------------------ */
	.Footer{
		background-color: #e50e1f;
	}
	.FooterBody{
		padding: 20px 15px;
		font-size: 1.2rem;
	}
	.Footer .guide_links > li{
		width: 48%;
		display: inline-block;
		vertical-align: top;
	}
	.Footer .guide_links > li > a{
		padding-left: 12px;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	.Footer .guide_links > li > a::before{
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		margin-top: -5px;
		width: 6px;
		height: 10px;
		background: url("../img/index_footer_ic01.png") no-repeat;
		background-position: -4px 0;
		background-size: 10px 10px;
	}
	.Footer .footer-copyright{
		margin-top: 20px;
		text-align: center;
		color: #fff;
	}

	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- video-layout ----- */
	.video-layout {
		padding: 25px 15px 50px;
		background: url("../img/index_bg01_sp.png") no-repeat 50% 0 #80262e;
		background-size: 100% auto;
	}
	.video-box{
		position: relative;
		width: 100%;
		padding-top: 52.5%;
	}
	.video-box > video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.video-box .sound_button{
		position: absolute;
		width: 80px;
		top: 6px;
		right: 6px;
		z-index: 100;
	}
	.video-box  .sound_button{
		position: absolute;
		width: 80px;
		top: 6px;
		right: 6px;
		z-index: 100;
		height: 22px;
		overflow: hidden;
		background: url("../img/index_bt01.png") no-repeat 0 0;
		background-size: contain;
		cursor: pointer;
	}
	.video-box .sound_button.sound_off{
		background: url("../img/index_bt01off.png") no-repeat 0 0;
		background-size: contain;
	}
	.video-box .sound_button.sound_on{
		background: url("../img/index_bt01.png") no-repeat 0 0;
		background-size: contain;
	}
	.video-box .sound_button > img{
		display: none;
	}
	/* ----- bnr-layout ----- */
	.bnr-layout{
		padding: 22px 15px 30px;
		background-color: #80262e;
	}
	.bnr-box{
		text-align: center;
	}
	.bnr-layout .box_button + .box_button{
		margin-top: 20px;
	}
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.breadcrumbs::after {
		display: block;
		clear: both;
		content: "";
	}
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 750px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}