@charset "UTF-8";
body {
    color: #333;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    line-height: 1.6;
    min-width: 320px;
}

html {
    font-size: 87.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input[type="submit"],
input[type="button"],
.header_above_humberger {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


/*----------------------------------------
    emg
-----------------------------------------*/

#emg3,
#emg2,
#emg {
    width: 728px;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

#emg3 a,
#emg2 a,
#emg a {
    color: #00e;
    text-decoration: underline;
}

#emg3 br,
#emg2 br,
#emg br {
    display: none;
}

#emg3 table,
#emg2 table,
#emg table {
    margin: 10px auto !important;
    overflow: auto !important;
}

#emg3 table table,
#emg2 table table,
#emg table table {
    margin: 0 !important;
}

#emg3 th,
#emg3 td,
#emg2 th,
#emg2 td,
#emg th,
#emg td {
    padding: 2px !important;
    border: 0 !important;
}


/*----------------------------------------
    text link
-----------------------------------------*/

a {
    color: #09a;
    text-decoration: none;
}

a:hover {
    color: #6cc;
    text-decoration: underline;
}


/*ボタン　オーバー*/

a.hover {
    display: block;
}

.hover {
    transition: opacity 0.1s linear;
}

.hover:hover {
    color: #6cc;
    text-decoration: none;
}

.hover:hover img,
img.hover:hover {
    opacity: 0.7;
}


/*----------------------------------------
    pagetop
-----------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5%;
    z-index: 10;
}

.pagetop img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 800px) {
    .pagetop {
        bottom: 8px;
        margin-top: 1em;
        right: 8px;
        text-align: right;
    }
    .pagetop a {
        display: inline-block;
        width: 45px;
        height: 45px;
    }
}


/*----------------------------------------
    border
-----------------------------------------*/

.borderWhite {
    border: 1px solid #fff;
}

.borderTop {
    border-top: 1px solid #d7d7d7;
    padding-top: 1em;
}

.borderBottom {
    border-bottom: 1px solid #d7d7d7;
}


/*----------------------------------------
    box
-----------------------------------------*/

.constBox {
    max-width: 950px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.borderBox {
    background: #fff;
}

.borderBox a > .inner,
.borderBox > .inner {
    border: 1px solid #e9e9e9;
    padding: 1px;
    display: block;
}

.borderBox.grid1 a,
.borderBox.grid3 a {
    display: block;
}

.borderBox a > .inner figure {
    position: relative;
}

.borderBox.grid1 a > .inner figure {
    height: 282px;
    overflow: hidden;
}

.borderBox.grid3 a > .inner figure {
    height: 183px;
    overflow: hidden;
}

.borderBox a > .inner figure .new {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

.borderBox a > .inner figure img {
    width: 100%;
}

@media screen and (min-width: 801px) {
    .borderBox a.inner:hover {
        text-decoration: none;
        color: #333;
        border-color: #f25242;
    }
}

@media screen and (max-width: 800px) {
    .borderBox a.inner:active {
        text-decoration: none;
        color: #333;
        border-color: #f25242;
    }
}


/*----------------------------------------
    banner
-----------------------------------------*/


/*normal*/

.bnrArea .borderBox {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2em;
    font-size: 114%;
}

.bnrArea .borderBox > p {
    font-size: 85.7%;
    line-height: 1.2em;
    margin-top: 0.5em;
}

.bnrArea .borderBox:nth-of-type(3n) {
    margin-right: 0;
}

.bnrArea .borderBox > a.inner {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    position: relative;
}

.bnrArea .borderBox > a.inner[target="_blank"]::after {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    right: 5px;
    z-index: 1;
    background: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_blank.png) no-repeat center center;
    width: 12px;
    height: 12px;
}

.bnrArea .borderBox > .inner figure {
    width: 31.8%;
}

.bnrArea .borderBox > .inner div {
    vertical-align: middle;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .bnrArea .borderBox > a.inner:hover {
        background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next_over.png);
    }
}

@media screen and (max-width: 800px) {
    .bnrArea .borderBox > a.inner:active {
        background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next_over.png);
    }
}


/*small*/

.bnrArea.type2 .borderBox {
    float: left;
    width: 113px;
    margin-right: 2%;
    margin-bottom: 1em;
    font-size: 100%;
    text-align: left;
}

.bnrArea.type2 .borderBox:nth-of-type(3n) {
    margin-right: auto;
}

.bnrArea.type2 .borderBox > a.inner {
    background-position: 90% center;
}

.bnrArea.type2 .borderBox > .inner {
    padding: 1em 1em;
    line-height: 1em;
}

.bnrArea.type2 .borderBox > .inner .tableLayout > * {
    vertical-align: middle;
}

.bnrArea.type2 .borderBox > .inner .tableLayout > figure {
    text-align: center;
}

.bnrArea.type2 .borderBox > .inner .tableLayout > div {
    text-align: left;
    padding-left: 0.5em;
    padding-top: 0.2em;
}


/*----------------------------------------
    wrapper
-----------------------------------------*/

#wrapper {
    padding-top: 192px;
    position: relative;
}


/*----------------------------------------
    main bx-slider
-----------------------------------------*/

#mvis.slider {
    margin-left: auto;
    margin-right: auto;
}

#mvis.slider .bx-wrapper {
    background: #ebeaea;
    position: relative;
}

#mvis.slider .bx-controls {
    overflow: hidden;
    padding-right: 16px;
}

#mvis.slider .bx-viewport {
    max-height: 381px;
    overflow: hidden;
}

#mvis.slider .bx-pager {
    float: right;
    padding: 10px 0;
    font-size: 1px;
    max-width: 950px;
    margin: 0 auto;
    height: 10px;
}

#mvis.slider .bx-pager-item {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;
    margin-left: 10px;
}

#mvis.slider .bx-pager-link.active {
    background: #a7a7a7;
}

#mvis.slider .bx-pager-link {
    background: #d1d1d1;
    height: 10px;
    width: 10px;
    display: block;
}

#mvis.slider .bx-controls-direction a {
    opacity: 0;
    transition: 0.3s opacity linear;
}

#mvis.slider .bx-controls-direction a.bx-prev,
#mvis.slider .bx-controls-direction a.bx-next {
    position: absolute;
    top: 46%;
    z-index: 2;
    background-size: 100% auto;
    width: 27px;
    height: 49px;
    background-repeat: no-repeat;
    text-indent: -9999em;
}

#mvis.slider .bx-controls-direction a.bx-prev {
    left: 2%;
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/main_arw_left.png);
}

#mvis.slider .bx-controls-direction a.bx-next {
    right: 2%;
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/main_arw_right.png);
}

@media screen and (min-width: 801px) {
    #mvis.slider:hover .bx-controls-direction a {
        opacity: 1;
    }
}

@media screen and (max-width: 800px) {
    #mvis.slider:active .bx-controls-direction a {
        opacity: 1;
    }
}


/*----------------------------------------
    #header
-----------------------------------------*/

#header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 15;
}

#header img {
    max-width: 100%;
    height: auto;
}

#mastheadCorp {
    font-size: small;
    margin: 8px auto;
    overflow: hidden;
    transition: 0.3s top ease-in-out;
    max-width: 950px;
}

.mastheadCorp_ylogo {
    float: right;
    margin-left: 8px;
    width: 107px;
}

.mastheadCorp_list {
    float: right;
    letter-spacing: -.4em;
    margin: 3px 0 0;
}

.mastheadCorp_list > li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px;
}

.header_above_logoarea .logo_mini {
    display: none;
}

.header_inner {
    height: 130px;
    max-width: 950px;
    margin: 0 auto;
}

.header_above_logoarea {
    height: 50px;
    margin: 8px 0 0;
    position: relative;
}

.header_above_logoarea .logo {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 320px;
}

.header_above_logoarea .lead {
    font-size: 87.5%;
    font-weight: normal;
    margin: 0 8px;
    position: absolute;
    top: 12px;
}

.header_above_logoarea .ylogo {
    display: none;
}

.header_above_humberger {
    background: #fff;
    position: absolute;
}

.header_above_humberger img {
    width: 30px;
}

.header_nav_outer {
    background: rgba(255, 255, 255, 0.7);
    padding: 2 0 1px;
}

.header_nav {
    border-bottom: 1px solid #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 87.5%;
    overflow: hidden;
    padding: 4px 0 0;
    width: 100%;
}

.header_nav a {
    color: #444;
}

.header_nav_list {
    display: table;
    height: 46px;
    margin: 0 auto;
    max-width: 950px;
}

.header_nav_list > li {
    display: table-cell;
    vertical-align: bottom;
    white-space: nowrap;
}

.header_nav_list > li a {
    background: hsla(0,0%,97%,1);
    border-left: 2px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: block;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.header_nav_list > li:first-child a {
    border-left: none;
    width: 50px;
}

.header_nav_list > li a.stay {
    background: #666;
    color: #fff;
    font-weight: bold;
}

.header_nav_list > li span {
    border: none;
    display: inline;
    padding: 0;
}

.header_nav_list > li span.icon {
    margin: 0 3px;
}

@media screen and (min-width: 801px) {
    .header_nav_list > li a:hover {
        background: #666;
        color: #fff;
        line-height: 46px;
    }
    .header_nav_list > li a.stay {
        line-height: 46px;
    }
}

@media screen and (max-width: 950px) {
    .header_nav {
        border-right: 1px dashed #666;
    }
}

@media screen and (max-width: 800px) {
    .humberger_bg {
        background-color: rgba(0, 0, 0, 0.65);
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        width: 100%;
        z-index: 99;
    }
    #mastheadCorp {
        position: absolute;
        width: 100%;
    }
    .mastheadCorp_ylogo {
        display: none;
    }
    .mastheadCorp_list {
        background: #fff;
        display: none;
        margin-top: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        width: 276px;
        height: 100%;
    }
    .mastheadCorp_list > li {
        display: block;
        line-height: 44px;
    }
    .mastheadCorp_list > li.yid {
        border-bottom: 1px solid #ccc;
    }
    .header_inner {
        height: 50px;
        padding: 8px 0;
    }
    .header_above_humberger {
        top: 8px;
        right: 0;
    }
    .header_above_logoarea {
        margin: 0;
    }
    .header_above_logoarea .logo {
        width: 200px;
    }
    .header_above_logoarea .ylogo {
        display: block;
        position: absolute;
        top: 16px;
        /*right: 48px;ハンバーガーメニュー*/
        right: 8px;
        width: 28px;
    }
    .header_nav_list > li a:active {
        background: #f25242;
        color: #fff;
    }
    .header_nav_list > li a.stay {
        line-height: 46px;
    }
}

@media screen and (max-width: 640px) {
    .header_nav_outer_02 {
        padding-top: 2px;
    }
    .header_nav {
        font-size: 80%;
        border-bottom-width: 3px;
    }
    .header_nav_list > li a {
        line-height: 30px;
        width: 80px;
    }
    .header_nav_list > li a.stay {
        line-height: 34px;
    }
}

@media screen and (max-width: 420px) {
    .header_inner {
        height: 32px !important;
    }
    .header_above_logoarea .logo {
        width: 140px;
    }
    .header_above_logoarea .ylogo {
        top: 8px;
        /*right: 50px;ハンバーガーメニュー*/
        right: 8px;
    }
    .header_above_humberger {
        top: 4px;
    }
    .header_above_humberger img {
        width: 24px;
    }
}

@media screen and (min-width: 801px) {
    .header_above_logoarea {
        height: 70px;
    }
    .header_above_humberger {
        display: none;
    }
}


/*sns*/

.header_above_logoarea .sns {
    position: absolute;
    top: -37px;
    left: 0;
    transition: 0.3s top ease-in-out;
}

@media screen and (max-width: 800px) {
    .header_above_logoarea .sns {
        top: 8px;
        right: initial;
        left: 0;
    }
}

@media screen and (max-width: 420px) {
    .header_above_logoarea .sns {
        top: 0;
    }
}

.sns_list {
    letter-spacing: -.4em;
}

.sns_list > li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 16px 0 0;
    max-width: 32px;
}
.sns_list > li  img{
    max-width: 100%;
}


.sns_list > li:last-child {
    margin-right: 0;
}

/*scroll*/

#header.scroll .header_inner {
    height: 60px;
}

#header.scroll #mastheadCorp {
    display: none;
}

#header.scroll .header_above_logoarea .lead {
    top: -50px;
}

#header.scroll .header_above_logoarea .logo_large {
    display: none;
}

#header.scroll .header_above_logoarea .logo_mini {
    display: block;
}

#header.scroll .header_nav {
    margin: 0;
}

@media screen and (min-width: 801px) {
    #header.scroll .header_above_logoarea .logo {
        top: 4px;
        width: 160px;
    }
    #header.scroll .header_above_logoarea .sns {
        top: 4px;
    }
}

@media screen and (max-width: 800px) {
    #header.scroll .header_above_logoarea .logo_large {
        display: block;
    }
    #header.scroll .header_above_logoarea .logo_mini {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    #header.scroll .header_above_logoarea .logo {
        top: 0;
        width: 140px;
    }
}


/*----------------------------------------
    #footer
-----------------------------------------*/

#footer {
    background: #fff;
    margin: 40px 0 0;
    position: relative;
    z-index: 9;
}

.footer_store {
    background: #fefefc;
    margin: 40px 0 0;
    padding: 32px 0;
}

.footer_store .lowSpBnr {
    width: 745px;
    margin: 0 auto 2em;
    overflow: hidden;
}

.footer_store .lowSpBnr li {
    float: left;
    margin-right: 20px;
}

.footer_store .lowSpBnr li:last-child {
    margin-right: 0;
}


/*フッタースライダー*/

.footer_store .constBox {
    padding: 0 0 4px;
}

.footer_store_tit {
    font-size: 110%;
    font-weight: normal;
    padding: 0 4px;
}

.footer_store_tit > span {
    font-size: 87.5%;
}

.footer_store_inner {
    border-right: 1px dashed #e3e4e8;
    overflow-x: auto;
    padding: 0 0 8px;
}

.footer_store_list {
    overflow: hidden;
    padding: 4px 8px 0 0;
    width: 5920px;
}

.footer_store_list > li {
    display: table;
    float: left;
    font-size: 80%;
    margin: 4px;
    text-align: center;
    width: 108px;
}

.footer_store_list > li a {
    background: #fefefc;
    border: 1px solid #9e9e9e;
    color: #444;
    display: table;
    height: 50px;
    padding: 0 1px;
    vertical-align: middle;
    width: 100%;
}

.footer_store_list > li a span {
    display: table-cell;
    vertical-align: middle;
}

.footer_top,
.footer_mid,
.footer_btm {
    font-size: 87.5%;
}

.footer_top {
    background: #eeeeee;
    padding: 24px 0;
}

.footer_top .sns_list {
    vertical-align: bottom;
}

.footer_top .tableLayout div:first-child {
    width: 20%;
}

.footer_top_list {
    border-left: 1px dotted #8f8f8f;
    padding-left: 1em;
    width: 20%;
}

.footer_top_list >li {
    margin: 0 0 8px;
}

.footer_top_list >li:last-child {
    margin-bottom: 0;
}

.footer_top .sns_list {
    text-align: right;
}

.footer_mid {
    background: #444;
    color: #fff;
    padding: 0.9em 0;
}

.footer_mid > p {
    padding-left: 8px;
}

.footer_btm {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2.5em;
}

.footer_btm a {
    color: #0097a8;
}

@media screen and (min-width: 801px) {
    .footer_store_list > li a:hover {
        color: #f25242;
        border-color: #f25242;
        border-width: 2px;
        height: 48px;
        padding: 0;
        text-decoration: none;
    }
}

@media screen and (max-width: 800px) {
    .footer_store_list > li a:active {
        color: #f25242;
        border-color: #f25242;
        border-width: 2px;
        height: 48px;
        text-decoration: none;
    }
    .footer_btm {
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
    .footer_top {
        display: none;
    }
    .footer_mid {
        margin: 16px 0 0;
        text-align: center;
    }
    .footer_mid > p {
        padding: 4px 8px;
    }
    .footer_store {
        margin: 18px 12px 0;
        padding-bottom: 1em;
    }
    .footer_store .shops .bx-wrapper .bx-prev {
        left: -5px;
    }
    .footer_store .shops .bx-wrapper .bx-next {
        right: -5px;
    }
    .footer_store .lowSpBnr {
        width: auto;
        margin: 0 auto 2em;
        padding: 0 4%;
    }
    .footer_store .lowSpBnr li {
        width: 32%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 420px) {
    .footer_mid > p {
        font-size: 87.5%;
    }
}

@media screen and (max-width: 360px) {
    .footer_btm {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}


/*コンテンツ領域*/

#container {}

.pc {
    display: block;
}

img.pc {
    display: inline;
}

.mobile,
img.mobile {
    display: none;
}

@media (max-width:800px) {
    .pc,
    img.pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    img.mobile {
        display: inline;
    }
    /*box*/
    .constBox {
        width: auto;
        padding-left: 4%;
        padding-right: 4%;
    }
    /*バナーエリア*/
    .bnrArea .borderBox {
        font-size: 92%;
        margin-bottom: 1em;
        width: 49%;
        margin-right: 2% !important;
    }
    .bnrArea .borderBox:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    /*wrapper*/
    #wrapper {
        padding-top: 96px;
        overflow: hidden;
    }
    /*メインビジュアル bxSlider*/
    #mvis.slider .bx-controls-direction a.bx-prev,
    #mvis.slider .bx-controls-direction a.bx-next {
        width: 20px;
    }
    /*コンテンツ領域*/
    .borderBox.grid1 a > .inner figure {
        height: 209px;
    }
    .borderBox.grid3 a > .inner figure {
        height: 136px;
    }
}

@media (max-device-width:500px) {
    .borderBox.grid1 a > .inner figure,
    .borderBox.grid3 a > .inner figure {
        height: 250px
    }
}

@media (max-device-width:420px) {
    .borderBox.grid1 a > .inner figure,
    .borderBox.grid3 a > .inner figure {
        height: 180px
    }
}