@charset "UTF-8";
/*===================================
  
  共通CSS

===================================*/
body {
  position: static;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.inner {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
}

img {
  max-width: 100%;
}

/*------------------------------------
共通CSS（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .inner {
    width: 100%;
    padding: 0 7%;
  }
}

.main {
  overflow: hidden;
}

.mv {
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
  position: relative;
  /* z-index: 4; */
}

@media screen and (min-width: 992px) {
  /* .mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/mv_bg.png) right bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 80%;
  } */
}

.mv-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.mv.is_show .mv_bg {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .mv .inner {
    padding: 0 10%;
  }
}

.mv-main {
  width: 100%;
  max-width: 1230px;
  padding: 0 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mv-image {
  /* max-width: 850px; */
  position: relative;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
  .mv-image {
    width: 100%;
  }
}

.mv-image img {
  width: 100%;
}
.mv-image img.img-bg2 {
  position: absolute;
  top: 26%;
  left: 87px;
  width: 39vw;
}

.mv-image .img-main {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .mv-image .img-main {
    width: 50%;
    left: 8%;
  }
  .mv-image img.img-bg2 {
    top: 33%;
    left: -34px;
    width: 59vw;
  }
}

.mv-ttl {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20vw;
}

.mv-ttl img {
  width: 100%;
}

.mv dl dt {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .mv dl dt {
    margin-bottom: 30px;
  }
}

.mv dl dt img {
  width: auto;
}

.mv dl dd p {
  color: #fff;
  line-height: 2.5;
}

.feature {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .feature {
    padding-bottom: 10px;
  }
}

.feature-item {
  padding: 40px 0;
  position: relative;
}

.feature-item .inner {
  position: relative;
  z-index: 1;
}

.feature-item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.feature-item .flex .item {
  position: relative;
}

@media screen and (min-width: 992px) {
  .feature-item .flex .item:nth-child(1) {
    width: 49%;
  }
  .feature-item .flex .item:nth-child(2) {
    width: 51%;
  }
}

@media screen and (max-width: 991px) {
  .feature-item .flex .item {
    width: 100%;
  }
  .feature-item .flex .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .feature-item:nth-child(2n) .flex {
    flex-direction: row-reverse;
  }
}

.feature-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .feature-ttl {
    margin-bottom: 20px;
  }
}

.feature-ttl > div {
  padding-top: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.5;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .feature-ttl > div {
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .feature-ttl > div {
    font-size: 1.8rem;
  }
}

.feature-ttl > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3%;
  right: -3%;
  margin: auto;
  background: #fff;
  height: 40%;
  width: 106%;
}

@media screen and (max-width: 991px) {
  .feature-ttl > div::after {
    bottom: -5px;
  }
}

.feature-ttl > div > span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .feature-ttl > img {
    max-width: 120px;
  }
}

.feature .txt {
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .feature .txt {
    font-size: 1.333vw;
  }
}

@media screen and (max-width: 991px) {
  .feature .txt {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.feature .image {
  width: 100%;
}

.feature .bg01,
.feature .bg02 {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #c5d0d7;
}

@media screen and (max-width: 991px) {
  .feature .bg01,
  .feature .bg02 {
    top: 0;
  }
}

.soundbox01,
.soundbox02 {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 10px;
  top: 150px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .soundbox01,
  .soundbox02 {
    width: 15vw;
    height: 15vw;
    top: 35%;
    right: 3%;
  }
}

.soundbox01 > div,
.soundbox02 > div {
  position: relative;
  height: 100%;
  width: 100%;
}

.soundbox01 > div img,
.soundbox02 > div img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.soundbox02 {
  right: 50px;
  top: 260px;
}

@media screen and (max-width: 991px) {
  .soundbox02 {
    right: 10%;
    top: 60%;
  }
}

.sound1 {
  animation: opacity 2s linear 0.25s infinite;
}

.sound2 {
  animation: opacity 2s linear 0.5s infinite;
}

.sound3 {
  animation: opacity 2s linear 0.75s infinite;
}

.sound4 {
  animation: opacity 2s linear 1s infinite;
}

.sound5 {
  animation: opacity 2s linear 1.25s infinite;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.product {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .product {
    padding-top: 20px;
  }
}

.product .inner {
  position: relative;
  z-index: 1;
}

.product .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .flex .item {
  background: #fff;
  padding: 30px 25px 40px;
}

@media screen and (min-width: 992px) {
  .product .flex .item {
    width: 49%;
  }
}

@media screen and (max-width: 991px) {
  .product .flex .item {
    width: 100%;
    padding: 22px 15px 15px;
  }
  .product .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.product .image {
  display: block;
  width: 100%;
}

.product-ttl {
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
.product-ttl img {
  width: 80%;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .product-ttl {
    font-size: 2.333vw;
  }
}

@media screen and (max-width: 991px) {
  .product-ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .product-ttl img {
    width: 263px;
  }
}

.product dl {
  padding-top: 20px;
}

.product dl dt {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.product dl dt > span {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .product dl dt > span {
    font-size: 1.500vw;
  }
}

@media screen and (max-width: 991px) {
  .product dl dt > span {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}

.product dl dt > div {
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .product dl dt > div {
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .product dl dt > div {
    font-size: 1.6rem;
  }
}

.product dl dd ul li + li {
  margin-top: 10px;
}

.product dl dd ul li a {
  display: block;
  background: #fff;
  color: #fff;
  background: #94aec1;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px 20px;
  margin: auto;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.product dl dd ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  border-radius: 5px;
}

.product dl dd ul li a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  margin: auto;
  background: url(../img/glitter.svg) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

@media screen and (min-width: 992px) {
  .product dl dd ul li a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .product dl dd ul li a:hover {
    background: #9b8bb4;
  }
}

@media screen and (max-width: 991px) {
  .product dl dd ul li a {
    font-size: 1.4rem;
  }
}

.product .bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 60%;
  background: #c5d0d7;
}

@media screen and (max-width: 991px) {
  .product .bg {
    height: 450px;
  }
}

.scroll_up {
  overflow: hidden;
}

.scroll_up .fade_item {
  display: block;
  transform: translateX(0) translateY(100%) translateZ(0);
  transition: transform 1s cubic-bezier(0.41, 0.01, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.scroll_down {
  overflow: hidden;
}

.scroll_down .fade_item {
  display: block;
  transform: translateX(0) translateY(-100%) translateZ(0);
  transition: transform 1s cubic-bezier(0.41, 0.01, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.scroll_right {
  overflow: hidden;
}

.scroll_right .fade_item {
  display: block;
  transform: translateX(-100%) translateY(0) translateZ(0);
  transition: transform 1s cubic-bezier(0.41, 0.01, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.scroll_bg {
  position: relative;
}

.scroll_bg::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: #ddd;
  -webkit-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll_bg.is_show::after {
  width: 0;
}

.show_line {
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.show_line.--black {
  background: #000;
}

.is_show .scroll_up .fade_item,
.is_show .scroll_down .fade_item,
.is_show .scroll_right .fade_item {
  transform: translateX(0) translateY(0) translateZ(0);
}

.is_show .show_line {
  width: 100%;
}

.delay01 {
  transition-delay: 0.3s !important;
}

.delay02 {
  transition-delay: 0.4s !important;
}

.delay03 {
  transition-delay: 0.5s !important;
}

/*===================================
  
  フッター

===================================*/
.footer {
  margin-bottom: 80px;
  padding: 0 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 0;
  }
}

.footer-txt {
  background: #94aec1;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .footer-txt {
    padding: 30px 0;
  }
}

.footer-txt .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.footer-txt .flex .item:nth-child(1) {
  width: 49%;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .footer-txt .flex .item:nth-child(1) {
    width: 30%;
    padding-right: 30px;
  }
}

.footer-txt .flex .item:nth-child(2) {
  width: 51%;
}

@media screen and (max-width: 991px) {
  .footer-txt .flex .item:nth-child(2) {
    width: 70%;
  }
}

.footer-txt .txt {
  color: #fff;
  line-height: 2.2;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .footer-txt .txt {
    font-size: 1rem;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
}

.footer-logo {
  width: 60%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .footer-logo {
    width: 100%;
    margin: 0 auto 0 0;
  }
}

.footer-sns {
  display: flex;
  justify-content: center;
  padding: 60px 0 100px;
}

@media screen and (max-width: 991px) {
  .footer-sns {
    width: 80%;
    margin: 0 auto;
    padding: 5.33vw 0 9.33vw;
  }
}

.footer-sns dl dt {
  text-align: center;
  margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
  .footer-sns dl dt {
    margin-bottom: 2px;
  }
}

.footer-sns dl dt img {
  width: 100%;
  max-width: 630px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .footer-sns dl dt img {
    max-width: inherit;
  }
}

.footer-sns dl dd ul {
  display: flex;
  justify-content: center;
}

.footer-sns dl dd ul li:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .footer-sns dl dd ul li:not(:last-child) {
    margin-right: 20px;
  }
}

.footer-sns dl dd ul li a {
  display: block;
}

.footer-sns dl dd ul li a img {
  width: 60px;
}

@media screen and (max-width: 991px) {
  .footer-sns dl dd ul li a img {
    max-width: 6vw;
  }
}

.footer-nav {
  border-top: 1px solid #4d4d4d;
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  .footer-nav {
    border-top: none;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-nav .inner {
    padding: 0 5%;
  }
}

.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-42px);
}

.footer-nav ul li {
  padding: 0 50px;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .footer-nav ul {
    transform: translateX(-5px);
  }
  .footer-nav ul li {
    padding: 0 23px;
  }
}

.footer-nav ul li:nth-child(1) img {
  width: 100%;
  max-width: 170px;
  display: block;
}

@media screen and (max-width: 991px) {
  .footer-nav ul li:nth-child(1) {
    padding-left: 0;
    padding-right: 14px;
  }
  .footer-nav ul li:nth-child(1) img {
    max-width: 100px;
  }
  .footer-nav ul li:last-of-type {
    padding-right: 0;
  }
}

.footer-nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 1.5em;
  background: #4d4d4d;
}

.footer-nav ul li a {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .footer-nav ul li a {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.footer-nav ul li a:hover {
  text-decoration: underline;
}


/* 2023 更新 */
.lead {
  display: flex;
  align-items: center;
  gap: 0 73px;
  position: relative;
  top: -22px;
  padding: 0 130px;
  max-width: 1440px;
  margin: 30px auto 0;
}
.lead-logo {
  width: 278px;
}
.lead p {
  font-size: 22px;
  color: #000;
  line-height: 2.4;
  letter-spacing: 0.2em;
}

.product-item {
  position: relative;
}
.product-item::before {
  content: "";
  position: absolute;
  z-index: -10;
}
.product-item .inner {
  position: relative;
}
.product-item.product01 {
  margin-top: 130px;
}
.product-item.product01 .product-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 93.47vw;
  height: 100%;
  background: #C2CCD6;
}
.product-item.product01 .inner {
  padding: 100px 0 72px 36px;
}
.product-item.product01 .pro-txt-box {
  padding-left: 14px;
}
.product-item.product01 .pro-detail {
  padding-left: 12px;
}
.pro-ttl {
  font-size: 45px;
  font-weight: 600;
}
.pro-ttl span {
  background: linear-gradient(transparent 60%, #fff 60%);
  padding: 8px 14px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pro-txt-box {
  margin-top: 17px;
}
.pro-model {
  font-size: 26px;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  width: fit-content;
  padding: 0 10px;
}
.pro-detail {
  margin-top: 21px;
  font-size: 16px;
  line-height: 39px;
  letter-spacing: 3.08px;
  width: 50%;
  color: #000;
}
.shop-list {
  margin-top: 93px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  width: 45%;
  position: relative;
  z-index: 10;
}
.shop-item {
  width: calc(50% - 16px / 2);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.shop-item.--ttl {
  font-size: 23px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  margin: 8px 0;
}
.shop-item > a {
  display: block;
  background: #7F9DB2;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  color: #fff;
  transition: all .4s ease;
  position: relative;
}
.shop-item > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 40px;
}
.shop-item > a:hover {
  background: #9582A7;
}
.pro-img {
  position: absolute;
  top: 50%;
  right: -106px;
  width: 48vw;
  max-width: 660px;
  transform: translateY(-50%);
}
.product-item.product02 {
  margin-top: 104px;
}
.product-item.product02 .inner {
  padding: 0;
}
.product-item.product02 .pro-txt-box {
  margin-top: 30px;
  padding-left: 10px;
}
.product-item.product02 .pro-model {
  letter-spacing: -0.01em;
}
.product-item.product02 .pro-detail {
  padding-left: 18px;
  margin-top: 24px;
}
.product-item.product02 .shop-list {
  margin-top: 130px;
}
.product-item.product02 .pro-img {
  top: -32px;
  right: auto;
  left: 42px;
  max-width: 540px;
  transform: none;
}
.product-item.product02 .pro-img-sub {
  position: absolute;
  width: 17vw;
  max-width: 250px;
  top: 40px;
  left: 420px;
}
.product-item.product02::before {
  top: 88%;
  width: 100%;
  height: 600px;
  background: #fff;
}

.product-item:nth-child(odd) .inner {
  max-width: 1440px;
}
.product-item:nth-of-type(odd) .pro-wrap {
  width: 48%;
  margin-left: auto;
}
.product-item:nth-child(odd) .shop-list {
  width: 100%;
}
.product-item:nth-child(odd) .pro-txt-box {
  width: 92%;
}
.product-item:nth-of-type(odd) .pro-detail {
  width: 100%;
}
.product-item:nth-child(odd) .shop-item.--ttl {
  color: #7F9DB2;
  border-color: #7F9DB2;
}
.product-item:nth-child(odd) .pro-model {
  border-color: #7F9DB2;
}
.product-item.product03 {
  position: relative;
  z-index: 2;
  margin-top: 74px;
}
.product-item.product03 .product-item-bg {
  position: absolute;
  background: #C2CCD6;
  top: 0;
  right: 0;
  width: 92.7vw;
  height: 100%;
}
.product-item.product03 .inner {
  padding: 73px 0 116px 125px;
}
.product-item.product03 .pro-txt-box {
  margin-top: 30px;
}
.product-item.product03 .pro-img {
  width: 82vw;
  right: -27%;
  max-width: 1050px;
  top: 71%;
}
.product-item.product03 .pro-model {
  font-size: 25px;
}
.product-item.product03 .pro-detail {
  width: 50%;
  margin-top: 26px;
  padding-left: 10px;
  line-height: 2.6;
}
.product-item.product03 .shop-list {
  margin-top: 120px;
  width: 47%;
}
.product-item.product04 {
  margin-top: 155px;
}
.product-item.product04 .pro-wrap {
  width: 47%;
}
.product-item.product04 .pro-txt-box {
  margin-top: 28px;
  padding-left: 2px;
  width: 100%;
}
.product-item.product04 .pro-detail {
  padding-left: 18px;
  margin-top: 24px;
  line-height: 2.5;
  letter-spacing: 0.14em;
}
.product-item.product04 .pro-img {
  top: 510px;
  right: auto;
  left: -150px;
  width: 63vw;
  max-width: 1000px;
  z-index: 10;
}
.product-item.product04 .pro-pic {
  position: absolute;
  top: -70px;
  left: 0;
  width: 47.4vw;
  max-width: 683px;
  z-index: -2;
}
.product-item.product04::before {
  background: #fff;
  top: 96%;
  left: 0;
  width: 100%;
  height: 688px;
}
.product-item.product04 .shop-list {
  margin-top: 85px;
}
.product-item.product04 .pro-ttl span {
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  background: linear-gradient(transparent 74%, #fff 74%, #fff 94%, transparent 94%);
}
.product-item.product05 {
  margin-top: 180px;
}
.product-item.product05 .product-item-bg {
  position: absolute;
  background: #C2CCD6;
  width: 83.33vw;
  top: 0;
  left: 0;
  height: 100%;
}
.product-item.product05 .inner {
  padding: 96px 0 108px 40px;
}
.product-item.product05 .pro-ttl span {
  padding-left: 5px;
}
.product-item.product05 .pro-txt-box {
  margin-top: 23px;
}
.product-item.product05 .pro-model {
  letter-spacing: -0.02em;
}
.product-item.product05 .pro-detail {
  margin-top: 37px;
  line-height: 2.6;
  padding-left: 8px;
  width: 49%;
}
.product-item.product05 .shop-list {
  margin-top: 62px;
}
.product-item.product05 .pro-img {
  max-width: 740px;
  top: 64%;
  right: -110px;
  width: 60vw;
  z-index: 2;
}
.product-item.product05 .pro-pic {
  position: absolute;
  top: 65%;
  right: 124px;
  z-index: 1;
  width: 40vw;
  max-width: 520px;
}
.product-item.product06 {
  margin-top: 280px;
  margin-bottom: 200px;
}
.product-item.product06 .inner {
  padding: 0 40px;
}
.product-item.product06::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 270px;
  top: 84%;
  left: 0;
}
.product-item.product06 .pro-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 51%;
}
.product-item.product06 .pro-txt-box {
  margin-top: 30px;
}
.product-item.product06 .pro-detail {
  padding-left: 16px;
  line-height: 2.7;
}
.product-item.product06 .shop-list {
  margin-top: 70px;
}
.product-item.product06 .pro-img {
  width: 72vw;
  max-width: 1100px;
  top: 10%;
  right: auto;
  left: -410px;
}
.product-item.product06 .pro-pic {
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
  width: 47.5vw;
  max-width: 690px;
}
:where(.product04, .product06) .pro-model {
  width: 100%;
}



@media screen and (max-width: 991px) {
  .lead {
    margin-top: 16px;
    letter-spacing: 0.3em;
    padding: 0 20px;
    justify-content: center;
    margin-top: 50px;
  }
  .lead-logo  {
    display: none;
  }
  .lead p {
    font-size: 3vw;
    text-align: center;
    line-height: 2.1;
    letter-spacing: 0.3em;
  }

  .pro-ttl {
    font-size: 4.53vw;
    text-align: center;
  }
  .pro-ttl span {
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
    letter-spacing: 0.1em;
  }
  .pro-model {
    font-size: 3.47vw;
    width: 100%;
    text-align: center;
    letter-spacing: -0.1px;
    white-space: nowrap;
  }
  .pro-txt-box {
    margin-top: 10px;
  }
  .pro-detail {
    font-size: 3.2vw;
    line-height: 1.58;
    letter-spacing: 0.9px;
  }
  .shop-list {
    width: 100%;
    gap: 8px;
    margin-top: 8vw;
    position: relative;
    z-index: 3;
  }
  .shop-item {
    font-size: 3.2vw;
    width: calc(50% - 8px / 2);
  }
  .shop-item.--ttl {
    font-size: 4vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 6px 0;
  }
  .shop-item > a {
    padding: 9px 0;
  }
  .shop-item > a::before {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }

  .product-item.product01 {
    margin-top: 4px;
  }
  .product-item.product01 .inner {
    padding: 4vw 30px 5.87vw;
  }
  .product-item.product01 .product-item-bg {
    width: 100%;
  }
  .product-item.product01 .pro-txt-box {
    padding-left: 0;
  }
  .product-item.product01 .pro-detail {
    padding-left: 6px;
    margin-top: 27px;
    width: 47%;
  }
  .product-item.product01 .pro-img {
    top: 42%;
    right: -47px;
    width: 66vw;
  }
  .product-item.product02 {
    margin-top: 4vw;
  }
  .product-item.product02 .inner {
    padding: 0 7%;
  }
  .product-item.product02 .pro-txt-box {
    margin-top: 15px;
    padding-left: 0;
  }
  .product-item:nth-of-type(odd) .pro-wrap {
    width: 100%;
  }
  .product-item:nth-child(odd) .pro-txt-box {
    width: 100%;
  }
  .product-item.product02 .pro-img-sub {
    display: none;
  }
  .product-item.product02 .pro-model {
    border-color: #fff;
  }
  .product-item.product02 .pro-detail {
    width: 49%;
    margin-left: auto;
    margin-top: 38px;
    padding-left: 0;
  }
  .product-item.product02 .shop-list {
    margin-top: 40px;
  }
  .product-item.product02 .pro-img {
    top: 88px;
    left: 0px;
    width: 45vw;
  }
  .product-item.product02::before {
    content: none;
  }
  .product-item.product03 {
    margin-top: 5.33vw;
  }
  .product-item.product03 .product-item-bg {
    width: 100%;
  }
  .product-item.product03 .inner {
    padding: 4vw 30px 5.33vw;
  }
  .product-item.product03 .pro-txt-box {
    margin-top: 9px;
  }
  .product-item.product03 .pro-model {
    font-size: 3.47vw;
  }
  .product-item.product03 .pro-img {
    width: 61vw;
    right: 0%;
    top: 55%;
  }
  .product-item.product03 .shop-list {
    margin-top: 50px;
    width: 100%;
  }
  .product-item.product03 .pro-detail {
    min-height: 45.33vw;
    line-height: 1.6;
    padding-left: 8px;
  }
  .product-item.product04 {
    margin-top: 5.33vw;
  }
  .product-item.product04::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 102%;
    z-index: -5;
  }
  .product-item.product04 .product-item-bg_sp {
    width: 100%;
    background: #C2CCD6;
    height: 224vw;
    top: 260px;
    left: 0;
    position: absolute;
    z-index: -10;
  }
  :where(.product04, .product05, .product06) .pro-ttl span {
    background: none;
  }
  :where(.product04, .product05, .product06) .pro-model {
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
    padding: 2px 0;
    width: 97%;
    margin: 0 auto;
  }
  :where(.product04, .product05, .product06) .pro-txt-box {
    margin-top: 0;
  }
  :where(.product04, .product05, .product06) .pro-detail {
    width: 100%;
  }
  .product-item.product04 .pro-ttl span {
    padding-top: 1.33vw;
  }
  .product-item.product04 .pro-txt-box {
    margin-top: 5px;
  }
  .product-item.product04 .pro-detail {
    margin-top: 85vw;
    padding: 0 6px 0 4px;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
  .product-item.product04 .shop-list {
    margin-top: 14px;
  }
  .product-item.product04 .pro-img {
    top: 74.67vw;
    left: -71px;
    width: 110vw;
    max-width: 680px;
  }
  .product-item.product04 .pro-pic {
    top: 31.47vw;
    left: auto;
    right: 0;
    width: 77vw;
  }
  .product-item.product05 {
    margin-top: 17.6vw;
  }
  .product-item.product05 .product-item-bg {
    display: none;
  }
  .product-item.product05::before {
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
  }
  .product-item.product05 .inner {
    padding: 2.67% 7% 6%;
  }
  .product-item.product05 .pro-txt-box {
    margin-top: 10px;
  }
  .product-item.product05 .pro-model {
    letter-spacing: -0.7px;
    margin-top: 8px;
    font-size: 3vw;
  }
  .product-item.product05 .pro-detail {
    margin-top: min(86.13vw, 620px);
    padding: 0 1.33vw;
    width: 100%;
    line-height: 1.6;
  }
  .product-item.product05 .pro-img {
    top: 31%;
    right: -64px;
    width: 82vw;
  }
  .product-item.product05 .pro-pic {
    right: auto;
    left: 0;
    top: 16%;
    width: 76vw;
    max-width: 900px;
  }
  .product-item.product05 .shop-item.--ttl {
    color: #7F9DB2;
    border-color: #7F9DB2;
  }
  .product-item.product05 .shop-list {
    margin-top: 13px;
  }
  .product-item.product06 {
    margin-top: 11vw;
    margin-bottom: 16vw;
  }
  .product-item.product06::before {
    margin-top: 0;
    width: 90%;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 102%;
    z-index: -5;
  }
  .product-item.product06 .product-item-bg_sp {
    background: #C2CCD6;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    height: 176vw;
    z-index: -10;
  }
  .product-item.product06 .inner {
    padding: 0 7%;
  }
  .product-item.product06 .pro-ttl {
    margin-top: 12px;
  }
  .product-item.product06 .pro-wrap {
    align-items: center;
  }
  .product-item.product06 .pro-txt-box {
    margin-top: 10px;
  }
  .product-item.product06 .pro-detail {
    margin-top: min(85.33vw, 720px);
    padding: 0 6px;
    line-height: 1.6;
  }
  .product-item.product06 .shop-list {
    margin-top: 14px;
  }
  .product-item.product06 .pro-img {
    width: 114vw;
    top: 31%;
    left: -210px;
    max-width: 750px;
  }
  .product-item.product06 .pro-pic {
    left: auto;
    right: 0;
    top: 30.67vw;
    width: 77vw;
  }




}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .lead p {
    font-size: 2.3vw;
  }
  .product-item.product01 .pro-img {
    width: 50vw;
    right: 0;
  }
  .pro-ttl {
    font-size: 4vw;
  }
  .pro-model {
    font-size: 3vw;
  }
  .shop-item.--ttl {
    font-size: 3vw;
  }
  .shop-item {
    font-size: 2.7vw;
  }
  .product-item.product02 .pro-img {
    top: 128px;
    width: 37vw;
  }
  .product-item.product03 .pro-img {
    width: 48vw;
    top: 55%;
    max-width: 420px;
  }

}

