@charset "UTF-8";
/*--------------------------------------*
 * foundation// リセットCSSや基本的なスタイル
 *--------------------------------------*/
/* ===================================================
共通項目
====================================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  font-display: swap;
  scroll-behavior: smooth;
}
body :focus-visible {
  outline: 2px solid #000000;
}
body p, body h1, body h2, body h3, body h4, body ul, body li {
  padding: 0;
  margin: 0;
}
body main {
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  display: block;
  word-break: break-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
body a.btn:hover, body .btn a:hover, body .sitemap a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body .icon__appStores a, body .ico__wrp a, body .navigation ul li a, body .mv__hdg__anchors a, body .basic__anchors a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .icon__appStores a:hover, body .ico__wrp a:hover, body .navigation ul li a:hover, body .mv__hdg__anchors a:hover, body .basic__anchors a:hover {
  opacity: 0.7;
}
body p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  body p {
    font-size: 16px;
    line-height: 1.5;
  }
}
body h2.hdg2 {
  font-weight: 900;
  color: #4E1700;
  text-align: center;
  font-size: 40px;
  padding-top: 70px;
  line-height: 1.25;
}
@media screen and (max-width: 767.98px) {
  body h2.hdg2 {
    padding-top: 40px;
    font-size: 28px;
    line-height: 1.1428571429;
  }
}
body hgroup p {
  max-width: 800px;
  margin: 16px auto 0;
  font-weight: 400;
}
body li {
  list-style: none;
}
body .for_sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body .for_sp {
    display: none;
  }
}
body .for_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body .for_pc {
    display: inline-block;
  }
}
body .header .for_pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  body .header .for_pc {
    display: inline-block;
  }
}
body .header .for_sp {
  display: none;
}
@media screen and (max-width: 1199.98px) {
  body .header .for_sp {
    display: inline-block;
  }
}
body img {
  max-width: 100%;
  height: auto;
  overflow-x: hidden;
}
body .en {
  font-size: 16px !important;
  line-height: 1.5;
}
body div#___gcse_2 {
  overflow: hidden;
}

/* ===================================================
遅延読み込み
====================================================*/
.trigger {
  opacity: 0;
}

.trigger.in.is-active {
  -webkit-animation: fadeIn 0.9s 0.2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeIn 0.9s 0.2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.report .trigger.left.is-active {
  -webkit-animation: slideLeft 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideLeft 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@media screen and (min-width: 768px) {
  .trigger.left.is-active {
    -webkit-animation: slideLeft 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
            animation: slideLeft 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
}

.about .trigger.left.is-active {
  -webkit-animation: slideLeft 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideLeft 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@media screen and (max-width: 767.98px) {
  .event .trigger.left {
    opacity: 1;
  }
}

.trigger.left.is-active:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.trigger.left.is-active:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fullWidth {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fullWidth {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
/* ===============
js-trigger up
===============*/
/* //trigger upをつける */
.trigger {
  opacity: 0;
}

.trigger.up.is-active {
  -webkit-animation: slideUp 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.towntrek_eee .mv .for_sp .mv__img01__deco01.trigger.up.is-active {
  -webkit-animation: slideUp02 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp02 1.3s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.sitemap .trigger.up.is-active, .about__deco .trigger.up.is-active, .app .mv .trigger.up.is-active {
  -webkit-animation: upDown 0.9s linear 0s 1 forwards;
          animation: upDown 0.9s linear 0s 1 forwards;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp02 {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1.066);
            transform: translateY(0) scale(1.066);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideUp02 {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1.066);
            transform: translateY(0) scale(1.066);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -70%);
            transform: scale(0.9, 1.2) translate(0%, -70%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -70%);
            transform: scale(0.9, 1.2) translate(0%, -70%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@media (scripting: none) {
  .trigger {
    opacity: 1;
  }
  #loading, #loading__logo {
    display: none;
  }
  html {
    scroll-behavior: smooth;
  }
}
/*--------------------------------------*
 * layout // ヘッダー・メインのコンテンツエリア・サイドバー・フッターのスタイル
 *--------------------------------------*/
.inner {
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .inner {
    padding: 0 30px;
  }
}

.app .inner, .inner_min {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .app .inner, .inner_min {
    padding: 0 30px;
  }
}

.l-container {
  max-width: 880px;
  margin: 40px auto;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-container {
    padding: 0 15px;
  }
}

/* ===================================================
header
====================================================*/
.header {
  background-color: #FFD000;
  height: 80px;
  position: relative;
}
.header h1 {
  position: absolute;
  left: 20px;
  top: 8px;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .header h1 {
    left: 12px;
  }
}
.header nav.navigation {
  padding-left: 21.2%;
}
@media screen and (max-width: 767.98px) {
  .header nav.navigation {
    padding-left: 0;
  }
}
.header nav.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  height: 80px;
}
@media screen and (max-width: 767.98px) {
  .header nav.navigation ul {
    height: unset;
  }
}
.header nav.navigation ul li a {
  color: #4E1700;
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 700;
  padding: 27.5px 0;
}
.header nav.navigation ul li:has(.lang) {
  position: absolute;
  right: 360px;
  top: 19px;
}
@media screen and (max-width: 1199.98px) {
  .header nav.navigation ul li:has(.lang) {
    right: 0;
    top: 0;
  }
}
.header nav.navigation ul li ul.lang {
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  .header nav.navigation ul li ul.lang {
    right: 0;
    margin: 0;
    top: 120px;
  }
}
.header nav.navigation ul li ul.lang a {
  color: #ffffff;
  padding: 0;
}
.header nav.navigation ul li ul.lang li {
  padding: 6px 12px;
  height: 36px;
  width: 120px;
  cursor: pointer;
}
.header nav.navigation ul li ul.lang .lang-ja {
  position: relative;
  background-color: #4E1700;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
@media screen and (max-width: 1199.98px) {
  .header nav.navigation ul li ul.lang .lang-ja {
    border-top-right-radius: 0;
  }
}
.header nav.navigation ul li ul.lang .lang-ja .ico__lang {
  background-image: url(../../assets/img/common/header/ico__lang-open.png);
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  right: 13px;
  top: 9px;
  width: 14px;
  height: auto;
  padding: 6px 4px;
}
.header nav.navigation ul li ul.lang .lang-ja .ico__lang-wrp {
  padding: 15px;
  display: block;
  right: 13px;
  top: 4px;
  position: absolute;
}
.header nav.navigation ul li ul.lang .lang-ja.show .ico__lang {
  background-image: url(../../assets/img/common/header/ico__lang-close.png);
  display: block;
  position: absolute;
  background-position: center;
  right: 13px;
  top: 13px;
  width: 14px;
  height: auto;
  padding: 6px 4px;
  background-size: contain;
}
.header nav.navigation ul li ul.lang .lang-en {
  display: none;
  background-color: #825C4C;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 1199.98px) {
  .header nav.navigation ul li ul.lang .lang-en {
    border-bottom-right-radius: 0;
  }
}
.header nav.navigation ul li ul.lang .lang-en.show {
  display: block;
}
.header nav.navigation ul li.search {
  position: absolute;
  right: 20px;
  top: 19px;
  max-width: 320px;
}
.header .for_pc {
  width: 100%;
}
.header .for_sp {
  /* .micromodal-slide[aria-hidden="false"] .modal__container {
  	animation: mmslideIn 0.3s cubic-bezier(0.34, 0.07, 0.095, 0.995);
  } */
}
.header .for_sp .header__btn {
  max-width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.header .for_sp .header__btn-open {
  width: 80px;
  height: 80px;
  padding: 15px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: fixed;
  right: 0;
  top: 0;
  background-color: #FFD000;
  z-index: 2;
}
.header .for_sp .header__btn-open span {
  width: 36px;
  height: 4px;
  background-color: #4E1700;
  right: 22px;
  border-radius: 9999px;
}
.header .for_sp .header__btn-open span:nth-child(1) {
  position: absolute;
  top: 28px;
}
.header .for_sp .header__btn-open span:nth-child(2) {
  position: absolute;
  top: 40px;
}
.header .for_sp .header__btn-open span:nth-child(3) {
  position: absolute;
  top: 52px;
}
.header .for_sp .modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.header .for_sp .modal__container {
  max-width: 100%;
  height: 100vh;
  background-color: #FFD000;
  position: relative;
  z-index: 3;
}
.header .for_sp .modal__container .nav-logo {
  position: absolute;
  top: 8px;
  left: 12px;
}
.header .for_sp .modal__header {
  /* display: flex; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .for_sp .modal__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}
.header .for_sp .modal__close {
  position: absolute;
  right: 27px;
  top: 27px;
  z-index: 3;
}
.header .for_sp .modal__close::before {
  content: "";
  background-image: url(../../assets/img/common/header/ico__btn-close.png);
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .for_sp .modal__content {
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 120px;
  margin: 0;
  padding: 0;
  left: 28px;
  gap: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header .for_sp .modal__content ul, .header .for_sp .modal__content li {
  height: unset;
}
.header .for_sp .modal__content a {
  padding: 9px 0;
}
.header .for_sp .micromodal-slide {
  display: none;
}
.header .for_sp .micromodal-slide.is-open {
  display: block;
  z-index: 3;
  position: relative;
}
.header .for_sp .micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeIn 0.3s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.header .for_sp .micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0.34, 0.07, 0.095, 0.995);
          animation: mmfadeOut 0.3s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.header .for_sp .micromodal-slide .modal__container,
.header .for_sp .micromodal-slide .modal__overlay {
  will-change: transform;
}
.header .for_sp div#___gcse_1 {
  margin-top: 40px;
}

/* Animation */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
/* ===================================================
footer
====================================================*/
.footer {
  background-color: #FFD000;
  padding: 70px 73px 20px 73px;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 30px 0;
  }
}
.footer a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .footer .inner {
    padding: 0 28px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}
.footer__nav img {
  max-width: 320px;
}
@media screen and (max-width: 767.98px) {
  .footer__nav img {
    max-width: 253px;
  }
}
.footer__sns {
  margin-top: 8px;
}
.footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 42px;
  margin-top: -8px;
}
@media screen and (max-width: 767.98px) {
  .footer__sns ul {
    margin-top: 16px;
    gap: 32px;
  }
}
.footer__sns ul li {
  margin-bottom: 0 !important;
}
.footer__sp-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 65px;
}
@media screen and (max-width: 767.98px) {
  .footer__sp-fl {
    gap: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer__sp-fl ul li {
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .footer__sp-fl ul li {
    line-height: 1.4705882353;
  }
}
.footer__sp-fl ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767.98px) {
  .footer__sp-fl ul li:not(:last-child) {
    margin-bottom: 18px;
  }
}
.footer__sp-fl ul li a {
  color: #4E1700;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .footer__sp-fl ul li a {
    font-size: 17px;
  }
}
.footer__deco {
  text-align: right;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .footer__deco {
    margin: 0;
  }
}
.footer__deco .deco01 {
  margin-right: 0;
  margin-left: 46px;
  max-width: 122px;
}
@media screen and (max-width: 767.98px) {
  .footer__deco .deco01 {
    max-width: 112px;
    margin-left: 22px;
  }
}
.footer__deco .deco02 {
  max-width: 58px;
}
.footer__app {
  margin-left: 23px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .footer__app {
    margin-left: 0;
    margin-top: 18px;
    text-align: center;
    width: 100%;
  }
}
.footer__app__txt01 {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  font-size: 22px;
  text-align: center;
  color: #4E1700;
  font-weight: 700;
  line-height: 1.4545454545;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .footer__app__txt01 {
    padding: 0 23px;
  }
}
.footer__app__txt01::before, .footer__app__txt01::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 36px;
  bottom: -8px;
}
@media screen and (max-width: 767.98px) {
  .footer__app__txt01::before, .footer__app__txt01::after {
    bottom: -6px;
  }
}
.footer__app__txt01::before {
  background-image: url(../../assets/img/common/footer/deco_left.png);
  left: 0;
}
.footer__app__txt01::after {
  background-image: url(../../assets/img/common/footer/deco_right.png);
  right: 0;
}
.footer__app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 15px;
}
.footer__app ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-bottom: 0 !important;
}
.footer__app ul li p {
  border: 1px solid #4E1700;
  border-radius: 9999px;
  padding: 4px 20px;
  width: 100%;
  color: #4E1700;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .footer__app ul li p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.footer__app ul li .ico__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.footer__heading {
  font-weight: 700;
  font-size: 28px;
  color: #4E1700;
}
@media screen and (max-width: 767.98px) {
  .footer__heading {
    font-size: 22px;
  }
}
.footer__heading__wrp {
  margin-right: 35px;
}
@media screen and (max-width: 767.98px) {
  .footer__heading__wrp {
    margin-right: 0;
  }
}
.footer__heading__wrp .footer__sns {
  margin-top: 30px;
}
.footer__logo {
  margin-top: 37px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .footer__logo {
    gap: 8px;
    margin-top: 76px;
  }
}
.footer__logo p {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .footer__logo p {
    padding: 0 30px;
    font-size: 13px;
  }
}
.footer__logo img {
  max-width: 160px;
}
@media screen and (max-width: 767.98px) {
  .footer__logo img {
    max-width: 106px;
  }
}
.footer.en .footer__sp-fl {
  gap: 45px;
}
@media screen and (max-width: 767.98px) {
  .footer.en .footer__sp-fl {
    gap: 7px;
  }
}
.footer.en .footer__app {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .footer.en .footer__app {
    margin-left: 0;
  }
}

/*--------------------------------------*
 * object//　繰り返し使用されるビジュアルパターン
 *--------------------------------------*/
/* ===================================================
sliders
====================================================*/
.splide__slide {
  position: relative;
}
.splide__slide img {
  width: 100%;
  aspect-ratio: 1366/640;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .splide__slide img {
    aspect-ratio: 375/500;
  }
}
.splide__slide .txt__wrp {
  position: absolute;
  bottom: 11%;
  left: 5.3%;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .splide__slide .txt__wrp {
    right: 0;
    bottom: 10.4%;
    left: 0;
    margin: auto;
    padding: 0 58px;
  }
}
.splide__slide .txt__wrp h2, .splide__slide .txt__wrp p {
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.splide__slide .txt__wrp h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 767.98px) {
  .splide__slide .txt__wrp h2 {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 767.98px) {
  .splide__slide .txt__wrp p {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.splide__slide .txt__wrp p.txt {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .splide__slide .txt__wrp p.txt {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
}
.splide__slide .btn {
  padding: 10px 19px;
  max-width: 200px;
  font-weight: bold;
  background-color: #000000;
  font-size: 16px;
  color: #ffffff;
  border-radius: 7px;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .splide__slide .btn {
    margin-top: 17px;
  }
}

.mv .splide__arrow, .app__slide .splide__arrow {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .mv .splide__arrow, .app__slide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.mv .splide__arrow svg, .app__slide .splide__arrow svg {
  fill: #777777;
}
@media screen and (max-width: 767.98px) {
  .mv .splide__arrow svg, .app__slide .splide__arrow svg {
    height: 14px;
  }
}

.mv .splide__pagination__page, .app__slide .splide__pagination__page {
  background: #ffffff;
  opacity: 1;
}

.mv .splide__pagination__page.is-active, .app__slide .splide__pagination__page.is-active {
  background: #F07700;
  opacity: 1;
}

.mv .splide__pagination, .app__slide .splide__pagination {
  gap: 30px;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__slide .splide__arrow {
  width: 30px;
  height: 30px;
  background: #4E1700;
  opacity: 1;
}
.article__slide .splide__arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}

.article__slide .splide__arrow--next {
  right: -0.5em;
}

.article__slide .splide__arrow--prev {
  left: -0.5em;
}

/* ===================================================
toTop
====================================================*/
.toTop {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: fixed;
  width: 68px;
  height: 68px;
  bottom: 20px;
  right: 5.3%;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .toTop {
    right: 1.6%;
  }
}

.toTop.show {
  opacity: 1;
  z-index: 2;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

/* ===================================================
余白
====================================================*/
.m-a {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

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

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

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

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

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

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

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

.mr-20 {
  margin-right: 20px !important;
}

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

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

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

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

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

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.bt-none {
  border-top: 0 !important;
}

.bb-none {
  border-bottom: 0 !important;
}

/*--------------------------------------*
 * page ページ単位のスタイル
 *--------------------------------------*/
/* ===================================================
top page
====================================================*/
.mv .splide__slide::after {
  content: "";
  background-color: rgb(193, 193, 193);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* ===================================================
top page #sitemap
====================================================*/
.sitemap {
  background-color: #FFF8D9;
  padding-top: 56px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .sitemap {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.sitemap p {
  font-weight: 400;
  margin: 0 auto 0;
  text-align: center;
  max-width: 800px;
}
@media screen and (max-width: 767.98px) {
  .sitemap p {
    text-align: left;
  }
}
.sitemap p::before, .sitemap p::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
}
.sitemap p.txt-ja {
  position: relative;
}
.sitemap p.txt-ja::before {
  -webkit-animation: upDown 0.9s linear 0s 1 forwards;
          animation: upDown 0.9s linear 0s 1 forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background-image: url(../../assets/img/deco/deco01.webp);
  width: 156px;
  height: 118px;
  left: -209px;
  top: 24px;
}
@media screen and (max-width: 767.98px) {
  .sitemap p.txt-ja::before {
    display: none;
  }
}
.sitemap p.txt-ja::after {
  -webkit-animation: upDown 0.9s linear 0s 1 forwards;
          animation: upDown 0.9s linear 0s 1 forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-image: url(../../assets/img/deco/deco02.webp);
  width: 136px;
  height: 117px;
  right: -210px;
  top: 24px;
}
@media screen and (max-width: 767.98px) {
  .sitemap p.txt-ja::after {
    display: none;
  }
}
.sitemap p.mt-en {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sitemap p.mt-en {
    margin-top: 30px;
  }
}
.sitemap p.mt-en::before {
  -webkit-animation: upDown 0.9s linear 0s 1 forwards;
          animation: upDown 0.9s linear 0s 1 forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-image: url(../../assets/img/deco/deco03.webp);
  width: 77px;
  height: 108px;
  left: -209px;
  bottom: -24px;
}
@media screen and (max-width: 767.98px) {
  .sitemap p.mt-en::before {
    display: none;
  }
}
.sitemap p.mt-en::after {
  -webkit-animation: upDown 0.9s linear 0s 1 forwards;
          animation: upDown 0.9s linear 0s 1 forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  background-image: url(../../assets/img/deco/deco04.webp);
  width: 134px;
  height: 54px;
  right: -210px;
  bottom: -32px;
}
@media screen and (max-width: 767.98px) {
  .sitemap p.mt-en::after {
    display: none;
  }
}
.sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 94px 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .sitemap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .sitemap ul li {
    display: block;
    width: 100%;
  }
}
.sitemap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.5px;
  background-color: #FFD000;
  color: #4E1700;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  width: 380px;
  margin: 0 auto;
  padding: 15px 15px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .sitemap ul li a {
    width: 100%;
    max-width: 630px;
  }
}
.sitemap ul li a.en {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sitemap ul li a.en p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sitemap ul li a.en p {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .sitemap ul li a.en p {
    margin: 0;
  }
}
.sitemap ul li a.en p span {
  font-size: 18px;
  display: block;
}
.sitemap__deco {
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .sitemap__deco {
    margin: 0 auto;
    text-align: right;
  }
}
@media screen and (max-width: 1199.98px) {
  .sitemap__deco02 {
    text-align: center;
  }
}
.sitemap__deco02 .deco__sp {
  max-width: 270px;
  padding-top: 49px;
}
.sitemap__deco .deco__sp01 {
  padding-top: 30px;
}
.sitemap__deco .deco__sp01 img:first-child {
  margin-right: 23px;
}

/* ===================================================
top page #difference
====================================================*/
.difference .for_pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .difference .for_pc {
    display: inline-block;
  }
}
.difference .for_sp {
  display: none;
}
@media screen and (max-width: 1199.98px) {
  .difference .for_sp {
    display: inline-block;
  }
}
.difference hgroup {
  text-align: center;
}
.difference hgroup h2.hdg2 {
  padding-top: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .difference hgroup h2.hdg2 {
    padding-top: 33px;
    font-size: 26px;
    line-height: 1.3846153846;
  }
}
.difference hgroup h2.hdg2 span {
  font-weight: 900;
  display: inline-block;
}
.difference hgroup h2.hdg2 span.col-ore {
  color: #F07700;
}
.difference hgroup h2.hdg2 span.col-gr {
  color: #7BB32D;
}
.difference hgroup p {
  font-weight: 400;
}
.difference__apps {
  margin-top: 54px;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1199.98px) {
  .difference__apps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199.98px) {
  .difference__apps {
    margin-top: 44px;
  }
}
.difference__apps li {
  display: block;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .difference__apps li {
    max-width: 630px;
  }
}
.difference__apps li img.img01, .difference__apps li img.img02 {
  aspect-ratio: 560/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .difference__apps li img.img01, .difference__apps li img.img02 {
    aspect-ratio: 315/250;
  }
}
.difference__apps li .hdg__app {
  display: grid;
  grid-template-columns: 14% 83%;
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 18px;
}
@media screen and (max-width: 1199.98px) {
  .difference__apps li .hdg__app {
    grid-template-columns: 17% 83%;
    grid-column-gap: 0px;
  }
}
@media screen and (max-width: 499.98px) {
  .difference__apps li .hdg__app {
    grid-template-columns: 28% 66%;
    grid-column-gap: 16px;
  }
}
.difference__apps li .hdg__app img {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 1199.98px) {
  .difference__apps li .hdg__app img {
    grid-area: 1/1/2/2;
  }
}
.difference__apps li .hdg__app h3 {
  text-align: left;
  grid-area: 1/2/2/3;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 1199.98px) {
  .difference__apps li .hdg__app h3 {
    font-size: 22px;
    grid-area: 1/2/2/3;
  }
}
.difference__apps li .hdg__app p {
  text-align: left;
  grid-area: 2/2/3/3;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .difference__apps li .hdg__app p {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .difference__apps li .hdg__app p {
    grid-area: 2/1/3/3;
    margin-top: 12px;
  }
}
.difference__apps li .hdg__app02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10.5px;
}
@media screen and (max-width: 1199.98px) {
  .difference__apps li .hdg__app02 {
    gap: 0;
  }
  .difference__apps li .hdg__app02 .ico__app02 {
    max-width: 90px;
  }
}
.difference__apps li .hdg__app-jaTxt {
  font-weight: 400;
  margin-top: 14px;
}
.difference__apps li .hdg__app-enTxt {
  font-weight: 400;
  margin-top: 18px;
}
.difference__apps li .btn {
  width: 100%;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  margin: 18px auto 30px;
  min-height: 50px;
}
@media screen and (max-width: 767.98px) {
  .difference__apps li .btn {
    padding: 10px 0px;
    margin: 26px auto 23px;
  }
}
.difference__apps li .btn01 {
  background-color: #F07700;
}
.difference__apps li .btn02 {
  background-color: #7BB32D;
  max-width: 270px;
  font-size: 18px;
  margin: 0;
  line-height: 1.4444444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.difference__apps li .btn02__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 28px auto 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.difference__apps li .icon__appStores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .difference__apps li .icon__appStores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .difference__apps li .icon__appStores img {
    max-width: 200px;
    width: 100%;
  }
}

/* ===================================================
top page #event
====================================================*/
.event hgroup {
  text-align: center;
}
.event hgroup h2.hdg2 {
  padding-top: 14px;
}
@media screen and (max-width: 767.98px) {
  .event hgroup h2.hdg2 {
    padding-top: 10px;
  }
}
.event hgroup p {
  font-weight: 400;
}
.event__logo {
  text-align: center;
  padding: 16px 0 38px 0;
}
@media screen and (max-width: 767.98px) {
  .event__logo {
    padding: 10px 0 28px 0;
  }
}
.event .btn {
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .event .btn {
    padding-top: 40px;
  }
}
.event .btn a {
  padding: 12px 50px;
  background-color: #4E1700;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .event .btn a {
    max-width: 76.19%;
    width: 100%;
    padding: 11px 30px;
  }
}

/* ===================================================
top page .towntrekEee
====================================================*/
.event.towntrekEee {
  background-color: #FFF8D9;
  padding: 110px 0 80px;
}
@media screen and (max-width: 767.98px) {
  .event.towntrekEee {
    padding: 40px 0 50px;
  }
}
.event.towntrekEee .event__logo {
  max-width: 238px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .event.towntrekEee .event__logo {
    max-width: 167px;
  }
}

/* ===================================================
top page .towntrek
====================================================*/
.event.towntrek {
  background-color: #FFF8D9;
  padding: 70px 0 80px;
}
@media screen and (max-width: 767.98px) {
  .event.towntrek {
    padding: 40px 0 60px;
  }
}
.event.towntrek .event__logo {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .event.towntrek .event__logo {
    max-width: 127px;
  }
}

/* ===================================================
top page #about
====================================================*/
.about {
  overflow-x: hidden;
  position: relative;
}
.about .inner > div.deco__wrp {
  position: relative;
}
.about hgroup p {
  text-align: center;
  font-weight: 400;
}
.about hgroup p:last-child {
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 767.98px) {
  .about hgroup p {
    text-align: left;
  }
}
.about hgroup p.lead01, .about hgroup p.lead02 {
  position: relative;
}
.about hgroup p.lead01::before, .about hgroup p.lead01::after, .about hgroup p.lead02::before, .about hgroup p.lead02::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .about hgroup p.lead01::before, .about hgroup p.lead01::after, .about hgroup p.lead02::before, .about hgroup p.lead02::after {
    display: none;
  }
}
.about hgroup p.lead01 {
  margin-top: 0;
}
.about hgroup p.lead01::before {
  background-image: url(../../assets/img/deco/deco05.webp);
  width: 86px;
  height: 110px;
  left: -86px;
  top: -84px;
}
.about hgroup p.lead01::after {
  background-image: url(../../assets/img/deco/deco06.webp);
  width: 57px;
  height: 52px;
  right: -140px;
  top: -48px;
}
.about hgroup p.lead02::before {
  background-image: url(../../assets/img/deco/deco06.webp);
  width: 57px;
  height: 52px;
  left: -140px;
  bottom: 78px;
}
.about hgroup p.lead02::after {
  background-image: url(../../assets/img/deco/deco07.webp);
  width: 34px;
  height: 120px;
  right: -100px;
  top: -16px;
}
.about hgroup h2.hdg2 {
  padding-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .about hgroup h2.hdg2 {
    padding-bottom: 14px;
  }
}
.about__deco.for_sp {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.about__deco.for_sp img {
  max-width: 314px;
  width: 100%;
}
.about__deco .deco05 {
  max-width: 269px;
}
@media screen and (max-width: 767.98px) {
  .about__deco .deco05 {
    max-width: 235px;
  }
}
.about__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 47.5px;
     -moz-column-gap: 47.5px;
          column-gap: 47.5px;
  row-gap: 40px;
  margin-top: 60px;
  margin-bottom: 43px;
}
@media screen and (max-width: 767.98px) {
  .about__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.about__flow li {
  max-width: 375px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about__flow li {
    max-width: 630px;
  }
}
.about__flow li figure img {
  aspect-ratio: 375/286;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .about__flow li figure img {
    aspect-ratio: 315/210;
    max-width: 630px;
    width: 100%;
  }
}
.about__flow li figure figcaption {
  font-weight: 400;
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .about__flow li figure figcaption {
    margin-top: 10px;
  }
}
.about__flow li p {
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  background-color: #F07700;
  width: 40px;
  height: 40px;
  border-bottom-right-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.about__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-top: 43px;
  padding-bottom: 90px;
}
@media screen and (max-width: 999.98px) {
  .about__point {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
    padding-bottom: 70px;
  }
}
.about__point li {
  background-color: #F1EDEC;
  padding: 36px 40px;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .about__point li {
    padding: 30px;
    height: 280px;
  }
}
@media screen and (max-width: 767.98px) {
  .about__point li {
    height: auto;
  }
}
.about__point li h3 {
  color: #4E1700;
  font-size: 24px;
  line-height: 1.4166666667;
  border-bottom: 1px solid #4E1700;
  padding-bottom: 19.5px;
  margin-bottom: 20.5px;
}
@media screen and (max-width: 999.98px) {
  .about__point li h3 {
    font-size: 20px;
    line-height: 1.7;
  }
}
.about__point li p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999.98px) {
  .about__point li p {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}

/* ===================================================
top page #area
====================================================*/
.area {
  background-color: #FFF8D9;
  padding: 60px 0;
}
.area h2.hdg2 {
  padding-top: 0;
  margin-top: 9px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.98px) {
  .area h2.hdg2 {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
.area hgroup {
  width: 100%;
  text-align: center;
  position: relative;
}
.area hgroup::before, .area hgroup::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .area hgroup::before, .area hgroup::after {
    display: none;
  }
}
.area hgroup::before {
  background-image: url(../../assets/img/deco/deco11.webp);
  width: 83px;
  height: 120px;
  left: 21.3%;
}
@media screen and (max-width: 999.98px) {
  .area hgroup::before {
    left: 10.3%;
  }
}
.area hgroup::after {
  background-image: url(../../assets/img/deco/deco04.webp);
  width: 134px;
  height: 54px;
  right: 17.3%;
}
@media screen and (max-width: 999.98px) {
  .area hgroup::after {
    right: 5.3%;
  }
}
.area hgroup p.lead01 {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.area hgroup p.lead01::before, .area hgroup p.lead01::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 26px;
  top: 0;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .area hgroup p.lead01::before, .area hgroup p.lead01::after {
    width: 12px;
    height: 22px;
  }
}
.area hgroup p.lead01::before {
  left: -10px;
  background-image: url(../../assets/img/deco/deco-left.png);
}
.area hgroup p.lead01::after {
  right: -10px;
  background-image: url(../../assets/img/deco/deco-right.png);
}
.area hgroup p.lead02 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.area__box {
  background-color: #ffffff;
  border: 2px solid #4E1700;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 767.98px) {
  .area__box {
    padding: 30px;
    margin-top: 20px;
  }
}
.area__box .tag {
  position: absolute;
  left: -3px;
  top: 40.5px;
}
@media screen and (max-width: 767.98px) {
  .area__box .tag {
    top: 30px;
    height: 50px;
    max-width: 271px;
  }
}
.area__box .caption {
  position: absolute;
  font-weight: 900;
  color: #4E1700;
  font-size: 24px;
  margin-top: 7.5px;
  line-height: 1.4166666667;
}
.area__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .area__box__item {
    gap: 24.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.area__box__item01 {
  text-align: left;
  margin-top: 70.5px;
  max-width: 310px;
  padding-right: 10px;
}
@media screen and (max-width: 767.98px) {
  .area__box__item01 {
    padding-right: 10px;
    margin-top: 74.5px;
  }
}
.area__box__item01 h3 {
  margin-bottom: 10px;
  font-size: 28px;
  white-space: nowrap;
  letter-spacing: -0.025em;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #4E1700;
}
@media screen and (max-width: 767.98px) {
  .area__box__item01 h3 {
    white-space: unset;
    font-size: 22px;
    line-height: 1.4545454545;
    margin-bottom: 13.5px;
  }
}
.area__box__item01 .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .area__box__item01 .place {
    font-size: 18px;
  }
}
.area__box__item01 .place::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url(../../assets/img/top/area/ico__location.png);
  width: 20px;
  height: 26.6px;
}
@media screen and (max-width: 767.98px) {
  .area__box__item01 .place::before {
    width: 18px;
    height: 24px;
  }
}
.area__box__item03 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #4E1700;
  gap: 10px;
}
.area__box__item03 p::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url(../../assets/img/top/area/ico__pick.png);
  width: 30px;
  height: 36px;
}
@media screen and (max-width: 767.98px) {
  .area__box__item03 p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.area__btn {
  padding: 11px;
  background-color: #FFD000;
  border-radius: 6px;
  text-align: center;
  color: #4E1700;
  font-weight: 700;
  font-size: 18px;
  min-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .area__btn {
    padding: 9px;
    min-width: 255px;
    max-width: 510px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.area__btn__wrp {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 767.98px) {
  .area__btn__wrp {
    margin-top: 12px;
  }
}
.area__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 22px;
  width: 100%;
  margin-top: 30px;
  text-align: right;
}
.area__deco img.deco01 {
  max-width: 104px;
}
.area__deco img.deco02 {
  max-width: 73.5px;
}

/* ===================================================
top page #report
====================================================*/
.report {
  padding-bottom: 60px;
}
.report hgroup {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .report hgroup {
    margin-bottom: 30px;
  }
}
.report hgroup p {
  text-align: center;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (max-width: 767.98px) {
  .report hgroup p {
    margin-top: 8px;
  }
}
.report hgroup h2.hdg2 {
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .report hgroup h2.hdg2 {
    padding-top: 40px;
  }
}
.report .btn {
  margin: 90px auto 0;
  background-color: #4E1700;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  max-width: 560px;
  width: 100%;
  border-radius: 8px;
  padding: 12px 50px;
}
@media screen and (max-width: 767.98px) {
  .report .btn {
    max-width: 240px;
    padding: 12px 30px;
    margin-top: 50px;
  }
}

/* ===================================================
top page #sns
====================================================*/
.sns {
  background-color: #FFF8D9;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sns {
    padding-bottom: 60px;
  }
}
.sns .inner {
  position: relative;
}
.sns h2.hdg2 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .sns h2.hdg2 {
    letter-spacing: 0;
  }
}
.sns hgroup p {
  text-align: center;
  font-weight: 400;
  margin-top: 16px;
}
.sns__deco {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .sns__deco {
    position: static;
    text-align: center;
  }
}
.sns__deco img {
  position: absolute;
}
@media screen and (max-width: 1199.98px) {
  .sns__deco img {
    position: static;
  }
}
.sns__deco .deco01 {
  right: 0;
  bottom: 0;
}
.sns__deco .deco02 {
  bottom: 0;
  right: 114px;
}
.sns__deco .deco03 {
  right: 428px;
  bottom: 37px;
}
@media screen and (max-width: 949.98px) {
  .sns__deco .deco01, .sns__deco .deco02, .sns__deco .deco03 {
    display: none;
  }
}
.sns__deco .deco04 {
  margin: 60px auto 0;
  width: 100%;
  max-width: 314px;
}
@media screen and (min-width: 950px) {
  .sns__deco .deco04 {
    display: none;
  }
}
.sns .embed {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1199.98px) {
  .sns .embed {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sns .embed h3 {
  letter-spacing: 0.1em;
  color: #4E1700;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 30px;
  text-align: center;
}
.sns .embed h3 span {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: currentColor;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .sns .embed h3 {
    font-size: 24px;
  }
  .sns .embed h3 span {
    font-size: 18px;
  }
}
.sns .embed .x {
  max-width: 570px;
  width: 100%;
  text-align: center;
}
.sns .embed .x a {
  max-height: 450px;
}
.sns .embed .note {
  max-width: 570px;
  width: 100%;
  text-align: center;
}

/* ===================================================
top page #contact
====================================================*/
.contact {
  padding-bottom: 117px;
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 75px;
  }
}
.contact .inner {
  position: relative;
}
.contact h2.hdg2 {
  padding-top: 0;
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .contact h2.hdg2 {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1109.98px) {
  .contact .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .contact .btn {
    max-width: 250px;
    width: 100%;
  }
}
.contact .btn a {
  background-color: #FFD000;
  color: #4E1700;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  text-align: center;
  max-width: 340px;
  width: 100%;
  padding: 13px 28px;
  margin-top: 35px;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .contact .btn a {
    margin-top: 50px;
    text-align: left;
  }
}
.contact__fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1109.98px) {
  .contact__fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 21px;
  }
}
.contact__fl-item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.contact__fl-item01 hgroup {
  width: 100%;
}
.contact__fl-item01 .text .name {
  font-weight: 700;
  margin-bottom: 12px;
}
.contact__fl-item01 .text .address {
  font-weight: 400;
}
.contact__fl-item01 .text .address a {
  color: #000000;
}
.contact__fl-item01 .text .mt {
  margin-top: 30px;
}
.contact__deco {
  position: absolute;
  bottom: 0;
  left: 25.4%;
}
@media screen and (max-width: 1109.98px) {
  .contact__deco {
    position: static;
    max-width: 660px;
    width: 100%;
    margin: 50px auto 0;
  }
}

/* ===================================================
app page #mv
====================================================*/
.app, .towntrek_eee {
  overflow-y: hidden;
}
.app .mv .inner, .towntrek_eee .mv .inner {
  max-width: unset !important;
}
@media screen and (max-width: 767.98px) {
  .app .mv .inner, .towntrek_eee .mv .inner {
    padding: 0;
  }
}
.app .mv__img01, .towntrek_eee .mv__img01 {
  max-width: 610px;
  width: 100%;
  margin-top: -44px;
}
@media screen and (max-width: 767.98px) {
  .app .mv__img01, .towntrek_eee .mv__img01 {
    max-width: 400px;
    margin-bottom: 42px;
    margin-top: unset;
    padding: 0 18px 0 25px;
  }
}
.app .mv__img01__deco01, .towntrek_eee .mv__img01__deco01 {
  position: absolute;
  bottom: -26px;
  left: -126px;
}
@media screen and (max-width: 767.98px) {
  .app .mv__img01__deco01, .towntrek_eee .mv__img01__deco01 {
    bottom: 13px;
    left: 0;
  }
}
.app .mv__hdg, .towntrek_eee .mv__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg, .towntrek_eee .mv__hdg {
    gap: 11px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg img, .towntrek_eee .mv__hdg img {
    max-width: 107px;
  }
}
.app .mv__hdg h2, .towntrek_eee .mv__hdg h2 {
  color: #4E1700;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg h2, .towntrek_eee .mv__hdg h2 {
    font-size: 26px;
    text-align: left;
  }
}
.app .mv__hdg__wrps, .towntrek_eee .mv__hdg__wrps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17.6px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 54px 0 60px;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__wrps, .towntrek_eee .mv__hdg__wrps {
    padding: 20px 0 60px;
  }
}
@media screen and (min-width: 970px) {
  .app .mv__hdg__wrps, .towntrek_eee .mv__hdg__wrps {
    margin-right: -178px;
  }
}
.app .mv__hdg__wrps .ico__wrp, .towntrek_eee .mv__hdg__wrps .ico__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__wrps .ico__wrp, .towntrek_eee .mv__hdg__wrps .ico__wrp {
    max-width: 200px;
    width: 100%;
    gap: 14px;
  }
}
.app .mv__hdg__wrp, .towntrek_eee .mv__hdg__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__wrp, .towntrek_eee .mv__hdg__wrp {
    position: unset;
  }
}
.app .mv__hdg__wrp .for_sp, .towntrek_eee .mv__hdg__wrp .for_sp {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__wrp01, .towntrek_eee .mv__hdg__wrp01 {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__wrp02, .towntrek_eee .mv__hdg__wrp02 {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__lead, .towntrek_eee .mv__hdg__lead {
    padding: 0 30px;
  }
}
.app .mv__hdg__lead.mt, .towntrek_eee .mv__hdg__lead.mt {
  margin-top: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__lead.mt, .towntrek_eee .mv__hdg__lead.mt {
    margin-bottom: 54px;
  }
}
.app .mv__hdg__anchors, .towntrek_eee .mv__hdg__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .app .mv__hdg__anchors, .towntrek_eee .mv__hdg__anchors {
    margin-top: 40px;
  }
}
.app .mv__hdg__anchors li a, .towntrek_eee .mv__hdg__anchors li a {
  font-weight: 700;
  color: #4E1700;
  font-size: 20px;
  line-height: 1.45;
  padding: 11px 20px;
  min-width: 300px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1220px) {
  .app .mv__hdg__lead.mt {
    position: relative;
  }
  .app .mv__hdg__lead.mt::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/img/deco/deco03.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 108px;
    height: 150px;
    bottom: 0;
    left: -147.5px;
  }
}
@media screen and (min-width: 1220px) {
  .app .mv__hdg__anchors {
    position: relative;
  }
  .app .mv__hdg__anchors::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/img/deco/deco06.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 77px;
    height: 70px;
    bottom: 0;
    left: -187px;
  }
}
.app .mv__hdg__anchors li a {
  background-color: #F18D00;
}

/* ===================================================
app page #setting
====================================================*/
.app .setting, .towntrek_eee .setting {
  background-color: #FEEED6;
  padding-bottom: 23px;
}
@media screen and (max-width: 767.98px) {
  .app .setting, .towntrek_eee .setting {
    padding-bottom: 63px;
  }
}
.app .setting .hdgWrp, .towntrek_eee .setting .hdgWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 57px;
}
.app .setting .hdgWrp p, .towntrek_eee .setting .hdgWrp p {
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .app .setting .hdgWrp p, .towntrek_eee .setting .hdgWrp p {
    font-weight: 400;
  }
}
.app .setting .hdgWrp .deco01, .app .setting .hdgWrp .deco02, .towntrek_eee .setting .hdgWrp .deco01, .towntrek_eee .setting .hdgWrp .deco02 {
  margin-bottom: -9px;
}
.app .setting .hdgWrp .deco03, .towntrek_eee .setting .hdgWrp .deco03 {
  margin-bottom: 9px;
}
.app .setting .hdgWrp .imgWrp, .towntrek_eee .setting .hdgWrp .imgWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 39.3px;
}
@media screen and (max-width: 767.98px) {
  .app .setting .hdgWrp .imgWrp, .towntrek_eee .setting .hdgWrp .imgWrp {
    display: none;
  }
}
.app .setting .hdgWrp hgroup, .towntrek_eee .setting .hdgWrp hgroup {
  text-align: center;
}
.app .setting .hdgWrp hgroup h2.hdg2, .towntrek_eee .setting .hdgWrp hgroup h2.hdg2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .app .setting .hdgWrp hgroup h2.hdg2, .towntrek_eee .setting .hdgWrp hgroup h2.hdg2 {
    margin-bottom: 4px;
    padding-top: 30px;
  }
}
.app .setting__flow, .towntrek_eee .setting__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .app .setting__flow, .towntrek_eee .setting__flow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .app .setting__flow, .towntrek_eee .setting__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 16px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 40px;
  }
  .app .setting__flow .arrow, .towntrek_eee .setting__flow .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.app .setting__flow li, .towntrek_eee .setting__flow li {
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .app .setting__flow li, .towntrek_eee .setting__flow li {
    max-width: 260px;
  }
}
@media screen and (min-width: 976px) {
  .app .setting__flow li.for_tab, .towntrek_eee .setting__flow li.for_tab {
    display: none;
  }
}
.app .setting__flow li h3, .towntrek_eee .setting__flow li h3 {
  border: 2px solid #4E1700;
  background-color: #FFD000;
  color: #4E1700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.45;
}
.app .setting__flow li h3 span, .towntrek_eee .setting__flow li h3 span {
  display: block;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4E1700;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  border: 2px solid #4E1700;
}
.app .setting__flow li h3 span.imp, .towntrek_eee .setting__flow li h3 span.imp {
  background-color: #EE0100;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-left: 23px;
  padding: 4px 7px;
  max-height: 28px;
  border: none;
}
@media screen and (max-width: 767.98px) {
  .app .setting__flow li h3 span.imp, .towntrek_eee .setting__flow li h3 span.imp {
    margin-left: 74px;
  }
}
.app .setting__flow li p, .towntrek_eee .setting__flow li p {
  margin-top: 10.5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.app .setting__flow li p span, .towntrek_eee .setting__flow li p span {
  display: inline-block;
  font-weight: 500;
  color: #EE0100;
}
.app .setting__flow li img:not(.arrow), .towntrek_eee .setting__flow li img:not(.arrow) {
  margin-top: -2px;
}
@media screen and (max-width: 767.98px) {
  .app .setting__flow li img:not(.arrow), .towntrek_eee .setting__flow li img:not(.arrow) {
    max-width: 260px;
    width: 100%;
  }
}
.app .setting__flow li:has(.arrow), .towntrek_eee .setting__flow li:has(.arrow) {
  max-width: 20px;
}
.app .setting__flow li .arrow, .towntrek_eee .setting__flow li .arrow {
  margin-top: 234px;
}
@media screen and (max-width: 767.98px) {
  .app .setting__flow li .arrow, .towntrek_eee .setting__flow li .arrow {
    margin-top: 0;
  }
}
.app .setting__deco, .towntrek_eee .setting__deco {
  margin-left: 31px;
}
@media screen and (max-width: 977.98px) {
  .app .setting__deco, .towntrek_eee .setting__deco {
    display: none;
  }
}
.app .setting__deco img, .towntrek_eee .setting__deco img {
  position: absolute;
}
.app .setting__deco .deco01, .towntrek_eee .setting__deco .deco01 {
  right: 105px;
  bottom: 396px;
}
.app .setting__deco .deco02, .towntrek_eee .setting__deco .deco02 {
  right: -82px;
  bottom: 242px;
}
.app .setting__deco .deco03, .towntrek_eee .setting__deco .deco03 {
  bottom: 108px;
  right: 100px;
}

/* ===================================================
app page #usage　基本設定
====================================================*/
.app .basic, .towntrek_eee .basic {
  padding-bottom: 65px;
}
@media screen and (max-width: 767.98px) {
  .app .basic, .towntrek_eee .basic {
    padding-bottom: 17px;
  }
}
.app .basic .inner, .towntrek_eee .basic .inner {
  text-align: left;
  position: relative;
}
.app .basic hgroup h2, .app .basic hgroup p, .towntrek_eee .basic hgroup h2, .towntrek_eee .basic hgroup p {
  text-align: left;
}
@media screen and (max-width: 869.98px) {
  .app .basic hgroup h2, .app .basic hgroup p, .towntrek_eee .basic hgroup h2, .towntrek_eee .basic hgroup p {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .app .basic hgroup h2, .towntrek_eee .basic hgroup h2 {
    padding-top: 50px;
  }
}
.app .basic hgroup p, .towntrek_eee .basic hgroup p {
  margin: 16px 0 0 0;
}
.app .basic__anchors, .towntrek_eee .basic__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 50px;
}
@media screen and (max-width: 869.98px) {
  .app .basic__anchors, .towntrek_eee .basic__anchors {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 33px;
  }
}
.app .basic__anchors li a, .towntrek_eee .basic__anchors li a {
  font-weight: 700;
  color: #4E1700;
  font-size: 20px;
  line-height: 1.45;
  background-color: #F18D00;
  padding: 11px 20px;
  min-width: 300px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 869.98px) {
  .app .basic__deco, .towntrek_eee .basic__deco {
    display: none;
  }
}
.app .basic__deco img, .towntrek_eee .basic__deco img {
  position: absolute;
}
.app .basic__deco .deco01, .towntrek_eee .basic__deco .deco01 {
  right: 283px;
  top: 151px;
  z-index: 1;
}
.app .basic__deco .deco02, .towntrek_eee .basic__deco .deco02 {
  left: 371.4px;
  top: 224px;
}
.app .basic__deco .deco03, .towntrek_eee .basic__deco .deco03 {
  right: 357.3px;
  bottom: 73.5px;
}
.app .basic__img01, .towntrek_eee .basic__img01 {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
}
@media screen and (max-width: 869.98px) {
  .app .basic__img01, .towntrek_eee .basic__img01 {
    text-align: center;
    position: static;
    margin-top: 56px;
    margin-left: 18px;
  }
}

/* ===================================================
app page #usage　基本設定
====================================================*/
.app .check {
  background-color: #FEEED6;
  padding: 185px 0 84px;
}
@media screen and (max-width: 767.98px) {
  .app .check {
    padding: 50px 0;
  }
}
.app .check__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 36px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.app .check__flow__item01 {
  margin-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow__item01 {
    margin-right: 0;
    padding-top: 78px;
  }
}
.app .check__flow__item01 p {
  font-size: 18px !important;
}
.app .check__flow li {
  max-width: 200px;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow li {
    max-width: 260px;
  }
}
.app .check__flow li h3 {
  background-color: #4E1700;
  color: #ffffff;
  text-align: center;
  padding: 7px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.app .check__flow li p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 12px;
}
.app .check__flow li.check__flow__item01 {
  max-width: 261px;
  width: 100%;
  position: relative;
  margin-top: -23px;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow li.check__flow__item01 {
    margin-top: 0;
  }
}
.app .check__flow li.check__flow__item01::before {
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  content: "";
  background-image: url(../../assets/img/app/usage/check/ico01.png);
  display: block;
  width: 260px;
  height: 72px;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow li.check__flow__item01::before {
    top: 0;
  }
}
.app .check__flow li.check__flow__item01 .ico01 {
  margin-bottom: 6px;
}
.app .check__flow__imp {
  position: relative;
  max-width: unset !important;
  margin-left: 81px;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow__imp {
    margin-left: 0;
    padding-top: 94px;
  }
}
.app .check__flow__imp::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 0;
  right: 0;
  background-image: url(../../assets/img/app/usage/check/ico02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 427px;
  height: 60px;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow__imp::before {
    width: 315px;
    height: 60px;
    left: -28px;
    top: 0;
    right: -23px;
  }
}
.app .check__flow__imp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 767.98px) {
  .app .check__flow__imp ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.app .check__flow__imp ul li h3.red {
  background-color: #EE0100;
  border: 2px solid #4E1700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -2px;
}
.app .check02 {
  background-color: #ffffff;
  padding: 60px 0 86px;
}
@media screen and (max-width: 767.98px) {
  .app .check02 {
    padding: 60px 0;
  }
}
.app .check02 .inner {
  position: relative;
}
.app .check02__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .app .check02__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.app .check02__flow li {
  max-width: 260px;
}
@media screen and (max-width: 767.98px) {
  .app .check02__flow li {
    width: 100%;
  }
}
.app .check02__flow li p {
  margin-top: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .app .check02__flow li img {
    max-width: 358px;
    width: 100%;
  }
}
@media screen and (max-width: 834.98px) {
  .app .check02__deco {
    display: none;
  }
}
.app .check02__deco img {
  position: absolute;
}
.app .check02__deco .deco01 {
  top: 34px;
  width: 121.46px;
  left: -167px;
}
.app .check02__deco .deco02 {
  width: 107px;
  top: 32px;
  right: -167px;
}
.app .check03 {
  background-color: #FEEED6;
  padding: 170px 0 76px;
}
@media screen and (max-width: 767.98px) {
  .app .check03 {
    padding: 35px 0;
  }
}
.app .check03__flow li h3.txt-sm {
  font-size: 19px;
}
.app .check03__flow li h3.green {
  background-color: #7BB32D;
  position: relative;
  border: 2px solid #4E1700;
  margin-bottom: -2px;
}
.app .check03__flow li h3.green::before {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  content: "";
  background-image: url(../../assets/img/app/usage/check/hdg01.png);
  display: block;
  width: 200px;
  height: 27.5px;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .app .check03__flow li h3.green::before {
    width: 260px;
    height: 35.75px;
    top: -51.75px;
  }
}
.app .check03__flow li p {
  font-weight: 400;
  margin-top: 12px;
}
.app .check03__flow__item01 {
  max-width: 261px !important;
  width: 100%;
  position: relative;
  margin-right: 20px;
  margin-top: -23px;
}
@media screen and (max-width: 767.98px) {
  .app .check03__flow__item01 {
    margin-top: 0;
    margin-right: 0;
    padding-top: 78px;
  }
}
.app .check03__flow__item01::before {
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  content: "";
  background-image: url(../../assets/img/app/usage/check/ico03.png);
  display: block;
  width: 260px;
  height: 72px;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .app .check03__flow__item01::before {
    top: 0;
  }
}
.app .check03__flow__item01 p {
  font-size: 18px !important;
}
@media screen and (max-width: 767.98px) {
  .app .check03__flow__item02 {
    padding-top: 42px;
  }
}
.app #spot, .app #check03 {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .app #spot, .app #check03 {
    scroll-margin-top: 0;
  }
}

/* ===================================================
app page #usage　基本設定
====================================================*/
.app .paper {
  padding: 74px 0 99px;
}
@media screen and (max-width: 767.98px) {
  .app .paper {
    padding: 14px 0 131px;
  }
}
.app .paper .inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .app .paper .inner {
    max-width: 375px;
  }
}
.app .paper hgroup {
  text-align: center;
}
.app .paper hgroup p {
  font-weight: 500;
}
.app .paper hgroup p.lead {
  font-weight: 400;
  padding-top: 8px;
}
.app .paper hgroup h2.hdg2 {
  padding-top: 9px !important;
}
@media screen and (max-width: 767.98px) {
  .app .paper hgroup h2.hdg2 {
    padding-top: 5px !important;
  }
}
.app .paper .btn {
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .paper .btn a {
  background-color: #4E1700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  padding: 22px;
  border-radius: 8px;
  max-width: 560px;
  width: 100%;
  font-size: 20px;
  line-height: 1.45;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .app .paper .btn a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    max-width: 315px;
    padding: 19px;
  }
}
.app .paper__deco img {
  position: absolute;
}
.app .paper__deco .deco01 {
  top: -34px;
  left: -45px;
}
@media screen and (max-width: 864.98px) {
  .app .paper__deco .deco01 {
    width: 55.5px;
    height: 50px;
    top: 0;
    left: 15px;
  }
}
.app .paper__deco .deco02 {
  top: 2px;
  left: 66px;
}
@media screen and (max-width: 864.98px) {
  .app .paper__deco .deco02 {
    width: 45.28px;
    height: 60px;
    bottom: -23px;
    left: 0;
    top: unset;
    z-index: 0;
  }
}
.app .paper__deco .deco03 {
  bottom: -28px;
  left: -64px;
}
@media screen and (max-width: 864.98px) {
  .app .paper__deco .deco03 {
    width: 64.44px;
    height: 80px;
    bottom: -103px;
    left: 45px;
  }
}
.app .paper__deco .deco04 {
  top: -47px;
  right: 37px;
}
@media screen and (max-width: 864.98px) {
  .app .paper__deco .deco04 {
    width: 59.51px;
    height: 86px;
    bottom: -39px;
    left: unset;
    right: 15px;
    top: -20px;
  }
}
.app .paper__deco .deco05 {
  bottom: -20px;
  right: -65px;
}
@media screen and (max-width: 864.98px) {
  .app .paper__deco .deco05 {
    width: 124px;
    height: 50px;
    top: unset;
    bottom: -89px;
    right: 21px;
  }
}

/* ===================================================
towntrek_eee page #mv
====================================================*/
@media screen and (max-width: 767.98px) {
  .towntrek_eee .mv__hdg {
    gap: 7px;
  }
}
@media screen and (min-width: 1011px) {
  .towntrek_eee .mv__hdg__wrp {
    margin-left: -32px;
  }
}
.towntrek_eee .mv__hdg__wrps {
  margin-right: unset;
}
@media screen and (min-width: 1011px) {
  .towntrek_eee .mv__hdg__wrps {
    margin-right: -155px;
  }
}
.towntrek_eee .mv__hdg__lead {
  margin-top: 17px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .mv__hdg__lead {
    margin-top: 42px;
  }
}
.towntrek_eee .mv__hdg__lead.mt {
  margin-bottom: 36px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .mv__hdg__lead.mt {
    margin-bottom: 34px;
  }
}
.towntrek_eee .mv__hdg__anchors li a {
  background-color: #A9D540;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .mv__hdg img {
    max-width: 125px;
    width: 100%;
  }
}
.towntrek_eee .mv__img01 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  max-width: 630px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .mv__img01 {
    margin-bottom: 0;
    padding: 0;
    margin-top: 28px;
  }
}
.towntrek_eee .mv__img01__deco01 {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .mv__img01__deco01 {
    bottom: 0;
    width: 100%;
  }
}

/* ===================================================
towntrek_eee page #mv
====================================================*/
.towntrek_eee .hdg-wrp {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .hdg-wrp {
    max-width: unset;
  }
}
.towntrek_eee .hdg-wrp h2, .towntrek_eee .hdg-wrp p {
  text-align: center;
}
.towntrek_eee .hdg-wrp h2.hdg2 {
  position: relative;
}
.towntrek_eee .hdg-wrp h2.hdg2::before, .towntrek_eee .hdg-wrp h2.hdg2::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .hdg-wrp h2.hdg2::before, .towntrek_eee .hdg-wrp h2.hdg2::after {
    display: none;
  }
}
.towntrek_eee .hdg-wrp p {
  margin-top: 16px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .hdg-wrp p {
    margin-top: 10px;
    font-weight: 400;
  }
}
.towntrek_eee .hdg-wrp p.mt {
  margin-top: 22px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .hdg-wrp p.mt {
    margin-top: 16px;
  }
}
.towntrek_eee .setting {
  background-color: #EAF1D8;
  padding-bottom: 70px;
}
.towntrek_eee .setting .hdg-wrp {
  max-width: 620px;
}
.towntrek_eee .setting .hdg-wrp h2.hdg2 {
  padding-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting .hdg-wrp h2.hdg2 {
    padding-top: 30px;
  }
}
.towntrek_eee .setting .hdg-wrp h2.hdg2::before {
  background-image: url(../../assets/img/deco/deco27.webp);
  width: 48px;
  height: 48px;
  left: -14px;
  top: 90px;
}
.towntrek_eee .setting .hdg-wrp h2.hdg2::after {
  background-image: url(../../assets/img/deco/deco21.webp);
  width: 118px;
  height: 110px;
  right: -85px;
  top: 70px;
}
.towntrek_eee .setting__ttl {
  color: #ffffff;
  background-color: #7BB32D;
  border-radius: 9999px;
  padding: 8px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  font-size: 23px;
  display: inline-block;
  line-height: 1.652173913;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__ttl {
    max-width: 240px;
  }
}
.towntrek_eee .setting__ttl-txt {
  margin-top: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__ttl-txt {
    margin-top: 16px;
    font-weight: 400;
  }
}
.towntrek_eee .setting__ttl-wrp {
  width: 100%;
  text-align: center;
  margin-top: 42px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__ttl-wrp {
    margin-top: 24px;
  }
}
.towntrek_eee .setting__flow {
  gap: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__flow {
    margin-top: 24px;
  }
}
.towntrek_eee .setting__flow li {
  max-width: 200px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__flow li {
    max-width: 260px;
  }
}
.towntrek_eee .setting__flow li h3 {
  background-color: #A9D540;
  font-size: 17px;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__flow li h3 {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.towntrek_eee .setting__flow li h3 span {
  font-size: 20px;
}
.towntrek_eee .setting__flow02 {
  -webkit-column-gap: 53px;
     -moz-column-gap: 53px;
          column-gap: 53px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__flow02 {
    row-gap: 30px;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}
.towntrek_eee .setting__flow02 li h3 {
  background-color: #4E1700;
  padding: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .setting__flow02 li h3 {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

/* ===================================================
towntrek_eee page #usage　基本設定
====================================================*/
.towntrek_eee .basic {
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .basic {
    padding-bottom: 50px;
  }
}
.towntrek_eee .basic .hdg-wrp {
  max-width: 360px;
}
.towntrek_eee .basic .hdg-wrp h2.hdg2 {
  padding-top: 75px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .basic .hdg-wrp h2.hdg2 {
    padding-top: 50px;
  }
}
.towntrek_eee .basic .hdg-wrp h2.hdg2::before {
  background-image: url(../../assets/img/deco/deco22.webp);
  width: 135px;
  height: 130px;
  top: 79px;
  left: -235px;
}
.towntrek_eee .basic .hdg-wrp h2.hdg2::after {
  background-image: url(../../assets/img/deco/deco23.webp);
  width: 118px;
  height: 108px;
  top: 104px;
  right: -217px;
}
.towntrek_eee .basic__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .basic__anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
}
.towntrek_eee .basic__anchors li a {
  font-weight: 700;
  color: #4E1700;
  font-size: 20px;
  line-height: 1.45;
  background-color: #A9D540;
  min-width: 220px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .basic__anchors li a {
    min-width: 300px;
  }
}
@media screen and (max-width: 375.98px) {
  .towntrek_eee .basic__anchors li a {
    min-width: 280px;
  }
}
.towntrek_eee .basic__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .basic__deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 34px;
    margin-top: 30px;
  }
  .towntrek_eee .basic__deco img {
    position: static;
  }
}

/* ===================================================
towntrek page #usage　コース設定
====================================================*/
.towntrek_eee .course {
  background-color: #EAF1D8;
  padding: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .course {
    padding: 40px 0;
  }
}
.towntrek_eee .course .setting__flow02 {
  margin-top: 40px;
  row-gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .course .setting__flow02 {
    margin-top: 30px;
    row-gap: 27px;
  }
}
.towntrek_eee .course__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .course__deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 263px;
    margin: 11px auto 0;
  }
  .towntrek_eee .course__deco .deco01 {
    margin-top: 21px;
  }
}
.towntrek_eee .course.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco15.webp);
  width: 80px;
  height: 100px;
  top: -20px;
  left: -130px;
}
.towntrek_eee .course.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco13.webp);
  width: 108px;
  height: 77px;
  top: 0;
  right: -145px;
}

.usage .hdg-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .usage .hdg-wrp {
    gap: 6px;
  }
}
.usage .hdg-wrp h2 {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .usage .hdg-wrp h2 img {
    width: 280px;
    height: 72px;
  }
}
.usage .hdg-wrp h2::before, .usage .hdg-wrp h2::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .usage .hdg-wrp h2::before, .usage .hdg-wrp h2::after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .usage .hdg-wrp p {
    font-weight: 400;
  }
}

/* ===================================================
towntrek page #usage　コース設定
====================================================*/
.towntrek_eee .start {
  padding: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .start {
    padding: 60px 0;
  }
}
.towntrek_eee .start .setting__flow02 {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .start .setting__flow02 {
    margin-top: 30px;
  }
}
.towntrek_eee .start.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco24.webp);
  width: 130px;
  height: 114px;
  top: 0;
  left: -186px;
}
.towntrek_eee .start.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco27.webp);
  width: 49px;
  height: 48px;
  top: 57px;
  right: -120px;
}
.towntrek_eee .start__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .start__deco {
    max-width: 185px;
    margin: 28px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 36px;
    margin-top: 30px;
  }
  .towntrek_eee .start__deco .deco02 {
    margin-bottom: 14px;
  }
}

/* ===================================================
towntrek page #usage　撮影＆点数獲得
====================================================*/
.towntrek_eee .photo {
  background-color: #EAF1D8;
  padding: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .photo {
    padding: 40px 0;
  }
}
.towntrek_eee .photo .setting__flow02 {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .photo .setting__flow02 {
    margin-top: 30px;
  }
}
.towntrek_eee .photo__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .photo__deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 295px;
    gap: 37px;
    margin: 11px auto 0;
  }
  .towntrek_eee .photo__deco .deco01 {
    margin-top: 21px;
  }
}
.towntrek_eee .photo.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco13.webp);
  width: 108px;
  height: 77px;
  top: 12px;
  left: -187px;
}
.towntrek_eee .photo.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco25.webp);
  width: 171px;
  height: 100px;
  top: 0;
  right: -239px;
}

/* ===================================================
towntrek page #usage　ゴール
====================================================*/
.towntrek_eee .goal {
  padding: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .goal {
    padding: 40px 0;
  }
}
.towntrek_eee .goal .setting__flow02 {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .goal .setting__flow02 {
    margin-top: 30px;
  }
}
.towntrek_eee .goal.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco15.webp);
  width: 76px;
  height: 100px;
  top: -22px;
  left: -101px;
}
.towntrek_eee .goal.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco27.webp);
  width: 49px;
  height: 48px;
  bottom: 0;
  top: unset;
  right: -120px;
}
.towntrek_eee .goal__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .goal__deco {
    max-width: 225px;
    margin: 28px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 115px;
    margin-top: 25px;
  }
}

/* ===================================================
towntrek page #usage　マップ画面の操作
====================================================*/
.towntrek_eee .map {
  background-color: #EAF1D8;
  padding: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .map {
    padding: 40px 0;
  }
}
.towntrek_eee .map .setting__flow02 {
  margin-top: 48px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .map .setting__flow02 {
    margin-top: 30px;
  }
}
.towntrek_eee .map__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .map__deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 217px;
    gap: 83px;
    margin: 16px auto 0;
  }
}
.towntrek_eee .map.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco06.webp);
  width: 62px;
  height: 56px;
  top: 16px;
  left: -94px;
}
.towntrek_eee .map.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco20.webp);
  width: 81px;
  height: 100px;
  top: -30px;
  right: -113px;
}

/* ===================================================
towntrek page #usage　スポットの詳細
====================================================*/
.towntrek_eee .spot {
  padding: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .spot {
    padding: 40px 0;
  }
}
.towntrek_eee .spot .setting__flow02 {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .spot .setting__flow02 {
    margin-top: 12px;
  }
}
.towntrek_eee .spot.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco27.webp);
  width: 55px;
  height: 54px;
  top: 0;
  left: -130px;
}
.towntrek_eee .spot.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco28.webp);
  width: 34px;
  height: 32px;
  top: 22px;
  right: -130px;
}
.towntrek_eee .spot__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .spot__deco {
    max-width: 215px;
    margin: 28px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 134px;
    margin-top: 36px;
  }
}

/* ===================================================
towntrek page #usage　スポットの詳細
====================================================*/
.towntrek_eee .rest {
  background-color: #EAF1D8;
  padding: 60px 0 36px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .rest {
    padding: 40px 0 45px;
  }
}
.towntrek_eee .rest .setting__flow02 {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .rest .setting__flow02 {
    margin-top: 25px;
  }
}
.towntrek_eee .rest.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco26.webp);
  width: 152px;
  height: 108px;
  top: 0;
  left: -187px;
}
.towntrek_eee .rest.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco10.webp);
  width: 144px;
  height: 58px;
  top: 29px;
  right: -178px;
}
.towntrek_eee .rest__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .rest__deco {
    max-width: 296px;
    margin: 28px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 49px;
    margin-top: 28px;
  }
}

/* ===================================================
towntrek page #usage　再チャレンジ
====================================================*/
.towntrek_eee .again {
  padding: 60px 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .again {
    padding: 40px 0;
  }
}
.towntrek_eee .again .setting__flow02 {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .again .setting__flow02 {
    margin-top: 30px;
  }
}
.towntrek_eee .again .setting__flow02 li span.red {
  color: #EE0100;
  font-weight: 400;
}
.towntrek_eee .again.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco29.webp);
  width: 113px;
  height: 100px;
  top: 0;
  left: -208px;
}
.towntrek_eee .again.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco27.webp);
  width: 49px;
  height: 48px;
  top: 21px;
  right: -146px;
}
.towntrek_eee .again__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .again__deco {
    max-width: 235px;
    margin: 28px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 82px;
    margin-top: 28px;
  }
}

/* ===================================================
top page #about
====================================================*/
.towntrek_eee .about {
  background-color: #EAF1D8;
}
.towntrek_eee .about .hdg-wrp {
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
}
.towntrek_eee .about .hdg-wrp h2.hdg2 {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .about .hdg-wrp h2.hdg2 {
    padding-top: 56px;
  }
}
.towntrek_eee .about .hdg-wrp h2.hdg2::before {
  background-image: url(../../assets/img/deco/deco30.webp);
  width: 139px;
  height: 181px;
  left: -109px;
  top: 151px;
}
.towntrek_eee .about .hdg-wrp h2.hdg2::after {
  background-image: url(../../assets/img/deco/deco31.webp);
  width: 139px;
  height: 211px;
  right: -109px;
  top: 124px;
}
.towntrek_eee .about .hdg-wrp p {
  font-weight: 400;
  max-width: 800px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .about .hdg-wrp p {
    text-align: left;
  }
}
.towntrek_eee .about__point {
  padding-bottom: 60px;
}
.towntrek_eee .about__point li {
  background-color: #ffffff;
}
.towntrek_eee .about__flow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1219.98px) {
  .towntrek_eee .about__flow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .about__flow {
    margin-top: 27px;
  }
}
.towntrek_eee .about__flow li p {
  background-color: #7BB32D;
}
.towntrek_eee .about__flow li figure img {
  aspect-ratio: 375/250;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .about__flow li figure img {
    aspect-ratio: 315/210;
  }
}
.towntrek_eee .about__flow li figure figcaption {
  margin-top: 6px;
}
.towntrek_eee .about__flow li figure figcaption h3 {
  font-size: 24px;
  line-height: 1.4583333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee .about__deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 220px;
    margin: 27px auto 0;
    gap: 34px;
  }
  .towntrek_eee .about__deco .deco01 {
    width: 99px;
  }
  .towntrek_eee .about__deco .deco02 {
    width: 87px;
  }
}

/* ===================================================
towntrek_eee page #mv
====================================================*/
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .mv__hdg h2 {
    text-align: left;
  }
}
.towntrek_eee.en .mv__hdg__wrp {
  max-width: 630px;
  width: 100%;
}
@media screen and (min-width: 1011px) {
  .towntrek_eee.en .mv__hdg__wrp01 {
    max-width: 560px;
  }
}
.towntrek_eee.en .mv__hdg__wrps {
  gap: 0;
}
@media screen and (max-width: 1121.98px) {
  .towntrek_eee.en .mv__hdg__wrps {
    margin-right: 0;
    gap: 30px;
  }
}

/* ===================================================
En page #setting
====================================================*/
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting {
    padding-bottom: 40px;
  }
}
.towntrek_eee.en .setting .hdg-wrp {
  max-width: 650px;
}
.towntrek_eee.en .setting .hdg-wrp h2.hdg2 {
  margin-bottom: 16px;
}
.towntrek_eee.en .setting .hdg-wrp h2.hdg2::before {
  left: -136px;
  top: 90px;
}
.towntrek_eee.en .setting .hdg-wrp h2.hdg2::after {
  right: -188px;
  top: 70px;
}
.towntrek_eee.en .setting__ttl {
  max-width: 400px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting__ttl {
    max-width: 240px;
    font-size: 20px;
    line-height: 1.2;
    padding: 9px;
  }
}
.towntrek_eee.en .setting__ttl-extra {
  max-width: 300px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting__ttl-extra {
    max-width: 240px;
  }
}
.towntrek_eee.en .setting__flow li h3 {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting__flow li h3 {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}
.towntrek_eee.en .setting__flow li h3.sm-en {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting__flow li h3.sm-en {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}
.towntrek_eee.en .setting__flow02 {
  -webkit-column-gap: 53px;
     -moz-column-gap: 53px;
          column-gap: 53px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting__flow02 {
    row-gap: 30px;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}
.towntrek_eee.en .setting__flow02 li h3 {
  background-color: #4E1700;
  padding: 9px 9px 8px;
  font-size: 17px;
  line-height: 1.4705882353;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  height: 42px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting__flow02 li h3 {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.towntrek_eee.en .setting__flow02 li h3.sm-en {
  font-size: 16px;
  padding: 10px 7px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .setting__flow02 li h3.sm-en {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

/* ===================================================
en page #usage　基本設定
====================================================*/
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .basic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.towntrek_eee.en .basic .hdg-wrp {
  max-width: 452px;
}
.towntrek_eee.en .basic .hdg-wrp h2.hdg2::before {
  top: 79px;
  left: -221px;
}
.towntrek_eee.en .basic .hdg-wrp h2.hdg2::after {
  top: 100px;
  right: -199px;
}
.towntrek_eee.en .basic__anchors li a {
  height: 70px;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .basic__anchors li a {
    min-width: 300px;
    height: unset;
  }
}
@media screen and (max-width: 375.98px) {
  .towntrek_eee.en .basic__anchors li a {
    min-width: 280px;
  }
}
.towntrek_eee.en .basic__deco {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .basic__deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 34px;
    margin-top: 30px;
  }
  .towntrek_eee.en .basic__deco img {
    position: static;
  }
}
.towntrek_eee.en .hdg-wrp p {
  margin-top: 0;
}
.towntrek_eee.en .hdg-wrp p.mt {
  margin-top: 6px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .hdg-wrp p.mt {
    margin-top: 16px;
  }
}

/* ===================================================
en page #course
====================================================*/
.towntrek_eee.en .course.usage .hdg-wrp {
  max-width: 800px;
}
.towntrek_eee.en .course.usage .hdg-wrp h2::before {
  top: -13px;
  left: -183px;
}
.towntrek_eee.en .course.usage .hdg-wrp h2::after {
  top: 26px;
  right: -218px;
}

/* ===================================================
en page #start
====================================================*/
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .start {
    padding: 40px 0;
  }
}
.towntrek_eee.en .start.usage .hdg-wrp {
  max-width: 842px;
}
.towntrek_eee.en .start.usage .hdg-wrp h2::before {
  top: 0;
  left: -202px;
}
.towntrek_eee.en .start.usage .hdg-wrp h2::after {
  top: 56px;
  right: -121px;
}

/* ===================================================
en page #photo
====================================================*/
.towntrek_eee.en .photo.usage .hdg-wrp h2::before {
  top: 12px;
  left: -302px;
}
.towntrek_eee.en .photo.usage .hdg-wrp h2::after {
  top: 0;
  right: -303px;
}

/* ===================================================
en page #en_insta
====================================================*/
.towntrek_eee .en_insta {
  padding: 50px 0;
}
.towntrek_eee .en_insta p {
    font-weight: 400;
    max-width: 800px;
    margin: 0px auto;
}
.towntrek_eee .en_insta h2.hdg2 {
    padding-top: 0px;
    padding-bottom: 30px;
}
.instagram-post iframe{
    margin: 30px auto 30px!important;
}
 .towntrek_eee .en_insta_deco {
  display: none;
}

@media screen and (max-width: 767.98px) {
   .towntrek_eee .en_insta {
    padding: 40px 0;
  }
   .towntrek_eee.en .en_insta .hdg-wrp p {
    text-align: left;
  }
  .towntrek_eee .en_insta_deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 295px;
    gap: 37px;
    margin: 11px auto 0;
  }
  .towntrek_eee .en_insta_deco .deco01 {
    margin-top: 21px;
  }
}

.towntrek_eee .en_insta.usage .hdg-wrp h2::before {
  background-image: url(../../assets/img/deco/deco13.webp);
  width: 108px;
  height: 77px;
  top: 0px;
  left: -187px;
}
.towntrek_eee .en_insta.usage .hdg-wrp h2::after {
  background-image: url(../../assets/img/deco/deco25.webp);
  width: 171px;
  height: 100px;
  top: -30px;
  right: -239px;
}

/* ===================================================
towntrek page #usage　ゴール
====================================================*/
.towntrek_eee.en .goal.usage .hdg-wrp h2::after {
  right: -72px;
}

/* ===================================================
top page #about
====================================================*/
.towntrek_eee.en .about .hdg-wrp {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.towntrek_eee.en .about .hdg-wrp h2.hdg2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .about .hdg-wrp h2.hdg2 {
    padding-top: 40px;
  }
}
.towntrek_eee.en .about .hdg-wrp h2.hdg2::before {
  left: -179px;
}
.towntrek_eee.en .about .hdg-wrp h2.hdg2::after {
  right: -179px;
}
.towntrek_eee.en .about .hdg-wrp p.mt {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .about__point {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 999.98px) {
  .towntrek_eee.en .about__point li {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .towntrek_eee.en .about__point li h3 {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .towntrek_eee.en .about__point li h3 {
    height: unset;
  }
}

/* ===================================================
article templ
====================================================*/
.towntrek__kiji, .towntrekEee__kiji, .eventReport__kiji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1199.98px) {
  .towntrek__kiji, .towntrekEee__kiji, .eventReport__kiji {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .towntrek__kiji, .towntrekEee__kiji, .eventReport__kiji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: unset;
  }
}

@media screen and (max-width: 1199.98px) {
  .eventReport__kiji {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}

.kiji.towntrek, .kiji.towntrekEee, .kiji.eventReport {
  max-width: 380px;
  width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border: 2px solid #4E1700;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .kiji.towntrek, .kiji.towntrekEee, .kiji.eventReport {
    height: auto;
  }
}
.kiji.towntrek h3.ttl, .kiji.towntrekEee h3.ttl, .kiji.eventReport h3.ttl {
  font-size: 20px;
  padding-top: 63px;
  line-height: 1.6;
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 33px;
  color: #4E1700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: unset;
  padding-top: 0;
  margin: 49px 0 19px;
  min-height: 61px;
}
@media screen and (max-width: 767.98px) {
  .kiji.towntrek h3.ttl, .kiji.towntrekEee h3.ttl, .kiji.eventReport h3.ttl {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.75;
  }
}
.kiji.towntrek h3.heldOn, .kiji.towntrekEee h3.heldOn, .kiji.eventReport h3.heldOn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 70px;
  height: 100%;
  max-width: 300px;
  width: 100%;
  background-color: #FFD000;
  color: #4E1700;
  margin: 0 auto;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #4E1700;
  border-top: none;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2727272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .kiji.towntrek h3.heldOn, .kiji.towntrekEee h3.heldOn, .kiji.eventReport h3.heldOn {
    font-size: 20px;
    max-width: 235px;
  }
}
.kiji.towntrek p.place, .kiji.towntrekEee p.place, .kiji.eventReport p.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 54.5px;
}
@media screen and (max-width: 767.98px) {
  .kiji.towntrek p.place, .kiji.towntrekEee p.place, .kiji.eventReport p.place {
    margin-bottom: 0;
    height: 78px;
  }
}
.kiji.towntrek p.place::before, .kiji.towntrekEee p.place::before, .kiji.eventReport p.place::before {
  content: "";
  background-image: url(../../assets/img/top/event/ico__place.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 24px;
  height: 25.4px;
}
.kiji.towntrek .thum img, .kiji.towntrekEee .thum img, .kiji.eventReport .thum img {
  margin-bottom: 16px;
  max-width: 300px;
  width: 100%;
  aspect-ratio: 300/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .kiji.towntrek .thum img, .kiji.towntrekEee .thum img, .kiji.eventReport .thum img {
    aspect-ratio: 235/157;
  }
}
.kiji.towntrek a.btn, .kiji.towntrekEee a.btn, .kiji.eventReport a.btn {
  background-color: #4E1700;
  border: 1px solid #707070;
  color: #ffffff;
  border-radius: 8px;
  min-width: 160px;
  max-width: 180px;
  width: 100%;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  margin: 0 auto 0;
}

.kiji.eventReport {
  border: none;
  padding: 0;
}
.kiji.eventReport h3.ttl {
  margin-top: 18px;
  color: #000000;
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  height: unset;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .kiji.eventReport h3.ttl {
    margin-top: 14px;
    height: unset;
    font-size: 22px;
    line-height: 1.4545454545;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.kiji.eventReport .thum img {
  aspect-ratio: 375/250;
  max-width: 375px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .kiji.eventReport .thum img {
    max-width: 100%;
    aspect-ratio: 315/210;
  }
}
.kiji.eventReport a.btn {
  margin: 0;
  max-width: 160px;
}

/* ===================================================
articles 一覧ページ
====================================================*/
.articles {
  padding-bottom: 80px;
}
.articles h2 {
  text-align: center;
  padding-top: 44px;
}
.articles h3 {
  margin-top: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #4E1700;
  line-height: 1.25;
}
@media screen and (max-width: 767.98px) {
  .articles h3 {
    margin-top: 25px;
    font-size: 28px;
    line-height: 1.1428571429;
  }
}
.articles .event__logo {
  padding: 12px 0 40px;
}
@media screen and (max-width: 767.98px) {
  .articles .event__logo {
    padding: 10px 0 34px;
  }
}
@media screen and (max-width: 767.98px) {
  .articles .towntrek__kiji, .articles .towntrekEee__kiji, .articles .eventReport__kiji {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.articles .kiji.towntrek, .articles .kiji.towntrekEee, .articles .kiji.eventReport {
  max-height: unset;
}
.articles .kiji.towntrek p.place, .articles .kiji.towntrekEee p.place, .articles .kiji.eventReport p.place {
  height: unset;
}
@media screen and (max-width: 767.98px) {
  .articles .kiji.towntrek p.place, .articles .kiji.towntrekEee p.place, .articles .kiji.eventReport p.place {
    margin-bottom: 30px;
  }
}
.articles .kiji.towntrek h3.ttl, .articles .kiji.towntrekEee h3.ttl, .articles .kiji.eventReport h3.ttl {
  height: unset;
  margin-bottom: 19px;
  margin-top: 49px;
}
@media screen and (max-width: 767.98px) {
  .articles .kiji.towntrek h3.ttl, .articles .kiji.towntrekEee h3.ttl, .articles .kiji.eventReport h3.ttl {
    margin: 48px auto 18px;
  }
}
.articles a.btn {
  margin: 12px auto 0 !important;
}
.articles.eventReport .eventReport__kiji {
  margin-top: 40px;
}
.articles.eventReport .eventReport__kiji .kiji.towntrek h3.ttl {
  margin-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: unset;
  margin-bottom: 30px;
}

/* ===================================================
contact
====================================================*/
.towntrek.contact {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .towntrek.contact {
    padding: 0;
  }
}
.towntrek.contact main {
  overflow-x: hidden;
  margin: 30px auto;
  text-align: center;
}
.towntrek.contact main iframe {
  max-width: 640px;
  width: 100%;
  min-height: 1000px;
}
@media screen and (max-width: 767.98px) {
  .towntrek.contact main iframe {
    min-height: 1300px;
  }
}/*# sourceMappingURL=style.css.map */