﻿@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;
  background: #F4F0EC;
}

body {
  color: #4E3B25;
}

.text_en {
  font-family: "Xingkai TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-title_text span {
  display: block;
}

.lp_wrapper {
  position: relative;
}

@media (min-width: 769px) {
  .side_area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 33.3333333333%;
    height: 100vh;
    padding: 40px;
  }
  .side_area .lampoa_major_heading {
    width: 100%;
  }
  .side_area .lampoa_major_heading .img_collaboration {
    width: 60%;
  }
  .side_area .lampoa_major_heading .img_lampoa {
    width: 70%;
    margin-top: 30px;
  }
  .lp_inner {
    position: relative;
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
    border: solid 1px #AC3232;
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 1110px) and (min-width: 768px) {
  .lp_inner {
    width: 50%;
    margin-left: 50%;
    border-right: none;
    border-left: solid 1px #AC3232;
  }
  .side_area {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .side_menu {
    display: none;
  }
  .side_area {
    display: 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;
}

.text_content {
  margin-top: 24px;
}

.arrow {
  width: 16px;
  height: 16px;
}

.arrow_circle_down {
  width: 24px;
}

.text_link {
  color: #FFFFFF;
}
.text_link:hover {
  color: #FFFFFF;
}

.text_center {
  text-align: center;
}

.common_text_link {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #4E3B25;
}
.common_text_link::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4E3B25;
  transition: 0.5s ease;
  content: "";
}
.common_text_link:hover::after {
  display: none;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  font-size: 30px;
  color: #FFFFFF;
}
.badge.m-dark {
  background: #595F69;
}
.badge.m-red {
  background: #AC3232;
}
.badge.m-green {
  background: #08C656;
}

.circle_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 14px;
  color: #AC3232;
  border: solid 1px #AC3232;
  border-radius: 50px;
  line-height: 1;
}
.circle_badge.m-large {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.img_badge_wrapper {
  position: relative;
}

.img_badge {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
}

.badge_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto;
}

.normal_badge {
  display: block;
  min-width: 4.5em;
  padding: 6px 8px;
  background: #FFFFFF;
  color: #3C7CBC;
  font-size: 14px;
  border-radius: 26px;
}

.badge_normal {
  font-size: 30px;
  color: #1F1F1F;
}
.badge_normal.m-red {
  color: #AC3232;
}
.badge_normal.m-brown {
  color: #AC3232;
}
.badge_normal.m-green {
  color: #08C656;
}

.normal_heading {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.link_button {
  display: block;
  width: 100%;
  padding: 13px;
  font-size: 14px;
  color: #FFFFFF;
  background: #AC3232;
  border-radius: 36px;
  text-align: center;
}
.link_button:hover {
  color: #FFFFFF;
}
.link_button.m-blue {
  background: #3C7CBC;
}
.link_button.m-pink {
  background: #D8358A;
}
.link_button.m-green {
  background: #08C656;
}
.link_button.m-large {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 10px 24px;
  border-radius: 46px;
  font-size: 18px;
}
.link_button.m-special {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
  padding: 0 20px;
  color: #FFFFFF;
  background: #AC3232;
  border-radius: 60px;
  line-height: 1.2;
  font-size: 18px;
}
.link_button.m-special:hover {
  color: #FFFFFF;
}
.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-blue {
  background: #3C7CBC;
}
.link_button.m-special.m-white {
  background: #FFFFFF;
  color: #AC3232;
  border: solid 1px #AC3232;
  margin-top: 20px;
}
.link_button.m-special.m-black {
  background: #1F1F1F;
}

.m-blue_text {
  color: #3C7CBC;
}

.nordika_button_list {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.nordika_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 24px;
  padding-left: calc(75px + 1em);
  color: #FFFFFF;
  border-radius: 64px;
  font-size: 16px;
}
.nordika_button:nth-child(odd) {
  background: #AC3232;
}
.nordika_button:nth-child(even) {
  background: #3C7CBC;
}
.nordika_button:hover {
  color: #FFFFFF;
}
.nordika_button .link_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nordika_button .link_text {
  display: block;
}
.nordika_button .link_text:first-child {
  margin-bottom: 4px;
}
.nordika_button .nordika_icon {
  position: absolute;
  top: 50%;
  left: 37.5px;
  transform: translateY(-50%) translateX(-18.75px);
}
.nordika_button .nordika_icon.two_item {
  left: 18.75px;
  transform: translateY(-50%) translateX(-9.375px);
}
.nordika_button .nordika_icon img {
  width: auto;
  height: 100px;
}

.center_title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.center_title_sub {
  display: block;
  font-size: 20px;
  color: #4E3B25;
}
.center_title_sub.m-red {
  color: #AC3232;
}
.center_title_sub.m-blue {
  color: #3C7CBC;
}
.center_title_sub.m-green {
  color: #289B8F;
}
.center_title .maintitle {
  font-size: 24px;
  color: #AC3232;
}
.center_title .subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #4E3B25;
}
.center_title .m-blue_text {
  color: #3C7CBC;
}

.subheading {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #AC3232;
}
.subheading.m-blue_text {
  color: #3C7CBC;
}

.content_text {
  margin-bottom: 30px;
}
.content_text.m-space {
  margin-top: 16px;
}

.content_area {
  padding: 0 20px;
  margin-bottom: 80px;
}

.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;
}

.content_column_box {
  display: flex;
  gap: 10px;
}
.content_column_box .column {
  padding: 0;
}
.content_column_box .image_space {
  flex-basis: 25%;
  line-height: 0;
}
.content_column_box .text_space {
  font-weight: bold;
  margin-bottom: 12px;
}
.content_column_box .product_prise {
  margin-bottom: 16px;
}
.content_column_box.m-round {
  padding: 16px;
  border-radius: 8px;
  background: #FFFFFF;
}
.content_column_box.m-round .column:last-child {
  flex-basis: 75%;
}
.content_column_box.m-convex {
  margin-top: 25px;
}
.content_column_box.m-convex img {
  margin-top: -30px;
}

.sns_link_area {
  margin-top: 40px;
}

.sns_link_title {
  margin-bottom: 20px;
  text-align: center;
}

.sns_link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sns_link_item {
  width: calc(50% - 10px);
}

.sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  color: #AC3232;
  border: solid 2px #AC3232;
  border-radius: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.sns_link:hover {
  color: #AC3232;
}

.copy_button {
  position: relative;
}

.copy_url {
  transition: 0.5s ease;
}
.copy_url:hover {
  color: #AC3232;
  opacity: 0.5;
  cursor: pointer;
}

.success_msg {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 5px;
  background: #289B8F;
  color: #FFFFFF;
  text-align: center;
  border-radius: 8px;
}

.scroll_list {
  display: flex;
  overflow-x: auto;
  padding: 0 20px 0 20px;
  font-weight: bold;
}
.scroll_list_img {
  margin-bottom: 16px;
}
.scroll_list_text {
  margin-bottom: 12px;
}
.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;
  font-weight: bold;
  text-align: center;
}
.scroll_item.m-not_scroll {
  width: calc(50% - 7.5px);
  min-width: auto;
}
.scroll_item.m-not_scroll:not(:last-child) {
  margin-right: 0;
}
.scroll_item.m-not_scroll.m-single {
  width: auto;
  max-width: 80%;
  text-align: center;
  font-weight: bold;
}
.scroll_item.m-not_scroll.m-single .scroll_list_img {
  width: 60%;
  margin: auto;
  margin-bottom: 16px;
}
.scroll_item.m-not_scroll.m-single .scroll_list_text {
  margin-bottom: 12px;
}
.scroll_item.m-not_scroll.m-single .scroll_list_button {
  width: 60%;
  margin: auto;
}

.item_box {
  margin-top: 50px;
}
.item_box_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item_box_inner.m-not_scroll {
  justify-content: flex-start;
  gap: 30px 15px;
}

.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 2px #FFFFFF;
}

.accordion_inner {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #FFFFFF;
}
.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;
  color: #AC3232;
}

.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_toggle img {
  transform: rotate(180deg);
}

.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;
}

.round_content_area {
  position: relative;
  overflow: hidden;
}
.round_content_area.m-bg_dark {
  background: #E5DED3;
}
.round_content_area.m-bg_dark .round_content_inner {
  background: #DDD2C2;
}
.round_content_area.m-bg_dark .round_content_inner::before {
  background: #DDD2C2;
}
.round_content_area.m-bg_light {
  background: #F4F0EC;
}
.round_content_area.m-bg_light .round_content_inner {
  background: #FCFBF9;
}
.round_content_area.m-bg_light .round_content_inner::before {
  background: #FCFBF9;
}
.round_content_area .column {
  align-content: flex-end;
}

.round_heading {
  width: 70%;
  margin-bottom: -25px;
}

.round_content_inner {
  position: relative;
  margin-top: 80px;
  padding: 0 20px 40px;
  background: #E5DED3;
  z-index: 1;
}
.round_content_inner::before {
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 135%;
  padding-bottom: 100%;
  border-radius: 50% 50% 0 0;
  background: #E5DED3;
  z-index: -1;
  content: "";
}
.round_content_inner.m-bottom {
  margin-bottom: 80px;
}
.round_content_inner.m-bottom::after {
  display: block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 135%;
  padding-bottom: 100%;
  border-radius: 0 0 50% 50%;
  background: #FCFBF9;
  z-index: -1;
  content: "";
}

@media (max-width: 1920px) and (min-width: 1697px) {
  .round_content_inner {
    margin-top: 110px;
  }
  .round_content_inner::before {
    top: -110px;
  }
  .round_content_inner.m-bottom {
    margin-bottom: 110px;
  }
  .round_content_inner.m-bottom::after {
    bottom: -110px;
  }
}
@media (max-width: 1696px) and (min-width: 1509px) {
  .round_content_inner {
    margin-top: 90px;
  }
  .round_content_inner::before {
    top: -90px;
  }
  .round_content_inner.m-bottom {
    margin-bottom: 90px;
  }
  .round_content_inner.m-bottom::after {
    bottom: -90px;
  }
}
@media (max-width: 1109.9px) and (min-width: 997px) {
  .round_content_inner {
    margin-top: 90px;
  }
  .round_content_inner::before {
    top: -90px;
  }
  .round_content_inner.m-bottom {
    margin-bottom: 90px;
  }
  .round_content_inner.m-bottom::after {
    bottom: -90px;
  }
}
@media (max-width: 767.9px) and (min-width: 506px) {
  .round_content_inner {
    margin-top: 125px;
  }
  .round_content_inner::before {
    top: -125px;
  }
  .round_content_inner.m-bottom {
    margin-bottom: 125px;
  }
  .round_content_inner.m-bottom::after {
    bottom: -125px;
  }
}
.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100vh;
  padding: 50px;
  background: #F4F0EC;
  color: #FFFFFF;
  overflow-y: auto;
}
.side_menu_title {
  text-align: center;
  margin-bottom: 40px;
}
.side_menu .official_site {
  margin-top: 58px;
  font-size: 20px;
}
.side_menu .official_site .site_name {
  margin-top: 12px;
  font-weight: bold;
}

@media (max-width: 1110px) and (min-width: 768px) {
  .side_menu {
    width: 50%;
  }
}
/*LINE UPエリア*/
.line_up_area {
  text-align: center;
  padding: 80px 20px;
}
.line_up_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.line_up_text {
  text-align: left;
  margin: 20px;
}
.line_up_item {
  position: relative;
}
.line_up_item:not(:last-child) {
  margin-bottom: 20px;
}
.line_up_item:nth-child(even) .line_up_item_inner {
  margin-left: auto;
}
.line_up_item:nth-child(even) .circle_img {
  right: auto;
  left: -85px;
}
.line_up_item:nth-child(even) .circle_img.m-two_item {
  left: -115px;
}
.line_up_item_inner {
  position: relative;
  width: 60%;
}
.line_up_item_inner::before {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  content: "";
}
.line_up_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.line_up_link::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #FFFFFF;
  border-radius: 1000px;
  z-index: -1;
  content: "";
}
.line_up_link .item_set {
  position: absolute;
  top: -15px;
  left: 0;
}
.line_up_link .item_set.m-set {
  top: 0;
  left: 30px;
}
.line_up_link .item_set.m-set img {
  width: 60px;
}
.line_up_link .item_set img {
  width: 100px;
}
.line_up_link .circle_img {
  position: absolute;
  right: -45px;
  bottom: 0;
  max-height: 180px;
}
.line_up_link .circle_img.m-two_item {
  right: -115px;
}
.line_up_link span {
  display: block;
  color: #4E3B25;
}
.line_up_link .product_name {
  margin: 20px 0 4px;
  font-weight: bold;
}
.line_up_link .price {
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 348px) {
  .line_up_item_inner .line_up_link .item_set {
    top: -40px;
  }
  .line_up_item_inner .line_up_link .item_set.m-set {
    top: -40px;
  }
}
.circle_content {
  display: block;
  position: relative;
}
.circle_content .arrow_down {
  display: block;
  width: 16px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .line_up_link .item_set {
    top: -25px;
  }
  .line_up_link .item_set.m-set {
    top: -25px;
    left: 30px;
  }
}
@media (max-width: 1110px) and (min-width: 768px) {
  .line_up_link .item_set {
    top: -20px;
  }
  .line_up_link .item_set.m-set {
    top: -15px;
    left: 0;
  }
}
/*LINE UPエリア*/
.introduction_text {
  padding: 20px 20px 40px;
}
.introduction .image_area {
  text-align: center;
}
.introduction .image_area .img_introduction {
  position: relative;
}

/*ギャラリー*/
.gallery {
  margin-bottom: 80px;
}

/*ギャラリー*/
/* LPバナー */
.lp_banner {
  margin-bottom: 80px;
  padding: 0 20px;
  text-align: center;
}

/* LPバナー */
/*歴代のオリジナルノルディカ*/
.original_nordikanisse_history {
  line-height: 0;
}

/*歴代のオリジナルノルディカ*/
/*ランポアシリーズのご紹介*/
.lampoa_series_area .story {
  margin-bottom: 40px;
}

/*ランポアシリーズのご紹介*/
/*ランポアシリーズ共通*/
.lampoa_content_area .image_area {
  text-align: center;
}

/*ランポアシリーズ共通*/
/*ランポアシリーズ01*/
.lampoa_content_area .point {
  margin-top: 40px;
}

.point_content {
  margin: 0 -20px;
  padding: 36px 20px 0 40px;
}
.point_content .scroll_item {
  position: relative;
}
.point_content .scroll_item:not(:last-child) {
  margin-right: 40px;
}
.point_content .point_heading {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

/*ランポアシリーズ01*/
/*ランポアシリーズ02*/
.pose_area {
  margin-top: 30px;
}

.pose_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}

.pose_item {
  width: calc(50% - 7.5px);
  text-align: center;
}

.pose_img {
  margin-bottom: 8px;
}

.pose_heading {
  margin-bottom: 4px;
  font-weight: bold;
}

/*ランポアシリーズ02*/
/*ランポアシリーズ03*/
.benefits {
  margin-top: 30px;
}

/*ランポアシリーズ03*/
/*キャンペーン*/
.campaign {
  position: relative;
  margin-bottom: 69px;
  padding: 40px 16px;
  background: #FCFBF9;
  border: solid 1px #AC3232;
  border-radius: 8px;
}
.campaign_area .center_title {
  margin-bottom: 59px;
}
.campaign_number {
  position: absolute;
  top: -29px;
  left: 50%;
  width: 58px;
  transform: translateX(-50%);
}
.campaign_heading {
  margin-bottom: 16px;
  font-size: 20px;
  color: #AC3232;
  font-weight: bold;
  text-align: center;
}
.campaign_banner {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.campaign_text_area {
  margin-bottom: 30px;
}
.campaign_subheading {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.campaign_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5EFE9;
  border-radius: 8px 8px 0 0;
}
.campaign_icon img {
  width: 80%;
}
.campaign_period {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.campaign_period_text {
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 14px;
  color: #AC3232;
  border: solid 1px #AC3232;
  border-radius: 50px;
  line-height: 1;
}
.campaign_period .period_img {
  width: calc(100% - 58px);
  max-width: 500px;
}
.campaign .annotation_text {
  margin-top: 16px;
  color: #AC3232;
}
.campaign .instagram_area {
  margin-bottom: 30px;
  padding: 16px;
  background: #F8E9F1;
  border-radius: 8px;
}
.campaign .instagram_area .icon_wrapper {
  margin-bottom: 12px;
  text-align: center;
}
.campaign .instagram_area .icon_wrapper img {
  max-width: 40px;
}
.campaign .instagram_area .step_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.campaign .instagram_area .step_wrapper:not(:last-child) {
  margin-bottom: 12px;
}
.campaign .instagram_area .step_icon {
  width: 48px;
}
.campaign .content_column_box {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-top: 30px;
}
.campaign .button_wrapper {
  margin-top: 20px;
}
.campaign .merit_button {
  margin-top: 30px;
}
.campaign .merit_button .link_button:not(:last-child) {
  margin-bottom: 20px;
}
.campaign_content.m-column {
  display: flex;
  column-gap: 25px;
  flex-wrap: wrap;
}
.campaign_content.m-column .content_column_box {
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 12.5px);
  margin-top: calc(20px + 0.75em);
}
.campaign_content.m-column .content_column_box:first-child, .campaign_content.m-column .content_column_box:nth-child(2) {
  margin-top: 0;
}
.campaign_content .content_text:not(:last-child) {
  margin-bottom: 16px;
}
.campaign_content .content_text.m-space {
  margin-bottom: 30px;
}
.campaign_content .annotation_text {
  margin-top: 24px;
}
.campaign_content .content_img {
  margin-bottom: 24px;
}
.campaign_content .column {
  padding: 0;
}
.campaign_content .product_img,
.campaign_content .merit_img {
  margin-bottom: 0;
  border: solid 1px #F0EFEC;
}
.campaign_content .product_prise {
  margin-top: 16px;
  font-weight: bold;
}
.campaign_content .merit_heading {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: #4E3B25;
  color: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.campaign .two_button {
  margin-bottom: 30px;
}
.campaign .content_detail {
  margin-top: 40px;
}
.campaign .content_detail .content_column_box {
  align-items: center;
}
.campaign .content_detail .button_wrapper {
  margin-top: 30px;
}
.campaign .detail_heading {
  padding: 8px 20px;
  text-align: center;
  color: #FFFFFF;
}
.campaign .detail_heading.m-green {
  background: #08C656;
}
.campaign .detail_content {
  margin-bottom: 60px;
  padding: 20px 20px 40px;
  background: #F0EFEC;
}
.campaign .detail_text {
  margin-top: 24px;
}
.campaign .column_text_en .column_text_middle,
.campaign .column_text_en .column_text_large {
  display: block;
}
.campaign .column_text_en .column_text_middle {
  font-size: 30px;
  color: #AC3232;
}
.campaign .column_text_en .column_text_large {
  padding-left: 1em;
  font-size: 40px;
}

/*キャンペーン*/
.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;
}

.other_new_products .item_box {
  margin-bottom: 50px;
}
.other_new_products .item_box:first-child {
  margin-top: 0;
}

.special_offers {
  padding: 16px;
  border: solid 3px #FFFFFF;
  border-radius: 8px;
}
.special_offers_box {
  padding: 40px 0;
}
.special_offers_box:not(:last-child) {
  border-bottom: solid 3px #FFFFFF;
}
.special_offers_heading {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.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: 20px;
  text-align: center;
}
.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 {
  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: #AC3232;
}
.special_offers_content .merit_heading.m-green {
  color: #08C656;
}
.special_offers_content .subheading {
  margin-bottom: 12px;
}
.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 {
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  color: #AC3232;
  border: solid 2px #AC3232;
  border-radius: 8px;
  background: #FFFFFF;
}
.special_offers .detail_content {
  margin-top: 20px;
}
.special_offers .detail_img {
  text-align: center;
}
.special_offers .detail_text {
  margin-top: 20px;
}
.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: #AC3232;
}
.special_offers .column_text_en .column_text_large {
  padding-left: 1em;
  font-size: 40px;
}
.special_offers .example_margin {
  margin-top: 40px;
}
.special_offers .content_column_box {
  margin-top: 12px;
}
.special_offers .text_space {
  margin-bottom: 8px;
}

/*ご利用ガイド*/
.guide .button_wrapper {
  margin-top: 16px;
}

/*ご利用ガイド*/
/*お客様の声*/
.voice {
  padding: 0;
}
.voice_icon {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
.voice_icon img {
  width: 98px;
}
.voice_icon .circle_badge {
  position: absolute;
  right: 0;
  bottom: 0;
}
.voice_wrapper {
  padding-bottom: 20px;
  font-weight: normal;
}
.voice_box {
  align-self: baseline;
  min-width: 280px;
  padding: 30px 20px;
}
.voice_box_wrapper {
  background: #FFFFFF;
  border-radius: 8px;
}
.voice_box_wrapper:not(:last-child) {
  margin-right: 20px;
}
.voice_evaluation {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}
.voice_evaluation img {
  width: 20px;
}
.voice_heading {
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #AC3232;
}
.voice_text {
  margin-bottom: 20px;
}
.voice_customer {
  padding-top: 20px;
  border-top: solid 1px #C3C3C3;
}

/*お客様の声*/
.benefits_img {
  margin-bottom: 16px;
  text-align: center;
}

/*FAQ*/
.faq .faq_number img {
  width: 36px;
}
.faq_heading_text {
  display: block;
  max-width: calc(100% - (3em + 40px));
  color: #4E3B25;
}
.faq_img {
  margin-top: 16px;
}

/*FAQ*/
/*te-nori*/
.te-nori_about {
  margin-bottom: 40px;
}
.te-nori_about_inner {
  display: block;
  background: #FCFBF9;
  border: solid 2px #289B8F;
  border-radius: 8px;
}
.te-nori_about_content {
  padding: 30px 20px 24px;
}
.te-nori_about .logo {
  margin-bottom: 30px;
}
.te-nori_about .logo img {
  width: 50%;
}
.te-nori_about_footer {
  padding: 13px;
  text-align: center;
  color: #FFFFFF;
  background: #289B8F;
  font-weight: bold;
}

/*te-nori*/
/*ブランド一覧*/
.brand {
  margin-bottom: 80px;
}
.brand_list {
  margin-top: 30px;
}
.brand_list_item:not(:last-child) {
  margin-bottom: 16px;
}

/*ブランド一覧*/
.share {
  padding: 20px;
  background: #AC3232;
}

a {
  color: #000000;
  opacity: 1;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.65;
  cursor: pointer;
}

.footer {
  padding: 40px 20px;
  text-align: center;
  background: #DDD2C2;
}
.footer .text_area {
  margin-bottom: 35px;
}
.footer .logo_link {
  display: block;
  margin: 0 auto 25px;
}
.footer .logo_link img {
  width: 140px;
}

.contact_button {
  margin-bottom: 16px;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

.text_accent {
  font-weight: bold;
}

.brand_list {
  margin-bottom: 30px;
  text-align: center;
}

.sns-icons {
  margin-top: 35px;
}

.sns-icons {
  margin-top: 35px;
}

.lampoa_major_heading {
  width: 70%;
  margin: auto;
  text-align: center;
  color: #4E3B25;
  font-size: 20px;
  font-weight: bold;
}
.lampoa_major_heading .img_collaboration {
  width: 70%;
  margin-bottom: 20px;
}
.lampoa_major_heading .sub_title {
  margin-top: 8px;
}

.first_view {
  position: relative;
  /*height: 100vh;*/
  padding: 20px 20px 0;
  background-size: cover;
  color: #FFFFFF;
}
.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: 24px 0 20px;
}
.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_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.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;
}

.floating_bunner {
  display: none;
  position: fixed;
  top: calc(100vh - 140px);
  right: calc(33.3333333333% + 20px);
  width: 100px;
  z-index: 99;
}
.floating_bunner img {
  width: 100px;
}

@media screen and (max-width: 767.9px) {
  .floating_bunner {
    right: 20px;
  }
}
@media (max-width: 1110px) and (min-width: 768px) {
  .floating_bunner {
    right: 20px;
  }
}
.first_view_title {
  text-align: center;
  color: #FFFFFF;
}

.pgup_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out; /* ふわっと表示させるためのトランジション */
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  right: 0;
  line-height: 0;
  background: #4E3B25;
  border-top-left-radius: 8px;
}
.pgup_btn img {
  width: 16px;
}

.original_text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 -30px;
}
