/* CSS Document */
.mainZone {
  background-color: #F2F5F7;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainZone {
    display: flex;
  }
}

.mainZone:after {
  content: "";
  display: block;
  background: url("../img/main/img.webp?v2") center center no-repeat;
  background-size: cover;
  background-position: top left;
}

@media screen and (min-width: 768px) {
  .mainZone:after {
    width: 50%;
    height: calc(100vh - 70px);
  }
}

@media screen and (max-width: 767px) {
  .mainZone:after {
    background-image: none;
  }
}

.mainZone .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mainZone .logo {
    width: 50%;
    height: calc(100vh - 70px);
  }
}

@media screen and (min-width: 768px) {
  .mainZone .logo img {
    width: 323px;
  }
}

.pageNav {
  position: relative;
  z-index: 1;
}

.pageNav ul {
  display: flex;
}

.pageNav li {
  width: calc(100% / 4);
  border: 1px solid #F2F5F7;
}

@media screen and (max-width: 767px) {
  .pageNav li {
    border-top: none;
  }
}

.pageNav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageNav li a {
    background-color: #DBE2E6;
    height: 90px;
    padding-right: 30px;
    color: #8EA3B9;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .pageNav li a {
    background-color: #8EA3B9;
    height: 15.38462vw;
    color: #fff;
    font-size: 1.4rem;
  }
}

.pageNav li a span {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .pageNav li a span {
    flex-direction: column;
    justify-content: center;
  }
}

.pageNav li a span:after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .pageNav li a span:after {
    background-image: url("../img/page_nav/arw_b_blu.svg");
    width: 27px;
    height: 27px;
    position: absolute;
    right: 5%;
    top: 35%;
  }
}

@media screen and (max-width: 767px) {
  .pageNav li a span:after {
    background-image: url("../img/page_nav/arw_b_wht.svg");
    width: 3.58974vw;
    height: 3.58974vw;
    margin-top: .8vw;
    /* margin-left: 1vw; */
  }
}

@media screen and (min-width: 768px) {
  .pageNav li a:hover {
    background-color: #8EA3B9;
    color: #fff;
  }

  .pageNav li a:hover:after {
    background-image: url("../img/page_nav/arw_b_wht.svg");
  }
}

.introZone {
  background-color: #F2F5F7;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .introZone .secMain {
    background: url("../img/intro/bg_wrap.webp") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secMain {
    padding: 19.48718vw 0 15vw;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secMain .p-inner {
    display: flex;
    align-items: center;
    height: 903px;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secMain .p-inner:after {
    content: "";
    display: block;
    background: url("../img/intro/bg_wrap.webp") -48.71795vw center no-repeat;
    background-size: cover;
    width: 100%;
    height: 91.79487vw;
  }
}

.introZone .secMain p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .introZone .secMain p {
    font-size: 1.9rem;
    line-height: 2.10526;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secMain p {
    margin-bottom: 18.71795vw;
    font-size: 1.7rem;
    line-height: 2.35294;
  }
}

@media screen and (min-width: 768px) {
  .introZone .secMov {
    padding: 143px 0;
  }
}

@media screen and (max-width: 767px) {
  .introZone .secMov {
    padding-bottom: 15vw;
  }
}

.introZone .secMov iframe {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .introZone .secMov iframe {
        background-size: cover;
        max-width: 604px;
        height: 604px;
    /* height: 563px; */
  }
}

@media screen and (max-width: 767px) {
  .introZone .secMov iframe {
        width: 75vw;
        height: 75vw;
        min-width: 250px;
        min-height: 250px;
    /* height: 50.435vw; */
  }
}

.rakuZone {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .rakuZone {
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone {
    padding-top: 17vw;
  }
}

.rakuZone figure {
  margin: 0;
}

.rakuZone sup {
  font-size: 0.5em;
}

@media screen and (min-width: 768px) {
  .rakuZone .secMain {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secMain {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secMain h2 {
    flex-shrink: 0;
    width: 47.43777%;
    /* max-width: 648px; */
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secMain h2 {
    margin-bottom: 30.76923vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secMain dl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secMain dl.flm-L {    
    margin-left: calc(calc(100% - 1000px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secMain dl.flm-R {
    margin-right: calc(calc(100% - 1000px) / 2);
    margin-left: 70px;
  }
}

.rakuZone .secMain dt {
  color: #8EA3B9;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  .rakuZone .secMain dt {
    margin-bottom: 50px;
    font-size: 3.0rem;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secMain dt {
    margin-bottom: 10.25641vw;
    font-size: 2.4rem;
    line-height: 1.83333;
  }
}

.rakuZone .secMain dt:before {
  content: "";
  display: block;
  background: url("../img/raku/main_txt_deco.svg") 0 0 no-repeat;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .rakuZone .secMain dt:before {
    width: 45px;
    height: 49px;
    top: -64px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secMain dt:before {
    background-size: contain;
    width: 8.65641vw;
    height: 9.32564vw;
    top: -13.20513vw;
  }
}

.rakuZone .secMain dt .fw-nm {
  font-weight: normal;
}

.rakuZone .secMain dd,  .rakuZone .secMain dd p{
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
.rakuZone .secMain dd .sotyakuImg {
  width: 445px;
  margin-top: 60px;
  text-align: center;
}
.rakuZone .secMain dd .sotyakuImg img {
  width: 300px;
}
}

@media screen and (max-width: 767px) {
  .rakuZone .secMain dd .sotyakuImg {
    margin-top: 10.25641vw;
    text-align: center;
  }
  .rakuZone .secMain dd .sotyakuImg img {
    width: 69.23076vw;
  }
  }

@media screen and (max-width: 767px) {
  .rakuZone .secDtl {
    padding-bottom: 25.64103vw;
  }
}

.rakuZone .z-box1 {
  border: 1px solid #1A1311;
}

.rakuZone .z-note1 {
  font-size: 1.0rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .rakuZone .z-note1 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .z-note1 {
    margin-top: 2.56410vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone>section:nth-of-type(even) .secMain {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl {
    margin: 93px 0 161px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl {
    padding-top: 9.48718vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .imgL {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .imgL {
    margin-bottom: 11.79487vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 28px 28px 32px 40px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 {
    display: flex;
    flex-direction: column;
    padding: 4.35897vw 5.12821vw 10.25641vw;
  }
}

.rakuZone .secKosi .secDtl .z-box1 .person {
  display: grid;
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .person {
    flex-shrink: 0;
    grid-template-columns: 160px 1fr;
    width: 325px;
    margin-left: 26px;
    padding-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 .person {
    grid-template-columns: 33.84615vw 1fr;
    margin-bottom: 7.69231vw;
    padding-bottom: 7.69231vw;
    border-bottom: 1px solid #1A1311;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .person figure {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 .person figure {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .person figure img {
    width: 136px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 .person figure img {
    width: 31.28205vw;
  }
}

.rakuZone .secKosi .secDtl .z-box1 .ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .ttl {
    position: absolute;
    top: 28px;
    left: 40px;
    font-size: 2.4rem;
    color: #898989;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 .ttl {
    margin-bottom: 5.38462vw;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.5;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .person .name {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 .person .name {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.rakuZone .secKosi .secDtl .z-box1 .person .name small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .person .name small {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 .person .name small {
    margin-bottom: 3.07692vw;
  }
}

.rakuZone .secKosi .secDtl .z-box1 .person .name em {
  display: block;
  font-size: 1.6rem;
}

.rakuZone .secKosi .secDtl .z-box1 .person .name em strong {
  font-size: 1.25em;
  padding-right: .05em;
}

.rakuZone .secKosi .secDtl .z-box1 .txt {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .txt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secKosi .secDtl .z-box1 .txt {
    order: 3;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secKosi .secDtl .z-box1 .txt {
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl {
    margin: 83px 0 176px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl {
    padding-top: 9.74359vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 {
    padding: 51px 27px 34px 46px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 {
    padding: 0 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes {
    display: flex;
    align-items: flex-start;
  }
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li h3 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #898989;
  text-align: center;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li h3 {
    margin-bottom: 6.41025vw;
  }
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li .txt1 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li .txt1 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li .txt1 .fw-nm {
  font-weight: normal;
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li .txt1 strong {
  display: block;
  font-weight: bold;
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 {
    flex-shrink: 0;
    width: 340px;
    padding-right: 55px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 {
    padding: 7.17949vw 0 9.05128vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 h3 {
    margin-bottom: 67px;
  }
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table {
  width: 100%;
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td {
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td .img {
    height: 317px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td .img {
    height: 63.58974vw;
    margin-bottom: 5.38462vw;
  }
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td .img img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td .txt1 {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(1) {
    width: 162px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(1) {
    width: 33.07692vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(2) {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(2) {
    padding-top: 17.69231vw;
  }
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(2) p {
  color: #8EA3B9;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(2) p {
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(2) p {
    margin-bottom: 2.05128vw;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(2) figure img {
    width: 27px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(2) figure img {
    width: 5.38462vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(3) {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box1 table td:nth-child(3) {
    width: 32.5641vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 {
    width: 100%;
    padding-left: 31px;
    border-left: 1px solid #1A1311;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 {
    padding: 9.02564vw 0 7.69231vw;
    border-top: 1px solid #1A1311;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 h3 {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 .txt1 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 .txt1 strong {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 .txt1 strong {
    margin-bottom: 2.5641vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 .txt1.no1 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 .txt1.no1 {
    margin-bottom: 4.61538vw;
  }
}

.rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 figure {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 figure {
    margin-top: -55px;
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 figure {
    margin-bottom: 7.94872vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 figure img {
    width: 467px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secIki .secDtl .z-box1 .boxes>li.box2 figure img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl {
    margin: 83px 0 143px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl {
    padding-top: 9.74359vw;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 {
    padding: 47px 48px 50px 56px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 {
    padding: 11.79487vw 5.12821vw 13.07692vw;
  }
}

.rakuZone .secSotyaku .secDtl .z-box1 h3 {
  text-align: center;
  font-weight: normal;
  color: #000;
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 h3 {
    margin-bottom: 60px;
    font-size: 3.0rem;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 h3 {
    font-size: 2.4rem;
    line-height: calc(34/24);
  }
}

.rakuZone .secSotyaku .secDtl .z-box1 h3 strong {
  font-weight: inherit;
  line-height: inherit;
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 h3 strong {
    font-size: 1.33333em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 h3 strong {
    font-size: 1.41667em;
    line-height: 1.47059;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.rakuZone .secSotyaku .secDtl .z-box1 li {
  display: flex;
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li {
    align-items: flex-start;
    width: 440px;
  }

  .rakuZone .secSotyaku .secDtl .z-box1 li:nth-child(odd) {
    margin-right: 14px;
  }

  .rakuZone .secSotyaku .secDtl .z-box1 li:nth-child(n + 3) {
    margin-top: 82px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li {
    flex-direction: column;
    margin-top: 10.25641vw;
  }
}

.rakuZone .secSotyaku .secDtl .z-box1 li figure {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li figure {
    flex-shrink: 0;
    width: 200px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li figure {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li figure img {
    width: 51.28205vw;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li .txts {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li .txts h4 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li .txts h4 {
    margin-bottom: 5.12821vw;
    /* text-align: center; */
  }
}

.rakuZone .secSotyaku .secDtl .z-box1 li .txts h4 small {
  display: block;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li .txts h4 small {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li .txts h4 small {
    margin-bottom: 2.05128vw;
  }
}

.rakuZone .secSotyaku .secDtl .z-box1 li .txts h4 strong {
  display: block;
  font-weight: inherit;
  font-size: 1.6rem;
}

.rakuZone .secSotyaku .secDtl .z-box1 li .txts p {
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 li .txts p {
    margin-bottom: 6.15385vw;
  }
}


.rakuZone .secSotyaku .secDtl .z-box1 .bb-txt {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
.rakuZone .secSotyaku .secDtl .z-box1 .bb-txt {
  font-size: 2rem;
  margin-top: 40px;
}
}

@media screen and (max-width: 767px) {
  .rakuZone .secSotyaku .secDtl .z-box1 .bb-txt {
    font-size: 1.9rem;
    margin-top: 8.20512vw;
  }
}

.dakikataZone {
  /* margin-top: 30vw; */
  /*
  &::before{
    content: "";
    display: block;
    background: url($pathImg+"dakikata/bf_bg_im.webp") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 35vw;
    @include mq{
      background: url($pathImg+"dakikata/bf_bg_im-sp.webp") 0 0 no-repeat;
      background-attachment: none;
      background-size: cover;
      height: vw(320);
    }
  }*/
}

@media screen and (max-width: 767px) {
  .dakikataZone {
    /* margin-top: 70vw; */
  }
}

.dakikataZone::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/dakikata/bf_bg_im.webp") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .dakikataZone::before {
    background: url("../img/dakikata/bf_bg_im-sp.webp?v2") 0 center no-repeat;
    background-attachment: none;
    background-size: cover;
    height: 100vh;
  }
}

.dakikataZone .in {
  background: #F2F5F7;
  padding: 0 0 80px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .dakikataZone .in {
    padding: 0 0 19.23076vw 0;
  }
}

.dakikataZone h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .dakikataZone h3 {
    margin-bottom: 11.53846vw;
    padding-top: 16.41025vw;
  }
}

.dakikataZone h3::before {
  content: "";
  background: url("../img/dakikata/h3_ic.svg") 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 35px;
  height: 37.5px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .dakikataZone h3::before {
    width: 6.41026vw;
    height: 7.05128vw;
    margin-bottom: 5.12821vw;
  }
}

.dakikataZone .sld_dakikata {
  width: 100%;
}

.dakikataZone .sld_dakikata .slick-track {
  display: flex;
  align-items: center;
}

.dakikataZone .sld_dakikata .slick-slide {
  width: 600px;
  transition: .3s .5s;
}

@media screen and (min-width: 768px) {
  .dakikataZone .sld_dakikata .slick-slide {
    opacity: .6;
    transform: scale(0.85);
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dakikataZone .sld_dakikata .slick-slide {
    max-width: 89.74359vw;
    margin: 0 5.12821vw 5.12821vw 5.12821vw;
  }
}

.dakikataZone .sld_dakikata .slick-current {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .dakikataZone .sld_dakikata .slick-current {
    max-width: 89.74359vw;
  }
}

.dakikataZone .sld_dakikata li {
  display: block !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.dakikataZone .sld_dakikata .slick-arrow {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #1A1311;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .dakikataZone .sld_dakikata .slick-arrow {
    width: 12.69231vw;
    height: 12.69231vw;
  }
}

.dakikataZone .sld_dakikata .slick-arrow::before {
  content: "";
  background: url("../img/dakikata/arrow_ic.svg") 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 21px;
  height: 21px;
}

@media screen and (max-width: 767px) {
  .dakikataZone .sld_dakikata .slick-arrow::before {
    width: 3.84615vw;
    height: 3.84615vw;
  }
}

.dakikataZone .sld_dakikata .slick-prev {
  left: 30%;
}

@media screen and (max-width: 1600px) {
  .dakikataZone .sld_dakikata .slick-prev {
    left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .dakikataZone .sld_dakikata .slick-prev {
    left: 1vw;
  }
}

.dakikataZone .sld_dakikata .slick-prev::before {
  transform: rotate(180deg);
}

.dakikataZone .sld_dakikata .slick-next {
  right: 30%;
}

@media screen and (max-width: 1600px) {
  .dakikataZone .sld_dakikata .slick-next {
    right: 25%;
  }
}

@media screen and (max-width: 767px) {
  .dakikataZone .sld_dakikata .slick-next {
    right: 1vw;
  }
}

.dakikataZone .chart {
  max-width: 1000px;
  margin: 80px auto 20px auto;
}

@media screen and (max-width: 767px) {
  .dakikataZone .chart {
    margin: 6.41026vw 5.12821vw 5.12821vw 5.12821vw;
  }
}

.dakikataZone .notes {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 1rem;
  line-height: 1.6;
}

.dakikataZone .notes a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .dakikataZone .notes a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .dakikataZone .notes {
    text-align: left;
    padding: 0 5.12821vw;
  }
}

.lineupZone {
  padding: 170px 0 70px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lineupZone {
    padding: 17.94872vw 0 10.25641vw 0;
    margin: 0 5.12821vw;
  }
}

.lineupZone .inner {
  max-width: 1070px;
  margin: 0 auto;
}

.lineupZone .lead {
  max-width: 408px;
  margin: 0 auto 75px auto;
}

@media screen and (max-width: 767px) {
  .lineupZone .lead {
    width: 69.23077vw;
    margin: 0 auto 10.76923vw auto;
  }
}

.lineupZone .lineupList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lineupZone .lineupList li {
  width: 40%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li {
    width: 100%;
    justify-content: center;
  }
}

.lineupZone .lineupList li .mainImg {
  width: 220px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li .mainImg {
    width: 46.15385vw;
  }
}

.lineupZone .lineupList li dl {
  margin-top: 63px;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl {
    margin-top: 8.20513vw;
  }
}

.lineupZone .lineupList li dl dt {
  width: 120px;
  margin: 0 36px;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dt {
    width: 23.97436vw;
    margin: 0 7.446155vw;
  }
}

.lineupZone .lineupList li dl dt.icon_debut {
  position: relative;
}

.lineupZone .lineupList li dl dt.icon_debut:after {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 92px;
  height: 92px;
  background: url("../img/lineup/icon_debut.webp") no-repeat;
  background-size: contain;
  background-position: center bottom;
}.lineupZone .lineupList li dl dt.icon_debut.isType2:after {
  background-image: url("../img/lineup/icon_limited.webp") ;
}
@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dt.icon_debut:after {
    width: 23.97436vw;
    top: -27vw;
  }
}

.lineupZone .lineupList li dl dd {
  margin: 35px auto 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dd {
    margin: 10.25641vw auto 0 ;
  }
}

.lineupZone .lineupList li dl dd .limited {
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: .5em .75em;
  background: #8EA3B9;
}

@media screen and (min-width: 768px) {
  .lineupZone .lineupList li dl dd .limited {
    margin: 0 auto 5px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dd .limited {
    margin: 0 auto 1.28205vw;
    border-radius: 3.84615vw;
  }
}

.lineupZone .lineupList li dl dd.txt_adj {
  margin-left: -3vw;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dd.txt_adj {
    margin-left: -3vw;
  }
}

.lineupZone .lineupList li dl dd.txt_adj .na {
  text-align: right;
}

.lineupZone .lineupList li dl dd .na {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dd .na {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0;
  }
}

.lineupZone .lineupList li dl dd .na::after {
  content: "";
  /* width: 205px; */
  height: 4px;
  background-color: #8EA3B9;
  display: block;
  position: absolute;
  bottom: -16px;
  left: -45px;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dd .na::after {
    /* width: 46.15385vw; */
    bottom: -3.84615vw;
    left: -12vw;
  }
}

.lineupZone .lineupList li dl dd .nu {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .lineupZone .lineupList li dl dd .nu {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .specZone .inner .partCont .systemCar .systemDiv .name,
  .specZone .inner .partCont .accessoryCar .accessoryDiv .name {
    font-size: 1.6rem !important;
  }
}

.specZone {
  padding-bottom: 80px;
}

.specZone .specTable {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .specTable {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .visualBox {
    display: flex;
    flex-direction: column;
  }

  .specZone .visualBox .ttl.pcColR {
    order: 2;
    /*text-align: center;
    display: block;*/
    display: flex;
  }

  .specZone .visualBox .ttl.pcColR .detail_color_name {
    display: inline-block;
  }

  .specZone .visualBox .showImg {
    order: 1;
  }

  .specZone .visualBox .thums {
    order: 3;
  }
}

.specZone .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specZone .inner {
    width: 100%;
  }
}

.specZone .inner .partCont {
  padding: 70px 0 60px;
  color: #1A1311;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont {
    padding: 15.38462vw 0 12.82051vw;
    width: 89.74359vw;
    margin: 0 auto;
  }
}

.specZone .inner .partCont.acc {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .fl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.specZone .inner .partCont .btn {
  margin-top: 25px;
}

.specZone .inner .partCont .btn .c-btn1.arrow {
  min-width: 0px;
  width: 190px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .btn .c-btn1.arrow {
    width: 40vw;
    font-size: 1.2rem;
  }
}

.specZone .inner .partCont h2 {
  position: relative;
  top: 30px;
  text-align: center;
  font-size: 45px;
  color: #007e77;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont h2 {
    margin-bottom: 5.12821vw;
  }
}

.specZone .inner .partCont h2 .sub {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont h2 .sub {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.specZone .inner .partCont h2.show-anime {
  top: 0;
}

.specZone .inner .partCont .colorCar {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .colorCar {
    padding: 0px;
    display: block;
  }
}

.specZone .inner .partCont .colorCar .colorDiv {
  width: 50%;
  text-align: center;
  transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .colorCar .colorDiv {
    width: 100%;
    margin: 0 auto;
  }

  .specZone .inner .partCont .colorCar .colorDiv+.colorDiv {
    margin-top: 10.25641vw;
  }
}

.specZone .inner .partCont .colorCar .colorDiv .cName {
  margin: 0 0 16px;
}

.specZone .inner .partCont .colorCar .colorDiv .cName figcaption {
  padding-top: 10px;
  font-size: 1.2rem;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup {
  position: relative;
  display: flex;
  justify-content: center;
  width: 270px;
  margin: 0 auto 40px;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img {
  width: 70px;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img img {
  width: 50px;
  margin-bottom: 10px;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img figure {
  position: relative;
  margin: 0;
  text-align: center;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img figure figcaption {
  font-size: 8px;
  color: #a48374;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:first-of-type,
.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type {
  position: absolute;
  top: 0;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:first-of-type {
  left: 0;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:nth-child(2) figure {
  position: relative;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:nth-child(2) figure figcaption {
  position: absolute;
  left: -2em;
  width: 10em;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type {
  right: 0;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type figure {
  position: relative;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type figure figcaption {
  position: absolute;
  left: -3em;
  width: 13em;
}

.specZone .inner .partCont .colorCar .colorDiv .carImg {
  padding-top: 20px;
}

.specZone .inner .partCont .colorCar .colorDiv .carImg img {
  width: 188px;
}

.specZone .inner .partCont .VehicleType {
  position: relative;
  top: 30px;
  text-align: center;
  font-weight: bold;
  transition-delay: 0.3s;
  color: #1a1311;
}

.specZone .inner .partCont .VehicleType .logo {
  margin-bottom: 40px;
}

.specZone .inner .partCont .VehicleType .name {
  font-size: 18px;
}

.specZone .inner .partCont .VehicleType .price {
  font-size: 14px;
}

.specZone .inner .partCont .VehicleType.show-anime {
  top: 0;
}

.specZone .inner .partCont .systemCar {
  width: 560px;
  margin: 60px auto 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar {
    width: auto;
    padding: 0px;
    margin-top: 9.48718vw;
  }
}

.specZone .inner .partCont .systemCar .systemDiv {
  width: 50%;
  text-align: center;
  transition-delay: 0.3s;
}

.specZone .inner .partCont .systemCar .systemDiv .img {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar .systemDiv .img {
    margin-bottom: 5vw;
  }
}

.specZone .inner .partCont .systemCar .systemDiv .img img {
  width: 162px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar .systemDiv .img img {
    width: 41.53846vw;
  }
}

.specZone .inner .partCont .systemCar .systemDiv .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar .systemDiv .name {
    height: auto;
  }
}

.specZone .inner .partCont .systemCar .systemDiv .name .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.specZone .inner .partCont .systemCar .systemDiv .price {
  font-size: 14px;
  font-weight: bold;
}

.specZone .inner .partCont .accessoryCar {
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar {
    width: auto;
    flex-wrap: wrap;
    margin-bottom: 20.51282vw;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv {
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar .accessoryDiv {
    width: 50%;
    margin-bottom: 5vw;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 244px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar .accessoryDiv .img {
    height: auto;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .img img {
  width: 244px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar .accessoryDiv .img img {
    width: 41.53846vw;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .name .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .price {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.specZone .inner .partCont+.partCont {
  border-top: 2px dotted #126c64;
}

.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: 11px;
    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 1.53846vw;
    font-size: 11px;
  }
}

.specZone .inner .specTable table td .sub {
  display: block;
  font-size: 11px;
}

.specZone .inner .specTable table td strong {
  font-size: 18px;
  font-weight: bold;
}

.specZone .inner .specTable table td .en {
  font-size: 14px;
  padding-left: 0.05em;
}

.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;
}

.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;
  }
}

.specZone .inner .specTable table .icons .img img {
  width: 161px;
}

.specZone .inner .specTable table .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table .flex {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex {
    display: block;
  }

  .specZone .inner .specTable table .flex img {
    max-width: 30vw;
    margin-top: 10px;
  }
}

.specZone .inner .specTable table .fz14 {
  font-size: 14px;
}

.specZone .inner .specTable table .fz12 {
  font-size: 12px;
}

.specZone .inner .specTable table .icons2 {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .icons2 {
    margin-right: 0;
  }
}

.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: 10px;
  }
}

.ttl3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #8EA3B9;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-inner:not(.spPd0) {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
}

.bgWhite {
  background-color: #FFF;
  position: relative;
}

#container {
  min-width: 1100px;
  margin: 0 auto;
  color: #000;
}

@media screen and (max-width: 767px) {
  #container {
    min-width: 100%;
  }
}

.set-anime {
  transition: .5s;
  opacity: 0;
  position: relative;
  top: 30px;
}

.set-anime.show-anime {
  top: 0px;
  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;
}

.arrow {
  background-color: #DF0723;
}

.d-btn2 {
  background-color: #C03;
}

/*# sourceMappingURL=../../../../../../../srcmap/products/sling/detail/sling/laclis/common/css/style.css.map */