@charset "UTF-8";

body {
    font-feature-settings: "palt";
    letter-spacing: 0.125rem;
}

@font-face {
    font-family: icoset;
    src: url(/shussanuchiiwai/fonts/icoset.ttf) format("truetype"), url(/shussanuchiiwai/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/*general*/
#container a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#breadcrumb {
    overflow: hidden;
    white-space: nowrap;
}




@media screen and (min-width: 960px) {
    #breadcrumb {
        max-width: 1080px;
    }
}

#container a:active {
    opacity: .7
}

#ayl_top .pc_only {
    display: none;
}

#ayl_top .sp_only {
    display: block;
}

@media screen and (min-width: 960px) {
    #ayl_top .pc_only {
        display: block;
    }

    #ayl_top .sp_only {
        display: none;
    }

}

#ayl_top section {
    padding: 0 0 60px;
}

#ayl_top .inner {
    padding: 0 3%;
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 960px) {
    #ayl_top section {
        padding: 0 0 90px;
    }

}

@media screen and (min-width: 1280px) {
    #ayl_top .inner {
        padding: 0;
        max-width: 1080px;
    }

}

#ayl_top .title {
    text-align: center;
    margin-bottom: 30px;
}

#ayl_top .title h2 {
    font-size: 2.8rem;
    font-weight: bold;
}

#ayl_top .title h2 span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
}

.bottom_slider h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}


#ayl_top .title h3 {
    font-size: 1.8rem;
    font-weight: bold;
}


#ayl_top .txt {
    font-size: 1.2rem;
}


select {
    color: #333333;
}

.button_wrap {
    width: 90%;
    max-width: 320px;
    margin: 45px auto 0;
    text-align: center;
}

.button_wrap .button {
    display: block;
    padding: 8px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #6d6868;
    border: 1px solid #6d6868;
    transition: all .3s;
    width: 100%;
    padding: 10px 0;
}

@media screen and (min-width: 960px) {
    .button_wrap .button {
        padding: 20px 0;
    }
}

.button:hover {
    color: #6d6868;
    background-color: #fff;
}

.button span {
    display: block;
    font-size: 1.2rem;
}

.modal-select_box .button {
    margin: 15px auto 0;
}


/*---------------------------

メインビジュアル

----------------------------*/

.main_visual {
    position: relative;
    background: url(/ayl/images/mv_sp.jpg) no-repeat center center / cover;
    height: 250px;
    width: 100%;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 10px 0;
}

.main_visual h1 {
    font-size: 3rem;
    line-height: 1.25;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

.main_visual .main_visual_text {
    padding: 0 10px;
}

.main_visual .main_visual_icon {
    position: relative;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #A78C58;
    padding: 3px;
    color: #fff;
    text-align: center;
    max-width: 140px;
    text-shadow: none;
    letter-spacing: .1rem;
    margin: auto;
}


@media screen and (min-width: 960px) {
    .main_visual {
        margin: 0 auto;
        background: url(/ayl/images/mv_pc.jpg) no-repeat center center / cover;
        height: 400px;
        width: 100%;
        /*max-width: 1200px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        font-weight: 700;
        font-family: "Noto Serif JP", serif;
    }

    .main_visual h1 {
        font-size: 5.9rem;
        line-height: 1.25;
        font-weight: bold;
        text-align: center;
    }

    .main_visual .main_visual_text {
        text-align: center;
    }


    .main_visual .main_visual_icon {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 5px;
        max-width: 200px;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        background-color: #A78C58;
    }
}

.main_visual .caption {
    text-align: center;
    font-size: 1.2rem;
}




@media screen and (min-width: 960px) {
    #ayl_top .main_lead_area p {
        width: 100%;
        margin: auto;
        font-size: 1.8rem;
    }

    #ayl_top .title h2 {
        font-size: 3.4rem;
        font-weight: bold;
    }

    #ayl_top .title h2 span {
        font-size: 1.6rem;
    }

    .bottom_slider h2 {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

    #ayl_top .title h3 {
        font-size: 2.4rem;
    }
}


#ayl_top .main_lead_area {
    padding: 45px 0 0;
}

#ayl_top .main_lead_area .main_lead {
    width: 95%;
    line-height: 2.4;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
}

@media screen and (min-width: 960px) {
    #ayl_top .main_lead_area {
        padding: 90px 0 0;
    }

    #ayl_top .main_lead_area .main_lead {
        width: 100%;
        margin: auto;
        font-size: 1.8rem;
    }
}

/*---------------------------

アンカーエリア

----------------------------*/
.anker_area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100 !important;
}

.anker_area {
    background: url(/ayl/images/bg_local_nav.png);
    background-color: #2d2d2d;
}

.anker_area ul {
    display: flex
}

@media screen and (min-width: 960px) {
    .anker_area ul {
        max-width: 1080px;
        margin: auto;
    }
}

.anker_area ul li {
    width: 25%;
    border-right: 2px solid #fff;
}

.anker_area ul li:last-child {
    border-right: none;
}

.anker_area ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    font-size: 0.8rem;
    font-weight: bold;
}

@media screen and (min-width: 960px) {
    .anker_area ul li {
        border-right: 2px solid #fff;
        border-bottom: none;
    }

    .anker_area ul li:nth-of-type(1) {
        border-left: 2px solid #fff;
    }

    .anker_area ul li:last-child {
        border-right: 2px solid #fff;
    }

    .anker_area ul li a {
        font-size: 1.6rem;
    }

}

.anker_area ul li a:hover {
    background-color: #b9aa68;
}



/*--------------

簡単検索

----------------*/
#ayl_top .easysearch_area {
    padding: 45px 3% !important;
}

#ayl_top .easysearch_area .inner {
    padding: 40px 0;
    margin: auto;
    background-color: #f8f6eb;
}

@media screen and (min-width: 960px) {
    #ayl_top .easysearch_area .inner {
        width: 800px;
        margin: auto;
    }

    #ayl_top .easysearch_area {
        padding: 0 0 90px;
    }
}


.select_outer {
    zoom: 1
}

.select_outer input,
.select_outer select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #444;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 5px 26px 5px 8px;
    height: 36px;
    width: 100%
}

.select_outer {
    display: flex;
    justify-content: space-between;
    padding: 10px
}

.select_outer .select {
    width: 45%;
    position: relative;
    background: #fff
}

.select_outer .select~.select:before {
    content: "\e91b";
    font-family: defico;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    left: -1.6em;
    top: 13px
}

.select_outer .select select {
    position: relative;
    z-index: 1;
    background: transparent
}

@media screen and (min-width: 960px) {
    .select_outer {
        padding: 20px 60px
    }


    .select_outer .select~.select:before {
        left: -2.8em;
    }
}

/*--------------

swiper設定

----------------*/
.swiper-wrap {
    position: relative;
}


.swiper-container .item .pic {
    text-align: center;
    padding: 5px;
}

.swiper-container .item .pic img {
    width: 100%;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important
}

.swiper-button-prev {
    left: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    /* 左右反転 */
}

.swiper-button-next {
    right: -10px;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 44%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px;
    height: 48px;
    background-size: 36px 48px;
}

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-pagination-bullet-active {
    background-color: #b9aa68
}




/*--------------

ランキング

----------------*/
#ayl_top .ranking-area {
    width: 100%;
}


@media screen and (min-width: 960px) {
    #ayl_top section.ranking-area {
        width: 100%;
    }

    .ranking-area .swiper-button-prev,
    .ranking-area .swiper-button-next {
        display: none;
    }
}


.tab {
    margin: 0 auto;
    padding: 0px 10px 10px;
}

@media screen and (min-width: 960px) {

    .tab {
        padding: 0 0 20px 0;
    }
}



/* タブメニュー */
.tab_menu {
    width: 92%;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 20px;
}


.tab_menu-item {
    padding: 5px 5%;
    background-color: #F7f7f7;
    border-radius: 20px;
    cursor: pointer;
    /*transition: all .3s;*/
    text-align: center;
    width: fit-content;
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (min-width: 960px) {
    .tab_menu {
        width: inherit;
    }

    .tab_menu-item {
        padding: 5px 15px;
        font-size: 1.4rem;
        width: 18%;
    }
}

.tab_menu-item.is-active {
    background-color: #e01c4d;
    color: #ffffff;
}


/* タブパネル */
.tab_panel {
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: 30px;
}

.tab_panel .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 960px) {
    .tab_panel {
        width: 100%;
        max-width: 1080px;
    }

}

.tab_panel-box01,
.tab_panel-box02,
.tab_panel-box03,
.tab_panel-box04,
.tab_panel-box05,
.tab_panel-box06,
.tab_panel-box07,
.tab_panel-box08,
.tab_panel-box09 {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.tab_panel-box.is-show {
    overflow: visible;
    height: auto;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}



.product {
    height: 100%;
    /* border: 1px solid #e5e5e5; */
    padding: 10px;
    /* background-color: #f7f7f7; */
}

.product-pic {
    position: relative;
}

.product-thumb:before {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 30px;
    top: 0;
    left: 0;
}


.ranking-area .swiper-slide:nth-of-type(1) .product-thumb:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-gold.svg")
}

.ranking-area .swiper-slide:nth-of-type(2) .product-thumb:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-silver.svg")
}

.ranking-area .swiper-slide:nth-of-type(3) .product-thumb:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-bronze.svg")
}

.ranking-area .swiper-slide:nth-of-type(4) .product-thumb:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-4th.svg")
}

.ranking-area .swiper-slide:nth-of-type(5) .product-thumb:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-5th.svg")
}


.product-thumb {
    margin-bottom: 5px;
}

.product-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: bold;
}

.product-price {
    font-size: 1.2rem;
    font-weight: bold;
}

.product-price-red {
    font-size: 1.2rem;
    color: #f00000;
    font-weight: bold;
}

.product-icon-block {
    display: flex;
    position: absolute;
    bottom: 10px;
}

.product-icon-block li:nth-child(1) {
    margin-right: 5px;
}

.product-icon-delivery {
    background-color: #333;
    padding: 0 5px;
    width: fit-content;
}

.product-icon-discount {
    background-color: #C83250;
    padding: 0 5px;
    width: fit-content;
}

.product-icon-block span {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (min-width: 960px) {
    .ranking-slider {
        width: 100%;
        max-width: 1080px;
    }

    .ranking-area .tab_menu-item {
        width: 15%;
    }

    .ranking-area .tab_panel-box .swiper-slide {
        width: 19%;
    }

}

/*--------------

ラインナップ

----------------*/
#ayl_top .lineup_area .detail {
    padding: 15px 0;
}


.lineup_area .detail h4 {
    width: 60%;
    margin: 0 auto 10px;
}

.detail_outer.renew .detail_inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.lineup_area .detail_outer .detail_inner>li {
    background-color: #fff;
    padding: 20px 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

@media screen and (min-width: 768px) {
    .detail_outer.renew .detail_inner {
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .detail_outer.renew .detail_inner>li {
        width: 48%;
        height: auto;
        padding: 20px;
    }

}

.lineup_area .detail .detail_outer .button_area ul li:nth-last-of-type(1) {
    margin: 15px auto 0;
}

.lineup_area .detail .detail_outer .button_area ul li {
    margin: 45px auto 0;
    padding: 0;
}

#ayl_top .lineup_area .detail .detail_outer .button_area ul li:nth-of-type(2) .button {
    margin: 15px auto 0;
}

.lineup_area .detail .pic {
    width: 80%;
    margin: 0 auto 10px;
}

/*
	.detail_outer.renew
================================ */

/* .catalog_box -------------------- */
.detail_outer.renew .catalog_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 15px;
    height: 100%;
}

/* figure,ttl */
.detail_outer.renew .catalog_box .pic {
    width: 30%;
}

.detail_outer.renew .catalog_box .ttl {
    width: 66%;
}

/* .ttl ------------ */
.detail_outer.renew .catalog_box .ttl h4 {
    width: 80%;
    margin: 0 auto 5px;
}

.detail_outer.renew .catalog_box .ttl .ttl_course {
    margin: 0 0 14px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}


.detail_outer.renew .catalog_box .ttl .tag li {
    display: inline-block;
    margin-bottom: 4px;
    padding: 6px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 50px;
    background-color: #b9aa68;
}

/* .txt_box ------------ */
.detail_outer.renew .txt_box {
    padding: 10px;
    background-color: #f8f6eb;
}

.detail_outer.renew .txt_box .point_ttl {
    position: relative;
    width: inherit;
    margin: 15px 0 5px;
    padding-left: 1.4rem;
    line-height: 1;
    font-weight: bold;
}

.detail_outer.renew .txt_box .point_ttl::before {
    content: "\e900";
    font-family: "cata_icoset";
    display: block;
    position: absolute;
    /*top: 50%;*/
    top: 0;
    transform: rotate(180deg)
        /* translateY(-50%)*/
    ;
    left: 0;
    font-weight: normal;
}

/* .point_list */
.detail_outer.renew .txt_box .point_list {
    list-style-type: disc;
    padding-left: 2rem;
}

.detail_outer.renew .txt_box .point_list li {
    margin: 0;
    padding: 0;
    background-color: inherit;
}


.detail_outer.renew .catalog_box .button_wrap {
    margin: 0 auto;
}

.detail_outer.renew .catalog_box .button_wrap .button {
    padding: 10px 0;
}

/*---------------------------

目的で選ぶ

----------------------------*/


#ayl_top .purpose_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

#ayl_top .purpose_area ul li {
    width: 48%;
    text-align: center;
}

#ayl_top .purpose_area ul li .item {
    padding: 5px;
}

#ayl_top .purpose_area ul li .item .name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}


@media screen and (min-width: 960px) {
    #ayl_top .purpose_area ul {
        justify-content: flex-start;
    }

    #ayl_top .purpose_area ul li {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    #ayl_top .purpose_area ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    #ayl_top .purpose_area ul li .item .name {
        font-size: 1.4rem;
    }

}

/*---------------------------

価格で選ぶ

----------------------------*/
#ayl_top .price_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

#ayl_top .price_area ul li {
    width: 30%;
}

#ayl_top .price_area ul li .name {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

#ayl_top .price_area ul li a {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #f7f7f7;
    transition: .5s;
}

#ayl_top .price_area ul li a:hover {
    color: #fff;
    background-color: #e01c4d;
}

@media screen and (min-width: 960px) {
    #ayl_top .price_area ul {
        justify-content: flex-start;
    }

    #ayl_top .price_area ul li {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    #ayl_top .price_area ul li:nth-of-type(4n) {
        margin-right: 0px;
    }

    #ayl_top .price_area ul li .item .name {
        font-size: 1.4rem;
    }

}

/*---------------------------

キャンペーン・クーポン

----------------------------*/
#ayl_top .coupon_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

#ayl_top .coupon_area ul li {
    width: 48%;
    background-color: #fff;
}

#ayl_top .coupon_area ul li .item {
    padding: 5px;
}

#ayl_top .coupon_area ul li .item .name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}

#ayl_top .coupon_area ul li .item .txt {
    font-size: 1rem;
    margin-top: 10px;
}

@media screen and (min-width: 960px) {
    #ayl_top .coupon_area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #ayl_top .coupon_area ul li {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    #ayl_top .coupon_area ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    #ayl_top .coupon_area ul li .item .name {
        font-size: 1.4rem;
    }
}




/*---------------------------

サービス

----------------------------*/
#ayl_top.service {
    background-color: #f5f5ee;
    padding: 60px 0;
}


#ayl_top .service_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

#ayl_top .service_area ul li {
    width: 48%;
    height: auto;
}

#ayl_top .service_area .item {
    width: 100%;
    padding: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    height: 100%;
}

#ayl_top .service_area .item a:hover {
    opacity: 1 !important;
}


#ayl_top .service_area .item .pic {
    position: relative;
    z-index: 10;
    width: 100%;
}

#ayl_top .service_area .item .name {
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    font-size: 2.3vw;
    margin-top: 10px;
}

#ayl_top .service_area ul li:nth-of-type(1) .item {
    background-color: #c7d5e6;
}

#ayl_top .service_area ul li:nth-of-type(1) .item:after {
    background-color: #d9e2ee;
}

#ayl_top .service_area ul li:nth-of-type(2) .item {
    background-color: #e3d1bf;
}

#ayl_top .service_area ul li:nth-of-type(2) .item:after {
    background-color: #ebded1;
}

#ayl_top .service_area ul li:nth-of-type(3) .item {
    background-color: #cddbc5;
}

#ayl_top .service_area ul li:nth-of-type(3) .item:after {
    background-color: #dbe5d5;
}

#ayl_top .service_area ul li:nth-of-type(4) .item {
    background-color: #ddddc1;
}

#ayl_top .service_area ul li:nth-of-type(4) .item:after {
    background-color: #e6e6d1;
}

#ayl_top .service_area ul li:nth-of-type(5) .item {
    background-color: #d4cede;
}

#ayl_top .service_area ul li:nth-of-type(5) .item:after {
    background-color: #e1dde8;
}

#ayl_top .service_area ul li:nth-of-type(6) .item {
    background-color: #c6dad9;
}

#ayl_top .service_area ul li:nth-of-type(6) .item:after {
    background-color: #d5e4e3;
}

#ayl_top .service_area ul li:nth-of-type(7) .item {
    background-color: #e6d2d3;
}

#ayl_top .service_area ul li:nth-of-type(7) .item:after {
    background-color: #efe2e3;
}


#ayl_top .service_area ul li .item:after {
    content: "";
    position: absolute;
    top: -30%;
    left: -50%;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

@media screen and (min-width: 960px) {
    #ayl_top .service_area ul li {
        width: 32%;
    }

    #ayl_top .service_area .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #ayl_top .service_area .item .pic {
        width: 50%;
    }

    #ayl_top .service_area .item .name {
        font-size: 1.6rem;
        width: 45%;
        text-align: left;
    }
}


/*---------------------------

30年間積み重ねてきた3つの信頼

----------------------------*/

#ayl_top .history_area {
    background-color: #f8f6eb;
    padding: 45px 0;
}

#ayl_top .history_area .pic_area {
    margin-bottom: 10px;
}

#ayl_top .history_area .txt {
    font-size: 1.5rem;
}



#ayl_top .history_area .block {
    margin-bottom: 10px;
}

#ayl_top .history_area .block:nth-last-of-type(1) {
    margin-bottom: 0;
}

#ayl_top .history_area .txt_top {
    margin-bottom: 10px;
}

#ayl_top .history_area .txt_top span {
    background-color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 5px;
}

@media screen and (min-width:960px) {
    #ayl_top .history_area .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #ayl_top .history_area .pic_area {
        width: 55%;
    }

    #ayl_top .history_area .text_area {
        width: 40%;
    }

}



/*---------------------------

よくある質問

----------------------------*/
#ayl_top .faq_area {
    background-color: #f7f7f7;
    padding: 45px 0;
}

#ayl_top .faq_area dl {
    margin: 0 0 30px 0
}

#ayl_top .faq_area dt {
    border-bottom: 2px solid #333333;
    font-size: 1.6rem;
    font-weight: bold;
}

#ayl_top .faq_area dt:before {
    content: "Q.";
    color: #333;
    font-size: 1.6rem
}

#ayl_top .faq_area dd {
    background-color: #fff;
    padding: 20px
}

@media screen and (min-width: 960px) {
    #ayl_top .faq_area .inner {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }
}

/*---------------------------

e-ayl

----------------------------*/
#ayl_top .eayl_area .eayl-Box {
    padding: 20px 0;
}

#ayl_top .eayl_area {
    padding: 30px 10px;
    background-color: #efefef;
}

#ayl_top .eayl_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 30px;
}

#ayl_top .eayl_area ul li {
    width: 48%;
    background-color: #ffffff;
    padding: 10px;
}

#ayl_top .eayl_area .title {
    position: relative;
}

#ayl_top .eayl_area .title .sub {
    margin-bottom: 15px;
}

#ayl_top .eayl_area .title .txt_top {
    margin-bottom: 15px;
}

#ayl_top .eayl_area .title h2 {
    width: 75%;
    margin: auto;
}

#ayl_top .eayl_area ul li .title h4 {
    background-color: #333;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

#ayl_top .eayl_area ul li .title .txt {
    font-weight: normal;
    font-size: 1rem;
}

#ayl_top .eayl_area .lead {
    padding-bottom: 65%;
    background: url(/iphone/ayl/images/top/bg_eayl_intro.jpg) no-repeat left bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-align: center;
}

#ayl_top .eayl_area .title .catch {
    position: absolute;
    top: -10px;
    left: 2%;
    width: 24%;
}

#ayl_top .eayl_area .program h3 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

#ayl_top .eayl_area .program .note {
    font-size: 12px;
    font-size: 1.2rem;
}

#ayl_top .eayl_area .program .program-item {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 54%;
    vertical-align: top;
}

#ayl_top .eayl_area .txt {
    text-align: center;
}

@media screen and (min-width: 960px) {
    #ayl_top .eayl_area {
        padding: 30px 10px;
        background-color: #efefef;
        background: url(/ayl/images/bg_eayl.jpg) no-repeat left bottom;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    #ayl_top .eayl_area .inner {
        max-width: 800px;
        width: 100%;
    }

    #ayl_top .eayl_area .eayl-Box {
        background-color: #fff;
        padding: 0 0 20px;
    }


    #ayl_top .eayl_area ul {
        display: flex;
        justify-content: space-between;
        background-color: #ffffff;
        padding: 20px 10px;
        margin-bottom: 30px;
    }

    #ayl_top .eayl_area ul li {
        width: 23%;
    }

    #ayl_top .eayl_area .title {
        position: relative;
    }

    #ayl_top .eayl_area .title .sub {
        margin-bottom: 15px;
    }

    #ayl_top .eayl_area .title .txt_top {
        margin-bottom: 5px;
    }

    #ayl_top .eayl_area .title h2 {
        width: 350px;
        margin: auto;
        margin-top: 20px;
    }

    #ayl_top .eayl_area .title+.lead {
        margin: 30px auto;
        padding-bottom: 0;
        background: none;
    }


    #ayl_top .eayl_area ul li .title h4 {
        background-color: #333;
        color: #fff;
        padding: 10px;
        margin-bottom: 15px;
    }

    #ayl_top .eayl_area ul li .title .txt {
        font-weight: normal;
        text-align: left;
    }


    #ayl_top .eayl_area .title .catch {
        position: absolute;
        top: -3px;
        left: 21%;
        width: 15%;
    }

    #ayl_top .eayl_area .program h3 {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
    }

    #ayl_top .eayl_area .program .note {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #ayl_top .eayl_area .program .program-item {
        position: relative;
        display: inline-block;
        width: 50%;
        margin-top: 20px;
        padding-right: 3%;
        padding-left: 3%;
        padding-bottom: 54%;
        vertical-align: top;
    }

    #ayl_top .eayl_area .button_wrap {
        margin: 30px auto 0;
    }
}

/*---------------------------

検索　SP

----------------------------*/
.is-fixed {
    position: absolute;
}

.spMode .js-fix-btn_box {
    display: none !important;
}

.spMode.is-search_fixed .is-fixed {
    display: block;
    position: fixed;
    -webkit-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
}

.spMode .fix-btn_search {
    display: none;
    padding: 0;
    height: 50px;
    bottom: 0;
    width: 108%;
    left: -4%;
    z-index: 1000001;
}

.spMode .fix-btn_search a {
    display: block;
    width: 100%;
    height: 50px;
    background: #b9aa68;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 15px
}

.spMode .fix-btn_search a span {
    display: inline-block;
    position: relative;
    padding-left: 34px
}

.spMode .fix-btn_search a span:before {
    content: "\e902";
    font-family: icoset;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0
}

.spMode.is-search {
    overflow-y: hidden
}

.spMode .modal-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -3;
    background: transparent
}

.spMode.is-search .modal-overlay {
    background: transparent;
    z-index: 9999999;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

.spMode .modal-search {
    background: #000;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: -105%
}

.spMode.is-search .modal-search,
.modal-search {
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.spMode.is-search .modal-search {
    bottom: 0
}

.spMode .modal-search_cover {
    opacity: 0;
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 50px 3%;
    color: #fff;
    -webkit-overflow-scrolling: touch
}

.spMode.is-search .modal-search_cover {
    opacity: 1;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.spMode .modal-search_cover a {
    text-decoration: none !important;
    color: #fff
}

.spMode .modal-close.top {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: right
}

.spMode .modal-close.top a {
    display: inline-block;
    padding: 10px 1.2em;
    font-size: 1.5rem;
    position: relative
}

.spMode .modal-close.top a:after {
    content: "\e91b";
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    right: 0;
    top: 16px
}

.spMode .modal-close.btm {
    margin-top: 20px
}

.spMode .modal-close.btm .modal-close_btn {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    background: #444;
    color: #fff;
    display: block;
    text-align: center;
    min-height: 36px;
    padding-top: 9px;
    font-weight: bold;
}

.isOtherDevice .modal-close.btm .modal-close_btn {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.spMode .modal-close.btm .modal-close_btn:hover {
    opacity: .7
}

.spMode .modal-search_ttl {
    font-size: 2rem;
    line-height: 1.3;
    text-align: center
}

.spMode .modal-search_subttl {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3
}

.spMode .modal-search_box {
    margin-top: 20px;
    font-size: 1.3rem
}

.spMode .modal-search_box~.modal-search_box {
    margin-top: 15px;
    padding-top: 15px
}

.spMode.modal-search_box button,
.spMode .modal-search_box input[type=button],
.spMode .modal-search_box input[type=file],
.spMode .modal-search_box input[type=submit],
.spMode .modal-search_box label,
.spMode .modal-search_box option,
.spMode .modal-search_box select {
    cursor: pointer;
    position: relative;
    z-index: 1
}

.spMode .modal-search_box button,
.spMode .modal-search_box input,
.spMode .modal-search_box select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #444;
    font-size: 1.2rem;
    border-radius: 0;
    padding: 5px 10px;
    height: 36px
}

.spMode .modal-search_box select::-ms-expand {
    display: none
}

.spMode .modal-search_box .btn-submit {
    background: #444;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px;
    height: 36px;
    vertical-align: top;
}

.spMode .modal-pullMenu_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.spMode .modal-pullMenu_box .modal-menu_box {
    width: 47%;
    margin-left: 6%;
    position: relative
}

.spMode .modal-pullMenu_box .modal-menu_box:first-child {
    margin-left: 0
}

.spMode .modal-pullMenu_box .modal-menu_btn {
    position: relative;
    background: #a9a9a9;
    width: 100%;
    display: block;
    cursor: pointer;
    height: 36px;
    padding: 7px 15px 0;
    font-size: 1.5rem
}

.spMode .modal-pullMenu_box .modal-menu_btn:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #fff transparent transparent;
    margin-top: -3px
}

.spMode .modal-pullMenu_box .modal-menu_contents {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 100
}

.spMode .modal-pullMenu_box .modal-menu_list {
    width: 100%;
    border: 1px solid hsla(0, 0, 100%, .3);
    border-top: 0
}

.spMode .modal-pullMenu_box .modal-menu_list li~li {
    border-top: 1px solid #fff
}

.spMode .modal-pullMenu_box .modal-menu_list a {
    display: block;
    padding: 8px 5px;
    font-size: 1.1rem
}

.spMode .modal-keywords_box fieldset:after {
    content: "";
    display: block;
    clear: both
}

.spMode .modal-keywords_box fieldset .query {
    width: calc(100% - 80px);
    float: left
}

.spMode .modal-keywords_box fieldset .btn-submit {
    width: 70px;
    float: right;
}

.spMode .modal-select_box {
    background: #a9a9a9;
    padding: 8px 5% !important
}

.spMode .button {
    text-align: center;
}

.spMode .modal-select_box .btn-submit {
    margin: 10px auto 0;
    width: 100px;
}

.spMode .modal-select_box .search-select_cover {
    margin-top: 5px
}

.spMode .modal-select_box .search-select_cover:after {
    content: "";
    display: block;
    clear: both
}

.spMode .modal-select_box .search-select_cover .select {
    width: calc(50% - 1em);
    float: left;
    position: relative;
    background: #fff
}

.spMode .modal-select_box .search-select_cover .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px
}

.spMode .modal-select_box .search-select_cover .select~.select {
    float: right
}

.spMode .modal-select_box .search-select_cover .select~.select:before {
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91b";
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    left: -1.8em;
    top: 13px;
    width: 1.8em;
    text-align: center
}

.spMode .modal-select_box .search-select_cover select {
    width: 100%;
    background: transparent;
    padding-right: 1.6em;
    border-color: #fff
}

.spMode .modal-item_link {
    background: #fff;
    padding: 15px;
    color: #444
}

.spMode .modal-item_link a {
    color: #444
}

.spMode .modal-item_link .button a {
    color: #fff
}

.spMode .modal-item_link .item-link_list dt {
    border-bottom: 1px dashed #444;
    margin-top: 18px;
    padding-top: 18px;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 6px
}

.spMode .modal-item_link .item-link_list dt:first-child {
    margin-top: -5px;
    padding-top: 5px
}

.spMode .modal-item_link .item-link_list .item-link li:nth-child(2n) a {
    background: #f2f2f2
}

.spMode .modal-item_link .item-link_list .item-link a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    padding: 12px 30px 12px 15px;
    line-height: 1.3
}

.spMode .modal-item_link .item-link_list .item-link a:after {
    content: "\e914";
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6a3b96;
    font-size: 1.2rem;
    right: 15px;
    top: 14px
}

.spMode .modal-item_link .item-link_list .item-link span {
    display: inline-block
}

.spMode .modal-item_link .btn-view_more a {
    display: block;
    position: relative;
    font-size: 1.5rem;
    padding: 12px 30px 12px 15px;
    line-height: 1.3;
    background: #6a3b96;
    color: #fff
}

.spMode .modal-item_link .btn-view_more a:after {
    content: "\e914";
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 1.2rem;
    right: 15px;
    top: 14px
}

/*---------------------------

検索　PC

----------------------------*/
@media screen and (min-width: 960px) {
    .fix-btn_box {
        padding: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 70px;
        z-index: -2;
        width: 100%
    }

    .is-search_fixed .fix-btn_box {
        position: fixed;
        top: 70px;
        z-index: 4;
        -webkit-transition: top .2s;
        -o-transition: top .2s;
        transition: top .2s
    }

    .is-search_fixed .index .fix-btn_box {
        top: 75pt
    }

    .fix-btn_box .wrap {
        position: relative;
        padding: 0;
        height: 0;
        max-width: 1780px
    }

    .fix-btn_search {
        opacity: 0;
        position: absolute;
        right: 1pc;
        top: 0;
        margin-top: 150px;
        z-index: 1
    }

    .is-search_fixed .fix-btn_search {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 1
    }

    .js-fix-btn_search {
        display: none !important;
    }

    .is-fixed_side .fix-btn_search {
        opacity: 1
    }

    .fix-btn_search a {
        display: block;
        width: 90px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 90px;
        text-decoration: none !important;
        position: relative
    }

    .js-fix-btn_box a:hover {
        opacity: 0.7;
        transition: all 0.6s;
    }

    .fix-btn_search a:before {
        content: "\e902";
        font-family: icoset;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 3pc;
        height: 3pc;
        display: block;
        bottom: 20.5px;
        left: 50%;
        margin-left: -20px;
        font-size: 4.8rem
    }

    .fix-btn_search a:after {
        content: "";
        width: 34px;
        height: 34px;
        display: block;
        background: #fff;
        position: absolute;
        left: 29px;
        bottom: 31px;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .fix-btn_search a:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .fix-btn_search span {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.2;
        display: block;
        background: #b9aa68;
        text-align: center;
        padding: 8px 0 6px
    }

    .fix-btn_delivery {
        opacity: 0;
        position: absolute;
        right: 1pc;
        top: 15px;
        width: 90px;
        height: 118px;
        z-index: 2
    }

    .is-search_fixed .fix-btn_delivery {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 1
    }

    .fix-btn_delivery i.fix-btn_close {
        display: none
    }

    .fix-btn_delivery a {
        display: block;
        background-color: #99986b;
        background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
        background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
        background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
        background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
        background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
        background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
        background-size: 9pt 9pt;
        text-decoration: none !important;
        color: #fff;
        text-align: center;
        padding: 38px 0 15px;
        border-radius: 8px;
        position: relative
    }

    .fix-btn_delivery a:after {
        content: "\e905";
        font-family: icoset;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 62px;
        height: 3pc;
        top: -13px;
        left: 50%;
        margin-left: -31px;
        -webkit-animation: b 1s infinite alternate linear;
        animation: b 1s infinite alternate linear;
        font-size: 5.5rem;
        text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
    }

    .fix-btn_delivery a span {
        font-size: 1.4rem;
        line-height: 1.2
    }

    .fix-btn_delivery a span em {
        font-size: 1.8rem;
        font-weight: 700
    }

    .fix-btn_delivery a:hover {
        background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(50%, #8c8b5b), to(#8c8b5b));
        background: -webkit-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
        background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 50%, #8c8b5b);
        background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(0, #8c8b5b), to(#8c8b5b));
        background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
        background: linear-gradient(90deg, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
        background-size: 9pt 9pt
    }

    .is-search {
        overflow-y: hidden
    }

    .modal-pullMenu_box {
        display: none
    }

    .modal-overlay {
        width: 100%;
        height: 100%;
        text-align: center;
        position: fixed;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        cursor: pointer;
        -webkit-animation: d .3s;
        animation: d .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        z-index: -3;
        background: transparent
    }

    .is-search .modal-overlay {
        background: rgba(0, 0, 0, .7);
        z-index: 100000;
        -webkit-animation: c .3s;
        animation: c .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 1
    }

    .modal-search {
        background: #fff;
        z-index: 100001;
        width: 25pc;
        height: 100vh;
        position: fixed;
        right: -25pc;
        top: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .is-search .modal-search,
    .modal-search {
        -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
        -o-transition: right .6s cubic-bezier(.19, 1, .22, 1);
        transition: right .6s cubic-bezier(.19, 1, .22, 1)
    }

    .is-search .modal-search {
        right: 0
    }

    .modal-search_cover {
        position: relative;
        padding: 30px;
        color: #444
    }

    .modal-search_cover .button {
        width: 100%;
    }

    .modal-search_cover .button a {
        text-decoration: none !important;
        color: #fff
    }

    .modal-search_cover a:hover {
        color: #c83250
    }

    .modal-close.top {
        position: absolute;
        right: 10px;
        top: 5px;
        text-align: right
    }

    .modal-close.top a {
        display: inline-block;
        padding-right: 1.2em;
        font-size: 1.2rem;
        position: relative
    }

    .modal-close.top a:after {
        content: "\e91b";
        font-family: defico;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem;
        right: 0;
        top: .43em
    }

    .modal-close.top a:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #c83250;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .modal-close.top a:hover:before {
        opacity: 1
    }

    .modal-close.btm {
        margin-top: 20px
    }

    .modal-close.btm .modal-close_btn {
        width: 100%;
        background: #444;
        color: #fff !important;
        display: block;
        text-align: center;
        min-height: 36px;
        padding-top: 9px;
        font-weight: bold;
    }

    .modal-close.btm .modal-close_btn {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .modal-close.btm .modal-close_btn:hover {
        opacity: .7
    }

    .modal-search_ttl {
        font-size: 2rem;
        line-height: 1.3;
        text-align: center
    }

    .modal-search_subttl {
        font-size: 1.5rem;
        line-height: 1.3
    }

    .modal-search_box {
        margin-top: 20px;
        font-size: 1.5rem
    }

    .modal-search_box~.modal-search_box {
        border-top: 1px dashed #444;
        margin-top: 20px;
        padding-top: 20px
    }

    .modal-search_box button,
    .modal-search_box input[type=button],
    .modal-search_box input[type=file],
    .modal-search_box input[type=submit],
    .modal-search_box label,
    .modal-search_box option,
    .modal-search_box select {
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: transparent
    }

    .modal-search_box input,
    .modal-search_box select {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #444;
        font-size: 1.5rem;
        border-radius: 0;
        padding: 5px 10px;
        height: 36px
    }

    .modal-search_box select::-ms-expand {
        display: none
    }

    .modal-search_box .btn-submit {
        background: #444;
        color: #fff;
        font-size: 1.5rem;
        padding: 5px;
        height: 36px;
        vertical-align: top;
    }

    .modal-search_box .btn-submit {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

    .modal-search_box .btn-submit:hover {
        opacity: .7
    }

    .modal-keywords_box fieldset:after {
        content: "";
        display: block;
        clear: both
    }

    .modal-keywords_box fieldset .query {
        width: calc(100% - 5pc);
        float: left
    }

    .modal-keywords_box fieldset .btn-submit {
        width: 70px;
        float: right
    }

    .modal-select_box .btn-submit {
        margin-top: 10px;
        width: 100%
    }

    .modal-select_box .search-select_cover {
        margin-top: 5px
    }

    .modal-select_box .search-select_cover:after {
        content: "";
        display: block;
        clear: both
    }

    .modal-select_box .search-select_cover .select {
        width: calc(50% - 1em);
        float: left;
        position: relative
    }

    .modal-select_box .search-select_cover .select:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0;
        border-color: #444 transparent transparent;
        margin-top: -3px
    }

    .modal-select_box .search-select_cover .select~.select {
        float: right
    }

    .modal-select_box .search-select_cover .select~.select:before {
        content: "\e91b";
        font-family: defico;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.4rem;
        position: absolute;
        left: -1.6em;
        top: 13px
    }

    .modal-select_box .search-select_cover select {
        width: 100%;
        background: transparent;
        padding-right: 1.6em
    }

    .modal-item_link .item-link_list dt {
        border-top: 1px dashed #444;
        margin-top: 18px;
        padding-top: 18px
    }

    .modal-item_link .item-link_list dt.noborder,
    .modal-item_link .item-link_list dt:first-child {
        border: 0;
        margin-top: -5px;
        padding: 0
    }

    .modal-item_link .item-link_list dt.noborder {
        margin-top: 9pt
    }

    .modal-item_link .item-link {
        display: flex;
        flex-wrap: wrap;
        width: 103%;
        margin-left: -3%;
        margin-top: 6px
    }

    .modal-item_link .item-link li {
        width: 47%;
        margin-left: 3%
    }

    .modal-item_link .item-link li:nth-child(n+3) {
        margin-top: 3px
    }

    .modal-item_link .item-link a {
        display: block;
        position: relative;
        padding-left: 1em
    }

    .modal-item_link .item-link a:after {
        content: "\e914";
        font-family: defico;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #444;
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        top: .3em
    }

    .modal-item_link .item-link a:hover span {
        text-decoration: underline
    }

    .modal-item_link .item-link span {
        display: inline-block
    }
}