@charset "UTF-8";
#main-content {
  /*
  * カテゴリーラベル
  */
  /*
  * ボタン
  */
  /**
    * Mapカテゴリーフィルター
    */
  /*
  *　　MAP、リスト表示切り替えセレクト
  */
  /*
  * インフォウィンドウ
  */
  /*
  * プレゼント ボーターのボックス
  */
  /*
  * モーダル
  */
  /*
  * スポット
  */
  color: #2f2f2f;
}
#main-content .cont-cat {
  color: #ffffff;
}
#main-content .cont-history {
  background: #298fd9;
}
#main-content .cont-calture {
  background: #7a53ba;
}
#main-content .cont-sapa {
  background: #25c319;
}
#main-content .cont-other {
  background: #fed518;
}
#main-content .basic-button {
  display: inline-flex;
  height: 40px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
}
#main-content .basic-button.primary {
  background: #2f2f2f;
  color: #ffffff;
}
#main-content .basic-button.secondary {
  border: 1px solid #b8b8b8;
  background: #ffffff;
  color: #2f2f2f;
}
#main-content .basic-button .bold {
  font-weight: bold !important;
}
#main-content .cont-section {
  padding: 40px 20px;
}
@media screen and (min-width:641px) {
  #main-content .cont-section {
    padding: 60px 40px;
  }
}
#main-content input.category-filter {
  display: none;
}
#main-content input.category-filter + label {
  font-size: 14px;
  color: #a1a1a1;
}
#main-content input.category-filter:checked + label {
  color: #2f2f2f;
}
@media screen and (min-width: 960px) {
  #main-content input.category-filter:checked + label {
    color: #2f2f2f;
  }
  #main-content input.category-filter:checked + label[for=category-history] {
    border: 1px solid rgba(41, 143, 217, 0.8);
  }
  #main-content input.category-filter:checked + label[for=category-calture] {
    border: 1px solid rgba(122, 83, 186, 0.8);
  }
  #main-content input.category-filter:checked + label[for=category-sapa] {
    border: 1px solid rgba(37, 195, 25, 0.8);
  }
  #main-content input.category-filter:checked + label[for=category-other] {
    border: 1px solid rgba(254, 213, 24, 0.8);
  }
  #main-content input.category-filter + label {
    display: inline-flex;
    height: 32px;
    min-width: 128px;
    padding: 0px 8px 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid #dfdfdf;
    color: #7b7b7b;
    background-color: #ffffff;
  }
  #main-content input.category-filter + label[for=category-history] {
    background-image: url("../img/category-icon-history.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 16px center;
  }
  #main-content input.category-filter + label[for=category-calture] {
    background-image: url("../img/category-icon-calture.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 16px center;
  }
  #main-content input.category-filter + label[for=category-sapa] {
    background-image: url("../img/category-icon-sapa.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 16px center;
  }
  #main-content input.category-filter + label[for=category-other] {
    background-image: url("../img/category-icon-other.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 16px center;
  }
}
@media screen and (max-width: 959px) {
  #main-content input.category-filter:checked + label[for=category-history] {
    color: #298fd9;
  }
  #main-content input.category-filter:checked + label[for=category-calture] {
    color: #7a53ba;
  }
  #main-content input.category-filter:checked + label[for=category-sapa] {
    color: #25c319;
  }
  #main-content input.category-filter:checked + label[for=category-other] {
    color: #fed518;
  }
}
#main-content .toggle-container {
  position: relative;
  display: inline-flex;
  background: #ffffff;
  border-radius: 8px;
  padding: 6px;
}
@media screen and (max-width:640px) {
  #main-content .toggle-container {
    background: #efefef;
  }
}
#main-content .toggle-container .toggle-option {
  line-height: 1;
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  justify-content: center;
  color: #2f2f2f;
}
@media screen and (max-width:640px) {
  #main-content .toggle-container .toggle-option {
    padding: 4px;
  }
  #main-content .toggle-container .toggle-option span {
    display: none;
  }
}
#main-content .toggle-container.active {
  color: #4a5568;
  font-weight: 600;
}
#main-content .toggle-container .toggle-slider {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(50% - 6px);
  height: calc(100% - 12px);
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
#main-content .toggle-container .toggle-slider.list {
  transform: translateX(100%);
}
@media screen and (min-width:641px) {
  #main-content .toggle-container .toggle-slider {
    border-radius: 8px;
  }
}
#main-content .infowin-img {
  max-width: 160px;
}
@media screen and (min-width:641px) {
  #main-content .borders-box {
    border-radius: 24px;
    border: 8px solid #61c391 !important;
    position: relative;
    background: #ffffff;
  }
  #main-content .borders-box:before {
    top: -8px;
  }
  #main-content .borders-box:after {
    bottom: -8px;
  }
  #main-content .borders-box:before, #main-content .borders-box:after {
    position: absolute;
    width: calc(100% - 40px);
    content: "";
    display: block;
    height: 8px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: repeating-linear-gradient(to right, #ffdedf 0, #ffdedf 40px, transparent 40px, transparent 80px);
    border-radius: 36px;
  }
  #main-content .borders-box-inner {
    position: relative;
    padding: 60px 80px;
  }
  #main-content .borders-box-inner:before {
    left: -8px;
    top: 0;
  }
  #main-content .borders-box-inner:after {
    right: -8px;
    top: 0;
  }
  #main-content .borders-box-inner:before, #main-content .borders-box-inner:after {
    position: absolute;
    height: calc(100% - 40px);
    content: "";
    display: block;
    width: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: repeating-linear-gradient(to bottom, #ffdedf 0, #ffdedf 40px, transparent 40px, transparent 80px);
    border-radius: 36px;
  }
}
#main-content .cont-modal {
  z-index: 999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
#main-content .cont-modal:not(.view) {
  visibility: hidden;
  opacity: 0;
}
#main-content .cont-modal-main {
  display: flex;
  flex-direction: column;
  max-width: 980px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  max-height: calc(100vh - 40px);
}
@media screen and (max-width:640px) {
  #main-content .cont-modal-main {
    max-width: calc(100dvw - 12px);
    max-height: calc(100dvh - 16px);
  }
}
#main-content .cont-modal-head {
  border-bottom: 1px solid #d0d0d0;
  background: #efefef;
}
#main-content .cont-modal-head h3 {
  font-weight: bold !important;
  font-size: 28px;
}
@media screen and (max-width:640px) {
  #main-content .cont-modal-head h3 {
    font-size: 20px;
  }
}
#main-content .cont-modal-head > div {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width:640px) {
  #main-content .cont-modal-head > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
#main-content .cont-modal-head .cont-cat {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}
#main-content .cont-modal-body {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  flex: 1;
  overflow-y: auto;
}
@media screen and (max-width:640px) {
  #main-content .cont-modal-body {
    padding: 20px;
  }
}
#main-content .cont-modal-body > div {
  width: 100%;
}
#main-content .cont-modal-bottom {
  display: flex;
  padding: 16px;
  justify-content: flex-end;
  border-top: 1px solid var(--neutral-300, #d0d0d0);
}
#main-content .cont-modal.view .cont-modal-back {
  transition: background-color 3s;
  background-color: hsla(0, 0%, 0%, 0.5);
}
#main-content .cont-modal-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: hsla(0, 0%, 0%, 0.5);
}
#main-content .spot-contents {
  background-image: url("../img/bg-pattern.webp");
  background-size: 280px 280px;
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width:640px) {
  #main-content .spot-contents {
    padding-bottom: 100px;
  }
}
#main-content .spot-contents:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 122px;
  background-image: url("../img/spot-bg-top-pc.webp");
  background-size: 177px 122px;
  background-repeat: repeat-x;
}
@media screen and (max-width:640px) {
  #main-content .spot-contents:before {
    background-image: url("../img/spot-bg-top-sp.webp");
    background-size: 86px 122px;
  }
}
#main-content .spot-contents-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin: 0 auto;
}
@media screen and (min-width:641px) {
  #main-content .spot-contents-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width:640px) {
  #main-content .spot-contents-inner {
    padding: 0 16px;
  }
}
#main-content .spot-contents-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
#main-content .spot-contents-title h2 {
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  font-weight: 600 !important;
}
#main-content .spot-contents-title h2 span {
  color: #42B47A;
  padding: 0 0.2em;
}
@media screen and (max-width:640px) {
  #main-content .spot-contents-title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width:641px) {
  #main-content .spot-contents-title p {
    text-align: center;
  }
}
#main-content .spot-contents-title-img {
  width: 200px;
}
#main-content .spot-value {
  width: 100%;
}
@media screen and (max-width:640px) {
  #main-content .spot-value {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
#main-content #cont-map {
  position: relative;
}
@media screen and (min-width:641px) {
  #main-content #cont-map {
    padding: 12px;
    background: #ffffff;
    border-radius: 8px;
  }
}
#main-content #cont-map:not(.is-view) {
  display: none;
}
#main-content #gmap {
  width: 100%;
  height: calc(100dvh - 53px);
}
@media screen and (min-width:641px) {
  #main-content #gmap {
    height: 600px;
  }
}
#main-content #cont-list {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
}
@media screen and (max-width:640px) {
  #main-content #cont-list {
    padding: 16px;
  }
}
#main-content #cont-list:not(.is-view) {
  display: none;
}
#main-content #cont-list label {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
  background: #e6e6e6;
  width: 88px;
  margin-left: 8px;
  color: var(--color-text-mute, #a1a1a1);
  font-size: 14px;
  font-weight: bold !important;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width:640px) {
  #main-content #cont-list label {
    border-radius: 4px;
  }
}
#main-content #cont-list input[type=radio]:checked + label {
  color: #42B47A;
}
@media screen and (min-width:641px) {
  #main-content #cont-list input[type=radio]:checked + label {
    background: #f6fffd;
  }
}
@media screen and (max-width:640px) {
  #main-content #cont-list input[type=radio]:checked + label {
    border: 1px solid rgba(66, 180, 122, 0.4);
    background: #FAFAFA;
  }
}
#main-content #cont-list.is-history .spot-item[data-category=history] {
  display: flex;
}
#main-content #cont-list.is-calture .spot-item[data-category=calture] {
  display: flex;
}
#main-content #cont-list.is-sapa .spot-item[data-category=sapa] {
  display: flex;
}
#main-content #cont-list.is-other .spot-item[data-category=other] {
  display: flex;
}
#main-content #cont-list li {
  display: none;
}
#main-content #cont-list input[type=radio] {
  display: none;
}
#main-content #cont-list .spot-list {
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  display: none;
}
@media screen and (min-width:641px) {
  #main-content #cont-list .spot-list {
    background: #f6fffd;
    padding: 40px;
  }
}
#main-content #cont-list .spot-list h3 {
  width: 100%;
  font-weight: bold !important;
}
@media screen and (max-width:640px) {
  #main-content #cont-list .spot-list h3 {
    margin-top: 24px;
  }
}
#main-content #cont-list .spot-list .spot-item {
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  display: none;
}
#main-content #cont-list .spot-list .spot-item .cont-cat {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (min-width:641px) {
  #main-content #cont-list .spot-list .spot-item {
    width: calc(33.3% - 20px);
    min-width: 360px;
  }
}
@media screen and (max-width:640px) {
  #main-content #cont-list .spot-list .spot-item {
    width: 100%;
  }
}
#main-content #cont-list .spot-list .spot-item img {
  width: 96px;
  border-radius: 4px;
}
#main-content #cont-list .spot-list .spot-item-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
#main-content #cont-list .spot-list .spot-item-title {
  flex: 1;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
#main-content #cont-list .spot-list .spot-item-title h4 {
  font-weight: bold !important;
}
#main-content #cont-list .spot-list button {
  width: 100%;
}
#main-content #cont-list #ibaraki-list:checked ~ #cont-ibaraki-list {
  display: flex;
}
#main-content #cont-list #tochigi-list:checked ~ #cont-tochigi-list {
  display: flex;
}
#main-content #cont-list #gunma-list:checked ~ #cont-gunma-list {
  display: flex;
}
#main-content .spot-control {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  padding: 16px 24px;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  #main-content .spot-control {
    padding: 4px 8px;
    width: auto;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    margin: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    top: 8px;
  }
}
.map-contents #main-content {
  position: sticky;
  top: 0;
}
#main-content .category-filter-item {
  display: flex;
  gap: 12px;
}
@media screen and (min-width:641px) {
  #main-content .toggle-item {
    position: absolute;
    right: 24px;
  }
}
#main-content .spot-detail {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  margin-bottom: 32px;
}
@media screen and (max-width:640px) {
  #main-content .spot-detail {
    flex-direction: column;
    gap: 32px;
  }
}
#main-content .spot-detail-outline {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width:641px) {
  #main-content .spot-detail-outline {
    width: 50%;
  }
}
@media screen and (max-width:640px) {
  #main-content .spot-detail-outline {
    width: 100%;
  }
}
#main-content .spot-detail-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
#main-content .spot-detail-info dl {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #efefef;
}
#main-content .spot-detail-info dl dt,
#main-content .spot-detail-info dl dd {
  line-height: 1.6;
}
#main-content .spot-detail-info dl dt {
  font-weight: bold !important;
}
#main-content .spot-detail-info dl dt:not(:first-child) {
  margin-top: 10px;
}
#main-content .spot-detail-photos {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#main-content .spot-detail-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}
#main-content .cont_nearspot {
  padding-top: 32px;
  border-top: 1px dashed #d0d0d0;
}
#main-content .cont_nearspot h4 {
  color: var(--color-text-primary, #2f2f2f);
  font-size: 18px;
  font-weight: bold !important;
}
#main-content .cont_nearspot > div {
  display: flex;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width:640px) {
  #main-content .cont_nearspot > div {
    flex-direction: column;
    gap: 8px;
  }
}
#main-content .cont_nearspot > div button {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
}
#main-content .cont_nearspot > div button img {
  border-radius: 8px;
  max-width: 172px;
}
#main-content .infowin {
  width: 160px;
}
#main-content .infowin p {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: bold !important;
}
#main-content .infowin button {
  width: 100%;
}
#main-content .hero-contents {
  position: relative;
}
@media screen and (max-width:640px) {
  #main-content .hero-contents {
    padding-bottom: 60px;
  }
}
#main-content .hero-bg-text {
  position: sticky;
  bottom: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#main-content .hero-bg-text img {
  position: relative;
  width: 110%;
  left: 50%;
  transform: translateX(-47%);
  max-width: none;
}
@media screen and (max-width:640px) {
  #main-content .hero-bg-text {
    display: none;
  }
}
#main-content .hero-img {
  position: relative;
  height: clamp(600px, 100vh - 240px, 680px);
}
@media screen and (max-width:640px) {
  #main-content .hero-img {
    height: 70dvh;
  }
}
#main-content .hero-img-title {
  position: absolute;
  width: clamp(560px, 30%, 640px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  filter: drop-shadow(0 2.065px 16px rgba(45, 86, 139, 0.25));
}
@media screen and (min-width:641px) {
  #main-content .hero-img-title img {
    max-height: 75dvh;
    min-height: 570px;
  }
}
@media screen and (max-width:640px) {
  #main-content .hero-img-title {
    width: 100%;
    padding: 0 3%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
#main-content .hero-img-device {
  width: clamp(180px, 15dvw, 210px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(clamp(220px, 14dvw, 236px)) rotate(7.5deg);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width:640px) {
  #main-content .hero-img-device {
    display: none;
  }
}
@media screen and (max-width:640px) {
  #main-content .hero-img-photos {
    display: flex;
    padding: 0 2%;
    justify-content: space-between;
  }
}
#main-content .hero-img-photo {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width:641px) {
  #main-content .hero-img-photo {
    position: absolute;
    left: 50%;
  }
}
@media screen and (max-width:640px) {
  #main-content .hero-img-photo {
    width: min(30%, 160px);
  }
}
@media screen and (min-width:641px) {
  #main-content .hero-img-photo01 {
    bottom: 10px;
    width: clamp(140px, 12vw, 180px);
    transform: translateX(clamp(-680px, -47vw, -550px));
  }
}
@media screen and (max-width:640px) {
  #main-content .hero-img-photo01 {
    transform: translateY(-20%);
  }
}
@media screen and (min-width:641px) {
  #main-content .hero-img-photo02 {
    bottom: 50px;
    width: clamp(152px, 13vw, 186px);
    transform: translateX(clamp(-460px, -34vw, -390px));
  }
}
@media screen and (max-width:640px) {
  #main-content .hero-img-photo02 {
    transform: translateY(-40%);
  }
}
@media screen and (min-width:641px) {
  #main-content .hero-img-photo03 {
    bottom: 10px;
    width: 140px;
    width: clamp(140px, 12vw, 180px);
    transform: translateX(clamp(400px, 33vw, 540px));
  }
}
@media screen and (max-width:640px) {
  #main-content .hero-img-photo03 {
    transform: translateY(-60%);
  }
}
#main-content .hero-slide {
  position: relative;
  width: 100%;
  height: calc(100% - 70px);
}
@media screen and (max-width:640px) {
  #main-content .hero-slide {
    height: calc(100% - 3px);
  }
}
#main-content .hero-slide-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center center;
  animation: fade 18s infinite;
  /*&-img4{
     background-image: url("../img/hero-img04.webp");
   }
   &-img5{
     background-image: url("../img/hero-img05.webp");
   }
   &-img6{
     background-image: url("../img/hero-img06.webp");
   }*/
  /*&04 {
    opacity: 0;
    animation-delay: 18s;
  }
  &05 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation-delay: 24s;
  }
  &06 {
    opacity: 0;
    animation-delay: 30s;
  }*/
}
#main-content .hero-slide-item-img1 {
  background-image: url("../img/hero-img01.webp");
}
#main-content .hero-slide-item-img2 {
  background-image: url("../img/hero-img02.webp");
}
#main-content .hero-slide-item-img3 {
  background-image: url("../img/hero-img03.webp");
}
#main-content .hero-slide-item01 {
  opacity: 0;
  animation-delay: 0;
}
#main-content .hero-slide-item02 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation-delay: 6s;
}
#main-content .hero-slide-item03 {
  opacity: 0;
  animation-delay: 12s;
}
#main-content .hero-slide-clip {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 154px;
}
@media screen and (max-width:640px) {
  #main-content .hero-slide-clip {
    height: 52px;
  }
}
#main-content .hero-read {
  margin-top: 16px;
  display: flex;
  padding: 0px 40px 56px 40px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media screen and (min-width:641px) {
  #main-content .hero-read {
    margin-bottom: -50px;
  }
}
@media screen and (max-width:640px) {
  #main-content .hero-read {
    padding: 100px 16px 36px 16px;
  }
}
#main-content .hero-read h2 {
  text-align: center;
  font-family: YuGothic;
  font-size: 32px;
  font-weight: 600 !important;
  line-height: 1.4;
}
@media screen and (max-width:640px) {
  #main-content .hero-read h2 {
    font-size: 28px;
  }
}
#main-content .hero-read-date {
  font-size: 26px;
  font-weight: bold !important;
  line-height: 1.4;
}
@media screen and (max-width:640px) {
  #main-content .hero-read-date {
    font-size: 17px;
  }
}
#main-content .hero-read-text {
  text-align: center;
}
#main-content .hero-read-p {
  position: relative;
  display: inline-block;
  z-index: 100;
}
#main-content .hero-read-p:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  height: 13px;
  opacity: 0.5;
  filter: blur(2px);
  z-index: -1;
}
@media screen and (max-width:640px) {
  #main-content .hero-read-p:before {
    bottom: 8px;
  }
}
#main-content .hero-read-p1:before {
  background: #34abf5;
}
#main-content .hero-read-p2:before {
  background: #3ab979;
}
#main-content .hero-read-p3:before {
  background: #f3767a;
}
#main-content .h-text {
  margin-top: 4px;
  text-align: center;
  color: #686868;
  font-size: 14px;
}
#main-content .hero-cta-button {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 8px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #2f2f2f;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  color: var(--color-text-inverse, #fff);
  font-size: 22px;
  font-weight: 400;
}
#main-content .hero-cta-button:hover {
  background: #656565;
}
@media screen and (max-width:640px) {
  #main-content .hero-cta-button {
    align-self: stretch;
  }
}
#main-content .hero-cta-button.is-disabled {
  pointer-events: none;
  background: #d8d8d8;
  color: #656565;
  box-shadow: none;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  5.5% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  38.8% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
  /*0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  22.2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }*/
}
#main-content .present-contents {
  position: relative;
}
@media screen and (min-width:641px) {
  #main-content .present-contents {
    padding: 160px 40px 100px;
    background-image: url("../img/bg-pattern.webp");
    background-size: 280px 280px;
    background-repeat: repeat;
  }
}
@media screen and (max-width:640px) {
  #main-content .present-contents {
    display: flex;
    padding: 48px 16px;
    flex-direction: column;
    gap: 24px;
    background-image: url("../img/bg-pattern2.webp");
    background-size: 280px 280px;
    background-repeat: repeat;
  }
}
#main-content .present-contents-inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#main-content .present-contents-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 891px) {
  #main-content .present-contents-title {
    width: 36%;
    position: sticky;
    top: 48px;
    float: left;
  }
}
@media screen and (max-width: 890px) {
  #main-content .present-contents-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:640px) {
  #main-content .present-contents-title {
    color: #ffffff;
    margin-bottom: 24px;
  }
}
#main-content .present-contents-title h2 {
  font-weight: bold !important;
  line-height: 1.5;
}
@media screen and (min-width:641px) {
  #main-content .present-contents-title h2 {
    font-size: 32px;
  }
  #main-content .present-contents-title h2 span {
    color: #42B47A;
  }
}
@media screen and (max-width:640px) {
  #main-content .present-contents-title h2 {
    font-size: 24px;
  }
}
#main-content .present-contents-title .photos {
  margin-top: 8px;
}
#main-content .present-contents-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 891px) {
  #main-content .present-contents-items {
    margin-left: 40%;
  }
}
@media screen and (max-width: 890px) {
  #main-content .present-contents-items {
    margin-left: 0;
  }
}
@media screen and (max-width:640px) {
  #main-content .present-contents-items {
    gap: 20px;
  }
}
#main-content .present-bg-text {
  width: 100%;
  position: sticky;
  top: 80px;
  transform: translateY(-30px);
  margin-left: -36px;
}
#main-content .present-bg-text img {
  width: clamp(520px, 60%, 720px);
}
@media screen and (max-width:640px) {
  #main-content .present-bg-text {
    display: none;
  }
}
#main-content .present-head-icon {
  position: absolute;
  width: 200px;
  left: 24px;
  top: -88px;
}
@media screen and (max-width:640px) {
  #main-content .present-head-icon {
    top: -120px;
    left: 8px;
  }
}
#main-content .present-item {
  position: relative;
  display: flex;
  padding: 40px 40px 28px 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid rgba(66, 180, 122, 0.8);
  background: #f8fffb;
}
@media screen and (max-width:640px) {
  #main-content .present-item {
    padding: 32px 20px 28px 20px;
  }
}
#main-content .present-item h3 {
  font-weight: bold !important;
  line-height: 1.2;
  margin-top: 0;
}
@media screen and (min-width:641px) {
  #main-content .present-item h3 {
    font-size: 26px;
  }
}
@media screen and (max-width:640px) {
  #main-content .present-item h3 {
    font-size: 20px;
  }
}
#main-content .present-item-sub-title {
  z-index: 100;
  position: relative;
  font-weight: bold !important;
  padding: 8px 38px;
  text-align: center;
  box-shadow: 0 4px 0 0 rgba(66, 180, 122, 0.2);
  width: 100%;
}
@media screen and (max-width:640px) {
  #main-content .present-item-sub-title {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (min-width:641px) {
  #main-content .present-item-sub-title {
    font-size: 20px;
  }
}
#main-content .present-item-sub-title span {
  color: #42B47A;
}
#main-content .present-item-sub-title:before, #main-content .present-item-sub-title:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#main-content .present-item-sub-title:before {
  left: 0;
  background: url("../img/present-head-left.svg");
  background-size: auto 100%;
}
#main-content .present-item-sub-title:after {
  right: 0;
  background: url("../img/present-head-right.svg");
  background-size: auto 100%;
  background-position: right;
}
#main-content .present-item .present-checkpoint {
  display: flex;
  gap: 8px;
}
@media screen and (max-width:640px) {
  #main-content .present-item .present-checkpoint {
    flex-direction: column;
    width: 100%;
  }
}
#main-content .present-item .present-checkpoint-item {
  display: flex;
  padding: 8px 16px 8px 36px;
  align-items: center;
  border-radius: 12px;
  background-color: #42B47A;
  background-image: url("../img/icon-checked-white.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 1.2;
}
@media screen and (max-width:640px) {
  #main-content .present-item .present-checkpoint-item {
    width: 100%;
  }
}
@media screen and (min-width:641px) {
  #main-content .present-item .present-p {
    text-align: center;
  }
}
#main-content .present-item .present-p span {
  font-weight: bold !important;
  color: #42B47A;
}
#main-content .present-item .present-target {
  position: absolute;
}
@media screen and (max-width:640px) {
  #main-content .present-item .present-target {
    width: 70px;
    height: 70px;
    top: -12px;
    left: -18px;
  }
}
@media screen and (min-width:641px) {
  #main-content .present-item .present-target {
    width: 80px;
    height: 80px;
    top: -16px;
    left: 16px;
  }
}
#main-content .reaflet-contents {
  display: flex;
  padding: 60px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #f1f1f1;
}
@media screen and (max-width:640px) {
  #main-content .reaflet-contents {
    padding: 60px 16px;
  }
}
#main-content .reaflet-contents-inner {
  display: flex;
  max-width: 724px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width:640px) {
  #main-content .reaflet-contents-inner {
    flex-direction: column;
    text-align: center;
  }
}
#main-content .reaflet-contents h3 {
  font-size: 20px;
  font-weight: bold !important;
}
#main-content .reaflet-contents p {
  margin-bottom: 12px;
  text-align: left;
}
#main-content .reaflet-img {
  width: 194px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
#main-content .terms-contents {
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media screen and (max-width:640px) {
  #main-content .terms-contents {
    padding: 40px 16px;
  }
}
#main-content .terms-contents h2 {
  font-size: 22px;
  font-weight: bold !important;
}
#main-content .terms-contents-body {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 400px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12) inset;
  color: #7b7b7b;
  font-size: 14px;
  overflow-y: auto;
}
#main-content .terms-contents-body h3 {
  font-size: 16px;
  font-weight: bold !important;
}
#main-content .terms-contents-body h3:not(:first-child) {
  margin-top: 1em;
}
#main-content .terms-contents-body ul {
  margin-left: 1em;
}
#main-content .terms-contents-body ul li {
  list-style-type: disc;
}
@media screen and (max-width:640px) {
  #main-content .terms-contents-body {
    padding: 20px;
  }
}

/*
* スタイル上書き
*/
body.modalopen {
  overflow: hidden;
}

.l-outline {
  overflow: visible !important;
}

.gm-ui-hover-effect span {
  background: black;
}

.swiper-pagination-bullet {
  background: #FFF !important;
}

/*
* ユーティリティー
*/
@media screen and (min-width:641px) {
  .display-small {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .display-large {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */