@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.custom-bullet {
    list-style: none;
    /* デフォルトのビュレットを無効に */
    padding-left: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    /* フォント指定 */
}

.custom-bullet li::before {
    content: "＞";
    /* お好みの記号 */
    color: red;
    /* 色 */
    font-weight: bold;
    /* 太字 */
    margin-right: 0.5em;
    font-family: 'Noto Sans JP', sans-serif;
    /* ビュレットもフォント統一 */
}


@media screen and (min-width: 769px),
print {
    a[href^=tel] {
        pointer-events: none;
        text-decoration: none;
        cursor: default !important;
    }

    .show_sp {
        display: none !important;
    }

    .container {
        overflow: hidden;
    }

    .row {
        max-width: 1480px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .row {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 769px),
print {
    img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .hvr-pop {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(0.1rem) translateZ(0);
        -moz-transform: perspective(0.1rem) translateZ(0);
        transform: perspective(0.1rem) translateZ(0);
        -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
    }

    .hvr-pop:hover,
    .hvr-pop:focus,
    .hvr-pop:active {
        -webkit-animation-name: hvr-pop;
        -moz-animation-name: hvr-pop;
        animation-name: hvr-pop;
        -webkit-animation-duration: 0.3s;
        -moz-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .hvz {
        overflow: hidden;
    }

    .hvz figure {
        overflow: hidden;
    }

    .hvz img {
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    }

    .hvz:hover {
        opacity: 1;
    }

    .hvz:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    body {
        padding-top: 140px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 140px;
        padding: 0 136px 0 50px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .header {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 769px),
print {
    .header_l {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header_l h1 {
        font-size: 0;
        line-height: 0;
    }

    .header_l h1 a {
        display: block;
        width: 80px;
        max-width: 25vw;
    }

    .header_r .header_nav>ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header_r .header_nav>ul li:not(:last-child) {
        margin-right: 80px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .header_r .header_nav>ul li:not(:last-child) {
        margin-right: -webkit-calc(max(3vw, 15px));
        margin-right: -moz-calc(max(3vw, 15px));
        margin-right: calc(max(3vw, 15px));
    }
}

@media screen and (min-width: 769px),
print {
    .header_r .header_nav>ul li a {
        display: inline-block;
        text-align: center;
    }

    .header_r .header_nav>ul li a span {
        /* font-family: "Bodoni Moda", serif;
    font-weight: 500; */
        font-family: "Bodoni Moda", serif;
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        color: #008667;
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .header_r .header_nav>ul li a span {
        /* font-size: -webkit-calc(max(2.5vw, 20px));
    font-size: -moz-calc(max(2.5vw, 20px));
    font-size: calc(max(2.5vw, 20px)); */
        font-size: -webkit-calc(max(2.5vw, 20px));
        font-size: -moz-calc(max(2.5vw, 20px));
        font-size: calc(max(2.5vw, 20px));
        height: 42px;
    }

    .header_r .header_nav>ul li a span.top_icon_image {

        padding: 5px 0;
    }

    .header_r .header_nav>ul li a span.top_icon_image img {
        height: 100%;
    }
}

@media screen and (min-width: 769px) {
    .header_r .header_nav>ul li a span {
        font-family: 'Noto Sans', sans-serif;
        font-size: -webkit-calc(max(2.5vw, 20px));
        font-size: -moz-calc(max(2.5vw, 20px));
        font-size: calc(max(2.0vw, 20px));
        height: 50px;
    }

    .header_r .header_nav>ul li a span.top_icon_image {

        padding: 5px 0;
    }

    .header_r .header_nav>ul li a span.top_icon_image img {
        height: 100%;
    }
}


.footer_right a {
    color: #FFF;
    background-color: #008667;
    padding: 4px 15px 8px;
    border-radius: 999px;
}

@media screen and (min-width: 769px),
print {
    .header_r .header_nav>ul li a small {
        font-family: "Bodoni Moda", serif;
        font-weight: 500;
        font-size: 12px;
    }

    .footer {
        text-align: center;
        padding: 250px 100px 50px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .footer {
        padding-left: 15px;
        padding-right: 15px;

    }

}

@media screen and (min-width: 769px),
print {
    .footer .f_main {
        position: relative;
    }

    .footer .backtop {
        cursor: pointer;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        color: #000;
        padding-top: 14px;
        position: absolute;
        top: -60px;
        right: 0;
    }

    .footer .backtop::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 14px;
        height: 7px;
        background: url(../img/pagetop_ar.png) center/100% 100% no-repeat;
        display: block;
    }

    .footer .backtop:hover {
        opacity: 0.7;
    }

    .footer .footer_bot {
        padding-top: 50px;
    }

    .footer .footer_bot p {
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: #008667;
    }

    .footer_top {
        border-top: 1px solid #008667;
        border-bottom: 1px solid #008667;
        padding: 70px 0 20px;
    }

    .footer_top .ft_logo {
        display: inline-block;
        width: 80px;
    }

    .footer_top .f_menu {
        display: flex;
        flex-wrap: wrap;
        /* 折り返しを許可 */
        justify-content: space-between;
        width: 700px;
        margin: 70px auto;
        list-style: none;
        padding: 0;
    }

    .footer_top .f_menu li {
        flex: 0 0 auto;
        /* 横並び・幅は必要に応じて */
        margin-bottom: 10px;
    }


    .footer_top .f_menu li {
        margin: 10px 20px;
        text-align: left;
        display: flex;
    }

    .footer_top .f_menu li a span {
        font-family: "Bodoni Moda", serif;
        font-weight: 500;
        font-size: 30px;
        text-align: center;
        color: #008667;
    }

    .footer_top .f_menu li a span {
        display: none;
    }

    .footer_top .f_social {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer_top .f_social li {
        margin: 0 10px;
    }

    .f_social li img {
        max-width: 44px;
    }

    .custom-bullet {
        padding-left: 1em;
    }

    .custom-bullet::before {
        content: ">";
        /* お好みの記号（←例のように「＞」） */
        font-weight: nomal;
        margin-right: 0.5em;
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .menu_fixed {
        position: absolute;
        z-index: 99;
        bottom: 50px;
        right: 50px;
        width: 22px;
    }

    .menu_fixed ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu_fixed ul li:not(:last-child) {
        margin-bottom: 25px;
    }

    .ttl {
        padding: 70px 0;
        background: #008667;
        position: relative;
    }

    .ttl h2 {
        text-align: center;
    }

    .ttl h2 small {
        font-weight: normal;
        font-size: 21px;
        text-align: center;
        color: #fff;
    }

    .ttl h2 span {
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 100px;
        text-align: center;
        color: #fff;
        display: block;
    }

    .p_top .mv {
        position: relative;
    }

    .p_top .mv figure img,
    .p_top .mv picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .p_top .mv .txt {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
    }

    .p_top .mv .txt img {
        width: 480px;
        position: relative;
        z-index: 10;
        /* filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8)); */
    }

    .p_top .intro {
        padding: 120px 0 150px;
        text-align: center;
    }

    .p_top .intro img {
        width: 660px;
    }

    .p_top .blk .blk_it {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .p_top .blk .blk_it+.blk_it {
        margin-top: 150px;
    }

    .p_top .blk .blk_it.st3 figure,
    .p_top .blk .blk_it.st3 picture {
        width: -webkit-calc(64% + 220px);
        width: -moz-calc(64% + 220px);
        width: calc(64% + 220px);
        margin-left: -220px;
    }

    .p_top .blk .blk_it.st3 figure img,
    .p_top .blk .blk_it.st3 picture img {
        -moz-border-radius: 0px 100px 100px 0;
        border-radius: 0px 100px 100px 0;
    }

    .p_top .blk .blk_it.st3 .txt {
        width: -webkit-calc(36% + 220px);
        width: -moz-calc(36% + 220px);
        width: calc(36% + 220px);
        margin-left: -220px;
    }

    .p_top .blk .blk_it.st3 .txt h2 small {
        padding-right: 80px;
    }

    .p_top .blk .blk_it.st2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .p_top .blk .blk_it.st2 figure,
    .p_top .blk .blk_it.st2 picture {
        width: 44%;
    }

    .p_top .blk .blk_it.st2 .txt {
        width: 56%;
        padding-left: 0;
        padding-right: 30px;
    }

    .p_top .blk .blk_it.st2 .txt h2,
    .p_top .blk .blk_it.st2 .txt p {
        text-align: left;
    }

    .p_top .blk .blk_it figure,
    .p_top .blk .blk_it picture {
        width: 64%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {

    .p_top .blk .blk_it figure,
    .p_top .blk .blk_it picture {
        width: 50%;
    }
}

@media screen and (min-width: 769px),
print {

    .p_top .blk .blk_it figure img,
    .p_top .blk .blk_it picture img {
        -moz-border-radius: 100px;
        border-radius: 100px;
        overflow: hidden;
    }

    .p_top .blk .blk_it .txt {
        width: 36%;
        padding-left: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .blk .blk_it .txt {
        width: 50%;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .blk .blk_it .txt h2 {
        margin-bottom: 100px;
        text-align: right;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .blk .blk_it .txt h2 {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .blk .blk_it .txt h2 span {
        font-family: "Bodoni Moda", serif;
        font-weight: normal;
        font-size: 200px;
        color: #c5c5c5;
        white-space: nowrap;
        line-height: 1;
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .blk .blk_it .txt h2 span {
        font-size: 100px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .blk .blk_it .txt h2 small {
        font-weight: 600;
        font-size: 36px;
        letter-spacing: 0.2em;
        color: #008667;
        display: block;
        line-height: 1;
        font-family: "Bodoni Moda", serif;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .blk .blk_it .txt h2 small {
        font-size: 26px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .blk .blk_it .txt p {
        font-weight: normal;
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 1.92857;
        text-align: right;
        color: #000;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .blk .blk_it .txt p {
        font-size: 18px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .official {
        margin: 160px 0 250px;
        position: relative;
    }

    .p_top .official figure img,
    .p_top .official picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .p_top .official .txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1;
    }

    .p_top .official .txt .official_logo {
        width: 80px;
        margin-bottom: 40px;
    }

    .p_top .official .txt a {
        width: 800px;
        max-width: 100%;
        height: 80px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        background: rgba(255, 255, 255, 0);
        border: 2px solid #fff;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center;
        color: #fff;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_top .official .note {
        color: #ffffff;
        font-size: 1em;
        padding-bottom: 2rem;
        text-align: center;
    }

}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .official .txt a {
        max-width: 80%;
        font-size: 30px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .official .txt a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url(../img/ar.png) center/100% 100% no-repeat;
        display: block;
    }

    .p_top a.btn {
        width: 300px;
        height: 40px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #008667;
        border: 1px solid #fff;
        font-weight: 500;
        font-size: 21px;
        text-align: center;
        color: #fff;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_top a.btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
        height: 15px;
        background-image: url(../img/ar2.png);
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        display: block;
    }

    .p_top a.btn.st2 {
        background-color: #fff;
        color: #008667;
    }

    .p_top a.btn.st2::after {
        background-image: url(../img/ar3.png);
    }

    .p_top .news {
        padding: 65px 0 70px;
        background: #008667;
    }

    .p_top .news_main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .p_top .news_r {
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #fff;
        /* border: 1px solid #707070; */
        padding: 60px 55px 73px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .news_r {
        padding: 15px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .news_l {
        width: 440px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .news_l {
        width: initial;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .news_l h2 {
        display: inline-block;
        margin-bottom: 60px;
    }

    .p_top .news_l h2 span {
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 80px;
        line-height: 1;
        display: block;
        text-align: center;
        color: #fff;
    }

    .p_top .news_l h2 small {
        display: block;
        font-weight: normal;
        font-size: 21px;
        text-align: center;
        color: #fff;
    }

    .p_top .news_r {
        width: 100%;
    }

    .p_top .sale {
        padding: 250px 0 50px;
    }

    .p_top .sale_box {
        padding: 40px 80px;
        background: #008667;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .sale_box {
        padding: 15px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .sale_box figure {
        width: 302px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .sale_box figure {
        width: 250px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .sale_box .txt {
        width: 100%;
        padding-left: 35px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .sale_box .txt {
        padding-left: 15px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .sale_box .txt h2 {
        text-align: center;
    }

    .p_top .sale_box .txt h2 span {
        display: block;
        font-weight: 600;
        font-size: 90px;
        line-height: 1.2;
        color: #fff;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .sale_box .txt h2 span {
        font-size: 40px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .sale_box .txt h2 small {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 28px;
        letter-spacing: 0.2em;
        text-align: center;
        color: #fff;
    }

    .p_top .sale_box .txt p {
        line-height: 1;
        font-family: "Barlow", sans-serif;
        font-weight: bold;
        font-size: 198px;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .sale_box .txt p {
        font-size: 100px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_top .sale_box .txt p span {
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 900;
        font-size: 36px;
        text-align: center;
        color: #008667;
        margin-left: 25px;
        width: 245px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-height: 145px;
        line-height: 1.25;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_top .sale_box .txt .btn {
        margin-left: 170px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_top .sale_box .txt .btn {
        margin-left: 15px;
    }
}

@media screen and (min-width: 769px),
print {

    /* .list_new li:first-child a {
    border-top: 1px solid #dbdbdb;
  } */
    .list_new li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 24px 24px 24px 50px;
        border-bottom: 1px solid #dbdbdb;
    }

    .list_new li:last-child a {
        border-bottom: none;
    }

}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .list_new li a {
        padding: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 769px),
print {
    .list_new li a .it_l {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .list_new li a time {
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #000;
        width: 124px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list_new li a span {
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        color: #008667;
        width: 120px;
        min-height: 24px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: transparent;
        border: 1px solid #008667;
        padding: 0 5px;
        margin-right: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list_new li a p {
        width: 100%;
        font-weight: normal;
        font-size: 18px;
        line-height: 2;
        text-align: left;
        color: #000;
    }

    .p_news .news {
        background: #c5c5c5;
        padding: 150px 0;
    }

    .p_news .news .row {
        max-width: 1100px;
    }

    .p_news .news .list_new {
        background-color: #fff;
        margin-bottom: 40px;
    }

    .p_news .news .pagi ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .p_news .news .pagi ul li:first-child a {
        border-left: 1px solid #9f9f9f;
    }

    .p_news .news .pagi ul li.next a,
    .p_news .news .pagi ul li.prev a {
        text-indent: -9999px;
        position: relative;
    }

    .p_news .news .pagi ul li.next a::after,
    .p_news .news .pagi ul li.prev a::after {
        content: "";
        background: #fff url(../img/pagi_ar.png) center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 8px;
        height: 15px;
        display: block;
    }

    .p_news .news .pagi ul li.last_next a,
    .p_news .news .pagi ul li.last_prev a {
        text-indent: -9999px;
        position: relative;
    }

    .p_news .news .pagi ul li.last_next a::after,
    .p_news .news .pagi ul li.last_prev a::after {
        content: "";
        background: #fff url(../img/pagi_ar2.png) center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 17px;
        height: 15px;
        display: block;
    }

    .p_news .news .pagi ul li.prev a::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .p_news .news .pagi ul li.last_prev a::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .p_news .news .pagi ul li.disable {
        opacity: 0.2;
    }

    .p_news .news .pagi ul li.active a {
        background: #008667;
        border: 1px solid #9f9f9f;
        color: #fff;
    }

    .p_news .news .pagi ul li a {
        width: 50px;
        height: 50px;
        background: #fff;
        border-top: 1px solid #9f9f9f;
        border-bottom: 1px solid #9f9f9f;
        border-right: 1px solid #9f9f9f;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #000;
    }

    .p_privacy .privacy {
        padding: 120px 0 20px;
        font-size: 16.8px;
        line-height: 2;
    }

    .p_privacy .privacy .row {
        max-width: 1300px;
        line-height: 2;
    }

    .p_privacy .privacy .lg {
        font-size: 25.6px;
    }

    .ttl3 {
        margin-bottom: 70px;
        text-align: center;
    }

    .ttl3 span {
        display: block;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: normal;
        font-size: 100px;
        color: #dedede;
    }

    .ttl3 small {
        display: block;
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 0.1em;
        color: #008667;
    }

    .p_about .about .mv {
        position: relative;
    }

    .p_about .about .mv figure img,
    .p_about .about .mv picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .p_about .about .mv .txt {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
    }

    .p_about .about .mv .txt p {
        font-weight: 500;
        font-size: 42px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 2px 2px rgba(70, 54, 54, 0.16);
        padding-left: 100px;
    }

    .p_about .intro {
        padding: 150px 0 200px;
        text-align: center;
    }

    .p_about .intro p {
        font-size: 19.6px;
        line-height: 2;
        text-align: center;
        color: #000;
    }

    .p_about .intro p+p {
        margin-top: 30px;
    }

    .p_about .intro .txt01 {
        font-size: 29.4px;
        line-height: 1.66667;
    }

    .p_about .intro .ceo {
        margin-top: 90px;
    }

    .p_about .intro .ceo small {
        display: block;
        font-weight: 500;
        font-size: 12.6px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }

    .p_about .intro .ceo span {
        display: block;
        font-weight: 500;
        font-size: 30.1px;
        letter-spacing: 0.1em;
    }

    .p_about .philosophy {
        padding-bottom: 200px;
        text-align: center;
    }

    .p_about .philosophy p {
        font-size: 22.4px;
        line-height: 1.6875;
    }

    .p_about .philosophy .txt01 {
        font-size: 35px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .p_about .company {
        background: #008667;
        padding: 100px 0 140px;
    }

    .p_about .company .ttl3 small,
    .p_about .company .ttl3 span {
        color: #fff;
    }

    .p_about .company .dlist {
        padding: 100px 200px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: #fff;
    }
}

@media screen and (min-width: 769px) and (max-width: 1379px) and (min-width: 769px) {
    .p_about .company .dlist {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 769px),
print {
    .p_about .company .dlist dl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 19.6px;
        line-height: 1.92857;
        padding: 50px 0;
        border-bottom: 1px solid #9f9f9f;
    }

    .p_about .company .dlist dl:first-child {
        border-top: 1px solid #9f9f9f;
    }

    .p_about .company .dlist dl dt {
        width: 210px;
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-weight: 600;
    }

    .p_about .company .dlist dl dd {
        width: 100%;
        padding-left: 120px;
    }

    .p_shop .shop {
        padding: 100px 0;
    }

    .p_shop .shop .tabs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .p_shop .shop .tabs li {
        margin-bottom: 15px;
    }

    .p_shop .shop .tabs li:not(:last-child) {
        margin-right: 32px;
    }

    .p_shop .shop .tabs li a {
        min-width: 220px;
        height: 75px;
        -moz-border-radius: 38px;
        border-radius: 38px;
        background: #008667;
        font-weight: 500;
        font-size: 32px;
        text-align: center;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid #008667;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .p_shop .shop .tabs li a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 5px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 11px solid #fff;
    }

    .p_shop .shop .tabs li a.active {
        color: #008667;
        background-color: #fff;
        opacity: 1;
    }

    .p_shop .shop .tabs li a.active::after {
        border-bottom: 11px solid #008667;
        border-top: 0;
    }

    .p_shop .shop .tab_content {
        display: none;
        padding-top: 100px;
    }

    .p_shop .shop .tab_content.active {
        display: block;
    }

    .p_shop .shop .tab_content>dl>dt {
        font-weight: 500;
        font-size: 36px;
        text-align: left;
        color: #008667;
        padding: 22px 10px;
        cursor: pointer;
        border-top: 1px solid #008667;
        border-bottom: 1px solid #008667;
        position: relative;
    }

    .p_shop .shop .tab_content>dl>dt i {
        position: absolute;
        width: 22px;
        height: 22px;
        right: 30px;
        top: 50%;
        margin-top: -11px;
        display: block;
    }

    .p_shop .shop .tab_content>dl>dt i:before,
    .p_shop .shop .tab_content>dl>dt i:after {
        content: "";
        position: absolute;
        background-color: #008667;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    }

    .p_shop .shop .tab_content>dl>dt i:before {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px;
    }

    .p_shop .shop .tab_content>dl>dt i:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px;
    }

    .p_shop .shop .tab_content>dl>dt.is_active i:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .p_shop .shop .tab_content>dl>dd {
        overflow: hidden;
        background: #fafafa;
    }

    .p_shop .shop .tab_content>dl>dd h3 {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 21px;
        text-align: center;
        color: #008667;
        margin-bottom: 20px;
    }

    .p_shop .shop .tab_content>dl>dd .accCt {
        padding-top: 80px;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it+.it {
        margin-top: 120px;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 23px 21px 23px 37px;
        border-bottom: 1px solid #afafaf;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li:first-child {
        border-top: 1px solid #afafaf;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .txt01 {
        font-weight: 600;
        font-size: 21px;
        text-align: left;
        color: #008667;
        width: 218px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .txt02 {
        font-family: "Barlow", "Noto Sans JP", sans-serif;
        font-weight: normal;
        font-size: 21px;
        width: 100%;
        padding-right: 15px;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .it_links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .it_links a {
        width: 200px;
        height: 40px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #008667;
        font-weight: 500;
        font-size: 21px;
        text-align: center;
        color: #008667;
        margin: 5px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Barlow", "Noto Sans JP", sans-serif;
    }
}

@media screen and (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
    }

    .container {
        overflow: hidden;
    }

    .show_pc {
        display: none !important;
    }

    .inner,
    .row {
        padding-left: 6.66667vw;
        padding-right: 6.66667vw;
    }

    body {
        padding-top: 18.66667vw;
    }

    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: #fff;
        height: 18.66667vw;
        padding-left: 6.66667vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_l {
        width: 10.66667vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header_l h1 {
        font-size: 0;
        line-height: 0;
    }

    .header_l a {
        display: block;
    }

    .header .row {
        padding: 0;
    }

    .header .header_r {
        position: fixed;
        height: 100%;
        right: 0;
        top: 18.66667vw;
        height: 0;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        width: 100%;
        background: #fff;
        padding: 6.66667vw 0vw;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header .header_r.active {
        opacity: 1;
        visibility: visible;
    }

    .header .header_r .header_nav {
        padding-left: 6.66667vw;
        padding-right: 6.66667vw;
    }

    .header .header_r .header_nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .header_r .header_nav ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 7.33333vw;
    }

    .header .header_r .header_nav ul li a {
        display: inline-block;
        text-align: center;
    }

    .header .header_r .header_nav ul li a span {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 500;
        font-size: 6.13333vw;
        text-align: center;
        color: #008667;
        display: block;
    }

    .header_r .header_nav>ul li a span {
        /* font-size: -webkit-calc(max(2.5vw, 20px));
    font-size: -moz-calc(max(2.5vw, 20px));
    font-size: calc(max(2.5vw, 20px)); */
        font-size: -webkit-calc(max(2.5vw, 20px));
        font-size: -moz-calc(max(2.5vw, 20px));
        font-size: calc(max(2.5vw, 20px));
        height: 40px;
    }

    .header_r .header_nav>ul li a span.top_icon_image {

        padding: 5px 0;
    }

    .header_r .header_nav>ul li a span.top_icon_image img {
        height: 100%;
        object-fit: contain;
    }

    .header .header_r .header_nav ul li a small {
        font-weight: 500;
        font-size: 2.4vw;
    }

    .header .header_r .header_nav .f_social {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 13.33333vw;
    }

    .header .header_r .header_nav .f_social li {
        width: 5.86667vw;
        margin: 0 4vw;
    }

    .header .menu_icon {
        width: 12vw;
        height: 2.93333vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 7.86667vw;
        right: 6.66667vw;
        z-index: 99;
        cursor: pointer;
    }

    .header .menu_icon.active {
        border-color: transparent;
    }

    .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(1.06667vw) rotate(-30deg);
        -moz-transform: translateY(1.06667vw) rotate(-30deg);
        -ms-transform: translateY(1.06667vw) rotate(-30deg);
        transform: translateY(1.06667vw) rotate(-30deg);
    }

    .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-1.06667vw) rotate(30deg);
        -moz-transform: translateY(-1.06667vw) rotate(30deg);
        -ms-transform: translateY(-1.06667vw) rotate(30deg);
        transform: translateY(-1.06667vw) rotate(30deg);
    }

    .header .menu_icon_in {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header .menu_icon_in .menu-trigger,
    .header .menu_icon_in .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header .menu_icon_in .menu-trigger {
        position: relative;
        width: 12vw;
        height: 2.93333vw;
    }

    .header .menu_icon_in .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        -moz-border-radius: 9999px;
        border-radius: 9999px;
        height: 0.8vw;
        min-height: 1px;
        background-color: #000;
    }

    .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
        top: 1.73333vw;
        opacity: 0;
    }

    .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .footer {
        text-align: center;
        padding: 33.33333vw 6.66667vw 11.73333vw;
    }

    .footer .f_main {
        position: relative;
    }

    .footer .backtop {
        cursor: pointer;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 3.2vw;
        text-align: center;
        color: #000;
        padding-top: 3.73333vw;
        position: absolute;
        top: -12.8vw;
        right: 0;
    }

    .footer .backtop::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 3.73333vw;
        height: 1.86667vw;
        background: url(../img/pagetop_ar.png) center/100% 100% no-repeat;
        display: block;
    }

    .footer .backtop:hover {
        opacity: 0.7;
    }

    .footer .footer_bot {
        padding-top: 11.73333vw;
    }

    .footer .footer_bot p {
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 2.4vw;
        color: #008667;
    }

    .footer_top {
        border-top: 1px solid #008667;
        border-bottom: 1px solid #008667;
        padding: 14.93333vw 0 10.66667vw;
    }

    .footer_top .ft_logo {
        display: inline-block;
        width: 18.66667vw;
    }

    .footer_top .f_menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 9.33333vw 0;
    }

    .footer_top .f_menu li {
        text-align: left;
        margin-bottom: 0;
    }

    .footer_top .f_menu li a {
        display: inline-block;
        text-align: center;
    }

    .footer_top .f_menu li a span {
        display: none;
    }

    .footer_top .f_menu li a small {
        font-weight: 500;
        font-size: 2.4vw;
        text-align: left;
    }

    .footer_right li {
        margin: 10px auto;
        width: 100%;
    }

    .f_social {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 13.33333vw;
    }

    .f_social li {
        width: 5.86667vw;
        margin: 0 4vw;
    }

    .ttl {
        padding: 9.33333vw 0;
        background: #008667;
    }

    .ttl h2 {
        text-align: center;
    }

    .ttl h2 small {
        font-weight: normal;
        font-size: 4.26667vw;
        text-align: center;
        color: #fff;
    }

    .ttl h2 span {
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 20vw;
        text-align: center;
        color: #fff;
        display: block;
    }

    .p_top .mv {
        position: relative;
    }

    .p_top .mv figure img,
    .p_top .mv picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .p_top .mv .txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        /* padding-top: 14.66667vw; */
        padding-top: 76vw;
    }

    .p_top .mv .txt img {
        width: 163.6vw;
        z-index: 10;
        position: relative;
    }

    .p_top .intro {
        padding: 16vw 0 20vw;
        text-align: center;
    }

    .p_top .intro img {
        width: 176vw;
    }

    .p_top .blk .blk_it+.blk_it {
        margin-top: 20vw;
    }

    .p_top .blk .blk_it.st3 figure,
    .p_top .blk .blk_it.st3 picture {
        margin-left: -6.66667vw;
    }

    .p_top .blk .blk_it.st3 figure img,
    .p_top .blk .blk_it.st3 picture img {
        -moz-border-radius: 0vw 13.33333vw 13.33333vw 0;
        border-radius: 0vw 13.33333vw 13.33333vw 0;
    }

    .p_top .blk .blk_it.st3 .txt h2 {
        margin-left: -6.66667vw;
    }

    .p_top .blk .blk_it.st3 .txt h2 small {
        padding-right: 6.66667vw;
    }

    .p_top .blk .blk_it.st2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .p_top .blk .blk_it.st2 figure,
    .p_top .blk .blk_it.st2 picture {
        text-align: center;
    }

    .p_top .blk .blk_it.st2 figure img,
    .p_top .blk .blk_it.st2 picture img {
        width: 73.33333vw;
    }

    .p_top .blk .blk_it.st2 .txt h2,
    .p_top .blk .blk_it.st2 .txt p {
        text-align: left;
    }

    .p_top .blk .blk_it figure,
    .p_top .blk .blk_it picture {
        margin-bottom: 4vw;
    }

    .p_top .blk .blk_it figure img,
    .p_top .blk .blk_it picture img {
        -moz-border-radius: 13.33333vw;
        border-radius: 13.33333vw;
        overflow: hidden;
    }

    .p_top .blk .blk_it .txt h2 {
        margin-bottom: 10.66667vw;
        text-align: right;
    }

    .p_top .blk .blk_it .txt h2 span {
        font-family: "Bodoni Moda", serif;
        font-weight: normal;
        font-size: 26.66667vw;
        color: #c5c5c5;
        white-space: nowrap;
        line-height: 1;
        display: block;
    }

    .p_top .blk .blk_it .txt h2 small {
        font-weight: normal;
        font-size: 5.86667vw;
        letter-spacing: 0.2em;
        color: #008667;
        display: block;
        line-height: 1;
    }

    .p_top .blk .blk_it .txt p {
        font-weight: normal;
        font-size: 4.8vw;
        letter-spacing: 0.1em;
        line-height: 1.83333;
        text-align: right;
        color: #000;
    }

    .p_top .official {
        margin: 21.33333vw 0 33.33333vw;
        position: relative;
    }

    .p_top .official figure img,
    .p_top .official picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .p_top .official .txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 6.66667vw;
        padding-right: 6.66667vw;
        z-index: 1;
    }

    .p_top .official .txt .official_logo {
        width: 16vw;
        margin-bottom: 5.33333vw;
    }

    .p_top .official .txt a {
        width: 106.66667vw;
        max-width: 100%;
        height: 10.66667vw;
        -moz-border-radius: 5.33333vw;
        border-radius: 5.33333vw;
        background: rgba(255, 255, 255, 0);
        border: 2px solid #fff;
        font-weight: 500;
        font-size: 4vw;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center;
        color: #fff;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_top .official .note {
        color: #ffffff;
        font-size: 1em;
        padding-bottom: 2rem;
        text-align: center;
    }

    .p_top .official .txt a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 3.33333vw;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2.66667vw;
        height: 2.66667vw;
        background: url(../img/ar.png) center/100% 100% no-repeat;
        display: block;
    }

    .p_top a.btn {
        width: 60vw;
        height: 8vw;
        -moz-border-radius: 4vw;
        border-radius: 4vw;
        background: #008667;
        border: 1px solid #fff;
        font-weight: 500;
        font-size: 4vw;
        text-align: center;
        color: #fff;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_top a.btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 2.66667vw;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1.06667vw;
        height: 2vw;
        background-image: url(../img/ar2.png);
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        display: block;
    }

    .p_top a.btn.st2 {
        background-color: #fff;
        color: #008667;
    }

    .p_top a.btn.st2::after {
        background-image: url(../img/ar3.png);
    }

    .p_top .list_new li:first-child a {
        border-top: none;
    }

    .p_top .list_new li:last-child a {
        border-bottom: none;
    }

    .p_top .list_new li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 3.2vw 0vw;
        border-bottom: 1px solid #dbdbdb;
    }

    .p_top .list_new li a .it_l {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 19.2vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .p_top .list_new li a time {
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        font-size: 2.66667vw;
        text-align: center;
        color: #000;
    }

    .p_top .list_new li a span {
        font-weight: 600;
        font-size: 2.8vw;
        text-align: center;
        color: #008667;
        width: 19.2vw;
        min-height: 4.4vw;
        -moz-border-radius: 2.26667vw;
        border-radius: 2.26667vw;
        background: transparent;
        border: 1px solid #008667;
        padding: 0 0.66667vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 2.66667vw;
    }

    .p_top .list_new li a p {
        width: 100%;
        font-weight: normal;
        font-size: 2.8vw;
        line-height: 1.71429;
        text-align: left;
        color: #000;
        padding-left: 4.66667vw;
    }

    .p_top .news {
        padding: 13.33333vw 0;
        background: #008667;
    }

    .p_top .news_r {
        -moz-border-radius: 4vw;
        border-radius: 4vw;
        background: #fff;
        /* border: 1px solid #707070; */
        padding: 8vw 4vw;
    }

    .p_top .news_l {
        margin-bottom: 13.33333vw;
        text-align: center;
    }

    .p_top .news_l .btn {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .p_top .news_l h2 {
        display: inline-block;
        margin-bottom: 8vw;
    }

    .p_top .news_l h2 span {
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 20vw;
        line-height: 1;
        display: block;
        text-align: center;
        color: #fff;
    }

    .p_top .news_l h2 small {
        display: block;
        font-weight: normal;
        font-size: 4.26667vw;
        text-align: center;
        color: #fff;
    }

    .p_top .news_r {
        width: 100%;
    }

    .p_top .sale {
        padding: 33.33333vw 0 6.66667vw;
    }

    .p_top .sale_box {
        padding: 10.66667vw 4vw;
        background: #008667;
        -moz-border-radius: 6.66667vw;
        border-radius: 6.66667vw;
    }

    .p_top .sale_box figure {
        text-align: center;
        margin-bottom: 4.4vw;
    }

    .p_top .sale_box figure img {
        width: 40.26667vw;
    }

    .p_top .sale_box .txt {
        width: 100%;
        text-align: center;
    }

    .p_top .sale_box .txt h2 {
        text-align: center;
    }

    .p_top .sale_box .txt h2 span {
        display: block;
        font-weight: 600;
        font-size: 6.66667vw;
        color: #fff;
    }

    .p_top .sale_box .txt h2 small {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 3.73333vw;
        line-height: 1.42857;
        letter-spacing: 0.2em;
        text-align: center;
        color: #fff;
    }

    .p_top .sale_box .txt p {
        font-family: "Barlow", sans-serif;
        font-weight: bold;
        font-size: 22.4vw;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10.66667vw;
    }

    .p_top .sale_box .txt p span {
        -moz-border-radius: 1.33333vw;
        border-radius: 1.33333vw;
        background: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 900;
        font-size: 4.8vw;
        text-align: center;
        color: #008667;
        width: 51.6vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-height: 13.33333vw;
        line-height: 1.25;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p_top .sale_box .txt .btn {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .list_new li:last-child a {
        border-bottom: none;
    }

    .list_new li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 3.2vw 0vw;
        border-bottom: 1px solid #dbdbdb;
    }

    .list_new li a .it_l {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 19.2vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list_new li a time {
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        font-size: 2.66667vw;
        text-align: center;
        color: #000;
    }

    .list_new li a span {
        font-weight: 600;
        font-size: 2.8vw;
        text-align: center;
        color: #008667;
        width: 19.2vw;
        min-height: 4.4vw;
        -moz-border-radius: 2.26667vw;
        border-radius: 2.26667vw;
        background: transparent;
        border: 1px solid #008667;
        padding: 0 0.66667vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 2.66667vw;
    }

    .list_new li a p {
        width: 100%;
        font-weight: normal;
        font-size: 2.8vw;
        line-height: 1.71429;
        text-align: left;
        color: #000;
        padding-left: 4.66667vw;
    }

    .p_news .news {
        background: #c5c5c5;
        padding: 6.66667vw 0 13.33333vw;
    }

    .p_news .news .list_new {
        background-color: #fff;
        margin-bottom: 5.33333vw;
        -moz-border-radius: 4vw;
        border-radius: 4vw;
        overflow: hidden;
        background: #fff;
        border: 1px solid #fff;
        padding: 8vw 4vw;
    }

    .p_news .news .pagi ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .p_news .news .pagi ul li:first-child a {
        border-left: 1px solid #9f9f9f;
    }

    .p_news .news .pagi ul li.next a,
    .p_news .news .pagi ul li.prev a {
        text-indent: -1333.2vw;
        position: relative;
    }

    .p_news .news .pagi ul li.next a::after,
    .p_news .news .pagi ul li.prev a::after {
        content: "";
        background: #fff url(../img/pagi_ar.png) center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 1.70667vw;
        height: 3.2vw;
        display: block;
    }

    .p_news .news .pagi ul li.last_next a,
    .p_news .news .pagi ul li.last_prev a {
        text-indent: -1333.2vw;
        position: relative;
    }

    .p_news .news .pagi ul li.last_next a::after,
    .p_news .news .pagi ul li.last_prev a::after {
        content: "";
        background: #fff url(../img/pagi_ar2.png) center no-repeat;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 3.62667vw;
        height: 3.2vw;
        display: block;
    }

    .p_news .news .pagi ul li.prev a::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .p_news .news .pagi ul li.last_prev a::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .p_news .news .pagi ul li.disable {
        opacity: 0.2;
    }

    .p_news .news .pagi ul li.active a {
        background: #008667;
        border: 1px solid #9f9f9f;
        color: #fff;
    }

    .p_news .news .pagi ul li a {
        width: 10.66667vw;
        height: 10.66667vw;
        background: #fff;
        border-top: 1px solid #9f9f9f;
        border-bottom: 1px solid #9f9f9f;
        border-right: 1px solid #9f9f9f;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-size: 4.26667vw;
        color: #000;
    }

    .p_privacy .privacy {
        padding: 16vw 0 2.66667vw;
        font-size: 3.73333vw;
        line-height: 2;
    }

    .p_privacy .privacy .lg {
        font-size: 4.8vw;
    }

    .ttl3 {
        margin-bottom: 13.33333vw;
        text-align: center;
    }

    .ttl3 span {
        display: block;
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 15vw;
        color: #dedede;
        white-space: nowrap;
    }

    .ttl3 small {
        display: block;
        font-weight: 600;
        font-size: 4.26667vw;
        letter-spacing: 0.1em;
        color: #008667;
    }

    .p_about .about .mv {
        position: relative;
    }

    .p_about .about .mv figure img,
    .p_about .about .mv picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .p_about .about .mv .txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 14.66667vw;
        text-align: right;
    }

    .p_about .about .mv .txt p {
        font-weight: 500;
        font-size: 5.6vw;
        text-align: left;
        color: #fff;
        text-shadow: 0vw 0.26667vw 0.26667vw rgba(70, 54, 54, 0.16);
        padding-left: 2.66667vw;
    }

    .p_about .intro {
        padding: 13.33333vw 0 26.66667vw;
        text-align: center;
    }

    .p_about .intro p {
        font-size: 4.26667vw;
        line-height: 2;
        text-align: center;
        color: #000;
    }

    .p_about .intro p+p {
        margin-top: 9.33333vw;
    }

    .p_about .intro .txt01 {
        font-size: 6vw;
        line-height: 2;
    }

    .p_about .intro .ceo {
        margin-top: 12vw;
    }

    .p_about .intro .ceo small {
        display: block;
        font-weight: 500;
        font-size: 3.2vw;
        letter-spacing: 0.1em;
        margin-bottom: 2.66667vw;
    }

    .p_about .intro .ceo span {
        display: block;
        font-weight: 500;
        font-size: 6.93333vw;
        letter-spacing: 0.1em;
    }

    .p_about .philosophy {
        padding-bottom: 26.66667vw;
        text-align: center;
    }

    .p_about .philosophy p {
        font-size: 4.26667vw;
        line-height: 2;
    }

    .p_about .philosophy .txt01 {
        font-size: 6vw;
        line-height: 2;
        margin-bottom: 10.66667vw;
    }

    .p_about .company {
        background: #008667;
        padding: 13.33333vw 0 18.66667vw;
    }

    .p_about .company .ttl3 small,
    .p_about .company .ttl3 span {
        color: #fff;
    }

    .p_about .company .dlist {
        padding: 13.33333vw 4vw;
        -moz-border-radius: 6.66667vw;
        border-radius: 6.66667vw;
        background: #fff;
    }

    .p_about .company .dlist dl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 3.73333vw;
        line-height: 2;
        padding: 6.66667vw 0;
        border-bottom: 1px solid #9f9f9f;
    }

    .p_about .company .dlist dl:first-child {
        border-top: 1px solid #9f9f9f;
    }

    .p_about .company .dlist dl dt {
        width: 18.66667vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-weight: 600;
    }

    .p_about .company .dlist dl dd {
        width: 100%;
    }

    .p_shop .shop {
        padding: 20vw 0;
    }

    .p_shop .shop .tabs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .p_shop .shop .tabs li {
        margin-bottom: 6.66667vw;
    }

    .p_shop .shop .tabs li a {
        min-width: 40vw;
        height: 13.33333vw;
        -moz-border-radius: 133.2vw;
        border-radius: 133.2vw;
        background: #008667;
        font-weight: 500;
        font-size: 5.33333vw;
        text-align: center;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-bottom: 2.13333vw;
        padding-left: 2vw;
        padding-right: 2vw;
        border: 1px solid #008667;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .p_shop .shop .tabs li a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 1.06667vw;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 1.49333vw solid transparent;
        border-right: 1.49333vw solid transparent;
        border-top: 2.34667vw solid #fff;
    }

    .p_shop .shop .tabs li a.active {
        color: #008667;
        background-color: #fff;
        opacity: 1;
    }

    .p_shop .shop .tabs li a.active::after {
        border-bottom: 2.34667vw solid #008667;
        border-top: 0;
    }

    .p_shop .shop .tab_content {
        margin: 0 -6.66667vw;
        display: none;
        padding-top: 9.33333vw;
    }

    .p_shop .shop .tab_content.active {
        display: block;
    }

    .p_shop .shop .tab_content>dl>dt {
        font-weight: 500;
        font-size: 4.8vw;
        text-align: left;
        color: #008667;
        padding: 2.93333vw 6.66667vw;
        cursor: pointer;
        border-top: 1px solid #008667;
        border-bottom: 1px solid #008667;
        position: relative;
    }

    .p_shop .shop .tab_content>dl>dt i {
        position: absolute;
        width: 5.33333vw;
        height: 5.33333vw;
        right: 6.66667vw;
        top: 50%;
        margin-top: -2.66667vw;
        display: block;
    }

    .p_shop .shop .tab_content>dl>dt i:before,
    .p_shop .shop .tab_content>dl>dt i:after {
        content: "";
        position: absolute;
        background-color: #008667;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    }

    .p_shop .shop .tab_content>dl>dt i:before {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px;
    }

    .p_shop .shop .tab_content>dl>dt i:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px;
    }

    .p_shop .shop .tab_content>dl>dt.is_active i:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .p_shop .shop .tab_content>dl>dd {
        overflow: hidden;
        background: #fafafa;
    }

    .p_shop .shop .tab_content>dl>dd h3 {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 3.73333vw;
        text-align: center;
        color: #008667;
        margin-bottom: 6.66667vw;
    }

    .p_shop .shop .tab_content>dl>dd .accCt {
        padding: 10.66667vw 6.66667vw;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it+.it {
        margin-top: 16vw;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 4vw 2.8vw 4vw 0vw;
        border-bottom: 1px solid #afafaf;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li:first-child {
        border-top: 1px solid #afafaf;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .txt01 {
        font-weight: 600;
        font-size: 3.73333vw;
        text-align: left;
        color: #008667;
        width: 27.2vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .txt02 {
        font-family: "Barlow", "Noto Sans JP", sans-serif;
        font-weight: normal;
        font-size: 3.73333vw;
        line-height: 1.42857;
        width: -webkit-calc(100% - 27.2vw);
        width: -moz-calc(100% - 27.2vw);
        width: calc(100% - 27.2vw);
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .it_links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 2.66667vw;
    }

    .p_shop .shop .tab_content>dl>dd .accCt .it ul li .it_links a {
        width: 30.66667vw;
        height: 8vw;
        -moz-border-radius: 4vw;
        border-radius: 4vw;
        border: 1px solid #008667;
        font-weight: 500;
        font-size: 4vw;
        text-align: center;
        color: #008667;
        margin: 1.33333vw 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Barlow", "Noto Sans JP", sans-serif;
    }
}

.loading {
    /*ローディング画面の縦横幅を画面いっぱいになるように指定*/
    width: 100vw;
    height: 100vh;
    /*ローディング画面の表示位置を固定*/
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*ローディング画面を0.5秒かけて非表示にする*/
    transition: all 0.5s linear;
    z-index: 10000;
}

/*ローディング画面を非表示にする*/
.loading.loaded {
    /*0.5秒かけてopacityを0にする*/
    opacity: 0;
    visibility: hidden;
}

.loading-text {
    width: 50px;
    height: 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .loading-text {
        width: 15vw;
        height: 15vw;
    }
}

.spinner {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #FFF;
    border-left-color: #000000;
    /* アニメーションを1秒かけて実行 */
    animation: spinner-rotation 1s linear infinite;
}

/* アニメーションの設定 */
@keyframes spinner-rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-text {
    color: #333;
}