@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.pc {
  display: block !important;
  font-size: 0;
}

@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
  font-size: 0;
}

@media screen and (max-width: 900px) {
  .sp {
    display: block !important;
  }
}

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

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: block;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "游明朝", YuMincho, "MS P明朝", "MS 明朝", serif;
  font-display: swap;
}

.notoFnt {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  display: inline-block;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  a.tel {
    pointer-events: initial;
  }
}

a.under {
  text-decoration: underline;
}

a.under:hover {
  text-decoration: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 900px) {
  p {
    font-size: 18px;
    line-height: 1.7;
  }
}

.lang_wrap {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 10px;
  top: 7px;
  z-index: 10101;
}

@media screen and (max-width: 900px) {
  .lang_wrap {
    right: 15px;
    top: 0;
    height: 14vw;
    align-items: center;
  }
}

.lang_wrap .lang_JP_btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .lang_wrap .lang_JP_btn {
    width: 30px;
    height: 30px;
  }
}

.lang_wrap .lang_EN_btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .lang_wrap .lang_EN_btn {
    width: 30px;
    height: 30px;
  }
}

.lang_wrap > div + div {
  margin-left: 10px;
}

#gNavi_head {
  width: 100%;
  background: url(../en/img/pc/gn_bar.png) center center repeat-x;
  background-size: 9vw;
  padding: 1.5vw 0;
}

@media screen and (max-width: 900px) {
  #gNavi_head {
    position: fixed;
    background: url(../en/img/sp/gn_bg.png) center center no-repeat;
    background-size: 100%;
    height: 14vw;
    top: 0;
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  #gNavi_head {
    height: 14.5vw;
  }
}

#gNavi_head .inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner {
    display: block;
    height: 100%;
  }
}

#gNavi_head .inner #mobile-head {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #mobile-head {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle {
  display: none;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #mobile-head #nav-toggle {
    display: block;
    width: 45px;
    height: 45px;
    margin-left: 20px;
    cursor: pointer;
    z-index: 101000;
    padding: 5px 0;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle .txt {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #ebd679;
  margin-top: 24px;
  display: block;
  letter-spacing: 0px;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #mobile-head #nav-toggle div {
    position: relative;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 90%;
  background: #ebd679;
  left: 5%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
  top: 3px;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
  top: 12px;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
  top: 21px;
}

#gNavi_head .inner .gNavi_menu {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner .gNavi_menu {
    margin-right: 0;
  }
}

#gNavi_head .inner #global-nav {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav {
    position: absolute;
    top: -3000px;
    height: 100vh;
    padding: 0;
    background: rgba(10, 29, 59, 0.95);
    text-align: center;
    margin-top: 14vw;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: scroll;
    scrollbar-color: rgba(20, 20, 0, 0.9) rgba(150, 150, 150, 0.9);
  }
  #gNavi_head .inner #global-nav::-webkit-scrollbar {
    width: 3px;
  }
  #gNavi_head .inner #global-nav::-webkit-scrollbar-track {
    border-radius: 0px;
    background: rgba(50, 50, 50, 0.9);
  }
  #gNavi_head .inner #global-nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #1a110c;
  }
}

#gNavi_head .inner #global-nav .naviWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    width: 100%;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi {
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi {
    width: 100%;
    display: block;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 15px;
    letter-spacing: 0.75px;
    padding-bottom: 100px;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li {
    float: none;
    position: static;
    width: 100%;
  }
  #gNavi_head .inner #global-nav .naviWrap .gNavi li:first-child {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li a {
  margin: 15px 15px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li a {
    width: 60%;
    display: block;
    font-weight: 400;
    text-align: left;
    height: auto;
    margin: 15px auto;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li img {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 900px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(3000px);
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
}

@media screen and (max-width: 900px) {
  .Gnavi_overflow {
    overflow: hidden;
  }
}

.header_bgwrap {
  background: url(../en/img/pc/intro_bg.png) center center no-repeat;
  background-size: cover;
  position: sticky;
  left: 0;
  top: 0px;
  z-index: 10100;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media screen and (max-width: 900px) {
  .header_bgwrap {
    background: none;
    padding-top: 0;
  }
}

/* sticky状態 */
.header_bgwrap.is-sticky {
  background: none;
}

/* trigger通過後 */
#gNavi_head.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.btnoff .caption {
  font-size: 15px;
  text-align: center;
  margin-bottom: .5em;
}

.btnoff a {
  pointer-events: none;
}

.mv {
  position: relative;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .mv {
    margin-top: 14vw;
  }
}

.mv .mv_date_area {
  background: url(../en/img/pc/mv_date_bg.png) center center no-repeat;
  background-size: cover;
  padding: 30px 0;
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area {
    background: url(../en/img/sp/mv_date_bg.png) center center no-repeat;
    background-size: cover;
    padding: 4vw 12.5vw;
  }
}

.mv .mv_date_area .mv_date_area_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area .mv_date_area_inner {
    display: block;
    width: 88%;
  }
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area .mv_date_area_inner .imgWrap:first-child {
    margin-bottom: 15px;
  }
}

.mv .mv_date_area .mv_date_area_inner .imgWrap + .imgWrap {
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  .mv .mv_date_area .mv_date_area_inner .imgWrap + .imgWrap {
    margin-left: 0;
  }
}

/* ---------------------------------------------------- */
/* intro_wrap  section */
/* ---------------------------------------------------- */
.intro_wrap {
  width: 100%;
  padding: 3vw 0 6vw;
  background: url(../en/img/pc/intro_bg.png) center center no-repeat;
  background-size: cover;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .intro_wrap {
    padding: 8vw 0 6vw;
  }
}

.intro_wrap .intro_wrap_inner {
  max-width: 1560px;
  margin: 0 auto;
  width: 90%;
  background: url(../en/img/pc/intro_frame.png) center center no-repeat;
  background-size: contain;
  padding: 4vw 4vw;
}

@media screen and (max-width: 900px) {
  .intro_wrap .intro_wrap_inner {
    background: url(../en/img/sp/intro_frame.png) center center no-repeat;
    background-size: contain;
    padding: 10vw 4vw;
  }
}

.intro_wrap .intro_wrap_inner h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1em .5em;
  font-size: 2.083vw;
  font-size: 40px;
}

@media screen and (max-width: 1100px) {
  .intro_wrap .intro_wrap_inner h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .intro_wrap .intro_wrap_inner h3 {
    font-size: 5.333vw;
    margin-top: .75em;
    padding: .25em 1em .75em;
  }
}

.intro_wrap .intro_wrap_inner h3:before {
  content: "";
  height: 20px;
  width: 80px;
  background: url(../en/img/pc/intro_heading.png) center center no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}

@media screen and (max-width: 600px) {
  .intro_wrap .intro_wrap_inner h3:before {
    width: 10.667vw;
    height: 2.667vw;
    margin-right: .75rem;
  }
}

.intro_wrap .intro_wrap_inner h3:after {
  content: "";
  height: 20px;
  width: 80px;
  background: url(../en/img/pc/intro_heading.png) center center no-repeat;
  background-size: 100%;
  margin-left: 1rem;
}

@media screen and (max-width: 600px) {
  .intro_wrap .intro_wrap_inner h3:after {
    width: 10.667vw;
    height: 2.667vw;
    margin-left: .75rem;
  }
}

.intro_wrap .intro_wrap_inner p {
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  font-size: 1.458vw;
}

@media screen and (min-width: 1920px) {
  .intro_wrap .intro_wrap_inner p {
    font-size: 28px;
  }
}

@media screen and (max-width: 900px) {
  .intro_wrap .intro_wrap_inner p {
    font-size: 3.733vw;
    margin-bottom: 1.5em;
  }
}

/* ---------------------------------------------------- */
/* デジタルクイズラリー quizrally*/
/* ---------------------------------------------------- */
.quizrally .inner_type1.quizrally_spotcaution img {
  display: block;
  margin-bottom: 10px;
}

.quizrally .inner_type1 .indent {
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  .quizrally .inner_type1 .indent {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .inner_type1 .indent {
    font-size: 2.667vw;
  }
}

.quizrally .inner_type2.presentspot_caution {
  margin-top: 3.5em;
}

.quizrally .present_rule1_txt {
  max-width: 1180px;
  margin: 2em auto 2em;
  width: 90%;
}

.quizrally .fntptn1 {
  font-size: 1.458vw;
}

@media screen and (min-width: 1920px) {
  .quizrally .fntptn1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .quizrally .fntptn1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .fntptn1 {
    font-size: 3.733vw;
  }
}

.quizrally .fntptn2 {
  font-size: 1.042vw;
  margin: 1em auto 1.5em;
}

@media screen and (min-width: 1920px) {
  .quizrally .fntptn2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .quizrally .fntptn2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .fntptn2 {
    font-size: 2.667vw;
  }
}

.quizrally .fntptn3 {
  font-size: 1.667vw;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .quizrally .fntptn3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1100px) {
  .quizrally .fntptn3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .fntptn3 {
    font-size: 4.133vw;
  }
}

.quizrally .clr1 {
  color: #a40b5d;
}

.quizrally .clr2 {
  color: #b73939;
}

.quizrally .present_rule1_read_Wrap {
  max-width: 1300px;
  width: 88%;
  margin: 2em auto 2em;
}

@media screen and (max-width: 900px) {
  .quizrally .present_rule1_read_Wrap {
    width: 90%;
  }
}

.quizrally .present_rule1_read_Wrap .fntptn3 {
  line-height: 1.5;
}

.quizrally .inner_type3 .ttltxt {
  margin: 1.5vw 0;
}

@media screen and (max-width: 900px) {
  .quizrally .inner_type3 p.mb3em {
    font-size: 2.667vw;
  }
}

.quizrally .quizrally_present_flexwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 3em;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_present_flexwrap {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
}

.quizrally .quizrally_present_flexwrap .quizrally_present_flexwrap_cnt {
  width: 32%;
  margin-bottom: 1em;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_present_flexwrap .quizrally_present_flexwrap_cnt {
    width: 48%;
  }
}

.quizrally .quizrally_play_howto_caution {
  max-width: 320px;
  width: 16.667vw;
  margin: 3em auto 1em;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_play_howto_caution {
    width: 42.667vw;
  }
}

.quizrally .quizrally_play_howto_txt {
  font-size: 1.458vw;
}

@media screen and (min-width: 1920px) {
  .quizrally .quizrally_play_howto_txt {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .quizrally .quizrally_play_howto_txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_play_howto_txt {
    font-size: 3.733vw;
  }
}

.quizrally .quizrally_accordion_wrap {
  margin: 1em 0;
}

.quizrally .quizrally_accordion_wrap .quizrally_accordion {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  padding: 1em 1.5em 1.5em;
  margin-top: 1.5em;
}

.quizrally .quizrally_accordion_wrap .quizrally_accordion dt {
  position: relative;
  color: #549356;
  font-size: 28px;
  font-weight: 500;
  padding: .5em 0 .25em;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizrally_accordion_wrap .quizrally_accordion dt {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_accordion_wrap .quizrally_accordion dt {
    font-size: 3.733vw;
  }
}

.quizrally .quizrally_accordion_wrap .quizrally_accordion dt:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #549356;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: transform .3s ease;
}

.quizrally .quizrally_accordion_wrap .quizrally_accordion dd {
  display: none;
  font-size: 24px;
  font-weight: 300;
  color: #111e33;
  line-height: 1.5;
  margin-top: .75em;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizrally_accordion_wrap .quizrally_accordion dd {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_accordion_wrap .quizrally_accordion dd {
    font-size: 3.2vw;
  }
}

.quizrally .quizrally_accordion_wrap .quizrally_accordion.open dt {
  margin-bottom: .75em;
}

.quizrally .quizrally_accordion_wrap .quizrally_accordion.open dt:after {
  transform: translateY(25%) rotate(-45deg);
}

.quizrally .quizrally_howto_step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: 0.625vw solid #ebd679;
  border-radius: 1.302vw;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step {
    flex-direction: column;
    border: 1.6vw solid #ebd679;
    border-radius: 3.333vw;
  }
}

.quizrally .quizrally_howto_step .quizrally_howto_step_inner {
  width: 33.333%;
  background-color: #fff;
  padding: 1.5em;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.quizrally .quizrally_howto_step .quizrally_howto_step_inner + .quizrally_howto_step_inner {
  border-left: 0.625vw solid #ebd679;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner + .quizrally_howto_step_inner {
    border-left: none;
    border-top: 1.6vw solid #ebd679;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner_img {
    width: 40%;
  }
}

.quizrally .quizrally_howto_step .quizrally_howto_step_inner_img .step_icon {
  width: 10.938vw;
  margin: 0 auto;
  max-width: 300px;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner_img .step_icon {
    width: 28vw;
  }
}

.quizrally .quizrally_howto_step .quizrally_howto_step_inner_img .imgcontent {
  width: 16.927vw;
  margin: 0 auto 1em;
  max-width: 300px;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner_img .imgcontent {
    width: 28vw;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner_txt {
    width: 56%;
  }
}

.quizrally .quizrally_howto_step .quizrally_howto_step_inner_txt p {
  font-size: 1.458vw;
  line-height: 1.5;
}

@media screen and (min-width: 1920px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner_txt p {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner_txt p {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_howto_step .quizrally_howto_step_inner_txt p {
    font-size: 3.733vw;
  }
}

.quizrally .quizrally_photospot {
  margin: 2em auto 3.5em;
}

.quizrally .quizrally_photospot .quizrally_photospot_txt {
  position: relative;
  z-index: 1;
  width: 22.396vw;
  margin: 0 auto;
  margin-bottom: -70px;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizrally_photospot .quizrally_photospot_txt {
    margin-bottom: -6vw;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_photospot .quizrally_photospot_txt {
    width: 72vw;
  }
}

.quizrally .quizrally_caution {
  margin: 3em auto 1.5em;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_caution {
    margin: 2em auto 1.5em;
  }
}

.quizrally .quizrally_map {
  margin-bottom: 5em;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_map {
    margin-bottom: 3em;
  }
}

.quizrally .quizurally_character_slide_wrap {
  position: relative;
}

.quizrally .quizurally_character_arrow_box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.quizrally .quizurally_character_arrow_box .prev-arrow,
.quizrally .quizurally_character_arrow_box .next-arrow {
  display: block;
  width: 80px;
  height: 80px;
  background: #28346D;
  border: 1px solid #28346D;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizurally_character_arrow_box .prev-arrow,
  .quizrally .quizurally_character_arrow_box .next-arrow {
    width: 60px;
    height: 60px;
  }
}

.quizrally .quizurally_character_arrow_box .prev-arrow:hover,
.quizrally .quizurally_character_arrow_box .next-arrow:hover {
  background-color: #fff;
}

.quizrally .quizurally_character_arrow_box .prev-arrow:hover:before,
.quizrally .quizurally_character_arrow_box .next-arrow:hover:before {
  border-right: 1px solid #28346D;
  border-top: 1px solid #28346D;
  background: #28346D;
}

.quizrally .quizurally_character_arrow_box .prev-arrow:hover:after,
.quizrally .quizurally_character_arrow_box .next-arrow:hover:after {
  border: 1px solid #28346D;
  border-left: 0;
  border-bottom: 0;
}

.quizrally .quizurally_character_arrow_box .prev-arrow {
  transform: rotate(180deg);
  margin-right: 0;
}

.quizrally .quizurally_character_arrow_box .next-arrow {
  margin-left: 0;
}

.quizrally .quizurally_character_arrow_box .prev-arrow::before,
.quizrally .quizurally_character_arrow_box .next-arrow::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 1px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizurally_character_arrow_box .prev-arrow::before,
  .quizrally .quizurally_character_arrow_box .next-arrow::before {
    width: 20px;
  }
}

.quizrally .quizurally_character_arrow_box .prev-arrow::after,
.quizrally .quizurally_character_arrow_box .next-arrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizurally_character_arrow_box .prev-arrow::after,
  .quizrally .quizurally_character_arrow_box .next-arrow::after {
    right: 18px;
  }
}

.quizrally .btn_flex_wrap_content img {
  cursor: pointer;
}

.quizrally .quizrally_date_txt {
  text-align: center;
  margin: 3em 0 6.5em;
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_date_txt {
    width: 100%;
    margin: 2em auto 3em;
  }
}

.quizrally .quizrally_date_txt span {
  border: 1px solid #000;
  padding: .5em 1em;
  font-size: 24px;
}

@media screen and (max-width: 1100px) {
  .quizrally .quizrally_date_txt span {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .quizrally .quizrally_date_txt span {
    font-size: 3.2vw;
    display: block;
    width: 100%;
  }
}

.quizrally .present_popup {
  display: none;
  position: fixed;
  z-index: 10111;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.quizrally .present_popup_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  max-height: 90vh;
  transform: translate(-50%, -50%);
}

.quizrally .present_popup_img img {
  display: block;
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.quizrally .present_popup_close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 25px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
}

.quizrallyspot_popup_area {
  position: fixed;
  z-index: 10102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

.quizrallyspot_popup_area .popup_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  overflow-y: scroll;
  margin: 2em 0;
  scrollbar-width: thin;
  scrollbar-color: #fff rgba(241, 241, 241, 0);
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
  border-radius: 4px;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content {
    width: 80%;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(1) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg1.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(2) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg2.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(3) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg3.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(4) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg4.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(5) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg5.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(6) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg6.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(7) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg7.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(8) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg8.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(9) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg9.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(10) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg10.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(11) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg11.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(12) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg12.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(13) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg13.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(14) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg14.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(15) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg15.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(16) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg16.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(17) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg17.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(18) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg18.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content:nth-child(19) .contentarea {
  background: url(../img/popup/popup_spot_cnt_bg19.png) center center no-repeat;
  background-size: cover;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.blueCnt .ttlarea {
  background: url(../en/img/popup/popup_spot_txt_bg1.png) center bottom no-repeat;
  background-size: contain;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.blueCnt .spot_detail dt {
  background-color: #1264af;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.pinkCnt .ttlarea {
  background: url(../en/img/popup/popup_spot_txt_bg2.png) center bottom no-repeat;
  background-size: contain;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content.pinkCnt .spot_detail dt {
  background-color: #ce256a;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.3em 2em;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea {
    padding: 2.9vw 4vw;
  }
}

@media screen and (max-width: 600px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea {
    padding: 4.4vw 4vw;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .popup_close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  padding: 10px;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .popup_close {
    font-size: 8vw;
    right: 10px;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea img {
  width: 5.208vw;
  width: 60px;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea img {
    width: 9.333vw;
    width: 50px;
  }
}

@media screen and (max-width: 600px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea img {
    width: 8vw;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin-left: .5em;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 26px;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl span {
  font-size: 59%;
}

@media screen and (max-width: 600px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl span {
    font-size: 54%;
  }
}

@media screen and (min-width: 1920px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 4vw;
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .ttlarea .ttl {
    font-size: 4.8vw;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea {
  padding: 1.75em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea {
    padding: 1em 1em 1.5em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_spotimg {
  width: 84%;
  margin: 0 auto 1.5em;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_spotimg {
    width: 94%;
    margin-bottom: .75em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popupcharacter {
  width: 90%;
  margin: 1em auto 0;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popupcharacter {
    margin-top: .5em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail {
  width: 84%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail {
    width: 94%;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dt {
  width: 5.5em;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-bottom: .5em;
  padding: .25em;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dt {
    font-size: 13px;
    margin-bottom: .25em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dd {
  width: calc(100% - 6em);
  padding-left: 0.5em;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-bottom: .5em;
}

@media screen and (max-width: 900px) {
  .quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .spot_detail dd {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 0;
    margin-bottom: .25em;
  }
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_btn_area {
  display: flex;
  width: 80%;
  margin: 1.5em auto 0;
  justify-content: center;
}

.quizrallyspot_popup_area .popup_wrap .popup_inner_content .contentarea .popup_btn_area .popup_btn_area_inner {
  margin: 1em;
  width: 40%;
}

/* ---------------------------------------------------- */
/* オリジナルボイス voice*/
/* ---------------------------------------------------- */
@media screen and (max-width: 900px) {
  .voice .heading_read {
    margin-bottom: 1em;
  }
}

.voice .voice_play_wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap {
    flex-direction: column-reverse;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt {
  width: 62%;
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt {
    width: 100%;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt hr {
  padding: 1em;
  padding: .25em;
  border-top: 2px dotted #a40b5d;
  width: calc(100% - 100px);
  margin-left: 100px;
}

@media screen and (max-width: 1100px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt hr {
    width: calc(100% - 80px);
    margin-left: 80px;
  }
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt hr {
    width: calc(100% - 16vw);
    margin-left: 16vw;
    padding: .25em;
    margin-bottom: -.5em;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner {
    flex-direction: column;
    margin-top: .25em;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(1):before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url(../en/img/common/voice_play_step1.png) center center no-repeat;
  background-size: 100%;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 1100px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(1):before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(1):before {
    width: 16vw;
    height: 16vw;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(2):before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url(../en/img/common/voice_play_step2.png) center center no-repeat;
  background-size: 100%;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 1100px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(2):before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(2):before {
    width: 16vw;
    height: 16vw;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(3):before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url(../en/img/common/voice_play_step3.png) center center no-repeat;
  background-size: 100%;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 1100px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(3):before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner:nth-of-type(3):before {
    width: 16vw;
    height: 16vw;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner img {
  max-width: 300px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner img {
    width: 80%;
    margin-top: 1em;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner > div {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner > div {
    width: 100%;
    padding-left: 18.667vw;
    margin-top: 1em;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt {
  width: 67%;
  padding-left: 100px;
}

@media screen and (max-width: 1100px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt {
    padding-left: 80px;
  }
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt {
    width: 100%;
    padding-left: 18.667vw;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_ttl {
  font-size: 1.458vw;
  line-height: 1.5;
}

@media screen and (min-width: 1920px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_ttl {
    font-size: 3.733vw;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_txt {
  font-size: 20px;
  font-size: 1.042vw;
}

@media screen and (min-width: 1920px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_txt {
    font-size: 2.667vw;
  }
}

.voice .voice_play_wrap .voice_play_wrap_txtCnt .voice_play_wrap_txtCnt_inner .voice_play_wrap_txtCnt_inner_txt .voice_play_wrap_txtCnt_inner_btn {
  margin-top: 1em;
}

.voice .voice_play_wrap .voice_play_wrap_imgCnt {
  width: 36%;
}

@media screen and (max-width: 900px) {
  .voice .voice_play_wrap .voice_play_wrap_imgCnt {
    width: 100%;
  }
}

.voice .voice_spec {
  margin: 6em 0 5em;
}

@media screen and (max-width: 900px) {
  .voice .voice_spec {
    margin: 4em 0 3em;
  }
}

.voice .voice_spec .voice_spec_inner {
  margin: 3em auto 1em;
  background-color: #fff;
  border-radius: 14px;
  padding: 1em 1.5em;
}

.voice .voice_spec .voice_spec_inner .voice_spec_ttl {
  font-size: 24px;
  color: #a40b5d;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .voice .voice_spec .voice_spec_inner .voice_spec_ttl {
    font-size: 3.2vw;
  }
}

.voice .voice_spec .voice_spec_inner p {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .voice .voice_spec .voice_spec_inner p {
    font-size: 2.667vw;
  }
}

.voice .voice_spec .voice_spec_lasttxt {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .voice .voice_spec .voice_spec_lasttxt {
    font-size: 2.667vw;
  }
}

.voice .btn_flex_wrap {
  margin-top: 3em;
  padding-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .voice .btn_flex_wrap {
    margin-top: 1em;
  }
}

@media screen and (max-width: 900px) {
  .voice .btn_flex_wrap .btn_flex_wrap_content {
    width: 80%;
    margin: 1.5% auto;
  }
}

.voice .inner_type4 .flex_normal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 900px) {
  .voice .inner_type4 .flex_normal {
    margin-bottom: 1.5em;
  }
}

.voice .inner_type4 .flex_normal .imgContent {
  width: 15.625vw;
}

.voice .inner_type4 .sp .flex_normal .imgContent {
  width: 46%;
}

.voice audio:not([controls]) {
  display: none;
  height: 0;
}

.voice input {
  border: none;
  background: none;
}

.voice .audio_wrap .audiobox {
  position: relative;
  width: 60%;
  max-width: 630px;
  height: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .voice .audio_wrap .audiobox {
    width: 90%;
  }
}

@media screen and (max-width: 900px) and (max-width: 900px) {
  .voice .audio_wrap .audiobox {
    height: 17.333vw;
    margin-bottom: 1em;
  }
}

.voice .audio_wrap.btnoff {
  margin-bottom: 30px;
}

.voice .audio_wrap.btnoff audio {
  pointer-events: none;
}

.voice .audio_wrap.btnoff input {
  pointer-events: none;
}

.voice .audio_wrap.btnoff .play_area {
  background: url("../en/img/pc/voice_play_btn3_off.png") center center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 900px) {
  .voice .audio_wrap.btnoff .play_area {
    background: url("../en/img/sp/voice_play_btn3_off.png") center center no-repeat;
    background-size: 100%;
  }
}

.voice .audio_wrap .play_area {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 20;
  background: url("../img/pc/voice_play_btn3.png") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .voice .audio_wrap .play_area {
    height: 100%;
    background: url("../img/sp/voice_play_btn3.png") center center no-repeat;
    background-size: 100%;
  }
}

.voice .audio_wrap .pause_area {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("../img/pc/voice_play_btn3_pause.png") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .voice .audio_wrap .pause_area {
    height: 100%;
    background: url("../img/sp/voice_play_btn3_pause.png") center center no-repeat;
    background-size: 100%;
  }
}

/* ---------------------------------------------------- */
/* 同時開催中 */
/* ---------------------------------------------------- */
.voice_otherplan_wrap {
  position: relative;
  width: 100%;
  padding: 3vw 0 6vw;
  background: url(../img/pc/intro_bg.png) center center no-repeat;
  background-size: cover;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .voice_otherplan_wrap {
    padding: 4vw 0 6vw;
  }
}

.voice_otherplan_wrap:before {
  position: absolute;
  width: 100%;
  height: 22px;
  content: '';
  background: url(../img/common/otherline.png) center center repeat-x;
  position: absolute;
  background-size: 192px 22px;
  z-index: 0;
  top: 2vw;
}

@media screen and (max-width: 900px) {
  .voice_otherplan_wrap:before {
    height: 2.933vw;
    background-size: 25.6vw 2.933vw;
  }
}

.voice_otherplan_wrap:after {
  position: absolute;
  width: 100%;
  height: 22px;
  content: '';
  background: url(../img/common/otherline.png) center center repeat-x;
  position: absolute;
  background-size: 192px 22px;
  z-index: 0;
  bottom: 2vw;
}

@media screen and (max-width: 900px) {
  .voice_otherplan_wrap:after {
    height: 2.933vw;
    background-size: 25.6vw 2.933vw;
  }
}

.voice_otherplan {
  position: relative;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding-top: 5.208vw;
  margin-bottom: .75em;
}

@media screen and (max-width: 900px) {
  .voice_otherplan {
    padding-top: 6.667vw;
  }
}

.voice_otherplan .heading2 {
  padding-bottom: 30px;
  margin-top: 0;
}

@media screen and (min-width: 1600px) {
  .voice_otherplan .heading2 {
    font-size: 58px;
  }
}

@media screen and (max-width: 900px) {
  .voice_otherplan .heading2 {
    padding-bottom: 2.667vw;
    font-size: 6.3vw;
    text-align: left;
    line-height: 1.3;
  }
}

.voice_otherplan .voice_otherplan_img {
  position: relative;
}

.voice_otherplan .voice_otherplan_img .voice_otherplan_txt {
  position: absolute;
  right: 2.5%;
  top: -6.771vw;
  top: -26%;
  width: 15.625vw;
  height: 14.896vw;
  max-width: 220px;
}

@media screen and (max-width: 900px) {
  .voice_otherplan .voice_otherplan_img .voice_otherplan_txt {
    width: 22.667vw;
    height: 20vw;
    right: -3%;
    top: -17.333vw;
    max-width: 100%;
  }
}

.voice_otherplan .voice_otherplan_img .voice_otherplan_txt img {
  width: 100%;
}

.voice_otherplan .voice_otherplan_img img {
  max-width: 800px;
  width: 65%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .voice_otherplan .voice_otherplan_img img {
    width: 100%;
  }
}

/* ---------------------------------------------------- */
/* コラボグッズ collabogoods*/
/* ---------------------------------------------------- */
@media screen and (max-width: 900px) {
  .collabogoods .inner_type3 {
    width: 100%;
  }
}

.collabogoods .collabo_flex_wrap_content img {
  margin-bottom: -2px;
}

.collabogoods .collabo_flex_wrap_txtbox {
  position: relative;
  z-index: 1;
}

.collabogoods h4 {
  width: 96%;
  margin: 2em auto -1.5em;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-size: 1.875vw;
}

@media screen and (max-width: 900px) {
  .collabogoods h4 {
    font-size: 2.8vw;
    margin: 1.25em auto -1em;
  }
}

.collabogoods h4::before {
  content: "";
  height: 1px;
  border-top: 1px solid #a40b5d;
  flex-grow: 1;
  margin-right: 1em;
}

.collabogoods h4:after {
  content: "";
  height: 1px;
  border-top: 1px solid #a40b5d;
  flex-grow: 1;
  margin-left: 1em;
}

.collabogoods .collabo_date_txt {
  text-align: center;
  margin: 3em 0 6.5em;
}

@media screen and (max-width: 900px) {
  .collabogoods .collabo_date_txt {
    width: 100%;
    margin: 2em auto 3em;
  }
}

.collabogoods .collabo_date_txt span {
  border: 1px solid #000;
  padding: .5em 1em;
  font-size: 24px;
}

@media screen and (max-width: 1100px) {
  .collabogoods .collabo_date_txt span {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .collabogoods .collabo_date_txt span {
    font-size: 3.2vw;
    display: block;
    width: 100%;
  }
}

.collabogoods .collabo_shop_btn_flex_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .collabogoods .collabo_shop_btn_flex_wrap {
    flex-direction: column;
    width: 100%;
  }
}

.collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content {
  width: 47%;
  margin: 1%;
}

@media screen and (max-width: 900px) {
  .collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content {
    width: 70.667vw;
    margin-bottom: 2.5%;
  }
}

.collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content a {
  display: block;
}

.collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content a:hover {
  opacity: .6;
}

.collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content a p {
  font-size: 19px;
  text-align: center;
  line-height: 1.5;
  padding: 3.24vw 4em 3.24vw 0;
}

@media screen and (max-width: 900px) {
  .collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content a p {
    font-size: 4vw;
    padding: 3.24vw 2em 3.24vw 0;
  }
}

.collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content a p span {
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 1100px) {
  .collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content a p span {
    font-size: 13px;
  }
}

@media screen and (max-width: 900px) {
  .collabogoods .collabo_shop_btn_flex_wrap .btn_flex_wrap_content a p span {
    font-size: 2.667vw;
    font-size: 2.4vw;
  }
}

/* ---------------------------------------------------- */
/* コラボメニュー collabomenu*/
/* ---------------------------------------------------- */
.collabomenu .btn_wrap2 {
  margin-top: 3em;
}

@media screen and (max-width: 900px) {
  .collabomenu .inner_type3 {
    width: 100%;
  }
}

.collabomenu .collabo_flex_wrap_content img {
  margin-bottom: -2px;
  border-radius: 14px 14px 0 0;
}

.collabomenu .collabo_flex_wrap_txtbox {
  position: relative;
  z-index: 1;
}

.collabomenu .collabo_popup {
  display: none;
  position: fixed;
  z-index: 10111;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.collabomenu .collabo_popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}

.collabomenu .collabo_popup_inner .collabo_flex_wrap_content {
  width: 100%;
  margin: 0 auto;
}

.collabomenu .collabo_popup_inner .collabo_flex_wrap_content img {
  margin-bottom: -2px;
}

.collabomenu .collabo_popup_close {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 25px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
}

.collabomenu .collabo_popup .collabo_flex_wrap_txtbox {
  position: relative;
  z-index: 1;
  background: url(../img/pc/collabo_txt_bg.png) center top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .collabomenu .collabo_popup .collabo_flex_wrap_txtbox {
    background: url(../img/sp/collabo_txt_bg.png) center top no-repeat;
    background-size: contain;
  }
}

.collabomenu .collabo_popup .collabo_flex_wrap_txtbox p {
  text-align: center;
  padding: 4.5% 0 8%;
  line-height: 1.5;
  font-size: 2.083vw;
  font-size: 40px;
}

@media screen and (min-width: 1920px) {
  .collabomenu .collabo_popup .collabo_flex_wrap_txtbox p {
    font-size: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .collabomenu .collabo_popup .collabo_flex_wrap_txtbox p {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .collabomenu .collabo_popup .collabo_flex_wrap_txtbox p {
    font-size: 2.667vw;
    font-size: 5vw;
    line-height: 1.5;
    padding: 1.5vw 0 3vw;
  }
}

.collabomenu .collabo_popup .collabo_flex_wrap_txtbox p span {
  font-size: 56px;
}

@media screen and (max-width: 900px) {
  .collabomenu .collabo_popup .collabo_flex_wrap_txtbox p span {
    font-size: 3.6vw;
    font-size: 6.5vw;
  }
}

.collabomenu .collabo_popup .caption {
  text-align: center;
  font-size: 1.042vw;
}

@media screen and (max-width: 900px) {
  .collabomenu .collabo_popup .caption {
    font-size: 2.667vw;
  }
}

@media screen and (max-width: 900px) {
  .collabomenu .indent {
    font-size: 2.933vw;
  }
}

.collabo_date_txt {
  text-align: center;
  margin: 3em 0 6.5em;
}

@media screen and (max-width: 900px) {
  .collabo_date_txt {
    width: 100%;
    margin: 2em auto 3em;
  }
}

.collabo_date_txt span {
  border: 1px solid #000;
  padding: .5em 1em;
  font-size: 24px;
}

@media screen and (max-width: 1100px) {
  .collabo_date_txt span {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .collabo_date_txt span {
    font-size: 3.2vw;
    display: block;
    width: 100%;
  }
}

/* ---------------------------------------------------- */
/* ラッピングトレイン wrappingtrain*/
/* ---------------------------------------------------- */
.wrappingtrain .heading_read {
  margin-bottom: 1.5em;
}

.wrappingtrain .wrappingtrain_flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.5em;
}

@media screen and (max-width: 900px) {
  .wrappingtrain .wrappingtrain_flexWrap {
    margin-top: 3em;
    flex-direction: column;
  }
}

.wrappingtrain .wrappingtrain_flexWrap > div {
  width: 56%;
}

@media screen and (max-width: 900px) {
  .wrappingtrain .wrappingtrain_flexWrap > div {
    width: 90%;
    margin: 0 auto 0;
  }
}

.wrappingtrain .wrappingtrain_flexWrap > div:last-child {
  width: 40%;
}

@media screen and (max-width: 900px) {
  .wrappingtrain .wrappingtrain_flexWrap > div:last-child {
    width: 80%;
    margin-top: 2em;
  }
}

.wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_title {
  background: url(../en/img/pc/wrappingtrain_txtbg.png) center center no-repeat;
  background-size: cover;
  border-radius: 14px;
  padding: 0;
}

.wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_title p {
  text-align: center;
  color: #fff;
  font-size: 3.125vw;
}

@media screen and (min-width: 1920px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_title p {
    font-size: 60px;
  }
}

@media screen and (max-width: 1100px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_title p {
    font-size: 35px;
  }
}

@media screen and (max-width: 900px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_title p {
    font-size: 5.6vw;
  }
}

.wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_read {
  font-size: 28px;
  color: #111e33;
  text-align: center;
  line-height: 1.5;
  margin: 1em 0 .75em;
}

@media screen and (max-width: 1100px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_read {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_read {
    font-size: 3.733vw;
  }
}

.wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_txt {
  font-size: 48px;
  color: #549356;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: .5em;
  font-size: 2.5vw;
}

@media screen and (min-width: 1920px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_txt {
    font-size: 48px;
  }
}

@media screen and (max-width: 1100px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_txt {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .wrappingtrain .wrappingtrain_flexWrap .wrappingtrain_txt {
    font-size: 5.867vw;
  }
}

.wrappingtrain .wrappingtrain_flexWrap .indent {
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  .wrappingtrain .wrappingtrain_flexWrap .indent {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .wrappingtrain .wrappingtrain_flexWrap .indent {
    font-size: 2.667vw;
  }
}

/* ---------------------------------------------------- */
/* おすすめの切符 trainticket*/
/* ---------------------------------------------------- */
@media screen and (max-width: 900px) {
  .trainticket .inner_type3.trainticket_read {
    width: 90%;
  }
}

.trainticket .inner_type3.trainticket_read hr {
  border-top: 1px solid #000;
  margin: 2em auto 2em;
}

@media screen and (max-width: 900px) {
  .trainticket .inner_type3.trainticket_read hr {
    width: 100%;
  }
}

.trainticket .inner_type3.trainticket_read .read {
  padding-top: 1em;
}

.trainticket .inner_type3.trainticket_read .indent {
  font-size: 1.458vw;
}

@media screen and (min-width: 1920px) {
  .trainticket .inner_type3.trainticket_read .indent {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .trainticket .inner_type3.trainticket_read .indent {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .trainticket .inner_type3.trainticket_read .indent {
    font-size: 3.733vw;
  }
}

.trainticket .inner_type3 .read {
  text-align: center;
  font-size: 1.458vw;
}

@media screen and (min-width: 1920px) {
  .trainticket .inner_type3 .read {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .trainticket .inner_type3 .read {
    font-size: 19px;
  }
}

@media screen and (max-width: 900px) {
  .trainticket .inner_type3 .read {
    font-size: 3.733vw;
  }
}

.trainticket .btn_wrap1 {
  margin-top: 4em;
}

.trainticket .train_img {
  width: 80%;
  max-width: 760px;
  margin: 1.5em auto 2.5em;
}

.trainticket .train_img2 {
  width: 80%;
  max-width: 1200px;
  margin: 1.5em auto 2.5em;
}

.trainticket .train_captionwrap1 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.trainticket .train_captionwrap1 p {
  font-size: 1.458vw;
}

@media screen and (min-width: 1920px) {
  .trainticket .train_captionwrap1 p {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .trainticket .train_captionwrap1 p {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .trainticket .train_captionwrap1 p {
    font-size: 3.733vw;
  }
}

.trainticket .traintcket_price_wrap p {
  color: #a40b5d;
  font-weight: 500;
  text-align: center;
  font-size: 1.875vw;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  .trainticket .traintcket_price_wrap p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .trainticket .traintcket_price_wrap p {
    font-size: 36px;
  }
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap p {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}

.trainticket .traintcket_price_wrap p span.bigFnt {
  font-size: 2.917vw;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  .trainticket .traintcket_price_wrap p span.bigFnt {
    font-size: 56px;
  }
}

@media screen and (max-width: 1100px) {
  .trainticket .traintcket_price_wrap p span.bigFnt {
    font-size: 32px;
  }
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap p span.bigFnt {
    font-size: 7.467vw;
  }
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap p .smlFnt1 {
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap p .smlFnt2 {
    font-size: 3.2vw;
  }
}

.trainticket .traintcket_price_wrap p.widthtype1 {
  width: 9em;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap p.widthtype1 {
    width: auto;
    text-align: center;
  }
}

.trainticket .traintcket_price_wrap .flexwrap_type1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.trainticket .traintcket_price_wrap .flexwrap_type1 .flexwrap_type1_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.trainticket .traintcket_price_wrap .flexwrap_type1 .flexwrap_type1_inner_content {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap .flexwrap_type1 .flexwrap_type1_inner_content {
    flex-direction: column;
  }
}

.trainticket .traintcket_price_wrap .flexwrap_type1 .flexwrap_type1_inner_content + .flexwrap_type1_inner_content {
  margin-left: 1.5em;
}

.trainticket .traintcket_price_wrap .flexwrap_type1 .margintype1 {
  margin-left: .75em;
}

.trainticket .traintcket_price_wrap .flexwrap_type2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner {
  display: flex;
  flex-direction: column;
}

.trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner_content {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner_content {
    flex-direction: column;
    margin-bottom: 1.5em;
  }
}

.trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner_content2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner_content2 {
    margin-top: -.75em;
  }
}

.trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner_content3 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner_content3 {
    flex-direction: column;
  }
}

.trainticket .traintcket_price_wrap .flexwrap_type2 .flexwrap_type2_inner_content3 + .flexwrap_type2_inner_content3 {
  margin-left: 1.5em;
}

.trainticket .traintcket_price_wrap .flexwrap_type2 .margintype1 {
  margin-left: .75em;
}

/* ---------------------------------------------------- */
/* common */
/* ---------------------------------------------------- */
.inner_type1 {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.inner_type2 {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
}

.inner_type3 {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
}

.inner_type4 {
  max-width: 1450px;
  width: 90%;
  margin: 0 auto;
}

.inner_type5 {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}

.btn_flex_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 5vw;
}

.btn_flex_wrap.oneline_Type {
  margin-top: 3em;
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap.oneline_Type {
    margin-top: 2em;
  }
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap.oneline_Type .btn_flex_wrap_content {
    width: 90%;
    margin: 1.75% auto;
  }
}

.btn_flex_wrap .btn_flex_wrap_content {
  width: 48%;
  margin: 1%;
}

@media screen and (max-width: 900px) {
  .btn_flex_wrap .btn_flex_wrap_content {
    width: 47.5%;
    margin: 1.25%;
  }
}

.btn_flex_wrap .btn_flex_wrap_content a:hover {
  opacity: .8;
}

section {
  position: relative;
  width: 100%;
  padding: 60px 0 80px;
}

@media screen and (max-width: 900px) {
  section {
    padding: 40px 0 50px;
  }
}

section .section_inner {
  max-width: 1620px;
  width: 90%;
  margin: 0 auto;
}

section .section_inner .inner_type4 {
  width: 100%;
}

.bgPtn1 {
  background: url(../en/img/pc/bg01.png) center center repeat-y;
  background-size: 100%;
}

@media screen and (max-width: 900px) {
  .bgPtn1 {
    background: url(../en/img/sp/bg01.png) center center repeat-y;
    background-size: 100%;
  }
}

.bgPtn2 {
  background: url(../en/img/pc/bg02.png) center center repeat-y;
  background-size: 100%;
}

@media screen and (max-width: 900px) {
  .bgPtn2 {
    background: url(../en/img/sp/bg02.png) center center repeat-y;
    background-size: 100%;
  }
}

.heading_ptn1 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .heading_ptn1 {
    width: 100%;
  }
}

.heading_ptn1:before {
  position: absolute;
  width: 100%;
  height: 22px;
  content: '';
  background: url(../en/img/common/heading_line01.png) center center repeat-x;
  position: absolute;
  background-size: 202px 22px;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .heading_ptn1:before {
    height: 2.933vw;
    background-size: 26.933vw 2.933vw;
  }
}

.heading_ptn1 img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 140px;
  width: 12%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .heading_ptn1 img {
    width: 18.667vw;
  }
}

.heading_ptn2 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .heading_ptn2 {
    width: 100%;
  }
}

.heading_ptn2:before {
  position: absolute;
  width: 100%;
  height: 22px;
  content: '';
  background: url(../en/img/common/heading_line02.png) center center repeat-x;
  position: absolute;
  background-size: 202px 22px;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .heading_ptn2:before {
    height: 2.933vw;
    background-size: 26.933vw 2.933vw;
  }
}

.heading_ptn2 img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 140px;
  width: 12%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .heading_ptn2 img {
    width: 18.667vw;
  }
}

.heading_ptn3 {
  width: 90%;
  max-width: 1620px;
  margin: 1.5em auto 1em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5vw;
}

@media screen and (min-width: 1920px) {
  .heading_ptn3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 900px) {
  .heading_ptn3 {
    width: 100%;
    font-size: 5.6vw;
  }
}

.heading_ptn3:before {
  content: "";
  height: 15px;
  background: url(../en/img/common/heading_line03.png) center center repeat-x;
  background-size: 210px 15px;
  margin-right: 1rem;
  flex-grow: 1;
}

@media screen and (max-width: 900px) {
  .heading_ptn3:before {
    background-size: 28vw 2vw;
    margin-right: 1rem;
  }
}

.heading_ptn3:after {
  content: "";
  height: 15px;
  background: url(../en/img/common/heading_line03.png) center center repeat-x;
  background-size: 210px 15px;
  margin-left: 1rem;
  flex-grow: 1;
}

@media screen and (max-width: 900px) {
  .heading_ptn3:after {
    background-size: 28vw 2vw;
    margin-left: 1rem;
  }
}

.heading_ptn4 {
  width: 90%;
  max-width: 1620px;
  position: relative;
  margin: 1.5em auto 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5vw;
}

@media screen and (min-width: 1920px) {
  .heading_ptn4 {
    font-size: 48px;
  }
}

@media screen and (max-width: 900px) {
  .heading_ptn4 {
    width: 100%;
    font-size: 5.6vw;
  }
}

.heading_ptn4:before {
  content: "";
  height: 15px;
  background: url(../en/img/common/heading_line04.png) center center repeat-x;
  background-size: 210px 15px;
  margin-right: 1rem;
  flex-grow: 1;
}

@media screen and (max-width: 900px) {
  .heading_ptn4:before {
    background-size: 28vw 2vw;
    margin-right: 1rem;
  }
}

.heading_ptn4:after {
  content: "";
  height: 15px;
  background: url(../en/img/common/heading_line04.png) center center repeat-x;
  background-size: 210px 15px;
  margin-left: 1rem;
  flex-grow: 1;
}

@media screen and (max-width: 900px) {
  .heading_ptn4:after {
    background-size: 28vw 2vw;
    margin-left: 1rem;
  }
}

.heading2 {
  font-size: 3.906vw;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
}

@media screen and (min-width: 1920px) {
  .heading2 {
    font-size: 75px;
  }
}

@media screen and (max-width: 900px) {
  .heading2 {
    font-size: 8vw;
  }
}

.heading_read {
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .heading_read {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .heading_read {
    font-size: 3.733vw;
  }
}

.btn_wrap1 {
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .btn_wrap1 {
    margin-bottom: 20px;
  }
}

.btn_wrap1 a {
  max-width: 630px;
  display: inline-block;
  width: 60%;
}

@media screen and (max-width: 900px) {
  .btn_wrap1 a {
    width: 90%;
  }
}

.btn_wrap1 a img {
  display: block;
}

.btn_wrap1 a:hover {
  opacity: .8;
}

.btn_wrap2 {
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .btn_wrap2 {
    margin-bottom: 20px;
  }
}

.btn_wrap2 a {
  max-width: 890px;
  display: inline-block;
  width: 60%;
}

@media screen and (max-width: 900px) {
  .btn_wrap2 a {
    width: 90%;
  }
}

.btn_wrap2 a img {
  display: block;
}

.btn_wrap2 a:hover {
  opacity: .8;
}

.btn_wrap3 {
  margin: 0 auto 20px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .btn_wrap3 {
    margin-bottom: 20px;
  }
}

.btn_wrap3 a {
  max-width: 530px;
  display: inline-block;
  width: 60%;
}

@media screen and (max-width: 900px) {
  .btn_wrap3 a {
    width: 70%;
  }
}

.btn_wrap3 a img {
  display: block;
}

.btn_wrap3 a:hover {
  opacity: .8;
}

.collabo_flex_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3em;
}

@media screen and (max-width: 900px) {
  .collabo_flex_wrap {
    margin-top: 2em;
  }
}

.collabo_flex_wrap .collabo_flex_wrap_content {
  width: 47%;
  margin: 1.5%;
  cursor: pointer;
}

.collabo_flex_wrap .collabo_flex_wrap_content .collabo_flex_wrap_txtbox {
  background: url(../en/img/pc/collabo_txt_bg.png) center top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .collabo_flex_wrap .collabo_flex_wrap_content .collabo_flex_wrap_txtbox {
    background: url(../en/img/sp/collabo_txt_bg.png) center top no-repeat;
    background-size: contain;
  }
}

.collabo_flex_wrap .collabo_flex_wrap_content .collabo_flex_wrap_txtbox p {
  text-align: center;
  padding: 1.25vw 0 2.25vw;
  line-height: 1.3;
  font-size: 2.083vw;
}

@media screen and (min-width: 1920px) {
  .collabo_flex_wrap .collabo_flex_wrap_content .collabo_flex_wrap_txtbox p {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  .collabo_flex_wrap .collabo_flex_wrap_content .collabo_flex_wrap_txtbox p {
    font-size: 2.4vw;
    padding: 1vw 0 2vw;
  }
}

.collabo_flex_wrap .collabo_flex_wrap_content .collabo_flex_wrap_txtbox p span {
  font-size: 2.917vw;
}

@media screen and (max-width: 900px) {
  .collabo_flex_wrap .collabo_flex_wrap_content .collabo_flex_wrap_txtbox p span {
    font-size: 3.6vw;
  }
}

.collabo_flex_wrap .collabo_flex_wrap_content .caption {
  text-align: center;
  font-size: 1.042vw;
}

@media screen and (max-width: 900px) {
  .collabo_flex_wrap .collabo_flex_wrap_content .caption {
    font-size: 2.667vw;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right !important;
}

.mb_halfem {
  margin-bottom: .75em;
}

@media screen and (max-width: 900px) {
  .mb_halfem {
    margin-bottom: 1em !important;
  }
}

.mb0 {
  margin-bottom: .25em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent.txt1 {
  text-align: center;
  text-indent: 0;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .indent.txt1 {
    font-size: 3.2vw;
  }
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
  width: 100%;
  background: url(../en/img/pc/footer_bg.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0px 20px;
}

@media screen and (max-width: 900px) {
  footer {
    background: url(../en/img/sp/footer_bg.png) center center no-repeat;
    background-size: cover;
    padding-top: 50px;
  }
}

footer .bnr_wrap {
  max-width: 1000px;
  width: 84%;
  margin: 30px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap {
    display: block;
  }
}

footer .bnr_wrap a {
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  margin: 1.5%;
}

footer .bnr_wrap a:first-child {
  width: 22%;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a:first-child {
    width: 60%;
    margin: 0 auto 3%;
    max-width: 240px;
  }
}

footer .bnr_wrap a:nth-child(2) {
  width: 18%;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a:nth-child(2) {
    width: 60%;
    margin: 0 auto 3%;
    max-width: 240px;
  }
}

footer .bnr_wrap a:nth-child(3) {
  width: 32%;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a:nth-child(3) {
    width: 60%;
    margin: 0 auto 3%;
    max-width: 240px;
  }
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a {
    margin-bottom: 10px;
    height: auto;
  }
}

footer .bnr_wrap a:hover {
  opacity: .8;
}

footer .bnr_wrap a img {
  max-height: 100%;
  width: auto;
  display: block;
}

@media screen and (max-width: 900px) {
  footer .bnr_wrap a img {
    width: 100%;
    height: auto;
  }
}

footer .footer_caption_wrap {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}

footer .footer_caption_wrap p {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  footer .footer_caption_wrap p {
    font-size: 2.667vw;
  }
}

footer .copy {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  footer .copy {
    font-size: 2.133vw;
  }
}

.btnoff {
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .talsp {
    text-align: left !important;
  }
}

.border1 {
  border: 1px solid #000;
  padding: .5em;
}

.border1 .indent {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .border1 .indent {
    text-align: left;
  }
}

.quizrally .fntptn3 {
  text-align: left;
}

.quizrally .indent {
  text-align: left;
}

@media screen and (max-width: 900px) {
  .quizrally .indent {
    text-align: left;
  }
}
