/* ===================================================
LANDIXとはページ（single-about.php）
===================================================*/

/*　ページ内共通　*/
html {
  font-size: 62.5%;
}
.about p{
  line-height: 1;
}
section {
  margin: 0 auto;
  max-width: 1200px;
  &:last-child{
    max-width: 100%;
  }
}

.about{
  color: #2b2b2b;
  background: #eee;
}

.about-fv {
  position: relative;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  .about-fv-badge{
    position: absolute;
    top: 8px;
    left: 8px;
    max-width: 40px;
    z-index: 299;
    @media (min-width: 750px) {
      top: 0.8vw;
      left: 0.8vw;
      max-width: 3vw;
    }
  }
  .about-fv-hero{
    position: relative;
    text-align: center;
    text-shadow: 4px 4px 0px rgba(0,0,0,.06);
    picture{
      position: relative;
      top: 0;
      left: 0;
      img{
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
      }
    }
    .about-fv-heading{
      z-index: 1;
      width: calc(100% - 30px);
      height: 400px;
      margin: 0 auto;
      padding: 12px 0 20px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      align-items: center;
      > p{
        position: relative;
        z-index: 1;
        padding-top: 16px;
        font-size: 1.8rem;
        font-weight: 400;
      }
      > div{
        h1{
          font-size: 1.8rem;
          span{
            font-size: 3.4rem;
            color: #fe3500;
          }
        }
        > p{
          font-size: 1.8rem;
          font-weight: 300;
          line-height: 2.8rem;
        }
      }
      .about-fv-dots{
        display: none;
      }
    }
    @media (min-width: 750px) {
      display: flex;
      flex-flow: row-reverse;
      picture{
        width: 60%;
        border-bottom: 4px solid #2b2b2b;
        img{
          height: 100%; 
        }
      }
      > div{
        display: flex;
        flex-flow: wrap;
        width: 40%;
        background: #fff;
        border-bottom: 4px solid #fe3500;
        box-shadow: 4px 0 20px rgba(0,0,0,.1);
        text-shadow: none;
        z-index: 199;
        .about-fv-heading{
          height: auto;
          position: relative;
          justify-content: end;
          align-items: flex-start;
          padding: 0;
          width: calc(100% - 40px);
          text-align: left;
          max-width: 24vw;
          left: auto;
          transform: translate(0);
          > p{
            padding: 6vw 0 4px 2px;
            font-size: 1.4vw;
          }
          div {
            h1{
              padding-bottom: 4px;
              font-size: 1.4vw;
              span{
                font-size: 2.5vw;
              }
            }
            p{
              font-size: 1.4vw;
              font-weight: 500;
              line-height: 2.2vw;
            }
          }
          .about-fv-title-row{
            display: flex;
            align-items: center;
            gap: 10px;
          }
          .about-fv-dots{
            display: block;
            position: absolute;
            flex-shrink: 0;
            left: -8vw;
            width: 6vw;
            height: 2.1vw;
            background-image: radial-gradient(circle, #fe3500 0.1vw, transparent 0.1vw);
            background-size: 0.4vw 0.4vw;
          }
        }
      }
    }
  }
  .about-fv-lead{
    width: 100%;
    background: #fe3500;
    p{
      max-width: 340px;
      width: calc(100% - 60px);
      margin: 0 auto;
      padding: 18px 0;
      color: #fff;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 2.8rem;
      letter-spacing: 2px;
      text-align: justify;
    }
    @media (min-width: 750px) {
      background: transparent;
      p{
        max-width: 24vw;
        width: calc(100% - 40px);
        font-size: 1vw;
        line-height: 2vw;
        color: #2b2b2b;
      }
    }
  }
}


.about .about-inner{
  margin: 0 auto;
  width: calc(100% - 60px);
}
.about .about-section-head{
  position: relative;
  margin: 50px auto;
  max-width: 320px;
  &::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 1px;
    background: #2b2b2b;
  }
  &::after{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%,0);
    width: 30px;
    height: 4px;
    background: #2b2b2b;
    background: linear-gradient(90deg, #fe3500 0%, #fe3500 50%, #2b2b2b 50%, #2b2b2b 100%);
  }
  h2{
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0px 14px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 1.4px;
    text-align: center;
    background: #eee;
  }
}

.reason-style-data{
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,.1);
  text-align: center;
  > span{
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 12px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    background: #2b2b2b;
  }
  h3{
    padding: 40px 0 6px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  small{
    display: inline-block;
    padding-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4rem;
    font-feature-settings: "palt";
    letter-spacing: 0px;
  }
  dl{
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    width: calc(100% - 30px);
    > div{
      &:first-child{
        width: 100%;
        border-bottom: 1px solid #2b2b2b;
      }
      &:not(:first-child){
        display: flex;
        width: 100%;
        div{
          margin: 10px auto 14px;
          padding: 10px 0;
          width: 50%;
          img{
            padding-bottom: 6px;
          }
          dt,dd{
            font-weight: 500;
          }
          dd > span > span{
            padding-right: 1px;
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: 0;
            color: #fe3500;
          }
          &:last-child{
            border-left: 1px solid #2b2b2b;
          }
        }
      }
    }
  }
  .stat-annual-amount{
    position: relative;
    .stat-annual-amount-text{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      font-size: 1.2rem;
      font-weight: 500;
      dt{
        font-weight: 500;  
      }
      dd span{
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 0;
        color: #fe3500;
      }
    }
  }
  .stat-breakdown{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 12px auto;
    text-align: left;
    font-weight: 500;
    p{
      position: relative;
      font-size: 1.2rem;
      line-height: 1.6rem;
      &::before{
        content: "";
        position: absolute;
        top: 0;
        left: -12px;
        width: 6px;
        height: 100%;
      }
      &:first-child::before{
        background: #fe3500;
      }
      &:last-child::before{
        background: #ccc;
      }
    }
  }
  button{
    position: relative;
    padding: 14px 0 18px;
    width: 100%;
    font-size: 1.2rem;
    color: #fff;
    background: #2b2b2b;
    transform: .3s;
    &:hover,&:active{
      text-decoration: underline;
    }
    span{
      position: absolute;
      right: 16px;
      top: 48%;
      transform: translateY(-48%);
      color: #fff;
      font-size: 1.2rem;
      text-align: right;

    }
  }
  .area-tips-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    .area-tips-modal-content {
      background-color: #fff;
      padding: 20px 20px 30px;
      border-radius: 16px;
      width: 80%;
      max-width: 320px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      img{
        width: 100%;
        border-radius: 8px;
      }
      h4{
        padding: 20px 0 14px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1;
        span{
          display: block;
          padding-bottom: 4px;
          font-size: 1.2rem;
          color: #fe3500;
        }
      }
      p{
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0.4px;
        text-align: justify;
      }
      .area-tips-modal-close {
        margin-top: 16px;
        font-size: 1.4rem;
        font-weight: 500;
        cursor: pointer;
        display: inline-block;
        span{
          position: relative;
          top: -1px;
          margin-left: 4px;
          padding: 0px 2px 1px 3px;
          font-size: 1.1rem;
          line-height: 1;
          color: #fff;
          background: #2b2b2b;
        }
      }
      @media (max-height: 600px) {
        display: flex;
        gap: 30px;
        max-width: 100%;
        width: calc(100% - 40px);
        img{
          width: 30%;
          object-fit: cover;
        }
        > div{
          display: flex;
          flex-flow: wrap;
          justify-content: left;
          align-items: center;
          text-align: left;
          width: 70%;
          .area-tips-modal-close{
            display: block;
            width: 100%;
            text-align: right;
          }
        }

      }
    }
  }
  @media (min-width: 750px) {
    max-width: 700px;
    small{
      padding-bottom: 12px;
      font-size: 1rem;
      line-height: 1.6rem;
    }
    dl{
      padding: 20px 0 ;
      width: calc(100% - 80px);
      > div{
        &:nth-child(1){
          width: 60%;
          border: none;
          display: flex;
          justify-content: center;
          .stat-breakdown{
            flex-flow: column;
            gap: 16px;
            margin: 0;
            padding-left: 32px;
            p{
              width: 100%;
            }
          }
        }

        &:nth-child(2){
          width: 40%;
          div{
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            padding: 0;
            margin: 10px auto;
            &:first-child{
              border-left: 1px solid #2b2b2b;

            }
          }
        }
      }
    }
  }
}
  

.reason-service-nav{
  margin: 0 auto;
  padding: 20px 0;
  max-width: 400px;
  text-align: center;
  @media (min-width: 750px) {
    padding: 30px 0;
  }
  p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    span{
      color: #fe3500;
    }
  }
  ul{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 10px 0;
    li{
      width: calc(100% / 3);
      font-size: 1.1rem;
      font-weight: 500;
      border-left: 1px solid #2b2b2b;
      border-right: 1px solid #2b2b2b;
      &:not(:last-child){
        border-right: none;
      }
      span{
        display: block;
        padding-bottom: 2px;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 400;
        color: #fe3500;
      }
      a{
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        padding: 6px 0;
        @media (min-width: 750px) {
          pointer-events: none;
        }
        &:hover,&:active{
          text-decoration: underline;
        }
      }
    }
  }
}

.reason-sect .about-inner > ul{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
  li{
    max-width: 350px;
    > div{
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      height: 100%;
    }
    &:last-child{
      img{
        margin: 10px auto 0;
        width: 90%;
      }
    }
  }
}

.reason-sect .about-inner > ul > li{
  position: relative;
  width: 100%;
  border-bottom: 3px solid #5a5a5a;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  p span{
    &:first-child{
      position: absolute;
      top: 16px;
      left: 12px;
      font-size: 1.1rem;
      font-weight: 500;
    }
    &:last-child{
      position: absolute;
      top: 16px;
      right: 12px;
      font-size: 1.1rem;
      font-weight: 500;
      color: #fe3500;
    }
  }
  h3{
    padding: 56px 0 10px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
  }
  img{
      width: 100%;
  }
  small{
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
  }
  .case-slider{
    position: relative;
    margin: 0 28px;
    
    figcaption{
      padding-top: 5px;
      font-size: 1rem;
      font-weight: 400;
      text-align: center;
    }
    .slick-prev, .slick-next{
      position: absolute;
      width: 26px;
      height: 26px;
      font-size: unset;
      text-align: center;
      border-radius: 4px;
      color: #fff;
      background: #2b2b2b;
      border: 1px solid #2b2b2b;
      z-index: 999;
      transform: .3s;
      &:hover,&:active{
        background: #fff;
        &::before{
          color: #2b2b2b;
        }
      }
    }
    .slick-prev{
      left: -13px;
      &::before{
      content: "◀︎";
      font-size: unset;
      }
    }
    .slick-next{
      right: -13px;
      &::before{
        content: "▶︎";
        font-size: unset;
      }
    }
  }
  > div p{
    padding: 14px 28px 30px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: justify;
  }
  &:last-child > div p{
    padding: 14px 28px 18px;
  }
  a{
    position: relative;
    display: block;
    margin: 0 28px 28px;
    padding: 14px 0 16px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #5a5a5a;
    border: 1px solid #5a5a5a;
    transition: .3s;
    span{
      position: absolute;
      right: 12px;
      top: 48%;
      transform: translateY(-48%);
      color: #fff;
      font-size: 1.2rem;
      text-align: right;
    }
    &:hover,&:active{
      color: #5a5a5a;
      background-color: transparent;
      span{
        color: #5a5a5a;
      }
    }
  }
}

.category-sect li > div{
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  p{
    &:first-child{
      font-size: 1.4rem;
      font-weight: 300;
      color: #fe3500;
    }
    &:last-child{
      font-size: 1.4rem;
      font-weight: 400;   
    }
  }
  > ul > li{
    margin-bottom: 10px;
    &:last-child{
      margin: 0;
    
    }
  }
}

.category-sect ul{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px 20px;
  li{
    max-width: 400px;
    width: 100%;
    > div{
      display: flex;
      justify-content: space-between;
      padding-bottom: 8px;
      p{
        &:first-child{
          font-size: 1.4rem;
          font-weight: 300;
          color: #fe3500;
        }
        &:last-child{
          font-size: 1.4rem;
          font-weight: 400;   
        }
      }
      > ul > li{
        margin-bottom: 10px;
        &:last-child{
          margin: 0;
        }
      }
    }
    &:nth-child(1) > ul li{
      &:nth-child(1) a{
        background: url(../img/about/about-category-recommend.jpg) no-repeat;
        background-size: cover;
      }
      &:nth-child(2) a{
        background: url(../img/about/about-category-secret.jpg) no-repeat;
        background-size: cover
      }
      &:nth-child(3) a{
        background: url(../img/about/about-category-gentei.jpg) no-repeat;
        background-size: cover
      }
    }
    &:nth-child(2) > ul li{
      &:nth-child(1) a{
        background: url(../img/about/about-category-residential.jpg) no-repeat;
        background-size: cover
      }
      &:nth-child(2) a{
        background: url(../img/about/about-category-investment.jpg) no-repeat;
        background-size: cover
      }
      &:nth-child(3) a{
        background: url(../img/about/about-category-resort.jpg) no-repeat;
        background-size: cover
      }
    }
    &:nth-child(3) > ul li{
      &:nth-child(1) a{
        background: url(../img/about/about-category-land.jpg) no-repeat;
        background-size: cover
      }
      &:nth-child(2) a{
        background: url(../img/about/about-category-house.jpg) no-repeat;
        background-size: cover
      }
    }
    > ul{
      display: flex;
      flex-flow: wrap;
      gap: 10px;
      li{
        width: 100%;
        &:last-child > ul{
          display: flex;
          flex-flow: wrap;
          justify-content: space-between;
          gap: 10px;
        }
        a{
          position: relative;
          display: flex;
          align-items: center;
          padding: 0 18px;
          min-height: 120px;
          color: #fff;
          box-shadow: 0 0 12px rgba(0, 0, 0, .15);
          text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
          background-size: cover;  
          > div{
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: flex-start;
            h3{
              padding-bottom: 4px;
              font-size: 1.4rem;
              font-weight: 500;
            }
            p{
              font-size: 1.2rem;
              font-weight: 400;
              line-height: 1.8rem;
            }
          }
          > p{
            position: absolute;
            bottom: 10px;
            right: 10px;
            font-size: 1.2rem;
            font-weight: 300;
          }
          > p.category-external-label{
            display: inline-flex;
            align-items: center;
            gap: 3px;
            .icon-external-link{
              display: block;
              width: 12px;
              height: 12px;
              background: url(../img/ext-icon.svg?ver=260508) no-repeat center / contain;
            }
          }
          .category-card-overlay{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            opacity: 0;
            background: #000;
            transition: .3s;
          }
          &:hover,&:active{
            .category-card-overlay{
              opacity: .3;
            }
          }
        }
      }
    }
    &:last-child > ul li{
      width: calc(50% - 5px);
      margin-bottom: 0;
      a{
        padding: 50px 0;
        justify-content: center;
        > div{
          align-items: center;
        }
        p{
          width: 100%;
          bottom: 10px;
          right: 50%;
          transform: translateX(50%);
          text-align: center;
        }
      }
    }
  }
}

.voice-sect{
  .about-inner > .voice-slider{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    @media (min-width: 750px) {
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      align-items: stretch;
      gap: 20px;
      max-width: none;
      > .voice-slider-item{
        display: flex;
        flex-direction: column;
        max-width: 320px;
        .voice-content{
          flex: 1;
          display: flex;
          flex-direction: column;
          height: 100%;
        }
        .content-box{
          flex: 1;
          display: flex;
          flex-direction: column;
        }
        .body .about-voice-title{
          min-height: 12rem;
        }
        .detail{
          flex: 1;
          display: flex;
          flex-direction: column;
        }
        .body-comment{
          flex: 1;
          display: flex;
          flex-direction: column;
        }
        .body-note{
          height: 110px;
        }
        .customer-name{
          margin-top: auto;
        }
      }
    }
    .slick-slide{
      outline: none;
    }
    .slick-prev, .slick-next{
      position: absolute;
      width: 26px;
      height: 26px;
      font-size: unset;
      text-align: center;
      border-radius: 4px;
      color: #fff;
      background: #2b2b2b;
      border: 1px solid #2b2b2b;
      z-index: 999;
      transform: .3s;
      &:hover,&:active{
        background: #fff;
        &::before{
          color: #2b2b2b;
        }
      }
    }
    .slick-prev{
      left: -13px;
      &::before{
      content: "◀︎";
      font-size: unset;
      }
    }
    .slick-next{
      right: -13px;
      &::before{
        content: "▶︎";
        font-size: unset;
      }
    }
  } .voice-slider-item{
    width: 100%;
    .voice-content{
      margin: 0;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, .15);
      .inner-header{
        display: flex;
        justify-content: space-between;
        font-family: "Hiragino Mincho Pro", serif;
        border-bottom: solid 0.5px #000;
        padding: 0 0 5px;
        font-size: 1.4rem;
        .store{
          transform: initial;
        }
      }
      .content-box{
        display: block;
        .body{
          width: 100%;
          display: block;
          .voice-title{
            display: block;
            .about-voice-title{
              width: 100%;
              margin: 0;
              padding: 30px 18px;
              font-size: 1.4rem;
              font-family: "Hiragino Mincho Pro", serif;
              line-height: 2.4rem;
              text-align: justify;
              border-right: none;
              border-left: none;
              span{
                background: linear-gradient(transparent 60%, #ffd452 30%);
              }
            }
          }
        }
        .detail{
          width: 100%;
          padding: 0;
          display: flex;
          .voice-meta-list{
            position: relative;
            display: flex;
            justify-content: space-between;
            margin: 0;
            > div{
              width: calc(100% / 3);
              padding: 0 5px;
            }
            .customer,.area,.family{
              position: relative;
              display: flex;
              flex-direction: column;
            }
            .image-box{
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: baseline;
              position: relative;
              z-index: 1;
              margin-top: auto;
            }
            img{
              width: 86%;
              object-fit: cover;
            }
            p{
              font-size: 1rem;
              text-align: center;
              transform: initial;
              position: relative;
              z-index: 1;
            }
            .border{
              width: 100%;
              margin: 0 0 5px;
              border-bottom: solid 0.5px #000;
              position: relative;
              z-index: 1;
            }
            span{
              font-size: 1rem;
              font-weight: initial;
              display: block;
              padding: 0 0 4px;
              text-align: center;
              transform: initial;
              position: relative;
              z-index: 1;
            }
            .customer .bg-gray,.area .bg-gray,.family .bg-gray{
              background-color: #f5f5f5;
              position: absolute;
              z-index: 0;
              width: 80%;
              height: calc(100% - 8px);
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
            }
          }
          .customer-name{
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font-weight: initial;
            border-bottom: solid 0.5px #000;
            padding: 4px 0;
            .label{
              font-family: "Hiragino Mincho ProN", serif;
              font-size: 1.2rem;
              color: #707070;
            }
            p{
              font-size: 1.2rem;
              transform: translateY(0px);
            }
            span{
              font-size: 2.8rem;
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 100;
              margin: 0 10px 0 0;
            }
          }
        }
      }
    }
    .body-comment{
      background-color: #f7f7f7;
      padding: 20px;
      margin: 20px 0 0;
      height: auto;
      .body-title{
        display: block;
        border-bottom: solid 0.5px #000;
        padding: 0 0 5px;
        margin: 0 0 6px;
        p{
          font-size: 1.2rem;
          font-weight: bold;
          padding-bottom: 4px;
        }
        span{
          font-size: 1rem;
          font-weight: initial;
        }
        img{
          width: 58px;
        }
        > div{
          display: flex;
          margin: 2px 0;
        }
      }
      .body-note{
        font-weight: initial;
        height: 110px;
        p{
          font-size: 1.1rem;
          line-height: 1.8rem;
          text-align: justify;
        }
      }
    }
  }
  .simplebar-content:before,
  .simplebar-content:after{
    display: none;
  }
  .simplebar-scrollbar::before{
    background-color: #c5c5c5;
  }
  .simplebar-track.simplebar-vertical,
  .simplebar-track{
    width: 5px;
  }
  .simplebar-scrollbar{
    background: #c5c5c5;
    border-radius: 10px;
  }
  > .about-inner > a{
    display: block;
    margin: 10px auto 0;
    max-width: 320px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: right;
    &:hover,&:active{
      text-decoration: underline;
    }
    @media (min-width: 750px) {
      margin: 30px auto 60px;
      padding: 12px 0 14px;
      font-size: 1.2rem;
      text-align: center;
      color: #eee;
      background: #5a5a5a;
      border: 1px solid #5a5a5a;
      transition: .3s;
      &:hover,&:active{
        color: #5a5a5a;
        background: transparent;
        text-decoration: none;
      }
    }
  }
}



.faq-sect details{
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  margin: 0 auto 10px;
  padding: 0px 20px;
  max-width: 500px;
  width: 100%;
  &::details-content {
    @media (prefers-reduced-motion: no-preference) {
      transition-duration: 300ms;
      transition-property: content-visibility, opacity;
      transition-behavior: allow-discrete;
    }
  }
  &:not([open])::details-content {
    opacity: 0;
  }
  summary{
    padding: 20px 0;
    min-height: 80px;
    display: block grid;
    grid-template: ". icon" / 1fr max-content;
    column-gap: 1em;
    align-items: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition-duration: var(--_duration);
    transition-property: background-color, color;  
    &::before,
    &::after {
      content: "";
      grid-area: icon;
      inline-size: 1em;
      border-block-end: 1px solid;
      writing-mode: initial;
    }
    &::after {
      rotate: 90deg;
    }
    &:is([open] > &)::after {
      opacity: 0;
    }
    > div{
      display: flex;
      align-items: center;
    }
    span{
      margin-right: 10px;
      font-size: 1.4rem;
      line-height: 2.1rem;
      font-weight: 700;
      color: #fe3500;
    }
    p{
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 2.1rem;
    }
  }
  > div{
    display: flex;
    padding: 20px 0;
    border-top: 1px solid rgba(54, 54, 54, .1);
    span{
      margin-right: 10px;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 2.1rem;
      color: #fe3500;
    }
    p{
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 2.1rem;
      text-align: justify;
      a span{
        font-size: 1.2rem;
        text-decoration: underline;
      }
    }
  }
}


.shop-sect{
  margin: 60px auto 0;
  padding: 10px 0 0;
  color: #fff;
  background: #5a5a5a;
  text-align: center;
  .about-section-head{
    position: relative;
    margin: 50px auto;
    &::before{
      background: #fff;
    }
    h2{
      background: #5a5a5a;
    }
  }
  ul{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    @media (min-width:750px) {
      gap: 40px;
    }
    li{
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      align-items: stretch;
      margin: 0 auto 40px;
      padding-bottom: 40px;
      max-width: 320px;
      border-bottom: 1px solid #fff;
      &:last-child{
        margin: 0 auto;
        padding: 0 0 60px;
        border: none;
        @media (min-width:750px) {
          margin: 0 0 40px;
          padding-bottom: 40px;
        }
      }
      @media (min-width:750px) {
        margin: 0 0 40px;
        border: none;
      }
    }
  }
  h3{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
  img{
    padding: 10px 0;
    width: calc(100% - 70px);
  }
  div{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
  }
  dl{
    margin: 0 auto;
    padding: 24px 0 30px;
    width: calc(100% - 70px);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    dt{
      padding-bottom: 10px;
    }
    dd{
      padding-bottom: 20px;
      font-size: 1.2rem;
      font-weight: 400;
      text-align: justify;
      &:last-child{
        padding: 0;
      }
    }
  }
  a{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 8px 0 10px;
    width: calc(100% - 70px);
    font-size: 1.4rem;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: .3s;
    span{
      position: absolute;
      right: 12px;
      top: 48%;
      transform: translateY(-48%);
      color: #fff;
      font-size: 1.2rem;
      text-align: right;
    }
    &:hover,&:active{
      color: #5a5a5a;
      background: #fff;
      span{
        color: #5a5a5a;
      }
    }
  }
}
