@charset "UTF-8";

body{
  color: #1E1E1E;
}

.u-font-zenkakugothic{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font-outfit{
  font-family: "Outfit", sans-serif;
}

.u-align-content-center{
  align-content: center;
}
.u-align-item-center{
  align-items: center;
}
.u-display-small-only{
  display: inline-block;
}
.u-display-medium-only{
  display: none;
}
.u-display-large-only{
  display: none;
}
.u-display-small-medium-up{
  display: inline-block;
}
.u-display-medium-large-up{
  display: none;
}
.u-bg-black{
  background-color: #000;
}
.u-bg-brown-1000{
  background-color: #43200B;
}
.u-bg-cream-100{
  background-color: #FEF5E7; 
}
.u-bg-sky-100{
  background-color: #C7ECF7;
}
.u-bg-sky-500{
  background-color: #55C5E2;
}
.u-bg-white{
  background-color: #fff;
}
.u-justify-center{
  justify-content: center;
}
.u-img-max-width{
  height: auto;
  max-width: 100%;
}
.u-text-brown{
  color: #43200B;
}
.u-text-brown-900{
  color: #60451B;
}
.u-text-white{
  color: #fff;
}
.u-text-center{
  text-align: center;
}
.u-contents-medium{
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* Section Link > text */
.c-section__textlink-wrapper{
  margin: 3.5rem 0 0;
  text-align: center;
  width: 100%;
}
.c-section__textlink,
.c-section__textlink:visited{
  align-items: center;
  color: var(--color-brown-100);
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 120px;
}
.c-section__textlink:after,
.c-section__textlink:visited:after{
  background-color: var(--color-brown-100);
  bottom: -6px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-section__textlink-text{
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
}
.c-section__textlink-icon{
  background-color: var(--color-brown-100);
  border-radius: 50%;
  box-sizing: border-box;
  height: 29px;
  margin: 0 0 0 8px;
  width: 29px;
}
.c-section__textlink-icon--external{
  position: relative;
}
.c-section__textlink-icon--external:before{
  background-image: url(../images/common/icon/external_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 10px;
}
.c-section__textlink-icon--next{
  overflow: hidden;
  position: relative;
}
.c-section__textlink-icon--next:before,
.c-section__textlink-icon--next:after{
  background-image: url(../images/common/icon/arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 10px;
}
.c-section__textlink-icon--next:before{
  left: 50%;
}
.c-section__textlink-icon--next:after{
  left: calc(50% - 20px);
}

/* Section Link > button */
.c-section__buttonlink-wrapper{
  margin: 3rem 0 0;
  text-align: center;
  width: 100%;
}
.c-section__buttonlink,
.c-section__buttonlink:visited{
  align-items: center;
  background-color: var(--color-brown-100);
  border-radius: calc(50px / 2);
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 260px;
}
.c-section__buttonlink-text{
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
}
.c-section__buttonlink-icon{
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  height: 22px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
.c-section__buttonlink-icon--external{}
.c-section__buttonlink-icon--external:before{
  background-image: url(../images/common/icon/external_brown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 10px;
}
.c-section__buttonlink-icon--next{
  overflow: hidden;
}
.c-section__buttonlink-icon--next:before,
.c-section__buttonlink-icon--next:after{
  background-image: url(../images/common/icon/arrow_right_brown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 10px;
}
.c-section__buttonlink-icon--next:before{
  left: 50%;
}
.c-section__buttonlink-icon--next:after{
  left: calc(50% - 20px);
}

/* Circle Arrow */
.c-circle-arrow-link{}
.c-circle-arrow-next{}
.c-circle-arrow-next:before,
.c-circle-arrow-next:after{
  transition: all 0s;
}
.c-circle-arrow-link:hover .c-circle-arrow-next:before,
.c-circle-arrow-link:hover .c-circle-arrow-next:after{
  transition: all 0.3s;
}
.c-circle-arrow-next:before{}
.c-circle-arrow-link:hover .c-circle-arrow-next:before{
  left: 130%;
}
.c-circle-arrow-next:after{}
.c-circle-arrow-link:hover .c-circle-arrow-next:after{
  left: 50%;
}

/* Ticker */
.c-ticker {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.c-ticker__inner {
  display: flex;
  width: max-content;
  gap: 0 1rem;
}
.c-ticker__track {
  align-items: flex-start;
  animation: ticker-animation 50s linear infinite;
  display: flex;
  gap: 0 1rem;
}
.c-ticker__item {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0 1rem;
  text-align: center;
}
.c-ticker__item-text {
  color: #F3EEE6;
  display: inline-block;
  font-size: 6rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 3px;
  line-height: var(--line-height-line1);
  width: calc((100% - 1rem) - 30px);
}
.c-ticker__item-img {
  width: 60px;
}
.c-ticker__item-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@keyframes ticker-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* -------------------------- */
/* hero */
/* -------------------------- */
.hero{
  background-image: url("../images/about/hero_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 200px;
  margin: 0 0 3rem;
  position: relative;
  width: 100%;
}
.hero:after{
  background-image: url("../images/about/wave_medium_white.svg");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: inline-block;  
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hero-title{
  display: inline-flex;
  flex-wrap: wrap;
}
.hero-title__text{
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 600;
  height: 40px;
  line-height: 1;
  margin: 0;
  padding: 0 0 0.1em;
  order: 2;
  width: 100%;
}
.hero-title__subtext{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: 0 auto 0.5em;
  order: 1;
  position: relative;
}
.hero-title__subtext:before,
.hero-title__subtext:after{
  border-top: 3px #43200B dotted;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.hero-title__subtext:before{
  left: calc((20px + 2rem) * -1);
}
.hero-title__subtext:after{
  right: calc((20px + 2rem) * -1);
}

.c-section__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: .8rem;
  margin-block-end: 4rem;
  font-size: 6vw;
  font-weight: bold;
  color: #43200B;
  &::before{
    content: "";
    inline-size: 100px;
    block-size: 28px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

img{
  inline-size: 100%;
  block-size: 100%;
  vertical-align: bottom;
}

/* about */

.about{
  margin-block-end: 6.4rem;
  .c-section__title{
    &::before{
      background-image: url(../images/about/header-icon-pink.svg);
    }
  }
}

.about__intro{
  max-inline-size: 750px;
  margin-inline: auto;
  margin-block-end: 4.8rem;
  position: relative;
}

.about__intro-text{
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  span{
    inline-size: 100%;
    padding-block-end: .6rem;
    color: #43200B;
    background-image: url(../images/about/dashed-pink.svg);
    background-position: center bottom;
    background-repeat: space no-repeat;
    background-size: 4px;
  }
  strong{
    color: #FFA198;;
  }
}

.about__intro-deco05{
  inline-size: 61px;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: -50% 0;
}

.about__box{
  display: grid;
  row-gap: 4rem;
  align-items: center;
  &:not(:last-of-type){
    margin-block-end: 7rem;
  }
  &:nth-of-type(2){
    .about__box-fig{
      order: 0;
      inline-size: 100%;
      padding-block-end: 6.4rem;
    }
    .about__box-text{
      order: 1;
    }
  }
}

.about__box-fig{
  display: flex;
  align-items: end;
  column-gap: 2.8rem;
  justify-self: center;
  inline-size: 80%;
  position: relative;
  & .about__box-fig-item{
    overflow: clip;
    border-radius: 15px;
    &:nth-of-type(2){
      flex-shrink: 0;
      inline-size: 36%;
      margin-block-end: -6.4rem;
    }
  }
  img{
    block-size: auto;
  }
}

.about__box-text{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  .pcbr{
    display: none;
  }
}

.about__intro-deco01{
  display: none;
}

.about__intro-deco02{
  display: none;
}

.about__intro-deco03{
  display: none;
}

.about__intro-deco04{
  inline-size: 70px;
  position: absolute;
  top: 0;
  left: 0;
  translate: -65% -20%;
}

.about__intro-deco05{
  inline-size: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 45% 20%;
}

.about__intro-deco04{
  inline-size: 70px;
  position: absolute;
  top: 0;
  left: 0;
  translate: -65% -20%;
}

.about__intro-deco05{
  inline-size: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 45% 20%;
}

.about__intro-deco06{
  inline-size: 35%;
  max-inline-size: 182px;
  position: absolute;
  top: 0;
  right: 0;
  translate: 0% -30%;
}

.about__intro-deco07{
  display: flex;
  justify-content: center;
  inline-size: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 40%;
  img{
    inline-size: 50%;
    max-inline-size: 200px;
  }
}

.about__intro-deco08{
  max-inline-size: 50px;
  position: absolute;
  top: 0;
  right: 0;
  translate: 0 -50%;
}

/* worry */

.worry{
  position: relative;
  &::before{
    content: "";
    inline-size: 100%;
    block-size: 50%;
    background-color: #FEF5E7;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  &::after{
    content: "";
    inline-size: 100%;
    block-size: 50%;
    background-image: url(../images/about/worry-bg04.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-section__title{
    &::before{
      background-image: url(../images/about/header-icon-blue.svg);
    }
  }
}

.worry__inner{
  position: relative;
  z-index: 10;
}

.worry__main{
  padding-inline: 2rem;
  padding-block: 4.8rem;
  border-radius: 15px;
  background-color: #D1EEF8;
  background-image: url(../images/about/worry-bg01.png);
  background-size: 65px;
}

.worry__block{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  max-inline-size: 1000px;
  margin-inline: auto;
}

.worry__box{
  position: relative;
  .worry__box-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 50px;
    position: relative;
    box-sizing: border-box;
  }
  &:nth-of-type(2n+2){
    .worry__box-inner{
      background-color: #7ECBE2;
      background-image: url(../images/about/worry-bg03.jpg);
      .worry__box-title{
        color: #55C5E2;
        background-color: #fff;
      }
      .worry__box-text{
        color: #fff;
      }
    }
  }
  &:nth-of-type(2n+1){
    .worry__box-inner{
      background-color: #FEF5E7;
      background-image: url(../images/about/worry-bg02.jpg);
      .worry__box-title{
        color: #fff;
        background-color: #55C5E2;
      }
    }
  }
  &:nth-of-type(1){
    inline-size: 100%;
    .worry__box-inner{
      padding-inline: 2.8rem;
      padding-block: 4.8rem;
      clip-path: polygon(95px 0, calc(100% - 10px) 20px, 100% 150px, calc(100% - 20px) calc(100% - 40px), calc(100% - 100px) calc(100% - 15px), 60px calc(100% - 25px), 15px 100%, 25px calc(100% - 40px), 0px calc(100% - 75px) , 10px 35px);
    }
  }
  &:nth-of-type(2){
    inline-size: 100%;
    margin-block-end: 1rem;
    .worry__box-inner{
      padding-inline: 2.8rem;
      padding-block: 3.2rem 4rem;
      clip-path: polygon(35px 0, calc(100% - 120px) 0, calc(100% - 17px) 11px, 100% 100px, calc(100% - 20px) calc(100% - 30px), calc(100% - 11px) 100%, calc(100% - 45px) calc(100% - 25px), calc(100% - 70px) 100%, 50px calc(100% - 8px), 0 calc(100% - 40px) , 10px 20px);
      z-index: 10;
    }
  }
  &:nth-of-type(3){
    inline-size: 100%;
    margin-block-end: 1rem;
    .worry__box-inner{
      padding-inline: 2.8rem;
      padding-block: 2.8rem 4rem;
      clip-path: polygon(35px 0, calc(100% - 40px) 7px, 100% 30px, calc(100% - 10px) calc(100% - 50px), calc(100% - 40px) calc(100% - 10px), 110px 100%, 65px calc(100% - 25px), 25px 100%, 30px calc(100% - 32px), 5px calc(100% - 45px) ,0 35px);
      z-index: 30;
    }
  }
  &:nth-of-type(4){
    inline-size: 100%;
    .worry__box-inner{
      padding-inline: 2.8rem;
      padding-block: 3.2rem 4rem;
      clip-path: polygon(37px 0, calc(100% - 40px) 8px, 100% 27px, calc(100% - 5px) calc(100% - 60px), calc(100% - 25px) calc(100% - 32px), calc(100% - 13px) 100%, calc(100% - 60px) calc(100% - 24px), calc(100% - 80px) 100%, 52px calc(100% - 11px), 0 calc(100% - 30px), 0 52px);
      z-index: 20;
    }
  }
}

.worry__box-title{
  margin-block-end: 1.5rem;
  padding-inline: .4rem;
  padding-block: .2rem .4rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
}

.worry__box-text{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.worry__box-deco01{
  inline-size: 20px;
  position: absolute;
  top: 10%;
  left: 8%;
}

.worry__box-deco02{
  inline-size: 28px;
  position: absolute;
  top: -3%;
  right: 3%;
  z-index: 20;
}

.worry__box-deco03{
  inline-size: 17px;
  position: absolute;
  right: 3%;
  bottom: 10%;
  z-index: 40;
}

.worry__box-deco04{
  inline-size: 38px;
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 40;
}

.worry__box-deco05{
  inline-size: 23px;
  position: absolute;
  right: 0;
  bottom: 25%;
  translate: -40% 80%;
  z-index: 40;
}

/* health */

.health{
  overflow-x: clip;
  margin-block-end: 6.4rem;
  padding-block: 6.4rem 9.6rem;
  background-color: #FEF5E7;
  position: relative;
  z-index: 10;
  .c-section__title{
    margin-block-end: 4.6rem;
    &::before{
      background-image: url(../images/about/header-icon-orange.svg);
    }
  }
}

.health__inner{ 
}

.health__main{
  position: relative;
}

.health__main-inner{
  container-type: inline-size;
  padding-inline: 2rem;
  padding-block: 2rem 3.2rem;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.health__ring{
  display: flex;
  max-inline-size: 1000px;
  padding-inline: 1rem;
  margin-inline: auto;
  margin-block-end: 1.4rem;
  padding: 0;
  picture{
    display: flex;
  }
  img{
    block-size: auto;
  }
}

.health__head{
  display: grid;
  grid-template-columns: 1fr 23.5%;
  column-gap: 2.6rem;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
  grid-template-areas: 
  "title fig"
  "info info"
  "summary summary"; 
  align-items: center;
  max-inline-size: 500px;
  margin-inline: auto;
  margin-block-end: 2.5rem;
  padding-block-end: 2.7rem;
  position: relative;
  &::after{
    content: "";
    inline-size: 100cqi;
    block-size: 10px;
    background-image: url(../images/about/health_thumb05.svg);
    background-position: center bottom;
    background-size: 4px;
    background-repeat: space no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}

.health__head-title{
  grid-area: title;
}

.health__head-summary{
  grid-area: summary;
  font-size: 1.9rem;
  font-weight: bold;
  color: #43200B;
  line-height: 1.57;
}

.health__head-info{
  grid-area: info;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-self: center;
  column-gap: 1rem;
  margin-block-end: 1rem;
}

.health__head-pos{
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100px;
  block-size: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  border-radius: 15px;
  background-color: #FF6D4B;
}

.health__head-name{
  font-size: 1.5rem;
  font-weight: bold;
  color: #43200B;
}

.health__head-fig{
  overflow: clip;
  grid-area: fig;
  align-self: self-start;
  border-radius: 10px;
}

.health__box{
  max-inline-size: 950px;
  margin-inline: auto;
}

.health__box--mb{
  margin-block-end: 5.5rem;
}

.health__box--grid{
  display: grid;
  grid-template-areas: 
  "title"
  "fig"
  "summary"; 
  row-gap: 2.4rem;
  .health__box-title{
    grid-area: title;
  }
  .health__box-text{
    grid-area: summary;
  }
  .health__box-fig{
    grid-area: fig;
  }
}

.health__box-title{
  margin-block-end: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #FF6D4B;
  line-height: 1.4;
}

.health__box-text{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.health__box-fig{
  overflow: clip;
  border: 1px dashed #43200B;
  border-radius: 15px;
}

.health__bg01,
.health__bg02{
  overflow: clip;
  inline-size: 98%;
  block-size: 160px;
  border-radius: 15px;
  background-color: #EFE3D0;
  position: absolute;
  rotate: -5deg;
  z-index: 5;
}

.health__bg01{
  top: -.6rem;
  left: -1rem;
}

.health__bg02{
  left: 1.2rem;
  bottom: -.8rem;
}

/* reason */
.reason{
  margin-block-end: 6.4rem;
  .c-section__title{
    margin-block-end: 4.8rem;
    &::before{
      background-image: url(../images/about/header-icon-pink.svg);
    }
  }
}

.reason__inner{
}

.reason__block{
  --column-gap: 6.2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5.5rem 6.2rem;
}

.reason__box{
  display: grid;
  grid-template-columns: auto 70%;
  grid-template-rows: auto 1fr auto;
  gap: 3.2rem 2.8rem;
  grid-template-areas: 
  "num fig"
  "copy fig"
  "detail detail"; 
  &:nth-of-type(odd){
    & .reason__box-num{
      & span{
        color: #FFA198;
      }
    }
  }
  &:nth-of-type(even){
    & .reason__box-num{
      & span{
        color: #7ECBE2;
      }
    }
  }
}

.reason__box-num{
  grid-area: num;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: end;
  line-height: 1;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  color: #43200B;
  & span{
    font-size: 11vw;
    font-weight: 500;
  }
}

.reason__box-copy{
  grid-area: copy;
  align-self: self-end;
  position: relative;
}

.reason__box-copy-text{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  inline-size: calc(100% + 30%);
  
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 10;
  & span{
    inline-size: fit-content;
    padding-inline: .8rem;
    padding-block: .3rem .5rem;
    font-size: 5vw;
    font-weight: bold;
    color: #43200B;
    border-radius: 5px;
    background-color: #FEF5E7;
    background-image: url(../images/common/background/cloth_cream.jpg);
    white-space: nowrap;
  }
}

.reason__box-fig{
  overflow: clip;
  grid-area: fig;
  border: 1px solid #43200B;
  border-radius: 15px;
}

.reason__box-detail{
  grid-area: detail;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

/* warranty */

.warranty{
  margin-block-end: 6.4rem;
  padding-block: 6.4rem;
  background-color: #FEF5E7;
  border-radius: 40px;
  .c-section__title{
    margin-block-end: 3.2rem;
    &::before{
      background-image: url(../images/about/header-icon-blue.svg);
    }
  }
}

.warranty__inner{
}

.c-section__title.u-font-zenkakugothic{
}

.warranty__point{
  display: grid;
  row-gap: 1.6rem;
  margin-block-end: 4.8rem;
}

.warranty__point-item{
  display: flex;
  align-items: center;
  justify-content: center;
  block-size: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background-color: #55C5E2;
  background-image: url(../images/common/background/cloth_blue.jpg);
  background-size: cover;
}

.warranty__block{
  margin-block-end: 3.2rem;
  padding-inline: 2rem;
  padding-block: 3.2rem;
  border-radius: 15px;
  background-color: #fff;
}

.warranty__title{
  max-inline-size: 1080px;
  margin-inline: auto;
  margin-block-end: 2.8rem;
  padding-block-end: .6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #43200B;
  text-align: center;
  background-image: url(../images/about/dashed-brown.svg);
  background-position: center bottom;
  background-repeat: space no-repeat;
  background-size: 4px;
}

.warranty__flow{
  max-inline-size: 1080px;
  margin-inline: auto;
  margin-block-end: 3.2rem;
}

.warranty__flow-box{
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-areas: 
  "num title"
  "detail detail"; 
  gap: 1rem 1.6rem;
  position: relative;
  &:not(:last-of-type){
    .warranty__flow-detail{
      padding-block-end: 3.2rem;
    }
    &::before{
      content: "";
      inline-size: 2px;
      block-size: 100%;
      background-color: #55C5E2;
      position: absolute;
      top: 0;
      left: 20px;
    }
  }
}

.warranty__flow-num{
  grid-area: num;
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  aspect-ratio: 1;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: #55C5E2;
  background-image: url(../images/common/background/cloth_blue.jpg);
  background-size: cover;
  position: relative;
  z-index: 10;
}

.warranty__flow-title{
  grid-area: title;
  padding-block-start: .5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.warranty__flow-detail{
  grid-area: detail;
  padding-inline-start: 60px;
  font-size: 1.6rem;
}

.warranty__note{
  display: grid;
  row-gap: 1.6rem;
  max-inline-size: 1080px;
  margin-inline: auto;
}

.warranty__note-item{
  padding-inline-start: 1.6rem;
  text-indent: -1.6rem;
  font-size: 1.6rem;
}

.warranty__list{
  display: grid;
  row-gap: 1rem;
  max-inline-size: 1080px;
  margin-inline: auto;
  margin-block-end: 2rem;
}

.warranty__list-item{
  display: grid;
  grid-template-columns: 9px 1fr;
  column-gap: 1rem;
  font-size: 1.6rem;
  color: #43200B;
  &::before{
    content: "";
    inline-size: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #55C5E2;
    position: relative;
    top: .9rem;
  }
}

.warranty__guide{
}

.warranty__guide-title{
  margin-block-end: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #43200B;
  text-align: center;
}

.warranty__guide-block{
  display: grid;
  row-gap: 2rem;
}

.warranty__guide-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 2.8rem;
  padding-inline: 1rem;
  background-color: #fff;
  border-radius: 15px;
  .c-section__buttonlink-wrapper{
    max-inline-size: 310px;
    margin: 0;
    .c-section__buttonlink{
      width: 100%;
      max-width: 100%;
    }
  }
}

.warranty__guide-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 62px;
  aspect-ratio: 1;
  margin-block-end: 1.2rem;
  border-radius: 50%;
  background-color: #FDF4E7;
  background-image: url(../images/common/background/cloth_beige_small.jpg);
  background-size: cover;
  & img{
    inline-size: 21px;
  }
}

.warranty__guide-text{
  margin-block-end: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #43200B;
}

.warranty__guide-button{
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  max-inline-size: 310px;
  block-size: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  background-color: #43200B;
}

.warranty__guide-tel{
  font-size: 2.2rem;
  font-weight: 500;
  color: #43200B;
  line-height: 1.4;
}

.warranty__guide-note{
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 500;
  color: #43200B;
}

/* lineup */

.lineup{
  padding-block: 6.4rem;
  .c-section__title{
    margin-block-end: 3.2rem;
    &::before{
      background-image: url(../images/about/header-icon-orange.svg);
    }
  }
}

.lineup__inner{
}

.lineup__box{
  display: grid;
  row-gap: 2.4rem;
  &:not(:last-of-type){
    margin-block-end: 3.2rem;
    padding-block-end: 3.2rem;
  }
}

.lineup__main{
  order: 1;
  display: flex;
  flex-direction: column;
}

.lineup__name{
  order: 0;
  margin-block-end: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #43200B;
  & span{
    font-size: .67em;
  }
}

.lineup__data{
  order: 3;
  background-image: url(../images/about/dashed-brown.png);
  background-position: center top;
  background-repeat: space no-repeat;
  background-size: 4px;
}

.lineup__data-item{
  padding-inline: 2rem;
  background-image: url(../images/about/dashed-brown.png);
  background-position: center bottom;
  background-repeat: space no-repeat;
  background-size: 4px;
}

.lineup__data-head{
  inline-size: 100%;
  padding: 0;
  padding-block: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #43200B;
  text-align: left;
  border: 0;
  background: none;
  cursor: pointer;
  position: relative;
  &::before{
    content: "";
    inline-size: 15px;
    block-size: 3px;
    background-color: #43200B;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  &::after{
    content: "";
    inline-size: 3px;
    block-size: 15px;
    background-color: #43200B;
    position: absolute;
    top: 50%;
    right: .6rem;
    translate: 0 -50%;
    transition: .3s;
  }
  &.js-show{
    &::after{
      opacity: 0;
    }
  }
}

.lineup__data-dropdown{
  overflow: hidden;
  max-block-size: 0;
  transition: max-block-size 0.3s;
}

.lineup__data-body{
  padding-block-end: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.lineup__summary{
  order: 2;
  margin-block-end: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.lineup__color{
  order: 1;
  position: relative;
  margin-block-end: 2rem;
  padding-block-end: 4rem;
  & .splide__track{
    overflow: visible;
  }
  & .splide__slide{
    border: 0 !important;
    position: inherit;
    &.is-active{
      border: 0 !important;
      &::before{
        content: "選択カラー：" attr(data-color);
        inline-size: 100%;
        block-size: 1em;
        font-size: 1.6rem;
        font-weight: bold;
        color: #1E1E1E;
        position: absolute;
        left: 0;
        bottom: -2.5rem;
        pointer-events: none;
      }
    }
  }
}

.lineup__color-item{
  position: relative;
}

.is-active > .lineup__color-item::before{
  content: "";
  inline-size: 100%;
  aspect-ratio: 1;
  background-image: url(../images/about/lineup-checkicon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lineup__slider{
  order: 0;
  & .splide__slide{
    overflow: clip;
    border-radius: 15px;
  }
  & .splide__arrow{
    width: 13px;
    height: 24px;
    opacity: 1;
    background: none;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    & svg{
      display: none;
    }
  }
  & .splide__arrow--next{
    background-image: url(../images/about/arrow-r-brown.svg);
  }
  & .splide__arrow--prev{
    background-image: url(../images/about/arrow-l-brown.svg);
  }
}


/* function */
.function{
  padding: 0;
  margin-block-end: 8rem;
  & .c-section__title{
    &::before{
      background-image: url(../images/about/header-icon-pink.svg);
    }
  }
}

.function__inner{
}

.function__block{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 4.8rem  3.2rem;
  counter-reset: number 0;
}

.function__box{
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 1.6rem;
  position: relative;
  counter-increment: number 1; 
  &::before{
    content: counter(number, decimal-leading-zero) " ";
    display: flex;
    align-items: center;
    justify-content: center;
    inline-size: 32px;
    aspect-ratio: 1;
    font-family: "Outfit", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    background-color: #FFA198;
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
  }
}

.function__box-fig{
  overflow: clip;
  border-radius: 15px;
}

.function__box-title{
  font-size: 2rem;
  font-weight: bold;
  color: #43200B;
  text-align: center;
  line-height: 1.4;
}

.function__box-summary{
  font-size: 1.6rem;
  font-weight: 500;
}

/* contact */

.cta-contact{
  margin-block-end: 6.4rem;
  padding-inline: 2rem;
}

.cta-contact__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-inline-size: 1200px;
  margin-inline: auto;
  padding-inline: 2rem ;
  padding-block-end: 3.2rem;
  position: relative;
  &::before{
    content: "";
    inline-size: 200px;
    block-size: 35px;
    background-image: url(../images/about/contact-thumb02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 16px;
    translate: -50% 0;
  }
  &::after{
    content: "";
    inline-size: 100%;
    block-size: calc(100% - 35px - 16px);
    border-radius: 15px;
    background-image: url(../images/about/contact-thumb03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.cta-contact__fig{
  max-inline-size: 110px;
  margin-block-end: 2rem;
  position: relative;
  z-index: 1;
}

.cta-contact__title{
  margin-block-end: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #43200B;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-contact__nav{
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  inline-size: 100%;
  max-inline-size: 950px;
  position: relative;
  z-index: 1;
}

/* ec-banner */

.ec-banner{
  margin-block-end: 3.2rem;
  padding-inline: 2rem;
}

.ec-banner__link{
  overflow: clip;
  display: flex;
  max-inline-size: 1000px;
  margin-inline: auto;
  border-radius: 15px;
  transition: .3s;
}

.showroom-banner{
  margin-block-end: 6.4rem;
  padding-inline: 2rem;
}

.showroom-banner__link{
  overflow: clip;
  display: flex;
  max-inline-size: 1000px;
  margin-inline: auto;
  border-radius: 15px;
  transition: .3s;
}





/* ================================================================================================================================================================================== */
/* tablet */
/* ================================================================================================================================================================================== */
@media only screen and (min-width:768px) {
.u-display-small-only{
  display: none;
}
.u-display-medium-only{
  display: inline-block;
}
.u-display-large-only{
  display: none;
}
.u-display-small-medium-up{
  display: inline-block;
}
.u-display-medium-large-up{
  display: inline-block;
}
.u-contents-medium{}

  /* Ticker */
  .c-ticker {}
  .c-ticker__inner {
    gap: 0 1.5rem;
  }
  .c-ticker__track {
    animation: ticker-animation 50s linear infinite;
    gap: 0 1.5rem;
  }
  .c-ticker__item {
    gap: 0 1.5rem;
  }
  .c-ticker__item-text {
    font-size: 7rem;
    letter-spacing: 4px;
    width: calc((100% - 1.5rem) - 50px);
  }
  .c-ticker__item-img {
    width: 50px;
  }
  .c-ticker__item-img img {}

/* -------------------------- */
/* hero */
/* -------------------------- */
.hero{
  height: 300px;
  margin: 0 0 6rem;
  }
.hero:after{
  height: 40px;
  }
.hero-title{}
.hero-title__text{
  border-radius: 15px;
  font-size: 3rem;
  height: 70px;
  }
.hero-title__subtext{
  font-size: 1.8rem;
  margin: 0 auto 1em;
  }
.hero-title__subtext:before,
.hero-title__subtext:after{}
.hero-title__subtext:before{}
.hero-title__subtext:after{}

.c-section__title{
  row-gap: .8rem;
  margin-block-end: 3.2rem;
  font-size: 3.2rem;
  &::before{
    inline-size: 110px;
    block-size: 30px;
  }
}


/* about */
.about{
  margin-block-end: 8rem;
}

.about__intro{
  margin-block-end: 6.4rem;
}

.about__intro-text{
  align-items: center;
  justify-content: center;
  margin-block-end: 6.4rem;
  font-size: 2.8rem;
  span{
    inline-size: auto;
  }
}

.about__box{
  grid-template-columns: 38% 1fr;
  column-gap: 7rem;
  &:not(:last-of-type){
    margin-block-end: 7rem;
  }
  &:nth-of-type(2){
    grid-template-columns: 1fr 40%;
    align-items: start;
    .about__box-fig{
      order: 1;
    }
    .about__box-text{
      order: 0;
    }
  }
}

.about__box-text{
  .pcbr{
    display: revert;
  }
}

.about__box-fig{
  display: flex;
  align-items: end;
  column-gap: 3.7rem;
  inline-size: 100%;
  position: relative;
  & .about__box-fig-item{
    &:nth-of-type(2){
      margin-bottom: 0;
      translate: 0 50%;
    }
  }
}

.about__intro-deco01{
  inline-size: 115px;
  position: absolute;
  right: 0;
  top: -4rem;
  translate: 0% 0;
}

.about__intro-deco02{
  inline-size: 135px;
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 25% 50%;
}

.about__intro-deco03{
  inline-size: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -50% 0;
}

.about__intro-deco04{
  display: none;
}

.about__intro-deco05{
  inline-size: 61px;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 65% 10%;
}

.about__intro-deco06{
  inline-size: 40%;
  translate: 0% -70%;
}

.about__intro-deco07{
  display: none;
}

.about__intro-deco08{
  max-inline-size: 45px;
  translate: 150% -60%;
}

/* worry */

.worry__main{
  padding-inline: 3.2rem;
  padding-block: 8rem;
  background-size: 65px;
}

.worry__block{
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}

.worry__box{
  &:nth-of-type(1){
    inline-size: 60%;
    margin-block: 6rem 2.4rem;
    margin-inline-end: -3rem;
    .worry__box-inner{  
      padding-inline: 4rem 6rem;
      padding-block: 3rem 6.2rem;
      clip-path: polygon(80px 0, calc(100% - 68px) 0, 100% 53px, calc(100% - 40px) calc(100% - 56px), calc(100% - 96px) calc(100% - 26px), 92px calc(100% - 26px), 36px 100%, 57px calc(100% - 36px), 15px calc(100% - 56px) , 0 65px);
     }
  }
  &:nth-of-type(2){
    inline-size: 40%;
    margin-block-end: 0;
    .worry__box-inner{
      padding-inline: 3rem;
      padding-block: 3rem 4.8rem;
      clip-path: polygon(60px 0, calc(100% - 40px) 0, 100% 32px, calc(100% - 13px) calc(100% - 51px), calc(100% - 36px) calc(100% - 48px), calc(100% - 23px) 100%, calc(100% - 66px) calc(100% - 40px), 47px calc(100% - 13px), 11px calc(100% - 60px) , 0 43px);
      z-index: 10;
    }
  }
  &:nth-of-type(3){
    inline-size: 43%;
    margin-inline-end: -5%;
    margin-block-end: 0;
    .worry__box-inner{  
      padding-inline: 3.2rem;
      padding-block: 2.8rem 6rem;
      clip-path: polygon(50px 0, calc(100% - 60px) 0, 100% 57px, calc(100% - 12px) calc(100% - 52px), calc(100% - 55px) calc(100% - 30px), 163px calc(100% - 14px), 100px calc(100% - 33px), 42px 100%, 57px calc(100% - 36px), 56px calc(100% - 42px) ,14px calc(100% - 65px) ,0 45px);
    }
  }
  &:nth-of-type(4){
    inline-size: 62%;
    margin-block-start: -7rem;
    .worry__box-inner{  
      padding-inline: 6rem 3.2rem;
      padding-block: 3rem 6rem;
      clip-path: polygon(70px 0, calc(100% - 83px) 0, 100% 64px, calc(100% - 16px) calc(100% - 57px), calc(100% - 56px) calc(100% - 35px), calc(100% - 37px) 100%, calc(100% - 95px) calc(100% - 29px), 94px calc(100% - 29px), 41px calc(100% - 59px) , 0 53px);
    }
  }
}

.worry__box-title{
  margin-block-end: 1.2rem;
  font-size: 2rem;
}

.worry__box-deco01{
  inline-size: 30px;
  top: -10%;
  left: 20%;
}

.worry__box-deco02{
  inline-size: 38px;
  top: -10%;
  right: -2%;
}

.worry__box-deco03{
  inline-size: 23px;
  inset: auto;
  top: -3%;
  left: 4%;
}

.worry__box-deco04{
  inline-size: 50px;
  inset: auto;
  top: 0;
  right: 0;
  translate: 10% -50%;
}

.worry__box-deco05{
  inline-size: 32px;
  inset: auto;
  top: 0;
  left: 72%;
  translate: 135% 80%;
}

/* health */
.health{
  margin-block-end: 8rem;
  padding-block: 8rem 12rem;
}

.health__main-inner{
  padding-inline: 3.2rem;
  padding-block: 3rem 8rem;
}

.health__ring{
  padding-inline: 1rem;
  margin-block-end: 4rem;
}

.health__head{
  grid-template-columns: 28% 1fr 85px;
  row-gap: 0;
  column-gap: 3.2rem;
  grid-template-areas: 
  "title summary fig"
  "title info fig"; 
  max-inline-size: 950px;
  margin-block-end: 3.6rem;
  padding-block-end: 3.6rem;
}

.health__head-summary{
  grid-area: summary;
  margin-block-end: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.health__head-info{
  justify-self: start;
  margin-block-end: 0;
}

.health__head-pos{
  inline-size: 118px;
  font-size: 1.4rem;
}

.health__head-name{
  font-size: 1.6rem;
}

.health__box{}

.health__box--mb{
  margin-block-end: 5.5rem;
}

.health__box--grid{
  grid-template-columns: 1fr 30%;
  align-items: start;
  grid-template-areas: 
  "title title"
  "summary fig"; 
  row-gap: 0;
  column-gap: 5rem;
}

.health__bg01{
  block-size: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -5deg;
}

.health__bg02{
  display: none;
}


/* reason */
.reason{
  margin-block-end: 8rem;
  .c-section__title{
    margin-block-end: 6.4rem;
  }
}

.reason__block{
  --column-gap: 6.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  gap: 5.5rem 6.2rem;
}

.reason__box{
  inline-size: calc((100% - var(--column-gap)) / 2);
  &:nth-of-type(even){
    margin-block-start: 4.8rem;
    & .reason__box-num{
      & span{
        color: #7ECBE2;
      }
    }
  }
}

.reason__box-num{
  font-size: 1.4rem;
  & span{
    font-size: 6rem;
  }
}

.reason__box-copy-text{
  bottom: 2rem;
  & span{
    font-size: 2.6rem;
  }
}

/* warranty */

.warranty{
  margin-block-end: 10rem;
  padding-block: 8rem;
  border-radius: 60px;
  .c-section__title{
    margin-block-end: 6.4rem;
  }
}

.warranty__point{
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  margin-block-end: 6rem;
}

.warranty__point-item{
  block-size: 50px;
  font-size: 1.6rem;
}

.warranty__block{
  margin-block-end: 4rem;
  padding-inline: 3.2rem;
  padding-block: 4rem;
}

.warranty__title{
  font-size: 2rem;
  padding-block-end: 1.2rem;
}

.warranty__flow{
  margin-block-end: 5rem;
}

.warranty__flow-box{
  grid-template-columns: 44px 1fr;
  &:not(:last-of-type){
    &::before{
      inline-size: 1px;
      left: 21px;
    }
  }
}

.warranty__flow-title{
  font-size: 2rem;
  color: #43200B;
}

.warranty__list-item{
  font-size: 1.8rem;
  &::before{
    top: 1.1rem;
  }
}

.warranty__guide-title{
  font-size: 2rem;
}

.warranty__guide-box{
  padding-block: 3.2rem;
}

.warranty__guide-text{
  margin-block-end: 2rem;
  font-size: 1.8rem;
}

.warranty__guide-tel{
  font-size: 2.6rem;
}

.warranty__guide-note{
  font-size: 1.4rem;
}

/* lineup */
.lineup{
  padding-block: 8rem;
  .c-section__title{
    margin-block-end: 6.4rem;
  }
}

.lineup__box{
  grid-template-columns: 1fr 47%;
  row-gap: 0;
  column-gap: 3.2rem;
  &:not(:last-of-type){
    margin-block-end: 6.4rem;
    padding-block-end: 6.4rem;
    border-bottom: 1px dashed #43200B;
  }
}

.lineup__main{
  order: 0;
}

.lineup__name{
  order: 0;
  margin-block-end: 3rem;
  font-size: 2.6rem;
}

.lineup__data{  
  order: 1;
  display: grid;
  margin-block-end: 3rem;
  row-gap: 1.4rem;
  background: none;
}

.lineup__data-item{
  display: grid;
  grid-template-columns: 93px 1fr;
  column-gap: .8rem;
  padding: 0;
  background: none;
}

.lineup__data-head{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  block-size: 29px;
  padding: 0;
  border: 0;
  border-radius: 15px;
  background-image: url(../images/common/background/cloth_cream.jpg);
  background-size: cover;
  pointer-events: none;
  &::before{
    display: none;
  }
  &::after{
    display: none;
  }
}

.lineup__data-dropdown{
  overflow: visible;
  max-block-size: 100%;
  transition: max-block-size 0.3s;
}

.lineup__data-body{
  padding-block: .2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.lineup__summary{
  order: 2;
}

.lineup__color{
  order: 3;
  margin-block-end: 0;
}

.lineup__slider{
  order: 1;
}

/* function */
.function{
  margin-block-end: 12rem;
}

.function__block{
  gap: 5rem 6rem;
}

.function__box{
  &::before{
    inline-size: 42px;
    font-size: 1.8rem;
    top: 1.8rem;
    left: 1.8rem;
  }
}

.function__box-title{
  font-size: 2.2rem;
}

/* contact */

.cta-contact{
  margin-block-end: 8rem;
}

.cta-contact__inner{
  padding-block-end: 4.8rem;
   &::before{
    inline-size: 425px;
    block-size: 80px;
  }
  &::after{
    block-size: calc(100% - 80px - 16px);
  }
}

.cta-contact__fig{
  max-inline-size: 130px;
}

.cta-contact__title{
  font-size: 2.4rem;
}

.cta-contact__nav{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
}

.ec-banner{
  margin-block-end: 4.8rem;
}

.showroom-banner{
  margin-block-end: 12rem;
}


}




/* ================================================================================================================================================================================== */
/* PC */
/* ================================================================================================================================================================================== */

@media only screen and (min-width: 1024px) {
.u-display-small-only{
  display: none;
}
.u-display-medium-only{
  display: none;
}
.u-display-large-only{
  display: inline-block;
}
.u-display-small-medium-up{
  display: none;
}
.u-display-medium-large-up{
  display: inline-block
}
.u-contents-medium{}

  /* Section Link > text */
  .c-section__textlink-wrapper{
    text-align: left;
  }
  .c-section__textlink,
  .c-section__textlink:visited{}
  .c-section__textlink-text{}
  .c-section__textlink-icon{}
  .c-section__textlink-icon--external{}
  .c-section__textlink-icon--external:before{}
  .c-section__textlink-icon--next{}
  .c-section__textlink-icon--next:before,
  .c-section__textlink-icon--next:after{
    transition: all 0s;
  }
  .c-section__textlink:hover .c-section__textlink-icon--next:before,
  .c-section__textlink:hover .c-section__textlink-icon--next:after{
    transition: all 0.3s;
  }
  .c-section__textlink:hover .c-section__textlink-icon--next:before{
    left: 130%;
  }
  .c-section__textlink:hover .c-section__textlink-icon--next:after{
    left: 50%;
  }

  /* Section Link > button */
  .c-section__buttonlink-wrapper{}
  .c-section__buttonlink,
  .c-section__buttonlink:visited{
    border-radius: calc(60px / 2);
    height: 60px;
  }
  .c-section__buttonlink:hover{
    opacity: 1;
  }

  .c-section__buttonlink-text{}
  .c-section__buttonlink-icon{
    height: 29px;
    width: 29px;
  }
  .c-section__buttonlink-icon--external{}
  .c-section__buttonlink-icon--external:before{}
  .c-section__buttonlink-icon--next{}
  .c-section__buttonlink-icon--next:before,
  .c-section__buttonlink-icon--next:after{
    transition: all 0s;
  }
  .c-section__buttonlink-icon--next:before{}
  .c-section__buttonlink-icon--next:after{}
  .c-section__buttonlink:hover .c-section__buttonlink-icon--next:before,
  .c-section__buttonlink:hover .c-section__buttonlink-icon--next:after{
    transition: all 0.3s;
  }
  .c-section__buttonlink:hover .c-section__buttonlink-icon--next:before{
    left: 120%;
  }
  .c-section__buttonlink:hover .c-section__buttonlink-icon--next:after{
    left: 50%;
  }

   /* Ticker */
  .c-ticker {}
  .c-ticker__inner {
    gap: 0 2.8rem;
  }
  .c-ticker__track {
    animation: ticker-animation 50s linear infinite;
    gap: 0 2.8rem;
  }
  .c-ticker__item {
    gap: 0 2.8rem;
  }
  .c-ticker__item-text {
    font-size: 13rem;
    letter-spacing: 6.5px;
    width: calc((100% - 2.8rem) - 87px);
  }
  .c-ticker__item-img {
    width: 87px;
  }
  .c-ticker__item-img img {} 


/* -------------------------- */
/* hero */
/* -------------------------- */
.hero{
  height: 600px;
  margin: 0 0 8rem;
  }
.hero:after{
  height: 61px;
  }
.hero-title{
  width: 630px;
  }
.hero-title__text{
  font-size: 5rem;
  height: 100px;
  }
.hero-title__subtext{
  font-size: 2rem;
  letter-spacing: 1px;
  }
.hero-title__subtext:before,
.hero-title__subtext:after{}
.hero-title__subtext:before{}
.hero-title__subtext:after{}

.c-section__title{
  row-gap: .8rem;
  margin-block-end: 5rem;
  font-size: 4rem;
  &::before{
    inline-size: 126px;
    block-size: 35px;
  }
}

/* about */
.about{
  margin-block-end: 12rem;
}

.about__intro{
  margin-block-end: 8rem;
}

.about__intro-text{
  margin-block-end: 8rem;
  font-size: 3.2rem;
}

.about__intro-deco01{
  display: block;
  inline-size: 165px;
  top: -4rem;
  translate: 75% 0;
}

.about__intro-deco02{
  display: block;
  inline-size: 195px;
  translate: 65% 70%;
}

.about__intro-deco03{
  display: block;
  inline-size: 108px;
  translate: -120% 0;
}


.about__box-text{
  font-size: 1.8rem;
  line-height: 2.2;
}

.about__intro-deco06{
  inline-size: 40%;
  translate: 0% -100%;
}

.about__intro-deco08{
  max-inline-size: 63px;
}

/* worry */

.worry__box{
  &:nth-of-type(1){
    inline-size: 65%;
    margin-block: 6rem 2.4rem;
    margin-inline-end: -9rem;
    .worry__box-inner{  
      padding-inline: 8rem;
      padding-block: 4rem 7.2rem;
    }
  }
  &:nth-of-type(2){
    inline-size: 37%;
    .worry__box-inner{  
      padding-inline: 4rem 3rem;
      padding-block: 3.5rem 5rem;
    }
  }
  &:nth-of-type(3){
    inline-size: 43%;
    margin-inline-end: -8%;
    .worry__box-inner{  
      padding-inline: 4.8rem;
      padding-block: 2.8rem 6rem;
    }
  }
  &:nth-of-type(4){
    inline-size: 65%;
    margin-block-start: -7rem;
    .worry__box-inner{  
      padding-inline: 10rem 8rem;
      padding-block: 4rem 6rem;
    }
  }
}

.worry__box-title{
  margin-block-end: 1.5rem;
  font-size: 2.4rem;
}

.worry__box-deco04{
  translate: 0 -100%;
}

.worry__box-deco05{
  translate: 120% 110%;
}

/* health */
.health{
  margin-block-end: 12rem;
  padding-block: 12rem 19rem;
}

.health__head{
  grid-template-columns: 32% 1fr 85px;
  column-gap: 3.6rem;
}

.health__head-summary{
  margin-block-end: 0;
  font-size: 2.4rem;
}

/* reason */
.reason{
  margin-block-end: 12rem;
  .c-section__title{
    margin-block-end: 8rem;
  }
}

.reason__box{
  &:nth-of-type(even){
    margin-block-start: 9rem;
  }
}

.reason__box-num{
  font-size: 1.4rem;
  & span{
    font-size: 5rem;
  }
}

.reason__box-copy-text{
  bottom: 4rem;
  & span{
    font-size: 3rem;
  }
}

/* warranty */

.warranty{
  margin-block-end: 15rem;
  padding-block: 12rem;
  border-radius: 100px;
  .c-section__title{
    margin-block-end: 8rem;
  }
}

.warranty__point-item{
  block-size: 70px;
  font-size: 2rem;
}

.warranty__block{
  margin-block-end: 5rem;
  padding-block: 4rem 8rem;
}

.warranty__title{
  font-size: 2.4rem;
}

.warranty__guide-title{
  font-size: 2.4rem;
}

.warranty__guide-block{
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
}

.warranty__guide-box{
  padding-block: 3.5rem;
}

.warranty__guide-text{
  margin-block-end: 3rem;
  font-size: 2.2rem;
}

.warranty__guide-tel{
  font-size: 3rem;
}

.warranty__guide-note{
  font-size: 1.6rem;
}


/* lineup */
.lineup{
  padding-block: 12rem;
  .c-section__title{
    margin-block-end: 8rem;
  }
}

.lineup__box{
  column-gap: 7rem;
  &:not(:last-of-type){
    margin-block-end: 8rem;
    padding-block-end: 8rem;
  }
}

.lineup__name{
  font-size: 3rem;
}

/* function */
.function{
  margin-block-end: 15rem;
}

/* contact */

.cta-contact{
  margin-block-end: 12rem;
}

.cta-contact__inner{
  padding-block-end: 6.4rem;
   &::before{
    inline-size: 550px;
    block-size: 100px;
  }
  &::after{
    block-size: calc(100% - 100px - 16px);
  }
}

.cta-contact__fig{
  max-inline-size: 156px;
  margin-block-end: 3rem;
}

.cta-contact__title{
  margin-block-end: 4rem;
  font-size: 2.6rem;
}

.cta-contact__nav{
  column-gap: 5rem;
}

}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width: 1280px) {

/* -------------------------- */
/* content */
/* -------------------------- */

/* reason */
.reason__box-num{
  font-size: 2rem;
  & span{
    font-size: 7rem;
  }
}

/* warranty */

.warranty__point-item{
  font-size: 2.2rem;
}

}