﻿
/*=============================
    Animation
==============================*/
@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

/*=============================
    common
==============================*/
#js-junkoshimada-pagetop-area{display: none;}
#Contents,
.productDetail--js_junkoshimada {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.productDetail img {
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
/*
  #utility
*/
.u-invisible {
    display: none!important;
}
/*
    #breadcrumb
*/
#breadcrumb {
    padding-bottom: 1.6rem;
}
/*
    Brand Logo
*/
.contents-top__brand-list {
    margin-bottom: 3.5rem;
}
/*
    #icon
*/
.basicInfoBlock__icons {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.basicInfoBlock__icons .icon {
    padding: .5rem;
    margin: 0 .3rem 1.7rem 0;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 1;
    color: var(--white);
}
.icon_list .icon.dis_no {
    display: none;
}
.icon_list .salepercent-icon {
    display: none;
}
.icon_list .icon.dis_show {
    display: list-item;
}
/*
    #Footer summary Text Area
*/
.ProductDetail_footerBox {
    width: 100%;
    background-color: var(--black);
    color: var(--dhusar-grey);
    font-family: var(--open-sans);
    font-weight: 400;
    font-feature-settings: normal;
    -webkit-font-feature-settings: normal;
}
.ProductDetail_footerBox .footer__description-text {
    width: 58%;
    margin: 0 auto;
}
.ProductDetail_footerBox__inner {
    width: 90%;
    max-width: 120rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6.0rem;
}
#Foot .summaryText__logo,
#Foot .footer__description-text {
    display: none;
}
#Foot .footer__inner {
    padding-top: 0;
}
/*
    #Top Promotion Area
*/
.productDetail__TopPromotion-wrap {
    margin-bottom: 3rem;
}
#breadcrumb .breadcrumb__list-item:first-child .breadcrumb__separator {
    display: none;
}
/*=============================
    Lib
==============================*/

/*
    #swiper
*/
.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--black);
    font-size: 2em;
}
.swiper-pagination {
    display: none;
    width: 15%;
    padding: calc(5 * (100vw / 375));
    bottom: 3%;
    left: 4.5%;
    border-radius: 20px;
    font-size: calc(11 * (100vw / 375));
    color: var(--white);
    background-color: rgba(157,156,160,0.5);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .2;
}
.onlyone-slide .swiper-button-next,
.onlyone-slide .swiper-button-prev {
    opacity: 0;
}
/*
    #photoswipe
*/

.pswp__bg {
    background-color: var(--white);
}
.pswp__img--placeholder--blank {
    background: var(--white);
}
.pswp__counter {
    color: var(--black);
}
.pswp__button--zoom,
.pswp__button--fs,
.pswp__button--close {
    background-image: url("/Js/Lib/photoswipe/default-skin/default-skin-custom.png")!important;
}
.pswp__top-bar,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption,
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption {
    background-color: transparent!important;
    visibility: visible;
    opacity: 1;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    opacity: 0.5;
    visibility: visible;
}

/*=============================
    Layout
==============================*/
.productDetail {
    width: 100%;
    max-width: 124rem;
    padding: 0 2rem;
    margin: 0 auto;
}
.productDetail__main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6rem;
    border-bottom: solid 1px var(--aria);
    flex-wrap: wrap;
}
.productDetail__bottom {
    margin: 8rem 0 12rem ;
}
/*
    .photoBlock
*/
.photoBlock {
    display: inline-block;
    box-sizing: border-box;
    width: 59rem;
    vertical-align: top;
}
.mainImageBlock {
    opacity: 0;
    transition: 1s;
}
.mainImageBlock.swiper-container-initialized {
    opacity: 1;
}
.mainImageBlock__item a {
    pointer-events: none;
}
.thumbImageBlock {
    width: 100%;
    opacity: 0;
    transition: 1s;
}
.thumbImageBlock.swiper-container-initialized {
    opacity: 1;
}
.thumbImageBlock__items {
    display: flex;
    flex-wrap: wrap;
}
.thumbImageBlock__items > .thumbImageBlock__item {
    box-sizing: border-box;
    cursor: pointer;
    width: calc((100% - 7.7rem) / 8);
    margin-bottom: .9rem;
    margin-left: 1.1rem;
}
.thumbImageBlock__items > .thumbImageBlock__item:first-child,
.thumbImageBlock__items > .thumbImageBlock__item:nth-child(8n+1){
    margin-left: 0;
}
.productDetail--crossmarche .thumbImageBlock__items > .thumbImageBlock__item--variation,
.productDetail--rosemadame .thumbImageBlock__items > .thumbImageBlock__item--variation {
    opacity: 0;
    transition: opacity .1s ease-in-out;
}
.productDetail--crossmarche .thumbImageBlock__items > .thumbImageBlock__item--variation-show,
.productDetail--rosemadame .thumbImageBlock__items > .thumbImageBlock__item--variation-show {
    opacity: 1;
}
.thumbImageBlock__items > .thumbImageBlock__item > img {
    box-sizing: border-box;
    border: 2px solid transparent;
}
.thumbImageBlock__items > .swiper-slide-thumb-active > img {
    border: 2px solid #4C97BF;
}
.thumbImageBlock__colorName {
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    margin-top: .3rem;
    /*padding: 0.5rem 0;*/
}
/*
    .product-stockcheck
*/
.product-stockcheck {
    margin-top: 1rem;
    margin-bottom: .7rem;
    min-height: 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
}
.product-stockcheck .product-stockcheck__item {
    display: none;
}
.product-stockcheck .color_wrapper {
    margin-bottom:  .7rem;
}
.stockcheck_item-color {
    margin-right: 0.8rem;
}
.pill_wrapper {
    display: flex;
    align-items: center;
}
.stockcheck_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.stockcheck_wrapper .stockcheck_pill {
    padding: .1rem .9rem;
    margin: 0 0.4rem 0.4rem 0;
    border-radius: 100px;
    border: solid 1px var(--aria);
}
.stockcheck_title {
    margin: 0 0.6rem 0 0;
}
.stockcheck_size {
    font-weight: 600;
}

/*
    .detailsBlock
*/
.detailsBlock {
    display: inline-block;
    box-sizing: border-box;
    width: 61rem;
    padding-left: 4rem;
    /*margin-left: 4rem;*/
    /*padding-left: 3.5%;*/
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.6;
}
/*
    .basicInfoBlock
*/
.basicInfoBlock__brandName {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
    font-family: var(--quattrocento-sans);
    font-weight: bold;
    letter-spacing: .03em;
}
.basicInfoBlock__productName {
    margin-bottom: .9rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    word-break: break-all;
}
.basicInfoBlock__productName-magazine {
    display: block;
}
.basicInfoBlock__sellingPrice {
    margin-bottom: 1.2rem;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1;
}
.basicInfoBlock__sellingPrice .tax {
    font-weight: normal;
    font-weight: bold;
    font-size: 1.3rem;
    margin-left: -1.1rem;
}
.basicInfoBlock__sellingPrice .regular_price {
    display: inline-block;
    position: relative;
    margin-right: 0.2rem;
    vertical-align: bottom;
    font-size: 1.6rem;
    margin-left: -.2rem;
}
.basicInfoBlock__sellingPrice .regular_price::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--black);
}
.basicInfoBlock__sellingPrice .regular_price .tax {
    font-size: 1.2rem;
    margin-left: -.7rem;
}
.basicInfoBlock__sellingPrice .sale_price {
    color: var(--incubation-red);
    display: inline-block;
    vertical-align: bottom;
}
.basicInfoBlock__sellingPrice .sale_price .tax{
    margin-left: -1.1rem;
}
.basicInfoBlock__sellingPrice .sale_price--rankttl {
    font-size: 1.6rem;
}
.pointBlock {
    display: flex;
    align-items: center;
    vertical-align: bottom;
    font-size: 1.1rem;
    line-height: 1;
    opacity: 0;
}
.pointBlock--show {
    opacity: 1;
}
.pointBlock__icon {
    width: 2.4rem;
    margin-right: .5rem;
}
.pointBlock__icon > svg {
    width: 100%;
    height: auto;
}
.pointBlock__text {
  letter-spacing: .06em;
}
.pointBlock__point {
    /* font-size: 2rem; */
    font-size: 1.6rem;
    font-family: var(--quattrocento-sans);
    font-weight: bold;
}
.pointBlock__point-wrap{
    display: flex;
    align-items: baseline;
}
.pointBlock__text--fixed-purchase {
    margin-left: 1ch;
}

/*
  SetPromotion
*/
.setpromotion-wrap {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--incubation-red);
}
.setpromotionVar-wrap {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--incubation-red);
}
.setpromotionVar-wrap .setpromotion {
    margin-bottom: .3rem;
}
.setpromotionVar-wrap .setpromotion:last-child {
    margin-bottom: 0;
}
/*=============================
    MultiVariation Cart
==============================*/
.multiVariation {
    margin: 3rem 0 2.2rem 0;
    border-top: 1px solid var(--aria);
}
.multiVariation__inner {
    display: flex;
    box-sizing: border-box;
    padding: 2.9rem 0 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E3E3E3;
    opacity: 0;
}
.multiVariation__inner--show {
    opacity: 1;
}
.multiVariation__inner:first-child {
    border-top: 1px solid #E3E3E3;
}
.multiVariation__img-wrap  {
    box-sizing: border-box;
    width: 12rem;
    /* max-width: 18rem; */
    flex-shrink: 0;
}
.multiVariation__img {
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.productDetail--crossmarche .multiVariation__img-wrap .multiVariation__img,
.productDetail--rosemadame .multiVariation__img-wrap .multiVariation__img {
    display: none;
    opacity: 0;
    transition: opacity .1s ease-in-out;
}
.productDetail--crossmarche .multiVariation__img-wrap--show .multiVariation__img,
.productDetail--rosemadame .multiVariation__img-wrap--show .multiVariation__img {
    display: block;
    opacity: 1;
}
.productDetail--crossmarche .multiVariation__img-wrap--hide .multiVariation__img,
.productDetail--rosemadame .multiVariation__img-wrap--hide .multiVariation__img {
    display: none;
}
.multiVariation__color {
    margin-top: .4rem;
    text-align: center;
    font-size: 1.1rem;
}
.productDetail--crossmarche .multiVariation__img-wrap .multiVariation__color,
.productDetail--rosemadame .multiVariation__img-wrap .multiVariation__color {
    opacity: 0;
}
.productDetail--crossmarche .multiVariation__img-wrap--show .multiVariation__color,
.productDetail--rosemadame .multiVariation__img-wrap--show .multiVariation__color {
    opacity: 1;
}
.productDetail--crossmarche .multiVariation__img-wrap--hide .multiVariation__color,
.productDetail--rosemadame .multiVariation__img-wrap--hide .multiVariation__color {
    opacity: 1;
    font-size: 1.3rem;
}
.multiVariation__size-stock-wrap {
    box-sizing: border-box;
    width:41rem;
    /*padding-left: 4rem;*/
    flex-shrink: 0;
}
.multiVariation__size-stock {
    display: flex;
    width: 100%;
    margin-bottom: 1.13rem;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
}
.multiVariation__size-stock:first-child{
    /*margin-top: 1rem;*/
}
.multiVariation__size-stock:last-child{
    margin-bottom: 0;
}
.multiVariation__size-stock-inner{
    width: 16.8rem;
    padding-right: 1.5rem;
    flex-shrink: 0;
    margin-top: -0.05rem;
    margin-left: 0.1rem;
}
.multiVariation__cart-mail {
    width: 20rem;
    flex-shrink: 0;
}
.multiVariation__addFavorite {
    box-sizing: border-box;
    width: 4.1rem;
    padding-top: .7rem;
    padding-left: 1.3rem;
    text-align: right;
    flex-shrink: 0;
}
.multiVariation__favorite {
    width: 100%;
    max-width: 3.2rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.multiVariation__size {
    font-size: 1.5rem;
    letter-spacing: .16rem;
    letter-spacing: 0rem;
    text-align: left;
    font-weight: bold;
    margin-left: -0.05rem;
	word-break: break-word;
}
.valStockMessageTxt {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.2;
}
.deliveryTypeTxt--reservedDelivery,
.deliveryTypeTxt--reserved {
    color: var(--dhusar-grey);
}
/*
    .icon Favorite
*/
.multiVariation__addFavorite svg {
    width: 2.8rem;
    overflow: hidden;
    vertical-align: middle;
}
.multiVariation__addFavorite .registered #svg-path_Favorite,
.multiVariation__addFavorite > a:hover #svg-path_Favorite {
    fill: #f0aa83;
    stroke: #f0aa83;
}
.multiVariation__addFavoriteSpText {
    display: none;
}
/*
    .btn Add
*/
.multiVariation__cart-mail .btn {
    display: block;
    box-sizing: border-box;
    width: 100%;
    /* padding: 1rem 1rem; */
    padding: 1rem 1rem 0.8rem 1rem;
    border-radius: 4px;
    text-align: center;
}
.multiVariation__cart-mail .addCart .btn {
    width: 100%;
    background-color: var(--black);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 600;
}
.multiVariation__cart-mail .addCart .btn:hover {
    background-color: var(--dhusar-grey);
    opacity: 1;
}
.multiVariation__cart-mail .addCart .CartSoldout-Text {
    box-sizing: border-box;
    width: 100%;
    padding: 1.3rem 1rem;
    border: solid 1px var(--aria);
    border-radius: 4px;
    background-color: var(--white);
    text-align: center;
    font-size: 1.4rem;
    color: var(--cold-grey);
    line-height: 1;
    font-weight: 600;
}
.multiVariation__cart-mail .addRearrival .btn {
    font-size: 1.4rem;
    line-height: 4rem;
    /* line-height: 4rem; */
    line-height: 3.8rem;
    padding: 0;
    border: solid 1px var(--dhusar-grey);
    background-color: var(--white);
    color: var(--shadow-mountain);
    font-weight: 600;
}
.multiVariation__cart-mail .addRearrival .btn:hover {
    opacity: .7;
}
.multiVariation__cart-mail .addRearrival span{
    font-size: 1.2rem;
    text-align: center;
    display: block;
    margin-top: .5rem;
    background: var(--dhusar-grey);
    color: #FFF;
    padding: .3rem 0;
}

/*
    ProductArrivalMail
*/
.ProductArrivalMail-wrap{
    font-size: 1.2rem;
    width: 100%;
    margin: 2rem 0 1.5rem;
    padding: 2rem;
    border: 1px solid var(--aria);
}
.ProductArrivalMail-wrap dl{
    margin-top: 1.5rem;
}
.ProductArrivalMail-wrap dt{
    display: flex;
    margin-bottom: 1rem;
}
.ProductArrivalMail-wrap dt span{
    font-weight: normal;
}
.ProductArrivalMail-wrap input[type="text"]{
    width: 100%;
    height: 5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border: 1px solid var(--aria);
}
.ProductArrivalMail-wrap .button--square{
    width: 20rem;
    margin: 15px auto 0;
    outline: none;
}
.ProductArrivalMail-wrap .error_inline{
    font-size: 1.1rem;
    display: block;
    margin-top: 0.9rem;
    color: var(--incubation-red)!important;
}
.ProductArrivalMail-wrap .IsLoggedIn_display{
    margin-bottom: 1rem;
}
.ProductArrivalMail-wrap .checkBox{
    display: block;
}
.ProductArrivalMail-wrap .checkBox + .checkBox{
    margin-top: .8rem;
}
.ProductArrivalMail-wrap .checkBox input[type=checkbox] {
  display: none;
}
.ProductArrivalMail-wrap .checkBox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 2.7rem;
}
.ProductArrivalMail-wrap .checkBox label::before,
.ProductArrivalMail-wrap .checkBox label::after {
  content: '';
  display: block;
  background: url(../../../Contents/ImagesPkg/user/icn_checkbox_off.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ProductArrivalMail-wrap .checkBox label::after {
  opacity: 0;
  background: url(../../../Contents/ImagesPkg/user/icn_checkbox_on.svg);
}
.ProductArrivalMail-wrap .checkBox label::before,
.ProductArrivalMail-wrap .checkBox label::after {
    background-size: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
}
.ProductArrivalMail-wrap .checkBox input[type=checkbox]:checked+label::after {
  transition: opacity .1s ease-in-out;
  opacity: 1;
}
.ProductArrivalMail-success {
    width: 100%;
    margin-top: 1rem;
    padding-left: 16.8rem;
    text-align: left;
    font-size: 1.3rem;
    color: var(--shadow-mountain);
    animation-duration: .8s;
    animation-name: fade-in;
}

/*=============================
    ExtendInfoBlock
==============================*/
.extendInfoBlock {
    margin-bottom: 5rem;
}
.extendInfoBlock__unisize {
    margin-bottom: 2.2rem;
}
.extendInfoBlock__other {
    font-size: 1.3rem;
}
.extendInfoBlock__sizeLink {
    display: inline-block;
    vertical-align: middle;
}
.extendInfoBlock__sizeIcon {
    vertical-align: middle;
}
.extendInfoBlock__sizeText {
    display: inline-block;
    vertical-align: top;
    margin: 0.1rem 0 0 0.3rem;
}
.extendInfoBlock__shippingLink {
    display: inline-block;
    margin-left: 2.8rem;
    vertical-align: middle;
}
.extendInfoBlock__shippingIcon {
    vertical-align: middle;
}
.extendInfoBlock__shippingText {
    display: inline-block;
    vertical-align: top;
    margin: 0.1rem 0 0 0.3rem;
}

/*=============================
    liveContentsBlock
==============================*/
.liveContentsBlock {
    margin-bottom: 5rem;
}
/*=============================
    detailInfoBlock
==============================*/
.detailInfoBlock {
    word-break: break-all;
}
.info-tabBlock__nav {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.info-tabBlock__menu {
    box-sizing: border-box;
    width: 26%;
    padding: 1.2rem 1rem 1.2rem;
    margin-right: 1%;
    border-radius: 4px 4px 0 0;
    font-size: 1.3rem;
    color: var(--white);
    background-color: var(--shadow-mountain);
    border: solid 1px var(--shadow-mountain);
    text-align: center;
    cursor: pointer;
    line-height: 1;
    transition: background-color .3s;
}
.info-tabBlock__menu:hover {
    color: var(--white);
    background-color: var(--dhusar-grey);
    border: solid 1px var(--dhusar-grey);
}
.info-tabBlock__menu--active {
    color: var(--black);
    background: var(--white);
    border: solid 1px var(--dhusar-grey);
    border-bottom: solid 1px var(--white);
    z-index: 2;
}
.info-tabBlock__body {
    padding: 3rem 0;
    border-top: solid 1px var(--dhusar-grey);
    margin-top: -1px;
    font-size: 1.4rem;
    line-height: 2;
}
.info-tabBlock__wrap {
    display: none;
}
.info-tabBlock__wrap--active {
    display: block;
    animation-duration: 1.5s;
    animation-name: fade-in;
}
.ProductDesc__outline {
    line-height: 2;
}
.ProductDesc__outline table {
    width: 100%;
    background-color: transparent;
}
.ProductDesc__outline table tr {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.ProductDesc__outline table tr th {
    width: 20%;
}
.ProductDesc__outline table tr td {
    width: 80%;
}
.ProductDesc__outline table tr td br:first-child {
    display: none;
}
.ProductQuality {
    line-height: 2;
}
.ProductQuality table {
    width: 100%;
    table-layout: fixed;
}
.ProductQuality tr {
    margin-bottom: 2.5rem;
}
.ProductQuality th {
    width: 20%;
}
.ProductQuality td {
    width: 80%;
}
.ProductDesc__reservation {
    margin-bottom: 2.5rem;
    color: var(--incubation-red);
}
.ProductDesc__catchcopy {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
}
/*
    Laundry Area
*/
.ProductQuality__laundryImg > ul {
    display: flex;
    margin-top:  1rem;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
}
.ProductQuality__laundryImg > ul > li  {
    width: 3rem;
    margin-right: 0.5rem;
}
.ProductQuality__laundryImg > ul > li:last-child {
    margin-right: 0;
}
/* CROSSPLUS-1373 Processing for irregular character strings */
.ProductQuality__laundryImg > ul > li.laundryImg__text {
    width: 100%;
    margin: 1rem 0 .5rem;
    font-size: 1.3rem;
}
/* // CROSSPLUS-1373 Processing for irregular character strings */
.ProductQuality__laundryImg > ul > li img {
    max-height: 2.5rem;
}
.ProductQuality__laundryInfo {
    margin-top: 1.5rem;
}
/*
    ProductSize Table
*/
.ProductSize__table {
    width: 100%;
    background: var(--white);
    overflow-x: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
}
.ProductSize__table::-webkit-scrollbar {
    height: 4px;
}
.ProductSize__table::-webkit-scrollbar-track {
    background-color: var(--aria);
}
.ProductSize__table::-webkit-scrollbar-thumb {
    background-color: var(--dhusar-grey);
    border: none;
}
.ProductSize__table::-webkit-scrollbar-thumb:hover {
    background-color: var(--cold-grey);
}
.ProductSize__table table {
    width: 100%;
    border-collapse: collapse;
}
.ProductSize__table th,
.ProductSize__table td {
    box-sizing: border-box;
    width: 10%;
    min-width: 6rem;
    padding: 0.4rem;
    vertical-align: top;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    background-color: var(--white);
}
.ProductSize__table th {
    background-color: var(--white-solid);
}
.ProductSize__table td {
    border-bottom: solid 1px var(--aria);
}
.ProductSize__table tr > th:first-child,
.ProductSize__table tr > td:first-child {
    position: sticky;
    left: 0;
}
.ProductSize__table tr > th:first-child:before,
.ProductSize__table tr > td:first-child:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: solid 2px var(--white);
}
.ProductSize__table tr > th:first-child:before {
    border-left: solid 2px  var(--white-solid);
}
.ProductSize__attention-wrap {
    margin-top: 1.5rem;
    line-height: 2;
}
.ProductSize__attention {
    margin: 0;
}
/*=============================
    productDetail Bottom Area
==============================*/
.productDetail__bottom-ttl {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: var(--quattrocento-sans);
    line-height: 1;
}
.productDetail__bottom-ttl--ranking {
    margin-bottom: 2.9rem;
}
.productDetail__bottom-ttlLink {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    color: var(--major-blue);
}
.productDetail__bottom-itemLists-wrap {
    margin-bottom: 6rem;
}
.productDetail__bottom-itemLists {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.productDetail__bottom-itemList {
    width: 15.83333%;
    margin-right: 1%;
    margin-bottom: 2rem;
}
.productDetail__bottom-itemList:nth-child(6n) {
    margin-right: 0;
}
/*
    related Feature
*/
.relatedFeatureList__lists > li {
    width: 19.33333%;
    margin-right: 0.83333%;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
}
.relatedFeatureList__lists > li:nth-child(5n) {
    margin-right: 0;
}
.relatedFeatureList__lists > li:nth-child(n+6) {
    display: none;
}
.relatedFeatureList__lists > li > a {
    display: block;
}
.relatedFeatureList__lists > li p {
    margin-top: 1.4rem;
}
/*
    Ranking / Recommend
*/
.ProductRankingList {
    margin-bottom: 4rem;
    display: none;
}
.ProductRankingList--show {
    display: block;
}
.ProductRankingList__lists .productList_itemImgBox,
.ProductRecommendList__lists .productList_itemImgBox {
    width: 15.83333%;
    margin-right: 1%;
    margin-bottom: 4rem;
}
.ProductRankingList__lists .productList_itemImgBox:nth-child(6n),
.ProductRecommendList__lists .productList_itemImgBox:nth-child(6n) {
    margin-right: 0;
}
.ProductRankingList__lists .productList_itemImgBox:nth-child(n+7) {
    display: none;
}
.ProductRankingList__lists .productList_itemImg,
.ProductRecommendList__lists .productList_itemImg {
    position: relative;
}
.ProductRankingList__lists .productList_itemImgBox .icon_list,
.ProductRecommendList__lists .productList_itemImgBox .icon_list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
    width: 100%;
}
.ProductRankingList__lists .productList_itemImgBox .rank {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -1.7rem;
    left: 0;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.5rem;
    font-family: var(--quattrocento-sans);
    color: var(--white);
    background-color: var(--rodeo-tan);
    border-radius: 50%;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ProductRankingList__lists .productList_itemImgBox:nth-child(n + 4) .rank {
    color: var(--shadow-mountain);
    border: 1px solid var(--shadow-mountain);
    background-color: var(--white);
}
.ProductRankingList__lists .productlist__itemInfo,
.ProductRecommendList__lists .productlist__itemInfo,
.relatedFeature .productlist__itemInfo {
    padding: 0.5rem 0 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.7;
}
.ProductRankingList__lists .productlist__itemInfo .brandName,
.ProductRecommendList__lists .productlist__itemInfo .brandName,
.relatedFeature .productlist__itemInfo .brandName{
    margin-bottom: 0.4rem;
    font-weight: bold;
    font-family: var(--quattrocento-sans);
}
.ProductCoordinateList__body {
    /* コーディネート用 */
    overflow-x: auto;
    overscroll-behavior-x: contain;
}
.ProductCoordinateList__lists {
    /* コーディネート用 */
    display: flex;
    align-items: flex-start;
    gap: 2rem 1.2rem;
    width: max-content;
    padding-bottom: 0.8rem;
}
.ProductCoordinateList__list {
    /* コーディネート用 */
    flex-shrink: 0;
    width: 20.4rem;
}
.ProductCoordinateList__list img {
    /* コーディネート用 */
    height: auto;
}
.ProductCoordinateList__list__detail-txt {
    /* コーディネート用 */
    padding: 0.5rem 0 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.7;
}
.ProductCoordinateList__list__detail-txt span{
	/* コーディネート用 */
	display: block;
}
.ProductRankingList__lists .productlist__itemInfo .itemName,
.ProductRecommendList__lists .productlist__itemInfo .itemName,
.relatedFeature .productlist__itemInfo .itemName {
    margin-bottom: 0.4rem;
    word-break: break-all;
}
.ProductRankingList__lists .productlist__itemInfo .productPrice,
.ProductRecommendList__lists .productlist__itemInfo .productPrice {
    letter-spacing: 0.02em;
}
.ProductRankingList__lists .productlist__itemInfo .sale_price,
.ProductRecommendList__lists .productlist__itemInfo .sale_price {
    color: var(--incubation-red);
}
.ProductRankingList__lists .productlist__itemInfo .regular_price,
.ProductRecommendList__lists .productlist__itemInfo .regular_price {
    position: relative;
    font-size: 1.1rem;
}
.ProductRankingList__lists .productlist__itemInfo .itemTax,
.ProductRecommendList__lists .productlist__itemInfo .itemTax {
    display: inline-block;
    margin-left: 0.5rem;
}
.ProductRankingList__lists .productlist__itemInfo .regular_price::after,
.ProductRecommendList__lists .productlist__itemInfo .regular_price::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--black);
}
/*
    productHistory
*/
.productDetail__bottom #productHistory {
    padding-top: 1rem;
}
.productDetail__bottom-contents--on + #productHistory,
.promotion-banner--producthistory {
    padding-top: 8rem;
    border-top: solid 1px var(--aria);
}
/*=============================
    add FavoriteTipBlock
==============================*/
.addFavoriteTipBlock p.toolTip {
    box-sizing: border-box;
    width: 20rem;
    top: 2rem;
    left: 10%;
    margin: 3.5rem 0 0 -20rem;
    padding: .6rem 1rem .2rem;
    opacity: 0.9;
    font-size: 1.1rem;
    color: var(--coral-dust);
    background-color: var(--white);
    border: solid 1px var(--coral-dust);
    border-radius: 4px;
    line-height: 1.5;
}
/*=============================
    object fit
==============================*/
.productDetail .mainImageBlock img{height: 70.8rem;}
.thumbImageBlock__item > img{
    /* height: 7.391rem; */
    height: 7.292rem;
}
.multiVariation__img .multiVariation__imgtag{height: 14.4rem;}
.productList_itemImg img{height: 22.8rem;}
/*=============================
    promotion banner
    on ProductHistory.
==============================*/
.promotion-banner--producthistory {
    margin-top: 8rem;
}
.promotion-banner--producthistory__img-wrapper {
    display: block;
    width: 60rem;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 12rem;
    margin-left: auto;
}


/*=============================
    Style of Tablets view
==============================*/

@media (max-width: 979px) {
    /*
        .photoBlock
    */
    .mainImageBlock__item a {
        pointer-events: auto;
    }
    /*
        add FavoriteTipBlock
    */
    .addFavoriteTipBlock p.toolTip {
        width: 23rem;
        margin: 3.5rem 0 0 -23rem;
    }
    /*
        #Footer summary Text Area
    */
    .ProductDetail_footerBox .footer__description-text {
        width: 90%;
    }
}

/*=============================
    Style of SP view
==============================*/

@media screen and (max-width: 767px) {
    /*=============================
        Layout
    ==============================*/
    .productDetail__main {
        display: block;
        padding-bottom: calc(30 * (100vw / 375));
    }
    .productDetail__bottom {
        margin: calc(50 * (100vw / 375)) 0 calc(80 * (100vw / 375));
        padding: 0 calc(10 * (100vw / 375));
    }
    /*=============================
        Common
    ==============================*/

    /*
        #breadcrumb
    */
    #breadcrumb {
        padding-bottom: 0;
    }
    .breadcrumb__list {
        padding-top: calc(10 * (100vw / 375));
    }
    .breadcrumb__list-item {
        line-height: 1.6;
    }
    /*
        .icon
    */
    .basicInfoBlock__icons .icon {
        padding: calc(4 * (100vw / 375)) calc(5 * (100vw / 375));
        font-size: calc(10 * (100vw / 375));
        margin-right: calc(2 * (100vw / 375));
    }
    /*
        #Footer summary Text Area
    */
    .ProductDetail_footerBox .footer__description-text {
        width: 100%;
    }
    .ProductDetail_footerBox__inner {
        width: 100%;
        max-width: none;
        padding-top: calc(33 * (100vw / 375));
    }
    /*
        Brand Logo
    */
    .contents-top__brand-list {
        margin-bottom: 0;
    }
    /*=============================
        Lib
    ==============================*/

    /*
        #swiper
    */
    .swiper-button-next:focus,
    .swiper-button-prev:focus {
        outline: none;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: calc(18 * (100vw / 375));
    }
    .swiper-pagination {
        display: block;
    }
    /*
        #photoswipe
    */
    .pswp__button--zoom,
    .pswp--zoom-allowed .pswp__button--zoom,
    .pswp__button--fs,
    .pswp--supports-fs .pswp__button--fs {
        display: none;
    }

    /*=============================
        Layout
    ==============================*/
    /*
        #Top Promotion Area
    */
    .productDetail__TopPromotion-wrap {
        margin-bottom: calc(20 * (100vw / 375));
    }
    .productDetail {
        padding: 0;
    }
    /*
        .photoBlock
    */
    .photoBlock {
        display: block;
        width: 100%;
        margin-bottom: calc(30 * (100vw / 375));
    }
    .mainImageBlock__item a {
        pointer-events: auto;
    }
    .thumbImageBlock {
        width: 100%;
        padding: 0 calc(10 * (100vw / 375));
    }
    .thumbImageBlock__items {
        display: flex;
        flex-wrap: nowrap;
    }
    .thumbImageBlock__items > .thumbImageBlock__item {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .thumbImageBlock__items > .thumbImageBlock__item:first-child {
        margin-left: 0;
    }
    .thumbImageBlock__items > .thumbImageBlock__item:nth-child(8n+1){
        margin-left: 0;
    }
    .thumbImageBlock__items > .thumbImageBlock__item:last-child {
        /* margin-right: 0; */
    }
    .thumbImageBlock__colorName {
        display: none;
    }
    /*
        .product-stockcheck
    */
    .product-stockcheck {
        padding: calc(10 * (100vw / 375)) calc(5 * (100vw / 375)) calc(10 * (100vw / 375)) calc(10 * (100vw / 375));
        font-size: calc(11 * (100vw / 375));
        min-height: calc(10 * (100vw / 375)) ;
    }
    .product-stockcheck__inner {
        display: table;
        width: 100%;
    }
    .product-stockcheck .color_wrapper {
        display: table-cell;
        box-sizing: border-box;
        width:  35%;
        padding-right: calc(10 * (100vw / 375));
    }
    .stockcheck_item-color_title {
        display: none;
    }
    .stockcheck_item-color {
        margin-right: calc(10 * (100vw / 375));
    }
    .pill_wrapper {
        display: table-cell;
        width:  65%;
    }
    .stockcheck_wrapper .stockcheck_pill {
        padding: calc(2 * (100vw / 375)) calc(8 * (100vw / 375));
        margin: 0 calc(5 * (100vw / 375)) calc(5 * (100vw / 375)) 0;
    }
    .stockcheck_title {
        display: none;
    }
    /*
        .detailsBlock
    */
    .detailsBlock {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .basicInfoBlock {
        padding: 0 calc(10 * (100vw / 375));
    }
    .basicInfoBlock__brandName {
        font-size: calc(13 * (100vw / 375));
        margin-bottom: calc(10 * (100vw / 375));
    }
    .basicInfoBlock__productName {
        margin: calc(10 * (100vw / 375)) 0;
        font-size: calc(15 * (100vw / 375));
        line-height: 1.5;
    }
    .basicInfoBlock__sellingPrice {
        margin-bottom: calc(10 * (100vw / 375));
        font-size: calc(25 * (100vw / 375));
    }
    .basicInfoBlock__sellingPrice .tax {
        font-size: calc(11 * (100vw / 375));
    }
    .basicInfoBlock__sellingPrice .regular_price {
        margin-right: calc(2 * (100vw / 375));
        font-size: calc(16 * (100vw / 375));
    }
    .basicInfoBlock__sellingPrice .regular_price .tax {
        font-size: calc(12 * (100vw / 375));
    }
    .pointBlock {
        font-size: calc(11 * (100vw / 375));
    }
    .pointBlock__icon {
        /* width: calc(24 * (100vw / 375)); */
        width: calc(22 * (100vw / 375));
        margin-right: calc(5 * (100vw / 375));
    }
    /* .pointBlock__point-wrap {
      margin-top: calc(2 * (100vw / 375));
    } */
    .pointBlock__point {
        /* font-size: calc(20 * (100vw / 375)); */
        font-size: calc(16 * (100vw / 375));
        margin-left: calc(-1 * (100vw / 375));
        letter-spacing: 0;
    }
    .extendInfoBlock {
        padding: 0 calc(10 * (100vw / 375));
        margin-bottom: calc(35 * (100vw / 375));
    }
    .extendInfoBlock__unisize {
        margin-bottom: calc(25 * (100vw / 375));
    }
    .extendInfoBlock__other {
        font-size: calc(12 * (100vw / 375));
    }
    .extendInfoBlock__sizeText {
        margin: calc(1 * (100vw / 375)) 0 0 calc(5 * (100vw / 375));
        text-decoration: underline;
    }
    .extendInfoBlock__shippingLink {
        margin-left: calc(20 * (100vw / 375));
    }
    .extendInfoBlock__shippingText {
        margin: calc(1 * (100vw / 375)) 0 0 calc(5 * (100vw / 375));
        text-decoration: underline;
    }
    /*
        .liveContentsBlock
    */
    .liveContentsBlock {
        padding: 0 calc(10 * (100vw / 375));
        margin-bottom: calc(35 * (100vw / 375));
    }
    /*
        .detailInfoBlock
    */
    .detailInfoBlock {
        padding: 0 calc(10 * (100vw / 375));
    }
    .info-tabBlock__nav {
        display: none;
    }
    .info-tabBlock__body {
        padding: 0 0 calc(20 * (100vw / 375)) 0;
        margin: 0;
        border: none;
        font-size: calc(13 * (100vw / 375));
    }
    .info-tabBlock__wrap {
        display: block;
    }
    .info-tabBlock__wrap:first-child {
        padding-bottom: calc(40 * (100vw / 375));
        border-bottom: solid 1px var(--aria);
    }
    .info-tabBlock__wrap:nth-child(2) {
        padding: calc(20 * (100vw / 375)) 0;
    }
    .ProductDesc__outline table tr {
        margin-bottom: calc(10 * (100vw / 375));
    }
    .ProductDesc__outline table tr th font {
        font-size: calc(13 * (100vw / 375));
    }
    .ProductDesc__outline table tr td font {
        font-size: calc(13 * (100vw / 375));
    }
    .ProductQuality tr {
        margin-bottom: calc(20 * (100vw / 375));
    }
    .ProductDesc__reservation {
        margin-bottom: calc(20 * (100vw / 375));
    }
    .ProductDesc__catchcopy {
        margin-bottom: calc(10 * (100vw / 375));
        font-size: calc(15 * (100vw / 375));
    }
    /*
        Laundry Area
    */
    .ProductQuality__laundryImg > ul {
        margin-top: 0;
    }
    .ProductQuality__laundryImg > ul > li  {
        width: calc(30 * (100vw / 375));
        margin-right: calc(10 * (100vw / 375));
    }
    /* CROSSPLUS-1373 Processing for irregular character strings */
    .ProductQuality__laundryImg > ul > li.laundryImg__text {
        margin: calc(10 * (100vw / 375)) 0 calc(5 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
    }
    /* // CROSSPLUS-1373 Processing for irregular character strings */
    .ProductQuality__laundryImg > ul > li img {
        max-height: calc(20 * (100vw / 375));
    }
    .ProductQuality__laundryInfo {
        margin-top: calc(15 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
        line-height: 1.6;
    }
    /*
        ProductSize Table
    */
    .ProductSize__table {
        width: 100%;
        padding-bottom: calc(10 * (100vw / 375));
    }
    .ProductSize__table th,
    .ProductSize__table td {
        min-width: calc(60 * (100vw / 375));
        padding: calc(4 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
    }

    .ProductSize__attention-wrap {
        margin-top: calc(26 * (100vw / 375));
    }
    /*
        .spAddcartBlock
    */
    .spAddcartBlock {
        width: 100%;
        margin-top: calc(20 * (100vw / 375));
        margin-bottom: calc(10 * (100vw / 375));
        padding: 0 calc(10 * (100vw / 375));
        text-align: center;
    }
    .spAddcartBlock__cart {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: calc(10 * (100vw / 375));
        padding: calc(10 * (100vw / 375)) 0;
        border-radius: 4px;
        font-size: calc(16 * (100vw / 375));
        line-height: 2;
        background-color: var(--black);
        color: var(--white);
    }
    .spAddRearrival__cart{
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: calc(10 * (100vw / 375));
        padding: calc(10 * (100vw / 375)) 0;
        border-radius: 4px;
        font-size: calc(16 * (100vw / 375));
        line-height: 2;
        border: solid 1px var(--dhusar-grey);
        background-color: var(--white);
        color: var(--shadow-mountain);
    }
    .spAddRearrival__cart_gray{
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: calc(10 * (100vw / 375));
        padding: calc(10 * (100vw / 375)) 0;
        border-radius: 4px;
        font-size: calc(16 * (100vw / 375));
        line-height: 2;
        border: solid 1px var(--cold-grey);
        background-color: var(--cold-grey);
        color: var(--white);
    }
    .spAddcartBlock__cartIcon {
        display: inline-block;
        position: relative;
        width: calc(28 * (100vw / 375));
        margin-right: calc(10 * (100vw / 375));
        top: calc(4 * (100vw / 375));
    }
    .spAddcartBlock__fav {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: calc(4 * (100vw / 375)) 0;
        border-radius: 4px;
        border: solid 1px var(--coral-dust);
        font-size: calc(13 * (100vw / 375));
        line-height: 2.2;
        color: var(--coral-dust);
    }
    .spAddcartBlock__favIcon {
        display: inline-block;
        position: relative;
        width: calc(24 * (100vw / 375));
        margin-right: calc(8 * (100vw / 375));
        top: calc(4 * (100vw / 375));
    }
    /*
    SetPromotion
    */
    .setpromotion-wrap {
        margin-bottom: calc(15 * (100vw / 375));
        font-size: calc(15 * (100vw / 375));
    }
    .setpromotionVar-wrap {
        margin-top: calc(10 * (100vw / 375));
        font-size: calc(11 * (100vw / 375));
    }
    .setpromotionVar-wrap .setpromotion {
        margin-bottom: calc(3 * (100vw / 375));
    }
    /*=============================
        MultiVariation Cart
    ==============================*/
    .multiVariation {
        margin: 0;
        padding: calc(25 * (100vw / 375)) calc(10 * (100vw / 375));
    }
    .multiVariation__title {
        font-size: calc(18 * (100vw / 375));
        text-align: center;
    }
    .multiVariation__inner {
        padding: calc(25 * (100vw / 375)) 0 calc(15 * (100vw / 375));
    }
    .multiVariation__img-wrap {
        width: calc(74 * (100vw / 375));
        margin-left: calc(0 * (100vw / 375));
    }
    .multiVariation__img {
        pointer-events: none;
    }
    .multiVariation__color {
        margin-top: calc(4 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
    }
    .productDetail--crossmarche .multiVariation__img-wrap--hide .multiVariation__color,
    .productDetail--rosemadame .multiVariation__img-wrap--hide .multiVariation__color {
        font-size: calc(12 * (100vw / 375));
    }
    .multiVariation__size-stock-wrap {
        width: calc(233 * (100vw / 375));
        padding-left: 0;
    }
    .multiVariation__size-stock {
        margin-bottom: calc(10 * (100vw / 375));
    }
    .multiVariation__size-stock:first-child {
        margin-top: 0;
    }
    .multiVariation__size-stock-inner {
        width: calc(83 * (100vw / 375));
        padding: 0 calc(6 * (100vw / 375));
        text-align: center;
        margin-top: 0;
        margin-left: 0;
    }
    .multiVariation__size {
        margin-bottom: calc(1 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
        letter-spacing: normal;
        text-align: center;
        font-weight: normal;
		word-break: break-word;
    }
    .valStockMessageTxt {
        margin-bottom: calc(1 * (100vw / 375));
        font-size: calc(10* (100vw / 375));
    }
    .multiVariation__cart-mail .btn {
        padding: calc(8 * (100vw / 375)) calc(2 * (100vw / 375));
        text-align: center;
        font-size: calc(12 * (100vw / 375));
        line-height: 2;
    }
    .multiVariation__cart-mail .addCart .btn {
        font-size: calc(12 * (100vw / 375));
        font-weight: 400;
    }
    .multiVariation__cart-mail .addCart .CartSoldout-Text {
        padding: calc(13 * (100vw / 375)) calc(2 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
        font-weight: 400;
    }
    .multiVariation__cart-mail .addRearrival .btn {
        font-size: calc(12 * (100vw / 375));
        line-height: 2;
        /* padding: calc(8 * (100vw / 375)) calc(2 * (100vw / 375)); */
        padding: calc(7 * (100vw / 375)) calc(2 * (100vw / 375));
        font-weight: 400;
    }
    .multiVariation__cart-mail .addRearrival span{
        font-size: calc(10 * (100vw / 375));
        margin-top: calc(4 * (100vw / 375));
        padding: calc(2 * (100vw / 375)) 0;
    }
    .multiVariation__cart-mail {
        width: calc(150 * (100vw / 375));
    }
    .multiVariation__addFavorite {
        display: none;
    }
    .sp-modal_content .multiVariation__title--fav {
        display: none!important;
    }
    .Syst-fav .sp-modal_content .multiVariation__title--buy {
        display: none!important;
    }
    .Syst-fav .sp-modal_content .multiVariation__title--fav {
        display: block!important;
    }
    .Syst-fav .multiVariation__cart-mail {
        display: none;
    }
    .Syst-fav .multiVariation__addFavorite {
        display: block;
        width: 64%;
        padding-top: 0;
        padding-left: 0;
    }
    .Syst-fav .multiVariation__addFavoriteLink {
        display: inline-block;
        width: 100%;
    }
    .Syst-fav .multiVariation__addFavoriteLinkInner {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        padding: calc(8 * (100vw / 375)) calc(2 * (100vw / 375));
        border: solid 1px var(--coral-dust);
        border-radius: 4px;
        text-align: center;
        font-size: calc(11 * (100vw / 375));
        line-height: 1.8;
        color: var(--coral-dust);
    }
    .Syst-fav .multiVariation__addFavoriteLinkInner.registered {
        color: var(--white);
        background-color: var(--coral-dust);
    }
    .multiVariation__addFavorite svg {
        width: calc(20 * (100vw / 375));
    }
    .Syst-fav .multiVariation__addFavorite > a #svg-path_Favorite,
    .Syst-fav .multiVariation__addFavorite > a:hover #svg-path_Favorite,
    .Syst-fav .multiVariation__addFavorite .registered #svg-path_Favorite {
        fill: var(--white);
        stroke: var(--coral-dust);
    }
    .Syst-fav .multiVariation__addFavorite .registered #svg-path_Favorite {
        fill: var(--coral-dust);
        stroke: var(--white);
    }
    .Syst-fav .multiVariation__addFavoriteSpText {
        display: inline-block;
        margin-left: calc(6 * (100vw / 375));
        font-size: calc(11 * (100vw / 375));
    }
    .productDetail--js_junkoshimada .Syst-fav .multiVariation__addFavoriteSpText {
        width: calc(70 * (100vw / 375));
    }
    /*
        ProductArrivalMail
    */
    .ProductArrivalMail-wrap{
        font-size: calc(10 * (100vw / 375));
        margin: 0;
        padding: 0 0 0 calc(10 * (100vw / 375));
        border: none;
    }
    .Syst-fav .sp-modal_content .ProductArrivalMail-wrap {
        display: none;
    }
    .ProductArrivalMail-wrap .ProductArrivalMail-lead{
        border-top: 1px solid var(--aria);
        margin-top: calc(15 * (100vw / 375));
        padding-top: calc(10 * (100vw / 375));
    }
    .ProductArrivalMail-wrap dl{
        margin-top: calc(6 * (100vw / 375));
    }
    .ProductArrivalMail-wrap dt{
        font-size: calc(12 * (100vw / 375));
        margin-bottom: calc(6 * (100vw / 375));
    }
    .ProductArrivalMail-wrap dt span{
        font-weight: normal;
    }
    .ProductArrivalMail-wrap input[type="text"]{
        font-size: calc(12 * (100vw / 375));
        height: calc(40 * (100vw / 375));
        padding-left: calc(10 * (100vw / 375));
        padding-right: calc(10 * (100vw / 375));
    }
    .ProductArrivalMail-wrap .button--square{
        width: calc(160 * (100vw / 375));
        height: calc(64 * (100vw / 750));
        margin: calc(15 * (100vw / 375)) auto calc(30 * (100vw / 375));
    }
    .ProductArrivalMail-wrap .error_inline{
        font-size: calc(10 * (100vw / 375));
        margin-top: calc(10 * (100vw / 375));
    }
    .ProductArrivalMail-wrap .IsLoggedIn_display{
        margin-top: calc(8 * (100vw / 375));
        margin-bottom: calc(10 * (100vw / 375));
    }
    .ProductArrivalMail-wrap .checkBox{
        display: block;
    }
    .ProductArrivalMail-wrap .checkBox + .checkBox{
        margin-top: calc(10 * (100vw / 375));
    }
    .ProductArrivalMail-wrap .checkBox label {
      padding-left: calc(27 * (100vw / 375));
    }
    .ProductArrivalMail-wrap .checkBox label::before,
    .ProductArrivalMail-wrap .checkBox label::after {
        background-size: calc(20 * (100vw / 375));
        width: calc(20 * (100vw / 375));
        height: calc(20 * (100vw / 375));
    }
    .ProductArrivalMail-success {
        margin-top: 0;
        margin-bottom: calc(4 * (100vw / 375));
        padding-left: calc(83 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
    }
    /*
        .Modal for Add Cart
    */
    .sp-modal {
        overflow-y: scroll;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        padding: 0 20px;
        opacity: 0;
        visibility: hidden;
        /* transition: opacity 0.2s, visibility 0s 0.2s; */
    }
    .sp-modal.is-active {
        opacity: 1;
        visibility: visible;
        /* transition: opacity 0.3s, visibility 0s 0s; */
    }
    .sp-modal_container {
        display: flex;
        min-height: 100%;
        justify-content: center;
        align-items: center;
    }
    .sp-modal_content {
        /* display: none; */
        border-radius: 2px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s, visibility 0s 0.2s;
    }
    .sp-modal.is-active .sp-modal_content {
        /* display: block; */
        width: 100%;
        margin: 20px auto;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s, visibility 0s 0s;
        /* animation: show 0.5s linear 0s; */
    }
    .sp-modal_inner {
        margin: 20px auto;
        width: auto;
    }
    body.is-locked {
        position: fixed;
        width: 100%;
    }
    .sp-modalClose {
        width: 100%;
        margin-top: calc(20 * (100vw / 375));
        padding: calc(10 * (100vw / 375)) 0;
        border: solid 1px var(--black);
        border-radius: 4px;
        text-align: center;
        font-size: calc(12 * (100vw / 375));
    }
    /*=============================
        productDetail Bottom Area
    ==============================*/
    .productDetail__bottom-ttl {
        margin-bottom: calc(18 * (100vw / 375));
        font-size: calc(18 * (100vw / 375));
    }
    .productDetail__bottom-ttl--ranking {
        margin-bottom: calc(29 * (100vw / 375));
    }
    .productDetail__bottom-ttlLink {
        font-size: calc(12 * (100vw / 375));
    }
    .productDetail__bottom-itemLists-wrap {
        margin-bottom: calc(30 * (100vw / 375));
    }
    .productDetail__bottom-itemLists {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .productDetail__bottom-itemList {
        width: calc((100% - calc(10.4 * (100vw / 375))) / 3);
        margin: 0 calc(5.2 * (100vw / 375)) calc(5.2 * (100vw / 375)) 0;
        font-size: calc(10 * (100vw / 375));
    }
    .productDetail__bottom-itemList:nth-child(3n) {
        margin-right: 0;
    }
    /*
        related Feature
    */
    .relatedFeatureList__lists > li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: calc(20 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
    }
    .relatedFeatureList__lists > li:nth-child(2n) {
        margin-right: 0;
    }
    .relatedFeatureList__lists > li:nth-child(n+5) {
        display: none;
    }
    .relatedFeatureList__lists > li p {
        margin-top: calc(10 * (100vw / 375));
    }
    .relatedFeatureList__lists > li img {
        width: 100%;
        max-width: none;
    }
    /*
        Ranking
    */
    .ProductRankingList {
        margin-bottom: calc(20 * (100vw / 375));
    }
    .ProductRankingList__lists .productList_itemImgBox,
    .ProductRecommendList__lists .productList_itemImgBox {
        width: calc((100% - calc(10.4 * (100vw / 375))) / 3);
        margin: 0 calc(5.2 * (100vw / 375)) calc(28 * (100vw / 375)) 0;
    }
    .ProductRankingList__lists .productList_itemImgBox:nth-child(3n),
    .ProductRecommendList__lists .productList_itemImgBox:nth-child(3n) {
        margin-right: 0;
    }
    .ProductRankingList__lists .productList_itemImgBox .icon_list .icon,
    .ProductRecommendList__lists .productList_itemImgBox .icon_list .icon {
        padding: calc(4 * (100vw / 375)) calc(5 * (100vw / 375));
        margin: calc(2 * (100vw / 375)) calc(2 * (100vw / 375)) 0 0;
        font-size: calc(10 * (100vw / 375));
    }
    .ProductRankingList__lists .productList_itemImgBox .rank {
        top: calc(-28* (100vw / 750));
        width: calc(56 * (100vw / 750));
        height: calc(56* (100vw / 750));
        font-size: calc(24* (100vw / 750));
    }
    .ProductRankingList__lists .productlist__itemInfo,
    .ProductRecommendList__lists .productlist__itemInfo,
    .relatedFeature .productlist__itemInfo {
        padding: calc(6 * (100vw / 375)) 0 0;
        margin: 0;
        font-size: calc(10 * (100vw / 375));
    }
    .ProductRankingList__lists .productlist__itemInfo .brandName,
    .ProductRecommendList__lists .productlist__itemInfo .brandName,
    .relatedFeature .productlist__itemInfo .brandName {
        margin-bottom: 0;
    }
    .ProductCoordinateList__lists {
        /* コーディネート用 */
        gap: calc(8 *(100vw / 375));
        padding-bottom: calc(8 *(100vw / 375));
    }
    .ProductCoordinateList__list {
        /* コーディネート用 */
        width: calc(130 *(100vw / 375));
    }
    .ProductCoordinateList__list__detail-txt {
        font-size: calc(10 * (100vw / 375));
    }
    .ProductRankingList__lists .productlist__itemInfo .itemName,
    .ProductRecommendList__lists .productlist__itemInfo .itemName,
    .relatedFeature .productlist__itemInfo .itemName {
        margin-bottom: calc(2 * (100vw / 375));
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .ProductRankingList__lists .productlist__itemInfo .productPrice,
    .ProductRecommendList__lists .productlist__itemInfo .productPrice {
        font-size: calc(13 * (100vw / 375));
        line-height: 1.3;
    }
    .ProductRankingList__lists .productlist__itemInfo .regular_price,
    .ProductRecommendList__lists .productlist__itemInfo .regular_price {
        font-size: calc(10 * (100vw / 375));
    }
    .ProductRankingList__lists .productlist__itemInfo .itemTax,
    .ProductRecommendList__lists .productlist__itemInfo .itemTax {
        margin-left: calc(4 * (100vw / 375));
    }
    /*
        productHistory
    */
    .productDetail__bottom #productHistory {
        padding-top: calc(5 * (100vw / 375));
        border: none;
    }
    .productDetail__bottom-contents--on + #productHistory,
    .promotion-banner--producthistory {
        padding-top: calc(20 * (100vw / 375));
        border: none;
    }
    /*=============================
        add FavoriteTipBlock
    ==============================*/
    .addFavoriteTipBlock p.toolTip {
        top: 40%!important;
        left: 20%!important;
        margin: 0 auto;
        width: 60%;
        font-size: calc(13 * (100vw / 375));
        padding: calc(18 * (100vw / 375));
        line-height: 1;
    }
    /*=============================
        object fit
    ==============================*/
    .productDetail .mainImageBlock img{height: calc(450 * (100vw / 375));}
    .thumbImageBlock__item > img{height: calc(68.4 * (100vw / 375));}
    .multiVariation__img .multiVariation__imgtag{height: calc(88.8 * (100vw / 375));}
    .productList_itemImg img{height: calc(138 * (100vw / 375));}
    /*=============================
        unisize banner
    ==============================*/
    .ProductSize__unisize .unisize-banner .unisize-banner-normal__catch-copy {
            font-size: 20px;
    }
    .ProductSize__unisize .unisize-banner .unisize-banner-normal__link, .unisize-banner .unisize-banner-rec-item .item__body table tr td.diff__action p {
            font-size: 12px;
    }
    /*=============================
        promotion banner
        on ProductHistory.
    ==============================*/
    .promotion-banner--producthistory {
        margin-top: calc(20 * (100vw / 375));
    }
    .promotion-banner--producthistory__img-wrapper {
        width: auto;
        max-width: none;
        margin-bottom: calc(80 * (100vw / 375));
    }
}

/*=============================
    Hacks for IE11
==============================*/
@media all and (-ms-high-contrast: none) {
    /* swiper */
    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: block;
        width: 12px;
        height: 22px;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
    }
    .swiper-button-next:after {
        background-image: url("/Js/Lib/swiper/icons/arrow-next.png");
    }
    .swiper-button-prev:after {
        background-image: url("/Js/Lib/swiper/icons/arrow-prev.png");
    }
    /* Layout */
    .multiVariation__addFavorite {
        padding-left: .9rem;
        overflow: hidden;
    }
    /* Point */
    .pointBlock__icon > svg {
        width: 2.4rem;
        height: 2.4rem;
    }
}

@media screen and (max-width: 1240px) {
    html {
        font-size: calc((10 * (100vw / 1240)));
    }
}

/* CP-445 ignore setPromotion Names */
.setpromotionVar-wrap div[class*="_2"],
.setpromotionVar-wrap div[class*="_3"],
.setpromotionVar-wrap div[class*="_4"],
.setpromotionVar-wrap div[class*="_5"],
.setpromotionVar-wrap div[class*="_6"],
.setpromotionVar-wrap div[class*="_7"],
.setpromotionVar-wrap div[class*="_8"],
.setpromotionVar-wrap div[class*="_9"],
.u-setPromotionId--K09242buy2,
.u-setPromotionId--1JUNKO0817 {
    display: none!important;
}




/* ===============================================
  * CROSSPLUS-11553 *
=============================================== */

/* 商品情報エリアの調整 */

.basicInfoBlock.ChangesByVariation {
    --row-gap-information-area: 1.5rem;

    display: grid;
    row-gap: var(--row-gap-information-area);
}

.basicInfoBlock.ChangesByVariation > *:empty {
    display: none;
}

.basicInfoBlock__brandName {
    margin-bottom: 0;
}

.basicInfoBlock__icons {
    gap: .3rem;
}

.basicInfoBlock__icons .icon {
    margin: 0;
}

.basicInfoBlock__productName {
    margin: 0;
}

.setpromotion-wrap {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .basicInfoBlock.ChangesByVariation {
        --row-gap-information-area: calc(10 * (100vw / 375));
    }

    .basicInfoBlock__icons {
        gap: calc(3 * (100vw / 375));
    }
}


/* 価格 */

[class*="c-shipping-icon"] {
    --color-border: #000;
    --color-text: #000;

    display: inline-flex;

    padding: .6rem 1rem;
    border: solid 1px var(--color-border);

    color: var(--color-text);
    font-size: 1.4rem;
    line-height: 1;
}

.c-shipping-icon--subscription-first {
    --color-border: var(--incubation-red);
    --color-text: var(--incubation-red);
}

.c-shipping-icon--subscription-first ~ * {
    color: var(--incubation-red);
}

.p-price-point__container {
    --row-gap: 2rem;

    display: grid;
    row-gap: var(--row-gap);
}

.p-price-point__container .basicInfoBlock__sellingPrice {
    display: inline-flex;
    align-items: baseline;

    margin-bottom: 0;
}

.p-price-point__container .basicInfoBlock__sellingPrice.productPrice__sale-wrapper {
    column-gap: .5ch;
}

.p-price-point__container .basicInfoBlock__sellingPrice .tax {
    margin: 0;
}

.p-price-point__container .basicInfoBlock__sellingPrice .sale_price {
    display: inline-flex;
    align-items: baseline;
}

.p-price-point__container .basicInfoBlock__sellingPrice .sale_price > *:empty {
    display: none;
}

.p-price-point__container .basicInfoBlock__sellingPrice .regular_price {
    display: inline-flex;
    align-items: baseline;

    margin: 0;

    font-size: 1.6rem;
}

.p-price__container {
    --column-gap: 1.2rem;
    --row-gap: 1rem;

    display: grid;
    gap: var(--row-gap) var(--column-gap);
}

.p-price__wrapper-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: var(--row-gap);
}

.p-price__wrapper-row__inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    flex-wrap: wrap;
    column-gap: var(--column-gap);
}

.p-price__wrapper-row--sale {
    align-items: baseline;
}

.p-price__sale-regular-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1ch;
}

.productDetail__bottom .productlist__itemInfo .p-price__sale-regular-wrapper > *,
.productDetail__bottom .productlist__itemInfo .productPrice {
    display: flex;
    align-items: baseline;
    column-gap: .5ch;
}

.productDetail__bottom .productlist__itemInfo .itemTax {
    margin: 0;

    font-size: .8em;
}

.productDetail__bottom-itemLists [class*="c-shipping-icon"] {
    padding: .3rem .5rem;

    font-size: 1rem;
}

.productDetail__bottom-itemLists .p-price__container {
    --column-gap: .6rem;
    --row-gap: .25rem;
}

@media (max-width: 767px) {
    [class*="c-shipping-icon"] {
        padding: calc(6 * (100vw / 375)) calc(10 * (100vw / 375));

        font-size: calc(14 * (100vw / 375));
    }

    .p-price-point__container {
        --row-gap: calc(10 * (100vw / 375));
    }

    .p-price-point__container .basicInfoBlock__sellingPrice {
        font-size: calc(25 * (100vw / 375));
    }

    .p-price-point__container .basicInfoBlock__sellingPrice .regular_price {
        font-size: calc(16 * (100vw / 375));
    }

    .p-price__container {
        --column-gap: calc(12 * (100vw / 375));
        --row-gap: calc(7 * (100vw / 375));
    }

    .p-price__wrapper-row {
        column-gap: var(--column-gap);
    }

    .productDetail__bottom-itemLists [class*="c-shipping-icon"] {
        padding: calc(3 * (100vw / 375)) calc(5 * (100vw / 375));

        font-size: calc(8 * (100vw / 375));
    }

    .productDetail__bottom-itemLists .p-price__container {
        --column-gap: calc(6 * (100vw / 375));
        --row-gap: calc(2.5 * (100vw / 375));
    }

    .productDetail__bottom-itemLists .p-price__container .productPrice {
        font-size: calc(10 * (100vw / 375));
    }
}


/* カートボタン */
.multiVariation__cart-mail .addCart {
    display: grid;
    row-gap: .5rem;
}

@media (max-width: 767px) {
    .multiVariation__cart-mail .addCart {
        row-gap: calc(6 * (100vw / 375));
    }
}
