   @charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    common.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #000;
    font-size : 15px;
    letter-spacing: .04em;
    background-color:#fff;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
    font-feature-settings: 'palt' 1;
}

body, html{
    width: 100%;
    height: 100%;
}

a, li, p, div, button{ outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{ color: #000; text-decoration: none;}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}

.is_pc .device_sp{ display: none !important;}
.is_sp .device_pc{ display: none !important;}


.ff_b{ font-weight: bold;}

.ac_inner{
    display: none;
}

#c_code{
    font-size: 20px;
    position: fixed;
    top: -200vh;
    left: -200vw;
}

@media screen and (min-width : 751px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 751px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    overflow: auto !important;
}

br.sp{ display: none;}
img.sp{ display: none;}
.switch_sp{ display: none;}


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




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

body, html{
    width: 100%;
    min-width: 100%;
}

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

.fz_s20{ font-size: calc(20 / 750 * 100vw) !important;}
.fz_s22{ font-size: calc(22 / 750 * 100vw) !important;}
.fz_s24{ font-size: calc(24 / 750 * 100vw) !important;}
.fz_s28{ font-size: calc(28 / 750 * 100vw) !important;}
.fz_s30{ font-size: calc(30 / 750 * 100vw) !important;}
.fz_s32{ font-size: calc(32 / 750 * 100vw) !important;}
.fz_s35{ font-size: calc(35 / 750 * 100vw) !important;}
.fz_s36{ font-size: calc(36 / 750 * 100vw) !important;}
.fz_s38{ font-size: calc(38 / 750 * 100vw) !important;}
.fz_s42{ font-size: calc(42 / 750 * 100vw) !important;}
.fz_s46{ font-size: calc(46 / 750 * 100vw) !important;}
.fz_s48{ font-size: calc(48 / 750 * 100vw) !important;}


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





/* ------------------------------------------------------------
*
*
    modal window
*
*
------------------------------------------------------------ */
@media screen and (min-width : 751px){ 
body.modal{
    overflow: hidden !important;
}


#modal_sub{
    width: calc(100% - 40px);
    max-width: 985px;
    margin: 20px;
    display: inline-block;
    box-sizing: border-box;
    border: 10px solid #fff;
    background-color: #fff;
    position: relative;
    pointer-events: all;
}

#modal_sub .sub_inner{
    border: 2px solid #d6d6d6;
    box-sizing: border-box;
}

#modal_sub h2{
    padding-top: 54px;
    padding-bottom: 34px;
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: bold;
    color: #0b5a9e;
    line-height: 1.6875em;
    position: relative;
}

#modal_sub h2 .s{
    font-size: 24px;
    display: block;
}

#modal_sub h2:before{
    content: '';
    display: block;
    width: 58px;
    height: 3px;
    background-color: #0b5a9e;
    position: absolute;
    bottom: 0;
    left: calc(50% - 29px);
}

#modal_sub .btn{
    width: 100%;
    max-width: 878px;
    margin: 0 auto;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

#modal_sub .btn p{
    width: 50%;
    max-width: 420px;
    margin: 9px;
}

#modal_sub .btn p img{
    transition: opacity .15s ease;
}

.is_pc #modal_sub .btn p a:hover img,
.is_sp #modal_sub .btn p a.touch img{
    opacity: .8;
}

#modal_sub .btn p img{
    width: 100%;
}

#modal_sub .info .desc{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.888em;
    font-weight: bold;
}

#modal_sub .code{
    width: 90%;
    max-width: 676px;
    height: 92px;
    margin: 0 auto;
    margin-bottom: 45px;
    display: flex;
    border: 4px solid #f64f4f;
    background-color: #f3f3f3;
    box-sizing: border-box;
}

#modal_sub .code .c_l{
    width: 32.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #f64f4f;
}

#modal_sub .code .c_l p{
    font-size: 20px;
    font-weight: bold;
}

#modal_sub .code .c_r{
    width: 67.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal_sub .code .c_r p{
    font-size: 35px;
    font-weight: bold;
    color: #f64f4f;
}

#modal_sub .btn_detail{
    margin-bottom: 60px;
    padding-left: 28px;
    font-size: 18px;
    font-weight: bold;
}

#modal_sub .btn_detail a{
    padding-bottom: 2px;
    color: #0b5a9e;
    border-bottom: 1px solid #0b5a9e;
    position: relative;
    transition: border .15s ease;
}

.is_pc #modal_sub .btn_detail a:hover,
.is_sp #modal_sub .btn_detail a.touch{
    border: 0px solid #fff;
}

#modal_sub .btn_detail a:before{
    content: '';
    display: block;
    width: 13px;
    height: 21px;
    background-image: url(../images/parts_ico_arrow_r.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrap{
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

#modal_inner{
    width: 100%;
    height: 100%;
    display: table !important;
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 40;
}

#modal_data{
    width: 100%;
    display: table-cell !important;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: default;
    position: relative;
    z-index: 1;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
}

#modal .modal_close{
    width: 100px;
    height: 100px;
    background-image:url(../images/parts_close.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

.is_pc #modal .modal_close:hover,
.is_sp #modal .modal_close.touch{
    transform: scale(.9);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(.9);
    -webkit-transition: transform .15s ease .05s;
}


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




@media screen and (max-width : 750px){
body.modal{
    overflow: hidden;
}

body.modal.only_sp{
    position: fixed;
    height: 100%;
}

#modal_sub{
    width: 100%;
    display: inline-block !important;
    box-sizing: border-box;
    border: calc(10 / 750 * 100vw) solid #fff;
    background-color: #fff;
    position: relative;
}

#modal_sub .sub_inner{
    border: 2px solid #d6d6d6;
    box-sizing: border-box;
}

#modal_sub h2{
    padding-top: calc(95 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
    margin-bottom: calc(45 / 750 * 100vw);
    font-size: 32px;
    font-weight: bold;
    color: #0b5a9e;
    line-height: 1.6875em;
    position: relative;
}

#modal_sub h2 .s{
    margin-bottom: calc(15 / 750 * 100vw);
    font-size: 24px;
    display: block;
    line-height: 1.531em;
}

#modal_sub h2 .l{
    display: block;
    line-height: 1.347em;
}

#modal_sub h2:before{
    content: '';
    display: block;
    width: calc(68 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    background-color: #0b5a9e;
    position: absolute;
    bottom: 0;
    left: calc(50% - calc(34 / 750 * 100vw));
}

#modal_sub .btn{
    margin-bottom: calc(60 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    justify-content: center;
    box-sizing: border-box;
}

#modal_sub .btn p{
    margin-bottom: calc(20 / 750 * 100vw);
    line-height: 0;
}

#modal_sub .btn p:last-child{
    margin: 0;
}

#modal_sub .btn p img{
    transition: opacity .15s ease;
}

.is_pc #modal_sub .btn p a:hover img,
.is_sp #modal_sub .btn p a.touch img{
    opacity: .8;
}

#modal_sub .btn p img{
    width: 100%;
}

#modal_sub .info .desc{
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: 18px;
    line-height: 1.607em;
    font-weight: bold;
}

#modal_sub .info .desc span{
    margin-top: 1em;
    display: block;
}

#modal_sub .code{
    width: calc(545 / 750 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(30 / 750 * 100vw);
    border: calc(10 / 750 * 100vw) solid #f64f4f;
    background-color: #fff;
    box-sizing: border-box;
}

#modal_sub .code .c_l{
    height: calc(65 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #f64f4f;
    border-bottom: calc(10 / 750 * 100vw) solid #f64f4f;
}

#modal_sub .code .c_l p{
    font-size: 20px;
    font-weight: bold;
}

#modal_sub .code .c_r{
    height: calc(90 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal_sub .code .c_r p{
    font-size: 35px;
    font-weight: bold;
    color: #f64f4f !important;
}

#modal_sub .btn_detail{
    margin-bottom: calc(50 / 750 * 100vw);
    margin-left: calc(50 / 750 * 100vw);
    padding-left: 28px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

#modal_sub .btn_detail a{
    padding-bottom: 2px;
    color: #0b5a9e;
    border-bottom: 1px solid #0b5a9e;
    position: relative;
    transition: border .15s ease;
}

.is_pc #modal_sub .btn_detail a:hover,
.is_sp #modal_sub .btn_detail a.touch{
    border: 0px solid #fff;
}

#modal_sub .btn_detail a:before{
    content: '';
    display: block;
    width: calc(13 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
    background-image: url(../images/parts_ico_arrow_r.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: calc(8 / 750 * 100vw);
    left: calc(-23 / 750 * 100vw);
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrap{
    width: 100vw;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
}

#modal_inner{
    width: 100%;
    height: 100%;
    padding: calc(40 / 750 * 100vw);
    box-sizing: border-box;
    display: table;
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 40;
}

.is_sp #modal_inner{
    padding-bottom: calc(220 / 750 * 100vw);
}

#modal_data{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: default;
    position: relative;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
}

#modal .modal_close{
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    background-image:url(../images/parts_close.png);
    background-repeat: no-repeat;
    background-size: calc(50 / 750 * 100vw);
    background-position: center;
    display: block;
    position: absolute;
    top: calc(10 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

#modal .modal_close.on:after{
    opacity: 1;
    transition: opacity .25s ease;
}


.is_sp #modal .modal_close{ right: 1.6vw;}

.is_pc #modal .modal_close:hover,
.is_sp #modal .modal_close.touch{
    transform: scale(.9);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(.9);
    -webkit-transition: transform .15s ease .05s;
}


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