/* Setup Suites 
=================================*/
#setup #visual {

  display: flex;
  align-items: center;

  background: url(image/header-bg.jpg) no-repeat center center;
  height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;

}

#setup #visual .title {
  position: absolute;
  right: 185px;
  color: #002446;
}

#setup #visual .title .title-jp {
  margin: 10px 0 40px;
  font-size: 1.4rem;
}

#setup #visual .title .title-copy {
  font-size: 1.8rem;
}

#setup #main-lead {
  margin-bottom: 50px;
}

#setup #main-lead h2 {
  font-size: 3rem;
}

#setup #lead {
  margin-bottom: 90px;
}

#setup #lead .price-layout {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

#setup #lead .price {
  margin: 0 15px;
  width: 410px;
}

#setup #lead .price .title {
  font-size: 2.2rem;
  padding: 10px 10px;
  min-width: 120px;
}

#setup #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}


#setup #lead p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 854px;
  line-height: 150%;
}

#setup #about .inner {
  max-width: 854px;
  margin: 0 auto;
  padding: 0;
}

#setup #about .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

#setup #about .images .image {
  width: 365px;
  margin-bottom: 84px;
}

#setup #about .images .image:nth-child(2n) {
  position: relative;
  top: 110px;
}

#setup #about .images-wide {
  margin: 0 auto 84px;
}

#setup .out-title {
  text-align: center;
}

#setup .out-title .enb {
  text-align: center;
  font-size: 3.4rem;
}

#setup .out-title .jp {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}


#setup #model {
  background-color: #F2F2F2;
  padding: 80px 0;
}

#setup #model .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#setup #model .title .enb {
  color: #BCA372;
  font-size: 1.8rem;
}

#setup #model .title .jp {
  font-size: 2.1rem;
}

#setup #model .detail {
  display: flex;
  justify-content: space-between;
}

#setup #model .detail .left,
#setup #model .detail .right {
  width: 270px;
}

#setup #model .detail .mid {
  flex: 1;
  padding: 0 30px;
}

#setup #model h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#setup #model h3 span {
  display: inline-block;
  width: 224px;
}

#setup #model h3 img {
  vertical-align: top;
  margin-right: 5px;
}

#setup #model p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

#setup #stylebook-slider {
  padding-top: 60px;
  padding-bottom: 0;
}

/* FABRIC
----------------------------------------*/
#setup #setup-fabric {
  padding: 80px 0;
}

#setup #setup-fabric .layout{
  display: flex;
  gap: 70px;
  max-width: 790px;
  margin: 0 auto;
}

#setup #setup-fabric .layout .box{
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
#setup #setup-fabric .layout{
  flex-direction: column;
  padding: 0 10%;
  gap: 20px;
}
#setup #setup-fabric .layout .box{
  width: 100%;
}
}

#setup #setup-fabric h2 {
  margin-bottom: 30px;
}

#setup #setup-fabric .color {
  max-width: 883px;
  margin: 0 auto;
}

#setup #setup-fabric h3 {
  display: inline-block;
  background-color: #BCA372;
  color: #fff;
  font-size: 2.5rem;
  line-height: 100%;
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
#setup #setup-fabric h3 {
  font-size: 1.6rem;
}
}

#setup #setup-fabric .images {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

/* VOICE
----------------------------------------*/
#voice{
  background-color: #E6E4E0;
  padding: 60px;
}

#voice h2{
  text-align: center;
  margin-bottom: 40px;
}

#voice h2 span{
  border-bottom: 1px solid #3C1E00;
  font-size: 3rem;
  font-weight: bold;
}
#voice .name{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
 #voice{
  padding: 10% 5%;
 }
 #voice h2{
  margin-bottom: 1rem;
 }
  #voice h2 span{
    font-size: 5vw;
    margin-bottom: 1rem;
  }
  #voice .name{
    font-size: 4.5vw;
    margin-bottom: 2rem;
  }
}


#voice .voice-flex{
  display: flex;
  gap: 45px;
  max-width: 980px;
  margin: 0 auto ;
}
#voice .voice-flex.voice1{
  margin-bottom: 80px;
}

#voice .voice-flex.voice2{
  flex-direction: row-reverse;
}

#voice .voice-flex .image{
  width: 40%;
}

#voice .voice-flex .text{
  width: 60%;
}

#voice .voice-flex .text .q{
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 35px;
}
#voice .voice-flex .text .q span{
  padding-right: 10px;
  font-weight: bold;
}

#voice .voice-flex .text .a{
  font-weight: 500;

}
#voice .voice-flex .text .a span{
  font-size: 2.5rem;
  color: #8D1E00;
  padding-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
#voice .voice-flex{
  display: block;
}
#voice .voice-flex .image{
  width: 100%;
  margin-bottom: 20px;
}
#voice .voice-flex .text{
  width: 100%;
}
#voice .voice-flex .q.sp{
  display: block !important;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 1rem;
}
#voice .voice-flex .q.sp span{
  font-size: 5vw;
}
#voice .voice-flex .text .q{
  font-size: 5vw;
  margin-bottom: 20px;
}
#voice .voice-flex .a span{
  font-size: 5vw;
}
#voice .voice-flex .a{
  font-size: 3.75vw;
}
#voice .voice-flex.voice1{
  margin-bottom: 3rem;
}
}

/* FAQ
----------------------------------------*/

#setup #faq{
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #setup #faq{
    padding: 50px 0;
  }
}

#setup #faq h2 {
  margin-bottom: 50px;
}

#setup #faq .boxs .box {
  border: 1px solid #3C1E00;
  margin-bottom: 25px;
}

#setup #faq .boxs .box .q {
  background-color: #3C1E00;
  line-height: 100%;
  padding: 8px 25px;
  color: #fff;
}

#setup #faq .boxs .box .a {
  padding: 16px 20px 16px 25px;
  background-color: #fff;
}

#setup #faq .boxs .box .a .annotation {
  font-size: 1.3rem;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

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

  #setup .inner {
    padding: 0 20px;
  }

  #setup #visual {
    background: url(image/header-bg-sp.jpg) no-repeat center center;
    background-size: 100%;
    height: auto;
    aspect-ratio: 1 / 0.9;
  }

  #setup #main-lead {
    margin-bottom: 30px;
  }

  #setup #main-lead h2 {
    font-size: 1.7rem;
  }

  #setup #lead {
    margin-bottom: 50px;
  }

  #setup #lead h2 br {
    display: block;
  }

  #setup #lead .price-layout {
    display: block;
  }

  #setup #lead .price {
display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid #3c1e00;
        margin: auto;
        margin-bottom: 20px;
  }

  #setup #lead .price .title {
        font-size: 1.8rem;
        border: none;
        min-width: none;
        width: 35%;
        padding: 0;
  }

  #setup #lead .price .td {
        border: none;
        border-left: 1px solid #3c1e00;
        width: 65%;
        line-height: 45%;
        padding: 25px 5px 20px;
        font-size: 3rem;
  }

  #setup #about .images {
    margin-bottom: 0;
  }

  #setup #about .images .image {
    width: 100%;
    padding: 0 40px;
    line-height: 0;
  }

  #setup #about .images-wide {
    margin-bottom: 20px;
  }

  #setup #about .images .image {
    width: 100%;
    margin-bottom: 20px;
  }

  #setup #about .images .image:nth-child(2n) {
    position: static;
  }

  #setup #stylebook-slider{
    padding-top: 0;
  }
#stylebook-slider h3{
  width: 65%;
  margin: 0 auto 30px;
}

  #setup #lead p.annotation {
    width: 100%;
  }

  #setup #model {
    padding: 30px 0;
  }

  #setup #model h3 {
    margin-top: 30px;
  }

  #setup #model .thumb {
    padding: 0 10%;
    display: block !important;
  }

  #setup .out-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
  }

  #setup .out-title .enb {
    font-size: 2rem;
  }

  #setup #model .detail .title {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  #setup #model h3 span {
    display: inline;
    width: 100%;
  }

  #setup #model .detail {
    display: block;
  }

  #setup #model .detail .left,
  #setup #model .detail .right {
    width: 100%;
  }

  #setup #model .detail .mid {
    padding: 0;
    margin-bottom: 40px;
  }

  #setup #setup-fabric {
    padding: 30px 0;
  }

  #setup #setup-fabric .lead {
    padding: 0 15px;
    text-align: center;
  }

  #setup #setup-fabric .images {
    width: 100%;
  }

  #setup #model .title .jp {
    font-size: 1.6rem;
  }

  #setup #model h3 {
    margin-bottom: 0.5rem;
  }

  #setup #model p {
    margin-bottom: 2rem;
  }

  #setup #faq .boxs .box {
    border: 1px solid #806145;
    margin-bottom: 25px;
  }

  #setup #faq .boxs .box .q {
    background-color: #806145;
    line-height: 120%;
    padding: 8px 15px;
    color: #fff;
  }

  #setup #faq .boxs .box .a {
    padding: 16px 20px 16px 25px;
    background-color: #fff;
  }

  #setup #faq .boxs .box .a .annotation {
    font-size: 1.3rem;
  }

}





#stylebook-slider{
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
#stylebook-slider{
  margin-bottom: 50px;
}
}


#setup #plan {
  text-align: center;
  padding-top: 86px;
}
@media screen and (max-width: 767px) {
  #setup #plan {
    padding-top: 39px;
  }
}
#setup #plan .main {
  font-size: 3.4rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #3C1E00;
}
@media screen and (max-width: 767px) {
  #setup #plan .main {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
#setup #plan .sub {
  font-size: 1.6rem;
  line-height: 3.4;
  padding-bottom: 36px;
  color: #3C1E00;
}
@media screen and (max-width: 767px) {
  #setup #plan .sub {
    font-size: 1.2rem;
    padding-bottom: 23px;
  }
}
#setup #plan .plan1 {
  font-size: 2.7rem;
  line-height: 1;
  padding-bottom: 45px;
  position: relative;
  color: #422711;
}
@media screen and (max-width: 767px) {
  #setup #plan .plan1 {
    font-size: 1.8rem;
    padding-bottom: 21px;
  }
}
#setup #plan .plan1::before {
  content: "";
  display: block;
  background-image: url(image/plan01.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  top: -25px;
  left: 130px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #setup #plan .plan1::before {
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
  }
}
#setup #plan .layout2 {
  display: flex;
  justify-content: center;
  gap: 99px;
  margin: auto;
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  #setup #plan .layout2 {
    gap: 13px;
  }
}
#setup #plan .layout2 p {
  font-size: 2.5rem;
  line-height: 1;
  width: 360px;
  padding-top: 18px;
  justify-content: center;
  color: #000000;
}
#setup #plan .layout2 .price {
  margin: 10px auto 10px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
#setup #plan .layout2 .price b {
  font-size: 4rem;
}
#setup #plan .layout2 .intax {
  line-height: 1;
  font-size: 2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #setup #plan .layout2 p {
    font-size: 4vw;
    line-height: 1.4;
    padding-top: 9px;
  }
  #setup #plan .layout2 .price {
    font-size: 5vw;
    margin-bottom: 0;
  }
  #setup #plan .layout2 .price b {
    font-size: 8vw;
  }
  #setup #plan .layout2 .intax {
    font-size: 4vw;
  }
}
#setup #plan .layout1 {
  display: flex;
  gap: 99px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #setup #plan .layout1 {
    gap: 13px;
  }
}
#setup #plan .layout1 .plus {
  position: relative;
}
#setup #plan .layout1 .plus::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 35px;
  background-color: #000000;
  top: 271px;
  left: 409px;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #setup #plan .layout1 .plus::before {
    top: 115%;
    left: calc(100% + 8px);
    height: 23px;
  }
}
#setup #plan .layout1 .plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #000000;
  top: 271px;
  left: 409px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #setup #plan .layout1 .plus::after {
    top: 115%;
    left: calc(100% + 8px);
    width: 23px;
  }
}
@media screen and (max-width: 767px) {
  #setup #plan .layout1 .img {
    width: 159px;
  }
}
#setup #plan .price1 {
  color: #A10011;
  line-height: 1;
  font-size: 3.6rem;
}
#setup #plan .price1 .del {
  font-size: 5.8rem;
  font-weight: bold;
}
#setup #plan .price1 .kara {

}
@media screen and (max-width: 767px) {
  #setup #plan .price1 {
  font-size: 6vw;
  }
  #setup #plan .price1 .del {
    font-size: 12vw;
  }
  #setup #plan .price1 .kara {
    font-size: 8vw;
  }
}
#setup #plan .price1 .note {
  font-size: 1.4rem;
  color: #000000;
  margin: 10px 0 57px;
}
#setup #plan .tax {
  font-size: 2.5rem;
  text-align: right;
  width: 225px;
  margin-left: 530px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  #setup #plan .tax {
    margin-left: 36%;
    font-size: 4vw;
    text-align: center;
  }
}
#setup #plan .ok {
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  #setup #plan .ok {
    margin-bottom: 39px;
  }
}
#setup #plan .plan2 {
  margin: 175px 0 54px;
  font-size: 2.7rem;
  line-height: 1;
  position: relative;
  color: #422711;
}
@media screen and (max-width: 767px) {
  #setup #plan .plan2 {
    margin: 93px 0 21px;
    font-size: 1.8rem;
    margin-top: 60px;
  }
}
#setup #plan .plan2::before {
  content: "";
  display: block;
  background-image: url(image/plan02.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  top: -25px;
  left: 130px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #setup #plan .plan2::before {
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
  }
}

#plan .plan4_brand_list {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #plan .plan4_brand_list {
    margin-top: 20px;
    padding: 6px 6px 10px 6px;
    width: 94%;
  }
}
#plan .plan4_brand_list .plan4_brand_title {
  width: 100px;
  font-size: 1.4rem;
  display: inline-block;
}
@media (max-width: 767px) {
  #plan .plan4_brand_list .plan4_brand_title {
    font-size: 5vw;
    display: inline;
  }
}
#plan .plan4_brand_list .plan4_brand_yen {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  #plan .plan4_brand_list .plan4_brand_yen {
    font-size: 5vw;
  }
}
#plan .plan4_brand_list .plan4_brand_price {
  font-size: 3rem;
}
@media (max-width: 767px) {
  #plan .plan4_brand_list .plan4_brand_price {
    font-size: 9vw;
  }
}
#plan .plan4_brand_list .plan4_brand_taxin {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  #plan .plan4_brand_list .plan4_brand_taxin {
    font-size: 4vw;
    display: block;
    padding-left: 36%;
  }
}
#plan .plan4_brand_list::before,
#plan .plan4_brand_list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#plan .plan4_brand_list::before {
  left: 0;
  border-left: 1px solid #000;
}
#plan .plan4_brand_list::after {
  right: 0;
  border-right: 1px solid #000;
}
#plan .plan4_brand_list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  #plan .plan4_brand_list ul {
    padding-bottom: 0;
  }
}
#plan .plan4_brand_list li {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #plan .plan4_brand_list li {
    margin-top: -5px;
  }
}

