/* ===== style.css ===== */
/* -- font -- */
/* font-family: "Zen Kaku Gothic New", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* font-family: "Lato", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* -- fonts -- */
/* -- body -- */
body {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #222;
}

@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    line-height: 2.15;
  }
}
/* -- inner -- */
/* - inner1100 - */
/* - inner800 - */
@media screen and (max-width: 1300px) {
  .inner {
    margin: 0 30px;
    width: auto;
  }
}
#load {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100svh;
  background-color: #D0131B;
  opacity: 1;
  -webkit-animation: 1.5s ease load;
          animation: 1.5s ease load;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}
#load .load_logo {
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 78px);
  transform: translate(-50%, -50%);
  width: 156px;
  height: 84px;
}
@media screen and (max-width: 920) {
  #load .load_logo {
    top: calc(50% - 36px);
    left: calc(50% - 67px);
    width: 135px;
    height: 73px;
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes load {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes load_title {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load_title {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scrollbar {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@keyframes scrollbar {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@-webkit-keyframes effect {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes effect {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes effect01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes effect01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .pc {
    display: none;
  }
}

.wrapper .w1100 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .wrapper .w1100 {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .w1100 {
    display: none;
  }
}

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

.wrapper {
  position: relative;
  -webkit-animation: 1.5s ease load-reverse;
          animation: 1.5s ease load-reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  width: 100%;
}
.wrapper .mv {
  display: flex;
  justify-content: right;
  width: 100%;
  height: 100svh;
  background-color: #f7f7f7;
  transition: 0.5s;
}
@media screen and (max-width: 920px) {
  .wrapper .mv {
    display: block;
  }
}
.wrapper .mv .logo_box {
  width: 47%;
  height: 100svh;
}
@media screen and (max-width: 920px) {
  .wrapper .mv .logo_box {
    width: 100%;
    height: 43svh;
  }
}
.wrapper .mv .logo_box .mv_logo {
  z-index: 12;
  position: fixed;
  top: calc(50% - 38px);
  left: calc(50% - 230px);
  width: 156px;
  height: 84px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 920px) {
  .wrapper .mv .logo_box .mv_logo {
    z-index: 0;
    top: calc(50% - 170px);
    left: 50%;
    width: 135px;
    height: 73px;
  }
}
.wrapper .mv .bg_title {
  position: relative;
  width: 53%;
  height: 100%;
  background-color: #D0131B;
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title {
    width: 100%;
    height: 57svh;
  }
}
.wrapper .mv .bg_title:before {
  content: "";
  z-index: 15;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D0131B;
  -webkit-animation: 0.5s linear load_title;
          animation: 0.5s linear load_title;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}
.wrapper .mv .bg_title .title_box {
  position: absolute;
  top: calc(50% + 10px);
  left: 90px;
  transform: translate(0, -50%);
}
@media screen and (max-height: 750px) {
  .wrapper .mv .bg_title .title_box {
    top: calc(50% - 20px);
  }
}
@media screen and (max-height: 650px) {
  .wrapper .mv .bg_title .title_box {
    top: calc(50% - 50px);
  }
}
@media screen and (max-width: 1100px) {
  .wrapper .mv .bg_title .title_box {
    left: 40px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .title_box {
    width: 80%;
    top: calc(47% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.wrapper .mv .bg_title .title_box h1 {
  display: inline-block;
  justify-content: center;
  color: #fff;
  font-size: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 115px;
}
@media screen and (max-width: 1400px) {
  .wrapper .mv .bg_title .title_box h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .title_box h1 {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
  }
}
.wrapper .mv .bg_title .title_box h1 img {
  width: 210px;
  transform: translate(-22px, 0);
}
@media screen and (max-width: 1400px) {
  .wrapper .mv .bg_title .title_box h1 img {
    width: 170px;
    transform: translate(-16px, -10px);
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .title_box h1 img {
    display: block;
    margin: 0 auto;
    width: 130px;
    transform: translateX(0);
  }
}
.wrapper .mv .bg_title .title_box .app_box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  max-width: 440px;
  width: 80%;
}
@media screen and (max-height: 800px) {
  .wrapper .mv .bg_title .title_box .app_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .wrapper .mv .bg_title .title_box .app_box {
    width: 85%;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .title_box .app_box {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 26px;
    transform: translateX(9px);
  }
}
@media screen and (max-width: 920px) and (max-height: 700px) {
  .wrapper .mv .bg_title .title_box .app_box {
    margin-top: 10px;
  }
}
.wrapper .mv .bg_title .title_box .app_box img {
  height: 65px;
  margin: 0 10px 0 0;
  transition: 0.3s all;
}
.wrapper .mv .bg_title .title_box .app_box img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1400px) {
  .wrapper .mv .bg_title .title_box .app_box img {
    height: 55px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .title_box .app_box img {
    height: 36px;
  }
}
.wrapper .mv .bg_title .scrollbar_box {
  position: absolute;
  left: 100px;
  bottom: 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .wrapper .mv .bg_title .scrollbar_box {
    left: 50px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .scrollbar_box {
    left: 50%;
  }
}
.wrapper .mv .bg_title .scrollbar_box p {
  padding-right: 40px;
  transform: translate(-50%, -50%) rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 4px;
}
@media screen and (max-height: 770px) {
  .wrapper .mv .bg_title .scrollbar_box p {
    padding-right: 30px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .scrollbar_box p {
    padding-right: 20px;
    letter-spacing: 2px;
    font-size: 10px;
  }
}
@media screen and (max-width: 920px) and (max-height: 770px) {
  .wrapper .mv .bg_title .scrollbar_box p {
    padding-right: 10px;
  }
}
.wrapper .mv .bg_title .scrollbar_box .scrollbar {
  position: relative;
  width: 2px;
  height: 90px;
  background-color: #D63239;
}
@media screen and (max-height: 800px) {
  .wrapper .mv .bg_title .scrollbar_box .scrollbar {
    height: 60px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .scrollbar_box .scrollbar {
    width: 1px;
    height: 60px;
  }
}
@media screen and (max-width: 920px) and (max-height: 770px) {
  .wrapper .mv .bg_title .scrollbar_box .scrollbar {
    height: 40px;
  }
}
.wrapper .mv .bg_title .scrollbar_box .scrollbar div {
  position: absolute;
  top: 0;
  width: 2px;
  height: 0px;
  background-color: #fff;
  padding-top: 0;
  -webkit-animation: 3s linear infinite scrollbar;
          animation: 3s linear infinite scrollbar;
}
@media screen and (max-width: 920px) {
  .wrapper .mv .bg_title .scrollbar_box .scrollbar div {
    width: 1px;
  }
}
.wrapper .sec {
  display: flex;
}
@media screen and (max-width: 920px) {
  .wrapper .sec {
    display: block;
  }
}
.wrapper .sec .right_box {
  width: 50%;
  height: 100svh;
  transition: 0.5s;
}
@media screen and (max-width: 920px) {
  .wrapper .sec .right_box {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: auto;
  }
}
.wrapper .sec .right_box .text_box {
  margin-top: calc(50svh - 20px);
  margin-left: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #595757;
  transform: translateY(-50%);
}
@media screen and (max-width: 920px) {
  .wrapper .sec .right_box .text_box {
    margin-top: 0;
    margin-left: 0;
    transform: translateY(0);
  }
}
.wrapper .sec .right_box .text_box h2 {
  font-size: 26px;
  line-height: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .wrapper .sec .right_box .text_box h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
  .wrapper .sec .right_box .text_box h2 {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .sec .right_box .text_box h2 {
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
  }
}
.wrapper .sec .right_box .text_box h2 .text_red {
  font-family: "Zen Maru Gothic", serif;
  color: #D0131B;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 4px;
}
@media screen and (max-width: 920px) {
  .wrapper .sec .right_box .text_box h2 .text_red {
    font-size: 22px;
  }
}
.wrapper .sec .right_box .text_box h2 .text_red .text5 {
  font-family: "Jost", serif;
  font-size: 46px;
  font-weight: 400;
}
@media screen and (max-width: 920px) {
  .wrapper .sec .right_box .text_box h2 .text_red .text5 {
    font-size: 30px;
  }
}
.wrapper .effect_box {
  z-index: 100;
  position: fixed;
  top: calc(50% - 275px);
  left: calc(50% - 378px);
  width: 43px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.wrapper .effect_box img {
  width: 100%;
}
.wrapper .effect_animation {
  -webkit-animation: 1s step-end forwards effect;
          animation: 1s step-end forwards effect;
}
.wrapper .effect_animation01 {
  -webkit-animation: 1s step-end forwards effect01;
          animation: 1s step-end forwards effect01;
}
@media screen and (min-width: 920px) {
  .wrapper .effect_fix {
    position: absolute;
    top: calc(650svh - 275px);
    left: calc(50% - 378px);
  }
}
.wrapper .content-sec {
  position: relative;
  overflow-x: clip;
}
.wrapper .content-sec .sec {
  display: flex;
}
.wrapper .content-sec .sec:nth-of-type(2n+1) .right_box {
  background-color: #f0f0f0;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec {
    display: block;
  }
}
.wrapper .content-sec .sec .right_box {
  width: 50%;
  height: 100svh;
  transition: 0.5s;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.wrapper .content-sec .sec .right_box .text_box {
  margin-top: calc(50svh - 20px);
  margin-left: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #595757;
  transform: translateY(-50%);
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .head_box {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 344px;
    margin: 0 auto;
    padding-top: 40px;
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .head_center {
    width: 660px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .circle_box {
  aspect-ratio: 1/1;
  width: 130px;
  border: #D0131B 2px solid;
  border-radius: 50%;
  text-align: center;
  font-family: "Jost", serif;
  color: #D0131B;
  line-height: 30px;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .circle_box {
    width: 85px;
    height: 85px;
    margin-left: 20px;
    border: #D0131B 1px solid;
    line-height: 16px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .circle_box .number {
  margin-top: 16px;
  font-size: 24px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .circle_box .number {
    margin-top: 10px;
    font-size: 14px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .circle_box .head {
  margin-top: 3px;
  font-size: 24px;
  letter-spacing: 1px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .circle_box .head {
    margin-top: 7px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .circle_box .head_jp {
  margin-top: 0px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .circle_box .head_jp {
    margin-top: 7px;
    font-size: 9px;
  }
}
.wrapper .content-sec .sec .right_box .text_box h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
}
.wrapper .content-sec .sec .right_box .text_box h2 .text_red {
  font-family: "Zen Maru Gothic", serif;
  color: #D0131B;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 4px;
}
.wrapper .content-sec .sec .right_box .text_box h2 .text_red .text5 {
  font-family: "Jost", serif;
  font-size: 46px;
  font-weight: 400;
}
.wrapper .content-sec .sec .right_box .text_box h3 {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", serif;
  color: #D0131B;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box h3 {
    display: inline-block;
    margin-top: 0;
    text-align: left;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 2px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .detail_text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .detail_text {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .detail_text .small_text {
  font-size: 14px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .detail_text .small_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .button_box {
    padding-bottom: 50px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .point_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  width: 300px;
  height: 50px;
  background-color: #fff;
  border: 1px #595757 solid;
  color: #595757;
  line-height: 20px;
}
.wrapper .content-sec .sec .right_box .text_box .point_button::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 300px;
  height: 50px;
  background-color: #000000;
  transition: 0.3s all;
  opacity: 0;
}
.wrapper .content-sec .sec .right_box .text_box .point_button:hover::before {
  opacity: 0.1;
}
.wrapper .content-sec .sec .right_box .text_box .point_button:hover img {
  right: 20px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .point_button {
    margin: 0 auto;
  }
}
.wrapper .content-sec .sec .right_box .text_box .point_button p {
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec .right_box .text_box .point_button p {
    font-size: 16px;
  }
}
.wrapper .content-sec .sec .right_box .text_box .point_button img {
  position: absolute;
  top: 54%;
  right: 10px;
  height: 9px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.wrapper .content-sec .coupon_button {
  cursor: pointer;
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  bottom: -80px;
  left: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #D0131B;
  transition: 0.8s all;
  transform: translate(100%, -100%);
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .coupon_button {
    bottom: -70px;
    height: 70px;
    transform: translate(100%, -100%);
  }
}
.wrapper .content-sec .coupon_button img {
  width: 34px;
  transition: 0.8s;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .coupon_button img {
    opacity: 0;
    width: 30px;
  }
}
.wrapper .content-sec .coupon_button .margin_left {
  width: 23px;
  height: 20px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .coupon_button .margin_left {
    width: 20px;
  }
}
.wrapper .content-sec .coupon_button .margin_right {
  max-width: calc(50vw + 220px);
  width: calc(100% - 57px);
  min-width: 23px;
  height: 20px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .coupon_button .margin_right {
    max-width: auto;
    width: calc(100% - 50px);
    min-width: 20px;
  }
}
.wrapper .content-sec .coupon_button p {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  position: absolute;
  right: calc(50vw - 260px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .coupon_button p {
    right: 50vw;
    font-size: 18px;
    line-height: 24px;
    transform: translateX(50%);
    transition-delay: 0.1s;
  }
}
.wrapper .content-sec .note_button {
  cursor: pointer;
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  bottom: -80px;
  left: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #D0131B;
  transition: 0.8s all;
  transform: translate(100%, -100%);
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .note_button {
    bottom: -70px;
    height: 70px;
    transform: translate(100%, -100%);
  }
}
.wrapper .content-sec .note_button img {
  width: 34px;
  transition: 0.8s;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .note_button img {
    opacity: 0;
    width: 30px;
  }
}
.wrapper .content-sec .note_button .margin_left {
  width: 23px;
  height: 20px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .note_button .margin_left {
    width: 20px;
  }
}
.wrapper .content-sec .note_button .margin_right {
  max-width: calc(50vw + 260px);
  width: calc(100% - 57px);
  min-width: 23px;
  height: 20px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .note_button .margin_right {
    max-width: auto;
    width: calc(100% - 50px);
    min-width: 20px;
  }
}
.wrapper .content-sec .note_button p {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  position: absolute;
  right: calc(50vw - 340px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  transition: 0.5s;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .note_button p {
    text-align: center;
    right: 50vw;
    font-size: 12px;
    line-height: 16px;
    transform: translateX(50%);
    transition-delay: 0.1s;
  }
}
.wrapper .content-sec .to_left {
  transform: translate(0, -100%);
}
.wrapper .content-sec .to_small {
  width: 80px;
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .to_small {
    width: 70px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper .content-sec .to_small img {
    transition: 0.8s;
    opacity: 1;
  }
}
.wrapper .content-sec .to_small p {
  opacity: 0;
}

.invisible {
  display: none;
}

.parallax_content {
  z-index: 13;
  position: relative;
  display: flex;
  width: 50%;
  height: 100svh;
  justify-content: center;
  align-items: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 920px) {
  .parallax_content {
    width: 100%;
    height: 520px;
  }
}

.parallax_01::before {
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images_03/img_sp_01_re.webp);
  background-size: 269px 489px;
  background-repeat: no-repeat;
  background-position: top calc(50% - 20px) left calc(50% - 230px);
}

.parallax_02::before {
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images_03/img_sp_02_re3.webp);
  background-size: 269px 489px;
  background-repeat: no-repeat;
  background-position: top calc(50% - 20px) left calc(50% - 230px);
  background-color: #f0f0f0;
}

.parallax_03::before {
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images_03/img_sp_03_re.webp);
  background-size: 269px 489px;
  background-repeat: no-repeat;
  background-position: top calc(50% - 20px) left calc(50% - 230px);
}

.parallax_04::before {
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images_03/img_sp_04.webp);
  background-size: 269px 489px;
  background-repeat: no-repeat;
  background-position: top calc(50% - 20px) left calc(50% - 230px);
  background-color: #f0f0f0;
}

.parallax_05::before {
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images_03/img_sp_05.webp);
  background-size: 269px 489px;
  background-repeat: no-repeat;
  background-position: top calc(50% - 20px) left calc(50% - 230px);
}

.parallax_06::before {
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images_03/img_sp_06_re3.webp);
  background-size: 269px 489px;
  background-repeat: no-repeat;
  background-position: top calc(50% - 20px) left calc(50% - 230px);
  background-color: #f0f0f0;
}

@media screen and (max-width: 920px) {
  .parallax_01::before {
    content: "";
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../images_03/img_sp_logo.webp);
    background-size: 242px 440px;
    background-repeat: no-repeat;
    background-position: top calc(50% + 10px) left 50%;
    background-color: #fff;
  }
  .parallax_02::before {
    content: "";
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../images_03/img_sp_02_re3.webp);
    background-size: 242px 440px;
    background-repeat: no-repeat;
    background-position: top calc(50% + 10px) left 50%;
    background-color: #f0f0f0;
  }
  .parallax_03::before {
    content: "";
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../images_03/img_sp_03_re.webp);
    background-size: 242px 440px;
    background-repeat: no-repeat;
    background-position: top calc(50% + 10px) left 50%;
    background-color: #fff;
  }
  .parallax_04::before {
    content: "";
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../images_03/img_sp_04.webp);
    background-size: 242px 440px;
    background-repeat: no-repeat;
    background-position: top calc(50% + 10px) left 50%;
    background-color: #f0f0f0;
  }
  .parallax_05::before {
    content: "";
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../images_03/img_sp_05.webp);
    background-size: 242px 440px;
    background-repeat: no-repeat;
    background-position: top calc(50% + 10px) left 50%;
    background-color: #fff;
  }
  .parallax_06::before {
    content: "";
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../images_03/img_sp_06_re3.webp);
    background-size: 242px 440px;
    background-repeat: no-repeat;
    background-position: top calc(50% + 10px) left 50%;
    background-color: #f0f0f0;
  }
}
.effect_sp {
  display: none;
  position: absolute;
  top: 60px;
  left: calc(50% - 130px);
  width: 40px;
  transform: translate(-50%, -50%);
  -webkit-animation: 1s step-end forwards effect;
          animation: 1s step-end forwards effect;
}
.effect_sp img {
  width: 100%;
}

@media screen and (max-width: 920px) {
  .scroll_bg_img::before {
    position: absolute;
    background-attachment: unset;
    background-position: bottom 10px left 50%;
  }
}
@media screen and (max-width: 920px) {
  .scroll_bg_img .effect_sp {
    display: block;
  }
}

@media screen and (min-width: 921px) {
  .sec_06 .scroll_bg_img::before {
    position: absolute;
    background-position: top calc(50% - 15px) right 96px;
  }
}

@media screen and (max-width: 920px) {
  .wrapper .content-sec .sec_06 .right_box .text_box .detail_text {
    padding-bottom: 90px;
  }
}

/*
    footer
*/
#footer {
  z-index: 20;
  position: relative;
  background: #fff;
  text-align: center;
}
#footer .footer_logo {
  margin: 0 auto;
  margin-top: 5px;
  width: 124px;
}
#footer .footer_logo img {
  width: 100%;
}
#footer .footer_text {
  margin-top: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #595757;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 920px) {
  #footer .footer_text {
    margin-top: 55px;
    font-size: 12px;
  }
}
#footer .dl_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 90px;
  max-width: 440px;
  width: 80%;
}
@media screen and (max-width: 920px) {
  #footer .dl_box {
    margin-top: 55px;
    width: auto;
  }
}
#footer .dl_box .left_box {
  width: 190px;
}
#footer .dl_box .left_box img {
  width: 100%;
}
#footer .dl_box .right_box {
  text-align: center;
  width: 190px;
}
@media screen and (max-width: 920px) {
  #footer .dl_box .right_box {
    margin: 0 auto;
  }
}
#footer .dl_box .right_box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #D0131B;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
#footer .dl_box .right_box .footer_app_box a {
  display: block;
  margin: 0 auto;
  width: 180px;
  transition: all 0.3s;
}
#footer .dl_box .right_box .footer_app_box a:hover {
  opacity: 0.8;
}
#footer .dl_box .right_box .footer_app_box a :nth-last-of-type() {
  margin-top: 10px;
}
#footer .dl_box .right_box .footer_app_box a img {
  width: 100%;
}
#footer .dl_box .right_box .footer_app_box .apple_store {
  margin-top: 30px;
}
#footer .dl_box .right_box .footer_app_box .google_play {
  margin-top: 15px;
}
#footer .footer_small_text {
  margin-top: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #595757;
  font-size: 12px;
}
@media screen and (max-width: 920px) {
  #footer .footer_small_text {
    margin-top: 55px;
    font-size: 9px;
  }
}
#footer .pdf_button_wrapper .pdf_button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 60px auto 120px;
  width: 427px;
  height: 68px;
  border-radius: 34px;
  background-color: #D0131B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
}
#footer .pdf_button_wrapper .pdf_button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 920px) {
  #footer .pdf_button_wrapper .pdf_button {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin: 50px auto 90px;
    max-width: 427px;
    width: 90%;
    height: 86px;
    border-radius: 43px;
  }
}
#footer .pdf_button_wrapper .pdf_button img {
  width: 30px;
  height: 34px;
}
#footer .sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 210px;
}
@media screen and (max-width: 920px) {
  #footer .sns_link {
    margin-top: 55px;
  }
}
#footer .sns_link a {
  transition: opacity 0.6s;
}
#footer .copy {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 13px;
  margin-bottom: 50px;
}

@media screen and (min-width: 901px) {
  /* hover */
  .sns_link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .footer_inner {
    padding: 50px 0 45px;
  }
  /* copy */
  .copy {
    margin-top: 13px;
  }
}
/*# sourceMappingURL=style.css.map */