@charset "UTF-8";
/*====================================================================================
■01.RESET HTML
====================================================================================*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
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-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}
ol,ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block;
}
ul,li {
    list-style: none;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.ov_hover:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70)";
}
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
body {
    font-size: 14px;
    font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
    color: #232323;
}
b,em,strong {
    font-weight: bold;
    font-style: normal;
}
small {
    font-size: 11px;
    font-size: 1.1rem;
}
sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
a img {
    opacity: 1;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
a img:hover {
    opacity: 0.7;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
.m00 { margin: 0px !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.m50 { margin: 50px !important; }
.m55 { margin: 55px !important; }
.m60 { margin: 60px !important; }
.mt00 { margin-top: 0px !important; }
.mt01 { margin-top: 1px !important; }
.mt02 { margin-top: 2px !important; }
.mt03 { margin-top: 3px !important; }
.mt04 { margin-top: 4px !important; }
.mt05 { margin-top: 5px !important; }
.mt06 { margin-top: 6px !important; }
.mt07 { margin-top: 7px !important; }
.mt08 { margin-top: 8px !important; }
.mt09 { margin-top: 9px !important; }
.mt10 { margin-top: 10px !important; }
.mt11 { margin-top: 11px !important; }
.mt12 { margin-top: 12px !important; }
.mt13 { margin-top: 13px !important; }
.mt14 { margin-top: 14px !important; }
.mt15 { margin-top: 15px !important; }
.mt16 { margin-top: 16px !important; }
.mt17 { margin-top: 17px !important; }
.mt18 { margin-top: 18px !important; }
.mt19 { margin-top: 19px !important; }
.mt20 { margin-top: 20px !important; }
.mt21 { margin-top: 21px !important; }
.mt22 { margin-top: 22px !important; }
.mt23 { margin-top: 23px !important; }
.mt24 { margin-top: 24px !important; }
.mt25 { margin-top: 25px !important; }
.mt26 { margin-top: 26px !important; }
.mt27 { margin-top: 27px !important; }
.mt28 { margin-top: 28px !important; }
.mt29 { margin-top: 29px !important; }
.mt30 { margin-top: 30px !important; }
.mt31 { margin-top: 31px !important; }
.mt32 { margin-top: 32px !important; }
.mt33 { margin-top: 33px !important; }
.mt34 { margin-top: 34px !important; }
.mt35 { margin-top: 35px !important; }
.mt36 { margin-top: 36px !important; }
.mt37 { margin-top: 37px !important; }
.mt38 { margin-top: 38px !important; }
.mt39 { margin-top: 39px !important; }
.mt40 { margin-top: 40px !important; }
.mt41 { margin-top: 41px !important; }
.mt42 { margin-top: 42px !important; }
.mt43 { margin-top: 43px !important; }
.mt44 { margin-top: 44px !important; }
.mt45 { margin-top: 45px !important; }
.mt46 { margin-top: 46px !important; }
.mt47 { margin-top: 47px !important; }
.mt48 { margin-top: 48px !important; }
.mt49 { margin-top: 49px !important; }
.mt50 { margin-top: 50px !important; }
.mt51 { margin-top: 51px !important; }
.mt52 { margin-top: 52px !important; }
.mt53 { margin-top: 53px !important; }
.mt54 { margin-top: 54px !important; }
.mt55 { margin-top: 55px !important; }
.mt56 { margin-top: 56px !important; }
.mt57 { margin-top: 57px !important; }
.mt58 { margin-top: 58px !important; }
.mt59 { margin-top: 59px !important; }
.mt60 { margin-top: 60px !important; }
.mt61 { margin-top: 61px !important; }
.mt62 { margin-top: 62px !important; }
.mt63 { margin-top: 63px !important; }
.mt64 { margin-top: 64px !important; }
.mt65 { margin-top: 65px !important; }
.mt66 { margin-top: 66px !important; }
.mt67 { margin-top: 67px !important; }
.mt68 { margin-top: 68px !important; }
.mt69 { margin-top: 69px !important; }
.mt70 { margin-top: 70px !important; }
.mt71 { margin-top: 71px !important; }
.mt72 { margin-top: 72px !important; }
.mt73 { margin-top: 73px !important; }
.mt74 { margin-top: 74px !important; }
.mt75 { margin-top: 75px !important; }
.mt76 { margin-top: 76px !important; }
.mt77 { margin-top: 77px !important; }
.mt78 { margin-top: 78px !important; }
.mt79 { margin-top: 79px !important; }
.mt80 { margin-top: 80px !important; }
.mt81 { margin-top: 81px !important; }
.mt82 { margin-top: 82px !important; }
.mt83 { margin-top: 83px !important; }
.mt84 { margin-top: 84px !important; }
.mt85 { margin-top: 85px !important; }
.mt86 { margin-top: 86px !important; }
.mt87 { margin-top: 87px !important; }
.mt88 { margin-top: 88px !important; }
.mt89 { margin-top: 89px !important; }
.mt90 { margin-top: 90px !important; }
.mt91 { margin-top: 91px !important; }
.mt92 { margin-top: 92px !important; }
.mt93 { margin-top: 93px !important; }
.mt94 { margin-top: 94px !important; }
.mt95 { margin-top: 95px !important; }
.mt96 { margin-top: 96px !important; }
.mt97 { margin-top: 97px !important; }
.mt98 { margin-top: 98px !important; }
.mt99 { margin-top: 99px !important; }
.mt100 { margin-top: 100px !important; }
.mr00 { margin-right: 0px !important; }
.mr03 { margin-right: 3px !important; }
.mr05 { margin-right: 5px !important; }
.mr06 { margin-right: 6px !important; }
.mr07 { margin-right: 7px !important; }
.mr08 { margin-right: 8px !important; }
.mr09 { margin-right: 9px !important; }
.mr10 { margin-right: 10px !important; }
.mr11 { margin-right: 11px !important; }
.mr12 { margin-right: 12px !important; }
.mr13 { margin-right: 13px !important; }
.mr14 { margin-right: 14px !important; }
.mr15 { margin-right: 15px !important; }
.mr16 { margin-right: 16px !important; }
.mr17 { margin-right: 17px !important; }
.mr18 { margin-right: 18px !important; }
.mr19 { margin-right: 19px !important; }
.mr20 { margin-right: 20px !important; }
.mr21 { margin-right: 21px !important; }
.mr22 { margin-right: 22px !important; }
.mr23 { margin-right: 23px !important; }
.mr24 { margin-right: 24px !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; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb01 { margin-bottom: 1px !important; }
.mb02 { margin-bottom: 2px !important; }
.mb03 { margin-bottom: 3px !important; }
.mb04 { margin-bottom: 4px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb06 { margin-bottom: 6px !important; }
.mb07 { margin-bottom: 7px !important; }
.mb08 { margin-bottom: 8px !important; }
.mb09 { margin-bottom: 9px !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; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml00 { margin-left: 0px !important; }
.ml05 { 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; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
/*--------------------------------------------------padding--------------------------------------------------*/
.p00 { padding: 0px !important; }
.p01 { padding: 1px !important; }
.p02 { padding: 2px !important; }
.p03 { padding: 3px !important; }
.p04 { padding: 4px !important; }
.p05 { padding: 5px !important; }
.p06 { padding: 6px !important; }
.p07 { padding: 7px !important; }
.p08 { padding: 8px !important; }
.p09 { padding: 9px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.p50 { padding: 50px !important; }
.p55 { padding: 55px !important; }
.p60 { padding: 60px !important; }
.pl00 { padding-left: 0px !important; }
.pl01 { padding-left: 1px !important; }
.pl02 { padding-left: 2px !important; }
.pl03 { padding-left: 3px !important; }
.pl04 { padding-left: 4px !important; }
.pl05 { padding-left: 5px !important; }
.pl06 { padding-left: 6px !important; }
.pl07 { padding-left: 7px !important; }
.pl08 { padding-left: 8px !important; }
.pl09 { padding-left: 9px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pr00 { padding-right: 0px !important; }
.pr01 { padding-right: 1px !important; }
.pr02 { padding-right: 2px !important; }
.pr03 { padding-right: 3px !important; }
.pr04 { padding-right: 4px !important; }
.pr05 { padding-right: 5px !important; }
.pr06 { padding-right: 6px !important; }
.pr07 { padding-right: 7px !important; }
.pr08 { padding-right: 8px !important; }
.pr09 { padding-right: 9px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pb00 { padding-bottom: 0px !important; }
.pb01 { padding-bottom: 1px !important; }
.pb02 { padding-bottom: 2px !important; }
.pb03 { padding-bottom: 3px !important; }
.pb04 { padding-bottom: 4px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb06 { padding-bottom: 6px !important; }
.pb07 { padding-bottom: 7px !important; }
.pb08 { padding-bottom: 8px !important; }
.pb09 { padding-bottom: 9px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pt00 { padding-top: 0px !important; }
.pt01 { padding-top: 1px !important; }
.pt02 { padding-top: 2px !important; }
.pt03 { padding-top: 3px !important; }
.pt04 { padding-top: 4px !important; }
.pt05 { padding-top: 5px !important; }
.pt06 { padding-top: 6px !important; }
.pt07 { padding-top: 7px !important; }
.pt08 { padding-top: 8px !important; }
.pt09 { padding-top: 9px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
/*--------------------------------------------------Width--------------------------------------------------*/
.w26per { width: 26% !important; }
.w40per { width: 40% !important; }
.w50per { width: 50% !important; }
.w55per { width: 55% !important; }
.w60per { width: 60% !important; }
.w65per { width: 65% !important; }
.w70per { width: 70% !important; }
.w75per { width: 75% !important; }
.w80per { width: 80% !important; }
.w85per { width: 85% !important; }
.w90per { width: 90% !important; }
.w100per { width: 100% !important; }
.w65 { width: 65px !important; }
.w70 { width: 70px !important; }
.w135 { width: 135px !important; }
.w140 { width: 140px !important; }
.w145 { width: 145px !important; }
.w160 { width: 160px !important; }
.w190 { width: 190px !important; }
.w195 { width: 195px !important; }
.w210 { width: 210px !important; }
.w235 { width: 235px !important; }
.w330 { width: 330px !important; }
.w320 { width: 320px !important; }
.w335 { width: 335px !important; }
.w370 { width: 370px !important; }
.w380 { width: 380px !important; }
.w390 { width: 390px !important; }
.w400 { width: 400px !important; }
.w410 { width: 410px !important; }
.w420 { width: 420px !important; }
.w430 { width: 430px !important; }
.w480 { width: 480px !important; }
.w490 { width: 490px !important; }
.w520 { width: 520px !important; }
.w525 { width: 525px !important; }
.w530 { width: 530px !important; }
.w640 { width: 640px !important; }
/*====================================================================================
■05.USE MEDIA
====================================================================================*/
.media,
.media-body { overflow: hidden; }
.media > .pull-left { margin-right: 20px; }
.media > .pull-right { margin-left: 20px; }
.media-text:after { clear: both; display: block; content: ""; height: 0px; visibility: hidden; }
/*====================================================================================
■06.OTHER
====================================================================================*/
.pic_l .img { float: left; margin-right: 10px; }
.pic_r .img { float: right; margin-left: 10px; }
.pull_left { float: left; }
.pull_right { float: right; }
.text_left { text-align: left !important; }
.text_right { text-align: right !important; }
.text_center { text-align: center !important; }
.text_justify { text-align: justify !important; }
.text_nowrap { white-space: nowrap !important; }
.text_lower { text-transform: lowercase !important; }
.text_upper { text-transform: uppercase !important; }
.text_capitalize { text-transform: capitalize !important; }
.text_muted { color: #777; }
.text_normal { font-weight: normal !important; }
.text_bold { font-weight: bold !important; }
.text_line { text-decoration: underline; }
.text_noline { text-decoration: none !important; }
.text_over { overflow: hidden !important; }
.text_demo { padding: 120px 0; text-align: center; }
.pic_l img { float: left; margin-right: 10px; }
.pic_r img { float: right; margin-left: 10px; }
/*
“ただいま準備中のため、もうしばらくお待ちください。”
*/
.txt_red { color: #f00 !important; }
.txt_grey { color: #999999 !important; }
.txt_pink { color: #FF1493 !important; }
.txt_green { color: #39B221 !important; }
.txt_blue { color: #3399FF !important; }
.txt_yellow { color: #EECC00 !important; }
.txt_white { color: #F0F0F0 !important; }
.txt_orange { color: #e77b1a !important; }
.txt_pink03 { color: #d76e8e !important; }
.txt_purple { color: #846fc8 !important; }
.txt_violet { color: #ad68c5 !important; }
.txt_page { color: #11347f !important; }
.fz10 { font-size: 10px !important; }
.fz11 { font-size: 11px !important; }
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important; }
.fz14 { font-size: 14px !important; }
.fz15 { font-size: 15px !important; }
.fz16 { font-size: 16px !important; }
.fz17 { font-size: 17px !important; }
.fz18 { font-size: 18px !important; }
.fz19 { font-size: 19px !important; }
.fz20 { font-size: 20px !important; }
.fz22 { font-size: 22px !important; }
.fz24 { font-size: 24px !important; }
.fz36 { font-size: 36px !important; }
.lhnm { line-height: normal !important; }
.lh00 { line-height: 0 !important; }
.lh12 { line-height: 1.2 !important; }
.lh13 { line-height: 1.3 !important; }
.lh14 { line-height: 1.4 !important; }
.lh15 { line-height: 1.5 !important; }
.lh16 { line-height: 1.6 !important; }
.lh17 { line-height: 1.7 !important; }
.lh18 { line-height: 1.8 !important; }
.lh20 { line-height: 2 !important; }
.lh22 { line-height: 2.2 !important; }
.lh23 { line-height: 2.3 !important; }
.img_border01 { padding: 1px; border: 1px solid #ccc !important; }
.img_border02 { padding: 2px; border: 1px solid #ccc !important; }
.img_border03 { padding: 3px; border: 1px solid #ccc !important; }
.img_border04 { padding: 4px; border: 1px solid #ccc !important; }
.r03 { border-radius: 3px; }
.r04 { border-radius: 4px; }
.r05 { border-radius: 5px; }
.r06 { border-radius: 6px; }
.r07 { border-radius: 7px; }
.r08 { border-radius: 8px; }
.r09 { border-radius: 9px; }
.r10 { border-radius: 10px; }
.r11 { border-radius: 11px; }
.r12 { border-radius: 12px; }
.r13 { border-radius: 13px; }
.r14 { border-radius: 14px; }
.r15 { border-radius: 15px; }
.r16 { border-radius: 16px; }
.r17 { border-radius: 17px; }
.r18 { border-radius: 18px; }
.r19 { border-radius: 19px; }
.r20 { border-radius: 20px; }
/*====================================================================================
■07.PAGE UP
====================================================================================*/
.page_up {
    position: relative;
    float: right;
    bottom: 50px;
    right: -100px;
}
.cd-top {
    display: inline-block;
    height: 40px;
    cursor: pointer;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../common_img/page_up2.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .9;
}
.pagetop {
    position: fixed;
    right: 8%;
    bottom: 23%;
}
.page_top_cont {
    width: 1100px;
    position: fixed;
    bottom: 20px;
    z-index: 100;
}
.page_top_cont .page_top {
    max-width: 1100px;
    margin: 0 auto;
    text-align: right;
    position: relative;
}
.page_top_cont .page_top .to_top {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    border-radius: 5px;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#page-top {
    position: fixed;
    right: 100px;
    z-index: 999;
}
#page-top a {
    width: 0;
    padding: 0;
    display: block;
}
#page-top a img:hover {
    text-decoration: none;
    opacity: 0.8;
}
/*====================================================================================
■04.LAYOUT
====================================================================================*/
.main,
.container,
article {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
/*■05.FLEX*/
.flexrowbetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.flexrowcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
/*align-items*/
.flex_alignstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
}
.flex_alignend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
}
.flex_alignstretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
}
.flex_alignbaseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
}
.flex_aligncenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}
.flex_alignini {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
}
.btnhover {
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    font-weight: bold;
    position: relative;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    border: 1px solid #000;
}
.btnhover a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    width: 300px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    z-index: 2;
}
.btnhover a:after {
    position: absolute;
    content: "\f105";
    right: 5%;
    top: -1px;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
}
.btnhover:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0bb59b;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    z-index: 1;
}
.btnhover:hover:after {
    width: 100%;
}
.btnhover:hover {
    border: 1px solid #0bb59b;
}
.btnhover:hover a {
    color: #fff;
}
.ahover {
    position: relative;
}
.ahover a:before,
.ahover a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.ahover a:before {
    bottom: -4px;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #78572b;
}
.ahover a:after {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    overflow: hidden;
    display: none;
}
.ahover a:hover {
    opacity: 1;
}
.ahover a:hover:before {
    opacity: 1;
    width: 100%;
}
/*====================================================================================
■08.HEADER
====================================================================================*/
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
.fontyu {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", sans-serif;
}
.fontmin {
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.fontgo {
    font-family: 'Didact Gothic', sans-serif;
}
.fontjose {
    font-family: 'Josefin Sans', sans-serif;
}
.fontnoto {
    font-family: 'Noto Sans JP';
}
h1 {
    line-height: 40px;
    color: #ccc;
    font-size: 11px;
}
body {
    overflow-x: hidden;
}
header {
    height: 130px;
    position: relative;
}
header h1 {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 9;
}
header .logo {
    margin-top: 30px;
}
/*====================================================================================
■09.GOLABLE NAVIGATION
====================================================================================*/
nav {
    background: none;
    height: 130px;
}
nav ul {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
nav li {
    width: 80px;
    position: relative;
    text-align: center;
}
nav li:not(.nolink):after {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    bottom: 45px;
    height: 1px;
    width: 100%;
    opacity: 0;
}
nav li:not(.nolink):hover:after {
    opacity: 1;
}
nav li:nth-child(4),
nav li:nth-child(5) {
    width: auto;
}
nav li:nth-child(4):after,
nav li:nth-child(5):after {
    background: none;
}
nav a,
nav span {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    height: 130px;
    line-height: 130px;
    /* display: block; */
}
nav .arcording {
    display: none;
    position: absolute;
    width: 260px;
    padding: 10px 5px;
    background: rgba(148, 148, 148, 0.9);
    left: 0;
    top: 130px;
    z-index: 99999;
}
nav .arcording ul{
    height: inherit;
}
nav .arcording li {
    line-height: normal;
    margin: 8px 10px;
    width: 100%;
    text-align: left;
}
nav .arcording li:hover:after {
    opacity: 0;
}
nav .arcording li a {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    height: auto;
}
/*==========================================
■10.FOOTER
====================================================================================*/
footer {
    padding: 60px 0;
    /* margin-top: 80px; */
    background: #f7f7f7;
    border-bottom: 35px solid #dedede;
}
footer .flexrowbetween {
    border-top: 1px solid #dfd7cc;
    padding-top: 50px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer a,
footer p {
    color: #78572b;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
footer .navft .pull_left {
    margin-right: 100px;
}
footer .navft p {
    display: block;
}
footer .navft p a {
    margin-bottom: 25px;
    font-weight: 500;
}
footer .navft li a {
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
/*==========================================
■11.Crumb
====================================================================================*/
.crumb {
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
}
.crumb li {
    font-size: 12px;
    margin-right: 10px;
    background: url(../common_img/arrow_li.png) no-repeat left 4px;
    padding-left: 14px;
    font-weight: 100;
}
.crumb .home {
    background: none;
    padding-left: 0px;
    font-weight: 100;
    font-size: 12px;
}
/*==========================================
■12.Page load
====================================================================================*/
#pageLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    background: white;
    z-index: 9998;
}
#pageLoader {
    width: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 9999;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    60% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    60% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}

/*==========================================
■13.login component
====================================================================================*/
.c-login,
.c-login * {
  box-sizing: border-box;
  word-break: break-all;
}
.c-login {
  margin: 15px 24px 0 0;
  border: 2px solid #c8b193;
  font-size: 10px;
}
  .c-login_head {
    display: block;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    background-color: #c8b193;
    color: #f9f7f5;
  }
  .c-login_desc {
    padding: 5px;
  }
  .c-logoff_items {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    margin-right: -3px;
    margin-left:  -3px;
  }
  .c-logoff_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 3px;
  }
    .c-logoff_item label {
      display: block;
      line-height: 1;
      margin-bottom: 2px;
      text-align: center;
    }
    .c-logoff_item input {
      width: 100%;
    }
    .c-logoff_item a::before {
      content: ">";
      float: left;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width:  1em;
      height: 1em;
      margin-right: 3px;
      background-color: #c8b193;
      color: #fff;
      border-radius: 100%;
    }
  .c-login_items {
    min-width: 120px;
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
  }
  .c-login_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100% + 6px);
    margin-right: -3px;
    margin-left:  -3px;
  }
    .c-login_sub {
      padding: 3px;
    }
    .c-login_txt {
      padding: 3px;
      text-align: right;
    }
      .c-login_txt > span {
        margin-left:  0.333em;
        margin-right: 0.333em;
        font-size: 1.2em;
      }
    .c-login_btn {
      width: 50%;
      margin-top: 6px;
    }
.btn-mypagejump,
.btn-login,
.btn-logout {
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 5px;
  border: 3px double #fff;
  font-size: 1.08em;
}
.btn-mypagejump {
  display: block;
  padding: 1px 6px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
}
.btn-mypagejump,
.btn-login {
  background-color: #000;
  border: 3px double #fff;
  color: #fff;
}
