@charset "UTF-8";
/* Scss Document */
/*変数*/
/*mixin*/
/*全体*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-size: 1rem; }

/*共通*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0; }

.wrapper {
  width: 100%;
  overflow: hidden; }

#mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none; }

header {
  background: #fff;
  width: 100%; }

header h1 {
  text-align: center; }
  @media screen and (max-width: 1024px) {
    header h1 img {
      width: 20vw;
      height: auto; } }

@media screen and (max-width: 1240px) {
  .menu_right {
    width: auto; } }

.header_inner {
  width: calc(100% - 20px);
  padding: 0 10px;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }

.flex1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  padding-bottom: 5px; }
  .flex1 img {
    margin: 0 10px 0 0 !important; }

.playtec {
  line-height: 2em;
  margin-bottom: 30px;
  font-size: 20px; }

.top_img {
  max-width: 1366px; }

#jump2 {
  margin-top: -30px;
  padding-top: 30px; }

#jump3 {
  margin-top: -30px;
  padding-top: 30px; }

.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.2rem; }
  .menu > li {
    list-style: none;
    margin: 0 15px; }
    @media screen and (max-width: 1240px) {
      .menu > li {
        margin: 0 15px; } }
    .menu > li > a {
      color: #000;
      text-decoration: none;
      transition: .3s; }
      .menu > li > a:hover {
        opacity: 0.7; }
  @media screen and (max-width: 1240px) {
    .menu {
      font-size: 1.6vw; }
      .menu li {
        margin: 0px 10px; } }

@media screen and (max-width: 1024px) {
  .present4 {
    width: 750px; } }
.res_number {
  padding: 10px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: left;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 1.5em; }

.down {
  margin: 20px 0; }

.power {
  letter-spacing: 0.1rem;
  text-align: right; }
  @media screen and (max-width: 1024px) {
    .power {
      font-size: 14px; } }

.social {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  letter-spacing: 0.5rem;
  margin-top: 10px; }
  .social > li {
    list-style: none;
    margin-left: 20px; }
    .social > li > a {
      color: #000;
      text-decoration: none;
      transition: .3s; }
      .social > li > a:hover {
        opacity: 0.7; }
  @media screen and (max-width: 1024px) {
    .social li {
      margin: 0px 5px; }
    .social img {
      width: 40px;
      height: 40px; } }

.plat {
  width: auto;
  height: 78px; }
  @media screen and (max-width: 1024px) {
    .plat {
      height: 64px; } }

.main_dest {
  padding-bottom: 50px;
  flex-wrap: wrap;
  position: relative; }
  .main_dest > h3 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    max-width: 1153px;
    font-weight: 400;
    margin: 50px auto;
    padding-bottom: 10px;
    letter-spacing: 0.1em; }
  @media screen and (max-width: 1366px) {
    .main_dest {
      padding: 0 0 50px 0; } }

.mt100 {
  margin-top: 200px; }

.main_dest2 {
  display: flex;
  justify-content: flex-start;
  padding: 50px 0 50px 0;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 250px;
  background: #EFEFEF; }
  .main_dest2 > h3 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    max-width: 1153px;
    font-weight: 400;
    margin: 50px auto;
    padding-bottom: 10px;
    letter-spacing: 0.1em; }
  @media screen and (max-width: 1366px) {
    .main_dest2 {
      padding: 50px 0 50px 0; } }

.about_area {
  margin-bottom: 150px; }
  .about_area h3 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    max-width: 1153px;
    font-weight: 400;
    margin: 50px auto;
    padding-bottom: 10px;
    letter-spacing: 0.1em; }

.feture_flex {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px; }
  .feture_flex div {
    width: calc(100% - 150px);
    line-height: 1.5em; }
  .feture_flex h4 {
    color: #2E78E8;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .feture_flex {
      width: calc(100% - 20px); } }
  .feture_flex a {
    color: #2E78E8; }

.notice {
  font-size: 14px; }

.feture_flex .notice a {
  color: #2E78E8 !important; }

.start {
  width: 100%;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0; }
  .start p {
    font-size: 50px;
    border-bottom: 2px dashed #fff;
    color: #fff;
    display: inline-block;
    padding-bottom: 5px; }

.about {
  color: #fff;
  position: absolute;
  top: 5vw;
  left: 20px; }
  .about > p:nth-of-type(1) {
    font-size: 1.3vw;
    margin-bottom: 30px; }
  .about > p:nth-of-type(2) {
    font-size: 1.5vw;
    margin-bottom: 30px; }
  .about > p:nth-of-type(3) {
    font-size: 1.3vw; }
  @media screen and (max-width: 1366px) {
    .about {
      padding: 4vw 30px;
      width: calc(50% + 10px); } }

.faq_wrap {
  max-width: calc(1000px - 20px);
  padding: 0 10px;
  margin: 50px auto 100px auto; }
  .faq_wrap h3 {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000; }

.q_sect {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start; }
  .q_sect p {
    margin-left: 10px;
    width: calc(100% - 58px);
    margin-top: 10px;
    line-height: 1.8em; }
  .q_sect a {
    color: #2E78E8; }

.mg1 {
  margin: 20px auto; }

.mg2 {
  margin: 0 0 50px 0; }

.contact_area {
  max-width: 980px;
  padding: 0 10px;
  margin: 50px auto 100px auto; }

.form_wrap {
  margin-bottom: 50px; }
  .form_wrap input {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border: 1px solid #A1A1A1; }
  .form_wrap textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #A1A1A1;
    height: 100px; }

.form_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

input, textarea {
  outline: none; }

.form_tit {
  margin-bottom: 10px;
  font-size: 20px; }

.contact_error {
  color: #F75B5B;
  margin-left: 10px; }

.btn_confirm {
  width: 320px;
  padding: 15px 0;
  font-size: 30px;
  color: #fff;
  border: none;
  background: #2E78E8;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto;
  display: block;
  transition: .3s;
  cursor: pointer; }
  .btn_confirm:hover {
    background: #5996f2; }

.btn_send {
  width: 210px;
  padding: 15px 0;
  font-size: 30px;
  color: #fff;
  border: none;
  background: #2E78E8;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  transition: .3s;
  cursor: pointer;
  margin-left: 20px; }
  .btn_send:hover {
    background: #5996f2; }

.btn_back {
  padding: 15px;
  font-size: 30px;
  color: #fff;
  border: none;
  background: #b1b1b1;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  transition: .3s;
  cursor: pointer; }
  .btn_back:hover {
    background: #c6c6c6; }

.btn_desable {
  background: #b1b1b1 !important; }

.btn_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.w100 {
  width: 100%;
  margin-bottom: 20px; }

.comp {
  text-align: center; }
  .comp h2 {
    font-size: 30px;
    margin-bottom: 30px; }
  .comp p {
    line-height: 1.5em;
    margin-bottom: 50px; }

.white_btn {
  width: 320px;
  padding: 15px 0;
  font-size: 30px;
  color: #000;
  border: none;
  background: #fff;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto;
  display: block;
  transition: .3s;
  cursor: pointer;
  text-decoration: none; }
  .white_btn:hover {
    background: #f0f0f0; }

.news_area {
  margin: 150px auto;
  text-align: center;
  width: 100%;
  max-width: 1024px;
  background: #EFEFEF;
  padding: 50px 0; }
  .news_area h3 {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 30px; }

.tweet_wrap {
  width: 656px;
  height: 364px;
  overflow-y: scroll;
  margin: 0 auto; }

.plat_icon {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 150px auto; }
  .plat_icon > li {
    margin: 0 10px; }
    .plat_icon > li:nth-of-type(2) {
      margin-left: 30px; }
    .plat_icon > li > p {
      letter-spacing: 0.1em;
      border-bottom: 1px dashed #000;
      margin-bottom: 10px;
      padding-bottom: 5px; }
  .plat_icon img:nth-of-type(2) {
    margin-left: 10px; }

.plat_icon2 {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 100px auto;
  text-align: center; }
  .plat_icon2 > li {
    margin: 0 10px; }
    .plat_icon2 > li:nth-of-type(2) {
      margin-left: 30px; }
    .plat_icon2 > li > p {
      letter-spacing: 0.1em;
      border-bottom: 1px dashed #000;
      margin-bottom: 10px;
      padding-bottom: 5px; }
  .plat_icon2 img:nth-of-type(2) {
    margin-left: 10px; }
  .plat_icon2 h3 {
    font-size: 30px;
    width: 100%;
    font-weight: 400; }

.pickup {
  background: #F88548;
  color: #fff;
  margin-bottom: 200px; }

.pick_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px; }

.pick_title h2 {
  font-size: 60px; }

.item_area {
  padding: 150px 20px 200px 20px;
  max-width: 1092px;
  margin: 0 auto; }

.item_area2 {
  padding: 250px 20px 250px 20px;
  max-width: 1092px;
  margin: 0 auto; }

.item_area3 {
  padding: 50px 20px 50px 20px;
  max-width: 1366px;
  margin: 0 auto; }

.tit_line {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 45px;
  margin-bottom: 60px;
  line-height: 1.3em;
  font-weight: 400; }

.tit_line:before, .tit_line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  background: #000;
  margin-top: 10px; }

.tit_line:before {
  margin-right: 15px; }

.tit_line:after {
  margin-left: 15px; }

.sub_title {
  text-align: center;
  margin-bottom: 30px; }

.item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.item_mg {
  margin-bottom: 200px; }

.reccomend {
  position: absolute;
  bottom: 5px;
  right: 5px; }

.item_sect_top {
  width: calc(25% - 5px);
  margin-bottom: 20px; }
  .item_sect_top img {
    display: block; }
  .item_sect_top div {
    padding: 10px;
    margin-top: -1px;
    background: #fff;
    color: #000;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .item_sect_top div {
        min-height: 5vw; } }
  .item_sect_top p:first-child {
    font-size: 17px;
    line-height: 1.3em;
    min-height: 109px; }
    @media screen and (max-width: 1366px) {
      .item_sect_top p:first-child {
        font-size: 1.3vw; } }
    @media screen and (max-width: 1176px) {
      .item_sect_top p:first-child {
        font-size: 1.5vw; } }
  .item_sect_top p:last-child span {
    font-size: 14px;
    margin-left: 10px; }

.item_sect {
  width: calc(25% - 5px);
  margin-bottom: 20px; }
  .item_sect img {
    display: block;
    border: 1px solid #A1A1A1;
    width: calc(100% - 2px); }
  .item_sect div {
    border: 1px solid #A1A1A1;
    padding: 10px;
    margin-top: -1px;
    background: #fff;
    color: #000;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .item_sect div {
        min-height: 5vw; } }
  .item_sect p:first-child {
    font-size: 17px;
    line-height: 1.3em;
    min-height: 89px; }
    @media screen and (max-width: 1366px) {
      .item_sect p:first-child {
        font-size: 1.3vw; } }
    @media screen and (max-width: 1176px) {
      .item_sect p:first-child {
        font-size: 1.5vw; } }
  .item_sect p:last-child span {
    font-size: 14px;
    margin-left: 10px; }

.ticket_area {
  background: #F2F2F2;
  padding: 150px 0;
  text-align: center;
  margin: 200px 0 0 0; }

.ticket_area_in {
  width: 750px;
  margin: 0 auto; }

.pre_regist_tit {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.5rem; }

.pre_regist_dest {
  font-size: 26px;
  text-align: center;
  border-bottom: 1px dashed #000;
  line-height: 1.3em;
  margin-bottom: 10px;
  display: inline-block; }

.pre_regist_period {
  background: #fff;
  text-align: center;
  font-size: 22px;
  width: 100%;
  padding: 30px 0;
  margin: 50px 0; }
  @media screen and (max-width: 1024px) {
    .pre_regist_period {
      width: 100%;
      margin: 50px 0 50px 0; } }

.ticket_notice {
  line-height: 1.5em;
  font-size: 12px;
  text-align: left;
  margin-bottom: 150px; }

.btn_regist {
  width: 350px;
  border-radius: 10px;
  background: #E8972E;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px; }
  .btn_regist span {
    font-size: 14px; }
  .btn_regist:after {
    content: url("../img/pc/next.svg");
    position: absolute;
    top: 24px;
    right: 25px; }
  .btn_regist:hover {
    background: #F1B364; }

.btn_twitter {
  width: 350px;
  border-radius: 10px;
  background: #2BADE6;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_twitter span {
    font-size: 14px; }
  .btn_twitter:after {
    content: url("../img/pc/next.svg");
    position: absolute;
    top: 24px;
    right: 25px; }
  .btn_twitter:hover {
    background: #71CDF5; }

.btn_facebook {
  width: 350px;
  border-radius: 10px;
  background: #1E4AAF;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_facebook span {
    font-size: 14px; }
  .btn_facebook:after {
    content: url("../img/pc/next.svg");
    position: absolute;
    top: 24px;
    right: 25px; }
  .btn_facebook:hover {
    background: #4C73CB; }

.btn_app {
  width: 350px;
  border-radius: 10px;
  background: #E65091;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_app span {
    font-size: 14px; }
  .btn_app:after {
    content: url("../img/pc/next.svg");
    position: absolute;
    top: 24px;
    right: 25px; }
  .btn_app:hover {
    background: #F38FBA; }

.btn_google {
  width: 350px;
  border-radius: 10px;
  background: #62CC3C;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_google span {
    font-size: 14px; }
  .btn_google:after {
    content: url("../img/pc/next.svg");
    position: absolute;
    top: 24px;
    right: 25px; }
  .btn_google:hover {
    background: #88e766; }

.btn_insta {
  width: 350px;
  border-radius: 10px;
  background: #8859B7;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px; }
  .btn_insta span {
    font-size: 14px; }
  .btn_insta:after {
    content: url("../img/pc/next.svg");
    position: absolute;
    top: 24px;
    right: 25px; }
  .btn_insta:hover {
    background: #a780ce; }

.regist_btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.notice_area {
  text-align: left;
  width: calc(100% + 110px);
  margin: 50px 0 0 -75px;
  padding: 20px;
  background: #fff; }
  .notice_area h4 {
    font-size: 26px;
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 400; }
  .notice_area div {
    height: 150px;
    overflow-y: scroll; }
  .notice_area p {
    margin-bottom: 5px;
    line-height: 1.5em; }
  @media screen and (max-width: 1024px) {
    .notice_area {
      width: calc(100% - 40px);
      margin: 50px 0 50px 0; } }

.notice_area div::-webkit-scrollbar {
  width: 12px; }

.notice_area div::-webkit-scrollbar-thumb {
  background: #F2F2F2;
  border-radius: 6px;
  border: 2px solid #000; }

.notice_area div::-webkit-scrollbar-track {
  background: #000;
  border-radius: 6px; }

.about_area {
  background: #fff;
  width: 100%; }

.tit_simple {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  text-align: center;
  position: relative;
  line-height: 0.5em;
  margin-bottom: 100px; }
  .tit_simple span {
    margin-left: -71px;
    font-size: 14px; }

.arrow_left {
  margin-top: 112px !important; }

.step_flex {
  padding: 200px 20px;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start; }
  .step_flex img {
    margin: 0 20px;
    height: auto; }

.step_flex2 {
  padding: 200px 20px;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .step_flex2 img {
    margin: 0 20px;
    height: auto; }

.about_flex {
  padding: 0 50px 200px 50px;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .about_flex img {
    max-width: 589px; }

.about_top {
  margin-bottom: 30px; }

.about_left {
  width: 40%;
  font-size: 20px;
  line-height: 3em; }
  @media screen and (max-width: 1366px) {
    .about_left {
      font-size: 18px;
      line-height: 2.5em; } }
  @media screen and (max-width: 1024px) {
    .about_left {
      font-size: 16px;
      line-height: 2em; } }

.about_left p:nth-of-type(even) {
  margin: 30px 0; }

.campaign_area {
  padding: 0 0 200px 0; }

.present_banner {
  width: 864px;
  margin: 0 auto 150px auto;
  border: 1px solid #f75b5b;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative; }

.banner_dest {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: #f75b5b;
  color: #fff;
  padding: 30px 0 40px 0; }
  .banner_dest div {
    margin-left: 20px;
    line-height: 1.5em;
    font-size: 25px; }

.banner_tit {
  color: #f75b5b;
  text-align: center;
  padding: 10px 0;
  font-size: 20px; }

.must {
  margin-bottom: 20px; }

.must p:last-child {
  border-bottom: 1px dashed #000; }

.and_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #000;
  font-weight: 700; }
  .and_wrap img {
    width: 230px;
    height: auto; }

.link_txt {
  width: 176px;
  padding: 10px 0;
  font-size: 14px;
  background: #FFDC51;
  color: #000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0; }
  .link_txt img {
    margin-left: 20px; }

.regist_catch {
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 300px; }

.y_line {
  font-size: 30px;
  text-align: center;
  background: linear-gradient(transparent 50%, #FFDC51 50%);
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 50px; }

.y_line2 {
  font-size: 30px;
  text-align: center;
  background: linear-gradient(transparent 50%, #FFDC51 50%);
  display: inline-block;
  padding: 0 20px; }

.dest_wrap {
  padding: 20px;
  background: #EFEFEF;
  max-width: 984px;
  margin: 0 auto 150px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .dest_wrap img {
      width: 50%; } }

.step_tit {
  padding: 10px 0;
  font-size: 20px;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  position: relative;
  font-weight: 400;
  text-align: center; }
  .step_tit span {
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0; }
  @media screen and (max-width: 1024px) {
    .step_tit {
      text-align: right; } }

.dest_wrap_right {
  width: calc(100% - 450px); }
  .dest_wrap_right h5 {
    color: #2E78E8;
    font-size: 30px;
    text-align: center;
    padding: 30px 0; }
  .dest_wrap_right p {
    font-size: 20px;
    line-height: 1.3em; }
  @media screen and (max-width: 1024px) {
    .dest_wrap_right {
      width: calc(50% - 20px); } }

.mb100 {
  margin-bottom: 300px; }

.page_title {
  background: #EFEFEF;
  padding: 30px 0 30px 10px; }
  .page_title h2 {
    max-width: 1105px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400; }

.regist_wrap {
  width: calc(100% - 100px);
  height: 60vh;
  max-width: 1266px;
  padding: 50px;
  position: fixed;
  top: 10vh;
  left: calc(50% - 683px);
  z-index: 1100;
  background: #fff;
  overflow-y: scroll;
  display: none; }
  .regist_wrap h2 {
    text-align: center;
    margin-bottom: 50px; }
  .regist_wrap h5 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-weight: 400;
    margin-bottom: 20px; }
  @media screen and (max-width: 1366px) {
    .regist_wrap {
      left: 0; } }

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

.regist_error {
  width: 704px;
  background: #FFEBEB;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto 30px auto; }
  .regist_error h4 {
    color: #FF3434;
    font-size: 20px; }
  @media screen and (max-width: 1024px) {
    .regist_error {
      width: 625px; } }

.confirm_txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px; }

.mail {
  width: 682px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto 50px auto;
  border: 1px solid #000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  display: block; }
  @media screen and (max-width: 1024px) {
    .mail {
      width: 625px; } }

.btn_submit {
  width: 320px;
  background: #2E78E8;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  font-size: 30px;
  margin: 0 auto 30px auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  display: block;
  border: none; }
  .btn_submit:hover {
    background: #72A6F5; }
  .btn_submit:disabled {
    background: #6d6d6d; }

.btn_submit_off {
  width: 320px;
  background: #6d6d6d;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  transition: .3s;
  font-size: 30px;
  margin: 0 auto 100px auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  display: block;
  border: none;
  cursor: default;
  outline: none; }

.check_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .check_wrap a {
    color: #000; }
    .check_wrap a:hover {
      color: #565656; }

.checkbox-input {
  display: none; }

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 10px; }

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px; }

.checkbox-input:checked + .checkbox-parts {
  color: #000; }

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #6d6d6d;
  border-right: 3px solid #6d6d6d; }

.btn_close {
  width: 320px;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  transition: .3s;
  font-size: 30px;
  margin: 0 auto 100px auto; }
  .btn_close:hover {
    background: #ccc; }

.notice {
  line-height: 1.5em; }
  .notice a {
    color: #000;
    transition: .3s; }
    .notice a:hover {
      opacity: 0.7; }

.close {
  position: absolute;
  top: 0;
  right: 0; }

.privacy_top {
  padding: 30px 0;
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1; }
  .privacy_top div {
    margin: 0 auto;
    max-width: 1346px;
    padding: 0 10px; }
    @media screen and (max-width: 1024px) {
      .privacy_top div {
        width: calc(100% - 20px);
        padding: 10px 0; } }
  .privacy_top h2 {
    font-size: 30px;
    font-weight: 400; }

.breadcrumb {
  margin: 0 auto;
  max-width: 1092px;
  color: #000;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .breadcrumb li {
    list-style: none;
    margin-right: 10px; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      width: calc(100% - 20px); } }
  .breadcrumb a {
    color: #000;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }

.privacy_wrap {
  max-width: 1092px;
  padding: 0 10px;
  margin: 0 auto;
  line-height: 1.8em;
  margin-bottom: 50px; }
  .privacy_wrap a {
    color: #000;
    text-decoration: none; }
    .privacy_wrap a:hover {
      text-decoration: underline; }
  .privacy_wrap p {
    line-height: 1.8em;
    margin-bottom: 30px; }
  .privacy_wrap th {
    padding: 5px;
    text-align: left;
    border: 1px solid #000;
    background: #ccc; }
  .privacy_wrap td {
    padding: 5px;
    border: 1px solid #000; }
  @media screen and (max-width: 1024px) {
    .privacy_wrap table {
      width: 1000px; } }
  @media screen and (max-width: 1024px) {
    .privacy_wrap {
      width: calc(100% - 20px); } }

.scroll_x {
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .scroll_x {
      width: 100%;
      overflow-x: scroll; } }

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

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

footer {
  background: #000;
  text-align: center;
  padding: 50px 0;
  color: #fff; }

footer h2 {
  margin: 50px 0; }

.menu_foot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.1rem;
  margin: 50px 0; }
  .menu_foot > li {
    list-style: none;
    margin: 0 10px 10px 10px; }
    .menu_foot > li > a {
      color: #fff;
      text-decoration: none;
      transition: .3s; }
      .menu_foot > li > a:hover {
        opacity: 0.7; }
  .menu_foot:nth-of-type(1) {
    margin: 50px 0 0 0; }
  .menu_foot:nth-of-type(2) {
    margin: 20px 0 50px 0; }
  .menu_foot:nth-of-type(3) {
    margin: 20px 0 25px 0;
    font-size: 14px; }

.online {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px; }

.social_foot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.5rem;
  margin-bottom: 50px; }
  .social_foot > li {
    list-style: none;
    margin: 0 10px; }
    .social_foot > li > a {
      color: #000;
      text-decoration: none;
      transition: .3s; }
      .social_foot > li > a:hover {
        opacity: 0.7; }

.us_mg {
  margin-bottom: 300px; }

small {
  color: #A1A1A1;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2rem; }

.img_sp {
  display: none; }

.banner_base {
  position: relative; }

.present1_2 {
  position: absolute;
  top: 20px;
  right: 218px;
  opacity: 0; }

.present2_2 {
  position: absolute;
  top: 1px;
  right: 209px;
  opacity: 0; }

.present3_2 {
  position: absolute;
  top: 1px;
  right: 198px;
  opacity: 0; }

.present4_2 {
  position: absolute;
  top: -11px;
  right: 140px;
  opacity: 0; }
  @media screen and (max-width: 1024px) {
    .present4_2 {
      width: 140px;
      top: 7px;
      right: 198px; } }

@keyframes bounceIn {
  0%,
	20%,
	40%,
	60%,
	80%,
	to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  opacity: 1; }