:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: 0;
}

.container.lightbox {
  max-width: 800px;
  position: relative;
}

.container.cta {
  max-width: 806px;
  position: relative;
}

.container.movie {
  max-width: 800px;
  position: static;
}

.container.expert {
  max-width: 800px;
}

.container.faq {
  opacity: 1;
  color: #fff;
  background-color: #ffffffb3;
  border-radius: 12px;
  max-width: 800px;
  padding-top: 4%;
  padding-bottom: 4%;
  position: relative;
  left: auto;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.section {
  position: relative;
}

.section.navigation {
  z-index: 900;
  background-color: #2c4a52;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section._1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 170px;
}

.section._2 {
  padding-top: 230px;
  padding-bottom: 0;
}

.section._2.pc {
  padding-top: 140px;
  padding-bottom: 50px;
}

.section.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #2c4a52;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section._3 {
  padding-top: 140px;
  padding-bottom: 30px;
}

.section.divider {
  height: 120px;
  display: block;
  overflow: hidden;
}

.section._4 {
  padding-top: 140px;
  padding-bottom: 30px;
}

.client-logo-header {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  transition: all .25s;
}

.client-logo-header:hover {
  transform: scale(.95);
}

.client-logo-header.mobile {
  display: none;
}

.paragraph-15px-center {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.navigation-link {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  position: relative;
}

.navigation-link:hover {
  transform: translate(0, -4px);
}

.navigation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: end;
  justify-items: center;
  display: grid;
}

.navigation-grid._4-iterms {
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.navigation-grid._5-iterms {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: grid;
}

.navigation-label {
  color: #fff;
  white-space: nowrap;
  padding: 10px 8px 6px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.heading-height-92px {
  height: 96.7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-23px-center {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
}

.video {
  border: 0 #181313;
  border-radius: 0;
  display: block;
}

.video-block {
  grid-row-gap: 18px;
  border: 14px solid #dbecfa;
  border-radius: 10px;
  flex-direction: column;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.video-block.expert, .video-block.corollacross {
  border: 10px solid #d6c6b9;
  border-radius: 0;
}

.cta-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.cta-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 83px;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-link.fore.radus_box-shadows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  width: 30%;
  height: auto;
  position: relative;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  place-content: space-between;
  position: relative;
}

.light-linkbox {
  border: 1px #548093;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 1.5% 0%;
  padding-top: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.lightbox-label {
  background-color: #d6c6b9;
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 23%;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-image {
  z-index: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
}

.cta-label {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  overflow-wrap: normal;
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 30%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.cta-label.store {
  letter-spacing: 1px;
  margin-left: 20%;
  font-size: 19px;
}

.cta-label.contact {
  margin-left: 25%;
  font-size: 19px;
}

.cta-label.webcatalog {
  margin-left: 27%;
  font-size: 18px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  font-weight: 400;
  display: block;
}

.heading-image-4 {
  width: 815px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-image-4.mobile {
  display: none;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 23px;
}

.heading-image-7 {
  width: 727px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
}

.client-logo-footer {
  width: 100%;
  max-width: none;
  height: auto;
  transition: all .35s;
}

.client-logo-footer:hover {
  transform: scale(.95);
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.background-color-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.toggle {
  cursor: pointer;
  position: relative;
}

.expand-button-link {
  clear: both;
  opacity: 1;
  text-align: center;
  background-color: #d6c6b9;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 7px 20px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all .1s;
  display: block;
  position: relative;
  overflow: hidden;
}

.expand-button-link:hover {
  -webkit-text-stroke-color: #000;
  overflow: hidden;
}

.lightbox-background {
  z-index: 901;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.lightbox-background.show {
  z-index: 1000;
  opacity: 1;
  display: block;
  position: fixed;
}

.lightbox-popup {
  z-index: auto;
  float: none;
  background-color: #f2eeea;
  width: 510px;
  height: 100vh;
  margin: 0 0 0 auto;
  padding: 100px 45px 45px;
  position: relative;
  overflow: scroll;
}

.telop-grid {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.telop-grid._1-column {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.close-button-area {
  height: 61px;
  position: relative;
}

.dialog-close-image {
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.dialog-paragraph {
  color: #333;
  overflow-wrap: anywhere;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 2;
  display: block;
}

.dialog-paragraph.ex {
  padding-left: 0;
}

.background-image-wrapper {
  width: 100%;
  height: auto;
  margin-top: -17%;
  position: relative;
  top: auto;
  overflow: clip;
}

.background-image-wrapper.curtain-1 {
  background-image: url('../images/background-highright.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.background-image-wrapper.mobile {
  margin-top: 0%;
  display: none;
}

.background-image-wrapper.curtain-2 {
  background-image: url('../images/bacground-detail.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.background-image-wrapper.curtain_3 {
  background-image: url('../images/background-opinion.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 140px;
}

.background-image-wrapper.curtain_4 {
  background-image: url('../images/background-faq-2_1background-faq-2.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 140px;
}

.background-image {
  display: inline-block;
  position: absolute;
  top: -112px;
}

.home-link {
  text-align: center;
}

.home-link.sp {
  display: none;
}

.home-link.header, .home-link.footer {
  width: 160px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cta-wrapper {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.flex-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-block.pc {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 640px;
  max-width: none;
  margin: 0% auto 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.flex-block.pc._2 {
  margin-top: 0%;
  position: static;
}

.flex-block.mobaile {
  display: none;
}

.flex-block.mobaile._2 {
  z-index: 8;
  position: relative;
}

.flex-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-vertical.payment-plan-link {
  color: #fff;
  flex: 1;
  text-decoration: none;
}

.text-block {
  color: #3b4653;
  text-transform: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.container-navi {
  max-width: 1024px;
  padding-bottom: 0;
  position: relative;
}

.background-black-navi {
  height: 60px;
}

.lightbox-link-2 {
  background-color: #000;
  border: 2px solid #000;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-21px-center {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-height-92px-5 {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.italic-text-4 {
  color: #fff;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.cta-image {
  opacity: 1;
  width: 84%;
  min-width: auto;
  max-width: none;
  display: block;
}

.cta-bottom {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 160px;
}

.cta-bottom._2 {
  padding-top: 50px;
}

.heading-movie {
  width: 526.23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-movie.pc {
  justify-content: space-between;
  align-items: center;
  width: 76%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: -20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  left: 18px;
}

.paragraph-center {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.paragraph-center.mobile {
  display: none;
}

.paragraph-center.margin-top {
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12.15px;
}

.paragraph-center.margin-top.pc {
  z-index: 5;
  color: #fff;
  z-index: 5;
  z-index: 5;
  flex-flow: column;
  width: 660px;
  margin: 25px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  position: relative;
}

.paragraph-center.margin-top.pc.ex {
  width: 800px;
  font-size: 14px;
}

.paragraph-center.margin-top.pc {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  width: 660px;
  margin: 25px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  position: relative;
}

.text {
  color: #fff;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.heading-photo {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-photo.pc {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: -20px;
  display: flex;
  position: relative;
}

.heading-lightbox {
  color: #3b4653;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.heading-expert {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-expert.pc {
  width: 86%;
  min-width: auto;
  max-width: none;
  margin-bottom: -14px;
  display: flex;
  position: relative;
}

.footer-section {
  height: auto;
}

.footer-section.sp {
  display: none;
}

.telop-title {
  color: #f06060;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-terop {
  color: #f06060;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.cta-block {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
  position: absolute;
  top: 36%;
}

.cta-block._1 {
  top: 37%;
}

.hero-background-image-wrap {
  width: 100%;
  height: 235vw;
  overflow: clip;
}

.hero-background-image-wrap.hero-pc {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 68.5vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.custom-styles {
  display: none;
}

.hero-logo {
  z-index: 1;
  width: 84%;
  max-width: none;
  height: auto;
  margin-top: 0%;
  position: relative;
  inset: 0% 0% auto;
}

.text-image {
  z-index: auto;
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.light-box {
  background-image: url('../images/lightbox-background.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-sub-section {
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
}

.cta-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .35s;
  display: flex;
}

.cta-box:hover {
  transform: scale(.95);
}

.hero-text {
  z-index: 0;
  opacity: 1;
  letter-spacing: 0;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 4%;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.hero-text.sp {
  display: none;
}

.hero-image {
  width: 100%;
  max-width: none;
  display: block;
}

.hero-text-box {
  flex-flow: column-reverse wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 7% auto 0% 7%;
}

.movie-h2-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
  top: -7px;
  right: 12%;
}

.icon-movie-box {
  width: 22%;
}

.icon-movie {
  width: 100%;
  max-width: none;
}

.movie-h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.movie-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 1.2;
}

.icon-potp-box {
  width: 17%;
}

.icon-potp {
  width: 100%;
  max-width: none;
}

.phot-h2-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
  top: 24px;
  right: 3%;
}

.photo-h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.photo-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 41.5px;
  font-weight: 600;
  line-height: 1.2;
}

.photo-h2-2.sp {
  display: none;
}

.icon-expert-box {
  width: 19%;
}

.icon-expert {
  width: 100%;
  max-width: none;
}

.expert-h2-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
  top: 22px;
  right: 6%;
}

.expert-h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.expert-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 1.2;
}

.expert-h2-2.sp {
  display: none;
}

.h1-text {
  margin-top: 2%;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
  left: 45%;
}

.store-link {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  position: relative;
}

.store-link:hover {
  transform: translate(0, -4px);
}

.store-link-copy {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  position: relative;
}

.store-link-copy:hover {
  transform: translate(0, -4px);
}

.code-embed {
  display: none;
}

.gallery-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 800px;
  position: relative;
}

.modal-content-text {
  color: #333;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.modal-content-text._1 {
  margin-top: 20px;
  line-height: 1.5;
}

.modal-content-text._2 {
  margin-top: 10px;
  line-height: 1.5;
}

.gallery-item-2 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.modal-image-1 {
  position: relative;
  inset: 0%;
}

.gallery-item-3 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  display: block;
  overflow: clip;
}

.crose-button {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  width: 5%;
  max-width: none;
  display: block;
  position: absolute;
  inset: 1% 1% auto auto;
}

.crose-button.bottom {
  inset: auto 1% 1% auto;
}

.heading-lightbox-seo {
  color: #3b4653;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 0%;
}

.heading-lightbox-seo._3 {
  margin-left: 42%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.heading-lightbox-seo._1 {
  margin-left: 24%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.heading-lightbox-seo._2 {
  margin-left: 23%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.heading-lightbox-seo._4 {
  margin-left: 34%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.add-button {
  width: 24px;
  max-width: none;
  margin-left: 0%;
  margin-right: 5%;
}

.gallery-item-1 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.lightbox-label-seo {
  background-color: #d6c6b9;
  border-style: none;
  border-width: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.modal-content {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 4px 5px 10px 2px #0000005c;
}

.modal-wrapper {
  z-index: 9999;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper.modal-1 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper.modal-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.modal-wrapper.modal-4 {
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-wrapper.modal-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.grid-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 450px;
  margin: 10px auto 50px;
}

.text-block-left {
  color: #333;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.modal-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-right {
  color: #333;
  text-align: right;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.modal-content-h3 {
  color: #333;
  max-width: 450px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.modal-content-h3._1 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.light-box-seo {
  z-index: auto;
  cursor: pointer;
  background-image: url('../images/lightbox-background.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-seo {
  color: #333;
  max-width: 450px;
  margin: 20px auto;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 26px;
  line-height: 1.3;
}

.modal-content-image {
  border-radius: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.number-seo {
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.modal-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery-item-4 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  overflow: clip;
}

.modal-content-wltc {
  color: #333;
  width: 300px;
  max-width: none;
  margin: 10px auto;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  position: relative;
  left: auto;
  right: 11%;
}

.modal-content-wltc._1 {
  margin-top: 20px;
  line-height: 1.5;
}

.faq-h2 {
  color: #0e294d;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1px;
}

.question-text {
  color: #0e294d;
  margin-bottom: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
}

.div-block {
  display: flex;
}

.text-block-2 {
  color: #3b4653;
}

.faq-box {
  max-width: 700px;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
}

.question-block {
  border: 1px #000;
  border-bottom: 1px solid #00000040;
  margin-top: 1%;
  margin-bottom: 1%;
  line-height: 1.4;
  display: flex;
}

.question-icon {
  width: 5%;
  max-width: none;
  margin-right: 2%;
}

.answer-block {
  border-bottom: 1px solid #00000040;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1%;
  margin-bottom: 3%;
  padding-bottom: 1%;
  display: flex;
}

.answer-icon {
  width: 5%;
  max-width: none;
  margin-right: 2%;
}

.answer-text {
  color: #0e294d;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
}

.text-block-3 {
  color: #0e294d;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 11px;
}

.link {
  color: #005bd5;
  text-decoration: none;
}

.text-span {
  color: #0014f1;
  text-decoration: none;
}

.link-2, .youtube-link {
  text-decoration: none;
}

.bottom-text {
  color: #0e294d;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 11.5px;
}

.faq-h3 {
  color: #0e294d;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 23px;
  line-height: 1.1;
}

.faq-a {
  font-size: 13.5px;
}

.teemo-link {
  text-decoration: none;
}

.div-block-2, .lightboxseo, .seo-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.br-sp {
  display: none;
}

.br-pc, .br-pc-2 {
  display: block;
}

.telop-grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.telop-grid-2._2-column {
  grid-template-columns: 1fr 2.75fr;
}

.dialog-paragraph-2 {
  color: #333;
  overflow-wrap: anywhere;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 2;
  display: block;
}

.annotation {
  opacity: 1;
  color: #f06060;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.telop-grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.telop-grid-3._2-column {
  grid-column-gap: 9px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.telop-grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.telop-grid-4._2-column {
  grid-column-gap: 9px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .container {
    flex: 1;
    max-width: 720px;
  }

  .container.lightbox {
    max-width: 820px;
  }

  .container.cta {
    max-width: 806px;
  }

  .container.movie, .container.expert, .container.faq {
    max-width: 820px;
  }

  .section._1 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 110px;
    padding-bottom: 170px;
    display: block;
  }

  .section._2.pc {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .section.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._3 {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .section.divider {
    height: 130px;
  }

  .section._4 {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .navigation-label {
    font-size: 13px;
    font-weight: 300;
  }

  .video {
    border-width: 2px;
  }

  .video-block {
    width: 641px;
  }

  .video-block.expert {
    border-style: solid;
    width: 640px;
  }

  .video-block.corollacross {
    width: 640px;
  }

  .cta-grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-link {
    width: 277px;
    height: 91px;
  }

  .light-linkbox {
    border: 2px #548093;
  }

  .lightbox-label {
    height: 23%;
  }

  .cta-label {
    font-size: 20px;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 32px;
  }

  .client-logo-footer {
    font-size: 15px;
  }

  .expand-button-link {
    background-color: #d6c6b9;
    padding-left: 7px;
  }

  .lightbox-popup {
    width: 640px;
    padding: 100px 62px 62px;
  }

  .telop-grid {
    grid-column-gap: 49px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .telop-grid._1-column {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .dialog-close-image {
    width: 32px;
    height: 32px;
  }

  .dialog-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 2;
  }

  .dialog-paragraph.ex {
    padding-left: 0;
  }

  .background-image-wrapper {
    margin-top: -17%;
  }

  .background-image-wrapper.curtain-2 {
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-opinion.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .background-image-wrapper.curtain_4 {
    background-image: url('../images/background-faq-2_1background-faq-2.webp');
    background-position: 50%;
    background-size: cover;
  }

  .home-link.header, .home-link.footer {
    width: 160px;
  }

  .flex-block.pc {
    max-width: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block.pc._2 {
    margin-top: 0%;
  }

  .text-block {
    font-size: 14px;
  }

  .container-navi {
    max-width: 1140px;
  }

  .italic-text-4 {
    font-size: 15px;
  }

  .cta-image {
    width: 84%;
  }

  .heading-movie.pc {
    width: 76%;
    min-width: auto;
    max-width: none;
  }

  .paragraph-center.margin-top {
    font-size: 17px;
  }

  .paragraph-center.margin-top.pc {
    font-size: 14px;
  }

  .text {
    font-size: 15px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: -20px;
  }

  .heading-lightbox {
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
  }

  .heading-expert.pc {
    width: 86%;
    margin-bottom: -14px;
  }

  .telop-title {
    font-size: 21px;
    line-height: 24px;
  }

  .heading-terop {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .cta-block, .cta-block._1 {
    top: 35%;
  }

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    height: 68.5vw;
  }

  .hero-logo {
    margin-top: 0%;
  }

  .movie-h2 {
    font-size: 18.5px;
  }

  .movie-h2-2 {
    font-size: 54px;
  }

  .photo-h2 {
    font-size: 19px;
  }

  .photo-h2-2 {
    font-size: 42px;
  }

  .expert-h2-box {
    top: 24px;
  }

  .expert-h2 {
    font-size: 20px;
  }

  .expert-h2-2 {
    font-size: 39px;
  }

  .gallery-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 800px;
  }

  .heading-lightbox-seo {
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
  }

  .heading-lightbox-seo._3, .heading-lightbox-seo._1, .heading-lightbox-seo._2, .heading-lightbox-seo._4 {
    font-size: 15px;
    line-height: 1;
  }

  .lightbox-label-seo {
    height: 23%;
  }

  .modal-wrapper.modal-1 {
    display: none;
  }

  .question-text {
    font-size: 17px;
  }

  .faq-box {
    max-width: 720px;
  }

  .telop-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 3.5fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .telop-grid-2._2-column {
    grid-template-columns: 1fr 2.5fr;
  }

  .dialog-paragraph-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 2;
  }

  .annotation {
    font-size: 14px;
  }

  .telop-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .telop-grid-3._2-column {
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 2.25fr;
  }

  .telop-grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .telop-grid-4._2-column {
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 2.25fr;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 850px;
    font-size: 17px;
  }

  .container.lightbox {
    max-width: 900px;
    line-height: 1.5;
  }

  .container.cta {
    max-width: 907px;
  }

  .container.movie, .container.expert {
    max-width: 900px;
  }

  .container.faq {
    border-radius: 14px;
    max-width: 900px;
  }

  .body {
    font-size: 17px;
    line-height: 27px;
  }

  .section.navigation {
    z-index: 900;
    height: 70px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .section._1 {
    justify-content: center;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .section._2 {
    padding-top: 128px;
    padding-bottom: 56px;
  }

  .section._2.pc {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.footer {
    margin-top: 0;
    padding: 50px;
  }

  .section._3 {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .section.divider {
    height: 140px;
  }

  .section._4 {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-grid {
    grid-template-columns: 80px 80px 80px 80px 80px 80px;
    grid-auto-columns: auto;
    right: 59px;
  }

  .navigation-grid._4-iterms {
    grid-template-columns: 65px 65px 65px 65px;
    right: 36px;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    right: 36px;
  }

  .navigation-label {
    padding: 11px;
    font-size: 14px;
  }

  .heading-height-92px {
    height: 94px;
  }

  .heading-23px-center {
    font-size: 25px;
  }

  .video {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .video-block {
    width: 720px;
  }

  .video-block.expert {
    border-style: solid;
    border-width: 10px;
    width: 750px;
    line-height: 26px;
  }

  .video-block.corollacross {
    border-width: 10px;
    width: 750px;
  }

  .cta-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .cta-link {
    width: 315px;
    height: 103px;
  }

  .cta-link.fore.radus_box-shadows {
    border-radius: 80px;
    width: 30%;
    height: auto;
  }

  .grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .light-linkbox {
    border: 2px #548093;
  }

  .lightbox-label {
    height: 23%;
    padding-top: 0;
    top: auto;
    bottom: 0%;
  }

  .cta-label {
    box-shadow: none;
    margin-left: 25%;
    font-size: 21px;
  }

  .cta-label.store, .cta-label.contact {
    font-size: 20px;
  }

  .cta-label.webcatalog {
    font-size: 19px;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-image-4 {
    width: 1238px;
    margin-bottom: 30px;
  }

  .heading-image-4.pc {
    width: 933px;
  }

  .paragraph-2 {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-image-7 {
    width: 825px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: 61px;
  }

  .expand-button-link {
    padding: 12px 9px 22px;
    font-size: 17px;
  }

  .lightbox-popup {
    width: 718px;
    padding: 120px 72px 72px;
  }

  .telop-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .telop-grid._1-column {
    grid-column-gap: 41px;
    grid-row-gap: 21px;
  }

  .dialog-close-image {
    width: 35px;
    height: 35px;
  }

  .dialog-paragraph {
    text-align: justify;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 17px;
    line-height: 2;
  }

  .dialog-paragraph.ex {
    padding-left: 0;
  }

  .background-image-wrapper.curtain-2 {
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3, .background-image-wrapper.curtain_4 {
    padding-bottom: 160px;
  }

  .background-image {
    top: -122px;
  }

  .home-link {
    width: 17%;
  }

  .home-link.header, .home-link.footer {
    width: 170px;
  }

  .flex-block.pc {
    width: 750px;
    max-width: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block.pc._2 {
    margin-top: 0%;
  }

  .text-block {
    margin-bottom: 0;
    font-size: 15px;
  }

  .container-navi {
    max-width: 1280px;
  }

  .background-black-navi {
    height: 70px;
  }

  .lightbox-link-2 {
    border-width: 4px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 94px;
  }

  .heading-21px-center {
    font-size: 25px;
  }

  .heading-height-92px-5 {
    height: 94px;
  }

  .italic-text-4 {
    font-size: 17px;
  }

  .cta-image {
    width: 82%;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .heading-movie {
    width: 595px;
  }

  .heading-movie.pc {
    width: 76%;
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
    left: 16px;
  }

  .paragraph-center.margin-top {
    font-size: 17px;
  }

  .paragraph-center.margin-top.pc {
    width: 750px;
    margin-top: 35px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph-center.margin-top.pc.ex {
    width: 900px;
    margin-top: 30px;
    font-size: 16px;
  }

  .paragraph-center.margin-top.pc {
    width: 900px;
    margin-top: 35px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .text {
    font-size: 17px;
  }

  .heading-photo.pc {
    width: 100%;
    min-width: auto;
    margin-bottom: -22px;
  }

  .heading-lightbox {
    font-size: 13px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 86%;
    min-width: auto;
    max-width: none;
    margin-bottom: -18px;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 22px;
    line-height: 27px;
  }

  .heading-terop {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.5;
  }

  .cta-block {
    top: 35%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 68.5vw;
    margin-top: 0;
  }

  .hero-logo {
    margin-top: 0%;
  }

  .movie-h2-box {
    right: 7%;
  }

  .movie-h2 {
    font-size: 22px;
  }

  .movie-h2-2 {
    font-size: 64px;
  }

  .photo-h2 {
    font-size: 20px;
  }

  .photo-h2-2 {
    font-size: 46px;
  }

  .expert-h2-box {
    top: 28px;
  }

  .expert-h2 {
    font-size: 21px;
  }

  .expert-h2-2 {
    font-size: 44px;
  }

  .gallery-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 900px;
  }

  .heading-lightbox-seo {
    font-size: 13px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._3, .heading-lightbox-seo._1, .heading-lightbox-seo._2, .heading-lightbox-seo._4 {
    font-size: 18px;
  }

  .add-button {
    width: 26px;
  }

  .lightbox-label-seo {
    height: 23%;
    padding-top: 12px;
    padding-bottom: 12px;
    top: auto;
    bottom: 0%;
  }

  .faq-h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .question-text {
    font-size: 19px;
  }

  .faq-box {
    max-width: 800px;
  }

  .answer-text {
    font-size: 17px;
  }

  .bottom-text {
    font-size: 13px;
  }

  .faq-h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 25px;
  }

  .faq-a {
    font-size: 14.5px;
  }

  .telop-grid-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 3.5fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .telop-grid-2._2-column {
    grid-template-columns: 1fr 2fr;
  }

  .dialog-paragraph-2 {
    text-align: justify;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 17px;
    line-height: 2;
  }

  .annotation {
    font-size: 15px;
  }

  .telop-grid-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .telop-grid-3._2-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 2.25fr;
  }

  .telop-grid-4 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .telop-grid-4._2-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 2.25fr;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1000px;
    padding-left: 0;
    overflow: visible;
  }

  .container.lightbox {
    max-width: 1100px;
  }

  .container.cta {
    max-width: 1210px;
  }

  .container.movie, .container.expert {
    max-width: 1100px;
  }

  .container.faq {
    border-radius: 16px;
    max-width: 1100px;
  }

  .body {
    font-size: 23px;
    line-height: 37px;
  }

  .section.navigation {
    height: 85px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .section._1 {
    padding-top: 160px;
    padding-bottom: 270px;
    font-size: 21px;
  }

  .section._2 {
    padding-top: 330px;
  }

  .section._2.pc {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .section.footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .section._3 {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .section.divider {
    height: 170px;
  }

  .section._4 {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .client-logo-header {
    height: auto;
    left: 41px;
  }

  .paragraph-15px-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigation-grid._4-iterms {
    grid-template-columns: 95px 95px 95px 95px;
    font-size: 23px;
    right: 37px;
  }

  .navigation-grid._5-iterms {
    margin-top: 10px;
    right: 37px;
  }

  .navigation-label {
    padding: 12px;
    font-size: 19px;
  }

  .heading-height-92px {
    height: 128px;
  }

  .heading-23px-center {
    font-size: 34px;
  }

  .video {
    border-style: none;
  }

  .video-block {
    width: 960px;
  }

  .video-block.expert {
    border-style: solid;
    border-width: 12px;
    width: 840px;
  }

  .video-block.corollacross {
    z-index: auto;
    border-style: solid;
    border-width: 12px;
    width: 840px;
  }

  .cta-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .cta-link {
    width: 416px;
    height: 137px;
  }

  .cta-link.fore.radus_box-shadows {
    width: 28%;
    height: auto;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .light-linkbox {
    border: 3px #548093;
    width: 96%;
    margin-bottom: 1.5%;
  }

  .lightbox-label {
    background-color: #d6c6b9;
    border-style: none;
    border-color: #000;
    height: 23%;
  }

  .lightbox-image {
    max-width: 100%;
    overflow: clip;
  }

  .cta-label {
    box-shadow: none;
    margin-left: 25%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
  }

  .cta-label.store {
    margin-left: 18%;
    font-size: 26px;
  }

  .cta-label.contact {
    margin-left: 22%;
    font-size: 25px;
  }

  .cta-label.webcatalog {
    margin-left: 24%;
    font-size: 25px;
  }

  .heading-7 {
    font-size: 34px;
    line-height: 34px;
  }

  .heading-image-4.pc {
    width: 1249px;
  }

  .heading-image-7 {
    width: 1066px;
    margin-bottom: 24px;
  }

  .paragraph-3 {
    margin-bottom: 40px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: 79px;
  }

  .expand-button-link {
    background-color: #d6c6b9;
    padding: 16px 10px 26px;
    font-size: 24px;
  }

  .lightbox-popup {
    padding-top: 140px;
  }

  .telop-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .telop-grid._1-column {
    grid-column-gap: 44px;
    grid-row-gap: 10px;
  }

  .dialog-paragraph {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .background-image-wrapper {
    width: 100%;
  }

  .background-image-wrapper.curtain-1 {
    background-position: 50% 100%;
  }

  .background-image-wrapper.curtain-2 {
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3, .background-image-wrapper.curtain_4 {
    padding-top: 0;
    padding-bottom: 160px;
  }

  .background-image {
    top: -147px;
  }

  .home-link {
    width: 18%;
  }

  .home-link.header, .home-link.footer {
    width: 210px;
  }

  .flex-block {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .flex-block.pc {
    width: 840px;
    max-width: 840px;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .flex-block.pc._2 {
    margin-top: 0%;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .container-navi {
    max-width: 1710px;
  }

  .background-black-navi {
    height: 85px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 128px;
  }

  .heading-21px-center {
    font-size: 34px;
  }

  .heading-height-92px-5 {
    height: 128px;
  }

  .italic-text-4 {
    font-size: 19px;
  }

  .cta-image {
    min-width: auto;
    max-width: none;
  }

  .cta-bottom {
    box-shadow: none;
    padding-top: 90px;
    padding-bottom: 170px;
    font-size: 21px;
  }

  .heading-movie {
    width: 780px;
  }

  .heading-movie.pc {
    width: 68%;
    margin-top: 0;
    margin-bottom: -18px;
    padding-bottom: 0;
  }

  .paragraph-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-center.margin-top {
    font-size: 23px;
  }

  .paragraph-center.margin-top.pc {
    width: 840px;
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .paragraph-center.margin-top.pc.ex {
    width: 1100px;
    margin-top: 35px;
    font-size: 18px;
  }

  .paragraph-center.margin-top.pc {
    width: 1100px;
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .text {
    font-size: 20px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: -22px;
  }

  .heading-lightbox {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 82%;
    font-size: 52px;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 23px;
  }

  .heading-terop {
    margin-top: 20px;
    font-size: 20px;
  }

  .cta-block {
    width: 70%;
    top: 35%;
  }

  .hero-background-image-wrap {
    width: 100%;
  }

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 68.5vw;
  }

  .hero-logo {
    margin-top: 0%;
  }

  .movie-h2-box {
    right: 9%;
  }

  .icon-movie-box {
    width: 22%;
  }

  .icon-movie {
    width: 100%;
    max-width: none;
  }

  .movie-h2 {
    font-size: 24px;
  }

  .movie-h2-2 {
    font-size: 68px;
  }

  .icon-potp-box {
    width: 17%;
  }

  .icon-potp {
    width: 100%;
    max-width: none;
  }

  .phot-h2-box {
    top: 33px;
  }

  .photo-h2 {
    font-size: 25px;
  }

  .photo-h2-2 {
    font-size: 57px;
  }

  .icon-expert-box {
    width: 20%;
  }

  .icon-expert {
    width: 100%;
    max-width: none;
  }

  .expert-h2-box {
    top: 39px;
  }

  .expert-h2 {
    font-size: 23px;
  }

  .expert-h2-2 {
    font-size: 50px;
  }

  .gallery-wrapper {
    width: 1110px;
  }

  .heading-lightbox-seo {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._3, .heading-lightbox-seo._1, .heading-lightbox-seo._2, .heading-lightbox-seo._4 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 22px;
  }

  .add-button {
    width: 34px;
  }

  .lightbox-label-seo {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .faq-h2 {
    margin-top: 40px;
    margin-bottom: 100px;
    font-size: 38px;
  }

  .question-text {
    font-size: 22px;
  }

  .faq-box {
    max-width: 1000px;
  }

  .answer-text {
    font-size: 20px;
  }

  .bottom-text {
    font-size: 16px;
  }

  .faq-h3 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 30px;
  }

  .faq-a {
    font-size: 17.5px;
  }

  .telop-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 3.5fr;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .dialog-paragraph-2 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .annotation {
    color: #f06060;
    font-size: 16px;
  }

  .telop-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .telop-grid-3._2-column {
    grid-column-gap: 28px;
    grid-row-gap: 27px;
    grid-template-columns: 1fr 2.25fr;
  }

  .telop-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .telop-grid-4._2-column {
    grid-column-gap: 28px;
    grid-row-gap: 27px;
    grid-template-columns: 1fr 2.25fr;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 640px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.lightbox {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    max-width: 720px;
  }

  .container.faq {
    border-radius: 10px;
    max-width: 700px;
  }

  .section.navigation {
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._1 {
    padding-top: 110px;
    padding-bottom: 170px;
  }

  .section._2.pc {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .section.footer {
    grid-row-gap: 8px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._3 {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .section.divider {
    height: 100px;
  }

  .section._4 {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-link {
    margin-top: 0;
  }

  .navigation-grid._4-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 1.5;
  }

  .navigation-label {
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  .video-block.expert {
    border-width: 10px;
    border-radius: 0;
  }

  .video-block.corollacross {
    border-style: solid;
    border-width: 10px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }

  .cta-link {
    height: 75px;
  }

  .cta-link.fore.radus_box-shadows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    mix-blend-mode: normal;
    width: 34%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .grid {
    grid-auto-columns: minmax(auto, 1fr);
  }

  .lightbox-label {
    height: 23%;
  }

  .cta-label {
    margin-left: 20%;
    font-size: 18px;
  }

  .cta-label.contact {
    margin-left: 18%;
  }

  .cta-label.webcatalog {
    margin-left: 22%;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
  }

  .expand-button-link {
    padding: 10px 5px 20px;
  }

  .lightbox-popup {
    padding-top: 80px;
  }

  .telop-grid {
    grid-column-gap: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .telop-grid._1-column {
    grid-column-gap: 10px;
  }

  .dialog-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .background-image-wrapper.curtain-1 {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }

  .background-image-wrapper.curtain-2 {
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3, .background-image-wrapper.curtain_4 {
    padding-bottom: 100px;
  }

  .background-image {
    top: -57px;
  }

  .home-link {
    text-align: center;
    align-self: auto;
    width: auto;
  }

  .home-link.header, .home-link.footer {
    width: 140px;
  }

  .cta-wrapper {
    height: auto;
  }

  .flex-block.pc {
    max-width: 678px;
  }

  .text-block {
    font-size: 14px;
  }

  .container-navi {
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-black-navi {
    height: 54px;
  }

  .heading-height-92px-5 {
    height: 70px;
  }

  .italic-text-4 {
    font-size: 14px;
  }

  .cta-image {
    width: 86%;
    min-width: auto;
    max-width: none;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .heading-movie.pc {
    width: 79%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .paragraph-center.margin-top.pc {
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 600;
  }

  .text {
    font-size: 14px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: -20px;
  }

  .heading-lightbox {
    font-size: 11px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 86%;
    margin-bottom: -14px;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 19px;
  }

  .heading-terop {
    font-size: 16px;
  }

  .cta-block {
    width: 80%;
    top: 34%;
    left: auto;
  }

  .hero-background-image-wrap.hero-pc {
    height: 68vw;
  }

  .hero-text {
    font-size: 3vw;
  }

  .movie-h2 {
    font-size: 18px;
  }

  .movie-h2-2 {
    font-size: 53px;
  }

  .photo-h2 {
    font-size: 17px;
  }

  .photo-h2-2 {
    font-size: 37px;
  }

  .expert-h2 {
    font-size: 18px;
  }

  .expert-h2-2 {
    font-size: 37px;
  }

  .store-link, .store-link-copy {
    margin-top: 0;
  }

  .gallery-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 720px;
  }

  .heading-lightbox-seo {
    font-size: 11px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._3, .heading-lightbox-seo._1, .heading-lightbox-seo._2, .heading-lightbox-seo._4 {
    font-size: 14px;
  }

  .lightbox-label-seo {
    height: 23%;
  }

  .modal-wrapper.modal-1, .modal-wrapper.modal-3, .modal-wrapper.modal-4, .modal-wrapper.modal-2 {
    display: none;
  }

  .modal-section {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-h2 {
    font-size: 28px;
  }

  .question-text {
    font-size: 15px;
  }

  .faq-box {
    max-width: 640px;
  }

  .answer-text {
    font-size: 14px;
  }

  .bottom-text {
    font-size: 10.5px;
  }

  .faq-h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .faq-a {
    font-size: 12.5px;
  }

  .telop-grid-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .telop-grid-2._2-column {
    grid-template-columns: 1fr 2.5fr;
  }

  .dialog-paragraph-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .annotation {
    font-size: 12px;
  }

  .telop-grid-3 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .telop-grid-3._2-column {
    grid-column-gap: 10px;
    grid-template-columns: .5fr 1.5fr;
  }

  .telop-grid-4 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .telop-grid-4._2-column {
    grid-column-gap: 10px;
    grid-template-columns: .5fr 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container.lightbox {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    max-width: 440px;
  }

  .container.movie {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 440px;
    display: block;
  }

  .container.expert {
    max-width: 440px;
  }

  .container.faq {
    border-radius: 6px;
    max-width: 440px;
  }

  .body {
    background-color: #000;
  }

  .section.navigation {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
  }

  .section._1 {
    padding-top: 13%;
    padding-bottom: 22%;
  }

  .section._2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section._2.pc {
    padding-top: 17%;
    padding-bottom: 6%;
  }

  .section.footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section._3 {
    padding-top: 17%;
    padding-bottom: 6%;
  }

  .section.divider {
    height: 85px;
  }

  .section._4 {
    padding-top: 17%;
    padding-bottom: 6%;
  }

  .client-logo-header {
    height: auto;
    top: 10px;
    bottom: auto;
    left: 8px;
  }

  .paragraph-15px-center {
    font-size: 16px;
  }

  .navigation-grid {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .navigation-grid._4-iterms {
    grid-template-columns: 40px 40px 40px 40px;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .navigation-label {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    line-height: 1.3;
  }

  .heading-height-92px {
    height: 66px;
  }

  .heading-23px-center {
    font-size: 20px;
  }

  .video-block {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .video-block.expert {
    border-width: 6px;
    border-radius: 0;
  }

  .video-block.corollacross {
    z-index: auto;
    border-width: 6px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .cta-link {
    width: 460px;
    height: 75px;
  }

  .cta-link.fore.radus_box-shadows {
    box-shadow: none;
    width: 58%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
  }

  .light-linkbox {
    border-style: none;
    border-width: 2px;
  }

  .lightbox-label {
    height: 23%;
  }

  .cta-label {
    margin-left: 0%;
    margin-right: 0;
    font-size: 20px;
  }

  .cta-label.store, .cta-label.contact {
    margin-left: 6%;
    font-size: 21px;
  }

  .cta-label.webcatalog {
    margin-left: 9%;
    font-size: 20px;
  }

  .heading-7 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .heading-image-4 {
    width: 472px;
  }

  .heading-image-4.pc {
    display: none;
  }

  .heading-image-4.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .heading-image-7 {
    width: 442px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: -44px;
  }

  .expand-button-link {
    border-radius: 0;
    padding: 6px 8px 12px;
  }

  .lightbox-popup {
    width: 414px;
    padding: 55px 30px 35px;
  }

  .telop-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .telop-grid._1-column {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .dialog-close-image {
    width: 20px;
    height: 20px;
    top: 15px;
  }

  .dialog-paragraph {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: 13px;
    display: block;
  }

  .dialog-paragraph.ex {
    padding-left: 0;
    font-size: 16px;
  }

  .background-image-wrapper.curtain-1 {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }

  .background-image-wrapper.curtain-2 {
    background-image: url('../images/bacground-detail-sp_1bacground-detail-sp.webp');
    background-position: 50%;
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    padding-bottom: 70px;
  }

  .background-image-wrapper.curtain_4 {
    padding-bottom: 60px;
  }

  .background-image {
    top: -45px;
  }

  .home-link {
    text-align: left;
    width: auto;
  }

  .home-link.header {
    width: 110px;
  }

  .home-link.footer {
    text-align: center;
    width: 110px;
  }

  .cta-wrapper {
    justify-content: center;
    height: auto;
    position: relative;
  }

  .flex-block.pc {
    display: none;
  }

  .flex-block.mobaile {
    justify-content: center;
    align-items: flex-start;
    max-width: 440px;
    margin-top: 0%;
    display: block;
  }

  .flex-block.mobaile._2 {
    z-index: 8;
    margin-top: 0%;
  }

  .text-block {
    font-size: 12px;
  }

  .container-navi {
    max-width: 568px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .background-black-navi {
    height: 40px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 66px;
  }

  .heading-21px-center {
    font-size: 20px;
    display: block;
  }

  .heading-height-92px-5 {
    height: 66px;
  }

  .italic-text-4 {
    font-size: 15px;
  }

  .cta-image {
    width: 86%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    display: block;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-top: 5%;
    padding-bottom: 20%;
  }

  .heading-movie.pc {
    width: 94%;
    margin: 0 auto -2%;
    padding-bottom: 0;
    display: flex;
    left: 8px;
  }

  .paragraph-center {
    font-size: 16px;
  }

  .paragraph-center.pc {
    display: none;
  }

  .paragraph-center.mobile {
    display: block;
  }

  .paragraph-center.margin-top {
    font-size: 15px;
  }

  .paragraph-center.margin-top.pc {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .paragraph-center.margin-top.pc.ex {
    display: block;
  }

  .paragraph-center.margin-top.mobile {
    color: #000;
    margin-top: 5%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 600;
  }

  .paragraph-center.margin-top.mobile.sub {
    margin-top: 6%;
  }

  .paragraph-center.margin-top.pc.ex {
    width: auto;
    font-size: 15px;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex._2 {
    margin-top: 20px;
  }

  .paragraph-center.margin-top.pc {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
  }

  .text {
    font-size: 18px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: -2%;
    padding-bottom: 0;
    display: flex;
  }

  .heading-lightbox {
    letter-spacing: -.5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 100%;
    margin-bottom: -2%;
    display: flex;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 18px;
  }

  .heading-terop {
    font-size: 15px;
  }

  .cta-block {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 11%;
    top: 33%;
    left: auto;
  }

  .hero-background-image-wrap.hero-pc {
    height: 67vw;
  }

  .text-image {
    height: 100%;
  }

  .hero-text {
    height: auto;
    font-size: 3vw;
  }

  .movie-h2-box {
    top: -3px;
    right: 8%;
  }

  .icon-movie-box {
    width: 24%;
  }

  .movie-h2 {
    font-size: 13px;
  }

  .movie-h2-2 {
    font-size: 37px;
  }

  .icon-potp-box {
    width: 20%;
  }

  .phot-h2-box {
    top: 21px;
  }

  .photo-h2 {
    font-size: 13px;
  }

  .photo-h2-2 {
    font-size: 22px;
  }

  .icon-expert-box {
    width: 20%;
  }

  .expert-h2-box {
    top: 17px;
  }

  .expert-h2 {
    font-size: 14px;
  }

  .expert-h2-2 {
    font-size: 25px;
  }

  .gallery-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 440px;
  }

  .modal-content-text {
    width: 70%;
    max-width: none;
    font-size: 2.2vw;
  }

  .heading-lightbox-seo {
    letter-spacing: -.5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._3 {
    margin-left: 44%;
    font-size: 16px;
  }

  .heading-lightbox-seo._1 {
    margin-left: 26%;
    font-size: 16px;
  }

  .heading-lightbox-seo._2 {
    margin-left: 25%;
    font-size: 16px;
  }

  .heading-lightbox-seo._4 {
    margin-left: 36%;
    font-size: 16px;
  }

  .add-button {
    margin-right: 7%;
  }

  .lightbox-label-seo {
    height: 23%;
  }

  .modal-wrapper.modal-1, .modal-wrapper.modal-3, .modal-wrapper.modal-4, .modal-wrapper.modal-2 {
    display: none;
  }

  .grid-price {
    grid-template-columns: .75fr 1fr;
    width: 70%;
    max-width: none;
  }

  .text-block-left {
    font-size: 2.2vw;
  }

  .modal-section {
    width: 440px;
  }

  .text-block-right {
    font-size: 2.2vw;
  }

  .modal-content-h3 {
    width: 70%;
    max-width: none;
    font-size: 2.4vw;
  }

  .heading-seo {
    width: 70%;
    max-width: none;
    font-size: 3.5vw;
  }

  .number-seo {
    font-size: 4vw;
  }

  .modal-content-wltc {
    width: 48%;
    max-width: none;
    font-size: 2.2vw;
  }

  .faq-h2 {
    font-size: 24px;
  }

  .question-text {
    font-size: 16px;
  }

  .faq-box {
    max-width: 400px;
  }

  .question-block {
    justify-content: flex-start;
    align-items: center;
  }

  .question-icon {
    width: 8%;
  }

  .answer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .answer-icon {
    width: 8%;
    margin-bottom: 0%;
  }

  .bottom-text {
    font-size: 11.5px;
  }

  .faq-h3 {
    font-size: 20px;
  }

  .br-sp, .br-pc {
    display: block;
  }

  .br-pc-2 {
    display: none;
  }

  .telop-grid-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 3fr;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .telop-grid-2._2-column {
    grid-template-columns: 1fr 2fr;
  }

  .dialog-paragraph-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: 13px;
    display: block;
  }

  .annotation {
    font-size: 11px;
  }

  .telop-grid-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 2fr;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .telop-grid-3._2-column {
    grid-column-gap: 8px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 2.5fr;
  }

  .telop-grid-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 2fr;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .telop-grid-4._2-column {
    grid-column-gap: 8px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 2.5fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.lightbox {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 436px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container.cta {
    max-width: 320px;
    padding-bottom: 14%;
  }

  .container.movie {
    max-width: 436px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .container.expert {
    max-width: 436px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.faq {
    max-width: none;
  }

  .body {
    background-color: #000;
  }

  .section.navigation {
    grid-row-gap: 6px;
    background-color: #2c4a52;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 0 10px;
  }

  .section._1 {
    padding-top: 30%;
    padding-bottom: 28%;
  }

  .section._2 {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .section._2.pc {
    padding-top: 34%;
    padding-bottom: 5%;
  }

  .section.footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 1;
    background-color: #2c4a52;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12% 10px;
  }

  .section._3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30%;
    padding-bottom: 5%;
  }

  .section.divider {
    z-index: 4;
    height: 70px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .section._4 {
    margin-left: 0;
    margin-right: 0;
    padding: 30% 40px 5%;
  }

  .client-logo-header {
    display: none;
    top: 7px;
    bottom: auto;
    left: 50%;
  }

  .client-logo-header.mobile {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .paragraph-15px-center {
    font-size: 12px;
  }

  .navigation-grid {
    grid-column-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
    justify-content: space-around;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .navigation-grid._4-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 310px;
    padding-top: 1%;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-content: space-around;
    align-self: auto;
    place-items: stretch stretch;
    max-width: 375px;
    margin-top: 10px;
    display: grid;
  }

  .navigation-label {
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 12px;
    display: inline-block;
  }

  .navigation-label.footer {
    text-align: center;
    font-size: 12px;
  }

  .heading-height-92px {
    height: 39px;
  }

  .heading-23px-center {
    font-size: 14px;
  }

  .video-block {
    width: auto;
  }

  .video-block.expert {
    border-width: 5px;
    border-radius: 0;
  }

  .video-block.corollacross {
    border-width: 6px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    padding: 0;
    display: grid;
    position: static;
  }

  .cta-link {
    width: 270px;
    height: 43px;
  }

  .cta-link.fore.radus_box-shadows {
    z-index: 3;
    box-shadow: none;
    background-image: none;
    width: 74%;
    height: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }

  .light-linkbox {
    border-width: 1px;
    display: flex;
  }

  .cta-label {
    margin-right: 0;
    font-size: 19px;
  }

  .cta-label.store {
    margin-left: 3%;
    font-size: 20px;
  }

  .cta-label.contact {
    margin-left: 7%;
    font-size: 20px;
  }

  .cta-label.webcatalog {
    font-size: 19px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 22px;
  }

  .heading-image-4 {
    width: 268px;
  }

  .heading-image-4.mobile {
    width: 255px;
    margin-bottom: 13px;
  }

  .paragraph-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-image-7 {
    width: 252px;
  }

  .paragraph-3 {
    letter-spacing: -.1em;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: -26px;
  }

  .background-video {
    display: block;
    position: relative;
  }

  .background-color-wrapper {
    position: relative;
  }

  .expand-button-link {
    background-color: #d6c6b9;
    width: 100%;
    margin-top: 0%;
    padding: 6px 0 12px;
    font-size: 13px;
    display: block;
  }

  .lightbox-background {
    z-index: 901;
    display: none;
  }

  .lightbox-background.show {
    z-index: 901;
    position: fixed;
  }

  .lightbox-popup {
    width: 261px;
    padding: 85px 10px 20px;
  }

  .telop-grid {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .telop-grid._1-column {
    grid-column-gap: 4px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .close-button-area {
    height: 48px;
  }

  .dialog-close-image {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .dialog-paragraph {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 11px;
  }

  .dialog-paragraph.ex {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .background-image-wrapper {
    margin-top: -36%;
  }

  .background-image-wrapper.curtain-1 {
    background-image: url('../images/background-highright-sp_1background-highright-sp.webp');
    background-position: 50%;
    margin-top: 0%;
  }

  .background-image-wrapper.mobile {
    opacity: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 146vw;
    display: flex;
  }

  .background-image-wrapper.curtain-2 {
    background-image: url('../images/bacground-detail-sp_1bacground-detail-sp.webp');
    background-position: 50% 0;
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-opinion-sp_1background-opinion-sp.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 100px;
  }

  .background-image-wrapper.curtain_4 {
    background-image: url('../images/background-faq-sp_1background-faq-sp.webp');
    background-position: 50% 0;
    background-size: cover;
    padding-bottom: 100px;
  }

  .background-image {
    top: -28px;
  }

  .home-link {
    width: 55%;
    height: auto;
    display: none;
  }

  .home-link.sp {
    width: 30%;
    display: block;
  }

  .home-link.sp.header {
    width: 170px;
  }

  .home-link.sp.footer {
    width: 116px;
  }

  .cta-wrapper {
    height: auto;
    margin-bottom: 0;
  }

  .flex-block.mobaile {
    z-index: auto;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 436px;
    display: flex;
    position: static;
  }

  .flex-block.mobaile._2 {
    z-index: 8;
    float: none;
    clear: none;
    max-width: 436px;
    margin-top: 0%;
    display: block;
    position: static;
  }

  .text-block {
    color: #3b4653;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .container-navi {
    padding-left: 25px;
    padding-right: 25px;
  }

  .background-black-navi {
    height: 88px;
  }

  .lightbox-link-2 {
    border-width: 1px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 39px;
  }

  .heading-21px-center {
    font-size: 14px;
  }

  .heading-height-92px-5 {
    height: 39px;
  }

  .italic-text-4 {
    font-size: 3.6vw;
    font-weight: 600;
  }

  .cta-image {
    width: 89%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-bottom {
    padding-top: 8%;
    padding-bottom: 15%;
  }

  .heading-movie.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-center {
    font-size: 12px;
  }

  .paragraph-center.margin-top {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }

  .paragraph-center.margin-top.pc {
    width: 84vw;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex {
    display: block;
  }

  .paragraph-center.margin-top.mobile {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 11px;
    display: block;
  }

  .paragraph-center.margin-top.mobile.sub {
    margin-top: 10%;
    margin-bottom: 10%;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex {
    width: auto;
    font-size: 3.6vw;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex._2 {
    margin-top: 4%;
  }

  .paragraph-center.margin-top.pc {
    width: 84vw;
    font-size: 3.5vw;
    line-height: 1.6;
    display: block;
  }

  .text {
    font-size: 4vw;
    line-height: 1.5;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: -2%;
    display: flex;
  }

  .heading-lightbox {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1.2;
    transform: translate(0, -50%);
  }

  .heading-expert.pc {
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .footer-section {
    height: auto;
  }

  .footer-section.pc {
    display: none;
  }

  .footer-section.sp {
    z-index: auto;
    opacity: 1;
    display: block;
    position: relative;
  }

  .telop-title {
    font-size: 13px;
  }

  .heading-terop {
    font-size: 12px;
  }

  .cta-block {
    width: 70%;
    top: 34%;
    left: auto;
  }

  .hero-background-image-wrap.hero-pc {
    height: 146vw;
    display: block;
  }

  .hero-logo {
    width: 100%;
    display: block;
  }

  .hero-logo.sp {
    width: 84%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0%;
  }

  .text-image {
    display: block;
  }

  .hero-text {
    width: 100%;
    margin-left: 0%;
    font-size: 6vw;
    display: none;
    left: 0%;
  }

  .hero-text.sp {
    width: 99%;
    margin-top: 9%;
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
    line-height: 1.5;
    display: block;
    top: 0%;
  }

  .hero-image {
    display: none;
  }

  .hero-text-box {
    justify-content: flex-end;
    align-items: flex-start;
    width: 84%;
    display: flex;
    inset: 9% 0% 0%;
  }

  .hero-text-box-sp {
    position: absolute;
    inset: 8% 0% auto;
  }

  .movie-h2-box {
    right: 4%;
  }

  .icon-movie-box {
    width: 22%;
  }

  .movie-h2 {
    font-size: 3vw;
  }

  .movie-h2-2 {
    font-size: 8vw;
  }

  .icon-potp-box {
    width: 22%;
  }

  .phot-h2-box {
    margin-top: 5%;
    top: 0%;
    right: 6%;
  }

  .photo-h2 {
    margin-left: 4%;
    font-size: 2.4vw;
  }

  .photo-h2-2 {
    font-size: 6.7vw;
    display: none;
  }

  .photo-h2-2.sp {
    width: 109%;
    font-size: 6.6vw;
    display: block;
  }

  .icon-expert-box {
    width: 23%;
  }

  .expert-h2-box {
    margin-top: 5%;
    top: 0;
    right: 7%;
  }

  .expert-h2 {
    margin-left: 6%;
    font-size: 2.6vw;
  }

  .expert-h2-2 {
    font-size: 6.7vw;
    display: none;
  }

  .expert-h2-2.sp {
    font-size: 6.4vw;
    display: block;
  }

  .h1-text {
    text-align: right;
    width: 60%;
    font-size: 3.5vw;
    left: 10%;
  }

  .gallery-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .modal-content-text {
    width: 90%;
    font-size: 3.2vw;
  }

  .crose-button {
    width: 8%;
  }

  .heading-lightbox-seo {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.2;
    transform: translate(0, -50%);
  }

  .heading-lightbox-seo._3 {
    margin-left: 42%;
    font-size: 13px;
    transform: none;
  }

  .heading-lightbox-seo._1 {
    margin-left: 24%;
    font-size: 13px;
    top: auto;
    transform: none;
  }

  .heading-lightbox-seo._2 {
    margin-left: 23%;
    font-size: 13px;
    transform: none;
  }

  .heading-lightbox-seo._4 {
    margin-left: 34%;
    font-size: 13px;
    transform: none;
  }

  .add-button {
    width: 12%;
  }

  .lightbox-label-seo {
    justify-content: space-between;
    align-items: center;
    height: 23%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .modal-content {
    border-radius: 3.5vw;
    display: block;
  }

  .modal-wrapper.modal-1, .modal-wrapper.modal-3, .modal-wrapper.modal-4, .modal-wrapper.modal-2 {
    display: none;
  }

  .grid-price {
    width: 90%;
  }

  .text-block-left {
    font-size: 3vw;
  }

  .modal-section {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 375px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-right {
    font-size: 3vw;
  }

  .modal-content-h3 {
    width: 90%;
    font-size: 3.3vw;
  }

  .heading-seo {
    width: 90%;
    font-size: 4vw;
  }

  .number-seo {
    font-size: 4.3vw;
  }

  .modal-content-wltc {
    width: 68%;
    font-size: 3.2vw;
  }

  .faq-h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .question-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .faq-box {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3%;
  }

  .answer-block {
    margin-top: 2%;
    margin-bottom: 10%;
  }

  .answer-text {
    font-size: 12px;
    line-height: 1.6;
  }

  .bottom-text {
    font-size: 11px;
  }

  .faq-h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .faq-a {
    font-size: 11px;
  }

  .br-sp, .br-pc, .br-pc-2 {
    display: block;
  }

  .telop-grid-2 {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 3fr;
  }

  .telop-grid-2._2-column {
    grid-template-columns: 1fr 2.5fr;
  }

  .dialog-paragraph-2 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 11px;
  }

  .annotation {
    font-size: 9px;
  }

  .telop-grid-3 {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 3fr;
  }

  .telop-grid-3._2-column {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: .75fr 1.75fr;
    margin-bottom: 10px;
  }

  .telop-grid-4 {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 3fr;
  }

  .telop-grid-4._2-column {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: .75fr 1.75fr;
    margin-bottom: 10px;
  }
}

#w-node-bba196bb-d188-3031-fec9-288afcd8f96a-45787eb1, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-45787eb1, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-45787eb1, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-45787eb1, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-45787eb1, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-45787eb1, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-45787eb1, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-45787eb1, #w-node-_20a862bd-00d0-56bd-9d24-7f631c1528f3-45787eb1, #w-node-_20a862bd-00d0-56bd-9d24-7f631c15290e-45787eb1, #w-node-_20a862bd-00d0-56bd-9d24-7f631c152929-45787eb1, #w-node-bba196bb-d188-3031-fec9-288afcd8f96a-45787ee9, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-45787ee9, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-45787ee9, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-45787ee9, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-45787ee9, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-45787ee9, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-45787ee9, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-45787ee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-45787eb1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-45787eb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-45787ee9, #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-45787ee9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


