body {
    margin: 0;
    font-family: "Noto Sans JP", "Lato";
    background-color: #f7f8fc;
    color: #2F3E4C;
}
h1 {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 24px;
  font-weight: 900;
  font-family: 'Lato';
  letter-spacing: 0.12em;
}
.interview_report h3,.news_title h3, .team_info h3, .partner_shops h3,.goods_info h3, .stamp_info h3 ,.about_info h3{
  color: #287DC9;
}
.interview_report h1, .team_info h1, .partner_shops h1, .goods_info h1, .stamp_info h1 ,.about_info h1 {
  color: #2F3E4C;
}
.camp_site h3,.camp_site h1, .sns_info h3, .sns_info h1,
.local_partner h3,.local_partner h1 {
  color: #ffffff;
}
.about_info h1 {
  line-height: 41px;
}
.slider_text p {
  font-size: 16px;
  font-weight: 400;
  color: #2F3E4C;
  line-height: 1.35;
  margin-top: 15px;
}
.slider_text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2F3E4C;
  margin-bottom: 15px;
  line-height: 1.35em;
}
.good_btn {
  max-width: 300px;
  width: 100%;
  margin-top: 35px;
}

img {
    max-width: 100%;
    height: 100%;
    display: block;
}

header {
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    height: 109px;
}

.header {
    width: 100%;
    padding: 31px 50px 28px 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0;
    position: relative;
    top: 0;
    background-color: #ffffff;
    z-index: 90;
    margin: 0 auto;
}

.header-logo {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50px;
    padding: 18px 0;
}

.header-logo img {
    height: 135px;
    width: 320px;
    object-fit: cover;
}

.header-menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-menu button,
.header-menu a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.14em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.language-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 12px 15px;
    background-color: #EFF4FA;
    border-radius: 999px;
    color: #2F3E4C;
    font-weight: 900;
    letter-spacing: 0.12em;
    border: 1px solid rgba(255, 255, 255, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    font-size: 15px !important;
}

.language-switcher {
  position: relative;
  display: inline-flex;
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 180px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(35, 79, 150, 0.18);
  display: none;
  z-index: 22;
}

.language-menu ul {
  list-style: none;
  margin: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.language-option {
  width: 100%;
  padding: 5px 8px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 14px !important;
  font-weight: bold;
  color: #287DC9;
  cursor: pointer;
  border-radius: 10px;
}

.language-option:hover,
.language-option:focus-visible {
  background: rgba(40, 125, 201, 0.08);
  outline: none;
}

.language-option.is-active {
  background-color:#EFF4FA ;
  color: #287DC9;
}

.language-menu.is-open {
  display: block;
}

.language-button .label-icon {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.label-text {
  font-family: 'Lato';
  font-size: 15px;
  letter-spacing: 0.14em;
}
.language-button .label-icon::before,
.language-button .label-icon::after {
    display: none;
}

.language-button .label-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.language-button .label-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #287DC9;
}

.language-button .label-caret::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ffffff;
}

.language-button:hover,
.cta-button:hover,
.menu-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(18, 52, 120, 0.18);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px ;
    border-radius: 999px;
    background: linear-gradient(90deg, #FD8A51 0%, #FE39AB 100%);
    color: #ffffff;
}

.cta-button .cta-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
}

.cta-button .cta-arrow,
.cta-button .cta-arrow::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ff2c8b;
    border-radius: 1px;
}

.cta-button .cta-arrow {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-6px, -1px);
}

.cta-button .cta-arrow::after {
    width: 6px;
    height: 6px;
    border-radius: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 6px solid #ff2c8b;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(4px, -3px);
}

.menu-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3c9aff 0%, #287DC9 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-button span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

.menu-button.is-open span:nth-child(1),
body.is-nav-open .menu-button span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    width: 24px;
}

.menu-button.is-open span:nth-child(2),
body.is-nav-open .menu-button span:nth-child(2) {
    opacity: 0;
}

.menu-button.is-open span:nth-child(3),
body.is-nav-open .menu-button span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 24px;
}

.menu-button:focus,
.language-button:focus,
.cta-button:focus {
    outline: 3px solid rgba(31, 113, 255, 0.28);
    outline-offset: 3px;
}
.cta-text {
  font-size: 16px;
  font-weight: bold;
}

body.is-nav-open {
    overflow: hidden;
}

.nav-panel-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 28, 74, 0.35);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 95;
}

body.is-nav-open .nav-panel-overlay {
    opacity: 1;
    pointer-events: auto;
}

.nav-panel {
    position: fixed;
    top: 36px;
    right: 24px;
    width: 380px;
    max-width: calc(100% - 32px);
    background-color: #287DC9;
    border-radius: 40px;
    transform: translateX(calc(100% + 32px));
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
    opacity: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    box-shadow: 10px 10px 30px 0px #718EA740;

}

body.is-nav-open .nav-panel {
    transform: translateX(0);
    opacity: 1;
}

.nav-panel-inner {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
    padding: 20px 40px 40px;
    gap: 0;
    overflow-y: auto;
    scrollbar-width: none;
}

.nav-panel-top {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nav-panel-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.38em;
    text-transform: uppercase;
}

.nav-panel-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    position: relative;
}

.nav-panel-close span {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #287DC9;
    border-radius: 999px;
}

.nav-panel-close span:first-child {
    transform: rotate(45deg);
}

.nav-panel-close span:last-child {
    transform: rotate(-45deg);
}

.nav-panel-close:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.32);
}

.nav-panel-list {
    list-style: none;
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nav-panel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 30px 0px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.12em;
    transition: background 0.3s ease, transform 0.3s ease;
    border: none;
    border-top: 1px solid #ffffff;
    background: none;
    width: 100%;
}

.nav-panel-link span {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.nav-panel-language {
    display: none;
    padding: 50px 0 40px;
    position: relative;
}

.nav-panel-language .language-button {
    width: 100%;
    justify-content: center;
    gap: 5px;
    padding: 12px 26px;
    box-shadow: none;
    cursor: pointer;
}

.nav-panel-item {
    width: 100%;
}

.nav-panel-link--accordion {
    cursor: pointer;
}

.nav-panel-indicator img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.nav-panel-indicator--accordion img {
    transform-origin: 50% 50%;
}

.nav-panel-item--open .nav-panel-indicator--accordion img {
    transform: rotate(180deg);
}

.nav-panel-link:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(6px);
}

.nav-panel-indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.nav-panel-link--cta {
    border-top: 1px solid #ffffff;
    padding: 30px 0 40px;
    border-bottom: 1px solid #ffffff;
}

.nav-panel-link__cta {
    background: linear-gradient(90deg, #FD8A51 0%, #FE39AB 100%);
    color: #ffffff;
    font-size: 18px;
    padding: 20px;
    border-radius: 40px;
    border: none;
}

.nav-panel-link__cta .nav-panel-indicator {
    background-color: #FE39AB;
}

.nav-panel-sublist {
    list-style: none;
    margin: 0;
    padding: 6px 0 4px;
    display: none;
}

.nav-panel-item--open > .nav-panel-sublist {
    display: block;
}

.nav-panel-sublist li {
    border-top: 1px dashed #ffffff;
    margin-left: 20px;
}

.nav-panel-sublist li:first-child {
    border-top: none;
    margin-top: -24px;
}

.nav-sub-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*gap: 12px;*/
    padding: 24px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.nav-sub-link:hover {
    color: #ffffff;
    opacity: 0.85;
}

.nav-sub-indicator img {
    width: 16px;
    height: auto;
}

.nav-panel-footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.nav-panel-footer-title {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato';
}

.nav-panel-socials {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
}

.nav-panel-social {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.08em;
    transition: background 0.3s ease, transform 0.3s ease;
    background: rgba(255, 255, 255, 0.2);
}

.nav-panel-social:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

/* main */
main {
  background-color: #ffffff;
}

.main_section {
  background-color: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
  z-index: 20;
}
.section {
  padding: 0 30px;
  width: 100%;
}
.section_full {
  width: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 80px 0;
  position: relative;
  z-index: 20;
}
.main {
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  margin-top: 109px;
  position: relative;
  background: url(../img/main.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height:650px;
}
.main_top {
  position: absolute;
  left: 59px;
  top: 17.5vw;
}
.sp_only_footer {
  display: none !important;
}
@media (min-width: 1700px) {
  .main_top {
    top: 14vw;
  }
}
.main_top p {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Lato';
  font-weight: bolder;
  padding: 10px;
  background-color: #FB3577;
  border-radius: 3px;
  margin-bottom: 40px;
}
.fv_title {
  max-width: 370px;
  letter-spacing: 0.14em;
}
.main_text {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.main img {
  object-fit: cover;
}

.main_text h2 {
  font-size: 32px;
  font-weight: bolder;
  color: #2F3E4C;
  letter-spacing: 0.093em;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}
.main_bottom {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
}
@media (min-width: 1700px) {
  .main_bottom {
    top: -40px;
  }
}
@media (max-width: 768px) {
  .main_bottom {
    top: -40px;
  }
}
@media (max-width: 640px) {
  .main_bottom {
    top: -20px;
  }
}
@media (max-width: 530px) {
  .main_bottom {
    top: -10px;
  }
}
@media (max-width: 480px) {
  .main_bottom {
    top: 0;
  }
}
.main_mark {
  position: absolute;
  right: 0;
  top: 360px;
  width: 100%;
  max-width: 240px;
  z-index: 3;
}
@media (min-width: 1700px) {
  .main_mark {
    top: 300px;
  }
}
.about_section {
  padding-bottom: 80px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
  margin-top: -291px;
}
.about {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1326px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/about.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  background-color: #ffffff;
}
.about_text {
  width: 100%;
  max-width: 611px;
  margin: 0 auto;
  position: relative;
  height: 617px;
}

.about_content p{
  font-size: 18px;
  color: #2F3E4C;
  line-height: 2.2;
  margin-top: 31px;
  text-align: center;
}
.section_other {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 140px 0 80px 0;
  position: relative;
  z-index: 19;
  margin-top: -60px;
  background-color: rgba(48, 107, 158, 0.2);
}
.news_section {
  background-image: url(../img/news.png);
}
.camp_section {
  background-image: url(../img/camp.png);
}
.sns_section {
  background-image: url(../img/beach_other.png);
  padding-bottom: 18vw;
}
.original {
  background-color: #ffffff;
}
.section_container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.news {
  display: flex;
  gap: 50px;
  padding: 20px 50px;
  justify-content: space-between;
  align-items: baseline;
  background-color: #ffffff;
  border-radius: 30px;
}
.news_title,.section_title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section_title {
  text-align: center;
  padding: 30px 0;
}
.news_title h2 {
  font-size: 30px;
  font-weight: 900;
  color: #2F3E4C;
  font-family: 'Lato';
}
.news_content {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.news_item {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid #B6C8E0;
  align-items: center;
}
.news_item:first-child {
  border: none;
}
.news_date {
  font-size: 16px;
  font-weight: 700;
  color: #2F3E4C;
  font-family: 'Lato';
}
.news_text p{
  font-size: 16px;
  font-weight: 500;
  color: #2F3E4C;
  line-height: 1.2;
}
.info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 80px 0;
  width: 100%;
  border-bottom: 1px solid #B6C8E0;
}
.title_mark img {
  width: 180px;
  margin: 0 auto;
}

.info_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
  width: 100%;
  margin-top: 35px;
}

.info_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  border-radius: 999px;
  background: #287DC9;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 300px;
}

.info_card:hover {
  transform: translateY(-4px);
}

.info_card-text {
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}

.info_card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info_card-icon img {
  width: 20px;
  height: auto;
}
#interview {
  background-color: #E7F4FC;
  border-radius: 60px;
  padding: 50px 0;
  position: relative;
  z-index: 20;
  margin-top: 80px;
}
.interview_content {
  padding: 30px 0 20px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.interview_card {
  width: 100%;
}

.interview_link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 35px;
  background-color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  color: #2F3E4C;
  transition: transform 0.25s ease;
  height: 100%;
  position: relative;
}

.interview_image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 270 / 150;
}

.interview_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview_label {
  position: absolute;
  top: 35px;
  left: 35px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  background-color: #287DC9;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35em;
}

.interview_body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.interview_title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  height: 69px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.interview_meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lato';
  color: #6D88A0;
}

.interview_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #287DC9;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.interview_cta img {
  width: 15px;
  height: auto;
}

.interview_link:hover .interview_cta {
  transform: translateX(4px);
}

.action_button {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  width: 100%;
}
.stamp {
  justify-content: start;
  margin-top: 35px;
}
.stamp:last-child {
  margin-top: 20px !important;
}
.action_button_link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 24px 30px;
  border-radius: 40px;
  background-color: #287DC9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.action_button_link:hover {
  transform: translateY(-4px);
}

.action_button_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.action_button_icon img {
  width: 20px;
  height: auto;
}
.stamp_button {
  max-width: 360px;
  width: 100%;
  margin: 0;
}
.stamp_text h3{
  color: #2F3E4C;
  font-family: 'Noto Sans JP';
  letter-spacing: 0;
  line-height: 1.55;
  margin-bottom: 15px;
}
.stamp_text p{
  font-size: 16px;
  font-weight: 400;
  color: #2F3E4C;
  line-height: 1.35;
}
.stamp_text p span{
  font-weight: 900;
}
.camp_site_content {
  width: 100%;
  height: 960px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  margin-top: 35px;
}
.camp_site_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.partner_shops,
.goods_info,
.local_partner,
.team_info {
  padding-top: 80px;
}
.partner_shops_content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.partner_shops_content p {
  font-size: 16px;
  color: #2F3E4C;
  text-align: center;
  margin-top: 28px;
}
.partner_shops_list {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 50px;
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
}

.partner_card {
  background: #E7F4FC;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 35px;
}

.partner_image {
  position: relative;
  width: 100%;
  aspect-ratio: 445 / 200;
  overflow: hidden;
  border-radius: 15px;
}

.partner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner_body {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #2F3E4C;
  position: relative;
  margin-top: 15px;
  text-align: left;
  align-items: baseline;
}

.partner_lead {
  font-size: 15px;
  margin: 0;
}

.partner_name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  color: #2F3E4C;
}

.partner_address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #2F3E4C;
  margin-top: 25px;
  margin-right: 140px;
  width: calc(100% - 132px);
}
.partner_lead {
  display: -webkit-box;
  overflow: hidden;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  margin-top: 0 !important;
}
.partner_body p {
  text-align: left;
}
.partner_socials {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.partner_link {
  background-color: #287DC9;
  width: 40px;
  height: 40px;
}
.partner_link img {
  width: auto;
  height: 14px;
}
.partner_card:hover {
  transform: translateY(-3px);
  cursor: pointer;
  opacity: 0.7;
}

.stamp_content,.slider_part {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}
.stamp_content_text, .stamp_content_img,
.slider_text,.slider_img {
  width: calc((100% - 50px) / 2);
}
.stamp_info {
  padding-top: 80px;
  border-top: 1px solid #B6C8E0;
}
.slider_text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.slider_img {
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 515 / 240;
}
.sns_content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.sns_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 35px;
  text-align: center;
  color: #2F3E4C;
}

.sns_card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  font-family: 'Lato';
}

.sns_card-image {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
}

.sns_card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.sns_card-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  border-radius: 999px;
  background-color: #287DC9;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  margin-top: 30px;
}

.sns_card-button:hover {
  transform: translateY(-4px);
}

.sns_card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.sns_card-icon img {
  width: 16px;
  height: auto;
}

.local_partner_content {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px 50px;
  width: 100%;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 30px;
}

.local_partner_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  text-align: center;
  color: #2F3E4C;
}

.local_partner-image {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

.local_partner-image img {
  width: 100%;
  height: auto;
  display: block;
}

.local_partner-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.slick-initialized .slick-slide
{
  display: flex !important;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background-color: #287DC9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-prev img,
.slick-next img {
  width: 18px;
  height: 17px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #287DC9;
  opacity: 0.7;
  color: #ffffff;
}
.slick-prev:focus, .slick-next:focus {
  background-color: #D2DCE5;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li.slick-active button:before {
  color: #287DC9;
  opacity: 1;
  margin-top: 15px;
}
.slick-dots li button:before {
  font-size: 12px;
  margin-top: 15px;
}
.interview_content .slick-dots {
  display: flex !important;
  align-items: center;
  gap: 0;
  width: calc(100% - 20px);
  height: 10px;
  margin-left: 10px;
  padding: 0;
  background: #C0D5E0;
  border-radius: 999px;
  overflow: hidden;
}

.interview_content .slick-dots li {
  flex: 1;
  margin: 0;
  height: 100%;
  position: relative;
}

.interview_content .slick-dots li + li {
  margin-left: 2px;
}

.interview_content .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
}

.interview_content .slick-dots li button:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #2f86ff 0%, #1b5fc4 100%);
  border-radius: 999px;
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.interview_content .slick-dots li.slick-active button:before {
  transform: scaleX(1);
  opacity: 1;
}
.interview_content li.slick-active {
  background-color: #287DC9;
  border-radius: 20px;
}
.footer_section {
  position: relative;
  z-index: 20;
  top: 0;
}
.footer_title {
  display: inline-block !important;
  padding-bottom: 5px;
  border-bottom: 4px solid #287DC9;
}
.footer_title h3 {
  font-size: 20px;
  color: #000;
  font-weight: 900;
}
.footer_bottom {
  position: absolute;
  bottom: -9vw;
  left: 0;
  width: 100%;
  /* min-width: 1440px;
  transform: translateX(-50%); */
}
.footer_bg {
  background-color: #ffffff;
  /* margin-top: -4vw; */
}
.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_logo {
  width: 260px;
  height: 138px;
  display: block;
}
footer {
  width: 100%;
  background-color: #287DC9;
}
.footer {
  max-width: 1440px;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 53px;
}
.footer_img {
  position: absolute;
  right: 40px;
  top: 62px;
}
.footer_list {
  padding: 50px;
  background-color: #EEF7FF;
  border-radius: 30px;
  margin-top: 12px;
}
.footer_list_content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 20px;
  margin-top: 20px;
}
.footer_other_list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 0;
  background-color: #ffffff;
}
.footer_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 30px 53px;
  max-width: 707px;
  width: 100%;
}
.footer_btn {
  font-size: 16px;
  font-weight: bold;
  color: #2F3E4C;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.footer_icon {
  border-radius: 40px;
  background-color: #287DC9;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_icon img {
  width: 12px;
  height: 12px;
}
.footer_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_text span {
  font-size: 15px;
  font-family: 'Lato';
}
.footer_socials {
  gap: 12px;
}
@media (max-width: 1440px) {
  .sns_section {
    padding-bottom: 270px;
  }
}
@media (max-width: 1190px) {
  .footer_item {
    gap: 30px;
    max-width: 661px;
  }
}
@media (max-width: 1024px) {
  .partner_shops_list {
    gap: 28px;
  }

  .sns_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local_partner_content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px 20px;
  }
  .main_top {
    left: 24px;
  }
  .footer_list_content {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_item {
    gap: 30px 20px;
  }
}

@media (max-width: 950px) {
  header {
    height: 90px;
  }
  .header {
    padding: 20px 50px;
  }
  .header-logo {
    padding: 0;
    top: 4px;

  }
  .header-logo img {
    height: 80px;
    width: 150px;
  }
  .cta-button,
  .language-switcher {
    display: none;
  }
  .main {
    margin-top: 90px;
  }
  .nav-panel {
    border-radius: 0 !important;
  }
  .nav-panel-language {
    display: block;
    position: relative;
  }
  .nav-panel-language .language-menu {
    right: auto;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
  }
}

@media (max-width: 895px) {
  .info {
    padding: 0 0px 80px 0px;
  }
}

@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
  .header {
    padding: 20px;
  }
  .header-logo {
    left: 20px;
  }
  .nav-panel {
    top: 20px;
    right: 16px;
    width: calc(100% - 32px);
  }

  .nav-panel-inner {
      padding: 24px 22px 28px;
  }

  .nav-panel-link {
      font-size: 13px;
      letter-spacing: 0.1em;
  }

  .nav-panel-indicator {
      width: 24px;
      height: 24px;
  }

  .nav-panel-social {
      width: 60px;
      height: 60px;
  }
  .section,.slick-slider {
    padding: 0 0px !important;
  }
  .news_content {
    width: 100%;
  }
  .main {
    height: 537px;
  }
  .main_section {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
  }
  .main_mark {
    width: 100%;
    max-width: 150px;
    top: 400px;
  }
  .main_top {
    top: 127px;
    left: 15px;
  }
  .main_top p {
    font-size: 11px;
    padding: 8px;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
  }
  .main_text {
    gap: 10px;
    margin-top: 25px;
  }
  .main_text h2 {
    font-size: 22px;
    padding: 10px;
    letter-spacing: 0.1em;
  }

  .interview_report h3, .news_title h3, .team_info h3, .partner_shops h3, .goods_info h3, .stamp_info h3, .about_info h3,.sns_info h3,.local_partner h3,.camp_site h3
  {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .news_title h2 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #2F3E4C;
  }
  .interview_report h1, .news_title h1, .team_info h1, .partner_shops h1, .goods_info h1, .stamp_info h1, .about_info h1,.local_partner h1,.camp_site h1,.sns_info h1
  {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .goods_info h1, .stamp_info h1 {
    line-height: 1.3;
  }
  .about {
    background: url(../img/about_SP.png);
    background-position-x: calc(50vw - 369.5px);
    background-repeat: no-repeat;
    padding: 0 16px;
    background-size: auto 100%;
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .about_info {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .about_info h1 {
    line-height: 35px;
  }
  .about_content p{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .about_text  {
    height: fit-content;
    padding: 130px 0 80px;
  }
  .about_section {
    padding-bottom: 0;
    margin: 0 -10px;
    margin-top: -100px;
  }
  .title_mark img
  {
    width: 130px;
    margin: 0 auto;
  }
  .section_container {
    padding: 0 20px;
  }
  .news {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 40px 40px 20px 40px;
  }
  .news_item {
    align-items: baseline;
    flex-direction: column;
    display: flex;
    gap: 10px;
    padding: 20px 0;
  }
  .section_other {
    padding: 100px 0 40px 0;
  }
  .sns_content,.info_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .sns_section {
    padding-bottom: 38vw;
  }
  .sns_content {
    gap: 20px;
  }
  .info {
    padding: 0 0 40px 0;
  }
  .info_section {
    padding: 0 10px !important;
  }
  .camp_section {
    padding-top: 60px;
  }
  .goods_info,
  .interview_report ,
  .local_partner,
  .camp_site,
  .team_info,
  .stamp_info,
  .partner_shops
  {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .info_card {
    padding: 16px 20px;
    width: 100%;
    margin: 0 auto;
  }
  .sns_info {
    padding: 10px 0 20px 0;
  }
  .sns_card {
    padding: 25px;
  }
  .sns_card-button {
    width: 100%;
    padding: 18px 20px;
    max-width: 335px;
  }
  .good_btn {
    margin: 30px auto 0 auto;
    max-width: 335px;
  }
  .partner_shops_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 0 10px;
  }
  .partner_shops_content {
    margin-top: 30px;
  }
  #interview {
    border-radius: 40px;
    padding: 0 !important;
    padding-bottom: 40px !important;
  }
  .interview_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 30px;
  }

  .interview_link {
    padding: 30px;
  }

  .interview_button {
    width: 100%;
    justify-content: center;
  }

  .interview_image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 275 / 148;
  }
  .interview_label {
    top: 30px;
    left: 30px;
  }
  .interview_meta {
    font-size: 15px;
  }
  .interview_cta {
    width: 30px;
    height: 30px;
  }
  .interview_cta img {
    width: 12px;
  }
  .partner_card {
    padding: 25px;
  }
  .partner_image {
    border-radius: 15px;
    aspect-ratio: 285 / 200;
  }
  .partner_shops_content p {
    margin-top: 0;
    line-height: 1.3;
  }
  .partner_lead {
    min-height: 0;
    width: 100%;
    /* -webkit-line-clamp: 2; */
  }
  .partner_address {
    margin-top: 20px !important;
    width: 100%;
  }
  .partner_socials {
    position: relative;
    bottom: 0;
    margin-top: 15px;
    left: 100%;
    transform: translateX(-100%);
  }
  .stamp_text {
    margin-bottom: 20px;
  }
  .stamp_text h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
  }
  .stamp {
    margin-top: 10px  ;
  }
  .stamp:last-child {
    margin-top: 10px !important;
  }
  .section_full {
    border-radius: 40px;
    padding: 40px 0;
  }
  .local_partner_content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 25px;
    padding: 25px;
  }
  .local_partner-name {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
  .camp_site_content {
    border-radius: 30px;
    height: 78vw;
  }
  .action_button_link {
    max-width: 335px;
    padding: 18px 24px 18px 30px;
    margin: 0 auto;
  }
  .footer_logo {
    width: 100%;
    height: 176px;
    border-bottom: 1px solid #B6C8E0;
    padding-bottom: 28px;
  }
  .footer {
    padding: 40px 20px 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .footer_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footer_img {
    position: relative;
    right: 0;
    top: 0;
  }
  .footer_socials {
    gap: 30px;
  }
  .footer_text {
    text-align: center;
  }
  .footer_box {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 0;
    position: relative;
    margin-top: -5vw;
    background-color: #ffffff;
  }
  .footer_list_content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer_list {
    padding: 40px 30px;;
    margin-top: 61px;
  }
  .footer_item {
    max-width: 100%;
  }
  .slider_part,.stamp_content {
    margin-top: 30px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .slider_img {
    border-radius: 20px;
    aspect-ratio: 515 / 250
  }
  .slick-dots {
    margin-left: -15px;
  }
  .stamp_content_text, .stamp_content_img, .slider_text, .slider_img {
    width: 100%;
  }
  .slider_text h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.35;
  }
  .slick-prev, .slick-next {
    position: absolute;
    top: 28%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 34px;
    background-color: #287DC9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slick-next {
    right: -7px;
  }
  .slick-prev {
    left: -7px;
  }
  .slick-prev img, .slick-next img {
    width: 14px;
    height: 13px;
  }
}
@media (max-width: 650px) {
  .interview_content,.partner_shops_list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 28px;
  }
  .local_partner_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 17px;
    padding: 25px;
  }
  .sns_content,
  .info_content,
  .footer_list_content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer_list_content {
    margin-top: 30px;
  }
  .footer_other_list {
    width: 100%;
  }
  .footer_list {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    z-index: 2;
  }
  .footer_box_other {
    padding: 0px 0px;
  }
  .footer {
    padding: 80px 20px 60px 20px;
    margin-top: -40px;
  }
  .footer_btn {
    width: 100%;
  }
  .pc_only_footer {
    display: none;
  }
  .sp_only_footer {
    display: flex !important;
  }
}

.triangle-tooltip::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF395;
}

.rounded-b-after::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 80px;
    width: 100%;
    background-color: inherit;
    border-radius: 0 0 80px 80px;
    z-index: 9999;

}

@media (max-width: 540px) {
  .interview_content {
    margin-bottom: 60px !important;
  }
  .interview_content .slick-arrow {
    display: none !important;
  }

    .rounded-b-after::after {
        border-radius: 0 0 40px 40px;
        height: 40px;
        bottom: 20px;
    }
}

/* Product Slider */

.slider-single-product img {
  width: 100%;
  height: 426px;
  object-fit: cover;
  border-radius: 20px;
  object-position: center;
}

.slider-nav-product .slick-slide {
  margin: 0px 5px !important;
}

.slick-track{
  display: flex !important;
}

.slider-nav-product .slick-slide:first-child{
  margin-left: 0 !important;
}

.slider-nav-product .slick-slide:last-child{
  margin-right: 0 !important;
}

.slider-nav-product img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  border-radius: 10px;
  object-position: center !important;
  cursor: pointer;
}

.slick-prev-product-slider,
.slick-next-product-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background-color: #287DC9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slick-prev-product-slider {
  left: -22px;
}
.slick-next-product-slider {
  right: -22px;
}
.slick-prev-product-slider img,
.slick-next-product-slider img {
  width: 18px;
  height: 17px;
}
.slick-prev-product-slider.slick-disabled,
.slick-next-product-slider.slick-disabled {
  background-color: #D2DCE5;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.slick-prev-product-slider.slick-disabled:hover,
.slick-next-product-slider.slick-disabled:hover {
  background-color: #D2DCE5;
  opacity: 1;
}
.slick-prev-product-slider:before, .slick-next-product-slider:before {
  display: none;
}

@media (max-width: 768px) {
  .slick-prev-product-slider,
  .slick-next-product-slider {
    width: 34px !important;
    height: 34px !important;
  }
  .slick-prev-product-slider {
    left: -8px !important;
  }
  .slick-next-product-slider {
    right: -8px !important;
  }
  .slick-prev-product-slider img,
  .slick-next-product-slider img {
    width: 14px !important;
    height: 13px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .slider-single-product img {
    height: 277px !important;
  }
  .slider-nav-product img {
    height: auto !important;
  }
}

.mobile_line {
  display: inline;
}

.spot-item, .point-item-title{
  font-family: 'Noto Sans JP';
}
.pdf_card, .pdf_card_sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 999px;
  background: #FB3577;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
.pdf_card_sp {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile_line {
    display: block;
    width: 100%;
  }
  .pdf_card_sp {
    display: flex !important;
    max-width: 335px;
    margin-top: 64px;
  }
}
.pdf_icon_container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.pdf_icon {
  width: 31px;
  height: 30px;
}
.pdf_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}