/* CSS Document */
.mainZone {
  position: relative;
  z-index: 2;
}

.mainZone .in {
  background-image: url("../img/main/bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .mainZone .in {
    background-image: url("../img/main/bg_sp.jpg");
  }
}

.mainZone h1 {
  width: 73%;
  max-width: 430px;
  margin: 0 auto;
  padding-top: 40px;
}

.mainZone img {
  max-width: 100%;
}

.mainZone .img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.mainZone .img p {
  position: absolute;
  left: 0px;
  font-size: 10px;
  color: #000000;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mainZone .img p {
    left: 10px;
    bottom: 10px;
  }
}

.introZone {
  background-position: top center;
  position: relative;
  height: 634px;
}

@media screen and (max-width: 767px) {
  .introZone {
    background-size: 100%;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}

.introZone .bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .introZone .bg {
    display: none;
  }
}

.introZone .bg img {
  width: 70%;
  position: absolute;
  bottom: -1.5vw;
  left: 0px;
  min-width: 800px;
  max-width: 1300px;
}

.introZone h2 {
  width: 390px;
  position: absolute;
  left: 50%;
  margin-left: -196px;
  top: 77px;
  z-index: 2;
}

.introZone .txt {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .introZone .txt {
    position: relative;
  }
}

.introZone .txt01 {
  width: 403px;
  left: 50%;
  margin-left: -514px;
  top: 23px;
  transition: .7s;
  padding-top: 30px;
}

.introZone .txt01.show-anime {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .introZone .txt01 {
    width: 100%;
    margin: 0;
    padding-top: 10vw;
    left: 0px;
    top: 0px;
  }
  .introZone .txt01.show-anime {
    padding-top: 7vw;
  }
}

.introZone .txt02 {
  width: 333px;
  left: 50%;
  margin-left: -530px;
  top: 190px;
  z-index: 4;
  transition: .7s;
  padding-top: 30px;
  transition-delay: .2s;
}

.introZone .txt02.show-anime {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .introZone .txt02 {
    width: 87%;
    margin: -5vw 0 0 auto;
    left: 0px;
    top: 0px;
  }
}

.introZone .txt03 {
  width: 389px;
  left: 50%;
  margin-left: 142px;
  top: 23px;
  transition: .7s;
  transition-delay: .2s;
  padding-top: 30px;
}

.introZone .txt03.show-anime {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .introZone .txt03 {
    width: 98%;
    margin: -5vw 0 0 0;
    left: 0px;
    top: 0px;
  }
}

.introZone .txt04 {
  width: 354px;
  margin-left: 152px;
  left: 50%;
  top: 291px;
  transition: .7s;
  transition-delay: .4s;
  padding-top: 30px;
}

.introZone .txt04.show-anime {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .introZone .txt04 {
    width: 102vw;
    margin: -8vw 0 0 0vw;
    z-index: 5;
    left: 0px;
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .txt05 {
    margin-top: -18vw;
    position: relative;
    z-index: 1;
  }
}

.reasonZone {
  background-image: url("../img/reason/bg.png");
  background-position: center top;
  position: relative;
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .reasonZone {
    background-image: url("../img/reason/bg.png");
    padding-bottom: 60px;
  }
}

.reasonZone::before {
  content: "";
  width: 200px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -100px;
  background-image: url("../img/reason/sankaku.svg");
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .reasonZone::before {
    width: 120px;
    height: 30px;
    margin-left: -60px;
  }
}

.reasonZone .in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in {
    padding-top: 18vw;
  }
}

.reasonZone .in h2 {
  width: 495px;
  margin: 20px auto 20px auto;
}

.reasonZone .in h2.show-anime {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in h2 {
    width: 60%;
    margin-bottom: 8vw;
  }
}

.reasonZone .in .reasonHead {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition-delay: .3s;
}

.reasonZone .in .reasonHead.show-anime {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .reasonHead {
    display: block;
    padding: 0 9vw 0 9vw;
  }
}

.reasonZone .in .reasonHead .txt {
  flex-shrink: 0;
  padding-top: 18px;
}

.reasonZone .in .reasonHead .txt .sub {
  width: 188px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .reasonHead .txt .sub {
    margin-bottom: 3vw;
  }
}

.reasonZone .in .reasonHead .txt h3 {
  font-size: 26px;
  font-weight: bold;
  color: #0D186E;
  margin: 20px 0 20px -20px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .reasonHead .txt h3 {
    font-size: 22px;
    margin: 0 0 4vw;
    text-indent: -10px;
  }
}

.reasonZone .in .reasonHead .txt p {
  font-size: 16px;
  line-height: 1.6;
  color: #0D186E;
  font-weight: bold;
}

.reasonZone .in .reasonHead .img {
  width: 425px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .reasonHead .img {
    width: 100%;
    padding-top: 10vw;
  }
}

.reasonZone .in .col2 {
  padding-top: 84px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 {
    display: block;
    padding: 19vw 5vw 0 5vw;
  }
}

.reasonZone .in .col2 .col {
  width: 490px;
  border-radius: 30px;
  background-color: #FFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
  top: 20px;
  position: relative;
}

.reasonZone .in .col2 .col.colB {
  transition-delay: .3s;
}

.reasonZone .in .col2 .col.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col {
    width: 100%;
  }
  .reasonZone .in .col2 .col + .col {
    margin-top: 10vw;
  }
}

.reasonZone .in .col2 .col dt {
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dt {
    margin-top: 0px;
  }
}

.reasonZone .in .col2 .col dt img {
  height: 59px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dt img {
    margin-top: -5vw;
    height: 12.5vw;
  }
}

.reasonZone .in .col2 .col dd {
  text-align: center;
  padding: 10px 40px 30px 40px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd {
    padding: 10px  15px 20px 15px;
  }
}

.reasonZone .in .col2 .col dd h4 {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd h4 {
    font-size: 17px;
    margin-right: -1em;
  }
}

.reasonZone .in .col2 .col dd p {
  font-size: 14px;
  color: #000000;
  text-align: left;
  line-height: 1.6;
}

.reasonZone .in .col2 .col dd p.notes {
  font-size: 10px;
  margin-top: .5em;
  text-indent: -2em;
  margin-left: 2em;
}

.reasonZone .in .col2 .col dd .img1 {
  width: 365px;
  margin: 10px auto 28px auto;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd .img1 {
    width: 80%;
  }
}

.reasonZone .in .col2 .col dd .imgTxt {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd .imgTxt {
    display: block;
  }
}

.reasonZone .in .col2 .col dd .imgTxt p {
  padding-top: 10px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd .imgTxt p {
    padding: 0px;
    margin: 0px;
  }
}

.reasonZone .in .col2 .col dd .imgTxt .img2 {
  width: 187px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd .imgTxt .img2 {
    width: 70%;
    margin: 5vw auto 3vw auto;
  }
}

.reasonZone .in .col2 .col dd .imgTxt .img2 p {
  margin-left: 5px;
}

.reasonZone .in .col2 .col dd .imgTxt .img2 p.notes {
  margin-left: 2em;
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd .imgTxt .img2 p.notes {
    margin-left: -2em;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .in .col2 .col dd .imgTxt .img2 p {
    margin-top: 5vw;
    margin-left: -5vw;
  }
}

.sceneZone {
  position: relative;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sceneZone {
    padding-bottom: 45px;
  }
}

.sceneZone .in {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.sceneZone .in .nioi-poi {
  max-width: 720px;
  width: 100%;
  margin: 0px auto 50px auto;
}

.sceneZone .in .nioi-poi img {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .sceneZone .in .nioi-poi img {
    margin-top: -30px;
  }
}

.sceneZone .in h2 {
  width: 680px;
  margin: 0 auto 45px auto;
  position: relative;
  top: 20px;
}

.sceneZone .in h2.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .sceneZone .in h2 {
    width: 80%;
    margin-bottom: 35px;
  }
}

.sceneZone .in .lead {
  line-height: 1.6;
  color: #0d186e;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 20px;
  transition-delay: .2s;
}

.sceneZone .in .lead.show-anime {
  top: 0px;
}

.sceneZone .in .box {
  position: relative;
  width: 1000px;
  height: 560px;
}

.sceneZone .in .box .set1 {
  position: relative;
  top: 30px;
  transition-delay: .1s;
}

.sceneZone .in .box .set1.show-anime {
  top: 0px;
}

.sceneZone .in .box .set2 {
  position: relative;
  top: 30px;
  transition-delay: .2s;
}

.sceneZone .in .box .set2.show-anime {
  top: 0px;
}

.sceneZone .in .box .set3 {
  position: relative;
  top: 30px;
  transition-delay: .3s;
}

.sceneZone .in .box .set3.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .sceneZone .in .box {
    margin: 0 auto;
    height: auto;
    padding-top: 12vw;
    width: 100%;
  }
}

.sceneZone .in .box h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.sceneZone .in .box p {
  font-size: 14px;
  color: #000;
}

.sceneZone .in .box .imgs,
.sceneZone .in .box .txts,
.sceneZone .in .box .kuru {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .sceneZone .in .box .imgs,
  .sceneZone .in .box .txts,
  .sceneZone .in .box .kuru {
    position: static;
  }
}

.sceneZone .in .box .txts {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .sceneZone .in .box .txts {
    width: 86%;
    margin: 0 auto;
  }
}

.sceneZone .in .box .img1 {
  width: 182px;
  left: 81px;
  top: 31px;
}

.sceneZone .in .box .img2 {
  width: 412px;
  right: 90px;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .sceneZone .in .box .img2 {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.sceneZone .in .box .img3 {
  width: 165px;
  left: 377px;
  top: 221px;
}

.sceneZone .in .box .img4 {
  width: 234px;
  right: 40px;
  top: 180px;
}

@media screen and (max-width: 767px) {
  .sceneZone .in .box .img4 {
    width: 83%;
    margin: -4vw auto 5vw;
    margin-bottom: 5vw;
    margin-top: -4vw;
  }
}

.sceneZone .in .box .img5 {
  width: 224px;
  right: 260px;
  top: 422px;
}

.sceneZone .in .box .img6 {
  width: 262px;
  left: 0px;
  top: 438px;
}

@media screen and (max-width: 767px) {
  .sceneZone .in .box .img6 {
    width: 87%;
    margin-left: 9%;
  }
}

.sceneZone .in .box .kuru1 {
  width: 100px;
  left: 308px;
  top: 220px;
}

.sceneZone .in .box .kuru2 {
  width: 106px;
  right: 171px;
  top: 400px;
}

.sceneZone .in .box .txt1 {
  left: 240px;
  top: 90px;
}

.sceneZone .in .box .txt2 {
  left: 513px;
  top: 251px;
}

.sceneZone .in .box .txt3 {
  left: 240px;
  top: 437px;
  width: 300px;
}

.voiceZone {
  background-image: url("../img/voice/bg.png?202108");
  background-position: center -3vw;
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-color: rgba(185, 224, 223, 0.5);
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .voiceZone {
    padding-bottom: 8vw;
  }
}

.voiceZone .voiceBox {
  width: 1037px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .voiceZone .voiceBox {
    width: 100%;
  }
}

.voiceZone .voiceBox2 {
  display: flex;
  max-width: 1000px;
  width: 100%;
  justify-content: space-between;
  margin: -10px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .voiceZone .voiceBox2 {
    display: block;
  }
}

.voiceZone .voiceBox2 li {
  width: 32%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px dashed #74c2bf;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  position: relative;
  top: 20px;
}

.voiceZone .voiceBox2 li.show-anime {
  top: 0px;
}

.voiceZone .voiceBox2 li .bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .voiceZone .voiceBox2 li {
    width: 85%;
    margin: 0 auto 8vw auto;
    padding: 7vw;
    font-size: 3.5vw;
  }
}

.voiceZone .voiceBox2 li:after {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

.voiceZone .voiceBox2 li:nth-child(1):after {
  background-image: url("../img/voice/man01.png");
  width: 73px;
  height: 104px;
  left: 10px;
  bottom: -82px;
}

@media screen and (max-width: 767px) {
  .voiceZone .voiceBox2 li:nth-child(1):after {
    width: 19vw;
    height: 38vw;
    left: -8vw;
    bottom: -20vw;
  }
}

.voiceZone .voiceBox2 li:nth-child(2) {
  transition-delay: 0.1s;
}

.voiceZone .voiceBox2 li:nth-child(2):after {
  background-image: url("../img/voice/man02.png");
  width: 71px;
  height: 117px;
  right: 15px;
  bottom: -82px;
}

@media screen and (max-width: 767px) {
  .voiceZone .voiceBox2 li:nth-child(2):after {
    width: 18vw;
    height: 40vw;
    right: -7vw;
    bottom: -27vw;
  }
}

.voiceZone .voiceBox2 li:nth-child(3) {
  transition-delay: 0.2s;
}

.voiceZone .voiceBox2 li:nth-child(3):after {
  background-image: url("../img/voice/man03.png");
  width: 91px;
  height: 110px;
  right: 15px;
  bottom: -82px;
}

@media screen and (max-width: 767px) {
  .voiceZone .voiceBox2 li:nth-child(3):after {
    background-image: url("../img/voice/man03_sp.png");
    width: 23vw;
    height: 32vw;
    left: -6vw;
    bottom: -20vw;
  }
}

.lineupZone .bgGry {
  padding: 70px 0 80px;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry {
    padding: 60px 0;
  }
}

.lineupZone .bgGry .inner {
  width: 890px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .inner {
    width: 90%;
  }
}

.lineupZone .bgGry h2 {
  height: 30px;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry h2 {
    margin-bottom: 35px;
  }
}

.lineupZone .bgGry h2 img {
  height: 100%;
}

.lineupZone .bgGry .lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .lead {
    font-size: 1.8rem;
  }
}

.lineupZone .bgGry .itemLieup {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .itemLieup {
    margin-top: 45px;
    flex-direction: column;
    align-items: center;
  }
}

.lineupZone .bgGry .itemLieup li {
  width: 280px;
}

.lineupZone .bgGry .itemLieup li:nth-child(1) dt img {
  width: 189px;
  height: 204px;
  position: relative;
  z-index: 3;
}

.lineupZone .bgGry .itemLieup li:nth-child(2) dt img {
  width: 168px;
  height: 181px;
}

.lineupZone .bgGry .itemLieup li:nth-child(3) dt {
  position: relative;
}

.lineupZone .bgGry .itemLieup li:nth-child(3) dt span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0px;
  text-align: center;
  font-size: 10px;
  z-index: 3;
}

.lineupZone .bgGry .itemLieup li:nth-child(3) dt img {
  width: 173px;
  height: 143px;
  position: relative;
  z-index: 3;
}

.lineupZone .bgGry .itemLieup li dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  background: #fff;
}

.lineupZone .bgGry .itemLieup li dt img {
  max-width: 100%;
}

.lineupZone .bgGry .itemLieup li dd {
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.lineupZone .bgGry .itemLieup li:nth-of-type(1) {
  position: relative;
}

.lineupZone .bgGry .itemLieup li:nth-of-type(1):before {
  position: absolute;
  content: "";
  top: 36px;
  left: -55px;
  width: 125px;
  height: 158px;
  background: url("../img/lineup/lineup_img01_side.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .itemLieup li:nth-of-type(1):before {
    background: url("../img/lineup/lineup_img01_side_sp.png") no-repeat;
    width: 138px;
    height: 138px;
    background-size: 100%;
    z-index: 1;
    right: -27px;
    left: inherit;
    top: 135px;
  }
}

.lineupZone .bgGry .itemLieup li:nth-of-type(3) {
  position: relative;
}

.lineupZone .bgGry .itemLieup li:nth-of-type(3):before {
  position: absolute;
  content: "";
  top: 25px;
  left: -55px;
  width: 125px;
  height: 175px;
  background: url("../img/lineup/lineup_img02_side.png") no-repeat;
  background-size: contain;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .itemLieup li:nth-of-type(3):before {
    width: 138px;
    height: 138px;
    top: -20px;
    left: -42px;
    right: inherit;
    background: url("../img/lineup/lineup_img02_side_sp.png") no-repeat;
    background-size: contain;
  }
}

.lineupZone .bgGry .itemLieup li:nth-of-type(3):after {
  position: absolute;
  content: "";
  top: 25px;
  right: -60px;
  width: 125px;
  height: 175px;
  background: url("../img/lineup/lineup_img03_side.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .itemLieup li:nth-of-type(3):after {
    width: 138px;
    height: 138px;
    top: 120px;
    right: -47px;
    background: url("../img/lineup/lineup_img03_side_sp.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .itemLieup li + li {
    margin-top: 40px;
  }
}

.lineupZone .bgGry .btnBnr {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .lineupZone .bgGry .btnBnr {
    width: 94%;
    margin: 40px auto 0 auto;
  }
}

.lineupZone .detailArea {
  padding: 70px 0 80px;
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea {
    padding: 60px 0;
  }
}

.lineupZone .detailArea .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .inner {
    width: 90%;
  }
}

.lineupZone .detailArea .typeBlock + .typeBlock {
  margin-top: 40px;
}

.lineupZone .detailArea .typeBlock h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.lineupZone .detailArea .typeBlock .tableGroup {
  display: flex;
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .typeBlock .tableGroup {
    flex-direction: column;
  }
}

.lineupZone .detailArea .typeBlock .tableGroup table {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .typeBlock .tableGroup table {
    width: 100%;
  }
}

.lineupZone .detailArea .typeBlock .tableGroup table tr th,
.lineupZone .detailArea .typeBlock .tableGroup table tr td {
  font-size: 1.6rem;
  box-sizing: border-box;
  border: 1px solid #000;
}

.lineupZone .detailArea .typeBlock .tableGroup table tr th {
  font-size: 1.2rem;
  width: 25%;
  padding-left: 15px;
  background: #f4f4f4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .typeBlock .tableGroup table tr th {
    vertical-align: text-top;
    padding: 10px;
  }
}

.lineupZone .detailArea .typeBlock .tableGroup table tr td {
  width: 75%;
  padding: 15px 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .typeBlock .tableGroup table tr td {
    padding: 10px;
  }
}

.lineupZone .detailArea .typeBlock .tableGroup table tr td span.sub {
  display: block;
  font-size: 1.1rem;
  /*margin-bottom: 0.25em;*/
}

.lineupZone .detailArea .typeBlock .tableGroup table tr td span.bold {
  font-weight: bold;
}

.lineupZone .detailArea .typeBlock .tableGroup table tr td span.dtl {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
}

.lineupZone .detailArea .typeBlock .tableGroup table tr td span.unit {
  font-size: 1.4rem;
}

.lineupZone .detailArea .typeBlock .tableGroup table tr td span.unit + .dtl {
  margin-left: -0.5em;
}

.lineupZone .detailArea .typeBlock .tableGroup table + table th {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .typeBlock .tableGroup table + table th {
    border-left: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .typeBlock .tableGroup table + table th:first-of-type {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .detailArea .typeBlock .tableGroup table + table td:first-of-type {
    border-top: none;
  }
}

.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;
}

/*# sourceMappingURL=../../../../../../../srcmap/products/nappy/detail/sack/nioi-poi_omutsu_bukuro/common/css/style.css.map */
