/* CSS Document */
@media screen and (min-width: 768px) {
  .u-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .mainZone .secMain {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .mainZone .secMain > * {
    width: 50%;
  }
}

.mainZone .secMain .img {
  position: relative;
}

.mainZone .secMain .img small {
  color: #fff;
  line-height: 1;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .mainZone .secMain .img small {
    font-size: 1.0rem;
    bottom: 17px;
    right: 21px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone .secMain .img small {
    font-size: 2.5641vw;
    bottom: 2.30769vw;
    right: 2.5641vw;
  }
}

.mainZone .secMain .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .mainZone .secMain .logo {
    height: 47.69231vw;
  }
}

@media screen and (min-width: 768px) {
  .mainZone .secMain .logo picture {
    width: 61.49341%;
  }
}

@media screen and (max-width: 767px) {
  .mainZone .secMain .logo picture {
    width: 64.87179vw;
  }
}

.mainZone .movieBox {
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .mainZone .movieBox {
    min-width: 0px;
    width: 100%;
  }
}

.mainZone .movieBox:hover {
  opacity: 0.7;
}

.mainZone .movieBox .movieBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -72px;
  margin-top: -72px;
}

@media screen and (max-width: 767px) {
  .mainZone .movieBox .movieBtn {
    width: 20.51282vw;
    margin-left: -10.25641vw;
    margin-top: -10.25641vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .introZone {
    padding: 20.51282vw 0 32.4359vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone section {
    display: flex;
    align-items: center;
  }
}

.introZone section > * {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .introZone section > * {
    width: 50%;
  }
}

.introZone section .img {
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .introZone section .img {
    height: 61.53846vw;
    margin-bottom: 10.25641vw;
  }
}

@media screen and (max-width: 767px) {
  .introZone section .txt {
    padding: 0 5.12821vw;
  }
}

.introZone section .txt.show-anime {
  transition-delay: 0.3s;
}

@media screen and (min-width: 768px) {
  .introZone section .txt h2 {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .introZone section .txt h2 {
    margin-bottom: 7.69231vw;
  }
}

.introZone section .txt p {
  line-height: 2.25;
}

@media screen and (min-width: 768px) {
  .introZone section .txt p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .introZone section .txt p {
    font-size: 4.10256vw;
  }
}

@media screen and (max-width: 767px) {
  .introZone section + section {
    margin-top: 12.82051vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(odd) .img {
    border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .introZone section:nth-child(odd) .img {
    width: 89.74359vw;
    border-radius: 0 5.12821vw 5.12821vw 0;
  }
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(odd) .txt {
    padding-left: 5.85652%;
  }
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(even) .img {
    border-radius: 20px 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .introZone section:nth-child(even) .img {
    width: 94.87179vw;
    margin-left: auto;
    border-radius: 5.12821vw 0 0 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(even) .txt {
    padding-left: 13.39678%;
  }
}

.introZone section:nth-child(1) .img {
  background-image: image-set(url("../img/intro/img01s.jpg") 1x, url("../img/intro/img01.jpg") 2x);
  background-image: -webkit-image-set(url("../img/intro/img01s.jpg") 1x, url("../img/intro/img01.jpg") 2x);
  background-position: top right;
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(1) .img {
    background-size: auto 100%;
    height: 409.0776px;
  }
}

@media screen and (min-width: 1100px) {
  .introZone section:nth-child(1) .img {
    height: 37.18887vw;
  }
}

@media screen and (max-width: 767px) {
  .introZone section:nth-child(1) .img {
    background-size: 100.25641vw auto;
  }
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(1) .txt h2 {
    width: 361px;
  }
}

@media screen and (max-width: 767px) {
  .introZone section:nth-child(1) .txt h2 {
    width: 84.35897vw;
  }
}

.introZone section:nth-child(2) .img {
  background-image: image-set(url("../img/intro/img02s.jpg") 1x, url("../img/intro/img02.jpg") 2x);
  background-image: -webkit-image-set(url("../img/intro/img02s.jpg") 1x, url("../img/intro/img02.jpg") 2x);
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(2) .img {
    background-position: -10.79063px bottom;
    background-size: 591.87408px auto;
    height: 466.25183px;
  }
}

@media screen and (min-width: 1100px) {
  .introZone section:nth-child(2) .img {
    background-position: -0.98097vw bottom;
    background-size: 53.80673vw auto;
    height: 42.38653vw;
  }
}

@media screen and (max-width: 767px) {
  .introZone section:nth-child(2) .img {
    background-position: right -14.41026vw;
    background-size: 96.66667vw auto;
  }
}

@media screen and (min-width: 768px) {
  .introZone section:nth-child(2) .txt h2 {
    width: 344px;
  }
}

@media screen and (max-width: 767px) {
  .introZone section:nth-child(2) .txt h2 {
    width: 88.20513vw;
  }
}

.supportexZone {
  background-color: #E4E4E2;
}

@media screen and (min-width: 768px) {
  .supportexZone {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone {
    padding-bottom: 15.38462vw;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain {
    background-image: image-set(url("../img/supportex/main_img.jpg") 1x, url("../img/supportex/main_img.png") 2x);
    background-image: -webkit-image-set(url("../img/supportex/main_img.jpg") 1x, url("../img/supportex/main_img.png") 2x);
    background-position: center 1px;
    background-repeat: no-repeat;
    background-size: 998px auto;
    margin-bottom: 55px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain {
    background: url("../img/supportex/main_img_sp.png") center 33.58974vw no-repeat;
    background-size: 118.71795vw auto;
    margin-bottom: 16.41026vw;
    padding-top: 10.25641vw;
  }
}

.supportexZone .secMain h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain h2 {
    margin-bottom: 53.84615vw;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain h2 img {
    width: 438px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain h2 img {
    width: 82.82051vw;
  }
}

.supportexZone .secMain .txts {
  position: relative;
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts {
    height: 395px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts {
    margin-bottom: 7.94872vw;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts dl {
    position: absolute;
    top: 260px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts dl {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts dl dt {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts dl dt {
    flex-shrink: 0;
    width: 28.20513vw;
    padding-top: 0.76923vw;
  }
}

.supportexZone .secMain .txts dl dt img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts dl dt img {
    height: 21px !important;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts dl dt img {
    height: 5.12821vw !important;
  }
}

.supportexZone .secMain .txts dl dd {
  color: #5F5E5E;
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts dl + dl {
    margin-top: 2.82051vw;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts dl:nth-child(1) {
    left: 731px;
  }
}

.supportexZone .secMain .txts dl:nth-child(1) dd {
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts dl:nth-child(1) dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts dl:nth-child(1) dd {
    font-size: 3.58974vw;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts dl:nth-child(2) {
    left: 381px;
  }
}

.supportexZone .secMain .txts dl:nth-child(2) dd {
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .txts dl:nth-child(2) dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .txts dl:nth-child(2) dd {
    font-size: 4.10256vw;
  }
}

.supportexZone .secMain .lead {
  text-align: center;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .supportexZone .secMain .lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secMain .lead {
    font-size: 4.10256vw;
  }
}

.supportexZone .secDoc .box {
  background-color: #fff;
  border: 1px solid #E56D53;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box {
    display: flex;
    align-items: center;
    padding: 35px 40px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box {
    padding: 4.61538vw 5.12821vw 8.71795vw;
    border-radius: 5.12821vw;
  }
}

.supportexZone .secDoc .box .doctor {
  display: grid;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .doctor {
    flex-shrink: 0;
    grid-template-columns: 156px 1fr;
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor {
    grid-template-columns: 33.84615vw 1fr;
  }
}

.supportexZone .secDoc .box .doctor figure {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .doctor figure {
    grid-row: 1/3;
    grid-column: 1/2;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor figure {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .doctor figure img {
    width: 136px;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor figure img {
    width: 31.28205vw;
  }
}

.supportexZone .secDoc .box .doctor h3 {
  color: #E56D53;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .doctor h3 {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 15px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor h3 {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: 4.35897vw;
    font-size: 5.12821vw;
    text-align: center;
  }
}

.supportexZone .secDoc .box .doctor .txts {
  grid-row: 2/3;
  grid-column: 2/3;
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor .txts {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.supportexZone .secDoc .box .doctor .txts small {
  display: block;
  line-height: 1.71429;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .doctor .txts small {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor .txts small {
    margin-bottom: 3.07692vw;
    font-size: 3.58974vw;
  }
}

.supportexZone .secDoc .box .doctor .txts em {
  display: block;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .doctor .txts em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor .txts em {
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .doctor .txts em strong {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .doctor .txts em strong {
    font-size: 5.12821vw;
  }
}

.supportexZone .secDoc .box .txt {
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .box .txt {
    width: 100%;
    padding-left: 30px;
    font-size: 1.6rem;
    border-left: 1px solid #EB856A;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .box .txt {
    margin-top: 7.4359vw;
    padding-top: 6.41026vw;
    font-size: 4.10256vw;
    border-top: 1px solid #EB856A;
  }
}

.supportexZone .secDoc .note {
  display: block;
  line-height: 1;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .supportexZone .secDoc .note {
    margin-top: 20px;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 767px) {
  .supportexZone .secDoc .note {
    margin-top: 5.12821vw;
    font-size: 2.5641vw;
  }
}

.mamaudeZone {
  background-color: rgba(229, 109, 83, 0.2);
}

@media screen and (min-width: 768px) {
  .mamaudeZone {
    padding: 28px 0 129px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone {
    padding: 10.25641vw 0;
  }
}

.mamaudeZone figure {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .mamaudeZone section + section {
    margin-top: 52px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone section + section {
    margin-top: 9.74359vw;
  }
}

.mamaudeZone h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mamaudeZone h2 {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone h2 {
    margin-bottom: 10.25641vw;
  }
}

.mamaudeZone .box {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mamaudeZone .box {
    padding: 40px 100px 40px 500px;
    border-radius: 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .box {
    padding: 5.12821vw;
    border-radius: 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .box .imgMain {
    position: absolute;
    bottom: 0;
  }
}

.mamaudeZone .box .txts h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E56D53;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .mamaudeZone .box .txts h3 {
    height: 56px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    border-radius: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .box .txts h3 {
    margin-bottom: 5.12821vw;
    font-size: 3.58974vw;
    border-radius: 2.5641vw;
  }
}

.mamaudeZone .box .txts .imgTxt {
  display: flex;
  align-items: center;
}

.mamaudeZone .box .txts .imgTxt figure {
  flex-shrink: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mamaudeZone .box .txts .imgTxt figure {
    width: 140px;
    margin-right: 30px;
  }
}

.mamaudeZone .box .txts .imgTxt p {
  width: 100%;
  color: #5F5E5E;
  line-height: 1.71429;
}

@media screen and (min-width: 768px) {
  .mamaudeZone .box .txts .imgTxt p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .box .txts .imgTxt p {
    font-size: 3.58974vw;
  }
}

.mamaudeZone .box .txts .imgTxt p em {
  color: #E56D53;
}

.mamaudeZone .box .txts .imgTxt p sup {
  font-size: 0.5em;
}

.mamaudeZone .box .txts .imgTxt p small {
  display: block;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .mamaudeZone .box .txts .imgTxt p small {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .box .txts .imgTxt p small {
    margin-top: 0.51282vw;
    font-size: 3.07692vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec1 h2 img {
    width: 446px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec1 h2 img {
    width: 54.87179vw;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec1 .box {
    padding-bottom: 10.25641vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec1 .box .imgMain {
    width: 372px;
    left: 88px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec1 .box .imgMain {
    margin-left: -4.10256vw;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec1 .box .txts h3 {
    height: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec1 .box .txts .imgTxt figure {
    width: 30.76923vw;
    margin-right: 2.5641vw;
  }
}

.mamaudeZone .sec1 .box .txts .imgTxt:nth-of-type(2) {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec1 .box .txts .imgTxt:nth-of-type(2) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec1 .box .txts .imgTxt:nth-of-type(2) {
    margin-top: 14.10256vw;
  }
}

.mamaudeZone .sec1 .box .txts .imgTxt:nth-of-type(2):before {
  content: "";
  display: block;
  background: url("../img/mamaude/box1_arw.svg") 0 0 no-repeat;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec1 .box .txts .imgTxt:nth-of-type(2):before {
    width: 40px;
    height: 35px;
    top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec1 .box .txts .imgTxt:nth-of-type(2):before {
    width: 10.25641vw;
    height: 8.97436vw;
    top: -11.53846vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec2 h2 img {
    width: 389px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec2 h2 img {
    width: 89.74359vw;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec2 .box {
    padding-bottom: 6.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec2 .box .imgMain {
    width: 310px;
    left: 101px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec2 .box .imgMain {
    padding: 0 5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec2 .box .txts h3 {
    height: 14.35897vw;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec2 .box .txts .imgTxt figure {
    width: 28.71795vw;
    margin-right: 3.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec2 .box .txts .imgTxt:nth-of-type(1) figure img {
    width: 111px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec2 .box .txts .imgTxt:nth-of-type(1) figure img {
    width: 28.46154vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec2 .box .txts .imgTxt:nth-of-type(2) {
    margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  .mamaudeZone .sec2 .box .txts .imgTxt:nth-of-type(2) {
    margin-top: 4.87179vw;
  }
}

@media screen and (min-width: 768px) {
  .mamaudeZone .sec2 .box .txts .imgTxt:nth-of-type(2) figure img {
    width: 112px;
  }
}

.wayZone {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .wayZone {
    padding: 15.38462vw 0;
  }
}

.wayZone img {
  max-width: 100%;
}

.wayZone h2 {
  width: 163px;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 767px) {
  .wayZone h2 {
    width: 38.46154vw;
    margin-bottom: 5.12821vw;
  }
}

.wayZone .lead {
  width: 491px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wayZone .lead {
    width: 80.25641vw;
  }
}

.wayZone .wayList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .wayZone .wayList {
    padding: 20.51282vw 0 7.69231vw 0;
  }
}

.wayZone .wayList li {
  width: 480px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .wayZone .wayList li {
    margin-bottom: 10.25641vw;
  }
}

.wayZone .wayList li h3 {
  text-align: center;
  margin-bottom: 12px;
}

.wayZone .wayList li h3 img {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .wayZone .wayList li h3 img {
    height: 6.92308vw;
  }
}

.wayZone .notes {
  font-size: 1rem;
  margin-top: 15px;
  padding-left: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .wayZone .notes {
    padding-left: 0px;
  }
}

.ingenuityZone {
  background-color: #EFEFEF;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .ingenuityZone {
    padding: 10.25641vw 0;
  }
}

.ingenuityZone h2 {
  width: 600px;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 767px) {
  .ingenuityZone h2 {
    width: 100%;
    margin-bottom: 10.25641vw;
  }
}

.ingenuityZone .box {
  background-color: #FFF;
  border-radius: 20px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .ingenuityZone .box {
    padding: 5.12821vw;
  }
}

.ingenuityZone .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .ingenuityZone .box ul {
    display: block;
  }
}

.ingenuityZone .box ul li {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .ingenuityZone .box ul li {
    display: block;
    width: 100%;
  }
  .ingenuityZone .box ul li + li {
    margin-top: 8.97436vw;
  }
}

.ingenuityZone .box ul li:nth-of-type(3), .ingenuityZone .box ul li:nth-of-type(4) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ingenuityZone .box ul li:nth-of-type(3), .ingenuityZone .box ul li:nth-of-type(4) {
    margin-top: 8.97436vw;
  }
}

.ingenuityZone .box ul li .img {
  width: 150px;
  margin-right: 20px;
  flex-shrink: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ingenuityZone .box ul li .img {
    width: 38.46154vw;
    margin: 0 auto 5.12821vw auto;
  }
}

.ingenuityZone .box ul li .img.img3 img {
  width: 189px;
  position: relative;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .ingenuityZone .box ul li .img.img3 img {
    width: 50vw;
    margin-left: -8vw;
  }
}

.ingenuityZone .box ul li .img.img4 img {
  width: 111px;
}

.ingenuityZone .box ul li dl {
  width: 100%;
}

.ingenuityZone .box ul li dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.ingenuityZone .box ul li dl dt span {
  display: block;
  font-size: 2rem;
}

.ingenuityZone .box ul li dl dd {
  font-size: 1.4rem;
}

.messageZone {
  padding: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .messageZone {
    padding: 10.25641vw 0 0 0;
  }
}

.protectZone {
  position: relative;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 767px) {
  .protectZone {
    padding: 10.25641vw 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 h2 {
    width: 69.23077vw;
    margin-bottom: 9.48718vw;
  }
}

.protectZone #area838 .lede {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .protectZone #area838 .lede {
    width: 664px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .lede {
    width: 77.69231vw;
    margin-bottom: 7.10256vw;
  }
}

@media screen and (min-width: 768px) {
  .protectZone #area838 .inner {
    max-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .inner {
    max-width: none;
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
}

.protectZone #area838 .wraper838 {
  display: block;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .wraper838 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .protectZone #area838 .bx-wrapper {
    width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .bx-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .bx-wrapper .slides img {
    position: static;
  }
}

.protectZone #area838 .bx-pager {
  transform: none;
}

@media screen and (min-width: 768px) {
  .protectZone #area838 .bx-pager {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .bx-pager {
    margin: 5.12821vw auto 0;
    padding-bottom: 14.87179vw;
  }
}

.protectZone #area838 .bx-controls-direction {
  opacity: 1;
}

.protectZone #area838 .bx-controls-direction .bx-prev,
.protectZone #area838 .bx-controls-direction .bx-next {
  background: url("../img/arrow838.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .protectZone #area838 .bx-controls-direction .bx-prev,
  .protectZone #area838 .bx-controls-direction .bx-next {
    width: 31px;
    height: 50px;
    transition: opacity 0.3s;
  }
  .protectZone #area838 .bx-controls-direction .bx-prev:hover,
  .protectZone #area838 .bx-controls-direction .bx-next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .bx-controls-direction .bx-prev,
  .protectZone #area838 .bx-controls-direction .bx-next {
    width: 3.33333vw;
    height: 5.89744vw;
    top: 43.97436vw;
  }
}

.protectZone #area838 .bx-controls-direction .bx-prev {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .protectZone #area838 .bx-controls-direction .bx-prev {
    left: -65.5px;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .bx-controls-direction .bx-prev {
    left: -0.51282vw;
  }
}

@media screen and (min-width: 768px) {
  .protectZone #area838 .bx-controls-direction .bx-next {
    right: -65.5px;
  }
}

@media screen and (max-width: 767px) {
  .protectZone #area838 .bx-controls-direction .bx-next {
    right: -0.51282vw;
  }
}

.lineupZone {
  position: relative;
  border-top: 2px solid #E2557C;
}

@media screen and (min-width: 768px) {
  .lineupZone {
    padding: 40px 0 75px;
  }
}

.lineupZone .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 75px 0 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner {
    width: 100%;
    padding: 19.23077vw 5.12821vw 16.66667vw;
  }
}

.lineupZone .inner h2 {
  width: 122px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner h2 {
    width: 31.28205vw;
  }
}

.lineupZone .inner .lead {
  width: 627px;
  margin: 48px auto 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lead {
    width: 86.15385vw;
    margin: 8.97436vw auto 0;
  }
}

.lineupZone .inner .lineupList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList {
    margin-top: 14.10256vw;
    padding: 0 5.12821vw;
  }
}

.lineupZone .inner .lineupList li {
  position: relative;
  width: 290px;
}

.lineupZone .inner .lineupList li:before {
  position: absolute;
  content: "";
  width: 152px;
  height: 181px;
  left: 0;
  bottom: -162px;
  background: url("../img/lineup/typeList_ref.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li:before {
    width: 38.97436vw;
    height: 46.41026vw;
    bottom: -41.53846vw;
  }
}

.lineupZone .inner .lineupList li .mainImg {
  position: relative;
  width: 163px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .mainImg {
    width: 41.79487vw;
  }
}

.lineupZone .inner .lineupList li .type {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type {
    padding: 0 5.12821vw;
    right: 3.58974vw;
  }
}

.lineupZone .inner .lineupList li .type dt figure {
  margin: 0;
}

.lineupZone .inner .lineupList li .type dt figure > img {
  height: 24px !important;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type dt figure > img {
    height: 6.15385vw !important;
  }
}

.lineupZone .inner .lineupList li .type dt figure figcaption {
  width: 92px;
  height: 92px;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type dt figure figcaption {
    width: 23.58974vw;
    height: 23.58974vw;
    margin: 2.5641vw auto 0;
  }
}

.lineupZone .inner .lineupList li .type dd {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type dd {
    margin-top: 6.15385vw;
  }
}

.lineupZone .inner .lineupList li .type dd:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -20px;
  right: -20px;
  width: 145px;
  height: 2px;
  background: #E56D53;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type dd:before {
    bottom: -5.12821vw;
    right: -5.12821vw;
    width: 41.02564vw;
  }
}

.lineupZone .inner .lineupList li .type.l-Name {
  right: -9px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type.l-Name {
    right: 0.76923vw;
  }
}

.lineupZone .inner .lineupList li .type.l-Name dd {
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type.l-Name dd {
    margin-top: 2.30769vw;
  }
}

.lineupZone .inner .lineupList li .type.l-Name dd:before {
  right: -11px;
  bottom: -14px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li .type.l-Name dd:before {
    right: -2.82051vw;
    bottom: -3.58974vw;
  }
}

.lineupZone .inner .lineupList li:nth-of-type(n+4) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li:nth-of-type(n+4) {
    margin-top: 14.10256vw;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .lineupList li + li {
    margin-top: 14.10256vw;
  }
}

.specZone {
  position: relative;
  padding: 0 0 80px;
  background: #fff;
}

.specZone .next {
  position: relative;
  top: -120px;
}

@media screen and (max-width: 767px) {
  .specZone .next {
    top: 0px;
  }
}

.specZone .bg {
  background-image: url(../img/spec/bg.jpg);
  background-repeat: no-repeat;
  background-size: 3000px;
  background-position: center top;
  height: 1000px;
}

@media screen and (max-width: 767px) {
  .specZone .bg {
    background-image: none;
    height: auto;
  }
}

.specZone .bg .ttl {
  width: 434px;
  display: flex;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .specZone .bg .ttl {
    width: 89.74359vw;
    padding-bottom: 20.51282vw;
    padding-top: 20.51282vw;
  }
}

.specZone .bg .carList {
  display: flex;
  justify-content: space-between;
  width: 912px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList {
    display: block;
    width: 89.74359vw;
    margin: 0 auto;
  }
}

.specZone .bg .carList li {
  width: 226px;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2.05128vw;
    background-image: url("../img/spec/bg-li-sp.webp");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .img {
    width: 58.46154vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .text {
    position: relative;
    top: -6vw;
    left: -5vw;
  }
}

.specZone .bg .carList li .name {
  font-size: 2.9rem;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .name {
    margin-left: 10vw;
  }
}

.specZone .bg .carList li span {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li span {
    margin-left: 10vw;
  }
}

.specZone .bg .carList li .bbcar {
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .bbcar {
    margin-top: 0px;
  }
}

.specZone .bg .carList li .bbcar .bot {
  width: 205px;
  margin-top: -84px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .bbcar .bot {
    margin-top: -28vw;
    margin-left: 33vw;
    margin-bottom: 10vw;
  }
}

.specZone .bg .carList li .bbcar .bot-cen {
  width: 144px;
  margin-top: -84px;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .bbcar .bot-cen {
    margin-top: -30vw;
    margin-left: 48vw;
    margin-bottom: 10vw;
  }
}

.specZone .bg .carList li .bbcar .bot-R {
  width: 145px;
  margin-top: -84px;
  margin-left: 83px;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .bbcar .bot-R {
    margin-top: -30vw;
    margin-left: 48vw;
    margin-bottom: 10vw;
  }
}

.specZone .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specZone .inner {
    width: 100%;
    margin-top: 0;
  }
}

.specZone .inner h2 {
  width: 190px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specZone .inner h2 {
    width: 39.74359vw;
  }
}

.specZone .inner h2 + p {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 40px;
}

.specZone .inner h2 + p span {
  font-size: 1.4rem;
}

.specZone .inner h2.show-anime {
  top: 0;
}

.specZone .inner .colorCar {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar {
    padding: 0px;
    display: block;
  }
}

.specZone .inner .colorCar .colorDiv {
  width: 50%;
  text-align: center;
  transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv {
    width: 100%;
    margin: 0 auto;
  }
  .specZone .inner .colorCar .colorDiv + .colorDiv {
    margin-top: 10.25641vw;
  }
}

.specZone .inner .colorCar .colorDiv .cName {
  margin: 0 0 16px;
}

.specZone .inner .colorCar .colorDiv .cName figcaption {
  padding-top: 10px;
  font-size: 1.2rem;
}

.specZone .inner .colorCar .colorDiv .carImg {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv .carImg {
    padding-top: 5.12821vw;
  }
}

.specZone .inner .colorCar .colorDiv .carImg img {
  width: 323px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv .carImg img {
    width: 82.82051vw;
  }
}

.specZone .inner .VehicleType {
  position: relative;
  text-align: center;
  transition-delay: 0.3s;
  color: #1a1311;
}

.specZone .inner .VehicleType .logo {
  width: 560px;
  margin: 0 auto;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .logo {
    width: 89.48718vw;
  }
}

.specZone .inner .VehicleType .name {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .name {
    font-size: 4.61538vw;
  }
}

.specZone .inner .VehicleType .price {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .price {
    font-size: 3.58974vw;
  }
}

.specZone .inner .VehicleType.show-anime {
  top: 0;
}

.specZone .inner .specTable {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable {
    margin-top: 17.94872vw;
  }
}

.specZone .inner .specTable table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table {
    margin: 0 auto;
    width: 85.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .specZone .inner .specTable table tr:last-of-type {
    border-bottom: 1px solid #707070;
  }
}

.specZone .inner .specTable table th,
.specZone .inner .specTable table td {
  border: 1px solid #707070;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table th,
  .specZone .inner .specTable table td {
    border-bottom: 0px;
  }
}

.specZone .inner .specTable table th {
  width: 140px;
  font-size: 12px;
  padding: 25px 0 25px 15px;
  box-sizing: border-box;
  background: #f4f4f4;
  color: #676969;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table th {
    width: 25.64103vw;
    border-right: 0px;
    font-size: 2.82051vw;
    padding: 3.33333vw 1.53846vw;
  }
}

.specZone .inner .specTable table td {
  font-size: 12px;
  padding: 15px 0 15px 20px;
  box-sizing: border-box;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td {
    width: 59.48718vw;
    padding: 3.33333vw 2.5641vw;
    font-size: 2.82051vw;
  }
}

.specZone .inner .specTable table td .sub {
  display: block;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .sub {
    font-size: 2.82051vw;
  }
}

.specZone .inner .specTable table td strong {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td strong {
    font-size: 4.61538vw;
  }
}

.specZone .inner .specTable table td .en {
  font-size: 14px;
  padding-left: 0.05em;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .en {
    font-size: 3.58974vw;
  }
}

.specZone .inner .specTable table td .day {
  font-size: 14px;
}

.specZone .inner .specTable table td .alert {
  font-size: 14px;
  color: #f00;
}

.specZone .inner .specTable table td .note {
  font-size: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .note {
    font-size: 2.5641vw;
  }
}

.specZone .inner .specTable table .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex {
    display: block;
  }
}

.specZone .inner .specTable table .flex .icons {
  align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .icons {
    display: block;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .icons small {
    display: block;
    margin-top: 1em;
  }
}

.specZone .inner .specTable table .flex .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .img {
    justify-content: start;
  }
}

.specZone .inner .specTable table .flex .img .sga {
  width: 95px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .img .sga {
    margin-top: 3.84615vw;
  }
}

.specZone .inner .specTable table .flex .img .warranty3 {
  width: 50px;
}

.specZone .inner .specTable table .codeBox {
  display: flex;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox {
    display: block;
  }
}

.specZone .inner .specTable table .codeBox .code + .code {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox .code + .code {
    margin-left: 0px;
    margin-top: 3.84615vw;
  }
}

.specZone .inner .specTable table .codeBox + .codeBox {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox + .codeBox {
    margin-top: 3.84615vw;
  }
}

.bx-controls-direction .disabled {
  opacity: .1;
}

#container {
  min-width: 1100px;
  margin: 0 auto;
  color: #000;
}

#container img {
  height: auto;
}

@media screen and (max-width: 767px) {
  #container {
    min-width: 100%;
  }
}

#container .movieWrap {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: none;
}

#container .movieWrap.show {
  display: flex !important;
}

#container .movieWrap .in {
  position: relative;
}

#container .movieWrap .in .movieStop {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -40px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #container .movieWrap .in .movieStop {
    right: 3vw;
  }
}

#container .movieWrap iframe {
  width: 1000px;
  height: 562px;
  border: 0px;
}

@media screen and (max-width: 767px) {
  #container .movieWrap iframe {
    width: 100vw;
    height: 57vw;
  }
}

.set-anime {
  transition: .5s;
  opacity: 0;
  position: relative;
  top: 60px;
}

.set-anime.show-anime {
  top: 0px;
  opacity: 1;
}

.specZone .bg .carList li .name {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
}

.specZone .bg .carList li .name img {
  width: auto;
}

/*# sourceMappingURL=../../../../../../../srcmap/products/sling/detail/sling/koala_ultramesh_ex/common/css/style.css.map */
