@charset "utf-8";

/* font family */
.text-system {
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

.text-gothic {
    font-family: "Kosugi Maru", sans-serif;
}

.text-serif {
    /*font-family: "Noto Serif JP", serif;*/
    font-family: 'Shippori Mincho', serif;
}

/* font size */
.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

/* font style */
.text-kakko {
    display: inline-block;
    margin-left: -.5em;
    margin-right: -.5em;
}

.text-pmark {
    display: inline-block;
    margin-right: -.3em;
}

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

/* width */
.width-100 {
    width: 100%;
}

/* margin */
.mrg-bt-0 {
    margin-bottom: 0px !important;
}

.mrg-bt-5 {
    margin-bottom: 5px !important;
}

.mrg-bt-10 {
    margin-bottom: 10px !important;
}

.mrg-bt-15 {
    margin-bottom: 15px !important;
}

.mrg-bt-20 {
    margin-bottom: 20px !important;
}

.mrg-bt-30 {
    margin-bottom: 30px !important;
}

.mrg-bt-40 {
    margin-bottom: 40px !important;
}

.mrg-tp-0 {
    margin-top: 0px !important;
}

.mrg-tp-5 {
    margin-top: 5px !important;
}

.mrg-tp-10 {
    margin-top: 10px !important;
}

.mrg-tp-15 {
    margin-top: 15px !important;
}

.mrg-tp-20 {
    margin-top: 20px !important;
}

.mrg-tp-30 {
    margin-top: 30px !important;
}

.mrg-tp-40 {
    margin-top: 40px !important;
}

/* button */
.temp-iw-btn-allitem-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 480px;
    width: 84%;
    height: 3.375em;
    margin: 0 auto;
    font-size: 16px;
    font-size: min(4.27vw, 16px);
    font-weight: 500;
    letter-spacing: .05em;
    text-decoration: none;
    transition: opacity .4s;
}

.temp-iw-btn-allitem-01:hover {
    opacity: .7;
}

.temp-iw-btn-allitem-textwrap-01 {
    display: inline-block;
    position: relative;
    padding: 0 .769em;
    line-height: 1;
}

.temp-iw-btn-allitem-textwrap-01::before,
.temp-iw-btn-allitem-textwrap-01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: .231em;
    height: 1em;
    margin-top: -.5em;
    background: 50% 50% no-repeat;
    background-size: contain;
}

.temp-iw-btn-allitem-textwrap-01::before {
    left: 0;
    background-image: url("../img/idwd_icon_wrap-left.svg");
}

.temp-iw-btn-allitem-textwrap-01::after {
    right: 0;
    background-image: url("../img/idwd_icon_wrap-right.svg");
}

.temp-iw-btn-order-mov-lr,
.temp-iw-btn-order-mov-lr--small {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: solid 1px;
    background: transparent;
    font-size: 17px;
    font-size: min(4.53vw, 17px);
    font-weight: 500;
    letter-spacing: .05em;
    text-decoration: none;
    overflow: hidden;
    transition: background-color .2s .8s, opacity .7s;
}

.temp-iw-btn-order-mov-lr {
    height: 64px;
}

.temp-iw-btn-order-mov-lr--small {
    height: 54px;
}

.temp-iw-btn-order-mov-lr::before,
.temp-iw-btn-order-mov-lr--small::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.8, 0, .2, 1) .2s;
}

.temp-iw-btn-order-mov-lr.is-active::before,
.temp-iw-btn-order-mov-lr--small.is-active::before {
    transform: scale(1, 1);
}

.temp-iw-btn-order-mov-lr:hover,
.temp-iw-btn-order-mov-lr--small:hover {
    opacity: .7;
}

/* button style */
.temp-iw-btn--round {
    border-radius: 6em;
}

.temp-iw-btn--sround {
    border-radius: .35em;
}

.temp-iw-btn--arrow-r {
    padding-right: .4em;
}

.temp-iw-btn--arrow-r::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    border-style: solid;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-width: 4px 0 4px 7px;
}

.temp-iw-btn--arrow-r::after {
    right: 20px;
}

.temp-iw-btn--arrow-r.temp-iw-btn-order-mov-lr--small::after {
    right: 15px;
}

.temp-iw-btn--arrow-b {
    padding-bottom: .625em;
}

.temp-iw-btn--arrow-b::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .462em;
    margin-left: -.308em;
    border-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-width: .462em .308em 0 .308em;
}

/* button color */
.temp-iw-btn-allitem-01--color {
    background: #cab69d;
    color: #442e31;
}

.temp-iw-btn-allitem-01--color:hover {
    color: #442e31;
}

.temp-iw-btn-allitem-01--color::after {
    border-color: #333;
}

.temp-iw-btn-order-mov-lr--color {
    border-color: #9ec317;
    color: #fff;
}

.temp-iw-btn-order-mov-lr--color:hover {
    color: #fff;
}

.temp-iw-btn-order-mov-lr--color::before {
    background: #9ec317;
}

.temp-iw-btn-order-mov-lr--color::after {
    border-color: #fff;
}

/* swiper slider */
/*.temp-iw-nav-block {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}*/

.temp-iw-nav-block {
    overflow: hidden;
}

.temp-iw-nav-block-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ebe0d0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #d49286;
}

.temp-iw-nav-slider .swiper-button-prev,
.temp-iw-nav-slider .swiper-button-next,
.temp-iw-coordination-slider .swiper-button-prev,
.temp-iw-coordination-slider .swiper-button-next {
    top: 50%;
    z-index: 20;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background: 50% 50% no-repeat;
    background-size: 25px;
}

.temp-iw-nav-slider .swiper-button-prev,
.temp-iw-coordination-slider .swiper-button-prev {
    left: 0;
    /*background-image: url("../img/idwd_icon_nav-arrow-left.svg");*/
}

.temp-iw-nav-slider .swiper-button-next,
.temp-iw-coordination-slider .swiper-button-next {
    right: 0;
    /*background-image: url("../img/idwd_icon_nav-arrow-right.svg");*/
}

.temp-iw-nav-slider .swiper-button-prev::after,
.temp-iw-nav-slider .swiper-button-next::after,
.temp-iw-coordination-slider .swiper-button-prev::after,
.temp-iw-coordination-slider .swiper-button-next::after,
.temp-iw-nav-slider .swiper-button-prev svg,
.temp-iw-nav-slider .swiper-button-next svg,
.temp-iw-coordination-slider .swiper-button-prev svg,
.temp-iw-coordination-slider .swiper-button-next svg {
    display: none;
}

.temp-iw-nav-slider .swiper:not(.swiper-initialized) .swiper-button-prev,
.temp-iw-nav-slider .swiper:not(.swiper-initialized) .swiper-button-next,
.temp-iw-coordination-slider .swiper:not(.swiper-initialized) .swiper-button-prev,
.temp-iw-coordination-slider .swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
}

.temp-iw-nav-slider {
    padding-bottom: 55px;
    padding-bottom: 15.94%;
}

.temp-iw-nav-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.temp-iw-nav-slider .swiper {
    overflow: visible;
}

.temp-iw-nav-slider .swiper-slide {
    padding: 40px 0;
}

.temp-iw-nav-slider .swiper-slide img {
    transition: transform .8s;
}

.temp-iw-nav-slider .swiper-slide-active img {
    transform: scale(1.25);
}

.temp-iw-nav-slider a {
    transition: opacity .5s;
}

.temp-iw-nav-slider a:hover {
    opacity: .5;
}

.temp-iw-nav-slider .swiper-pagination-bullets {
    bottom: -4.2%;
}

.temp-iw-nav-slider .swiper:not(.swiper-initialized) {
    padding: 0 6%;
    margin-bottom: -25px;
}

.temp-iw-nav-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
    justify-content: space-between;
}

.temp-iw-nav-slider .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 250px;
    width: 45%;
}

.temp-iw-coordination-slider {
    padding-bottom: 35px;
    overflow: hidden;
}

.temp-iw-coordination-slider .swiper {
    overflow: visible;
}

.temp-iw-coordination-slider .swiper-pagination-bullets {
    left: 15px;
    right: 15px;
    bottom: -20px;
    width: auto;
}

.temp-iw-coordination-slider .swiper-button-prev {
    display: none;
}

.temp-iw-coordination-slider .swiper-button-next {
    right: 16.533%;
    right: calc(22px + 10.66%);
}

.temp-iw-coordination-slider .swiper-button-next::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 34.66%);
    width: 29px;
    height: 37.5px;
    background: url("../img/idwd_icon_nav-swipe.svg") 50% 50% no-repeat;
    background-size: contain;
    animation: .8s ease-out 0s infinite arrowanime;
}

@keyframes arrowanime {
    0%{
        transform: translate(-30%, 34.66%);
    }
    88%{
        transform: translate(-60%, 34.66%);
    }
    95%{
        transform: translate(-60%, 34.66%);
    }
    100%{
        transform: translate(-30%, 34.66%);
    }
}

/* parallax */
.js-scroll-fade {
    transform: translate(0, 100px);
    opacity: 0;
    transition: 1s;
}

.js-scroll-fade.is-active {
    transform: translate(0, 0);
    opacity: 1;
}

.js-scroll {
    opacity: 0;
    transition: 1s;
}

.js-scroll.is-lr {
    transform: translate(-100px, 0);
}

.js-scroll.is-rl {
    transform: translate(100px, 0);
}

.js-scroll.is-active {
    transform: translate(0, 0);
    opacity: 1;
}

/* pattern - coordination */
.temp-iw-coordination-block {
    padding: 0 15px;
}

.temp-iw-coordination-lb,
.temp-iw-coordination-slider .swiper-pagination-bullets {
    padding-right: 16.533%;
}

.temp-iw-coordination-cap {
    padding: .6em 0 .4em;
    font-size: 13px;
    font-size: min(12.27vw, 13px);
    line-height: 1.4;
}

/* pattern - image over link */
.temp-iw-imgOverLink-block {
    position: relative;
}

.temp-iw-imgOverLink-link {
    position: absolute;
}

.temp-iw-imgOverLink-link-00 {
    right: 3.5%;
    bottom: 23.77%;
}

.temp-iw-imgOverLink-btn {
    display: inline-block;
    position: relative;
    padding: .2em .3em .3em;
    border-top: solid 1px #947f79;
    border-bottom: solid 1px #947f79;
    background: #fff;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-decoration: none;
}

.temp-iw-imgOverLink-btn:hover {
    color: #947f79;
}

.temp-iw-imgOverLink-btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 .2em .6em;
    border: solid transparent;
    border-width: .364em 0 .364em .545em;
    border-left-color: #947f79;
}

/* table wrap for sp */
.temp-iw-table-wrap {
    overflow-x: auto;
}


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

    /* font size */
    .text-16 {
        font-size: 32px;
    }

    .text-18 {
        font-size: 36px;
    }

    .text-20 {
        font-size: 40px;
    }

    .text-22 {
        font-size: 44px;
    }

    /* margin */
    .mrg-bt-5 {
        margin-bottom: 10px !important;
    }

    .mrg-bt-10 {
        margin-bottom: 20px !important;
    }

    .mrg-bt-15 {
        margin-bottom: 30px !important;
    }

    .mrg-bt-20 {
        margin-bottom: 40px !important;
    }

    .mrg-bt-30 {
        margin-bottom: 60px !important;
    }

    .mrg-bt-40 {
        margin-bottom: 80px !important;
    }

    .mrg-tp-5 {
        margin-top: 10px !important;
    }

    .mrg-tp-10 {
        margin-top: 20px !important;
    }

    .mrg-tp-15 {
        margin-top: 30px !important;
    }

    .mrg-tp-20 {
        margin-top: 40px !important;
    }

    .mrg-tp-30 {
        margin-top: 60px !important;
    }

    .mrg-tp-40 {
        margin-top: 80px !important;
    }

    /* button */
    .temp-iw-btn-allitem-01 {
        height: 70px;
        font-size: 26px;
    }

    .temp-iw-btn-order-mov-lr {
        height: 96px;
        font-size: 28px;
    }

    .temp-iw-btn-order-mov-lr--small {
        height: 82px;
        font-size: 20px;
    }

    /* button style */
    .temp-iw-btn--arrow-r::after {
        margin-top: -8px;
        border-width: 8px 0 8px 14px;
    }

    .temp-iw-btn--arrow-r::after {
        right: 40px;
    }

    .temp-iw-btn--arrow-r.temp-iw-btn-order-mov-lr--small::after {
        right: 24px;
    }

    .temp-iw-btn--arrow-b {
        padding-bottom: .769em;
    }

    /* swiper slider */
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .temp-iw-nav-slider .swiper-button-prev,
    .temp-iw-nav-slider .swiper-button-next,
    .temp-iw-coordination-slider .swiper-button-prev,
    .temp-iw-coordination-slider .swiper-button-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background-size: 50px;
    }

    .temp-iw-nav-slider .swiper-button-prev::before,
    .temp-iw-nav-slider .swiper-button-next::before,
    .temp-iw-coordination-slider .swiper-button-prev::before,
    .temp-iw-coordination-slider .swiper-button-next::before {
        width: 12px;
        height: 12px;
    }

    .temp-iw-nav-slider .swiper-button-prev::before,
    .temp-iw-coordination-slider .swiper-button-prev::before {
        margin: -6px 0 0 -4px;
    }

    .temp-iw-nav-slider .swiper-button-next::before,
    .temp-iw-coordination-slider .swiper-button-next::before {
        margin: -6px 0 0 -10px;
    }

    .temp-iw-nav-slider .swiper:not(.swiper-initialized) .swiper-slide,
    .temp-iw-coordination-slider .swiper:not(.swiper-initialized) .swiper-slide {
        width: 20%;
    }

    .temp-iw-nav-slider {
        padding-bottom: 120px;
    }

    .temp-iw-nav-slider .swiper-slide {
        padding: 50px 0;
        transition: margin-right .8s;
    }

    .temp-iw-nav-slider .swiper-wrapper {
        left: -26px;
    }
    
    .temp-iw-nav-slider .swiper-slide-prev,
    .temp-iw-nav-slider .swiper-slide-active {
        margin-right: 52px !important;
    }
    
    .temp-iw-nav-slider .swiper-pagination-bullets {
        bottom: -40px;
    }

    .temp-iw-nav-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
        left: 0;
        justify-content: center;
        gap: 60px;
    }

    .temp-iw-coordination-slider {
        padding-bottom: 70px;
    }

    .temp-iw-coordination-slider .swiper-pagination-bullets {
        left: 0;
        right: 0;
        bottom: -40px;
    }

    .temp-iw-coordination-slider .swiper-button-next {
        right: calc(44px + 7%);
    }

    .temp-iw-coordination-slider .swiper-button-next::before {
        width: 58px;
        height: 75px;
    }

    /* pattern - coordination */
    .temp-iw-coordination-block {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .temp-iw-coordination-cap {
        font-size: 20px;
        line-height: 1.5;
    }

    /* pattern - image over link */
    .temp-iw-imgOverLink-btn {
        font-size: 22px;
    }

    /* table wrap for sp */
    .temp-iw-table-wrap.is-sp-only {
        overflow-x: visible;
    }

}

@media screen and (max-width: 749px) {

    /* pattern - coordination */
    

}