﻿@charset "UTF-8";

:root {
  --lp-base-width-pc: 1920;
  --lp-base-width-pc2: 1366;
  --lp-base-width-sp: 375;
  --lp-break-point-sp: 768;
}

/* forSP */
@media (max-width: --lp-break-point-sp) {}

/* forPC02 */
@media (min-width: 1280px) {}

/* forPC */
@media (min-width: 600px) {}

/* forPC02 */
@media (min-width: 1280px) {}

@media (min-width: 601px) {
  .pc-none {
    display: none;
  }
}

@media (max-width: 600px) {
  .sp-none {
    display: none;
  }
}

.lp-wrapper {
  overflow: hidden;
}

.lp-wrapper a {
  color: #7689ad;
  text-decoration: underline;
}

.section-inner {
  position: relative;
  /* overflow: hidden; */
  margin: 0 auto;
  z-index: 8;
  max-width: 1200px;
}

.lp-hedding {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.18;
  text-align: center;
  color: #fff;
  min-width: 7.9927vw;
  width: 153.46px;
  height: 34px;
  background-image: url(../img/text_bg_navy_sp.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .section-inner {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    z-index: 8;
    padding: 0 5.333vw;
  }
}

/*-------------------------------------------
mv
-------------------------------------------*/

.mv-loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  /* 他の要素より最前面 */
  opacity: 1;
  transition: opacity 1s ease-out;
}

.mv {
  z-index: -1;
}

.mv-container {
  position: relative;
  z-index: -3;
  padding-top: 56.56vw;
  padding-bottom: 16.7vw;
  transition: background-color 0.2s ease-in-out, 
    opacity 0.2s ease-in-out;
  transition-delay: 0s, 0.1s;
  

  @media (max-width: 1366px) {
    padding-bottom: 18.7vw;
  }
}

/* ロゴなど共通要素のコンテナ */
.mv-content-box-common {
  /* position: relative; */
  /* z-index: 10; */ /* スライドより手前に表示 */
}

/* 各スライドのコンテナ */
.mv-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* 背景画像がコンテナ全体をカバーするように */
  background-size: ;
  background-position: center center;
  background-repeat: repeat;
  
  /* クロスフェードの準備 */
  opacity: 0;
  z-index: 1; /* 非アクティブなスライドの重なり順 */
  transition: opacity 1.5s ease-in-out; /* クロスフェードのアニメーション時間 */
}

/* 表示中のスライド */
.mv-slide-item.is-active {
  opacity: 1;
  z-index: 2; /* アクティブなスライドを最前面に */
}



.mv-hida01 {
  background-color: #F4EF7A;
  background-image: url(/cms/iihida/assets/img/2026/mv01_bk_pc.png);
}

.mv-hida02 {
  background-color: #B0ADD1;
  background-image: url(/cms/iihida/assets/img/2026/mv02_bk_pc.png);
}

.mv-hida03 {
  background-color: #B7D77A;
  background-image: url(/cms/iihida/assets/img/2026/mv03_bk_pc.png);
}

.mv-hida04 {
  background-color: #81CDDD;
  background-image: url(/cms/iihida/assets/img/2026/mv04_bk_pc.png);
}

.mv-hida05 {
  background-color: #F5AD32;
  background-image: url(/cms/iihida/assets/img/2026/mv05_bk_pc.png);
}

.mv-container {
  position: relative;
}

.mv-content-mainvisual {
  position: absolute;
  left: 0;
  top: 0;
}

.mv-content-mainvisual .content__picture-image {
  max-width: initial;
  width: 99.5vw;
}

.mv-content-logo {
  position: absolute;
  top: 28.75vw;
  right: 4.01vw;
  width: 33.854vw;
  z-index: 10;
}


.mv-content-badge {
  position: absolute;
  width: 12.55vw;
  top: 39.64vw;
  left: 3.369vw;
}

.mv-content-catch {
  position: absolute;
}

.mv-hida01 .mv-content-catch {
  width: 10.17vw;
  top: 13.111vw;
  left: 10.34vw;
}

.mv-hida02 .mv-content-catch {
  width: 9.297vw;
  top: 17.6vw;
  left: 15.68vw;
}

.mv-hida03 .mv-content-catch {
  width: 14.27vw;
  top: 12.7vw;
  left: 8.56vw;
}

.mv-hida04 .mv-content-catch {
  width: 14.86vw;
  top: 12.08vw;
  left: 17.56vw;
}

.mv-hida05 .mv-content-catch {
  width: 10.76vw;
  top: 17.8vw;
  left: 11.45vw;
}


/*スマホ用*/
@media (max-width: 600px) {
  .mv-hida01 {
    background-size: 50px 49.5px;
  }
  
  .mv-hida02 {
    background-size: 45px 45px;
  }
  
  .mv-hida03 {
    background-size: 45px 45px;
  }
  
  .mv-hida04 {
    background-size: 40px 40px;
  }
  
  .mv-hida05 {
    background-size: 35px 35px;
  }
  .mv-container {
    padding-top: 185.78vw;
    padding-bottom: 0;
  }

  .mv-content-mainvisual {
    position: absolute;
    top: 0;
    left: 0;
  }

  .mv-hida01 .mv-content-catch {
    width: 18.312vw;
    top: 68.333vw;
    right: 7.26vw;
    left: initial;
  }

  .mv-hida02 .mv-content-catch {
    width: 18.096vw;
    top: 64.8vw;
    right: 7.2vw;
    left: initial;
  }

  .mv-hida03 .mv-content-catch {
    width: 26.194vw;
    top: 54.4vw;
    left: 4.2vw;
  }

  .mv-hida04 .mv-content-catch {
    width: 26.789vw;
    top: 30.93vw;
    left: 3.65vw;
  }

  .mv-hida05 .mv-content-catch {
    width: 18vw;
    top: 64.866vw;
    left: 18.2vw;
  }

  .mv-content-badge {
    width: 22.666vw;
    right: 2.666vw;
    top: 99.333vw;
  }

  .mv-content-logo {
    width: 68.26vw;
    top: 118vw;
    left: 15.413vw;
  }

}

/*-------------------------------------------
catch
-------------------------------------------*/
.catch {
  position: relative;
  z-index: 1;
  padding-bottom: 4.86vw;
  background-color: #fff;
}
.catch:before {
  content:"";
  background: url(/cms/iihida/assets/img/2026/bg_catch.png) no-repeat;
  width: 100vw;
  aspect-ratio: 1368 / 188;
  top: 0;
  position: absolute;
  top: -13.73vw;
  background-size: cover;
  left: 0;
}

.catch_decoration {
  width: 27.89vw;
  position: absolute;
  top: 1.66vw;
  left: calc(50% - 45vw);
  z-index: 2;
  
  @media (max-width: 1366px) {
    width: 34.21vw;
    left: -5.973vw;
  }
}
.catch_decoration2 {
  width: 27.89vw;
  position: absolute;
  top: initial;
  right: calc(50% - 47vw);
  z-index: 2;
  left: initial;
  bottom: 0;
    
  @media (max-width: 1366px) {
    width: 34.21vw;
    right: -5.973vw;
  }
}

.catch_text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2.9;
  text-align: center;
  color: #314b57;
  z-index: 2;
}
.catch_text + .catch_text {
  margin-top: 9vw;
}

.content__picture-image {
  display: inline-block;
  max-width: 100%;
}

/*スマホ用*/
@media (max-width: 600px) {
  .catch {
    position: relative;
    z-index: 1;
    padding-top: 78.333vw;
    padding-bottom: 78.333vw;
    background-color: #fff7;
  }
  .catch::before {
    content:"";
    background: url(/cms/iihida/assets/img/2026/bg_catch_sp.png) no-repeat;
    width: 100vw;
    aspect-ratio: 375 / 59;
    top: 0;
    position: absolute;
    top: -13.73vw;
    background-size: cover;
    left: 0;
  }

  .catch_text {
    position: relative;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
    color: #314b57;
    z-index: 2;
    width: auto;
    margin: 0;
  }

  .content__picture-image {
    display: inline-block;
    max-width: 100%;
  }

  .catch_decoration {
    width: 70.8vw;
    position: absolute;
    top: 6.53vw;
    left: 0;
    z-index: 2;
  }
  .catch_decoration2 {
    width: 70.8vw;
    position: absolute;
    top: 226.53vw;
    right: 0vw;
    z-index: 2;
    left: initial;
  }
}

/*-------------------------------------------
present
-------------------------------------------*/

.present {
  position: relative;
  margin-top: 3.14vw;
  padding-top: 0;
  background-image: url(/cms/iihida/assets/img/2026/bk_present.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #FBF7EF;
  padding-bottom: 7vw;
}
.present-decoration_catch {
  width: 470px;
  margin: 0 auto 0;
  padding-top: 2vw;

  @media (max-width: 1366px) {
    width: calc(470 / 1366 * 100vw);
    top: 16.85vw;
    right: 0;
  }
}
.present-content-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 84px;
  margin-top: 100px;
  margin-left: -5vw;
  @media (max-width: 1366px) {
    margin-left: 0;
  }
}
.present-decoration-b {
  width: 36.89vw;
}
.present-content-area {
  padding-top: 0;
  width: 40%;
  max-width: 500px;
}

.present_title {
  font-family: "Shippori Mincho B1";
  font-weight: normal;
  font-size: 26px;
  line-height: 1.53;
  text-align: left;
  margin-bottom: 49px;
}

.present_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.225em;
  line-height: 2.17;
  text-align: left;
  margin-bottom: 20px;
}

.present_caution {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.714;
  text-align: left;
  margin-bottom: 38px;
}

.present-ticket_title {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 0.744vw;
}

.present-ticket_sample {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.51vw;
}

.present-ticket-departure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 34px;
  background-image: url(../img/text_bg_white.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.present-ticket-departure_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.944;
  text-align: center;
  color: #2b2b2b;
}

.present-ticket-pricebox {
  flex-shrink: 1;
  text-align: center;
}

.present-ticket-price_text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  display: flex;
  align-items: last baseline;
  justify-content: center;
  padding-bottom: 0.2vw;
}

.present-ticket-price_text1 {
  margin-right: 0.54vw;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.present-ticket-price_text2 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.43;
}

.present-ticket-caution {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 1.09vw;
}

.icon-plus {
  width: 46px;
  height: 46px;
  background: transparent;
  margin-bottom: 0.4166vw;
}

.present-ticket-localbenefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.578vw;

  @media (max-width: 1366px) {
    margin-bottom: 9.245vw;
  }
}

.present-ticket-localbenefits_text {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.18;
  text-align: center;
  color: #8e6e3d;
  padding-bottom: 0.781vw;
  border-bottom: 3px solid #8e6e3d;
}

.lp-hedding {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.94;
  color: #fff;
  margin-bottom: 0.3vw;
}


.present-period {
  position: relative;
  z-index: 5;
  margin-bottom: 19.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
}

.ticketing-period {
  /* margin: 0 auto; */
  padding-left: 0;
  border-right: 1px solid #7689ad;
  margin-top: 2.05vw;
  margin-bottom: 2.05vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.ticketing-period .lp-hedding {
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%)
}

.usage-period {
  margin-top: 2.05vw;
  margin-bottom: 2.05vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.usage-period .lp-hedding {
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%)
}

.period_text {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.43;
  text-align: left;
  color: #000;
}

.period_text span {
  font-family: "Shippori Mincho B1";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
  color: #000;
}

/*スマホ用*/
@media (max-width: 600px) {
  .present {
    position: relative;
    background-image: url(/cms/iihida/assets/img/2026/bk_present_sp.png);
  }
  .present-decoration-b {
    width: 90%;
    margin: 0 auto 14.5vw;
  }

  .present-decoration_catch {
    position: relative;
    width: calc(156 / 375 * 100vw);
    right: initial;
    top: 0;
  }

  .present-content-area {
    margin: 0;
    padding-top: 0.26vw;
    width: 100%;
  }

  .present_title {
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 9.333vw;
  }

  .present_text {
    font-size: 14px;
    line-height: 2.1;
    text-align: left;
    margin-bottom: 4.5333vw;
  }

  .present_caution {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 18.82vw;
  }

  .present-ticket_title {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3.7333vw;
  }

  .present-ticket_sample {
    flex-direction: column;
  }

  .present-ticket-departure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 34px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }

  .present-ticket-departure_text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.9444;
    text-align: center;
  }

  .present-ticket-pricebox {
    text-align: center;
  }

  .present-ticket-price_text {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    color: #000;
  }

  .present-ticket-price_text1 {
    margin-right: 2.666vw;
    line-height: 1.45;
  }

  .present-ticket-price_text2 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: #000;
  }

  .present-ticket-caution {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    color: #000;
  }

  .icon-plus {
    width: 46px;
    height: 46px;
    background: transparent;
  }

  .present-ticket-localbenefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 19.733vw;
  }

  .icon-plus {
    margin-bottom: 2.666vw;
  }

  .present-ticket-localbenefits_text {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.18;
    text-align: center;
    color: #8e6e3d;
    padding-bottom: 2.666vw;
    border-bottom: 3px solid #8e6e3d;
  }

  /*----period------*/

  .lp-hedding {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 3.2vw;
  }

  .present-content-inner {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 0;
  }

  .present-period {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    width: 100vw;
    left: -5.333vw;
  }

  .ticketing-period {
    width: 100%;
    margin: 0px auto 7.2vw;
    padding-bottom: 8vw;
    border-right: none;
    border-bottom: 1px solid #7689ad;
    padding-top: 8vw;
    flex-wrap: wrap;
  }
  .ticketing-period .lp-hedding,
  .usage-period .lp-hedding {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }

  .usage-period {
    width: 100%;
    margin: 0 auto 7.2vw;
    flex-wrap: wrap;
  }

  .period_text {
    font-family: "Shippori Mincho B1";
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
    width: 100%;
  }

  .period_text span {
    font-family: "Shippori Mincho B1";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    color: #000;
  }
}

/*-------------------------------------------
campaign
-------------------------------------------*/
.campaign {
  position: relative;
  background-color: #FBF7EF;
  padding-bottom: 18.01vw;
}

.campaign-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.38;
  text-align: center;
  color: #8e6e3d;
  width: fit-content;
  border-bottom: 3px solid #8e6e3d;
  padding-bottom: 0.65625vw;
  margin: 0 auto 55px;

  @media (max-width: 600px) {
    margin: 0 auto;
  }
}

.campaign-benefits .campaign-title {
  margin-bottom: 1.041vw;
}

.campaign-logo {
  margin-bottom: 5.453vw;
  padding: 0;
  @media (max-width: 1366px) {
    margin-bottom: 3.448vw;
  }
}

.logo-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px 45px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.logo-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 90px) / 3);
}

.logo-box {
  width: 226px;
  height: 127px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #B9B9B9;
}

.logo_image {
  width: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_image img {
  width: 80%;
}

.logo-links li {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
}

img.logo_knt {
  width: auto;
  max-height: 100px;
}

.campaign-period {
  margin-bottom: 1.25vw;
  background: #fff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 2.2vw;
  border-radius: 10px;
}
.campaign-period .lp-hedding {
  position: absolute;
  top: -1.2vw;
  left: 50%;
  transform: translateX(-50%);
}
.campaign-period .period_text {
  text-align: center;
}

.campaign-caution {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: left;
  margin-bottom: 5.572vw;
  max-width: 900px;
  margin: 20px auto 5.572vw;
}

.campaign-benefits_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2.176;
  text-align: center;
  margin-bottom: 1.177vw;
}

.exchange-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.296vw;
  background: #fff;
  opacity: 0.8;
  padding: 20px 50px;
  margin-bottom: 3.697vw;
  border-radius: 10px;
  max-width: 1040px;
  margin: 0 auto 3.697vw;
}


.exchange-section_title.lp-hedding {
  margin-bottom: 0;
}

.exchange-section_textbox {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.66;
  text-align: left;
  width: calc(100% - 160px);
}

.exchange-section_textbox p span {
  display: block;
  padding-left: 1em;
}
@media screen and (max-width: 600px) {
  .exchange-section_textbox p span {
    padding-left: 0;
  }
}

.exchange-section_text:first-of-type {
  margin-bottom: 10px;
}

.benefits-item-section {
  margin-bottom: 62px;
  max-width: 1040px;
  margin: 0 auto 62px;
}

.benefits-items {
  justify-content: center;
  gap: 1.796vw 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.benefits-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

@media screen and (min-width: 601px) {
  .benefits-item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

.benefits-item_image img {
  margin-bottom: 0.807vw;
  border-radius: 20px;
}

.benefits-item-city {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  color: #7689ad;
  margin-bottom: 5px;
}

.benefits-item-name {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.16;
  text-align: left;
  margin-bottom: 10px;
}

.benefits-item-name_smalltext {
  font-size: 18px;
  line-height: 1.55;
}

.benefits-item-details {
  margin-bottom: 10px;
}

.benefits-item-details dt {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #8e6e3d;
  border-left: 4px solid #8e6e3d;
  padding-left: 8px;
  margin-bottom: 4px;
}

.benefits-item-details dd {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.333;
  text-align: left;
}

.benefits-item-details dd+dd {
  margin-top: 10px;
}

.benefits-item-details-note {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: 0.1em;
}

.benefits-caution {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
}

.benefits-caution p {
  letter-spacing: .1em;
}
.benefits_decoration {
  width: 33.89vw;
  position: absolute;
  bottom: -17vw;
  right: -5vw;
  z-index: 2;
  left: initial;
  max-width: 590px;
  
  @media (max-width: 1366px) {
    width: 34.21vw;
    right: 2.027vw;
  }
}

/*スマホ用*/
@media (max-width: 600px) {
  .campaign {
    position: relative;
    background-color: #FBF7EF;
    padding-top: 12.4vw;
    padding-bottom: 18.73vw;
  }

  .campaign-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 1.36;
    text-align: center;
    color: #8e6e3d;
    border-bottom: 3px solid #8e6e3d;
    padding-bottom: 4.453vw;
    width: 100%;
  }

  .campaign-benefits .campaign-title {
    letter-spacing: 0.05em;
    margin-bottom: 0px;
  }

  .campaign-logo {
    padding: 11.093vw 0;
  }

  .logo-links li {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.9;
    text-align: center;
    color: #000000;
  }

  .logo-section {
    display: grid;
    gap: 0;
  }

  .logo-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .logo-section-content:not(:last-of-type) {
    margin-bottom: 8.533vw;
  }

  .logo-box {
    width: 60.26vw;
    height: 33.86vw;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo_image {
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo_image img {
    width: 100%;
  }

  .logo_image img.logo_knt {
    width: 26.666vw;
  }

  .campaign-period .lp-hedding {
    top: -4vw
  }

  .campaign-period {
    margin-bottom: 8vw;
    width: 100vw;
    position: relative;
    left: -5.333vw;
    padding: 8vw 1vw;
  }

  .campaign-period span {
    letter-spacing: -0.1em;
  }

  .campaign-caution {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.833;
    text-align: left;
    color: #000;
    margin-bottom: 20.613vw;
  }

  .campaign-benefits_text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.71;
    text-align: center;
    color: #000;
    padding: 4vw 0 4vw;
  }

  .benefits_decoration {
    position: relative;
    top: 0;
    right: 0px;
    width: 80%;
    left: initial;
    margin: 10vw 0 0 auto;
  }

  .exchange-section {
    display: block;
    background: #fff;
    opacity: 0.8;
    padding: 5.33%;
    margin-inline: -10px;
    margin-bottom: 10.93vw;
  }

  .exchange-section_title.lp-hedding {
    margin: 0 auto 3.2vw;
  }

  .exchange-section_textbox {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.71;
    text-align: left;
    text-align: justify;
    flex-grow: 1;
    width: auto;
  }

  .benefits-item-section {
    margin-inline: -5px;
    margin-bottom: 13.66vw;
  }

  .benefits-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.866vw;
  }

  .benefits-item {
    min-width: 160px;
  }

  .benefits-item:nth-of-type(n+3) {
    margin-top: 4vw;
  }

  .benefits-item_image img {
    margin-bottom: 2.133vw;
    border-radius: 10px;
  }

  .benefits-item-name {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 14px;
    line-height: 1.33;
    text-align: left;
    margin-bottom: 1.54vw;
  }

  .benefits-item-city {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #7689ad;
  }

  .benefits-item-name_smalltext {
    font-size: 11px;
    line-height: 1.4;
  }

  .benefits-item-details {
    margin-bottom: 1.54vw;
  }

  .benefits-item-details dt {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    line-height: 1.16;
    text-align: left;
    color: #8e6e3d;
    border-left: 2px solid #8e6e3d;
    padding-left: 4px;
    margin-bottom: 0.746vw;
  }

  .benefits-item-details dd {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.33;
    text-align: left;
  }

  /*iOS電話番号リンク無効*/
  .benefits-item-details dd a {
    pointer-events: none;
    text-decoration: none;
    color: #333;
  }

  .benefits-caution {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    line-height: 1.83;
    text-align: left;
  }
  .benefits-item-details-note {
    font-size: 12px;
    line-height: 1.333;
  }
}

/*-------------------------------------------
travel-agent
-------------------------------------------*/
.travel-agent {
  position: relative;
  /* padding-top: 23.77vw; */
  padding-bottom: 10.19vw;
  background-color: #fff;
  background-image: url(/cms/iihida/assets/img/2026/bk_package.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.travel-agent_title {
  font-family: "Shippori Mincho B1";
  font-weight: normal;
  font-size: 26px;
  line-height: 1.53;
  text-align: center;
  color: #000;
  margin-bottom: 2.036vw;
  margin-top: 5vw;
}

.travel-agent_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2.176;
  text-align: center;
}

.travel-agent-logo {
  padding: 3.651vw 0;
  max-width: 920px;
  margin: 0 auto;

  @media (max-width: 1366px) {
    max-width: 900px;
    margin: 0 auto;
  }
}

.travel-agent-caution {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
}

.travel-agent-decoration_catch {
  width: 850px;
  margin: 0 auto;
  padding-top: 3vw;
  
  @media (max-width: 1366px) {
    width: calc(850 / 1366 * 100vw);
    right: 0;
    top: -8.62vw;
  }
}


/*スマホ用*/
@media (max-width: 600px) {
  .travel-agent {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 34.39vw;
    background-color: #fff;
    background-image: url(/cms/iihida/assets/img/2026/bk_package_sp.png);
  }

  .travel-agent_title {
    font-size: 17px;
    line-height: 1.47;
    text-align: left;
    margin-bottom: 9.28vw;
  }

  .travel-agent_text {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
  }

  .travel-agent-logo {
    padding: 7.946vw 0;
  }

  .travel-agent-caution {
    font-size: 12px;
    line-height: 1.83;
    text-align: left;
  }

  .travel-agent-decoration_catch {
    position: relative;
    z-index: 5;
    width: calc(284 / 375 * 100vw);
    right: initial;
    top: -1vw;
  }

}

/*-------------------------------------------
train-info
-------------------------------------------*/
.train-info {
  position: relative;
  background-color: #FBF7EF;
  padding-bottom: 10.213vw;
  background-image: url(/cms/iihida/assets/img/2026/bk_promotion.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.train-info_title {
  font-family: "Shippori Mincho B1";
  font-weight: normal;
  font-size: 26px;
  line-height: 1.53;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 110px;
}

.train-info_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.17em;
  line-height: 2.17;
  text-align: left;
  max-width: 500px;
  margin-bottom: 50px;
}

.train-info-desc .info-datalist {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
  margin-bottom: 77px;

  @media (max-width: 1366px) {
    margin-bottom: 120px;
  }
}

.info-datalist-label {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  line-height: 2.18;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 30px;
  background-image: url(../img/bg_midashi_pc.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.info-datalist-content {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.93vw;
  width: calc((100% - 118px) - 25px);
}

.info-datalist-content:last-of-type {
  margin-bottom: 0;
}

.info-datalist-logo p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: left;
}

.info-datalist-logo-list {
  display: flex;
  gap: 0.885vw;
}

.info-datalist-logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  width: 152px;
  height: 83px;
}

.info-datalist-logo-image img {
  width: 80%;
}

.info-datalist-caution {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.57;
  text-align: left;
  margin-top: 1.44vw;
}

.logo-hankyukoutsusya {
  width: 32vw;
}

.logo-club-t {
  width: 26.666vw;
}

.train-decoration_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.363;
  text-align: center;
  color: #7689ad;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0 auto 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.train-decoration_title:before,
.train-decoration_title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #8899b8;
}

.train-decoration_title span {
  padding-inline: 1.79vw;
}

.train-decoration_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2.176;
  text-align: left;
  color: #000;
  margin-bottom: 22px;
  width: fit-content;
  margin-inline: auto;
}

.train-decoration-caution {
  width: 731.31px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: left;
  margin-inline: auto;
  margin-bottom: 3.135vw;
}

.promotion_decoration {
  position: absolute;
  width: clamp(400px, 39.178vw, 560px);
  top: 12.015vw;
  right: calc(50% - 32.406vw);
  z-index: 4;
}
@media screen and (max-width: 1600px) {
  .promotion_decoration {
    top: 16.015vw;
    right: calc(50% - 38.406vw);
  }
}

/*スマホ用*/
@media (max-width: 600px) {
  .train-info {
    position: relative;
    z-index: 4;
    padding-top: 0;
    padding-bottom: 29.16vw;
    background-color: #FBF7EF;
    background-image: url(/cms/iihida/assets/img/2026/bk_promotion_sp.png);
  }

  .train-info_title {
    font-family: "Shippori Mincho B1";
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    color: #000;
    margin-bottom: 8vw;
  }

  .train-info_text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 17.28vw;
  }

  .train-info-desc .info-datalist {
    margin-bottom: 23.2vw;
  }

  .info-datalist-label {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89.33vw;
    height: 8vw;
    background-image: url(../img/bg_midashi.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 0 auto 2.66vw;
  }

  .info-datalist-content {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 6.93vw;
    width: 100%;
  }

  .info-datalist-content:last-of-type {
    margin-bottom: 0;
  }

  .info-datalist-logo p {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: left;
  }

  .info-datalist-logo-list {
    display: flex;
    gap: 2.533vw 4.533vw;
    flex-wrap: wrap;
  }

  .info-datalist-logo-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    width: 40.43vw;
    height: 22.72vw;
  }

  .logo-hankyukoutsusya {
    width: 32vw;
  }

  .logo-club-t {
    width: 26.666vw;
  }

  .train-decoration_title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    color: #7689ad;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0 auto 24px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .train-decoration_title:before,
  .train-decoration_title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #8899b8;
  }

  .train-decoration_title span {
    padding-inline: 4.93vw;
  }

  .train-decoration_text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.14;
    text-align: left;
    margin-bottom: 6.026vw;
  }

  .train-decoration-caution {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 10.88vw;
    width: auto;
  }
}

/*-------------------------------------------
train-decoration
-------------------------------------------*/
.train-decoration-modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6.166vw;
}

.train-decoration-headmark-content_text,
.train-decoration--poster-content_text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7689ad;
}

.train-decoration-headmark-content_text {
  /* margin-bottom: 2.338vw; */
}

.train-decoration-headmark-content_text2 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2.05;
  text-align: center;
  margin-top: 3.5vw;
}

.train-decoration-modal-content {
  /* cursor: pointer; */
}

.train-decoration-modal-image {
  position: relative;
  margin-bottom: 0.578vw;
}

.train-decoration-headmark-image {
  display: block;
  margin-inline: auto;
  max-width: 213px;
}

.train-decoration-poster-image {
  display: block;
  margin-inline: auto;
  max-width: 265px;
  margin-bottom: 0;
}

.train-decoration .popup-modal_icon {
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon_plus_sp.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 4;
}

.train-info-decoration {
  position: absolute;
  width: 29.734vw;
  left: 53.4375vw;
  top: 18.421vw;

  @media (max-width: 1366px) {
    width: 41.79vw;
    left: 54.83vw;
    top: 25.89vw;
  }
}

.train-info-decoration_catch {
  width: 1080px;
  margin: 0 auto 0;
  padding-top: 2vw;

  @media (max-width: 1366px) {
    width: calc(1080 / 1366 * 100vw);
    left: 0;
    top: 15.51vw;
  }
}

/* トレインイメージモーダル
------------------------------*/

.train-decoration-modal-content .train-decoration-headmark-image::before {
  content: "";
  position: absolute;
  top: 41px;
  left: 50%;
  width: calc(227px / 2);
  height: calc(298px / 2);
  background-image: url(../img/content_train_photo_verTrain.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-50%);
  will-change: top, width, height;
  margin-left: 4px;
  z-index: 3;
}

.train-decoration-modal-content .train-decoration-headmark-image:hover::before {
  top: calc(41px + 22px);
  width: calc((227px / 2) + 50px);
  height: calc((298px / 2) + 50px);
}

/*スマホ用*/
@media (max-width: 600px) {
  .train-decoration-modal {
    display: block;
  }

  .train-decoration-modal-content:not(:last-of-type) {
    margin-bottom: 10.13vw;
  }

  .train-decoration-headmark-content_text,
  .train-decoration--poster-content_text {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #7689ad;
  }

  .train-decoration-headmark-content_text {
    margin-bottom: 10.93vw;
  }

  .train-decoration-modal-image {
    position: relative;
    margin-bottom: 3.2vw;
  }

  .train-decoration-headmark-image {
    display: block;
    margin-inline: auto;
    width: 56.8vw;
  }

  .train-decoration-poster-image {
    display: block;
    margin-inline: auto;
    width: 77.06vw;
  }

  .train-decoration .popup-modal_icon {
    display: block;
    position: absolute;
    bottom: -5.33vw;
    right: -5.33vw;
    width: 10.666vw;
    height: 10.666vw;
    background-image: url(../img/icon_plus_sp.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4;
  }

  .train-info-decoration {
    position: absolute;
    width: 109.72vw;
    left: -7.12vw;
    top: 52.74vw;
  }

  .train-info-decoration_catch {
    position: relative;
    width: calc(360 / 375 *100vw);
    top: -0.5vw;
    left: -2.6667vw;
    margin: 0 auto;
  }
  .promotion_decoration {
    position: relative;
    top: 0;
    margin-top: 26px;
    right: initial;
    width: 100%;
    margin: 40px auto 0;
  }
}

/*-------------------------------------------
walking
-------------------------------------------*/

.walking {
  position: relative;
  /* z-index: 4; */
  /* margin-top: -26.197vw; */
  /* padding-top: 22.052vw; */
  padding-bottom: 21.578vw;
  display: block;
  background-image: url(/cms/iihida/assets/img/2026/bk_walking.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;  
}

.walking .section-inner {
  max-width: 1040px;
}

.walking_title {
  font-family: "Shippori Mincho B1";
  font-weight: normal;
  font-size: 26px;
  line-height: 1.53;
  text-align: left;
  margin-bottom: 40px;
  max-width: 500px;
  margin: calc(19.015vw - 196px) 0 0 auto;
  @media (max-width: 1366px) {
    margin-top: 5vw;
  }
}

.walking_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 2.17;
  text-align: left;
  margin-bottom: 50px;
  max-width: 500px;
  margin: 40px 0 52.5px auto;
}
.walking-info-desc {
  max-width: 500px;
  margin: 0 0 0 auto;
}

.walking-info-event {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.72vw;
  margin-bottom: 4.072vw;
  margin-bottom: 41.5px;
}

.walking-info-event:last-of-type {
  margin-bottom: 1.479vw;
}

.walking-info-event .info-datalist-label {
  width: 128px;
  height: 30px;
}

.walking-info-event .info-datalist-content {
  width: calc((100% - 128px) - 25px);
}

.walking-info-event .info-datalist-content p {
  letter-spacing: .1em;
}

.walking-decoration {
  position: absolute;
  width: clamp(400px,36.178vw, 600px);
  top: 20.015vw;
  left: calc(50% - 640px);
  margin-left: -4.266vw;
  z-index: 4;
  @media (max-width: 1660px) {
    left: calc(50% - 37vw);
  }
  @media (max-width: 1100px) {
    left: 100px;
  }
}

.walking-decoration_catch {
  width: 515px;
  z-index: 4;
  margin: 0 auto;
  padding-top: 2vw;

  @media (max-width: 1366px) {
    width: calc(515 / 1366 * 100vw);
    top: 13.9vw;
    right: -0.732vw;
    
  }
}

.walking-caution {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: left;
}

/*スマホ用*/
@media (max-width: 600px) {
  .walking {
    position: relative;
    z-index: 4;
    padding-top: 0;
    display: block;
    background-image: url(/cms/iihida/assets/img/2026/bk_walking_sp.png);
  }

  .walking .section-inner {
    margin-left: auto;
    margin-bottom: 5.333vw;
  }

  .walking_title {
    font-family: "Shippori Mincho B1";
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 9.28vw;
    margin-top: 0;
  }

  .walking_text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    margin-bottom: 11.04vw;
  }

  .walking-decoration {
    position: relative;
    top: 0;
    width: 100%;
    left: initial;
    margin: 30px auto;
    z-index: 4;
  }

  .walking-decoration_catch {
    position: relative;
    width: calc(172 / 375 * 100vw);
    top: -1vw;
    right: initial;
    z-index: 4;
  }

  .walking-info-event {
    margin-bottom: 8.25vw;
  }

  .walking-info-event:last-of-type {
    margin-bottom: 8.25vw;
  }

  .walking-info-event .info-datalist-label {
    width: 89.33vw;
    height: 8vw;
  }

  .walking-info-event .info-datalist-content {
    margin-bottom: 20px;
    width: 100%;
  }

  .walking-caution {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.66;
    text-align: left;
  }
}

/*-------------------------------------------
gallery
-------------------------------------------*/
.gallery {
  position: relative;
  display: block;
  padding-bottom: 0.52vw;
  background-color: #FAF7EF;
  background-image: url(/cms/iihida/assets/img/2026/bk_gallery.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.gallery_title {
  font-family: "Shippori Mincho B1";
  font-weight: normal;
  font-size: 26px;
  line-height: 1.53;
  text-align: center;
  margin-bottom: 2.09vw;
  max-width: 1000px;
  margin: 4vw auto 2.09vw;
}

.gallery_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2.17;
  text-align: left;
  margin-bottom: 93px;
  max-width: 1000px;
  margin: 0 auto 93px;
}

.gallery-content_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.gallery .popup-modal_icon {
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon_plus_sp.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 4;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.gallery-item {
  cursor: pointer;
  width: calc((100% - 160px) / 5);
}

.gallery-image {
  position: relative;
  display: block;
  margin-bottom: 0.88vw;
}

.gallery-decoration_catch {
  position: relative;
  width: 460px;
  top: 0vw;
  left: initial;
  z-index: 5;
  margin: 0 auto;
  padding-top: 2vw;

  @media (max-width: 1366px) {
    width: calc(460 / 1366 * 100vw);
    left: initial;
  }
}

/*スマホ用*/
@media (max-width: 600px) {
  .gallery {
    position: relative;
    display: block;
    padding-top: 114.2vw;
    padding-bottom: 96.266vw;
    background-color: #f7f7f7;
  }

  .gallery_title {
    font-family: "Shippori Mincho B1";
    font-weight: normal;
    font-size: 17px;
    line-height: 1.47;
    text-align: left;
    margin-bottom: 10.613vw;
    margin-top: 20.613vw;
  }

  .gallery_text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 2.5;
    text-align: left;
    margin-bottom: 12.693vw;
  }

  .gallery-content_text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 11px;
    text-align: center;
  }

  .gallery .popup-modal_icon {
    display: block;
    position: absolute;
    bottom: -2.66vw;
    right: -2.66vw;
    width: 7.466vw;
    height: 7.466vw;
    background-image: url(../img/icon_plus_sp.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4;
  }

  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10.24vw;
    margin-right: 2vw;
    justify-content: left;
  }

  .gallery-item {
    width: 36.6933vw;
    width: calc((100% - 10.24vw) / 2);
  }

  .gallery-image {
    position: relative;
    display: block;
    margin-bottom: 2.66vw;
  }

  .gallery-decoration_catch {
    position: relative;
    width: calc(154 / 375 * 100vw);
    top: -3vw;
    left: 0;
    z-index: 5;
    margin: 0 auto;
  }
}

/*-------------------------------------------
モーダル全体のスタイル
-------------------------------------------*/
.block-iihida__modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/modal_bg.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: repeat;
  overflow: auto;
  z-index: 1000;
}

/* モーダルのコンテンツ部分 */
.block-iihida__modal-content {
  width: auto;
  height: auto;
}

.block-iihida__modal-content-inner {
  position: relative;
  max-width: 500px;
  padding-bottom: 62px;
  box-sizing: border-box;
}

.block-iihida__modal-image-box {
  font-size: 0;
  line-height: 0;
}

/* モーダル内の画像スタイル */
.block-iihida__modal-image {
  display: block;
}

/* モーダルを閉じるボタン */
.block-iihida__close-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 154px;
  height: 34px;
  font-size: 0;
  line-height: 0;
  background-image: url(../img/modal_close_button.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  cursor: pointer;
}

/* ホバー時の閉じるボタンのスタイル */
.block-iihida__close-button:hover,
.block-iihida__close-button:focus {
  opacity: 0.9;
}

/* テキストをモーダルにしたい時 */
.text.block-iihida__modal-images__item {
  display: inline;
}

.text.block-iihida__modal-images__item .content__picture-image {
  display: none;
}

.text.block-iihida__modal-images__item span {
  color: #7689ad;
  word-break: break-all;
  text-decoration: underline;
  pointer-events: auto;
  cursor: pointer;
}

/* footer調整
------------------------------*/
.d-footer {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .d-footer>.innerWrap {
    padding-top: 300px;
  }
}

@media (min-width: 600px) {
  .d-footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: url(../img/2026/footer_bg_1920px.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 16.4714494876%;
    z-index: 5;
  }

  .d-footer {
    z-index: 5;
  }

  .is-tavisit-area .d-footer {
    margin-top: -5px;
  }

  .d-footer>.innerWrap {
    padding-top: 21vw;
  }

  .is-tavisit-area .d-footer {
    position: relative;
  }

  .is-tavisit-area .d-footer::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    background-image: url(../img/footer_bg_1920px.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .d-footer>.innerWrap {
    padding-top: 16vw;
  }
}

@media (max-width: 600px) {
  .gallery {
    padding-bottom: 41.266vw;
    background-color: #FBF7EF;
    margin-top: 0;
    padding-top: 0;
  }
  .gallery::after {
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 158;
    background: url(../img/2026/footer_bg_sp.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 2;
  }

  .d-footer {
    margin-top: -33vw;
  }
}

.present-content-area .present-decoration img {
  transform: translate(-10px, 130px);
}

  @media screen and (min-width: 768px) {
    .d-footer > .innerWrap {
        padding-top: 280px!important;
    }
}