@charset "UTF-8";

:root {
  --main-blue: #0078c5;
  --sub-blue: #D9EBF7;
  --sub-blue-40: rgba(217, 235, 247, 0.4); 
  --mk-blue: #123556;
  --text-color: #333333;
  --base-color: #FAFAFA;
  --step-color01: #83CCFE;
  --step-color02: #65BBF6;
  --step-color03: #49ACEF;
  --step-color04: #2D9CE7;
  --step-color05: #178CD7;
  --step-color06: #0E83CE;
  --step-color07: #0078c5;
  --white: #ffffff;
}

/*---------------
フォールカーテン特設ページ
---------------*/

/*----
見出しデザイン
----*/

h2.circle-title {
  position: relative;
  width: fit-content;
  padding: 0.5em 0;
  font-size: clamp(22px,5vw,40px);
  color: var(--main-blue);
  text-shadow: 2px 2px 5px white;
  z-index: 1;
  font-weight: bold;
}

h2.circle-title:before {
  content: "";
  position: absolute;
  background: #badfff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 781px){
    h2.circle-title:before {
      width: 50px;
      height: 50px;
      left: -15px;
    }

}
.sp-br{
    display: none;
}

.page-header-area.page-header-fort-curtain{
    display: none;
}
.page-header-fort-curtain + .breadcrumb + #main .alignfull.fort-curtain-title {
    width: 100vw !important; 
    max-width: 100vw !important; 
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important; 
    padding-right: 0 !important; 
    position: relative;
    min-height: auto; 
    overflow: hidden;
    padding-top: 4rem; 
    padding-bottom: 4rem;
    background-image: url(../images/images/fc-title-bg.jpg);
    background-size: cover;
}
.breadcrumb.main-inner{
    display: none;
}
.breadcrumbs{
    font-size: 0.8rem;
    color: var(--white);
    padding: 0 5%;
    a{
        color: var(--white);
        margin-right: 1rem;
    }
}
.balloon1{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.5rem 2rem;
  min-width: 120px;
  max-width: 100%;
  background: var(--white);
  border-radius: 50px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--white);
}
.balloon1 p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: var(--mk-blue);
  font-size: clamp(14px,3vw,20px);
}
.fc-title-inner{
    gap: 0;
}
.fc-title-inner h2,
.fc-title-inner .h2p{
  display: block;
  color: var(--white);
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.fc-title-inner h2{
  font-size: clamp(26px,4vw,45px);
  span{
    margin: 0 1rem;
  }
}
.fc-title-inner .h2p{
  font-size: clamp(12px,3vw,23px);
}
.fc-title-inner h3,
.fc-title-inner .h3p{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--mk-blue);
  font-family: 'Inter', sans-serif;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.fc-title-inner h3{
  font-size: clamp(40px,4vw,60px);
  padding-bottom: clamp(7px,4vw,15px);
}
.fc-title-inner .h3p{
  font-size: clamp(20px,4vw,26px);
}
@media (min-width: 1200px){
    .fc-title-inner-imgWrap figure{
        max-width: 300px;
    }
}

@media (max-width: 1199px){
    .fc-title-inner-imgWrap figure{
        max-width: 250px;
    }
}
@media (max-width: 781px){
        .page-header-fort-curtain + .breadcrumb + #main .alignfull.fort-curtain-title{
        background-image: linear-gradient(rgba(0, 0, 0, 0.2),
                         rgba(0, 0, 0, 0.2)), 
                          url(../images/images/fc-title-spbg.jpg) !important;
    }
}
@media (max-width: 500px){

    .balloon1{
        padding: 0.2rem 1.5rem;
    }
    .fc-title-inner,
    .fc-title-inner h2{
        text-align: center;
    }
    .fc-title-inner h2{
        line-height: 1.5rem;
    }
    .fc-title-inner h2 span{
        display: block;
        margin: 0.2rem 0 !important;
    }
    .fc-title-inner .h2p{
        line-height: 1.5rem;
    }
    .fc-title-inner h3,
.fc-title-inner .h3p{
      text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.6),2px 3px 3px rgba(255, 255, 255, 0.6);
}

    .fc-title-inner .fc-title-inner-imgWrap figure {
        display: block !important;
        float: none !important;
        margin-top: 30px;
        margin-right: auto !important;
        margin-left: auto !important;
        width: fit-content !important;
        text-align: center !important;
    }
    .fc-title-inner .fc-title-inner-imgWrap figure img {
        display: inline-block !important;
        margin: 0 auto !important;
        max-width: 70%;
        height: auto;
    }
}

/*お悩み*/
#fort-curtain .fc-problem{
    counter-reset: problem-count;
}
#fort-curtain .fc-problem-wrap {
  position: relative;
  max-width: 1000px;
  padding-bottom: 100px; 
}
#fort-curtain .fc-problem .fc-problem-wrap h2{
    font-size: clamp(18px,4vw,30px);
    color: var(--mk-blue);
    font-weight: bold;
    text-align: center;
    padding: 3rem 0 2rem;
}
#fort-curtain .fc-problem .fc-problem-wrap .fc-problem-list{
    padding: 2rem;
    border-radius: 30px;
}
#fort-curtain .fc-problem .fc-problem-list h3{
    font-size: clamp(16px,4vw,26px);
    font-weight: bold;
}
#fort-curtain .fc-problem .fc-problem-list h3::before {
  counter-increment: problem-count;
  content: counter(problem-count, decimal-leading-zero) ;
  background-color: var(--mk-blue);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 0.8em;
  vertical-align: middle;
}
#fort-curtain .fc-problem .fc-problem-list ul {
  padding-left: 0;
}

#fort-curtain .fc-problem .fc-problem-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5em;
  font-size: clamp(15px,3vw,18px);
}
#fort-curtain .fc-problem .fc-problem-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0.2em;
  width: 0.5em;
  height: 0.9em;
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  transform: rotate(45deg);
}

#fort-curtain .fc-problem figure.fc-problem-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 255px;
  line-height: 0;
  z-index: 10;
}
#fort-curtain .fc-problem figure.fc-problem-img img {
  width: 100%;
  height: auto;
  display: block;
}
#fort-curtain .fc-problem .fc-problem-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -100px; 
  left: 50%;
  transform: translateX(-50%);
  border-top: 100px solid #D9EBF7;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-bottom: 0px;
}

@media (max-width: 1000px){
    #fort-curtain .fc-problem figure.fc-problem-img {
        position: relative;
        right: auto !important;
        width: clamp(180px,30vw,280px);
        margin-top: 50px;
    }
}
@media (max-width: 781px){
    #fort-curtain .fc-problem .fc-problem-wrap .fc-problem-list{
        padding: 1rem;
    }
    #fort-curtain .fc-problem .fc-problem-wrap::after {
        bottom: -70px; 
        left: 50%;
        transform: translateX(-50%);
        border-top: 70px solid #D9EBF7;
        border-right: 70px solid transparent;
        border-bottom: 0px;
        border-left: 70px solid transparent;
    }
}
@media (max-width: 500px){
    #fort-curtain .fc-problem .fc-problem-list li {
        padding-left: 2rem;
    }
    #fort-curtain .fc-problem .fc-problem-list li:not(:last-child){
        padding-bottom: 0.5rem;

    }
    #fort-curtain .fc-problem .fc-problem-list li::before {
        left: 10px;
    }
    #fort-curtain .fc-problem-wrap{
        padding-bottom: 50px;
    }
}
/*コンセプト*/

#fort-curtain .fc-concept-h2wrap {
    position: relative;
    text-align: center;
    padding: 220px 20px 180px;
    color: #1a365d;
    max-width: fit-content;
    margin: 0 auto;
}
#fort-curtain .fc-concept-h2wrap h2 {
    font-size: clamp(22px,4vw,2.5rem);
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 0 10px;
    line-height: 1.3;
    display: block;
}
#fort-curtain .fc-concept-h2wrap h2 mark{
    font-weight: bold;
}
#fort-curtain .fc-concept-h2wrap p {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
}
#fort-curtain .fc-concept-h2wrap::before,
#fort-curtain .fc-concept-h2wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70px;
    background-color: #1a365d;
    border-radius: 2px;
}
#fort-curtain .fc-concept-h2wrap::before {
    left: -40px;
    transform: rotate(-25deg);
}
#fort-curtain .fc-concept-h2wrap::after {
    right: -40px;
    transform: rotate(25deg);
}
#fort-curtain .fc-concept-h2wrap p {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.05em;
}

#fort-curtain .fc-concept > p,
#fort-curtain .fc-concept > p mark{
    font-size: clamp(18px,3vw,22px);
    font-family: serif;
    font-weight: bold;
}
#fort-curtain .fc-concept .wp-block-media-text>.wp-block-media-text__content h3{
    margin-bottom: 0;
    padding-bottom: 0.7rem;
    font-size: clamp(18px,4vw,28px);
    font-weight: bold;
    span{
        font-weight: bold;
        font-size: clamp(30px,4vw,60px);
        font-style: italic;
    }
}

#fort-curtain .fc-concept .wp-block-media-text>.wp-block-media-text__content{
    padding-left: 0;
}
#fort-curtain .fc-concept .wp-block-media-text>.wp-block-media-text__content p{
    font-size: clamp(14px,4vw,1.2rem);
    line-height: clamp(1.7rem,5vw,2.2rem);
    margin-bottom: 10px;
}
#fort-curtain .fc-trust-box{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 4%;
}
#fort-curtain .fc-trust-box.wp-block-media-text>.wp-block-media-text__content{
    padding-right: 0;
    word-break: keep-all;
}
#fort-curtain .fc-trust-box.wp-block-media-text>.wp-block-media-text__content p,
#fort-curtain .fc-trust-box.wp-block-media-text>.wp-block-media-text__content p mark{
    font-size: clamp(14px,3vw,30px);
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.4rem;
    line-height: clamp(2rem,4vw,3rem);
}
#fort-curtain .wp-block-media-text>.wp-block-media-text__content p.fc-concept-small{
    line-height: 1.1rem;
}
.fc-trust-box .wp-block-media-text__media {
  width: 230px;
  flex-basis: 230px;
}
@media (max-width: 1000px){
    #fort-curtain .fc-concept-h2wrap::before,
    #fort-curtain .fc-concept-h2wrap::after {
        display: none;
    }
    #fort-curtain .fc-concept-h2wrap h2{
        position: relative;
    }
    #fort-curtain .fc-concept-h2wrap h2::before,
    #fort-curtain .fc-concept-h2wrap h2::after {
        content: "";
        position: absolute;
        top: 10px;
        width: 4px;
        height: 70px;
        background-color: #1a365d;
        border-radius: 2px;
    }
    #fort-curtain .fc-concept-h2wrap h2::before {
        left: -20px;
        transform: rotate(-25deg);
    }
    #fort-curtain .fc-concept-h2wrap h2::after {
        right: -20px;
        transform: rotate(25deg);
    }
            #fort-curtain .fc-concept .wp-block-media-text {
    max-width: none !important;
    width: 100% !important;
}
}
@media (max-width: 781px){
    #fort-curtain .fc-concept-h2wrap {
        position: relative;
        text-align: center;
        padding: 120px 0px 100px;
        color: #1a365d;
        max-width: fit-content;
        margin: 0 auto;
    }
    #fort-curtain .fc-concept-h2wrap h2 span{
        display: block;
    }
    #fort-curtain .fc-concept-h2wrap p {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-all;
        font-size: 1.1rem; 
        line-height: 1.6;
        text-align: center;
    }
}

@media (max-width: 600px){

    #fort-curtain .fc-concept .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-area: media;
        justify-self: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #fort-curtain .fc-concept .wp-block-media-text__media {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
        #fort-curtain .fc-concept .wp-block-media-text.is-stacked-on-mobile {
        display: grid;
        grid-template-areas: "text" "media";
        grid-template-columns: 1fr;
    }
    #fort-curtain .fc-concept .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-area: text;
    }
    #fort-curtain .fc-concept .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-area: media;
    }
    #fort-curtain .fc-concept .wp-block-media-text{
        margin: 0!important;
    }
    #fort-curtain .fc-concept .wp-block-media-text__content{
        padding-right: 0;
    }
    #fort-curtain .fc-trust-box.wp-block-media-text>.wp-block-media-text__content p,
    #fort-curtain .fc-trust-box.wp-block-media-text>.wp-block-media-text__content p mark{
        text-align: center;
        font-size: 1.2rem;
        letter-spacing: initial;
        margin-bottom: 0;
    }
    #fort-curtain .fc-trust-box.wp-block-media-text {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }
    #fort-curtain .fc-trust-box.wp-block-media-text > .wp-block-media-text__content {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    #fort-curtain .fc-trust-box.wp-block-media-text > .wp-block-media-text__media {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
    #fort-curtain .fc-trust-box.wp-block-media-text > .wp-block-media-text__media img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
    #fort-curtain .fc-concept .fc-trust-box .wp-block-media-text__media{
        max-width: 30%!important;
    }
}
@media (max-width: 500px){
    #fort-curtain .fc-concept-h2wrap h2::before {
        left: 0px;
        transform: rotate(-25deg);
        width: 3px;
        height: 60px;
    }
    #fort-curtain .fc-concept-h2wrap h2::after {
        right: 0px;
        transform: rotate(25deg);
        width: 3px;
        height: 60px;
    }
}
/*3つの「S」*/
#fort-curtain .fc-3s p{
    font-size: clamp(14px,3vw,24px);
    font-weight: bold;
    padding-top: clamp(60px,4vw,120px);
}
#fort-curtain .fc-3s h2{
    font-size: clamp(16px,4vw,30px);
}
#fort-curtain .fc-3s h3{
    font-size: clamp(28px,4vw,40px);
    padding-bottom: 0;
}
#fort-curtain .fc-3s .wp-block-columns {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap ;
    gap: 30px ;
    width: 100% ;
    max-width: none ;
}

#fort-curtain .fc-3s .fc-3s-box .wp-block-column {
    background-color: #ffffff ;
    border-radius: 50% ;
    aspect-ratio: 1 / 1;
    display: flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
    flex: 0 0 280px ; 
    width: 280px ;
    min-width: 280px ;
    margin: 0 ;
    padding-top: 0px;
    padding-bottom: 20px;
}
#fort-curtain .fc-3s .fc-3s-box .wp-block-column figure{
    margin-bottom: 0;
}
#fort-curtain .fc-3s .fc-3s-box .wp-block-image {
    width: 100% ;
    height: auto ;
    display: flex ;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 10px 0 ;
    min-height: 80px;
}

#fort-curtain .fc-3s .wp-block-image img {
    max-width: 90px;
    max-height: 90px;
    width: auto ;
    height: auto ;
    object-fit: contain;
}

/* 英語テキスト */
#fort-curtain .fc-3s .fc-3s-box p:first-of-type {
    display: block;
    font-size: clamp(16px,4vw,1.2rem);
    color: #1a365d;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1a365d;
    margin: 0;
    padding-top: 0;
}
#fort-curtain .fc-3s .fc-3s-box p:first-of-type span{
    font-weight: bold;
}
#fort-curtain .fc-3s .fc-3s-box p:last-of-type{
    margin-top: 0;
    font-size: clamp(14px,3vw,20px);
    font-weight: bold;
    padding-top: 0;
}
@media (max-width: 1000px) {
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column {
        padding-bottom: 0; 
        padding-top: 5px;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-image {
        min-height: auto;
        margin-bottom: 5px;
    }
}
@media (min-width: 782px) and (max-width: 1000px) {
    #fort-curtain .fc-3s .fc-3s-box.wp-block-columns {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 100%;
        gap: 10px;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column {
        flex: 1 1 30%;
        width: 30%;
        min-width: 0;
        max-width: 280px;
        aspect-ratio: 1 / 1;
        padding: 2%;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column .wp-block-image img {
        max-width: 6vw;
        height: auto;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column p {
        font-size: clamp(1.1rem, 4vw, 22px);
        line-height: 1.2;
        letter-spacing: 0;
        margin-top: 2px;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column p span {
        font-size: clamp(0.9rem, 4vw, 18px) !important;
    }
}
@media (max-width: 781px) {
    #fort-curtain .fc-3s .fc-3s-box.wp-block-columns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 3%; 
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column {
        flex: 0 0 45% !important;
        width: 45% ;
        min-width: 0; 
        aspect-ratio: 1 / 1;
        margin: 0;
        padding: 5%;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column .wp-block-image img {
        max-width: 15vw; 
        max-height: 15vw;
        height: auto;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column p {
        font-size: clamp(10px, 4vw, 20px);
        line-height: 1.2;
        letter-spacing: 0;
        margin-top: 2px;
    }
    #fort-curtain .fc-3s .fc-3s-box .wp-block-column p span {
        font-size: clamp(8px, 3vw, 16px) !important;
    }
    .sp-br{
        display: block;
    }
}

/* 最適な設置シーン */
#fort-curtain .fc-place .fc-place-h2wrap{


    p{
    font-size: clamp(16px,4vw,20px);
    }
}
#fort-curtain .fc-place .fc-place-wrap {
  position: relative;
  max-width: 1000px;
  padding-bottom: 130px; 
}
#fort-curtain .fc-place .fc-place-card{
    border: 3px solid var(--mk-blue);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    margin-bottom: 30px;
    box-shadow: 15px 15px 0px 0px #badfff; 
    overflow: visible;
    box-sizing: border-box;
    p{
        font-size: clamp(15px,4vw,18px);
    }
}
#fort-curtain .fc-place .fc-place-card .wp-block-media-text__content{
    padding: 0 0 0 5%;
}
#fort-curtain .fc-place .fc-place-card h3{
    font-weight: bold;
    font-size: clamp(18px,4vw,28px);
    margin-bottom: 0;
}
#fort-curtain .fc-place figure.fc-place-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 300px;
  line-height: 0;
  z-index: 10;
}
#fort-curtain .fc-place figure.fc-place-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1000px) {
    #fort-curtain .fc-place figure.fc-place-img {
        position: relative;
        width: clamp(180px,30vw,280px);
    }
}
@media (max-width: 781px) {
    #fort-curtain .fc-place .fc-place-card{
            box-shadow: 10px 10px 0px 0px #badfff; 
    }
    #fort-curtain .fc-place .fc-place-wrap{
        padding-bottom: 80px;
    }
}


@media (max-width: 600px) {
    #fort-curtain .fc-place .fc-place-card{
        box-shadow: 10px 10px 0px 0px #badfff; 
        padding: 1rem;
    }
    #fort-curtain .fc-place .fc-place-card .wp-block-media-text__content{
        padding-left: 0;
    }
    #fort-curtain .fc-place .fc-place-card .wp-block-media-text__content h3{
        padding-top: 10px;
        padding-bottom: 5px;
    }
}
/*CTAエリア【1】*/
.fc-cta1 p{
    padding-top: clamp(20px,4vw,50px);
    font-size: clamp(14px,4vw,22px);
}
.fc-btn-catalog a.btn{
    border: 1px solid #F4B44D;
}
@media (max-width: 781px){
    #fort-curtain .fc-cta1{
        padding: 0 5%;
    }
    #fort-curtain .fc-cta1 .wp-block-group.is-nowrap.is-layout-flex {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
    }
}

/* カーテン仕様 */
#fort-curtain .fc-details{
    padding: 50px 5% 0;
}
.fc-spec-table {
    max-width: 600px;
    table-layout: fixed;
    background-color: var(--white);

    th{
        background-color: #a9dcff;
        text-align: center;
    }
    td{
        text-align: center;
    }
    /* 1列目（材長） */
    th:nth-child(1),
    td:nth-child(1) {
        width: 15%;
    }
    /* 2列目（ピッチ） */
    th:nth-child(2),
    td:nth-child(2) {
    width: 25%;
    }
    /* 3列目（芯材） */
    th:nth-child(3),
    td:nth-child(3) {
    width: 45%;
    }
    /* 4列目（基準風速） */
    th:nth-child(4),
    td:nth-child(4) {
    width: 15%;
    }
}
#fort-curtain .fc-details .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p{
    margin-top: 0;
}
#fort-curtain .fc-details .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow figure{
    margin-bottom: 0;
}

/* オプション */
#fort-curtain .fc-details .fc-details-inner{
    max-width: 1100px;
    text-align: center;

    h3 {
        width: fit-content;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        font-size: clamp(1.02rem,4vw,1.5rem);
    }

    h3:before, h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: block!important;
        width: 45px;
        height: 1px;
        background-color: black;
    }

    h3:before {
        left:0;
    }
    h3:after {
        right: 0;
    }
}

/*シートエリア*/
.fc-sheet{
    padding-top: 50px;
}
/*人気トップ3*/
#fort-curtain .fc-sheet .fc-rank {
    h3{
        font-family: serif;
        font-size: clamp(1.8rem,4vw,30px);
    }
    .fc-rank-item{
    position: relative;
    display: inline-block;
    }
    .fc-rank-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    }
    .fc-rank-item::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 30px;
    width: 60px;
    height: 50px;
    transform: rotate(15deg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    }
    .fc-rank-item.fc-rank-1::before{
    top: -20px;
    width: 85px;
    height: 65px;
    background-image: url(../images/images/fc-rank-1st.png);
    }
    .fc-rank-item.fc-rank-2::before{
    background-image: url(../images/images/fc-rank-2nd.png);
    }
    .fc-rank-item.fc-rank-3::before{
    background-image: url(../images/images/fc-rank-3rd.png);
    }
    .fc-sheet-rank-imgWrap{
        max-width: 800px;
    }
}
@media (max-width: 781px) {
    #fort-curtain .fc-sheet .fc-sheet-rank-imgWrap.wp-block-columns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: center;
        gap: 0;
    }
    #fort-curtain .fc-sheet .fc-sheet-rank-imgWrap > .wp-block-column {
        box-sizing: border-box;
        margin: 0;
        max-width: none;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #fort-curtain .fc-sheet .fc-sheet-rank-imgWrap > .wp-block-column:nth-child(1) {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    #fort-curtain .fc-sheet .fc-sheet-rank-imgWrap > .wp-block-column:nth-child(2),
    #fort-curtain .fc-sheet .fc-sheet-rank-imgWrap > .wp-block-column:nth-child(3) {
        flex: 0 0 50% !important;
        width: 50%;
        padding: 0; 
    }
    #fort-curtain .fc-sheet .fc-rank-item {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    #fort-curtain .fc-sheet .fc-rank-item img {
        display: block;
        margin: 0 auto;
    }
    #fort-curtain .fc-sheet .fc-rank-1 img {
        width: 90%;
        max-width: 280px;
    }

    #fort-curtain .fc-sheet .fc-rank-2 img,
    #fort-curtain .fc-sheet .fc-rank-3 img {
        width: 80% !important; 
        max-width: 180px;
    }
   #fort-curtain .fc-sheet .fc-rank-item::before {
        left: 50%;
        right: auto;
        transform: translateX(40px) rotate(15deg); 
        top: -15px;
        width: 60px;
        height: 50px;
    }
}
@media (max-width: 500px){
        #fort-curtain .fc-sheet .fc-rank-1 img {
        width: 80%;
    }
}
@media (max-width: 400px) {
    #fort-curtain .fc-sheet .fc-rank-2::before,
    #fort-curtain .fc-sheet .fc-rank-3::before {
        transform: translateX(15px) rotate(15deg);
        width: 30px;
        height: 32px;
        top: -10px;
    }
}
/* シート一覧 */
.fc-sheet-wrap{
    border: 1px solid #363636;
    border-radius: 20px;
}
.fc-container {
    padding: 2rem 3rem;
    flex-wrap: wrap;
    gap: 7px 15px;
    margin-bottom: 40px;
    justify-content: center;
}
#fort-curtain .fc-sheet{
    h3{
        font-size: clamp(1.2rem,4vw,22px);
        font-weight: bold;
    }
}
#fort-curtain .fc-sheet-boen .fc-container,
#fort-curtain .fc-sheet-funen .fc-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(100px, 220px));
    flex-wrap: nowrap;
}
#fort-curtain .fc-sheet-itoiri .fc-container {
    display: flex;
}
#fort-curtain .fc-sheet .fc-sheet-boen h3,
#fort-curtain .fc-sheet .fc-sheet-funen h3{
    padding-top: 0.7rem;
    padding-bottom: 0;
}
#fort-curtain .fc-sheet .fc-sheet-thick{
    padding-bottom: 0.7rem;
    font-size: clamp(1.02rem,4vw,16px);
}
.fc-item {
    width: 100%;
    max-width: 220px; 
    min-width: 100px; 
    background: #fff;
    border: none;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
#fort-curtain .fc-sheet-boen .fc-item,
#fort-curtain .fc-sheet-funen .fc-item {
    width: 100%;
    max-width: none;
    margin: 0;
}
.fc-container:has(> .fc-item:last-child:nth-child(-n+3)) {
    justify-content: center;
}
/* ★ カラーチップ */
.fc-color-chip {
    width: 100%;
    height: 80px;
    display: block;
    border: 1px solid #e0e0e0;
}
#fort-curtain .fc-sheet .fc-sheet-itoiri .fc-color-chip{
    height: 100px;
}
/* テキスト情報エリア */
.fc-info {
    padding: 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
/* 生地名（アイボリーなど） */
.fc-title {
    order: 2;
    font-size: 1.05rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}
/* カラー番号（U-17など） */
.fc-num {
    order: 1;
    font-size: 0.9rem;
    color: #333;
    margin: 0;
}
/* スペック（透過率・厚み） */
.fc-spec {
    order: 3;
    font-size: 0.8rem;
    color: #777;
    line-height: 1.4;
    padding-top: 5px;
}
.fc-spec span {
    display: block;
}

/* ラベル（Newなど）の装飾 */
.fc-label {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    font-weight: bold;
    border-radius: 2px;
    z-index: 2;
}
/*新色・New*/
.fc-label.new,
.fc-label.new_color{
    background-color: #0071bc;
}
/*無くなり次第廃盤*/
.fc-label.discontinued{
    background-color: #757575;
}
/*廃盤*/
.fc-label.limited{
    background-color: #e67e22;
}
#fort-curtain .fc-sheet .fc-sheet-boen .fc-spec span:nth-child(2),
#fort-curtain .fc-sheet .fc-sheet-funen .fc-spec span:nth-child(2),
#fort-curtain .fc-sheet .fc-sheet-itoiri .fc-spec span:nth-child(1){
    display: none;
}

@media (max-width: 992px) {
    #fort-curtain .wp-block-group.fc-sheet.is-layout-constrained {
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    #fort-curtain .fc-sheet-boen .fc-container,
    #fort-curtain .fc-sheet-funen .fc-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 781px) {
    .fc-container{
        padding: 1rem;
        gap: 14px 7px;
    }
    .fc-title {
        order: 2;
        font-size: 1.01rem;
        font-weight: bold;
        margin: 0;
        line-height: 1.2;
    }
}
@media (max-width: 600px) {
    #fort-curtain .fc-sheet-itoiri .fc-container {
        padding: 1rem 0.5rem;
        justify-content: center;
        gap: 10px;
    }
    #fort-curtain .fc-sheet-itoiri .fc-item {
        width: calc((100% - 15px) / 2); 
        min-width: 0;
        max-width: none;
        margin: 0;
    }
    .fc-color-chip{
        height: 40px;
    }
    .fc-title{
        font-size: 0.8rem;
    }
}
@media (max-width: 500px) {
    .fc-item{
        min-width: 90px;
    }
}
@media (max-width: 400px) {
    #fort-curtain .fc-sheet-boen .fc-container,
    #fort-curtain .fc-sheet-funen .fc-container {
        grid-template-columns: repeat(3, 1fr);
        padding: 1rem 0.5rem;
    }
    .fc-container{
        padding: 1rem;
        gap: 14px 3px;
    }
}
@media (max-width: 400px) {
    .fc-label {
        font-size: 9px;
        padding: 1px 3px;
        white-space: nowrap;
        letter-spacing: -0.05em;
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 380px) {
    .fc-label.limited {
        font-size: 0;
    }
    .fc-label.limited::after {
        content: "在庫限り";
        font-size: 9px;
        display: block;
    }
}


/*CTAエリア【2】*/

#fort-curtain .fc-cta2{
    padding: 0 5%;
}
#fort-curtain .fc-cta2-h2wrap {
    text-align: center;
    padding-top: 50px;
}

#fort-curtain .fc-cta2-h2wrap h2 {
    margin: 0 auto 10px;
    font-size: clamp(20px, 4vw, 26px);
    line-height: 1.2;
}
#fort-curtain .fc-cta2-h2wrap h3 {
    display: table;
    width: fit-content;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    font-size: clamp(18px, 4vw, 40px);
    font-weight: bold;
    line-height: 1.2;
}
#fort-curtain .fc-cta2-h2wrap h3::before,
#fort-curtain .fc-cta2-h2wrap h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5px;
    height: 40px;
    background-color: var(--main-blue);
    border-radius: 2px;
    display: block !important;
}
#fort-curtain .fc-cta2-h2wrap h3::before {
    left: 0;
    transform: translateY(-50%) rotate(-25deg);
}
#fort-curtain .fc-cta2-h2wrap h3::after {
    right: 0;
    transform: translateY(-50%) rotate(25deg);
}

#fort-curtain .fc-cta2{
    .fc-cta2-imgWrap{
        max-width: 800px;
    }
    p{
        display: block;
        align-items: center;
        justify-content: center;
        line-height: 1;
        color: var(--mk-blue);
        font-family: 'Inter', sans-serif;
        text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.4);
        font-weight: bold;
        font-size: clamp(26px,4vw,60px);
    }
    p span{
        display: block;
        font-size: clamp(20px,4vw,24px);
    }
}
/*CTAボタン幅調整*/
.fc-btn-catalog a,
.fc-btn-mail a{
    width: 280px;
}
@media (max-width: 781px) {
    .fc-cta2 .fc-cta2-h2wrap{
        h3{
            padding-bottom: 0;
        }
    }
    .fc-cta2-imgWrap{
        gap: 10px;
    }
    #fort-curtain .fc-cta2-h2wrap h3 {
    padding: 0 1.5rem;
}
#fort-curtain .fc-cta2-h2wrap h3::before,
#fort-curtain .fc-cta2-h2wrap h3::after {
    width: 3px;
    height: 25px;
}

}

/*導入ご検討にあたってのご注意点*/
#fort-curtain .fc-note{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;

    h2{
        font-weight: bold;
        font-size: clamp(17px,4vw,26px);
        padding: 0.25em 0.5em;
        color: #494949;
        background: transparent;
        border-left: solid 5px #7db4e6;
        margin-bottom: 15px!important;
        margin-left: 0; 
        max-width: 100%;
    }
    h3{
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 1.2em;
        font-size: clamp(15px,4vw,20px);
        font-weight: bold;
        color: #333;
        margin-top: 24px;
        gap: 10px;
        margin-left: 0;
        max-width: 100%;
    }
    h3::before{
        content: "▶";
        display: inline-block;
        color: var(--main-blue);
    }
    .fc-note-list{
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }
    .fc-note-list p{
    padding-left: 3.5em;
    }
    .fc-note-list ul{
    padding-left: 5em;
    }
    .fc-note-list ul li{
    list-style-type: disc;
    }
}
@media (max-width: 500px){
    #fort-curtain .fc-note{
        h3{
        padding-left: 0.5rem;
        gap: 5px;
        }
        .fc-note-list p{
            padding-left: 2rem;
        }
        .fc-note-list ul{
            padding-left: 2rem;
        }

    }
}