/***************
* 共通構成
***************/
article.content_article {
    padding: 20px 0 30px;
}
.common_h2 h2 {
    color: #90A5BA;
}

/***************
* フッター部分
***************/
@media only screen and (max-width: 644px){
    footer .f1 .foot_menu1 a {
        display: block;
    }
}
#top_underbtn{
    margin-bottom:50px;
}
@media only screen and (max-width: 644px){
    #top_underbtn{
        margin-bottom: 0px;
    }
}


/***************
* トップページ
* コーディネートスライド調整
***************/
#top_coordination .coord_list .slick-initialized .slick-slide a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#top_coordination .coord_list .slick-initialized .slick-slide a img {
    display: block;
    height: 100%;
    object-fit: cover;
}


/***************
* 見出し 背景ロゴあり
***************/
.common_full_h2 {
    height: 200px;
    background-size: 150px!important;
    margin-bottom: 20px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0!important;
}

.c-free__mv::before {
    background-size: 150px;
    background-position: center;
    z-index: 2;
}
.c-free__mv::after {
    opacity: 1;
}
.c-free__mv__ttl .__jp {
    font-weight: 400;
}

@media screen and (max-width: 767px){
    .c-free__mv::before {
        background-size: 120px;
    }
}


@media only screen and (max-width: 644px){
    .common_full_h2 {
        margin-bottom: 35px;
        height: 150px;
        padding: 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-size: 120px!important;
    }
    article.content_article {
        padding: 16px 0 25px;
    }
}


/***************
* パンくず
***************/

@media only screen and (max-width: 644px){
    .fs-c-breadcrumb {
        margin: 16px auto 21px!important;
    }
}
/***************
* 固定表示カート
***************/
.fs-p-scrollingCartButton__icon {
    width: 30px;
}

div#fs_p_scrollingCartButton {
    width: 80px;
    height: 80px;
    background-color: #DFE5EC;
}

.fs-p-scrollingCartButton__button {
    padding: 0 0;
    background-color: #DFE5EC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.fs-p-scrollingCartButton__label {
    font-size: 13px;
    color: #90A5BA;
    margin-top: 3px;
    letter-spacing: 0.05em;
}



@media only screen and (max-width: 644px){

    .fs-p-scrollingCartButton__label {
        font-size: 10px;
    }

}
/***************
* コーディネートから探す
***************/
article#cs_gallery {
    margin-top: 20px;
}
.fs-l-pageMain article.content_article .list dl dt img{
    width: 80px;
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0px 2px 12px rgba(47, 82, 114, .28);
    border-radius: 50%;
}
.fs-l-pageMain #cs_panel .list.l1 {
    margin-bottom: 20px;
}
#cs_gallery .ca_g ul:after{
    content: "";
    display: block;
    width: 30%;
}

.headline_des {
    text-align: center;
    margin: 0 0 50px;
}

.headline_des .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.25;
    font-weight: 400;
}

.headline_des .text br.sp_br {
    display: none;
}
@media only screen and (max-width: 644px){
    article#cs_gallery {
        margin-top: 10px;
    }
    .fs-l-pageMain #cs_panel .list dl {
        width: 85px;
    }

    .fs-l-pageMain article.content_article .list dl dt {
        margin: 0 10px 10px;
    }
    .fs-l-pageMain article.content_article .list dl dt img{
        width: 60px;
        max-width: 90%;
        margin: 0 auto;
        box-shadow: 0px 2px 12px rgba(47, 82, 114, .28);
        border-radius: 50%;
    }
    .fs-l-pageMain #cs_panel .list {
    	align-items: flex-start;
    	margin-top: 10px;
    }

    .fs-l-pageMain article#cs_panel {
        padding: 10px 0;
        overflow: hidden;
    }

    .fs-l-pageMain #cs_panel .list.l1 {
        margin-bottom: 10px;
    }
    .fs-l-pageMain #cs_panel .wrap {
        width: 1320px;
        padding: 0 10px;
    }
    .fs-l-pageMain #cs_panel .list a {
        font-size: 14px;
    }
    #cs_gallery .ca_g ul:after{
       content: none;
    }

    .headline_des {
        text-align: center;
        margin: 0 0 30px;
    }

    .headline_des .text {
        font-size: 13px;
    }
    .headline_des .text br.sp_br {
        display: block;
    }
    /*スクロール案内*/
    .scroll-hint-icon-wrap {
        width: 100vw!important;
        z-index: 999;
    }

    span.scroll-hint-icon {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

/*************************
* コーディネートから探す 各テイスト詳細ページ
*************************/
.ca_g ul li a img {
    border-radius: 24px;
}
@media screen and (max-width: 767px){
    .p-intro__styling__ctn .__wrap figure {
        width: 300px;
        max-width: 75%;
    }
}



/***************
*パスワード変更
***************/

.fs-body-forgotPassword .fs-c-inputInformation {
    width: 1050px;
    max-width: 96%;
    margin: 40px auto 0;
}

.fs-body-forgotPassword button.fs-c-button--send.fs-c-button--primary {
    display: block;
    font-size: 16px;
    background: #92A8BE;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 17px 0 19px;
    position: relative;
    border: none;
    z-index: 3;
}

.fs-body-forgotPassword button.fs-c-button--send.fs-c-button--primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #385e83;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.fs-body-forgotPassword span.fs-c-button__label::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.fs-body-forgotPassword .fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
    font-size: 1.4em;
    margin-right: 10px;
}

.fs-body-forgotPassword label.fs-c-inputTable__label {
    font-size: 16px;
    color: #9A9A9A;
    font-weight: 500;
}

.fs-body-forgotPassword td.fs-c-inputTable__dataCell input {
    padding: 5px 10px;
    border-color: #D9D9D9;
    height: 42px;
}

.fs-body-forgotPassword td.fs-c-inputTable__dataCell {
    margin-top: 5px;
}

/***************
* 注文詳細
***************/


.fs-body-checkout li.fs-c-checkout-customerInfo__name,
.fs-body-checkout li.fs-c-checkout-destination__name,
.fs-body-checkout h4.fs-c-checkout-delivery__method__title {
    font-size: 16px;
}

.fs-body-checkout .fs-c-checkout-preview__button span.fs-c-button__label {
    font-size: 14px;
}

.fs-body-checkout .fs-c-productPrice__addon:where(:not([class*="--listed"])) {
    font-size: 12px;
}
button.fs-c-button--change--small.fs-c-button--standard {
    font-size: 14px;
}

button.fs-c-button--chooseDestination.fs-c-button--standard {
    font-size: 14px;
}
button.fs-c-button--change--small.fs-c-button--standard {
    font-size: 14px;
}
.fs-body-checkout dl.fs-c-listedOptionPrice {
    font-size: 12px;
}

.fs-body-checkout span.fs-c-price__addon {
    font-size: 12px;
}



/***************
* 会員規約
***************/
.fs-body-about-memberAgreement nav.fs-c-breadcrumb {
    width: 1050px;
    max-width: 96%;
    margin: 10px auto;
}

.fs-body-about-memberAgreement main.fs-l-main {
    width: 1050px;
    max-width: 96%;
    margin: 0 auto;
}

.fs-body-about-memberAgreement h3.fs-c-documentColumn__heading {
    font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-left: none;
    padding-left: 0;
}

.fs-body-about-memberAgreement .fs-c-orderedList p{
    font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.05em;

}

.fs-body-about-memberAgreement .fs-c-orderedList > li {
    font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.fs-body-about-memberAgreement .fs-c-orderedList > li .fs-c-orderedList {
    font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.05em;
    border: none;
}


/***************
* メルマガ登録完了
***************/

.fs-body-newsletter-subscribe-success .fs-c-documentContent {
    width: 1050px;
    max-width: 96%;
    margin: 30px auto 30px;
}

.fs-body-newsletter-subscribe-success a.fs-c-button--topPage.fs-c-button--secondary {
    display: block;
    font-size: 16px;
    background: #92A8BE;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 17px 0 19px;
    position: relative;
    border: none;
}

.fs-body-newsletter-subscribe-success a.fs-c-button--topPage.fs-c-button--secondary:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.fs-body-newsletter-subscribe-success .fs-c-documentContent .mail_subscribed .text {
    font-size: 16px;
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    letter-spacing: 0.05em;
    line-height: 2.25;
    font-weight: 400;
}

@media only screen and (max-width: 644px) {


.fs-body-newsletter-subscribe-success .fs-c-documentContent .mail_subscribed .text {
    font-size: 13px;
}
}




/***************
* 生地サンプル請求
***************/
.p-guide__invoice__sample ul li {
  width: calc(32% - 10px);
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-guide__invoice__sample ul li p {
    margin-top: 10px;
}
	.p-guide__invoice__sample ul li h5 {
    font-size: 30px;
}

@media screen and (max-width: 767px){
	.p-guide__invoice__sample ul{
		flex-wrap: wrap;
	}
	.p-guide__invoice__sample ul li {
    width: calc(50% - 7.5px);
    height: 105px;
    padding-top: 25px;
}

	.p-guide__invoice__sample ul li h5 {
    font-size: 18px;
}
  .p-guide__buy__item .__des {
    font-size: 14px;
    line-height: 1.4;
  }
}

/*************
* ご利用ガイド
**************/
@media screen and (max-width: 767px){
    .p-guide__items {
        justify-content: space-between;
        gap: 13px 0px;
    }
    .p-guide__item {
        width: calc((100% - 13px) / 2);
    }
}

/*************
* よくある質問
**************/
.p-faq__form input.p-faq__submit {
    background-size: contain;
    background-repeat: no-repeat;
}

section.p-faq__items.hidden .p-faq__items__ttl,
section.p-faq__items.hidden .p-faq__items__ctn {
    display: none;
}


@media only screen and (max-width: 1050px) {
    header.globalmenu .main_header .search form.s_box input[type="submit"] {
        width: 15px;
        height: 15px;
        right: 12px;
    }
}