@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");

.fontZenMaruGothic {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*************
FMT
*************/
.info_wrap,
.footer_container {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
img {
  display: block;
  width: 100%;
}
.content_wrap {
  font-family: "Noto Sans JP", sans-serif;

  -webkit-font-smoothing: antialiased;
  /*font-family: 'Noto Sans JP', serif;*/
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-color);
  margin-top: 66px;
  background-color: var(--bg-color);
  width: 100%;
  position: relative;
  z-index: 0;
}
a:hover img {
  opacity: 1;
}

figure {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
figcaption .caption {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  font-size: 12px;
}
@media (min-width: 751px) {
  .content_wrap {
    margin-top: 90px;
  }
}
:root {
  --text-color: #333333;
  --primary-color: #2ebcad;
  --bg-color: #f4f4f0;
  --red-color: #ee0000;
  --accent-color: #ffff00;
}
/*アキ*/
.mgt48 {
  margin-top: 48px !important;
}
.mgt32 {
  margin-top: 32px !important;
}
.mgt24 {
  margin-top: 24px !important;
}
.mgt16 {
  margin-top: 16px !important;
}
.mgt8 {
  margin-top: 8px !important;
}
.mgt4 {
  margin-top: 4px !important;
}
.mgt0 {
  margin-top: 0 !important;
}

/*テキストサイズ*/
.annotation {
  font-size: 14px;
}
.smallest {
  font-size: 12px;
}
.larger {
  font-size: 1.5em;
}
.smaller {
  font-size: 0.75em;
}

/* テキスト揃え */
.center {
  text-align: center;
}
.auto_center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.ib {
  display: inline-block;
}

/* テキストカラー */
.fcPrimary {
  color: var(--primary-color);
}
.fcRed {
  color: var(--red-color);
}
.fcWhite {
  color: #fff;
}
.fcYellow {
  color: #ff0;
}

/* テキスト汎用 */
.bold {
  font-weight: bold;
}
.text_link {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.marker {
  background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {
  position: relative;
}

/* 箇条書き */
ul.text_list li,
p.text_list {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
ul.text_list li + li {
  margin-top: 2px;
}
ul.text_list.annotation li {
  font-size: 14px;
}
@media (min-width: 751px) {
  .red_box {
    font-size: 22px;
  }
  .pc_center {
    text-align: center;
  }
}
/* js-fadeUp */
.js-fadeUp {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
}
.js-fadeUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
  display: block;
  max-width: 400px;
  margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
  pointer-events: none;
}
.qr_wrap {
  display: none;
}
@media (min-width: 751px) {
  .qr_wrap {
    padding: 0px;
    margin: 32px auto 16px;
    /*border: 2px solid var(--primary-color);*/
    border: 3px solid #c43f1e;
    display: flex;
    gap: 16px;
    border-radius: 16px;
    max-width: 500px;
    align-items: center;
  }
  .qr_text {
    flex: 1;
    padding-left: 15px;
  }
  .qr_text_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .qr_text_hd {
    /*font-weight: bold;
		margin-bottom: 6px;
		font-size: 20px;
		color: #FFF;
		background-color: var(--primary-color);
		padding: 4px 12px;
		border-radius: 40px;
		text-align: center;*/
    color: #c43f1d;
    font-size: 24px;
    line-height: 1em;
    font-weight: 900;
    text-align: center;
    padding-bottom: 14px;
    background-image: url("../img/btn_line_pc01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 5px;
  }
  .qr_text_hd::after {
    content: "";
    display: inline-block;
    background-image: url("../img/btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    vertical-align: top;
  }

  .qr_text p {
    text-align: left;
  }
  .qr_img {
    box-sizing: border-box;
    width: 130px;
    position: relative;
    padding: 15px;
    /*border: 2px solid var(--primary-color);*/
    border-radius: 0px 10px 10px 0px;
    background-color: #c43f1d;
  }
  .qr_img img {
    width: 100px;
    height: auto;
  }

  .qr_img .comingSoon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*color: var(--text-color);*/
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
}
/* アコーディオン */
.acc_body {
  display: none;
}
.acc_btn {
  font-weight: bold;
  width: fit-content;
  margin: 32px auto 0;
  color: var(--text-color);
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  transition: all 0.3s;
}
.acc_btn span {
  position: absolute;
  background-color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.acc_btn span::before,
.acc_btn span::after {
  content: "";
  /*background-color: var(--primary-color);*/
  background-color: #695a55;
  position: absolute;
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: transform 0.3s;
}
.acc_btn span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.acc_btn.open span::before {
  transform: translate(-50%, -50%);
}
/* ご注意事項アコーディオン */
.caution_acc .acc_btn {
  padding: 4px 40px 6px 20px;
  border-radius: 30px;
  /*background-color: var(--primary-color);*/
  background-color: #695a55;
  color: #fff;
}
.caution_acc .acc_btn span {
  right: 10px;
}
.caution_acc .acc_body {
  padding: 10px;
  /*border-radius: 8px;*/
  margin-top: 16px;
  /*border: 2px solid var(--primary-color);*/
  background-color: #ffffff;
}
.caution_head {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
.text_list + .caution_head {
  margin-top: 8px;
}
.back_to_top.show {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
.back_to_top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0px;
  bottom: 8px;
  width: 84px;
  z-index: 1000;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
  transition: all 0.5s;
}
@media (min-width: 751px) {
  .caution_acc .acc_body {
    padding: 20px;
    border-radius: 0px;
  }
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
終了処理
*************/

.red_box {
  font-weight: bold;
  border: 2px solid var(--red-color);
  color: var(--red-color);
  font-size: 18px;
  text-align: center;
  padding: 8px;
  margin: 16px auto 0;
  max-width: 800px;
  width: calc(100% - 40px);
  background-color: #fff;
}
.VoiStock_btn.sign-off-btn {
  pointer-events: none;
  position: relative;
}
.sign-off {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ee0000;
  border: #ee0000 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 16px 0;
}
@media (min-width: 751px) {
  /* 終了処理 QR枠用 */
  .sign-off-pc {
    background-color: rgba(255, 255, 255, 0.9);
    color: #ee0000;
    border: #ee0000 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
}

/*************
footer
*************/
/*その他の推し旅プラン*/
.info_wrap {
  margin: 0 auto;
  padding: 8px 40px 20px;
  position: relative;
  background-color: #fff;
}
.oshitabi_btn {
  display: block;
  border: 4px solid #000;
  background-color: #fff;
  max-width: 740px;
  margin: 32px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  padding: 10px 30px 10px 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.oshitabi_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  height: 12px;
  width: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.oshitabi_btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: 4px solid var(--primary-color);
}
.oshitabi_btn:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.credit {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}

.footer_container {
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding-top: 1px;
}
@media (min-width: 751px) {
  .info_wrap {
    margin: 0 auto;
    padding: 8px 20px 20px;
  }
  .oshitabi_btn {
    padding: 15px;
    font-size: 20px;
  }
}

/*************
メディアクエリ
*************/
@media (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

/*************
2025/12/03
*************/

.alc {
  text-align: center;
}

.weightM {
  font-weight: 500;
}
.weightSb {
  font-weight: 600;
}
.weightB {
  font-weight: bold;
}

.mt_0 {
  margin-top: 0px !important;
}
.mt_10 {
  margin-top: 10px;
}
.mt_35 {
  margin-top: 35px;
}

.colRed01 {
  color: #e00000;
}
.colBlue01 {
  color: #009dff;
}

/*-------------------*/

.mainBlock01 {
  padding: 45px 15px 50px;
}
.mainBox01 {
  padding: 35px 15px 0px;
}
.mainText01 {
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
}
.mainTextBox01 {
  background-color: #ffffff;
  font-size: 22px;
  line-height: 1.9em;
  font-weight: 900;
  color: #623720;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 15px;
  margin-bottom: 35px;
  background-image: url("../img/box_line01.png"), url("../img/box_line01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}
.mainTextBox01 .s01 {
  font-size: 26px;
}

.mainBox02 {
  margin-top: 35px;
}
.mainDeco01 {
  text-align: center;
  margin-bottom: 12px;
}
.mainDeco01 img {
  width: 50px;
  height: auto;
  margin: auto;
}
.mainBoxIn01 {
  border: 4px solid #216a5a;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
.mainBoxIn01 .boxIn01 {
  background-color: #32771a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 5px 15px;
}
.mainBoxIn01 .boxIn01 .h301 {
  display: inline-block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.45em;
  font-weight: 900;
  background-image: url("../img/box_line02.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 3px;
  padding-bottom: 8px;
}

.mainBoxIn01 .boxIn02 {
  padding: 20px 15px;
}
.boxCont01 {
  margin-top: 18px;
  display: flex;
}
.boxCont01:first-child {
  margin-top: 0px;
}

.boxCont01 .box01 {
  width: 35px;
  flex-shrink: 0;
  margin-right: 8px;
}
.text20_13_n {
  font-size: 20px;
  line-height: 1.3em;
}
.mainUl01 li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

.contLink01 {
  font-weight: bold;
}
a.contLink01:link {
  color: #0d5cab;
  text-decoration: underline;
}
a.contLink01:visited {
  color: #0d5cab;
  text-decoration: underline;
}
a.contLink01:hover {
  color: #0d5cab;
  text-decoration: none;
}
a.contLink01:active {
  color: #0d5cab;
  text-decoration: none;
}

.ancNaviWrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  padding: 0px 15px 50px;
  margin-top: 35px;
  background-image: url("../img/main_bg01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.ancBlock01 {
  background-color: #ffffff;
  padding: 30px 15px 38px;
}

.contH201 {
  background-color: #ffffff;
}
.contTextBox01 {
  text-align: center;
  padding: 40px 15px 36px;
}
.text18_15_n {
  font-size: 18px;
  line-height: 1.5em;
}
.contPd30_15_25 {
  padding: 30px 15px 25px;
}
.text16_15_n {
  font-size: 16px;
  line-height: 1.5em;
}
.contTextBox02 {
  margin-top: 30px;
}

/*----------------*/

.contBtn01 {
  padding: 0px 15px;
}
.contBox01 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 15px;
  margin: 45px auto 35px;
}
.contH301 {
  color: #396531;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 900;
  padding-bottom: 10px;
  background-image: url("../img/box_line03.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-bottom: 20px;
}
.contDl01 {
  text-align: center;
  margin-bottom: 20px;
}
.contDl01 dt {
  background-color: #396531;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2px 25px;
  height: 28px;
  margin-bottom: 6px;
}
.contDl01 dd {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
}
.contDl01 dd .s01 {
  font-size: 14px;
}
.contImg01 {
  position: relative;
  margin: auto auto 20px;
}

.contImgText01 {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: left;
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.contTextWrap01 {
  border: 3px solid #e00000;
  padding: 8px 15px;
  text-align: center;
  color: #e00000;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  margin: 35px auto 35px;
}

/*------------------------*/

.contText01 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 22px;
}
.contImg02 {
  position: relative;
  width: 260px;
  margin: 50px auto auto;
}
.contImgBadge01 {
  width: 103px;
  position: absolute;
  right: -18px;
  bottom: 4px;
}
.contPd0_15 {
  padding: 0px 15px;
}
.contText02 {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600;
  padding-left: 16px;
  margin-top: -10px;
}
.text12_16_n {
  font-size: 12px;
  line-height: 1.6em;
}

/*-----------------*/

.contBlock01 {
  background-color: #ffffff;
  padding-bottom: 25px;
}

.contH202 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #3251b7;
  box-sizing: border-box;
  padding: 10px;
  height: 200px;
  color: #ffffff;
  margin-bottom: 24px;
}
.contH202::after {
  content: "";
  background-image: url("../img/cont04_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70px 25px;
  width: 70px;
  height: 25px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.contH202 .s01 {
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 800;
}
.contH202 .s02 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 800;
}
.contH202 .s03 {
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
}
.contTit01 {
  text-align: center;
  margin: 20px auto;
}
.contTit01 img {
  width: auto;
  height: 26px;
  margin: auto;
}
.contBox02 {
  margin-top: 25px;
  margin-bottom: 50px;
}
.contAr01 {
  width: 12px;
  margin: 10px auto;
}
.contUl01 {
  background-color: #f7f7f7;
  padding: 15px;
}
.contUl01 li {
  padding: 8px 0px;
  background-image: url("../img/cont04_line01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.contUl01 li:first-child {
  background-image: none;
}

.contUl01 li .s01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  background-color: #3251b7;
  border-radius: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 800;
  vertical-align: middle;
}
.contUl01 li .s02 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  vertical-align: middle;
}

/*--------------------*/

.contH302 {
  background-color: #ffec9f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px 5px 50px;
  min-height: 100px;
  position: relative;
  margin-top: 15px;
}
.contH302 .h302 .s01 {
  color: #aa7123;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
}
.contH302 .h302 .s02 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 900;
}
.h302Num01 {
  width: 98px;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.contSwiperWrap01 {
  overflow: hidden;
  margin: 25px auto auto;
}
.Tour__swiper {
  overflow: hidden;
}

.swiperBox01 {
  position: relative;
  box-sizing: border-box;
  border: 3px solid #3251b7;
  border-radius: 10px;
  padding: 60px 15px 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiperBox01.box02 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.slideNum01 {
  background-color: #3251b7;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 5px;
  width: 100px;
  height: 28px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 800;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.swiperNaviFlex01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.swiper-pagination {
  position: relative;
  top: 0px;
  left: 0px;
  line-height: 0px;
  display: inline-flex;
  gap: 10px;
}
.Tour__swiper-button-prev,
.Tour__swiper-button-next {
  width: 30px;
  margin: auto 10px;
}
.slideTextBox01 {
  margin-bottom: 20px;
}
.swiperInFlex01 {
  display: flex;
  gap: 8px;
}
.swiperInFlex01 .box02 {
  width: 116px;
  flex-shrink: 0;
}
.slideImg01 {
  max-width: 280px;
  margin: auto;
}

.contH303 {
  text-align: center;
  margin-bottom: 18px;
}
.contH303 img {
  width: 325px;
  height: auto;
  margin: auto;
}

.memoryBlock01 {
  background-image: url("../img/memory_bg01_deco01.png"), url("../img/memory_bg01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top center center;
  background-size: 100% auto, 100% 100%;
  padding: 96px 15px 48px;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0px;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff9f0;
}
.slick-dots .slick-active button {
  background-color: #3e2c14;
}
.memorySlickWrap01 {
  position: relative;
}
.slickText01 {
  font-size: 10px;
  line-height: 1.2em;
  position: absolute;
  right: 0px;
  bottom: 4px;
}
.bottomBannerWrap01 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.bottomBannerWrap01 li {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
}

@media (min-width: 751px) {
  .contBasePcBlock01 {
    background-image: url("../img/bg_pc.png");
    background-repeat: repeat;
    background-position: center top;
    background-color: #cdd3b8;
  }
  .content_wrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainBlock01 {
    padding: 50px 80px;
  }
  .h2Pc01 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainBox01 {
    text-align: center;
  }
  .mainTextBox01 {
    padding: 26px 25px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/box_line01_pc.png"), url("../img/box_line01_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    display: inline-block;
  }

  .mainBoxIn01 .boxIn01 {
    background-color: #32771a;
    display: block;
    box-sizing: border-box;
    padding: 16px 13px 15px;
  }
  .mainBoxIn01 .boxIn01 .h301 {
    display: block;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.45em;
    font-weight: 900;
    background-image: url("../img/box_line02_pc.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 8px;
  }
  .ancNaviWrap01 {
    padding: 0px 15px 80px;
  }
  .ancNaviWrap01 li {
    margin-inline: 110px;
  }
  .ancNaviWrap01 li:last-child {
    margin-top: -23px;
  }
  .ancBlock01 img {
    width: 550px;
    height: auto;
    margin: auto;
  }

  .blockPc600 {
    width: 600px;
    margin: auto;
  }

  .bottomBannerWrap01 {
    display: block;
    margin-inline: 25%;
    gap: 25px;
  }
  .contBtn01 {
    padding: 0px 0px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .contH301 {
    text-align: center;
    color: #396531;
    font-size: 19px;
    line-height: 1.4em;
    font-weight: 900;
    padding-bottom: 10px;
    background-image: url("../img/box_line03_pc.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 20px;
  }
  .contDl01 dt {
    width: 400px;
    justify-content: center;
    text-align: center;
  }
  .contImg01 {
    position: relative;
    margin: auto auto 20px;
    width: 400px;
  }
  .contTextWrap01 {
    box-sizing: border-box;
    width: 500px;
  }
  .alcSp {
    text-align: center;
  }
  .contH202 {
    height: 160px;
    margin-bottom: 42px;
  }
  .contH202::after {
    bottom: -24px;
  }
  .imgSp01 img {
    width: 330px;
    height: auto;
    margin: auto;
  }
  .contBox02 {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .block700 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .memorySlickWrap01 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .slideImg01 {
    max-width: 440px;
  }
}

/*---*/
