/* TOPページ */
#shopTopPage {
    background-color: #000;
    position: relative;
}
#shopTopPage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.1) 0px,
        transparent 1px,
        transparent 2px,
        rgba(0, 0, 0, 0.1) 3px
        ),
        repeating-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.1) 0px,
        transparent 1px,
        transparent 2px,
        rgba(0, 0, 0, 0.1) 3px
        );
    opacity: 0.3;
    pointer-events: none;
    mix-blend-mode: overlay;
}
#shopTopPage .section-inner {
    padding: 60px 0 120px;
}
#shopTopPage .content-width {
    max-width: 960px;
    margin: 0 auto;
}
#shopTopPage .index-section-title {
    font-family: "Imbue", serif;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    margin-bottom: 40px;
    text-align: center;
}
#shopTopPage .button-box {
    margin-top: 60px;
    text-align: right;
}
/* cinema screen — 共通変数 */
:root {
    --cinema-img: min(1000px, 100vw);
    --cinema-side: max(clamp(20px, 4vw, 60px), calc((100vw - var(--cinema-img)) / 2));
    --cinema-bar: max(0px, calc((100vh - var(--cinema-img) * 1536 / 2732) / 2));
}
/* cinema screen frame — レターボックス */
.cinema-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
    /* 左右の枠 */
    box-shadow:
        inset var(--cinema-side) 0 7px 0 #000,
        inset calc(-1 * var(--cinema-side)) 0 7px 0 #000;
}
.cinema-frame.is-visible {
    opacity: 1;
}
/* 上バー */
.cinema-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--cinema-bar);
    background: #000;
    box-shadow: 0 0 7px 0 #000;
}
/* 下バー */
.cinema-frame::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--cinema-bar);
    background: #000;
    box-shadow: 0 0 7px 0 #000;
}
/* parallax background */
#shopTopPage .parallax-bg {
    position: relative;
    background-color: #000;
    transition: background-color 0.6s ease;
}
#shopTopPage .parallax-bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://basefile.akamaized.net/movies-shopselect-net/69c65774293f7/fv.png");
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease;
    z-index: 0;
    pointer-events: none;
}
#shopTopPage .parallax-bg.bg-loaded::before {
    opacity: 1;
}
#shopTopPage .parallax-bg > * {
    position: relative;
    z-index: 1;
}
#shopTopPage .parallax-bg.bg-transition {
    background: #EFF0E9;
}
#shopTopPage .parallax-bg.bg-transition::before {
    opacity: 0;
}
/* index fv */
#shopTopPage .indexMainvisual {
    height: 100vh;
    width: 100%;
    position: relative;
}
#shopTopPage .fv-logo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    filter: blur(24px);
    opacity: 0;
    max-width: 600px;
}
#shopTopPage .fv-logo img {
    width: 100%;
}
#shopTopPage .fv-logo.loaded {
    filter: blur(0);
    opacity: 1;
    transition: 3s 1s ease opacity,3s 1s ease filter;
}
#shopTopPage .scroll {
    position: absolute;
    right: 50%;
    bottom: var(--cinema-bar);
    writing-mode: vertical-rl;
    opacity: 0;
}
#shopTopPage .scroll.visible {
    opacity: 1;
}
#shopTopPage .scroll.visible::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: 0px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
@media(max-width: 769px) {
    #shopTopPage .parallax-bg::before {
        background-image: url("https://basefile.akamaized.net/movies-shopselect-net/69c54bb3794ee/fv_03.jpg");
        background-size: cover;
    }
}
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
/* index about */
#shopTopPage .indexAbout {
    color: #EFF0E9 !important;
    text-align: left;
}
#shopTopPage .indexAbout .section-inner {
    padding-bottom: 800px;
}
#shopTopPage .indexAbout .content-width {
    max-width: 800px;
    margin: 0 auto;
}
#shopTopPage .indexAbout .index-section-title {
    text-align: left;
}
#shopTopPage .indexAbout .index-section-title,
#shopTopPage .indexAbout .text {
    filter: blur(8px);
    opacity: 0;
    transition: filter 1.2s ease, opacity 1.2s ease;
}
#shopTopPage .indexAbout .index-section-title.is-visible,
#shopTopPage .indexAbout .text.is-visible {
    filter: blur(0);
    opacity: 1;
}
#shopTopPage .indexAbout .text {
    font-size: 16px;
    line-height: 2;
}
#shopTopPage .indexAbout .text + .text {
    margin-top: 40px;
}
/* index series */
#shopTopPage .indexSeries {
    background: transparent;
    transition: background-color 1.2s ease;
}
#shopTopPage .indexSeries .index-section-title {
    opacity: 0;
}
#shopTopPage .indexSeries.bg-visible .index-section-title {
    opacity: 1;
}
#shopTopPage .series-block {
    margin-bottom: 80px;
}
#shopTopPage .series-block:last-child {
    margin-bottom: 0;
}
#shopTopPage .series-title {
    font-family: "Imbue", serif;
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
}
#shopTopPage .series-slider {
    position: relative;
    margin-bottom: 30px;
}
#shopTopPage .series-ticker {
    display: flex;
    overflow: hidden;
    width: 100%;
    background-color: #1a1a1a;
    padding: 6px 0;
}
#shopTopPage .series-ticker-wrapper {
    display: flex;
    animation: ticker 30s linear infinite;
    will-change: transform;
}
#shopTopPage .series-ticker-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0;
    margin-right: 120px;
    font-family: "B612 Mono", monospace;
    font-size: 8px;
    color: #c8b826;
    white-space: nowrap;
    letter-spacing: 0.05em;
}
#shopTopPage .series-ticker-item .ticker-label {
    font-weight: 400;
}
#shopTopPage .series-ticker-item .ticker-num {
    font-weight: 400;
}
#shopTopPage .series-ticker-item .ticker-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 8px solid currentColor;
    margin-left: 120px;
    margin-right: 8px;
    vertical-align: middle;
}
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
#shopTopPage .series-list {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-image: url("https://basefile.akamaized.net/movies-shopselect-net/69be5970e6322/noise_01.jpg");
    background-size: 100% 100%;
    background-repeat: repeat;
}
#shopTopPage .series-item-wrapper {
    display: flex;
    animation: slide 36.2s linear infinite;
    will-change: transform;
}
#shopTopPage .series-list:hover .series-item-wrapper {
    animation-play-state: paused;
}
#shopTopPage .series-item {
    flex-shrink: 0;
    width: 350px;
    margin-right: 20px;
}
#shopTopPage .series-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#shopTopPage .series-item a::after {
    content: 'view more';
    font-family: "Imbue", serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shopTopPage .series-item a:hover::after {
    opacity: 1;
}
#shopTopPage .series-item a img {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
#shopTopPage .series-item a:hover img {
    transform: scale(1.15);
}
#shopTopPage .series-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}
#shopTopPage .series-readmore {
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    transition: opacity 0.3s;
}
#shopTopPage .series-readmore:hover {
    opacity: 0.7;
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* index shipping */
#shopTopPage .indexShipping {
    background-color: #EFF0E9;
}
#shopTopPage .indexShipping .text {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
/* index instagram */
#shopTopPage .indexInstagram {
    background-color: #EFF0E9;
}
#shopTopPage .indexInstagram .content-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#shopTopPage .indexInstagram .index-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0 !important;
}
#shopTopPage .indexInstagram .image-box {
    flex: 1 1 auto;
    width: 100%;
    max-width: 481px;
}
#shopTopPage .indexInstagram .instagram-link {
    font-family: "Imbue", serif;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
}
#shopTopPage .indexInstagram .text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
}
#shopTopPage .indexInstagram .image-box .instagram-link {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#shopTopPage .indexInstagram .image-box .instagram-link img {
    width: 100%;
    height: auto;
    display: block;
}
/* ========== max-width: 768px ========== */
@media(max-width: 768px) {
    :root {
        --cinema-img: min(1000px, 100vw);
        --cinema-bar: max(0px, calc((100vh - var(--cinema-img) * 1010 / 674) / 2));
    }
    #fixed-logo {
        top: 12px;
        left: 12px;
    }
    #fixed-logo svg {
        width: 120px;
    }
    .main,
    #privacy,
    #law {
        width: 92%;
        margin: 0 auto;
        padding: 0;
    }
    #shopTopPage .indexAbout .content-width {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .main #about,
    .main .inquirySection {
        width: 100%;
        padding: 0;
    }
    .button-more {
        font-size: 24px;
        width: 140px;
    }
    .button-more::after {
        bottom: 12px;
        width: 30px;
        height: 7px;
    }
    /* index FV */
    #shopTopPage .indexMainvisual {
        height: 95svh;
    }
    #shopTopPage .fv-logo img {
        width: 70%;
        max-width: 280px;
    }
    /* index About */
    #shopTopPage .indexAbout .section-inner {
        padding-bottom: 640px;
    }
    #shopTopPage .indexAbout .index-section-title {
        font-size: 32px;
    }
    #shopTopPage .indexAbout .text {
        font-size: 14px;
        line-height: 1.9;
    }
    #shopTopPage .indexAbout .text br {
        display: none;
    }
    /* index Section共通 */
    #shopTopPage .section-inner {
        padding: 40px 0 80px;
    }
    #shopTopPage .content-width {
        padding: 0 20px;
        box-sizing: border-box;
    }
    #shopTopPage .index-section-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    /* index Series */
    #shopTopPage .series-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #shopTopPage .series-block {
        margin-bottom: 50px;
    }
    #shopTopPage .series-item {
        width: 220px;
        margin-right: 12px;
    }
    #shopTopPage .series-text {
        font-size: 14px;
        line-height: 1.7;
    }
    #shopTopPage .series-readmore {
        font-size: 16px;
    }
    #shopTopPage .series-ticker-item {
        gap: 60px;
        margin-right: 60px;
        font-size: 12px;
    }
    /* index Shipping */
    #shopTopPage .indexShipping .text {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
    /* index Instagram */
    #shopTopPage .indexInstagram .content-width {
        flex-direction: column;
        gap: 24px;
    }
    #shopTopPage .indexInstagram .text-box {
        width: 100%;
    }
    #shopTopPage .indexInstagram .index-section-title {
        justify-content: center;
    }
    #shopTopPage .indexInstagram .index-section-title svg {
        width: 32px;
        height: 32px;
    }
    #shopTopPage .indexInstagram .instagram-link {
        font-size: 18px;
        text-align: center;
    }
    #shopTopPage .indexInstagram .text {
        font-size: 14px;
        text-align: center;
    }
    #shopTopPage .indexInstagram .image-box {
        max-width: 100%;
    }
    /* item list */
    .item-list {
        width: calc(100% - 32px);
        gap: 8px;
    }
    .item-list .item {
        width: calc(50% - 6px);
        padding: 0;
        margin: 0 0 8px;
    }
    .item-list .item a .itemTitle h2 {
        width: auto;
        font-size: 12px;
    }
    .item-list .item .itemImg {
        height: auto;
        line-height: normal;
        width: auto;
    }
    .item-list .item .itemImg img {
        max-height: none;
        max-width: 100%;
    }
    /* header/nav */
    #mainHeader nav {
        padding: 0 30px;
        width: 100%;
    }
    #mainHeader nav .mainNavList {
        margin-top: 80px;
    }
    #mainHeader nav .mainNavList li a {
        font-size: 32px;
    }
    .appsItemCategoryTag_lowerLink {
        font-size: 14px;
    }
    #mainHeader nav .footerNavList {
        margin-top: 30px;
    }
    #mainHeader nav .footerNavList > li > a {
        font-size: 16px;
    }
    .appsItemCategoryTag_child > a {
        font-size: 32px;
        width: 120px;
    }
    .hamburger-btn {
        top: 24px;
        right: 20px;
        width: 50px;
    }
    /* footer */
    #mainFooter {
        padding-top: 60px;
    }
    #mainFooter .f-logo {
        text-align: center;
    }
    #mainFooter .f-logo img {
        width: 60%;
        max-width: 200px;
        height: auto;
    }
    /* other */
    #law .law_attention {
        padding: 10px;
        margin-top: 12px;
        line-height: 1.5;
    }
    .titleForSearchResult {
        width: 100%;
    }
    .main #about h2 {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .inquirySection form {
        margin: 0;
        width: 100%;
    }
    .inquirySection dl dd input {
        width: 100%;
    }
    .inquirySection dl dd textarea {
        width: 100%;
    }
    .main .communityMain {
        width: 100%;
        padding: 0;
    }
    .main .communityMain .communityTitle {
        font-size: 18px;
    }
    .main .communityMain #limitedItem,
    .main .communityMain #limitedUrl {
        width: 100%;
    }
    .main .communityMain .communityItems,
    .main .communityMain #productsLimitedUrl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .main .communityMain .communityItems .communityItem {
        width: 31%;
        margin: 0 0 12px 0;
    }
    .main .communityMain .communityItems .communityItem .communityImageContainer {
        position: relative;
        width: 100%;
        height: auto;
    }
    .main .communityMain .communityItems .communityItem .communityImageContainer::before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .main .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain;
    }
    .main .communityMain #productsLimitedUrl .urlBox {
        width: 44%;
        margin: 0 0 12px 0 !important;
    }
}

/* 商品一覧ページ  */
#shopCategoryArchivePage {
    background-color: #EFF0E9;
}
#shopCategoryArchivePage #mainContent {
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 20px 120px;
}
#shopCategoryArchivePage .categoryTitle01 {
    font-family: "Imbue", serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    margin: 0 0 40px;
}
@media (max-width: 480px) {
    #shopCategoryArchivePage #mainContent {
        padding: 50px 16px 80px;
    }
    #shopCategoryArchivePage .categoryTitle01 {
        font-size: 32px;
        margin-bottom: 28px;
    }
}

/* 商品詳細ページ  */
#shopDetailPage #mainContent {
    background-color: transparent;
    margin-bottom: 50px;
    padding: 80px 65px;
}
#shopDetailPage .itemImg {
    display: flex;
    flex-direction: column;
}
#shopDetailPage .itemImgSlide {
    width: 440px;
}
#shopDetailPage #slideImg .imgBox {
    border-radius: 0;
    text-align: center;
    height: 440px;
    line-height: 440px;
    width: 440px;
}
#shopDetailPage #slideImg .imgBox img {
    max-height: 440px;
    max-width: 440px;
    vertical-align: middle;
    object-fit: contain;
}
#shopDetailPage #slideImg .imgBox img.label_image {
    width: auto;
}
#shopDetailPage #slideImgPager {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 10px 0 0 0;
    width: 440px;
    height: auto;
}
#shopDetailPage #slideImgPager li + li {
    margin-left: 10px;
}
#shopDetailPage #slideImgPager .smallImgBox {
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
#shopDetailPage #slideImgPager .smallImgBox img {
    max-height: 64px;
    max-width: 64px;
    vertical-align: middle;
}
#shopDetailPage #slideImgPager li a {
    opacity: 1;
    transition: opacity 0.3s ease;
    display: block;
}
#shopDetailPage #slideImgPager li a.active,
#shopDetailPage #slideImgPager li a:hover {
    opacity: 0.4;
}
#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
    margin: 0;
    display: flex;
    flex-direction: row;
}
#shopDetailPage #mainContent .purchase {
    box-sizing: border-box;
}
#shopDetailPage h1.itemTitle {
    font-weight: 500;
    font-family: 'Imbue', serif;
    font-size: 32px;
    letter-spacing: 0.02em;
}
#shopDetailPage #purchase_form {
    margin-bottom: 35px;
}
#shopDetailPage #purchase_form select {
    cursor: pointer;
}
#shopDetailPage #purchase_form #purchaseSelect {
    margin: 0;
}
#shopDetailPage #purchase_form .purchaseElement {
    margin: 5px 0 15px;
    overflow: hidden;
}
#shopDetailPage #purchase_form input,
#shopDetailPage #purchase_form select {
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
#shopDetailPage #purchase_form #itemSelect input::placeholder {
    font-size: 14px;
    color: #CCCCCC;
}
#shopDetailPage #purchase_form label {
    font-size: 14px;
    margin: 16px 0 8px 0;
    line-height: 1em;
    display: block;
}
#shopDetailPage #purchase_form .itemOptionElement,
#variationSelectWrap {
    max-width: 100%;
}
#shopDetailPage #purchase_form .itemOption__caption {
    font-size: 12px;
    margin: 8px 0 8px 0;
    line-height: 1.5em;
    display: block;
}
#shopDetailPage #purchase_form .itemOption__bottomCaptionBlock {
    overflow: hidden;
}
#shopDetailPage #purchase_form .itemOption__caption--error {
    float: left;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #F07F7F;
    transform-style: preserve-3d;
}
#shopDetailPage #purchase_form .itemOption__count {
    float: right;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #777777;
}
#shopDetailPage #purchase_form .itemOption__count--error {
    color: #F07F7F;
}
#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
    border: #F07F7F 1px solid;
}
#shopDetailPage #purchase_form #itemSelect select.itemOption__select,
#shopDetailPage #purchase_form #itemSelect #valiationSelect,
#shopDetailPage #purchase_form #itemSelect #amountSelect {
    height: auto;
    white-space: normal;
    max-width: 100%;
    min-height: 2.1em;
    appearance: none;
    padding-right: 1em;
    line-height: initial;
    background-repeat: no-repeat;
    background-position: right 0.35em center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fafafa%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%226%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23333%22%20flood-opacity%3D%220.50%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20mode%3D%22multiply%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22icon-arrow-down%22%20class%3D%22cls-1%22%20d%3D%22M5%2C6l5-6H0Z%22%2F%3E%0A%3C%2Fsvg%3E");
}
#shopDetailPage #purchase_form #amountSelect {
    width: auto;
    max-width: 375px;
}
#shopDetailPage #purchase_form .purchaseElement label {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}
#shopDetailPage .report {
    text-align: left;
}
#shopDetailPage .report a {
    color: #aaa;
    display: block;
    font-size: 11px;
    margin-right: 15px;
    padding-top: 3px;
    text-align: right;
}
#shopDetailPage .report a:hover {
    text-decoration: underline;
}
#shopDetailPage .itemPrice .discountPrice__default {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    text-decoration: line-through;
    vertical-align: top;
}
#shopDetailPage .itemPrice .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 5px;
    vertical-align: top;
}
#shopDetailPage .itemPrice .discountPrice__calcPrice {
    color: #e75c5c;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}
#shopDetailPage .purchase .itemPrice_soldout {
    margin-top: 25px;
}
#shopDetailPage .purchase .itemPrice_soldout h2 {
    display: block;
    margin: 0;
    text-decoration: line-through;
}
#shopDetailPage .purchase .itemPrice_soldout > span {
    color: #ed4242;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
#shopDetailPage .purchase .comingSoon {
    color: #11beae;
    font-size: 19px;
    margin: 0 0 20px;
}
#shopDetailPage .preOrder,
#shopDetailPage .lottery,
#shopDetailPage .takeout,
#shopDetailPage .community {
    margin: 16px 0;
}
#shopDetailPage .preOrder__label,
#shopDetailPage .lottery__label,
#shopDetailPage .takeout__label {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 4px;
    margin: 0 0 4px 0;
}
#shopDetailPage .preOrder__data,
#shopDetailPage .lottery__data {
    font-size: 12px;
    color: #252525;
}
#shopDetailPage .takeout .takeout__data  {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
#shopDetailPage .lottery > * {
    margin-bottom: 8px;
}
#shopDetailPage #itemAttention {
    color: #868686;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
#shopDetailPage #itemAttention .attention a {
    color: #868686;
}
#shopDetailPage #itemAttention .attention a:hover {
    text-decoration: underline;
}
#shopDetailPage #itemAttention .attention.deliveryShortestDay {
    border: 1px solid #11BEAE;
    border-radius: 2px;
    color: #11BEAE;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px;
    width: 100%;
    text-align: center;
}
#shopDetailPage #itemAttention .attention.free {
    font-weight: bold;
}
#shopDetailPage #itemAttention .attention.free .free__text {
    color: #11BEAE;
    font-weight: bold;
}
#shopDetailPage #itemAttention   .takeout__text {
    color: #252525;
    cursor: pointer;
    font-weight: bold;
    margin: 0 3px;
    text-decoration: underline;
}
#shopDetailPage #itemAttention .attention.salesPeriod--term {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
}
#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}
#shopDetailPage #itemAttention .attention.salesPeriod--finish {
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
    text-align: center;
}
#shopDetailPage .itemDescription {
    margin: 60px 7px 24px 0;
}
#shopDetailPage .itemDescription p {
    font-size: 15px;
    line-height: 2;
    color: #333;
}

body.shop #embedded-tag {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 20px 0 0;
}
#shopDetailPage #embedded-tag p {
    color: #000;
    margin: 0 0 5px;
}
#shopDetailPage #embedded-tag textarea {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #838383;
    padding: 5px;
    width: 100%;
}
#shopDetailPage #purchase_form .purchaseButton {
    margin: 30px 0 0;
    text-align: center;
}
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
    background: #1a1a1a;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Imbue", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    outline: none;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    width: 100%;
}
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
    color: #fff;
    background: #888;
}
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:hover {
    cursor: pointer;
    opacity: 0.7;
}
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled,
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled,
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
    background: #eee;
    color: #999;
    cursor: not-allowed;
    opacity: 1;
}
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled:hover,
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
    opacity: 1;
}
#shopDetailPage .shareButtons {
    display: flex;
}
#shopDetailPage .shareButtons > div{
    margin-right: 4px;
}
#shopDetailPage #mainContent .item-purchase-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
#shopDetailPage #mainContent .item {
    position: sticky;
    top: 80px;
    flex-shrink: 0;
    align-self: flex-start;
}
#shopDetailPage #mainContent .purchase {
    flex: 1;
    min-width: 0;
}
#shopDetailPage #mainContent .item .itemImgSlide {
    float: left;
    width: 440px;
}
#shopDetailPage #mainContent .item .bx-wrapper {
    float: left;
    width: 440px;
}
#shopDetailPage {
    background-color: #EFF0E9;
    position: relative;
}
#shopDetailPage::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        repeating-linear-gradient(0deg,rgba(0, 0, 0, 0.1) 0px,transparent 1px,transparent 2px,rgba(0, 0, 0, 0.1) 3px),
        repeating-linear-gradient(90deg,rgba(0, 0, 0, 0.1) 0px,transparent 1px,transparent 2px,rgba(0, 0, 0, 0.1) 3px);
    opacity: 0.3;
    pointer-events: none;
    mix-blend-mode: overlay;
    z-index: 0;
}
#shopDetailPage #mainContent {
    position: relative;
    z-index: 1;
    background-color: transparent;
    max-width: 960px;
    margin: 0 auto 50px;
    padding: 120px 40px 80px;
}
#shopDetailPage header h1.itemTitle {
    font-family: "Imbue", serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
#shopDetailPage .itemPrice h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px 0;
    text-align: left;
}
#shopDetailPage .itemPrice .small {
    font-size: 14px;
    margin-left: 5px;
}
#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
    background: #1a1a1a;
    font-family: "Imbue", serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 16px 0;
}
#shopDetailPage .itemDescription p {
    font-size: 15px;
    line-height: 2;
    color: #333;
}
#shopDetailPage .shareButtons {
    margin-top: 20px;
}
#shopDetailPage #slideImg .imgBox {
    border-radius: 0;
}
/* タブ切り替え */
#shopDetailPage .itemTabs {
    margin: 40px 0 24px;
}
#shopDetailPage .itemTabs-nav {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#shopDetailPage .itemTabs-btn {
    flex: 1;
    background: none;
    border: none;
    padding: 12px 0;
    font-family: "Imbue", serif;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    letter-spacing: 0.05em;
}
#shopDetailPage .itemTabs-btn::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #1a1a1a;
    transform: scaleX(0);
    transition: transform 0.3s;
}
#shopDetailPage .itemTabs-btn.active {
    color: #1a1a1a;
}
#shopDetailPage .itemTabs-btn.active::after {
    transform: scaleX(1);
}
#shopDetailPage .itemTabs-btn:hover {
    color: #1a1a1a;
}
#shopDetailPage .itemTabs-content {
    padding: 24px 0;
}
/* カラーバリエーション */
#shopDetailPage .colorVariation {
    margin: 16px 0;
}
#shopDetailPage .colorVariation-label {
    font-size: 14px;
    margin-bottom: 12px;
}
#shopDetailPage .colorVariation-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#shopDetailPage .colorVariation-item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.2s;
    position: relative;
}
#shopDetailPage .colorVariation-item::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}
#shopDetailPage .colorVariation-item.active::before {
    border-color: #1a1a1a;
}
#shopDetailPage .colorVariation-item:hover::before {
    border-color: #999;
}
#shopDetailPage .colorVariation-item.active:hover::before {
    border-color: #1a1a1a;
}
#shopDetailPage .itemTabs-content .appsItemDetailCustomTag_description {
    display: none;
}
#shopDetailPage .itemTabs-content .appsItemDetailCustomTag_description.active {
    display: block;
}
#shopDetailPage .itemTabs-content .appsItemDetailCustomTag_description,
#shopDetailPage .itemDescriptionDefault p,
#shopDetailPage .itemDescriptionLast p {
    font-size: 15px;
    line-height: 2;
    color: #333;
}
#shopDetailPage .itemDescriptionDefault {
    margin: 40px 0 0;
}
#shopDetailPage .itemDescriptionLast {
    margin: 0 0 24px;
}
@media(max-width: 768px) {
    #shopDetailPage #mainContent {
        padding: 100px 20px 60px;
    }
    #shopDetailPage header h1.itemTitle {
        font-size: 24px;
        margin-bottom: 24px;
    }
    #shopDetailPage #mainContent {
        padding: 0;
        width: auto;
    }
    #shopDetailPage #mainContent .item-purchase-wrapper {
        flex-direction: column;
        gap: 0;
    }
    #shopDetailPage #mainContent .item {
        position: static;
        width: auto;
    }
    #shopDetailPage #mainContent .purchase {
        margin: 0;
        width: auto;
    }
    #shopDetailPage h1.itemTitle {
        font-size: 24px;
        margin-bottom: 24px;
    }
    #shopDetailPage #mainContent .item .itemImg {
        height: calc(100vw - 80px);
    }
    #shopDetailPage #mainContent .item .itemImgSlide {
        float: none;
        width: auto;
    }
    #shopDetailPage #mainContent .item .bx-wrapper {
        float: none;
        width: auto;
    }
    #shopDetailPage #slideImg .imgBox {
        height: auto;
        line-height: normal;
        width: auto;
    }
    #shopDetailPage #slideImg .imgBox img {
        width: 100%;
        max-height: none;
        max-width: none;
        object-fit: initial;
    }
    #shopDetailPage #slideImgPager {
        width: 100%;
        height: auto;
    }
    #shopDetailPage .itemTabs-btn {
        font-size: 16px;
        padding: 10px 0;
    }
    #shopDetailPage .itemTabs-content {
        padding: 20px 0;
    }
}

/* その他のページ  */
#PrivacyPage,
#LawPage,
#ContactPage {
    background-color: #EFF0E9;
}
#privacy,
#law,
#ContactPage .main {
    max-width: 960px;
    color: #1a1a1a;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    line-height: 2;
    margin: 0 auto;
    padding: 120px 40px 80px;
    text-align: left;
}
#privacy h2,
#law h2 {
    font-family: "Imbue", serif;
    font-weight: 400;
    font-size: 36px;
    padding: 0 0 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.15);
}
#privacy h3,
#privacy dt {
    font-weight: bold;
    font-size: 15px;
    margin: 24px 0 8px;
}
#privacy .privacy_intro {
    margin: 0 0 20px;
}
#law h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 24px 0 8px;
}
#law .law_attention {
    padding: 20px;
    margin-top: 16px;
    line-height: 1.8;
    background-color: rgba(26, 26, 26, 0.04);
    border-radius: 4px;
}
#law .atobaraiTerm {
    margin: 20px 0;
}
#law .atobaraiTerm .atobaraiTerm__title {
    margin-bottom: 8px;
}
#law .atobaraiTerm .atobaraiTerm__body {
    padding-left: 20px;
}
#law .atobaraiTerm p {
    font-size: 100%;
    line-height: 1.8;
    margin: 0 0 10px;
}
#privacy a,
#law a {
    color: #1a1a1a;
    border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
#privacy a:hover,
#law a:hover {
    border-bottom-color: #1a1a1a;
}

/* contact ページ  */
.inquirySection h1 {
  font-family: 'Imbue', serif;
  font-size: 42px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
}
.inquirySection p {
  font-size: 13px;
  color: #535353;
  letter-spacing: 1px;
}
.inquirySection dl dt {
  font-size: 14px;
  letter-spacing: 1px;
  color: #1a1a1a;
  font-weight: normal;
}
.inquirySection dl dt span {
  color: #11BEAE;
  font-size: 10px;
}
.inquirySection dl dd input,
.inquirySection dl dd textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fafafa;
  font-size: 14px;
  color: #000;
  font-family: inherit;
  transition: border-color 0.3s;
}
.inquirySection dl dd input:focus,
.inquirySection dl dd textarea:focus {
  outline: none;
  border-color: #11BEAE;
}
.inquirySection .control-panel input#buttonLeave {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Imbue', serif;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 16px 0;
  width: 300px;
  transition: background-color 0.3s, color 0.3s;
}
.inquirySection .control-panel input#buttonLeave:hover {
  background-color: #11BEAE;
  color: #fff;
  opacity: 1;
}
