@charset "utf-8";

/*==============================

		common.css

==============================*/


/*------------------------------
	共通スタイル
------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
    color: #292a33;
}
body { 
	line-height: 1.8;
	width: 100%;
	height: 100%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}

.page_top {
        position: fixed;
        bottom: 100px;
        right: 0; 
        z-index:100;
}

/*------------------------------
LINK COLOR
------------------------------*/
    a:link { 
        color: #292A33;
        text-decoration: none;
        transition: 0.8s ;
}
    a:visited {
       color: #292A33;
        text-decoration: none;
}
    a:hover { 
        color: #292A33;
        text-decoration: underline;
}
    a:active {
        color: #292A33;
        text-decoration: none;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 769px) {
    .spOnly{
        display: none !important;
        }
    
    .inner{
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}
/*------------------------------
	TABLET
------------------------------*/
@media only screen and (max-width: 959px) and (min-width: 769px){
    .inner{
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }
}


/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 768px) {
    img{
        width: 100%;
        height: auto;
    }
    .pcOnly{
        display: none !important;
        }
    .inner{
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*------------------------------
	clearfix
------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	visibility:hidden;
	clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}

/*------------------------------
	上書き用スタイル
------------------------------*/

.gothic{font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.dn {display: none !important;}
.di {display: inline !important;}
.dib {display: inline-block !important;}
.db {display: block !important;}

.fwb {font-weight: bold !important;}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.tdn {text-decoration: none !important;}
.tdu {text-decoration: underline !important;}

.vat {vertical-align: top !important;}
.vam {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}

/*------------------------------
header PC
------------------------------*/
@media screen and (min-width: 769px) {
    #header{
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        color: #FFFFFF;
        z-index: 10;
        background: rgba(41,42,51,1);
    }
    #header .logo{
        position: absolute;
        top: 5px;
        left: 5%
    }
    #header .logo img{
        height: 50px;
        width: auto;
    }
    #header .globalNav{
        position: absolute;
        top: 17px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #header .globalNav ul {
        font-size: 0;
        text-align: center;
    }
    #header .globalNav li{
        display: inline-block;
        font-size: 1.6rem;
        text-align: center;
        padding-right: 2rem;
    }
    #header .globalNav li a:link{
        color: #FFFFFF;
    }
    #header .globalNav li a:visited{
        color: #FFFFFF;
    }
    #header .globalNav li a:hover{
        color:#cc6d00;
        text-decoration: none;
    }
    #header .globalNav li:last-child{
        padding-right: 0;
    }
}

/*------------------------------
header TABLET
------------------------------*/

@media only screen and (max-width: 1159px) and (min-width: 769px){
    #header .globalNav{
        left: auto;
        right: 0;
    }
    #header .globalNav li{
        font-size: 1.4rem;
        padding-right: 1rem;
    }
    #header .globalNav li:last-child{
        padding-right: 1rem;
    }

}


/*------------------------------
header SP
------------------------------*/
@media screen and (max-width:768px){
    #header{
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        color: #FFFFFF;
        z-index: 10;
        background: rgba(41,42,51,1);
    }
    #header .logo{
        position: absolute;
        top: 5px;
        left: 5%;
        z-index: 2;
    }
    #header .logo img{
        height: 50px;
        width: auto;
    }
    #header .globalNav{
        display: none;
    }
    .navToggle {
        top:5px;
        right:0;
        width:50px;
        height: 50px;
        background-image: url(../img/share/menu_off.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        cursor:pointer;
        z-index: 1;
        position: absolute;
    }
    .navToggle.open{
        background-image: url(../img/share/menu_on.png);
    }
    .smp_nav {
        position: fixed;
        right:0;
        width:100%;
        top: 0;
        -webkit-transition:.3s ease-in-out;
        -moz-transition:.3s ease-in-out;
        transition:.3s ease-in-out;
        text-align:right;
        z-index:0;
        opacity: 0;
        display: none;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(41,42,51,1);
    }
    .smp_nav.openNav{
        display: block;
        animation-name:navshow;
        animation-duration:0.25s;
        opacity: 1;
        text-align:left;
    }
    .smp_nav .gNav{
        padding-top: 17vw;
        overflow-x: scroll;
    } 
    .smp_nav .gNav li{
        border-bottom: 1px solid rgba(255,255,255,0.3);
        margin-right: 4%;
        margin-left: 4%;
        line-height: 2.5;
        font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    }
    
    .smp_nav .gNav li a{
        margin-bottom: 4px;
        font-size: 4.5vw;
        display: block;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
    }
    .smp_nav .gNav li:first-child{
        border-top: 1px solid rgba(255,255,255,1);
    }
    .smp_nav .gNav li:last-child{
        border-bottom: 1px solid rgba(255,255,255,1);
    }
 }

/*------------------------------
#wrapper PC
------------------------------*/
@media screen and (min-width: 769px) {
    #wrapper{
        padding-top: 60px;
    }
 }
/*------------------------------
#wrapper SP
------------------------------*/
@media screen and (max-width:768px){
    #wrapper{
        padding-top: 60px;
    }
 }

/*------------------------------
social PC
------------------------------*/
@media screen and (min-width: 769px) {
    #social_section{
        background: #292A33;
        width: 100%;
        padding-top: 5.0rem;
        padding-bottom: 5.0rem;
        margin-bottom: 100px;
        margin-top: -10px;
    }
    #social_section .socialTit{
        color: #FFFFFF;
        font-size: 3.0rem;
        display: inline-block;
        margin-bottom: 5rem;
    }
    #social_section .snsIcn{
        display: inline-block;
        margin-left: 2rem;
        width: 60%;
    }
    #social_section .snsIcn li{
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
    }
    #social_section .socialBlockLeft{
        width: 48%;
        float: left;
    }
    #social_section .socialBlockRight{
        width: 48%;
        float: right;
    }
    #social_section .socialBlock{
        background: #FFFFFF;
        margin-bottom: 3.0rem;
        padding-bottom: 0;
        font-size: 0;
    }
    #social_section .googleplus img{      
        width: 100%;
        height: auto;
        
    }
    #social_section h3.socialSubTit{
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 2.0rem;
        color: #000000;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 1rem;
        padding-left: 2rem;
        padding-top: 1.5rem;
        padding-bottom: 0.5rem
    }
 }

/*------------------------------
social SP
------------------------------*/
@media screen and (max-width:768px){
    #social_section{
        background: #292A33;
        width: 100%;
        padding-top: 3.0rem;
        padding-bottom: 3.0rem;
        margin-bottom: 15vw;
        margin-top: -10px;
    }
    #social_section .socialTit{
        color: #FFFFFF;
        font-size: 5.0vw;
        margin-bottom: 1rem;
    }
    #social_section .snsIcn{
        display: inline-block;
    }
    #social_section .snsIcn li{
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
    }
    #social_section .snsIcn li img{
        height: 6vw;
        width: auto;
    }
    #social_section .socialBlock{
        background: #FFFFFF;
        margin-bottom: 2.0rem;
        padding-bottom: 0;
        font-size: 0;
    }
    #social_section .socialBlockLeft{
        margin-top: 2rem;
    }
    #social_section .googleplus img{      
        width: 100%;
        height: auto;
        
    }
    #social_section h3.socialSubTit{
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 4.0vw;
        color: #000000;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 1rem;
        padding-left: 2rem;
        padding-top: 1.5rem;
        padding-bottom: 0.5rem
    }
 }

/*------------------------------
footerBnr PC
------------------------------*/
@media screen and (min-width: 769px) {
    #footerBnr_section{
        max-width: 1160px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }
    #footerBnr_section li{
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    #footerBnr_section li img{
        width: 100%;
        height: auto;
    }
    #footerBnr_section li:last-child{
        margin-right: 0;
    }

 }
/*------------------------------
footerBnr TABLET
------------------------------*/
@media only screen and (max-width: 1200px) and (min-width: 769px){
    #footerBnr_section{
        width: 92%;
    }
 }
/*------------------------------
footerBnr SP
------------------------------*/
@media screen and (max-width:768px){
    #footerBnr_section{
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    #footerBnr_section li{
        margin-bottom: 1rem;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 1.6rem;
    }
 }
/*------------------------------
footer PC
------------------------------*/
@media screen and (min-width: 769px) {
    #footer{
        background: #292A33;
        width: 100%;
        padding-top: 5.0rem;
        padding-bottom: 5.0rem;
        text-align: center;
    }
    #footer ul{
        text-align: center;
        margin-top: 2rem;
    }
    
    #footer li{
        display: inline-block;
        margin-bottom: 1rem;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 1.4rem;
        border-right: 1px solid #FFFFFF;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #footer li:last-child{
        border: none;
    }
    
    #footer li a:link{
        color: #FFFFFF;
    }
    #footer li a:visited{
        color: #FFFFFF;
    }
    #footer li a:hover{
        color: #FFFFFF;
    }
    #footer .copyright{
        text-align: center;
        font-size: 1.2rem;
        color: #FFFFFF;
        padding-top: 3rem;
    } 
 }
/*------------------------------
footer SP
------------------------------*/
@media screen and (max-width:768px){
    #footer{
        background: #292A33;
        width: 100%;
        padding-top: 3.0rem;
        padding-bottom: 3.0rem;
        text-align: center;
    }
    #footer .logo{
        width: 35%;
        margin-right: auto;
        margin-left: auto;
    }
    #footer ul{
        display: none;
    }
    #footer .copyright{
        text-align: center;
        font-size: 3.0vw;
        color: #FFFFFF;
        padding-top: 3rem;
    }
 }
    

 /*------------------------------
button(RED) PC
------------------------------*/
.button a{
    text-align: center;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
    text-decoration: none;
    font-weight: 700;
    font-size: 3.5vw;
    color: #FFFFFF;
    display: block;
}


/*------------------------------
pagetitle PC
------------------------------*/
@media screen and (min-width: 769px) {
    #page_title{
        position: relative;
    }
    #page_title img{
        width: 100%;
        height: auto;
    }
    #page_title h1.pageTitle{
        position: absolute;
        top: 0;
        bottom: 15%;
        right: 0;
        left:0;
        margin: auto;
       -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #FFFFFF;
        font-size: 4.6rem;
        width: 4.6rem;
        text-align: center;
    }
 }

/*------------------------------
pagetitle TABLET
------------------------------*/
@media only screen and (max-width: 1200px) and (min-width: 769px){
    #page_title h1.pageTitle{
        font-size: 3.0rem;
        width: 4.0rem;
    }
 }


/*------------------------------
pagetitle SP
------------------------------*/
@media screen and (max-width:768px){
    #page_title{
        position: relative;
    }
    #page_title img{
        width: 100%;
        height: auto;
    }
    #page_title h1.pageTitle{
        position: absolute;
        top: 0;
        bottom: 25%;
        right: 0;
        left:0;
        margin: auto;
       -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #FFFFFF;
        font-size: 5vw;
        width: 5vw;
        text-align: center;
    }
 }

/*------------------------------
rebrand PC
------------------------------*/
@media screen and (min-width: 769px) {
    #rebrand .rebrandTitle{
        text-align: center;
        font-size: 3.8rem;
        padding-bottom: 2.0rem;
        max-width: 1160px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 100px;
        line-height: 1.4;
    }
    #rebrand .rebrandTitle span{
        background: linear-gradient(transparent 35%, #ffff66 10%);
    }
    
    #rebrand p{
        font-size: 1.6rem;
        padding-bottom: 2.0rem;
        max-width: 1160px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    #rebrand img{
        width: 100%;
        height: auto;
    }
 }

/*------------------------------
rebrand SP
------------------------------*/
@media screen and (max-width:768px){
    #rebrand .rebrandTitle{
        text-align: center;
        font-size: 4vw;
        padding-bottom: 1.0rem;
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 10vw;
        line-height: 1.4;
    }
    #rebrand .rebrandTitle span{
        background: linear-gradient(transparent 35%, #ffff66 10%);
    }
    #rebrand p{
        font-size: 3.3vw;
        padding-bottom: 1.0rem;
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
 }


/*------------------------------
rebrand PC
------------------------------*/
@media screen and (min-width: 769px) {
    #page_top{
        position: fixed;
        bottom: 10px;
        right: 5px;
        z-index:100;
        text-align: right;
    }
    #page_top img{
        width: 75%;
        height: auto;
    }
    
 }
/*------------------------------
rebrand SP
------------------------------*/
@media screen and (max-width:768px){ 
    #page_top{
        position: fixed;
        bottom: 1%;
        right: 2%;
        z-index:100;
    }
    #page_top{
        width: 8%;
        
    }
    
 }