@charset "UTF-8";
/* ---------------------------------------------------------------

	JR東日本びゅうダイナミックレールパック用CSS
	/pages/fp/dynamicrailpack

	01.リセット
	02.基本・汎用クラス
	03.コンテンツ
	04.モダールウィンドウ

	PCページのfont-sizeの基本14px
	SPページのfont-sizeの基本12px

--------------------------------------------------------------- */
/* ---------------------------------------------------------------

	01.リセット

--------------------------------------------------------------- */
#dynamicrailpack *,
#dynamicrailpack *::before,
#dynamicrailpack *::after {
  box-sizing: border-box;
}
#dynamicrailpack :where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
#dynamicrailpack :where(button) {
  border: none;
  cursor: pointer;
}
#dynamicrailpack :where(ul, ol, li) {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
}
#dynamicrailpack :where(img, svg, picture, video, canvas, audio, iframe, embed, object) {
  display: block;
}
#dynamicrailpack :where(img, picture, svg) {
  max-width: 100%;
  height: auto;
}
#dynamicrailpack :where(figure) {
  margin: 0;
}
#dynamicrailpack :where(p, h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-size: inherit;
  overflow-wrap: break-word;
}
#dynamicrailpack :where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

.ec-layoutRole {
  background: #f6f6ee;
}
@media (max-width: 767px) {
  .ec-layoutRole .ec-layoutRole__header {
    margin-bottom: 10px;
  }
}
.ec-layoutRole .ec-layoutRole__header .ec-headerFurusatoItem__hr {
  margin-bottom: 0;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
  padding: 0;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole {
  margin-top: 0;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole .ec-footerNavWrap_sp {
  margin-top: 0 !important;
}

.ec-blockTopBtn {
  z-index: 99;
}

/* ---------------------------------------------------------------

	02.基本・汎用クラス

--------------------------------------------------------------- */
.hp_pcOnly {
  display: inline-block;
}
@media (max-width: 767px) {
  .hp_pcOnly {
    display: none;
  }
}

.hp_spOnly {
  display: none;
}
@media (max-width: 767px) {
  .hp_spOnly {
    display: inline-block;
  }
}

.hp_bgColor-white {
  background-color: #ffffff;
}

.hp_fontColor-red {
  color: #d93d66;
}
.hp_fontColor-green {
  color: #00a73c;
}

#dynamicrailpack {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  background-color: #f6f6ee;
  overflow: hidden;
  font-size: clamp(12px, 1.17vw, 14px);
  /* button */
}
@media (max-width: 767px) {
  #dynamicrailpack {
    font-size: clamp(12px, 1.83vw, 14px);
  }
}
#dynamicrailpack section .contents_ {
  width: auto;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #dynamicrailpack section .contents_ {
    padding: 0 6.7vw;
  }
}
#dynamicrailpack section .contents_ + .contents_ {
  margin-top: 60px;
}
#dynamicrailpack section .ly_drpInner {
  padding-top: 120px;
}
@media (max-width: 767px) {
  #dynamicrailpack section .ly_drpInner {
    padding-top: 60px;
  }
}
#dynamicrailpack section:first-of-type .ly_drpInner {
  padding-top: 60px;
}
@media (max-width: 767px) {
  #dynamicrailpack section:first-of-type .ly_drpInner {
    padding-top: 40px;
  }
}
#dynamicrailpack section:last-of-type .contents_ {
  padding-bottom: 0;
}
#dynamicrailpack section:last-of-type .ly_drpInner {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #dynamicrailpack section:last-of-type .ly_drpInner {
    padding-bottom: 60px;
  }
}
#dynamicrailpack .el_drpTtl {
  margin: 0 auto min(25px, 3.26vw);
  font-size: 3.86em;
  font-weight: 900;
  line-height: 1.4;
  color: #00a73c;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 1200px) {
  #dynamicrailpack .el_drpTtl {
    font-size: clamp(3rem, -1.25rem + 5.54vw, 5.4rem);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #dynamicrailpack .el_drpTtl {
    font-size: clamp(2.4rem, 1.8rem + 1.56vw, 3rem);
    margin-bottom: 5.2vw;
    padding-left: 6.7vw;
    padding-right: 6.7vw;
    letter-spacing: 0;
  }
}
#dynamicrailpack .el_drpTtl:not(:first-of-type) {
  margin-top: min(7.82vw, 60px);
}
@media (max-width: 767px) {
  #dynamicrailpack .el_drpTtl:not(:first-of-type) {
    margin-top: 11.73vw;
  }
}
#dynamicrailpack .el_drpSubTtl {
  max-width: 1100px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  #dynamicrailpack .el_drpSubTtl {
    margin-bottom: 10px !important;
  }
}
#dynamicrailpack .el_drpSubTtl img {
  margin: 0 auto;
}
#dynamicrailpack .el_drpText {
  font-size: 1.21em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #dynamicrailpack .el_drpText {
    font-size: 1.33em;
    line-height: 1.8;
  }
}
#dynamicrailpack .el_drpIcon_new {
  padding: 0.1em 0.6em;
  color: #ffffff;
  font-size: 1.29em !important;
  font-weight: 500;
  background: #dc3b63;
  position: absolute;
  top: 17px;
  left: -6px;
  z-index: 9;
}
#dynamicrailpack .el_drpIcon_new::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1em 0 0;
  border-color: #dc3b63 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
#dynamicrailpack .el_drpIcon_new::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 0 1em;
  border-color: transparent transparent transparent #dc3b63;
  position: absolute;
  bottom: 0;
  left: calc(100% - 1px);
}
#dynamicrailpack .bl_drpNotes {
  font-size: 0.86em;
}
@media (max-width: 767px) {
  #dynamicrailpack .bl_drpNotes {
    font-size: 1em;
  }
}
#dynamicrailpack .bl_drpNotes > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.3;
}
#dynamicrailpack .bl_drpNotes > li::before {
  content: "※ ";
}
#dynamicrailpack .bl_drpNotes > li:not(:first-of-type) {
  margin-top: 0.6em;
}
#dynamicrailpack .bl_drpNotes > li a {
  text-decoration: underline;
}
#dynamicrailpack .bl_drpNotes > li a:hover {
  color: #00a73c;
}
#dynamicrailpack .el_drpBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 1em 1.67em;
  color: #ffffff !important;
  font-size: 1.29em !important;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  background-color: #00a73c;
  border-bottom: 5px solid #00833e !important;
  border-radius: 50vw;
}
@media (max-width: 1200px) {
  #dynamicrailpack .el_drpBtn {
    padding: 1em 1em;
  }
}
@media (max-width: 767px) {
  #dynamicrailpack .el_drpBtn {
    padding: 1.23em 1.54em;
    font-size: 1.08em !important;
  }
}
#dynamicrailpack .el_drpBtn::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #dynamicrailpack .el_drpBtn::before {
    width: 1em;
    height: 1em;
  }
}
#dynamicrailpack .el_drpBtn:hover {
  margin-top: 4px;
  border-bottom-width: 1px !important;
}

/* margin ^^^^^ */
.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mt15 {
  margin-top: 15px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mb5 {
  margin-bottom: 5px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .hp_mt0-sp {
    margin-top: 0px !important;
  }
  .hp_mt10-sp {
    margin-top: 10px !important;
  }
  .hp_mt20-sp {
    margin-top: 20px !important;
  }
  .hp_mb10-sp {
    margin-bottom: 10px !important;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* ---------------------------------------------------------------

	03.コンテンツ

--------------------------------------------------------------- */
/* メインビジュアル・リード
-----------------------------------*/
.bl_drpMain-ttl img {
  margin: 0 auto;
}
.bl_drpMain-lead {
  max-width: 1200px;
  margin: min(2.61vw, 20px) auto 0 !important;
  font-size: 1.29em !important;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .bl_drpMain-lead {
    padding: 0 min(3.91vw, 30px);
  }
}
@media (max-width: 767px) {
  .bl_drpMain-lead {
    margin-top: 20px !important;
    padding: 0 6.7vw;
    font-size: 1.33em !important;
    line-height: 1.8;
  }
}

/* 6つのメリット
-----------------------------------*/
#merit .el_drpTtl {
  margin-bottom: clamp(2.5rem, -0.16rem + 3.46vw, 4rem);
}
@media (max-width: 767px) {
  #merit .el_drpTtl {
    margin-bottom: min(3.91vw, 30px);
  }
}
#merit .bl_drpMeritWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
  grid-template-rows: 1fr;
  gap: min(2.61vw, 20px);
  max-width: 900px;
  margin: 0 auto;
}
#merit .bl_drpMerit {
  padding: 15px;
  background: #ffffff;
  border: 5px solid #00a73c;
  border-radius: 10px;
}
#merit .bl_drpMerit-text {
  font-size: 1.29em;
  font-weight: bold;
  text-align: center;
}
#merit .bl_drpMerit-text > strong {
  color: #00a73c;
}
#merit .bl_drpMerit-img {
  margin-bottom: min(1.3vw, 10px);
}
#merit .bl_drpMerit-img > img {
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #merit .bl_drpMerit-img > img {
    max-width: 140px;
  }
}
#merit .bl_drpMeritNotes {
  max-width: 900px;
  margin: 20px auto 0;
  font-size: 0.86em;
  counter-reset: meritnum;
}
@media (max-width: 767px) {
  #merit .bl_drpMeritNotes {
    font-size: 1em;
  }
}
#merit .bl_drpMeritNotes > li {
  padding-left: 2.4em;
  line-height: 1.3;
  position: relative;
}
#merit .bl_drpMeritNotes > li::before {
  counter-increment: meritnum;
  content: "※" counter(meritnum) " ";
  position: absolute;
  left: 0;
  top: 0;
}
#merit .bl_drpMeritNotes > li:not(:first-of-type) {
  margin-top: 0.6em;
}

/* ダイナミックレールパックご利用の流れ
-----------------------------------*/
#use .el_drpTtl {
  margin-bottom: clamp(2.5rem, -0.16rem + 3.46vw, 4rem);
}
@media (max-width: 767px) {
  #use .el_drpTtl {
    margin-bottom: min(3.91vw, 30px);
  }
}
#use .bl_drpUseWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-template-rows: 1fr;
  gap: min(3.91vw, 30px);
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #use .bl_drpUseWrap {
    grid-template-columns: 1fr;
  }
}
#use .bl_drpUse {
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #use .bl_drpUse {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: min(1.96vw, 15px);
  }
}
@media (max-width: 767px) {
  #use .bl_drpUse {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#use .bl_drpUse:not(:first-of-type)::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300a73c%3B%7D.b%2C.c%7Bfill-rule%3Aevenodd%3B%7D.c%7Bfill%3A%23b2e4c4%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M2.54%2C35c-.684%2C0-1.318-.276-1.784-.775-.868-.932-.868-2.393%2C0-3.325l11.847-11.851L.71%2C7.156c-.918-.92-.946-2.399-.085-3.354l.09-.089c.46-.46%2C1.072-.713%2C1.723-.713s1.262.253%2C1.722.713l13.615%2C13.614c.947.949.947%2C2.494-.001%2C3.444l-13.614%2C13.614c-.411.381-1.001.615-1.619.615Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M22.055%2C35c-.685%2C0-1.318-.276-1.784-.775-.867-.932-.867-2.393%2C0-3.325l11.846-11.851-11.892-11.893c-.918-.92-.947-2.399-.085-3.354l.09-.089c.461-.46%2C1.072-.713%2C1.723-.713s1.261.253%2C1.722.713l13.613%2C13.614c.949.949.949%2C2.494%2C0%2C3.444l-13.614%2C13.614c-.41.381-1.001.615-1.619.615Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  position: absolute;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  #use .bl_drpUse:not(:first-of-type)::before {
    width: 38px;
    height: 38px;
    left: -33px;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  #use .bl_drpUse:not(:first-of-type)::before {
    width: min(4.95vw, 38px);
    height: min(4.95vw, 38px);
    left: 0;
    right: 0;
    top: calc(min(4.3vw, 33px) * -1);
    transform: rotate(90deg);
  }
}
#use .bl_drpUse-text {
  display: grid;
  place-items: center;
  font-size: 1.21em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #use .bl_drpUse-text {
    flex-basis: 58%;
  }
}
#use .bl_drpUse-text > strong {
  color: #00a73c;
}
@media (max-width: 767px) {
  #use .bl_drpUse-img {
    flex-basis: 38%;
  }
}
#use .bl_drpUse-img > img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #use .bl_drpUse-img > img {
    width: auto;
    max-width: 100%;
    max-height: 180px;
  }
}

/* 「JRE MALLふるさと納税」の割引クーポン
-----------------------------------*/
#about .bl_drpAboutCont {
  padding: 30px 50px;
  background: #ffffff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  #about .bl_drpAboutCont {
    padding: min(5.22vw, 40px);
  }
}
#about .bl_drpAboutCont-ttl img {
  margin: 0 auto;
  width: 100%;
}
#about .bl_drpAboutCont-img img {
  margin: 0 auto;
}
#about .bl_drpAboutCont-text {
  width: 100%;
  margin: 0.6em auto;
  font-size: 1.14em;
  font-weight: 500;
}
@media (max-width: 767px) {
  #about .bl_drpAboutCont-text {
    font-size: 1.17em;
  }
}

/* 割引クーポンの特徴！
-----------------------------------*/
#point .el_drpTtl {
  margin-bottom: clamp(2.5rem, -1.93rem + 5.77vw, 5rem);
}
@media (max-width: 767px) {
  #point .el_drpTtl {
    margin-bottom: min(3.91vw, 30px);
  }
}
#point .bl_drpPointWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-template-rows: 1fr;
  gap: min(4.95vw, 38px);
  max-width: 886px;
  margin: 0 auto;
  padding-top: min(6.52vw, 50px);
}
@media (max-width: 767px) {
  #point .bl_drpPointWrap {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    gap: min(7.82vw, 60px);
  }
}
#point .bl_drpPoint {
  display: grid;
  padding: 50px 10px 34px;
  background-color: #ffffff;
  border-radius: 20vw 20vw 12px 12px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #point .bl_drpPoint {
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: min(1.96vw, 15px);
  }
}
@media (max-width: 767px) {
  #point .bl_drpPoint {
    padding: 6.52vw 5.22vw 5.22vw;
    border-radius: 60px 15px 15px 60px;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto;
    gap: 0 1.25em;
    grid-template-areas: "img txt" "img btn";
  }
}
#point .bl_drpPoint-no {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-54%);
  font-family: "Montserrat", sans-serif;
  color: #00a73c;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  #point .bl_drpPoint-no {
    right: auto;
    transform: translateY(-34%);
    line-height: 0.9;
  }
}
#point .bl_drpPoint-no_text {
  font-size: 1.21em;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-right: -0.25em;
}
@media (max-width: 767px) {
  #point .bl_drpPoint-no_text {
    font-size: 0.83em;
  }
}
#point .bl_drpPoint-no_num {
  font-size: 6.43em;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  #point .bl_drpPoint-no_num {
    font-size: 5em;
  }
}
@media (max-width: 767px) {
  #point .bl_drpPoint-img {
    grid-area: img;
    display: flex;
    align-items: center;
  }
}
#point .bl_drpPoint-img img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #point .bl_drpPoint-img img {
    width: 30vw;
    max-width: 180px;
  }
}
#point .bl_drpPoint-txt {
  font-size: 1.29em;
  font-weight: 700;
}
@media (max-width: 767px) {
  #point .bl_drpPoint-txt {
    grid-area: txt;
    font-size: clamp(14px, 4.27vw, 16px);
    place-self: flex-end center;
  }
}
@media (max-width: 767px) {
  #point .bl_drpPoint-btnUnit {
    grid-area: btn;
    padding-top: 10px;
  }
}
#point .bl_drpPoint-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  padding: 0.77em 1.54em 0.77em 1.23em;
  color: #ffffff;
  font-size: 0.93em;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #00a73c;
  border-bottom: 5px solid #00833e;
  border-radius: 50vw;
}
@media (max-width: 767px) {
  #point .bl_drpPoint-btn {
    font-size: min(3.47vw, 13px);
  }
}
#point .bl_drpPoint-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/html/upload/user_data/fp/dynamicrailpack/img/ico_zoom.png) no-repeat center/contain;
}
#point .bl_drpPoint-btn:hover {
  margin-top: 4px;
  border-bottom-width: 1px;
}

/* 返礼品の割引クーポンの使い方！
-----------------------------------*/
#flow {
  position: relative;
}
#flow .el_drpTtl {
  margin-bottom: clamp(2.5rem, -1.93rem + 5.77vw, 5rem);
}
@media (max-width: 767px) {
  #flow .el_drpTtl {
    margin-bottom: 0;
  }
}
#flow .bl_drpFlowWrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 100px;
  background: #f6f6ee;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  #flow .bl_drpFlowWrap {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  #flow .bl_drpFlowWrap {
    padding: 10px 20px 0;
  }
}
#flow .bl_drpFlowWrap #js_drpFlowSlider {
  height: 100%;
}
#flow .bl_drpFlowWrap .bx-prev,
#flow .bl_drpFlowWrap .bx-next {
  width: 60px !important;
  height: 60px !important;
  top: 50px !important;
  bottom: 0;
  margin: auto;
  background: #00a73c;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #flow .bl_drpFlowWrap .bx-prev,
  #flow .bl_drpFlowWrap .bx-next {
    width: 30px !important;
    height: 30px !important;
    top: 0 !important;
    bottom: 10%;
  }
}
#flow .bl_drpFlowWrap .bx-prev::before,
#flow .bl_drpFlowWrap .bx-next::before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 3px #ffffff solid;
  border-right: 3px #ffffff solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #flow .bl_drpFlowWrap .bx-prev::before,
  #flow .bl_drpFlowWrap .bx-next::before {
    width: 12px;
    height: 12px;
  }
}
#flow .bl_drpFlowWrap .bx-prev {
  left: -40px !important;
}
@media (max-width: 767px) {
  #flow .bl_drpFlowWrap .bx-prev {
    left: -15px !important;
  }
}
#flow .bl_drpFlowWrap .bx-prev::before {
  left: 12%;
  transform: rotate(-135deg);
}
#flow .bl_drpFlowWrap .bx-next {
  right: -40px !important;
}
@media (max-width: 767px) {
  #flow .bl_drpFlowWrap .bx-next {
    right: -15px !important;
  }
}
#flow .bl_drpFlowWrap .bx-next::before {
  right: 12%;
  transform: rotate(45deg);
}
#flow .bl_drpFlow {
  height: 100%;
}
#flow .bl_drpFlow-ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#flow .bl_drpFlow-ttlImg > img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #flow .bl_drpFlow-ttlImg > img {
    width: 100%;
    max-width: 285px !important;
  }
}
#flow .bl_drpFlow-cont {
  display: flex;
  align-items: center;
  gap: min(3.33vw, 40px);
  margin-top: 50px;
  margin-bottom: 5px; /* 下が若干切れるので */
  padding: 55px 125px;
  background: #ffffff;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  #flow .bl_drpFlow-cont {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  #flow .bl_drpFlow-cont {
    margin-top: 4.2vw;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #flow .bl_drpFlow-cont {
    flex-direction: column;
    gap: 10px;
    height: calc(100% - 55px);
    margin-top: 55px;
    padding: 25px;
  }
}
#flow .bl_drpFlow-contImg > img {
  width: min(22.5vw, 270px);
  max-width: 270px !important;
}
@media (max-width: 767px) {
  #flow .bl_drpFlow-contImg > img {
    width: 85%;
    margin: 0 auto;
  }
}
#flow .bl_drpFlow-contText {
  font-size: 1.43em !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  #flow .bl_drpFlow-contText {
    font-size: 1.33em !important;
    text-align: center;
  }
}
#flow .bl_drpFlow-contBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 1.07em 2.86em 0.93em 2.14em;
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
  background-color: #00a73c;
  border-bottom: 5px solid #00833e !important;
  border-radius: 50vw;
}
#flow .bl_drpFlow-contBtnWrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #flow .bl_drpFlow-contBtnWrap {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  #flow .bl_drpFlow-contBtn {
    gap: 5px;
    width: 100%;
    padding: 0.83em 1.67em 0.67em 0.83em;
  }
}
#flow .bl_drpFlow-contBtn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/html/upload/user_data/fp/dynamicrailpack/img/ico_search.png) no-repeat center/contain;
}
#flow .bl_drpFlow-contBtn:hover {
  margin-top: 4px;
  border-bottom-width: 1px !important;
}
#flow .bl_drpFlow-contBtn_body {
  display: flex;
  flex-direction: column;
}
#flow .bl_drpFlow-contBtn_body .fs-s {
  font-size: 0.86em !important;
}
#flow .bl_drpFlow-contBtn_body .fs-l {
  font-size: 1.57em !important;
}
#flow .bl_drpFlow-contBtn_fontSize-s {
  font-size: 0.55em;
}
#flow .bl_drpFlow-cont .bl_drpNotes > li {
  line-height: 1.5;
}
#flow .bl_drpSimulationTtl {
  margin-bottom: 1em !important;
  font-size: 2.14em !important;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationTtl {
    font-size: 1.33em !important;
  }
}
#flow .bl_drpSimulationCalc {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  #flow .bl_drpSimulationCalc {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc {
    padding: 0 20px;
  }
}
#flow .bl_drpSimulationCalc-form {
  background-color: #e5ddbe;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-form {
    padding: 10px 15px;
    gap: 10px;
    border-radius: 0;
  }
}
#flow .bl_drpSimulationCalc-form select {
  flex-basis: 32.55%;
  max-width: 280px;
  min-height: 3.6em;
  padding: 1.3em 40px 1.3em 30px;
  font-size: 1.21em;
  font-weight: 500;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: #ffffff url(/html/upload/user_data/fp/dynamicrailpack/img/select_arrow.png) no-repeat calc(100% - 15px) center;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #flow .bl_drpSimulationCalc-form select {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-form select {
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    max-height: 2.6em;
    min-height: 2.4em;
    padding: 0 1em;
    font-size: 1.17em;
    font-weight: bold;
    background-size: 5%;
    background-position: calc(100% - 10px) center;
  }
}
#flow .bl_drpSimulationCalc-result {
  margin-top: 40px;
  padding: 25px 17px 30px;
  border: 2px #af9010 solid;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 1200px) {
  #flow .bl_drpSimulationCalc-result {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-result {
    margin: 15px 0 0;
    padding: 15px 10px;
  }
}
#flow .bl_drpSimulationCalc-result-text {
  font-size: 1.29em;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-result-text {
    display: block;
    font-size: 1em;
  }
}
#flow .bl_drpSimulationCalc-result-text span {
  font-size: 1.33em;
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-result-text span {
    font-size: 1em;
  }
}
#flow .bl_drpSimulationCalc-result-text strong {
  font-size: 2.22em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-result-text strong {
    font-size: 1.67em !important;
  }
}
#flow .bl_drpSimulationCalc-result-line {
  border: none;
  border-top: 1px #ddd solid;
  margin: 15px auto 30px;
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-result-line {
    margin: 12px auto 16px;
  }
}
#flow .bl_drpSimulationCalc-result-btn > a {
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 55px;
  line-height: 55px;
  border: none;
  background-color: #af9010;
  color: #ffffff !important;
  border-radius: 30px;
  letter-spacing: 0.12em;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none !important;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  #flow .bl_drpSimulationCalc-result-btn > a {
    width: auto;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #flow .bl_drpSimulationCalc-result-btn > a {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2em;
    font-size: 0.83em;
    line-height: inherit;
  }
}
#flow .bl_drpSimulationCalc-result-btn > a:hover {
  opacity: 0.6;
}

.bl_drpFlowPager {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 25px auto 0;
}
@media (max-width: 767px) {
  .bl_drpFlowPager {
    margin-top: 10px;
  }
}
.bl_drpFlowPagerItem {
  flex-basis: 150px;
  display: block;
  text-align: center;
  position: relative;
  color: #cccccc !important;
  text-decoration: none !important;
  transition: 0.3s color;
  cursor: pointer;
}
@media (max-width: 767px) {
  .bl_drpFlowPagerItem {
    flex-basis: 20%;
  }
}
.bl_drpFlowPagerItem:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
.bl_drpFlowPagerItem:hover .bl_drpFlowPagerItem-icon > span {
  background: #aeceba !important;
  border-color: #aeceba !important;
}
.bl_drpFlowPagerItem.active ~ .bl_drpFlowPagerItem .bl_drpFlowPagerItem-icon > span {
  background: #cccccc;
  border: 3px #cccccc solid;
}
.bl_drpFlowPagerItem.active ~ .bl_drpFlowPagerItem::before {
  border-color: #cccccc;
}
.bl_drpFlowPagerItem:not(:first-of-type)::before {
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px #aeceba solid;
  border-bottom: 2px #aeceba solid;
  position: absolute;
  top: 6px;
  left: -50%;
}
@media (max-width: 767px) {
  .bl_drpFlowPagerItem:not(:first-of-type)::before {
    border-width: 1px;
    top: 9px;
  }
}
.bl_drpFlowPagerItem-icon {
  position: relative;
  z-index: 2;
}
.bl_drpFlowPagerItem-icon > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #00a73c;
  border: 3px #00a73c solid;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .bl_drpFlowPagerItem-icon > span {
    width: 12px;
    height: 12px;
  }
}
.active .bl_drpFlowPagerItem-icon > span {
  background: #ffffff;
  border-color: #00a73c;
}

.bl_drpFlowPagerItem-step {
  margin-top: 10px !important;
  font-family: "Lato", sans-serif;
  font-size: 1.43em !important;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .bl_drpFlowPagerItem-step {
    margin-top: 0.4em !important;
    font-size: 1.08em !important;
  }
}
.active .bl_drpFlowPagerItem-step {
  color: #00a73c;
}

.bl_drpFlowPagerItem-text {
  font-size: 1.21em !important;
  font-weight: bold;
}
.active .bl_drpFlowPagerItem-text {
  color: #000000;
}

@media (max-width: 767px) {
  .bl_drpFlowPagerItem-text {
    display: none;
  }
}

/* 人気の列車旅
-----------------------------------*/
#recommend {
  /* Slider */
}
#recommend .bx-wrapper .bx-controls {
  position: relative;
}
#recommend .bx-wrapper .bx-controls .bx-controls-direction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 248px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #recommend .bx-wrapper .bx-controls .bx-controls-direction {
    gap: 17.5em;
    margin-top: 1.67em;
  }
}
#recommend .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  background: #00a73c;
  border-radius: 50vw;
  position: relative;
  left: 0;
  right: 0;
}
#recommend .bx-wrapper .bx-controls .bx-controls-direction a::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#recommend .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::before {
  left: 12%;
  transform: rotate(-45deg);
}
#recommend .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::before {
  right: 12%;
  transform: rotate(135deg);
}
#recommend .bx-wrapper .bx-controls .bx-pager {
  padding: 0;
  bottom: 25px;
  transform: translateY(50%);
}
#recommend .bx-wrapper .bx-controls .bx-pager a {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 50vw;
  background-color: #cbecd7;
}
#recommend .bx-wrapper .bx-controls .bx-pager a.active {
  background-color: #00a73c;
}
#recommend .bl_drpImgSlideList {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #recommend .bl_drpImgSlideList {
    padding: 0;
  }
}
#recommend .bl_drpImgSlideList .bx-wrapper {
  width: 100%;
  max-width: none !important;
}
@media (max-width: 767px) {
  #recommend .bl_drpImgSlideList .bx-viewport > ul {
    margin-left: 12.5vw;
  }
}
#recommend .bl_drpImgSlide {
  width: min((100vw - 60px) / 3 - min(1.67vw, 20px) * 2, 340px) !important;
  max-width: 340px;
  margin: 0 min(1.67vw, 20px);
  position: relative;
}
@media (max-width: 767px) {
  #recommend .bl_drpImgSlide {
    width: 70vw !important;
    max-width: none;
    margin: 0 2.5vw;
  }
}
#recommend .bl_drpImgSlide-img {
  border-radius: 12px;
  overflow: hidden;
}
#recommend .bl_drpImgSlide-img > img {
  width: 100%;
  transition: 0.3s;
}
#recommend .bl_drpImgSlide-ttl {
  margin-top: 15px;
  font-size: 1.14em;
  font-weight: 900;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #recommend .bl_drpImgSlide-ttl {
    font-size: 1.33em;
  }
}
#recommend .bl_drpImgSlide-detail {
  margin-top: 10px;
  font-size: 0.86em;
}
@media (max-width: 767px) {
  #recommend .bl_drpImgSlide-detail {
    font-size: 1em;
  }
}
#recommend .bl_drpImgSlide-detail > li {
  display: flex;
  gap: 6px;
}
#recommend .bl_drpImgSlide-detail > li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  flex-shrink: 0;
}
#recommend .bl_drpImgSlide-detail > li:not(:first-of-type) {
  margin-top: 4px !important;
}
#recommend .bl_drpImgSlide-detail_station::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/station.svg);
}
#recommend .bl_drpImgSlide-detail_tag::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/tag.svg);
}
#recommend .bl_drpImgSlide-detail_add::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/add.svg);
}
#recommend .bl_drpImgSlide.js_modalOpen {
  cursor: pointer;
}
#recommend .bl_drpImgSlide.js_modalOpen:hover .bl_drpImgSlide-img > img {
  transform: scale(1.04);
}
#recommend .bl_drpImgSlide.js_modalOpen:hover .bl_drpImgSlide-ttl {
  color: #00a73c;
}
#recommend .bl_drpNotes {
  text-align: center;
}
@media (max-width: 767px) {
  #recommend .bl_drpNotes {
    display: table;
    margin: 0 auto;
    text-align: left;
  }
}

/* 行きたい地域で探す！列車旅のクーポン
-----------------------------------*/
#area .bl_drpAreaNav {
  max-width: 960px;
  margin: 0 auto !important;
  padding: 0 30px !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #area .bl_drpAreaNav {
    margin-top: 1.67em !important;
    padding: 0 3.35vw !important;
  }
}
#area .bl_drpAreaNavItem {
  width: 20%;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #area .bl_drpAreaNavItem {
    flex-basis: 20%;
  }
}
#area .bl_drpAreaNavItem:not(:first-of-type)::before {
  content: "";
  width: 0;
  height: 90%;
  border-left: 2px #e8e1c2 solid;
  position: absolute;
  top: 5%;
  left: 0;
}
@media (max-width: 767px) {
  #area .bl_drpAreaNavItem:not(:first-of-type)::before {
    border-left-width: 1px;
  }
}
#area .bl_drpAreaNavItem-en {
  font-family: "Lato", sans-serif;
  font-size: 0.71em !important;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #95c82d;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #area .bl_drpAreaNavItem-en {
    display: none;
  }
}
#area .bl_drpAreaNavItem-jp {
  font-size: 1.71em !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  #area .bl_drpAreaNavItem-jp {
    font-size: 1.17em !important;
  }
}
#area .bl_drpAreaNavItem > a {
  display: block;
  padding: 0 0.4em 23px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #area .bl_drpAreaNavItem > a {
    padding: 0 5px 23px;
  }
}
#area .bl_drpAreaNavItem > a::before, #area .bl_drpAreaNavItem > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
#area .bl_drpAreaNavItem > a::before {
  width: 20px;
  height: 20px;
  background-color: #00a73c;
  border-radius: 100vw;
  bottom: 0;
}
#area .bl_drpAreaNavItem > a::after {
  width: 6px;
  height: 6px;
  border-right: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
  bottom: 8px;
  transform: rotate(45deg);
}
#area .bl_drpAreaNavItem > a.is-comingsoon {
  pointer-events: none;
}
#area .bl_drpAreaNavItem > a.is-comingsoon::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "COMING SOON";
  font-family: "Lato", sans-serif;
  font-size: 0.71em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  white-space: nowrap;
  width: 12em;
  background-color: #b8b8b2;
}
@media (max-width: 767px) {
  #area .bl_drpAreaNavItem > a.is-comingsoon::before {
    width: 6em;
    content: "近日公開";
    font-weight: normal;
  }
}
#area .bl_drpAreaNavItem > a.is-comingsoon::after {
  display: none;
}
#area .bl_drpAreaNavItem > a:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
#area .bl_drpAreaNavItem > a:hover:not(.is-comingsoon)::before {
  transform: translateY(5px);
}
#area .bl_drpAreaNavItem > a:hover:not(.is-comingsoon)::after {
  transform: translateY(5px) rotate(45deg);
}
#area .bl_drpAreaWrap {
  margin: 0 30px;
  padding-top: clamp(3rem, -2.31rem + 6.93vw, 6rem);
}
@media (max-width: 767px) {
  #area .bl_drpAreaWrap {
    padding-top: 2.5em;
  }
}
#area .bl_drpArea {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 20px;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #area .bl_drpArea {
    padding: 20px calc(7.82vw - 10px);
  }
}
#area .bl_drpArea-ttl {
  display: grid;
  place-items: center;
  margin-bottom: 30px !important;
  text-align: center;
}
@media (max-width: 767px) {
  #area .bl_drpArea-ttl {
    margin-bottom: 1.67em !important;
  }
}
#area .bl_drpArea-ttl-en {
  margin-right: -0.3em !important;
  font-family: "Lato", sans-serif;
  font-size: 0.93em !important;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #95c82d;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  #area .bl_drpArea-ttl-en {
    font-size: 0.83em !important;
    line-height: 2;
  }
}
#area .bl_drpArea-ttl-jp {
  font-size: 2.86em !important;
  font-weight: 900;
}
@media (max-width: 767px) {
  #area .bl_drpArea-ttl-jp {
    font-size: 2em !important;
  }
}
#area .bl_drpArea-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px 2.63%;
  margin: 0 auto !important;
  padding: 0 10px !important;
}
@media (max-width: 767px) {
  #area .bl_drpArea-list {
    display: block;
  }
}
#area .bl_drpArea-list-item {
  flex-basis: min((100% - 2.63% * 3) / 4, 300px);
  position: relative;
}
@media (max-width: 767px) {
  #area .bl_drpArea-list-item {
    margin-top: 25px !important;
  }
}
#area .bl_drpArea-list-itemImg {
  border-radius: 15px;
  overflow: hidden;
}
#area .bl_drpArea-list-itemImg > img {
  width: 100%;
  transition: 0.3s;
}
#area .bl_drpArea-list-itemName {
  margin-top: 15px;
  font-size: 1.14em;
  font-weight: 900;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #area .bl_drpArea-list-itemName {
    font-size: 1.33em;
  }
}
#area .bl_drpArea-list-itemDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 15px;
  margin-top: 10px;
  font-size: 0.86em;
}
@media (max-width: 767px) {
  #area .bl_drpArea-list-itemDetail {
    font-size: 1em;
  }
}
#area .bl_drpArea-list-itemDetail > li {
  display: flex;
  gap: 6px;
}
#area .bl_drpArea-list-itemDetail > li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  flex-shrink: 0;
}
#area .bl_drpArea-list-itemDetail_station::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/station.svg);
}
#area .bl_drpArea-list-itemDetail_tag::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/tag.svg);
}
#area .bl_drpArea-list-itemDetail_add::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/add.svg);
}
#area .bl_drpArea-list-itemText {
  margin-top: 10px !important;
  font-size: 0.86em !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  #area .bl_drpArea-list-itemText {
    font-size: 1em !important;
  }
}
#area .bl_drpArea-list-itemBtnUnit {
  padding-top: 15px;
}
@media (max-width: 767px) {
  #area .bl_drpArea-list-itemBtnUnit {
    padding-top: 10px;
  }
}
#area .bl_drpArea-list-itemBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  padding: 0.77em 1.54em 0.77em 1.08em;
  color: #ffffff !important;
  font-size: 0.93em !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #666;
  border-bottom: 5px solid #4d4d4d !important;
  border-radius: 50vw;
}
@media (max-width: 767px) {
  #area .bl_drpArea-list-itemBtn {
    font-size: 1.08em !important;
  }
}
#area .bl_drpArea-list-itemBtn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/html/upload/user_data/fp/dynamicrailpack/img/ico_zoom.png) no-repeat center/contain;
}
#area .bl_drpArea-list-itemBtn:hover {
  margin-top: 4px;
  border-bottom-width: 1px !important;
}
#area .bl_drpArea-list-item a {
  color: inherit;
  text-decoration: none;
}
#area .bl_drpArea-list-item a:hover .bl_drpArea-list-itemImg > img {
  transform: scale(1.04);
}
#area .bl_drpArea-list-item a:hover .bl_drpArea-list-itemName {
  color: #00a73c;
}
#area .bl_drpArea-btnWrap {
  padding-top: 35px;
}
@media (max-width: 767px) {
  #area .bl_drpArea-btnWrap {
    padding-top: 15px;
  }
}
#area .bl_drpArea-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0.56em 1.89em;
  color: #ffffff !important;
  font-size: 1.29em !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em;
  background-color: #00a73c;
  border-bottom: 5px solid #00833e !important;
  border-radius: 50vw;
}
@media (max-width: 767px) {
  #area .bl_drpArea-btn {
    font-size: 1.5em !important;
  }
}
#area .bl_drpArea-btnIcon {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
}
#area .bl_drpArea-btnIcon::before, #area .bl_drpArea-btnIcon::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#area .bl_drpArea-btnIcon::after {
  transform: rotate(90deg);
}
#area .bl_drpArea-btn:hover {
  margin-top: 4px;
  border-bottom-width: 1px !important;
}

/* バナー表示エリア
-----------------------------------*/
.bl_drpBnrUnit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content;
  gap: min(3.91vw, 30px);
}
@media only screen and (min-width: 768px) {
  .bl_drpBnrUnit {
    grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
    gap: min(3.33vw, 40px);
  }
}

.bl_drpBnr {
  text-align: center;
}
.bl_drpBnr a {
  display: inline-block;
  vertical-align: bottom;
  transition: 0.3s;
}
.bl_drpBnr a:hover {
  opacity: 0.8;
}
.bl_drpBnr img {
  margin: 0 auto;
}

/* ---------------------------------------------------------------

	04.モダールウィンドウ

--------------------------------------------------------------- */
body.is-fixed {
  height: 100dvh;
  overflow: hidden;
}

.bl_drpModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: left;
}
.bl_drpModal.is-show {
  display: block;
}
.bl_drpModalInner {
  width: calc(100% - 60px);
  max-width: 1200px;
  max-height: calc(100vh - 80px);
  height: -moz-max-content;
  height: max-content;
  padding: 50px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1200px) {
  .bl_drpModalInner {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 767px) {
  .bl_drpModalInner {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #point02 .bl_drpModalInner {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #point02 .bl_drpModalInner {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #point02 .bl_drpModalInner .bl_drpNotes {
    text-align: left !important;
  }
}

@media only screen and (min-width: 768px) {
  #point03 .bl_drpModalInner .bl_drpNotes {
    margin-left: 48%;
  }
}

.bl_drpModalScroll {
  max-height: calc(100vh - 180px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .bl_drpModalScroll {
    max-height: calc(100vh - 120px);
  }
}
@media only screen and (min-width: 768px) {
  #point02 .bl_drpModalScroll {
    max-height: calc(100vh - 200px);
  }
}
@media (max-width: 767px) {
  #point02 .bl_drpModalScroll {
    max-height: calc(100vh - 140px);
  }
}

.bl_drpModal-ttl img {
  margin: 0 auto;
  width: 100%;
  max-width: 740px !important;
}
@media (max-width: 767px) {
  #point02 .bl_drpModal-ttl img {
    width: 42.67vw;
    max-width: 320px !important;
  }
}

.bl_drpModal-img img {
  margin: 0 auto;
}
.bl_drpModal-text {
  width: 100%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bl_drpModal-text {
    font-size: 1.17em !important;
  }
}
.bl_drpModal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 1.07em 2.86em 0.93em 2.14em;
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
  background-color: #00a73c;
  border-bottom: 5px solid #00833e !important;
  border-radius: 50vw;
}
.bl_drpModal-btnUnit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px min(5.22vw, 40px);
}
@media (max-width: 767px) {
  .bl_drpModal-btn {
    flex-basis: 90%;
    max-width: 250px;
  }
}
.bl_drpModal-btn::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .bl_drpModal-btn::before {
    width: 1em;
    height: 1em;
  }
}
.bl_drpModal-btn:hover {
  margin-top: 4px;
  border-bottom-width: 1px !important;
}
.bl_drpModal-btnInner {
  display: flex;
  flex-direction: column;
}
.bl_drpModal-btnInner .fs-s {
  font-size: 0.86em !important;
}
.bl_drpModal-btnInner .fs-l {
  font-size: 1.57em !important;
}
.bl_drpModal-closeBtn {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: #00a73c;
  border-radius: 50%;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .bl_drpModal-closeBtn {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
}
.bl_drpModal-closeBtn::before, .bl_drpModal-closeBtn::after {
  content: "";
  width: 0;
  height: 30px;
  border-left: 3px #ffffff solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5px;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .bl_drpModal-closeBtn::before, .bl_drpModal-closeBtn::after {
    height: 24px;
  }
}
.bl_drpModal-closeBtn::before {
  transform: rotate(45deg);
}
.bl_drpModal-closeBtn::after {
  transform: rotate(-45deg);
}
.bl_drpModal-closeBtn:hover {
  background: #00bb43;
}
.bl_drpModalBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.bl_drpModal-area {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content 1fr;
  gap: 24px 35px;
  grid-template-areas: "Img Cont" "Map Map";
  place-items: center left;
}
@media (max-width: 767px) {
  .bl_drpModal-area {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr max-content;
    gap: 15px;
    grid-template-areas: "Img" "Cont" "Map";
  }
}
.bl_drpModal-areaImg {
  grid-area: Img;
}
.bl_drpModal-areaImg > img {
  border-radius: 15px;
  width: min(26.98vw, 340px) !important;
  height: min(19.05vw, 240px) !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .bl_drpModal-areaImg > img {
    width: calc(100vw - 95px) !important;
    height: calc((100vw - 100px) * 0.55862) !important;
    border-radius: 10px;
  }
}
.bl_drpModal-areaCont {
  grid-area: Cont;
}
.bl_drpModal-areaMap {
  grid-area: Map;
  position: relative;
  width: 100%;
  padding-top: 23.6363%;
}
@media (max-width: 767px) {
  .bl_drpModal-areaMap {
    padding-top: 55.862%;
  }
}
.bl_drpModal-areaMap > iframe {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .bl_drpModal-areaMap > iframe {
    border-radius: 10px;
  }
}
.bl_drpModal-areaName {
  font-size: 1.86em !important;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .bl_drpModal-areaName {
    font-size: 1.67em !important;
  }
}
.bl_drpModal-areaDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 20px;
  margin-top: 15px !important;
  font-size: 0.86em !important;
}
@media (max-width: 767px) {
  .bl_drpModal-areaDetail {
    margin-top: 10px !important;
    font-size: 1em !important;
  }
}
.bl_drpModal-areaDetail > li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bl_drpModal-areaDetail > li::before {
  flex-shrink: 0;
  content: "";
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.bl_drpModal-areaDetail_station::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/station.svg);
}
.bl_drpModal-areaDetail_tag::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/tag.svg);
}
.bl_drpModal-areaDetail_add::before {
  background-image: url(/html/upload/user_data/fp/dynamicrailpack/img/add.svg);
}
.bl_drpModal-areaText {
  margin-top: 15px !important;
}
@media (max-width: 767px) {
  .bl_drpModal-areaText {
    font-size: 1.25em !important;
  }
}
.bl_drpModal-areaBtnWrap {
  margin-top: 15px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .bl_drpModal-areaBtnWrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .bl_drpModal-areaBtnWrap .el_drpBtn {
    min-width: 92%;
    padding: 1em 0.4em !important;
    font-size: 1.5em !important;
  }
  .bl_drpModal-areaBtnWrap .el_drpBtn_txtS {
    display: block;
    font-size: 0.8em;
  }
  .bl_drpModal-areaBtnWrap .el_drpBtn::before {
    width: 0.8em !important;
    height: 0.8em !important;
  }
}
.bl_drpModal-areaBtnWrap .bl_drpNotes {
  font-size: 0.93em !important;
  font-weight: bold;
}
.bl_drpModal-areaBtnWrap .bl_drpNotes a:hover {
  color: #00a73c !important;
}/*# sourceMappingURL=dynamicrailpack.css.map */