﻿
.main-area {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  overflow: hidden;
  color: #534741;
}

.main-area img {
  width: 100%;
  height: auto;
}

.main-area .sp_only {
  display: block;
}

.main-area .pc_only {
  display: none;
}

.main-area .sec {
  width: 100%;
  position: relative;
}

.main-area .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-area .grid_box {
  display: grid;
}

.main-area .position_box {
  position: relative;
}


/************** js **************/
.js-fade.active {
  opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

.js-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 1000ms;
    transform: translate3d(0, 0, 0) scale(1);
}


/************** common **************/
/*** font ***/
.main-area h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-area .look__caption .tag-list li .tax_none {
  pointer-events: none;
}

.main-area .sec_btn a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*** sec_text ***/
.sec_text {
  font-size: calc(15* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.text_pink {
  color: #DD5F95;
}

/************** before,after **************/


/************** mv **************/
.main-area .mv {
  margin: 0 auto calc(34* (100vw /375));
}

.main-area .mv .mv_img {
  margin: 0 auto calc(12* (100vw /375));
  width: 100%;
}

.main-area .mv_text {
  margin-bottom: calc(28* (100vw /375));
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #534741;
}

.main-area .mv_text:last-child {
  margin-bottom: 0;
}

/************** style_box **************/
.style_box {
  margin: 0 auto calc(54* (100vw /375));
}

/*** sec_box01 ***/
.style_box .sec_box01 {
  margin: 0 auto calc(40* (100vw /375));
  width: calc(355* (100vw /375));
  gap: calc(5* (100vw /375)) 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.style_box .sec_box01 li {
  width: calc(175* (100vw /375));
}

.style_box .sec_box01 li:last-child {
  width: 100%;
}

.style_box .sec_box01 li:last-child a {
  margin: 0 auto;
  width: calc(175* (100vw /375));
  display: block;
}

/*** sec_box02 ***/
.style_box .sec_box02 {
  margin: 0 auto;
  padding: calc(40* (100vw /375)) 0;
  background-color: #FEEFF4;
}

.style_box .sec_box02 h3 {
  margin: 0 auto calc(31.7* (100vw /375));
  width: calc(188* (100vw /375));
}

.style_box .sub_box {
  margin: 0 auto;
  width: calc(355* (100vw /375));
  display: flex;
  flex-direction: column;
  gap: calc(15* (100vw /375)) 0;
}

.style_box .sub_box li {
  padding: calc(30* (100vw /375)) 0 calc(24* (100vw /375));
  background-color: #fff;
  border-radius: calc(3* (100vw /375));
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style_box .sub_box li .human_img {
  margin-bottom: calc(15* (100vw /375));
  width: calc(140* (100vw /375));
}

.style_box .sub_box li .human_text:nth-of-type(1) {
  margin-bottom: calc(20* (100vw /375));
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  color: #534741;
}

.style_box .sub_box li .human_text:nth-of-type(1) span {
  font-size: calc(16* (100vw /375));
}

.style_box .sub_box li .human_text:nth-of-type(2) {
  width: calc(294* (100vw /375));
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  font-weight: 500;
  color: #534741;
}


/************** comon02 **************/
.sec .ttl_box h3 {
  margin-bottom: calc(14* (100vw /375));
  padding-bottom: calc(20* (100vw /375));
  font-size: calc(32* (100vw /375));
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 600;
  font-style: normal;
}

.sec .ttl_box h3::before{
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(60* (100vw /375));
  height: calc(1* (100vw /375));
  background-color: #000;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec .ttl_box p {
  margin-bottom: calc(52* (100vw /375));
  font-size: calc(19* (100vw /375));
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.sec_img01 {
  margin: 0 0 calc(50* (100vw /375)) calc(31* (100vw /375));
  width: calc(293* (100vw /375));
}

.sec_img01::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FEEFF4;
  width: calc(293* (100vw /375));
  height: calc(352* (100vw /375));
  top: calc(20* (100vw /375));
  right: calc(-20* (100vw /375));
  z-index: -1;
}

.sec_img01::after,
.sec_img02::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(79* (100vw /375));
  height: calc(78* (100vw /375));
  top: calc(-38* (100vw /375));
  right: calc(-45* (100vw /375));
  z-index: 5;
  background-image: url(../img/svg/text01.svg);
}

.sec_img02 {
  margin: 0 0 calc(50* (100vw /375)) calc(31* (100vw /375));
  width: calc(293* (100vw /375));
}

.sec_img02::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FEEFF4;
  width: calc(293* (100vw /375));
  height: calc(352* (100vw /375));
  top: calc(20* (100vw /375));
  right: calc(-20* (100vw /375));
  z-index: -1;
}

/*** sec_tax ***/
.sec_tax {
  margin-bottom: calc(37* (100vw /375));
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(30* (100vw /375)) 0;
}

.sec_tax li {
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sec_tax .tax_name {
  margin-bottom: calc(10* (100vw /375));
  font-size: calc(16* (100vw /375));
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.sec_tax .pink_box {
  margin-bottom: calc(12* (100vw /375));
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(4* (100vw /375));
  height: calc(25* (100vw /375));
  align-items: center;
  justify-content: center;
}

.sec_tax .pink_box span {
  padding: 0 calc(10* (100vw /375));
  height: 100%;
  font-size: calc(24 * (100vw / 750));
  border-radius: 1px;
  background-color: #DD5F95;
  color: #fff;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  }

.sec_tax .check_btn {
  width: calc(180* (100vw /375));
  height: calc(40* (100vw /375));
}

.check_btn a.button--square {
  width: calc(180* (100vw /375));
  height: calc(40* (100vw /375));
  max-width: calc(180* (100vw /375));
  max-height: calc(40* (100vw /375));
  border: 1px solid #DD5F95;
  color: #DD5F95;
  border-radius: calc(180* (100vw /375));
  font-family: "garamond-premier-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(16* (100vw /375));
  position: relative;
}

.check_btn a.button--square::before{
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(8* (100vw /375));
  height: calc(8* (100vw /375));
  top: 50%;
  left: auto;
  right: 6%;
  transform: translate(0%, -50%);
  z-index: 5;
  background-image: url(../img/svg/pink_arow.svg);
}

/*** introduction01 ***/
.introduction01 {
  margin: 0 auto;
  padding: calc(24* (100vw /375)) 0 calc(33* (100vw /375));
  width: calc(355* (100vw /375));
  background: url(../img/text_bg_sp.jpg) no-repeat center / 100%;
}

.introduction01 .sub_box {
  margin: 0 auto;
  width: calc(310* (100vw /375));
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(22* (100vw /375)) 0;
}

.introduction01 .style_img {
  width: calc(140* (100vw /375));
}

.introduction01 p {
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2;
  color: #534741;
}

/*** introduction_big_box ***/
.introduction_big_box {
  padding: calc(30* (100vw /375)) 0;
  background-color: #FEEFF4;
}

.introduction_big_box .sub_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.introduction_big_box .introduction01 .sub_box {
  width: calc(300* (100vw /375));
}

.introduction_big_box .clothe_img {
  margin-bottom: calc(30* (100vw /375));
  width: calc(240* (100vw /375));
}

.introduction_big_box .clothe_img::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(107* (100vw /375));
  height: calc(62* (100vw /375));
  top: calc(35* (100vw /375));
  left: calc(-33* (100vw /375));
  z-index: 5;
  background-image: url(../img/svg/text02.svg);
}

.introduction_big_box .clothe_text {
  margin: 0 0 calc(30* (100vw /375));
  width: calc(265* (100vw /375));
  height: calc(36* (100vw /375));
  font-size: calc(20* (100vw /375));
  border-radius: 4px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFFFFF;
  background-color: #DD5F95;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.introduction_big_box .sec_tax li .check_btn a {
  background-color: #fff;
}

/*** introduction03 ***/
.introduction03 {
  margin: 0 auto;
  width: calc(295* (100vw /375));
}

.introduction03 .sub_box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.introduction03 .style_img {
  margin-bottom: calc(16* (100vw /375));
  width: calc(140* (100vw /375));
}

.introduction03 p:nth-of-type(1) {
  margin-bottom: calc(9* (100vw /375));
  font-size: calc(16* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.introduction03 p:nth-of-type(1) span {
  font-size: calc(14* (100vw /375));
}

.introduction03 p:nth-of-type(2) {
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}

/************** sec01 **************/
.sec01 {
  margin: 0 auto calc(18* (100vw /375));
}

/************** sec02 **************/
.sec02 {
  margin: 0 auto calc(56* (100vw /375));
}

.sec02 .introduction01 {
  margin: 0 auto calc(50* (100vw /375));
}

.sec02 .sec_box01 .sec_tax {
  margin: 0 auto calc(36* (100vw /375));
}

.sec02 .sec_box02 .sec_tax {
  margin: 0 auto calc(30* (100vw /375));
}

.sec02 .introduction_big_box .introduction01 {
  margin: 0 auto;
  padding: calc(31* (100vw /375)) 0 calc(23* (100vw /375));
  width: calc(355* (100vw /375));
}

/************** sec03 **************/
.sec03 {
  margin: 0 auto calc(47* (100vw /375));
}

/************** sec04 **************/
.sec04 {
  margin: 0 auto calc(48* (100vw /375));
}

.sec04 .introduction01 {
  margin: 0 auto calc(20* (100vw /375));
}

.sec04 .introduction_big_box .introduction01 {
  margin: 0 auto;
  padding: calc(31* (100vw /375)) 0 calc(23* (100vw /375));
  width: calc(355* (100vw /375));
}

.sec04 .sec_box02 .sec_tax {
  margin-bottom: calc(30* (100vw /375));
}


/************** sec05 **************/
.sec05 {
  margin: 0 auto calc(61* (100vw /375));
}

.sec05 .introduction01 {
  margin: 0 auto calc(20* (100vw /375));
}

.sec05 .sec_box02 .sec_tax {
  margin-bottom: calc(30* (100vw /375));
}

.sec05 .introduction_big_box .introduction01 {
  margin: 0 auto;
  padding: calc(31* (100vw /375)) 0 calc(23* (100vw /375));
  width: calc(355* (100vw /375));
}


/************** sec_last_box **************/
.sec_last_box {
  margin: 0 auto calc(40* (100vw /375));
  padding: calc(40* (100vw /375)) 0 calc(32* (100vw /375));
  width: calc(355* (100vw /375));
  border: 1px solid #DD5F95;
}

.sec_last_box h3 {
  margin: 0 auto calc(31* (100vw /375));
  width: calc(268* (100vw /375));
}

.sec_last_box .sec_box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sec_last_box .sec_box li:nth-of-type(1) {
  margin-bottom: calc(34* (100vw /375));
}

.sec_last_box .sec_box li:nth-of-type(2) {
  margin-bottom: calc(23* (100vw /375));
}

/************** btn **************/
.main-area .sec_btn {
  margin: 0 auto;
  padding: 0 0 calc(80* (100vw /375));
}

.main-area .sec_btn a {
  margin: 0 auto;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  font-weight: 700;
  width: calc(280* (100vw /375));
  max-width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  max-height: calc(50* (100vw /375));
  background-color: #DD5F95;
  color: #fff;
  border: #DD5F95 1px solid;
  border-radius: calc(280* (100vw /375));
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
}

.main-area .sec_btn a::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(8* (100vw /375));
  height: calc(8* (100vw /375));
  top: 50%;
  left: auto;
  right: 4%;
  transform: translate(0%, -50%);
  z-index: 5;
  background-image: url(../img/svg/pink_arow.svg);
}

.main-area .sec_btn a:nth-of-type(1):before {
  background-image: url(../img/svg/white_arow.svg);
}

.main-area .sec_btn a:nth-of-type(2) {
  margin: calc(20* (100vw /375)) auto 0;
  background-color: transparent;
  color: #DD5F95;
}

.main-area .sec_btn h2 {
  margin: 0 auto;
  width: calc(184* (100vw /375));
}



/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

.main-area .sp_only {
  display: none;
}

.main-area .pc_only {
  display: block;
}

.main-area .flex_box_pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/************** js **************/

/************** common **************/
  /*** sec_text ***/
  .sec_text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
  }

/************** mv **************/
  .main-area .mv {
    margin: 0 auto 5.4rem;
    width: 120rem;
  }

  .main-area .mv .mv_img {
    margin: 0 auto 5.2rem;
    width: 100%;
  }

  .main-area .mv_text {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    color: #534741;
  }

  .main-area .mv_text:last-child {
    margin-bottom: 0;
  }

/************** style_box **************/
  .style_box {
    margin: 0 auto 12.4rem;
  }

  /*** sec_box01 ***/
  .style_box .sec_box01 {
    margin: 0 auto 6rem;
    width: 80rem;
    gap: 2.5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .style_box .sec_box01 li {
    width: 25rem;
  }

  .style_box .sec_box01 li:nth-child(4) {
    width: 38.8rem;
  }

  .style_box .sec_box01 li:nth-child(4) a {
    margin: 0 0 0 auto;
    width: 25rem;
    display: block;
  }

  .style_box .sec_box01 li:last-child {
    width: 38.8rem;
  }

  .style_box .sec_box01 li:last-child a {
    margin: 0 ;
    width: 25rem;
    display: block;
  }

  /*** sec_box02 ***/
  .style_box .sec_box02 {
    margin: 0 auto;
    padding: 6rem 0;
    background-color: #FEEFF4;
  }

  .style_box .sec_box02 h3 {
    margin: 0 auto 4.2rem;
    width: 33.9rem;
  }

  .style_box .sub_box {
    margin: 0 auto;
    width: 120rem;
    display: flex;
    flex-direction: row;
    gap: 0 3rem;
  }

  .style_box .sub_box li {
    width: 38rem;
    height: 48.7rem;
    padding: 4rem 0 0;
    background-color: #fff;
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .style_box .sub_box li .human_img {
    margin-bottom: 1.5rem;
    width: 14.0rem;
  }

  .style_box .sub_box li .human_text:nth-of-type(1) {
    margin-bottom: 2.0rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    color: #534741;
  }

  .style_box .sub_box li .human_text:nth-of-type(1) span {
    font-size: 1.6rem;
  }

  .style_box .sub_box li .human_text:nth-of-type(2) {
    width: 32rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: left;
    font-weight: 500;
    color: #534741;
  }

/************** comon02 **************/
  .sec .grid_box01 {
    margin: 0 auto 9rem;
    width: 120rem;
    grid-template-columns: 5rem 62.1rem auto;
    grid-template-rows: 12.6rem 20.3rem auto;
  }

  .sec .grid_box01 .ttl_box {
    margin: 0 ;
    width: 48.1rem;
    grid-row: 2/3;
    grid-column: 2/3;
  }

  .sec .grid_box01 .sec_img01 {
    grid-row: 1/4;
    grid-column: 3/4;
    margin: 0 5rem 0 auto;
  }

  .sec .grid_box01 .sec_tax {
    margin: 0;
    grid-row: 3/4;
    grid-column: 2/3;
  }

  .sec .ttl_box h3 {
    margin-bottom: 1.9rem;
    padding-bottom: 2.6rem;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .sec .ttl_box h3::before{
    width: 6rem;
    height: 1px;
    top: auto;
  }

  .sec .ttl_box p {
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.75;
    text-align: center;
  }

  .sec_img01 {
    margin: 0;
    width: 50rem;
  }

  .sec_img01::before {
    background-color: #FEEFF4;
    width: 50rem;
    height: 60rem;
    top: 3rem;
    right: -2.8rem;
    z-index: -1;
  }

  .sec_img01::after,
  .sec_img02::after {
    width: 12rem;
    height: 12.7rem;
    top: -6.4rem;
    right: -5.9rem;
    z-index: 5;
    background-image: url(../img/svg/text01.svg);
  }

  .sec .grid_box02 {
    margin: 0 auto 8.8rem;
    width: 120rem;
    grid-template-columns: 67rem 48.1rem auto;
    grid-template-rows: 12.5rem 20.3rem auto;
  }

  .sec .grid_box02 .ttl_box {
    margin: 0 auto;
    width: 48.1rem;
    grid-row: 2/3;
    grid-column: 2/3;
  }

  .sec .grid_box02 .sec_img02 {
    grid-row: 1/4;
    grid-column: 1/2;
  }

  .sec .grid_box02 .sec_tax {
    margin: 0;
    grid-row: 3/4;
    grid-column: 2/3;
  }

  .sec_img02 {
    margin: 0;
    width: 50rem;
  }

  .sec_img02::before {
    background-color: #FEEFF4;
    width: 50rem;
    height: 60rem;
    top: 2.8rem;
    right: -3rem;
    z-index: -1;
  }

  /*** sec_tax ***/
  .sec_tax {
    margin-bottom: 0;
    width: 48.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem 0;
  }

  .sec_tax li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .sec_tax .tax_name {
    margin-bottom: 1.0rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
    text-align: left;
  }

  .sec_tax .pink_box {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 .4rem;
    height: 2.5rem;
    align-items: center;
    justify-content: flex-start;
  }

  .sec_tax .pink_box span {
    padding: 0 .88rem;
    height: 100%;
    font-size: 1.3rem;
    }

  .sec_tax .check_btn {
    width: 18.0rem;
    height: 4.0rem;
  }

  .check_btn a.button--square {
    width: 18.0rem;
    height: 4.0rem;
    max-width: 18.0rem;
    max-height: 4.0rem;
    border-radius: 18.0rem;
    font-size: 1.6rem;
  }

  .check_btn a.button--square::before{
    width: 1rem;
    height: 1rem;
    right: 6%;
  }

  /*** introduction01 ***/
  .introduction01 {
    margin: 0 auto;
    padding: 3rem 0 3rem;
    width: 80rem;
    background: url(../img/text_bg.jpg) no-repeat center / 100%;
  }

  .introduction01 .sub_box {
    margin: 0 auto;
    width: 68rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }

  .introduction01 .style_img {
    width: 14.0rem;
  }

  .introduction01 p {
    width: 50rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #534741;
  }

  /*** introduction_big_box ***/
  .introduction_big_box {
    padding: 6rem 0;
    background-color: #FEEFF4;
  }

  .introduction_big_box .sub_box {
    margin: 0 auto;
    width: 80rem;
    display: flex;
    align-items: center;
    gap: 0;
  }

  .introduction_big_box .sub_box .sec_tax {
    width: 50.3rem;
  }

  .introduction_big_box .introduction01 .sub_box {
    width: 68rem;
  }

  .introduction_big_box .clothe_img {
    margin-bottom: 3.0rem;
    width: 27rem;
  }

  .introduction_big_box .clothe_img::before {
    width: 11.4rem;
    height: 6.3rem;
    top: 3.5rem;
    left: -2.1rem;
    z-index: 5;
    background-image: url(../img/svg/text02.svg);
  }

  .introduction_big_box .clothe_text {
    margin: 0 0 4.2rem;
    width: 26.5rem;
    height: 3.6rem;
    font-size: 2.0rem;
    border-radius: 4px;
    letter-spacing: 0.05em;
  }

  .introduction_big_box .sec_tax li .check_btn a {
    background-color: #fff;
  }

  /*** introduction03 ***/
  .introduction03 {
    margin: 0;
    width: 30rem;
  }

  .introduction03 .sub_box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .introduction03 .style_img {
    margin-bottom: 1.6rem;
    width: 14.0rem;
  }

  .introduction03 p:nth-of-type(1) {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
  }

  .introduction03 p:nth-of-type(1) span {
    font-size: 1.4rem;
  }

  .introduction03 p:nth-of-type(2) {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 500;
  }

/************** sec01 **************/
  .sec01 {
    margin: 0 auto 12.4rem;
  }

/************** sec02 **************/
  .sec02 {
    margin: 0 auto 12.4rem;
  }

  .sec02 .introduction01 {
    margin: 0 auto 6rem;
  }

  .sec02 .sec_box01 .sec_tax {
    margin: 0 auto 3.6rem;
  }

  .sec02 .sec_box02 .sec_tax {
    margin: 0 auto 3.8rem;
  }

  .sec02 .introduction_big_box .introduction01 {
    margin: 0 auto;
    padding: 3.1rem 0 2.9rem;
    width: 80rem;
  }

/************** sec03 **************/
  .sec03 {
    margin: 0 auto 12.4rem;
  }

/************** sec04 **************/
  .sec04 {
    margin: 0 auto 12.4rem;
  }

  .sec04 .introduction01 {
    margin: 0 auto 6.2rem;
  }

  .sec04 .introduction_big_box .introduction01 {
    margin: 0 auto;
    padding: 3.1rem 0 2.9rem;
    width: 80rem;
  }

  .sec04 .sec_box02 .sec_tax {
    margin-bottom: 3.7rem;
  }

  .sec04 .introduction_big_box .sub_box .sec_tax {
    width: 55.7rem;
  }

/************** sec05 **************/
  .sec05 {
    margin: 0 auto 6.1rem;
  }

  .sec05 .introduction01 {
    margin: 0 auto 6rem;
  }

  .sec05 .sec_box02 .sec_tax {
    width: 49rem;
    margin-bottom: 3.7rem;
  }

  .sec05 .introduction_big_box .introduction01 {
    margin: 0 auto;
    padding: 3.1rem 0 3rem;
    width: 80rem;
  }

  .sec05 .grid_box01 .sec_tax {
    grid-column: 1/3;
    width: 53rem;
  }

  .sec05 .grid_box01 .ttl_box {
    margin: 0 0 0 2.5rem;
    grid-column: 1/3;
  }

/************** sec_last_box **************/
  .sec_last_box {
    margin: 0 auto 6rem;
    padding: 6rem 0 5.2rem;
    width: 120rem;
  }

  .sec_last_box h3 {
    margin: 0 auto 5rem;
    width: 42.4rem;
  }

  .sec_last_box .sec_box {
    margin: 0 auto;
    width: 102rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }

  .sec_last_box .sec_box li:nth-of-type(1) {
    margin-bottom: 0;
  }

  .sec_last_box .sec_box li:nth-of-type(2) {
    margin-bottom: 0;
  }

/************** btn **************/
  .main-area .sec_btn {
    margin: 0 auto;
    padding: 0 0 10rem;
  }

  .main-area .sec_btn a {
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 28.0rem;
    max-width: 28.0rem;
    height: 5.0rem;
    max-height: 5.0rem;
    border-radius: 28.0rem;
  }

  .main-area .sec_btn a::before {
    width: 1rem;
    height: 1rem;
    right: 4%;
  }

  .main-area .sec_btn a:nth-of-type(2) {
    margin: 2.0rem auto 0;
    background-color: transparent;
  }

  .main-area .sec_btn h2 {
    margin: 0 auto;
    width: 18.4rem;
  }


}
/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
.breadcrumb__list{
  padding-bottom: 1.6rem;
}
}


