@charset "UTF-8";

/*------------------------font---------------------- */

@media all and (-ms-high-contrast: none) {
    * {
        font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "�ҥ饮�γѥ� ProN", noto-sans-cjk-jp, meiryo, sans-serif;
    }
}

@font-face {
    font-family: HiraginoW3;
    src: url("https: //only-co.cv/lp/common/font/hiraginoW3.otf");
    font-weight: 300;
}


/*------------------------common---------------------- */

html {
    font-size: 62.5%;
}

body {
    max-width: 1920px;
    color: #000;
    font-size: 16px;
    font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "�ҥ饮�γѥ� ProN", noto-sans-cjk-jp, meiryo, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.75px;
}

img {
    /* width: 100%; */
    max-width: 100%;
    transition: 1.5s;
    vertical-align: top;
}

a {
    color: #231815;
    text-decoration: none;
}

a:hover {
    opacity: .8;
}

body {
    max-width: 100%;
}

.pc {
    display: none!important;
}

.sp {
    display: block!important;
}

/* img {
    width: 100%;
} */

@media (min-width: 769px) {
    body {
        max-width: 1920px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: 100%;
    }
    img {
        width: 100%;
    }
    .pc {
        display: block!important;
    }
    .sp {
        display: none!important;
    }
}


/*------------------------font ---------------------- */


/* font */

.txt_font01 {
    font-family: kinuta-maruminold-stdn, serif;
    font-weight: 400;
    font-style: normal;
}

.txt_font02 {
    font-family: Helvetica, 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.txt_font03 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 500;
    font-style: normal;
}

.word_ver {
    writing-mode: vertical-rl;
    margin: 0 auto;
}

.ttl {
    /* 18 */
    font-size: 4.8vw;
    /* 24 */
    line-height: 1.2;
    letter-spacing: 1px;
}

.txt_01 {
    /* 14 */
    font-size: 3.733vw;
    /* 28 */
    line-height: 2;
    letter-spacing: 1px;
}

.txt_02 {
    /* 12 */
    font-size: 3.2vw;
    /* 24 */
    line-height: 2;
    letter-spacing: 1.25px;
}

.txt_03 {
    font-weight: 200;
    /* 9 */
    font-size: 2.4vw;
    /* 24 */
    line-height: 2;
    letter-spacing: 0.75px;
}

.txt_04 {
    /* 10 */
    font-size: 2.667vw;
    /* 24 */
    line-height: 2.5;
    letter-spacing: 0.75px;
}

.txt_04 {
    /* 10 */
    font-size: 2.667vw;
    /* 20 */
    line-height: 2;
}

small {
    font-size: 7px;
    vertical-align: top;
}

@media (min-width: 769px) {
    /* font size */
    .sub_ttl {
        font-size: 28px;
        line-height: 45px;
        letter-spacing: 2px;
    }
    .ttl {
        text-align: center;
        font-size: 35px;
        letter-spacing: 1px;
        font-weight: 300;
    }
    .txt_01 {
        font-size: 16px;
    }
    .txt_02 {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .txt_03 {
        font-weight: 300;
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .txt_04 {
        text-align: justify;
        font-size: 20px;
        letter-spacing: 1.5px;
        font-weight: 400;
    }
    small {
        font-size: 14px;
        vertical-align: top;
    }
}


/*-----------------------slider--------------------- */

.p_slider {
    max-width: 100%;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 7%;
    height: 5px;
}

#slider03.owl-carousel .owl-dots {
    bottom: 4%;
}

.owl-carousel button.owl-dot {
    margin: 0 5px 0 0;
    width: 5px;
    height: 5px;
    background-color: #000;
    outline: none;
}

.owl-carousel button.owl-dot.active {
    background-color: #90928F;
}

@media screen and (min-width: 769px) {
    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
    .owl-carousel .owl-dots {
        width: 100%;
        position: relative;
        height: 0;
        text-align: center;
    }
    .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 20px 10px 0 0;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        margin: 0;
        transition: .2s;
        width: 30px;
        background: rgba(81, 81, 81, .6);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0%;
        outline: none;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next img,
    .owl-carousel .owl-nav button.owl-prev img {
        width: 15px;
    }
}


/*------------------------floating banner---------------------- */

.floating_bnr {
    width: 99%;
    display: block;
    left: .5%;
    bottom: 10px;
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    position: fixed;
    z-index: 20;
    transition: .2s;
}

.floating_bnr.pcDevice {
    display: none;
}

@media (min-width: 769px) {
    .floating_bnr.mobile {
        display: none;
    }
    .floating_bnr.pcDevice {
        display: none;
        background-color: transparent;
        width: 190px;
        position: fixed;
        bottom: 205px;
        left: auto;
        right: 0;
        z-index: 99;
    }
    .floating_bnr.pcDevice img {
        border-radius: 0px;
        transition: .2s;
    }
    .floating_bnr.pcDevice.show {
        display: block;
    }
}


/*------------------------main view---------------------- */

.mv {
    background-color: #F4EEE6;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 6.667vw 13.667vw;
}


/* top main view image */

.mv .btn {
    width: 40%;
    padding: 0;
    margin: 50px auto 0;
    display: block;
    color: #fff;
    background-color: #875A24;
    text-align: center;
    border-radius: 50px;
    font-size: 2vw;
    line-height: 3vw;
    font-weight: bold;
    border: none;
}

.mv .btn span {
    text-align: center;
    padding: 14px 0;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 2px;
}

.mv .col img {
    width: 48%;
}

.mv .float_ad {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.667vw;
}

.mv .float_ad.left {
    top: auto;
    bottom: 0;
    left: 0;
}


/* mv-word */

.mv-word .word {
    margin: 6.667vw 6.667vw 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
}

.mv-word .word h3 {
    border-bottom: 1px solid #875A24;
    text-align: center;
    font-weight: 600;
    color: #875A24;
    line-height: 3;
    letter-spacing: 1.8px;
}

.mv-word .word p {
    letter-spacing: 1px;
    border-bottom: 1px solid #875A24;
    text-align: center;
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 3;
}

.mv-word .word .price {
    padding: 6.667vw 0;
}

.mv-word .wrap {
    padding-bottom: 20vw;
    background-color: #F3EDE5;
}

.mv-word .banner {
    text-align: center;
}

.mv-word .banner img {
    margin: 0 auto;
    width: 50%;
}

.mv-tlt {
    text-align: center;
    width: 100%;
    font-size: 4.8vw;
    padding-bottom: 13.333vw;
}

.mv-content {
    text-align: justify;
    padding-top: 9.3vw;
}

.discount {
    padding-top: 9.3vw;
}

.line {
    margin: 0 auto;
    height: 1px;
    background-color: #885A24;
}

.mv-word .info {
    margin: 10.4vw 0 0;
    text-align: center;
    padding: 10.6vw 0;
    border-top: 1px solid #885A24;
    border-bottom: 1px solid #885A24;
}

.mv-word .info img {
    margin: 0 auto;
    width: 70%;
    padding-bottom: 2.4vw;
}

.mv-word .info>div:nth-child(2) img {
    width: 100%;
    padding-bottom: 0vw;
}

.mv-word .info h3 {
    text-align: center;
    color: #885A24;
    letter-spacing: 1.5px;
    padding-bottom: 4px;
}

.mv-word .info p {
    text-align: center;
    padding-bottom: 3.2vw;
}

.mv-word .info .saleInfo .andIcon {
    display: block;
    margin: 0 auto;
    padding: 2.667vw 0;
    width: 2%;
}

.mv-word .info .saleInfo .online {
    width: 50%;
}

@media (min-width: 769px) {
    .mv {
        padding: 0 0 100px 0;
        max-width: 1920px;
    }
    .mv-word {
        background-color: #F3EDE5;
        text-align: center;
        padding: 0px 0 0;
        margin: 0 auto;
    }
    .mv-word .word {
        background-color: #fff;
        margin: 0 auto;
        padding: 150px 0;
    }
    .mv-word .word .price {
        width: 630px;
        padding-bottom: 0;
    }
    .mv-word .banner img {
        width: 30%;
    }
    .mv-word .word h3 {
        margin: 0 auto;
        width: 1100px;
        font-size: 36px;
        line-height: 3.5;
    }
    .mv-word .word p {
        margin: 0 auto;
        width: 1100px;
        font-size: 34px;
    }
    .mv-word .wrap {
        background-color: transparent;
        padding: 120px 0;
    }
    .mv-tlt {
        width: 45%;
        padding-bottom: 50px;
        margin: 0 auto;
        font-weight: 400;
        color: #232323;
        font-size: 35px;
        letter-spacing: -1px;
    }
    .mv-word .ttl {
        margin: 0 auto;
        width: 45%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .mv-word .ttl p {
        width: 50%;
    }
    .mv-word .ttl span {
        width: 20%;
        display: inline-block;
        height: 2px;
        background-color: #232323;
    }
    .mv-content {
        margin-top: 0px;
        padding-top: 80px;
    }
    .mv-word .info {
        margin: 100px 0 0;
        padding: 0px 0 80px;
    }
    .mv-word .info img {
        width: 430px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .mv-word .info h3 {
        font-size: 24px;
        line-height: 48px;
        letter-spacing: 1.5px;
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .mv-word .info p {
        padding-bottom: 0;
        letter-spacing: 1px;
    }
    .mv-word .info>div:nth-child(2) img {
        width: 50%;
    }
    .mv-word .info .saleInfo .online {
        width: 400px;
    }
    .discount {
        padding-top: 80px;
    }
    .discount img {
        margin: 0 auto;
        width: 630px;
    }
}


/*------------------------section---------------------- */

.sec01 {
    background-color: #fff;
}

.sec02 {
    background-color: #F4EEE6;
}

.sec03 {
    background-color: #fff;
}

.sec {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
    overflow: hidden;
}

.wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20vw 6.667vw;
}

.col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.reverse {
    flex-direction: row-reverse;
}

.group {
    padding-top: 16vw;
}

.secTop {
    padding-bottom: 20vw;
    text-align: center;
}

.secTop img {
    margin: 0 auto;
    width: 38%;
}

@media (min-width: 769px) {
    hr.line.block {
        background-color: #885A24;
        max-width: 1100px;
    }
}


/* sec02 */

.sec02 .secTop img {
    padding-bottom: 20vw;
    width: 30%;
    margin: 0 auto;
}

.sec02 .secTop p {
    text-align: justify;
    border-bottom: 1px solid #885A24;
    padding-bottom: 12.5vw;
    margin-bottom: 12.5vw;
}


/* pc */

@media (min-width: 769px) {
    .wrap {
        max-width: 1100px;
        padding: 0 0;
    }
    .sec01 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .sec .line span {
        margin: 0 auto 0;
        width: 550px;
        height: 1px;
        display: block;
        background-color: #875A24;
    }
    .sec02 .line span {
        margin-top: 150px;
    }
    .secTop {
        text-align: center;
        padding-bottom: 100px;
    }
    .secTop img {
        width: 300px;
    }
    .secTop .lineTitle {
        margin: 0 auto;
        text-align: initial;
        text-orientation: upright;
        writing-mode: vertical-rl;
        font-size: 35px;
        line-height: 75px;
        color: #875A24;
        letter-spacing: 3.5px;
    }
    /*For Firefox*/
    @media screen and (min--moz-device-pixel-ratio:0) {
        .secTop .lineTitle {
            width: 34%;
        }
        .sec02 .secTop .lineTitle {
            width: 22%;
        }
    }
    .group {
        padding-top: 120px;
    }
    .sec02 .secTop {
        padding-top: 120px;
        margin-bottom: 120px;
    }
    .sec02 .secTop img {
        width: 200px;
        padding-bottom: 0;
    }
    .sec02 .secTop p {
        border-bottom: none;
        padding-top: 120px;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}


/* ----------------item----------------------- */

.item {
    margin-bottom: 16vw;
}

.item:last-child {
    margin-bottom: 0;
}

.itemTlt {
    padding: 0 0 4vw;
    display: flex;
    align-items: center;
    position: relative;
}

.itemTlt img {
    width: 50px;
    padding-right: 2.933vw;
    margin-right: 2.933vw;
    border-right: 1px solid #885A24;
}

.content img {
    padding-bottom: 4vw;
}

.content p {
    letter-spacing: 1.5px;
    padding-top: 3.2vw;
    text-align: justify;
}

.sec02 .secTop {
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.sec02 .item {
    border-bottom: 1px solid #885A24;
    padding-bottom: 13.333vw;
    margin-bottom: 13.333vw;
}

.sec02 .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sec02 .item .content h3 {
    padding-bottom: 5.33vw;
}

.sec03 .content img {
    padding-bottom: 0;
}

@media (min-width: 769px) {
    .item {
        margin-bottom: 120px;
    }
    .item.itemSlider {
        margin-bottom: 150px;
    }
    .item.itemSlider:last-child {
        margin-bottom: 0;
    }
    .itemTlt {
        padding-bottom: 30px;
    }
    .itemTlt .line {
        display: none;
    }
    .itemTlt img {
        width: 70px;
        padding-right: 20px;
        margin-right: 20px;
    }
    .content p {
        order: 1;
        font-size: 20px;
        letter-spacing: 0.1px;
        padding-top: 20px;
        padding-bottom: 40px;
        color: #231815;
    }
    .content img {
        width: 100%;
        order: 2;
        padding-bottom: 0;
    }
    .content .p_slider {
        order: 1;
    }
    .item_no5 .p_slider {
        display: none!important;
    }
    .item_no5>p {
        padding-bottom: 40px;
    }
    .sec02 .item {
        padding-bottom: 0vw;
        margin-bottom: 0vw;
        border-bottom: none;
    }
    .sec02 .content {
        padding-top: 120px;
        align-items: flex-start;
    }
    .sec02 .content h3 {
        order: 2;
        width: 510px;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0px;
        padding-bottom: 40px;
    }
    .sec02 .content>div {
        order: 2;
        width: 510px;
    }
    .sec02 .content img {
        order: 1;
        width: 510px;
    }
    .item_no5 .content img {
        width: 510px;
    }
    .sec02 .item .content h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    .sec02 .item:nth-child(3) {
        padding-bottom: 120px;
        margin-bottom: 0px;
    }
    .sec02 .item:nth-child(4) .content {
        padding: 0;
        background-color: #F3EDE5;
    }
    .sec02 .item:nth-child(4) .content h3 {
        order: 1;
        text-align: center;
        width: 100%;
        padding-bottom: 90px;
        font-size: 24px;
    }
    .sec02 .item:nth-child(4) .content img {
        width: 800px;
        margin: 0 auto;
    }
    .sec02 .item:nth-child(4) .content>div {
        width: 100%;
    }
    .sec02 .item:nth-child(4) .content p {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0px;
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .sec02 .item:nth-child(4) {
        padding-bottom: 120px;
        margin-bottom: 0;
    }
}


/*------------------------btn ---------------------- */


/* pc */

.btn {
    cursor: pointer;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    letter-spacing: 0.75px;
    transition: .3s;
    display: block;
    border: 2px solid #969696;
}

.btn:hover {
    transition: .3s;
    letter-spacing: 4px;
}


/* pc */

@media (min-width: 769px) {
    .btn {
        width: 400px;
        letter-spacing: 0.5px;
        font-size: 20px;
        padding: 20px 0;
    }
}


/*------------------------ shop ---------------------- */

.sec03 {
    padding: 20vw 0;
}

.sec03 .wrap {
    padding: 0 6.677vw;
}

.sec03 .secTlt {
    width: 50%;
    margin: 0 auto 17.333vw;
    text-align: center;
}

.sec03>div>img {
    padding: 8vw 0;
}

.sec03 .ps {
    margin-top: 10.667vw;
    letter-spacing: 0.75px;
}

.sec03 .contact {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0.75px;
    margin-top: 10px;
}

.sec03 .contact.tel img {
    width: 35%;
}

.sec03 .contact.mail img {
    width: 50%;
}


/* pc */

@media (min-width: 769px) {
    .sec03 {
        padding: 120px 0;
    }
    .sec03 .secTlt {
        width: 70%;
        margin-bottom: 75px;
    }
    .sec03 .secTlt h3 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 1.5px;
    }
    .sec03 .wrap {
        width: 650px;
        padding: 0;
    }
    .sec03>div>img {
        padding: 60px 0 80px;
    }
    .sec03 img {
        padding: 60px 0 80px;
    }
    .sec03 img:nth-child(1) {
        padding: 0;
        width: 50%;
    }
    .sec03 .ps {
        margin-top: 80px;
        text-align: center;
    }
    .sec03 .contact {
        margin-top: 30px;
        text-align: center;
    }
}

.m-t-20 {
    margin-top: 4.5vw;
}

.m-b-20 {
    margin-bottom: 4.5vw;
}

.m-t-25 {
    margin-top: 5vw;
}

.m-b-25 {
    margin-bottom: 5vw;
}

.m-t-40 {
    margin-top: 10.667vw;
}

.m-b-40 {
    margin-bottom: 10.667vw;
}

.m-t-50 {
    margin-top: 13.333vw;
}

.m-b-50 {
    margin-bottom: 13.333vw;
}

.m-t-75 {
    margin-top: 20vw;
}

.m-b-75 {
    margin-bottom: 20vw;
}

@media (min-width: 769px) {
    .m-t-20 {
        margin-top: 30px;
    }
    .m-b-20 {
        margin-bottom: 30px;
    }
    .m-t-25 {
        margin-top: 50px;
    }
    .m-b-25 {
        margin-bottom: 50px;
    }
    .m-t-40 {
        margin-top: 100px;
    }
    .m-b-40 {
        margin-bottom: 100px;
    }
    .m-t-50 {
        margin-top: 100px;
    }
    .m-b-50 {
        margin-bottom: 100px;
    }
    .m-b-75 {
        margin-bottom: 150px;
    }
    .m-t-75 {
        margin-top: 150px;
    }
}