<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   @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: "Soft Gothic Regular", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
    color: #303000;
    font-size : 16px;
    background-color:#FFFFFF;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 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: #00A0FF; text-decoration: none;}
a:hover,
a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}

.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;}

a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

a.ico_none[target="_blank"]::after{
    display: none;
}


/* -------------------- font-face  --------------------*/
.ff_w-l{ font-family: 'Soft Gothic Light' !important;}
.ff_w-m{ font-family: 'Soft Gothic Medium' !important;}
.ff_w-db{ font-family: 'Soft Gothic DemiBold' !important;}
.ff_w-b{ font-family: 'Soft Gothic Bold' !important;}
.ff_w-h{ font-family: 'Soft Gothic Heavy' !important;}

#content_nav a {
    color: #333333;
}
.btn_detail a {
    color: #333333;
}
.btn_detail a:hover,
.btn_detail a.touch{
    opacity: 1;
}

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

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

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


footer{
    background-color: #fff;
    overflow: hidden;
}

footer ul{
    padding: 35px 150px 60px 150px;
    display: flex;
    justify-content: space-between;
}

footer li a{
    display: block;
    transition: opacity .1s ease;
}

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

footer li img{
    width: 52px;
}

footer .copyright{
    margin: 0 0 30px 0;
    text-align: center;
}

footer .copyright img{
    width: 218px;
}

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




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

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

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

img.pc{ display: none;}
.switch_pc{ display: none;}



footer{
    background-color: #fff;
    overflow: hidden;
}

footer ul{
    max-width: 420px;
    padding: calc(60 / 640 * 100vw) calc(50 / 640 * 100vw) calc(100 / 640 * 100vw) calc(50 / 640 * 100vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer li a{
    display: block;
    transition: opacity .1s ease;
}

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

footer li img{
    width: calc(82 / 640 * 100vw);
    max-width: 64px;
}

footer .copyright{
    margin: 0 0 calc(70 / 640 * 100vw) 0;
    text-align: center;
}

footer .copyright img{
    width: calc(348 / 640 * 100vw);
    max-width: calc(348 / .7px);
}


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




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

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    max-width: 800px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 65535;
    transform: translate(-50%, 0);
}

#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;
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 40;
}

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

#modal .overlay{
    /* width: 100%; */
    width: 800px;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, 0);
}

#modal .btn_close{
    width: 40px;
    height: 40px;
    background-color: #AACDFF;
    background-image:url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 50px;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

.tk #modal .btn_close{
    background-color: #ffb9f1 !important;
}

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


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




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

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

/* --------------------------------------------------
*
    #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: 100vh !important;
    min-height: 100vh !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

.is_sp #modal_wrap{
    /* padding-bottom: 16vh; */
}

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

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

#modal .overlay{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, .95);
    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 .btn_close{
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4.8vw;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 65535;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

#modal .btn_close:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: #AACDFF;
    background-image:url(../images/parts_modal_close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 65535;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    transition: opacity .15s ease;
}

.tk #modal .btn_close:after{
    background-color: #ffb9f1;
}

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


.is_sp #modal .btn_close{
    right: 1.6vw;
    top: auto;
    bottom: 0;
}

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


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

</pre></body></html>