/**********************************************************************************
// common.css
// PC・SP 全ページ共通css
**********************************************************************************/

html,
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}

::-webkit-input-placeholder {
  color: #fff;
}

/**********************************************************************************
// layout
**********************************************************************************/
#hakone-wrapper {
  position: relative;
  width: 100%;
  color: #000;
  word-break: break-all;
}
#hakone-wrapper.show-modal {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
#hakone-wrapper img {
  display: block;
}
#hakone-wrapper a:hover {
  opacity: 0.5;
}

.hakone-body {
  background-color: #f3f3f3;
}
.hakone-body__inner {
}

.hakone-sec {
}
.hakone-sec__inner {
  display: block;
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
.hakone-sec__title {
  position: relative;
  display: block;
  margin-bottom: 50px;
  font-family: Avenir, Helvetica Neue, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1.6px;
}
.hakone-sec__title::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 40px;
  height: 6px;
  content: "";
  background-color: #e60012;
  transform: translateX(-50%);
}
.hakone-sec__subtitle {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.96px;
}

/***********************************************************
// layout - pc
***********************************************************/
body.isPC #hakone-wrapper {
  min-width: 1100px;
}
body.isPC:not(#top) .hakone-sec__title {
  margin-bottom: 60px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 1.6;
}

/***********************************************************
// layout - sp
***********************************************************/
body.isSP #hakone-wrapper {
  padding-bottom: 66px;
}
body.isSP .hakone-sec__inner {
  padding: 0 5%;
}
body.isSP .hakone-sec__title {
  padding-left: 30px;
  margin-bottom: 35px;
  margin-left: -5.5%;
  font-size: 30px;
  text-align: left;
  letter-spacing: 1.2px;
}
body.isSP .hakone-sec__title::before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 8px;
  transform: translateY(-50%);
}
body.isSP:not(#top) .hakone-sec__title {
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
}

/**********************************************************************************
// hakone-header
**********************************************************************************/
.hakone-header {
}
.hakone-header__inner {
}

/**********************************************************************************
// hakone-footer
**********************************************************************************/
.hakone-footer {
  overflow: hidden;
  background-color: #2f2f2f;
}
.hakone-footer__inner {
}

/* hakone-footer hakone-menu
========================================== */
.hakone-footer .hakone-menu {
  padding: 60px 0;
  margin-top: 40px;
  background-color: #000;
}
.hakone-footer .hakone-menu__inner {
  max-width: 960px;
}

/***********************************************************
// hakone-footer - pc
***********************************************************/
/* hakone-footer hakone-menu
========================================== */
body.isPC .hakone-menu__box:only-child {
  width: 600px;
}

/***********************************************************
// hakone-footer - sp
***********************************************************/
/* hakone-footer hakone-menu
========================================== */
body.isSP .hakone-footer .hakone-menu {
  display: none;
  padding: 40px 0 30px;
}

/**********************************************************************************
// hakone-logo
**********************************************************************************/
.hakone-logo {
  background-color: #a4843d;
}
.hakone-logo__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.hakone-logo__ntv a,
.hakone-logo__hakone a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.hakone-logo__ntv {
  width: 66px;
  height: 30px;
}
.hakone-logo__ntv a {
  background-image: url(/hakone/98/assets/images/common/logo_ntv.png);
}
.hakone-logo__hakone {
  width: 87px;
  height: 40px;
}
.hakone-logo__hakone a {
  background-image: url(/hakone/98/assets/images/common/logo_hakone.png);
}

/***********************************************************
// hakone-logo - sp
***********************************************************/
body.isSP .hakone-logo__inner {
  padding: 0 4% !important;
}

/**********************************************************************************
// hakone-btn
**********************************************************************************/
.hakone-btn {
  position: relative;
  max-width: 300px;
  padding: 10px 30px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #a4843d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a4843d;
}
.hakone-btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/hakone/98/assets/images/arrow/icon_arrow_gold.png) no-repeat
    center transparent;
  background-size: contain;
  transform: translateY(-50%);
}
.hakone-btn.btn--back {
  padding: 10px 30px;
}
.hakone-btn.btn--back::before {
  right: auto;
  left: 15px;
  transform: translateY(-50%) rotate(-180deg);
}

/**********************************************************************************
// hakone-ad-top
**********************************************************************************/
.hakone-ad-top {
  padding: 15px 0;
}
.hakone-ad-top__inner {
}
.hakone-ad-top__item {
  max-width: 675px;
  margin: 0 auto;
}

/***********************************************************
// hakone-ad-top - sp
***********************************************************/
body.isSP .hakone-ad-top {
  padding: 10px 0;
}
body.isSP .hakone-ad-top__inner {
  padding: 0;
}
body.isSP .hakone-ad-top__item {
  max-width: 320px;
}

/**********************************************************************************
// hakone-ad-bottom
**********************************************************************************/
.hakone-ad-bottom {
  margin-top: 40px;
}
.hakone-ad-bottom__inner {
}
.hakone-ad-bottom__item {
  max-width: 675px;
  margin: 0 auto;
}

/***********************************************************
// hakone-ad-bottom - sp
***********************************************************/
body.isSP .hakone-ad-bottom {
  margin-top: 0;
}
body.isSP .hakone-ad-bottom__inner {
  padding: 0;
}
body.isSP .hakone-ad-bottom__item {
  max-width: 320px;
}

/**********************************************************************************
// hakone-ad-half
**********************************************************************************/
.hakone-ad-half {
  margin-top: 40px;
}
.hakone-ad-half__inner {
  max-width: 880px;
}

.hakone-ad-half__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.hakone-ad-half__item {
  width: 180px;
  max-width: 180px;
}
.hakone-ad-half__item:nth-child(n + 5) {
  margin-top: 15px;
}
.hakone-ad-half__item:not(:nth-child(4n + 1)) {
  margin-left: calc((100% - (180px * 4)) / 3);
}
.hakone-ad-half__item.hakone {
  font-size: 0;
}
.hakone-ad-half__item.hakone a {
  opacity: 1 !important;
}
.hakone-ad-half__item.hakone .hakone-ad-half__img {
  padding-top: 60px;
  background-image: url(/hakone/98/assets/images/banner/banner_hakone_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/***********************************************************
// hakone-ad-half - sp
***********************************************************/
body.isSP .hakone-ad-half {
  margin-top: 20px;
}
body.isSP .hakone-ad-half__inner {
  padding: 0;
}
body.isSP .hakone-ad-half__list {
  width: 320px;
  margin: 0 auto;
}
body.isSP .hakone-ad-half__item {
  width: 155px;
  margin-left: 10px !important;
}
body.isSP .hakone-ad-half__item:nth-child(n + 3) {
  margin-top: 12px !important;
}
body.isSP .hakone-ad-half__item:nth-child(2n + 1) {
  margin-left: 0 !important;
}
body.isSP .hakone-ad-half__item.hakone .hakone-ad-half__img {
  padding-top: 50px;
  background-image: url(/hakone/98/assets/images/banner/banner_hakone_sp.jpg);
}

/**********************************************************************************
// contents-popular 人気記事
**********************************************************************************/
.contents-popular {
  padding-bottom: 70px;
  background-color: #f3f3f3;
}
.contents-popular__inner {
  max-width: 1040px;
}
.contents-popular__title {
  margin-bottom: 50px !important;
}
.contents-popular .hakone-article-mix__item::after {
  position: absolute;
  top: -5px;
  left: -20px;
  z-index: 50;
  display: block;
  width: 50px;
  padding: 0 9px;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  text-align: center;
  content: "1";
  background-color: #000;
}
.contents-popular .hakone-article-mix__item:nth-child(2)::after {
  content: "2";
}
.contents-popular .hakone-article-mix__item:nth-child(3)::after {
  content: "3";
}
body.isPC .contents-popular .hakone-article-mix__item.is-new::before {
  top: 45px;
  width: 50px;
  padding: 0;
  text-align: center;
}

/***********************************************************
// contents-popular - sp
***********************************************************/
body.isSP .contents-popular {
  padding-bottom: 40px;
}

body.isSP .contents-popular__title {
  margin-bottom: 30px !important;
}

body.isSP .contents-popular .hakone-article-mix__item::after {
  top: 5px;
  left: -5px;
  width: 50px;
  font-size: 14px;
  line-height: 20px;
}
body.isSP .contents-popular .hakone-article-mix__item.is-new::before {
  top: 25px;
  left: -5px;
  width: 50px;
}

/**********************************************************************************
// contents-recommend おすすめ記事
**********************************************************************************/
.contents-recommend {
  padding-bottom: 70px;
  background-color: #f3f3f3;
}
.contents-recommend__inner {
  max-width: 1040px;
}
.contents-recommend__title {
  margin-bottom: 50px !important;
}
body.isPC .contents-recommend .hakone-article-mix__item.is-new::before {
  top: 45px;
  width: 50px;
  padding: 0;
  text-align: center;
}

/***********************************************************
// contents-recommend - sp
***********************************************************/
body.isSP .contents-recommend {
  padding-bottom: 40px;
}

body.isSP .contents-recommend__title {
  margin-bottom: 30px !important;
}

body.isSP
  .contents-recommend
  .hakone-article-mix__item
  .hakone-article-mix__thumb {
  width: 100%;
}

/**********************************************************************************
// hakone-info-timeline
**********************************************************************************/
.hakone-info-timeline {
  background-color: #fff;
}
.hakone-info-timeline__inner {
  max-width: 860px;
  padding: 60px 0;
  margin-top: 40px;
}

.hakone-info-timeline__title {
  margin-bottom: 35px;
  font-family: Avenir, Helvetica Neue, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.96px;
}
.hakone-info-timeline__list {
  font-size: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.hakone-info-timeline__item {
}
.hakone-info-timeline__item:nth-child(n + 2) {
  border-top: 1px solid #ccc;
}
.hakone-info-timeline__item a {
  position: relative;
  padding: 18px 32px 18px 0;
}
.hakone-info-timeline__item a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 12px;
  content: "";
  background: url(/hakone/98/assets/images/arrow/icon_arrow_gold.png) no-repeat
    center transparent;
  background-size: contain;
  transform: translateY(-50%);
}
.hakone-info-timeline__label {
  position: relative;
  display: inline-block;
  padding: 0 8px 0 30px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.56px;
  background-color: #000;
}
.hakone-info-timeline__label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 16px;
  transform: translateY(-50%);
}
.hakone-info-timeline__label.label--traffic::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_traffic.png);
}
.hakone-info-timeline__label.label--gakuren::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_gakuren.png);
}
.hakone-info-timeline__label.label--program::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_program.png);
  background-size: auto 12px;
}
.hakone-info-timeline__label.label--other::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_other.png);
}
.hakone-info-timeline__text {
  display: inline;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.64px;
}

/***********************************************************
// hakone-info-timeline - sp
***********************************************************/
body.isSP .hakone-info-timeline__inner {
  padding: 40px 8.5%;
  margin-top: 0;
}
body.isSP .hakone-info-timeline__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.72px;
}
body.isSP .hakone-info-timeline__item a {
  padding: 12px 0;
}
body.isSP .hakone-info-timeline__item a::after {
  display: none;
}
body.isSP .hakone-info-timeline__label {
  padding: 1px 8px 1px 25px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
body.isSP .hakone-info-timeline__label::before {
  left: 2px;
  width: 25px;
  height: 14px;
  background-size: auto 14px;
}
body.isSP .hakone-info-timeline__label.label--program::before {
  background-size: auto 10px;
}
body.isSP .hakone-info-timeline__text {
  font-size: 14px;
  letter-spacing: 0.56px;
}

/**********************************************************************************
// hakone-mv
**********************************************************************************/
.hakone-mv {
}
.hakone-mv__inner {
  max-width: 100%;
  padding: 0;
}

.hakone-mv__img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(226 / 1600 * 100%);
  font-size: 0;
  background-image: url(/hakone/98/assets/images/common/mv_pc_second.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hakone-mv__img.fin {
  padding-top: calc(226 / 1600 * 100%);
  background-image: url(/hakone/98/assets/images/common/mv_pc_second_end.jpg) !important;
}

/***********************************************************
// hakone-mv - sp
***********************************************************/
body.isSP .hakone-mv {
  border-bottom: 4px solid #000;
}
body.isSP .hakone-mv__inner {
  padding: 0;
}
body.isSP .hakone-mv__img {
  padding-top: calc(320 / 828 * 100%);
  background-image: url(/hakone/98/assets/images/common/mv_sp_second.jpg);
}
body.isSP .hakone-mv__img.fin {
  padding-top: calc(320 / 828 * 100%);
  background-image: url(/hakone/98/assets/images/common/mv_sp_second_end.jpg) !important;
}

/**********************************************************************************
// hakone-nav
**********************************************************************************/
.hakone-nav {
  background-color: #000;
}
.hakone-nav__inner {
}

.hakone-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0;
}
.hakone-nav__item {
}
.hakone-nav__item a {
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}
.hakone-nav__item a:hover {
  color: #a4843d;
  opacity: 1 !important;
}
.hakone-nav__item.is-coming a {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.hakone-nav__item.live a {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.hakone-nav__item.live-red a {
  color: #e60012;
}
.hakone-nav__item.live-red a:hover {
  opacity: 0.8 !important;
  transition: opacity 0s;
}
.hakone-nav__item a span {
  display: block;
  font-size: 16px;
}

/***********************************************************
// hakone-nav - sp
***********************************************************/
body.isSP .hakone-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 66px;
}
body.isSP .hakone-nav__inner {
  padding: 0;
}

body.isSP .hakone-nav__list {
  align-items: flex-start;
  padding: 0;
}
body.isSP .hakone-nav__item {
  width: 25%;
  height: 100%;
}
body.isSP .hakone-nav__item a {
  height: 100%;
  padding: 10px 0;
}
body.isSP .hakone-nav__item.live-red a {
  color: #e60012;
}
body.isSP .hakone-nav__item a span {
  position: relative;
  font-size: 11px;
  line-height: 1;
}
body.isSP .hakone-nav__item a span::before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.isSP .hakone-nav__item.home a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_home.png);
}
body.isSP .hakone-nav__item.list a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_list.png);
}
body.isSP .hakone-nav__item.pencil a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_pencil.png);
}
body.isSP .hakone-nav__item.movie a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_movie.png);
}
body.isSP .hakone-nav__item.live a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_live.png);
}
body.isSP .hakone-nav__item.live-red a span::before {
  background-image: url(/hakone/98/assets/images/icon/icon_live-red.png);
}
body.isSP .hakone-nav__item.menu a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_menu.png);
}
body.isSP .hakone-nav__item.menu_close a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_menu_close.png);
}
body.isSP .hakone-nav__item.flag a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_flag.png);
}
body.isSP .hakone-nav__item.runner a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_runner.png);
}
body.isSP .hakone-nav__item.team a span::before {
  background-image: url(/hakone/98/assets/images/icon/white/icon_team.png);
}

/* hakone-nav is-static
========================================== */
body.isSP .hakone-nav.is-static {
  position: static;
  z-index: 0;
}

/**********************************************************************************
// hakone-menu
**********************************************************************************/
.hakone-menu {
}
.hakone-menu__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
.hakone-menu__box {
  width: 300px;
}
.hakone-menu__box:not(:first-of-type) {
  margin-left: 30px;
}
.hakone-menu__box.box--main {
}
.hakone-menu__box.box--yosen {
}
.hakone-menu__box.box--contents {
}

.hakone-menu__title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.64px;
  border-bottom: 1px solid #ccc;
}
.hakone-menu__title span {
  position: relative;
  z-index: 0;
}
.hakone-menu__title span::before {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #e60012;
}
.hakone-menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.hakone-menu__item {
  width: calc((100% - 20px) / 2);
}
.hakone-menu__item:nth-child(n + 3) {
  margin-top: 20px;
}
.hakone-menu__item:nth-child(2n + 1) {
  margin-right: 20px;
}
.hakone-menu__item a {
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.hakone-menu__item a:hover {
  opacity: 0.5;
}

/* hakone-menu-modal
========================================== */
.hakone-menu-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.hakone-menu-modal__box {
  z-index: 200;
  display: block;
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  opacity: 1;
  transition: all 0.8s;
}
.hakone-menu-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  background: url(/hakone/98/assets/images/icon/white/icon_menu_close.png)
    no-repeat center transparent;
  background-size: contain;
}
.hakone-menu-modal__close::after {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  display: block;
  width: 6rem;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.56px;
  content: "閉じる";
  transform: translateX(-50%);
}

/***********************************************************
// hakone-menu - pc
***********************************************************/
/* hakone-menu-modal
========================================== */
body.isPC .hakone-menu-modal {
  position: absolute;
  min-width: 1100px;
  overflow-x: scroll;
}

/***********************************************************
// hakone-menu - sp
***********************************************************/
body.isSP .hakone-menu {
  overflow-y: scroll;
}
body.isSP .hakone-menu__inner {
  flex-direction: column;
  padding: 0;
}
body.isSP .hakone-menu__box {
  width: 100%;
  padding: 0;
}
body.isSP .hakone-menu__box:not(:first-of-type) {
  margin-top: 30px;
  margin-left: 0;
}
body.isSP .hakone-menu__title {
  padding-bottom: 0;
  padding-left: 5%;
  font-size: 20px;
  border-bottom: none;
}
body.isSP .hakone-menu__title span::before {
  top: 50%;
  left: -21px;
  z-index: -1;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
body.isSP .hakone-menu__list {
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 2.5% 0 5%;
}
body.isSP .hakone-menu__item {
  width: 50%;
}
body.isSP .hakone-menu__item:nth-child(n + 1) {
  margin-top: 0;
}
body.isSP .hakone-menu__item:nth-child(2n + 1) {
  margin-right: 0;
}
body.isSP .hakone-menu__item a {
  position: relative;
  display: table;
  width: 100%;
  padding: 14px 30px 14px 10px;
  line-height: 1.4;
}
body.isSP .hakone-menu__item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 5px;
  height: 10px;
  content: "";
  background: url(/hakone/98/assets/images/arrow/icon_arrow_white.png) no-repeat
    center transparent;
  background-size: contain;
  transform: translateY(-50%);
}
body.isSP .hakone-menu__item a span {
  display: table-cell;
  vertical-align: middle;
}

/* hakone-menu-modal
========================================== */
body.isSP .hakone-menu-modal {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.95);
}
body.isSP .hakone-menu-modal__close {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
body.isSP .hakone-menu-modal__close::after {
  bottom: -1.5rem;
  width: 4rem;
  font-size: 10px;
}

/**********************************************************************************
// hakone-article-card
**********************************************************************************/
.hakone-article-card {
}
.hakone-article-card__inner {
}

.hakone-article-card__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.hakone-article-card__list:nth-of-type(n + 2) {
  margin-top: 40px;
}
.hakone-article-card__item {
  position: relative;
  width: calc((100% - 120px) / 3);
  margin-left: 58px;
}
.hakone-article-card__item:nth-child(n + 4) {
  margin-top: 20px;
}
.hakone-article-card__item:nth-child(3n + 1) {
  margin-left: 0;
}
.hakone-article-card__item.is-new {
}
.hakone-article-card__item.is-new::before {
  position: absolute;
  top: 5px;
  left: -20px;
  z-index: 50;
  display: block;
  padding: 0 9px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  content: "NEW";
  background-color: #e60012;
}
.hakone-article-card__thumb {
}
.hakone-article-card__thumb a {
  position: relative;
}
.hakone-article-card__thumb a.is-video::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 13px 0 13px 20px;
}
.hakone-article-card__thumb a.is-video::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 65px;
  height: 65px;
  margin: auto;
  content: "";
  background-color: #a4843d;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 0.8;
}
.hakone-article-card__thumb a img {
  width: 100%;
}
.hakone-article-card__body {
  position: relative;
  top: -20px;
  left: -20px;
  padding: 15px 20px;
  background-color: #fff;
}
.hakone-article-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.56px;
}
.hakone-article-card__title a {
}
.hakone-article-card__tag {
  font-size: 0;
}
.hakone-article-card__tag a {
  display: inline-block;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 13px;
  color: #a4843d;
  background-color: #fff;
  border: 1px solid #a4843d;
  border-radius: 12px;
}
.hakone-article-card__tag a:hover {
  color: #fff;
  background-color: #a4843d;
  border-color: #a4843d;
  opacity: 1 !important;
}
.hakone-article-card__tag a span {
}
.hakone-article-card__btn {
  margin-top: 20px;
}
.hakone-article-card__btn a {
  max-width: 320px;
  padding: 10px 10px 10px 30px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #a4843d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a4843d;
}
.hakone-article-card__btn a span {
  position: relative;
  display: inline-block;
}
.hakone-article-card__btn a span::before {
  position: absolute;
  top: 50%;
  left: -27px;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background: url(/hakone/98/assets/images/icon/gold/icon_load.png) no-repeat
    center;
  background-size: contain;
  transform: translateY(-50%);
}

/**********************************************************************************
// hakone-article-card - sp
**********************************************************************************/
body.isSP .hakone-article-card__thumb a.is-video::before {
  left: 5px;
  border-width: 10px 0 10px 15px;
}
body.isSP .hakone-article-card__thumb a.is-video::after {
  width: 40px;
  height: 40px;
}

/* hakone-article-card__list list--1column
========================================== */
.hakone-article-card__list.list--1column .hakone-article-card__item {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.hakone-article-card__list.list--1column
  .hakone-article-card__item:nth-child(n + 2) {
  margin-top: 40px !important;
}
.hakone-article-card__list.list--1column
  .hakone-article-card__item.is-new::before {
  top: 10px;
  left: -20px;
  padding: 3px 20px;
  font-size: 18px;
}
.hakone-article-card__list.list--1column .hakone-article-card__body {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: -140px;
  width: 406px;
}
.hakone-article-card__list.list--1column .hakone-article-card__title {
  font-size: 18px;
  letter-spacing: 0.72px;
}
.hakone-article-card__list.list--1column .hakone-article-card__tag a {
  margin-top: 15px;
  font-size: 13px;
  border-radius: 20px;
}

/* hakone-article-card__list list--2column
========================================== */
.hakone-article-card__list.list--2column .hakone-article-card__item {
  width: 48%;
  margin-left: 4%;
}
.hakone-article-card__list.list--2column
  .hakone-article-card__item:nth-child(2n + 1) {
  margin-left: 0;
}
.hakone-article-card__list.list--2column
  .hakone-article-card__item:nth-child(n + 3) {
  margin-top: 30px;
}
.hakone-article-card__list.list--2column
  .hakone-article-card__item.is-new::before {
  top: 15px;
  left: -20px;
  padding: 0 12px;
  font-size: 18px;
}
.hakone-article-card__list.list--2column .hakone-article-card__title {
  font-size: 18px;
}

/***********************************************************
// hakone-article-card - sp
***********************************************************/
body.isSP .hakone-article-card__list:nth-of-type(n + 2) {
  margin-top: 25px;
}
body.isSP .hakone-article-card__item {
  width: 47.5%;
  margin-left: 5% !important;
}
body.isSP .hakone-article-card__item:nth-child(n + 3) {
  margin-top: 30px !important;
}
body.isSP .hakone-article-card__item:nth-child(2n + 1) {
  margin-left: 0 !important;
}
body.isSP .hakone-article-card__item:nth-child(3n + 1) {
  margin-left: 0;
}
body.isSP .hakone-article-card__item.is-new::before {
  top: 5px;
  left: -5px;
  padding: 0 9px;
  font-size: 12px;
}
body.isSP .hakone-article-card__body {
  top: 0;
  left: 0;
  padding: 12px 0 0;
  background-color: transparent;
}
body.isSP .hakone-article-card__title {
  font-size: 14px;
}
body.isSP .hakone-article-card__tag a {
  padding: 0 8px;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.56px;
  background-color: transparent;
  border-radius: 11px;
}
body.isSP .hakone-article-card__tag a:hover {
  color: #fff;
  background-color: #a4843d;
  border-color: #a4843d;
}
body.isSP .hakone-article-card__btn {
  margin-top: 40px;
}
body.isSP .hakone-article-card__btn a {
  max-width: 300px;
}

/* hakone-article-card__list list--1column
========================================== */
body.isSP
  .hakone-article-card__list.list--1column
  .hakone-article-card__item:nth-child(n + 2) {
  margin-top: 40px !important;
}
body.isSP
  .hakone-article-card__list.list--1column
  .hakone-article-card__item.is-new::before {
  top: 15px;
  left: -10px;
  padding: 0 17px;
  font-size: 16px;
}
body.isSP .hakone-article-card__list.list--1column .hakone-article-card__body {
  position: relative;
  top: auto;
  bottom: 15px;
  left: -20px;
  width: calc(100% + 8px);
  padding: 15px 20px 20px;
  background-color: #fff;
}
body.isSP .hakone-article-card__list.list--1column .hakone-article-card__title {
  font-size: 18px;
  letter-spacing: 0.72px;
}
body.isSP .hakone-article-card__list.list--1column .hakone-article-card__tag a {
  font-size: 12px;
  border-radius: 11px;
}

/* hakone-article-card__list list--2column
========================================== */
body.isSP .hakone-article-card__list.list--2column .hakone-article-card__item {
  width: 47.5%;
  margin-left: 5% !important;
}
body.isSP
  .hakone-article-card__list.list--2column
  .hakone-article-card__item:nth-child(2n + 1) {
  margin-left: 0 !important;
}
body.isSP
  .hakone-article-card__list.list--2column
  .hakone-article-card__item.is-new::before {
  top: 5px;
  left: -5px;
  padding: 0 9px;
  font-size: 12px;
}
body.isSP .hakone-article-card__list.list--2column .hakone-article-card__title {
  font-size: 14px;
}

/**********************************************************************************
// hakone-article-media
**********************************************************************************/
.hakone-article-media {
}
.hakone-article-media__inner {
}

.hakone-article-media__list {
}
.hakone-article-media__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.hakone-article-media__item:only-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.hakone-article-media__item.is-new {
}
.hakone-article-media__item.is-new::before {
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 50;
  display: block;
  padding: 0 10px;
  color: #fff;
  content: "NEW";
  background-color: #e60012;
}
.hakone-article-media__thumb {
  width: 38.2%;
}
.hakone-article-media__thumb a {
  position: relative;
}
.hakone-article-media__thumb a.is-video::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 13px 0 13px 20px;
}
.hakone-article-media__thumb a.is-video::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  content: "";
  background-color: #a4843d;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 0.8;
}
.hakone-article-media__thumb a img {
  width: 100%;
}
.hakone-article-media__body {
  width: 61.8%;
  padding-left: 30px;
}
.hakone-article-media__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
.hakone-article-media__title a {
}
.hakone-article-media__tag {
  margin-top: 10px;
  font-size: 0;
}
.hakone-article-media__tag a {
  display: inline-block;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 13px;
  color: #a4843d;
  border: 1px solid #a4843d;
  border-radius: 12px;
}
.hakone-article-media__tag a:hover {
  color: #fff;
  background-color: #a4843d;
  border-color: #a4843d;
  opacity: 1 !important;
}
.hakone-article-media__tag a span {
}

/***********************************************************
// hakone-article-media - sp
***********************************************************/
body.isSP .hakone-article-media__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.isSP .hakone-article-media__item.is-new::before {
  top: 5px;
  left: -5px;
  padding: 0 9px;
  font-size: 12px;
}
body.isSP .hakone-article-media__thumb {
  width: 47.5%;
}
body.isSP .hakone-article-media__thumb a.is-video::before {
  left: 5px;
  border-width: 10px 0 10px 15px;
}
body.isSP .hakone-article-media__thumb a.is-video::after {
  width: 40px;
  height: 40px;
}
body.isSP .hakone-article-media__body {
  width: 52.5%;
  padding-left: 5.5%;
}
body.isSP .hakone-article-media__title {
  font-size: 14px;
  letter-spacing: 0.56px;
}
body.isSP .hakone-article-media__tag {
  margin-top: 3px;
}
body.isSP .hakone-article-media__tag a {
  padding: 0 8px;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.56px;
  border-radius: 11px;
}

/**********************************************************************************
// hakone-article-mix
// PC - card
// SP - media
**********************************************************************************/
/***********************************************************
// hakone-article-mix - pc
***********************************************************/
body.isPC .hakone-article-mix {
}
body.isPC .hakone-article-mix__inner {
}

body.isPC .hakone-article-mix__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
body.isPC .hakone-article-mix__list:nth-of-type(n + 2) {
  margin-top: 40px;
}
body.isPC .hakone-article-mix__item {
  position: relative;
  width: calc((100% - 120px) / 3);
  margin-left: 58px;
}
body.isPC .hakone-article-mix__item:nth-child(n + 4) {
  margin-top: 20px;
}
body.isPC .hakone-article-mix__item:nth-child(3n + 1) {
  margin-left: 0;
}
body.isPC .hakone-article-mix__item.is-new {
}
body.isPC .hakone-article-mix__item.is-new::before {
  position: absolute;
  top: 5px;
  left: -20px;
  z-index: 50;
  display: block;
  padding: 0 9px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  content: "NEW";
  background-color: #e60012;
}
body.isPC .hakone-article-mix__thumb {
}
body.isPC .hakone-article-mix__thumb a {
}
body.isPC .hakone-article-mix__thumb a img {
  width: 100%;
}
body.isPC .hakone-article-mix__body {
  position: relative;
  top: -20px;
  left: -20px;
  padding: 15px 20px;
  background-color: #fff;
}
body.isPC .hakone-article-mix__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.56px;
}
body.isPC .hakone-article-mix__title a {
}
body.isPC .hakone-article-mix__tag {
  font-size: 0;
}
body.isPC .hakone-article-mix__tag a {
  display: inline-block;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 13px;
  color: #a4843d;
  background-color: #fff;
  border: 1px solid #a4843d;
  border-radius: 12px;
}
body.isPC .hakone-article-mix__tag a:hover {
  color: #fff;
  background-color: #a4843d;
  border-color: #a4843d;
  opacity: 1 !important;
}
body.isPC .hakone-article-mix__tag a span {
}

/***********************************************************
// hakone-article-mix - sp
***********************************************************/
body.isSP .hakone-article-mix {
}
body.isSP .hakone-article-mix__inner {
}

body.isSP .hakone-article-mix__list {
}
body.isSP .hakone-article-mix__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
body.isSP .hakone-article-mix__item:only-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
body.isSP .hakone-article-mix__item.is-new {
}
body.isSP .hakone-article-mix__item.is-new::before {
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: 50;
  display: block;
  padding: 0 9px;
  font-size: 12px;
  color: #fff;
  content: "NEW";
  background-color: #e60012;
}
body.isSP .hakone-article-mix__thumb {
  width: 47.5%;
}
body.isSP .hakone-article-mix__thumb a {
}
body.isSP .hakone-article-mix__thumb a img {
  width: 100%;
}
body.isSP .hakone-article-mix__body {
  width: 52.5%;
  padding-left: 5.5%;
}
body.isSP .hakone-article-mix__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.56px;
}
body.isSP .hakone-article-mix__title a {
}
body.isSP .hakone-article-mix__tag {
  margin-top: 3px;
  font-size: 0;
}
body.isSP .hakone-article-mix__tag a {
  display: inline-block;
  padding: 0 8px;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 12px;
  color: #a4843d;
  letter-spacing: 0.56px;
  border: 1px solid #a4843d;
  border-radius: 11px;
}
body.isSP .hakone-article-mix__tag a:hover {
  color: #fff;
  background-color: #a4843d;
  border-color: #a4843d;
  opacity: 1 !important;
}
body.isSP .hakone-article-mix__tag a span {
}

/**********************************************************************************
// hakone-article-pager
**********************************************************************************/
.hakone-article-pager {
}
.hakone-article-pager__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 280px;
  margin: 0 auto;
}

.hakone-article-pager__prev,
.hakone-article-pager__next {
  position: relative;
  width: 44px;
  height: 24px;
  font-size: 0;
  pointer-events: none;
  cursor: default;
  background-color: #ccc;
  border-radius: 12px;
}
.hakone-article-pager__prev::before,
.hakone-article-pager__next::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 6px;
  height: 12px;
  content: "";
  background: url(/hakone/98/assets/images/arrow/icon_arrow_white.png) no-repeat
    center transparent;
  background-size: contain;
}
.hakone-article-pager__prev::before {
  left: 18px;
  transform: translateY(-50%) rotate(-180deg);
}
.hakone-article-pager__next::before {
  right: 18px;
  transform: translateY(-50%);
}
.hakone-article-pager__prev.is-active,
.hakone-article-pager__next.is-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #a4843d;
}
.hakone-article-pager__prev {
}
.hakone-article-pager__next {
}
.hakone-article-pager__page {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.64px;
}

/***********************************************************
// hakone-article-pager - sp
***********************************************************/
body.isSP .hakone-article-pager__inner {
  max-width: 100%;
}
body.isSP .hakone-article-pager__prev,
body.isSP .hakone-article-pager__next {
  opacity: 1 !important;
}

/**********************************************************************************
// hakone-share
**********************************************************************************/
.hakone-share {
  padding: 30px 0;
}
.hakone-share__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 880px;
  padding: 0;
  background-color: #ececec;
}

.hakone-share__title {
  width: 170px;
  font-size: 10px;
  color: #222;
  text-align: center;
  letter-spacing: 0.4px;
}
.hakone-share__title br {
  display: none;
}
.hakone-share__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 170px);
  padding: 15px 0;
  border-left: 1px solid #fff;
}
.hakone-share__item {
}
.hakone-share__item:not(:first-child) {
  margin-left: 20px;
}
.hakone-share__item.facebook {
}
.hakone-share__item.twitter {
}
.hakone-share__item.line {
}
.hakone-share__item a {
  width: 120px;
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.56px;
  border-radius: 2px;
}
.hakone-share__item.facebook a {
  background-color: #1877f2;
}
.hakone-share__item.twitter a {
  background-color: #1da1f2;
}
.hakone-share__item.line a {
  background-color: #00b900;
}

/***********************************************************
// hakone-share - sp
***********************************************************/
body.isSP .hakone-share {
  padding: 20px 0;
}
body.isSP .hakone-share__inner {
  padding: 0;
}
body.isSP .hakone-share__title {
  width: 23%;
  min-width: 85px;
  padding: 0 10px;
  font-size: 10px;
  text-align: left;
}
body.isSP .hakone-share__title br {
  display: block;
}
body.isSP .hakone-share__list {
  width: 77%;
  padding: 15px 0;
}
body.isSP .hakone-share__item:not(:first-child) {
  margin-left: 30px;
}
body.isSP .hakone-share__item a {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
}
body.isSP .hakone-share__item.facebook a {
  background-image: url(/hakone/98/assets/images/btn/btn_share_facebook.png);
}
body.isSP .hakone-share__item.twitter a {
  background-image: url(/hakone/98/assets/images/btn/btn_share_twitter.png);
}
body.isSP .hakone-share__item.line a {
  background-image: url(/hakone/98/assets/images/btn/btn_share_line.png);
}

/**********************************************************************************
// hakone-twitter
**********************************************************************************/
.hakone-twitter {
  margin-top: 35px;
}
.hakone-twitter__inner {
  max-width: 860px;
}

.hakone-twitter-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: #fff;
}
.hakone-twitter-header__title {
  margin-right: 20px;
  font-family: Avenir, Helvetica Neue, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: normal;
}
.hakone-twitter-header__link {
  padding-bottom: 6px;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.hakone-twitter-timeline {
  background-color: #fff;
}
.hakone-twitter-timeline .twitter-timeline {
}

/***********************************************************
// hakone-twitter - sp
***********************************************************/
body.isSP .hakone-twitter {
  margin-top: 10px;
}
body.isSP .hakone-twitter__inner {
  padding: 0 8.5%;
}
body.isSP .hakone-twitter-header {
  justify-content: space-between;
  margin-bottom: 10px;
}
body.isSP .hakone-twitter-header__title {
  margin-right: 0;
}
body.isSP .hakone-twitter-timeline .twitter-timeline {
  height: 95vw !important;
}

/**********************************************************************************
// hakone-sns
**********************************************************************************/
.hakone-sns {
  margin: 20px auto;
}
.hakone-sns__inner {
  max-width: 860px;
}

.hakone-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hakone-sns__item {
  width: 49.6%;
  height: 60px;
}
.hakone-sns__item:nth-child(2n) {
  margin-left: 0.8%;
}
.hakone-sns__item:nth-child(n + 3) {
  margin-top: 20px;
}
.hakone-sns__item a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 40px;
}
.hakone-sns__item a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 6px;
  height: 12px;
  content: "";
  background: url(/hakone/98/assets/images/arrow/icon_arrow_white.png) no-repeat
    center transparent;
  background-size: contain;
  transform: translateY(-50%);
}
.hakone-sns__item.twitter a {
  background-color: #1da1f2;
  background-image: url(/hakone/98/assets/images/btn/btn_sns_twitter_pc.png);
}
.hakone-sns__item.instagram a {
  background-color: #f21dc1;
  background-image: url(/hakone/98/assets/images/btn/btn_sns_instagram_pc.png);
}

/***********************************************************
// hakone-sns - sp
***********************************************************/
body.isSP .hakone-sns {
  margin: 40px auto;
}
body.isSP .hakone-sns__inner {
  padding: 0;
}
body.isSP .hakone-sns__item {
  width: 49.7%;
}
body.isSP .hakone-sns__item:nth-child(2n) {
  margin-left: 0.6%;
}
body.isSP .hakone-sns__item a {
  background-position: 50% center;
}
body.isSP .hakone-sns__item a::after {
  right: 10px;
}
body.isSP .hakone-sns__item.twitter a {
  background-image: url(/hakone/98/assets/images/btn/btn_sns_twitter_sp.png);
}
body.isSP .hakone-sns__item.instagram a {
  background-image: url(/hakone/98/assets/images/btn/btn_sns_instagram_sp.png);
}

/**********************************************************************************
// hakone-banner
**********************************************************************************/
.hakone-banner {
  margin-top: 50px;
}
.hakone-banner__inner {
  max-width: 880px;
}

.hakone-banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hakone-banner__item {
  width: calc((100% - 20px) / 2);
  height: 80px;
}
.hakone-banner__item:nth-child(2n) {
  margin-left: 20px;
}
.hakone-banner__item:nth-child(n + 3) {
  margin-top: 20px;
}
.hakone-banner__item a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 52px;
}
.hakone-banner__item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/hakone/98/assets/images/arrow/icon_arrow_black.png) no-repeat
    center transparent;
  background-size: contain;
  transform: translateY(-50%);
}
.hakone-banner__item.gplus a {
  background-image: url(/hakone/98/assets/images/banner/banner_gplus.png);
}
.hakone-banner__item.yomiuri a {
  background-image: url(/hakone/98/assets/images/banner/banner_yomiuri.png);
}
.hakone-banner__item.yomiuri_ouen a {
  background-color: #2f2f2f;
  background-image: url(/hakone/98/assets/images/banner/banner_yomiuri_ouen.png);
  background-size: contain;
}
.hakone-banner__item.yomiuri_ouen a::after {
  display: none;
}

/***********************************************************
// hakone-banner - sp
***********************************************************/
body.isSP .hakone-banner {
  margin-top: 40px;
}
body.isSP .hakone-banner__inner {
  padding: 0;
}
body.isSP .hakone-banner__list {
  flex-direction: column;
}
body.isSP .hakone-banner__item {
  width: 100%;
  height: 80px;
}
body.isSP .hakone-banner__item:nth-child(n + 1) {
  margin-top: 2px;
}
body.isSP .hakone-banner__item:nth-child(2n) {
  margin-left: 0;
}
body.isSP .hakone-banner__item a {
  background-size: auto 50px;
}
body.isSP .hakone-banner__item a::after {
  right: 15px;
}
body.isSP .hakone-banner__item.yomiuri_ouen a {
  background-size: contain;
}

/**********************************************************************************
// hakone-link
**********************************************************************************/
.hakone-link {
  margin-top: 40px;
}
.hakone-link__inner {
  max-width: 880px;
}

.hakone-link__list {
  text-align: center;
}
.hakone-link__item {
}
.hakone-link__item:not(:first-child) {
  margin-top: 10px;
}
.hakone-link__item a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

/***********************************************************
// hakone-link - sp
***********************************************************/
body.isSP .hakone-link {
  margin: 30px auto;
}

/**********************************************************************************
// hakone-pagetop
**********************************************************************************/
.hakone-pagetop {
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.hakone-pagetop__inner {
  max-width: 100%;
}
.hakone-pagetop__inner a {
  position: fixed;
  right: 40px;
  bottom: -40px;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  font-family: Avenir, Helvetica Neue, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: url(/hakone/98/assets/images/common/pagetop.png) no-repeat center
    transparent;
  background-size: contain;
}

/***********************************************************
// hakone-pagetop - sp
***********************************************************/
body.isSP .hakone-pagetop {
  border-top: 1px solid #fff;
}
body.isSP .hakone-pagetop__inner {
  padding: 0;
  text-align: center;
}
body.isSP .hakone-pagetop__inner a {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  padding-top: 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.56px;
  background-image: none;
}
body.isSP .hakone-pagetop__inner a::after {
  position: absolute;
  top: 14px;
  left: 50%;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/hakone/98/assets/images/arrow/icon_arrow_white.png) no-repeat
    center transparent;
  background-size: contain;
  transform: translateX(-50%) rotate(-90deg);
}

/**********************************************************************************
// hakone-copyright
**********************************************************************************/
.hakone-copyright {
  padding: 8px 0 !important;
  text-align: center;
  background-color: #a4843d;
}
.hakone-copyright__inner {
}
.hakone-copyright__inner small {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.48px;
}

/***********************************************************
// hakone-copyright - sp
***********************************************************/
body.isSP .hakone-copyright {
  padding: 5px 0 !important;
}
body.isSP .hakone-copyright__inner small {
  font-size: 10px;
  letter-spacing: 0.4px;
}

/***********************************************************
// ntv-main_movie_popup - pc
***********************************************************/
body.isPC #ntv-main_movie_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 1);
}
body.isPC #ntv-main_movie_popup .ntv-main_movie_popup_wrapper {
  width: 100%;
  max-height: 100vh;
  padding: 50px 0;
  overflow: auto;
}
body.isPC #ntv-main_movie_popup .ntv-main_movie_popup_inner {
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

body.isPC #ntv-main_movie_popup .iframe_wrapper {
  position: relative;
  width: 1000px;
  height: calc(1000px * 9 / 16);
  overflow: hidden;
}
body.isPC #ntv-main_movie_popup .iframe_wrapper iframe {
  width: 100%;
  height: 100%;
}
body.isPC
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .ntv-main_movie_popup_close {
  padding: 10px 0px;
  font-size: 140%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

/* ntv-main_movie_popup - highlight
------------------------------------------ */
body.isPC #ntv-main_movie_popup .toretate_column.list {
  width: 1000px;
  padding: 10px;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 1);
}
body.isPC #ntv-main_movie_popup .toretate_column.list .inner {
  display: flex;
  will-change: opacity, display;
  -webkit-overflow-scrolling: touch;
}
body.isPC #ntv-main_movie_popup .toretate_column.list .inner.loading {
  height: 70px;
}
body.isPC #ntv-main_movie_popup .toretate_column.list .inner a {
  flex: 0 0 250px;
  width: 250px;
  height: calc(250px * 9 / 16);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 1);
}
body.isPC #ntv-main_movie_popup .toretate_column.list .inner a img {
  width: 100%;
  height: auto;
}
body.isPC
  #ntv-main_movie_popup
  .toretate_column.list
  .inner
  a:not(:last-of-type) {
  margin-right: 10px;
}

/***********************************************************
// ntv-main_movie_popup - sp
***********************************************************/
body.isSP #ntv-main_movie_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 110;
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 1);
}
body.isSP #ntv-main_movie_popup .ntv-main_movie_popup_inner {
  width: 90vw;
  overflow: hidden;
}
body.isSP #ntv-main_movie_popup .ntv-main_movie_popup_inner .iframe_wrapper {
  position: relative;
  width: 90vw;
  height: calc(90vw * 9 / 16);
  overflow: hidden;
}
@media (orientation: landscape) {
  body.isSP #ntv-main_movie_popup .ntv-main_movie_popup_inner {
    padding-top: 20px;
  }
  body.isSP #ntv-main_movie_popup .ntv-main_movie_popup_inner .iframe_wrapper {
    position: relative;
    width: 55vw;
    height: calc(55vw * 9 / 16);
    margin: 0 auto;
    overflow: hidden;
  }
}
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .iframe_wrapper
  iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .ntv-main_movie_popup_close {
  padding: 10px 0px;
  font-size: 140%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

/* ntv-main_movie_popup - highlight
------------------------------------------ */
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .toretate_column.list {
  width: 100%;
  padding: 10px 0px;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 1);
  will-change: opacity, display;
  -webkit-overflow-scrolling: touch;
}
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .toretate_column.list
  .inner {
  display: flex;
}
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .toretate_column.list
  .inner.loading {
  height: 70px;
}
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .toretate_column.list
  .inner
  a {
  flex: 0 0 150px;
  width: 150px;
  height: calc(150px * 9 / 16);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 1);
}
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .toretate_column.list
  .inner
  a
  img {
  width: 100%;
  height: auto;
}
body.isSP
  #ntv-main_movie_popup
  .ntv-main_movie_popup_inner
  .toretate_column.list
  .inner
  a:not(:last-of-type) {
  margin-right: 10px;
}
