body{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*common*/
#main_contents{
  position: relative;
  overflow: hidden;
}
.inner{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
img,
video{
  width: auto;
  max-width: 100%;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}

/*component*/
section{
  position: relative;
}
.btn01{
  background-color: #fff;
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all .3s;
  position: relative;
  border: 2px solid #fff;
}
.btn01:hover{
  background-color: var(--color-main);
  color: #fff;
}
.btn01 span{
  display: inline-block;
  background-image: url(../icon/icon_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s;
}
.btn01:hover span{
  background-image: url(../icon/icon_btn_white.svg);
}
.btn01.small{
  width: 158px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
}
.btn01.mv_btn{
  width: 320px;
  height: 80px;
  font-size: 28px;
  border-radius: 40px;
  margin: 32px auto 0;
}
.btn01.red{
  margin: 40px auto 0;
  width: 500px;
  height: 100px;
  border-radius: 50px;
  background-color: var(--color-main);
  color: #fff;
  font-size: 32px;
  filter: drop-shadow(0px 8px 14px rgba(0,0,0,0.06));
  border: 2px solid var(--color-main);
}
.btn01.red:hover{
  background-color: #fff;
  color: var(--color-main);
}
.btn01.small span{
  width: 12px;
  height: 14px;
  margin-left: 7px;
}
.btn01.mv_btn span{
  width: 21px;
  height: 26px;
  margin-left: 32px;
}
.btn01.red span{
  background-image: url(../icon/icon_btn_white.svg);
  width: 21px;
  height: 26px;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
}
.btn01.small:hover span{
}
.btn01.red:hover span{
  background-image: url(../icon/icon_btn.svg);
}
/*txt*/
.txt01{
  font-size: 24px;
  line-height: 160%;
}
.txt02{
  font-size: 14px;
  line-height: 180%;
}
.txt03{
  font-size: 20px;
  line-height: 160%;
}
.txt03 span{
  font-weight: bold;
}
.txt04{
  font-size: 16px;
  line-height: 160%;
}
/*mv*/
.mv_box01{
  width: 100%;
  height: auto;
  padding-top: 59.72%;
  background-image: url(../img/mv_pc.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.mv_copy_box01{
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
}
.mv_copy01{
  text-align: center;
}
.mv_copy01 span{
  font-weight: 800;
  padding: 12px 16px;
  font-size: 54px;
  background-color: #fff;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
}
.mv_copy01 span:first-of-type{
  margin-bottom: 12px;
}
.about_slide01{
  position: relative;
}
.about_slide01.pc_none{
  display: none!important;
}
.about_slide01::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about_slide_waku.png);
  background-size: cover;
  background-position: center center;
}
.about_slide01 .slide_img{
  width: 100%;
  height: auto;
  padding-top: 74.44%;
  background-size: cover;
  background-position: center center;
}
.about_slide01 li:nth-child(1) .slide_img{
  background-image: url(../img/about_slide_img01.jpg);
}
.about_slide01 li:nth-child(2) .slide_img{
  background-image: url(../img/about_slide_img02.jpg);
}
.about_slide01 li:nth-child(3) .slide_img{
  background-image: url(../img/about_slide_img03.jpg);
}
.about_box01{
  position: absolute;
  top: 75px;
  left: 7%;
  max-width: 600px;
}
.about_fukidashi01{
  max-width: 483px;
  margin-bottom: 16px;
}
.about_box01 p{
  color: #fff;
}
.about_ttl01{
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}
.about_ttl02{
  font-weight: 800;
  color: #fff;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 32px;
}
.about_ttl02 span{
  color: var(--color-main);
}
/*network*/
#top02{
  padding: 62px 0 100px;
  overflow: hidden;
  background-color: var(--color-main);
  background-image: url(../img/network_bg.svg);
  background-size: cover;
  background-position: center center;
}
#top02::before,
#top02::after{
  content: '';
  position: absolute;
  width: 35%;
  height: 165px;
  background-size: contain;
  background-repeat: no-repeat;
}
#top02::before{
  background-position: top right;
  /*transform: rotate(180deg);*/
  right: 0;
  top: -15px;
  animation: yure01 2s 
ease-in-out infinite alternate-reverse;
  background-image: url(../img/network_kazari01.png);
}
#top02::after{
  background-position: left bottom;
  left: 0;
  background-image: url(../img/network_kazari02.png);
  bottom: 0;
  animation: yure02 2s 
ease-in-out infinite alternate-reverse;
}
@keyframes yure01 {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes yure02 {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
.head02{
  font-size: 48px;
  color: var(--color-main);
  font-weight: 800;
  text-align: center;
}
#top02 .head02{
  margin-bottom: 15px;
}
.network_box01{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
.network_box01:first-of-type{
  border-bottom: 1px solid #F2C7CC;
  padding-bottom: 40px;
  margin-bottom: 37px;
}
.network_fukidashi01{
  position: absolute;
  left: -166px;
  top: -13px;
  max-width: 272px;
  display: block;
}
.network_box02{
  max-width: 530px;
  margin-left: 83px;
}
.network_box03{
  max-width: 593px;
  margin: 0 0 0 auto;
}
/*feature*/
#top03{
  padding: 70px 0 90px;
  background-color: var(--color-bg);
  background-image: url(../img/feature_bg.png);
  background-size: contain;
  background-repeat: repeat;
  overflow: hidden;
}
.feature_ttl01{
  margin-bottom: 30px;
}
.feature_ttl01 span{
  width: 90px;
  display: block;
  margin: 0 auto 15px;
}
.faeture_box01{
  align-items: center;
  position: relative;
}
.faeture_box01:last-of-type{
  margin-bottom: 40px;
}
.faeture_box01 .box_l{
  width: 50%;
  padding-left: 115px;
  /*max-width: 600px;*/
}
.faeture_box01:nth-of-type(2n) .box_l{
  order: 2;
  padding-left: 50px;
  padding-right: 50px;
}
.faeture_box01 .box_r{
  width: 50%;
}
.faeture_box01:nth-of-type(2n) .box_r{
  order: 1;
}
.faeture_box01 .box_l .txt02{
  max-width: 550px;
}
.faeture_box01 .img img{
  max-width: 110%;
}
.faeture_box01:nth-of-type(2n) .img img{
  margin-left: -20%;
}
.feature_ttl_box{
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.faeture_box01::after{
  content: '';
  position: absolute;
  left: -80px;
  bottom: 135px;
  width: 48%;
  height: 50%;
  background-image: url(../img/feature_kazari01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;

}
.faeture_box01:nth-of-type(2n)::after{
  left: auto;
  right: -80px;
  background-image: url(../img/feature_kazari02.png);
}
.feature_ttl_box .num{
  font-size: 60px;
  font-weight: bold;
  color: var(--color-main);
  position: relative;
  margin-right: 30px;
}
.feature_ttl_box .num span{
  font-size: 18px;
  color: var(--color-main);
  position: absolute;
  left: 0;
  top: -20px;
}
.feature_ttl_box .ttl{
  color: var(--color-main);
  font-size: 40px;
  line-height: 140%;
  font-weight: bold;
}
.feature_ttl_box .ttl span{
  font-size: 30px;
  color: var(--color-main);
}
.feature_ttl02{
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 20px;
}
.ind_list01 li{
  line-height: 180%;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
.ind_list01 li::before{
  content: '・';
  font-size: 20px;
}
.movie_box01{
  margin: 120px auto 0;
  max-width: 800px;
  width: 90%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.head03{
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.head04{
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
/*model*/
#top04{
  background-image: url(../img/model_bg.jpg);
  background-size: cover;
  background-repeat: repeat;
  padding-bottom: 100px;
}
#top04 .inner{
  max-width: 1200px;
  width: 90%;
}
.model_ttl_box{
  padding: 76px 0 67px;
  background-image: url(../img/img_noren_pc.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.model_ttl_box .head04{
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.model_ttl_box .head04::before,
.model_ttl_box .head04::after{
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/mark_manmaru_white.svg);
  top: 0;
}
.model_ttl_box .head04::after{
  left: -135px;
}
.model_ttl_box .head04::before{
  right: -135px;
}
.model_box01{
  border-radius: 10px;
  background-size: 100%;
  padding: 60px;
  background-position: top center;
  margin-bottom: 48px;
}
.model_box02:last-of-type{
  margin-bottom: 0;
}
.model_box01.box01{
  background-image: url(../img/model_box01.jpg);
}
.model_box01.box02{
  background-image: url(../img/model_box01.jpg);
}
.model_box01.box03{
  background-image: url(../img/model_box01.jpg);
  margin-bottom: 0;
}
.model_box02{
  background-color: var(--color-gray01);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 76px 40px 40px;
  margin-bottom: 60px;
}
.model_box02:last-of-type{
  margin-bottom: 24px;
}
.model_ttl02{
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 16px;
}
.model_ttl02:before,
.model_ttl02:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}

.model_ttl02:before {
  margin-right: 40px;
}

.model_ttl02:after {
  margin-left: 40px;
}
.model_box01 .txt03{
  text-align: center;
  margin-bottom: 60px;
}
.model_box01 .txt03,
.model_box01 .txt03 span{
  color: #fff;
}
.model_box02{
  position: relative;
}
.model_ttl03_box{
  position: absolute;
  top: -30px;
  left: 28px;
}
.model_ttl03_box::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 17px 17px 0px;
  border-color: transparent var(--color-main) transparent transparent;
}
.model_ttl03{
  font-weight: bold;
  clip-path: polygon(0 0, 100% 15%, 97% 100%, 0 100%);
  background-color: var(--color-main);
  width: fit-content;
  padding: 18px 35px 8px 24px;
  color: #fff;
  font-size: 28px;
  line-height: 140%;
}
.model_list01{
  border-top: 1px solid var(--color-gray02);
  background-color: #fff;
}
.model_list01 dt,
.model_list01 dd{
  width: 50%;
  padding: 18px 20px;
  border-bottom: 1px solid var(--color-gray02);
  display: flex;
  align-items: center;
}
.model_list01 dt:last-of-type,
.model_list01 dd:last-of-type{
  border-bottom: none;
}
.model_list01 dt{
  font-size: 20px;
  font-weight: bold;
}
.model_list01 dt.blue{
  font-size: 18px;
  font-weight: 400;
}
.model_list01 dd{
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  justify-content: flex-end;
}
.model_list01 dd .usd{
  color: #696969;
  font-size: 16px;
  margin-left: 5px;
}
.model_box03{
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  padding-bottom: 24px;
}
.model_list02{
  background-color: var(--color-gray01);
  padding-top: 36px;
}
.model_list02 dt:first-of-type,
.model_list02 dd:first-of-type{
  border-top: 1px solid var(--color-gray02);
}
.model_list02 dt,
.model_list02 dd{
  padding: 14px 44px 14px 16px;
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid var(--color-gray02);
}
.model_list02 dt:last-of-type,
.model_list02 dd:last-of-type{
  border-bottom: none;
}
.model_list02 dd{
  text-align: right;
  font-size: 18px;
}
.model_list02 dd .usd{
  font-size: 16px;
  color: #696969;
  margin-left: 3px;
}
.model_ttl04{
  position: absolute;
  left: 20px;
  top: 0;
  height: 36px;
  background-color: var(--color-main);
  width: fit-content;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  display: flex;
  align-items: center;
  padding: 8px 24px 8px 16px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.model_box03 .ind_list02{
  margin-top: 14px;
}
.ind_list02 li{
  font-size: 12px;
  line-height: 160%;
}
.ind_list02 li::before{
  content: '※';
}
.model_box04{
  background-color: #fff;
  padding-top: 5px;
  border-top: 1px solid var(--color-gray02);
}
.red{
  color: var(--color-main);
}
.blue{
  color: #008CCF;
}
.white{
  color: #fff!important;
}
#top04 .white li{
  color: #fff;
}
.parsent{
  min-width: 60px;
  height: 28px;
  background-color: var(--color-point);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #B8772B;
  padding: 6px 12px;
  line-height: 1;
  display: inline-block;
  margin-left: 16px;
}
.parsent:empty{
  opacity: 0;
}
.model_txt01{
  margin-bottom: 60px;
  text-align: center;
}
.model_txt01,
.model_txt01 span{
  color: var(--color-main);
  text-stroke: 2px #fff;
  -webkit-text-stroke: 2px #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 160%;
}
.model_txt01 .sizeS{
  margin-right: 40px;
  position: relative;
}
.model_txt01 .sizeS::after{
  content: '';
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -30px;
  width: 18px;
  height: 14px;
  background-image: url(../icon/icon_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.model_txt01 .sizeL{
  font-size: 40px;
}
/*tab*/
.tab-list{
  display: flex;
  justify-content: center;
  max-width: 596px;
  margin: 0 auto 40px;
}
.tab-list .tab-item{
  width: calc((100% - 16px) / 2);
  background-color: var(--color-main);
  color: #fff;
  border-radius: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  padding: 8px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--color-main);
  transition: all .3s;
}
.tab-list .tab-item:first-of-type{
  margin-right: 16px;
}
.tab-list .tab-item:hover{
  color: var(--color-main);
  background-color: #fff;
}

.tab-list .tab-item::after{
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../icon/icon_btn_white.svg);
  width: 15px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
.tab-list .tab-item:hover::after{
  top: 60%;
  background-image: url(../icon/icon_btn.svg);
}
.tab-list .tab-item span{
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #fff;
  line-height: 160%;
  width: 100%;
  transition: all .3s;
}
.tab-list .tab-item:hover span{
  color: var(--color-main);
}
.panel-item{
  display: none;
}
.panel-item.is-active{
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.model_txt02{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 160%;
  margin-bottom: 40px;
}
.model_txt02 span{
  color: #fff;
  font-size: 40px;
  margin-left: 16px;
}
.model_txt02 span.red{
  color: var(--color-main);
  margin-left: 0;
}
.model_box05 .box_l,
.model_box05 .box_r{
  width: 50%;
}
.model_box05 .box_l{
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 28px;
}
.model_box05 .box_r{
  padding-left: 24px;
}
.model_box05 p{
  color: #fff;
}
.model_box05 .ttl02{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.btm25{
  margin-bottom: 25px;
}
#top05{
  background-color: var(--color-main);
  padding: 90px 0 100px;
}
#top05 .head03{
  color: #fff;
  margin-bottom: 45px;
}
.process_list01 li{
  width: calc((100% - 200px) / 5);
  padding-top: 50px;
  position: relative;
}

.w_box01{
  background-color: #fff;
  border-radius: 10px;
  padding-top: 80px;
  position: relative;
  padding-bottom: 24px;
}
.w_box01::after{
  content: '';
  position: absolute;
  width: 29px;
  height: 40px;
  background-image: url(../icon/icon_process.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
.process_list01 li:last-child .w_box01::after{
  display: none;
}
#top05 .inner{
  max-width: 1200px;
  width: 90%;
}
.w_box01 .num{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -51px;
  width: 67px;
  padding-top: 5px;
  height: 102px;
  background-image: url(../img/process_kazari.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  color: var(--color-main);
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.w_box01 .num span{
  width: 100%;
  font-size: 15px;
  color: var(--color-main);
}
.process_list01 li .w_box01 .icon{
  width: 128px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.process_list01 li:nth-child(1) .w_box01 .icon img{
  max-width: 74px;
}
.process_list01 li:nth-child(2) .w_box01 .icon img{
  max-width: 94px;
}
.process_list01 li:nth-child(3) .w_box01 .icon img{
  max-width: 72px;
}
.process_list01 li:nth-child(4) .w_box01 .icon img{
  max-width: 96px;
}
.process_list01 li:nth-child(5) .w_box01 .icon{
  max-width: 128px;
}
.w_box01 .txt{
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*faq*/
#top06{
  padding: 60px 0 100px;
  background-image: url(../img/faq_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 210px;
}
#top06 .inner{
  max-width: 1200px;
  width: 90%;
}
#top06 .head03{
  margin-bottom: 60px;
}
.faq_list01{
  margin-bottom: 28px;
}
.faq_list01:last-of-type{
  margin-bottom: 0;
}
.faq_list01 dt{
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
  padding: 13px 50px 13px 20px;
  border-radius: 10px;
  transition: all .3s;
  position: relative;
  background-color: var(--color-main);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.faq_list01 dt.active{
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
}
.faq_list01 dt::before,
.faq_list01 dt::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#fff;
}
.faq_list01 dt::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.faq_list01 dt.active::after{transform:rotate(0deg);}

.faq_list01 dd{
  display: none;
  background-color: #fff;
  padding: 16px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-main);
  letter-spacing: 0.02em;
}
.faq_list01 dd span{
  font-weight: bold;
  color: var(--color-main);
}
#top06 .btn01.red{
  margin-top: 60px;
}
@media screen and (max-width: 1024px){
.faeture_box01{
  margin-bottom: 30px;
}
.faeture_box01 .box_l{
  padding-left: 5%;
}
.faeture_box01:nth-of-type(2n) .box_l{
  padding-left: 0;
}
.model_ttl_box{
  padding: 40px 0 50px;
}
.head04{
  font-size: 40px;
}
.model_ttl_box .head04::after,
.model_ttl_box .head04::before{
  width: 70px;
  height: 70px;
}
.model_ttl_box .head04::after{
  left: -90px;
}
.model_ttl_box .head04::before{
  right: -90px;
}
.process_list01 li:nth-child(1) .w_box01 .icon img{
  max-width: 50px;
}
.process_list01 li:nth-child(2) .w_box01 .icon img{
  max-width: 60px;
}
.process_list01 li:nth-child(3) .w_box01 .icon img{
  max-width: 50px;
}
.process_list01 li:nth-child(4) .w_box01 .icon img{
  max-width: 60px;
}
.process_list01 li:nth-child(5) .w_box01 .icon img{
  max-width: 70px;
}
.w_box01 .txt{
  font-size: 17px;
}
}
@media screen and (max-width: 768px) {
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
/*btn*/
.btn01.small{
  width: 123px;
  height: 32px;
  font-size: 14px;
}
.btn01.small span{
  width: 10px;
  height: 10px;
}
/*mv*/
#main_contents{
  margin-top: 62px;
}
.mv_box01{
  padding-top: 160%;
  background-image: url(../img/mv_sp.png);
}
.mv_copy01 span{
  padding: 6px;
  font-size: 26px;
}
.mv_copy01 span:first-of-type{
  margin-bottom: 8px;
}
.btn01.mv_btn{
  margin-top: 24px;
  width: 240px;
  height: 54px;
  font-size: 20px;
}
.about_slide01.sp_none{
  display: none;
}
.about_slide01.pc_none{
  display: block!important;
}
.about_slide01 li .slide_img{
  padding-top: 170%;
}
/*.about_slide01 li .slide_img img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}*/
.about_slide01::after{
  background-image: url(../img/about_slide_waku_sp.png);
}
#top01{
  padding: 125px 0 68px;
  background-color: var(--color-txt);
/*  background-position: top center;
  background-image: url(../img/about_slide_waku_sp.png);*/
}
#top01::after{
  content: '';
  position: absolute;
  left: -3px;
  top: 48px;
  width: calc(100% + 6px);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/about_kazari.png);
}
/*#top01::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about_bg_sp.png);
  background-size: 100%;
  background-repeat: no-repeat;
}*/
.about_box01{
  position: relative;
  left: auto;
  margin: 0 auto;
  max-width: 100%;
  top: auto;
  order: 1;
  z-index: 2;
  padding: 0 20px;
}

#top01 .inner_full{
}
.about_slide01{
}
.about_fukidashi01{
  width: 90%;
  margin: 0 auto 15px;
  max-width: 336px;
}
.about_ttl01{
  font-size: 28px;
  margin-bottom: 12px;
  text-align: center;
}
.about_ttl02{
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}
.txt01{
  font-size: 16px;
  text-align: center;
}
/*top02*/
#top02{
  padding: 90px 0 125px;
  background-image: url(../img/network_bg_sp.png);
}
#top02::after,
#top02::before{
  width: 268px;
}
#top02::before{
  right: -22%;
  top: -3px;
}
#top02::after{
  left: -21%;
}
.head02{
  font-size: 28px;
}
#top02 .head02{
  margin-bottom: 25px;
}
.network_box01{
  width: 90%;
}
.network_box02{
  margin: 0 auto;
}
.network_box03{
  margin-right: 15px;
}
#top03{
  padding: 40px 0 85px;
}
.feature_ttl01 span{
  width: 60px;
}
.feature_ttl01{
  margin-bottom: 40px;
}
.head03{
  font-size: 28px;
}
.faeture_box01{
  margin-bottom: 40px;
}
.faeture_box01 .box_l,
.faeture_box01 .box_r{
  width: 100%;
}
.faeture_box01 .box_l,
.faeture_box01:nth-of-type(2n) .box_l{
  padding: 0 20px;
  margin-bottom: 24px;
}
.faeture_box01:nth-of-type(2n) .box_l{
  order: 1;
}
.faeture_box01:nth-of-type(2n) .box_r{
  order: 2;
}
.feature_ttl02{
  text-align: left;
  margin-bottom: 15px;
}
.faeture_box01 .img img{
  max-width: 104%;
}
.feature_ttl_box .num{
  font-size: 40px;
  line-height: 100%;
}
.feature_ttl_box .num span{
  font-size: 12px;
}
.feature_ttl_box .ttl{
  font-size: 20px;
  margin-top: 5px;
}
.feature_ttl_box{
  margin-bottom: 24px;
}
.faeture_box01:nth-of-type(2n) .img img{
  margin-left: -5%;
}
.btn01.red{
  width: 240px;
  height: 54px;
  font-size: 20px;
}
.movie_box01{
  margin-top: 90px;
}
/*model*/
.model_ttl_box{
  background-image: none;
  max-width: 580px;
  z-index: 3;
  padding: 30px 0 10vw;
  margin: 0 auto 74px;
  position: relative;
}
.model_ttl_box .head04::after,
.model_ttl_box .head04::before{
  display: none;
}
#top04::after{
  background-image: url(../img/img_noren_sp.png);
  width: 100%;
  height: 300px;
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.head04{
  font-size: 28px;
}
.model_box01{
  padding: 32px 16px 24px;
}
.model_box02{
  padding: 46px 16px 20px;
}
.model_box02:last-of-type{
  margin-bottom: 32px;
}
.model_ttl02{
  font-size: 22px;
  margin-bottom: 24px;
  justify-content: center;
}
.model_ttl02::after,
.model_ttl02::before{
  display: none;
}
.txt03{
  font-size: 18px;
}
.model_box01 .txt03{
  margin-bottom: 34px;
}
.model_box01 .txt03 span{
  display: block;
}
.model_ttl03{
  padding: 16px 8px 8px;
  font-size: 18px;
}
.model_ttl03_box::after{
  border-width: 0px 12px 12px 0px;
  bottom: -12px;
}
.model_list01{
  border-top-width: 2px;
}
.model_list01 dt, .model_list01 dd{
  width: 100%;
  line-height: 160%;
}
.model_list01 dt{
  border-bottom: none;
  padding: 20px 20px 8px;
  font-size: 18px;
}
.model_list01 dd{
  padding: 0 20px 20px 20px;
  border-bottom-width: 2px;
  justify-content: flex-start;
  font-size: 16px;
}
.model_list01 dd .usd{
  font-size: 12px;
}
.model_ttl04{
  font-size: 12px;
  height: 33px;
  padding: 8px 25px 8px 10px;
}
.model_list02{
  padding-top: 33px;
}
.model_list02 dt, .model_list02 dd{
  font-size: 11px;
  padding: 12px 10px;
}
.model_list02 dd .usd{
  font-size: 10px;
}
.ind_list02 li{
  font-size: 10px;
}
.model_box04{
  border-top-width: 2px;
}
.model_box04 .model_list01 dt, 
.model_box04 .model_list01 dd{
  width: 50%;
  padding: 20px;
}
.model_box04 .model_list01 dd{
  justify-content: flex-end;
}
.model_box01{
  margin-bottom: 24px;
}
.model_box02:last-of-type{
  margin-bottom: 32px;
}
.model_txt01{
  margin-bottom: 63px;
}
.model_txt01, .model_txt01 span{
  font-size: 21px;
}
.model_txt01 span{
}
.model_txt01 .sizeS{
  margin-bottom: 16px;
  margin-right: 0;
  display: block;
}
.model_txt01 .sizeS::after{
  top: auto;
  transform: translateY(0) translateX(-50%) rotate(90deg);
  left: 50%;
  bottom: -15px;
}
.model_txt01 .sizeL{
  font-size: 24px;
  width: fit-content;
  border-bottom: 1px solid #fff;
}
.parsent{
  font-size: 14px;
  height: 26px;
  min-width: 56px;
}
.model_box01{
  background-size: cover;
}

.tab-list{
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.tab-list .tab-item{
  width: 100%;
}
.tab-list .tab-item:first-of-type{
  margin-right: 0;
  margin-bottom: 16px;
}
.model_txt02{
  font-size: 16px;
  margin-bottom: 63px;
}
.model_txt02 span{
  font-size: 24px;
  display: block;
  margin-left: 0;
  margin-top: 16px;
}
.model_txt02 span.red{
  display: inline-block;
  margin-top: 0;
}
.model_box02.last{
  margin-bottom: 32px;
}
.model_box05 .box_l,
.model_box05 .box_r{
  width: 100%;
}
.model_box05 .box_l{
  padding: 20px 16px;
}
.model_box05 .box_r{
  padding: 0;
  margin-top: 15px;
}
.model_box05 .ttl02{
  font-size: 12px;
}
.txt04{
  font-size: 12px;
}
#top05{
  padding: 60px 0;
}
.process_list01 li{
  width: 100%;
  margin-bottom: 50px;
}
.process_list01 li:last-child{
  margin-bottom: 0;
}
.w_box01{
  padding: 62px 0 28px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.w_box01 .num{
  width: 50px;
  height: 77px;
  font-size: 28px;
  top: -36px;
}
.w_box01 .num span{
  font-size: 11px;
}
.process_list01 li .w_box01 .icon{
  display: block;
  margin: 0 35px 0 0;
  text-align: right;
  width: auto;
  height: auto;
  width: 40%;
}
.w_box01 .txt{
  width: 60%;
  display: block;
  text-align: left;
}
.process_list01 li:nth-child(1) .w_box01 .icon img{
  max-width: 51px;
}
.process_list01 li:nth-child(2) .w_box01 .icon img{
  max-width: 66px;
}
.process_list01 li:nth-child(3) .w_box01 .icon img{
  max-width: 52px;
}
.process_list01 li:nth-child(4) .w_box01 .icon img{
  max-width: 62px;
}
.process_list01 li:nth-child(5) .w_box01 .icon img{
  max-width: 80px;
}
.w_box01 .txt{
  font-size: 18px;
}
.w_box01::after{
  right: auto;
  left: 50%;
  top: auto;
  transform: translateX(-50%) rotate(90deg);
  bottom: -50px;
}
.process_list01 li:nth-child(5) .w_box01 .icon{
  max-width: 100%;
}
#top06{
  padding: 60px 0;
  background-position: center bottom;
}
#top06 .head03{
  margin-bottom: 53px;
}
.faq_list01 dd{
  font-size: 14px;
}
.btn01.red span{
  width: 18px;
  right: 24px;
  height: 21px;
}
}
@media screen and (max-width: 599px) {
.model_ttl_box{
  padding: 30px 0 0;
}
}