@media screen and (min-width: 768px) {
  #main {
    border: 1px solid #221714;
    margin: 30px auto 80px;
    max-width: 960px;
    width: 100%;
  }
}

/* blocks */

/*============================================================
.Cool
==============================================================*/

.Cool * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.Cool picture, .Cool figure, .Cool img {
  display: block;
  height: auto;
  width: 100%;
}
br.only-pc{
  display: block;
}
br.only-sp{
  display: none;
}
.Cool a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.Cool a:hover {
  opacity: 0.7;
}
.Cool a.-thin:hover{
  opacity: 0.5;
}
.Cool__mvInner{
  margin-top: 40px;
  margin-bottom: 35px;
}
.Cool__top{
  padding: 0 20px;
  text-align: center;
  margin-bottom: 80px;
}

.Cool__topTitle{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -.1rem;
  margin-bottom: 15px;
}

.Cool__topText{
  font-size: 26px;
}

.Cool__nav{}
.Cool__navInner{
}
.Cool__navList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 60px;
}
.Cool__navItem{
  width: 233px;
}
.Cool__navItem .Cool__navLink{
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.08em;
  width: 100%;
  height: 80px;
  padding: 1px 18px 1px 20px;
  position: relative;
}
.Cool__navItem .Cool__navLink::before{
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 8px 0 8px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
}
 
.Cool__navItem .Cool__navLink.-color1{
      background-color: #7895cc;
}
.Cool__navItem .Cool__navLink.-color1::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 5px 0 5px;
  border-color: #7895cc transparent transparent transparent;
  position: absolute;
  right: 11px;
  top: 48.8%;
  transform: translateY(-48.8%);
}

.Cool__navItem .Cool__navLink.-color2{
  background-color: #77c4e8;
}
.Cool__navItem .Cool__navLink.-color2::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 5px 0 5px;
  border-color: #77c4e8 transparent transparent transparent;
  position: absolute;
  right: 11px;
  top: 48.8%;
  transform: translateY(-48.8%);
}

.Cool__reccomendText{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
  letter-spacing: 0.03em;
}

.Cool__scene{
  margin-bottom: 70px;
}

.Cool__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.Cool__title1{
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 0.7;
  margin-bottom: 15px;
}

.Cool__title2{
  font-size: 24px;
  color: #7d787a;
  font-weight: 400;
  letter-spacing: 0.1em;
}


.Cool__sceneList{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 15px;
  gap: 0 15px;
}

.Cool__sceneItem{
  width: 225px;
}

.Cool__sceneName{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
}

.Cool__sceneNumber{
  font-size: 13px;
  line-height: 0;
  margin: 10px 0 15px;
}

.Cool__sceneTable{
  border: 2px solid #000;
  border-collapse: collapse;
  margin-bottom: 13px;
  width: 99%;
}
.Cool__sceneTable th{
  background-color: #EFEFEF;
  border-bottom: 2px solid #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  padding: 3px;
  text-align: center;
  width: 20%;
}
.Cool__sceneTable td{
  border-bottom: 2px solid #000;
  font-size: 13px;
  line-height: 1.5;
  padding: 3px 0 3px 7px;
  text-align: left;
  width: 80%;
}

.Cool__sceneValue{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.Cool__sceneText{
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: justify;
}

.Cool__sceneBtn{
  max-width: 500px;
  margin: 0 auto;
}
.Cool__sceneBtn .Cool__sceneBtnLink{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  border: 1px solid #000;
  position: relative;
}

.Cool__sceneBtnLink::after{
  content: "";
  background-image: url(../images/cp/cool/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.Cool__scene.section3 .Cool__sceneName{
  margin-top: 13px;
}

.Cool__flow{
 
}

.Cool__flowInner{
  background-color: #fff;
  max-width: 660px;
  margin: 0 auto; 
  padding-top: 30px;
}

.Cool__flowImage{
  max-width: 560px;
  margin: 30px auto 40px;
}

.Cool__flowContent{
  margin-bottom: 80px;
}

.Cool__flowContent.-content03{
  margin-bottom: 55px;
}

.Cool__flowMain{}

.Cool__flowTitle{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 30px;

}

.Cool__flowTitle::before{
  content: "01";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 34px;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -75px;
  top: -20px;
  margin-left: 10px;
}

.Cool__flowTitle.-s02::before{
  content: "02";
}

.Cool__flowTitle.-s03::before{
  content: "03";
}


.Cool__flowWrap{
  margin: 0 10px;
}

.Cool__flowText{
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-left: 20px;
}

.Cool__flowRelated{
  margin: 20px auto;
  width: 500px;
}

.Cool__flowRelatedTitle{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.Cool__flowNav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 20px;
}
.Cool__flowNav > li{
  flex: 0 0 50%;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.Cool__flowNav > li:before{
  content: "";
  background-color: #000;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.Cool__flowNav > li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.Cool__flowBtn{
  max-width: 350px;
  margin: 45px auto;
}

.Cool__flowBtn.-help{
  margin-bottom: 0;
  margin-top: 0;
}

.Cool__flowBtn .Cool__flowBtnLink{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #eec95c;
  width: 100%;
  height: 70px;
  border: 3px solid #000;
  border-radius: 35px;
  position: relative;
}

.Cool__flowBtn .Cool__flowBtnLink:after{
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 22px;
  top: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Cool__help{}

.Cool__helpInner{
  text-align: center;
  background-color: #eb6d83;
  padding: 45px 0 35px;
}

.Cool__helpTitle{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

.Cool__helpText{
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.Cool__helpBtnText{
  font-size: 18px;
  color: #fff;
  margin: 30px auto 20px;
}

/* ----アコーディオン------- */
.Cool__faq{
  background-image: url(../images/cp/cool/faq_back.png);
  background-repeat: repeat;
  background-position: top left;
  padding: 40px 100px;
  background-size: 15px auto;
}

.Cool__faqInner{
  background-color: #fff;
  padding: 35px 20px;
  border: 2px solid #eb6d83;
}

.Cool__faqTitle{
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.Cool__faqTitleOriginal{
  font-size: 29px;
  letter-spacing: -0.1rem;
}

.Cool__faqTitleQa{
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  letter-spacing: -0.1rem;
}

.Cool__faqList{}

.Cool__faqItem{
  margin-bottom: 20px;
}

.Cool__faqLead{
  font-size: 21px;
  padding: 0 30px 20px 60px;
  font-weight: bold;
  border-bottom: 2px solid rgba(35, 24, 21, 0.2);
  position: relative;
}

.Cool__faqLead::before{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/cool/icon_q.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -2px;
  left: 15px;
  width: 30px;
  height: 35px;
}
.Cool__faqText{
  font-size: 21px;
  padding: 20px 60px;
  background-color: rgb(253,236,240);;
  position: relative;
}

.Cool__faqText::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/cool/icon_a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  left: 15px;
  width: 30px;
  height: 35px;
}

.Cool__faqText a.-bold{
  display: inline;
  font-weight: bold;
}

#cool .AccLead::after{
  content: '＋';
  display: block;
  position: absolute;
  -webkit-text-stroke: 1px #ec6d84;
  color: #ec6d84;
  right: 7px;
  top: -3px;
  font-size: 26px;
}

#cool .AccLead.-active::after{
  content: '－';
  display: block;
  position: absolute;
  -webkit-text-stroke: 1px #ec6d84;
  color: #ec6d84;
  right: 7px;
  top: -3px;
  font-size: 26px;
}

.Cool__faqBtn .Cool__faqBtnLink{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  background-color: #000;
  width: 240px;
  height: 45px;
  border-radius: 20px;
  margin: 35px auto 0;
}


/* -----------アコディオン-------------- */

/* .Cool .Flow .Flow__main.-no1:before {
  background-image: url("../images/business/flow_icon1.png");
}

.Cool .Flow .Flow__main.-no2:before {
  background-image: url("../images/business/flow_icon2.png");
}

.Cool .Flow .Flow__main.-no3:before {
  background-image: url("../images/business/flow_icon3.png");
}
.Cool .Flow .Flow__wrap {
  margin: 0 10px;
}
.Cool .Flow .Flow__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 0 3px 18px;
  border-bottom: 1px solid #000;
}

.Cool .Flow .Flow__text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
}

.Cool .Flow .Flow__related {
  margin: 20px auto;
}

.Cool .Flow .Flow__relatedTitle {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.Cool .Flow .Flow__nav {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.Cool .Flow .Flow__nav > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  list-style: disc;
  margin: 0 0 5px 20px;
}

.Cool .Flow .Flow__nav > li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
} */
/* .Cool .Flow .AccLead{
  position: relative;
}
.Cool .Flow .AccLead::after{
  content: '＋';
  display: block;
  position: absolute;
  -webkit-text-stroke: 2px #000;
  right: 0;
  top: 0;
}
.Cooln .Flow .AccLead.-active::after{
  content: '－';
  display: block;
  position: absolute;
  -webkit-text-stroke: 2px #000;
  right: 0;
  top: 0;
}
.Cool .Flow .AccText{
  display: none;
} */
/* .Cool .Flow .Flow__btn {
  margin-bottom: 30px;
} */
/* / アコーディオン */


@media screen and (max-width: 999px) {
  .Cool__navInner{
  }
  .Cool__navList{
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
/* --------- spバージョン ------------- */

@media screen and (max-width: 768px) {
  #cool{
    width: auto;
  }

  .Cool__mvInner{
    margin-bottom: 20px;
  }

  .Cool__top{
    margin-bottom: 35px;
  }

  .Cool__topTitle{
    font-size: 18px;
  }

  .Cool__topText{
    font-size: 13px;
  }
  #cool br.only-pc{
    display: none;
  }
  br.only-sp{
    display: block;
  }
  .Cool__nav{}
  .Cool__navInner{
    padding: 0 10px;
  }

  .Cool__navList{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 40px;
    flex-wrap: wrap;
    max-width: 450px;
    gap: 10px 15px;
  }
  .Cool__navItem{
    flex: 0 0 calc(50% - 20px);
    margin: 0;
  }
  .Cool__navItem .Cool__navLink{
    font-size: 12px;
    width: 100%;
    height: 48px;
    padding-left: 10px;
    padding-right: 0;
  }
  .Cool__navItem .Cool__navLink::before{
      border-width: 10px 5px 0 5px;
      right: 5px;
      top: 53%;
  }
  .Cool__navItem .Cool__navLink.-color1::after{
      border-width: 6px 3px 0 3px;
      right: 7px;
      top: 52%;
  }
  .Cool__navItem .Cool__navLink.-color2::after{

      border-width: 6px 3px 0 3px;
      right: 7px;
      top: 52%;
  }


  .Cool__reccomendText{
    font-size: 18px;
    margin-bottom: 35px;
  }

  .Cool__scene{
    padding: 0 20px;
  }

  .Cool__title{}

  .Cool__title1{
    font-size: 27.5px;
    margin-bottom: 10px;
  }
  .Cool__title1.-lineheight {
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .Cool__title2{
    font-size: 12px;
  }

  .Cool__sceneList{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px 10px;
    flex-wrap: wrap;
    padding: 0px 0px;
    gap: 0 0px;
  }

  .Cool__sceneItem{
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .Cool__sceneName{
    font-size: 16px;
  }

  .Cool__sceneNumber{
    font-size: 13px;
  }

  .Cool__sceneTable{
    
  }

  .Cool__sceneTable th{
    font-size: 12px;
  }

  .Cool__sceneTable td{
    font-size: 12px;
  }

  .Cool__sceneValue{
    font-size: 13px;
  }

  .Cool__sceneText{
    font-size: 13px;
  }
  .Cool__sceneBtn{
    padding: 0 10px;
  }
  .Cool__sceneBtn .Cool__sceneBtnLink{
    font-size: 16px;
  }

  .Cool__sceneBtnLink::after{
    width: 18px;
  }

  .Cool__flow{}

  .Cool__flowInner{}

  .Cool__flowImage{
    padding: 0 25px;
    margin-bottom: 20px;
  }

  .Cool__flowContent{
    margin-bottom: 60px;
  }

  .Cool__flowContent.-content03{}

  .Cool__flowTitle{
    font-size: 14px;
    margin-left: 75px;
    padding-right: 30px;
    padding-left: 10px;
  }

  .Cool__flowTitle::before{
    width: 40px;
    height: 40px;
    font-size: 17px;
    left: -45px;
    top: -11px;
    margin-left: 0;
  }

  .Cool__flowWrap{}

  .Cool__flowText{
    padding-right:30px;
    margin-left: 75px;
    font-size: 12px;
    padding-left: 0;
  }

  .Cool__flowRelated{
    max-width: 300px;
    margin: 20px auto 20px 75px;
  }

  .Cool__flowRelatedTitle{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .Cool__flowNav{
    width: 100%;
    flex-direction: column;
  }

  .Cool__flowNav > li{
    margin-bottom: 5px;
  }

  .Cool__flowNav > li > a{
    font-size: 13px;
  }
  .Cool__flowBtn{
   width: 60vw;
   margin: 25px auto 25px;
  }
  .Cool__flowBtn.-help{
    margin-top: 0;
   }
  .Cool__flowBtn .Cool__flowBtnLink{
    font-size: 16px;
    height: 50px;
  }

  .Cool__flowBtn .Cool__flowBtnLink:after{
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
  }

  .Cool__help{}

  .Cool__helpInner{
    padding: 30px 0;
  }

  .Cool__helpTitle{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .Cool__helpText{
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .Cool__helpBtnText{
    font-size: 15px;
    margin-bottom: 10px;
  }


  /* ----アコーディオン------- */
  .Cool__faq{
    padding: 30px 10px;
  }

  .Cool__faqInner{
    margin: 0 15px;
  }

  .Cool__faqTitle{
    margin-bottom: 20px;
  }

  .Cool__faqTitleOriginal{
    font-size: 15px;
  }

  .Cool__faqTitleQa{
    font-size: 35px;
  }

  .Cool__faqList{}

  .Cool__faqItem{}

  .Cool__faqLead{
    font-size: 12px;
    padding: 7px 20px 7px 28px;
  }

  .Cool__faqLead::before{
    top: 5px;
    left: 5px;
    width: 14px;
    height: 18px;
  }

  .Cool__faqText{
    font-size: 12px;
    padding: 12px 28px;
  }

  .Cool__faqText::after{
    left: 6px;
    top: 8px;
    width: 14px;
    height: 18px;
  }

  .Cool__faqText a.-bold{}

  #cool .AccLead::after{
    font-size: 15px;
    right: 6px;
    top: 5px;
  }

  #cool .AccLead.-active::after{
    font-size: 15px;
    right: 6px;
    top: 5px;
  }

  .Cool__faqBtn .Cool__faqBtnLink{}
}

/*============================================================
.Dry
==============================================================*/

.Dry * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.Dry picture, .Dry figure, .Dry img {
  display: block;
  height: auto;
  width: 100%;
}

.Dry a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.Dry a:hover {
  opacity: 0.7;
}

.Dry__mvInner{
  margin-top: 40px;
  margin-bottom: 35px;
}
.Dry__top{
  padding: 0 20px;
  text-align: center;
  margin-bottom: 80px;
}

.Dry__topTitle{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -.1rem;
  margin-bottom: 15px;
}

.Dry__topText{
  font-size: 26px;
}

.Dry__sean{
  padding: 0 20px;
}
.Dry__seanInner{
  text-align: center;
}
.Dry__seanTitle{
  font-size: 39px;
  font-weight: bold;
  color: #00A4AA;
  border: 1px solid #00A4AA;
  padding: 10px 0;
  letter-spacing: -0.5rem;
  border-radius: 15px;
  position: relative;
  margin-bottom: 55px;
  width: 100%;
}

.Dry__seanTitle::before{
  content: "";
  position: absolute;
  bottom: -36.5px;
  left: 50%;
  margin-left: -26px;
  border: 18px solid transparent;
  border-top: 18px solid #FFF;
  z-index: 2;
  border-width: 23px;
}
.Dry__seanTitle::after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-top: 15px solid #00A4AA;
  z-index: 1;
}
.Dry__seanList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 0 40px;
  margin-bottom: 50px;
}
.Dry__seanItem{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.Dry__seanImage{}
.Dry__seanText{
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
}
.Dry__btnFree{
 margin-bottom: 120px;

}
.Dry__btnFreeText{
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -0.2rem;
  background-color: #00a4aa;
  color: #FFF;
  padding: 20px 0 20px 23px;
  width: 565px;
  margin: 0 auto;
  border-radius: 45px;
  text-align: center;
  display: inline;
}

.Dry__btnFreeTextPoint{
  position: relative;
}
.Dry__btnFreeTextPoint::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -11px;
}
.Dry__tshirtTitle{
  margin-bottom: 10px;
}
.Dry__tshirtItem.-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom:55px;
}
.Dry__tshirtItemFirst{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
}
.Dry__tshirtItemFirst .Dry__tshirtImage{
  width: 67%;
}
.Dry__tshirtItem.-wrapper img{
  width: 100%;
}
.Dry__tshirtItemRight{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  margin-top: 50px;
}
.Dry__tshirtName{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size:23px;
  letter-spacing: .1rem;
  margin-bottom:4px;
}
.Dry__tshirtName.-space{
  letter-spacing: -0.2rem;
}
.Dry__tshirtNumber{
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}
.Dry__tshirtTable{
  border: 2px solid #000;
  border-collapse: collapse;
  margin-bottom: 13px;
  width: 99%;
}
.Dry__tshirtTable th{
  background-color: #EFEFEF;
  border-bottom: 2px solid #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  padding: 3px;
  text-align: center;
  width: 20%;
}
.Dry__tshirtTable td{
  border-bottom: 2px solid #000;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 0 3px 7px;
  text-align: left;
  width: 80%;
}
.Dry__tshirtText{
  margin-bottom: 30px;
  font-size: 18px;
}

.Dry__tshirtPrice{
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 70px;
}
.Dry__tshirtPriceEn{
  font-size: 25px;
  margin-left: -15px;
}
.Dry__tshirtValue{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: -25px;
  font-size: 13px;
  margin-bottom: 17px;
}
.Dry__tshirtBtn{}
.Dry__tshirtBtn .Dry__tshirtLink{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 70px;
  background-color: #3F7DDC;
  margin: 0 auto;
  border-radius: 35px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.Dry__tshirtLink::after{
  content: '';
  width:14px;
  height: 14px;
  margin-top: -5px;
  border-top: solid 1px #fff; 
  border-right: solid 1px #fff; 
  transform: rotate(45deg);
  position: absolute;
  top: 46%;
  left: 210px;
}
.Dry__tshirtItemBottom{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 80px;
}
.Dry__tshirtItemBottom .Dry__tshirtItem{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.Dry__tshirtItemBottom img{
  margin-bottom: 25px;
}
.Dry__tshirtItemBottom .Dry__tshirtName {
  letter-spacing: -0.2rem;
}
.Dry__tshirtItemBottom img{
  width: 100%;
}
.Dry__tshirtItemBottom .Dry__tshirtItem{
  width: 32%;
}
.Dry__btn .Dry__btnLink{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 50px;
  border: 1px solid #000;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  margin-bottom: 125px;
  position: relative;
}
.Dry__btnLink{}
.Dry__btnLink::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/dry2023/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 90%;
  width: 22px;
  height: 50px;
}
.Dry__btnLink:hover{
  opacity: 0.5;
}
.Dry__faq{
  background-color: #e7f6fb;
  padding: 50px;
  margin-bottom: 130px;
}
.Dry__faqInner{
  background-color: #fff;
  padding: 45px;
}
.Dry__faqTitle{
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.Dry__faqTitleOriginal{
  font-size: 29px;
  letter-spacing: -0.1rem;
}
.Dry__faqTitleQa{
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  letter-spacing: -0.1rem;
}
.Dry__faqList{}
.Dry__faqItem{
  margin-bottom: 20px;
}
.Dry__faqLead{
  font-size: 20px;
  padding: 0 0 20px 60px;
  font-weight: bold;
  border-bottom: 2px solid rgba(35, 24, 21, 0.2);
  position: relative;
}
.Dry__faqLead::before{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/dry2023/icon_q.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -2px;
  left: 15px;
  width: 30px;
  height: 35px;
}
.Dry__faqText{
  font-size: 20px;
  padding: 20px 60px;
  background-color: #f5f8fd;
  position: relative;
}
.Dry__faqText::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/dry2023/icon_a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  left: 15px;
  width: 30px;
  height: 35px;
}
#Dry .AccLead::after{
  content: '＋';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 7px;
  top: -3px;
  font-size: 26px;
}
#Dry .AccLead.-active::after{
  content: '－';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 7px;
  top: -3px;
  font-size: 26px;
}
.Dry__faqText .Dry__faqLink{
  display: inline-block;
  font-weight: bold;
}
.Dry__faqLink.-green{
  display: inline-block;
  font-weight: normal;
  color: #1fa05d;
  border-bottom: 1px solid #1fa05d;
}
.Dry__banner{}
.Dry__bannerRecommendTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
  }
.Dry__bannerRecommendTitleInner {
  display: inline-block;
  font-size: 22.4px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  }
  
.Dry__bannerRecommendTitleInner::before,
.Dry__bannerRecommendTitleInner::after {
background-color: #604c3f;
content: '';
display: block;
height: 30px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
}

.Dry__bannerRecommendTitleInner::before {
left: -30px;
-webkit-transform: translateY(-50%) rotate(-28deg);
transform: translateY(-50%) rotate(-28deg);
}

.Dry__bannerRecommendTitleInner::after {
right: -28px;
-webkit-transform: translateY(-50%) rotate(28deg);
transform: translateY(-50%) rotate(28deg);
}
.Dry__bannerWrapper{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 35px;
}

.Dry__bannerLink{}
.Dry__bannerImage{
  margin-bottom: 15px;
}
.Dry__bannerText{
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
.Dry__bannerText.-space{
  letter-spacing: -0.2rem;
}


@media screen and (max-width: 768px) {
  #Dry{
    width: auto;
  }
  .Dry__mvInner{
    margin-bottom: 20px;
  }
  .Dry__top{
    margin-bottom: 40px;
  }
  .Dry__topTitle{
    font-size: 24px;
    letter-spacing: -0.1rem;
    margin-bottom: 10px;
  }
  .Dry__topText{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.1em;
  }

  .Dry__seanInner{}
  .Dry__seanTitle{
    font-size: 18px;
    padding: 5px 0;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px auto;
    letter-spacing: -0.15em;
  }
  .Dry__seanTitle::before{
    content: "";
    position: absolute;
    bottom: -21.5px;
    left: 50%;
    margin-left: -14px;
    border: 17px solid transparent;
    border-top: 17px solid #FFF;
    z-index: 2;
    border-width: 11px;
  }
  .Dry__seanTitle::after{
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -14px;
    border: 15px solid transparent;
    border-top: 15px solid #00A4AA;
    z-index: 1;
    border-width: 11px;
  }
  .Dry__seanList{
    flex-wrap: wrap;
    gap: 0 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .Dry__seanItem{
    width: 45%;
    margin-bottom: 25px;
  }
  .Dry__seanImage{
    margin-bottom: -10px;
  }
  .Dry__seanText{
    font-size: 15px;
    letter-spacing: -0.1rem;
  }

  .Dry__btnFree{
    max-width: 450px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .Dry__btnFreeText{
    padding: 19px 0 19px 10px;
    width: 100%;
    font-size: 18px;
    margin: 7px auto 30px auto;
    letter-spacing: -0.1rem;
  }
  .Dry__btnFreeTextPoint::before{
    border-width: 6px 0 6px 8px;
    left: -12px;
    margin-top: -5px;
  }
  .Dry__tshirtTitle{}
  .Dry__tshirtList{}
  .Dry__tshirtItem.-wrapper{
    display: block;
  }
  .Dry__tshirtItemFirst{
    display: block;
    padding: 0 0;
    max-width: 550px;
    margin: 0 auto 50px auto;
  }
  .Dry__tshirtItemFirst .Dry__tshirtImage{
    width: 100%;
  }
  .Dry__tshirtItem.-wrapper img{
    height: auto;
  }
   .Dry__tshirtItemRight{
    width: 100%;
    padding: 0 20px;
   }
   .Dry__tshirtItemBottom .Dry__tshirtItem{
    width: 100%;
  }
  .Dry__tshirtName{
    font-size: 20px;
  }
  .Dry__tshirtNumber{}
  .Dry__tshirtNumber.-item8{}
  .Dry__tshirtTable{
    width: 80%;
    margin-bottom: 7px;
  }
  .Dry__tshirtTable{
    padding: 0 20px;
  }
  .Dry__tshirtTable th{}
  .Dry__tshirtTable td{}
  .Dry__tshirtText{
    font-size: 16px;
    margin-bottom: 10px;
    width: 80%;
  }
  .Dry__tshirtPrice{
    font-size: 50px;
  }
  .Dry__tshirtPriceEn{
    margin-left: -10px;
  }
  .Dry__tshirtValue{
    margin-top: -12px;
  }
  .Dry__tshirtBtn{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: inherit;
  }
  .Dry__tshirtBtn .Dry__tshirtLink{
    width: 225px;
    height: 65px;
    font-size: 17px;
  }
  .Dry__tshirtLink::after{
    left: 180px;
  }
  .Dry__tshirtItemBottom{
    display: block;
    padding: 0 20px;
    max-width: 550px;
    margin: 0 auto -15px auto;
    margin-bottom: -15px;
  }
  .Dry__tshirtItemBottom img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .Dry__tshirtItemBottom .Dry__tshirtItem{
    margin-bottom: 55px;
  }

  .Dry__btn .Dry__btnLink{
    max-width: 400px;
    width: 90%;
    height: 30px;
    font-size: 14px;
    margin-bottom: 40px;
    padding: 30px 0;
  }
  .Dry__btnLink::after{
    top: 5px;
    left: 90%;
    width: 14px;
    transform: translateX(44%);
    height: 50px;
  }
  .Dry__faq{
    max-width: 500px;
    padding: 25px;
    margin: 0 auto 55px;
  }
  .Dry__faqInner{
    padding: 20px 15px 15px 15px;
  }
  .Dry__faqTitle{
    margin: 0 auto 0;
  }
  .Dry__faqTitleOriginal{
    font-size: 15px;
  }
  .Dry__faqTitleQa{
    font-size: 35px;
  }
  .Dry__faqLead{
    font-size: 16px;
    padding: 7px 20px 7px 28px;
  }
  .Dry__faqLead::before{
    left: 6px;
    width: 14px;
  }
  .Dry__faqText{
    font-size: 16px;
    padding: 12px 28px;
  }
  .Dry__faqText::after{
    top:0;
    left: 5px;
    width: 14px;
  }
  #Dry .AccLead::after{
    content: '＋';
    display: block;
    position: absolute;
    -webkit-text-stroke: 1px #000;
    right: 7px;
    top: 9px;
    font-size: 9px;
  }
  #Dry .AccLead.-active::after{
    content: '－';
    display: block;
    position: absolute;
    -webkit-text-stroke: 1px #000;
    right: 7px;
    top: 9px;
    font-size: 13px;
  }
  .Dry__faqText .Dry__faqLink{}
  .Dry__faqLink.-green{}

  .Dry__banner{}
  .Dry__bannerRecommendTitle {
    height: 33px;
  }
  .Dry__bannerRecommendTitleInner {
    font-size: 13px;
  }
  .Dry__bannerRecommendTitleInner::before,
  .Dry__bannerRecommendTitleInner::after {
  height: 21px;
  }
  .Dry__bannerRecommendTitleInner::before {
    left: -14px;
    -webkit-transform: translateY(-50%) rotate(-28deg);
    transform: translateY(-50%) rotate(-28deg);
    }
    
    .Dry__bannerRecommendTitleInner::after {
    right: -9px;
    -webkit-transform: translateY(-50%) rotate(28deg);
    transform: translateY(-50%) rotate(28deg);
    }
  .Dry__bannerItem{
    max-width: 400px;
    margin: 0 auto 35px;
  }
  .Dry__bannerWrapper{
    display: block;
    padding: 0 20px;
  }
  .Dry__bannerImage{
    margin-bottom: 5px;
  }
  .Dry__bannerText{
    font-size: 15px;
  }
  .Dry__bannerText.-space{}
}

/**
* Sdgs2
*/
.Sdgs2{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.Sdgs2__mv{
  margin-bottom: 130px;
}
.Sdgs2__mvInner{
  text-align: center;
}
.Sdgs2__mvImg{
  margin-bottom: 40px;
}
.Sdgs2__mvTitle{
  margin-bottom: 30px;
  font-size: 30px;
}
.Sdgs2__mvText{
  margin-bottom: 50px;
  font-size: 20px;
}
.Sdgs2 .sp{
  display: none;
}
.Sdgs2 .pc{
  display: block;
}
.Sdgs2 .Sdgs2__caption{
  font-size: 1.5rem;
}
.Sdgs2__listWrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Sdgs2__pageLink{
  flex: 0 0 calc((100% - 60px) / 4);
}
.Sdgs2__section{
  margin-bottom: 130px;
}
.Sdgs2__section#section4 .Sdgs2__productList .Sdgs2__listItem:nth-child(2) .Sdgs2__price{
  font-size: 32px;
}
.Sdgs2__section#section4 .Sdgs2__productList .Sdgs2__listItem:nth-child(2) .Sdgs2__price .Sdgs2__priceEn{
  font-size: 25px;
}
.Sdgs2__title1{
  margin-bottom: 30px;
}
.Sdgs2__title1Img{}
.Sdgs2__caption{
  text-align: center;
  margin-bottom: 27px;
}
.Sdgs2__checkImg{
  margin: 0 auto 50px;
  max-width: 69.8%;
}
.Sdgs2__productList{
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 55px;
}
.Sdgs2__listItem{
  flex: 0 0 calc((100% - 60px)/ 3);
}
.Sdgs2__link {
  display: block;
  transition: all 300ms;
}
.Sdgs2__link:hover {
  opacity: 0.7;
}
.Sdgs2__productImg{
  margin-bottom: 10px;
}
.Sdgs2__productTitle{
  margin-bottom: 10px;
  font-feature-settings: "palt" 1;
}
.Sdgs2__productNum{
  margin-bottom: 10px;
  display: block;
  font-size: 13.47px;
}
.Sdgs2__productTable {
  border: 2px solid #000;
  border-collapse: collapse;
  margin-bottom: 13px;
  width: 99%;
}
.Sdgs2__productTable th {
  background-color: #EFEFEF;
  border-bottom: 2px solid #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  padding: 3px;
  text-align: center;
  width: 20%;
}
.Sdgs2__productTable td {
  border-bottom: 2px solid #000;
  font-size: 13px;
  line-height: 1.5;
  padding: 3px 0 3px 7px;
  text-align: left;
  width: 80%;
}
.Sdgs2__productDetail{
  /* margin-bottom: 15px; */
}
.Sdgs2__productDesc{
  text-align: left;
  display: block;
  /* margin-bottom: 25px; */
}
.Sdgs2__price{
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin: 25px auto;
}
.Sdgs2__priceEn {
  font-size: 25px;
  /* margin-left: -15px; */
}
.Sdgs2__priceImg{
  height: 50px;
}
.Sdgs2 .-long{
  height: 57px;
  margin-bottom: -7px;
}
/* .Sdgs2__priceNote{
  display: block;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 10px;
} */
.Sdgs2__btn1,
.Sdgs2 .Sdgs__recommendList .Sdgs__btn{
  align-items: center;
  background-color: #F6C942;
  border-radius: 30px;
  color: #000;
  display: flex;
  font-size: 18px;
  height: 60px;
  width: 200px;
  justify-content: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
}
.Sdgs2__btn1{
  font-weight: bold;
  color: #fff;
}
.Sdgs2__btn1::after{
  background-image: url(/user_data/packages/default/images/cp/sdgs_bag/icon_btn_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.Sdgs2 .Sdgs__btn::after{
  background-image: url(/user_data/packages/default/images/cp/sdgs_bag/icon_btn_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.Sdgs2__btn2{
}
.Sdgs2__btn2Link::after{
  background-image: url(/user_data/packages/default/images/cp/sdgs_bag/icon_btn2_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  width: 24px;
}
.Sdgs2__btn2Link{
  text-align: center;
    display: block;
    margin: 0 auto;
  border: 1px #000 solid;
  position: relative;
  height: 50px;;
  padding: 12px 31px;
  max-width: 500px;
}
@media print, screen and (min-width: 768px) {
  .Sdgs2 .Sdgs2__pageLink:hover,
  .Sdgs2 .Sdgs2__btn1:hover,
  .Sdgs2 .Sdgs2__btn2:hover,
  .Sdgs2 .Sdgs__recommendList a:hover{
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Sdgs2 .Sdgs2__pageLink:hover,
  .Sdgs2 .Sdgs2__btn1:hover,
  .Sdgs2 .Sdgs2__btn2:hover,
  .Sdgs2 .Sdgs__recommendList a:hover {
    opacity: .7;
  }
}
.Sdgs2 .Sdgs__section {
  margin: 0 0 160px;
}
.Sdgs2 .Sdgs__recommendTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
  }
  
  .Sdgs2 .Sdgs__recommendTitleInner {
  display: inline-block;
  font-size: 22.4px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  }
  
  .Sdgs2 .Sdgs__recommendTitleInner::before,
  .Sdgs2 .Sdgs__recommendTitleInner::after {
  background-color: #604c3f;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  }
  
  .Sdgs2 .Sdgs__recommendTitleInner::before {
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(-28deg);
  transform: translateY(-50%) rotate(-28deg);
  }
  
  .Sdgs2 .Sdgs__recommendTitleInner::after {
  right: -28px;
  -webkit-transform: translateY(-50%) rotate(28deg);
  transform: translateY(-50%) rotate(28deg);
  }
  
  .Sdgs2 .Sdgs__recommendList {
  display: flex;
  justify-content: space-between;
  }
  
  .Sdgs2 .Sdgs__recommendList li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  }
  
  .Sdgs2 .Sdgs__recommendList li figure img {
  width: 100%;
  }
  
  .Sdgs2 .Sdgs__recommendTitle2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 15px 0 4px;
  text-align: center;
  }
  
  .Sdgs2 .Sdgs__recommendText {
  font-size: 17px;
  letter-spacing: 0;
  margin: 10px 0 18px;
  text-align: center;
  }
.Sdgs2 .Sdgs__btn.-black {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.Sdgs2 .Sdgs__btn.-wide {
  border-radius: 45px;
  height: 64px;
  width: 242px;
}
.Sdgs2 .Sdgs__btn.-wide::after {
  right: 19px;
}
@media print, screen and (max-width: 768px){
  .Sdgs2{
    padding: 0 20px;
  }
  .Sdgs2 .sp{
    display: block;
  }
  .Sdgs2 .pc{
    display: none;
  }
  .Sdgs2__mv{
    margin-bottom: 38px;
  }
  .Sdgs2__mvTitle{
    font-size: 21px;
  }
  .Sdgs2__mvText {
    letter-spacing: -1px;
    font-size: 13px;
    line-height: 2;
  }
  .Sdgs2 .Sdgs2__mvText .pc{
    display: none;
  }
  .Sdgs2 .Sdgs2__mvText .sp{
    display: block;
  }
  .Sdgs2__section{
    margin: 0 -20px 130px;
  }
  .Sdgs2__checkImg {
    max-width: 92.5%;
    margin-bottom: 18px;
  }
  .Sdgs2__caption {
    padding: 0 20px;
  }
  .Sdgs2__listWrapper{
    flex-wrap: wrap;
    justify-content: center;
    
  }
  .Sdgs2__pageLink{
    flex: 0 0 39%;
    margin-bottom: 20px;
    margin: 0 5px 10px;
  }
  .Sdgs2__productList{
    flex-wrap: wrap;
    /* max-width: 375px; */
    justify-content: center;
    display: block;
    padding: 0 20px;
  }
  .Sdgs2__productDesc{
    width: 80%;
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .Sdgs2__priceImg{
    height: 35px;
  }
  .Sdgs2__price {
    font-size: 60px;
    line-height: 1;
  }

  .Sdgs2__priceEn {
    font-size: 32px;
    /* margin-left: -10px; */
  }
  .Sdgs2 .-long{
    height: 39px;
      margin-bottom: -4px;
  }
  .Sdgs2__productNum{
    font-size: 12px;
  }
  /* .Sdgs2__priceNote {
    margin-top: -13px;
    margin-bottom: 17px;
  } */
  .Sdgs2__productTable {
    width: 80%;
    margin: 0 auto 7px;
  }
  .Sdgs2__productTable th {
    font-size: 12px;
  }
  .Sdgs2__productTable td {
    font-size: 12px;
  }
  .Sdgs2__listItem{
    flex: 0 0 43%;
    margin: 0 auto 50px;
  }
  .Sdgs2 .Sdgs2__btn1 {
    border-radius: 35px;
    font-size: 17px;
    height: 60px;
    width: 225px;
    margin-top: 10px;
  }
  .Sdgs2__btn1::after{
    width: 14px;
    height: 14px;
  }
  .Sdgs2 .Sdgs__btn.-wide {
    border-radius: 40px;
    height: 69px;
    width: 260px;
  }
  .Sdgs2__btn2 {
    margin: 0 50px;
  }
  .Sdgs2__btn2Link{
    font-size: 11px;
    padding: 16px 30px 16px 16px;
  }
  .Sdgs2__btn2Link::after {
    width: 15px;
    top: 44%;
    right: 13px;
  }
  .Sdgs2 .Sdgs__section{
    zoom: 0.6;
    margin: 0 -33px 164px;
  }
  .Sdgs2 .Sdgs__recommendTitle {
    height: 65px;
  }
  .Sdgs2 .Sdgs__recommendTitleInner {
    font-size: 26px;
  }
  .Sdgs2 .Sdgs__recommendList {
    display: block;
    margin: 60px 40px 0;
  }
  .Sdgs2 .Sdgs__recommendList li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 80px;
    max-width: 100%;
  }
  .Sdgs2 .Sdgs__recommendTitle2 {
    font-size: 26px;
    margin: 40px 0 20px;
  }
  .Sdgs2 .Sdgs__recommendText {
    font-size: 20px;
    margin: 25px 0;
  }
}



/*============================================================
Student
==============================================================*/

/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

.Student{}
.Student__inner{
  margin-top: 70px;
  padding: 0 50px;
}

/* - - - - - ボタンホバー共通 - - - - - */
.Student__link{
  transition: 200ms;
}
.Student__link:hover{
  opacity: 0.7;
  transition: 200ms;
}
/* - - - - - ボタンホバー共通ここまで - - - - - */


/* - - - - - PDFボタン共通 - - - - - */
.Student__pdf{
  width: 65%;
  margin-left: 15%;
}
/* - - - - - PDFボタン共通ここまで - - - - - */


/* - - - - - アコーディオン - - - - - */
.AccLead{
  position: relative;
}
.AccLead::after{
  content: '＋';
  display: block;
  position: absolute;
  -webkit-text-stroke: 4px #000;
  right: 20px;
  top: 0;
}
.AccLead.-active::after{
  content: '－';
  display: block;
  position: absolute;
  -webkit-text-stroke: 4px #000;
  right: 20px;
  top: 0;
}
.AccText{
  display: none;
}
.Student__faqLead::after{
  content: '＋';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 20px;
  top: -8px;
  font-size: 30px;
}
.Student__faqLead.-active::after{
  content: '－';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 20px;
  top: -8px;
  font-size: 30px;
}
/* - - - - - アコーディオンここまで - - - - - */

.Student__mv{
  position: relative;
}
.Student__mvImage{
  margin-bottom: 9px;
}
.Student__mvImage.-onlyImage{
  margin-bottom: 40px;
}
.Student__mvCta {
  display: block;
  position: absolute;
  width: 26%;
  height: auto;
  top: 25px;
  right: 15px;
  transition: filter 300ms;
}
.Student__mvCta:hover {
  filter: drop-shadow(0 3px 5px rgba(32, 100, 130, 0.5));
}
.Student__mvCta img {
  display: block;
  width: 100%;
  height: auto;
}
.Student__title{
  text-align: center;
  margin-bottom: 38px;
}
.Student__titleTop{
  display: inline-block;
  font-size: 29px;
  position: relative;
}
.Student__titleTop::before{
  content: '';
  position: absolute;
  display: inline;
  top: 20px;
  left: -31px;
  width: 30px;
  height: 2px;
  background-color: #000;
  transform: rotate(67deg);
}
.Student__titleTop::after{
  content: '';
  position: absolute;
  display: inline;
  top: 20px;
  right: -31px;
  width: 30px;
  height: 2px;
  background-color: #000;
  transform: rotate(113deg);
}
.Student__titleMain{
  display: block;
  font-size: 60px;
  line-height: 1.2;
}
.Student__titleEnglish{
  font-size: 70px;
}
.Student__titleBottom{
  display: block;
  font-size: 22px;
}

.Student__anchor{}
.Student__anchorList{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.Student__anchorItem{
  flex: 0 0 24%;
}

.Student__line{
  margin-bottom: 110px;
}
.Student__lineTitle{
  text-align: center;
  margin-bottom: 12px;
}
.Student__lineAbout{
  margin-bottom: 80px;
}
.Student__lineSubTitle{
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
}
.Student__lineFlow{
  margin-bottom: 60px;
}
.Student__lineBtn{
  width: 60%;
  margin: 0 auto 30px;
}

.Student__rankingGroup{}
.Student__rankingTitle{
  text-align: center;
  margin-bottom: 50px;
}
.Student__rankingList{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding: 0 90px;
  margin-bottom: 30px;
}
.Student__rankingItem{
  flex: 0 0 32%;
  margin-bottom: 20px;
  transition: 300ms;
  opacity: 0.2;
  cursor: pointer;
}
.Student__rankingItem.-active{
  transition: 300ms;
  opacity: 1;
}
.Student__rankingItem:hover{
  transition: 300ms;
  opacity: 1;
}
.Student__rankingLink{
  transition: 200ms;
}
.Student__rankingLink:hover{
  opacity: 0.7;
  transition: 200ms;
}
.Student__recommendBtn{
  width: 53%;
  margin: 0 auto;
}

.Student__pickGroup{
  margin-bottom: 100px;
  display: none;
}
.Student__pickGroup.-active{
  display: block;
}
.Student__pickList{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.Student__pickList.-active{
  display: block;
}
.Student__pickItem{
  flex: 0 0 33.3%;
}

.Student__pickLink{
  transition: 200ms;
}
.Student__pickLink:hover{
  transition: 200ms;
  opacity: 0.7;
}
.Student__pickImage{
  margin-bottom: 10px;
  position: relative;
}
.Student__pickImage.-image01:before{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/student/icon_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 75px;
  height: 82px;
  top: 0;
  left: 0;
}
.Student__pickImage.-image02:before{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/student/icon_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 75px;
  height: 82px;
  top: 0;
  left: 0;
}
.Student__pickImage.-image03:before{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/student/icon_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 75px;
  height: 82px;
  top: 0;
  left: 0;
}
.Student__pickTitle{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  height: 90px;
}
.Student__pickText{
  font-size: 20px;
  padding: 0 15px;
  /* text-align: justify; */
}

.Student__rankingDesignTitle{
  width: 75%;
  margin: 0 auto 50px;
}
.Student__designAbout{
  margin-bottom: 50px;
}
.Student__designBtn{
  width: 65%;
  margin: 0 auto 40px;
}

.Student__how{
  background-color: #EDEDED;
  padding: 50px;
  margin-bottom: 130px;
}
.Student__howInner{
  background-color: #fff;
  border-radius: 35px;
  padding: 80px;
}
.Student__howTitle{
  width: 80%;
  margin: 0 auto 30px;
}
.Student__howTitleText{
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
}
.Student__howList{}
.Student__howItem{
  margin-bottom: 20px;
}
.Student__howLead{
  font-size: 32px;
  padding-left: 60px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  position: relative;
  cursor: pointer;
}
.Student__howLead::before{
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Student__howLead.-lead1::before{
  background-image: url(../images/cp/student/how_01.png);
  top: 3px;
  left: 0;
  width: 28px;
  height: 37px;
}
.Student__howLead.-lead2::before{
  background-image: url(../images/cp/student/how_02.png);
  top: 3px;
  left: 0;
  width: 38px;
  height: 37px;
}
.Student__howLead.-lead3::before{
  background-image: url(../images/cp/student/how_03.png);
  top: 3px;
  left: 0;
  width: 38px;
  height: 37px;
}
.Student__howLead.-lead4::before{
  background-image: url(../images/cp/student/how_04.png);
  top: 3px;
  left: 0;
  width: 42px;
  height: 36px;
}
.Student__howText{
  font-size: 18px;
  padding: 20px 50px;
  background-color: rgba(239,139,148,0.2);
}

.Student__discount{
  margin-bottom: 80px;
}
.Student__discountTitle{
  margin-bottom: 40px;
  text-align: center;
}
.Student__discountList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.Student__discountItem{
  flex: 0 0 48%;
  margin-bottom: 40px;
  border: 3px solid #EC7183;
  border-radius: 15px;
  padding: 30px 25px;
}
.Student__discountWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.Student__discountIcon{
  /* margin-bottom: 12px; */
}
.Student__discountIcon.-item4{
  /* margin-bottom: 42px; */
}
.Student__discountItemTitle{
  text-align: center;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 0;
}
.Student__discountItemTitle.-item4{
  /* margin-bottom: 50px; */
}
.Student__discountItemTitlePink{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #E83534;
  font-size: 50px;
  margin-bottom: 15px;
}
.Student__discountItemTitleSmall{
  font-size: 35px;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.Student__discountItemTitleMark{
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  background-color: #E83534;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 1.12;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
}
.Student__discountItemTitleMiddle{
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
.Student__discountItemText{
  font-size: 20px;
  line-height: 1.33;
  text-align: justify;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
.Student__discountText{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

/* -item3 */
.Student__discountItem.-item3 .Student__discountItemTitleMiddle {
  font-size: 42px;
}
.Student__discountItem.-item3 .Student__discountItemTitleSmall {
  margin-top: 10px;
}

/* -item4 */
.Student__discountItem.-item4 .Student__discountItemTitleMark {
  flex: 0 0 100px;
  width: auto;
  border-radius: 10px;
}
.Student__discountItem.-item4 .Student__discountItemTitleMiddle {
  font-size: 40px;
}

.Student__pay{
  background-color: #EDEDED;
  padding: 50px;
  margin-bottom: 130px;
}
.Student__payInner{
  background-color: #fff;
  border-radius: 35px;
  padding: 80px;
}
.Student__payTitle{
  width: 55%;
  margin: 0 auto 50px;
}
.Student__payList{}
.Student__payItem{
  margin-bottom: 20px;
}
.Student__payLead{
  font-size: 32px;
  padding-left: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.Student__payText{
  font-size: 18px;
  padding: 20px 50px;
  background-color: rgba(239,139,148,0.2);
}

.Student__payText .p-payment_list_img{
  width: 100%;
}

.Student__payText .l-detail-payment_list_item_inner-box{
  border: 3px solid #fff;
}

.Student__interview{
  margin-bottom: 100px;
}
.Student__interviewTitle{
  width: 85%;
  margin: 0 auto 50px;
}
.Student__interviewList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Student__interviewItem{
  flex: 0 0 47.5%;
  margin-bottom: 60px;
}

.Student__photo{
  margin-bottom: 50px;
}
.Student__photoTitle{
  width: 70%;
  margin: 0 auto 50px;
}
.Student__photoList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Student__photoItem{
  flex: 0 0 47.5%;
  margin-bottom: 60px;
}

.Student__instagram{
  margin-bottom: 80px;
}
.Student__instagramWrap{
  padding: 0 20px;
  position: relative;
}
.Student__instagramBtn{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 37%;
}

.Student__faq{
  background-color: #EDEDED;
  padding: 40px;
  margin-bottom: 130px;
}
.Student__faqInner{
  background-color: #fff;
  padding: 80px;
}
.Student__faqTitle{
  width: 70%;
  margin: 0 auto 50px;
}
.Student__faqList{}
.Student__faqItem{
  margin-bottom: 20px;
}
.Student__faqLead{
  font-size: 18px;
  padding: 0 0 20px 60px;
  font-weight: bold;
  border-bottom: 2px solid rgba(35, 24, 21, 0.2);
  position: relative;
}
.Student__faqLead::before{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/student/icon_q.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -2px;
  left: 15px;
  width: 30px;
  height: 35px;
}
.Student__faqText{
  font-size: 18px;
  padding: 20px 60px;
  background-color: rgba(239,139,148,0.2);
  position: relative;
}
.Student__faqText::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/cp/student/icon_a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  left: 15px;
  width: 30px;
  height: 35px;
}
.Student__contact{}
.Student__contactBtn{
  display: block;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  background-color: #FFEA00;
  border: 3px solid #000;
  width: 500px;
  margin: 0 auto;
  padding: 25px 0;
  border-radius: 20px;
}



/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */
@media screen and (max-width: 768px) {

.chapter.Student{
    width: 100%!important;
  }
  .Student__inner{
    margin-top: 20px;
    padding: 0 20px;
  }

  /* - - - - - PDFボタン共通 - - - - - */
.Student__pdf{
  width: 80%;
  margin-left: 7.5%;
}
/* - - - - - PDFボタン共通ここまで - - - - - */



/* - - - - - アコーディオン - - - - - */
.AccLead{
  position: relative;
}
.AccLead::after{
  content: '＋';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 10px;
  top: 0;
  font-size: 25px;
}
.AccLead.-active::after{
  content: '－';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 10px;
  top: 0;
  font-size: 25px;
}
.AccText{
  display: none;
}
.Student__faqLead::after{
  content: '＋';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 20px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 30px;
}
.Student__faqLead.-active::after{
  content: '－';
  display: block;
  position: absolute;
  -webkit-text-stroke: 3px #000;
  right: 20px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 30px;
}
/* - - - - - アコーディオンここまで - - - - - */


  .Student__mv{}
  .Student__mvImage{}
  .Student__title{
    text-align: center;
    margin-bottom: 38px;
  }
  .Student__mvCta {
    position: absolute;
    width: calc((242 / 1000) * 100vw);
    top: calc((30/ 1000) * 100vw);
    right: calc((30/ 1000) * 100vw);
  }
  .Student__titleTop{
    font-size: 29px;
  }
  .Student__titleMain{
    display: block;
    font-size: 60px;
    line-height: 1.2;
  }
  .Student__titleEnglish{
    font-size: 70px;
  }
  .Student__titleBottom{
    display: block;
    font-size: 22px;
  }

  .Student__anchor{}
  .Student__anchorList{
    flex-wrap: wrap;
  }
  .Student__anchorItem{
    flex: 0 0 48%;
    margin-bottom: 20px;
  }

  .Student__line{}
  .Student__lineTitle{}
  .Student__lineAbout{
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .Student__lineSubTitle{}
  .Student__lineFllow{}
  .Student__lineBtn{
    width: 75%;
    margin: 0 auto 10px;
  }
  .Student__linePdf{}

  .Student__ranking{}
  .Student__rankingGroup{
    margin-bottom: 140px;
  }
  .Student__rankingTitle{}
  .Student__rankingList{
    padding: 0;
  }
  .Student__rankingItem{}

  .Student__pickGroup{
    margin-bottom: 50px;
  }
  .Student__pickList{
    flex-wrap: wrap;
    justify-content: center;
  }
  .Student__pickItem{
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .Student__pickItem:first-child{
    flex: 0 0 70%;
  }
  .Student__pickImage{}
  .Student__pickImage.-image01:before{
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/cp/student/icon_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 103px;
    height: 114px;
    top: 0;
    left: 0;
  }
  .Student__pickTitle{}
  .Student__pickText{}

  .Student__recommendBtn{
    width: 100%;
  }

  .Student__rankingDesign{}
  .Student__rankingDesignTitle{
    width: 95%;
  }
  .Student__designAbout{}
  .Student__designBtn{
    width: 80%;
  }

  .Student__how{
    margin: 0 -20px 130px;
    padding: 30px;
  }
  .Student__howInner{
    padding: 40px;
  }
  .Student__howTitle{}
  .Student__howTitleText{
    font-size: 15px;
  }
  .Student__howList{}
  .Student__howITem{}
  .Student__howLead{
    font-size: 18px;
    padding: 0 0 10px 50px;
  }
  .Student__howLead.-lead1::before{
    top: 0;
    left: 0;
    width: 26px;
    height: 33px;
  }
  .Student__howLead.-lead2::before{
    top: 0;
    left: 0;
    width: 36px;
    height: 34px;
  }
  .Student__howLead.-lead3::before{
    top: 0;
    left: 0;
    width: 36px;
    height: 34px;
  }
  .Student__howLead.-lead4::before{
    top: 0;
    left: 0;
    width: 39px;
    height: 33px;
  }
  .Student__howText{
    font-size: 13px;
  }

  .Student__discount{
    margin-bottom: 80px;
  }
  .Student__discountTitle{}
  .Student__discountList{
    padding: 0 20px;
    margin-bottom: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .Student__discountItem{
    flex: 0 0 49%;
    margin-bottom: 10px;
  }
  .Student__discountItem{
    flex: 0 0 48%;
    margin-bottom: 40px;
    border: 3px solid #EC7183;
    border-radius: 15px;
    padding: 30px 35px;
  }
  .Student__discountIcon{
    margin-bottom: 12px;
  }
  .Student__discountIcon.-item4{
    margin-bottom: 12px;
  }
  .Student__discountItemTitle{
    text-align: center;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .Student__discountItemTitle.-item4{
    margin-bottom: 20px;
  }
  .Student__discountItemTitlePink{}
  .Student__discountItemTitleSmall{}
  .Student__discountItemTitleMark{
    font-size: 17px;
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
  }

  /* -item3 */
  .Student__discountItem.-item3 .Student__discountItemTitleMiddle {
    font-size: 50px;
  }
  /* -item4 */
  .Student__discountItem.-item4 .Student__discountItemTitleMark {
    flex: 0 0 125px;
  }
  .Student__discountItem.-item4 .Student__discountItemTitleMiddle {
    font-size: 50px;
  }

  
  .Student__discountItemText{
    font-size: 18px;
  }
  .Student__discountText{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .Student__discountBtn{}

  .Student__pay{
    margin: 0 -20px 100px;
    padding: 30px;
  }
  .Student__payInner{
    padding: 40px;
  }
  .Student__payTitle{}
  .Student__payList{}
  .Student__payItem{}
  .Student__payLead{
    font-size: 18px;
    padding: 0 0 10px 10px;
  }
  .Student__payText{
    font-size: 13px;
  }

  .Student__interview{
    margin-bottom: 80px;
  }
  .Student__interviewTitle{
    width: 95%;
  }
  .Student__interviewList{}
  .Student__interviewItem{
    flex: 0 0 49%;
    margin-bottom: 40px;
  }

  .Student__photo{}
  .Student__photoTitle{
    width: 80%;
  }
  .Student__photoList{}
  .Student__photoItem{
    flex: 0 0 49%;
    margin-bottom: 40px;
  }

  .Student__instagram{}
  .Student__instagramWrap{}
  .Student__instagramBtn{}

  .Student__faq{
    margin: 0 -20px 60px;
    padding: 30px;
  }
  .Student__faqInner{
    padding: 40px;
  }
  .Student__faqTitle{}
  .Student__faqList{}
  .Student__faqItem{}
  .Student__faqLead{
    padding: 0 60px 20px 60px;
  }
  .Student__faqLead::before{
    top: 32%;
    transform: translateY(-50%);
  }
  .Student__faqText{
    font-size: 13px;
  }
  .Student__faqText::after{}

  .Student__contact{}
  .Student__contactBtn{
    margin: 0 auto 60px;
  }
  
}

/* -------------------------- */
/* - - - - AllColor - - - - - */
/* -------------------------- */
.AllColor__mvWrap {

}

.AllColor__mv {
  max-width: 1200px;
  margin: 0 auto;
}

.AllColor__section {

}

.-merit {

}

.AllColor__sectionInner {

}

.AllColor__title {

}

.AllColor__titleSub {

}

.AllColor__titleMain {

}

.AllColor__list {

}

.AllColor__item {

}

.AllColor__itemImage {

}

.AllColor__itemTitleSub {

}

.AllColor__itemTitle {

}

.AllColor__itemText {

}

