@charset "utf-8";

/*------------------------------------------------------------

@common.css

Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

------------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: left;
	-webkit-text-size-adjust: none; /* adjust */
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/*------------------------------

block
 
------------------------------*/
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 100%;
	z-index: 0;
}

.wrapper:after {
	background-size: 100% auto !important;
}

.contentsTtl {
	margin: 5% 0 7%;
}


/*------------------------------

header

------------------------------*/
.header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
    height: 60px;
	border-bottom: 1px solid #083e56;
    background: #fff url(../img/common/header/bg2.png) repeat-x;
	background-size: 8px 60px;
    z-index: 100;
}

.headerInner {
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.headerTtl {
	position: relative;
	width: calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	height: 100%;
	background: url(../img/common/header/bg2.png) repeat-x;
	background-position: top right;
	background-size: auto 60px;
	text-align: center;
}


/*------------------------------

drawer

------------------------------*/
.drawerContainer {
	display: -webkit-flex;
	display: flex;
	padding: 0 0 0 40px;
    width: 140px;
    height: 100%;
	background: url(../img/common/header/bg.png) no-repeat;
	background-size: auto 60px;
	z-index: 5;
	-webkit-transition: all 1s;
    transition: all 1s;
}

.drawerTxt {
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";;
    font-size: 16px;
	color: #fff;
    text-align: center;
	letter-spacing: 0.1em;
	line-height: 60px;
}

.drawerBtn {
	margin: 0 7px 0 0;
	padding: 25px 0 0;
	text-align: left;
}

.drawerBtn .drawerLine {
	display: block;
	margin: 0 auto 4px auto;
    width: 15px;
    height: 2px;
    background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.drawerBtn .drawerLine:nth-child(2) {
	margin: 0 auto 4px 0;
	width: 12px;
}


/*------------------------------

drawerBtnAnimation

------------------------------*/
.openDrawer .drawerBtn .drawerLine:nth-child(1) {
}

.openDrawer .drawerBtn .drawerLine:nth-child(2) {
}


/*------------------------------

drawer（show/hide）

------------------------------*/
.drawerNaviContainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 60px 0 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/drawer_bg.jpg) no-repeat top center / 100% auto;
	box-sizing: border-box;
	z-index: 99;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.drawerNavi {
	position:relative;
	padding: 45px 0;
	width: 100%;
	z-index: 1;
}

.drawerNavi ul li {
	padding: 15px 0;
	text-align: center;
}

.drawerNavi ul li a, .drawerNavi ul li span {
	display: block;
	padding: 5px 0;
	width: 100%;
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";;
	font-size: 16px;
	color: #574742;
	text-decoration: none;
	letter-spacing: 1px;
}

.drawerNavi ul li span {
	opacity: 0.5;
}

.drawerNavi ul li.selected {
  background: #fff;
}

.drawerNavi ul li.selected span {
  color: #1998CF;
}

.drawerNavi ul li a img, #drawer-navi ul li img {
	width: auto;
	height: 17px;
}


/*------------------------------

trailer

------------------------------*/
.trailer {
	position: relative;
	margin: 7% auto 5%;
	padding: 0 0 10%;
}

.topTrailerContainer {
    margin: 0 auto;
    padding: 0;
	border: 2px solid #f69b39;
	-webkit-box-shadow: 0px 0px 8px 0px #fff;
	-moz-box-shadow: 0px 0px 8px 0px #fff;
	box-shadow: 0px 0px 8px 0px #fff;
}

.trailerTtl {
	padding: 30px 0 10px;
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";;
	font-size: 24px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px #f69b39, 0px 0px 0px #f69b39;
}

.trailerLine {
	display: inline-block;
	width: 37px;
}

.trailerLine img {
	margin: 4px 0;
}

.trailerBg {
	position: absolute;
	top: 0;
    left: 0;
	z-index: -1;
	transform: translateZ(-1px);
}

.topTrailerNav {
	background: 0;
	font-size: 14px;
}

.topTrailerNav p {
	width: 50%;
	min-height: 38px;
	background: none;
	box-shadow: inset 0 -1px 0 0 #333;
	color: #000;
	text-align: center;
	line-height: 38px;
	letter-spacing: 3px;
}

.topTrailerNav p:first-child {
	width: 50%;
	border-bottom-left-radius: 4px;
	box-shadow: inset 1px -1px 0 #333;
}

.topTrailerNav p:last-child {
	border-bottom-right-radius: 4px;
	box-shadow: inset -1px -1px 0 #333;
}

.topTrailerContainer iframe {
	display: block;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

.topTrailerNav p.trailer-selected {
	background: #000;
	color: #fff;
}


/*------------------------------

navi

------------------------------*/
.navi {
	padding: 0 0 10%;
	width: 100%;
}

.navi ul {
	display:-webkit-box;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;	
}

.navi ul li {
	display: block;
	width: 50%;
	list-style: none;
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.navi ul li.selected {
	/*gradient*/
	background: -webkit-gradient(linear,left top,left bottom,from(#b61e21),to(#800a0c));
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.navi ul li .coming {
	position: relative;
    display: inline-block;
	padding: 20px 0;
	height: 100%;
	opacity: 0.5;
}

.navi ul .navi-twitter {
	display: none;
}

.navi ul li a {
	position: relative;
	display: block;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	
	/*mobile safari*/
	-webkit-tap-highlight-color: rgba(0,0,0,0.4);
}

.navi ul li:last-child {
	margin: 0 auto;
}

.navi ul li a:hover, nav ul li a:active {
	color: #b9b9b9;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.navi ul li.selected span {
	display: block;
	padding: 20px 0;
	color: #f6e7d0;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.subName {
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	font-size: 10px;
	text-align: center;
}


/*------------------------------

preloader

------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
}

.contantsPreloaderInner {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.preloaderInner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -125px;
	width: 250px;
	height: 141px;
	text-align: center;
	z-index: 1;
}

.preloaderTtl {
	margin: 0 0 10px;
}

.preloaderLogo {
	width: 250px;
	height: 141px;
	background: url(../img/common/preloader.png) no-repeat;
	background-position: 0px 0px;
	background-size: auto 141px;
}

.preloaderLogo.animation {
	animation: preloaderAnime 0.6s steps(15) forwards;
	-webkit-animation: preloaderAnime 0.6s steps(15) forwards;
}

@-webkit-keyframes preloaderAnime {
	to {background-position:-3750px 0px;}
}

@-moz-keyframes preloaderAnime {
	to {background-position:-3750px 0px;}
}

.progressBar {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 0px;
	height: 1px;
	background: #25b6a3;
	z-index: 1;
}


/*------------------------------

section

------------------------------*/
section {
	margin: 0;
	padding: 0;
	line-height: 0em;
}

.section-container {
	padding: 0 5%;
}


/*------------------------------

article

------------------------------*/
article {
}

.article-container {
	padding: 10px 0 0;
}

.title {
	font-size: 100%;
	font-weight: bold;
	color: #900;
	letter-spacing: 0;
}

.txt {
	padding: 0 0 15px;
}


/*------------------------------

footer

------------------------------*/
.footer {
	position: relative;
	margin: 0 auto;
	padding: 12% 0 7%;
	width: 100%;
	background: url(../img/common/footer/bg.png) no-repeat top center;
	background-size: 100% auto;
}

.pageTop {
    position: absolute;
	top: -5.3%;
	left: 40.7%;
	width: 18.6%;
    z-index: 10;
}

.pageTop img {
	width: 100%;
}

.footerTtl {
	margin: 0 0 8%;
}

.footerNavi {
	margin: 0 auto;
	width: 90%;
}

.footerNavi li {
	margin: 0 0 8%;
	width: 50%;
	float: left;
}

.footerNavi li a {
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 14px;
	color: #574742;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
}

.footerNavi li span {
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 14px;
	color: #574742;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
	opacity: 0.5;
}

.footerNavi li:nth-child(even) {
	text-align: right;
}

.bannerContainer {
	padding: 0 5%;
}

.bannerContainer li {
	width: 49%;
	float: left;
}

.bannerContainer li:nth-child(odd) {
	margin: 0 1% 2% 0;
}

.bannerContainer li:nth-child(even) {
	margin: 0 0 2% 1%;
}

.bannerContainer li a img {
	width: 100%;
}

.cc {
	font-size: 10px;
	color: #574742;
	text-align: center;
	line-height: 1.3em;
}


/*------------------------------

share

------------------------------*/
.socialContainer {
	display: table;
	margin: 3% auto;
	padding: 0 5%;
}

.socialContainer li {
	display: block;
	margin: 0 10px 10px 0;
	height: 20px;
	float: left;
}


/*------------------------------

default

------------------------------*/
h1{}

h2{}

h3{color: #9725d8;}

h4{color: #3876b4;}


/*------------------------------

a

------------------------------*/
a {
	color: #f39600;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}


/*------------------------------

modules

------------------------------*/

/*------------------------------
color
------------------------------*/
.purple {
	color: #d40c1f;
}
.red {
	color: #d40c1f;
}
.blue {
	color: #414fbc;
}
.yellow {
	color: #e9dd53;
}
.beige {
	color: #b8a569;
}
.orange {
	color: #FF7400;
}
.white {
	color: #FFF;
}

.small {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.strong {
	display: block;
	font-weight: bold;
	color: #f39600;
}


/*------------------------------
change
------------------------------*/
.change {
	display: block;
}


/*------------------------------
pagetop
------------------------------*/
.pagetop {
	text-align: right;
}


iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

