@charset "UTF-8";
.footer-global {
  margin-top: 40px;
}

.footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #16160e;
  border-radius: 20px;
  box-sizing: border-box;
}
.footer-button.-service {
  width: 280px;
}
.footer-button.-service i {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.footer-banners {
  padding: 80px 0;
  background-color: #f6f6f6;
}
.footer-banners ul {
  display: flex;
}
.footer-banners ul img {
  border-radius: 5px;
}

.footer-nav {
  margin-top: 40px;
  padding-bottom: 40px;
}

.footer-sns-wrapper {
  margin-bottom: 32px;
}

.footer-sns-list {
  display: flex;
  justify-content: center;
}

.footer-sns-item:not(:last-child) {
  margin-right: 24px;
}

.footer-sns-item a {
  display: block;
  height: 32px;
  transition: all 0.3s;
}
.footer-sns-item a:hover {
  opacity: 0.85;
}

.footer-sns-icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 32px;
}

.footer-service-wrapper {
  margin-bottom: 32px;
}

.footer-service-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-service-item {
  display: flex;
  align-items: center;
}
.footer-service-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-service-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #ffffff;
  font-size: 8px;
  border-radius: 50%;
}
.footer-service-icon::before {
  display: inline-flex;
  align-items: center;
  width: 9px;
  height: 16px;
}
.footer-service-icon.-choice {
  background-color: #ad0003;
}
.footer-service-icon.-gcf {
  background-color: #2e792d;
}
.footer-service-icon.-saigai {
  background-color: #d45700;
}
.footer-service-icon.-enterprise {
  background-color: #006dcc;
}

.footer-service-link {
  font-weight: bold;
}

.footer-info {
  overflow: hidden;
}

.footer-info-curve {
  background-color: #f6f6f6;
  border-radius: 50% 50% 0% 0%/4% 4% 0% 0%;
}

.footer-info-wrapper {
  padding: 46px 0 40px;
}

.footer-info-top {
  display: flex;
  flex-direction: column;
  width: 276px;
  margin: 0 auto 48px;
}

.footer-info-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.footer-info-txt p {
  font-size: 10px;
}

.footer-info-logo {
  width: 192px;
  margin: 0 auto 32px;
  text-align: center;
}
.footer-info-logo a {
  display: block;
}

.footer-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
  margin-bottom: 16px;
  margin-inline: auto;
}

.footer-info-item {
  font-size: 14px;
}

.footer-info-en {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.footer-info-link:hover {
  text-decoration: underline;
}

.footer-info-privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  background-color: #ffffff;
  text-align: center;
}

.footer-info-copyright {
  display: block;
  color: #6f6f6f;
  font-size: 11px;
  text-align: center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.header-content {
  display: flex;
  justify-content: space-between;
}

.header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  border-top: 5px solid #00548a;
  padding: 14px 16px;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo a {
  display: block;
}

.header-left-nav ul {
  display: flex;
}
.header-left-nav li:nth-child(1) {
  border-right: 1px solid #dedede;
}
.header-left-nav a {
  padding: 8px 20px;
  font-weight: 700;
  display: block;
}
.header-navigation.-show {
  max-height: 350px;
}

.header-navigation-list {
  display: flex;
  font-weight: bold;
  gap: 0 30px;
  position: relative;
}
.header-navigation-list:nth-child(1):after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 32px);
  background-color: #16160e;
  position: absolute;
  left: 16px;
  bottom: 0;
}
.header-navigation-list-icon img {
  height: 22px;
  width: auto;
}

.header-navigation-link {
  display: flex;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}
.header-navigation-link span {
  white-space: nowrap;
}

.is-hide {
  display: none !important;
}

.header-spNavButton {
  width: 60px;
  height: 68px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-top: 5px solid #899e2b;
}
.header-spNavButton span {
  display: block;
  height: 2px;
  width: 26px;
  background-color: #16160e;
  position: absolute;
  left: 16px;
  top: 46%;
  margin-top: -4px;
  transition: margin-top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease, -webkit-transform 0.3s ease;
}
.header-spNavButton span:last-child {
  margin-top: 4px;
}
.header-spNavButton.-show span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}
.header-spNavButton.-show span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes scroll-icon {
  0% {
    bottom: 24px;
  }
  33% {
    bottom: 16px;
  }
  100% {
    bottom: 24px;
  }
}

@keyframes scroll-icon {
  0% {
    bottom: 24px;
  }
  33% {
    bottom: 16px;
  }
  100% {
    bottom: 24px;
  }
}
.modal-component--new {
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.25s, visibility 0.25s;
}
.modal-component--new.-opened {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal-component--new.-opened .modal-component--new__header,
.modal-component--new.-opened .modal-component--new__main,
.modal-component--new.-opened .modal-component--new__footer,
.modal-component--new.-opened .modal-component--new__scroll-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s 0.5s, visibility 0.25s 0.5s;
}
.modal-component--new.not-available {
  z-index: 10001;
}
.modal-component--new.-header-fixed .modal-component--new__header-buffer {
  height: 60px;
}
.modal-component--new.-header-fixed .modal-component--new__header {
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.modal-component--new.-footer-fixed .modal-component--new__footer-buffer {
  height: 88px;
}
.modal-component--new.-footer-fixed .modal-component--new__main {
  padding-bottom: 0;
}
.modal-component--new.-footer-fixed .modal-component--new__footer {
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-top: 20px;
}

.modal-component--new__wrapper {
  display: none;
}

.modal-component--new__overlay {
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.modal-component--new__overlay > span {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 10px;
  white-space: nowrap;
}

.modal-component--new__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-component--new__x {
  background: none;
  border: 0;
  position: absolute;
  padding: 16px;
  right: 0;
  top: -36px;
  cursor: pointer;
  overflow: hidden;
}
.modal-component--new__x::before, .modal-component--new__x::after {
  content: "";
  height: 32px;
  width: 2px;
  position: absolute;
  background-color: #fff;
  right: 12px;
  top: 0;
}
.modal-component--new__x::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-component--new__x::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-component--new__x > span {
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.modal-component--new__body {
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  overflow-y: auto;
  width: calc(100vw - 32px);
  max-height: calc(100vh - 112px);
}

.modal-component--new__header {
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}

.modal-component--new__header-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.modal-component--new__main {
  padding: 16px 20px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.modal-component--new__main > :first-child {
  margin-top: 0 !important;
}
.modal-component--new__main > :last-child {
  margin-bottom: 0 !important;
}

.modal-component--new__footer {
  padding: 0 16px 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
  overflow: hidden;
}
.modal-component--new__footer > :first-child {
  margin-top: 0 !important;
}
.modal-component--new__footer > :last-child:not(.modal-component--new__button-wrap) {
  margin-bottom: 0 !important;
}

.modal-component--new__button-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -16px -16px 0;
}
.modal-component--new__button-wrap.-type-vertical {
  flex-direction: column;
}
.modal-component--new__button-wrap.-type-vertical .modal-component--new__button {
  flex-shrink: 0;
  width: calc(100% - 16px);
}
.modal-component--new__button-wrap.-type-vertical.-type-select {
  flex-direction: column-reverse;
}
.modal-component--new__button-wrap .modal-component--new__button {
  margin: 0 16px 16px 0;
  margin-right: 16px;
  margin-bottom: 16px;
  flex-grow: 1;
  flex-basis: 100%;
  width: auto;
}

.modal-component--new__scroll-icon {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.25s, visibility 0.25s;
  z-index: 2;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  height: 64px;
  border-radius: 0 0 6px 6px;
}
.modal-component--new__scroll-icon.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.25s, visibility 0.25s !important;
}
.modal-component--new__scroll-icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.5;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 8.5px);
  z-index: 1;
  -webkit-animation: scroll-icon 0.6s infinite;
          animation: scroll-icon 0.6s infinite;
}
.modal-component--new__scroll-icon > span {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 10px;
  white-space: nowrap;
}

.modal-component--new[data-modal-id=ex-link] .modal-component--new__x,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__x {
  top: 20px;
  right: 16px;
  z-index: 99;
}
.modal-component--new[data-modal-id=ex-link] .modal-component--new__x::before, .modal-component--new[data-modal-id=ex-link] .modal-component--new__x::after,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__x::before,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__x::after {
  height: 16px;
  background-color: #16160e;
}
.modal-component--new[data-modal-id=ex-link] .modal-component--new__body,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__body {
  border-radius: 32px;
}
.modal-component--new[data-modal-id=ex-link] .modal-component--new__main,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__main {
  padding: 24px 0 40px;
}
.modal-component--new[data-modal-id=ex-link] .modal-component--new__footer,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__footer {
  padding: 0 24px 24px;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__title,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__title {
  font-size: 16px;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__text,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__text {
  margin-top: 16px;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__description,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__description {
  font-size: 14px;
  text-align: center;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__description-meibutsu,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__description-meibutsu {
  display: inline-block;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__note,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__note {
  margin-top: 4px;
  color: #e8000a;
  font-size: 14px;
  text-align: center;
}
.modal-component--new[data-modal-id=ex-link] .meibutsu-content.-hidden,
.modal-component--new[data-modal-id=ex-link-meibutsu] .meibutsu-content.-hidden {
  display: none;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__button,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__button {
  text-align: center;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__link,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  background-color: #ad0003;
  color: #ffffff;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 24px;
  transition: all 0.3s;
  box-sizing: border-box;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__link i,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__link i {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.modal-component--new[data-modal-id=ex-link] .modal-ex-link__link:hover,
.modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__link:hover {
  opacity: 0.85;
}

.about-mv {
  background-image: url(/assets/images/kifutabi/about/mv-sp.jpg);
  background-size: cover;
  background-position: center;
  height: 375px;
}

.about-mv-text {
  padding: 48px 15px 0;
}
.about-mv-text h1 {
  font-size: 24px;
  color: #ffffff;
}
.about-mv-text h1 em {
  font-size: 1.5em;
}
.about-mv-text p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 28px;
  line-height: 1.8;
}

.about-feature {
  background-color: #f3f5e9;
  padding: 40px 15px;
}
.about-feature h2 {
  text-align: center;
  font-size: 24px;
}

.about-feature-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.about-feature-item {
  flex: 1;
}
.about-feature-item img {
  border-radius: 5px 5px 0 0;
}

.about-feature-item-text {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}
.about-feature-item-text h3 {
  font-size: 18px;
}
.about-feature-item-text p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.about-cando {
  padding: 40px 15px;
}
.about-cando h2 {
  text-align: center;
  font-size: 24px;
}
.about-cando h3 {
  padding-top: 50px;
  text-align: center;
  font-size: 20px;
}
.about-cando hr {
  border: none;
  height: 1px;
  background-color: #dddddd;
  margin: 50px 0 0 0;
}

.about-cando-lead {
  margin-top: 20px;
  line-height: 1.8;
}
.about-cando-lead + * {
  margin-top: 20px;
}

.about-cando-anchorNav ul {
  display: flex;
}
.about-cando-anchorNav li {
  flex: 1;
}
.about-cando-anchorNav a {
  color: #707070;
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding: 8px 0 4px;
  letter-spacing: 0;
}
.about-cando-anchorNav a span {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
}
.about-cando-anchorNav a em {
  font-size: 12px;
}

.about-step {
  margin-top: 20px;
}
.about-step-slide h4 {
  background-color: #f6f6f6;
  text-align: center;
  font-size: 16px;
  padding: 12px 0;
  position: relative;
}
.about-step-slide h4::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.about-step-slide:nth-child(2) h4 {
  background-color: #dcdcdc;
}
.about-step-slide:nth-child(2) h4::before {
  border-color: transparent transparent transparent #f6f6f6;
}
.about-step-slide:nth-child(3) h4 {
  background-color: #b7b6b6;
}
.about-step-slide:nth-child(3) h4::before {
  border-color: transparent transparent transparent #dcdcdc;
}
.about-step-slide h5 {
  text-align: center;
  font-size: 16px;
}
.about-step-slide p {
  line-height: 1.8;
}
.about-step-slide .about-step-slide-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  margin-top: 8px;
}

.about-step-slide-content {
  padding: 20px 12px;
}

.about-step-image {
  text-align: center;
  padding: 20px 0;
}
.about-step-image img {
  height: 149px;
}

.about-example-title {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}
.about-example .swiper {
  margin-top: 28px;
}

.about-example-slide {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 4px;
  gap: 4px;
}
.about-example-slide p {
  text-align: center;
  line-height: 1.3;
}
.about-example-slide p:nth-child(1) {
  font-size: 12px;
}
.about-example-slide p:nth-child(2) {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
}

.about-example-slide-image img {
  height: 84px;
}

.about-button {
  margin-top: 40px;
}
.about-button a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #16160e;
  border-radius: 5px;
  text-align: center;
  padding: 12px;
  background-image: url(/assets/images/kifutabi/about/icon-link.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}

.guideHeader {
  text-align: center;
  padding-top: 40px;
}

.guideHeader-shoulder {
  font-size: 14px;
  font-weight: 700;
}

.guideHeader-title {
  margin-top: 8px;
}

.guideHeader-text {
  font-size: 12px;
  margin-top: 16px;
  line-height: 1.8;
}

.guideMV {
  position: relative;
}
.guideMV .swiper-pagination {
  display: block;
}

.guideMV-slider {
  margin-top: 32px;
}
.guideMV-slide a {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 0 15px 16px;
  position: relative;
}
.guideMV-slide a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(24, 19, 10, 0.8043811275) 0%, rgba(24, 19, 10, 0) 50%);
}
.guideMV-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.guideMV-slide-title {
  margin-top: auto;
  font-size: 18px;
  position: relative;
}

.guideMV-slide-info {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.guideMV-slide-category {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
}

.guideMV-slide-date {
  font-size: 12px;
}

.guideMV-nav .swiper-button-prev,
.guideMV-nav .swiper-button-next {
  left: 50%;
  top: 222px;
}
.guideMV-nav .swiper-button-prev {
  margin-left: -640px;
}
.guideMV-nav .swiper-button-next {
  margin-left: 600px;
}

.topicpath {
  padding: 16px 0;
}
.topicpath ul {
  display: flex;
}
.topicpath li {
  font-size: 11px;
}
.topicpath li:not(:first-child):before {
  content: ">";
  display: inline-block;
  margin: 0 16px;
}
.topicpath li a {
  color: #1e50a2;
}

.guideArticles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}

.guideArticles-item a {
  display: flex;
  height: 100%;
  box-sizing: border-box;
}

.guideArticles-item-title {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.guideArticles-item-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
}

.guideArticles-item-category {
  border-radius: 2px;
  padding: 3px 8px;
  font-size: 10px;
  background-color: #00548a;
  color: #ffffff;
}

.guideArticles-item-date {
  font-size: 12px;
}

.js-scrollAnimation {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hcTop-mv {
  position: relative;
  height: 280px;
}

.hcTop-mv-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hcTop-mv-image::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hcTop-mv-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hcTop-mv-text {
  position: relative;
  margin: 0 auto;
  width: 86%;
  padding-top: 50px;
}
.hcTop-mv-text h1 {
  font-size: 30px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho Demibold", "YuMincho", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}
.hcTop-mv-text h1 span {
  font-size: 18px;
  display: block;
}
.hcTop-mv-text p {
  color: #ffffff;
  font-size: 12px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho Demibold", "YuMincho", serif;
  margin-top: 16px;
  line-height: 1.8;
  text-align: center;
}

.hcTop-about {
  background-color: #ffffff;
  margin-top: 20px;
  display: flex;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 32px 20px;
}

.hcTop-about-logo {
  text-align: center;
}

.hcTop-about-text p {
  line-height: 1.8;
}

.hcTop-sectionTitle {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho Demibold", "YuMincho", serif;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-top: 80px;
}

.hcTop-recommend-sliderContainer {
  position: relative;
  margin-top: 40px;
}
.hcTop-recommend-sliderContainer .hcTop-recommend-slider-pagination {
  display: block;
}
.hcTop-recommend-sliderContainer .hcTop-recommend-slider-pagination .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
}
.hcTop-recommend-sliderContainer .hcTop-recommend-slider-pagination .swiper-pagination-bullet-active {
  background-color: #707070;
}

.hcTop-recommend-slider-prev,
.hcTop-recommend-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.hcTop-recommend-slider-prev {
  left: -40px;
}
.hcTop-recommend-slider-prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.hcTop-recommend-slider-next {
  right: -40px;
}

.hcTop-area-nav {
  margin-top: 40px;
}

.hcTop-area-nav-items {
  display: inline-flex;
  background-color: #efede6;
  border-radius: 999px;
}

.hcTop-area-nav-item a {
  display: block;
  text-align: center;
  padding: 8px 28px 6px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}
.hcTop-area-nav-item.is-current a {
  background-color: #00548a;
  color: #ffffff;
}

.hcTop-area-content {
  display: none;
}
.hcTop-area-content.is-current {
  display: block;
}

.hcTop-hotels {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}

.hcTop-hotel {
  display: block;
  position: relative;
  border: 1px solid #797979;
  border-radius: 5px;
  overflow: hidden;
}
.hcTop-hotel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hcTop-hotel-text {
  position: relative;
  padding: 16px 20px;
  background-color: #efede6;
}

.hcTop-hotel-name {
  font-size: 26px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho Demibold", "YuMincho", serif;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hcTop-hotel-place {
  color: #797979;
  font-size: 16px;
}

.hcTop-hotel-grade {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.hcTop-hotel-grade-star {
  display: flex;
}
.hcTop-hotel-grade-star img {
  width: 16px;
}
.hcTop-hotel-grade-star.-museum img {
  width: 58px;
}

.hcTop-hotel-grade-button {
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #797979;
  cursor: pointer;
  background-color: transparent;
}
.hcTop-hotel-grade-button img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.hcTop-hotel-point {
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
}

.hcTop-hotel-amount {
  display: block;
}
.hcTop-hotel-amount dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.hcTop-hotel-amount dt {
  font-size: 10px;
  letter-spacing: 0;
}
.hcTop-hotel-amount dd {
  font-size: 16px;
  letter-spacing: 0;
}
.hcTop-hotel-amount .hcTop-hotel-amount-subsidy {
  color: #00548a;
}
.hcTop-hotel-amount:nth-of-type(1) {
  margin-top: auto;
}
.hcTop-features {
  padding-bottom: 120px;
}

.hcTop-features-list {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.hcTop-features-list li {
  flex: 1;
}

.hc-aboutModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.hc-aboutModal.-show {
  opacity: 1;
  pointer-events: initial;
}

.hc-aboutModal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 19, 10, 0.7);
}

.hc-aboutModal-window {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  width: 94%;
}

.hc-aboutModal-text {
  flex: 1;
}

.hc-aboutModal-close {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.hc-aboutModal-body {
  margin-top: 12px;
  line-height: 2;
}

.hc-aboutModal-image {
  width: 226px;
  margin-inline: auto;
}

.js-scrollAnimation {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hcDetail-notes {
  margin-top: 28px;
}
.hcDetail-notes li {
  font-size: 12px;
}

.hcDetail-anchor {
  height: 0;
  border: none;
  margin-top: -90px;
  padding-top: 90px;
  pointer-events: none;
}

.hcDetail-topicpath {
  padding-top: 20px;
}
.hcDetail-topicpath ul {
  display: flex;
  flex-wrap: wrap;
}
.hcDetail-topicpath li {
  color: #fff;
  font-size: 14px;
}
.hcDetail-topicpath li::after {
  content: ">";
  display: inline-block;
  margin: 0 4px;
  color: #797979;
}
.hcDetail-topicpath li:last-child::after {
  display: none;
}
.hcDetail-topicpath a {
  color: #797979;
}

.hcDetail-photos-pc {
  display: -ms-grid;
  display: grid;
  height: 486px;
  -ms-grid-columns: 3fr 12px 1fr 12px 1fr;
  grid-template-columns: 3fr 1fr 1fr;
  -ms-grid-rows: 1fr 12px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.hcDetail-photos-pc > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hcDetail-photos-pc > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hcDetail-photos-pc > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.hcDetail-photos-pc > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.hcDetail-photos-pc > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.hcDetail-photos-pc > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.hcDetail-photos-pc li {
  cursor: pointer;
}
.hcDetail-photos-pc li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid #797979;
}
.hcDetail-photos-pc li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.hcDetail-photos-pc li:last-child {
  position: relative;
}
.hcDetail-photos-pc li:last-child img {
  opacity: 0.5;
}
.hcDetail-photos-pc li:last-child p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  background-image: url(/assets/images/kifutabi/highclass/detail/icon-all.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 26px;
}

.hcDetail-photos-sp {
  position: relative;
}
.hcDetail-photos-sp .swiper-slide {
  height: 67vw;
  text-align: center;
}
.hcDetail-photos-sp .swiper-slide img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hcDetail-photos-sp .swiper-pagination {
  color: #ffffff;
  position: absolute;
  left: inherit;
  right: 20px;
  bottom: 15px;
  width: auto;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 20px;
  display: block;
}

.hcDetail-overview {
  padding-top: 28px;
}
.hcDetail-overview p {
  color: #ffffff;
}

.hcDetail-overview-place {
  font-size: 14px;
}

.hcDetail-overview-nameRating {
  display: flex;
}

.hcDetail-overview-name {
  font-size: 24px;
  line-height: 1.3;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho Demibold", "YuMincho", serif;
  color: #ffffff;
  font-weight: 400;
  margin-top: 4px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.hcDetail-overview-grade {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hcDetail-overview-grade-star {
  display: flex;
  align-items: center;
}
.hcDetail-overview-grade-star img {
  width: 16px;
}
.hcDetail-overview-grade-star.-museum img {
  width: 58px;
}

.hcDetail-overview-grade-button {
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background-color: transparent;
}
.hcDetail-overview-grade-button img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.hcDetail-overview-point {
  font-size: 14px;
  font-weight: 600;
}

.hcDetail-overview-lead {
  margin-top: 16px;
  line-height: 1.9;
}

.hcDetail-overview-sections {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 70px;
}

.hcDetail-overview-section-title {
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho Demibold", "YuMincho", serif;
  font-weight: 400;
}
.hcDetail-overview-section-photo img {
  border-radius: 6px;
  border: 1px solid #797979;
}
.hcDetail-overview-section-text p {
  line-height: 1.9;
  font-size: 14px;
}

.hcDetail-products {
  position: relative;
  z-index: 1;
  background-color: #efede6;
  padding: 50px 0 100px;
}

.hcDetail-section-title {
  font-size: 22px;
}
.hcDetail-section-title span {
  color: #797979;
  font-size: 12px;
  font-weight: normal;
}

.hcDetail-products-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 16px 16px;
  margin-top: 28px;
}

.hcDetail-products-item-title {
  font-size: 20px;
}

.hcDetail-products-item-description {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 8px;
}

.hcDetail-products-item-link {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}
.hcDetail-products-item-link a {
  display: inline-block;
  background-image: url(/assets/images/kifutabi/highclass/detail/icon-link.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 16px;
}

.hcDetail-products-item-details {
  margin-top: 20px;
}
.hcDetail-products-item-details p {
  font-size: 14px;
  line-height: 1.9;
}

.hcDetail-products-item-select {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.hcDetail-products-item-select dt {
  font-size: 14px;
  font-weight: 600;
}
.hcDetail-products-item-select dd {
  flex: 1;
  position: relative;
}

.hcDetail-products-item-select-text {
  font-size: 14px;
  border: 1px solid #e0dede;
  border-radius: 6px;
  padding: 12px 36px 12px 16px;
  position: relative;
  display: block;
  cursor: pointer;
}
.hcDetail-products-item-select-text.-selected {
  text-align: right;
  font-weight: 600;
}
.hcDetail-products-item-select-text:after {
  content: "";
  display: block;
  background-image: url(/assets/images/kifutabi/icon-link.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.hcDetail-products-item-select-box {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e0dede;
  border-radius: 6px;
  padding: 12px 24px;
}
.hcDetail-products-item-select-box.-show {
  display: block;
}
.hcDetail-products-item-select-box th {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  padding: 4px 0;
}
.hcDetail-products-item-select-box td {
  white-space: nowrap;
  padding: 4px 0;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
}
.hcDetail-products-item-select-box td:nth-of-type(2) {
  color: #00548a;
  padding-left: 20px;
}

.hcDetail-products-item-select-box-item {
  cursor: pointer;
}

.hcDetail-products-item-donate {
  font-size: 16px;
  font-weight: 600;
  background-color: #00548a;
  color: #ffffff;
  display: inline-block;
  padding: 12px 0;
  border-radius: 5px;
  margin-left: 8px;
  display: block;
  text-align: center;
  margin-top: 16px;
}
.hcDetail-products-item-donate img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 8px;
}
.hcDetail-products-item-donate[aria-disabled=true] {
  background-color: #b9b9b9;
  pointer-events: none;
}

.hcDetail-reviews {
  background-color: #f6f6f6;
  padding: 70px 0;
}

.hcDetail-reviews-rating {
  margin-top: 32px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px 20px 20px;
}

.hcDetail-reviews-rating-score {
  font-weight: 600;
  font-size: 18px;
}
.hcDetail-reviews-rating-score span {
  font-size: 22px;
  color: #00548a;
}

.hcDetail-reviews-rating-items {
  display: flex;
  gap: 20px;
}

.hcDetail-reviews-rating-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hcDetail-reviews-rating-item h3 {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.hcDetail-reviews-rating-item h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #000000;
  margin-left: 4px;
}
.hcDetail-reviews-rating-item p {
  font-weight: 600;
  font-size: 14px;
}
.hcDetail-reviews-rating-item p span {
  font-size: 14px;
  color: #00548a;
}

.hcDetail-reviews-items {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 28px;
}
.hcDetail-reviews-items.-hide {
  display: none;
}

.hcDetail-reviews-item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
}

.hcDetail-reviews-item-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.hcDetail-reviews-item-rating-text {
  font-size: 14px;
  font-weight: 600;
}

.hcDetail-reviews-item-rating-circles {
  display: flex;
  gap: 2px;
}

.hcDetail-reviews-item-rating-circle {
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #00548a;
  overflow: hidden;
}
.hcDetail-reviews-item-rating-circle.-filled {
  background-color: #00548a;
}
.hcDetail-reviews-item-rating-circle.-half::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #00548a;
}

.hcDetail-reviews-item-title {
  font-size: 16px;
  background-image: url(/assets/images/kifutabi/highclass/detail/icon-person.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  padding-left: 16px;
}

.hcDetail-reviews-item-text {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.hcDetail-reviews-item-text.-show {
  -webkit-line-clamp: inherit;
}

.hcDetail-reviews-item-more {
  text-align: right;
  font-size: 14px;
  text-decoration: underline;
  color: #797979;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-left: auto;
  display: block;
  margin-top: 4px;
}

.hcDetail-reviews-item-info {
  margin-top: 16px;
}
.hcDetail-reviews-item-info p {
  font-size: 12px;
}

.hcDetail-reviews-more {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  color: #000000;
  display: block;
  margin-left: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.hcDetail-reviews-more.-hide {
  display: none;
}
.hcDetail-reviews-more::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/kifutabi/icon-link.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  margin-left: 8px;
}

.hcDetail-reviews-accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.hcDetail-reviews-accordion.-show {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.hcDetail-reviews-accordion-inner {
  overflow: hidden;
}

.hcDetail-bottom {
  padding: 0px 20px 20px;
  background-color: #ffffff;
}

.hcDetail-bottom-section {
  padding-top: 40px;
}
.hcDetail-bottom-section:not(:last-of-type) {
  border-bottom: 1px solid #e0dede;
  padding-bottom: 40px;
}

.hcDetail-facilities-section {
  margin-top: 20px;
}
.hcDetail-facilities-section p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 8px;
}

.hcDetail-facilities-title {
  font-size: 16px;
}

.hcDetail-features {
  margin-top: 48px;
}

.hcDetail-features-cols {
  display: flex;
  margin-top: 28px;
}

.hcDetail-features-list {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hcDetail-features-list li {
  font-size: 12px;
}
.hcDetail-features-list li.-unavailable {
  color: #797979;
}
.hcDetail-features-list li img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 6px;
}

.hcDetail-features-note {
  font-size: 12px;
  margin-top: 28px;
}

.hcDetail-access-address {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.hcDetail-access-map {
  margin-top: 20px;
}
.hcDetail-access-map iframe {
  width: 100%;
  height: 240px;
}

.hcDetail-access-list {
  margin-top: 28px;
}
.hcDetail-access-list dt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.hcDetail-access-list dt + * {
  margin-top: 8px;
}
.hcDetail-access-list dd {
  font-size: 14px;
  line-height: 1.9;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.hcDetail-access-list dd::before {
  content: "・";
}
.hcDetail-access-list dd.-noBullet {
  text-indent: 0;
  padding-left: 0;
}
.hcDetail-access-list dd.-noBullet::before {
  content: "";
}

.hcDetail-nearby section {
  margin-top: 24px;
}
.hcDetail-nearby h3 {
  font-size: 16px;
}
.hcDetail-nearby h3 + * {
  margin-top: 8px;
}
.hcDetail-nearby p {
  font-size: 14px;
  line-height: 1.9;
}

.hcDetail-nearby-button {
  font-size: 14px;
  background-color: #00548a;
  color: #fff;
  padding: 14px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 12px;
}

.hcDetail-credit {
  text-align: right;
  font-size: 10px;
  margin-top: 30px;
}

.hcDetail-fixedNav {
  position: fixed;
  left: 0;
  top: 9px;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 26px 0;
}
.hcDetail-fixedNav.-show {
  opacity: 1;
  pointer-events: initial;
}

.hcDetail-fixedNav-inner {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.hcDetail-fixedNav-back {
  font-size: 14px;
  font-weight: 600;
  margin-right: 170px;
  display: inline-block;
  background-image: url(/assets/images/kifutabi/highclass/detail/icon-back.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 16px;
}

.hcDetail-fixedNav-list {
  display: flex;
  font-size: 14px;
  font-weight: 600;
}
.hcDetail-fixedNav-list li:not(:nth-child(1)) {
  border-left: 1px solid #e0dede;
}
.hcDetail-fixedNav-list a {
  display: block;
  padding: 0 18px;
  color: #797979;
}
.hcDetail-fixedNav-list a.-current {
  color: #000000;
}

.hcDetail-fixedNav-button {
  font-size: 16px;
  font-weight: 600;
  background-color: #00548a;
  color: #ffffff;
  display: inline-block;
  padding: 12px 28px 12px 56px;
  border-radius: 5px;
  margin-left: 8px;
  background-image: url(/assets/images/kifutabi/highclass/detail/icon-money.svg);
  background-repeat: no-repeat;
  background-position: 28px 50%;
}

.hcDetail-fixedFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 12px 0;
  background-color: #ffffff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.hcDetail-fixedFooter.-show {
  opacity: 1;
  pointer-events: initial;
}

.hcDetail-fixedFooter-button {
  font-size: 14px;
  font-weight: 600;
  background-color: #00548a;
  color: #ffffff;
  display: inline-block;
  padding: 12px 38px 12px 66px;
  border-radius: 5px;
  margin-left: 8px;
  background-image: url(/assets/images/kifutabi/highclass/detail/icon-money.svg);
  background-repeat: no-repeat;
  background-position: 42px 50%;
  background-size: 17px auto;
}

.hcDetail-fixedFooter-pagetop {
  position: absolute;
  right: 20px;
  top: -54px;
}

.hcDetail-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, transform 0.5s ease;
  transition: opacity 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.hcDetail-modal.-show {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hcDetail-modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001623;
}

.hcDetail-modal-photos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.hcDetail-modal-photos-header {
  padding: 17px 20px 13px;
}
.hcDetail-modal-photos-header svg {
  width: auto;
  height: 22px;
}
.hcDetail-modal-photos-header svg path {
  stroke-width: 1;
}

.hcDetail-modal-photos-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 106px;
  gap: 10px;
  padding: 20px;
}
.hcDetail-modal-photos-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid #797979;
  opacity: 0;
  transition: opacity 0.3s linear;
  transition-delay: 0s;
}
.-show .hcDetail-modal-photos-list img {
  opacity: 1;
  transition-delay: 0.4s;
}

.hcDetail-modal-photo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #001623;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.hcDetail-modal-photo.-show {
  opacity: 1;
  pointer-events: initial;
}

.hcDetail-modal-photo-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.hcDetail-modal-photo-slider {
  margin-top: calc(50vh - 125px);
  height: 250px;
  width: 100%;
}
.hcDetail-modal-photo-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #797979;
  border-radius: 6px;
  box-sizing: border-box;
}

.hcDetail-modal-photo-slider-pagination {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.hcDetail-modal-photo-slider-next,
.hcDetail-modal-photo-slider-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.hcDetail-modal-photo-slider-next svg,
.hcDetail-modal-photo-slider-prev svg {
  height: 28px;
  width: auto;
}
.hcDetail-modal-photo-slider-next path,
.hcDetail-modal-photo-slider-prev path {
  stroke: #ffffff;
  stroke-width: 0.6;
}

.hcDetail-modal-photo-slider-next {
  right: 40px;
}

.hcDetail-modal-photo-slider-prev {
  left: 40px;
}
.hcDetail-modal-photo-slider-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html {
  scroll-padding-top: 68px;
}

.borderTitle {
  position: relative;
  display: block;
  padding-left: 12px;
}
.borderTitle::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #00548a;
  border-radius: 6px;
}

.main-content {
  background-color: #ffffff;
  margin-top: 70px;
}
.main-content.-highclass {
  background-color: #001623;
}

.mv {
  position: relative;
  height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mv-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #16160e;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.mv-images.-show {
  opacity: 1;
}

.mv-images-image {
  opacity: 0;
  transition: opacity 1s ease;
}
.mv-images-image.-show {
  opacity: 1;
}
.mv-images-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.7;
}
.mv-images-image:nth-child(1) img {
  opacity: 1;
}

.mv-text {
  position: relative;
  margin: 40px auto 0;
  width: 86%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mv-text.-visible {
  opacity: 1;
}
.mv-text h1 {
  font-size: 18px;
  color: #ffffff;
}
.mv-text p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 28px;
  line-height: 1.8;
}

.topInfo {
  background-color: #f6f6f6;
  padding: 12px 0;
}
.topInfo.-white {
  background-color: #ffffff;
}

.topInfo-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.topInfo-list li {
  position: relative;
}
.topInfo-list.no-new-items .topInfo-text {
  padding: 0 15px 0 15px;
}

.topInfo-new {
  display: block;
  font-size: 11px;
  font-weight: 700;
  background-color: #00548a;
  color: #ffffff;
  padding: 0px 6px;
  border-radius: 2px;
  position: absolute;
  left: 15px;
  top: 0.15em;
}

.topInfo-text {
  font-size: 12px;
  padding: 0 15px 0 64px;
  display: block;
}

.topHotWords {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  align-items: center;
  line-height: 1;
}
.topHotWords h2 {
  font-size: 14px;
}

.topHotWords-list {
  display: flex;
  gap: 8px;
}
.topHotWords-list a {
  display: block;
  border: 1px solid #e0dede;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 14px;
}

.swiper {
  display: none;
}
.swiper.swiper-initialized {
  display: block;
}

.swiper-pagination {
  position: static;
  margin-top: 8px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #707070;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 54px;
  height: 54px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-next {
  right: -20px;
}

.swiper-button-prev {
  left: -20px;
}
.swiper-button-prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.features {
  padding: 20px 0 40px;
  background-color: #f3f5e9;
}
.features .features-slider {
  margin-top: 20px;
}

.features-title {
  font-size: 18px;
  line-height: 1.3;
}

.features-slide {
  height: auto;
  /* pcにて表示にバグがあったため */
}
.features-slide a {
  height: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}
.features-slide:last-of-type {
  margin-right: 0 !important;
}

.features-slide-image img {
  border-radius: 5px 5px 0 0;
}

.features-slide-text {
  padding: 12px;
}
.features-slide-text h2 {
  font-size: 16px;
  line-height: 1.4;
}
.features-slide-text p {
  font-size: 13px;
  margin-top: 12px;
}

.contentsWrapper {
  position: relative;
}

.contentsTab {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  left: 0;
  padding-top: 80px;
  border-bottom: 2px solid #00548a;
  z-index: 100;
}

.contentsTab-list {
  display: flex;
}
.contentsTab-list li {
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  color: #00548a;
  padding: 8px 4px;
  cursor: pointer;
  text-align: center;
}
.contentsTab-list li.-current {
  background-color: #00548a;
  color: #ffffff;
  pointer-events: none;
}

.products-content {
  display: none;
}
.products-content.-current {
  display: block;
}

.products-item {
  margin-top: 40px;
  position: relative;
}

.products-item-title {
  font-size: 18px;
  line-height: 1.3;
}

.products-item-title-shoulder {
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
}
.products-item-title-shoulder img {
  margin-right: 8px;
  vertical-align: middle;
}

.products-slider {
  position: relative;
  margin-top: 20px;
}
.products-slider a {
  display: block;
  border: 1px solid #e0dede;
  height: 100%;
  box-sizing: border-box;
}

.products-slide {
  position: relative;
  height: auto;
}

.products-slide-name {
  font-size: 14px;
  font-weight: bold;
  margin: 12px 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: 3em;
}

.products-slide-price {
  font-size: 12px;
  border-top: 1px solid #e0dede;
  margin: 8px 12px 4px;
  padding-top: 12px;
}
.products-slide-price span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.products-slide-area {
  color: #707070;
  font-size: 12px;
  padding: 0 12px 12px;
}
.products-slide-area span {
  white-space: nowrap;
}

.products-slide-addfavorite {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.products-slide-addfavorite img {
  width: 24px;
}

.products-item-more {
  text-align: center;
  margin-top: 16px;
}
.products-item-more a {
  font-size: 14px;
  font-weight: bold;
}
.products-item-more a img {
  vertical-align: middle;
  margin-left: 8px;
}

.products-categories {
  margin-top: 20px;
}
.products-categories .swiper {
  display: block;
}

.products-categories-slide {
  position: relative;
}
.products-categories-slide img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-categories-slide a {
  display: block;
  transition: opacity 0.3s ease;
}
.products-categories-slide p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.guide {
  padding: 20px 0 20px;
  background-color: #f3f5e9;
  margin-top: 40px;
}
.guide h2 {
  font-size: 20px;
}
.guide .wrapper {
  position: relative;
}

.guide-slider {
  margin-top: 20px;
}

.guide-slide {
  border: 1px solid #e0dedf;
  box-sizing: border-box;
}
.guide-slide a {
  display: flex;
  background-color: #ffffff;
}

.guide-slide-text {
  padding: 8px;
}

.guide-slide-text-title {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.guide-slide-text-info {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.guide-slide-text-category span {
  font-size: 10px;
  background-color: #00548a;
  color: #ffffff;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 2px;
}

.guide-slide-text-date {
  font-size: 10px;
}

.guide-more {
  text-align: center;
  margin-top: 20px;
}
.guide-more a {
  font-size: 14px;
  font-weight: bold;
}
.guide-more a img {
  vertical-align: middle;
  margin-left: 8px;
}

.bannerAbout {
  margin-top: 80px;
}
.bannerAbout a img {
  width: 100%;
}

.wrapper {
  position: relative;
}

.anchor {
  height: 0;
  border: none;
  margin-top: -80px;
  padding-top: 80px;
}

.kifutabiPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.kifutabiPagination [aria-current=true] a {
  background-color: #16160e;
  color: #ffffff;
  pointer-events: none;
}
.kifutabiPagination [aria-disabled=true] {
  pointer-events: none;
  opacity: 0.3;
}
.kifutabiPagination a,
.kifutabiPagination span {
  border: 2px solid #16160e;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.kifutabiPagination a svg path,
.kifutabiPagination span svg path {
  stroke: #16160e;
}
.kifutabiPagination span {
  border-color: transparent;
  width: 16px;
  pointer-events: none;
}

.kifutabiPagination-list {
  display: flex;
  gap: 8px;
}

.kifutabiPagination-prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.kifutabiPaginationText {
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}

.section-awoo {
  display: none;
}
.section-awoo.-visible {
  display: block;
}

.popular-tags .popular-tags-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}

.popular-tags .popular-tags-wrapper {
  background: #ffffff;
  padding-left: 18px;
}

.awoo-keyword-popular-tags {
  margin: 0 auto;
}

.awoo-keyword-popular-tags .popular-tags-list-container {
  justify-content: center;
}

.awoo-keyword-popular-tags .awoo-tag-wrapper {
  justify-content: center;
}

a.awoo-tag {
  background-color: #f6f6f6;
  border-color: #e0dede;
  border-radius: 19.5px;
  color: #16160e;
}

a.awoo-tag:hover {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .footer-global {
    margin-top: 80px;
  }
  .footer-button {
    width: 172px;
    height: 38px;
    line-height: 38px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .footer-button:hover {
    background-color: #16160e;
    color: #ffffff;
  }
  .footer-banners ul {
    justify-content: space-between;
  }
  .footer-banners ul li {
    width: 32%;
  }
  .footer-nav {
    margin-top: 80px;
    padding-bottom: 64px;
  }
  .footer-service-list {
    justify-content: center;
    flex-direction: row;
  }
  .footer-service-item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .footer-service-link {
    position: relative;
  }
  .footer-info-curve {
    border-radius: 50% 50% 0% 0%/8% 8% 0% 0%;
  }
  .footer-info-wrapper {
    padding: 52px 0 40px;
  }
  .footer-info-top {
    justify-content: space-between;
    flex-direction: row;
    width: 568px;
    margin: 0 auto 64px;
  }
  .footer-info-img {
    margin-bottom: 0;
  }
  .footer-info-txt {
    width: 276px;
  }
  .footer-info-txt p {
    line-height: 1.6;
  }
  .footer-info-logo {
    width: 250px;
  }
  .footer-info-link {
    position: relative;
  }
  .footer-info-privacy {
    margin-left: 16px;
  }
  .header-left {
    border-top: 9px solid #00548a;
    padding: 25px 20px;
  }
  .header-navigation {
    border-top: 9px solid #899e2b;
    padding: 28px 20px;
  }
  .header-navigation-list li {
    display: flex;
    align-items: center;
  }
  .header-navigation-list li:nth-child(n+3) {
    width: 60px;
  }
  .header-navigation-list-icon {
    margin-bottom: 2px;
  }
  .header-navigation-link {
    font-size: 12px;
    flex-direction: column;
  }
  .header-navigation-link span {
    flex-direction: column;
  }
  .header-spNavButton {
    display: none;
  }
  .modal-component--new.-header-fixed .modal-component--new__header-buffer {
    height: 68px;
  }
  .modal-component--new.-footer-fixed .modal-component--new__footer-buffer {
    height: 96px;
  }
  .modal-component--new.-footer-fixed .modal-component--new__footer {
    padding-top: 24px;
  }
  .modal-component--new__body {
    width: auto;
  }
  .modal-component--new__body.-size-s {
    width: 410px;
  }
  .modal-component--new__body.-size-m {
    width: 660px;
  }
  .modal-component--new__body.-size-l {
    width: 964px;
  }
  .modal-component--new__header {
    padding: 18px 24px;
  }
  .modal-component--new__main {
    padding: 24px;
  }
  .modal-component--new__footer {
    padding: 0 24px 24px;
  }
  .modal-component--new[data-modal-id=ex-link] .modal-component--new__x,
  .modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__x {
    top: 22px;
  }
  .modal-component--new[data-modal-id=ex-link] .modal-component--new__body.-size-s,
  .modal-component--new[data-modal-id=ex-link-meibutsu] .modal-component--new__body.-size-s {
    width: 480px;
  }
  .modal-component--new[data-modal-id=ex-link] .modal-ex-link__link,
  .modal-component--new[data-modal-id=ex-link-meibutsu] .modal-ex-link__link {
    width: 200px;
  }
  .about-mv {
    height: 432px;
    background-image: url(/assets/images/kifutabi/about/mv-pc.jpg);
  }
  .about-mv-text {
    padding: 100px 0 0;
  }
  .about-mv-text h1 {
    font-size: 32px;
  }
  .about-mv-text p {
    font-size: 18px;
  }
  .about-feature {
    padding: 60px 0;
  }
  .about-feature h2 {
    font-size: 40px;
  }
  .about-feature-item-text h3 {
    font-size: 21px;
  }
  .about-feature-item-text p {
    font-size: 16px;
  }
  .about-cando {
    padding: 60px 0;
  }
  .about-cando h2 {
    font-size: 40px;
  }
  .about-cando h3 {
    padding-top: 60px;
    font-size: 32px;
  }
  .about-cando hr {
    margin: 80px 0 0 0;
  }
  .about-cando-lead {
    text-align: center;
  }
  .about-cando-lead + * {
    margin-top: 40px;
  }
  .about-cando-anchorNav ul {
    gap: 20px;
  }
  .about-cando-anchorNav a {
    border: 2px solid #707070;
    border-radius: 5px;
    font-size: 14px;
  }
  .about-cando-anchorNav a em {
    font-size: 21px;
  }
  .about-step .swiper {
    display: block;
  }
  .about-step-slide {
    flex: 1;
  }
  .about-step-slide h4 {
    font-size: 24px;
  }
  .about-step-slide h4::before {
    border-width: 30px 0 30px 20px;
  }
  .about-step-slide h5 {
    font-size: 18px;
  }
  .about-step-slide .about-step-slide-note {
    font-size: 12px;
  }
  .about-step-slide-content {
    padding: 20px;
  }
  .about-step-image img {
    height: 249px;
  }
  .about-example-title {
    font-size: 21px;
  }
  .about-example .swiper {
    display: block;
  }
  .about-example .swiper-wrapper {
    gap: 10px;
  }
  .about-example-slide {
    gap: 8px;
    flex: 1;
  }
  .about-button a {
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto;
  }
  .guideHeader-shoulder {
    font-size: 28px;
  }
  .guideHeader-text {
    margin-top: 28px;
    font-size: 20px;
  }
  .guideMV-slider {
    margin-top: 52px;
  }
  .guideMV-slide {
    width: 1240px;
  }
  .guideMV-slide a {
    height: 430px;
    padding: 0 90px 30px;
    box-sizing: border-box;
  }
  .guideMV-slide-title {
    font-size: 38px;
  }
  .guideMV-slide-info {
    margin-top: 16px;
    gap: 16px;
  }
  .guideMV-slide-category {
    padding: 4px 12px;
    font-size: 16px;
  }
  .guideMV-slide-date {
    font-size: 16px;
  }
  .topicpath li {
    font-size: 14px;
  }
  .guideArticles {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .guideArticles-item a {
    border: 1px solid #e0dedf;
    flex-direction: column;
  }
  .guideArticles-item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .guideArticles-item-title {
    padding: 16px 16px 0;
    font-size: 18px;
  }
  .guideArticles-item-info {
    padding: 12px 16px 16px;
    gap: 16px;
    margin-top: auto;
  }
  .guideArticles-item-category {
    padding: 4px 8px;
    font-size: 12px;
  }
  .guideArticles-item-date {
    font-size: 14px;
  }
  .hcTop-mv {
    height: 432px;
  }
  .hcTop-mv-text {
    padding-top: 120px;
    width: 1220px;
  }
  .hcTop-mv-text h1 {
    line-height: 1.3;
    font-size: 50px;
  }
  .hcTop-mv-text h1 span {
    font-size: 34px;
  }
  .hcTop-mv-text p {
    font-size: 18px;
  }
  .hcTop-about {
    align-items: center;
    margin-top: 120px;
    padding: 60px 100px;
    gap: 60px;
    width: 1100px;
    margin-inline: auto;
  }
  .hcTop-sectionTitle {
    margin-top: 130px;
    font-size: 30px;
  }
  .hcTop-recommend-sliderContainer {
    width: 1100px;
    margin: 60px auto 0;
  }
  .hcTop-recommend-sliderContainer .hcTop-recommend-slider-pagination {
    margin-top: 32px;
  }
  .hcTop-recommend-slider-prev,
  .hcTop-recommend-slider-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hcTop-area-nav {
    text-align: center;
    margin-top: 80px;
  }
  .hcTop-area-nav-item a {
    font-size: 20px;
    padding: 10px 54px;
  }
  .hcTop-hotels {
    gap: 24px;
    width: 1100px;
    margin: 60px auto 0;
  }
  .hcTop-hotel {
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
  }
  .hcTop-hotel-photo {
    width: 675px;
  }
  .hcTop-hotel-text {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
  .hcTop-hotel-place {
    margin-top: 4px;
  }
  .hcTop-hotel-grade {
    gap: 12px;
  }
  .hcTop-hotel-grade-star img {
    width: 25px;
  }
  .hcTop-hotel-grade-star.-museum img {
    width: 70px;
  }
  .hcTop-hotel-grade-button {
    font-size: 14px;
  }
  .hcTop-hotel-point {
    font-size: 14px;
  }
  .hcTop-hotel-amount {
    margin-top: auto;
  }
  .hcTop-hotel-amount dl {
    gap: 12px;
  }
  .hcTop-hotel-amount dt {
    font-size: 14px;
  }
  .hcTop-hotel-amount dd {
    font-size: 22px;
  }
  .hcTop-features {
    padding-bottom: 200px;
  }
  .hc-aboutModal-window {
    width: 1000px;
    padding: 60px 80px;
  }
  .hc-aboutModal-close {
    right: 28px;
    top: 28px;
  }
  .hc-aboutModal-body {
    margin-top: 20px;
  }
  .hc-aboutModal-image {
    width: 334px;
  }
  .hcDetail-notes li {
    font-size: 14px;
  }
  .hcDetail-anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
  .hcDetail-overview {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .hcDetail-overview-place {
    font-size: 16px;
  }
  .hcDetail-overview-nameRating {
    align-items: center;
    gap: 50px;
  }
  .hcDetail-overview-name {
    margin-top: 8px;
    font-size: 30px;
    max-width: 50%;
  }
  .hcDetail-overview-grade {
    gap: 12px;
  }
  .hcDetail-overview-grade-star img {
    width: 25px;
  }
  .hcDetail-overview-grade-star.-museum img {
    width: 70px;
  }
  .hcDetail-overview-grade-button {
    font-size: 14px;
  }
  .hcDetail-overview-point {
    font-size: 20px;
  }
  .hcDetail-overview-point span {
    font-size: 28px;
  }
  .hcDetail-overview-sections {
    gap: 68px;
    margin-top: 100px;
  }
  .hcDetail-overview-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px 1fr;
    grid-template-rows: auto 1fr;
    gap: 20px 40px;
  }
  .hcDetail-overview-section > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hcDetail-overview-section > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .hcDetail-overview-section > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hcDetail-overview-section > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .hcDetail-overview-section-title {
    font-size: 24px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .hcDetail-overview-section:nth-child(even) .hcDetail-overview-section-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .hcDetail-overview-section-photo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .hcDetail-overview-section:nth-child(even) .hcDetail-overview-section-photo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .hcDetail-overview-section-photo img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .hcDetail-overview-section-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .hcDetail-overview-section:nth-child(even) .hcDetail-overview-section-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .hcDetail-overview-section-text p {
    font-size: 16px;
  }
  .hcDetail-section-title span {
    margin-left: 20px;
  }
  .hcDetail-products-item {
    padding: 40px 60px;
    display: flex;
    align-items: center;
  }
  .hcDetail-products-item-info {
    width: 770px;
  }
  .hcDetail-products-item-options {
    flex: 1;
  }
  .hcDetail-products-item-details {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 40px;
  }
  .hcDetail-products-item-details p {
    white-space: nowrap;
  }
  .hcDetail-products-item-details p:last-child {
    width: 100%;
  }
  .hcDetail-products-item-select {
    margin-top: auto;
    padding-top: 16px;
  }
  .hcDetail-products-item-donate {
    padding: 20px 0;
  }
  .hcDetail-reviews-rating {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    padding: 20px 24px;
  }
  .hcDetail-reviews-rating-score {
    font-size: 20px;
  }
  .hcDetail-reviews-rating-score span {
    font-size: 28px;
  }
  .hcDetail-reviews-rating-item h3 {
    font-size: 16px;
  }
  .hcDetail-reviews-rating-item p {
    font-size: 16px;
  }
  .hcDetail-reviews-rating-item p span {
    font-size: 18px;
  }
  .hcDetail-reviews-item {
    flex: 1;
  }
  .hcDetail-reviews-more {
    margin-top: 40px;
  }
  .hcDetail-bottom {
    padding: 0 0 60px;
  }
  .hcDetail-bottom-section {
    padding-top: 60px;
  }
  .hcDetail-bottom-section:not(:last-of-type) {
    padding-bottom: 60px;
  }
  .hcDetail-features-section {
    flex: 1;
  }
  .hcDetail-features-list {
    margin-top: 12px;
  }
  .hcDetail-features-list li {
    font-size: 14px;
  }
  .hcDetail-features-note {
    font-size: 14px;
  }
  .hcDetail-access-map iframe {
    height: 430px;
  }
  .hcDetail-nearby-button {
    padding: 8px 20px;
  }
  .hcDetail-credit {
    font-size: 12px;
    margin-top: 80px;
  }
  .hcDetail-modal-photos-header {
    padding: 20px 32px;
  }
  .hcDetail-modal-photos-header svg {
    height: 35px;
  }
  .hcDetail-modal-photos-header svg path {
    stroke-width: 0.5;
    stroke: #fff;
  }
  .hcDetail-modal-photos-list {
    padding: 0 0 40px;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 240px;
    gap: 12px;
  }
  .hcDetail-modal-photos-list li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .hcDetail-modal-photos-list li:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
  }
  .hcDetail-modal-photos-list li:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/7;
  }
  .hcDetail-modal-photos-list li:nth-child(20) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/9;
  }
  .hcDetail-modal-photo-close {
    right: 40px;
    top: 40px;
  }
  .hcDetail-modal-photo-slider {
    margin-top: calc(50vh - 220px);
    height: 440px;
    width: 659px;
  }
  html {
    scroll-padding-top: 100px;
  }
  .borderTitle {
    padding-left: 20px;
  }
  .borderTitle::before {
    width: 6px;
  }
  .top-content {
    overflow: hidden;
  }
  .main-content {
    margin-top: 106px;
  }
  .mv {
    height: 462px !important;
    justify-content: center;
  }
  .mv-text {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
  }
  .mv-text h1 {
    font-size: 38px;
  }
  .mv-text p {
    font-size: 22px;
  }
  .topInfo {
    padding: 24px 0;
  }
  .topInfo-list.no-new-items .topInfo-text {
    padding: 0;
  }
  .topInfo-new {
    left: 0;
  }
  .topInfo-text {
    padding: 0 0 0 48px;
    font-size: 14px;
  }
  .topHotWords-list {
    gap: 12px;
  }
  .features {
    padding: 30px 0 60px;
  }
  .features .features-slider .swiper-wrapper.-center {
    justify-content: center;
  }
  .features-title {
    font-size: 24px;
  }
  .features-slide-text {
    padding: 20px;
  }
  .features-slide-text h2 {
    font-size: 20px;
  }
  .features-slide-text p {
    font-size: 15px;
  }
  .contentsTab-list {
    gap: 40px;
  }
  .contentsTab-list li {
    border: 2px solid #00548a;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    padding: 12px 8px;
  }
  .products-item {
    margin-top: 60px;
  }
  .products-item-title {
    font-size: 24px;
  }
  .products-item-title-shoulder {
    font-size: 18px;
  }
  .products-slide-price span {
    font-size: 22px;
  }
  .products-slide-area {
    font-size: 13px;
  }
  .products-item-more {
    margin-top: 12px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .products-categories .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
  }
  .products-categories .swiper-wrapper.-col5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .products-categories-slide img {
    height: 166px;
    width: 100%;
  }
  .products-categories-slide p {
    font-size: 22px;
  }
  .guide {
    margin-top: 80px;
    padding: 30px 0 60px;
  }
  .guide .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .guide-slide {
    width: 100% !important;
  }
  .guide-slide-image {
    width: 236px;
  }
  .guide-slide-text {
    flex: 1;
    padding: 16px;
  }
  .guide-slide-text-title {
    font-size: 18px;
  }
  .guide-slide-text-info {
    align-items: center;
  }
  .guide-slide-text-category span {
    font-size: 12px;
  }
  .guide-slide-text-date {
    font-size: 12px;
  }
  .guide-more {
    margin-top: 12px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    width: 100%;
  }
  .sp {
    display: none !important;
  }
  .kifutabiPagination {
    margin-top: 80px;
  }
  .popular-tags .popular-tags-title {
    font-size: 32px;
  }
  .popular-tags .popular-tags-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .feature_body .popular-tags .popular-tags-wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .footer-banners {
    padding: 40px 0;
  }
  .footer-banners ul {
    flex-direction: column;
    padding: 0 15px;
    gap: 15px;
  }
  .footer-info-list {
    max-width: 430px;
  }
  .header-logo a {
    width: 164px;
  }
  .header-navigation {
    position: fixed;
    left: 0;
    top: 68px;
    background-color: #fff;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .header-navigation-list {
    flex-direction: column;
    padding: 20px 15px 20px;
  }
  .header-navigation-link {
    align-items: center;
    padding: 12px 0;
    background-image: url(/assets/images/kifutabi/icon-link.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 0;
  }
  .header-navigation-link[target=_blank] {
    background-image: url(/assets/images/kifutabi/icon-blank.svg);
  }
  .header-navigation-link span {
    padding-left: 12px;
  }
  .about-feature-items {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .about-cando .products-categories {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-cando-anchorNav ul {
    border: 1px solid #707070;
  }
  .about-cando-anchorNav li + li {
    border-left: 1px solid #707070;
  }
  .about-cando-anchorNav li:nth-of-type(1) {
    flex: 0.9;
  }
  .about-step {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-step .swiper {
    padding: 0 15px;
  }
  .about-step .swiper-pagination {
    display: block;
  }
  .about-example {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-example .swiper {
    padding: 0 15px;
  }
  .guideHeader-title {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .guideMV-slide a {
    aspect-ratio: 375/230;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .guideMV-slide a img {
    aspect-ratio: 375/230;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .guideMV-nav .swiper-button-prev,
  .guideMV-nav .swiper-button-next {
    display: none;
  }
  .guideContents {
    padding-left: 15px;
    padding-right: 15px;
  }
  .topicpath {
    margin-top: 40px;
  }
  .guideArticles-item a {
    gap: 12px;
    align-items: center;
  }
  .guideArticles-item:not(:nth-of-type(1)) {
    border-top: 1px solid #e0dedf;
    padding-top: 12px;
  }
  .guideArticles-item-image {
    width: 103px;
  }
  .guideArticles-item-image img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
  .guideArticles-item-text {
    flex: 1;
  }
  .hcTop-about {
    flex-direction: column;
    gap: 28px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .hcTop-recommend-slider-prev,
  .hcTop-recommend-slider-next {
    display: none;
  }
  .hcTop-area-nav {
    overflow: auto;
    padding: 0 20px 12px;
  }
  .hcTop-hotels {
    padding: 0 20px;
  }
  .hcTop-recommend-slider .hcTop-hotel {
    border-radius: 0;
    border: none;
  }
  .hcTop-hotel-photo img {
    aspect-ratio: 375/178;
  }
  .hcTop-hotel-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
  }
  .hcTop-hotel-name {
    margin-top: auto;
    font-size: 18px;
  }
  .hcTop-hotel-place {
    font-size: 10px;
  }
  .hcTop-hotel-grade-button img {
    width: 12px;
  }
  .hcTop-hotel-amount {
    display: flex;
    gap: 10px;
    margin-top: 16px;
  }
  .hcTop-features-list {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 20px;
  }
  .hc-aboutModal-window {
    flex-direction: column;
    gap: 20px;
  }
  .hcDetail-topicpath {
    padding-top: 60px;
  }
  .hcDetail-topicpath li {
    color: #000;
    font-size: 12px;
  }
  .hcDetail-overview {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .hcDetail-overview-nameRating {
    flex-direction: column;
    gap: 8px;
  }
  .hcDetail-overview-grade-button img {
    width: 12px;
  }
  .hcDetail-overview-section-photo {
    margin-top: 20px;
  }
  .hcDetail-overview-section-text {
    margin-top: 20px;
  }
  .hcDetail-products {
    padding: 60px 20px 60px;
  }
  .hcDetail-section-title span {
    display: block;
    margin-top: 4px;
  }
  .hcDetail-reviews {
    padding: 60px 20px 60px;
  }
  .hcDetail-reviews-rating-items {
    margin-top: 4px;
    flex-wrap: wrap;
    gap: 4px 20px;
  }
  .hcDetail-reviews-items {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 20px;
  }
  .hcDetail-features-cols {
    flex-wrap: wrap;
    gap: 28px 0;
    margin-top: 20px;
  }
  .hcDetail-features-section {
    flex-basis: 50%;
  }
  .hcDetail-nearby-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    word-break: keep-all;
  }
  .hcDetail-modal-photos-header {
    background-color: #ffffff;
  }
  .hcDetail-modal-photos-list li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .hcDetail-modal-photos-list li:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
  }
  .hcDetail-modal-photos-list li:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/9;
  }
  .hcDetail-modal-photos-list li:nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10/12;
  }
  .hcDetail-modal-photos-list li:nth-child(20) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13/15;
  }
  .hcDetail-modal-photo-close {
    width: 22px;
    height: auto;
  }
  .mv-images-image img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .topHotWords {
    overflow-x: auto;
    padding: 16px 15px;
  }
  .topHotWords > * {
    flex-shrink: 0;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .features .features-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .features-title {
    padding-left: 15px;
  }
  .contentsTab {
    padding: 40px 15px 0;
  }
  .contentsTab-list {
    border: 2px solid #00548a;
    border-bottom: none;
  }
  .contentsTab-list li + li {
    border-left: 2px solid #00548a;
  }
  .contentsTab-list li span {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .products-item-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .products-item-title-shoulder img {
    margin-right: 4px;
    width: 14px;
    height: auto;
  }
  .products-slider-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-categories-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .guide h2 {
    font-size: 18px;
    margin-left: 15px;
  }
  .guide-slide a {
    flex-direction: column;
  }
  .guide-slider-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .guide-slide-text-title {
    min-height: 4.5em;
  }
  .guide-slide-text-info {
    flex-direction: column;
  }
  .bannerAbout {
    margin-top: 40px;
    padding: 0 15px;
  }
  .pc {
    display: none !important;
  }
  .popular-tags .popular-tags-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  a.awoo-tag:nth-child(n+11) {
    display: none;
  }
}

@media only screen and (any-hover: hover) {
  .footer-banners ul a {
    transition: opacity 0.3s ease;
  }
  .footer-banners ul a:hover {
    opacity: 0.7;
  }
  .footer-service-link:hover {
    text-decoration: underline;
  }
  .header-left-nav a {
    transition: background-color 0.3s ease;
  }
  .header-left-nav a:hover {
    background-color: #f6f6f6;
  }
  .header-navigation-link {
    transition: opacity 0.3s ease;
  }
  .header-navigation-link:hover {
    opacity: 0.6;
  }
  .about-cando-anchorNav a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .about-cando-anchorNav a:hover {
    background-color: #707070;
    color: #fff;
  }
  .about-button a {
    transition: 0.3s ease;
  }
  .about-button a:hover {
    background-color: #000000;
    color: #ffffff;
    background-image: url(/assets/images/kifutabi/about/icon-link-hover.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
  }
  .guideMV-slide a {
    transition: opacity 0.3s ease;
  }
  .guideMV-slide a:hover {
    opacity: 0.8;
  }
  .topicpath li a:hover {
    text-decoration: underline;
  }
  .guideArticles-item a {
    transition: opacity 0.3s ease;
  }
  .guideArticles-item a:hover {
    opacity: 0.8;
  }
  .hcTop-hotel a {
    transition: opacity 0.3s ease;
  }
  .hcTop-hotel a:hover {
    opacity: 0.8;
  }
  .hcTop-hotel-photo {
    transition: opacity 0.3s ease;
  }
  .hcTop-hotel-link:hover .hcTop-hotel-photo {
    opacity: 0.8;
  }
  .hcTop-hotel-grade-button {
    transition: opacity 0.3s ease;
  }
  .hcTop-hotel-grade-button:hover {
    opacity: 0.7;
  }
  .hcTop-features-list a {
    transition: opacity 0.3s ease;
  }
  .hcTop-features-list a:hover {
    opacity: 0.8;
  }
  .hcDetail-topicpath a:hover {
    opacity: 0.7;
  }
  .hcDetail-photos-pc li {
    transition: opacity 0.3s ease;
  }
  .hcDetail-photos-pc li:hover {
    opacity: 0.8;
  }
  .hcDetail-overview-grade-button {
    transition: opacity 0.3s ease;
  }
  .hcDetail-overview-grade-button:hover {
    opacity: 0.7;
  }
  .hcDetail-products-item-link a {
    transition: opacity 0.3s ease;
  }
  .hcDetail-products-item-link a:hover {
    opacity: 0.8;
  }
  .hcDetail-products-item-select-box-item {
    transition: opacity 0.3s ease;
  }
  .hcDetail-products-item-select-box-item:hover {
    opacity: 0.8;
  }
  .hcDetail-products-item-donate {
    transition: opacity 0.3s ease;
  }
  .hcDetail-products-item-donate:hover {
    opacity: 0.8;
  }
  .hcDetail-reviews-more {
    transition: opacity 0.3s ease;
  }
  .hcDetail-reviews-more:hover {
    opacity: 0.7;
  }
  .hcDetail-nearby-button {
    transition: opacity 0.3s ease;
  }
  .hcDetail-nearby-button:hover {
    opacity: 0.8;
  }
  .hcDetail-fixedNav-button {
    transition: opacity 0.3s ease;
  }
  .hcDetail-fixedNav-button:hover {
    opacity: 0.8;
  }
  .hcDetail-fixedFooter-button {
    transition: opacity 0.3s ease;
  }
  .hcDetail-fixedFooter-button:hover {
    opacity: 0.8;
  }
  .hcDetail-modal-photo-close {
    transition: opacity 0.3s ease;
  }
  .hcDetail-modal-photo-close:hover {
    opacity: 0.5;
  }
  .hcDetail-modal-photo-slider-next,
  .hcDetail-modal-photo-slider-prev {
    transition: opacity 0.3s ease;
  }
  .hcDetail-modal-photo-slider-next:hover,
  .hcDetail-modal-photo-slider-prev:hover {
    opacity: 0.5;
  }
  .topInfo-list a {
    transition: opacity 0.3s ease;
  }
  .topInfo-list a:hover {
    opacity: 0.7;
  }
  .topHotWords-list a {
    transition: opacity 0.3s ease;
  }
  .topHotWords-list a:hover {
    opacity: 0.6;
  }
  .features-slide a {
    transition: opacity 0.3s ease;
  }
  .features-slide a:hover {
    opacity: 0.8;
  }
  .contentsTab-list li {
    transition: background-color 0.3s ease;
  }
  .contentsTab-list li:hover {
    background-color: #f3f5e9;
  }
  .products-slider a {
    transition: opacity 0.3s ease;
  }
  .products-slider a:hover {
    opacity: 0.8;
  }
  .products-item-more a {
    transition: opacity 0.3s ease;
  }
  .products-item-more a:hover {
    opacity: 0.5;
  }
  .products-categories-slide a:hover {
    opacity: 0.8;
  }
  .guide-slide a {
    transition: opacity 0.3s ease;
  }
  .guide-slide a:hover {
    opacity: 0.8;
  }
  .guide-more a {
    transition: opacity 0.3s ease;
  }
  .guide-more a:hover {
    opacity: 0.5;
  }
  .bannerAbout a {
    transition: opacity 0.3s ease;
  }
  .bannerAbout a:hover {
    opacity: 0.8;
  }
  .kifutabiPagination a {
    transition: background-color 0.3s ease;
  }
  .kifutabiPagination a:hover {
    background-color: #ededed;
  }
}

@media screen and (min-width: 768px) {
  .modal-component--new__button-wrap {
    flex-wrap: wrap;
    width: auto;
  }
  .modal-component--new__button-wrap.-type-vertical {
    flex-direction: row;
  }
  .modal-component--new__button-wrap.-type-vertical .modal-component--new__button {
    width: auto;
  }
  .modal-component--new__button-wrap.-type-vertical.-type-select {
    flex-direction: row;
  }
  .modal-component--new__button-wrap .modal-component--new__button {
    flex-grow: 0;
    flex-basis: auto;
    min-width: 152px;
  }
}

@media only screen and (max-device-width: 375px) {
  .hcTop-hotel-amount dd {
    font-size: 15px;
  }
}

@media only screen and (min-device-width: 600px) {
  .mv {
    height: 320px;
    justify-content: center;
  }
}
