@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb {
  padding: 10px 20px;
  background: #000000;
}
#breadcrumb ul {
  font-size: 12px;
  font-size: 0.7058823529rem;
  font-weight: 500;
}
#breadcrumb ul li {
  display: inline;
  color: #FFF;
}
#breadcrumb ul li a {
  color: rgba(255, 255, 255, 0.5);
}
#breadcrumb ul li:not(:last-child):after {
  content: "";
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 700px) {
  #breadcrumb {
    padding: 5px 10px;
  }
}

main.next #about {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #F2F2E9;
}
main.next #about .item-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  overflow: hidden;
}
main.next #about .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: no-repeat center/cover;
}
main.next #about .item-title {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}
main.next #about .item-title:has(.bg) {
  margin-bottom: -10px;
}
main.next #about .item-title:has(.bg) .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next #about .item-title span {
  display: block;
  position: relative;
}
main.next #about .item-title .new {
  display: -moz-inline-box;
  display: inline-block;
  background-color: #FFF000;
  font-family: "din-2014", "noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 6px 10px;
  margin-bottom: 25px;
}
main.next #about .item-flex {
  display: flex;
  width: 1260px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next #about .item-flex:not(:last-child) {
  margin-bottom: 75px;
}
main.next #about .item-img {
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
main.next #about .item-img .slick-slider {
  margin-bottom: 0;
  position: relative;
}
main.next #about .item-img .slick-slider span {
  display: block;
  font-size: 13px;
  font-size: 0.7647058824rem;
}
main.next #about .item-img .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  margin-top: 10px;
}
main.next #about .item-img .slick-dots li {
  display: flex;
  width: 36px;
  height: auto;
  aspect-ratio: 1;
  margin-left: 8px;
  margin-right: 8px;
}
main.next #about .item-img .slick-dots li button {
  transition: all 0.3s ease;
  border: 1px solid #000000;
  background: url(/images/special/grandtrek/common/icon-check.svg) #000000 no-repeat center;
}
main.next #about .item-img .slick-dots li button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 8px);
  height: auto;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
main.next #about .item-img .slick-dots li.slick-active button {
  background-color: #FFF;
  border-color: #DFDFDF;
}
main.next #about .item-img .slick-dots li.slick-active button:after {
  opacity: 1;
  visibility: visible;
}
main.next #about .item-nav {
  position: relative;
  bottom: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  margin-top: 20px;
}
main.next #about .item-nav.dot li {
  width: 36px;
  padding: 0;
  aspect-ratio: 1;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  background: no-repeat center;
}
main.next #about .item-nav.dot li.white {
  background-color: #FFF;
  border: 1px solid #DFDFDF;
}
main.next #about .item-nav.dot li.white.current {
  background-image: url(/images/special/grandtrek/common/icon-check_black.svg);
}
main.next #about .item-nav.dot li.black {
  background-color: #000000;
}
main.next #about .item-nav.dot li.black.current {
  background-image: url(/images/special/grandtrek/common/icon-check_white.svg);
}
main.next #about .item-nav.dot li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
main.next #about .item-nav.dot li.current:after {
  opacity: 1;
  visibility: visible;
}
main.next #about .item-nav:not(.dot) li {
  display: flex;
  padding: 8px 12px;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
main.next #about .item-nav:not(.dot) li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
main.next #about .item-nav:not(.dot) li.current {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}
main.next #about .item-nav:not(.dot) li.current:after {
  opacity: 1;
  visibility: visible;
}
main.next #about .item-text {
  margin-left: 50px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  padding-top: 65px;
}
main.next #about .item-text.pt0 {
  padding-top: 0;
}
main.next #about .item-text h3 {
  font-size: min(3.6vw, 50px);
  font-size: min(3.6vw, 2.9411764706rem);
  line-height: 1.3;
  margin-bottom: 24px;
}
main.next #about .item-text h3.sml {
  font-size: min(3vw, 36px);
  font-size: min(3vw, 2.1176470588rem);
}
main.next #about .item-text h4 {
  width: max-content;
  background: #76564A;
  color: #FFF;
  margin-bottom: 25px;
  font-size: 17px;
  font-size: 1rem;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
}
main.next #about .item-text p {
  font-size: min(1.8vw, 22px);
  font-size: min(1.8vw, 1.2941176471rem);
}
main.next #about .item-text p:has(strong) {
  font-size: 20px;
  font-size: 1.1764705882rem;
}
main.next #about .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #about .item-text .btn:not(:first-child) {
  margin-top: 40px;
}
main.next #about .item-lead {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 50px;
}
main.next #about .item-lead img {
  width: 100%;
}
main.next #about .item-popup {
  display: none;
}
main.next #about.mt2 {
  padding-top: 0;
  overflow: hidden;
}
main.next #about.mt2 .item-bg {
  height: 80%;
}
@media screen and (max-width: 700px) {
  main.next #about.mt2 .item-bg {
    height: 90%;
  }
}
main.next #about.mt2 .item-text {
  padding-top: 0;
}
main.next #about.mt2 .item-text h3 {
  font-size: min(3.2vw, 42px);
  font-size: min(3.2vw, 2.4705882353rem);
}
main.next #about.mt2 .item-text p {
  font-size: min(1.7vw, 20px);
  font-size: min(1.7vw, 1.1764705882rem);
}
main.next #features-wrap {
  padding: 100px 60px;
  background: #161616;
}
main.next #features-wrap #features {
  padding: 0;
  background: transparent;
}
main.next #features {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #000000 0%, #2C2C2A 100%);
  color: #FFF;
}
main.next #features .item-label {
  text-align: center;
  display: block;
}
main.next #features .item-title {
  font-size: 50px;
  font-size: 2.9411764706rem;
  font-weight: bold;
  text-align: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  line-height: 1.2;
  background: linear-gradient(270.05deg, #DFCDAC 18.74%, #B7A37E 100.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
main.next #features .item-title span {
  font-family: "din-2014", "noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 65px;
  font-size: 3.8235294118rem;
  font-weight: 600;
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 5px;
  line-height: 1.2;
}
main.next #features .item-title .sub {
  display: block;
  font-family: "zuume-cut", sans-serif;
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: 400;
  margin-right: 0;
}
main.next #features .item-title-at5 {
  position: relative;
  text-align: center;
}
main.next #features .item-title-at5:not(:last-child) {
  margin-bottom: 90px;
}
main.next #features .item-title-at5 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  font-size: 2.1176470588rem;
  font-weight: bold;
  color: #000000;
}
main.next #features .item-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
main.next #features .item-li {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  text-align: center;
}
main.next #features .item-li:not(:has(.item-link)) {
  border-radius: 8px;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  padding-bottom: 20px;
}
main.next #features .item-link {
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  background-color: #000000;
  border-radius: 8px;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  padding-bottom: 20px;
}
main.next #features .item-link:after {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/images/special/grandtrek/common/arrow-anchor.svg);
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  transition: all 0.3s ease;
}
main.next #features .item-link:hover {
  text-decoration: none;
}
main.next #features .item-link:hover:after {
  transform: translateY(5px);
}
main.next #features .item-link:hover .item-img img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next #features .item-img {
  overflow: hidden;
}
main.next #features .item-img img {
  transition: all 0.8s ease;
  width: 100%;
}
main.next #features .item-text {
  position: relative;
  padding: 0 25px 30px;
  margin-top: -20px;
  z-index: 2;
}
main.next #features .item-text h3 {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  font-size: min(2vw, 24px);
  font-size: min(2vw, 1.4117647059rem);
  line-height: 1.3;
  margin-bottom: 20px;
}
main.next #features .item-text p {
  opacity: 0.8;
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: 500;
}
main.next #features.at5 {
  background: #F2F2E9;
  padding-top: 0;
}
main.next #features.at5 .content {
  position: relative;
  z-index: 2;
  width: 1320px;
}
main.next #features.at5 .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  overflow: hidden;
  background: #F2F2E9;
}
main.next #features.at5 .item-bg span {
  margin-top: 160px;
  position: relative;
  display: block;
}
main.next #features.at5 .item-bg span img {
  width: 100%;
}
main.next #features.at5 .item-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60%;
  bottom: 0;
  background: linear-gradient(180deg, #84825F 50%, #F2F2E9 100%);
}
main.next #features.at5 .item-title {
  background: #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 35px;
  position: relative;
}
main.next #features.at5 .item-list {
  grid-template-columns: 1fr 1fr 1fr;
}
main.next #features.at5 .item-li {
  background: #84825F;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
main.next #features.at5 .item-link {
  background: #84825F;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
main.next #features.mt2 {
  background: linear-gradient(180deg, #251E1E 0%, #141506 100%);
}
main.next #features.mt2 .content {
  width: 1320px;
}
main.next #features.mt2 .item-title {
  background: #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 35px;
}
main.next #features.mt2 .item-title .sub {
  margin-bottom: -25px;
  line-height: 0;
}
main.next #features.mt2 .item-list {
  grid-template-columns: 1fr 1fr 1fr;
}
main.next #features.mt2 .item-li {
  background: #2F221D;
  box-shadow: 0px 16px 26px rgba(0, 0, 0, 0.4);
  border-radius: 18px;
}
@media screen and (min-width: 1320px) {
  main.next #features.mt2 .item-img {
    margin-bottom: -40px;
  }
}
main.next #style-bg, main.next #style .item-bg, main.next #features-02 .item-bg, main.next #gallery .item-bg, main.next #system .item-bg {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.next #style-bg span, main.next #style .item-bg span, main.next #features-02 .item-bg span, main.next #gallery .item-bg span, main.next #system .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.next #style-bg span img, main.next #style .item-bg span img, main.next #features-02 .item-bg span img, main.next #gallery .item-bg span img, main.next #system .item-bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
main.next #style-title, main.next #features-02 .item-title, main.next #gallery .item-title, main.next #design.rt01 .item-title {
  text-align: center;
  position: relative;
  z-index: 3;
}
main.next #style-title > span, main.next #features-02 .item-title > span, main.next #gallery .item-title > span, main.next #design.rt01 .item-title > span {
  display: block;
}
main.next #style-title > span:nth-child(2), main.next #features-02 .item-title > span:nth-child(2), main.next #gallery .item-title > span:nth-child(2), main.next #design.rt01 .item-title > span:nth-child(2) {
  margin-top: 55px;
  font-size: 36px;
  font-size: 2.1176470588rem;
  font-weight: 700;
  line-height: 1.3;
}
main.next #style-title:has(.bg) .text, main.next #features-02 .item-title:has(.bg) .text, main.next #gallery .item-title:has(.bg) .text, main.next #design.rt01 .item-title:has(.bg) .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}
main.next #style-heading, main.next #voice .item-heading, main.next #style .item-heading, main.next #protectors .item-heading, main.next #story .item-heading, main.next #features .item-heading {
  margin-bottom: 70px;
  text-align: center;
}
main.next #style-heading > span, main.next #voice .item-heading > span, main.next #style .item-heading > span, main.next #protectors .item-heading > span, main.next #story .item-heading > span, main.next #features .item-heading > span {
  display: block;
}
main.next #style-heading .sub, main.next #voice .item-heading .sub, main.next #style .item-heading .sub, main.next #protectors .item-heading .sub, main.next #story .item-heading .sub, main.next #features .item-heading .sub {
  line-height: 0;
  margin-bottom: -40px;
}
main.next #style-heading .text, main.next #voice .item-heading .text, main.next #style .item-heading .text, main.next #protectors .item-heading .text, main.next #story .item-heading .text, main.next #features .item-heading .text {
  position: relative;
  font-size: 50px;
  font-size: 2.9411764706rem;
  font-weight: 900;
  line-height: 1.2;
}
main.next #style-heading .text span, main.next #voice .item-heading .text span, main.next #style .item-heading .text span, main.next #protectors .item-heading .text span, main.next #story .item-heading .text span, main.next #features .item-heading .text span {
  font-family: "din-2014", "noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 64px;
  font-size: 3.7647058824rem;
  font-weight: bold;
}
main.next #style-loop, main.next #style .item-loop, main.next #about .item-loop {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
main.next #style-loop .slides-loop:not(:last-child), main.next #style .item-loop .slides-loop:not(:last-child), main.next #about .item-loop .slides-loop:not(:last-child) {
  margin-bottom: 12px;
}
main.next #style-loop .slides-loop .slick-slide, main.next #style .item-loop .slides-loop .slick-slide, main.next #about .item-loop .slides-loop .slick-slide {
  margin-right: 12px;
  width: 420px;
}
@media screen and (min-width: 701px) and (max-width: 1320px) {
  main.next #style-loop .slides-loop .slick-slide, main.next #style .item-loop .slides-loop .slick-slide, main.next #about .item-loop .slides-loop .slick-slide {
    max-width: 35vw;
  }
}
main.next #style-loop .slides-loop .slick-slide img, main.next #style .item-loop .slides-loop .slick-slide img, main.next #about .item-loop .slides-loop .slick-slide img {
  border-radius: 18px;
}
main.next #design.rt01 {
  padding-top: 100px;
  padding-bottom: 60px;
  border-radius: 18px;
  overflow: hidden;
}
main.next #design.rt01 .item-title > span:nth-child(1) {
  display: none;
}
main.next #design.rt01 .item-title > span:nth-child(2) {
  color: #FFF;
}
main.next #design.rt01 .item-title > span:nth-child(2) span {
  font-size: 46px;
  font-size: 2.7058823529rem;
  color: #DFCDAC;
}
main.next #design.rt01 .item-section {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 75px;
  padding-bottom: 40px;
}
main.next #design.rt01 .item-section:nth-of-type(1) .item-bg {
  height: calc(100% + 200px);
  border-radius: 18px 18px 0 0;
}
main.next #design.rt01 .item-section:nth-of-type(2) .item-bg {
  border-radius: 0 0 18px 18px;
}
main.next #design.rt01 .item-bg {
  position: absolute;
  left: 50%;
  width: calc(100vw - 120px);
  height: 100%;
  bottom: 0;
  transform: translateX(-50%);
  overflow: hidden;
}
main.next #design.rt01 .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.next #design.rt01 .item-bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
main.next #design.rt01 .item-img {
  width: calc(50% - 50px);
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}
main.next #design.rt01 .item-text {
  width: 660px;
  position: relative;
  border-radius: 8px;
  padding: 40px;
  box-sizing: border-box;
}
main.next #design.rt01 .item-text.white {
  background: rgba(31, 31, 32, 0.8);
  color: #FFF;
}
main.next #design.rt01 .item-text.white h3 {
  border-left-color: #FFF;
}
main.next #design.rt01 .item-text.black {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
}
main.next #design.rt01 .item-text.black h3 {
  border-left-color: #000000;
}
main.next #design.rt01 .item-text h3 {
  padding-left: 25px;
  border-left: 1px solid;
  margin-bottom: 25px;
}
main.next #design.rt01 .item-text h3 span {
  display: block;
}
main.next #design.rt01 .item-text h3 span:nth-child(1) {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 64px;
  font-size: 3.7647058824rem;
  line-height: 1;
  margin-bottom: 10px;
}
main.next #design.rt01 .item-text h3 span:nth-child(2) {
  width: max-content;
  background: #FFF000;
  padding: 10px 12px;
  font-size: 17px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  color: #000000;
}
main.next #design.rt01 .item-text p {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: bold;
}
main.next #design.at5 {
  background: #F2F2E9;
  overflow: hidden;
}
main.next #design.at5 .content {
  width: 1400px;
}
main.next #design.at5 .item-title {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 2;
}
main.next #design.at5 .item-title span {
  display: block;
}
main.next #design.at5 .item-title .bg {
  position: relative;
  text-align: center;
}
main.next #design.at5 .item-title .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 50px;
  font-size: 2.9411764706rem;
  font-weight: 900;
}
main.next #design.at5 .item-list {
  display: flex;
}
main.next #design.at5 .item-li {
  position: relative;
  width: 50%;
  padding-bottom: 60px;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
main.next #design.at5 .item-li:nth-child(odd) .item-bg > div {
  left: 100%;
  transform: translateX(-50vw);
}
main.next #design.at5 .item-li:nth-child(odd) .item-hd {
  color: #FFF;
}
main.next #design.at5 .item-bg {
  width: 100%;
}
main.next #design.at5 .item-bg > div {
  position: relative;
  width: calc(50vw + 1px);
  overflow: hidden;
}
main.next #design.at5 .item-bg span {
  display: block;
}
main.next #design.at5 .item-bg span img {
  width: 100%;
  height: 110%;
  object-fit: cover;
}
main.next #design.at5 .item-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 20px;
  box-sizing: border-box;
}
main.next #design.at5 .item-hd {
  margin-right: -40px;
  position: relative;
  z-index: 2;
}
main.next #design.at5 .item-hd span {
  display: block;
}
main.next #design.at5 .item-hd span:nth-child(1) {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: min(3.2vw, 48px);
  font-size: min(3.2vw, 2.8235294118rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main.next #design.at5 .item-hd span:nth-child(2) {
  font-size: 17px;
  font-size: 1rem;
  font-weight: bold;
}
main.next #design.at5 .item-img {
  margin-left: auto;
  max-width: 40%;
}
main.next #system {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
main.next #system .content {
  position: relative;
  width: 1068px;
}
main.next #system .item-title {
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-size: 36px;
  font-size: 2.1176470588rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 70px;
}
main.next #system .item-title > span:nth-child(1) {
  background: linear-gradient(270.02deg, #DFCDAC 0.03%, #B7A37E 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
main.next #system .item-title > span:nth-child(1) span {
  font-size: 46px;
  font-size: 2.7058823529rem;
}
main.next #system .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  color: #FFF;
}
main.next #system .item-img {
  text-align: center;
  margin-bottom: 32px;
}
main.next #system .item-text {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 500;
}
main.next #system .item-text h3 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 14px;
}
main.next #gallery {
  background: #F2F2E9;
  padding-top: 110px;
  padding-bottom: 80px;
}
main.next #gallery .item-bg span {
  top: -5%;
}
main.next #gallery .item-title {
  margin-bottom: 70px;
}
main.next #story {
  background: linear-gradient(180deg, #FDFCFE 0%, #EBEEF2 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}
main.next #story.beige {
  background: #E5E5D4;
}
main.next #story.mt2 {
  background: #D3D6D0;
}
main.next #story .item-lead {
  text-align: center;
  font-size: 17px;
  font-size: 1rem;
  line-height: 2.1;
}
main.next #story .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
main.next #story .item-list.column-04 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
main.next #story .item-list.column-04 .item-img {
  aspect-ratio: 1.5;
}
main.next #story .item-list.column-02 {
  grid-template-columns: 1fr 1fr;
}
main.next #story .item-list.column-02 .item-img {
  aspect-ratio: 1.7944444444;
}
main.next #story .item-li {
  display: flex;
}
main.next #story .item-link {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  -webkit-box-orient: vertical;
  flex-direction: column;
  background: #FFF;
  overflow: hidden;
}
main.next #story .item-link:hover {
  text-decoration: none;
}
main.next #story .item-link:hover .item-img img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next #story .item-img {
  aspect-ratio: 1.6307692308;
  background: rgba(217, 217, 217, 0.9) url(/images/special/grandtrek/story/logo.svg) no-repeat center;
  overflow: hidden;
}
main.next #story .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
main.next #story .item-text {
  padding: 20px;
  color: #000000;
}
main.next #story .item-text h3 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
main.next #story .item-text p {
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main.next #story-detail {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 120px;
}
main.next #story-detail .content {
  width: 1068px;
}
main.next #story-detail .block-lead {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next #story-detail .block-lead:not(:last-child) {
  margin-bottom: 40px;
}
main.next #story-detail .block-lead > * {
  position: relative;
}
main.next #story-detail .block-lead:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 50%;
  max-height: 270px;
  transform: translateX(-50%);
  background: #F5F5F5;
}
main.next #story-detail .block-lead .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #story-detail .block-lead .item-text .title:not(:last-child) {
  margin-bottom: 30px;
}
main.next #story-detail .block-lead .item-text h2 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "din-2014", "noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
main.next #story-detail .block-lead .item-text h2:before {
  content: "・";
}
main.next #story-detail .block-lead .item-text h1 {
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: 500;
  line-height: 1.6;
}
main.next #story-detail .block-lead .item-text h1:not(:last-child) {
  margin-bottom: 15px;
}
main.next #story-detail .block-lead .item-text h3 {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: bold;
}
main.next #story-detail .block-lead .item-text p {
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: normal;
}
main.next #story-detail .block-lead .item-text p:not(:last-child) {
  margin-bottom: 35px;
}
main.next #story-detail .block-lead .item-img {
  margin-left: 50px;
}
@media screen and (min-width: 701px) {
  main.next #story-detail .block-lead .item-img {
    max-width: 50%;
  }
}
main.next #story-detail .block-lead .item-img img {
  border-radius: 12px;
}
main.next #story-detail .block-bg {
  position: relative;
  height: auto;
  aspect-ratio: 1.9459459459;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  max-height: 740px;
}
main.next #story-detail .block-bg p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.next #story-detail .block-bg p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.next #story-detail .block-bg:not(:last-child) {
  margin-bottom: 80px;
}
main.next #story-detail .block-text {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
main.next #story-detail .block-text:not(:last-child) {
  margin-bottom: 100px;
}
main.next #story-detail .block-text + .block-link {
  margin-top: -40px;
}
main.next #story-detail .block-text .img img {
  border-radius: 8px;
}
main.next #story-detail .block-text .img figcaption {
  margin-top: 30px;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
@media screen and (max-width: 700px) {
  main.next #story-detail .block-text .img figcaption {
    margin-top: 15px;
  }
}
main.next #story-detail .block-text .img:not(:last-child) {
  margin-bottom: 80px;
}
main.next #story-detail .block-text .img:not(:first-child) {
  margin-top: 60px;
}
main.next #features-02 {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
main.next #features-02 .item-title {
  margin-bottom: -35px;
}
main.next #features-02 .item-box {
  padding: 50px 60px;
  border-radius: 18px;
  background: #E5E5D4;
  position: relative;
  z-index: 3;
}
main.next #features-02 .item-box:not(:last-child) {
  margin-bottom: 20px;
}
main.next #features-02 .item-hd {
  text-align: center;
  font-size: 36px;
  font-size: 2.1176470588rem;
  font-weight: 900;
  margin-bottom: 35px;
  line-height: 1.5;
}
main.next #features-02 .item-section:not(:last-child) {
  margin-bottom: 60px;
}
main.next #features-02 .item-h4 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  background: #84825F;
  color: #FFF;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
}
main.next #features-02 .item-h4:not(:last-child) {
  margin-bottom: 40px;
}
main.next #features-02 .item-h4 span:not(:last-child) {
  line-height: 0;
  margin-right: 12px;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}
main.next #features-02 .item-text {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 500;
}
main.next #features-02 .item-text:not(:last-child) {
  margin-bottom: 40px;
}
main.next #features-02 .item-text-img {
  display: flex;
  padding-left: 30px;
  border-left: 1px solid #000000;
}
main.next #features-02 .item-text-img:not(:last-child) {
  margin-bottom: 40px;
}
main.next #features-02 .item-text-img .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #features-02 .item-text-img .text h5 {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main.next #features-02 .item-text-img .text p {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
main.next #features-02 .item-text-img .img figcaption {
  text-align: right;
  font-size: 11px;
  font-size: 0.6470588235rem;
}
main.next #features-02 .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -40px;
}
main.next #features-02 .item-list:not(:last-child) {
  margin-bottom: 15px;
}
main.next #features-02 .item-list li {
  margin-right: 24px;
  margin-bottom: 40px;
  width: calc(50% - 24px);
  background: linear-gradient(167.27deg, #7B7A5B 9.06%, #36341D 83.27%);
  border-radius: 8px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
main.next #features-02 .item-list li h5 {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: 900;
  margin-bottom: 15px;
}
main.next #features-02 .item-list li p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 500;
}
main.next #features-02 .item-list li p:not(:last-child) {
  margin-bottom: 25px;
}
main.next #features-02 .item-energy {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next #features-02 .item-energy > p {
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-size: 1.1764705882rem;
  margin-bottom: 30px;
}
main.next #features-02 .item-energy > div:not(:last-child), main.next #features-02 .item-energy > span:not(:last-child) {
  margin-right: 50px;
}
main.next #features-02 .item-btn {
  margin-top: 40px;
}
main.next #protectors {
  background: #DCC59C;
  padding-top: 90px;
}
main.next #protectors .item-heading {
  position: relative;
  z-index: 3;
}
main.next #protectors .item-heading .text {
  color: #FFF;
  position: relative;
}
main.next #protectors .item-content {
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next #protectors .item-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
main.next #protectors .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.next #protectors .item-bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
main.next #protectors .item-img {
  margin-right: -15px;
  position: relative;
  z-index: 2;
}
main.next #protectors .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #protectors .item-text section {
  position: relative;
  padding: 30px 50px;
  background: rgba(31, 31, 32, 0.8);
  border-radius: 12px;
}
main.next #protectors .item-text section:not(:last-child) {
  margin-bottom: 115px;
}
main.next #protectors .item-text section > span {
  position: absolute;
  display: block;
  width: 200px;
  right: 0;
  font-family: "zuume-cut", sans-serif;
  line-height: 1;
  font-size: 200px;
  font-size: 11.7647058824rem;
  color: #FFF;
  top: 0;
  transform: translateY(-50%);
}
main.next #protectors .item-text section h3 {
  margin-bottom: 12px;
}
main.next #protectors .item-text section h3 > span {
  display: block;
}
main.next #protectors .item-text section h3 > span:nth-child(1) {
  width: max-content;
  background: #FFF000;
  color: #000000;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1;
  margin-bottom: 10px;
}
main.next #protectors .item-text section h3 > span:nth-child(2) {
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: 900;
  color: #FFF;
}
main.next #protectors .item-text section p {
  color: #FFF;
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 500;
}
main.next #style {
  background: #161616;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
main.next #style .item-heading .text {
  color: #FFF;
}
main.next #style .item-anchor {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
main.next #style .item-anchor:not(:last-child) {
  margin-bottom: 170px;
}
main.next #style .item-anchor li a {
  display: block;
  position: relative;
}
main.next #style .item-anchor li a:hover {
  text-decoration: none;
}
main.next #style .item-anchor li a:hover .pict img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next #style .item-anchor li a:hover h3 span:nth-child(2):after {
  transform: translateY(5px);
}
main.next #style .item-anchor li .pict {
  overflow: hidden;
}
main.next #style .item-anchor li .pict img {
  transition: all 0.8s ease;
}
main.next #style .item-anchor li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
main.next #style .item-anchor li h3 > span:nth-child(1) {
  line-height: 0;
}
main.next #style .item-anchor li h3 > span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  color: #FFF;
  font-size: 38px;
  font-size: 2.2352941176rem;
  font-weight: 900;
}
main.next #style .item-anchor li h3 > span:nth-child(2):after {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/images/special/grandtrek/common/arrow-anchor.svg);
  margin-left: 14px;
  margin-right: auto;
  transition: all 0.3s ease;
}
main.next #style .item-anchor li .img {
  position: absolute;
  right: 30px;
  bottom: -15%;
}
main.next #style .item-section:not(:last-child) {
  margin-bottom: 120px;
}
main.next #style .item-hd {
  border-left: 1px solid #A3865B;
  padding-left: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
main.next #style .item-hd span {
  display: block;
}
main.next #style .item-hd span:nth-child(1) {
  color: #A3865B;
  font-size: 42px;
  font-size: 2.4705882353rem;
  font-weight: 900;
  line-height: 1;
}
main.next #style .item-hd span:nth-child(2) {
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.2;
}
main.next #style .item-img-text {
  display: flex;
}
main.next #style .item-img-text .img {
  margin-right: 70px;
  width: 50%;
}
main.next #style .item-img-text .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  position: relative;
}
main.next #style .item-img-text .text > span {
  position: absolute;
  right: 0;
  top: -40px;
  line-height: 1;
  display: block;
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 900;
}
main.next #style .item-img-text .text ul:not(:last-child) {
  margin-bottom: 40px;
}
main.next #style .item-img-text .text ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-size: 1.2941176471rem;
  font-weight: 900;
  line-height: 1.4;
}
main.next #style .item-img-text .text ul li strong, main.next #style .item-img-text .text ul li span {
  color: #A3865B;
}
main.next #style .item-img-text .text ul li strong {
  font-size: 32px;
  font-size: 1.8823529412rem;
}
main.next #style .item-img-text .text ul li.lg {
  font-size: 32px;
  font-size: 1.8823529412rem;
}
main.next #style .item-img-text .text ul li.lg strong {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 64px;
  font-size: 3.7647058824rem;
  font-weight: bold;
}
main.next #style .item-img-text:not(:last-child) {
  margin-bottom: 100px;
}
main.next #voice {
  background: #D3D6D0;
  padding-top: 90px;
}
main.next #voice .content {
  width: 1280px;
}
main.next #voice .item-heading .text {
  color: #FFF;
}
main.next #voice .item-list {
  position: relative;
}
main.next #voice .item-li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 580px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
main.next #voice .item-li:nth-child(odd) .item-bg img {
  object-position: 80% center;
}
main.next #voice .item-li:nth-child(even) .item-bg img {
  object-position: 20% center;
}
main.next #voice .item-li:nth-child(even) .item-text {
  margin-left: auto;
  background: rgba(89, 102, 78, 0.8);
}
main.next #voice .item-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
main.next #voice .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.next #voice .item-bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
main.next #voice .item-text {
  max-width: 60%;
  width: 736px;
  padding: 40px 60px;
  border-radius: 12px;
  background: rgba(88, 86, 64, 0.8);
  box-sizing: border-box;
  color: #FFF;
}
main.next #voice .item-text h3 {
  margin-bottom: 20px;
}
main.next #voice .item-text h3 span {
  display: block;
}
main.next #voice .item-text h3 span:nth-child(1) {
  width: max-content;
  background: #FFF000;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: bold;
  line-height: 1;
  padding: 6px 10px;
  margin-bottom: 6px;
  color: #000000;
}
main.next #voice .item-text h3 span:nth-child(2) {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  line-height: 1.5;
}
main.next #voice .item-text p {
  font-size: 17px;
  font-size: 1rem;
  line-height: 1.8;
}
main.next #voice .item-text p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 701px) and (max-width: 1320px) {
  main.next #about .item-lead {
    margin-left: -40px;
    margin-right: -40px;
  }
  main.next #features-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  main.next #features .item-title-at5 .text {
    font-size: 32px;
    font-size: 1.8823529412rem;
    font-weight: bold;
  }
  main.next #design.rt01 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next #design.rt01 .item-img {
    width: calc(50% - 50px);
    position: relative;
    text-align: center;
    margin-bottom: 0px;
  }
  main.next #design.rt01 .item-text {
    width: 0;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    padding: 30px;
  }
  main.next #design.rt01 .item-text h3 {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  main.next #design.rt01 .item-text h3 span {
    display: block;
  }
  main.next #design.rt01 .item-text h3 span:nth-child(1) {
    font-size: min(5vw, 58px);
    font-size: min(5vw, 3.4117647059rem);
  }
  main.next #design.rt01 .item-text h3 span:nth-child(2) {
    font-size: 16px;
    font-size: 0.9411764706rem;
    font-weight: bold;
  }
  main.next #design.rt01 .item-text p {
    font-size: 17px;
    font-size: 1rem;
  }
  main.next #design.rt01 .item-bg {
    width: calc(100vw - 80px);
  }
  main.next #design.at5 .item-title .bg img {
    max-width: 70vw;
  }
  main.next #design.at5 .item-title .title {
    font-size: min(4vw, 45px);
    font-size: min(4vw, 2.6470588235rem);
  }
  main.next #design.at5 .item-li {
    padding-bottom: 20px;
  }
  main.next #design.at5 .item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next #design.at5 .item-hd {
    margin-right: -40px;
  }
  main.next #design.at5 .item-hd span:nth-child(1) {
    font-size: min(3.2vw, 48px);
    font-size: min(3.2vw, 2.8235294118rem);
  }
  main.next #design.at5 .item-hd span:nth-child(2) {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #design.at5 .item-img {
    max-width: 36%;
  }
  main.next #system .item-title {
    font-size: 32px;
    font-size: 1.8823529412rem;
    margin-bottom: 50px;
  }
  main.next #system .item-title > span:nth-child(1) span {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
  main.next #system .item-list {
    gap: 20px;
  }
  main.next #system .item-img {
    margin-bottom: 25px;
  }
  main.next #system .item-text h3 {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.next #story .item-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1320px) and (max-width: 800px) {
  main.next #story .item-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 701px) and (max-width: 1320px) and (max-width: 1000px) {
  main.next #story .item-list.column-04 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 701px) and (max-width: 1320px) {
  main.next #story .item-img {
    background-size: 60% auto;
  }
  main.next #story .item-text {
    padding: 20px;
    color: #000000;
  }
  main.next #story .item-text h3 {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 15px;
  }
  main.next #story-detail .block-lead .item-text h3 {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.next #story-detail .block-lead .item-text h1 {
    font-size: 28px;
    font-size: 1.6470588235rem;
    margin-bottom: 40px;
  }
  main.next #story-detail .block-lead .item-img {
    margin-left: 40px;
    max-width: 45%;
  }
  main.next #features-02 .item-box {
    padding: 40px 40px;
  }
  main.next #features-02 .item-hd {
    font-size: min(3vw, 30px);
    font-size: min(3vw, 1.7647058824rem);
    margin-bottom: 25px;
  }
  main.next #features-02 .item-h4 {
    font-size: min(2.6vw, 25px);
    font-size: min(2.6vw, 1.4705882353rem);
  }
  main.next #features-02 .item-h4:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #features-02 .item-text-img {
    padding-left: 20px;
  }
  main.next #features-02 .item-text-img .text {
    margin-right: 30px;
  }
  main.next #features-02 .item-text-img .text h5 {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
  main.next #features-02 .item-text-img .img {
    max-width: 40%;
  }
  main.next #features-02 .item-list {
    margin-right: -15px;
  }
  main.next #features-02 .item-list li {
    margin-right: 15px;
    padding: 30px 20px;
  }
  main.next #features-02 .item-list li h5 {
    font-size: 24px;
    font-size: 1.4117647059rem;
    font-weight: 900;
    font-size: min(2.1vw, 21px);
    font-size: min(2.1vw, 1.2352941176rem);
  }
  main.next #features-02 .item-list li p {
    font-size: min(1.8vw, 18px);
    font-size: min(1.8vw, 1.0588235294rem);
  }
  main.next #features-02 .item-energy > p {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.next #features-02 .item-energy > div:not(:last-child), main.next #features-02 .item-energy > span:not(:last-child) {
    margin-right: 30px;
  }
  main.next #features-02 .item-energy > div {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next #features-02 .item-btn {
    margin-top: 40px;
  }
  main.next #protectors .item-img {
    max-width: 40%;
  }
  main.next #protectors .item-text section {
    padding: 30px 40px;
  }
  main.next #protectors .item-text section:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next #protectors .item-text section > span {
    right: 0;
    width: 30%;
    font-size: 16vw;
  }
  main.next #protectors .item-text section h3 {
    margin-bottom: 12px;
  }
  main.next #protectors .item-text section h3 > span {
    display: block;
  }
  main.next #protectors .item-text section h3 > span:nth-child(1) {
    width: max-content;
    background: #FFF000;
    color: #000000;
    font-family: "din-condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.0588235294rem;
    font-weight: bold;
    padding: 6px 10px;
    line-height: 1;
    margin-bottom: 10px;
  }
  main.next #protectors .item-text section h3 > span:nth-child(2) {
    font-size: 32px;
    font-size: 1.8823529412rem;
    font-weight: 900;
    color: #FFF;
  }
  main.next #protectors .item-text section p {
    color: #FFF;
    font-size: 18px;
    font-size: 1.0588235294rem;
    font-weight: 500;
  }
  main.next #style .item-anchor:not(:last-child) {
    margin-bottom: 120px;
  }
  main.next #style .item-anchor li h3 > span:nth-child(2) {
    padding-left: 20px;
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  main.next #style .item-anchor li .img {
    right: 10px;
    bottom: -10%;
  }
  main.next #style .item-anchor li .img img {
    height: 200px;
    width: auto;
  }
  main.next #style .item-section:not(:last-child) {
    margin-bottom: 100px;
  }
  main.next #style .item-hd span:nth-child(1) {
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
  main.next #style .item-img-text .img {
    margin-right: 40px;
  }
  main.next #style .item-img-text .text ul:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #style .item-img-text .text ul li {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
  main.next #style .item-img-text .text ul li strong {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
  main.next #style .item-img-text .text ul li.lg {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.next #style .item-img-text .text ul li.lg strong {
    font-size: 50px;
    font-size: 2.9411764706rem;
    font-weight: bold;
  }
  main.next #voice .item-text {
    padding: 30px 40px;
  }
  main.next #voice .item-text h3 span:nth-child(2) {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}
@media screen and (max-width: 700px) {
  main.next #about {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  main.next #about .item-title {
    margin-bottom: 30px;
  }
  main.next #about .item-title .new {
    font-size: 15px;
    font-size: 0.8823529412rem;
    margin-bottom: 10px;
  }
  main.next #about .item-title:has(.bg) {
    margin-bottom: 0;
  }
  main.next #about .item-title > span.logo img {
    max-height: 18px;
  }
  main.next #about .item-title > span:nth-child(2) img {
    max-height: 18px;
  }
  main.next #about .item-flex {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.next #about .item-flex:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #about .item-img {
    width: 100%;
  }
  main.next #about .item-img .slick-dots {
    margin-top: 10px;
  }
  main.next #about .item-img .slick-dots li {
    width: 28px;
  }
  main.next #about .item-img .slick-dots li button {
    background-size: 12px auto;
  }
  main.next #about .item-nav {
    margin-bottom: 20px;
  }
  main.next #about .item-text {
    margin-left: 0;
    width: auto;
    -ms-flex: 0 0 auto;
    flex-grow: 0;
    padding-top: 20px;
  }
  main.next #about .item-text h3 {
    font-size: min(8vw, 35px);
    font-size: min(8vw, 2.0588235294rem);
    margin-bottom: 12px;
  }
  main.next #about .item-text h3.sml {
    font-size: min(7.5vw, 32px);
    font-size: min(7.5vw, 1.8823529412rem);
  }
  main.next #about .item-text h4 {
    font-size: 17px;
    font-size: 1rem;
  }
  main.next #about .item-text p {
    font-size: 17px;
    font-size: 1rem;
  }
  main.next #about .item-text p:has(strong) {
    font-size: 17px;
    font-size: 1rem;
  }
  main.next #about .item-text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #about .item-text .btn {
    margin-left: auto;
    margin-right: auto;
  }
  main.next #about .item-text .btn:not(:first-child) {
    margin-top: 20px;
  }
  main.next #about .item-lead {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  main.next #about.mt2 .item-bg {
    height: 100%;
  }
  main.next #about.mt2 .item-text {
    padding-top: 0;
  }
  main.next #about.mt2 .item-text h4 {
    margin-left: auto;
    margin-right: auto;
  }
  main.next #about.mt2 .item-text h3 {
    font-size: min(6vw, 30px);
    font-size: min(6vw, 1.7647058824rem);
  }
  main.next #about.mt2 .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #features-wrap {
    padding: 50px 10px;
  }
  main.next #features-wrap #features {
    padding-left: 10px;
    padding-right: 10px;
  }
  main.next #features {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next #features .item-label img {
    max-width: 80%;
  }
  main.next #features .item-title {
    font-size: 35px;
    font-size: 2.0588235294rem;
    margin-bottom: 30px;
  }
  main.next #features .item-title span {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
  main.next #features .item-title .sub {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.next #features .item-title > img {
    max-height: 30px;
  }
  main.next #features .item-title-at5:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #features .item-title-at5 .bg img {
    width: 80%;
  }
  main.next #features .item-title-at5 .text {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  main.next #features .item-list {
    gap: 15px;
  }
}
@media screen and (max-width: 700px) and (max-width: 600px) {
  main.next #features .item-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  main.next #features .item-link {
    padding-bottom: 15px;
  }
  main.next #features .item-text {
    padding: 0 15px 15pxpx;
    margin-top: -10px;
  }
  main.next #features .item-text h3 {
    font-size: 20px;
    font-size: 1.1764705882rem;
    margin-bottom: 15px;
  }
  main.next #features .item-text p {
    font-size: 15px;
    font-size: 0.8823529412rem;
    font-weight: 500;
  }
  main.next #features.at5:before {
    height: 90%;
  }
  main.next #features.at5:after {
    background-size: 120% auto;
  }
  main.next #features.at5 .item-bg span {
    margin-top: 100px;
  }
  main.next #features.at5 .item-bg:before {
    height: 80%;
  }
  main.next #features.at5 .item-title {
    margin-bottom: 20px;
  }
  main.next #features.at5 .item-link {
    background: #84825F;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  main.next #features.at5 .item-list {
    grid-template-columns: 1fr;
  }
  main.next #features.mt2 .item-title {
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 35px;
  }
  main.next #features.mt2 .item-title .sub {
    margin-bottom: -25px;
    line-height: 0;
  }
  main.next #features.mt2 .item-list {
    grid-template-columns: 1fr;
  }
  main.next #features.mt2 .item-li {
    background: #2F221D;
    box-shadow: 0px 16px 26px rgba(0, 0, 0, 0.4);
    border-radius: 18px;
  }
  main.next #features.mt2 .item-img {
    margin-bottom: -5vw;
  }
  main.next #style-title span:nth-child(1) img, main.next #features-02 .item-title span:nth-child(1) img, main.next #gallery .item-title span:nth-child(1) img, main.next #design.rt01 .item-title span:nth-child(1) img {
    max-width: 80%;
  }
  main.next #style-title span:nth-child(2), main.next #features-02 .item-title span:nth-child(2), main.next #gallery .item-title span:nth-child(2), main.next #design.rt01 .item-title span:nth-child(2) {
    margin-top: 15px;
    font-size: min(5vw, 25px);
    font-size: min(5vw, 1.4705882353rem);
  }
  main.next #style-heading, main.next #voice .item-heading, main.next #style .item-heading, main.next #protectors .item-heading, main.next #story .item-heading, main.next #features .item-heading {
    margin-bottom: 25px;
  }
  main.next #style-heading .sub, main.next #voice .item-heading .sub, main.next #style .item-heading .sub, main.next #protectors .item-heading .sub, main.next #story .item-heading .sub, main.next #features .item-heading .sub {
    margin-bottom: -15px;
  }
  main.next #style-heading .sub img, main.next #voice .item-heading .sub img, main.next #style .item-heading .sub img, main.next #protectors .item-heading .sub img, main.next #story .item-heading .sub img, main.next #features .item-heading .sub img {
    max-height: 45px;
  }
  main.next #style-heading .text, main.next #voice .item-heading .text, main.next #style .item-heading .text, main.next #protectors .item-heading .text, main.next #story .item-heading .text, main.next #features .item-heading .text {
    font-size: min(5vw, 35px);
    font-size: min(5vw, 2.0588235294rem);
  }
  main.next #style-heading .text span, main.next #voice .item-heading .text span, main.next #style .item-heading .text span, main.next #protectors .item-heading .text span, main.next #story .item-heading .text span, main.next #features .item-heading .text span {
    font-size: 1.3em;
  }
  main.next #style-loop .slides-loop:not(:last-child), main.next #style .item-loop .slides-loop:not(:last-child), main.next #about .item-loop .slides-loop:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #style-loop .slides-loop .slick-slide, main.next #style .item-loop .slides-loop .slick-slide, main.next #about .item-loop .slides-loop .slick-slide {
    margin-right: 10px;
    width: 35vw;
  }
  main.next #style-loop .slides-loop .slick-slide img, main.next #style .item-loop .slides-loop .slick-slide img, main.next #about .item-loop .slides-loop .slick-slide img {
    border-radius: 10px;
  }
  main.next #design.rt01 {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  main.next #design.rt01 .item-title > span:nth-child(2) span {
    font-size: 1.2em;
  }
  main.next #design.rt01 .item-section {
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  main.next #design.rt01 .item-img {
    width: auto;
  }
  main.next #design.rt01 .item-text {
    width: auto;
    margin-top: -30px;
    padding: 20px;
  }
  main.next #design.rt01 .item-text h3 {
    padding-left: 10px;
    margin-bottom: 15px;
  }
  main.next #design.rt01 .item-text h3 span:nth-child(1) {
    font-size: 42px;
    font-size: 2.4705882353rem;
  }
  main.next #design.rt01 .item-text h3 span:nth-child(2) {
    padding: 5px 8px;
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.next #design.rt01 .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #design.rt01 .item-text p br {
    display: none;
  }
  main.next #design.rt01 .item-bg {
    width: calc(100vw - 20px);
  }
  main.next #design.at5 .item-title {
    position: relative;
    top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.next #design.at5 .item-title span {
    display: block;
  }
  main.next #design.at5 .item-title .bg {
    position: relative;
    text-align: center;
  }
  main.next #design.at5 .item-title .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
    font-size: 2.9411764706rem;
    font-weight: 900;
  }
  main.next #design.at5 .item-list {
    flex-wrap: wrap;
  }
  main.next #design.at5 .item-li {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  main.next #design.at5 .item-li:nth-child(odd) .item-bg > div {
    left: 0%;
    transform: translateX(0);
  }
  main.next #design.at5 .item-li:nth-child(odd) .item-hd {
    color: #000000;
  }
  main.next #design.at5 .item-bg {
    width: 100vw;
    height: auto;
    aspect-ratio: 2;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next #design.at5 .item-bg > div {
    position: relative;
    width: 100vw;
    height: 110%;
  }
  main.next #design.at5 .item-bg span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  main.next #design.at5 .item-bg span img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    object-position: center 70%;
  }
  main.next #design.at5 .item-content {
    bottom: 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -80px;
  }
  main.next #design.at5 .item-hd {
    margin-right: -40px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
  }
  main.next #design.at5 .item-hd span {
    display: block;
  }
  main.next #design.at5 .item-hd span:nth-child(1) {
    font-size: min(6vw, 40px);
    font-size: min(6vw, 2.3529411765rem);
  }
  main.next #design.at5 .item-hd span:nth-child(2) {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.next #design.at5 .item-img {
    margin-left: auto;
    max-width: 30%;
  }
  main.next #system {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  main.next #system .content {
    position: relative;
    width: 1068px;
  }
  main.next #system .item-title {
    font-size: min(4vw, 28px);
    font-size: min(4vw, 1.6470588235rem);
    margin-bottom: 35px;
  }
  main.next #system .item-title > span:nth-child(1) span {
    font-size: 1.4em;
  }
  main.next #system .item-list {
    gap: 15px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 700px) and (max-width: 600px) {
  main.next #system .item-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  main.next #system .item-img {
    margin-bottom: 10px;
  }
  main.next #system .item-text {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.next #system .item-text h3 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    margin-bottom: 10px;
  }
  main.next #gallery {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  main.next #gallery .item-title {
    margin-bottom: 30px;
  }
  main.next #story {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next #story .item-lead {
    text-align: center;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #story .item-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  main.next #story .item-list.column-04 {
    grid-template-columns: 1fr;
  }
  main.next #story .item-list.column-02 {
    grid-template-columns: 1fr;
  }
  main.next #story .item-img {
    background-size: 60% auto;
  }
  main.next #story .item-text {
    padding: 15px;
  }
  main.next #story .item-text h3 {
    font-size: 17px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  main.next #story .item-text p {
    font-size: 14px;
    font-size: 0.8235294118rem;
    font-weight: normal;
  }
  main.next #story-detail {
    padding-bottom: 60px;
  }
  main.next #story-detail .block-lead {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  main.next #story-detail .block-lead:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #story-detail .block-lead:before {
    height: 150px;
  }
  main.next #story-detail .block-lead .item-text {
    width: 100%;
  }
  main.next #story-detail .block-lead .item-text .title:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #story-detail .block-lead .item-text h2 {
    font-size: 14px;
    font-size: 0.8235294118rem;
    margin-bottom: 5px;
  }
  main.next #story-detail .block-lead .item-text h1 {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
  main.next #story-detail .block-lead .item-text h1:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #story-detail .block-lead .item-text h3 {
    font-size: 17px;
    font-size: 1rem;
  }
  main.next #story-detail .block-lead .item-text p {
    font-size: 15px;
    font-size: 0.8823529412rem;
    font-weight: normal;
  }
  main.next #story-detail .block-lead .item-text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #story-detail .block-lead .item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  main.next #story-detail .block-bg {
    aspect-ratio: 2;
  }
  main.next #story-detail .block-bg p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
  }
  main.next #story-detail .block-bg:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #story-detail .block-text:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #story-detail .block-text + .block-link {
    margin-top: -20px;
  }
  main.next #story-detail .block-text .img:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #story-detail .block-text .img:not(:first-child) {
    margin-top: 30px;
  }
  main.next #features-02 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  main.next #features-02 .item-title {
    margin-bottom: -15px;
  }
  main.next #features-02 .item-box {
    padding: 20px;
  }
  main.next #features-02 .item-box:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #features-02 .item-hd {
    font-size: min(4vw, 28px);
    font-size: min(4vw, 1.6470588235rem);
    margin-bottom: 25px;
  }
  main.next #features-02 .item-section:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #features-02 .item-h4 {
    font-size: min(3.5vw, 24px);
    font-size: min(3.5vw, 1.4117647059rem);
  }
  main.next #features-02 .item-h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #features-02 .item-h4 span:not(:last-child) {
    margin-right: 8px;
  }
  main.next #features-02 .item-h4 span:not(:last-child) img {
    width: 25px;
  }
  main.next #features-02 .item-text {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #features-02 .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #features-02 .item-text-img {
    flex-wrap: wrap;
    padding-left: 20px;
  }
  main.next #features-02 .item-text-img:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #features-02 .item-text-img .text {
    width: 100%;
  }
  main.next #features-02 .item-text-img .text h5 {
    font-size: 19px;
    font-size: 1.1176470588rem;
    margin-bottom: 10px;
  }
  main.next #features-02 .item-text-img .img {
    margin-top: 20px;
    width: 100%;
  }
  main.next #features-02 .item-text-img .img img {
    width: 100%;
  }
  main.next #features-02 .item-list {
    margin-right: -10px;
    margin-bottom: -30px;
  }
  main.next #features-02 .item-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #features-02 .item-list li {
    margin-right: 10px;
    margin-bottom: 30px;
    width: calc(100% - 10px);
    padding: 20px 20px;
  }
  main.next #features-02 .item-list li h5 {
    font-size: 19px;
    font-size: 1.1176470588rem;
    margin-bottom: 10px;
  }
  main.next #features-02 .item-list li p {
    font-size: 17px;
    font-size: 1rem;
  }
  main.next #features-02 .item-list li p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #features-02 .item-energy > p {
    font-size: 16px;
    font-size: 0.9411764706rem;
    margin-bottom: 20px;
  }
  main.next #features-02 .item-energy > div, main.next #features-02 .item-energy > span {
    width: 100%;
    text-align: center;
  }
  main.next #features-02 .item-energy > div:not(:last-child), main.next #features-02 .item-energy > span:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  main.next #features-02 .item-energy > span img {
    transform: rotate(90deg);
    transform-origin: center center;
  }
  main.next #features-02 .item-btn {
    margin-top: 20px;
  }
  main.next #protectors {
    padding-top: 45px;
  }
  main.next #protectors .item-content {
    padding-top: 70px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main.next #protectors .item-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  main.next #protectors .item-img img {
    width: 400px;
  }
  main.next #protectors .item-text {
    width: auto;
  }
  main.next #protectors .item-text section {
    padding: 20px;
  }
  main.next #protectors .item-text section:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #protectors .item-text section > span {
    font-size: 100px;
    font-size: 5.8823529412rem;
    width: 90px;
  }
  main.next #protectors .item-text section h3 > span {
    display: block;
  }
  main.next #protectors .item-text section h3 > span:nth-child(1) {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #protectors .item-text section h3 > span:nth-child(2) {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.next #protectors .item-text section p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #style {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next #style .item-anchor {
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next #style .item-anchor:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #style .item-anchor li h3 > span:nth-child(1) img {
    height: 60px;
  }
  main.next #style .item-anchor li h3 > span:nth-child(2) {
    padding-left: 15px;
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.next #style .item-anchor li h3 > span:nth-child(2):after {
    margin-left: 10px;
  }
  main.next #style .item-anchor li .img {
    right: 0px;
    bottom: -10%;
  }
  main.next #style .item-anchor li .img img {
    height: 60px;
    width: auto;
  }
  main.next #style .item-section:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next #style .item-hd {
    padding-left: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  main.next #style .item-hd span:nth-child(1) {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  main.next #style .item-hd span:nth-child(2) {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.next #style .item-img-text {
    flex-wrap: wrap;
  }
  main.next #style .item-img-text .img {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  main.next #style .item-img-text .text > span {
    position: relative;
    margin-left: auto;
    margin-bottom: 10px;
    top: 0px;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #style .item-img-text .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #style .item-img-text .text ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #style .item-img-text .text ul li strong {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
  main.next #style .item-img-text .text ul li.lg {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.next #style .item-img-text .text ul li.lg strong {
    font-size: 38px;
    font-size: 2.2352941176rem;
    font-weight: bold;
  }
  main.next #style .item-img-text:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #voice {
    padding-top: 45px;
  }
  main.next #voice .item-li {
    flex-wrap: wrap;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0;
  }
  main.next #voice .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #voice .item-li:nth-child(odd) .item-bg img {
    object-position: right center;
  }
  main.next #voice .item-li:nth-child(even) .item-bg img {
    object-position: left center;
  }
  main.next #voice .item-bg {
    position: relative;
    height: auto;
    aspect-ratio: 2;
    width: 100vw;
    left: 0;
    transform: translateX(0);
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next #voice .item-text {
    margin-top: -40px;
    max-width: calc(100% - 40px);
    padding: 20px;
  }
  main.next #voice .item-text h3 {
    margin-bottom: 15px;
  }
  main.next #voice .item-text h3 span:nth-child(1) {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #voice .item-text h3 span:nth-child(2) {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.next #voice .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.next #voice .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
}
