@charset "utf-8";

@font-face {
  font-family: "AbolitionW00-Regular";
  src: url("../fonts/AbolitionW00-Regular.eot");
  src: url("../fonts/AbolitionW00-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AbolitionW00-Regular.woff2") format("woff2"), url("../fonts/AbolitionW00-Regular.woff") format("woff"), url("../fonts/AbolitionW00-Regular.ttf") format("truetype"),
    url("../fonts/AbolitionW00-Regular.svg") format("svg");
}

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.en_font {
  font-family: "AbolitionW00-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.slick-arrow {
  border: 0;
  width: 40px;
  height: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  transition: opacity 0.3s;
}

.slick-arrow:hover {
  opacity: 0.85;
}

.slick-prev {
  left: 50%;
  margin-left: -300px;
  background: url(../image/icon_prev.svg) center center no-repeat #800080;
  background-size: 12px auto;
}

.slick-next {
  right: 50%;
  margin-right: -300px;
  background: url(../image/icon_next.svg) center center no-repeat #800080;
  background-size: 12px auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

.slick-dots li {
  width: 46px;
  height: 5px;
  overflow: hidden;
  background: #d7dadb;
  margin: 0 4px;
}

.slick-dots li.slick-active {
  background: #d22c36;
}

.slick-dots button {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -20px;
  }
}

/* !japan_lp_wrapper
---------------------------------------------------------- */
#japan_lp_wrapper {
  padding-top: 84px;
  position: relative;
}

#japan_lp_wrapper:before {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../image/bg.png) center center repeat;
  background-size: 360px auto;
  content: "";
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #japan_lp_wrapper {
    padding-top: 64px;
  }
}

/* !header
---------------------------------------------------------- */
#japan_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(to left, #d22c36, #963587 50%, #1b4597);
  padding-bottom: 4px;
}

.japan_lp_headerTytle {
  white-space: nowrap;
  font-family: "AbolitionW00-Regular", sans-serif;
  color: #fff;
  font-size: clamp(20px, 6vw, 40px); /* 画面幅に応じて自動調整 */
  padding: 0 5vw; /* スマホでも余白が適度になるように可変指定 */
}

.japan_lp_headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #141414;
  height: 80px;
  padding: 0 40px;
}

.japan_lp_btn_menu {
  width: 48px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  display: none;
}

.japan_lp_btn_menu span {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

.japan_lp_btn_menu span + span {
  margin-top: 4px;
}

.japan_lp_btn_menu.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.japan_lp_btn_menu.is-active span:nth-child(2) {
  opacity: 0;
}

.japan_lp_btn_menu.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_headerInner {
    height: 60px;
    padding: 0 0 0 16px;
  }

  #japan_lp_logo {
    max-width: 268px;
  }

  .japan_lp_btn_menu {
    display: flex;
  }
}

/* !navi
---------------------------------------------------------- */
#japan_lp_navi {
}

#japan_lp_navi ul {
  display: flex;
  align-items: center;
}

#japan_lp_navi li {
  margin-left: 40px;
}

#japan_lp_navi li a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  height: 55px;
  padding-bottom: 14px;
  background: url(../image/icon_dropdown.svg) center bottom no-repeat;
}

#japan_lp_navi li a:hover {
  opacity: 0.7;
}

#japan_lp_menu {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #japan_lp_navi {
    display: none;
  }
  #japan_lp_menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(20, 20, 20, 0.9);
    padding-top: 104px;
    z-index: 999;
  }

  #japan_lp_menu ul {
    display: block;
    padding: 0 16px 80px;
  }

  #japan_lp_menu li + li {
    margin-top: 24px;
  }

  #japan_lp_menu li a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    background: url(../image/icon_arrow_white.svg) right 16px center no-repeat;
  }

  #japan_lp_menu li a span {
    display: block;
    margin-bottom: 4px;
    font-size: 4rem;
    line-height: 1.125;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.japan_lp_mainVisual {
  width: 100%;
}

.japan_lp_mainVisual img {
  width: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
}

/* japan_lp_footer
-----------------------------------------------------------*/
.japan_lp_pageLinks {
  position: fixed;
  display: flex;
  flex-direction: column; /* ←縦方向に並べる */
  gap: 16px;
  z-index: 999;
  right: 40px;
  bottom: 40px;

}

.japan_lp_footer {
  background: #ffffff;
  position: relative;
  padding: 84px 0 100px;
}

.japan_lp_footerBottom {
  background: #ffffff;
  position: relative;
  padding: 84px 0 100px;
}

/* .japan_lp_footer:before {
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(to left, #d22c36, #963587 50%, #1b4597);
  content: "";
} */


.japan_lp_footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 60px;
  background: #000;
}

.japan_lp_virLogo {
  text-align: center;
  margin-bottom: 50px;
}

.japan_lp_virLogo img {
  width: 400px;
}

.japan_lp_footerSns {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 50px;
}

.japan_lp_footerSnsTitle {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #141414  ;
  margin-bottom: 32px;
  text-align: center; 
}


.japan_lp_footerSnsList {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.japan_lp_footerSnsList a {
  display: block;
  margin: 0 40px;
}

.japan_lp_copyright {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}

.japan_lp_copyright p + p {
  margin-top: 30px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_pageLinks {
    padding: 0 16px;
    right: 0;
    bottom: 10px;
    width: 100%;
  }

  .japan_lp_footer {
    padding: 60px 0 130px;
  }

  .japan_lp_footer:before {
    height: 4px;
  }

  .japan_lp_virLogo img {
    width: 220px;
  }

  .japan_lp_footerSns {
    max-width: 100%;
    width: 100%;
  }

  .japan_lp_footerSnsTitle {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }

  .japan_lp_footerSnsList a {
    margin: 0 16px;
  }

  .japan_lp_footerSnsList a:nth-child(1) img {
    width: 40px;
  }

  .japan_lp_footerSnsList a:nth-child(2) img {
    width: 46px;
  }

  .japan_lp_copyright {
    font-size: 1.4rem;
  }

  .japan_lp_copyright img {
    height: 80px;
  }

  .japan_lp_copyright p + p {
    margin-top: 20px;
  }
}

.japan_lp_inner {
  width: 100%;
  max-width: 1032px;
  padding: 0 16px;
  margin: 0 auto;
}

.japan_lp_anchorArea {
  position: relative;
}

.japan_lp_anchorArea .japan_lp_anchor {
  position: absolute;
  z-index: -1;
  top: -84px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_anchorArea .japan_lp_anchor {
    top: -64px;
  }
}

.japan_lp_hdL {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-bottom: 28px;
  margin-bottom: 60px;
  position: relative;
}

.japan_lp_hdL .en_font {
  font-size: 5rem;
  line-height: 1.12;
  display: block;
  margin-bottom: 8px;
}

.japan_lp_hdL:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 440px;
  height: 8px;
  transform: translateX(-50%);
  content: "";
  background: linear-gradient(to left, #d22c36, #963587 50%, #1b4597);
}

.japan_lp_hdM {
  border-bottom: 4px solid #e7e7e7;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 7px;
}

.japan_lp_hdM:after {
  width: 30px;
  height: 4px;
  background: #800080;
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: 2;
  content: "";
}

.japan_lp_hdS {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 20px;
  color: #800080;
  margin-bottom: 8px;
}

.japan_lp_hdS:before {
  width: 12px;
  height: 2px;
  background: #800080;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 2;
  content: "";
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_hdL {
    font-size: 1.6rem;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }

  .japan_lp_hdL .en_font {
    font-size: 4rem;
    line-height: 1.125;
    margin-bottom: 4px;
  }

  .japan_lp_hdL:after {
    width: 100%;
    height: 8px;
    left: 0;
    transform: translateX(0);
  }

  .japan_lp_hdM {
    font-size: 2rem;
    padding-bottom: 4px;
  }

  .japan_lp_hdS {
    font-size: 2rem;
  }

  .japan_lp_hdS:before {
    top: 15px;
  }
}

.btn_pdf_black {
  max-width: 365px;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 23px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  font-family: "Roboto", sans-serif;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.btn_pdf_black:before {
  width: 19px;
  height: 19px;
  background: url(../image/icon_pdf.svg) center center no-repeat;
  background-size: 100% auto;
  z-index: 2;
  display: block;
  content: "";
  margin-right: 8px;
}

.btn_pdf_black:after {
  width: 10px;
  height: 100%;
  position: absolute;
  background: url(../image/icon_arrow_gray.svg) center center no-repeat;
  background-size: 100% auto;
  right: 17px;
  top: 0;
  z-index: 2;
  content: "";
}

.btn_pdf_black:hover {
  opacity: 0.85;
}

.btn_pdf_white {
  max-width: 311px;
  width: 100%;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  background: #fff;
  font-family: "Roboto", sans-serif;
  border: 1px solid #333333;
  border-radius: 4px;
}

.btn_pdf_white:before {
  width: 16px;
  height: 16px;
  background: url(../image/icon_pdf_black.svg) center center no-repeat;
  background-size: 100% auto;
  z-index: 2;
  display: block;
  content: "";
  margin-right: 9px;
}

.btn_pdf_white:after {
  width: 10px;
  height: 100%;
  position: absolute;
  background: url(../image/icon_arrow_black.svg) center center no-repeat;
  background-size: 100% auto;
  right: 15px;
  top: 0;
  z-index: 2;
  content: "";
}

.btn_pdf_white:hover {
  opacity: 0.85;
}

.japan_lp_link01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 311px;
  height: 56px;
  background: linear-gradient(to left, #0eb291, #3fb4d5);
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: bold;
  border-radius: 28px;
  position: relative;
}

.japan_lp_link01:after {
  background: url(../image/icon_arrow_white.svg) center center no-repeat;
  position: absolute;
  right: 15px;
  width: 8px;
  height: 100%;
  top: 0;
  z-index: 2;
  content: "";
}

.japan_lp_link01:hover {
  opacity: 0.85;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .btn_pdf_black {
    max-width: 100%;
    height: 46px;
    padding-right: 15px;
    font-size: 1.4rem;
  }

  .btn_pdf_black:before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .btn_pdf_black:after {
    width: 8px;
    right: 15px;
  }

  .btn_pdf_black:hover {
    opacity: 1;
  }

  .btn_pdf_white {
    max-width: 100%;
  }

  .btn_pdf_white:hover {
    opacity: 1;
  }
  .japan_lp_link01 {
    width: 100%;
  }

  .japan_lp_link01:hover {
    opacity: 1;
  }
}

.japan_lp_aboutWrap {
  padding-top: 120px;
  color: #fff;
}

.japan_lp_aboutBox .japan_lp_aboutItem {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.78;
}

.japan_lp_aboutBox .japan_lp_aboutItem:nth-child(even) {
  flex-direction: row-reverse;
}

.japan_lp_aboutBox .japan_lp_aboutItem p {
  width: 46%;
}

.japan_lp_aboutBox .japan_lp_aboutItem img {
  width: 100%;
}

.japan_lp_aboutMovie {
  max-width: 650px;
  width: 100%;
  margin: 10px auto 120px;
}

.japan_lp_aboutMovieBox {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.japan_lp_aboutMovieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.japan_lp_aboutMovieTitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 8px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_aboutWrap {
    padding-top: 80px;
  }

  .japan_lp_aboutBox .japan_lp_aboutItem {
    margin-bottom: 40px;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .japan_lp_aboutBox .japan_lp_aboutItem p {
    width: 100%;
  }

  .japan_lp_aboutBox .japan_lp_aboutItem p + p {
    margin-top: 40px;
    padding: 0 16px;
  }

  .japan_lp_aboutMovie {
    padding: 0 12px;
    margin: 0 auto 80px;
  }

  .japan_lp_aboutMovieTitle {
    font-size: 1.2rem;
    margin-top: 8px;
  }

  .japan_lp_aboutSlider img {
    width: 240px;
  }
}

.japan_lp_howtoWrap {
  padding: 120px 0;
  overflow: hidden;
}

.japan_lp_howtoSlider {
  margin-bottom: 90px;
}

.japan_lp_howtoSlider .slick-list {
  overflow: visible;
}

.japan_lp_howtoBox {
  width: 560px;
  padding: 0 60px;
}

.japan_lp_howtoTitle {
  background: #363636;
  margin-bottom: 6px;
  border-left: 6px solid #d22c36;
  padding-left: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.japan_lp_howtoList {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.japan_lp_howtoList ul li {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding-left: 22px;
}

.japan_lp_howtoList ul li:before {
  width: 12px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #d22c36;
  content: "";
}

.japan_lp_howtoList ul li + li {
  margin-top: 12px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_howtoWrap {
    padding: 80px 16px;
  }

  .japan_lp_howtoSlider {
    margin-bottom: 45px;
  }

  .japan_lp_howtoBox {
    width: 326px;
    padding: 0 8px;
  }

  .japan_lp_howtoTitle {
    margin-bottom: 4px;
    border-left: 4px solid #d22c36;
    padding-left: 8px;
    height: 32px;
  }

  .japan_lp_howtoList {
    display: block;
    margin-bottom: 24px;
  }

  .japan_lp_howtoList ul li {
    font-size: 1.6rem;
    padding-left: 20px;
  }

  .japan_lp_howtoList ul li:before {
    top: 12px;
  }

  .japan_lp_howtoList ul li + li {
    margin-top: 4px;
  }
}

.japan_lp_infoWrap {
  padding: 120px 0 200px;
  background: #fff;
}

.japan_lp_infoLogo {
  text-align: center;
  margin-bottom: 60px;
}

.japan_lp_infoWrap .japan_lp_hdL {
  color: #333333;
  margin-bottom: 26px;
}

.japan_lp_infoList {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.japan_lp_infoList dl {
  padding: 24px 0;
  display: flex;
}

.japan_lp_infoList dl + dl {
  border-top: 2px solid #ececec;
}

.japan_lp_infoList dl dt {
  width: 200px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0eb291;
}

.japan_lp_infoList dl dd {
  width: calc(100% - 200px);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333333;
}

.japan_lp_infoList p + p {
  margin-top: 15px;
}

.japan_lp_infoList ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 30px;
}

.japan_lp_infoList ul li:before {
  width: 12px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #d22c36;
  content: "";
}

.japan_lp_infoBtn {
  text-align: center;
  margin-top: 16px;
}

.japan_lp_infoBtn p + p {
  margin-top: 40px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_infoWrap {
    padding: 80px 0;
  }

  .japan_lp_infoLogo img {
    height: 160px;
  }

  .japan_lp_infoWrap .japan_lp_hdL {
    margin-bottom: 16px;
  }

  .japan_lp_infoList {
    padding: 0 16px;
  }

  .japan_lp_infoList dl {
    display: block;
  }

  .japan_lp_infoList dl dt {
    width: 100%;
    font-size: 1.6rem;
  }

  .japan_lp_infoList dl dd {
    width: 100%;
    font-size: 1.6rem;
  }

  .japan_lp_infoList p + p {
    margin-top: 24px;
  }

  .japan_lp_infoList ul li {
    font-size: 1.6rem;
    padding-left: 20px;
  }

  .japan_lp_infoList ul li:before {
    top: 12px;
  }

  .japan_lp_infoBtn {
    margin-top: 0;
    padding: 0 16px;
  }

  .japan_lp_infoBtn p + p {
    margin-top: 24px;
  }
}

.japan_lp_feeWrap {
  background: #ffffff;
  padding: 80px 0;
  overflow-x: auto; /* 横スクロールを許可 */
  -webkit-overflow-scrolling: touch; /* スマホでのスムーズスクロール */
}

.japan_lp_feeWrap .japan_lp_inner {
  max-width: 832px;
  text-align: left;

}


.japan_lp_feeWrap .japan_lp_hdL {
  color: #333333;
}

.japan_lp_feeList {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;    /*← 横方向に中央揃え */

}

.japan_lp_feeList .japan_lp_feeItem {
  /* width: 45%; */
  margin-bottom: 40px;
}

.japan_lp_feeTitle {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.japan_lp_feeTitle {
  display: flex;
  align-items: flex-end;
  margin-bottom: 7px;
}

.japan_lp_feeRace {
  display: flex;
  align-items: flex-end;
  width: 85px;
  padding-left: 36px;
  font-size: 6rem;
  line-height: 1.13;
  position: relative;
  color: #800080;
}

.japan_lp_feeRace span {
  position: absolute;
  display: block;
  font-size: 3.2rem;
  line-height: 1.125;
  top: 50%;
  left: -3px;
  transform: translate(0, -50%) rotate(-90deg);
  z-index: 2;
}

.japan_lp_feeTitle .japan_lp_hdM {
  width: calc(100% - 85px);
  margin-bottom: 12px;
}

.japan_lp_feeTitle .japan_lp_hdM.small {
  font-size: 1.7rem;
  padding-bottom: 14px;
}

.japan_lp_feeTable {
  width: 100%; /* 幅を親要素に合わせる */
  border-collapse: collapse;
  /* white-space: nowrap; セル内の自動改行は無効（横スクロールで対応） */
  margin: 0; /* はみ出し防止にマイナスマージンを消す */
}

.japan_lp_feeTable table {
  width: 100%;
}

.japan_lp_feeTable table th,
.japan_lp_feeTable table td {
  border: 4px solid #f2f2f2;
  text-align: center;
  padding: 4px;
  vertical-align: middle;
}

.japan_lp_feeTable table th {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px;
  color: #ffffff;
  background: #333333;
}

.japan_lp_feeTable table td {
  background: #e7e7e7;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.japan_lp_feeNext {
  text-align: center;
  margin: 10px 0 40px;
}

.japan_lp_feeBox {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 1px;
}

.japan_lp_feeBox .japan_lp_hdM {
  margin-bottom: 16px;
}

.japan_lp_feeBoxItem {
  margin-bottom: 24px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_feeList {
    display: block;
    padding: 0 16px;
  }

  .japan_lp_feeList .japan_lp_feeItem {
    width: 100%;
  }

  .japan_lp_feeTitle {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }

  .japan_lp_feeTitle {
    margin-bottom: 16px;
  }

  .japan_lp_feeRace {
    width: 60px;
    padding-left: 25px;
    font-size: 4.4rem;
    line-height: 1.113;
  }

  .japan_lp_feeRace span {
    font-size: 2.4rem;
  }

  .japan_lp_feeTitle .japan_lp_hdM {
    width: calc(100% - 60px);
    margin-bottom: 7px;
  }

  .japan_lp_feeTitle .japan_lp_hdM.small {
    font-size: 1.6rem;
    padding-bottom: 9px;
  }

  .japan_lp_feeTable {
    margin: 0 -4px;
  }

  .japan_lp_feeTable table th,
  .japan_lp_feeTable table td {
    font-size: 1.4rem;
    padding: 5px;
  }

  .japan_lp_feeNext {
    text-align: center;
    margin: 0 0 40px;
  }

  .japan_lp_feeNext img {
    width: 120px;
  }

  .japan_lp_feeBox {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 16px 1px;
  }

  .japan_lp_feeBox .japan_lp_hdM {
    margin-bottom: 16px;
  }

  .japan_lp_feeBoxItem {
    margin-bottom: 40px;
  }
}

.japan_lp_eventWrap {
  padding: 80px 0;
}

.japan_lp_eventWrap .japan_lp_inner {
  max-width: 832px;
}

.japan_lp_eventList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.japan_lp_eventList .japan_lp_eventItem {
  padding: 0 20px;
  width: 50%;
  margin-bottom: 40px;
}

.japan_lp_eventArea {
  overflow: hidden;
  border-radius: 8px;
}

.japan_lp_eventArea .japan_lp_eventImage {
  width: 100%;
  position: relative;
  padding-top: 55.55%;
}

.japan_lp_eventArea .japan_lp_eventImage img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.japan_lp_eventArea .japan_lp_eventBox {
  background: #282a2a;
  padding: 12px;
}

.japan_lp_eventArea .japan_lp_eventBox h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}

.japan_lp_eventArea .japan_lp_eventLink {
  text-align: right;
  margin-top: 8px;
}

.japan_lp_eventArea .japan_lp_eventLink a {
  display: inline-block;
  padding-left: 12px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background: url(../image/icon_arrow_red.svg) left center no-repeat;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_eventList {
    display: block;
    padding: 0 16px;
  }

  .japan_lp_eventList .japan_lp_eventItem {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .japan_lp_eventList .japan_lp_eventItem + .japan_lp_eventItem {
    margin-top: 40px;
  }

  .japan_lp_eventArea .japan_lp_eventBox {
    padding: 8px;
  }

  .japan_lp_eventArea .japan_lp_eventLink a {
    font-size: 1.2rem;
  }
}

.japan_lp_faqWrap {
  padding: 80px 0;
  background: #fff;
}

.japan_lp_faqWrap .japan_lp_hdL {
  color: #333;
}

.japan_lp_faqWrap .japan_lp_inner {
  max-width: 832px;
}

.japan_lp_faqList {
  margin-bottom: 70px;
}

.japan_lp_faqList dl:nth-child(1) {
  border-top: 2px solid #ececec;
}

.japan_lp_faqList dl {
  border-bottom: 2px solid #ececec;
  padding: 24px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.japan_lp_faqList dl dt {
  color: #0eb291;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.japan_lp_faqList dl dt:before,
.japan_lp_faqList dl dt:after {
  width: 24px;
  height: 2px;
  background: #0eb291;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
  transition: all 0.3s;
}

.japan_lp_faqList dl dt:after {
  transform: translateY(-50%) rotate(90deg);
}

.japan_lp_faqList dl dt.is-active:after {
  transform: translateY(-50%);
}

.japan_lp_faqList dl dd {
  padding-top: 16px;
  display: none;
}

.japan_lp_contactArea {
  overflow: hidden;
  border: 2px solid #800080;
  max-width: 592px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}

.japan_lp_contactTitle {
  width: 100%;
  background: #800080;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.japan_lp_contactBox {
  background: #fff;
  padding: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.japan_lp_contactLink {
  width: 100%;
  margin-top: 16px;
}

.japan_lp_contactLink a {
  display: block;
  background: url(../image/icon_arrow_black.svg) right 16px center no-repeat #e7e7e7;
  background-size: auto 10px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 13px;
}

.japan_lp_contactLink a:hover {
  opacity: 0.85;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_faqList {
    padding: 0 16px;
    margin-bottom: 40px;
  }

  .japan_lp_faqList dl {
    font-size: 1.4rem;
  }

  .japan_lp_faqList dl dt:before,
  .japan_lp_faqList dl dt:after {
    width: 12px;
  }

  .japan_lp_contactArea {
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
  }

  .japan_lp_contactTitle {
    font-size: 1.6rem;
    padding: 16px;
  }

  .japan_lp_contactBox {
    padding: 14px;
    font-size: 1.4rem;
  }

  .japan_lp_contactLink a {
    font-size: 1.4rem;
    padding: 12px;
  }

  .japan_lp_contactLink a:hover {
    opacity: 1;
  }
}

.japan_lp_sponsorWrap {
  padding: 0 0 80px;
  background: #fff;
}

.japan_lp_sponsorWrap .japan_lp_hdL {
  color: #333;
}

.japan_lp_sponsorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.japan_lp_sponsorList .japan_lp_sponsorItem {
  display: flex;

  padding: 0 16px;
}

.japan_lp_sponsorBox {
  width: 300px;

}

.japan_lp_sponsorImage {
  /* border: 1px solid #707070; */
}

.japan_lp_sponsorTitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .japan_lp_sponsorList {
    padding: 0 10px;
  }

  .japan_lp_sponsorList .japan_lp_sponsorItem {
    padding: 0 6px;
    margin-top: 24px;
    width: 50%;
  }

  .japan_lp_sponsorList .japan_lp_sponsorItem:nth-child(1),
  .japan_lp_sponsorList .japan_lp_sponsorItem:nth-child(2) {
    margin-top: 0;
  }
  .japan_lp_sponsorBox {
    width: 100%;
  }

  .japan_lp_sponsorTitle {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

.hide {
  display: none;
}

.japan_lp_fancybox {
  max-width: 360px;
  width: 100%;
}

.japan_lp_fancybox .display {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.japan_lp_fancybox .display .img img {
  width: 100%;
}

.japan_lp_fancybox .display .info {
  background: #282a2a;
  padding: 16px 8px 70px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}

.japan_lp_fancybox .display .title {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 16px;
}

.japan_lp_fancybox .display .box {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 10em;
}

.japan_lp_fancybox_close {
  width: 120px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-navigation {
  display: none;
}

.fancybox-content {
  padding: 24px 16px;
}

.fancybox-close-small {
  width: 16px;
  height: 16px;
  padding: 0;
  background: url(../image/icon_close.svg) center center no-repeat;
  right: 16px;
}
