@charset "utf-8";

#fs_ProductCategory .fs-l-page {
    background: #fff;
}

#Winter_gift {
    overflow: hidden;
    color: #fff;
    font-family: '游明朝 Demibold' ,'Yu Mincho Demibold' ,'YuMincho-DemiBlod', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

#Winter_gift img {
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 1;
}

.container button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

@media screen and (min-width:1024px) {
    .pc-hidden {
        display: none !important;
    }
}

.-stroke {
    text-decoration: line-through;
}

.-underline {
    text-decoration: underline;
}

.st-pc {
    display: none;
}

@media screen and (min-width:1024px) {
    .st-pc {
        display: block;
    }
}

#Winter_gift .st-sp {
    display: block !important;
}

@media screen and (min-width:1024px) {
    #Winter_gift .st-sp {
        display: none !important;
    }
}

/* ------------------------------
    .catch
------------------------------ */
.catch {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #da4444;
    color: #fff;
    padding: 17.5px 0;
}

.catch ._dicount {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    height: 28.5px;
    font-size: 19px;
    color: #da4444;
    padding: 6px;
    margin-right: 15px;
}

.catch ._txt {
    font-size: 37.8px;
}

.catch ._txt .-small {
    font-size: 60%;
}

.catch ._span {
    margin-left: 10px;
    font-size: 15px;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* ------------------------------
    heading
------------------------------ */
#Winter_gift .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #1f201e;
    height: 67.5px;
    overflow: hidden;
}


@media screen and (min-width:641px) {
    #Winter_gift .heading {
        height: 135px;
    }
}

@media screen and (min-width:1024px) {
    #Winter_gift .heading {
        height: 65px;
    }
}

#Winter_gift .heading img {
    display: block;
    width: 284.5px;
    height: auto;
    margin: 0 auto;
}



@media screen and (min-width:641px) {
    #Winter_gift .heading img{
        width: 569px;
    }

    #Winter_gift .heading img {
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    #Winter_gift .heading {
        height: 80px;
    }

    #Winter_gift .heading img {
        max-width: inherit;
    }
}


/* ------------------------------
    #Mainvisual
------------------------------ */
.Mainvisual {
    font-size: 0;
}

.Mainvisual img {
    width: 100%;
    height: auto;
}


/*-------------------------
  Special
-------------------------*/
#Special {
    position: relative;
    background: url(./../img/special-bg-sp.jpg);
    background-size: cover;
    padding: 44px 0 50px;
}

#Special::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a89141;
    z-index: 2;
}

@media screen and (min-width:641px) {
    #Special {
        padding: 88px 0 100px;
    }
}

@media screen and (min-width:1024px) {
    #Special {
        background: url(./../img/special-bg-pc.jpg);
        background-size: auto;
        padding: 100px 0;
    }
}



#Special .secTitle {
    text-align: center;
    color: #9e7d45;
    width: 207px;
    margin: 0 auto 35px;
}

@media screen and (min-width:641px) {
    #Special .secTitle {
        width: 416px;
        margin: 0 auto 70px;
    }
}

@media screen and (min-width:1024px) {
    #Special .secTitle {
        margin: 0 auto 50px;
    }
}

#Special .secTitle span {
    display: block;
}

#Special .secTitle .-small {
    font-size: 60%;
}

#Special ._maincatch {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0 15px;
}

@media screen and (min-width:641px) {
    #Special ._maincatch {
        max-width: 673px;
        width: 100%;
        text-align: center;
        margin: 0 auto 80px;
        padding: 0 30px;
    }
}

@media screen and (min-width:1024px) {
    #Special ._maincatch {
        max-width:  796px;
        text-align: center;
        margin: 0 auto 80px;
        padding: 0 30px;
    }
}

#Special .subTitle {
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
    color: #9e7d45;
}

.recommends {
    margin: 25px auto 40px;
    padding: 0 27.5px;
}


@media screen and (min-width:641px) {
    .recommends {
        margin: 50px auto 100px;
        padding: 0 55px;
    }
}

@media screen and (min-width:1024px) {
    .recommends {
        margin: 50px auto 70px;
        padding: 0;
    }
}


.recommends ._item {
    width: 100%;
}

@media screen and (min-width:1024px) {
    .recommends ._item {
        max-width: 640px;
        margin: 0 auto;
    }
}

.recommends ._item img {
    width: 100%;
    height: auto;
}

.recommends ._item:nth-of-type(n+2) {
    margin: 24px auto 0;
}

@media screen and (min-width:641px) {
    .recommends ._item:nth-of-type(n+2) {
        margin: 48px auto 0;
    }
}

@media screen and (min-width:1024px) {
    .recommends ._item:nth-of-type(n+2) {
        margin: 14px auto 0;
    }
}

.pageanchor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    padding: 0 27.5px;
}

@media screen and (min-width:641px) {
    .pageanchor {
        margin: 0 auto 80px;
        padding: 0 55px;
    }
}

@media screen and (min-width:1024px) {
    .pageanchor {
        margin: 0 auto 70px;
        padding: 0;
    }
}


.pageanchor ._item {
    box-shadow: 0px 10px 27px 0px rgba(32, 33, 31, 0.14);
    font-size: 0;
}

.pageanchor ._item img {
    width: 100%;
}

.pageanchor ._item:nth-of-type(n+2) {
    margin-left: 6px;
}

@media screen and (min-width:641px) {
    .pageanchor ._item:nth-of-type(n+2) {
        margin-left: 12px;
    }
}

@media screen and (min-width:1024px) {
    .pageanchor ._item:nth-of-type(n+2) {
        margin-left: 12px;
    }
}

.telArea.pc_only {
    display: none;
}

@media screen and (min-width:1024px) {
    .telArea.pc_only {
        display: block;
        margin-bottom: 92px;
    }
}

/*-------------------------
  gooddeal
-------------------------*/
.discount-300off {
    text-align: center;
}

@media screen and (min-width:1024px) {
    .discount-300off {
        max-width: 488px;
        margin: 0 auto;
    }
}

.discount-300off+._present {
    display: block;
    margin: 15px auto;
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 1.54;
    color: #fff;
    text-align: center;
}

@media screen and (min-width:641px) {
    .discount-300off+._present {
        margin: 30px auto;
        font-size: 48px;
    }
}

@media screen and (min-width:1024px) {
    .discount-300off+._present {
        font-size: 32px;
        line-height: 1;
        margin: 20px auto 18px;
    }
}

.couponArea ._information {
    font-size: 15px;
    line-height: 1.83;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (min-width:641px) {
    .couponArea ._information {
        font-size: 30px;
        margin-bottom: 70px;
    }
}

@media screen and (min-width:1024px) {
    .couponArea ._information {
        font-size: 24px;
        line-height: 1.9;
        margin-bottom: 30px;
    }
}

.couponArea .coupon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    width: 88%;
    height: 100px;
    max-width: 570px;
    margin: 0 auto 35px;
    background: url(./../img/last-minute/coupon-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width:641px) {
    .couponArea .coupon {
        height: 200px;
        background: url(./../img/last-minute/coupon-bg-sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto 70px;
    }
}

@media screen and (min-width:1024px) {
    .couponArea .coupon {
        width: 100%;
        height: 150px;
        background: url(./../img/last-minute/coupon-bg-pc.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.couponArea .coupon span {
    position: relative;
    z-index: 2;
    font-size: 20.5px;
    color: #172652;
    letter-spacing: .02em;
    font-weight: bold;
}

@media screen and (min-width:641px) {
    .couponArea .coupon span {
        font-size: 42px;
    }
}

@media screen and (min-width:1024px) {
    .couponArea .coupon span {
        font-size: 38px;
    }
}

.couponArea .coupon .-txt {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 15px;
}

.couponArea .coupon .-txt::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #182754;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}

@media screen and (min-width:641px) {
    .couponArea .coupon .-txt {
        margin-bottom: 12px;
        padding-bottom: 12px;
        font-size: 30px;
    }
}

@media screen and (min-width:641px) {
    .couponArea .coupon .-txt::after {
        width: 40px;
    }   
}

@media screen and (min-width:1024px) {
    .couponArea .coupon .-txt {
        padding-bottom: 12px;
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.couponArea .coupon .-code {
    font-size: 33.5px;
}

@media screen and (min-width:641px) {
    .couponArea .coupon .-code {
        font-size: 67px;
    }
}

@media screen and (min-width:1024px) {
    .couponArea .coupon .-code {
        font-size: 43px;
    }
}

.howtouse {
    margin-bottom: 1em;
}

.howtouse .acordion .acordion_ttl {
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 1.9;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.howtouse .acordion .acordion_ttl::after {
    content: "";
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
    background: url(./../img/last-minute/icon-open.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 7.5px;
    vertical-align: middle;
}


.howtouse .acordion .acordion_ttl.active::after {
    background: url(./../img/last-minute/icon-close.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width:641px) {
    .howtouse .acordion .acordion_ttl::after {
        width: 25px;
        height: 25px;
        background: url(./../img/last-minute/icon-open.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 15px;
    }
}

@media screen and (min-width:641px) {
    .howtouse .acordion .acordion_ttl.active::after {
        background: url(./../img/last-minute/icon-close.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width:641px) {
    .howtouse .acordion .acordion_ttl {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .howtouse .acordion .acordion_ttl {
        font-size: 24px;
    }
}

.howtouse .acordion .acordion_ttl + .acordion_content {
    margin: 20px auto 25px;
}


@media screen and (min-width:641px) {
    .howtouse .acordion .acordion_ttl + .acordion_content {
        margin: 40px auto 50px;
    }
}

@media screen and (min-width:1024px) {
    .howtouse .acordion .acordion_ttl + .acordion_content {
        margin: 30px auto 60px;
    }
}

.howtouse .acordion {
    text-align: center;
}

.howtouse .acordion .Notes {
    width: 80%;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width:1024px) {
    .howtouse .acordion .Notes {
        width: auto;
    }
}

.howtouse .acordion .Notes ._item {
    font-size: 12px;
    line-height: 1.91;
    color: #fff;
    text-align: left;
}

.howtouse .acordion .Notes ._item br {
    display: none;
}

@media screen and (min-width:1024px) {
    .howtouse .acordion .Notes ._item br {
        display: block;
    }
}

@media screen and (min-width:641px) {
    .howtouse .acordion .Notes ._item {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .howtouse .acordion .Notes ._item {
        font-size: 20px;
        line-height: 2;
    }
}

.howtouse .acordion ._paragraph {
    font-size: 12px;
    line-height: 1.91;
    text-align: center;
    letter-spacing: .02em;
}

@media screen and (min-width:641px) {
    .howtouse .acordion ._paragraph {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .howtouse .acordion ._paragraph {
        font-size: 20px;
        line-height: 2;
        text-align: center;
    }
}

@media screen and (max-width:1023px) {
    .howtouse .acordion ._paragraph .-big {
        font-size: 30px;
    }
}

@media screen and (max-width:640px) {
    .howtouse .acordion ._paragraph .-big {
        font-size: 15px;
    }
}

.howtouse .acordion ._paragraph ._txtBlock {
    display: block;
}

.couponArea ._information ._txtBlock {
    display: block;
}


.tel {
    margin: 35px auto 0;
    text-align: center;
}

.tel.st-sp {
    margin: 35px auto 0;
}

.tel02 {
    margin: 0;
    padding: 0 27.5px 25px;
    text-align: center;
    color: #fff;
}


@media screen and (min-width:641px) {
    .tel {
        margin: 70px auto 0;
        padding: 0 55px;
    }

    .tel.st-sp {
        margin: 70px auto 0;
    }

    .tel02 {
        margin: 0;
        padding: 0 55px 50px;
    }
}

@media screen and (min-width:821px) {
    .tel02 {
        margin: -30px auto 0;
        padding: 0 0 100px;
    }
}

.tel ._txt {
    text-align: center;
    margin: 0 auto 15px;
}

@media screen and (min-width:641px) {
    .tel ._txt {
        text-align: center;
        margin: 0 auto 30px;
    }
}

.tel ._txt span {
    display: block;
}


@media screen and (min-width:641px) {
    .tel img {
        width: 610px;
        margin: 0 auto;
    }
}

.tel ._txt .-small {
    margin: 0 auto 15px;
    font-size: 15px;
}

@media screen and (min-width:641px) {
    .tel ._txt .-small {
        margin: 0 auto 30px;
        font-size: 30px;
    }
}

@media screen and (min-width:1024px) {
    .tel ._txt .-small {
        margin: 0 auto 12px;
        font-size: 18px;
    }
}

.tel ._txt .-big {
    font-size: 17px;
}

@media screen and (min-width:641px) {
    .tel ._txt .-big {
        font-size: 34px;
    }
}

@media screen and (min-width:1024px) {
    .tel ._txt .-big {
        font-size: 24px;
    }
}

/*-------------------------
  Product_head
-------------------------*/

#Product {
    background: #141413;
}

#Product ._catch {
    position: relative;
    font-size: 24px;
    padding-bottom: 18px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #fff;
    text-align: center;
    margin: 20px 0 10px;
}

@media screen and (min-width: 641px) {
    #Product ._catch {
        font-size: 48px;
        padding-bottom: 36px;
        margin: 40px 0 20px;
    }
}

@media screen and (min-width:1024px) {
    #Product ._catch {
        font-size: 36px;
        margin: 100px auto 0;
    }
}

#Product ._catch::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(./../img/main_catch_border.png);
}

@media screen and (min-width: 641px) {
    #Product ._catch::after {
        height: 3px;
    }
}

@media screen and (min-width:1024px) {
    #Product ._catch::after {
        display: none;
    }
}

#Product ._maintitle ._image {
    max-width: 261px;
    margin: 0 auto;
}

@media screen and (min-width:641px) {
    #Product ._maintitle ._image {
        max-width: 522px;
    }
}

/*-------------------------
  discount
-------------------------*/
#discount {
    padding: 46px 0 110px;
    color: #1e2a0a;
}

@media screen and (min-width: 641px) {
    #discount {
        padding: 92px 0 220px;
    }
}

@media screen and (min-width:1024px) {
    #discount {
        padding: 92px 0 100px;
    }
}

#discount ._inner {
    padding: 0 30px;
}

@media screen and (min-width: 641px) {
    #discount ._inner {
        padding: 0 60px;
    }   
}

@media screen and (min-width:1024px) {
    #discount ._inner {
        padding: 0 ;
    }   
}

#discount .discount_image {
    margin: 0 auto 36px;
    text-align: center;
}

@media screen and (min-width: 641px) {
    #discount .discount_image {
        margin: 0 auto 72px;
    }   
}
@media screen and (min-width:1024px) {
    #discount .discount_image {
        margin: 0 auto 42px;
    }   
}

#discount .accordion-content {
    display: block;
    overflow: hidden;
    height: 4.5em;
    transition: height .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media screen and (min-width: 641px) {
    #discount .accordion-content {
        display: block;
        overflow: hidden;
        height: 6em;
    }
}

#discount .accordion-content.active {
    height: auto;
}

@media screen and (min-width:1024px) {
    #discount .accordion-content {
    display: block;
    height: auto;
}
}

#discount ._information {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

@media screen and (min-width: 641px) {
    #discount ._information {
        font-size: 32px;
        text-align: center;
    }
}

@media screen and (min-width:1024px) {
    #discount ._information {
        font-size: 26px;
        line-height: 1.92;
        text-align: center;
    }
}

#discount ._information .txtblock {
    display: inline-block;
}

#discount ._information .-strong {
    font-size: 140%;
    color: #920404;
    font-weight: bold;
}

@media screen and (min-width:1024px) {
    #discount ._information .pc-block {
        display: block;
    }
}

#discount  ._note {
    margin: 35px auto 55px;
    font-size: 12px;
    line-height: 1.83;
    text-align: center;
}

@media screen and (min-width: 641px) {
    #discount  ._note {
        margin: 70px auto 110px;
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
        #discount  ._note {
            margin: 43px auto 53px;
            font-size: 16px;
            line-height: 1.875;
    }
}

#discount .accordion_btn {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 18px;
    text-align: center;
    background-color: #4d482d;
    color: #fff;
    border-radius: 5.2px;
}

@media screen and (min-width: 641px) {
    #discount .accordion_btn {
        max-width: 665px;
        height: 104px;
        font-size: 36px;
        text-align: center;
        border-radius: 10.4px;
        margin: 0 auto;
    }
}

#discount .accordion_btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 6.5px;
    margin-left: 0.25em;
    background: url(./../img/arrow-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 641px) {
    #discount .accordion_btn::after {
        width: 26px;
        height: 13px;
    }
}

#discount .accordion_btn.active::after {
    content: "";
    margin-left: 0.25em;
    display: inline-block;
    vertical-align: middle;
    width: 10.5px;
    height: 10.5px;
    background: url(./../img/close-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 641px) {
    #discount .accordion_btn.active::after {
        margin-left: 0.25em;
        display: inline-block;
        vertical-align: middle;
        width: 21px;
        height: 21px;
    }
}

@media screen and (min-width: 1024px) {
    #discount .accordion_btn {
        display: none;
    }
}

#discount ._btns {
    margin: 18px auto 54px;
}

@media screen and (min-width: 641px) {
    #discount ._btns {
        max-width: 665px;
        margin: 36px auto 108px;
    }
}

@media screen and (min-width: 1024px) {
    #discount ._btns {
        max-width: 384px;
        margin: 0 auto 44px;
    }
}

/*-------------------------
  Product
-------------------------*/
.-olibe {
    position: absolute;
    top: -40px;
    left: 0;
    width: 97px;
    z-index: 2;
}

@media screen and (min-width: 641px) {
    .-olibe {
        top: -80px;
        left: 0;
        width: auto;
    }
}

@media screen and (min-width:1024px) {
    .-olibe {
        top: -75px;
    }
}

#Product {
    position: relative;
}

#Product > ._title {
    position: relative;
    padding: 75px 22.5px 50px;
    background: url(./../img/product_head-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

#Product > ._title img {
    width: 191.5px;
}

@media screen and (min-width: 641px) {
    #Product > ._title {
        padding: 150px 55px 100px;
    }

    #Product > ._title img {
        width: auto;
    }

}

@media screen and (min-width:1024px) {
    #Product > ._title {
        padding: 100px 0;
        background: url(./../img/product_head-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        text-align: center;
    }
}

#Product > ._title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: url(./../img/main_head_btm-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

@media screen and (min-width: 641px) {
    #Product > ._title::after {
        height: 22px;
    }
}

@media screen and (min-width:1024px) {
    #Product > ._title::after {
        height: 22px;
        background: url(./../img/main_head_btm-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width:1024px) {

    #hitosaji,
    #goutis-estate {
        position: relative;
        background: transparent;
    }
}

.productcontent {
    padding: 0 0 50px;
}

@media screen and (min-width:641px) {
    .productcontent {
        padding: 0 0 100px;
    }
}

@media screen and (min-width:1024px) {
    .productcontent {
        padding: 100px 0;
    }
}

@media screen and (min-width:1024px) {
    .productcontent:last-of-type:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: url(./../img/gold_line-pc.jpg);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width:1024px) {
    #goutis-estate .-container {
        flex-direction: row-reverse;
    }
}

.productcontent .-container {
    margin: 0 auto 35px;
}
@media screen and (min-width:641px) {
.productcontent .-container {
    margin: 0 auto 75px;
}
}
@media screen and (min-width:1024px) {
    .productcontent .-container {
        width: 1150px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto 70px;
    }
}

@media screen and (min-width:1024px) {
    .productcontent .-content {
        width: 540px;
    }
    .productcontent .-content:nth-of-type(odd) {
        margin-right: 30px;
    }
    .productcontent .-content:nth-of-type(even) {
        margin-left: 30px;
    }

    #goutis-estate  .-content:nth-of-type(odd) {
        margin-right: 0;
        margin-left: 30px;
    }
    #goutis-estate  .-content:nth-of-type(even) {
        margin-left: 0;
        margin-right: 30px;
    }


}

.productcontent ._photo img {
    width: 100%;
    height: auto;
}



.productcontent ._information {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

@media screen and (min-width:641px) {
    .productcontent ._information {
        padding: 40px 0 0;
    }
}

@media screen and (min-width:1024px) {
    .productcontent ._information {
        margin: 20px auto 0;
        padding: 0;
        background: transparent;
        justify-content: flex-start;
    }
}

@media screen and (min-width:1024px) {

    .productcontent ._information .icon {
        width: 72px;
    }

    .productcontent ._information .icon img {
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    .productcontent ._detail {
        width: 100%;
        line-height: 1.6;
    }
}

.productcontent ._detail ._productname {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    margin: 0 auto 10px;
    text-align: center;
}

.productcontent ._detail ._productname .-word {
    white-space: nowrap;
    letter-spacing: -.025em;
}
.productcontent ._detail ._productname .-small {
    font-size: 80%;
}


@media screen and (min-width:641px) {
    .productcontent ._detail ._productname {
        font-size: 32px;
        margin: 0 auto 20px;
    }
}

@media screen and (min-width:1024px) {
    .productcontent ._detail ._productname {
        font-size: 20px;
        text-align: left;
        margin: 0;
    }
}

.productcontent ._detail ._productname span {
    display: inline-block;
}

.productcontent ._detail ._price {
    font-size: 20px;
    text-align: center;
}

@media screen and (min-width:641px) {
    .productcontent ._detail ._price {
        font-size: 40px;
    }
}


@media screen and (min-width:1024px) {
    .productcontent ._detail ._price {
        font-size: 20px;
        text-align: left;
    }
}


.productcontent ._detail ._price .normal-price {
    font-size: 80%;
}

.productcontent ._detail ._price .special_price .-price {
    font-size: 120%;
}

.productcontent ._detail ._price .special_price .-tax {
    font-size: 70%;
}


.productcontent ._detail .discount-rate {
    display: inline-block;
    margin-left: .5em;
    padding: 3px 10px;
    background: #94853c;
    font-size: 16px;
    line-height: 1;
    color: #feffb6;
    letter-spacing: .02em;
}

@media screen and (min-width:641px) {
    .productcontent ._detail .discount-rate {
        display: inline-block;
        margin-left: .5em;
        padding: 6px 20px;
        background: #94853c;
        font-size: 32px;
        line-height: 1;
        color: #feffb6;
    }
}

@media screen and (min-width:1024px) {
    .productcontent ._detail .discount-rate {
        padding: 6px 20px;
        font-size: 24px;
    }
}


.productcontent ._detail .discount-rate .-small {
    font-size: 80%;
}

.productcontent ._detail ._note {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;    
    color: #fff;
}

@media screen and (min-width:641px) {
    .productcontent ._detail ._note {
        margin-top: 30px;
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .productcontent ._detail ._note {
        margin-top: 10px;
        font-size: 16px;
        text-align: left;    
        color: #fff;
    }
}

.-content .-list{
    margin: 33px 0 35px;
}

@media screen and (min-width:641px) {
    .-content .-list{
        margin: 66px 0 75px;
    }
}

@media screen and (min-width:1024px) {
    .-content .-list{
        margin: 20px 0 40px;
    }
}

#hitosaji .-content .-list img {
    display: block;
    max-width: 210px;
    margin: 0 auto;
}

@media screen and (min-width:641px) {
    #hitosaji .-content .-list img {
        max-width: 430px;
    margin: 0 auto;
    }    
}


#goutis-estate .-content .-list img {
    display: block;
    max-width: 228.5px;
    margin: 0 auto;
}

@media screen and (min-width:641px) {
    #goutis-estate .-content .-list img {
        max-width: 457px;
    margin: 0 auto;
    }    
}

@media screen and (min-width:1024px) {
    #hitosaji .-content .-list img,
    #goutis-estate .-content .-list img {
        width: auto;
        margin: 0;
    }    
}


.-content ._producttitle {
    font-size: 25px;
    line-height: 1.36;
    text-align: center;
    margin: 0 auto 35px;
}

@media screen and (min-width:641px) {
    .-content ._producttitle {
        font-size: 50px;
        margin: 0 auto 70px;
    }
    }

@media screen and (min-width:1024px) {
    .-content ._producttitle {
        margin: 0 0 52px;
        font-size: 38px;
        line-height: 1.57;
        letter-spacing: .002em;
        text-align: left;
    }
}

#hitosaji .-content ._producttitle {
    max-width: 263.5px;
}

@media screen and (min-width:641px) {
    #hitosaji .-content ._producttitle {
        max-width: 527px;
    }
}
@media screen and (min-width:1024px) {
    #hitosaji .-content ._producttitle {
        max-width: 343px;
    }
}

#goutis-estate .-content ._producttitle {
    max-width: 269.5px;
}

@media screen and (min-width:641px) {
    #goutis-estate .-content ._producttitle {
        max-width: 539px;
    }
}

@media screen and (min-width:1024px) {
    #goutis-estate .-content ._producttitle {
        max-width: 539px;
    }
}

.-content ._producttitle .-sub {
    font-size: 80%;
    display: block;
}

.-content ._producttitle .-strong {
    display: block;
}

@media screen and (min-width:1024px) {
    .-content ._producttitle .-strong  {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }    
}

.-content ._producttitle .ge-kana {
    display: block;
    font-size: 18px;
    text-align: center;
}

@media screen and (min-width:641px) {
    .-content ._producttitle .ge-kana {
        font-size: 36px;
    }
}

@media screen and (min-width:1024px) {
.-content ._producttitle .ge-kana {
    margin: 0;
    font-size: 18px;
    text-align: left;
}
}

#goutis-estate .-content .ge-award {
    max-width: 257px;
    margin: 0 auto 35px;
}

@media screen and (min-width:641px) {
    #goutis-estate .-content .ge-award {
        max-width: 514px;
        margin: 0 auto 70px;
    }
}

@media screen and (min-width:1024px) {
    #goutis-estate .-content .ge-award {
        max-width: inherit;
        padding-left: 34px;
        margin: 0 auto 70px;
    }

    #goutis-estate .-content .ge-award img {
        width: auto;
    }

}


.productcontent .-content ._paragraph {
    font-size: 15px;
    line-height: 1.83;
    color: #fff;
    text-align: center;
}

@media screen and (min-width:641px) {
    .productcontent .-content ._paragraph {
        font-size: 30px;
    }
}

@media screen and (min-width:1024px) {
    .productcontent .-content ._paragraph {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
}

.productcontent .-content ._paragraph span {
    display: inline-block;
}

@media screen and (min-width:641px) {
    .productcontent .-content ._paragraph span {
        display: block;
    }
}

@media screen and (min-width:1024px) {
    .productcontent .-content ._paragraph span {
        display: inline;
    }
}


.productcontent .accordion_btn {
    position: relative;
    margin: 35px auto;
    display: block;
    width: calc(100% - (27.5px * 2));
    height: 47px;
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
    padding: 10px;
    background: url(./../img/accordion-bg.png);
    background-size: cover;
    border-radius: 5.2px;
    overflow: hidden;
}

@media screen and (min-width:641px) {
    .productcontent .accordion_btn {
        margin: 70px auto;
        display: block;
        width: calc(100% - (55px * 2));
        height: 94px;
        font-size: 34px;
        padding: 20px;
        border-radius: 10.4px;
    }
}

@media screen and (min-width:1024px) {
    .productcontent .accordion_btn {
        max-width: 356px;
        height: 53px;
        border-radius: 6px;
        font-size: 18px;
        padding: 12px 0;
        margin: 68px auto 20px;
    }

    .productcontent .accordion_btn.close {
        margin: 68px auto 18px;
    }
}

.productcontent .accordion_btn.btn-open::after {
    content: "";
    display: block;
    width: 12.5px;
    height: 7.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    background: url(./../img/arrow-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width:641px) {
    .productcontent .accordion_btn.btn-open::after {
        width: 25px;
        height: 15px;
    }
}

@media screen and (min-width:641px) {
    .productcontent .accordion_btn.btn-open::after {
        width: 14px;
        height: 7px;
    }
}

.productcontent .accordion_btn.close::after {
    content: "";
    margin-left: 0.25em;
    display: inline-block;
    vertical-align: middle;
    width: 10.5px;
    height: 10.5px;
    background: url(./../img/close-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width:641px) {
    .productcontent .accordion_btn.close::after {
        width: 12.5px;
        height: 12.5px;
    }
}

.accordion-content {
    display: none;
    text-align: center;
    margin-top: 35px;
}

@media screen and (min-width:641px) {
    .accordion-content {
        margin-top: 70px;
    }
}

@media screen and (min-width:1024px) {
    .accordion-content {
        margin-top: 68px;
    }
}

.accordion-content .accordion_txt {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    letter-spacing: .02em;
    text-align: center;
    margin: 0 auto 35px;
}

@media screen and (min-width:641px) {
    .accordion-content .accordion_txt {
        font-size: 30px;
        margin: 0 auto 70px;
    }
}

@media screen and (min-width:1024px) {
    .accordion-content .accordion_txt {
        max-width: 1020px;
        font-size: 20px;
        line-height: 1.6;
        margin: 0 auto 70px;
    }
}

@media screen and (min-width:1024px) {
    #goutis-estate .accordion-content .accordion_txt {
        max-width: 510px;
    }

    #goutis-estate .accordion-content .accordion_txt {
        display: inline-block;
    }
}

.accordion-content .accordion_txt span {
    display: inline-block;
}

@media screen and (min-width:641px) {
    .accordion-content .accordion_txt span {
        display: block;
    }
}

@media screen and (min-width:1024px) {
    .accordion-content .accordion_txt span {
        display: inline;
    }
}

.accordion-content .accordion_image {
    padding: 0 10px;
    margin: 0 auto 35px;
}

@media screen and (min-width:641px) {
    .accordion-content .accordion_image {
        padding: 0 20px;
        margin: 0 auto 70px;
    }
}

@media screen and (min-width:1024px) {
    .accordion-content .accordion_image {
        padding: 0;
        text-align: center;
        margin: 0 auto 70px;
    }

    .accordion-content .accordion_image img {
        width: 1124px;
    }
}

._about .btn {
    margin: 0 auto 30px;
    padding: 0 27.5px;
    text-align: center;
}

@media screen and (min-width:641px) {
    ._about .btn {
        margin: 0 auto 60px;
        padding: 0 55px;
    }
}

@media screen and (min-width:1024px) {
    ._about .btn {
        max-width: 358px;
        margin: 0 auto 60px;
        padding: 0;
    }
}

._about ._cta {
    position: relative;
    width: 352px;
    height: 77px;
    background: url(./../img/cta_bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 73px;
    border-radius: 6.4px;
    overflow: hidden;
    line-height: 1.3;
    margin: 0 auto;
}

@media screen and (min-width:641px) {
    ._about ._cta {
        max-width: 666px;
        height: 146px;
    }
}

._about ._cta::after {
    content: "";
    display: block;
    width: 6.5px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 20px;
    background: url(./../img/cta-arrow.png);
    background-repeat: no-repeat;
}

@media screen and (min-width:641px) {
    ._about ._cta::after {
        content: "";
        display: block;
        width: 13px;
        height: 26px;
        left: 40px;
        background-size: contain;
    }
}

@media screen and (min-width:1024px) {
    ._about ._cta::after {
        content: "";
        display: block;
        width: 7px;
        height: 13px;
        left: 20px;
        background-size: contain;
    }
}

._about ._cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
}

._about ._cta ._cta_name {
    font-size: 16px;
}
._about ._cta .price{
    font-size: 12.8px;
}

@media screen and (min-width:641px) {
    ._about ._cta ._cta_name {
        font-size: 32px;
    }
    ._about ._cta .price{
        font-size: 25.6px;
    }
}

@media screen and (min-width:1024px) {
    ._about ._cta {
        width: 352px;
        height: 77px;
        line-height: 1.27;
        background: url(./../img/cta_bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    ._about ._cta ._cta_name {
        font-size: 18px;
    }
    ._about ._cta .price{
        font-size: 14.4px;
    }
}


._about .btn ._cta:nth-of-type(n+2) {
    margin: 20px auto 0;
}

@media screen and (min-width:641px) {
    ._about .btn ._cta:nth-of-type(n+2) {
        margin: 40px auto 0;
    }
}

@media screen and (min-width:1024px) {
    ._about .btn ._cta:nth-of-type(n+2) {
        margin: 20px auto 0;
    }
}


._about .btn .shipping-free {
    display: block;
    color: #232323;
    font-size: 12.8px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 8px;
}

@media screen and (min-width:641px) {
    ._about .btn .shipping-free {
        font-size: 25.6px;
        margin: 0 auto 16px;
    }
}

@media screen and (min-width:1024px) {
    ._about .btn .shipping-free {
        font-size: 16px;
        margin: 0 auto 10px;
    }
}

._about .btn ._cta ._price {
    display: block;
    margin: 10px auto 0;
    font-size: 16px;
    color: #725b11;
    font-weight: bold;
}

@media screen and (min-width:641px) {
    ._about .btn ._cta ._price {
        margin: 20px auto 0;
        font-size: 26px;
    }
}

@media screen and (min-width:1024px) {
    ._about .btn ._cta ._price {
        margin: 10px auto 0;
        font-size: 16px;
    }
}

._about .btn ._cta .-small {
    font-size: 90%;
}

.customer-voice {
    padding: 0 17.5px;
    text-align: center;
}

@media screen and (min-width:641px) {
    .customer-voice {
        padding: 0 35px;
    }
}

@media screen and (min-width:1024px) {
    .customer-voice {
        max-width: 918px;
        margin: 0 auto;
        padding: 0;
    }

    .customer-voice img {
        width: 918px;
    }
}

.modal_btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 40px;
}

@media screen and (min-width:641px) {
    .modal_btns {
        margin: 0 auto 80px;
    }
}

.modal_btns ._item {
    max-width: 130px;
}

@media screen and (min-width:641px) {
    .modal_btns ._item {
        max-width: 260px;
    }
}

@media screen and (min-width:641px) {
    .modal_btns ._item {
        max-width: 206px;
    }
}

.modal_btns ._item:nth-of-type(n+2) {
    margin-left: 25px;
}

@media screen and (min-width:641px) {
    .modal_btns ._item:nth-of-type(n+2) {
        margin-left: 50px;
    }
}

.modal_btns ._item .-icon {
    display: inline-block;
    width: 25px;
    margin-right: 7px;
}

.modal_btns ._item .-icon img {
    width: 100%;
}

@media screen and (min-width:641px) {
    .modal_btns ._item .-icon {
        margin-right: 14px;
        width: 50px;
    }
}

@media screen and (min-width:1024px) {
    .modal_btns ._item .-icon {
        margin-right: 14px;
        width: 42px;
    }
}


.modal_btns ._item ._caption {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7.5px;
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width:641px) {
    .modal_btns ._item ._caption {
        margin-top: 15px;
        font-size: 28px;
    }
}

@media screen and (min-width:641px) {
    .modal_btns ._item ._caption {
        margin-top: 20px;
        font-size: 20px;
    }
}

.-unederline {
    text-decoration: underline;
}

.other-modal {
    padding: 0 20px;
}

@media screen and (min-width:641px) {
    .other-modal {
        padding: 0 40px;
    }
}

@media screen and (min-width:1024px) {
    .other-modal {
        max-width: 550px;
        margin: 0 auto;
        padding: 0;
    }
}

.other-modal button {
    position: relative;
    width: 100%;
    border: 1px solid #4a4b4d;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
}


.other-modal button ._title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 76.5px);
    height: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 1.9;
    padding: 0 20px;
    border-right: 1px solid #4a4b4d;
}

@media screen and (min-width:641px) {
    .other-modal button ._title {
        width: calc(100% - 143px);
        font-size: 26px;
        padding: 0 40px;
    }
}

@media screen and (min-width:1024px) {
    .other-modal button ._title {
        width: calc(100% - 153px);
        font-size: 20px;
        padding: 0 40px 0 90px;
        text-align: left;
    }

    .other-modal button ._title br {
        display: none;
    }

    .other-modal button ._title .st-pc {
        display: block;
    }
}

.other-modal button ._photo {
    max-width: 76.5px;
    font-size: 0;
}

@media screen and (min-width:641px) {
    .other-modal button ._photo {
        max-width: 143px;
    }
}

@media screen and (min-width:641px) {
    .other-modal button ._photo {
        max-width: 153px;
    }
}

.other-modal button .-icon {
    width: 25px;
    margin-right: 12.5px;
}

@media screen and (min-width:641px) {
    .other-modal button .-icon {
        width: 50px;
        margin-right: 25px;
    }
}

@media screen and (min-width:1024px) {
    .other-modal button .-icon {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 30px;
        width: 42px;
        height: 42px;
        margin-right: 0;
    }
}

/*-------------------------
  Price
-------------------------*/
#Price {
    position: relative;
    background: url(./../img/price-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#Price::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a89141;
}

@media screen and (min-width:1024px) {
    #Price {
        position: relative;
        background: url(./../img/price-bg-pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#Price ._inner {
    padding: 50px 25px;
}

@media screen and (min-width:641px) {
    #Price ._inner {
        padding: 100px 50px;
    }
}

@media screen and (min-width:1024px) {
    #Price ._inner {
        max-width: 1092px;
        margin: 0 auto;
        padding: 100px 0 150px;
    }
}

#Price .secTitle {
    max-width: 143px;
    margin: 0 auto 15px;
}

@media screen and (min-width:641px) {
    #Price .secTitle {
        max-width: 286px;
        margin: 0 auto 30px;
    }

}

@media screen and (min-width:1024px) {
    #Price .secTitle {
        max-width: 237px;
    }
}

.priceTabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #937646;
    padding: 3px;
    border-radius: 4px;
    background: #fff;
}

@media screen and (min-width:641px) {
    .priceTabs {
        padding: 6px;
    }
}

@media screen and (min-width:1024px) {
    .priceTabs {
        max-width: 516px;
        padding: 6px;
        margin: 0 auto;
    }
}

.priceTabs .priceTabsBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    height: 38px;
    color: #cccccc;
    font-size: 15px;
}

@media screen and (min-width:641px) {
    .priceTabs .priceTabsBtn {
        height: 76px;
        font-size: 30px;
    }
}

@media screen and (min-width:641px) {
    .priceTabs .priceTabsBtn {
        height: 60px;
        font-size: 22px;
    }
}

.priceTabs .priceTabsBtn .-small {
    font-size: 80%;
}

.priceTabs .priceTabsBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #cccccc;
}

.priceTabs .priceTabsBtn.selected a {
    background: #937646;
    color: #fff !important;
    border-radius: 4px;
}

.tabContent {
    margin: 15px auto 0;
    padding: 25px 10px;
    border-radius: 4px;
    background: #fff;
}

@media screen and (min-width:641px) {
    .tabContent {
        margin: 30px auto 0;
        padding: 50px 20px;
    }
}

@media screen and (min-width:1024px) {
    .tabContent {
        margin: 50px auto 0;
        padding: 55px 80px;
    }
}


.tabContent ._column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (min-width:1024px) {
    .tabContent ._column {
        display: block;
    }
}

._column ._item {
    width: calc((100% / 2) - 13px);
}

@media screen and (min-width:641px) {
    ._column ._item {
        width: calc((100% / 2) - 26px);
    }
}

.tabContent {
    color: #4d312f;
}

.tabContent ._productname {
    height: 6em;
}

@media screen and (min-width:1024px) {
    .tabContent ._column ._item {
        max-width: 264px;
        margin: 0 12px;
    }

    .tabContent ._column ._item:nth-of-type(n+5) {
        margin-top: 0;
    }

    .tabContent ._productname {
        height: 5em;
    }
}

._column ._item:nth-of-type(even) {
    margin-left: 6.5px;
}

._column ._item:nth-of-type(n+3) {
    margin-top: 20px;
}

@media screen and (min-width:641px) {
    ._column ._item:nth-of-type(even) {
        margin-left: 13px;
    }

    ._column ._item:nth-of-type(n+3) {
        margin-top: 40px;
    }
}

@media screen and (min-width:1024px) {
    ._column ._item:nth-of-type(even) {
        margin-left: 0;
    }

    ._column ._item:not(:first-of-type) {
        margin-left: 40px;
    }

    ._column ._item:nth-of-type(n+3) {
        margin-top: 0;
    }


    ._column ._item:nth-of-type(n+5) {
        margin-top: 70px;
    }

}


._column ._item ._catch {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    text-decoration: underline;
    margin-bottom: 5px;
    color: #4d312f;
}

@media screen and (min-width:641px) {
    ._column ._item ._catch {
        text-align: center;
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1024px) {
    ._column ._item ._catch {
        font-size: 20px;
        line-height: 1.8;
    }
}

._column ._item ._catch .txtblock {
    display: block;
    white-space: nowrap;
}


@media screen and (min-width:1024px) {
    ._column ._item {
        width: calc((100% / 4) - 40px);
    }
}

.tabContent ._productname {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #937646;
    letter-spacing: -.025em;
}

.tabContent ._productname .-small {
    font-size: 80%;
}

.tabContent ._productname .-ge{
    font-size: 70%;
    letter-spacing: -.025em;
}

@media screen and (min-width:641px) {
    .tabContent ._productname {
        text-align: center;
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width:1024px) {
    .tabContent ._productname {
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.6;
        white-space: nowrap;
    }
}

.tabContent ._price {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
}


.tabContent ._price .stroke {
    text-decoration: line-through;
}

.tabContent ._price .-small {
    font-size: 80%;
}

@media screen and (min-width:641px) {
    .tabContent ._price {
        font-size: 24px;
        margin-bottom: 16px;
    }
}


.tabContent ._price .-tax {
    font-size: 70%;
}

.tabContent ._productname .txtblock {
    display: block;
}

.other ._cta {
    text-align: center;
}


.slick-prev {
    background: url(./../img/arrow-l.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-next {
    background: url(./../img/arrow-r.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#Price .slick-prev:hover,
#Price .slick-prev:focus {
    background: url(./../img/arrow-l.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#Price .slick-next:hover,
#Price .slick-next:focus {
    background: url(./../img/arrow-r.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#Price .slick-prev:before,
#Price .slick-next:before {
    display: none;
}

@media screen and (min-width:1024px) {

    .slick-prev,
    .slick-next {
        z-index: 999;
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width:1024px) {
    .slick-prev {
        background: url(./../img/arrow-l.png);
        background-repeat: no-repeat;
        background-size: cover;
        left: -70px;
    }
}

@media screen and (min-width:1024px) {
    .slick-next {
        background: url(./../img/arrow-r.png);
        background-repeat: no-repeat;
        background-size: cover;
        right: -70px;
    }
}

/* ------------------------------
    #Reason
------------------------------ */
#Reason {
    padding: 80px 0 50px;
}

@media screen and (min-width:641px) {
    #Reason {
        padding: 160px 0 100px;
    }
}

@media screen and (min-width:1024px) {
    #Reason {
        padding: 160px 0 100px;
    }
}

@media screen and (min-width:1024px) {
    #Reason ._inner {
        max-width: 1092px;
        margin: 0 auto;
    }
}

#Reason .secTitle {
    font-size: 20px;
    color: #441714;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

@media screen and (min-width:641px) {
    #Reason .secTitle {
        font-size: 40px;
        margin-bottom: 60px;
    }
}


@media screen and (min-width:1024px) {
    #Reason .secTitle {
        font-size: 40px;
        margin-bottom: 48px;
    }
}

#Reason .secTitle ._txtBlock {
    display: block;
}

#Reason .secTitle .-border {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

@media screen and (min-width:641px) {
    #Reason .secTitle .-border {
        margin-bottom: 16px;
    }
}

@media screen and (min-width:1024px) {
    #Reason .secTitle .-border {
        margin-bottom: 30px;
    }
}

#Reason .secTitle .-border::after {
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 100%;
    height: 4px;
    background: url(./../img/reason_ttl_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width:641px) {
    #Reason .secTitle .-border::after {
        margin-top: 30px;
        height: 8px;
    }
}

@media screen and (min-width:1024px) {
    #Reason .secTitle .-border::after {
        margin-top: 30px;
        height: 8px;
    }
}

#Reason .secTitle .-number {
    font-size: 150%;
    color: #b57e20;
    font-weight: bold;
    font-style: italic;
}

.reasonPoint {
    padding: 0 30px;
}

@media screen and (min-width:641px) {
    .reasonPoint {
        padding: 0 60px;
    }
}

@media screen and (min-width:1024px) {
    .reasonPoint {
        padding: 0;
    }
}


.reasonPoint ._list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (min-width:1024px) {
    .reasonPoint ._list {
        flex-wrap: nowrap;
    }
}


@media screen and (min-width:1024px) {
    .reasonPoint ._point {
        max-width: 350px;
    }
}

.reasonPoint ._point:nth-of-type(n+2) {
    margin-top: 35px;
}

@media screen and (min-width:641px) {
    .reasonPoint ._point:nth-of-type(n+2) {
        margin-top: 70px;
    }
}

@media screen and (min-width:1024px) {
    .reasonPoint ._point:nth-of-type(n+2) {
        margin-top: 0;
        margin-left: 20px;
    }
}

.reasonPoint ._attention {
    display: block;
    font-size: 12px;
    line-height: 1.9;
    text-align: center;
}

@media screen and (min-width:641px) {
    .reasonPoint ._attention {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .reasonPoint ._attention {
        font-size: 16px;
    }
}


.reasonPoint ._attention span {
    display: inline-block;
}

@media screen and (min-width:1024px) {
    .reasonPoint ._attention span {
        display: inline;
    }
}


.reasonPoint ._list+._attention {
    display: none;
    margin-top: 20px;
    color: #1e2a0a;
    font-weight: 500;
}

@media screen and (min-width:641px) {
    .reasonPoint ._list+._attention {
        margin-top: 40px;
    }
}

@media screen and (min-width:1024px) {
    .reasonPoint ._list+._attention {
        display: block;
        margin-top: 30px;
    }
}


/* ------------------------------
    #Other
------------------------------ */

#Other ._inner {
    padding: 0 27.5px;
}

@media screen and (min-width:641px) {
    #Other ._inner {
        padding: 0 55px;
    }
}

@media screen and (min-width:1024px) {
    #Other ._inner {
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
    }
}

#Other .secTitle {
    text-align: center;
    margin: 0 0 30px;
}

@media screen and (min-width:641px) {
    #Other .secTitle {
        margin: 0 0 60px;
    }
}

@media screen and (min-width:1024px) {
    #Other .secTitle {
        text-align: center;
        max-width: 516px;
        margin: 0 auto 70px;
    }
}


.OtherProduct ._column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.OtherProduct ._column ._product {
    width: calc(100% / 2);
}

@media screen and (min-width:1024px) {
    .OtherProduct ._column ._product {
        max-width: 264px;
        width: calc(100% / 4);
    }
}


.OtherProduct ._column ._product:nth-of-type(n+3) {
    margin: 20px 0 0;
}

@media screen and (min-width:641px) {
    .OtherProduct ._column ._product:nth-of-type(n+3) {
        margin: 40px 0 0;
    }
}

@media screen and (min-width:1024px) {
    .OtherProduct ._column ._product:nth-of-type(n+3) {
        margin: 0;
    }

    .OtherProduct ._column ._product:nth-of-type(n+2) {
        margin: 0 0 0 12px;
    }
}


/* ------------------------------
    #about
------------------------------ */
#about {
    margin: 0 auto 50px;
}

@media screen and (min-width:641px) {
    #about {
        margin: 0 auto 100px;
    }
}

#about ._inner {
    padding: 0 27.5px;
}

@media screen and (min-width:641px) {
    #about ._inner {
        padding: 0 55px;
    }
}

@media screen and (min-width:1024px) {
    #about ._inner {
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
    }
}

.modal_button {
    display: block;
    padding: 0 6px;
}

@media screen and (min-width:641px) {
    .modal_button {
        display: block;
        padding: 0 12px;
    }
}

@media screen and (min-width:1024px) {
    .modal_button {
        display: block;
        padding: 0;
    }
}

#about .modal_button .modal02-trigger {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 45px;
    border: 2px solid #205a92;
    border-radius: 22.92px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #205a92;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 8px 0px rgba(22, 22, 22, 0.13);
}

@media screen and (min-width:641px) {
    #about .modal_button .modal02-trigger {
        width: 100%;
        height: 90px;
        font-size: 36px;
        border-radius: 45.84px;
    }
}

@media screen and (min-width:1024px) {
    #about .modal_button .modal02-trigger {
        max-width: 360px;
        height: 60px;
        font-size: 20px;
        border-radius: 26.27px;
    }
}

#about .modal_button .modal02-trigger:nth-of-type(n+2) {
    margin: 20px auto 0;
}

@media screen and (min-width:641px) {
    #about .modal_button .modal02-trigger:nth-of-type(n+2) {
        margin: 40px auto 0;
    }
}

@media screen and (min-width:1024px) {
    #about .modal_button .modal02-trigger:nth-of-type(n+2) {
        margin: 24px auto 0;
    }
}

#about .modal_button .modal02-trigger::before,
#about .modal_button .modal02-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-image: linear-gradient(to right, #205a92, #205a92);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 2px;
    right: 16px;
}

@media screen and (min-width:641px) {

    #about .modal_button .modal02-trigger::before,
    #about .modal_button .modal02-trigger::after {
        width: 28px;
        height: 28px;
        right: 32px;
    }
}

@media screen and (min-width:1024px) {

    #about .modal_button .modal02-trigger::before,
    #about .modal_button .modal02-trigger::after {
        width: 20px;
        height: 15px;
        right: 14px;
    }
}

#about .modal_button .modal02-trigger::before {
    transform: translateY(-50%) rotate(-90deg);
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (min-width:641px) {
    .modal {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


.modal ._inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal ._inner ._box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

@media screen and (min-width:641px) {
    .modal ._inner ._box {
        padding: 0 20px;
    }
}

@media screen and (min-width:1024px) {
    .modal ._inner ._box {
        max-width: 710px;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width:1024px) {
    .modal ._inner ._box {
        padding: 0;
    }
}

.modal ._content {
    position: relative;
}

.modal ._inner ._content .close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 25px;
    height: auto;
}

@media screen and (min-width:641px) {
    .modal ._inner ._content .close {
        top: 20px;
        right: 20px;
        width: 50px;
    }
}

/* 伝統と革命 */
.modal-content {
    display: none;
    position: fixed;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 10px;
    overflow-y: scroll;
    max-height: calc(100% - 50px);
}

@media screen and (min-width:641px) {
    .modal-content {
        padding: 0 20px;
        max-height: calc(100% - 100px);
    }
}

@media screen and (min-width:1024px) {
    .modal-content {
        max-width: 1040px;
        width: 100%;
        max-height: calc(100vh - 100px);
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden scroll;
        padding: 0;
    }
}

.modal-content_inner {
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

@media screen and (min-width:1024px) {
    .modal-content_inner {
        justify-content: space-between;
    }
}

.modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
}

@media screen and (min-width:641px) {
    .modal-content .close {
        width: 44px;
    }
}

@media screen and (min-width:1024px) {
    .Tradition {
        padding: 50px 0 70px 52px;
    }
}

.TraditionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
}

@media screen and (min-width:1024px) {
    .TraditionBox {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

}

.TraditionImage {
    position: relative;
    max-width: 250px;
    margin-top: 50px;
    margin-left: auto;
}

@media screen and (min-width:641px) {
    .TraditionImage {
        position: relative;
        max-width: 500px;
        margin-top: 100px;
        margin-left: auto;
    }
}

@media screen and (min-width:1024px) {
    .TraditionImage {
        position: relative;
        margin: 0 0 0 30px;
        width: 356px;
        height: 264px;
    }
}

.TraditionImage::before {
    content: "";
    display: block;
    width: 188.5px;
    height: 42px;
    background: url(https://shop.j-oil.com/s/goutis_estate/img02/tradition_deco.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -21.5px;
    left: -53px;
}

@media screen and (min-width:641px) {
    .TraditionImage::before {
        content: "";
        display: block;
        width: 377px;
        height: 84px;
        background: url(https://shop.j-oil.com/s/goutis_estate/img02/tradition_deco.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: -53px;
        left: -106px;
    }
}

@media screen and (min-width:1024px) {
    .TraditionImage::before {
        content: "";
        display: block;
        width: 282px;
        height: 62px;
        background: url(https://shop.j-oil.com/s/goutis_estate/img02/tradition_deco.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: -50px;
        left: -85px;
    }
}

.TraditionImage img {
    font-size: 0;
}

.TraditionHead {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.13em;
    padding: 20px 17px 0 20px;
}

@media screen and (min-width:641px) {
    .TraditionHead {
        margin-bottom: 40px;
        font-size: 40px;
        padding: 40px 34px 0 40px;
    }
}

@media screen and (min-width:1024px) {
    .TraditionHead {
        margin-bottom: 36px;
        font-size: 36px;
        letter-spacing: 0.13em;
        color: #011b1c;
        padding: 0;
        text-align: left;
    }

}

.TraditionDesctiption {
    width: 100%;
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 0 17px 0 20px;
    white-space: inherit;
    color: #011b1c;
}

@media screen and (min-width:641px) {
    .TraditionDesctiption {
        font-size: 24px;
        padding: 0 34px 0 40px;
    }
}

@media screen and (min-width:1024px) {
    .TraditionDesctiption {
        width: calc(100% - (356px + 30px));
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: 0.01em;
        text-align: left;
        padding: 0;
    }
}

.TraditionDesctiption br {
    display: none;
}

@media screen and (min-width:1024px) {
    .TraditionDesctiption br {
        display: block;
    }
}

@media screen and (min-width:1024px) {
    .modal-content_inner_box {
        width: 100%;
    }
}

.modal-content_inner_box .Step {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
    width: 100%;
    overflow: scroll;
    background-color: rgb(181, 207, 71);
    padding: 178.5px 20px 24px;
}

@media screen and (min-width:641px) {
    .modal-content_inner_box .Step {
        padding: 357px 40px 48px;
    }
}

@media screen and (min-width:1024px) {
    .modal-content_inner_box .Step {
        padding: 0;
        overflow: hidden;
    }
}

.StepHead {
    font-size: 20px;
    color: #011b1c;
    line-height: 1.45;
    text-align: left;
    margin-bottom: 15px;
}

@media screen and (min-width:641px) {
    .StepHead {
        font-size: 40px;
        margin-bottom: 30px;
    }
}


@media screen and (min-width:1024px) {
    .Process {
        padding: 60px 86px 60px 43px;
    }
}

.ProcessImage {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 210px;
}

@media screen and (min-width:641px) {
    .ProcessImage {
        top: 0;
        left: 0;
        display: block;
        width: 420px;
    }
}

@media screen and (min-width:1024px) {
    .ProcessImage {
        position: absolute;
        top: 62px;
        right: 0;
        left: auto;
        width: 325px;
        height: 220px;
    }
}

.ProcessText {
    width: 100%;
    font-size: 12px;
    color: #011b1c;
    line-height: 1.833;
    text-align: left;
}

@media screen and (min-width:641px) {
    .ProcessText {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .ProcessText {
        width: 495px;
        font-size: 18px;
        color: #011b1c;
        line-height: 1.8;
        text-align: left;
    }
}

.ProcessList {
    margin: 20px 0 0 0;
}

@media screen and (min-width:641px) {
    .ProcessList {
        margin: 40px 0 0 0;
    }
}

.ProcessContent {
    display: flex;
    align-items: flex-start;
}

.ProcessContent:not(:first-of-type) {
    margin-top: 20px;
}

@media screen and (min-width:641px) {
    .ProcessContent:not(:first-of-type) {
        margin-top: 40px;
    }
}

@media screen and (min-width:641px) {
    .ProcessContent:not(:first-of-type) {
        margin-top: 20px;
    }
}

.ProcessContent::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-right: 11.5px;
}

@media screen and (min-width:641px) {
    .ProcessContent::before {
        width: 80px;
        height: 80px;
        margin-right: 23px;
    }
}

@media screen and (min-width:1024px) {
    .ProcessContent::before {
        content: "";
        display: inline-block;
        vertical-align: top;
        width: 80px;
        height: 80px;
        margin-right: 23px;
    }
}

.ProcessContentBox {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (40px + 11.5px));
}

@media screen and (min-width:641px) {
    .ProcessContentBox {
        width: calc(100% - (80px + 23px));
    }
}

.ProcessContent:nth-of-type(1)::before {
    background: url(https://shop.j-oil.com/s/goutis_estate/img02/processcontent01.png) no-repeat;
    background-size: 100%;
}

.ProcessContent:nth-of-type(2)::before {
    background: url(https://shop.j-oil.com/s/goutis_estate/img02/processcontent02.png) no-repeat;
    background-size: 100%;
}

.ProcessContent:nth-of-type(3)::before {
    background: url(https://shop.j-oil.com/s/goutis_estate/img02/processcontent03.png) no-repeat;
    background-size: 100%;
}

.ProcessContent:nth-of-type(4)::before {
    background: url(https://shop.j-oil.com/s/goutis_estate/img02/processcontent04.png) no-repeat;
    background-size: 100%;
}

.ProcessContentTitle {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: bold;
    color: #011b1c;
    text-align: left;
}

@media screen and (min-width:641px) {
    .ProcessContentTitle {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .ProcessContentTitle {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0.01em;
        font-weight: bold;
        text-align: left;
    }
}

.ProcessContentText {
    font-size: 12px;
    color: #011b1c;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: left;
}

@media screen and (min-width:641px) {
    .ProcessContentText {
        font-size: 20px;
    }
}

@media screen and (min-width:1024px) {
    .ProcessContentText {
        font-size: 1.6rem;
        color: #011b1c;
        line-height: 1.75;
        text-align: left;
    }
}

.ProcessContentText br {
    display: none;
}

@media screen and (min-width:1024px) {
    .ProcessContentText br {
        display: block;
    }
}

.Quality {
    display: block;
    margin-bottom: 0;
    padding: 36px 12px 41.5px;
}

@media screen and (min-width:641px) {
    .Quality {
        display: block;
        margin-bottom: 0;
        padding: 72px 24px 93px;
    }
}

@media screen and (min-width:1024px) {
    .Quality {
        padding: 0;
        display: flex;
        align-items: flex-start;
    }
}

.Q-Block {
    margin: 0;
    padding: 30px 0;
}

@media screen and (min-width:641px) {
    .Q-Block {
        margin: 0;
        padding: 60px 0;
    }
}

@media screen and (min-width:1024px) {
    .Q-Block {
        width: 100%;
        padding: 60px 0 60px 52px;
    }
}

.Q-Head {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.013em;
    color: #011b1c;
    text-align: center;
}

@media screen and (min-width:641px) {
    .Q-Head {
        font-size: 40px;
    }
}

@media screen and (min-width:1024px) {
    .Q-Head {
        font-size: 30px;
        line-height: 1.611;
        text-align: left;
    }
}


.Q-Image {
    position: static;
    max-width: 326px;
    height: auto;
    margin: 40px auto 30px;
}

@media screen and (min-width:641px) {
    .Q-Image {
        position: static;
        max-width: 652px;
        height: auto;
        margin: 80px auto 60px;
    }
}

@media screen and (min-width:1024px) {
    .Q-Image {
        position: absolute;
        top: 70px;
        right: 0;
        width: 422px;
    }
}

.Q-Text {
    width: 100%;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.833;
    text-align: left;
    letter-spacing: 0.01em;
    text-align: center;
    color: #011b1c;
}

@media screen and (min-width:641px) {
    .Q-Text {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .Q-Text {
        width: 500px;
        margin-top: 10.8px;
        font-size: 18px;
        line-height: 1.8;
    }
}

.Licence {
    margin-top: 20px;
}

@media screen and (min-width:641px) {
    .Licence {
        margin-top: 40px;
    }
}

@media screen and (min-width:1024px) {
    .Licence {
        margin-top: 30px;
    }
}

.LicenceList {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (min-width:641px) {
    .LicenceList {
        margin: 0 auto 40px;
    }
}

@media screen and (min-width:1024px) {
    .LicenceList {
        margin: 0 0 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.LicenceItem {
    max-width: 123.5px;
    height: auto;
}

@media screen and (min-width:641px) {
    .LicenceItem {
        max-width: 247px;
    }
}

@media screen and (min-width:1024px) {
    .LicenceItem {
        width: 247px;
        height: 246px;
    }
}

.LicenceItem:not(:first-of-type) {
    margin-left: 20px;
}

@media screen and (min-width:641px) {
    .LicenceItem:not(:first-of-type) {
        margin-left: 40px;
    }
}

@media screen and (min-width:1024px) {
    .LicenceItem:not(:first-of-type) {
        margin-left: 40px;
    }
}

.LicenceText {
    font-size: 12px;
    line-height: 1.833;
    color: #011b1c;
    line-height: 1.8;
    text-align: center;
}

@media screen and (min-width:641px) {
    .LicenceText {
        font-size: 24px;
    }
}

@media screen and (min-width:1024px) {
    .LicenceText {
        font-size: 18px;
        line-height: 1.77;
    }
}

.LicenceText br {
    display: none;
}

@media screen and (min-width:1024px) {
    .LicenceText br {
        display: block;
    }
}

/*-------------------------
 other
-------------------------*/

.other {
    padding: 50px 0;
}

@media screen and (min-width: 641px) {
    .other {
        padding: 100px 0;
    }
}

@media screen and (min-width:1024px) {
    .other {
        padding: 100px 0;
    }
}



.other ._head {
    text-align: center;
    margin: 0 auto 22.5px;
}

@media screen and (min-width: 641px) {
    .other ._head {
        margin: 0 auto 45px;
        text-align: center;
    }
}

@media screen and (min-width:1024px) {
    .other ._head {
        margin: 0 auto 40px;
    }
}

.other ._title {
    font-size: 28px;
    color: #a79227;
    text-align: center;
    margin-bottom: 17px;
    line-height: 1.52;
}

@media screen and (min-width: 641px) {
    .other ._title {
        font-size: 56px;
        line-height: 1.47;
        margin-bottom: 34px;
    }
}

@media screen and (min-width:1024px) {
    .other ._title {
        font-size: 46px;
        margin-bottom: 40px;
    }
}

.other ._title .txtblock {
    display: inline-block;
}

@media screen and (min-width:1024px) {
    .other ._title .txtblock {
        display: inline;
    }
}

.other ._paragraph {
    font-size: 17px;
    text-align: center;
    color: #1e2a0a;
    line-height: 1.42;
}

@media screen and (min-width: 641px) {
    .other ._paragraph {
        font-size: 34px;
    }
}

@media screen and (min-width:1024px) {
    .other ._paragraph {
        font-size: 24px;
        line-height: 1.8;
    }
}

.other ._paragraph .txtblock {
    display: block;
}


.other ._main  {
    margin: 35px auto 40px;
}

@media screen and (min-width: 641px) {
    .other ._main  {
        margin: 70px auto 80px;
    }
}

@media screen and (min-width:1024px) {
    .other ._main  {
        margin: 70px auto ;
    }
}

.other ._main ._cta {
    width: calc(300px / 2);
    margin: 0 auto;
}

@media screen and (min-width: 641px) {
    .other ._main ._cta {
        width: 300px;
    }
}

@media screen and (min-width: 1025px) {
    .other ._main ._cta {
        width: auto;
    }
}

._main ._item ._catch {
    font-size: 12.5px;
    color: #011b1c;
    text-align: center;
    text-decoration: underline;
}

@media screen and (min-width: 641px) {
    ._main ._item ._catch {
        font-size: 25px;
    }   
}

@media screen and (min-width:1024px) {
    ._main ._item ._catch {
        font-size: 20px;
        line-height: 1.8;
    }
}

._main ._item ._thumbnail{
    width: 200px;
    margin: 0 auto;
}   

@media screen and (min-width: 641px) {
    ._main ._item ._thumbnail{ 
        width: 400px;
    }
}

@media screen and (min-width:1024px) {
  ._main ._item ._thumbnail{
    width: 320px;
    margin: 0 auto ;
}   
}

 
._main ._productname {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #1e2a0a;
    margin-bottom: 15px;
}

@media screen and (min-width:641px) {
    ._main ._productname {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width:1024px) {
    ._main ._productname {
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.6;
    }
}

._main ._productname .txtblock {
    display: block;
}


._sub .column-04 {
    max-width: 1142px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* @media screen and (min-width:641px) {
    ._sub .column-04 {}
} */


/* @media screen and (min-width:1024px) {
    ._sub .column-04 {
        flex-wrap: nowrap;
    }
} */

._sub .column-04 ._item {
    width: calc((100% / 2) - 20px);
}

@media screen and (min-width:641px) {
    ._sub .column-04 ._item {
        width: calc((100% / 2) - 40px);
    }
}

._sub .column-04 ._item:nth-of-type(even) {
    margin-left: 20px;
}

._sub .column-04 ._item:nth-of-type(n+3) {
    margin-top: 45px;
}

@media screen and (min-width:641px) {
    ._sub .column-04 ._item:nth-of-type(even) {
        margin-left: 40px;
    }

    ._sub .column-04 ._item:nth-of-type(n+3) {
        margin-top: 90px;
    }
}

@media screen and (min-width:1024px) {
    ._sub .column-04 ._item:nth-of-type(even) {
        margin-left: 0;
    }

    ._sub .column-04 ._item:not(:first-of-type) {
        margin-left: 40px;
    }

    ._sub .column-04 ._item:nth-of-type(n+3) {
        margin-top: 0;
    }


    ._sub .column-04 ._item:nth-of-type(n+5) {
        margin-top: 70px;
    }

}


._sub .column-04 ._item ._catch {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    text-decoration: underline;
    margin-bottom: 5px;
    color: #1e2a0a;
}

@media screen and (min-width:641px) {
    ._sub .column-04 ._item ._catch {
        text-align: center;
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1024px) {
    ._sub .column-04 ._item ._catch {
        font-size: 20px;
        line-height: 1.8;
    }
}

._sub .column-04 ._item ._catch .txtblock {
    display: block;
    white-space: nowrap;
}


@media screen and (min-width:1024px) {
    ._sub .column-04 ._item {
        width: calc((100% / 4) - 40px);
    }
}

._sub ._productname {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #1e2a0a;
}

@media screen and (min-width:641px) {
    ._sub ._productname {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width:1024px) {
    ._sub ._productname {
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.6;
        white-space: nowrap;
    }
}

._sub ._productname .txtblock {
    display: block;
}

.other ._cta {
    text-align: center;
}


.information {
    position: relative;
    background: url(./../img/information-bg-sp.png);
    background-size: contain;
    padding: 50px 0 50px;
}

@media screen and (min-width: 641px) {
    .information {
        padding: 100px 0 100px;
    }
}

@media screen and (min-width:1024px) {
    .information {
        background: url(./../img/information-bg-pc.png);
        background-size: contain;
        padding: 70px 0 100px;
    }
}


.information ._inner {
    padding: 0 25px;
}

@media screen and (min-width: 641px) {
    .information ._inner {
        padding: 0 50px;
    }
}

@media screen and (min-width:1024px) {
    .information ._inner {
        max-width: 1142px;
        margin: 0 auto;
        padding: 0;
    }
}

.information ._paragraph {
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.83;
    text-align: center;
    white-space: nowrap;
    color: #1e2a0a;
}

@media screen and (min-width: 641px) {
    .information ._paragraph {
        margin: 0 auto 100px;
        font-size: 30px;
        white-space: inherit;
    }
}

@media screen and (min-width:1024px) {
    .information ._paragraph {
        margin: 0 auto 36px;
        font-size: 26px;
        text-align: center;
        line-height: 1.7;
        white-space: inherit;
    }
    .information ._paragraph .txtblock {
        display: block;
    }
}


.gift ._list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
}

@media screen and (min-width:1024px) {
    .gift ._list {
        justify-content: space-between;
    }
}

.gift ._list ._option:not(:nth-of-type(odd)) {
    margin-left: 10px;
}

@media screen and (min-width: 641px) {
    .gift ._list ._option:not(:nth-of-type(odd)) {
        margin-left: 20px;
    }
}

@media screen and (min-width:1024px) {
    .gift ._list ._option:not(:nth-of-type(odd)) {
        margin-left: 0;
    }
}

.gift ._list ._option {
    width: calc((100% / 2) - 10px);
    text-align: center;
}
.gift ._list ._option img {
    width: 100%;
}

@media screen and (min-width: 641px) {
    .gift ._list ._option {
        width: calc((100% / 2) - 20px);
    }
}

@media screen and (min-width:1024px) {
    .gift ._list ._option {
        width: auto;
    }

    .gift ._list ._option img {
        width: auto;
    }
}


.gift ._list ._option:nth-of-type(n+3) {
    margin-top: 10px;
}

@media screen and (min-width: 641px) {
    .gift ._list ._option:nth-of-type(n+3) {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .gift ._list ._option:nth-of-type(n+3) {
        margin-top:0;
    }
}

.gift ._option-txt {
    font-size: 13px;
    line-height: 1.6;
    margin: 14px auto 10px;
    font-weight: 500;
    color: #1e2a0a;
}

@media screen and (min-width: 641px) {
    .gift ._option-txt {
        margin: 28px auto 20px;
        font-size: 26px;
    }
}

@media screen and (min-width:1024px) {
    .gift ._option-txt {
        text-align: center;
        margin: 38px auto 17px;
        font-size: 16px;
    }
}

.gift ._special img {
    width: 100%;
}


@media screen and (min-width:1024px) {
    .gift ._special {
        text-align: center;
    }
    .gift ._special img {
        width: auto;
    }
}

/* ------------------------------
    #Lineup
------------------------------ */
#Lineup {
    padding: 66px 0 0;
    text-align: center;
    margin: 0 auto 60px;
}

@media screen and (min-width:641px) {
    #Lineup {
        margin: 0 auto 120px;
    }
}

@media screen and (min-width:1024px) {
    #Lineup {
        padding: 75px 0 0;
        margin: 0 auto 100px;
    }
}

.modal-bg {
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
}


header.head {
    z-index: 5;
}


.floating {
    z-index: 2;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform .6s cubic-bezier(0.075, 0.82, 0.165, 1);
} 


.floating ._list {
    display: flex;
    justify-content: center;
}

.floating ._list li {
    width: 50%;
    height: 60px;
    background: url(./../img/floating-sp-bg.png);
    background-size: cover;
}

.floating ._list li:not(:first-of-type) {
    position: relative;
}

.floating ._list li:not(:first-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.floating ._list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 17px;
    color: #fff;
}

.floating ._list li a::before {
    content: "▼";
    font-size: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
}

@media screen and (min-width:641px) {
    .floating ._list li a::before {
        margin-right: 34px;
    }
}

@media screen and (min-width:641px) {
    .floating ._list li a {
        font-size: 34px;
    }
}

@media screen and (min-width:641px) {
    .floating ._list li {
        height: 96px;
    }
}

@media screen and (min-width:1024px) {
    .floating {
        display: none;        
    }
}

.floating.float {
    transform: translateY(0);
}





.pagetop {
    bottom: 65px !important;
}