/* CSS Document */
.mainZone {
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainZone {
    width: 100vw;
    overflow: hidden;
  }
}

.mainZone .in {
  display: flex;
}

@media screen and (max-width: 767px) {
  .mainZone .in {
    display: block;
    height: 184.61538vw;
  }
}

.mainZone .in .mains {
  width: 50%;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains {
    width: 100%;
    position: static;
  }
}

.mainZone .in .mains .prize {
  position: absolute;
  left: 30px;
  top: 60px;
  width: 150px;
  opacity: 0;
  transition: .6s;
  transition-delay: .1s;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .prize {
    width: 28.20513vw;
    left: 5.12821vw;
    top: 15.38462vw;
  }
}

.mainZone .in .mains.main1 {
  opacity: 0;
}

.mainZone .in .mains .copy {
  display: flex;
  align-items: flex-end;
  width: 70%;
  text-align: center;
  margin: 5% auto 0 auto;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .copy {
    position: absolute;
    top: 11vw;
    left: 38vw;
    width: 100vw;
    justify-content: flex-start;
    align-items: center;
  }
}

.mainZone .in .mains .copy .txts {
  opacity: 0;
  transition: .5s;
  position: relative;
  top: 30px;
}

.mainZone .in .mains .copy .txt1 {
  width: 35.5%;
  margin-right: 2%;
  transition-delay: .5s;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .copy .txt1 {
    position: absolute;
    width: 44.35897vw;
    margin-top: -11vw;
    left: -2vw;
  }
}

.mainZone .in .mains .copy .txt2 {
  width: 20%;
  transition-delay: .7s;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .copy .txt2 {
    width: 19%;
  }
}

.mainZone .in .mains .copy .txt3 {
  margin-left: -4%;
  margin-right: 1%;
  width: 8%;
  transition-delay: .9s;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .copy .txt3 {
    margin-left: -5%;
    margin-right: 0%;
    width: 12%;
  }
}

.mainZone .in .mains .copy .txt4 {
  width: 20%;
  transition-delay: 1.1s;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .copy .txt4 {
    width: 19%;
    margin-left: -1%;
  }
}

.mainZone .in .mains .copy .txt5 {
  margin-left: 2.5%;
  width: 10%;
  transition-delay: 1.3s;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .copy .txt5 {
    width: 15%;
    margin-left: 0%;
    margin-top: -1%;
  }
}

.mainZone .in .mains .img1 {
  width: 34vw;
  margin: 0 auto;
  padding-top: 15%;
  min-width: 360px;
  opacity: 0;
  transition: .6s;
  transition-delay: 1.3s;
}

@media screen and (max-width: 767px) {
  .mainZone .in .mains .img1 {
    display: none;
  }
}

.mainZone .in .mains .img2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: .6s;
  transition-delay: 1.5s;
}

.mainZone p {
  width: 50%;
  text-align: center;
  position: absolute;
  bottom: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainZone p {
    width: 100%;
    color: #000000;
    font-size: 1rem;
    bottom: 5vw;
  }
}

.mainZone .show-anime .mains.main1 {
  opacity: 1;
}

.mainZone .show-anime .mains.main1 .prize {
  top: 30px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mainZone .show-anime .mains.main1 .prize {
    top: 5.12821vw;
  }
}

.mainZone .show-anime .mains .img1 {
  opacity: 1;
}

.mainZone .show-anime .mains .img2 {
  opacity: 1;
}

.mainZone .show-anime .mains .copy .txts {
  top: 0px;
  opacity: 1;
}

.introZone {
  position: relative;
  background-image: url("../img/intro/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .introZone {
    padding-bottom: 5.12821vw;
    height: auto;
    background-image: none;
    padding: 0 5.12821vw 0vw 5.12821vw;
  }
  .introZone:after {
    content: "";
    display: block;
    width: 100vw;
    height: 111.53846vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-size: 100%;
    background-image: url("../img/intro/bg_sp.png");
  }
}

@media screen and (max-width: 767px) {
  .introZone .txtScl {
    position: relative;
    padding-bottom: 74vw;
  }
  .introZone .txtScl p {
    position: relative;
  }
}

.introZone .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.introZone .wm {
  position: absolute;
  left: 50%;
  width: 372px;
  top: 50%;
  margin-left: -110px;
  margin-top: -120px;
}

@media screen and (max-width: 767px) {
  .introZone .wm {
    width: 56.41026vw;
    top: auto;
    z-index: 2;
    bottom: 32.05128vw;
    margin-top: -28.20513vw;
    margin-left: -24vw;
  }
}

.introZone .txt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
}

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

.introZone .txt h2 {
  width: 465px;
  margin-bottom: 40px;
}

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

.introZone .txt p {
  width: 480px;
}

@media screen and (max-width: 767px) {
  .introZone .txt p {
    width: 100%;
    box-sizing: border-box;
    padding-right: 5vw;
  }
}

.introZone .logo {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 40px;
  z-index: 3;
}

.introZone .logo img {
  width: 277px;
}

@media screen and (max-width: 767px) {
  .introZone .logo img {
    width: 48.97436vw;
  }
}

.introZone .notes {
  position: absolute;
  right: 50px;
  bottom: 20px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .introZone .notes {
    right: 5vw;
    bottom: 5vw;
    font-size: 1rem;
  }
}

.mamolZone {
  background-color: #e6e6e6;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .mamolZone {
    width: 100%;
    overflow: hidden;
    padding-top: 15.38462vw;
  }
}

.mamolZone .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.mamolZone h2 {
  text-align: center;
  margin-bottom: 60px;
}

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

.mamolZone h2 img {
  width: 823px;
}

@media screen and (max-width: 767px) {
  .mamolZone h2 img {
    width: 79.48718vw;
  }
}

.mamolZone .txt1 {
  width: 260px;
  position: absolute;
  left: 0px;
  top: 100px;
  transition: 0.5s;
  opacity: 0;
  transition-delay: 0.2s;
}

@media screen and (max-width: 767px) {
  .mamolZone .txt1 {
    width: 44.35897vw;
    position: static;
    margin-left: 10.25641vw;
  }
}

.mamolZone .txt1.showAnim {
  opacity: 1;
}

.mamolZone .txt1 h3 {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .mamolZone .txt1 h3 {
    width: 44.35897vw;
  }
}

.mamolZone .txt1 p {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b3938;
}

.mamolZone .ph1 {
  width: 439px;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph1 {
    width: 100%;
  }
  .mamolZone .ph1 .ph {
    width: 74.35897vw;
    margin: 0 auto;
  }
}

.mamolZone .ph1.showAnim {
  transform: scale(1.05);
}

.mamolZone .ph1 .fig {
  position: absolute;
  width: 196px;
  position: absolute;
  top: 53px;
  left: 111px;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph1 .fig {
    width: 38.20513vw;
    top: 9vw;
    left: 29vw;
  }
}

.mamolZone .ph1 .fig.showAnim {
  opacity: 1;
}

.mamolZone .ph1 .maru {
  width: 498px;
  position: absolute;
  left: 210px;
  top: 100px;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph1 .maru {
    width: auto;
    position: relative;
    left: 0px;
    margin: -26vw auto 0 auto;
    text-align: center;
    top: 0px;
  }
  .mamolZone .ph1 .maru p {
    font-weight: bold;
    color: #3b3938;
    font-size: 1.8rem;
  }
  .mamolZone .ph1 .maru img {
    width: 38.46154vw;
    margin-bottom: 3vw;
  }
}

.mamolZone .ph1 .maru.showAnim {
  opacity: 1;
}

.mamolZone .txt2 {
  width: 280px;
  position: absolute;
  left: 0px;
  top: 90px;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .mamolZone .txt2 {
    width: 28.71795vw;
    position: static;
    margin-left: 10.25641vw;
    top: 0;
    margin-top: 8.97436vw;
  }
}

.mamolZone .txt2.showAnim {
  opacity: 1;
}

.mamolZone .txt2 h3 {
  width: 148px;
}

@media screen and (max-width: 767px) {
  .mamolZone .txt2 h3 {
    width: 28.71795vw;
  }
}

.mamolZone .txt2 p {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mamolZone .txt2 p {
    font-weight: bold;
  }
}

.mamolZone .ph2 {
  width: 439px;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}

.mamolZone .ph2:before {
  content: "";
  display: inline-block;
  background-image: url("../img/mamol/zenmen.svg");
  width: 133px;
  height: 133px;
  position: absolute;
  right: -65px;
  top: -10px;
  z-index: 3;
  transition: 0.3s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2:before {
    width: 22.30769vw;
    height: 22.30769vw;
    right: 5vw;
    top: -14vw;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2 {
    width: 100%;
  }
  .mamolZone .ph2 .ph {
    width: 74.35897vw;
    margin: 0 auto;
  }
}

.mamolZone .ph2.showAnim {
  transform: scale(1.05);
}

.mamolZone .ph2.showAnim2::before {
  opacity: 1;
}

.mamolZone .ph2 .ph {
  position: relative;
  right: -45px;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2 .ph {
    right: 0;
  }
}

.mamolZone .ph2 .ph.phBefore {
  transition: 0.7s;
  opacity: 1;
}

.mamolZone .ph2 .ph.phBefore.showAnim {
  opacity: 0;
}

.mamolZone .ph2 .ph.phAfter {
  position: absolute;
  right: -46px;
  width: 442px;
  top: 0px;
  opacity: 0;
  transition: 0.7s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2 .ph.phAfter {
    right: 0px;
    width: 75vw;
    top: 0vw;
    left: 0;
  }
}

.mamolZone .ph2 .ph.phAfter.showAnim {
  opacity: 1;
}

.mamolZone .ph2 .fig {
  position: absolute;
  width: 183px;
  position: absolute;
  top: 59px;
  left: 168px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2 .fig {
    width: 38.20513vw;
    top: 9vw;
    left: 29vw;
  }
}

.mamolZone .ph2 .fig.showAnim {
  opacity: 0;
}

.mamolZone .ph2 .fig2, .mamolZone .ph2 .fig4 {
  width: 169px;
  height: 73px;
  position: absolute;
  top: 126px;
  left: 168px;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2 .fig2, .mamolZone .ph2 .fig4 {
    width: 31.53846vw;
    top: 20vw;
    left: 33vw;
  }
}

.mamolZone .ph2 .fig2.showAnim, .mamolZone .ph2 .fig4.showAnim {
  opacity: 1;
}

.mamolZone .ph2 .fig3 {
  position: absolute;
  width: 147px;
  height: 133px;
  position: absolute;
  top: 51px;
  left: 225px;
  opacity: 0;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2 .fig3 {
    width: 27.4359vw;
    top: 6.3vw;
    left: 43.1vw;
  }
}

.mamolZone .ph2 .fig3.showAnim {
  opacity: 1;
}

.mamolZone .ph2 .maru {
  width: 494px;
  position: absolute;
  left: 265px;
  top: 100px;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ph2 .maru {
    margin: -26vw auto 0 auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .mamolZone .ph2 .maru p {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .mamolZone .ph2 .maru img {
    width: 38.46154vw;
    margin-bottom: 3vw;
    position: relative;
  }
}

.mamolZone .ph2 .maru.showAnim {
  opacity: 1;
}

.mamolZone .ttl {
  width: 564px;
  margin: 0 auto;
  padding-top: 45px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 767px) {
  .mamolZone .ttl {
    width: 89.74359vw;
  }
}

.mamolZone .ttl.showAnim {
  opacity: 1;
}

.mamolZone .ttl img {
  max-width: 100%;
}

.mamolZone .bgGray {
  position: relative;
}

.mamolZone .bgGrade {
  background: linear-gradient(0deg, #fdd000 0%, #f6ab00 50%, #d25178 73%, #d25178 100%);
  -webkit-clip-path: polygon(0 242%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
  padding: 280px 0 500px 0;
  margin-top: -288px;
  position: relative;
}

@media screen and (min-width: 1900px) {
  .mamolZone .bgGrade {
    -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
    margin-top: -305px;
  }
}

@media screen and (max-width: 1366px) {
  .mamolZone .bgGrade {
    -webkit-clip-path: polygon(0 19%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 19%, 100% 0, 100% 100%, 0 100%);
    margin-top: -258px;
  }
}

@media screen and (max-width: 1024px) {
  .mamolZone .bgGrade {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
    margin-top: -238px;
  }
}

@media screen and (max-width: 767px) {
  .mamolZone .bgGrade {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 8.5%, 100% 0, 100% 100%, 0 100%);
    padding: 25vw 0 25.64103vw 0;
    margin-top: -32vw;
  }
}

.mamolZone .bgGrade .note {
  color: #000;
  font-size: 1rem;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .mamolZone .bgGrade .note {
    padding-top: 8.20513vw;
    text-align: center;
  }
}

.u1 {
  color: #000;
  position: relative;
}

.u1 figure {
  margin: 0;
}

.u1 .inner1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u1 .inner1 {
    width: 1000px;
  }
}

.u1 .ttlImg1 {
  position: relative;
  z-index: 1;
}

.u1 .ttlImg1 .inner1 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.u1 .ttlImg1 figcaption {
  position: absolute;
}

.u1 .cont1 {
  position: relative;
  background-color: #FFF;
}

.u1 .cont1:before {
  content: "";
  display: block;
  background-color: #E6E6E6;
  width: 100%;
  margin: -20% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: center top;
  transition: all 1.7s ease-in-out;
  opacity: .1;
}

@media screen and (max-width: 767px) {
  .u1 .cont1:before {
    transition: all 2.7s ease-in-out;
  }
}

.u1 .cont1 .inner1 {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .inner1 {
    padding-left: 10.25641vw;
    padding-right: 10.25641vw;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .zoneTtl {
    margin-top: -18.7%;
  }
}

@media screen and (min-width: 1300px) {
  .u1 .cont1 .zoneTtl {
    margin-top: -20%;
  }
}

@media screen and (min-width: 1500px) {
  .u1 .cont1 .zoneTtl {
    margin-top: -24.8%;
  }
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .zoneTtl {
    margin-top: -22%;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .zoneLead1 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .zoneLead1 {
    margin-bottom: 14.10256vw;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .pcFlx1 {
    display: flex;
    align-items: flex-start;
  }
}

.u1 .cont1 .list1 > li .txts h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.44444;
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .list1 > li .txts h4 {
    font-size: 4.61538vw;
  }
}

.u1 .cont1 .list1 > li .txts h4.fzS {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .list1 > li .txts h4.fzS {
    font-size: 4.10256vw;
  }
}

.u1 .cont1 .list1 > li .txts h4 sup {
  font-size: 0.6em;
}

.u1 .cont1 .list1 > li .txts hr {
  background: linear-gradient(to right, #FDD000 0%, #FDD000 19%, #F6AB00 35%, #D25178 71%, #D25178 100%);
  border: none;
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1 > li .txts hr {
    margin: 7px 0 10px;
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .list1 > li .txts hr {
    margin: 1.79487vw 0 2.5641vw;
    height: 1.02564vw;
  }
}

.u1 .cont1 .list1 > li .txts p {
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.57143;
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .list1 > li .txts p {
    margin-bottom: 3.84615vw;
    font-size: 3.58974vw;
  }
}

.u1 .cont1 .list1 > li .txts p sup {
  font-size: 0.6em;
}

.u1 .cont1 .list1 > li .txts p em {
  color: #D25178;
}

.u1 .cont1 .list1 > li .img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1:not(.type2) {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1:not(.type2) > li {
    display: flex;
    align-items: flex-start;
    width: 48%;
  }
  .u1 .cont1 .list1:not(.type2) > li:nth-child(odd) {
    margin-right: 4%;
  }
  .u1 .cont1 .list1:not(.type2) > li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .list1:not(.type2) > li + li {
    margin-top: 9.48718vw;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1:not(.type2) > li .txts {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1:not(.type2) > li .txts h4 {
    width: 250px;
    padding-top: 0.55556em;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1:not(.type2) > li .txts h4.fzS {
    width: 260px;
    letter-spacing: -0.07em;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1:not(.type2) > li .txts p {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .list1:not(.type2) > li .img {
    flex-shrink: 0;
    width: 210px;
  }
}

.u1 .cont1 .note1 {
  display: block;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .u1 .cont1 .note1 {
    font-size: 10px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u1 .cont1 .note1 {
    font-size: 2.5641vw;
    text-align: center;
  }
}

.u1 .cont1.show-anime:before {
  opacity: 1;
  top: 0px;
}

.u1 .cont1.show-anime .inner1 {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .compactZone {
    margin-top: -560px;
  }
}

@media screen and (max-width: 767px) {
  .compactZone {
    margin-top: -22%;
  }
}

.compactZone .ttlImg1 figcaption {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .compactZone .ttlImg1 figcaption {
    width: 311px;
    height: 107px;
  }
}

@media screen and (max-width: 767px) {
  .compactZone .ttlImg1 figcaption {
    width: 44.35897vw;
    top: 17.94872vw;
    bottom: auto;
    left: 0;
  }
}

.compactZone .cont1 {
  color: #fff;
}

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

.compactZone .cont1:before {
  background: linear-gradient(to top, #FDD000 0%, #FDD000 19%, #F6AB00 35%, #D25178 71%, #D25178 100%);
}

.compactZone .cont1 .inner1 {
  margin-top: 0;
}

.compactZone .cont1 .pcFlx1 {
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .compactZone .cont1 .colL {
    width: 494px;
  }
}

@media screen and (max-width: 767px) {
  .compactZone .cont1 .colL {
    margin-bottom: 12.82051vw;
  }
}

@media screen and (min-width: 768px) {
  .compactZone .cont1 .colR {
    width: 390px;
  }
}

.compactZone .cont1 .zoneTtl {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .compactZone .cont1 .zoneTtl {
    width: 229px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .compactZone .cont1 .zoneTtl {
    width: 58.71795vw;
    margin-bottom: 10.25641vw;
  }
}

.compactZone .cont1 .zoneLead1 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .compactZone .cont1 .list1 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .compactZone .cont1 .list1 > li {
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .compactZone .cont1 .list1 > li .txts {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .safetyZone .ttlImg1 figcaption {
    width: 219px;
    top: 35%;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .ttlImg1 figcaption {
    width: 35.38462vw;
    top: 12.05128vw;
    left: 2.5641vw;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .cont1 {
    padding-bottom: 2.5641vw;
  }
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .zoneTtl {
    width: 310px;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .cont1 .zoneTtl {
    width: 49.23077vw;
    margin-bottom: 7.4359vw;
  }
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .zoneLead1 {
    width: 537px;
  }
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .list1 > li:nth-child(2) .txts h4 {
    padding-top: 1.44444em;
    padding-bottom: 0.55556em;
  }
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .list1 > li:nth-child(2) hr {
    margin-right: -10px;
  }
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .list1 > li:nth-child(2) .img {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .cont1 .list1 > li:nth-child(2) .img {
    width: 43.58974vw;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .list1 > li:nth-child(4) {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .cont1 .list1 > li:nth-child(4) {
    display: none;
  }
}

.safetyZone .cont1 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DF0723;
  margin: 40px auto 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  transition: filter 0.3s;
}

.safetyZone .cont1 .btn:hover {
  filter: brightness(150%);
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .btn {
    width: 234px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .cont1 .btn {
    width: 60vw;
    height: 10.25641vw;
    margin-top: 15.38462vw;
    font-size: 4.10256vw;
  }
}

.safetyZone .cont1 .btn:after {
  content: "";
  display: block;
  background: url("../img/safety/btn_arw1_r.svg") 0 0 no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .safetyZone .cont1 .btn:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .cont1 .btn:after {
    width: 5.12821vw;
    height: 5.12821vw;
    right: 2.5641vw;
  }
}

@media screen and (max-width: 767px) {
  .safetyZone .cont1 .note1.sp {
    margin-top: 9.74359vw;
  }
}

@media screen and (min-width: 768px) {
  .comfortZone .ttlImg1 figcaption {
    width: 274px;
    top: 16%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .comfortZone .ttlImg1 figcaption {
    width: 37.69231vw;
    top: 16%;
    left: 5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .comfortZone .cont1 {
    padding-bottom: 7.69231vw;
  }
}

@media screen and (min-width: 768px) {
  .comfortZone .cont1 .zoneTtl {
    width: 389px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .comfortZone .cont1 .zoneTtl {
    width: 61.79487vw;
    margin-bottom: 10.25641vw;
  }
}

@media screen and (min-width: 768px) {
  .comfortZone .cont1 .zoneLead1 {
    width: 701px;
  }
}

@media screen and (max-width: 767px) {
  .comfortZone .cont1 .zoneLead1 {
    width: 67.17949vw;
  }
}

@media screen and (min-width: 768px) {
  .comfortZone .cont1 .note1 {
    margin-top: 98px;
  }
}

@media screen and (max-width: 767px) {
  .comfortZone .cont1 .note1 {
    margin-top: 2.05128vw;
  }
}

@media screen and (min-width: 768px) {
  .stressfreeZone .ttlImg1 figcaption {
    width: 340px;
    top: 16%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .stressfreeZone .ttlImg1 figcaption {
    width: 52.82051vw;
    top: 14%;
    left: 3.84615vw;
  }
}

@media screen and (max-width: 767px) {
  .stressfreeZone .cont1 {
    padding-bottom: 2.5641vw;
  }
}

@media screen and (min-width: 768px) {
  .stressfreeZone .cont1 .zoneTtl {
    width: 500px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .stressfreeZone .cont1 .zoneTtl {
    width: 79.48718vw;
    margin-bottom: 10.25641vw;
  }
}

@media screen and (min-width: 768px) {
  .stressfreeZone .cont1 .zoneLead1 {
    width: 714px;
  }
}

@media screen and (max-width: 767px) {
  .stressfreeZone .cont1 .zoneLead1 {
    width: 71.53846vw;
  }
}

@media screen and (min-width: 768px) {
  .stressfreeZone .cont1 .note1 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .stressfreeZone .cont1 .note1 {
    margin-top: 9.74359vw;
  }
}

@media screen and (min-width: 768px) {
  .friendlyZone .ttlImg1 figcaption {
    width: 423px;
    top: 16%;
    left: -4%;
  }
}

@media screen and (max-width: 767px) {
  .friendlyZone .ttlImg1 figcaption {
    width: 70.25641vw;
    top: 5%;
    left: -6.15385vw;
  }
}

@media screen and (max-width: 767px) {
  .friendlyZone .cont1 {
    padding-bottom: 7.69231vw;
  }
}

@media screen and (min-width: 768px) {
  .friendlyZone .cont1 .zoneTtl {
    width: 356px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .friendlyZone .cont1 .zoneTtl {
    width: 56.41026vw;
    margin-bottom: 7.4359vw;
  }
}

@media screen and (min-width: 768px) {
  .friendlyZone .cont1 .zoneLead1 {
    width: 443px;
  }
}

@media screen and (max-width: 767px) {
  .friendlyZone .cont1 .zoneLead1 {
    width: 79.23077vw;
  }
}

@media screen and (min-width: 768px) {
  .friendlyZone .cont1 .note1 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .friendlyZone .cont1 .note1 {
    margin-top: 9.74359vw;
  }
}

.specZone {
  position: relative;
  padding: 0 0 80px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .specZone {
    padding: 0 0 20.51282vw;
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  }
}

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

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

.specZone .inner h2 {
  position: relative;
  text-align: center;
  font-size: 45px;
  color: #007e77;
  padding-top: 200px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner h2 {
    padding-top: 23.07692vw;
    margin-bottom: 12.82051vw;
  }
}

.specZone .inner h2 .sub {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .specZone .inner h2 .sub {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.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;
  font-weight: bold;
  transition-delay: 0.3s;
  color: #1a1311;
}

.specZone .inner .VehicleType .logo {
  margin-bottom: 30px;
}

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

.specZone .inner .VehicleType .name {
  font-size: 18px;
}

@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;
  font-weight: bold;
  padding: 25px 0 25px 15px;
  box-sizing: border-box;
  background: #f4f4f4;
}

@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 .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}

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

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

.specZone .inner .specTable table .icons .img img {
  width: 161px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .icons .img img {
    width: 35.89744vw;
  }
}

.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: 2.5641vw;
  }
}

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

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

.set-anime {
  transition: .5s;
  opacity: 0;
}

.set-anime.show-anime {
  opacity: 1;
}

.footNavi {
  position: sticky;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background-color: #FFF;
  padding-bottom: calc(env(safe-area-inset-bottom));
}

.footNavi.show {
  display: block;
}

nav.navs {
  background-color: #002F71;
}

nav.navs ul {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  nav.navs ul {
    flex-wrap: wrap;
  }
}

nav.navs ul li {
  width: 25%;
  border-left: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  nav.navs ul li {
    width: 50%;
    border-bottom: 1px solid #FFF;
  }
}

nav.navs ul li a {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

nav.navs ul li img {
  height: 37px;
}

@media screen and (max-width: 767px) {
  nav.navs ul li img {
    height: 32px;
  }
}

nav.navs ul li img.nav04 {
  height: 18px;
}

.specZone img {
  width: auto;
}

/*# sourceMappingURL=../../../../../../../srcmap/products/childseat/detail/compact_bed/mamorila/common/css/style.css.map */
