#fs_productCarouselMainImage,
#js-hero-slider {
    opacity: 0;
    transition: opacity .25s ease;
}

#fs_productCarouselMainImage.slick-initialized,
#js-hero-slider.slick-initialized {
    opacity: 1;
}


/* slick（フリック）によるガタつきを解消
.slide > li:not(:first-child){
  display: none;
}
.slick-slide > div:not(:first-child){
  display: none;
}

.slick-slide img {
object-fit: cover;
}
*/

/* 改修後 削除 241210 */
.Size_2024aw+center,
.Size_2024ss+center,
.Size_2023aw+center,
.Size_2023ss+center,
.Size_2022aw+center,
.Size_2022ss+center {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}



/* -----------------

  最上部バナー

-----------------------*/


.header_news--sale {
    width: 100%;
    text-align: center;
    background: #ff0000;
}


.header_news--sale a {
    display: inline-block;
    padding: .6rem 0;
}

.header_news--sale a:link,
.header_news--sale a:hover,
.header_news--sale a:visited,
.header_news--sale a:active {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}


/* 平常時（ロイヤルカスタマーサービス誘導） */

.header_news--normal {
    width: 100%;
    text-align: center;
    background: #a2aeb7;
}

.header_news--normal a {
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    padding: .6rem 0;
}

.header_news--normal a:link,
.header_news--normal a:visited,
.header_news--normal a:hover,
.header_news--normal a:active {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}





.header_news {
    background: url(https://aranciato.itembox.design/item/s/img/bnr_campaign.jpg?t=20250701095749) no-repeat #d30819;
    background-position: center;
    margin: 0;
    padding: .5rem 0;
}

.header_news p {
    margin: 0;
}

/* 画像リピート */
.header_news.--imgRpt {
    background-repeat: repeat-x;
}


/* スマホ */
@media (max-width: 767.98px) {
    .header_news {
        background: url(https://aranciato.itembox.design/item/s/img/bnr_campaign.jpg?t=20250701095749) no-repeat #d30819;
        background-position: center;
    }

    .header_news {
        background-size: 90%;
    }
}



/* 会員登録 - ロイヤルカスタマーサービス誘導 */

.loyalcs {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2rem 2rem 1.2rem;
    margin-top: 2rem;
    text-align: center;
    border-radius: .2rem
}


.loyalcs h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .8rem;
}


.loyalcs span {
    position: absolute;
    right: 1rem;
    display: block;
    width: .8rem;
    height: .8rem;
    border-right: 1px solid #333;
}

.loyalcs span {
    bottom: 1rem;
    transform: rotate(45deg);
}


.loyalcs span:last-child {
    bottom: 1rem;
    transform: rotate(-45deg);
}


.fs-preview-header {
    display: none;
}


/* -----------------
非表示にする
-----------------------*/
/* キャッチコピー、商品グループ＞お気に入りボタン */
#fs_ProductCategory .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-c-productName__copy,
.fs-c-productNameHeading__copy {
    display: none;
}


/* -----------------

  商品マーク （productMark）

-----------------------*/

.fs-c-productMark__mark {
    border-radius: .2rem;
    padding: 4px 6px 3px;
}

.fs-c-productMark__label {
    font-size: 1rem;
}

.fs-c-productMarks {
    margin: 1rem 0;
}

.productMark--yoyaku {
    color: #222;
}


.productMark--sale {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.productMark--coupon {
    background: #fff;
    border: 1px solid #EB41B3;
    color: #EB41B3;
    display: none;
}


.productMark--sizecolor {
    background: #fff;
    border: 1px solid #006db8;
    color: #006db8;
}



/* -----------------

    商品詳細・システム

-----------------------*/

/*
fs-c-subgroupList
fs-c-subgroupList__item
fs-c-subgroupList__link
fs-c-subgroupList__label
*/

.fs-c-subgroupList__item {
    display: inline;
    margin: 1.2rem .4rem;
}


.fs-c-subgroupList__label {
    display: inline;
    font-size: 1.2rem;
    color: #02467a;
}

.fs-c-subgroupList__item {
    flex-basis: auto;
    flex-grow: 0;
}

.fs-c-subgroupList__link {
    letter-spacing: 0;
    display: inline;
    background-color: #fff;
    border-radius: .2rem;
    border: 1px solid #02467a;
    padding: .4rem .8rem;
    transition-duration: 0.2s;
}


a.fs-c-subgroupList__link:hover {
    background-color: #02467a;
    border: 1px solid #02467a;
    opacity: 1;
}



a.fs-c-subgroupList__link:hover .fs-c-subgroupList__label {
    color: #fff;
}


.fs-c-subgroupList__link::after {
    display: none;
}



.fs-c-productPrice--listed {
    /* display: flex; */
    align-items: baseline;
    display: none;
}

span.fs-c-productName__name {
    font-size: 1rem;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    min-height: 3rem;
}

span.fs-c-productName__name br {
    display: none;
}

span.fs-c-productName__variation>* {
    font-size: 1rem;
    line-height: 1.75;
}


a.fs-c-button--viewProductDetail.fs-c-button--plain,
button.fs-c-button--addToCart--list.fs-c-button--plain {
    display: none;
}

.btn__inquiry--detail {
    display: block;
    padding: 1rem 1.6rem .8rem;
    border: 1px solid #02335b;
    border-radius: .2rem;
    background: #fff;
    color: #02335b;
    text-align: center;
    text-decoration: none;
}

.btn__inquiry--detail:hover {
    text-decoration: none;
    color: #02335b;
}

.fs-c-timeJoint {
    font-size: 1rem;
}

.fs-c-time {
    white-space: nowrap;
    text-align: left;
    font-size: 1rem;
}

/* 税込を非表示 */
.fs-c-productPrice__addon,
.fs-c-productPrice__addon__label {
    display: none;
}


.fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
    display: none;
}




button.fs-c-button--viewMoreImage.fs-c-button--plain {
    display: none;
}



.fs-c-productListItem__salesPeriodNotice {
    background: #f36565;
    color: #ffffff;
}

/*
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
    border: solid 1px #b70202;
    color: #b70202;
}
*/



.fs-c-button--addToCart--variation {
    border-radius: .2rem;
    border-width: 0;
    padding: 1rem 1.6rem;
}


.fs-c-variationCart>li+li {
    margin-top: 2.4rem;
}

.fs-c-button--primary:hover,
.fs-c-button--primary:visited,
.fs-c-button--primary:active {
    color: #ffffff !important;
    text-decoration: none;
}




.fs-c-salesPeriod__date {
    border: 1px solid #ddd;
    letter-spacing: 0;
    font-size: .9rem;
    margin: 0;
    padding: 4px 8px;
    text-align: center;
}

.fs-c-salesPeriod__date dt,
.fs-c-salesPeriod__date dd,
.fs-c-salesPeriod__date dd>* {
    font-size: .9rem;
}





/****************

画像幅

****************/

.main_contents_left {
    width: 20%;
    float: left;
    margin: 0;
}

.fs-l-product2 {
    max-width: 1200px;
}

.fs-l-main {
    display: block !important;
    width: 95%;
    margin: .8rem auto .8rem;
    padding: 0;
}

.fs-l-pageMain {
    width: 100%;
}

@media only screen and (min-width:1200px) {

    .fs-l-sideArea+.fs-l-pageMain,
    .fs-l-pageMain+.fs-l-sideArea {
        max-width: 1200px;
        width: 100%;
    }

}

@media only screen and (max-width:959px) {


    .fs-l-pageMain {
        width: 100%;

    }



}




/* -----------------

     商品ページ2017ssテンプレート
     R&Yとは違うの注意！

-----------------------*/
div.Page2017ss {
    /*    width: 780px;*/
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

div.Page2017ss h1 {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.2rem;
    letter-spacing: 0.1em;
}

ul.Temp2017ss {
    /*    width: 760px;*/
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.Temp2017ss li.p1 img {
    width: 70%;
}

ul.Temp2017ss li.center {
    text-align: center;
}

ul.Temp2017ss li.right {
    text-align: right;
}

ul.Temp2017ss li {
    font-size: 12px;
    color: #666;
    line-height: 1.2rem;
    letter-spacing: 0.1em;
}

ul.Temp2017ss li.li30 {
    width: 33.3333%;
    float: left;
    padding-bottom: 15px;
}

ul.Temp2017ss li.li50 {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}

ul.Temp2017ss li.li100 {
    padding-bottom: 15px;
}

ul.Temp2017ss li.li30 img,
ul.Temp2017ss li.li100 img,
ul.Temp2017ss li.li50 img {
    width: 100%;
}

ul.Temp2017ss li.info {
    padding-bottom: 150px;
    text-align: left;
}

ul.Temp2017ss li.info30 {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 100px;
    margin: 0 10px;
    background: #ddd;
}

ul.Temp2017ss li.info30 p {
    margin: 0;
    text-align: center;
    color: #666;
    height: 100px;
    line-height: 100px;
    font-weight: bold;
}

ul.Temp2017ss li.kyouka {
    position: relative;
    top: 0;
    left: 0;
}

ul.Temp2017ss li.kyouka img {
    width: 75%;
    padding: 50px 0;
}

ul.Detail2017ss {
    /*    width: 680px;*/
    list-style-type: none;
    margin-left: 50px;
}

ul.Detail2017ss img {
    width: 98%;
}

ul.Detail2017ss li.li50 {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}

ul.Detail2017ss li.Bfont {
    padding: 50px 10px 20px 0px;
    font-size: 20px;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.1em;
    text-align: left;
}

ul.Detail2017ss li.Bfont span {
    font-size: 10px;
    letter-spacing: 0.1em
}

ul.Detail2017ss li.onecolor {
    width: 50%;
    margin: 0 auto;
}

.clearfix2017ss {
    clear: both;
}

/*モデルコメ2017ss*/
#model2017ss,
#model2017ss1,
#model2017ss2 {
    /*    width: 650px;*/
    padding: 5px 0px 50px 0px;
    font-size: 10px;
    color: #666;
    margin: 0 auto;
    clear: both;
}

#model2017ss font.Bfont,
#model2017ss1 font.Bfont,
#model2017ss2 font.Bfont {
    font-size: 20px;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.1em
}

#model2017ss font.Bfont span,
#model2017ss1 font.Bfont span,
#model2017ss2 font.Bfont span {
    font-size: 10px;
    letter-spacing: 0.1em
}

#model2017ss table,
#model2017ss1 table,
#model2017ss2 table {
    line-height: 150%;
    font-size: 10px;
    color: #666;
    letter-spacing: 0.1ex;
    border: 1px solid #b4b4b4;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: none;
}

#model2017ss td,
#model2017ss1 td,
#model2017ss2 td {
    padding: 4px 8px;
    border-bottom: 1px solid #b4b4b4;
    border-top: none;
    border-right: none;
    border-left: none;
}

#model2017ss td:first-child,
#model2017ss1 td:first-child,
#model2017ss2 td:first-child {
    border-right: 1px solid #b4b4b4;
    text-align: center;
}

#model2017ss1 tr:nth-child(n+3) {
    text-align: center;
    border-right: none;
}

#model2017ss2 tr:nth-child(3),
#model2017ss2 tr:nth-child(4),
#model2017ss2 tr:nth-child(7),
#model2017ss2 tr:nth-child(8) {
    text-align: center;
    border-right: none;
}

#model2017ss1 tr:nth-child(n+3) td {
    border-bottom: none;
    border-right: none;
}

#model2017ss2 tr:nth-child(3) td,
#model2017ss2 tr:nth-child(7) td {
    border-bottom: 1px dotted #cccccc;
    border-right: none;
}

#model2017ss2 tr:nth-child(4) td,
#model2017ss2 tr:nth-child(8) td {
    border-right: none;
}

#model2017ss1 tr:last-child td,
#model2017ss2 tr:last-child td {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px solid #cccccc;
}

#model2017ss a,
#model2017ss1 a,
#model2017ss2 a {
    color: #ff8000;
    text-decoration: underline;
    font-size: 5px;
}

/*モデルコメ2017aw*/
#model2017aw,
#model2017aw1,
#model2017aw2 {
    /*    width: 650px;*/
    padding: 50px 0px 50px 0px;
    font-size: 10px;
    color: #666;
    margin: 0 auto;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#model2017aw font.Bfont,
#model2017aw1 font.Bfont,
#model2017aw2 font.Bfont {
    font-size: 20px;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.1em;
    padding-top: -150px !important;
}

#model2017aw font.Bfont span,
#model2017aw1 font.Bfont span,
#model2017aw2 font.Bfont span {
    font-size: 10px;
    letter-spacing: 0.1em
}

#model2017aw table,
#model2017aw1 table,
#model2017aw2 table {
    line-height: 150%;
    font-size: 10px;
    color: #666;
    letter-spacing: 0.1ex;
    border: 1px solid #b4b4b4;
    margin-top: 0px !important;
    padding-top: 0 !important;
    margin-bottom: 5px;
    border-bottom: none;
}

#model2017aw td,
#model2017aw1 td,
#model2017aw2 td {
    border-bottom: 1px solid #b4b4b4;
    border-top: none;
    border-right: none;
    border-left: none;
}

#model2017aw td:first-child,
#model2017aw1 td:first-child,
#model2017aw2 td:first-child {
    border-right: 1px solid #b4b4b4;
    text-align: center;
}

#model2017aw1 tr:nth-child(n+3) {
    text-align: center;
    border-right: none;
}

#model2017aw2 tr:nth-child(3),
#model2017aw2 tr:nth-child(4),
#model2017aw2 tr:nth-child(7),
#model2017aw2 tr:nth-child(8) {
    text-align: center;
    border-right: none;
}

#model2017aw1 tr:nth-child(n+3) td {
    border-bottom: none;
    border-right: none;
}

#model2017aw2 tr:nth-child(3) td,
#model2017aw2 tr:nth-child(7) td {
    border-bottom: 1px dotted #cccccc;
    border-right: none;
}

#model2017aw2 tr:nth-child(3) td:last-child,
#model2017aw2 tr:nth-child(4) td:last-child,
#model2017aw2 tr:nth-child(7) td:last-child {
    border-right: 1px solid #cccccc;
}

#model2017aw2 tr:nth-child(4) td,
#model2017aw2 tr:nth-child(8) td {
    border-right: none;
}

#model2017aw1 tr:last-child td,
#model2017aw2 tr:last-child td {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px solid #cccccc;
}

#model2017aw2 tr:last-child td:last-child {
    border-right: 1px solid #cccccc;
}

#model2017aw a,
#model2017aw1 a,
#model2017aw2 a {
    color: #ff8000;
    text-decoration: underline;
    font-size: 5px;
}







/*モデルコメ2019aw
    
    
#model2019aw→計測値ないとき
#model2019aw1→1人のとき 
#model2019aw2→2人のとき 
    
    */



#model2019aw,
#model2019aw1,
#model2019aw2 {
    /*    width: 650px;*/
    margin: 0 auto;
    padding: 30px 0px 50px 0px;
    font-size: 10px;
    color: #666;
}

#model2019aw font.Bfont,
#model2019aw1 font.Bfont,
#model2019aw2 font.Bfont {
    font-size: 20px;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.1em
}


#model2019aw font.Bfont span,
#model2019aw1 font.Bfont span,
#model2019aw2 font.Bfont span {
    font-size: 10px;
    letter-spacing: 0.1em
}



#model2019aw table,
#model2019aw1 table,
#model2019aw2 table {
    line-height: 150%;
    font-size: 10px;
    color: #666;
    letter-spacing: 0.1ex;
    border: 1px solid #b4b4b4;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: none;
}



#model2019aw td,
#model2019aw1 td,
#model2019aw2 td {
    border-bottom: 1px solid #b4b4b4;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 1em;
    font-size: 1.1rem;
    line-height: 2;


}



#model2019aw td:first-child,
#model2019aw1 td:first-child,
#model2019aw2 td:first-child {
    border-right: 1px solid #b4b4b4;
    text-align: center;
}

#model2019aw1 tr:nth-child(n+3) {
    text-align: center;
    border-right: none;
}

#model2019aw2 tr:nth-child(3),
#model2019aw2 tr:nth-child(4),
#model2019aw2 tr:nth-child(7),
#model2019aw2 tr:nth-child(8) {
    text-align: center;
    border-right: none;
}







#model2019aw1 tr:nth-child(n+3) td {
    border-bottom: none;
    border-right: none;

}


#model2019aw2 tr:nth-child(3) td,
#model2019aw2 tr:nth-child(7) td {
    border-bottom: 1px dotted #cccccc;
    border-right: none;


}


#model2019aw2 tr:nth-child(4) td,
#model2019aw2 tr:nth-child(8) td {

    border-right: none;


}




#model2019aw1 tr:last-child td,
#model2019aw2 tr:last-child td {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px solid #cccccc;


}







#model2019aw a,
#model2019aw1 a,
#model2019aw2 a {
    color: #ff8000;
    text-decoration: underline;
    font-size: 5px;
}










/*モデルコメ2022aw*/


.modelCome_2022aw {
    margin: 5% auto 5%;
    width: 85%;
    /*    max-width: 600px;*/
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.15em;
}


.modelCome_2022aw table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 11px;
    color: #666;
    text-align: left;
    margin-bottom: 3%;
    letter-spacing: 2.5px;
}

.modelCome_2022aw table a {
    font-size: 8px;
    color: #666;
    letter-spacing: 0.8px;
}

.modelCome_2022aw hr {
    margin: 2% 0;
    width: 100%;
    height: 1px;
}

.modelCome_2022aw p {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -1.5%;
}




/* 2017aw商品ページ */
div.Page2017aw {
    /*    width: 780px;*/
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

div.Page2017aw h1 {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.2rem;
    letter-spacing: 0.1em;
}

ul.Temp2017aw {
    width: 80%;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
}

/*ul.Temp2017aw li.p1 img{width:70%;}*/

ul.Temp2017aw li.center {
    text-align: center;
}

ul.Temp2017aw li.right {
    text-align: right;
}

/*ul.Temp2017aw img{width:100%;}*/
ul.Temp2017aw li {
    font-size: 12px;
    color: #666;
    line-height: 1.2rem;
    letter-spacing: 0.1em;
    text-align: left;
}

ul.Temp2017aw li.li30 {
    width: 33.3333%;
    float: left;
    padding-bottom: 15px;
}

ul.Temp2017aw li.li30 img {
    width: 100%;
}

ul.Temp2017aw li.li50 {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}

ul.Temp2017aw li.li50 img {
    width: 100%;
}

ul.Temp2017aw li.li100 {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    text-align: center;
}

ul.Temp2017aw li.li100 img {
    width: 98%;
    margin: 0 auto;
}

ul.Temp2017aw li.info {
    padding-bottom: 150px;
}

ul.Temp2017aw li.info30 {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 100px;
    margin: 0 10px;
    background: #ddd;
}

ul.Temp2017aw li.info30 p {
    margin: 0;
    text-align: center;
    color: #666;
    height: 100px;
    line-height: 100px;
    font-weight: bold;
}

ul.Temp2017aw li.kyouka img {
    width: 85%;
    padding: 50px 0;
}

ul.Temp2017aw li.kyoukaKonasi img {
    width: 70%;
    padding: 50px 0;
}

ul.Temp2017aw li.sukima {
    margin-top: 120px;
}

ul.Detail2017aw {
    width: 80%;
    margin: 0 auto;
    list-style-type: none;
}

.over94 {
    width: 94.5% !important;
}

ul.Detail2017aw li.li50 {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}

ul.Detail2017aw li.Color2017aw img {
    width: 95%;
}

ul.Detail2017aw li.Bfont {
    padding: 50px 10px 20px 0px;
    font-size: 20px;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.1em;
    text-align: left;
}

ul.Detail2017aw li.Bfont span {
    font-size: 10px;
    letter-spacing: 0.1em
}

ul.Detail2017aw li.onecolor {
    width: 50%;
    margin: 0 auto;
}

ul.Detail2017aw li.onecolor img {
    width: 100%;
}

/*見直し*/
p.minaosi-model {
    margin: 0 auto;
    text-align: center;
}

p.minaosi-model img {
    width: 88%;
    margin-top: 80px;
}

p.minaosi-modelKaonasi {
    margin: 0 auto;
    text-align: center;
}

p.minaosi-modelKaonasi img {
    width: 70%;
    margin-top: 80px;
    margin-bottom: 80px;
}

p.minaosi-modelKaonasi2 img {
    width: 63%;
    margin-top: 80px;
    margin-bottom: 80px;
}

div.minaosi2017Temp {
    width: 780px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

ul.minaosi2017aw {
    width: 95%;
    list-style-type: none;
    margin-bottom: 10px;
    margin: 0 auto;
}

ul.minaosi2017aw li.li50 {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}

ul.minaosi2017aw li.Color2017aw img {
    width: 95%;
}

ul.minaosi2017aw li.Bfont {
    padding: 50px 10px 20px 0px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.1em
}

ul.minaosi2017aw li.minaosi {
    text-align: left;
}

ul.minaosi2017aw li.Bfont span {
    font-size: 10px;
    letter-spacing: 0.1em
}

ul.minaosi2017aw li.onecolor {
    width: 50%;
    margin: 0 auto;
}

ul.minaosi2017aw li.onecolor img {
    width: 100%;
}

.clearfix2017aw {
    clear: both;
}

table.brandinfo {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    width: 500px;
    color: #999;
    margin: 100px 0px;
    padding: 30px 0px;
    font-size: 10px;
    line-height: 15px;
}

table.brandinfo img {
    width: 90%;
}

table.brandinfo span {
    font-size: 12px;
}

/* 2018ss商品ページ追加 */
div.Inf2018ss {
    width: 60%;
    color: #999;
    margin: -60px 0px 10px 0;
    padding: 10px 0px 0 0;
    font-size: 11px;
    line-height: 22px;
    text-align: left;
}

div.Inf2018ss p.info {
    padding: 0 0 0 5px;
    border-left: 5px #666 solid;
    font-size: 13px;
}

div.Inf2018ss p.comm {
    padding: 0 0px
}

/*outer2018交換用*/
div.outex {
    margin: 0% auto;
    text-align: center;
    padding: 15%;
    display: none;
}


.outex img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 588px;
}

/*ヌプシ2018aw*/

p.nuptse2018aw {
    margin: 0 auto;
    text-align: center;
    padding: 5%;
}

/*以下サイズ表*/
#Size2017ss {
    width: 95%;
    margin: 0 auto;
    clear: both;
}

#Size2017ss table {
    line-height: 150%;
    font-size: 10px;
    color: #666;
    letter-spacing: 0.1ex;
    border: 1px solid #b4b4b4;
    margin-bottom: 5px;
    border-bottom: none;
}

#Size2017ss td {
    border-bottom: 1px solid #b4b4b4;
    border-top: none;
    border-right: none;
    border-left: none;
}

#Size2017ss a {
    color: #ff8000;
    text-decoration: underline;
    font-size: 5px;
}

.onayami img {
    width: 100%;
    margin: 0 !important;
}

/*2017awサイズ表*/
#Size2017aw {
    /*    width: 650px;*/
    margin: 0 auto;
    clear: both;
    padding-bottom: 50px;
}

#Size2017aw table {
    line-height: 150%;
    font-size: 10px;
    color: #666;
    letter-spacing: 0.1ex;
    border: 1px solid #b4b4b4;
    margin-bottom: 5px;
    margin-top: 120px;
    border-collapse: collapse;
}

#Size2017aw table td {
    padding: 4px 8px;
    border-right: none;
    border-left: none;
}

#Size2017aw table td:last-child {
    border-right: 1px solid #b4b4b4;
}

#Size2017aw table tr:first-child {
    border-bottom: 1px solid #b4b4b4 !important;
}

#Size2017aw a {
    color: #ff8000;
    text-decoration: underline;
    font-size: 5px;
}







/*商品ページ用2020ss*/

div.Page2020ss {
    /*    width: 780px;*/
    overflow: hidden;
    margin: 0 auto;
    padding: 0;

    color: #666;
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*    text-align: center;*/
}




div.Page2020ss h1 {
    font-size: 12px;
    margin: 20px 0 15px 0;
    color: #666;
    text-align: center;
    line-height: 1.2rem;
    letter-spacing: 0.1em;
}





div.Page2020ss p.Dis {
    /*test用*/
    width: 85%;
    margin: -5% auto 5%;
    font-size: 11px;
    text-align: left;
    line-height: 1.2rem;
    letter-spacing: 0.3em;
    /*    text-align: left;*/

}



div.Inf2020ss {
    width: 65%;
    color: #999;
    margin: -70px auto 7%;
    padding: 50px 0px 0 0;
    font-size: 11px;
    line-height: 22px;
    /*    text-align: left;*/
}


div.Inf2020ss p.info {
    padding: 0 0 0 5px;
    border-left: 5px #666 solid;
    font-size: 13px;
}



div.Inf2020ss p.com {
    width: 100%;
    margin: 0% auto 5%;
    font-size: 11px;
    line-height: 1.3rem;
    letter-spacing: 0.2em;
    /*    text-align: left;*/


}


div.Page2020ss img.Img {
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}



div.Page2020ss table tr td {
    /*    text-align: left !important;*/
}






/*2020サイズ表*/




table#Size_2020,
table#Size_2020_1 {
    /*    width: 650px;*/
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px;
    clear: both;
    padding-bottom: 50px;
    margin-bottom: 70px;

}

table#Size_2020 table,
table#Size_2020_1 table {
    line-height: 300%;
    color: #666;
    font-size: 10px;
    letter-spacing: 0.1ex;
    border: 1px solid #b4b4b4;
    margin-bottom: 5px;
    margin-top: 120px;
    border-collapse: collapse;
    border-spacing: 0;
}

table#Size_2020 table tr:first-child td:not(:first-child) {
    /*1個めのtrのtd以外*/
    text-align: center;

}

table#Size_2020_1 table tr:first-child td:not(:first-child) {
    /*1個めのtrのtd以外*/
    text-align: left;

}

table#Size_2020 table td,
table#Size_2020_1 table td {
    border-right: none;
    border-left: none;
    padding: 0 5px;
}



table#Size_2020 table tr td:last-child,
table#Size_2020_1 table tr td:last-child {
    border-right: 1px solid #b4b4b4;

}


table#Size_2020 table tr:first-child {

    table-layout: fixed;
    /*均等割り*/
}







/*  20aw予約テンプレート  */


div.yoyaku20aw {
    border: 1px #CC0033 double;
    margin-top: 20px;
    border-collapse: collapse;
    line-height: 1.2rem;
    /*    width: 500px;*/
    padding: 20px;
}



p.yoyaku_font1 {
    font-size: 1.2rem;
    color: #C00;
    font-weight: bold;
}

p.yoyaku_font2 {
    font-size: 1rem;
    line-height: 1.8;
    color: #c00;
    text-align: center;
}

p.yoyaku_font3 {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    font-weight: bold;
}

p.yoyaku_font4 {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    text-align: left !important;
}


p.yoyaku_font_chien {
    font-size: 0.9rem;
    color: #C00;
    font-weight: bold;

}


hr {
    height: 1px;
    background-color: #333;
    width: 300px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}


/****2022サイズ表****/
.Size_2022ss {
    font-size: 1.2rem;
    width: 100%;
    max-width: 700px;
    margin: 4rem auto 0;
}


.Size_2022ss a {
    font-size: 1.2rem;
}

.Size_2022ss table {
    width: 100%;
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
}


.Size_2022ss table tr:first-child td {
    font-size: 1rem;
    background: #eee;
    color: #444;
}

.Size_2022ss table td {
    padding: .6rem .2rem;
    line-height: 1.2;
    font-size: 1.2rem;
}

.Size_2022ss hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    margin: 2% 0;
    width: 100%;
    border-top: 1px solid #ccc;

}

/*2022ss商品ページ＆計測表**/


div.Page2022ss {
    width: 100%;
    max-width: 700px;
    /*    width: 780px;*/
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    color: #222;
    /*    text-align: center;*/
    /*    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}




div.Page2022ss h1 {
    text-align: center;
    font-size: 1.2rem;
    color: #222;
    line-height: 1.5;
    margin-bottom: 1rem;
}


div.Page2022ss img.Img {
    margin-top: 5%;
    margin-bottom: 2%;
}


div.Page2022ss img:last-child {
    margin-top: 4rem;
}



div.Page2022ss p.tit {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    /*    text-align: left;*/

}

div.Page2022ss p.txt {
    font-size: 1.4rem;
    margin: 0 auto 4rem;
    line-height: 2;
    /*    text-align: left;*/
}


div.Inf_2022ss {
    width: 65%;
    color: #222;
    margin: -70px auto 7%;
    padding: 50px 0px 0 0;
    font-size: 11px;
    line-height: 22px;
    /*    text-align: left;*/
}


div.Inf_2022ss p.info {
    padding: 0 0 0 5px;
    border-left: 5px #666 solid;
    font-size: 13px;
}



div.Inf_2022ss p.com {
    width: 100%;
    margin: 0% auto 5%;
    font-size: 11px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.2em;
    /*    text-align: left;*/


}



p.Code2022ss {
    font-size: 1.4rem;
    line-height: 2;
}



@media (max-width: 767.98px) {

    .fs-body-product .fs-l-productLayout {
        width: 95%;
        margin: 0 auto;

    }

    div.Page2022ss,
    div.Size_2022ss,
    div.yupacket,
    .l_block {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }


    div.Size_2022ss {
        margin-top: 4rem;
    }




}







/* piuのみの設定*/


/* piu専用商品用 CSS*/
.li50 p {
    margin: 5px 0;
    padding: 0 0.5em;
    font-size: 13px;
    height: 4em;
    text-align: left;
}

.kyouka-text {
    text-align: left;
    width: 75%;
    line-height: 200%;
    letter-spacing: 150%;
    margin: 0 auto;
}

.piu-coordinate,
.piu-coordinate-b {
    width: 700px;
    margin: 50px auto;
}

.piu-coordinate .line,
.piu-coordinate-b .line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
}

.piu-coordinate p,
.piu-coordinate-b p {
    font-size: 13px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: justify;
}

.piu-coordinate dl dt,
.piu-coordinate-b dl dt {
    font-weight: 600;
    margin: 0 0 -0.5em;
    padding: 0;
    font-size: 11px;
}

.piu-coordinate dl dd,
.piu-coordinate-b dl dd {
    position: relative;
    border-bottom: dotted 1px gray;
    margin-bottom: 1em;
    padding: 5px 0;
    font-size: 11px;
}

.piu-coordinate dl dd ul li {
    text-align: left;
}

.piu-coordinate-b ul li {
    text-align: justify;
}

dl.piu-coordinate-b-cf {
    content: " ";
    display: block;
    clear: both;
}

.piu-coordinate-b-box {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.piu-coordinate-b-left {
    width: 420px;
    float: left;
    margin: 10px 10px 0 0;
}

.piu-coordinate-b-right {
    float: left;
    width: 200px;
    margin-right: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 2.5;
    font-size: 12px;
}

.price {
    font-size: 11px;
}

.more-detail {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 10px;
    padding: 1px 2px;
    border: solid 1px #CC6600;
    color: #CC6600 !important;
}

.piu-coordinate-title {
    padding: 50px 10px 0px 0px;
    font-size: 20px;
    font-weight: 800;
    color: #222;
    letter-spacing: 0.1em;
    text-align: left;
}

.piu-coordinate-title span {
    font-size: 10px;
    letter-spacing: 0.1em;
}

.piu-coordinate .piu-coordinate-title,
.piu-coordinate-b .piu-coordinate-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.piu-coordinate {
    width: 75%;
}

.piu-coordinate p {
    width: 90%;
    line-height: 200%;
    letter-spacing: 150%;
    color: #666;
}

.piu-coordinate .piu-coordinate-title {
    margin-bottom: 0;
    line-height: 100%;
}

.piu-coordinate a,
.piu-coordinate-b a {
    color: #333;
    text-decoration: none;
}

.piu-coordinate ul,
.piu-coordinate-b ul {
    list-style: none;
}

.piu-coordinate li,
.piu-coordinate-b li {
    line-height: 180%;
    letter-spacing: 150%;
}

.Descri-box {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: auto;
}

.tategaki {
    overflow: auto;
    width: auto;
    height: 900px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 200%;
    line-height: 200%;
    font-size: 20px;
    font-size: 1.2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    position: relative;
    display: inline;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.yokogaki {
    overflow: auto;
    width: auto;
    height: auto;
    position: relative;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: hidden;
}





/* -----------------

     商品ページテンプレート
     R&Yとは違うの注意！

-----------------------*/
.FS2_SeniorDesign_comment {
    width: 768px;
}

#syouhin {
    width: 768px;
    text-align: center;
    margin: 0 auto;
}

p.name {
    margin: 20px 0 20px 0;
    font-size: 11px;
    color: #999;
    font-weight: bold;
    text-align: center;
}

#syouhin table {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0 0 0;
}

#syouhin table td {
    vertical-align: middle;
}

#syouhin .p1 {
    margin-bottom: 15px;
}

#syouhin.p1 img {
    padding: 250px 0 10px 0
}

#syouhin p.info {
    width: 710px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #666666;
    text-align: left;
}

#syouhin p.info1 {
    width: 445px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #666666;
    text-align: left;
}

#syouhin p.kyouka {
    width: 780px;
    padding: 150px 0 10px 0;
    margin: 0 auto;
}

#syouhin p.p2-2 {
    padding: 80px 0 100px 0;
}

#syouhin p.p3 {
    padding: 0 0 100px 0;
}

/* ポイント・販売制限の文言 */
div.restriction {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #C12C02;
}



/* ゆうパケット */
div.yupacket {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

div.yupacket img {
    width: 100%;
}

@media (max-width: 767.98px) {
    div.yupacket {
        width: 100%;
        margin: 15px auto 50px;

    }
}


/* アンダーウエア */
div.uwear {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

/* ----------------------------------

     2018AW NEWテンプレート追加分

----------------------------------------*/


/*スタイルブックリンクへ*/
p.sbLink {
    font-size: 0.7rem;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    border: 2px solid #000;
}

p.sbLink a {
    text-decoration: none;
    color: #222;
}


/* ----------------------------------

     2019AW NEWテンプレート追加分

----------------------------------------*/





div.Page2019aw {

    width: 780px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;


}


div.Page2019aw h1 {
    font-size: 12px;
    margin: 20px 0 15px 0;
    color: #666;
    text-align: center;
    line-height: 2rem;
    letter-spacing: 0.1em;
}



div.Inf2019aw {
    width: 60%;
    color: #999;
    margin: -60px 0px 10px 0;
    padding: 10px 0px 0 0;
    font-size: 11px;
    line-height: 22px;
    text-align: left;
}

div.Inf2019aw p.info {

    padding: 0 0 0 5px;
    border-left: 5px #666 solid;
    font-size: 13px;
}

div.Inf2019aw p.comm {
    padding: 0 0px
}


p.Jump2019aw {
    margin: 0 auto;
    width: 95%;
    background: #2A2A2A;
    padding: 3px 0;
    text-align: center;
    font-size: 11.5px;
    color: #fff;
    letter-spacing: 1;
}

p.Jump2019aw a {

    color: #fff;
}

hr.hr2019aw {

    border-top: 1px dashed #333;
    border-right: none;
    border-bottom: none;
    border-left: none;
}


div.Kyouka2019aw {

    width: 780px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: center;


}


img.KK2019 {
    width: 85%;
    padding: 50px 0;
}


.Detail2019aw {

    width: 820px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: center;

}



.Page2019aw li {
    list-style: none;
}



/*********
商品ページ 別バリエーションのリンクボタン
**********/
/*
強化ページ内　リンクのロールオーバー時の下線表示なし
*/

#syouhin>a {
    text-decoration: none !important;
}

/*
別バリエーションのリンクボタン
*/

#syouhin>a .other-variations {
    width: 300px;
    margin: 0 auto;
    padding: 1em;
    clear: both;
    background-color: #97a9ad;
    border: 2px solid #97a9ad;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

/*
別バリエーションのリンクボタン（ロールオーバー時)
*/
#syouhin>a .other-variations:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
}

/*  YOYAKU page   */


#YoyakuPage {
    color: #666;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-align: left;
}

#YoyakuPage table {
    font-size: 11px;
}

#YoyakuPage-table {
    border: 1px solid #ebe1d6;
}

#YoyakuPage-table td {
    border: 1px solid #ebe1d6;
    padding: 10px;
}

#YoyakuPage li {
    margin: 5px;
    text-align: left;
}

#YoyakuPage .clause {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    display: inline;
}

/*   coordinate */


p.coodinate-bana {
    text-align: left;
    width: 720px;
}

p.coodinate-bana img {
    padding-left: 50px;
}

ul#coodinate {
    width: 720px;
    list-style: none;
    margin-bottom: 200px;
    padding-left: 50px;
}

ul#coodinate li {
    width: 85px;
    float: left;
}

ul#coodinate li.li1 {
    width: 75px;
    float: left;
}

/*   レビューバナー　 */
.review_kikaku {
    margin: 0 auto;
    width: 650px;
}

/*　商品画面：商品グループ名　*/

div#FS2_itemlayout_list_B {
    float: left;
    display: block;
    width: 30%;
}

div#FS2_itemlayout_list_B h2.itemGroup a:link {
    font-size: 10px;
    text-decoration: none;
    color: #666;
    background-color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px #e6e6e6 solid;
    padding: 12px;
    display: block;
    text-align: center;
}

div#FS2_itemlayout_list_B h2.itemGroup a:visited {
    font-size: 10px;
    text-decoration: none;
    color: #666;
    background-color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px #e6e6e6 solid;
    padding: 12px;
    display: block;
    text-align: center;
}

div#FS2_itemlayout_list_B h2.itemGroup a:hover {
    background-color: #e6e6e6;
}


/*--- マチュアページ　アイテムリンク---*/

.mbox104-link dd {
    float: left;
    width: 50%;
    margin: 0 !important;
    padding: 0 !important;
}

.mbox104-link dd a img {
    margin: 0 !important;
    padding: 0 !important;
}

/*--- アウター交換---*/
.outer2020 {
    margin: 0 auto;
    width: 525px;
}

/****************

FSのみの設定

****************/


.fs-c-productCarouselMainImage__thumbnail__caption,
.fs-c-productCarouselMainImage__image__caption {
    display: none;
}




.fs-l-footer {
    display: inline-block;
}





/*--- 商品一覧---*/
/*-- [PC] 5列から4列に --*/
@media screen and (min-width: 960px) {
    .fs-c-productList__list {
        display: grid;
        grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
        grid-gap: 0px;
    }
}

.fs-c-productList__list__item {
    border: none;
}

span.fs-c-productName__name {
    font-size: 1rem;
    text-align: left;
    line-height: 1.75;
    height: 3.2rem;
    overflow: hidden;
}



.fs-c-productPrice__main__label {
    margin-right: 4px;
    /*    font-size: 1rem;*/
}

.fs-c-productListItem__control .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #006db8;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
}

.fs-c-price__currencyMark,
.fs-c-price__value {
    color: #006db8;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
}



/*--- カテゴリー一覧の回り込み---*/

.fs-body-category .fs-c-productList {
    display: block !important;
}


/* カテゴリータイトル */
.fs-c-heading--page {
    border-bottom: 1px solid #7c8790;
    font-size: 2rem;
    width: 50%;
    margin: 0 15% 0 35%;
}

/* ～件中～件　非表示 */
.fs-c-listControl__status {
    display: none;
}


/*--- カテゴリーの大見出し非表示---*/

.fs-p-drawer__heading {
    display: none;
}


/*--- カテゴリーの見出し---*/

.fs-c-heading--page {
    border-bottom: 1px solid #7c8790;
    font-size: 2rem;
}


/*--- パンくずナビ---*/
.fs-c-breadcrumb {
    width: 100%;
    margin: 0 auto;
}


@media only screen and (max-width:768px) {
    .fs-c-breadcrumb {
        width: 98%;
        margin: 0 auto;
    }
}

.fs-c-breadcrumb__list {
    margin: 0 0 0.4rem;
    padding: 0;
    line-height: 1.2;
}


.fs-c-breadcrumb__list>li {
    font-size: 1rem;
}

.fs-c-breadcrumb__list>li a {
    font-size: 1rem;
}

.fs-c-breadcrumb__list>li a:hover {
    text-decoration: underline;
}

#fs_ProductDetails .fs-c-breadcrumb__list>li:last-child {
    font-size: 1rem;
    display: none;
}

body#fs_ProductDetails nav.fs-c-breadcrumb__list ol {
    margin-bottom: 0;
}


body#fs_ProductDetails ol.fs-c-breadcrumb__list--subgroup:last-child {
    margin-bottom: 1.6rem;
}



#Size_2020 img {
    width: auto;
}

#Size2017aw img {
    width: auto;
}


/*--- 商品ページ詳細---*/


/*.fs-c-productMainImage {
    width: 600px;
    margin: 0 auto;
}
*/


@media only screen and (max-width:768px) {


    .Page2019aw {
        width: 100% !important;
    }


    .Kyouka2019aw {
        width: 100% !important;
    }



    .Detail2019aw {
        width: 100%;
    }


    table#Size_2020,
    table#Size_2020_1 {
        width: 100% !important;
    }





    .sns_menu {
        display: inline-block !important;
    }


}

/*--- ブランドページ詳細---*/

#brand-container {
    width: 80%;
    margin: 0;
    display: inline-block;
}

.brand-title {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    display: none;
}

/*--- 商品ページ詳細---*/

.checkmark001 {
    padding-left: 24px;
    position: relative;
}

.checkmark001:before,
.checkmark001:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark001:before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #000000;
    left: 0;
    top: 2px;
}

.checkmark001:after {
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    width: 18px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 3px;
}

.fs-c-buttonContainer--backtotop {
    margin-bottom: 16rem;
}



/*--- 予約バナーcss 2024年8月以降---*/


#yoyaku_box24aw {
    width: 100%;
    background: #ececec;
    padding: 1rem 1.6rem 2.4rem;
    margin: 1.6rem auto;
    text-align: left;
}


#yoyaku_box24aw p.yoyaku_taisyou {
    margin-bottom: 1.6rem;
    font-weight: bold;
    color: #990000;
    text-align: center;
    font-size: 1.6rem;
}

#yoyaku_box24aw p.yoyaku_month {
    text-align: center;
    font-weight: bold;
    background: #fff;
    margin-bottom: .8rem;
    padding: 1rem .8rem .8rem;
    line-height: 1;
}


#yoyaku_box24aw p {
    margin-bottom: 1.6rem;
}




/*--- アウター交換バナー 2024年---*/
.OuterEx24aw {
    max-width: 700px;
    margin: 0 auto 50px;
}