@charset 'UTF-8';

/* -------------------------------------------------------------------
  base
-------------------------------------------------------------------- */
html {
  line-height: 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
}

/* -------------------------------------------------------------------
  Utility
-------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .u-pc--none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-tab--none {
    display: none;
  }
}

/* -------------------------------------------------------------------
  Container
-------------------------------------------------------------------- */
.l-content {
  background-color: #fff;
}

/* -------------------------------------------------------------------
  Wrapper
-------------------------------------------------------------------- */
.l-wrap {
  padding-top: 64px;
}

/* -------------------------------------------------------------------
  Header
-------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  /** add 20241023 kobayashi **/
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 64px;
}

.l-header__logo.online_tickets {
  width: 247px;
}

/* -------------------------------------------------------------------
  Footer
-------------------------------------------------------------------- */
.l-footer {
  padding: 7px 16px 8px;
}

.l-footer__block {
  text-align: center;
}

.l-footer__copyright {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #bdbdbd;
}

/* -------------------------------------------------------------------
  Kv
-------------------------------------------------------------------- */
.p-idx__kv {
  height: 517px;
  background-color: #fdd000;
  background: url("/img/pages/idx/kv/kv_bg.png") no-repeat center top #fdd000;
}

.p-idx__kv__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .p-idx__kv__inner {
    width: 888px;
    padding-top: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__kv__inner {
    width: 732px;
    padding-top: 6px;
  }
}

.p-idx__kv__block {
  flex-shrink: 0;
}

.p-idx__kv__alert {
  box-sizing: border-box;
  background-color: #000;
  border-radius: 10px;
  background-image: url("/img/pages/idx/kv/icon_alert.svg");
  background-repeat: no-repeat;
  font-feature-settings: "palt";
}

.p-idx__kv__alert.odakyu {
  box-sizing: border-box;
  border-radius: 10px;
  background-image: url("/img/pages/idx/kv/icon_alert.svg");
  background-repeat: no-repeat;
}

.p-idx__kv__alert.enoshima {
  background-color: white;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .p-idx__kv__alert {
    max-width: 488px;
    margin-top: 66px;
    margin-bottom: 44px;
    padding: 16px 21px 16px 81.5px;
    background-position: top 50% left 24.5px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__kv__alert {
    max-width: 406px;
    margin-top: 91px;
    margin-bottom: 47px;
    padding: 16px 11px 16px 68px;
    background-position: top 50% left 12px;
  }
}

.p-idx__kv__alert__txt {
  font-weight: bold;
  color: #fff500;
}

@media screen and (min-width: 1025px) {
  .p-idx__kv__alert__txt {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__kv__alert__txt {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .p-idx__kv__lead {
    max-width: 465px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__kv__lead {
    max-width: 406px;
  }
}

.p-idx__kv__lead__hdg {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}

.p-idx__kv__lead__hdg img {
  width: 100%;
}

.p-idx__kv__lead__box {
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-idx__kv__lead__box {
    max-width: 453px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__kv__lead__box {
    max-width: 404px;
  }
}

.p-idx__kv__lead__txt {
  color: #000;
}

@media screen and (min-width: 1025px) {
  .p-idx__kv__lead__txt {
    font-size: 20px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__kv__lead__txt {
    font-size: 18px;
    line-height: 35px;
  }
}

/** add 20241023 kobayashi START**/
.p-idx__kv__phone {
  flex-shrink: 1;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.p-idx__kv__phone img.qr-code {
  width: 237px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 30px;
}

body:not(.enoshima) .p-idx__kv__phone.qr_en1 img.qr-code,
body:not(.enoshima) .p-idx__kv__phone.qr_sc img.qr-code {
  top: 80px;
}
body:not(.enoshima) .p-idx__kv__phone.qr_tc img.qr-code {
  top: 100px;
}

body.odakyu .p-idx__kv__phone.qr_en1 img.qr-code,
body.odakyu .p-idx__kv__phone.qr_sc img.qr-code,
body.odakyu .p-idx__kv__phone.qr_tc img.qr-code,
body.romancecarcampaign .p-idx__kv__phone.qr_en1 img.qr-code,
body.romancecarcampaign .p-idx__kv__phone.qr_sc img.qr-code,
body.romancecarcampaign .p-idx__kv__phone.qr_tc img.qr-code,
body.hakone .p-idx__kv__phone.qr_en1 img.qr-code,
body.hakone .p-idx__kv__phone.qr_sc img.qr-code,
body.hakone .p-idx__kv__phone.qr_tc img.qr-code{
  top: 120px;
}

@media screen and (min-width: 1025px) {
  .p-idx__kv__phone {
    width: 430px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__kv__phone {
    width: 358px;
  }

  .p-idx__kv__phone img.qr-code {
    width: 180px;
    top: 180px;
  }

  body:not(.enoshima) .p-idx__kv__phone.qr_en1 img.qr-code,
  body:not(.enoshima) .p-idx__kv__phone.qr_sc img.qr-code {
    top: 150px;
  }

  body:not(.enoshima) .p-idx__kv__phone.qr_tc img.qr-code {
    top: 150px;
  }
}

/** add 20241023 kobayashi END **/

.p-idx__kv__phone img {
  width: 100%;
}

/* English */
@media screen and (min-width: 1025px) {
  .en .p-idx__kv__inner {
    padding-top: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .en .p-idx__kv__inner {
    padding-top: 6px;
  }
}

@media screen and (min-width: 1025px) {
  .en .p-idx__kv__alert {
    margin-top: 66px;
    padding-top: 19px;
    padding-right: 37.5px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .en .p-idx__kv__alert {
    margin-top: 91px;
  }
}

.en .p-idx__kv__alert__txt {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .en .p-idx__kv__alert__txt {
    font-size: 21px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .en .p-idx__kv__alert__txt {
    font-size: 15px;
    line-height: 20px;
  }
}

.en .p-idx__kv__lead__txt {
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 1025px) {
  .en .p-idx__kv__lead__txt {
    font-size: 20px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .en .p-idx__kv__lead__txt {
    font-size: 18px;
    line-height: 35px;
  }
}

/* -------------------------------------------------------------------
  Area
-------------------------------------------------------------------- */
/* tickets */
.p-idx__tickets {
  padding: 40px 0 50px;
}

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

.p-idx__tickets__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-idx__tickets__list {
    max-width: 876px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__tickets__list {
    max-width: 722px;
  }
}

.p-idx__tickets__list__item {
  position: relative;
  flex-shrink: 0;
  padding-top: 16px;
  border: 4px solid #333333;
  box-sizing: border-box;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}

.p-idx__tickets__list__item:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 18.5px;
  background-image: url("/img/pages/idx/content/arrow_next.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .p-idx__tickets__list__item {
    width: 189px;
  }

  .p-idx__tickets__list__item:not(:last-of-type) {
    margin-right: 40px;
  }

  .p-idx__tickets__list__item:not(:last-of-type):after {
    right: -33px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__tickets__list__item {
    width: 158px;
  }

  .p-idx__tickets__list__item:not(:last-of-type) {
    margin-right: 30px;
  }

  .p-idx__tickets__list__item:not(:last-of-type):after {
    right: -27px;
  }
}

.p-idx__tickets__list__icon {
  margin-bottom: 8px;
  text-align: center;
}

.p-idx__tickets__list__txt {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}

.p-idx__tickets__list__img {
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-idx__tickets__list__img {
    width: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__tickets__list__img {
    width: 154px;
  }
}

.p-idx__tickets__list__img img {
  width: 100%;
}

.p-idx__tickets__list__img.is-full {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .p-idx__tickets__list__img.is-full {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-idx__tickets__list__img.is-full {
    margin-top: 41px;
  }
}

.p-idx__tickets__list__img.is-full img {
  border-radius: 0 0 15px 15px;
}

/* English */
.en .p-idx__tickets__list__txt {
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}

.en .p-idx__tickets__list__txt.is--new_line {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 19px;
}

@media screen and (min-width: 1025px) {
  .en .p-idx__tickets__list__img.is-full {
    margin-top: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .en .p-idx__tickets__list__img.is-full {
    margin-top: 43px;
  }
}

/* -------------------------------------------------------------------
  Language switching
-------------------------------------------------------------------- */
.c-lang_switching {
  padding: 9px 7px;
  border: 1px solid #4f4f4f;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #4f4f4f;
  transition: opacity 0.5s;
  position: absolute;
  right: 9px;
}

.c-lang_switching:hover {
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.5s;
}

/* -------------------------------------------------------------------
  Modal
-------------------------------------------------------------------- */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

.c-modal__bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}

.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}

.c-modal__hdg {
  display: block;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.c-modal__radio {
  margin-bottom: 30px;
}

.c-modal__radio__box {
  display: flex;
  flex-direction: column;
}

.c-modal__radio__item:not(:last-of-type) {
  margin-bottom: 18px;
}

.c-modal__radio__input {
  display: none;
}

.c-modal__radio__input + label {
  display: block;
  position: relative;
  padding-left: 27px;
  font-weight: bold;
  font-size: 16px;
  color: #4f4f4f;
}

.c-modal__radio__input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}

.c-modal__radio__input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #4f4f4f;
  border-radius: 50%;
}

.c-modal__btn:not(:last-of-type) {
  margin-bottom: 15px;
}

.c-modal__btn--lang {
  display: block;
  width: 315px;
  padding: 12px;
  background-color: #fdd000;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.c-modal__btn--cancel {
  display: block;
  width: 315px;
  padding: 12px;
  background-color: #e0e0e0;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.c-modal__btn--lang,
.c-modal__btn--cancel {
  transition: opacity 0.5s;
}

.c-modal__btn--lang:hover,
.c-modal__btn--cancel:hover {
  opacity: 0.75;
  transition: opacity 0.5s;
}

body.c-modal--fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------
  Switching content
-------------------------------------------------------------------- */
body.en .js-switcing-content-en {
  display: block;
}

body.en .js-switcing-content-ja {
  display: none;
}

body.en .js-switcing-content-sc {
  display: none;
}

body.en .js-switcing-content-tc {
  display: none;
}

body.sc .js-switcing-content-sc {
  display: block;
}

body.sc .js-switcing-content-tc {
  display: none;
}

body.sc .js-switcing-content-ja {
  display: none;
}

body.sc .js-switcing-content-en {
  display: none;
}

body.tc .js-switcing-content-tc {
  display: block;
}

body.tc .js-switcing-content-sc {
  display: none;
}

body.tc .js-switcing-content-ja {
  display: none;
}

body.tc .js-switcing-content-en {
  display: none;
}

body.ja .js-switcing-content-ja {
  display: block;
}

body.ja .js-switcing-content-sc {
  display: none;
}

body.ja .js-switcing-content-tc {
  display: none;
}

body.ja .js-switcing-content-en {
  display: none;
}

.online_tickets .p-idx__kv {
  background: url("/img/pages/idx/content/online_tickets/img_top_online_tickets.png")
    no-repeat center top #fdd000;
}

.online_tickets .l-header__logo {
  width: 247px;
}

.online_tickets .p-idx__kv__alert {
  background-color: #000;
  background-image: url("/img/pages/idx/kv/icon_alert.svg");
}

.enoshima .p-idx__kv__gradient {
  background-image: linear-gradient(90deg, #277089 0%, #40ac6e 100%);
}

.enoshima .p-idx__kv {
  background: url("/img/pages/idx/content/enoshima/img_top_enomkama.png")
    no-repeat center top;
}

.enoshima .l-header__logo {
  width: 160px;
}

.enoshima .p-idx__kv__alert,
.odakyu .p-idx__kv__alert {
  background-color: white;
  background-image: url("/img/pages/idx/icon/enoshima/icon_alert.svg");
}

.enoshima .p-idx__kv__alert__txt,
.odakyu .p-idx__kv__alert__txt {
  color: #000;
}

.enoshima .p-idx__kv__lead__hdg,
.odakyu .p-idx__kv__lead__hdg {
  border-bottom: 3px solid #fff;
}

.enoshima .p-idx__kv__lead__txt,
.odakyu .p-idx__kv__lead__txt {
  color: #fff;
}

.odakyu .p-idx__kv {
  background: url("/img/pages/idx/content/odakyu/img_bg_global.png") no-repeat
    center top #0082cd;
}

.odakyu .l-header__logo {
  width: 200px;
}

.p-idx__kv__lead__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 39px;
}

@media screen and (min-width: 1025px) {
  .enoshima .p-idx__kv__alert,
  .odakyu .p-idx__kv__alert {
    margin-bottom: 30px;
  }

  .p-idx__kv__lead__title {
    font-size: 25px;
  }
}

.--bold {
  font-weight: 600;
}

.--fs25 {
  font-size: 25px;
}
