/* CSS Document */
html {
  scroll-behavior: smooth;
}

@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;
  }
}

#container {
  color: #000;
}

.mainZone {
  text-align: center;
  position: relative;
}

.mainZone figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mainZone figure {
    padding: 4.35897vw;
  }
}

.mainZone img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .mainZone ul {
    display: flex;
  }
}

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

.mainZone li.baby {
  position: relative;
}

.mainZone li.baby h1 {
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .mainZone li.baby h1 {
    top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone li.baby h1 {
    top: 15.38462vw;
  }
}

@media screen and (min-width: 768px) {
  .mainZone li.baby h1 img {
    width: 18vw;
    min-width: 226px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone li.baby h1 img {
    width: 52.30769vw;
  }
}

@media screen and (min-width: 1100px) {
  .mainZone li.goods {
    padding-top: 20.38799%;
  }
}

@media screen and (max-width: 1366px) {
  .mainZone li.goods {
    padding-top: 4.68521%;
  }
}

@media screen and (max-width: 767px) {
  .mainZone li.goods {
    padding-top: 0;
  }
}

.mainZone li.goods .futon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 53px;
}

@media screen and (min-width: 1100px) {
  .mainZone li.goods .futon {
    margin-top: -214.5px;
  }
}

@media screen and (max-width: 1366px) {
  .mainZone li.goods .futon {
    margin-top: 0;
    margin-bottom: 7.75988%;
  }
}

@media screen and (max-width: 767px) {
  .mainZone li.goods .futon {
    display: none;
  }
}

.mainZone li.goods .futon figcaption {
  font-size: 1.2rem;
  line-height: 1;
}

.mainZone li.goods .futon img {
  height: auto;
}

.mainZone li.goods .futon .forest {
  max-width: 31.18594%;
}

.mainZone li.goods .futon .twinkle {
  max-width: 31.62518%;
  margin-left: 9px;
}

@media screen and (max-width: 767px) {
  .mainZone li.goods .txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .mainZone li.goods .txt img {
    width: 464px;
    max-width: 67.93558%;
  }
}

.mainZone small {
  font-size: 1.0rem;
  line-height: 1;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .mainZone small {
    bottom: 120px;
    right: 21px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone small {
    font-size: 1.0rem;
    line-height: 1;
    color: #FFFFFF;
    right: 6vw;
    z-index: 10;
    top: 114vw;
    position: absolute;
  }
}

.mainZone .submenu {
  border-top: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu {
    border: 0;
  }
}

.mainZone .submenu ul {
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul {
    display: block;
    border: 0;
  }
}

.mainZone .submenu ul li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul li {
    width: 100%;
  }
}

.mainZone .submenu ul li a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul li a {
    width: 100%;
  }
}

.mainZone .submenu ul li dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul li dl {
    padding: 2vw;
    justify-content: space-between;
  }
}

.mainZone .submenu ul li dl dt {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul li dl dt {
    width: 12%;
    height: auto;
    margin-right: 0;
  }
}

.mainZone .submenu ul li dl dd {
  display: flex;
  font-size: 1.8rem;
  color: #474645;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul li dl dd {
    font-size: 1.4rem;
    width: 86%;
    justify-content: center;
    position: relative;
    left: -8vw;
  }
}

.mainZone .submenu ul li dl dd::after {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 3px solid #D40019;
  border-top: 3px solid #D40019;
  display: inline-block;
  transform: rotate(225deg);
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul li dl dd::after {
    margin-left: 0vw;
    width: 3vw;
    height: 3vw;
    position: absolute;
    right: -2vw;
  }
}

.mainZone .submenu ul > li:nth-child(1) {
  border-right: 2px solid #E6E6E6;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul > li:nth-child(1) {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}

.mainZone .submenu ul > li:nth-child(2) {
  border-right: 2px solid #E6E6E6;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul > li:nth-child(2) {
    border-right: 0px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}

.mainZone .submenu ul > li:nth-child(4) {
  border-left: 2px solid #E6E6E6;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul > li:nth-child(4) {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}

.mainZone .submenu ul > li:nth-child(4) .fl-02 {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul > li:nth-child(4) .fl-02 {
    padding: 2.5vw 13vw;
  }
}

.mainZone .submenu ul > li:nth-child(4) .fl-02 a {
  font-size: 1.6rem;
  width: 100%;
  height: 55px;
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  text-decoration: none;
  color: #474645;
}

.mainZone .submenu ul > li:nth-child(4) .fl-02 a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .mainZone .submenu ul > li:nth-child(4) .fl-02 a {
    width: 33.33333vw;
    height: 6.92308vw;
    font-size: 1.4rem;
  }
}

.mainZone .submenu ul > li:nth-child(4) .fl-02 .bt-lineup {
  width: 48%;
}

.mainZone .submenu ul > li:nth-child(4) .fl-02 .bt-set {
  width: 48%;
}

.sectionZone.sec1 .wrap {
  overflow: hidden;
  background-position: center top;
  background-image: url("../img/sec1/bg.jpg");
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .wrap {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .spBg {
    background-image: url("../img/sec1/bg_sp.webp");
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 50vw;
  }
}

.sectionZone.sec1 .topBox {
  height: 940px;
  position: relative;
}

.sectionZone.sec1 .topBox  .note{
  position: absolute;
  right: 0px;
  bottom: 90px;
}

@media screen and (max-width: 767px) {
  
.sectionZone.sec1 .topBox  .note{
  bottom: -15vw;
  font-size: 1rem;
}
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .topBox {
    height: auto;
  }
}

.sectionZone.sec1 .fukidashi {
  width: 262px;
  position: absolute;
  right: 0px;
  top: 206px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .fukidashi {
    position: static;
    width: 51.28205vw;
    margin-top: 5vw;
    margin-left: auto;
  }
}

.sectionZone.sec1 .bottomBox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .bottomBox {
    display: block;
    margin-top: -21vw;
    padding-bottom: 70px;
  }
}

.sectionZone.sec1 .bottomBox dl {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .bottomBox dl {
    width: 100%;
  }
  .sectionZone.sec1 .bottomBox dl + dl {
    margin-top: 30px;
  }
}

.sectionZone.sec1 .bottomBox dl dt {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .bottomBox dl dt {
    font-size: 1.8rem;
    padding-bottom: 7px;
  }
}

.sectionZone.sec1 .bottomBox dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec1 .bottomBox dl dd {
    font-size: 1.4rem;
  }
}

.sectionZone.sec2 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 {
    padding-bottom: 60px;
  }
}

.sectionZone.sec2 .wrap {
  height: 1105px;
  background-image: url("../img/sec2/bg.jpg");
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .wrap {
    height: auto;
    background-image: none;
    width: 100%;
    overflow: hidden;
  }
  .sectionZone.sec2 .wrap .in {
    background-color: #CFCED8;
  }
}

.sectionZone.sec2 .wrap::before {
  transform: scale(-1, 1);
  left: auto;
  right: 0px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .wrap::before {
    text-align: initial;
    right: -5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .lead {
    text-align: left;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .spBg {
    background-image: url("../img/sec2/bg_sp.webp");
    width: 100vw;
    background-color: #FFF;
    background-size: 100%;
    margin-left: -30px;
    margin-top: -10vw;
    background-position: center -1px;
    background-repeat: no-repeat;
    height: 128.20513vw;
    position: relative;
  }
}

.sectionZone.sec2 .bg {
  max-width: 1222px;
  margin-left: auto;
}

.sectionZone.sec2 .bg img {
  width: 100%;
}

.sectionZone.sec2 .fukidashi {
  width: 380px;
  margin: 60px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .fukidashi {
    width: 62.82051vw;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -31.28205vw;
  }
}

.sectionZone.sec2 .topBox {
  position: relative;
}

.sectionZone.sec2 .topBox .nums li {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: left;
}

.sectionZone.sec2 .topBox .nums li:nth-of-type(1) {
  left: 42%;
  top: 80%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .topBox .nums li:nth-of-type(1) {
    top: 27%;
  }
}

.sectionZone.sec2 .topBox .nums li .img {
  width: 60px;
  margin-right: 10px;
}

.sectionZone.sec2 .topBox .nums li small {
  margin-top: -10px;
  font-size: 1.4rem;
  color: #d6001a;
  display: block;
}

.sectionZone.sec2 .topBox .nums li span {
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .topBox .nums li span {
    font-size: 2rem;
  }
}

.sectionZone.sec2 .bottomBox {
  position: relative;
  max-width: 1222px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox {
    background-color: #FFF;
    margin-top: -1px;
  }
}

.sectionZone.sec2 .bottomBox .nums li {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: left;
}

.sectionZone.sec2 .bottomBox .nums li:nth-of-type(1) {
  left: 66%;
  top: 88%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li:nth-of-type(1) {
    top: 24%;
    left: 6%;
  }
}

.sectionZone.sec2 .bottomBox .nums li:nth-of-type(2) {
  left: 57%;
  top: 14%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li:nth-of-type(2) {
    top: 30%;
    left: 50%;
  }
}

.sectionZone.sec2 .bottomBox .nums li:nth-of-type(3) {
  left: 46%;
  top: 90%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li:nth-of-type(3) {
    top: 43%;
    left: 6%;
  }
}

.sectionZone.sec2 .bottomBox .nums li:nth-of-type(4) {
  left: 39%;
  top: 27%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li:nth-of-type(4) {
    top: 52%;
    left: 50%;
  }
}

.sectionZone.sec2 .bottomBox .nums li:nth-of-type(5) {
  left: 26%;
  top: 68%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li:nth-of-type(5) {
    top: 63%;
    left: 6%;
  }
}

.sectionZone.sec2 .bottomBox .nums li:nth-of-type(6) {
  left: 15%;
  top: 4%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li:nth-of-type(6) {
    top: 69%;
    left: 50%;
  }
}

.sectionZone.sec2 .bottomBox .nums li:nth-of-type(7) {
  left: 3%;
  top: 84%;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li:nth-of-type(7) {
    top: 82%;
    left: 6%;
  }
}

.sectionZone.sec2 .bottomBox .nums li .img {
  width: 41px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .bottomBox .nums li .img {
    width: 10.51282vw;
    margin-right: 2.05128vw;
  }
}

.sectionZone.sec2 .bottomBox .nums li small {
  font-size: 1.2rem;
  color: #4379bd;
  display: block;
}

.sectionZone.sec2 .bottomBox .nums li span {
  font-size: 1.6rem;
  font-weight: bold;
}

.sectionZone.sec2 .note {
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec2 .note {
    text-align: left;
    margin: 0 auto;
    width: 80%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 {
    padding-bottom: 0px;
  }
}

.sectionZone.sec3 .wrap {
  height: 1051px;
  background-image: url("../img/sec3/bg.jpg");
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .wrap {
    background-image: url("../img/sec3/bg_sp.webp");
    background-size: 100%;
    height: auto;
    background-color: #F7EFED;
  }
}

.sectionZone.sec3 .wrap .in {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .wrap .in {
    padding-bottom: 60px;
  }
}

.sectionZone.sec3 .wrap .in .note {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .wrap .in .note {
    right: 20px;
    bottom: 30px;
  }
}

.sectionZone.sec3 .lead {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .lead {
    margin-bottom: 110.25641vw;
  }
}

.sectionZone.sec3 .box {
  width: 440px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .box {
    width: 100%;
  }
}

.sectionZone.sec3 .box .img {
  width: 161px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .box .img {
    width: 39.74359vw;
    margin-left: -10px;
  }
}

.sectionZone.sec3 .box .img img {
  width: 100%;
}

.sectionZone.sec3 .box .txt {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .box .txt {
    width: 44.87179vw;
    margin-right: -10px;
  }
}

.sectionZone.sec3 .box .txt dt {
  font-size: 2rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .box .txt dt {
    font-size: 1.8rem;
    margin-bottom: .3em;
  }
}

.sectionZone.sec3 .box .txt dd {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sectionZone.sec3 .box .txt dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.lineupZone {
  position: relative;
}

.lineupZone strong {
  font-weight: bold;
}

.lineupZone .inner {
  padding: 70px 0 0;
}

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

.lineupZone .inner .ttl {
  text-align: center;
  font-size: 3rem;
  width: 120px;
  margin: 0 auto;
}

.lineupZone .inner .two-fl {
  display: flex;
  width: 766px;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .two-fl {
    display: block;
    width: auto;
    margin-top: 10vw;
  }
}

.lineupZone .inner .two-fl .feel {
  position: relative;
}

.lineupZone .inner .two-fl .feel .real {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .two-fl .feel .real {
    width: 77vw;
    position: relative;
    left: 11vw;
  }
}

.lineupZone .inner .two-fl .feel .real .bt {
  width: 276px;
}

.lineupZone .inner .two-fl .feel .real .bt p {
  font-size: 1.6rem;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .two-fl .feel .real .bt p {
    margin-top: 5vw;
  }
}

.lineupZone .inner .two-fl .twinkle {
  position: relative;
  left: 80px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .two-fl .twinkle {
    top: 10vw;
    left: 5vw;
  }
}

.lineupZone .inner .two-fl .twinkle .real {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .two-fl .twinkle .real {
    width: 77vw;
    margin: 0 auto;
  }
}

.lineupZone .inner .two-fl .twinkle .real .bt {
  width: 276px;
}

.lineupZone .inner .two-fl .twinkle .real .bt p {
  font-size: 1.6rem;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .two-fl .twinkle .real .bt p {
    margin-top: 5vw;
  }
}

.lineupZone .inner .two-fl .made {
  position: absolute;
  border: 1px solid #000;
  border-radius: 5px;
  left: 46%;
  top: 90%;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner .two-fl .made {
    top: 109%;
    left: 40%;
  }
}

.lineupZone .inner .two-fl .made p {
  color: #000;
  font-size: 2rem;
  padding: 4px 8px;
}

.lineupZone .tb {
  width: 800px;
  margin: 0 auto;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb {
    width: auto;
    margin-top: 7vw;
  }
}

.lineupZone .tb .ttl-tb {
  color: #D40019;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb .ttl-tb {
    margin-bottom: 0;
    padding-bottom: 7vw;
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table {
    display: block;
  }
  .lineupZone .tb table tbody {
    display: block;
  }
}

.lineupZone .tb table .row {
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table .row {
    flex-direction: column-reverse;
  }
}

.lineupZone .tb table tr {
  border: 1px solid #000;
  height: 140px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr {
    border: 0;
    border-bottom: 1px solid #000;
    height: auto;
    display: flex;
  }
}

.lineupZone .tb table tr th {
  width: 400px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr th {
    width: 55vw;
    display: block;
    position: relative;
  }
}

.lineupZone .tb table tr th .num-f {
  color: #fff;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  background-color: #D6001A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr th .num-f {
    position: static;
    width: 8vw;
    height: 8vw;
    margin: 3vw 0 0 3vw;
  }
}

.lineupZone .tb table tr th .num {
  color: #fff;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  background-color: #004B9E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr th .num {
    position: static;
    width: 8vw;
    height: 8vw;
    margin: 3vw 0 0 3vw;
  }
}

.lineupZone .tb table tr th .text {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr th .text {
    height: auto;
    margin-left: 0;
    justify-content: left;
  }
}

.lineupZone .tb table tr th .img {
  width: 125px;
  position: relative;
  top: 10px;
  left: 45px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr th .img {
    margin-right: 0px;
    width: 33vw;
    top: 0vw;
    left: 0;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
}

.lineupZone .tb table tr td {
  border: 1px solid #000;
  width: 200px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr td {
    border: 0;
    width: 44.5vw;
    font-size: 1.2rem;
    margin: auto 0;
  }
}

.lineupZone .tb table tr td p {
  padding-bottom: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr td p {
    font-size: 1.2rem;
    padding: 0;
  }
}

.lineupZone .tb table tr td .n-txt {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr td .n-txt {
    padding: 0;
  }
}

.lineupZone .tb table tr td .last {
  padding-left: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr td .last {
    padding: 0;
  }
}

.lineupZone .tb table tr .sp {
  margin-top: 2vw;
}

.lineupZone .tb table tr .big-text {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr .big-text {
    font-size: 1.4rem;
    margin-top: 3vw;
    margin-left: 2vw;
  }
}

.lineupZone .tb table tr .mid-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr .mid-text {
    font-size: 1.2rem;
  }
}

.lineupZone .tb table tr .small-text {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr .small-text {
    margin-top: 0;
  }
}

.lineupZone .tb table tr .small-text-6 {
  font-size: 1rem;
  margin-top: -18px;
}

@media screen and (max-width: 767px) {
  .lineupZone .tb table tr .small-text-6 {
    margin-top: -5vw;
  }
}

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

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

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

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

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

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

.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 .specTable {
  margin-top: 80px;
}

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

.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;
}

.specZone .inner .specTable table th ul li,
.specZone .inner .specTable table td ul li {
  font-size: 1.2rem;
}

.specZone .inner .specTable table th ul li + li,
.specZone .inner .specTable table td ul li + li {
  margin-top: 1em;
}

@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;
}

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

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

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

sub {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  sub {
    display: inline-block;
    vertical-align: sub;
  }
}

.vaB {
  vertical-align: bottom;
}

.vaTB {
  vertical-align: text-bottom;
}

.vaSb {
  vertical-align: sub;
}

.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;
}

.red {
  color: #D6001A;
}

.sectionZone .wrap {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
}

.sectionZone .wrap::before {
  content: url("../img/ttl.svg");
  width: 933px;
  height: 295px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -683px;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .sectionZone .wrap::before {
    width: 100vw;
    height: 51.28205vw;
    content: url("../img/ttl_sp.svg");
    margin-left: 0px;
    left: -15px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.sectionZone .wrap .in {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sectionZone .wrap .in {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.sectionZone .wrap h2 {
  font-weight: bold;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 92px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .sectionZone .wrap h2 {
    padding-top: 17px;
    padding-bottom: 60px;
  }
}

.sectionZone .wrap h2 small {
  padding-bottom: .5em;
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .sectionZone .wrap h2 small {
    font-size: 1.6rem;
  }
}

.sectionZone .wrap h2 span {
  font-size: 3rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .sectionZone .wrap h2 span {
    font-size: 2.4rem;
  }
}

.sectionZone .wrap .lead {
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sectionZone .wrap .lead {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=../../../../../../../srcmap/products/home/detail/futon/dearbaby/common/css/style.css.map */
