@import url("global.css");
#contents {
  padding-top: 0;
}

#introduction {
  background-color: #F4F1EA;
  padding-bottom: 150px;
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#introduction .top {
  padding-block: 276px 60px;
  position: relative;
  z-index: 2;
}
#introduction .top .topcatch {
  margin-left: -30px;
}
#introduction .top .mv {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55.2vw;
}
#introduction .top .mv figure {
  width: 100%;
  height: 100%;
}
#introduction .top .mv figure img {
  overflow: hidden;
  -webkit-border-bottom-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
#introduction .main {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
#introduction .main .title {
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 160px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
  line-height: 1.4;
}
#introduction .main .title span {
  display: block;
}
#introduction .main .title span.ja {
  letter-spacing: 0;
  margin-left: 20px;
  font-weight: 700;
  font-size: clamp(32px, 5.2vw, 60px);
}
#introduction .main .title span.en {
  font-weight: 600;
  font-size: clamp(16px, 2.4vw, 22px);
}
#introduction .main .title span.en::before, #introduction .main .title span.en::after {
  display: inline;
}
#introduction .main .title span.en::before {
  content: "(";
  margin-right: .3em;
}
#introduction .main .title span.en::after {
  content: ")";
  margin-left: .3em;
}
#introduction .main .text {
  width: 100%;
  border-top: #BBB solid 1px;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}
#introduction .main .text .h {
  line-height: 1.4;
  font-size: clamp(20px, 3vw, 38px);
  margin-bottom: 40px;
}
#introduction .main .text .h b, #introduction .main .text .h em {
  color: #FFF;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  padding-inline: 5px;
  margin-right: 5px;
}
#introduction .main .text .h b {
  background-image: linear-gradient(#262626, #262626);
}
#introduction .main .text .h em {
  background-image: linear-gradient(#D5501E, #D5501E);
}
#introduction .main .text p:not([class]) {
  font-size: clamp(15px, 2vw, 21px);
}
#introduction .main .text p:not([class]) + p {
  margin-top: 1.2em;
}
#introduction .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 200%;
  bottom: -8px;
  display: flex;
}
#introduction .bg .box {
  display: flex;
  animation: loop_anime 60s linear infinite;
}
#introduction .bg .box span {
  display: block;
  margin: 0 2.5vw;
  height: 200px;
}
#introduction .bg .box span img {
  max-width: none;
  width: auto;
  height: 100%;
  filter: brightness(0) invert(1);
}

@keyframes loop_anime {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
#sec_strength {
  margin-top: 200px;
  counter-reset: listnum 0;
}
#sec_strength .sec_title {
  margin-bottom: 110px;
}
#sec_strength .sec_title span {
  display: block;
}
#sec_strength .sec_title span.en {
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: clamp(36px, 10vw, 160px);
}
#sec_strength .sec_title span.ja {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 32px);
}
#sec_strength .sec_title span.ja::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #D5501E;
}
#sec_strength ol.list li {
  display: flex;
  justify-content: space-between;
  counter-increment: listnum 1;
}
#sec_strength ol.list li + li {
  margin-top: 150px;
}
#sec_strength ol.list li:nth-child(even) {
  flex-direction: row-reverse;
}
#sec_strength ol.list li:nth-child(even) .img {
  width: 56.25vw;
}
#sec_strength ol.list li:nth-child(even) .img figure img {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#sec_strength ol.list li:nth-child(even) .main {
  padding-inline: calc( ( 100vw - 1420px ) / 2 ) 6.25vw;
}
#sec_strength ol.list li .img {
  flex-shrink: 0;
  width: 52.8vw;
}
#sec_strength ol.list li .img figure {
  width: 100%;
  height: 100%;
}
#sec_strength ol.list li .img figure img {
  overflow: hidden;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#sec_strength ol.list li .main {
  width: 100%;
  padding-block: 30px;
  padding-inline: 6.25vw calc( ( 100vw - 1420px ) / 2 );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sec_strength ol.list li .main .item_title {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
#sec_strength ol.list li .main .item_title::before {
  content: "0" counter(listnum);
  position: absolute;
  z-index: -1;
  left: -40px;
  top: 0;
  line-height: 1;
  color: #EEEAE0;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-weight: 600;
  font-size: clamp(80px, 13.6vw, 170px);
}
#sec_strength ol.list li .main .item_title span {
  display: block;
  line-height: 1.4;
}
#sec_strength ol.list li .main .item_title span.en {
  font-weight: 600;
  font-size: 1.06em;
}
#sec_strength ol.list li .main .item_title span.en::before, #sec_strength ol.list li .main .item_title span.en::after {
  display: inline;
}
#sec_strength ol.list li .main .item_title span.en::before {
  content: "(";
  margin-right: .3em;
}
#sec_strength ol.list li .main .item_title span.en::after {
  content: ")";
  margin-left: .3em;
}
#sec_strength ol.list li .main .item_title span.ja {
  font-weight: 700;
  font-size: clamp(24px, 3.8vw, 50px);
}
#sec_strength ol.list li .main .price {
  margin-top: 40px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 28px);
}
#sec_strength ol.list li .main .price > span {
  display: block;
  width: fit-content;
  padding-inline: 10px;
  background-color: #EFEFEF;
  font-size: clamp(14px, 2vw, 17px);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#sec_strength ol.list li .main .text {
  margin-top: 25px;
  text-align: justify;
}
#sec_strength ol.list li .main .text > p {
  font-size: 1.06em;
}
#sec_strength ol.list li .main .text > p + p {
  margin-top: 1em;
}
#sec_strength ol.list li .main .moreview {
  margin-top: 35px;
}
#sec_strength ol.list li .main .moreview a.more {
  margin-left: auto;
  box-shadow: 0 2px 3px rgba(38, 38, 38, 0.2);
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  #introduction .top {
    padding-block: 260px 50px;
  }
  #introduction .top .topcatch {
    margin-left: -20px;
  }
  #introduction .top .mv {
    width: 56vw;
  }

  #sec_strength ol.list li:nth-child(even) .main {
    padding-inline: 50px 6vw;
  }
  #sec_strength ol.list li .main {
    padding-inline: 6vw 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #introduction {
    padding-bottom: 100px;
    margin-bottom: 120px;
  }
  #introduction .top {
    padding-block: 240px 50px;
  }
  #introduction .top .topcatch {
    margin-left: 0;
  }
  #introduction .top .mv {
    width: 70vw;
  }
  #introduction .top .mv figure img {
    -webkit-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  #introduction .main {
    margin-top: 65px;
  }
  #introduction .main .title {
    padding-right: 7vw;
  }
  #introduction .main .title span {
    display: block;
  }
  #introduction .main .title span.ja {
    margin-left: 10px;
  }
  #introduction .main .text {
    padding-top: 35px;
  }
  #introduction .main .text .h {
    margin-bottom: 35px;
  }
  #introduction .main .text p:not([class]) br {
    display: none;
  }
  #introduction .bg .box span {
    margin: 0 2vw;
    height: 160px;
  }

  #sec_strength {
    margin-top: 120px;
  }
  #sec_strength .sec_title {
    margin-bottom: 65px;
  }
  #sec_strength .sec_title span.ja::before {
    width: 10px;
    height: 10px;
  }
  #sec_strength ol.list li + li {
    margin-top: 100px;
  }
  #sec_strength ol.list li:nth-child(even) .img {
    width: 52vw;
  }
  #sec_strength ol.list li:nth-child(even) .img figure img {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  #sec_strength ol.list li:nth-child(even) .main {
    padding-inline: 5vw;
  }
  #sec_strength ol.list li .img {
    width: 52vw;
  }
  #sec_strength ol.list li .img figure img {
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  #sec_strength ol.list li .main {
    padding-block: 20px;
    padding-inline: 5vw;
  }
  #sec_strength ol.list li .main .item_title {
    padding-top: 45px;
  }
  #sec_strength ol.list li .main .item_title::before {
    left: -30px;
  }
  #sec_strength ol.list li .main .price {
    margin-top: 30px;
    column-gap: 8px;
  }
  #sec_strength ol.list li .main .text {
    margin-top: 20px;
  }
  #sec_strength ol.list li .main .text > p br {
    display: none;
  }
  #sec_strength ol.list li .main .moreview {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  #sec_strength ol.list li {
    display: block;
  }
  #sec_strength ol.list li:nth-child(even) .img {
    width: 100%;
  }
  #sec_strength ol.list li:nth-child(even) .img figure img {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #sec_strength ol.list li:nth-child(even) .main {
    padding: 25px 5vw 0;
  }
  #sec_strength ol.list li .img {
    width: 100%;
  }
  #sec_strength ol.list li .img figure {
    height: auto;
  }
  #sec_strength ol.list li .img figure img {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #sec_strength ol.list li .main {
    padding: 25px 5vw 0;
  }
  #sec_strength ol.list li .main .item_title span br {
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #introduction {
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
  #introduction .top {
    padding-block: 140px 20px;
  }
  #introduction .top .topcatch {
    max-width: 86%;
  }
  #introduction .top .mv {
    width: 74vw;
  }
  #introduction .top .mv figure img {
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #introduction .main {
    margin-top: 35px;
    display: block;
  }
  #introduction .main .title {
    padding-right: 0;
    margin: 0 auto 25px;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    white-space: normal;
    line-height: normal;
  }
  #introduction .main .title span {
    line-height: 1.4;
  }
  #introduction .main .title span.ja {
    margin-left: 0;
  }
  #introduction .main .title span.en::before {
    margin-right: .1em;
  }
  #introduction .main .title span.en::after {
    margin-left: .1em;
  }
  #introduction .main .text {
    padding-top: 30px;
  }
  #introduction .main .text .h {
    margin-bottom: 25px;
  }
  #introduction .main .text p:not([class]) + p {
    margin-top: 1em;
  }
  #introduction .bg .box span {
    margin: 0 1vw;
    height: 110px;
  }

  #sec_strength {
    margin-top: 65px;
  }
  #sec_strength .sec_title {
    margin-bottom: 25px;
  }
  #sec_strength .sec_title span.en {
    margin-bottom: 5px;
  }
  #sec_strength .sec_title span.ja {
    column-gap: 7px;
  }
  #sec_strength .sec_title span.ja::before {
    width: 8px;
    height: 8px;
  }
  #sec_strength ol.list li + li {
    margin-top: 50px;
  }
  #sec_strength ol.list li:nth-child(even) .main {
    padding-top: 15px;
  }
  #sec_strength ol.list li .main {
    padding-top: 15px;
  }
  #sec_strength ol.list li .main .item_title {
    padding-top: 30px;
  }
  #sec_strength ol.list li .main .item_title::before {
    left: -4vw;
  }
  #sec_strength ol.list li .main .item_title span.en {
    margin-bottom: 5px;
  }
  #sec_strength ol.list li .main .item_title span.en::before {
    margin-right: .1em;
  }
  #sec_strength ol.list li .main .item_title span.en::after {
    margin-left: .1em;
  }
  #sec_strength ol.list li .main .price {
    margin-top: 20px;
    column-gap: 8px;
  }
  #sec_strength ol.list li .main .price > span {
    padding-inline: 8px;
  }
  #sec_strength ol.list li .main .text {
    margin-top: 15px;
  }
  #sec_strength ol.list li .main .moreview {
    margin-top: 20px;
  }
}
