@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    common_past.css
*
*
------------------------------------------------------------------------------------------ */

.fixed{ position: fixed !important;}

.bgc_b70{ background-color: rgba(3, 10, 20, .8); }

.bgc_b{ background-color: rgba(3, 10, 20, .8); }
.bgc_b50{ background-color: rgba(3, 10, 20, .5); }
.bgc_b60{ background-color: rgba(3, 10, 20, .6); }
.bgc_b90{ background-color: rgba(3, 10, 20, .9); }
.bgc_w{ background-color: rgba(255, 255, 255, .9); }
.bgc_w80{ background-color: rgba(255, 255, 255, .8); }
.bgc_w70{ background-color: rgba(255, 255, 255, .75); }
.bgc_g{ background-color: rgba(128, 128, 128, .8); }

.ff_midashi, h1, h2, h3, h4, h5, .btn_detail{ font-family: "a-otf-midashi-go-mb31-pr6n" !important;}
.ff_min{ font-family: "游明朝","YuMincho","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif !important;}
#header{ font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;}


a.bdb{ position: relative;}

a.bdb:after{
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #1914b7;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: bottom .15s ease 0s, opacity .15s ease 0s;
}

.is_pc a.bdb:hover:after,
.is_sp a.bdb.touch:after{
    width: 100%;
    bottom: -2px;
    opacity: 1;
    transition: bottom .15s ease .05s, opacity .15s ease .05s;
}

.is_pc .share_line{ display: none !important;}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    overflow: auto !important;
}

br.sp{ display: none !important;}
.switch_sp{ display: none !important;}
#gnav_lineup{ display: none !important;}

/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
    width: 100%;
    min-width: 1000px;
    height: 50px;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 100;
}

#header a{
    color: #03111F;
}

#gnav_inner{
    width: 1000px;
    min-height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#gnav_inner h1{
    position: absolute;
    top: 17px;
    left: 0;
}

#gnav_inner h1 img{
    width: 119px;
    height: auto;
}

#gnav_inner #gnav_menu{
    position: absolute !important;
    bottom: 3px !important;
    right: 40px !important;
}

#gnav_inner #gnav_menu li{
    font-size: 14px;
    margin: 0 0 0 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    letter-spacing: .05em;
}

#gnav_inner #gnav_menu li a{ transition: color .15s ease .0s;}
#gnav_inner #gnav_menu li a:hover{
    color: #1914B4;
    transition: color .15s ease .05s;
}

#gnav .sub_nav{ position: relative;}
#gnav .sub_nav .ico{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -18px;
    right: -40px;
}

#gnav .sub_global_nav{
    width: 100%;
    min-width: 1000px;
    display: none;
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    top: 50px;
    left: 0;
}

#gnav .sub_global_inner{
    width: 800px;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    letter-spacing: -.40em;
    position: relative;
}

#gnav .sub_global_nav .col_left{
    width: 600px;
    box-sizing: border-box;
    padding: 10px 20px 0 0;
    display: inline-block;
    position: relative;
    border-right: 1px dashed #a0a0a0;
}

#gnav .sub_global_nav .col_left h3{
    font-size: 16px;
    letter-spacing: .05em;
}

#gnav .sub_global_nav .col_left li{
    width: 25%;
    margin: 0 0 20px 0 !important;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.3em !important;
    letter-spacing: .05em;
}

#gnav .sub_global_nav .col_left li a{
    transition: opacity .15s ease .0s !important;
}

.is_sp #gnav .sub_global_nav .col_left li.touch a,
.is_pc #gnav .sub_global_nav .col_left li:hover a{
    opacity: .7;
    transition: opacity .15s ease .05s !important;
}

#gnav .sub_global_nav .col_left li .img{
    margin: 0 0 5px 0;
}

#gnav .sub_global_nav .col_left li img{
    width: 110px;
    height: auto;
    opacity: 1 !important;
}

#gnav .sub_global_nav .col_right{
    width: 200px;
    height: 100%;
    padding: 30px 0 10px 40px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: -.40em;
    vertical-align: top;
}

#gnav .sub_global_nav .col_right li{
    width: 100%;
    margin: 0 0 30px 0!important;
    text-align: left;
    display: block !important;
    font-size: 14px !important;
    letter-spacing: .05em !important;
    white-space: nowrap;
}

#gnav .sub_global_nav .col_right li a{
    display: inline-block;
}



/*
    .gnav_ico
*/
#header .pc_gnav_ico{
    text-align: right;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
}

#header .pc_gnav_ico span{
    border-radius: 3px;
}

#header .pc_gnav_ico span.top{
    width: 18px;
    border-top: 3px solid #000;
    position: absolute;
    top: 18px;
    right: 15px;
}

#header .pc_gnav_ico span.mid{
    content: '';
    display: block;
    width: 18px;
    border-top: 3px solid #000;
    position: absolute;
    top: 24px;
    right: 15px;
}

#header .pc_gnav_ico span.btm{
    content: '';
    display: block;
    width: 18px;
    border-top: 3px solid #000;
    position: absolute;
    top: 30px;
    right: 15px;
}

#header .open .pc_gnav_ico span{
    border-color: #000;
}

/* open */
#header .open .pc_gnav_ico span.top{
    top: 24px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .17s, transform .13s ease-out .17s;
}

#header .open .pc_gnav_ico span.btm{
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .17s, transform .13s ease-out .17s;
}

#header .open .pc_gnav_ico span.mid{
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity 0s ease .17s;
}

/* close */
#header .pc_gnav_ico span.top{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .pc_gnav_ico span.btm{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .pc_gnav_ico span.mid{
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity 0s ease .13s;
}




/* --------------------------------------------------
*
    #section_share
*
-------------------------------------------------- */
#section_share{
    clear: both;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

#section_share h3{
    margin: 0 0 60px 0;
    font-size: 19px;
}

#section_share li{
    margin: 0 28px;
    display: inline-block;
}

#section_share li img{
    width: auto;
    height: 59px;
}


/* --------------------------------------------------
*
    #section_footer
*
-------------------------------------------------- */
#section_footer{
    clear: both;
    padding: 80px 0 50px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

#section_footer li{
    font-size: 17px;
    margin: 0 30px 60px 30px;
    display: inline-block;
}

#section_footer li a{
    color: #00112C;
    transition: opacity .15s ease .0s;
}

.is_sp #section_footer li a.touch,
.is_pc #section_footer li a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_footer .copyright{
    font-size: 13px;
    color: #03111F !important;
}

#home #section_footer .nav_home{ display: none;}


} /* ----- min-width : 641px ----- */




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    z-index: 10;
    overflow-x: hidden;
}

br{ display: none;}
br.sp{ display: inherit !important;}
img.pc{ display: none !important;}
.switch_pc{ display: none !important;}

/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1000;
}

#header_inner h1{
    width: 100%;
    height: 45px;
    padding: 16px 0 0 15px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#header_inner h1 img{
    width: 110px;
    height: auto;
    transition: opacity .1s ease;
}


#home #header{ opacity: 0 !important; transition: opacity .2s ease 0s;}
#home.gnav #header,
#home #header.on{ opacity: 1 !important; transition: opacity .25s ease-out 0s;}


#gnav{
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    letter-spacing: .1em;
    position: relative;
    top: 0;
    right: 0;
    z-index: 10;
}

#gnav_inner{
    height: 100% !important;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: block !important;
}

#gnav_inner a{
    color: #03111F;
}

#gnav_inner{ padding: 45px 0 0 0;}
#gnav_inner ul{
    position: relative;
}

#gnav_inner li.gnav_cart,
#gnav_inner li.gnav_change{
    width: 50%;
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
    float: left;
    position: relative;
    font-size: 13px;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1em;
}

#gnav_inner li.gnav_cart{
    border-right: 1px dotted #dfdfdf;
}

#gnav_inner li.gnav_cart a,
#gnav_inner li.gnav_change a{
    padding: 15px 10px;
    text-align: center;
    display: block;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
    opacity: 1 !important;
    transition: background .15s ease 0s;
}

.is_pc #gnav_inner li.gnav_cart:hover a,
.is_pc #gnav_inner li.gnav_change:hover a,
.is_sp #gnav_inner li.gnav_cart.touch a,
.is_sp #gnav_inner li.gnav_change.touch a{
    background-color: #f0f0f0;
    transition: background .15s ease .05s;
}

#gnav h1{ display: none;}

#gnav .sub_nav{ clear: both; position: relative; display: block !important;}
#gnav .sub_global_nav{
    width: 100%;
    position: relative !important;
    display: block !important;
}

#gnav .sub_global_inner{
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.is_sp #gnav .sub_global_inner{
    padding-bottom: 45px;
}

#gnav .sub_global_nav .col_left{
    padding: 15px 0 25px 0;
    box-sizing: border-box;
    position: relative;
}

#gnav .sub_global_nav .col_left h3{
    margin: 0 0 30px 0;
    font-size: 16px;
    letter-spacing: .05em;
    text-align: center;
}

#gnav .sub_global_nav .col_left li{
    width: 33.333%;
    margin: 0 0 20px 0 !important;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.3em !important;
    letter-spacing: .05em;
    vertical-align: top;
}

#gnav .sub_global_nav .col_left li a{
    transition: opacity .15s ease .0s !important;
}

.is_sp #gnav .sub_global_nav .col_left li.touch a,
.is_pc #gnav .sub_global_nav .col_left li:hover a{
    opacity: .7;
    transition: opacity .15s ease .05s !important;
}

#gnav .sub_global_nav .col_left li .img{
    margin: 0 0 5px 0;
}

#gnav .sub_global_nav .col_left li img{
    max-width: 134px;
    width: 96%;
    height: auto;
    opacity: 1 !important;
}

#gnav .sub_global_nav .col_right{
    box-sizing: border-box;
    letter-spacing: -.40em;
    vertical-align: top;
}

#gnav .sub_global_nav .col_right ul{
    position: relative;
    left: -1px;
    border-bottom: 1px solid #dfdfdf;
}

#gnav .sub_global_nav .col_right li{
    width: 50%;
    text-align: center;
    display: inline-block !important;
    font-size: 13px !important;
    letter-spacing: .05em !important;
    white-space: nowrap;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #fff;
    line-height: 1em;
    transition: background .15s ease .0s;
    opacity: 1 !important;
}

.is_sp #gnav .sub_global_nav .col_right li.touch,
.is_pc #gnav .sub_global_nav .col_right li:hover{
    background-color: #f0f0f0;
    transition: background .15s ease .05s;
}

#gnav .sub_global_nav .col_right li a{
    padding: 15px 0;
    display: block;
    opacity: 1 !important;
}

#gnav .sub_global_nav .col_right li a:after{
    display: none !important;
}



/*
    .gnav_ico
*/
#header .gnav_ico{
    width: 80px;
    height: 45px;
    position: fixed;
    text-align: right;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
}

#header .gnav_ico span{
    border-radius: 3px;
}

#header .gnav_ico span.top{
    width: 18px;
    border-top: 3px solid #000;
    position: absolute;
    top: 14px;
    right: 15px;
}

#header .gnav_ico span.mid{
    content: '';
    display: block;
    width: 18px;
    border-top: 3px solid #000;
    position: absolute;
    top: 20px;
    right: 15px;
}

#header .gnav_ico span.btm{
    content: '';
    display: block;
    width: 18px;
    border-top: 3px solid #000;
    position: absolute;
    top: 26px;
    right: 15px;
}

#header .gnav_ico.on span{
    border-color: #000;
}

/* open */
#header .gnav_ico.on span.top{
    top: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .17s, transform .13s ease-out .17s;
}

#header .gnav_ico.on span.btm{
    top: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .17s, transform .13s ease-out .17s;
}

#header .gnav_ico.on span.mid{
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity 0s ease .17s;
}

/* close */
#header .gnav_ico span.top{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .gnav_ico span.btm{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .gnav_ico span.mid{
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity 0s ease .13s;
}

#header .overlay{
    width: 100%;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
}




/* --------------------------------------------------
*
    #section_share
*
-------------------------------------------------- */
#section_share{
    clear: both;
    padding: 30px 0 35px 0;
    text-align: center;
    color: #fff;
}

#section_share h3{
    margin: 0 0 30px 0;
    font-size: 15px;
}

#section_share li{
    margin: 0 15px;
    display: inline-block;
}

#section_share li img{
    width: auto;
    height: 38px;
}


/* --------------------------------------------------
*
    #section_footer
*
-------------------------------------------------- */
#section_footer{
    clear: both;
    padding: 35px 0 30px 0;
    text-align: center;
}

#section_footer li{
    font-size: 13px;
    margin: 0 20px 50px 20px;
    display: inline-block;
}

#section_footer li a{
    color: #00112C;
    transition: opacity .15s ease .0s;
}

.is_sp #section_footer li a.touch,
.is_pc #section_footer li a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_footer .copyright{
    font-size: 11px;
    color: #03111F !important;
}

#home #section_footer .nav_home{ display: none !important;}


} /* ----- max-width: 640px ----- */


