@charset "UTF-8";
/* CSS Document */

/* =========================================
   Base & Reset
   ========================================= */
:root {
  --hover-opacity: 0.6;
  --transition: .5s;
  --main-color: #4D9D79;
  --sub-color: #67AF8E;
  --font-color: #000;
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

html {
  overflow: -moz-scrollbars-vertical;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.appCam *,
.appCam *:before,
.appCam *:after {
  box-sizing: border-box;
}

button:hover {
  cursor: pointer;
}

#pagetop {
  display: none;
}

/* =========================================
   Header
   ========================================= */
   
header {
  padding: 0;
  border-bottom: 1px solid #fff;
}

header .text {
  text-align: right;
  margin-bottom: 15px;
}

header#header .text img {
  display: inline-block;
}

header .logo {
  width: 30%;
  float: left;
  margin: 15px auto 15px;
}

@media screen and (max-width: 767px) {
  header .logo {
    width: 150px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    padding-left: 5px;
  }
}

.header_logo2 {
  width: 100%;
  max-width: 110px;
  padding: 0;
  margin: 0;
  padding-right: 11px;
}

header .logo2 {
  max-width: 140px;
  padding-top: 11px;
}

header #gNav {
  display: none;
}

#headerSymbol {
  display: none;
}

/* =========================================
   Footer
   ========================================= */
#footerInfo {
  padding: 3% 5%;
}

#footerInfo .address {
  margin-bottom: 45px;
}

#copyright {
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0.6em;
}

footer .footerPageLi {
  display: none;
}


@media (hover: hover) and (pointer: fine) {
  .go_to_top_img a:hover {
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

#wrapper .go_to_top img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  #wrapper .go_to_top img {
    height: 100vh;
    height: 100dvh;
    height: -webkit-fill-available;
  }
}

/* =========================================
   Event Info CTA
   ========================================= */
.event-info {
  padding: 10% 5%;
  text-align: center;
  color: #fff;
  position: relative;
}

.event-info__divider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 94%;
  border-top: 2px dotted #fff;
  margin: 0 auto 20px;
}

.event-info__lead {
  color: #FDE56A;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 4%;
  font-size: 1.4em;
}

.event-info__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.event-info__btn {
  width: min(90%, 650px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 20px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  font-size: 1.5em;
  transition: opacity var(--transition);
}

.event-info__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  position: absolute;
  right: 22px;
}

.event-info__btn--event {
  background: #FEAFAB;
  color: #fff;
  border-bottom: 6px solid #F6807A;
}

.event-info__btn--event::after {
  border-color: transparent transparent transparent #fff;
}

.event-info__btn--mall {
  background: #FFF08F;
  color: #EA554F;
  border-bottom: 6px solid #E8BD4B;
}

.event-info__btn--mall::after {
  border-color: transparent transparent transparent #EA554F;
}

@media (hover: hover) and (pointer: fine) {
  .event-info__btn:hover {
    opacity: var(--hover-opacity);
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .event-info {
    padding: 30px 5% 40px;
  }
  .event-info__lead {
    font-size: 1.15em;
  }
  .event-info__btn {
    width: 100%;
    font-size: 1.15em;
    padding: 18px 16px;
  }
  .event-info__btn::after {
    right: 16px;
  }
}

/* =========================================
   Layout & Wrappers
   ========================================= */
#wrapper #main {
  padding-top: 0;
  background: #EA554F;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #wrapper #main {
    padding-top: 0;
    background: #EA554F;
    font-size: min(12px, 2.6666vw);
  }
}

#wrapper .appCam {
  padding-top: 51px;
}

#headerSymbol_sp {
  display: none;
}

#contents {
  max-width: none;
  margin-bottom: 0;
  opacity: 0;
  transition: var(--transition);
}

#main {
  margin: 0;
  padding: 0;
  border: none;
}

#contInner {
  position: relative;
  max-width: min(786px, 40vw);
  min-width: 500px;
  width: 100%;
  margin: 0 auto 0 max(55vw, 60rem);
}

.main_content_outer {
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-y;
  padding-bottom: 10%;
}

.main_content_inner {
  width: 100%;
  margin: 0 auto;
}

/* Fix Area (Left/Right Sidebars) */
.fix_contents_left {
  position: fixed;
  width: max(55vw, 60rem);
  display: flex;
  align-items: center;
  height: 100vh;
  background: #F7C5C6;
}

.fix_contents_left_image {
  display: flex;
  align-items: center;
  width: min(100vh, 100vw);
  margin: 0 auto;
}

.fix_contents_right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100vw - max(55vw, 60rem) - min(500px, 50rem));
  height: 100vh;
  background: #F7C5C6;
  background-position: top right;
  box-sizing: border-box;
}

/* Scroll Area */
#contentsArea {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
  scrollbar-width: auto;
  scrollbar-color: #ea5650 #E2E2E2;
}

/* Scrollbar Customization (PC) */
@media screen and (min-width: 768px) {
  #contentsArea {
    scrollbar-width: auto;
    scrollbar-color: #ea5650 #E2E2E2;
  }
  .scroll_bar::-webkit-scrollbar {
    width: 10px;
  }
  .scroll_bar::-webkit-scrollbar-track {
    background-color: #E2E2E2;
    border: 4px solid #ffffff;
    border-right: none;
  }
  .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #ea5650;
    border: 4px solid #ffffff;
    border-right: none;
  }
}

/* Hidden Elements */
#gNav {
  display: block;
}
#js_menu,
#language {
  display: none;
}

/* =========================================
   Main Visual
   ========================================= */
.mainvisual {
  width: 100%;
  background: #F7C5C6;
  display: none; /* Default hidden on PC if covered by fax area? (from old CSS) */
}

.mainvisual_inner {
  width: 100%;
  align-items: center;
}

#password-input-area {
  padding: 60px 10px;
}

/* =========================================
   Select Area (Filters)
   ========================================= */
.select {
  padding: 40px 5% 2%;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .select {
    padding: 5%;
  }
}

.select__clear-btn {
  position: absolute;
  top: min(40px, 5.8vw);
  right: 5%;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.select__clear-btn::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  background-image: url('../img/ico-clear_icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.select__container {
  margin-bottom: 30px;
}

.select__container:last-child {
  margin-bottom: 0;
}

.select__container-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.select__container-title::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  background-image: url('../img/ico-filter_icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.select__container-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.select__container-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  background-color: #fff;
  border: 2px solid #FEAFAB;
  color: #EE5D53;
  border-radius: 9999px;
  padding: 2%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 1.6;
}

.select__container-item.long_txt {
  font-size: 1.1em;
}

@media (hover: hover) and (pointer: fine) {
  .select__container-item:hover {
    opacity: 0.8;
  }
}

/* Active/Selected State */
.select__container-item.active,
.select__container-item.selected {
  background-color: #F8B4AF;
  color: #fff;
  border: 2px solid #FFF;
}

@media screen and (min-width: 768px) {
  .select__container-list {
    justify-content: flex-start;
    gap: 15px;
  }
  .select__container-item {
    width: auto;
    padding: 6px 30px;
    min-width: 150px;
  }
}

/* =========================================
   Floating Filter
   ========================================= */
.floating-filter {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 1000;
  transition: all 1s;
}
.floating-filter.is-open{
    transition: all 1s;
}


.floating-filter__toggle {
  background: #fff;
  color: #EA554F;
  border: 2px solid #EA554F;
  padding: 10px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.floating-filter__panel {
  position: fixed;
  right: 18px;
  bottom: 120px;
  width: min(90vw, 560px);
  max-height: 70vh;
  overflow-y: auto;
  background: #f7c5c6;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  /* display: none; */
}

/* .floating-filter.is-open .floating-filter__panel {
  display: block;
} */

#floating-filter-panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}

#floating-filter.is-open #floating-filter-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 8px;
  border-bottom: 1px solid #f0f0f0;
}

.floating-filter__title {
  font-weight: 700;
  margin: 0;
  color: #EA554F;
}

.floating-filter__close {
  background: transparent;
  border: none;
  font-size: 1.4em;
  line-height: 1;
  color: #EA554F;
}

.floating-filter__body {
  padding: 12px 18px 10px;
}

.floating-filter .select__container {
  margin-bottom: 18px;
}

.floating-filter .select__container-title {
  color: #EA554F;
}

.floating-filter .select__container-item {
  width: 48%;
  padding: 8px 10px;
  font-size: 1em;
}

.floating-filter__footer {
  display: flex;
  gap: 10px;
  padding: 12px 18px 18px;
}

@media screen and (max-width: 767px) {
  .floating-filter__footer {
    padding: 12px 18px 40px;
  }
}


.floating-filter__clear,
.floating-filter__apply {
  flex: 1;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 700;
  border: 2px solid #EA554F;
}

.floating-filter__clear {
  background: #fff;
  color: #EA554F;
}

.floating-filter__apply {
  background: #EA554F;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .floating-filter {
    right: 12px;
    bottom: 90px;
  }
  .floating-filter__panel {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 80vh;
    border-radius: 16px 16px 0 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .floating-filter__toggle {
    padding: 8% 30px;
    font-size: 0.9rem;
  }
}

/* =========================================
   Lead & Banners
   ========================================= */
.lead_img {
  margin: 0 auto;
  width: 95%;
}

.lead_img.lead_bnr {
  width: 86%;
  margin: 0 auto;
  background: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .lead_img.lead_bnr a:hover {
    transition: var(--transition);
    opacity: var(--hover-opacity);
  }
}

.lead_img:nth-last-child(n+1) {
  margin-top: 5%;
}

.lead_txt_area {
  margin-top: 5%;
}

.and_more {
  margin: 77px 0;
}

#renewal_open {
  margin-top: 5%;
}

/* =========================================
   Shop List Area
   ========================================= */
#list_area {
  margin-top: 5%;
}

.no-results-message {
  text-align: center;
  padding: 40px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .no-results-message {
    font-size: 1rem;
  }
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 33px;
  width: 94%;
  margin: 7% auto 0;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shop_list {
    row-gap: 24px;
  }
}

.shop_list_each {
  width: 48%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .shop_list_each:hover .shop_item_image,
  .shop_list_each:hover .shop_item_name,
  .shop_list_each:hover .shop_item_footer {
    opacity: var(--hover-opacity);
    transition: opacity var(--transition);
  }
}

.shop_item_image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #EEE;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}

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

.shop_item_name {
  color: #FFF462; /* Yellow */
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5;
}

.shop_item_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 8px;
}

.shop_item_logo {
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  font-size: 0.8em;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  width: calc(60 / 160 * 100%);
}

.shop_item_shopname {
  color: #fff;
  font-size: 0.9em;
  text-align: left;
  width: calc(97 / 160 * 100%);
  line-height: 1.55;
}

.placeholder_text {
  color: #999;
  font-weight: bold;
  font-size: 1.5em;
}

.shop_data {
  display: none;
}

.shop_info_open {
  color: #FF4A94;
  font-size: 1em;
  line-height: 31px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 6.451612903%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* =========================================
   Modal Area
   ========================================= */
/* Modal Container */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  overflow-y: auto; /* Allow scrolling if content is taller than viewport */
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition);
  box-sizing: border-box;
  z-index: 9999;
  
  /* Flexbox for centering */
  display: flex;
  align-items: center; /* Vertical center */
  justify-content: center; /* Horizontal center */
}
/* If content is taller than modal container, let it scroll naturally. 
   When using Flexbox centering, if child is taller than parent, 
   top part might get cut off with align-items: center. 
   Using margin: auto on child is a safer way in some contexts, 
   but display:flex + proper min-height handling works too.
   For simple robust centering that handles overflow:
*/
.modal-container::before {
  /* Remove old centering hack */
  content: none;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Body */
.modal-body {
  position: relative;
  max-width: 600px;
  width: 90%;
  background: #fff;
  text-align: left;
  display: block;
  margin: auto;
  line-height: 1.6;
}

/* Modal Inner */
.modal-close-area {
  text-align: right;
  padding: 20px 20px 10px;
}

.btn-close {
  width: 30px;
  cursor: pointer;
}

#wrapper .modal-close-area .btn-close{
  margin-inline: auto 0; 
  width: 28px;
}

.modal-content {
  padding: 0 40px 20px;
  color: #000;
}

.modal_img_area {
  width: 100%;
  margin-bottom: 15px;
}

.modal_img_wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.placeholder_text_large {
  font-size: 2em;
  color: #999;
  font-weight: bold;
}

.modal_item_name {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}

.modal_item_price {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal_item_divider {
  border-top: 2px dashed #EA554F;
  margin: 20px 0;
  width: 100%;
}

.modal_item_desc {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.modal_wrapping_area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 18px;
}

.wrapping_tag {
  border: 1px solid #D63384;
  color: #D63384;
  padding: 11px 0 14px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  max-width: 122px;
  width: 100%;
}

.wrapping_fee {
  font-size: 0.9em;
  line-height: 1.5;
  flex: 1;
}

/* Modal Shop Card */
.modal_shop_card {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  gap: 18px;
}

.modal_shop_logo_area {
  /* width: 30%;
  margin-right: 5%; */
}

.modal_shop_logo {
  width: 100%;
  max-width: 122px;
  border: 1px solid #DADADA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1em;
  padding: 5px;
}

.modal_shop_logo img {
  max-width: 100%;
  max-height: 100%;
}

.modal_shop_info_details {
  flex: 1;
}

.modal_shop_desc {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1em;
}

.modal_shop_data_list {
  font-size: 0.85em;
}

.modal_shop_data_list .data_row {
  display: flex;
  margin-bottom: 3px;
}

.modal_shop_data_list dt {
  width: 5em;
  font-weight: normal;
}

.modal_shop_data_list dd {
  margin-left: 0;
}

/* Modal Bottom Button */
.modal_bottom_close {
  text-align: center;
}

.btn_close_bottom {
  background: transparent;
  border: none;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.close_icon {
  font-size: 1.5em;
  margin-right: 5px;
  line-height: 1;
}

/* =========================================
   Media Queries
   ========================================= */

/* Max Width 1500px */
@media screen and (max-width: 1500px) {
  .shop_list_each.new::before {
    font-size: 1.2vw;
    line-height: 35px;
  }
  .shop_list_each.hokkaido::after {
    font-size: 1.2vw;
  }
}

/* Max Width 1000px */
@media screen and (max-width: 1000px) {
  #contInner {
    position: relative;
    max-width: 100%;
    min-width: 300px;
    width: 100%;
    margin: 0 auto 0 max(55vw, 60rem);
  }
  .mainvisual {
    display: block;
  }
  .modal-body {
    width: 95%;
  }
  .modal-content {
    padding: 20px;
  }
  .shop_list_each.new::before {
    font-size: 0.85em;
  }
  .shop_list_each.hokkaido::after {
    font-size: 0.85em;
  }
}

/* Max Width 767px (SP Layout) */
@media screen and (max-width: 767px) {
  /* Layout */
  #contentsArea {
    width: 100%;
  }
  #contInner {
    margin: 0 0 0 auto;
  }
  .fix_contents_right {
    width: 0;
  }
  .fix_contents_left {
    width: calc(100vw - min(786px, 40vw));
  }
  #footerInfo {
    padding: 0;
  }
  #footerInfo .infoWrap {
    padding: 5% 5% 0;
  }

  /* Modal SP */
  .modal-body {
    width: 100%;
  }
  .modal-content {
    padding: 0 20px 20px;
  }
  .modal_inner {
    flex-direction: column;
  }
  #modal-img-area {
    width: 100%;
    margin: 15px 0 20px;
  }
  #wrapper img#modal-close {
    width: 27px;
    top: 10px;
    right: 10px;
  }

  /* Shop Info Text (Overrides) */
  .shop_list_each.new::before {
    font-size: 0.85em;
  }
  .shop_list_each.hokkaido::after {
    font-size: 0.85em;
  }
  
  .shop_info {
    width: 100%;
    margin-left: 0;
  }
  .shop_info_open {
    font-size: 3.145vw;
  }
  .shop_info_floor, .shop_first_time {
    font-size: 0.9375em;
  }
  .shop_first_time {
    margin-left: 7px;
  }
  .shop_info_name {
    font-size: 1.5em;
    margin-top: 7px;
  }
  .shop_info_when {
    font-size: 0.9375em;
    letter-spacing: 0.75px;
  }
  .shop_info_intro {
    font-size: 0.875em;
    line-height: 26px;
    margin-top: 16px;
  }
  .shop_info_url {
    margin-top: 12px;
  }
  .shop_info_url a {
    font-size: 0.75em;
  }
}

/* =========================================
   Modal Swiper
   ========================================= */
.modal_img_wrapper.modal-swiper {
  position: relative;
  overflow: hidden;
}

.modal-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-swiper .swiper-button-prev,
.modal-swiper .swiper-button-next {
  color: #EA554F;
  width: 44px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.modal-swiper .swiper-button-prev {
  left: 10px;
}

.modal-swiper .swiper-button-next {
  right: 10px;
}

.modal-swiper .swiper-button-prev::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #EA554F transparent transparent;
  margin-left: -3px;
}

.modal-swiper .swiper-button-next::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #EA554F;
  margin-right: -3px;
}

.modal-swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.modal-swiper .swiper-pagination-bullet {
  background: #EA554F;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}

.modal-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.disclaimer{
  text-align: center;
  margin: 20px 0 10px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.6;
}

.btn_pagetop_area {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 10;
    transition: all 0.5s;
    opacity: 0;
}

.btn_pagetop {
    position: relative;
    width: 50px;
    height: 47px;
    background-color: #000;
    box-shadow: 0px 0px 6px #00000066;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    opacity: 0.5;
}

.btn_pagetop::after {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

