﻿@charset "UTF-8";
.sns-icons {
  display: flex;
  justify-content: center;
}

.sns-icon {
  width: 40px;
  height: 40px;
}
.sns-icon + .sns-icon {
  margin-left: 20px;
}

html {
  scroll-behavior: smooth;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

body {
  color: #1F1F1F;
}

.text_en {
  font-family: "filmotype-palace", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-title_text span {
  display: block;
}

.lp_wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .side_menu {
    display: none;
  }
}
@media (min-width: 769px) {
  .lp_wrapper::after {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 33.3333333333%;
    height: 100vh;
    background-image: url("../../../images/Pages/Special/nordikanisse2025/bg_other-products.jpg");
    background-attachment: revert;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    content: "";
  }
  .lp_inner {
    position: relative;
    width: 33.3333333333%;
    background-color: #FFFFFF;
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 1110px) and (min-width: 768px) {
  .lp_inner {
    width: 50%;
    margin-left: 50%;
  }
  .lp_wrapper::after {
    width: 0;
    height: 0;
    background: none;
  }
}
.m-title_large {
  font-size: 36px;
}

.m-title_middle {
  font-size: 30px;
}

.m-title_sub {
  font-size: 16px;
}

.smalltitle_wrapper {
  line-height: 1.2;
  text-align: center;
}

.m-smalltitle_large {
  font-size: 30px;
}

.m-smalltitle_middle {
  font-size: 20px;
}

.m-smalltitle_sub {
  font-size: 16px;
}

.m-break::before {
  display: block;
  content: "\a";
}

.m-text {
  font-size: 14px;
}

.arrow {
  width: 16px;
}

.arrow_circle_down {
  width: 24px;
}

.text_link {
  color: #FFFFFF;
}
.text_link:hover {
  color: #FFFFFF;
}

.common_text_link {
  text-decoration: underline;
}
.common_text_link:hover {
  text-decoration: none;
  opacity: 1;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  font-size: 30px;
  color: #FFFFFF;
}
.badge.m-ranking {
  position: absolute;
  top: 8px;
  left: 8px;
}
.badge.m-number {
  width: 45px;
  height: 45px;
  padding: 10px;
}
.badge.m-orange {
  background: #E3AF3A;
}
.badge.m-dark {
  background: #595F69;
}
.badge.m-gray {
  background: #8D8D8D;
}
.badge.m-camel {
  background: #B28B51;
}
.badge.m-red {
  background: #A51D04;
}
.badge.m-brown {
  background: #89662F;
}
.badge.m-black {
  background: #1F1F1F;
}
.badge.m-gold {
  background: #E6CEA1;
  color: #1F1F1F;
}
.badge.m-green {
  background: #2A4B15;
}

.badge_normal {
  font-size: 30px;
  color: #1F1F1F;
}
.badge_normal.m-red {
  color: #A51D04;
}
.badge_normal.m-brown {
  color: #89662F;
}
.badge_normal.m-green {
  color: #2A4B15;
}

.normal_heading {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.reservation {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #89662F;
}
.reservation::after {
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 160px;
  height: 42px;
  transform: translateX(-50%);
  background: url("../../../images/Pages/Special/nordikanisse2025/speech-bubble.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.link_button {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #A51D04;
  border: solid 1px #A51D04;
  border-radius: 36px;
  text-align: center;
}
.link_button:hover {
  color: #A51D04;
}
.link_button.m-green {
  color: #2A4B15;
  border: solid 1px #2A4B15;
}
.link_button.m-green:hover {
  color: #2A4B15;
}
.link_button.m-brown {
  color: #89662F;
  border: solid 1px #89662F;
}
.link_button.m-brown:hover {
  color: #89662F;
}
.link_button.m-black {
  color: #1F1F1F;
  border: solid 1px #1F1F1F;
}
.link_button.m-black:hover {
  color: #1F1F1F;
}
.link_button.m-white {
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}
.link_button.m-white:hover {
  color: #FFFFFF;
}
.link_button.m-large {
  padding: 15px;
  border-radius: 46px;
}
.link_button.m-special {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 80px;
  padding: 30px;
  color: #E6CEA1;
  background: #A51D04;
  border: solid 1px #E6CEA1;
  border-radius: 80px;
  line-height: 1.2;
  font-size: 18px;
}
.link_button.m-special:hover {
  color: #E6CEA1;
}
.link_button.m-special .special_button_text {
  display: block;
  margin: auto;
}
.link_button.m-special .special_button_text.text_en {
  font-size: 20px;
}
.link_button.m-special.m-green {
  background: #2A4B15;
}
.link_button.m-special.m-brown {
  background: #89662F;
}
.link_button.m-special.m-white {
  background: #FFFFFF;
  color: #89662F;
  border: solid 1px #89662F;
  margin-top: 20px;
}
.link_button.m-special.m-black {
  background: #1F1F1F;
}

@media screen and (max-width: 767px) {
  .link_button.m-special {
    padding: 30px 20px;
  }
}
.center_title {
  line-height: 1.2;
  text-align: center;
}

.interlude_heading_wrapper {
  padding: 100px 0 60px;
  text-align: center;
}
.interlude_heading_wrapper .interlude_heading {
  font-size: 30px;
  line-height: 1.2;
}
.interlude_heading_wrapper .interlude_heading .subtitle {
  margin-top: 8px;
  font-size: 16px;
}
.interlude_heading_wrapper .interlude_heading .m-middle {
  font-size: 20px;
}

.leading_in {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 80px 20px 60px;
}
.leading_in_heading {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.leading_in_text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.leading_in_content {
  width: 100%;
}
.leading_in_heading_en {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.2;
}

.scroll_list {
  display: flex;
  overflow-x: auto;
  padding: 0 20px 0 20px;
}
.scroll_list_img {
  margin-bottom: 16px;
  border: solid 1px #F0EFEC;
}
.scroll_list_text {
  margin-bottom: 16px;
}
.scroll_list_bold {
  font-weight: bold;
}
.scroll_list .chronology_wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.scroll_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  min-width: 222px;
}
.scroll_item:not(:last-child) {
  margin-right: 10px;
}
.scroll_item_wrapper {
  margin-bottom: 20px;
}
.scroll_item.m-not_scroll {
  max-width: 222px;
  min-width: auto;
}
.scroll_item.m-not_scroll:not(:last-child) {
  margin-right: 15px;
}

.item_box {
  margin-top: 50px;
}
.item_box_inner {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.product_box_button {
  margin-top: 60px;
  padding: 0 20px;
}
.product_box_image {
  margin-top: 90px;
}
.product_box .reservation_wrapper {
  margin-bottom: 24px;
}
.product_box .reservation_wrapper .reservation {
  margin-bottom: 37px;
}
.product_box .reservation {
  margin-bottom: 24px;
  text-align: center;
}
.product_box .supplement {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.product_box .sub_text {
  margin-top: 10px;
  text-align: center;
}

.content_box {
  margin-top: 100px;
  padding: 0 20px;
}

.accordion {
  margin-bottom: 16px;
}

.accordion_item:first-child .accordion_inner {
  border-top: solid 1px #EDEBE1;
}

.accordion_inner {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #EDEBE1;
}
.accordion_inner.x-m-show .accordion_toggle {
  transform: translateY(-50%) rotateZ(180deg);
}
.accordion_inner.x-m-show .accordion_content {
  height: auto;
}
.accordion_inner.x-m-show .accordion_content_inner {
  transform: translateY(0);
}

.accordion_label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 10px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.accordion_toggle {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%) rotateZ(0);
  transition: transform 0.3s 0s ease;
}

.accordion_input {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.accordion_content {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.3s 0s ease;
}

.accordion_content_inner {
  position: relative;
  padding: 0 10px 20px;
  transform: translateY(-100%);
  transition: transform 0.3s 0s ease;
}
.accordion_content_inner.x-m-gapless {
  padding: 0;
}

.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100vh;
  padding: 1.042vw 2.6041666667vw 2.734375vw 1.3020833333vw;
  background: #1F1F1F;
  color: #FFFFFF;
  overflow-y: auto;
}
.side_menu_title {
  margin-bottom: 40px;
}
.side_menu .link_list {
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
}
.side_menu_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.042vw;
  color: #E6CEA1;
  border: 1px solid #E6CEA1;
  border-radius: 0px 1.042vw;
  font-size: 1.14vw;
}
.side_menu_link:hover {
  color: #E6CEA1;
}
.side_menu_link .link_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.side_menu_link .link_text {
  display: block;
}
.side_menu_link .link_text:first-child {
  margin-bottom: 4px;
}
.side_menu_link.m-red {
  background: #A51D04;
}
.side_menu_link.m-brown {
  background: #89662F;
}
.side_menu_link.m-green {
  background: #2A4B15;
}
.side_menu .official_site {
  margin-top: 58px;
  font-size: 20px;
}
.side_menu .official_site .site_name {
  margin-top: 12px;
  font-weight: bold;
}
.side_menu .sns_link {
  margin-top: 40px;
  font-size: 20px;
}
.side_menu .sns_link .sns-icons {
  justify-content: flex-start;
  margin-top: 12px;
}

@media (max-width: 1110px) and (min-width: 768px) {
  .side_menu {
    width: 50%;
  }
}
.brand_logo {
  padding: 30px 0;
  text-align: center;
}
.brand_logo img {
  width: 60%;
}

.introduction {
  position: relative;
  padding-top: 96px;
  background: #1F1F1F;
  color: #E6CEA1;
}
.introduction_title {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
  z-index: 1;
}
.introduction_text {
  padding: 30px 20px 40px;
}
.introduction .image_area {
  position: relative;
  padding: 66px 64px 30px;
  text-align: center;
  background-image: url("../../../images/Pages/Special/nordikanisse2025/bg_introduction.jpg");
  background-size: cover;
}
.introduction .image_area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  opacity: 0.4;
  content: "";
}
.introduction .image_area .img_introduction {
  position: relative;
}

.set_box {
  background: #F0EFEC;
}
.set_box.m-red .set_heading {
  color: #A51D04;
}
.set_box.m-red .set_items {
  background: #A51D04;
}
.set_box.m-green .set_heading {
  color: #2A4B15;
}
.set_box.m-green .set_items {
  background: #2A4B15;
}
.set_box .set_content {
  padding: 40px 0 20px;
}
.set_box .set_heading {
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
}
.set_box .set_heading_number {
  font-size: 30px;
}
.set_box .set_product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 70%;
  margin: auto;
}
.set_box .set_prise {
  font-weight: bold;
}
.set_box .set_link_wrapper {
  width: 70%;
  margin: auto;
  margin-top: 20px;
}
.set_box .set_item_link_wrapper {
  margin-top: 20px;
}
.set_box .set_items {
  padding: 20px;
  color: #FFFFFF;
}
.set_box .set_items_heading {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
}
.set_box .set_items_content {
  display: flex;
  gap: 16px;
  width: 80%;
  margin: auto;
}
.set_box .set_items .set_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.set_box .set_items .set_item_image {
  margin-bottom: 14px;
}
.set_box .set_items .set_item_price {
  margin-top: 16px;
  font-weight: bold;
}
.set_box .set_items .plus {
  margin: auto;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .set_box .set_items_content {
    width: 100%;
  }
}
@media (max-width: 1110px) and (min-width: 768px) {
  .set_box .set_items_content {
    width: 100%;
  }
}
.nordikanisse_history {
  background: #1F1F1F;
  color: #E6CEA1;
}

.nordikanisse_chronology {
  display: flex;
  position: relative;
  overflow-x: auto;
  padding: 40px 0 0 20px;
}
.nordikanisse_chronology .chronology_heading {
  margin-bottom: 12px;
  font-weight: bold;
}
.nordikanisse_chronology .chronology_text {
  margin-top: 10px;
}
.nordikanisse_chronology .era {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: solid 1px #E6CEA1;
}
.nordikanisse_chronology .era::after {
  display: block;
  position: absolute;
  bottom: -1px;
  right: -24px;
  width: 24px;
  height: 1px;
  background: #E6CEA1;
  content: "";
}
.nordikanisse_chronology .chronology_wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.chronology_step {
  text-align: left;
  min-width: 240px;
}
.chronology_step:not(:last-child) {
  margin-right: 24px;
}

.new_collection_gallery {
  padding: 100px 0;
  background: #F0EFEC;
}
.new_collection_gallery .gallery_image_first_inner {
  position: relative;
  height: calc(240px + 0.5em);
  margin-bottom: calc(1.5em + 50px);
}
.new_collection_gallery .gallery_image_first .gallery_img {
  text-align: right;
}
.new_collection_gallery .gallery_image_first .gallery_img img {
  width: 320px;
  max-width: 60%;
}
.new_collection_gallery .gallery_heading {
  position: absolute;
  bottom: -1.7em;
  right: 43%;
  font-size: 40px;
}
.new_collection_gallery .gallery_image_second {
  margin-top: 35px;
}
.new_collection_gallery .gallery_image_second_inner {
  display: flex;
  gap: 20px;
}
.new_collection_gallery .gallery_image_second .gallery_img {
  margin-bottom: 40px;
}
.new_collection_gallery .gallery_image_second .gallery_img:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}
.new_collection_gallery .gallery_image_third {
  margin-top: 20px;
  padding: 0 60px 0 27px;
}
.new_collection_gallery .gallery_image_third_inner {
  display: flex;
  gap: 20px;
  width: 100%;
}
.new_collection_gallery .gallery_image_third .gallery_img {
  width: 50%;
}
.new_collection_gallery .gallery_image_third .gallery_img:last-child {
  display: flex;
  justify-content: flex-end;
}
.new_collection_gallery .gallery_text {
  font-size: 18px;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .new_collection_gallery .gallery_image_first_inner {
    height: calc(144px + 3.75em);
  }
  .new_collection_gallery .gallery_image_first_inner::before {
    width: 60%;
    height: 100%;
  }
  .new_collection_gallery .gallery_heading {
    top: auto;
    right: auto;
    bottom: -1.5em;
    left: 22px;
  }
}
@media (max-width: 1110px) and (min-width: 768px) {
  .new_collection_gallery .gallery_image_first_inner {
    height: calc(144px + 3.75em);
  }
  .new_collection_gallery .gallery_image_first_inner::before {
    width: 60%;
    height: 100%;
  }
  .new_collection_gallery .gallery_heading {
    top: auto;
    right: auto;
    bottom: -1.5em;
    left: 22px;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .new_collection_gallery .gallery_heading {
    top: auto;
    right: auto;
    bottom: -1.5em;
    left: 22px;
  }
}
.new_collection_contents {
  position: relative;
}
.new_collection_contents.m-contents01::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  content: "";
  background-image: url("https://cdn.pixabay.com/photo/2025/07/26/03/16/butterfly-9735952_1280.jpg");
  background-size: cover;
}

.other_new_products .item_box {
  margin-bottom: 50px;
}
.other_new_products .item_box:first-child {
  margin-top: 0;
}

.ranking {
  margin-top: 100px;
  padding: 70px 0 80px;
  background: #F0EFEC;
}
.ranking_title {
  margin-bottom: 50px;
}
.ranking .m-smalltitle_sub {
  margin-top: 8px;
}
.ranking_text {
  margin-bottom: 60px;
  padding: 0 20px;
}
.ranking .tab_labels {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0 20px;
  overflow-x: auto;
}
.ranking .tab_label {
  flex: 1 1 auto;
  min-width: 6em;
  border-bottom: solid 1px #8D8D8D;
}
.ranking .tab_label.m-wide {
  min-width: 10em;
}
.ranking .ranking_tab {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
.ranking .ranking_tab .tab_name {
  display: block;
  padding: 6px 1em;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
.ranking .ranking_tab .tab_name:hover {
  opacity: 0.5;
}
.ranking .tab_switch {
  display: none;
}
.ranking .tab_content {
  display: none;
  width: 100%;
  padding: 24px 0 0;
}
.ranking .tab_content_items:not(:first-child) {
  margin-top: 40px;
}
.ranking .tab_content_items .scroll_list_img {
  position: relative;
}
.ranking .tab_content_items .scroll_item {
  width: calc(50% - 15px);
}
.ranking .tab_content_items .number_one {
  width: 80%;
  max-width: none;
  margin: auto;
}
.ranking .tab_name:has(:checked) {
  border-bottom: solid 3px #A51D04;
  font-weight: bold;
}
.ranking .tab_name:has(:checked) + .tab_content {
  display: block;
}
.ranking .ranking_tab:has(input#tab1:checked) .m-1 {
  display: block;
}
.ranking .ranking_tab:has(input#tab2:checked) .m-2 {
  display: block;
}
.ranking .ranking_tab:has(input#tab3:checked) .m-3 {
  display: block;
}
.ranking .ranking_tab:has(input#tab4:checked) .m-4 {
  display: block;
}
.ranking .ranking_tab:has(input#tab5:checked) .m-5 {
  display: block;
}

@media (max-width: 1110px) and (min-width: 768px) {
  .ranking .tab_label {
    min-width: 6em;
  }
}
.special_offers_box {
  padding: 0 20px;
}
.special_offers_box:not(:last-child) {
  margin-bottom: 60px;
}
.special_offers_heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.special_offers_heading .heading_text {
  font-size: 18px;
}
.special_offers .content_column_box {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-top: 30px;
}
.special_offers .button_wrapper {
  margin-top: 20px;
}
.special_offers .merit_button {
  margin-top: 40px;
}
.special_offers_content.m-column {
  display: flex;
  column-gap: 25px;
  flex-wrap: wrap;
}
.special_offers_content.m-column .content_column_box {
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 12.5px);
  margin-top: calc(20px + 0.75em);
}
.special_offers_content.m-column .content_column_box:first-child, .special_offers_content.m-column .content_column_box:nth-child(2) {
  margin-top: 0;
}
.special_offers_content .content_text:not(:last-child) {
  margin-bottom: 16px;
}
.special_offers_content .annotation_text {
  margin-top: 24px;
}
.special_offers_content .content_img {
  margin-bottom: 24px;
}
.special_offers_content .column {
  position: relative;
  padding: 0;
}
.special_offers_content .badge_normal {
  position: absolute;
  top: -0.75em;
  left: -0.25em;
}
.special_offers_content .product_img,
.special_offers_content .merit_img {
  margin-bottom: 0;
  border: solid 1px #F0EFEC;
}
.special_offers_content .product_prise {
  margin-top: 16px;
  font-weight: bold;
}
.special_offers_content .merit_heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.special_offers_content .merit_heading.m-red {
  color: #A51D04;
}
.special_offers_content .merit_heading.m-brown {
  color: #89662F;
}
.special_offers_content .merit_heading.m-green {
  color: #2A4B15;
}
.special_offers .content_detail {
  margin-top: 40px;
}
.special_offers .content_detail .content_column_box {
  align-items: center;
}
.special_offers .content_detail .button_wrapper {
  margin-top: 30px;
}
.special_offers .detail_heading {
  padding: 8px 20px;
  text-align: center;
  color: #FFFFFF;
}
.special_offers .detail_heading.m-brown {
  background: #89662F;
}
.special_offers .detail_heading.m-green {
  background: #2A4B15;
}
.special_offers .detail_heading.m-black {
  background: #1F1F1F;
}
.special_offers .detail_content {
  margin-bottom: 60px;
  padding: 20px 20px 40px;
  background: #F0EFEC;
}
.special_offers .detail_text {
  margin-top: 24px;
}
.special_offers .column_text_en .column_text_middle,
.special_offers .column_text_en .column_text_large {
  display: block;
}
.special_offers .column_text_en .column_text_middle {
  font-size: 30px;
  color: #A51D04;
}
.special_offers .column_text_en .column_text_large {
  padding-left: 1em;
  font-size: 40px;
}

.guide .button_wrapper {
  margin-top: 16px;
}

.voice {
  padding: 0;
}
.voice_box {
  padding: 30px 20px;
}
.voice_box:nth-child(odd) {
  background: #F0EFEC;
}
.voice_evaluation {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}
.voice_evaluation img {
  width: 20px;
}
.voice_heading {
  font-weight: bold;
  margin-bottom: 12px;
}
.voice_text {
  margin-bottom: 20px;
}
.voice_customer {
  padding-top: 20px;
  border-top: solid 1px #C3C3C3;
}

.benefits_img {
  margin-bottom: 16px;
}

.faq .text_en {
  font-size: 24px;
}
.faq .text_en.m-red {
  color: #A51D04;
}
.faq .text_en.m-brown {
  color: #89662F;
}
.faq .text_en.m-green {
  color: #2A4B15;
}
.faq_heading_text {
  display: block;
  max-width: calc(100% - (3em + 40px));
}
.faq_img {
  margin-top: 16px;
}

.brand_list {
  margin-top: 30px;
}
.brand_list_item:not(:last-child) {
  margin-bottom: 16px;
}

a {
  color: #000000;
  opacity: 1;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.65;
  cursor: pointer;
}

.footer {
  padding: 40px 20px;
  margin-top: 100px;
  text-align: center;
  background: #F0EFEC;
}
.footer .text_area {
  margin-bottom: 35px;
}
.footer .logo_link {
  display: block;
  margin: 0 auto 25px;
}
.footer .logo_link img {
  width: 140px;
}

.contact_button {
  color: #A51D04;
  border: solid 1px #A51D04;
  border-radius: 24px;
  font-size: 20px;
  display: flex;
  height: 48px;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
}
.contact_button:hover {
  color: #A51D04;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

.text_accent {
  font-weight: bold;
}

.brand_list {
  margin-bottom: 30px;
}

.sns-icons {
  margin-top: 35px;
}

.sns-icons {
  margin-top: 35px;
}

.first_view {
  position: relative;
  /*height: 100vh;*/
  padding-top: 76px;
  background-image: url("../../../images/Pages/Special/nordikanisse2025/bg_20th-celebration.jpg");
  background-size: cover;
  color: #FFFFFF;
}
.first_view::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1F1F1F;
  opacity: 0.4;
  content: "";
}
.first_view_title {
  position: relative;
  margin-bottom: 30px;
}
.first_view_text {
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 14px;
  word-break: break-all;
}
.first_view_image {
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
}
.first_view_item {
  margin: 0 -2px;
}
.first_view_item_text {
  margin-top: 12px;
  color: #FFFFFF;
  text-align: center;
}
.first_view_item img {
  width: 100%;
  transform: scale(0.85);
  transition: 0.5s ease;
}
.first_view_item.slick-current img {
  transform: scale(1);
}
.first_view .slick-dots {
  bottom: -34px;
}
.first_view .slick-dots button::before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #1F1F1F;
  opacity: 1;
  content: "";
}
.first_view .slick-dots button:hover::before {
  opacity: 0.5;
}
.first_view .slick-dots .slick-active button::before {
  background: #F0EFEC;
}
.first_view_links {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 20px 40px;
}
.first_view_link_wrapper:first-child {
  position: relative;
}
.first_view_link_wrapper:first-child::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.5;
  content: "";
}
.first_view_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.first_view_link:hover {
  color: #FFFFFF;
}
.first_view .btn_hanger_img {
  width: 180px;
  position: absolute;
  bottom: -30px;
  right: 5px;
}
.first_view .btn_hanger_link {
  display: block;
  transition: transform 0.5s ease-out;
}
.first_view .txt_campaign_link img {
  padding: 0 20px;
}

.main_img {
  position: relative;
  border: solid 2px #1F1F1F;
}
.main_img.m-red {
  border: solid 2px #A51D04;
}
.main_img.m-brown {
  border: solid 2px #89662F;
}
.main_img.m-green {
  border: solid 2px #2A4B15;
}

.first_view_title {
  text-align: center;
  color: #FFFFFF;
}

.pgup_btn {
  transition: opacity 0.5s ease-in-out; /* ふわっと表示させるためのトランジション */
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  right: 0;
  line-height: 0;
}

/* クーポンバナーエリア */
.coupon_banner_area {
  text-align: center;
  margin: 40px 0;
}
.coupon_banner_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.coupon_banner_text {
  text-align: left;
  margin: 20px;
}
.coupon_banner_link {
  font-size: 18px;
  text-decoration: underline;
}
.coupon_banner_link:hover {
  text-decoration: none;
}

.original_text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 -30px;
}
