<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1025px) {
    .product-price__btn.line {
        display: none;
    }
}
@media(max-width:1024px) {
    .remodal-bg {
        display: grid;
    }
    .main-contents {
        display: contents;
    }
    .product-title__container {
        display: contents;
    }
    .left-contents {
        display: contents;
    }
    .side-contents {
        display: contents;
    }
    .product-title {
        padding: 8px;
        font-size: 1.4em;
        line-height: 1.4em;
        font-weight: 700;
        color: #005BAC;
    }
    .product-slider {
        padding-bottom: 24px;
        box-sizing: border-box;
        border-bottom: dashed 1px #E0E0E0;
        width: 100vw!important;
        min-height: 300px;
        opacity: 0;
        animation: fadeIn 2s ease 0s 1 forwards;
        -webkit-animation: fadeIn 2s ease 0s 1 forwards;
    }
    .product-slider .sp-slides-container {
        width: 100%;
        height: 300px;
    }
    .product-slider.slider-pro img.sp-image {
        max-width: 100%;
        max-height: 300px;
        margin-left: 0 !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .product-slider .sp-thumbnail__img-container {
        display: table;
    }
    .product-slider .sp-thumbnail__img-container-inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 100px;
        height: 80px;
    }
    .product-slider .sp-thumbnail__img-container-inner .sp-thumbnail__img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .product-slider .sp-next-arrow,
    .product-slider .sp-previous-arrow {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        display: inline-block;
    }
    .product-slider .sp-next-arrow {
        background-position: -113.5px -25.5px;
    }
    .product-slider .sp-previous-arrow {
        background-position: -113.5px 0;
    }
    .product-slider .sp-next-arrow:after,
    .product-slider .sp-next-arrow:before,
    .product-slider .sp-previous-arrow:after,
    .product-slider .sp-previous-arrow:before {
        content: none;
    }
    .product-slider .sp-selected-thumbnail:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #005BAC;
    }
    .product-detail {
        padding-top: 16px;
    }
    .product-detail__title {
        padding: 8px;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.4em;
        color: #005BAC;
    }
    .product-detail__description {
        padding: 0 8px 24px;
    }
    .product-detail__text {
        font-size: 0.8em;
        word-break: break-all;
    }
    .product-detail__text::before {
        content: "蝠�刀隱ｬ譏�";
        display: block;
        color: #8C8C8C;
        font-weight: 700;
        border-left: solid 2px #005BAC;
        padding-left: 2px;
        margin-bottom: 10px;
    }
    .product-detail__copy {
        font-size: 0.8em;
        margin-top: 20px
    }
    .product-price {
        order: 10;
    }
    .product-price__wrap {
        display: grid;
        grid-template-columns: 100px 1fr;
        grid-template-rows: minmax(0,auto) minmax(0,auto) minmax(0,auto);
        row-gap: 20px;
        align-items: baseline;
        padding: 8px;
    }
    .product-price__text-label {
        color: #E73656;
        font-size: 0.8em;
    }
    .product-price__text {
        color: #E73656; 
    }
    .product-price__text span {
        font-size: 1.4em;
        font-weight: 700;
        margin-right: 5px;
    }
    .product-price__text + br {
        display: none;
    }
    .product-price__num {
        margin-right: 4;
    }
    .product-price__day-label,
    .product-price__daynum {
        font-size: 0.8em;
    }
    .product-price__day-label {
        grid-column: 1;
        grid-row: 2;
    }
    .product-price__daynum {
        grid-column: 2;
        grid-row: 2;
    }
    .product-price__sns {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 10px;
        align-items: center;
        justify-content: center;
        grid-column: 1 / -1;
        grid-row: 3;
    }
    .product-price__btn.twitter,
    .product-price__btn.facebook,
    .product-price__btn.line,
    .product-price__btn.mail {
        color: #FFF;
    }
    .icons__tw,
    .icons__fb,
    .icons__line,
    .icons__mail {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        width: 27px;
        height: 27px;
        background-repeat: no-repeat;
        display: inline-block;
    }
    .icons__tw {
        background-image: url(/images/pc/sprite/sprite.png);
        background-position: -135px 0;
        /* background-position: -82.5px 0; */
    }
    .icons__fb {
        background-position: -82.5px -31px;
    }
    .icons__line {
        background-position: -31px -70px;
    }
    .icons__mail {
        background-position: 0 -70px;
    }
    .product-price__shoptext {
        font-size: 0.8em;
        padding: 16px 8px 24px;
    }
    .icons__interest {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        background-position: 0 -101px;
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 4px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: interest_OFF 0.2s ease;
        animation: interest_OFF 0.2s ease;
        vertical-align: middle;
    }
    .product-spec .product-spec__wrap {
        padding: 0 8px 24px;
    }
    .product-spec__title {
        color: #8C8C8C;
        font-weight: 700;
        font-size: 0.8em;
        border-left: solid 2px #005BAC;
        padding-left: 2px;
        margin-bottom: 10px;
    }
    .product-spec__text {
        font-size: 0.8em;
        word-break: break-all;
    }
    .product-title__container .annotation {
        padding: 0 8px;
        font-size: 0.8em;
        color: #005BAC;
    }
    .tags-and-categorys {
        border-bottom: dashed 1px #E0E0E0;
        padding: 16px 8px 24px;
    }
    .tags-and-categorys__title {
        font-size: 0.8em;
        color: #8C8C8C;
        font-weight: 700;
        margin-bottom: 8px;
        padding-left: 2px;
    }
    .tags-and-categorys__tags {
        font-size: 0.8em;
        word-break: break-all;
        line-height: 1.6em;  
    }
    .tags-and-categorys__tag {
        display: inline-block;
        padding: 1px 4px;
        margin-bottom: 6px;
        color: #005BAC;
        font-weight: 700;
        border: 1px solid #005BAC;
        border-radius: 16px;
    }
    .product-outbound {
        border-bottom: dashed 1px #E0E0E0;
    }
    .product-outbound__btn {
        padding: 16px 8px;
    }
    .product-outbound__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        height: 40px;
        border-radius: 20px;
        background: #F39700;
        color: #FFF;
        text-decoration: none;
        font-size: 1.2em;
        box-sizing: border-box;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .side-contents__title {
        width: calc(100% - 16px);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin: auto;
        background: #005BAC;
        box-sizing: border-box;
        height: 46px;
        border-radius: 23px;
        color: #FFF;
        font-size: 1.2em;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 8px;
    }
    .side-contents__icon.icons__cart {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        width: 18px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: -139px -106px;
        display: inline-block;
        margin-right: 8px;
    }
    .side-contents__shoplist {
        width: 100%;
        padding: 8px 8px 32px;
        margin-top: 8px;
        box-sizing: border-box;
        border-bottom: dashed 1px #E0E0E0;
        z-index: 5;
    }
    .side-contents__list {
        position: relative;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        background: #FFF;
    }
    .side-contents__list::before,
    .side-contents__list::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 100%;
        display: block;
    }
    .side-contents__list::before {
        border: 10px solid transparent;
        border-bottom: solid 16px #E0E0E0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .side-contents__list::after {
        border: 10px solid transparent;
        border-bottom: solid 16px #FFF;
        -webkit-transform: translate(-50%, 2px);
        transform: translate(-50%, 2px);
    }
    .side-contents__list-item {
        padding: 2px;
    }
    .side-contents__list-item:not(:last-child) {
        border-bottom: dashed 1px #E0E0E0;
    }
    .side-contents__link {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-radius: 8px;
        height: 40px;
        text-decoration: none;
        color: #000;
    }
    .side-contents__outbound {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        background-position: -45.5px -126.5px;
        width: 12px;
        height: 13px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 8px;
    }
    .side-contents__relation {
        padding: 16px 0 24px;
    }
    .side-contents__relationtitle {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 8px;
        font-size: 1.2em;
        font-weight: 700;
        color: #005BAC;
    }
    .side-contents__relationtitle::before {
        content: "";
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        background-repeat: no-repeat;
        background-position: -139px 0;
        width: 19px;
        height: 18px;
        display: inline-block;
        margin-right: 8px;
    }
    .side-contents__item {
        display: grid;
        padding: 16px 8px;
        border-bottom: solid 1px #E0E0E0;
        color: #000;
        min-height: 160px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .side-contents__item-link {
        display: contents;
        text-decoration: none;
        color: inherit;
    }
    .side-contents__itemtitle {
        color: #005BAC;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .side-contents__price {
        color: #E73656;
        font-size: 0.8em;
        line-height: 1.4em;
        margin-bottom: 8px;
    }
    .side-contents__pricenum span {
        font-size: 1.2em;
    }
    .side-contents__release-date {
        font-size: 0.8em;
        margin-bottom: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .side-contents__release-date-label {
        width: 44px;
    }
    .side-contents__release-date-data {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
    .side-contents__item {
        display: grid;
        grid-template-columns: 45% 1fr;
        grid-template-rows: auto minmax(0,auto) minmax(0,auto) auto;
        align-items: center;
    }
    .side-contents__itemtitle {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
    }
    .side-contents__thumb {
        grid-column: 1;
        grid-row: 1 / -1;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 120px;
        padding-right: 8px;
        box-sizing: border-box;
    }
    .side-contents__thumb .side-contents__img {
        max-width: 100%;
        max-height: 120px;
        width: auto;
        height: auto;
    }
    .side-contents__price {
        grid-column: 2;
        grid-row: 2;
    }
    .side-contents__release-date {
        grid-column: 2;
        grid-row: 3;
    }
    .side-contents__btn-interest-container {
        grid-column: 2;
        grid-row: 4;
        align-self: start;
    }
    .side-contents__btn-interest-container .product-list__icon {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        background-position: -162px -19.5px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 2px;
        -webkit-animation: interest_OFF 0.2s ease;
        animation: interest_OFF 0.2s ease;
        vertical-align: middle;
    }
    .side-contents__btn-interest-container .btn-interest {
        width: 130px;
        height: 30px;
    }
    .side-contents__btn-interest-container .btn-interest &gt; div {
        margin-right: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #F39700;
        font-size: 0.8em;
        vertical-align: middle;
    }
    .side-contents__btn-interest-container .btn-interest__score {
        min-width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 0.7rem;
        color: #000;
        border-radius: 10.5px;
    }
    .side-contents__btn-interest-container .btn-interest__score:before {
        border: 3px solid transparent;
        border-right: solid 8px #E0E0E0;
        -webkit-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%);
    }
    .side-contents__btn-interest-container .btn-interest__score:after {
        border: 3px solid transparent;
        border-right: solid 8px #FFF;
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%);
    }
    .side-contents__more {
        padding: 0 8px;
        margin-top: 16px;
    }
    .side-contents__more-btn {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        text-decoration: none;
        color: #000;
        box-sizing: border-box;
        background: #FFF;
        border: 2px solid #8C8C8C;
        border-radius: 20px;
    }
    .side-contents__more-btn::before,
    .side-contents__more-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .side-contents__more-btn::before {
        border: 8px solid transparent;
        border-left: solid 8px #8C8C8C;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .side-contents__more-btn::after {
        border: 8px solid transparent;
        border-left: solid 8px #FFF;
        -webkit-transform: translate(-2px, -50%);
        transform: translate(-2px, -50%);
    }
    .product-movie {
        padding-top: 16px;
    }
    .product-movie .product-movie__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 8px;
        font-size: 1.2em;
        font-weight: 700;
        color: #005BAC;
    }
    .product-movie .product-movie__title .product-movie__icon {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        background-position: -48.5px -101px;
        width: 19px;
        height: 19px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 8px;
    }
    .product-movie__contents {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 5px;
        padding: 16px 8px 24px;
    }
    .product-movie__text {
        padding: 0;
        font-size: 14px;
        height: 39.2px;
        line-height: 1.4;
        position: relative;
    }
    .product-movie__text::before,
    .product-movie__text::after {
        background: #FFF;
        position: absolute;
    }
    .product-movie__text-container {
        background: #FFF;
        overflow: hidden;
        width: 100%;
        margin-top: 5px;
    }
    .product-movie__text::before {
        content: "...";
        top: 19.6px;
        right: 0;
        width: 48px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(.7, #fff), to(white));
        text-align: right;
    }
    .product-question {
        background: #F0F0F0;
    }
    .product-question__buttonwarap {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        padding: 0 8px 24px;
        box-sizing: border-box;
        padding-top: 16px;
    }
    .product-question__btn {
        padding: 0 8px;
        height: 40px;
        border-radius: 20px;
        width: 48%;
        box-sizing: border-box;
        text-decoration: none;
    }
    .product-question__btn.contact:first-of-type {
        padding: 0 8px;
    }
    .product-question__btn.product-question__blue {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: #005BAC;
        color: #FFF;
    }
    .product-question__btn.product-question__blue .product-question__icon {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        background-repeat: no-repeat;
        background-position: -162px -96px;
        width: 16px;
        height: 12px;
        display: inline-block;
        margin-right: 4px;
    }
    .product-question__btn.product-question__white {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border: 2px solid #005BAC;
        background: #FFF;
        color: #005BAC;
    }
    .product-question__btn.product-question__white .product-question__icon {
        background-image: url(/images/sp/sprite/sprite.png);
        background-size: 177px;
        background-repeat: no-repeat;
        background-position: -162px -111.5px;
        width: 12px;
        height: 15px;
        display: inline-block;
        margin-right: 4px;

    }

    /*  驟咲ｽｮ  */
    .product-price {
        order: 10;
    }
    .product-price__shoptext {
        order: 20;
    }
    .side-contents__title {
        order: 30;
    }
    .side-contents__shoplist {
        order: 40;
    }
    .product-detail {
        order: 50;
    }
    .product-spec {
        order: 60;
    }
    .annotation {
        order: 70;
    }
    .product-outbound {
        order: 80;
    }
    .tags-and-categorys {
        order: 90;
    }
    .sub-contents {
        order: 100;
    }
    .side-contents__relation {
        order: 110;
    }



    img {
        max-width: 100%;
    }

}</pre></body></html>