body {
    margin: 0;
    font-family: Arial, san-serif;
    box-sizing: border-box;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #3e3e3e;
    overflow-y: scroll;
}

.top {
    width: 100%;
    text-align: center;
    line-height: 2rem;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: space-around;
    flex-direction: column;
}

#header {
    width: 100%;
    background: white;
    border-top: 1rem solid black;
}

#cp_detail #header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    margin-bottom: 1rem;
}

#cp_detail #header>a:link {
    text-decoration: none;
}

#title {
    color: white;
    background-color: rgb(160, 11, 11);
    padding: 1rem;
}

#title>h1 {
    font-weight: bold;
    line-height: 2rem;
    margin: 0;
}

#title>h2 {
    margin: 0;
    line-height: 2rem;
}

#title>h2.en {
    font-family: serif;
}

p {
    font-feature-settings: "palt";
}

p.red {
    color: red;
}

p.cb {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
}

#top-main-bg {
    background-color: rgb(117, 5, 5);
    width: 100%;
    padding: 2% 10%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 2%;
}

#top-main {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: white;
    min-width: 100%;
    max-width: 1500px;
    max-height: 70vh;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#top-main>div:nth-child(1) {
    flex-basis: 25%;
    background-color: rgb(35, 34, 34);
    height: 100%;
    display: flex;
    flex-direction: column;
}

#top-main>div:nth-child(2) {
    flex-basis: 75%;
    overflow: hidden;
}

#top-main p {
    font-size: x-large;
    font-weight: bold;
    line-height: 3.5rem;
}

#top-main p>span.day {
    font-size: xx-large;
    font-family: serif;
}

#cp_detail p {
    text-align: left;
    font-weight: 600;
    line-height: 1.5rem;
}

#cp_detail p.price {
    font-size: x-large;
}

#cp_detail p.centered, #cp_detail p.centered.notes {
    text-align: center;
}

#top-main p.emphasized {
    font-size: xx-large;
    margin-block-end: 1.5em;
}

#top-main p.emphasized.thin {
    margin: 1rem 0;
}

#top-main p.emphasized>span {
    font-size: 5rem;
}

#top-main span.emphasized {
    font-size: xx-large;
}

#top-main>div>div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 4.1vw 5%;
    color: white;
}

#top-main>div>div>div {
    min-width: 100%;
    border-bottom: 2px solid white;
}

#top-main>div>div>div:nth-child(2) {
    height: 75px;
    margin-block-end: 0.5em;
}

#top-main>div>div>div:nth-child(4) {
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

main>div>div>div:nth-child(4) {
    margin-block-end: 0.5em;
}

#top-main>div>div.top-carousel>div {
    border-bottom: none;
}

#top-main>div>div.top-carousel {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: flex-start;
    margin: 0;
}

#top-main>div>div>div.last {
    border-bottom: none
}

#sub-main>div {
    margin-bottom: 3%;
}

.single {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.single>div.accordion {
    max-width: 750px;
}

.fixed {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}

img.mobile {
    display: none;
}

h1 {
    font-weight: lighter;
    font-size: calc(1000px / 35);
}

img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

#sub-main img {
    width: 100%;
}

img.banner_s {
    padding: 5% 0;
}

.accordion {
    max-height: 863px;
    width: 100%;
    position: relative;
    -webkit-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    -ms-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
}

.accordion.from26th {
    max-height: 975px;
}

.accordion.fromDec17th {
    max-height: 1013px;
}

.accordion.collapsed {
    max-height: 250px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    -ms-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
}

#vert-arrow {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 2%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: space-around;
    align-items: flex-end;
    cursor: pointer;
}

#vert-arrow>img, #vert-arrow>span {
    width: 50px;
    transform: rotate(180deg);
}

#vert-arrow>span:nth-child(1) {
    display: none;
}

#vert-arrow>span:nth-child(3) {
    display: block;
    transform: rotate(0deg);
}

div.collapsed #vert-arrow>img, div.collapsed #vert-arrow>span {
    transform: rotate(0deg);
}

div.collapsed #vert-arrow span:nth-child(1) {
    display: block;
}

div.collapsed #vert-arrow span:nth-child(3) {
    display: none;
}

.subtitle {
    width: 100%;
    margin-bottom: 1%;
    border-bottom: 1px solid black;
}

#cp_detail .subtitle {
    background-color: rgb(255, 217, 102);
    color: black;
    max-width: 1000px;
    border: none;
}

.section-header {
    border-left: 0.5rem solid rgb(247, 172, 177);
    border-bottom: 1px solid rgb(24, 7 172, 177);
    color: rgb(192, 0, 0);
}

.group, .group2, .top-carousel {
    max-width: 1000px;
    margin-bottom: 2%;
    width: 100%;
}

.group>div, .group2>div {
    margin-bottom: 3%;
}

.banners {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 3%;
    max-width: 1000px;
    width: 100%;
}

.banners.single {
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.banners.left-align {
    justify-content: flex-start;
}

#cp_detail .banners.single p.price {
    font-size: xx-large;
}

.banners.centered {
    justify-content: center;
}

.banners.mobile {
    display: none;
}

.banners>div {
    margin: 1%;
    flex-basis: 23%;
    width: 23%;
    order: 2
}

.banners.double>div {
    flex-basis: 48%;
    width: 48%;
}

.single>div {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
}

#products>div.banners {
    justify-content: space-around;
    text-align: left;
}

#products .banners>div {
    margin: 0 2%;
    flex-basis: 21%;
    padding-bottom: 3vh;
}

#products .banners.single>div {
    flex-basis: 33%;
}

#products>.banners>div>img {
    margin-bottom: 10%;
}

#products .banners>div>p, #products .banners>div>span, .campaign>p, .campaign>span {
    line-height: 1.5rem;
    margin: 1%;
}

.shop {
    cursor: pointer;
}

.no-link, img.no-link, img.shop.no-link, .slick-slide img.no-link {
    cursor: default;
}

img.shop {
    max-width: 300px;
    margin-bottom: 5px;
}

.campaign {
    padding-top: 100px;
    text-align: left;
}

.campaign>img, .campaign>a>img {
    margin-bottom: 2%;
}

.gallery {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.arrows {
    position: absolute;
    justify-content: space-between;
    width: 100%;
    max-width: 95vw;
    padding-bottom: 10%;
    max-height: unset;
    pointer-events: none;
}

#cp_detail .arrows {
    max-width: 1050px;
}

.arrows>img {
    width: auto;
    cursor: pointer;
    position: absolute;
    max-height: unset;
    z-index: 99;
}

.arrows .arrow_left {
    left: 0;
    pointer-events: all;
}

.arrows .arrow_right {
    right: 0;
    pointer-events: all;
}

.notes, #cp_detail p.notes, .slick-slide p.notes {
    text-align: left;
    font-size: small;
}

.spacer {
    width: 100%;
    height: 50%;
}

#up {
    transform: rotatez(90deg);
    width: auto;
    max-width: 100px;
}

a:hover, #cp_detail #header #title:hover, .slick-slide img:hover, .banners>div>img:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

.no-link:hover, img.no-link:hover, img.shop.no-link:hover, .slick-slide img.no-link:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

/* Slider */

.slick-slider {
    position: relative;
    display: flex;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    max-width: 90vw;
    z-index: 98;
}

.top-carousel.slick-slider {
    max-width: 1125px;
}

#cp_detail .slick-slider {
    max-width: 1000px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.top-carousel .slick-list {
    padding: 0 0 0 1rem !important;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: flex;
    float: left;
    height: 100%;
    min-height: 1px;
    align-items: flex-start;
    margin: 0 5px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.top-carousel .slick-slide {
    float: right;
    margin-right: 2rem;
}

.slick-slide img {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

.top-carousel .slick-slide img {
    width: unset;
}

.slick-slide p, .banners p {
    margin: 0;
    font-size: medium;
    line-height: 0.9rem;
}

.slick-slide.expired p, .slick-slide.expired span {
    opacity: 0.5;
}

.slick-slide p.price, .banners p.price {
    font-size: 1.5rem;
    color: red;
    line-height: 2rem;
    font-weight: 500;
    margin-top: 0.3rem;
}

.slick-slide p.price>span, .banners p.price>span {
    font-size: 1.1rem;
    font-weight: 600;
}

.slick-slide p.centered, .banners p.centered {
    text-align: center;
    width: 100%;
}

.slick-slide p.cb {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
}

/* .slick-slide span.date, .banners span.date {
    font-size: larger;
    font-weight: bold;
}
 */

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: flex;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

iframe {
    max-height: 100vw;
    max-width: 711px;
    height: 400px;
}

@media only screen and (min-width: 1500px) {
    #top-main {
        min-width: 1500px;
        border-radius: 10px;
    }

    #top-main>div:nth-child(1) {
        border-radius: 10px 0 0 10px;
    }

    .group2>div>div>div {
        min-width: 300px;
    }
}

@media only screen and (max-width: 1499px) {
    .group2>div>div>div {
        min-width: 228px;
    }
}

@media only screen and (max-width: 1040px) {
    #cp_detail p {
        padding: 0 5%;
    }

    .group2>div>div>div {
        min-width: 200px;
    }
}

@media only screen and (max-width: 900px) {
    #top-main {
        flex-direction: column;
        align-items: stretch;
    }

    #top-main>div:nth-child(1) {
        border-radius: 0;
    }

    #top-main>div>div {
        flex-direction: row;
        margin: 0;
        flex-wrap: wrap;
    }

    #top-main>div>div.top-carousel {
        justify-content: center;
    }

    #top-main>div>div>div {
        min-width: 25.5%;
        padding: 0;
        flex-basis: 33%;
        min-height: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        border: none;
        margin: 0;
        flex-basis: 50%;
    }

    #top-main>div>div>div:nth-child(1) {
        flex-basis: 100%;
    }

    #top-main>div>div>div:nth-child(2) {
        margin-block-end: 0;
    }

    #top-main>div>div>div:nth-child(3) {
        order: 2;
    }

    #top-main>div>div>div:nth-child(5) {
        order: 4;
    }

    #top-main p {
        font-size: large;
        line-height: 1.5rem;
    }
    
    #cp_detail p {
        font-size: medium;
    }

    #top-main p:nth-child(2) {
        font-size: medium;
    }

    #top-main>div>div>div:nth-child(3) p {
        font-size: 0.8rem;
        margin: 0.5rem 0;
        margin-block-end: 1.5em;
    }

    #top-main p.emphasized {
        font-size: large;
    }

    #top-main p.emphasized.thin, #top-main span.emphasized {
        font-size: x-large;
    }

    #top-main p.emphasized>span {
        font-size: 3rem;
    }

    .top-carousel .slick-slider {
        max-width: 450px;
    }

    .top-carousel .slick-list {
        padding: 0 !important;
    }

    .top-carousel .slick-track {
        display: flex;
    }

    .top-carousel .slick-slide {
        height: unset;
        margin: 0 1rem;
    }

    .group2>div>div>div {
        min-width: unset;
    }
}

@media only screen and (max-width: 768px) {
    .banners>div {
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .arrows {
        display: flex;
    }

    iframe {
        max-height: 100vw;
        max-width: 711px;
        height: 56vw;
    }
}

@media only screen and (max-width: 450px) {
    .top {
        line-height: 1.5rem;
    }

    /*     img.desktop {
        display: none;
    } */
    img.mobile {
        display: block;
    }

    #title {
        font-size: xx-small;
        padding: 0.5rem;
    }

    #title>h1 {
        font-size: large;
        line-height: 1.5rem;
    }

    #title>h2>p {
        font-size: 1.5rem;
    }

    #top-main-bg {
        padding: 0;
    }

    #top-main {
        max-height: unset;
    }

    #top-main>div:nth-child(2) {
        flex-basis: 100%;
    }

    #cp_detail p.price {
        font-size: 1.5rem;
    }

    .subtitle {
        font-size: small;
    }

    .group.edge {
        padding-bottom: 10%;
        margin-bottom: 5%;
        border-bottom: #c7c7c7 dotted 5px;
    }

    .gallery.desktop {
        display: none;
    }

    .banners {
        flex-direction: column;
    }

    .banners>div {
        margin: 0 1% 3% 1%;
        flex-basis: unset;
        width: unset;
    }

    .banners.mobile {
        display: flex;
    }

    .banners.double>div {
        flex-basis: 96%;
        width: 96%;
    }

    .single .banners>div {
        flex-basis: unset;
    }

    #products .banners>div {
        flex-basis: unset;
        padding-bottom: 80px;
    }

    .slick-track {
        display: flex;
    }

    .slick-slide {
        height: unset;
    }

    .slick-slider {
        max-width: 100vw;
    }

    .slick-slide p, .banners p {
        font-size: medium;
    }

    .slick-slide p.price, .banners p.price {
        font-size: 1.5rem;
    }

    .arrows {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    /* IE10+ only */
    #header {
        min-height: 1px;
    }

    #top-main-bg {
        height: 100%;
    }

    .group, .group2 {
        min-height: 1px;
        width: 100%;
    }

    /*     .single>div:nth-child(1) {
        flex-basis: 71.84px;
    } */
    .single>div:nth-child(2) {
        flex-basis: 863px;
    }

    .banners {
        margin-bottom: 5%;
    }

    .banners>div {
        flex-basis: 240px;
        margin: 0.5%;
    }

    .banners>div.subtitle {
        flex-basis: 72px;
    }

    .banners.double {
        flex-wrap: nowrap;
    }

    .banners.double>div {
        flex-basis: 240px;
    }

    .single>div.accordion {
        flex-basis: 863px;
    }

    .single>div.accordion.collapsed {
        flex-basis: 250px;
    }

    .single>div.accordion.collapsed img {
        max-height: 466.67%;
    }

    .gallery {
        display: inline-flex;
        max-width: 1000px;
        height: 400px;
    }

    .arrows, #cp_detail .arrows {
        left: 0%;
        max-width: 100vw;
    }

    .top-carousel.slick-initialized .slick-slide {
        flex-direction: row;
    }

    .slick-slider {
        max-width: 1000px;
        display: block;
        width: 100%;
    }

    .slick-slide {
        height: auto;
        min-height: 1px;
    }

    .slick-track {
        display: flex;
    }

    .slick-slide img {
        display: inherit;
        width: 70%;
        flex-shrink: 0;
    }

    .top-carousel .slick-slide img {
        width: 100%;
    }

    .top-carousel .slick-list {
        padding: 0 0 0 2rem !important;
    }

    #top-main p.emphasized, #top-main span.emphasized {
        font-size: x-large;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 0px) and (max-width: 768px) {
    .gallery {
        height: 500px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1200px) {
    .arrows .arrow_left {
        left: 5%;
    }

    .arrows .arrow_right {
        right: 5%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1500px) {
    .arrows .arrow_left {
        left: 15%;
    }

    .arrows .arrow_right {
        right: 15%;
    }
}