@charset "UTF-8";
body {
  font-family: "Syncopate", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mv {
  overflow-x: hidden;
  padding: 150px 0 130px;
  background: linear-gradient(180deg, rgb(255, 218, 93) 0%, rgb(255, 249, 198) 38%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 38vw 0 42vw;
    background: linear-gradient(180deg, rgb(255, 218, 93) 0%, rgb(255, 249, 198) 80%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
  }
}
.mv h1 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    max-width: none;
    width: 46%;
    top: 5vw;
  }
}
.mv_title {
  position: relative;
  z-index: 2;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.mv_title h2 {
  position: relative;
  z-index: 4;
}
.mv_title .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv_title .circle.circle01 {
  width: 79.6%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle01 {
    width: 65.6%;
  }
}
.mv_title .circle.circle01.active {
  top: 24%;
  left: -15%;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle01.active {
    top: 6%;
    left: 13%;
  }
}
.mv_title .circle.circle02 {
  width: 38%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle02 {
    width: 32%;
  }
}
.mv_title .circle.circle02.active {
  top: 4%;
  left: 114%;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle02.active {
    top: 1%;
    left: 88%;
  }
}
.mv_title .circle.circle03 {
  width: 58.5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle03 {
    width: 46.5%;
  }
}
.mv_title .circle.circle03.active {
  top: 70%;
  left: 109%;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle03.active {
    top: 93%;
    left: 90%;
  }
}
.mv_title .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv_title .icon.icon01 {
  width: 26.7%;
  z-index: 5;
  top: 3%;
  left: 91%;
}
@media screen and (max-width: 768px) {
  .mv_title .icon.icon01 {
    top: -10%;
    left: 64%;
  }
}
.mv_title .icon.icon02 {
  width: 19.9%;
  z-index: 5;
  top: 84%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .mv_title .icon.icon02 {
    top: 106%;
    left: 13%;
  }
}
.mv_title .icon.icon03 {
  width: 20.42%;
  z-index: 5;
  top: 101%;
  left: 63%;
}
@media screen and (max-width: 768px) {
  .mv_title .icon.icon03 {
    top: 107%;
    left: 48%;
  }
}
.mv .bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv .bg {
    width: 127%;
  }
}
.mv #fall01 {
  position: absolute;
  left: -68%;
  top: -60%;
  width: 130%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv #fall01 {
    left: 0%;
    top: -74%;
    width: 137%;
    z-index: 3;
  }
}
.mv #fall02 {
  position: absolute;
  right: -68%;
  top: -40%;
  width: 120%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mv #fall02 {
    right: -49%;
    top: -46%;
    width: 130%;
    z-index: 3;
  }
}

.spot {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .spot {
    padding-top: 0vw;
  }
}
.spot_inner {
  overflow-x: hidden;
}
.spot h3 {
  max-width: 446px;
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .spot h3 {
    max-width: none;
    width: 80%;
    margin-bottom: 12vw;
    padding-top: 12vw;
  }
}
.spot h3 .leaf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.spot h3 .leaf.leaf01 {
  width: 45.5%;
  left: -48%;
}
@media screen and (max-width: 768px) {
  .spot h3 .leaf.leaf01 {
    width: 36.5%;
    left: -11%;
    top: 38%;
  }
}
.spot h3 .leaf.leaf02 {
  width: 57.25%;
  left: 141%;
}
@media screen and (max-width: 768px) {
  .spot h3 .leaf.leaf02 {
    width: 47.25%;
    left: 109%;
    top: 33%;
  }
}
.spot .fix .parallax {
  width: 100%;
  height: 100vh;
  position: sticky;
  padding-top: 100px;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .spot .fix .parallax {
    padding-top: 12vw;
  }
}
.spot .fix .parallax_inner {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
@keyframes curtain {
  0% {
    transform-origin: top left;
    transform: scaleX(0);
  }
  49.999% {
    transform-origin: top left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: bottom right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: bottom right;
    transform: scaleX(0);
  }
}
.spot .fix .parallax01 {
  background-image: url(../img/fix_01.jpg);
}
.spot .fix .parallax02 {
  background-image: url(../img/fix_02.jpg);
}
.spot .fix .parallax03 {
  background-image: url(../img/fix_03.jpg);
}
.spot .fix .parallax04 {
  background-image: url(../img/fix_04.jpg);
}

.ban_block .ban_content .txt_box_01 {
  font-size: 24px;
  font-weight: bold;
  color: #f36429;
}
@media screen and (max-width: 1000px) {
  .ban_block .ban_content .txt_box_01 {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .ban_block .ban_content .txt_box_01 {
    font-size: 4.5vw;
  }
}
.ban_block .ban_content .txt_box_01 .catch {
  line-height: 2;
}
.ban_block .ban_content .txt_box_01 .catch .ani_txt_02 {
  margin-top: 20px;
}

.ban_block .title_block p > span {
  position: relative;
}

.ban_block .title_block p > span .txt {
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.1s;
  transition-duration: 0s;
}

.ban_block .title_block p > span.deactive .txt {
  transition-delay: 0s;
  transition-duration: 0s;
  opacity: 0;
}

.ban_block .title_block p > span::before,
.ban_block .title_block p > span .cover {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.ban_block .title_block p > span::before {
  background-color: #f36429;
  z-index: -1;
}

.ban_block .title_block p > span .cover {
  z-index: 1;
}

.ban_block .title_block p > span.deactive::before,
.ban_block .title_block p > span.deactive .cover {
  transition-duration: 0s;
  transition-delay: 0s;
  height: 0%;
}

.ban_block .title_block p > span .cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #f36429;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s;
}

.ban_block .title_block p > span.deactive .cover::before {
  transition-duration: 0s;
  transition-delay: 0s;
  height: 100%;
}

.ban_block .txt_box_01 .catch > span {
  position: relative;
}

.ban_block .txt_box_01 .catch > span .txt {
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.7s;
  transition-duration: 0s;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .ban_block .txt_box_01 .catch > span .txt {
    padding: 0 1vw;
  }
}

.ban_block .txt_box_01 .catch > span.deactive .txt {
  transition-delay: 0s;
  transition-duration: 0s;
  opacity: 0;
}

.ban_block .txt_box_01 .catch > span::before,
.ban_block .txt_box_01 .catch > span .cover {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.ban_block .txt_box_01 .catch > span::before {
  background-color: #f36429;
  z-index: -1;
}

.ban_block .txt_box_01 .catch > span .cover {
  z-index: 1;
  background-color: #fff;
}

.ban_block .txt_box_01 .catch > span.deactive::before,
.ban_block .txt_box_01 .catch > span.deactive .cover {
  transition-duration: 0s;
  transition-delay: 0s;
  width: 0%;
}

.ban_block .txt_box_01 .catch > span .cover::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f36429;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.7s;
}

.ban_block .txt_box_01 .catch > span.deactive .cover::before {
  transition-duration: 0s;
  transition-delay: 0s;
  width: 100%;
}

.tableBlock {
  padding: 150px 0 130px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .tableBlock {
    padding: 18vw 0;
  }
}
.tableBlock h3 {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tableBlock h3 {
    max-width: none;
    width: 68%;
  }
}
.tableBlock_inner {
  max-width: 980px;
  width: 90%;
  margin: 40px auto 0;
  padding: 50px 0 55px;
  border-radius: 30px;
  background-color: #ffe7be;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner {
    margin-top: 14vw;
    padding: 5vw 0 8vw;
    border-radius: 15px;
    width: 92%;
    background-color: transparent;
    padding: 0;
  }
}
.tableBlock_inner .tree01 {
  position: absolute;
  z-index: -1;
  width: 14%;
  left: 3%;
  top: -82px;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .tree01 {
    left: 5vw;
    top: -10vw;
    width: 17vw;
  }
}
.tableBlock_inner .tree02 {
  position: absolute;
  z-index: -1;
  width: 11.8%;
  right: 3%;
  top: -93px;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .tree02 {
    top: -10.5vw;
    width: 13vw;
    right: 5vw;
  }
}
.tableBlock_inner .redLeaf {
  position: absolute;
  z-index: -1;
}
.tableBlock_inner .redLeaf.red01 {
  width: 21.5%;
  top: 3%;
  left: -20%;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .redLeaf.red01 {
    width: 21.5%;
    top: -3%;
    left: -8%;
  }
}
.tableBlock_inner .redLeaf.red02 {
  width: 18.36%;
  top: 47%;
  left: -24%;
}
.tableBlock_inner .redLeaf.red03 {
  width: 17%;
  top: -6%;
  right: -20%;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .redLeaf.red03 {
    width: 17%;
    top: -3%;
    right: -5%;
  }
}
.tableBlock_inner .redLeaf.red04 {
  width: 17%;
  top: 60%;
  right: -20%;
}
.tableBlock_pre:nth-of-type(n + 2) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .tableBlock_pre:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .tableBlock_pre {
    background-color: #ffe7be;
    border-radius: 15px;
    padding: 5vw 0 8vw;
  }
}
.tableBlock_pre h4 {
  text-align: center;
  color: #f36429;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .tableBlock_pre h4 {
    font-size: 6vw;
  }
}
.tableBlock_pre .pre {
  width: 87.5%;
  margin: 15px auto 0;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0em;
}
.tableBlock_pre .pre td,
.tableBlock_pre .pre th {
  border-collapse: collapse;
  background-color: #fff0de;
}
.tableBlock_pre .pre td {
  padding: 20px 0;
  background-image: linear-gradient(to bottom, #f36429 3px, transparent 3px);
  background-size: 3px 8px;
  background-repeat: repeat-y;
  background-position: top right;
}
.tableBlock_pre .pre td:first-child {
  letter-spacing: 0.1em;
}
.tableBlock_pre .pre td:last-child {
  background-image: none;
}
.tableBlock_pre .pre td a {
  color: #000;
}
.tableBlock_pre .pre table {
  border: #f36429 4px solid;
  border-radius: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.tableBlock_pre .pre table tr {
  margin-top: -2px;
}
.tableBlock_pre .pre table tr:first-child td:first-child {
  border-radius: 23px 0 0 0;
}
.tableBlock_pre .pre table tr:first-child td:last-child {
  border-radius: 0 23px 0 0;
}
.tableBlock_pre .pre table tr:last-child td:first-child {
  border-radius: 0 0 0 27px;
}
.tableBlock_pre .pre table tr:last-child td:last-child {
  border-radius: 0 0 27px 0;
}
.tableBlock_pre .pre table tr:nth-child(2n) td {
  background-color: #fff;
}
.tableBlock_pre .pre .topBar {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.tableBlock_pre .pre .topBar td {
  padding: 10px 0;
  background-color: #f36429;
  background-image: linear-gradient(to bottom, #fff 3px, transparent 3px);
  background-size: 3px 8px;
}
@media screen and (max-width: 1000px) {
  .tableBlock_pre .pre .topBar td {
    line-height: 1.2;
  }
}
.tableBlock_pre .pre .topBar td:first-child {
  width: 41.5%;
}
.tableBlock_pre .pre .topBar td:nth-child(n+2) {
  width: 19.5%;
}
.tableBlock_pre .pre .topBar td:last-child {
  background-image: none;
}
.tableBlock_pre .pre .topBar td span {
  font-size: 14px;
}
.tableBlock_pre .pre_sp {
  width: 92%;
  margin: 6vw auto 0;
}
.tableBlock_pre .pre_sp_box:nth-of-type(n + 2) {
  margin-top: 7vw;
}
.tableBlock_pre .pre_sp_box a {
  display: block;
}
.tableBlock_pre .pre_sp_box a .name {
  padding: 0.5vw 0 0.5vw 2vw;
  background: rgb(243, 100, 41);
  background: linear-gradient(90deg, rgb(243, 100, 41) 0%, rgb(243, 100, 41) 72%, rgba(255, 255, 255, 0) 100%);
}
.tableBlock_pre .pre_sp_box a .name p {
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff;
}
.tableBlock_pre .pre_sp_box a p {
  font-size: 3.8vw;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 1vw;
  font-weight: 500;
  padding-left: 0.5vw;
}
.tableBlock_pre .pre_sp_box a p span {
  color: #f36429;
}
.tableBlock_note {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tableBlock_note {
    font-size: 10px;
    margin-top: 3vw;
  }
}
.tableBlock .eventInfo {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .tableBlock .eventInfo {
    margin-top: 18vw;
  }
}
.tableBlock .eventInfo h4 {
  max-width: 712px;
  width: 90%;
  margin: 0 auto;
}
.tableBlock .eventInfo_btn {
  max-width: 400px;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .tableBlock .eventInfo_btn {
    max-width: none;
    width: 80%;
    margin-top: 5vw;
  }
}
.tableBlock .eventInfo_btn a {
  display: inline-block;
}

.tire {
  background-color: #004a99;
  overflow-x: hidden;
}
.tire_block {
  background-image: url(../img/tire_bg.png);
  background-size: cover;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .tire_block {
    background-image: url(../img/tire_bg_sp.png);
    background-size: cover;
    width: 102%;
    margin-left: -1%;
  }
}
.tire_block h3 {
  max-width: 885px;
  width: 90%;
  margin: 0 auto;
}
.tire_block .tire_subtxt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.tire_block .tire_product {
  max-width: 973px;
  width: 90%;
  margin: -50px auto 0;
}
@media screen and (max-width: 768px) {
  .tire_block .tire_product {
    margin: -5vw auto 0;
  }
}
.tire_block .tire_end {
  max-width: 871px;
  width: 90%;
  margin: -50px auto 0;
}
@media screen and (max-width: 768px) {
  .tire_block .tire_end {
    margin: -4vw auto 0;
  }
}
.tire .qa {
  padding: 130px 0 150px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .tire .qa {
    padding: 18vw 0 14vw;
  }
}
.tire .qa_headline {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tire .qa_headline {
    width: 90%;
  }
}
.tire .qa_headline h3 {
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  padding: 20px 0 23px;
  line-height: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .tire .qa_headline h3 {
    line-height: 1.4;
    font-size: 5vw;
    padding: 3vw 0 3.2vw;
    width: 100%;
  }
}
.tire .qa_headline h3 span {
  color: #fff000;
}
.tire .qa_headline .icon {
  position: absolute;
}
.tire .qa_headline .icon.icon01 {
  width: 45%;
  top: 4%;
  left: -43%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .tire .qa_headline .icon.icon01 {
    width: 26%;
    top: 49%;
    left: -7%;
  }
}
.tire .qa_headline .icon.icon02 {
  width: 45%;
  top: 4%;
  right: -40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .tire .qa_headline .icon.icon02 {
    width: 24%;
    top: 46%;
    right: -3%;
  }
}
.tire .qa_inner {
  max-width: 795px;
  width: 90%;
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .tire .qa_inner {
    margin-top: 10vw;
  }
}
.tire .qa .qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.tire .qa .qa__item {
  display: inline-block;
}
.tire .qa .qa__head {
  position: relative;
  text-align: left;
  padding: 20px 50px 20px 20px;
  border-radius: 20px 20px 0 0;
  background-color: #cceafb;
  color: black;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__head {
    padding: 4vw 10vw 4vw 4vw;
  }
}
.tire .qa .qa__head .q {
  position: relative;
  font-weight: 500;
  margin-right: 15px;
  line-height: 1;
  font-size: 40px;
  color: #fff000;
  font-family: "Jost", sans-serif;
  text-shadow: rgb(0, 74, 153) 3px 0px 0px, rgb(0, 74, 153) 2.83487px 0.981584px 0px, rgb(0, 74, 153) 2.35766px 1.85511px 0px, rgb(0, 74, 153) 1.62091px 2.52441px 0px, rgb(0, 74, 153) 0.705713px 2.91581px 0px, rgb(0, 74, 153) -0.287171px 2.98622px 0px, rgb(0, 74, 153) -1.24844px 2.72789px 0px, rgb(0, 74, 153) -2.07227px 2.16926px 0px, rgb(0, 74, 153) -2.66798px 1.37182px 0px, rgb(0, 74, 153) -2.96998px 0.42336px 0px, rgb(0, 74, 153) -2.94502px -0.571704px 0px, rgb(0, 74, 153) -2.59586px -1.50383px 0px, rgb(0, 74, 153) -1.96093px -2.27041px 0px, rgb(0, 74, 153) -1.11013px -2.78704px 0px, rgb(0, 74, 153) -0.137119px -2.99686px 0px, rgb(0, 74, 153) 0.850987px -2.87677px 0px, rgb(0, 74, 153) 1.74541px -2.43999px 0px, rgb(0, 74, 153) 2.44769px -1.73459px 0px, rgb(0, 74, 153) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__head .q {
    font-size: 7vw;
    margin-right: 3vw;
  }
}
.tire .qa .qa__head .txt {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__head .txt {
    font-size: 4vw;
  }
}
.tire .qa .qa__head:after {
  content: "";
  border-top: 1px solid black;
  border-left: 1px solid black;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg) translateY(9px);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: transform 0.4s;
}
.tire .qa .qa__body {
  position: relative;
  border-radius: 0 0 20px 20px;
  background: #fff;
  color: black;
  border: transparent;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: justify;
  line-height: 0;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body {
    font-size: 3.5vw;
  }
}
.tire .qa .qa__body .a_blo {
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .a_blo {
    padding-left: 0;
  }
}
.tire .qa .qa__body .a_blo .img {
  display: none;
}
.tire .qa .qa__body .a_fb {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .a_fb {
    flex-direction: column;
  }
}
.tire .qa .qa__body .fb01 .txtBlo {
  width: 73.7%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb01 .txtBlo {
    width: 100%;
  }
}
.tire .qa .qa__body .fb01 .img {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb01 .img {
    width: 50%;
    margin: 7vw auto 0;
  }
}
.tire .qa .qa__body .fb03 {
  padding-left: 0;
  align-items: flex-start;
}
.tire .qa .qa__body .fb03 .box {
  background-color: #004a99;
  color: #fff;
  text-align: center;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb03 .box {
    width: 60%;
  }
}
.tire .qa .qa__body .fb03 .txtBlo {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb03 .txtBlo {
    width: 100%;
    margin-top: 0vw;
  }
}
.tire .qa .qa__body .img03 {
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .img03 {
    margin-top: 6vw;
    width: 100%;
  }
}
.tire .qa .qa__body .fb06 .txtBlo {
  width: 58.4%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb06 .txtBlo {
    width: 100%;
  }
}
.tire .qa .qa__body .fb06 .img {
  width: 38.5%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb06 .img {
    width: 70%;
    margin: 6vw auto 0;
  }
}
.tire .qa .qa__body .img07 {
  position: absolute;
  width: 20%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .img07 {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }
}
.tire .qa .qa__body .fb08 .txtBlo {
  width: 51.8%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb08 .txtBlo {
    width: 100%;
  }
}
.tire .qa .qa__body .fb08 .img {
  width: 41.3%;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body .fb08 .img {
    width: 80%;
    margin: 6vw auto 0;
  }
}
.tire .qa .qa__body.is-open {
  padding: 20px;
  line-height: 1.6;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body.is-open {
    padding: 4vw;
    padding-bottom: 5vw;
  }
}
.tire .qa .qa__body.is-open .a_blo .img {
  display: block;
}
.tire .qa .qa__body.is-open .fb03 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body.is-open .fb03 {
    margin-top: 6vw;
  }
}
.tire .qa .qa__body.is-open .fb03 .box {
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__body.is-open .fb03 .txtBlo {
    margin-top: 2vw;
  }
}
.tire .qa .qa__head.is-open::after {
  transform: rotate(45deg) translateY(-10px);
}
.tire .qa .qa__item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .tire .qa .qa__item:not(:first-child) {
    margin-top: 4vw;
  }
}
.tire .qa_end {
  max-width: 760px;
  width: 90%;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .tire .qa_end {
    margin-top: 15vw;
  }
}
.tire .shop_btn {
  max-width: 480px;
  width: 90%;
  margin: 30px auto 0;
}
.tire .shop_btn a {
  display: inline-block;
}

.present {
  background-image: url(../img/cam_bg.png);
  background-size: cover;
  background-position: center top;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .present {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }
}
.present h3 {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.present h3 .star {
  position: absolute;
}
.present h3 .star.star_l {
  top: 33%;
  left: -9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
.present h3 .star.star_r {
  top: 38%;
  right: -9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 81px;
}
.present .cam_span {
  max-width: 850px;
  width: 90%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .present .cam_span {
    margin-top: 4vw;
  }
}
.present_inner {
  max-width: 940px;
  width: 90%;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .present_inner {
    margin-top: 10vw;
  }
}
.present_quiz {
  position: relative;
}
.present_quiz .qu {
  position: absolute;
  width: 13.9%;
  top: 33%;
  left: -5%;
}
.present_quiz .litchi01 {
  position: absolute;
  width: 15.89%;
  left: -8%;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .present_quiz .litchi01 {
    width: 23.89%;
    left: -4%;
    top: auto;
    bottom: -5%;
  }
}
.present_quiz .hint {
  width: 31.91%;
  position: absolute;
  top: 55%;
  right: 12%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .present_quiz .hint {
    width: 75.63%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.present_cont {
  position: relative;
  border-radius: 30px;
  max-width: 940px;
  width: 100%;
  margin: 100px auto 0;
  background-color: #fff;
  border: #f7c000 4px solid;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .present_cont {
    margin-top: 12vw;
    padding-top: 8vw;
    padding-bottom: 6vw;
  }
}
.present_cont .litchi02 {
  position: absolute;
  width: 18.31%;
  top: -56px;
  right: -4%;
}
@media screen and (max-width: 768px) {
  .present_cont .litchi02 {
    width: 25%;
    top: -6vw;
    right: -6vw;
  }
}
.present_cont_title {
  max-width: 548px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .present_cont_title {
    max-width: none;
    width: 60%;
    top: -5vw;
  }
}
.present_cont_fb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 86%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present_cont_fb {
    flex-direction: column-reverse;
    width: 87%;
    align-items: center;
  }
}
.present_cont_gift {
  color: #15073e;
  width: 47.2%;
}
@media screen and (max-width: 768px) {
  .present_cont_gift {
    width: 100%;
    margin-top: 8vw;
    text-align: center;
  }
}
.present_cont_gift .title {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .present_cont_gift .title {
    margin: 0 auto;
  }
}
.present_cont_gift .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .present_cont_gift .txt {
    font-size: 3vw;
  }
}
.present_cont_gift .txt.txt02 {
  text-decoration: underline;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .present_cont_gift .txt.txt02 {
    margin-top: 2vw;
  }
}
.present_cont_gift .txt.txt02 a {
  color: #15073e;
}
.present_cont_gift .info02 {
  width: 80%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .present_cont_gift .info02 {
    margin: 6vw auto 0;
  }
}
.present_cont_img {
  width: 53.8%;
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .present_cont_img {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 5vw;
    transform: none;
  }
}
.present_btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .present_btn {
    margin-top: 10vw;
  }
}
.present_btn a {
  display: block;
  width: 71%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .present_btn a {
    width: 94%;
  }
}
.present_btn .txt {
  text-align: center;
  font-size: 16px;
  color: #15073e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .present_btn .txt {
    font-size: 3vw;
    letter-spacing: 0.05em;
    margin-top: 1vw;
  }
}

.used {
  overflow: hidden;
}
.usedCont {
  background-color: #ffd200;
  position: relative;
  z-index: 1;
  padding-bottom: 350px;
}
.usedCont_bg {
  position: absolute;
  background-image: url(../img/used/used_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.usedCont_wrapper {
  position: relative;
  z-index: 2;
}
.usedCont h3 {
  width: 100%;
}
.usedCont_lead {
  max-width: 726px;
  width: 90%;
  margin: 30px auto 0;
}
.usedCont_lead h4 {
  width: 90.22%;
  margin: 0 auto;
}
.usedCont_lead_note {
  font-size: 12px;
  margin-top: 20px;
  text-align: justify;
  letter-spacing: -0.02em;
  color: #000;
}
.usedCont_anshin {
  max-width: 980px;
  width: 90%;
  margin: 50px auto 0;
}
.usedCont_anshin_ttl {
  width: 83.46%;
  margin: 0 auto;
}
.usedCont_anshin_img {
  margin-top: 20px;
}
.usedBtn {
  position: relative;
  z-index: 2;
  background-image: url(../img/used/usedBtn_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -250px;
  padding: 240px 0 180px;
}
.usedBtn h3 {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.usedBtn h3 .ab01 {
  width: 24%;
  position: absolute;
  top: 13%;
  left: -29%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.usedBtn h3 .ab02 {
  width: 28.53%;
  position: absolute;
  top: 13%;
  right: -33%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.usedBtn_area {
  max-width: 430px;
  width: 90%;
  margin: 50px auto 0;
}
.usedBtn_area h4 {
  margin-bottom: 30px;
}

.snsArea {
  color: #000;
}

.floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    width: 100%;
  }
}
.floating.is-active {
  opacity: 1;
}
.floating li {
  width: 60px;
  transition-duration: 0.3s;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .floating li {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .floating li {
    width: auto;
  }
}
.floating li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .floating li:nth-of-type(n + 2) {
    margin-top: 0vw;
  }
}
.floating li a {
  display: block;
}
.floating li:hover a {
  opacity: 0.6;
}

.floating2.lineCam {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 40px;
  width: 350px;
  transform: none;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating2.lineCam {
    bottom: 10vw;
    transform: none;
    width: 54%;
  }
}
.floating2.lineCam.is-active {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

@keyframes fadeA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes lightA {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(1.4);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-15px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeAndTranslate_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeAndTranslate_right {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションを適用するクラス */
.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}

.animate-on-appear02 {
  animation: fadeA 1s ease forwards;
}

.animate-on-appear_light {
  animation: lightA 0.5s linear forwards;
}

.animate-on-appear_scale {
  animation: fadeAndTranslate_scale 1s ease-in-out forwards;
}

.animate-on-appear_soon {
  animation: fadeA 0.3s ease forwards;
}

.animate-on-appear_right {
  animation: fadeAndTranslate_right 1s ease forwards;
}/*# sourceMappingURL=style_lp.css.map */