@charset "UTF-8";
/*******************************************************************/
/*******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;400;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Rowdies:wght@300;400;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.8rem;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.6;
}

/***********************************************************************/
/***********************************************************************/
#wrapper {
  max-width: 1100px;
  margin: 120px auto 0 auto;
}
@media only screen and (max-width:767px) {
  #wrapper {
    margin: 32px auto 0 auto;
  }
}

.title_center {
  font-weight: 900;
  font-size: 4.2rem;
  text-align: center;
  margin: 64px auto;
  color: #00195d !important;
}
@media only screen and (max-width:767px) {
  .title_center {
    font-size: 2.8rem;
  }
}

.area_column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 92px;
}
@media only screen and (max-width:767px) {
  .area_column {
    display: block;
  }
}

@media only screen and (max-width:1199px) {
  #area_what, #area_select, #area_playguide, #area_prize {
    scroll-margin-top: 60px;
  }
}

@media only screen and (max-width:767px) {
  #area_what {
    display: flex;
    flex-direction: column-reverse;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.box_column-works {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding-bottom: 90px;
}
@media only screen and (max-width:1199px) {
  .box_column-works {
    padding: 0 24px;
  }
}
@media only screen and (max-width:767px) {
  .box_column-works {
    padding: 0;
    width: 90%;
    margin: 0 auto 72px auto;
  }
}
.box_column-works img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}
.box_column-works a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_column-4 {
  width: 22%;
  box-sizing: border-box;
}
@media only screen and (max-width:1199px) {
  .box_column-4 {
    padding: 0 2%;
  }
}
@media only screen and (max-width:767px) {
  .box_column-4 {
    width: 90%;
    margin: 64px auto;
  }
}
.box_column-4 h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: bold;
}
.box_column-4 h2 span {
  font-size: clamp(1rem, 1vw, 1.4rem);
  display: block;
  margin-top: 4px;
  color: #666666;
}
.box_column-4 p {
  margin: 0 auto;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  width: 65%;
}
@media only screen and (max-width:767px) {
  .box_column-4 p {
    width: 80%;
  }
}
.box_column-4 img {
  width: 90%;
}

.box_column-3 {
  width: 32%;
  box-sizing: border-box;
}
@media only screen and (max-width:1199px) {
  .box_column-3 {
    padding: 0 2%;
    text-align: center;
  }
}
@media only screen and (max-width:767px) {
  .box_column-3 {
    width: 90%;
    margin: 64px auto;
  }
}
.box_column-3 h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: bold;
}
.box_column-3 h2 span {
  font-size: clamp(1rem, 1vw, 1.4rem);
  display: block;
  margin-top: 4px;
  color: #666666;
}
.box_column-3 p {
  margin: 0 auto;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  width: 65%;
}
@media only screen and (max-width:767px) {
  .box_column-3 p {
    width: 80%;
  }
}
.box_column-3 img {
  width: 90%;
}

.box_column-2 {
  width: 40%;
  padding-right: 36px;
}
@media only screen and (max-width:767px) {
  .box_column-2 {
    width: 90%;
    margin: 64px auto;
    padding-right: 0;
  }
}
.box_column-2 img {
  width: 90%;
}
.box_column-2 h2 {
  margin: 0;
  color: #00195d;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: bold;
  border-bottom: 2px solid #00195d;
  padding-bottom: 8px;
  text-align: center;
}
.box_column-2 h2 span {
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  text-align: center;
}
.box_column-2 p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .box_column-2 p {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.column_img {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .column_img {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .column_text {
    width: 90%;
    margin-left: 5%;
  }
}

.box_video_smartphone video {
  width: 222px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.box_column-s {
  width: 32%;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .box_column-s {
    width: 90%;
    margin: 0 auto;
  }
}
.box_column-s img {
  width: 56%;
}
@media only screen and (max-width:767px) {
  .box_column-s img {
    width: 50%;
  }
}
.box_column-s p {
  text-align: center;
}

.box_column-l {
  width: 64%;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .box_column-l {
    width: 90%;
    margin: 48px auto 0 auto;
  }
}
.box_column-l h2 {
  margin: 0;
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .box_column-l h2 {
    text-align: center;
  }
}
.box_column-l p {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

.box_about {
  width: 35%;
  box-sizing: border-box;
  padding: 24px 12px;
  background-color: #00b5b7;
  margin: 0 12px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .box_about {
    width: 80%;
    margin: 48px 10%;
  }
}
.box_about h2 {
  width: 80%;
  background-color: #ffffff;
  color: #00b5b7;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 9999px;
  margin: 0 auto;
}
.box_about p {
  width: 80%;
  margin: 12px auto 0 auto;
  font-weight: bold;
  color: #ffffff;
}

.btn_l {
  position: relative;
  width: 45%;
  height: 60px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin: 72px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .btn_l {
    width: 80%;
  }
}
.btn_l:hover {
  background-color: #ffffff;
  color: #c03623;
}
.btn_l a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_s {
  position: relative;
  width: 60%;
  height: 48px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.btn_s:hover {
  background-color: #ffffff;
  color: #c03623;
}
@media only screen and (max-width:767px) {
  .btn_s {
    width: 80%;
    margin: 38px auto;
    font-size: 1.8rem;
  }
}
.btn_s a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn_ss {
  position: relative;
  width: 40%;
  height: 36px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}
.btn_ss:hover {
  background-color: #ffffff;
  color: #c03623;
}
@media only screen and (max-width:767px) {
  .btn_ss {
    width: 80%;
    margin: 24px auto;
  }
}
.btn_ss a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn_link_about {
  width: 60%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #00b5b7;
  text-align: center;
  padding: 8px 0;
  margin: 12px auto 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 8px;
  border: 2px solid #ffffff;
}
.btn_link_about:hover {
  background-color: #00b5b7;
  color: #ffffff;
}

.img_service_sp {
  display: none;
  width: 90%;
  margin: 24px auto;
}
@media only screen and (max-width:767px) {
  .img_service_sp {
    display: block;
  }
}

.scale {
  transition: 0.4s;
  cursor: pointer;
}
.scale:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}

.box_info {
  width: 94%;
  height: 100%;
  background-color: #00b5b7;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .box_info {
    margin: 0 auto;
  }
}
.box_info h2 {
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 12px;
}
.box_info h2 span {
  display: flex;
  margin: 12px auto;
  width: 20%;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  background-color: #055a5b;
  color: #ffffff;
  border-radius: 100%;
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
}
.box_info p {
  font-size: 1.4rem;
  width: 90%;
  margin: 24px auto;
  color: #ffffff;
}
.box_info p span {
  font-size: 1.2rem;
}
.box_info img {
  display: block;
  margin: 12px auto;
  width: 80%;
}

.border_none {
  border-style: none !important;
}

/***********************************************************************/
/***********************************************************************/
.header_top {
  aspect-ratio: 683/270;
  width: 100%;
  max-height: 600px;
  background-color: #00195d;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .header_top {
    background-size: auto 100%;
  }
}
@media only screen and (max-width:767px) {
  .header_top {
    aspect-ratio: 3/2;
  }
}

.header_innerbox {
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.box_header_left {
  width: 50%;
}
.box_header_left img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .box_header_left {
    width: 75%;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.box_header_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box_header_right img {
  width: 75%;
}
@media only screen and (max-width:767px) {
  .box_header_right {
    display: none;
  }
}

.btn_header {
  width: 50%;
  height: 48px;
  box-sizing: border-box;
  border-radius: 18px;
  border: 2px solid #00195d;
  background-color: #ffffff;
  color: #00195d;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 24px;
  cursor: pointer;
  position: relative;
}
.btn_header a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn_header:hover {
  background-color: #365dc8;
  color: #ffffff !important;
}

/***********************************************************************/
/***********************************************************************/
.menu_global_pc {
  position: fixed;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  background-color: rgba(0, 25, 93, 0.5);
}
.menu_global_pc ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 24px;
}
.menu_global_pc li {
  color: #fff;
  font-size: 1.1rem;
  margin: 0 12px;
}
.menu_global_pc li a {
  color: #fff;
  text-decoration: none;
}
.menu_global_pc li a:hover {
  color: #fff;
  text-decoration: underline;
}
.menu_global_pc li a:visited, .menu_global_pc li a:active, .menu_global_pc li a:link {
  color: #fff;
}
@media only screen and (max-width:1199px) {
  .menu_global_pc {
    display: none;
  }
}

.box_menu_left {
  display: flex;
}

.box_menu_right {
  display: flex;
  justify-content: flex-end;
  margin-left: auto !important;
}

.menu_btn {
  width: 200px;
  border-radius: 20px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem !important;
}
.menu_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_red {
  border: 1px solid #e6172c;
  background-color: #e6172c;
  color: #ffffff !important;
}
.bg_red:hover {
  background-color: #ffffff;
  color: #e6172c !important;
}

.bg_blue {
  border: 1px solid #e6172c;
  background-color: #e6172c;
  color: #ffffff !important;
}
.bg_blue:hover {
  background-color: #365dc8;
  color: #ffffff !important;
}

.bg_menu_white {
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.bg_menu_white li {
  color: #333333;
}
.bg_menu_white li a {
  color: #333333;
}
.bg_menu_white li a:hover {
  color: #333333;
}
.bg_menu_white li a:visited, .bg_menu_white li a:active, .bg_menu_white li a:link {
  color: #333333;
}

.title_header_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 7vw;
  font-weight: 900;
  color: #ffffff;
  padding-left: 24px;
  box-sizing: border-box;
  text-shadow: 4px 4px 4px #333333, -4px -4px 4px #333333, -4px 4px 4px #333333, 4px -4px 4px #333333, 4px 0 4px #333333, -4px 0 4px #333333, 0 4px 4px #333333, 0 -4px 4px #333333;
}
@media only screen and (max-width:1199px) {
  .title_header_main {
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
}

.title_header_contens {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 7vw;
  font-weight: 900;
  color: #ffffff;
  justify-content: center;
  text-align: center;
  padding-left: 0;
  box-sizing: border-box;
  text-shadow: 4px 4px 4px #333333, -4px -4px 4px #333333, -4px 4px 4px #333333, 4px -4px 4px #333333, 4px 0 4px #333333, -4px 0 4px #333333, 0 4px 4px #333333, 0 -4px 4px #333333;
}

.menu_global_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
}
@media only screen and (max-width:1199px) {
  .menu_global_sp {
    display: block;
  }
}

.openbtn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #c03623;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn .openbtn-area {
  transition: all 0.6s; /*アニメーションの設定*/
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn.active .openbtn-area {
  transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.area_menu_sp {
  display: none;
  position: fixed;
  top: 60px;
  left: 100vw;
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
  z-index: 200;
  color: #ffffff;
}
.area_menu_sp ul {
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
.area_menu_sp li {
  font-size: clamp(1.8rem, 2vw, 2rem);
  border-bottom: 1px solid #ffffff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.area_menu_sp li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_img_center {
  width: 70%;
  margin: 64px auto;
  text-align: center;
}
.box_img_center img {
  width: 100%;
}

/**************************************************************************/
/**************************************************************************/
footer {
  margin-top: 180px;
  box-sizing: border-box;
  border-top: 1px solid #d8161f;
}

.footer_copyright {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 64px;
  margin-bottom: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
}

.area_menu_footer {
  display: flex;
  width: 90%;
  max-width: 1024px;
  margin: 42px auto;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width:640px) {
  .area_menu_footer {
    display: none;
  }
}
.area_menu_footer div {
  box-sizing: border-box;
  width: 22%;
  position: relative;
  padding: 0 8px;
}
.area_menu_footer div img {
  width: 90%;
  display: block;
  top: 24px;
  left: 5%;
}
.area_menu_footer div p {
  font-size: 1.6rem;
  font-weight: 800;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
.area_menu_footer div ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.area_menu_footer div li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  width: fit-content;
  display: block;
}

.logo_footer {
  display: flex;
  align-items: center;
}

.underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #333;
}
.underline-hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background-color: #333;
  transition: transform 0.4s ease;
}
.underline-hover:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.underline-hover a {
  color: #333;
}
.underline-hover a:hover, .underline-hover a:visited, .underline-hover a:active, .underline-hover a:link {
  color: #333;
}

.window_title_info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.box_title_info {
  width: 70%;
  padding: 32px;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
}
.box_title_info h1 {
  font-size: 2rem, 3vw, 4.8rem;
  text-align: center;
}
.box_title_info p {
  text-align: center;
  font-size: 1.4rem, 2vw, 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.btn_window_close {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  right: -32px;
  background-image: url(../img/btn_close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.flex_photo {
  width: 70%;
  margin: 12px auto;
  display: flex;
  justify-content: space-between;
}
.flex_photo img {
  display: block;
  width: 20%;
}

#window_title_info-1 {
  display: none;
}

#window_title_info-2 {
  display: none;
}

#window_title_info-3 {
  display: none;
}

#window_title_info-4 {
  display: none;
}

#window_title_info-5 {
  display: none;
}

#window_title_info-6 {
  display: none;
}

/***********************************************************************/
/***********************************************************************/
.area_contens {
  margin-top: 64px;
  padding-top: 72px;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .area_contens {
    margin-top: 0px;
  }
}

.title_top {
  text-align: center;
  color: #c03623;
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: 900;
  margin-bottom: 72px;
}
@media only screen and (max-width:1199px) {
  .title_top {
    margin-bottom: 42px;
  }
}
.title_top span {
  color: #333333;
  font-size: clamp(1rem, 2vw, 1.8rem);
  display: block;
}

.box_text_center {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1.5em;
}
@media only screen and (max-width:767px) {
  .box_text_center {
    font-size: 1.8rem;
  }
}

#service {
  margin-top: 200px;
}

#news {
  margin-top: 200px;
}

#company {
  margin-top: 200px;
}

.area_news {
  list-style: none;
}
@media only screen and (max-width:767px) {
  .area_news {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
  }
}

.box_news_title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding-right: 42px;
}
@media only screen and (max-width:767px) {
  .box_news_title {
    display: block;
    padding-right: 0;
  }
}
.box_news_title p {
  margin: 0;
}

.news_tag {
  width: 140px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  margin: 0 32px !important;
}
@media only screen and (max-width:767px) {
  .news_tag {
    margin: 8px 0 !important;
    height: 24px;
    width: 100px;
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: bold;
    margin-left: 24px;
  }
}

.news_date {
  width: 100px;
  text-align: center;
}

.news_title {
  width: calc(100% - 202px - 100px);
}
@media only screen and (max-width:767px) {
  .news_title {
    width: 100%;
    word-break: break-all;
  }
}
.news_title a {
  text-decoration: none;
  color: #333333;
}
.news_title a:hover {
  text-decoration: underline;
}

.bg_hanpens {
  background-image: url("../img/img_toripen.png"), url("../img/img_hampen.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 15% auto, 10% auto;
  background-position: left 10% bottom 0, right 15% bottom 0;
  padding: 24px 0;
}
@media only screen and (max-width:1199px) {
  .bg_hanpens {
    padding: 8px;
    background-position: left 6% bottom 0, right 10% bottom 0;
  }
}
@media only screen and (max-width:767px) {
  .bg_hanpens {
    padding: 8px;
    background-image: none;
  }
}

.text_center {
  text-align: center;
  margin: 24px auto 64px;
  font-size: 1.8rem;
  font-weight: bold;
}

/***********************************************************************/
/***********************************************************************/
.area_inquiry {
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
  padding: 32px 0;
  margin: 0 auto;
}

.title_inquiry {
  text-align: center;
  color: #c03623;
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: 900;
  margin-bottom: 24px;
}
.title_inquiry span {
  color: #333333;
  font-size: clamp(1rem, 2vw, 1.8rem);
  display: block;
}

.text_inquiry {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .text_inquiry {
    font-size: 1.6rem;
  }
}

.text_phonenumber {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.text_phonenumber::before {
  position: absolute;
  display: block;
  content: "";
  width: auto;
  height: 100%;
  background-image: url("../img/icon_contact.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
.text_phonenumber span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}
@media only screen and (max-width:767px) {
  .text_phonenumber img {
    width: 80%;
  }
}

.btn_inquiry {
  width: 70%;
  height: 60px;
  max-width: 640px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin: 72px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.btn_inquiry:hover {
  background-color: #ffffff;
  color: #c03623;
}
.btn_inquiry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .btn_inquiry {
    width: 90%;
  }
}

.btn_header_inquiry {
  position: relative;
  width: 400px;
  height: 64px;
  box-sizing: border-box;
  border: 2px solid #f40829;
  background-color: #f40829;
  border-radius: 32px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}
.btn_header_inquiry:hover {
  background-color: #ffffff;
  color: #f40829;
}
@media only screen and (max-width:767px) {
  .btn_header_inquiry {
    width: 80%;
    margin-left: -40%;
    font-size: 2rem;
  }
}
.btn_header_inquiry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************************************************/
/***********************************************************************/
.area_game_img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}

.area_game_img_track {
  display: flex;
  animation: game_img_marquee 20s linear infinite;
}
.area_game_img_track:hover {
  animation-play-state: paused;
}

@keyframes game_img_marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.box_game_photo {
  flex-shrink: 0;
  width: 200px;
  padding: 0 8px;
}
@media only screen and (max-width:767px) {
  .box_game_photo {
    width: 25%;
  }
}
.box_game_photo img {
  width: 100%;
  display: block;
}

/***********************************************************************/
/***********************************************************************/
#area_select {
  margin: 120px auto;
}

.box_circle {
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #00195d;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box_circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.box_circle p {
  color: #000;
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
  position: relative;
  z-index: 10;
}

.text_select {
  width: 80%;
  margin-top: 48px !important;
  font-size: 1.8rem;
  text-align: center !important;
}

/***********************************************************************/
/***********************************************************************/
.box_column_detail {
  background-color: #00195d;
  border-radius: 24px;
  width: 90%;
  aspect-ratio: 56/75;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
.box_column_detail h2 {
  text-align: center;
  font-weight: 900;
  color: #ffffff;
  font-size: 2.4rem;
  margin: 0;
  width: 100%;
  height: 11.52rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box_column_detail p {
  text-align: center;
  color: #ffffff;
  width: 100%;
  font-size: 1.6rem;
}
.box_column_detail img {
  width: 80%;
  display: block;
  margin: auto;
}

.text_playguide {
  margin-top: 24px !important;
  width: 80% !important;
  text-align: center !important;
}

/***********************************************************************/
/***********************************************************************/
.tag_works {
  box-sizing: border-box;
  max-width: 240px;
  height: 32px;
  padding: 0 24px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 16px;
}

.title_works {
  box-sizing: border-box;
  padding-left: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 86%;
  margin: 12px auto;
}

.btn_download {
  position: absolute;
  left: 20%;
  bottom: 8px;
  width: 60%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  color: #ffffff;
  background-color: #e6172c;
  border: 1px solid #e6172c;
  box-sizing: border-box;
}
.btn_download:hover {
  background-color: #ffffff;
  color: #e6172c;
}
.btn_download {
  cursor: pointer;
}

/***********************************************************************/
/***********************************************************************/
.area_company_info {
  width: 62%;
  margin: 0 auto;
  display: flex;
  font-size: 1.8rem;
  border-bottom: 2px solid #d5d2d2;
}
@media only screen and (max-width:767px) {
  .area_company_info {
    width: 90%;
    font-size: 1.4rem;
  }
}
.area_company_info dt {
  width: 150px;
  padding: 24px 0px 24px 12px;
}
@media only screen and (max-width:767px) {
  .area_company_info dt {
    width: 80px;
  }
}
.area_company_info dd {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 24px 0 24px 80px;
  margin-left: 0;
}
@media only screen and (max-width:767px) {
  .area_company_info dd {
    width: calc(100% - 80px);
    padding-left: 12px;
    font-size: 1.2rem;
  }
}

.box_history {
  padding: 24px 0 24px 24px !important;
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
}
.box_history span {
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .box_history {
    padding-left: 12px !important;
    font-size: 1.2rem !important;
  }
}

.box_FAQ {
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 36px 24px;
  border-radius: 24px;
  margin: 24px auto;
}

.box_Question {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: bold;
  border-bottom: 2px solid #333333;
  padding-bottom: 8px;
  padding-left: 8px;
}

.box_Answer {
  font-size: clamp(1rem, 1.4vw, 1.8rem);
  margin-top: 8px;
  text-indent: -1em;
  padding-left: calc(1em + 10px);
}

/***********************************************************************/
/***********************************************************************/
.fadeUpTrigger, .fadeSideLeft, .fadeSideRight {
  opacity: 0;
}
@media only screen and (max-width:1199px) {
  .fadeUpTrigger, .fadeSideLeft, .fadeSideRight {
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.link_hover {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.link_hover:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/***********************************************************************/
/***********************************************************************/
.font_s {
  font-size: 1.2rem !important;
  font-weight: normal !important;
}

.a_center {
  display: flex;
  align-items: center;
}

.red {
  color: #e6172c;
}

.tag_blue {
  background-color: #0e08eb;
  color: #ffffff;
}

.tag_red {
  background-color: #c03623;
  color: #ffffff;
}

.bg_color_1 {
  background-color: #00195d;
}

.bg_color_2 {
  background-color: #f313ac;
}

.bg_color_3 {
  background-color: #f33313;
}

.bg_color_4 {
  background-color: #0f1ccf;
}

.bg_color_5 {
  background-color: #065c11;
}

.bg_color_6 {
  background-color: #576e39;
}

.mt_120 {
  margin-top: 120px;
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width:1199px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.pr_42 {
  padding-right: 42px;
}
@media only screen and (max-width:767px) {
  .pr_42 {
    padding-right: 0;
  }
}

@media only screen and (max-width:1199px) {
  .mr_64 {
    margin-right: 64px;
  }
}
@media only screen and (max-width:767px) {
  .mr_64 {
    margin-right: 0;
  }
}

.mb_64 {
  margin-bottom: 64px;
}

.pc {
  display: block;
}
@media only screen and (max-width:1199px) {
  .pc {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

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

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

.font_red {
  color: #c03623 !important;
}

.font_w {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 8px;
  margin-bottom: 8px;
}

/***********************************************************************/
/***********************************************************************/
.inner_section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.section_catch {
  padding: 60px 0 48px;
  color: #ffffff;
}
.section_catch .inner_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width:767px) {
  .section_catch .inner_section {
    flex-direction: column;
  }
}

.catch_textbox {
  width: 45%;
}
@media only screen and (max-width:767px) {
  .catch_textbox {
    width: 100%;
  }
}

.title_catch {
  font-size: clamp(3.6rem, 5.5vw, 7.2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.desc_catch {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  color: #ffffff;
  line-height: 1.9;
}

.phones_area {
  width: 52%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width:767px) {
  .phones_area {
    width: 90%;
    margin-top: 40px;
  }
}

.phone_mockup {
  flex: 1;
  max-width: 90px;
  aspect-ratio: 9/19;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.08);
}
.phone_mockup:nth-child(3) {
  transform: scale(1.18);
  margin: 0 6px;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.section_reason {
  padding: 80px 0 64px;
}

.box_reason {
  width: 30%;
  background-color: #00195d;
  color: #ffffff;
  border-radius: 16px;
  padding: 36px 28px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .box_reason {
    width: 90%;
    margin: 0 auto 32px;
  }
}

.reason_num {
  font-size: 5.6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1;
  margin-bottom: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.reason_title {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.4;
}

.section_howtochoose {
  padding: 80px 0;
  color: #ffffff;
}
.section_howtochoose .area_column {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0;
}
.section_howtochoose .area_column .box_info {
  width: 29%;
}
@media only screen and (max-width:1199px) {
  .section_howtochoose .area_column .box_info {
    width: 44%;
  }
}
@media only screen and (max-width:767px) {
  .section_howtochoose .area_column .box_info {
    width: 90%;
  }
}

.section_exchange {
  padding: 80px 0;
  color: #ffffff;
}

.box_exchange {
  width: 30%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 32px 24px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width:767px) {
  .box_exchange {
    width: 90%;
    margin: 0 auto 24px;
  }
}

.exchange_label {
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 4px 18px;
  margin-bottom: 16px;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
}

.exchange_title {
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: bold;
  margin-bottom: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.area_impl_flow {
  max-width: 760px;
  margin: 0 auto 80px;
  padding: 0 24px;
  box-sizing: border-box;
}

.impl_row {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media only screen and (max-width:767px) {
  .impl_row {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
}

.impl_step_btn {
  flex: 0 0 300px;
  background-color: #00195d;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 28px 0;
  border-radius: 8px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width:767px) {
  .impl_step_btn {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
}

.impl_step_desc {
  flex: 1;
}
.impl_step_desc p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}

.impl_arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin: 4px 0;
}
.impl_arrow span {
  color: #00195d;
  font-size: 2rem;
  line-height: 0.85;
}
@media only screen and (max-width:767px) {
  .impl_arrow {
    width: 100%;
  }
}

.section_flow {
  padding: 80px 0;
  color: #ffffff;
}

.flow_steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 90%;
  max-width: 960px;
  margin: 48px auto 0;
}
@media only screen and (max-width:767px) {
  .flow_steps {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
}

.flow_step {
  flex: 1;
  background-color: #0f1ccf;
  color: #ffffff;
  text-align: center;
  padding: 20px 12px;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
}
.flow_step:first-child {
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
@media only screen and (max-width:767px) {
  .flow_step {
    clip-path: none;
    width: 100%;
    margin-bottom: 4px;
  }
  .flow_step:first-child {
    clip-path: none;
  }
}
.flow_step span {
  display: block;
  font-size: 1.1rem;
  opacity: 0.75;
  margin-bottom: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.08em;
}
.flow_step p {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.section_spec {
  padding: 80px 0;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}

.spec_list {
  width: 100%;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.spec_row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #dddddd;
}
.spec_row:last-child {
  border-bottom: none;
}
.spec_row dt {
  flex: 0 0 220px;
  background-color: #00195d;
  color: #ffffff;
  padding: 18px 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width:767px) {
  .spec_row dt {
    flex: 0 0 90px;
    padding: 12px;
    font-size: 1.2rem;
  }
}
.spec_row dd {
  flex: 1;
  padding: 18px 24px;
  margin: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .spec_row dd {
    padding: 12px;
    font-size: 1.2rem;
  }
}

.spec_note {
  font-size: 1.4rem;
  color: #555555;
  margin-top: 16px;
  line-height: 1.8;
}

.section_customize {
  padding: 80px 24px;
  text-align: center;
  color: #ffffff;
}
.section_customize h2 {
  font-size: clamp(2.4rem, 3.5vw, 4.8rem);
  font-weight: 900;
  margin-bottom: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.section_customize p.desc_customize {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  line-height: 1.9;
  margin-bottom: 0;
}

.section_faq {
  padding: 80px 24px;
  color: #ffffff;
}
.section_faq .inner_section {
  max-width: 900px;
}

.box_faq {
  background-color: #00195d;
  border-radius: 16px;
  padding: 24px 32px;
  margin-bottom: 16px;
  color: #ffffff;
}
@media only screen and (max-width:767px) {
  .box_faq {
    padding: 20px;
  }
}

.faq_question {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: bold;
  padding-left: 3em;
  position: relative;
  margin: 0 0 12px;
}
.faq_question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  background-color: #e6172c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.faq_answer {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  padding-left: 3em;
  position: relative;
  margin: 0;
}
.faq_answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/***********************************************************************/
/***********************************************************************/
.area_inquiry {
  background-color: #00195d;
  width: 96%;
  max-width: 1024px;
  color: #ffffff;
  border-radius: 24px;
}
.area_inquiry h1 {
  text-align: center;
  font-weight: 900;
  font-size: 3.2rem;
}
@media only screen and (max-width:767px) {
  .area_inquiry h1 {
    font-size: 2.8rem;
  }
}
.area_inquiry p {
  text-align: center;
}

.btn_inquiry_l {
  width: 70%;
  height: 60px;
  max-width: 640px;
  text-align: center;
  background-color: #ffffff;
  color: #00195d;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  margin: 72px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.btn_inquiry_l:hover {
  background-color: #365dc8;
  color: #ffffff !important;
}
.btn_inquiry_l a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .btn_inquiry_l {
    width: 90%;
  }
}

.title_prize {
  height: calc(1em + 16px) !important;
}/*# sourceMappingURL=style.css.map */