@charset "utf-8";
/* ====================================================
project
==================================================== */
/* news
---------------------------------------------------- */
.p-news__wrap {
    margin-top: -8px;
}
.p-news__wrap .c-sec__wrap--article {
    position: relative;
    z-index: 1;
    margin-top: -8px;
    padding-top: 8px;
}
.p-news__wrap .c-sec__title {
    position: relative;
    z-index: 1;
}
.p-dec__news {
    position: absolute;
    top: -16px;
    right: 0;
    width: 100px;
    -webkit-animation:10s linear infinite rotation;
            animation:10s linear infinite rotation;
}
@media screen and (min-width: 520px) {
    .p-news__wrap {
        margin-top: 0;
    }
    .p-news__wrap .c-sec__wrap--article {
        margin-top: -16px;
        padding-top: 16px;
    }
    .p-dec__news {
        width: 140px;
    }
}
@media screen and (min-width: 960px) {
    .p-news__wrap .c-sec__wrap--article {
        margin-top: -12px;
    }
}
@-webkit-keyframes rotation {
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }
}
@keyframes rotation {
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }
}


/* pickup
---------------------------------------------------- */
.p-pickup__wrap.c-sec__wrap {
    padding: 32px 0 0;

}
.p-dec__pickup {
    padding-top: 32px;
    padding-bottom: 32px;
}
.p-dec__pickup .swiper-wrapper {
    width: 1000px;
    transition-timing-function: linear !important;
}
@media screen and (min-width: 520px) {
    .p-dec__pickup {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-dec__pickup .swiper-wrapper {
        width: 1400px;
    }
}
@media screen and (min-width: 960px) {
    .p-pickup__wrap.c-sec__wrap {
        padding: 48px 0 0;
    }
}


/* interview
---------------------------------------------------- */
.p-interview__wrap {
    position: relative;
}
.p-interview__wrap::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.js-parallax {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden
}
.p-interview__wrap.js-parallax {
    padding: 64px 0 80px;
    background-attachment: fixed;
}
.p-interview__wrap.js-parallax.ios {
    background-attachment: scroll;
}
.p-interview__article {
    position: relative;
    width: 94%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: var(--tl-color-wht);
}
.p-interview__info {
    display: flex;
    flex-direction: column;
}
.p-interview__month--num {
    align-self: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid var(--tl-color-wht);
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--tl-color-wht);
}
.p-interview__detail {
    align-self: flex-start;
    margin-top: 8px;
    margin-bottom: 32px;
    font-weight: 700;
}
.p-interview__detail p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.4;
}
.p-interview__caption {
    margin-bottom: 40px;
}
.p-dec__face {
    max-width: 200px;
    margin-bottom: 16px;
}
.p-interview__title {
    width: 90%;
    max-width: 480px;
    font-size: 24px;
    line-height: 1.5;
}
.p-interview__article a {
    display: block;
}
.p-interview__article a,
.p-interview__article a:link,
.p-interview__article a:visited,
.p-interview__article a:active {
    color: var(--tl-color-wht);
}
.c-btn__wrap--interview {
    display: inline-block;
    margin-bottom: 0;
}
.c-btn--interview {
    padding: 10px 24px;
    border: 1px solid var(--tl-color-wht);
    font-weight: 700;
}
@media screen and (orientation: landscape) {
    .p-interview__wrap.js-parallax {
        background-attachment: fixed;
    }
    .p-interview__info {
        flex-direction: row;
        align-items: center;
        margin-bottom: 32px;
    }
    .p-interview__month--num {
        margin-right: 16px;
        padding-right: 16px;
        border-right: 1px solid var(--tl-color-wht);
        border-bottom: none;
        line-height: 0.8;
    }
    .p-interview__detail {
        align-self: center;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 520px) {
    .p-interview__article {
        width: 84%;
    }
}
@media screen and (min-width: 768px) {
    .p-interview__month--num {
        font-size: 80px;
    }
    .p-interview__detail {
        font-size: 18px;
    }
    .p-interview__vol {
        margin-bottom: 8px;
    }
    .p-dec__face {
        max-width: 240px;
    }
    .p-interview__title {
        width: 70%;
        font-size: 30px;
    }
}
@media screen and (min-width: 960px) and (orientation: landscape) {
    .p-interview__wrap.js-parallax {
        padding: 120px 0;
    }
    .p-interview__wrap.js-parallax.ios {
        background-size: auto 110vh;
    }
}
@media screen and (min-width: 1240px) and (orientation: landscape) {
    .p-interview__wrap.js-parallax {
        padding: 160px 0;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btn--interview:hover {
        opacity: 1;
        background: var(--tl-color-wht);
        color: var(--tl-color-gry) !important;
        transition: ease 0.3s;
    }
}
/* goods
---------------------------------------------------- */
.p-goods__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.p-goods__wrap .wp-block-image {
    width: calc(calc(100% - 8px) / 2);
}
.p-goods__wrap .wp-block-image a {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.p-goods__wrap .wp-block-image a::after {
    display: block;
    content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g>	<path fill="%23ffffff" d="M13.2,8.2c-0.4,0-0.8,0.3-0.8,0.8v5.5h-11v-11H7c0.4,0,0.8-0.3,0.8-0.8S7.4,2,7,2H0.8C0.3,2,0,2.3,0,2.8v12.5C0,15.7,0.3,16,0.8,16h12.5c0.4,0,0.8-0.3,0.8-0.8V9C14,8.6,13.7,8.2,13.2,8.2z"/>	<path fill="%23ffffff" d="M15.9,0.5c-0.1-0.2-0.2-0.3-0.4-0.4C15.4,0,15.3,0,15.2,0H9.9C9.5,0,9.2,0.3,9.2,0.8s0.3,0.8,0.8,0.8h3.5l-6,6c-0.3,0.3-0.3,0.8,0,1.1C7.6,8.7,7.8,8.8,8,8.8s0.4-0.1,0.5-0.2l6-6v3.5c0,0.4,0.3,0.8,0.8,0.8S16,6.5,16,6.1V0.8C16,0.7,16,0.6,15.9,0.5z"/></g></svg>');
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    padding: 3px 8px 10px 10px;
    background-color: var(--tl-color-pnk-03);
    border-radius: 100%;
}
.p-goods__wrap .wp-block-image figcaption {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
.c-btn__target--blank {
    position: relative;
}
.c-btn__target--blank::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(calc(-50% - 1px));
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g>	<path fill="%23333333" d="M13.2,8.2c-0.4,0-0.8,0.3-0.8,0.8v5.5h-11v-11H7c0.4,0,0.8-0.3,0.8-0.8S7.4,2,7,2H0.8C0.3,2,0,2.3,0,2.8v12.5C0,15.7,0.3,16,0.8,16h12.5c0.4,0,0.8-0.3,0.8-0.8V9C14,8.6,13.7,8.2,13.2,8.2z"/>	<path fill="%23333333" d="M15.9,0.5c-0.1-0.2-0.2-0.3-0.4-0.4C15.4,0,15.3,0,15.2,0H9.9C9.5,0,9.2,0.3,9.2,0.8s0.3,0.8,0.8,0.8h3.5l-6,6c-0.3,0.3-0.3,0.8,0,1.1C7.6,8.7,7.8,8.8,8,8.8s0.4-0.1,0.5-0.2l6-6v3.5c0,0.4,0.3,0.8,0.8,0.8S16,6.5,16,6.1V0.8C16,0.7,16,0.6,15.9,0.5z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media screen and (min-width: 520px) {
    .p-goods__wrap {
        gap: 16px;
    }
    .p-goods__wrap .wp-block-image {
        width: calc(calc(100% - 16px) / 2);
    }
}
@media screen and (min-width: 960px) {
    .p-goods__wrap .wp-block-image {
        width: calc(calc(100% - 48px) / 4);
    }
}


