@charset "UTF-8";


/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}



html,
body {
    /* line-height: 1.15; */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; */
    margin: 0;
}

p,
ul,
ol,
dl {
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {

    p,
    ul,
    ol,
    dl {
        font-size: 16px;
    }
}

img {
    max-width: 100%;
    height: auto
}

em {
    font-style: normal
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: normal;
    margin-top: 10px;
    font-size: 95%;
}

dd {
    margin-left: 20px;
    font-size: 90%;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #000;
    font-size: 100%;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,
object,
iframe {
    border: 0;
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    /* vertical-align: top; */
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

template {
    display: none
}


.sp_only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}

p,
ul,
li,
dt,
dd,
button {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.fl {
    float: left;
}

.clear {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}


.fs13 {
    font-size: 13px;
}

.fs20 {
    font-size: 20px;
}

.mt05 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .sp_mt05 {
        margin-top: 5px;
    }

    .sp_mt10 {
        margin-top: 10px;
    }

    .sp_mt30 {
        margin-top: 30px;
    }

    .sp_mt50 {
        margin-top: 50px;
    }
}


.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt70 {
    padding-top: 70px;
}


/* ======▲▲▲基本設定▲▲▲=================================== */


/* ======▼JS等css基本設定▼=============================== */

/* swiper */

.swiper-slide {
    cursor: pointer;
}

.swiper-01 .swiper-button-prev,
.swiper-01 .swiper-button-next {
    display: none;
}

@media (min-width: 1134px) {

    .swiper-01 .swiper-button-prev,
    .swiper-01 .swiper-button-next {
        display: block;
    }
}

@media screen and (min-width: 1134px) {
    .flex-Ibox {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        width: 100%;
        max-width: 1120px;
        justify-content: center;
        -webkit-justify-content: center;
        margin: 0 auto;
    }

    .flexitem_1 img,
    .flexitem_3 img {
        /* width: 100%; */
        max-width: 100%;
    }

    .flexitem_2 img {
        width: 88%;
        max-width: 100%;
    }

    .flexitem_1 {
        margin-top: 40px;
    }

    .flexitem_2 {
        margin: 40px 81px 0 92px;
    }

    .flexitem_1 p.text,
    .flexitem_2 p.text {
        margin-top: 10px;
    }

    .flexitem_3 {
        position: relative;
        margin-top: 13px;
    }

    .flexitem_3 p.text {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .swiper-01 {
        max-width: 995px;
        margin: 30px auto 50px;
        position: relative;
        display: block;
    }

    .swiper-container {
        margin-top: 50px;
        box-sizing: content-box;
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .swiper-slide {
        width: 100% !important;
        max-width: 320px !important;
        height: auto !important;
        -moz-box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
        -webkit-box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
        -ms-box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
        box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
    }

    .swiper-slide:nth-of-type(odd) {
        background-color: #f2f0ec;
    }

    .swiper-slide:nth-of-type(even) {
        background-color: #ece2de;
    }

    .slider-item {
        padding: 33px;
    }

    .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23756862'%2F%3E%3C%2Fsvg%3E") !important;
        left: -60px !important;
        right: auto !important;
    }

    .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23756862'%2F%3E%3C%2Fsvg%3E") !important;
        right: -60px !important;
        left: auto !important;
    }

    .swiper-01 .swiper-container .swiper-wrapper .swiper-slide .slider-item p.mini-title {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .swiper-pagination {
        display: none !important;
    }

}


@media screen and (max-width:1133px) {
    .swiper-pagination {
        display: block !important;
        bottom: -28px;
        left: 0;
        width: 100%;
    }

    .swiper-pagination-bullet-active {
        background: #464141 !important;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        /* opacity: .2; */
    }

    .swiper-01>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}



@media screen and (max-width:1133px) {

    .flexitem_1_sp,
    .flexitem_2_sp,
    .flexitem_3_sp {
        position: relative;
        padding-bottom: 94px;
    }

    .flexitem_1_sp,
    .flexitem_3_sp {
        padding-left: 60px;
    }

    .flexitem_2_sp {
        padding-right: 60px;
    }

    .flexitem_1_sp p.text,
    .flexitem_2_sp p.text,
    .flexitem_3_sp p.text {
        font-size: 15px;
    }

    .flexitem_1_sp p.text {
        position: absolute;
        top: 30%;
    }

    .flexitem_2_sp p.text {
        position: absolute;
        top: 20%;
        left: 70%;
    }

    .flexitem_3_sp p.text {
        position: absolute;
        top: 0;
        left: 60px;
        padding-top: 72%;
    }

    .swiper-01 {
        width: 100%;
        position: relative;
        margin: 40px 0 50px;
    }

    .swiper-container {
        padding-bottom: 30px;
    }

    .swiper-slide {
        height: auto !important;
        -moz-box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
        -webkit-box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
        -ms-box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
        box-shadow: 7px 20px 25px -11px rgba(0, 0, 0, 0.39);
    }

    .swiper-slide:nth-of-type(2n) {
        background-color: #f2f0ec;
    }

    .swiper-slide:nth-of-type(2n+1) {
        background-color: #ece2de;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 100%;
    }

    .swiper-01 .swiper-container .swiper-wrapper .swiper-slide .slider-item p.mini-title {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .slider-item {
        padding: 20px 13px;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}


/*====================================================================
.accordion_area
====================================================================*/

.accordion_area {
    width: 100%;
    padding: 0 20px;
}

.accordion_area .accordion_one {
    position: relative;
}

.accordion_area .accordion_one .accordion_header {
    cursor: pointer;
    transition-duration: 0.2s;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    /* bottom: 0; */
    /* right: 30%; */
    top: 60%;
    left: 50%;
}

@media only screen and (max-width: 767px) {
    .accordion_area .accordion_one {
        position: static;
    }

    .accordion_area .accordion_one .accordion_header {
        position: static;
    }
}

.accordion_area .accordion_one .accordion_header.open {
    top: auto;
    bottom: 0 !important;
}


.accordion_area .accordion_one .accordion_header:hover {
    opacity: .8;
}

.accordion_area .accordion_one .accordion_header2 {
    cursor: pointer;
    transition-duration: 0.2s;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    top: 60%;
    left: 50%;
}

@media only screen and (max-width: 767px) {
    .accordion_area .accordion_one .accordion_header2 {
        position: static;
    }
}

.accordion_area .accordion_one .accordion_header2.open {
    top: auto;
    bottom: 0 !important;
}

.accordion_area .accordion_one .accordion_header2:hover {
    opacity: .8;
}


.accordion_header .img_more01 {
    margin: 10px auto;
}

.accordion_header2 .img_more02 {
    margin: 10px auto;
}

.accordion_area .accordion_one .accordion_inner {
    /* display: none; */
    padding: 10px 0 50px;
    box-sizing: border-box;
}

.accordion_area .accordion_one .accordion_inner .closeArea {
    width: 180px;
    margin: 0 auto;
}

.accordion_area .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 15px 15px 15px 88px;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    /* transition-duration: 0.2s; */
}

.accordion_area .accordion_one .accordion_inner .closeArea .close_box a.close_btn2 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 15px 15px 15px 88px;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    /* transition-duration: 0.2s; */
}

@media only screen and (max-width: 767px) {
    .accordion_area .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 15px 15px 20px;
        text-decoration: none;
        line-height: 1.3;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        cursor: pointer;
        /* transition-duration: 0.2s; */
    }

    .accordion_area .accordion_one .accordion_inner .closeArea .close_box a.close_btn2 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 15px 15px 20px;
        text-decoration: none;
        line-height: 1.3;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        cursor: pointer;
        /* transition-duration: 0.2s; */
    }
}

.accordion_area .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
    opacity: .8;
}

.accordion_area .accordion_one .accordion_inner .closeArea .close_box a.close_btn2:hover {
    opacity: .8;
}



/* ======▼ページ用個別設定▼=============================== */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #464141;
}

.like_col {
    color: #c78d82;
}

.like_col2 {
    color: #c78d82;
    font-size: 42px;
}

.C-brown {
    color: #464141;
}

.halfsizeprint {
    width: 100%;
}

.mv_area {
    width: 100%;
    background-color: #DECDC6;
    clear: both;
}

.mv_area img {
    max-width: 100%;
}

.mv_1 {
    width: 100%;
    min-height: 620px;
    max-height: 620px;
    overflow: hidden;
    position: relative;
    background: url(../img/mv_pc.png?$staticlink$) no-repeat center;
}

@media only screen and (max-width: 767px) {
    .mv_1 {
        overflow: inherit;
        min-height: 70vh;
        background: url(../img/mv_sp.png?$staticlink$) no-repeat center top;
        background-size: 100% auto;
    }
}

.mv_1 img {
    width: 100%;
    max-width: 100%;
}

.mv_1 .mv_ttl_h2 {
    position: absolute;
    top: 30%;
    left: calc(50% - 275px);
    z-index: 2;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .mv_1 .mv_ttl_h2 {
        top: 65%;
        left: auto;
        max-width: 100%;
    }
}

.mv_1 .mv_ttl_h2 h2 {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .mv_1 .mv_ttl_h2 h2 {
        max-width: 100%;
    }
}

.mv_1 .mv_ttl_h2 img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .mv_1 .mv_ttl_h2 img {
        width: 55%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .mv_1 .mv_ttl_h2 img {
        width: 70%;
        max-width: 100%;
    }
}

.mv_1 .mv_ttl_h2 p {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.2rem;
    text-align: center;
    position: absolute;
    top: 52%;
    width: 100%;
    z-index: 3;
}

.mv_1 .mv_ttl_h2 p .mv_br {
    display: none;
}

@media only screen and (max-width: 1110px) {
    .mv_1 .mv_ttl_h2 p {
        font-size: 16px;
        line-height: 1.2;
    }

    .mv_1 .mv_ttl_h2 p .mv_br {
        display: block;
    }
}

@media only screen and (max-width: 840px) {
    .mv_1 .mv_ttl_h2 p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .mv_1 .mv_ttl_h2 p {
        top: 59%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 450px) {
    .mv_1 .mv_ttl_h2 p {
        top: 61%;
        font-size: 14px;
    }
}

@media only screen and (max-width: 365px) {
    .mv_1 .mv_ttl_h2 p {
        top: 62%;
        font-size: 14px;
        margin-top: 10px;
    }
}

.Bnr_top {
    position: absolute;
    width: 110px;
    height: 110px;
    bottom: 9%;
    right: -10%;
    z-index: 3;
    text-align: center;
}

@media only screen and (max-width: 1110px) {
    .Bnr_top {
        /* width: 90px;
        height: 90px; */
        right: -8%;
    }
}

@media only screen and (max-width: 767px) {
    .Bnr_top {
        bottom: 55%;
        right: 15%;
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 540px) {
    .Bnr_top {
        /* width: 84px;
                height: 84px; */
        right: 4%;
    }
}

@media only screen and (max-width: 450px) {
    .Bnr_top {
        width: 70px;
        height: 70px;
        right: 5%;
    }
}

.Bnr_top p.btn_order {
    background-color: #756862;
    /* border: 2px solid #756862; */
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.Bnr_top p.btn_order a {
    display: block;
    padding: 44px 13px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
    .Bnr_top p.btn_order a {
        padding: 32px 13px;
    }
}

@media only screen and (max-width: 450px) {
    .Bnr_top p.btn_order a {
        font-size: 13px;
        padding: 27px 0;
        font-weight: normal;
    }
}

.Bnr_top p.btn_order a::after {
    content: '\25BC';
    color: #fff;
    font-size: 7px;
    position: absolute;
    bottom: 20%;
    left: calc(50% - 4px);
}

.bg_half {
    background: url(../img/bg_F2F0EC_big.gif?$staticlink$) repeat-y center;
    margin-top: 150px;
}

@media only screen and (max-width: 767px) {
    .bg_half {
        margin-top: 250px;
    }
}

@media only screen and (max-width: 450px) {
    .bg_half {
        margin-top: 150px;
    }
}


.mv_2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
    margin-top: 100px;
    z-index: 1;
    position: relative;
    min-height: 500px;
    background: url(../img/bg_F2F0EC_fit.gif?$staticlink$) repeat-y center;
}

@media only screen and (max-width: 767px) {
    .mv_2 {
        background: url(../img/bg_F2F0EC_big.gif?$staticlink$) repeat-y center;
        margin-top: 15vh;
    }
}

.mv_2 .mv_ttl_h3 {
    padding: 30px 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: -15%;
}

@media only screen and (max-width: 767px) {
    .mv_2 .mv_ttl_h3 {
        top: 28%;
        width: 43%;
        z-index: 2;
        margin-left: 5%;
        padding: 20px 25px;
    }
}

@media only screen and (max-width: 450px) {
    .mv_2 .mv_ttl_h3 {
        top: 35%;
        width: 70%;
        margin-left: 5%;
        padding: 20px 25px;
    }
}

.mv_2 .mv_ttl_h3 h3 {
    font-size: 27px;
    line-height: 1.8;
}

@media only screen and (max-width: 1015px) {
    .mv_2 .mv_ttl_h3 h3 {
        font-size: 20px;
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .mv_2 .mv_ttl_h3 h3 {
        font-size: 18px;
        width: 100%;
    }
}

.mv_2_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .mv_2_inner {
        display: block;
        position: relative;
        min-height: 870px;
    }
}

.mv_2 .mv_2_left {
    width: 48%;
    padding: 50px;
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .mv_2 .mv_2_left {
        width: 80%;
        margin: 40px auto 10px;
        position: absolute;
        padding: 0;
        top: 55%;
        left: 10%;
    }
}

.mv_2 .mv_2_left p {
    margin-bottom: 20px;
    font-size: 20px;
}

@media only screen and (max-width: 890px) {
    .mv_2 .mv_2_left p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .mv_2 .mv_2_left p {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

.mv_2 .mv_2_right {
    width: 35%;
}

.mv_2 .mv_2_right img {
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: -115px;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .mv_2 .mv_2_right img {
        width: 75%;
        max-width: 300px;
        top: -5%;
        right: 8%;
    }
}




.collect01 {
    background-color: #d4ad9c;
    padding: 40px 0;
}

.collect_bg02 {
    background-color: #f2f0ec;
    margin-top: 30px;
    padding-bottom: 30px;
}

.like_collect01 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0.4rem;
}

@media only screen and (max-width: 767px) {
    .collect01 {
        padding: 20px 0 70px;
        position: relative;
    }

    .like_collect01 {
        font-size: 23px;
        line-height: 1.5;
        letter-spacing: 0.2rem;
    }

    #sec-2 .collect01,
    #spec .collect01 {
        padding: 25px 0 15px;
        margin-bottom: 30px;
    }

    #sec-2 .collect01 h3.like_collect01 {
        position: relative;
        padding: 0 0 70px;
    }

    #spec .collect01 h3.like_collect01 {
        position: relative;
        padding: 0 0 30px;
    }
}

@media only screen and (max-width: 414px) {
    .collect01 {
        padding: 20px 0 30px;
    }
}



.col_text01 {
    padding-top: 100px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

@media only screen and (max-width: 767px) {
    .col_text01 {
        padding-top: 50px;
        font-size: 20px;
        text-align: center;
        line-height: 1.5;
    }
}

#ac3 .col_text01 {
    padding-top: 90px;
}

@media only screen and (max-width: 767px) {
    #ac3 .col_text01 {
        padding-top: 50px;
    }
}

.col_text02 {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    #ac3 .col_text02 {
        text-align: center;
    }
}

.box_one {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 30px;
    padding: 30px 0 0 0;
}

.accordion_one .box_one {
    max-width: 900px;
}

.box_one_inner {
    width: 100%;
}

.box_one .flex01 {
    width: 20%;
    min-width: 230px;
}

.box_one .flex02 {
    width: 65%;
}

@media only screen and (max-width: 767px) {
    .box_one {
        display: block;
        overflow: hidden;
    }

    .box_one .flex01 {
        width: 98%;
        margin: 0 auto;
    }

    .box_one .flex02 {
        width: 98%;
        margin: 0 auto;
    }
}

.accordion_inner .box_one {
    padding-bottom: 30px;
    border-bottom: 1px solid #cdc5bb;
}

.accordion_inner .box_one_last {
    padding-bottom: 30px;
    border-bottom: none;
    margin-bottom: 0;
}

.accordion_inner h5 {
    font-weight: bold;
    font-size: 18px;
}

.accordion_inner .box_one .flex01 {
    width: 42%;
}

.accordion_inner .box_one .flex02 {
    width: 48%;
}

@media only screen and (max-width: 767px) {
    .accordion_inner .box_one .flex01 {
        width: 98%;
        margin: 0 auto;
    }

    .box_one .flex01 {
        text-align: center;
    }

    .box_one .flex01 img {
        max-width: 100%;
        margin: 0 auto;
    }

    .accordion_inner .box_one .flex02 {
        width: 98%;
        margin: 0 auto;
    }
}

.box_one .flex03 {
    width: 46%;
}

.box_one .flex04 {
    width: 48%;
}

@media only screen and (max-width: 767px) {
    .box_one .flex03 {
        width: 98%;
        margin: 0 auto;
    }

    .box_one .flex04 {
        width: 98%;
        margin: 0 auto;
    }
}

/* .accordion_inner .box_one .flex03 {
        width: 46%;
      }
      .accordion_inner .box_one .flex04 {
        width: 48%;
      }
            @media only screen and (max-width: 767px) {
              .accordion_inner .box_one .flex03 {
                width: 98%;
                margin: 0 auto;
              }
              .accordion_inner .box_one .flex04 {
                width: 98%;
                margin: 0 auto;
              }
            } */

.box_one .flex05 {
    width: 31%;
}

@media only screen and (max-width: 767px) {
    .box_one .flex05 {
        width: 98%;
        margin: 0 auto;
    }

    .box_one .flex05 img {
        max-width: 100%;
        margin: 0 auto;
    }
}

.box_one .flex06 {
    width: 48%;
}

@media only screen and (max-width: 767px) {
    .box_one .flex06 {
        width: 98%;
        margin: 0 auto;
    }

    .box_one .flex06 img {
        width: 98%;
        margin: 0 auto;
    }
}

.accordion_inner .box_one .flex05 p {
    padding-top: 10px;
    padding-bottom: 20px;
}


.print_ul li {
    font-size: 16px;
}

.print_ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #c2bdb3;
    border-radius: 50%;
}



#sec-1 button:hover {
    opacity: .8;
}

#sec-1 button {
    height: 50px;
    border-radius: 33px;
    color: #fff;
    background: #756862;
    margin: 10px 0 0 0;
    padding: 15px 37px;
    width: 240px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #ac3 .box_one .flex02 p.btn {
        text-align: center;
    }
}

#sec-1 button::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 4px #fff;
    position: absolute;
    margin: 10px 0 0 15px;
    transform: rotate(90deg);
}


p.concept_t {
    font-size: 18px;
    margin: 50px 0;
}

@media only screen and (max-width: 767px) {

    #sec-1 .collect01 h3.like_collect01:after,
    #sec-2 .collect01 h3.like_collect01:after {
        content: "";
        position: absolute;
        top: 70%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 95px;
        background-color: #ffffff;
        transform: skewY(174deg);
    }

    #spec .collect01 h3.like_collect01:after {
        content: "";
        position: absolute;
        top: 57%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 80px;
        background-color: #d4ad9c;
        transform: skewY(174deg);
    }

    p.concept_t {
        margin: 0 10px;
        padding-top: 25px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 414px) {

    #sec-1 .collect01 h3.like_collect01,
    #sec-2 .collect01 h3.like_collect01 {
        padding: 0 0 45px;
    }

    #spec .collect01 h3.like_collect01 {
        padding: 0 0 10px;
    }

    #sec-1 .collect01 h3.like_collect01:after,
    #sec-2 .collect01 h3.like_collect01:after {
        top: 80%;
        height: 60px;
    }

    #spec .collect01 h3.like_collect01:after {
        top: 80%;
        height: 47px;
    }

    p.concept_t {
        padding-top: 8px;
    }
}

@media only screen and (max-width: 320px) {

    #sec-1 .collect01 h3.like_collect01,
    #sec-2 .collect01 h3.like_collect01 {
        padding: 0 0 40px;
    }

    #spec .collect01 h3.like_collect01 {
        padding: 0 0 10px;
    }

    #sec-1 .collect01 h3.like_collect01:after,
    #sec-2 .collect01 h3.like_collect01:after {
        top: 80%;
        height: 55px;
    }

    #spec .collect01 h3.like_collect01:after {
        top: 75%;
        height: 42px;
    }

    p.concept_t {
        padding-top: 0px;
    }
}

#sec-2 {
    padding-top: 50px;
}

#sec-2 .box_one .flex05 {
    position: relative;
}

#sec-2 .box_one .flex05 p {
    position: absolute;
    bottom: -30px;
    height: 60px;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    #sec-2 .box_one {
        overflow: inherit;
    }

    #sec-2 .box_one .flex05 {
        display: block;
        width: 100%;
        margin: 10px auto;
        position: relative;
        overflow: hidden;
        margin-top: 20px;
    }

    #sec-2 .box_one .flex05::before {
        content: "";
        display: block;
        padding-top: 85%;
    }

    #sec-2 .box_one .flex05 p {
        bottom: 0;
        height: auto;
        font-size: 14px;
    }

    #sec-2 .box_one #sec-2-1.flex05 p {
        position: absolute;
        top: 34%;
        left: 7%;
    }

    #sec-2 .box_one #sec-2-1.flex05 img {
        width: 95%;
        max-width: 696px;
        margin-left: 0;
        position: absolute;
        top: 0;
        right: -18px;
    }

    #sec-2 .box_one #sec-2-2.flex05 p {
        position: absolute;
        top: 24%;
        right: 10%;
        margin-left: 50%;
    }

    #sec-2 .box_one #sec-2-2.flex05 img {
        width: 85%;
        max-width: 540px;
        margin-left: 0;
        position: absolute;
        top: 20px;
        left: -35px;
    }

    #sec-2 .box_one #sec-2-3.flex05::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    #sec-2 .box_one #sec-2-3.flex05 p {
        position: absolute;
        top: 75%;
        left: 5%;
    }

    #sec-2 .box_one #sec-2-3.flex05 img {
        width: 95%;
        max-width: 697px;
        margin-left: 0;
        position: absolute;
        top: 0;
        right: -5px;
    }
}


hr.color_b {
    width: 50%;
    height: 1px;
    background-color: #c2bdb3;
    border: none;
    margin: 60px auto 0;
}

hr.color_p {
    width: 50%;
    height: 1px;
    background-color: #c78d82;
    /* background-color: #c79f9f; */
    border: none;
    margin: 60px auto 0;
}

#sec-2 .col_text01 {
    padding-top: 100px;
}

@media only screen and (max-width: 767px) {
    #sec-2 .col_text01 {
        padding-top: 50px;
    }
}


.instagrammer {
    border: 1px solid #cdc5bb;
    padding: 60px 8%;
    max-width: 1120px;
    width: 95%;
    margin: 70px auto 100px;
}

@media only screen and (max-width: 767px) {
    .instagrammer {
        border: none;
        width: 90%;
        margin: 30px auto 60px;
        padding: 60px 6%;
    }
}

.instagrammer h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 0.2rem;
}

@media only screen and (max-width: 767px) {
    .instagrammer h4 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.instagrammer .Introduction {
    width: 100%;
}

.instagrammer .Introduction_inner {
    display: flex;
}

.instagrammer .Introduction_inner .Introduction_inner_01 {
    width: 38%;
}

@media only screen and (max-width: 767px) {
    .instagrammer .Introduction_inner .Introduction_inner_01 {
        width: 40%;
    }
}

.instagrammer .Introduction_inner .Introduction_inner_02 {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .instagrammer .Introduction_inner .Introduction_inner_02 {
        width: 56%;
        margin-left: 10px;
    }
}

.instagrammer .name {
    font-size: 18px;
}

.instagrammer .name span.name_en {
    font-size: 14px;
    color: #c78d82;
}

.instagrammer .Introduction img.prof-img {
    padding-right: 10px;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .instagrammer .Introduction img.prof-img {
        max-width: 137px;
        padding-top: 8px;
    }
}

.instagrammer .insta_logo {
    margin-top: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.instagrammer .insta_logo img {
    max-width: 27px !important;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .instagrammer .insta_logo img {
        max-width: 17px !important;
        margin: 0;
    }
}

.insta_adress {
    font-size: 17px;
    margin-left: 13px;
}

@media only screen and (max-width: 767px) {
    .insta_adress {
        font-size: 14px;
        margin-left: 5px;
    }
}

.instagrammer img.intro_img {
    width: 100%;
    max-width: 440px;
}

@media only screen and (max-width: 767px) {
    .instagrammer .flex06 .intro_img {
        width: 100%;
        margin: 20px auto;
    }
}




.youtube_area {
    width: 100%;
    max-width: 560px;
    margin: 90px auto 0;
}

.instagrammer .youtube_area h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.youtube_area_intro {
    margin: 50px 0 20px;
    text-align: center;
}

.youtube_area_intro .name {
    margin-bottom: 20px;
}



@media only screen and (max-width: 767px) {

    .youtube_area_intro {
        text-align: left;
    }

    /* .youtube_area_intro .name {
        text-align: center;
      } */

    .instagrammer .youtube_area_01 {
        position: relative;
        width: 100%;
        padding: calc(315 / 560 * 100%) 0 0;
    }

    .instagrammer .youtube_area_01 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}







.howto {
    background-color: #f2f0ec;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .howto {
        padding-bottom: 75px;
    }
}

.howto::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 68px;
    background: url(../img/howto_logo.png?$staticlink$) no-repeat center;
    top: -34px;
    left: 0;
}

.photo_po {
    width: 100%;
    max-width: 1120px;
    margin: 40px auto 0;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .photo_po {
        padding-bottom: 0;
    }
}

p.text-area1,
p.text-area2,
p.text-area3 {
    color: #ffffff;
    letter-spacing: 0.2rem;
}

.photo-p1 {
    float: left;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .photo-p1 {
        width: 100%;
    }

    .photo-p1 img {
        max-width: 100%;
    }
}

.photo-p1 p.text-area1 {
    position: absolute;
    top: 78%;
    left: 15%;
}

@media only screen and (max-width: 767px) {
    .photo-p1 p.text-area1 {
        left: 7.5%;
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 624px) {
    .photo-p1 p.text-area1 {
        top: 80%;
        left: 10.5%;
    }
}

@media only screen and (max-width: 495px) {
    .photo-p1 p.text-area1 {
        top: 77.5%;
        left: 11%;
    }
}

.photo-p2 {
    margin-top: 134px;
    margin-left: 10px;
    float: right;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .photo-p2 {
        margin: 30px 0;
        width: 85%;
        text-align: right;
    }

    .photo-p2 img {
        width: 100%;
        max-width: 340px;
    }
}

.photo-p2 p.text-area2 {
    position: absolute;
    top: 87%;
    left: 43%;
}

@media only screen and (max-width: 767px) {
    .photo-p2 p.text-area2 {
        top: 87%;
        right: 0;
        padding-right: 4%;
        font-size: 1.4em;
        width: 52%;
    }
}

@media only screen and (max-width: 624px) {
    .photo-p2 p.text-area2 {
        padding-right: 5.8%;
    }
}

@media only screen and (max-width: 569px) {
    .photo-p2 p.text-area2 {
        padding-right: 8%;
    }
}

@media only screen and (max-width: 495px) {
    .photo-p2 p.text-area2 {
        width: 78%;
        margin-left: -33%;
    }
}

.photo-p3 {
    float: left;
    margin: 50px 0 0 304px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .photo-p3 {
        margin: 30px 0;
        width: 90%;
        text-align: left;
    }

    .photo-p3 img {
        width: 100%;
        max-width: 340px;
    }
}

.photo-p3 p.text-area3 {
    position: absolute;
    top: 88%;
    left: 25%;
}

@media only screen and (max-width: 767px) {
    .photo-p3 p.text-area3 {
        top: 88%;
        left: 0;
        width: 52%;
        padding-left: 11%;
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 624px) {
    .photo-p3 p.text-area3 {
        padding-left: 14.5%;
    }
}

@media only screen and (max-width: 659px) {
    .photo-p3 p.text-area3 {
        padding-left: 16%;
    }
}

@media only screen and (max-width: 495px) {
    .photo-p3 p.text-area3 {
        width: 70%;
        padding-left: 25%;
    }
}




#purchase {
    background-color: #d4ad9c;
    padding: 0 0 65px;
}

#purchase .primary_title {
    padding: 70px 0 50px;
    position: relative;
}

#purchase .primary_title h3 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0.4rem;
}

#purchase .primary_title::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 130px;
    display: inline-block;
    width: 80px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #fff;
}

#purchase .box_one {
    max-width: 900px;
}

#purchase .box_one .flex03 {
    width: 50%;
}

#purchase .box_one .flex04 {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    #purchase .box_one {
        display: flex;
        width: 90%;
        margin: 0 auto 20px;
    }

    #purchase .box_one .flex03 {
        width: 37%;
        margin-top: -10px;
    }

    #purchase .box_one .flex04 {
        width: 60%;
    }
}


#purchase .text-border {
    border: 1px solid #fff;
    padding: 25px 20px;
    min-height: 100px;
    min-width: 190px;
    max-width: 230px;
    vertical-align: middle;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    #purchase .text-border {
        padding: 15px 10px;
        min-height: 98px;
        min-width: 110px;
        max-width: 120px;
        vertical-align: bottom;
        margin: 0 auto;
    }

    #purchase .box_one .flex06 {
        margin: 0 5px;
    }
}

#purchase .text-border p {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

#purchase .text-border p>span {
    font-family: 'Goldenbook';
    font-size: 20px;
}


@media only screen and (max-width: 767px) {
    #purchase .box_one.btn_area {
        display: block;
    }
}

#purchase .btn_1 {
    display: block;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    background: #756862;
    margin: 10px auto;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #purchase .btn_1 {
        margin: 10px auto;
    }
}


#purchase .btn_1::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 4px #fff;
    position: absolute;
    right: 20px;
    top: 57%;
    margin-top: -5px;
}

#purchase .btn_2::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 4px #fff;
    position: absolute;
    right: 20px;
    top: 57%;
    margin-top: -5px;
    transform: rotate(90deg);
}

#purchase .btn_1 a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 20px 85px;
}

@media only screen and (max-width: 767px) {
    #purchase .btn_1 a {
        padding: 15px 50px;
    }
}




#purchase .cp_area {
    width: 87%;
    margin: 65px auto 0;
}

#purchase .cp_area p {
    color: #fff;
    text-align: left;
    font-size: 12px;
    padding-left: 16px;
    text-indent: -16px;
    width: 90%;
    max-width: 305px;
    margin: 0 auto;
}

#purchase .cp_area img {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}


#purchase .bg_w {
    max-width: 1120px;
    width: 85%;
    margin: 40px auto 0;
    padding: 15px 0 50px;
    background: #f2f0ec;
}

#purchase .bg_w .cp_area_catch {
    max-width: 1000px;
    width: 95%;
    text-align: center;
    margin: 20px auto;
}

#purchase .bg_w .cp_area_catch h4 {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.5;
    background-image: url(../img/camp_ttl_bg.png?$staticlink$);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#purchase .bg_w .cp_area_catch p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 850px) {
    #purchase .bg_w .cp_area_catch h4 {
        background-image: none;
    }
}

@media (max-width: 767px) {
    #purchase .bg_w .cp_area_catch h4 {
        font-size: 22px;
    }

    #purchase .bg_w .cp_area_catch p {
        font-size: 16px;
    }
}


#purchase .bg_w .cp_area_main img {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

/* @media (max-width: 767px) {
        #purchase .bg_w .cp_area_main img {
          margin: 0 auto;
        }
      } */


#purchase .primary_title2 {
    padding-top: 35px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    position: relative;
}

#purchase .primary_title2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 70px;
    display: inline-block;
    width: 80px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #cdc5bb;
}

#purchase .bg_w .box_one .flex04 {
    position: relative;
}

@media (max-width: 767px) {
    #purchase .bg_w .box_one {
        display: block;
        overflow: inherit;
        position: relative;
    }

    #purchase .bg_w .box_one .flex03 {
        display: block;
        width: 98%;
        left: -8.5%;
    }

    #purchase .bg_w .box_one .flex04 {
        display: block;
        width: 98%;
        margin: 0 auto;
        margin-top: 20px;
    }
}



#purchase .bg_w .box_one .flex03 img {
    max-width: 100%;
    margin-left: -11%;
}



#purchase .bg_w .box_one .flex04 p {
    font-size: 18px;
}

@media (max-width: 767px) {
    #purchase .bg_w .box_one .flex04 p {
        text-align: center;
        font-size: 14px;
    }
}

#purchase .btn_order a {
    padding: 47px 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    background: #756862;
    position: absolute;
    text-align: center;
}

@media only screen and (max-width: 961px) {
    #purchase .btn_order a {
        margin-top: 20px;
        padding: 42px 15px;
        font-size: 18px;
        right: 10%;
        bottom: 10%;
    }
}

@media only screen and (max-width: 767px) {
    #purchase .btn_order a {
        margin-top: 20px;
        padding: 30px 10px;
        font-size: 14px;
        bottom: 89%;
        right: -10%;
    }
}

#purchase .btn_order a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 10px #fff;
    position: absolute;
    bottom: 27px;
    left: 48%;
}

@media only screen and (max-width: 961px) {
    #purchase .btn_order a::after {
        border-top: solid 4px transparent;
        border-right: solid 8px transparent;
        border-bottom: solid 4px transparent;
        border-left: solid 8px #fff;
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #purchase .btn_order a::after {
        border-top: solid 4px transparent;
        border-right: solid 8px transparent;
        border-bottom: solid 4px transparent;
        border-left: solid 8px #fff;
        bottom: 16px;
    }
}




#follow_us {
    background: #fff;
    padding-bottom: 90px;
    width: 98%;
    margin: 0 auto;
}

#follow_us h3 {
    padding: 70px 0 50px;
}

#follow_us .primary_title {
    text-align: center;
    padding: 50px 0 30px;
}




#follow_us .h3_tt3 {
    font-family: 'Goldenbook';
    font-size: 30px;
    color: #c78d82;
    position: relative;
}

#follow_us .h3_tt3::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 130px;
    display: inline-block;
    width: 80px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #cdc5bb;
}

#follow_us .box_one {
    max-width: 600px;
}

@media only screen and (max-width: 767px) {
    #follow_us .box_one .flex06 {
        margin-bottom: 30px;
    }
}

#follow_us .box_one img {
    max-width: 45px;
}



#spec {
    background-color: #f2f0ec;
    padding-bottom: 60px;
}

#spec .spec_box {
    width: 95%;
    max-width: 1120px;
    margin: 60px auto;
}

#spec .spec_box_01 {
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    #spec .spec_box_01 {
        margin-top: 90px;
    }
}

#spec .spec_box h3 {
    color: #464141;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/h3_ico_01.gif?$staticlink$) no-repeat left 2px;
    background-size: 6px 22px;
    padding: 0 0 0 15px;
    line-height: 1.5;
}

#spec .spec_box .flex03 {
    width: 32%;
}

#spec .spec_box .flex03 img {
    width: 100%;
    max-width: 345px;
}

#spec .spec_box .flex04 {
    width: 65%;
}

@media only screen and (max-width: 767px) {
    #spec .spec_box .flex03 {
        width: 90%;
        margin-bottom: 30px;
        text-align: center;
    }

    #spec .spec_box .flex04 {
        width: 100%;
    }
}


#spec p,
dl {
    color: #464141;
}

#spec p {
    line-height: 1.5;
}

#spec .spec_box .flex04 dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    justify-content: center;
    border: 1px solid #c2bdb3;
    padding: 20px 3%;
}

@media only screen and (max-width: 767px) {
    #spec .spec_box .flex04 dl {
        border: none;
    }
}

#spec .spec_box .flex04 dl dt {
    padding: 0;
    width: 25%;
    font-weight: bold;
}

#spec .spec_box .flex04 dl dd {
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    width: 72%;
}


#spec .btn_area {
    margin: 25px 0 30px;
}

#spec .btn_area.btn_area_3btn {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    #spec .btn_area.btn_area_3btn {
        display: block;
    }
}

#spec button {
    display: block;
    border-radius: 33px;
    background: #756862;
    margin: 25px auto 30px;
    position: relative;
}

#spec button a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 16px 37px;
}

#spec button a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 4px #fff;
    position: absolute;
    right: 4%;
    top: calc(50% - 4px);
}


#spec button.pa {
    border-radius: 33px;
    background: #756862;
    margin: 5px auto 0;
    text-align: left;
}

#spec button.pa a {
    color: #fff;
    font-size: 14px;
    padding: 15px 25px 15px 60px;
}

#spec button.pa::after {
    margin: -3px 0 0 10px;
}

#spec button.pa span {
    font-size: 15px;
}

#spec .caution {
    width: 100%;
    max-width: 1120px;
    margin: 50px auto 0;
}

#spec .caution p,
li {
    font-size: 12.5px;
    color: #464141;
    line-height: 1.5;
}

#spec .caution li {
    padding: 2px 0 0 12px;
    background: url(../img/li_ico_01.gif?$staticlink$) no-repeat left 6px;
    background-size: 10px;
}

@media only screen and (max-width: 767px) {

    #spec .caution p,
    li {
        font-size: 13px;
    }
}

#spec dd .beige {
    color: #cfc8be;
}

#spec dd .pink {
    color: #c9a09b;
}

#spec dd .gray {
    color: #adabaf;
}

#spec button.beige {
    background: #756862 url(../img/btn_ico_01.png?$staticlink$) no-repeat 20px center;
}

#spec button.pink {
    background: #756862 url(../img/btn_ico_02.png?$staticlink$) no-repeat 20px center;
}

#spec button.gray {
    background: #756862 url(../img/btn_ico_03.png?$staticlink$) no-repeat 20px center;
}


.sec_end {
    margin: 130px 0;
    padding-bottom: 50px;
    position: relative;
}

.ft {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 10px;
    bottom: -140px;
    text-align: left;
    padding: 0 10px;
}


/*====================================================================
.Bnr
====================================================================*/
.Bnr {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: none;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}

.Bnr .btn_close {
    position: fixed;
    /* bottom: 130px; 通常の位置 */
    bottom: 325px;
    /* キャンペーンバナー追加時 */
    right: 15px;
    /*
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    */
    z-index: 500;
}

.Bnr .btn_order {
    position: fixed;
    /* bottom: 15px; 通常の位置 */
    bottom: 230px;
    /* キャンペーンバナー追加時 */
    right: 20px;
    z-index: 500;
    background-color: #fff;
    border: 4px solid #756862;
    border-radius: 50%;
    text-align: center;
    width: 110px;
    height: 110px;
}

p.btn_order a {
    display: block;
    padding: 42px 13px;
    color: #756862;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: normal;
    z-index: 88;
}

p.btn_order a::after {
    content: '\25BC';
    color: #756862;
    font-size: 7px;
    position: absolute;
    bottom: 15%;
    left: calc(50% - 4px);
}

@media screen and (max-width: 767px) {
    .Bnr .btn_order {
        width: 77px;
        height: 77px;
        /* right: 14px; 通常の位置 */
        right: 125px;
        /* キャンペーンバナー追加時 */
        bottom: 15px;
        /* キャンペーンバナー追加時 */
    }

    p.btn_order a {
        padding: 24px 0px;
        font-size: 14px;
    }

    .Bnr p.btn_close {
        /* right: 14px; 通常の位置 */
        right: 125px;
        /* キャンペーンバナー追加時 */
        bottom: 90px;
    }
}


/*====================================================================
20220117add
.app_area kantan
====================================================================*/
.kantan h5 {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 30px;
}

.kantan h5 a {
    color: #E57D7F;
}

.kantan h5 span {
    border-bottom: 1px solid #E57D7F;
    line-height: 1.8;
}

.kantan img {
    padding: 10px;
    width: 350px;
}

.kantan p.txt {
    margin-top: 50px;
}

.app_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 90%;
    max-width: 730px;
    margin: 10px auto 0;
}

.app_area p {
    padding: 10px 15px;
}

.app_area img {
    padding: 10px;
    margin: 0 auto;
}

.app_area .icon_area {
    width: 17%;
}

.app_area .bnr_area {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.app_area .bnr_area p {
    width: 47%;
}

.app_area .bnr_area img {
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .app_area {
        margin: 10px auto 0;
    }

    .kantan img {
        padding: 5px 45px;
    }

    .app_area p {
        padding: 0px;
    }

    .kantan .app_area img {
        padding: 5px 10px;
    }

    .app_area .icon_area {
        width: 40%;
    }

    .app_area .bnr_area {
        width: 60%;
        display: block;
    }

    .app_area .bnr_area p {
        width: 100%;
    }
}


/* ****************************** */
/* campaign */
/* ****************************** */

#campaign {
    background-color: #D4AD9C;
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    #campaign {
        padding: 10px 0;
    }
}

#campaign .campaign_inner {
    padding: 20px 0;
    max-width: 1120px;
    width: 95%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #campaign .campaign_inner {
        padding: 50px 0 20px;
    }
}

#campaign h3.h3_tt3 {
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.4rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
    #campaign h3.h3_tt3 {
        font-size: 25px;
        letter-spacing: 0rem;
    }
}



#campaign .campaign_box {
    background-color: #f2f0ec;
    padding: 30px 0;
    /* margin-bottom: 60px; */
}

@media screen and (max-width: 767px) {
    #campaign .campaign_box {
        background-color: #f2f0ec;
        /* margin-bottom: 20px; */
    }
}

#campaign .campaign_inner h4.h4_tt4 {
    text-align: center;
    margin: 10px 0 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    #campaign .campaign_inner h4.h4_tt4 {
        font-size: 22px;
    }
}

#campaign .campaign_inner h4.h4_tt4 span {
    background: linear-gradient(transparent 60%, #E57D7F 0%);
    padding: 0 5px;
}

/* #campaign .campaign_inner p.marker a {
  background: linear-gradient(transparent 80%, #E57D7F 0%);
  padding: 0 5px;
} */

#campaign .campaign_inner p.marker a {
    display: block;
    padding: 5px 30px;
    background-color: #E57D7F;
    border-radius: 30px;
    color: #fff;
    width: 80%;
    max-width: 300px;
    margin: 30px auto;
    position: relative;
}

#campaign .campaign_inner p.marker a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}



#campaign .campaign_inner h5 {
    text-align: center;
    margin: 30px 0 15px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #campaign .campaign_inner h5 {
        font-size: 17px;
    }
}

#campaign .detail_text {
    width: 100%;
    margin: 30px auto 0;
    background-color: #f2f0ec;
    padding: 20px 10px;
}

@media screen and (max-width: 767px) {
    #campaign .detail_text {
        width: 95%;
    }
}

#campaign .detail_text p {
    text-align: center;
    margin: 10px 0 30px;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #campaign .detail_text p {
        font-size: 18px;
    }
}

#campaign ul {
    text-align: left;
    max-width: 735px;
    width: 95%;
    margin: 10px auto;
}

#campaign ul li {
    font-size: 14px;
    text-indent: -1.3rem;
    padding-left: 1.3rem;
    color: #c95355;
}

@media screen and (max-width: 767px) {
    #campaign ul li {
        font-size: 13px;
    }
}

#campaign ul li a {
    font-size: 14px;
    color: #c95355;
    text-decoration: underline;
}

#campaign ul.note li {
    color: #464141;
}

.coupon_ttl {
    margin: 30px 40px;
    padding: 0;
    line-height: 1.2em;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: url(../img/ribon.png?$staticlink$) repeat-x center center;
}

@media screen and (max-width: 767px) {
    .coupon_ttl {
        width: 80%;
        margin: 30px auto;
    }
}

.coupon_ttl span {
    background-color: #f2f0ec;
    padding: 0 10px;
}



#campaign .coupon_area {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 0;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    #campaign .coupon_area {
        display: block;
        margin: 20px 0;
    }
}

#campaign .coupon_area .coupon {
    background-color: #f2f0ec;
    width: 30%;
    /* margin: 0 20px; */
    padding: 20px 10px;
    text-align: center;
    border: 2px solid #E57D7F;
}

@media screen and (max-width: 767px) {
    #campaign .coupon_area .coupon {
        width: 90%;
        margin: 20px auto;
    }
}

#campaign .coupon_area .coupon p {
    font-weight: bold;
}

#campaign .coupon_area .coupon p span {
    font-size: 150%;
}

#campaign .coupon_area .coupon p span.E57D7F {
    color: #E57D7F;
}

#campaign .coupon_area .coupon .coupon_no {
    background-color: #fff;
    width: 90%;
    margin: 20px auto 0;
    padding: 10px;
}

#campaign .coupon_area .coupon .coupon_no p {
    font-weight: normal;
    font-size: 13px;
}

#campaign .coupon_area .coupon .coupon_no p span {
    font-weight: bold;
    font-size: 200%;
}

#campaign .coupon_area .coupon p.note {
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
}

.campaign_box_inner {
    text-align: center;
    max-width: 800px;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .campaign_box_inner {
        text-align: left;
    }
}

.campaign_box_inner p {
    font-size: 14px;
}


.set_area {
    margin: 20px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .set_area {
        display: block;
    }
}

.set_area .set {
    width: 48%;
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .set_area .set {
        width: 100%;
        margin: 0 auto 20px;
    }
}

.set_area .set h5 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.set_area .set p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 20px;
    margin: 10px auto;
    width: 100%;
    background-color: #f2f0ec;
}

@media screen and (max-width: 767px) {
    .set_area .set p {
        width: 90%;
        margin: 10px auto 3px;
    }
}

.set_area .set p .small {
    font-size: 15px;
}


.Bnr.campaign_bnr {
    display: block;
}

.Bnr.campaign_bnr .btn_close {
    display: block;
}

.Bnr.campaign_bnr .btn_order {
    background-color: #fff;
    border: none;
    border-radius: 50%;
}

.Bnr.campaign_bnr p.btn_order a::after {
    content: '';
}

.Bnr.campaign_bnr .btn_close {
    bottom: 195px;
}

.Bnr.campaign_bnr .btn_order {
    bottom: 15px;
    width: 200px;
    height: 200px;
}

.Bnr.campaign_bnr p.btn_order a {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .Bnr.campaign_bnr .btn_order {
        bottom: 15px;
        right: 15px;
        width: 100px;
        height: 100px;
    }

    .Bnr.campaign_bnr .btn_close {
        bottom: 97px;
        right: 10px
    }
}