@charset "UTF-8";

@import url("animate.min.css");
@import url("jquery.fancybox.css");


/* /// PC/Tablet(Landscape) /// */
/* Top Site Main-Banner */
#mainbanner {
	width: 100%;
	//min-height: 860px;
	height: 100vm;
	height: 100vmin;
	height: 100vh;
	margin: 0;
	padding: 64px 0 0;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#mainbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0px;
	position: absolute;
	top: 0;
}

#mainbanner .wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	//padding-top: 111px;
	position: relative;
	top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#mainbanner h2 {
	width: 764px;
	height: 0;
	margin: 0;
	padding-top: 166px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
	top: 34%;
	left: 0;
	background: url(../images/home/mainbanner_catch@2x.png) 0 0 no-repeat;
	background-size: 764px 166px;
}

#mainbanner p {
	width: 499px;
	height: 0;
	margin: 0;
	padding-top: 118px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
	top: 39%;
	left: 0;
	background: url(../images/home/mainbanner_sub-text@2x.png) 0 0 no-repeat;
	background-size: 499px 118px;
}

#mainbanner .anchor-prd {
	text-align: center;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	display: table;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}

#mainbanner a {
	color: transparent;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .75);
	border: 2px solid rgba(255, 255, 255, .85);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#mainbanner a:hover {
	color: transparent;
	background-color: rgba(255, 255, 255, .95);
	border: 2px solid rgba(255, 255, 255, .95);
}

#mainbanner a:after {
	content: "\f103";
	font: 40px/1 "FontAwesome";
	color: rgba(255, 255, 255, .85);
	width: 52px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: absolute;
	bottom: 4px;
	webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#mainbanner a:hover:after {
	color: #138409;
	bottom: 2px;
}


#maincontainer {
	padding-bottom: 0;
}

/* Products Block */
#prd-block {
	position: relative;
	padding-top: 50px;
	padding-bottom: 0;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#prd-block > div {
	width: 50%;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#prd-block > div img {
	width: 95%;
	object-fit: cover;
	object-position: 100% 100%;
}

#prd-block .wrapper {
	color: #fff;
	max-width: 512px;
	float: left;
	position: relative;
}

#prd-block h2 {
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	width: calc(442/512*100%);
	height: 0;
	margin: 0 0 1em;
	padding: calc(70/512*100%) 0 0;
	background: url(../images/home/sect_prd-blk_title@2x.png) 0 0 no-repeat;
	background-size: contain;
	display: block;
	overflow: hidden;
}

#prd-block p {
	font-size: 18px;
	margin: 0 0 1em;
	padding: 0;
}

#prd-block .detail {
	width: 60%;
	margin: 0 auto;
}

#prd-block a {
	background-color: #3a3c3d;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	width: 90%;
	margin: 2em auto 0;
	padding: 13px 15px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#prd-block a:hover {
	color: #383a3b;
	width: 100%;
	background-color: #fff;
}

#prd-block a.btmbtn {
	background-color: #cfbd7c;
	color: #45390c;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	width: 90%;
	margin: 0.5em auto 1em;
	padding: 13px 15px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#prd-block a.btmbtn:hover {
	color: #fff;
	width: 100%;
	background-color: #d5a90d;
}


/* Movie Area */
#sect_movie {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #222324;
}

#sect_movie .wrapper {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

#sect_movie .movie, #sect_movie .title {
	max-width: 512px;
	width: calc(512/1024*100%);
	max-height: 288px;
	height: calc(288/1024*100%);
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#sect_movie .title {
	color: #fff;
}

#sect_movie .title h3 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .7em;
	padding: 0;
}

#sect_movie .title p {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#sect_movie .movie figure {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#sect_movie .movie figure:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#sect_movie .movie:hover figure:before {
	background-color: rgba(0, 0, 0, .4);
}

#sect_movie .movie figure img {
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#sect_movie .movie:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#sect_movie .movie figcaption {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: 0 1px 2px #000;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 7px 0;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .3);
}

#sect_movie .movie a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 3;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#sect_movie .movie a:before {
	content:"\f16a";
	font: 64px "FontAwesome";
	color: rgba(255, 255, 255, .9);
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .85);
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: calc(50% - 64px/2);
	right: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#sect_movie .movie a:hover:before {
	color: #c2172d;
}


/* Information and Banners Area */
#sect_info {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 20px;
}

/* Information */
#information {
	width: 100%;
	margin: 0;
	padding: 0;
}

#information h3 {
	color: #fff;
	font-size: 138.5%;
	line-height: 32px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 40px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#information h3:before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/home/icon_info@2x.png) 50% 50% no-repeat #626666;
	background-size: 20px 21px;
	-webkit-border-radius: 3px 3px 0 3px;
	-moz-border-radius: 3px 3px 0 3px;
	-ms-border-radius: 3px 3px 0 3px;
	-o-border-radius: 3px 3px 0 3px;
	border-radius: 3px 3px 0 3px;
}

#information h3:after {
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #626666;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#information ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#information ul li {
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 10px 10px 8px 20px;
	display: block;
	position: relative;
	border-bottom: 1px dotted #626666;
	line-height: 1.5;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#information ul li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 7px;
	width: 7px;
	height: 7px;
	background: url(../images/home/icon_list@2x.png) 0 0 no-repeat;
	background-size: 7px 7px;
}

#information ul li a {
	text-decoration: none;
	display: block;
}

#information ul li a:hover {
	text-decoration: underline;
}

#information ul li, #information ul li a {
	color: #fff;
	background-color: transparent;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}

#information ul li:hover, #information ul li a:hover {
	color: #fff;
	background-color: #242729;
}

#information ul.newslist {
	overflow: auto;
	height: 200px; /*400*/
}

#information ul li .date {
	margin: 0;
	padding: 0;
}

#information ul li .new {
	width: 28px;
	height: 0;
	padding-top: 11px;
	padding-bottom: 0;
	margin: 0 0 0 1em;
	display: inline-block;
	overflow: hidden;
	background: url(../images/home/icon_new@2x.png) 0 0 no-repeat;
	background-size: 28px 11px;
}

#information ul li .info {
	font-size: 100%;
	padding: 0;
	margin: 0;
}


/* Banners Area */
#sect_banners {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#sect_banners #blog, #sect_banners #magazine {
	width: 50%;
	height: 150px;
	position: relative;
	display: table;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#sect_banners #blog {
	padding-left: calc((100% - 1024px) / 2);
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

#sect_banners #magazine {
	padding-right: calc((100% - 1024px) / 2);
	float: right;
}

#sect_banners h3 {
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	width: 512px;
	height: 100%;
	margin: auto;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#sect_banners h3 span {
	font-size: 18px;
	display: block;
	color: rgba(255, 255, 255, .7);
}

#sect_banners #blog a, #sect_banners #magazine a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#sect_banners #blog:hover a, #sect_banners #magazine:hover a {
	background-color: rgba(255, 255, 255, .2);
}


/* SNS Plug-ins */
#sns-plugins {
	padding-top: 70px;
	padding-bottom: 70px;
	height: 300px;
}

#sns-plugins .wrapper > div {
	width: 31.25%;
	float: left;
	margin-right: 3.125%;
}

#sns-plugins .wrapper > div:last-child {
	margin-right: 0;
}

#sns-plugins .mobile-only {
	display: none;
}


/* Minimum width 959px and Tablet */
@media all and (max-width: 768px) and (min-width: 569px) {

/* Top Site Main-Banner */
#mainbanner {
	max-height: 500px;
	padding: 46px 0 0;
}

#mainbanner h2 {
	width: 100%;
	margin: 0 auto;
	padding-top: 30%;
	top: 30%;
	background-size: 70% auto;
}

#mainbanner p {
	width: 100%;
	margin: 0 auto;
	padding-top: 30%;
	top: 13%;
	background-size: 60% auto;
}

#mainbanner .anchor-prd {
	display: none;
}

/* Products Block */
#prd-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

#prd-block > div {
	width: 50%;
}

#prd-block > div img {
	width: 80%;
}

#prd-block .wrapper {
	color: #fff;
	max-width: 100%;
	float: left;
	position: relative;
}

#prd-block h2 {
	margin-bottom: .5em;
	background-size: 92% auto;
}

#prd-block p {
	font-size: 15px;
	margin: 0 0 1em;
}

#prd-block .detail {
	width: 50%;
}

#prd-block a {
	font-size: 14px;
	padding: 10px 15px;
}

/* Movie Area */
#sect_movie {
	padding-top: 50px;
	padding-bottom: 50px;
}

#sect_movie .wrapper {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

#sect_movie .movie, #sect_movie .title {
	width: 100%;
	height: auto;
}

#sect_movie .title h3 {
	font-size: 22px;
	text-align: center;
}

#sect_movie .title p {
	font-size: 15px;
	text-align: center;
}

#sect_movie .movie figure {
	margin-top: 0;
}

#sect_movie .movie figcaption {
	font-size: 13px;
}

/* Information and Banners Area */
#sect_info {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* News and Information */
#information {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	float: none;
}

#information h3 {
	line-height: 30px;
}

#information ul li {
	font-size: 13px;
}

#information ul li:before {
	top: 15px;
}

#information ul.newslist {
	overflow: auto;
	height: auto;
}

/* Banners Area */
#sect_banners #blog, #sect_banners #magazine {
	height: 120px;
}

#sect_banners h3 {
	font-size: 22px;
	width: 100%;
	height: 100%;
}

#sect_banners h3 span {
	font-size: 14px;
	margin-bottom: .3em;
}

/* SNS Plug-ins */
#sns-plugins {
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
}

#sns-plugins .wrapper > div {
	width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#sns-plugins .mobile-only {
	display: block;
	border-top-color: rgba(255, 255, 255, 0.17);
}

}


/* Phone (Retina) */
@media all and (max-width: 568px)  {

/* Top Site Main-Banner */
#mainbanner {
	max-height: 300px;
	padding: 46px 0 0;
}

#mainbanner h2 {
	width: 100%;
	margin: 0 auto;
	padding-top: 30%;
	top: 22%;
	background-size: 94% auto;
}

#mainbanner p {
	width: 100%;
	margin: 0 auto;
	padding-top: 30%;
	top: 16%;
	background-size: 86% auto;
}

#mainbanner .anchor-prd {
	display: none;
}

/* Products Block */
#prd-block {
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-flex-direction: column; 
	flex-direction: column;
}

#prd-block > div {
	width: 100%;
}

#prd-block > div img {
	width: 60%;
}

#prd-block .wrapper {
	max-width: 100%;
	float: none;
	margin-top: 20px;
}

#prd-block h2 {
	margin-bottom: .7em;
}

#prd-block p {
	font-size: 14px;
	margin: 0 0 1em;
}

#prd-block .detail {
	width: 50%;
}

#prd-block a {
	font-size: 14px;
	padding: 10px 15px;
}


/* Movie Area */
#sect_movie {
	padding-top: 40px;
	padding-bottom: 40px;
}

#sect_movie .wrapper {
	-webkit-flex-direction: column; 
	flex-direction: column;
	-webkit-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

#sect_movie .movie, #sect_movie .title {
	width: 100%;
}

#sect_movie .title h3 {
	font-size: 20px;
	text-align: center;
}

#sect_movie .title p {
	font-size: 14px;
	text-align: center;
}

#sect_movie .movie figure {
	margin-top: 30px;
}

#sect_movie .movie figcaption {
	font-size: 13px;
}

/* Information and Banners Area */
#sect_info {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* News and Information */
#information {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	float: none;
}

#information h3 {
	font-size: 17px;
	line-height: 30px;
}

#information ul li {
	font-size: 13px;
}

#information ul li:before {
	top: 15px;
}

#information ul.newslist {
	height: auto;
}

/* Banners Area */
#sect_banners #blog, #sect_banners #magazine {
	height: 80px;
}

#sect_banners h3 {
	font-size: 16px;
	width: 100%;
}

#sect_banners h3 span {
	display: none;
}


/* SNS Plug-ins */
#sns-plugins {
	padding-top: 40px;
	padding-bottom: 40px;
	height: auto;
}

#sns-plugins .wrapper > div {
	width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#sns-plugins .mobile-only {
	display: block;
	border-top-color: rgba(255, 255, 255, 0.17);
}

}