@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

area {
  outline: none;
  border: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea {
  appearance: none;
  outline: none;
  border: 0;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  appearance: none;
}

a {
  outline: none;
  text-decoration: none;
}

figure {
  line-height: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

:root {
  --black: #000;
  --white: #fff;
}

@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/ZenMaruGothic-Medium.woff2") format("woff2");
  font-family: "Zen Maru Gothic";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/ZenMaruGothic-Bold.woff2") format("woff2");
  font-family: "Zen Maru Gothic";
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
html._modal-open {
  overflow: hidden;
}
html._modal-open-explanation {
  overflow: auto;
}
html._modal-open-explanation .modal_wrapper {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  color: var(--black);
  font-style: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.content {
  display: grid;
  grid-template-columns: 1fr 580px 1fr;
  width: 100%;
  min-height: 100vh;
}

.content_side._left {
  position: relative;
  z-index: 10;
  border-right: solid 1px var(--black);
}
.content_side._right {
  border-left: solid 1px var(--black);
}

.content_side-inner {
  display: flex;
  position: sticky;
  top: 0;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  background-image: url("/common/img/common_bg_item1.webp");
  background-position: 0 0;
  background-size: 201px 201px;
  background-repeat: repeat;
  min-height: 100vh;
}

.header {
  display: block;
  transition: opacity 0.3s;
  margin: 0 0 0 auto;
  padding: 57px min(10.4651162791%, 45px) 64px;
  width: 100%;
  max-width: 430px;
}

.header_logo a {
  display: block;
  transition: opacity 0.3s;
}

.header_logo-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.header_logo-img._lead {
  margin-bottom: 16px;
  max-width: 186px;
}
.header_logo-img._main {
  max-width: 256px;
}

.header_button {
  display: none;
}

.header_nav {
  display: block;
  margin: 48px 0 0;
  background-color: #ccc;
  width: 100%;
  height: 500px;
}

.header_sns {
  margin: 8px 0 0;
}

.header_sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.header_sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  border-radius: 100px;
  width: 44px;
  height: 44px;
}
.header_sns-item a img {
  width: 24px;
  height: 24px;
}

.footer {
  display: block;
  border-top: solid 1px #ccc;
}

.footer_unit {
  padding: 67px 24px 72px;
}

.footer_sns {
  margin: 0 -24px;
}

.footer_sns-title {
  position: relative;
  padding: 0 0 14px;
  color: var(--black);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.24px;
  text-align: center;
  text-transform: uppercase;
}
.footer_sns-title:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/common/img/common_ico_footer_title.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 189px;
  height: 14px;
  content: "";
}

.footer_sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0;
}

.footer_sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}
.footer_sns-item a img {
  width: 32px;
  height: 32px;
}

.footer_logo {
  margin: 56px 0 0;
}
.footer_logo a {
  display: block;
  transition: opacity 0.3s;
}

.footer_logo-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.footer_logo-img._lead {
  margin-bottom: 18px;
  max-width: 209px;
}
.footer_logo-img._main {
  max-width: 288px;
}

.footer_copy {
  display: flex;
  justify-content: center;
  background: var(--black);
  padding: 16px;
}

.footer_copy-text {
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

.main {
  display: block;
}

.aside {
  display: block;
  margin: 0 auto 0 0;
  padding: 56px min(15.1162790698%, 65px) 46px;
  width: 100%;
  max-width: 417px;
  min-height: 200px; /**/
}

.aside_theme-item {
  display: block;
  position: relative;
  width: 67.3684210526%;
}
.aside_theme-item:nth-child(odd) {
  margin: 0 0 0 8px;
}
.aside_theme-item:nth-child(even) {
  margin: -8px -8px 0 auto;
}
.aside_theme-item:before, .aside_theme-item:after {
  display: block;
  position: absolute;
  right: 18px;
  bottom: 27.1676300578%;
  z-index: 1;
  width: 33px;
  height: 33px;
  content: "";
}
.aside_theme-item:before {
  transition: background-color 0.3s;
  border-radius: 24px;
  background-color: var(--black);
}
.aside_theme-item:after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  transition: filter 0.3s;
  background-image: url("/common/img/common_ico_arrow1.svg");
  background-position: 50% 50%;
  background-size: 15px 13px;
  background-repeat: no-repeat;
}
.aside_theme-item._disabled {
  pointer-events: none;
}
.aside_theme-item._disabled:before, .aside_theme-item._disabled:after {
  content: none;
}

.aside_theme-text {
  display: flex;
  position: absolute;
  top: 12.1387283237%;
  left: -9px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  z-index: 1;
}
.aside_theme-text span {
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: solid 1px var(--black);
  background-color: var(--white);
  padding: 2px 6px 4px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.84px;
}

.aside_theme-image {
  transition: transform 0.3s;
}

.aside_theme-button {
  margin: 10px 0 0;
  text-align: center;
}

.aside_card {
  margin: 22px 0 0;
  border: solid 1px var(--black);
  border-radius: 24px;
  background-color: var(--white);
  padding: 14px 4.8780487805%;
}

.aside_card-text {
  color: var(--black);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.aside_card-text em {
  display: inline-block;
  padding: 4px 0 0;
  color: #E88D33;
  font-weight: 700;
  font-size: 16px;
}

.aside_card-image {
  margin: 16px auto 0;
  width: 97px;
}

.aside_card-button {
  margin: 16px auto 0;
  text-align: center;
}

.breadcrumb {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  gap: 8px 0;
  transform: translateZ(1px);
  z-index: 1;
  background-color: var(--white);
  padding: 0 16px 16px;
}

.breadcrumb_item {
  position: relative;
  padding: 0 36px 0 0;
  color: var(--black);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.breadcrumb_item:last-child {
  padding-right: 0;
  color: #909090;
}
.breadcrumb_item:last-child:after {
  content: none;
}
.breadcrumb_item:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  filter: invert(61%) sepia(0%) saturate(0%) hue-rotate(59deg) brightness(93%) contrast(88%);
  background-image: url("/common/img/common_ico_arrow3.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  content: "";
}
.breadcrumb_item > a,
.breadcrumb_item > span {
  display: block;
  padding: 0 0 2px;
  color: inherit;
}

.heading {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.heading span {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.heading span:before, .heading span:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  content: "";
}
.heading span:before {
  left: 0;
  background-image: url("/common/img/common_ico_heading1.svg");
}
.heading span:after {
  right: 0;
  background-image: url("/common/img/common_ico_heading2.svg");
}
.heading span._inline-block {
  padding: 0;
}
.heading span._inline-block:before, .heading span._inline-block:after {
  content: none;
}

.heading2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
.heading2 span {
  display: inline-block;
  position: relative;
  padding: 7px 18px;
}
.heading2 span:before, .heading2 span:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px var(--black);
  border-right: none;
  width: 6px;
  height: calc(100% - 5px);
  content: "";
}
.heading2 span:before {
  left: 0;
}
.heading2 span:after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.page-heading {
  position: relative;
  padding: 30px 48px 60px;
}
.page-heading:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--black);
  width: calc(100% - 96px);
  height: 1px;
  content: "";
}

.page-heading_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}

.page-heading_sub {
  display: block;
  margin: 0 0 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: solid 1px var(--black);
  border-radius: 48px;
  background-color: var(--white);
  padding: 12px 32px;
  min-height: 61px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.button:before, .button:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  content: none;
}
.button:before {
  transition: background-color 0.3s;
  border-radius: 100px;
  background-color: var(--black);
}
.button:after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.button._arrow {
  padding-right: 64px;
}
.button._arrow:before {
  content: "";
}
.button._arrow:after {
  background-image: url("/common/img/common_ico_arrow1.svg");
  background-size: 15px 13px;
  content: "";
}
.button._arrow2 {
  padding-right: 64px;
  padding-left: 24px;
}
.button._arrow2:after {
  right: 12px;
  filter: unset;
  background-image: url("/common/img/common_ico_arrow2.svg");
  background-size: 100% 100%;
  content: "";
}
.button._modal {
  padding-right: 76px;
}
.button._modal:after {
  right: 23px;
  filter: unset;
  background-image: url("/common/img/common_ico_modal.svg");
  background-size: 100% 100%;
  content: "";
}
.button._blank {
  padding-right: 76px;
}
.button._blank:after {
  right: 23px;
  filter: unset;
  background-image: url("/common/img/common_ico_blank.svg");
  background-size: 22px 22px;
  content: "";
}
.button._black {
  background-color: var(--black);
  color: var(--white);
}
.button._black:before {
  background-color: var(--white);
}
.button._black:after {
  filter: unset;
}
.button._black._arrow2:after, .button._black._modal:after, .button._black._blank:after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
}
.button._orange {
  border: solid 1px var(--white);
  background-color: #E88D33;
  color: var(--white);
}
.button._orange:before {
  background-color: var(--white);
}
.button._orange:after {
  filter: invert(66%) sepia(99%) saturate(1426%) hue-rotate(337deg) brightness(95%) contrast(90%);
}
.button._orange._modal:after, .button._orange._blank:after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
}
.button._small {
  padding: 8px 16px;
  min-height: 40px;
  font-size: 12px;
}
.button._small._arrow {
  padding-right: 43px;
}
.button._small._arrow:before, .button._small._arrow:after {
  right: 8px;
  width: 24px;
  height: 24px;
}
.button._small._arrow:after {
  background-size: 11px 10px;
}
.button._small._arrow2, .button._small._modal, .button._small._blank {
  padding-right: 43px;
}
.button._small._arrow2:after, .button._small._modal:after, .button._small._blank:after {
  right: 11px;
  width: 24px;
  height: 24px;
}
.button._small._blank:after {
  background-size: 16px 16px;
}
.button._large {
  padding-right: 60px;
  padding-left: 60px;
  min-height: 64px;
}
.button._large._arrow {
  padding-right: 67px;
}
.button._large._arrow:before, .button._large._arrow:after {
  right: 11px;
  width: 40px;
  height: 40px;
}
.button._large._arrow2, .button._large._modal, .button._large._blank {
  padding-right: 87px;
}
.button._large._arrow2:after, .button._large._modal:after, .button._large._blank:after {
  width: 40px;
  height: 40px;
}
.button._large._blank:after {
  background-size: 26px 26px;
}
.button._banner {
  background-color: var(--black);
  padding: 11px 33px 11px 17px;
  min-height: 42px;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  font-family: inherit;
}
.button._banner:after {
  right: 12px;
  background-image: url("/common/img/common_ico_arrow3.svg");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  content: "";
}
.button._regist {
  padding: 8px 57px 8px 23px;
  min-height: 42px;
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
  font-family: inherit;
}
.button._regist:after {
  right: 23px;
  filter: unset;
  background-image: url("/common/img/common_ico_blank.svg");
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  content: "";
}
.button._form {
  padding: 11px 23px;
  font-size: 18px;
}
.button._form[disabled] {
  border-color: #ccc;
  background-color: #ccc;
  pointer-events: none;
}
.button._anchor {
  padding: 8px 56px 8px 21px;
  min-height: 51px;
  font-size: 22px;
  font-family: inherit;
}
.button._anchor:after {
  right: 23px;
  transform: translateY(-50%) rotate(90deg);
  filter: unset;
  background-image: url("/common/img/common_ico_arrow1.svg");
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  content: "";
}
.button._digital-card {
  border-radius: 100px;
  padding: 22px;
  width: 100%;
  min-height: 77px;
}

.button._digital-card .button_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.button_text-line {
  display: inline-block;
  position: relative;
  padding: 3px 0 3px 33px;
  font-weight: 500;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.button_text-line:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  background-image: url("/common/img/common_ico_blank.svg");
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list._note {
  gap: 4px;
}

.list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 16px;
  line-height: 1.5;
}
.list._note .list_item {
  color: #787878;
  font-size: 15px;
}

.list_item-icon {
  font-weight: 700;
}
.list._note .list_item-icon {
  font-weight: 500;
  font-size: 13px;
}

.list_item-text {
  flex: 1;
}

.navi {
  margin: 48px 0 0;
  padding: 0 4.1176470588%;
  width: 100%;
}

.navi_heading {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.72px;
  text-align: center;
  text-transform: uppercase;
}

.navi_box {
  position: relative;
  margin: 24px 0 0;
  border: 1px solid var(--black);
  border-radius: 16px;
  background-color: var(--white);
  padding: 15px 10.2564102564% 15px;
}
.navi_box:before {
  display: block;
  position: absolute;
  top: -24px;
  left: 3px;
  background-image: url("/common/img/common_ico_navi_list.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 63px;
  height: 34px;
  content: "";
}

.navi_box-inner {
  height: 100%;
}

.navi_logo {
  display: none;
}
.navi_logo a {
  display: block;
  transition: opacity 0.3s;
}

.navi_item {
  border-bottom: dashed 1px var(--black);
}
.navi_item._online {
  border-bottom: solid 1px #8C8C8C;
}
.navi_item._utility {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border: none;
  padding: 14px 0;
}

.navi_link {
  display: flex;
  align-items: center;
  gap: 0 8px;
  transition: background-color 0.3s;
  padding: 19px 0 20px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.navi_item._online .navi_link {
  flex-direction: column;
  padding: 18px 0 16px;
}
.navi_item._utility .navi_link {
  display: block;
  padding: 0;
}

.navi_number {
  color: #E88D33;
  font-size: 20px;
}

.navi_text {
  font-size: 16px;
}

.navi_online-image {
  display: block;
  width: 183px;
}

.navi_online-text {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px var(--black);
  border-radius: 48px;
  background-color: var(--white);
  padding: 8px 6.5306122449%;
  min-height: 34px;
  color: var(--black);
  font-size: 14px;
  text-align: center;
}

.navi_utility-text {
  font-size: 12px;
}

.not-found {
  margin: 86px 0 0;
  padding: 0 48px 64px;
}

.not-found_number {
  font-style: normal;
  font-weight: 500;
  font-size: 86px;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}

.not-found_text {
  margin: 48px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.not-found_button {
  margin: 60px 0 0;
  text-align: center;
}

.anchor {
  margin: 48px 0 0;
  padding: 0 48px;
}

.anchor_unit {
  border-top: dashed 1px var(--black);
  border-left: dashed 1px var(--black);
  border-radius: 8px 0 0 0;
  padding: 25px 0 40px 32px;
}

.anchor_title {
  display: inline-block;
  padding: 8px 0;
  color: var(--black, );
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-transform: uppercase;
}

.anchor_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 36px 0 0;
}
.anchor_item {
  font-size: 0;
}
.anchor_item a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.anchor_list._day .anchor_item {
  position: relative;
  padding-left: 66px;
}
.anchor_list._more .anchor_item a {
  margin-left: 66px;
}

.anchor_day,
.anchor_number {
  color: #A5A5A5;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}

.anchor_list._day .anchor_day {
  position: absolute;
  top: -5px;
  left: 0;
}
.anchor_list._more .anchor_day {
  display: block;
  margin: 0 0 24px;
}

.anchor_number {
  margin-top: -5px;
}

.anchor_text {
  flex: 1;
  color: var(--black);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.banner {
  position: relative;
  transform: translateZ(1px);
  z-index: 1;
  background-color: var(--white);
  padding: 86px 48px 0;
}
.banner._bottom {
  padding-bottom: 64px;
}

.banner_item + .banner_item {
  margin-top: 12px;
}
.banner_item a {
  display: block;
  transition: opacity 0.3s;
}
.banner_item._sendai {
  margin-top: 24px;
}

.banner_text {
  font-size: 21px;
  line-height: 1;
  text-align: center;
}
.banner_text span {
  display: inline-block;
  position: relative;
  padding: 0 19px;
}
.banner_text span:before, .banner_text span:after {
  display: block;
  position: absolute;
  top: 50%;
  background-color: var(--black);
  width: 1px;
  height: 24px;
  content: "";
}
.banner_text span:before {
  left: 0;
  transform: translateY(-50%) rotate(-26deg);
}
.banner_text span:after {
  right: 0;
  transform: translateY(-50%) rotate(26deg);
}

.banner_button {
  margin: 24px 0 0;
  text-align: center;
}

.info-wrap {
  padding: 0 48px 62px;
}

.info_item {
  padding-top: 67px;
}

.info_box {
  display: block;
  position: relative;
  padding: 0 0 0 31px;
}

.info_date {
  display: flex;
  position: absolute;
  top: -18px;
  left: 0;
  justify-content: center;
  align-items: center;
  transform: rotate(-15deg);
  z-index: 1;
  background-image: url("/common/img/common_ico_info_date.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 118px;
  height: 118px;
  color: var(--black);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 1px;
}

.info_title {
  position: absolute;
  bottom: 22px;
  left: 0;
  z-index: 1;
  transition: background-color 0.3s, color 0.3s;
  border: solid 3px var(--black);
  border-radius: 6px;
  background-color: var(--white);
  padding: 14px 10px;
  max-width: 96%;
  color: var(--black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.info_title:before {
  display: inline-block;
  position: absolute;
  top: -26px;
  left: -3px;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px var(--black);
  border-radius: 45px 24px 24px 0;
  background-color: var(--black);
  padding: 6px 13px 6px 19px;
  content: attr(data-label);
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}

.info_image {
  border-radius: 12px;
  overflow: hidden;
}
.info_image img {
  transition: transform 0.3s;
}

.info_text {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.info_text a {
  color: var(--black);
  text-decoration: underline;
}
.info_text a[target=_blank]:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  background-image: url("/common/img/common_ico_blank.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}

.other-list {
  margin: 56px 0 0;
}

.other-list_item + .other-list_item {
  margin-top: 48px;
}
.other-list_item a {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
}
.other-list_item a:before, .other-list_item a:after {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 1;
  width: 60px;
  height: 60px;
  content: "";
}
.other-list_item a:before {
  transition: background-color 0.3s;
  border-radius: 45px;
  background-color: var(--black);
}
.other-list_item a:after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  transition: filter 0.3s;
  background-image: url("/common/img/common_ico_arrow1.svg");
  background-position: 50% 50%;
  background-size: 26px 24px;
  background-repeat: no-repeat;
}

.other-list_label {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background: #E88D33;
  padding: 12px 24px;
  color: var(--white);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.8px;
}

.other-list_text {
  display: flex;
  position: absolute;
  top: 114px;
  left: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  z-index: 1;
}
.other-list_text span {
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: solid 1px var(--black);
  background-color: var(--white);
  padding: 5px 11px 7px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.32px;
}

.other-list_image {
  border-radius: 24px;
  overflow: hidden;
}
.other-list_image img {
  transition: transform 0.3s;
}

.form {
  margin: 62px 0 0;
}
.form > *:first-child {
  margin-top: 0;
}

.form_error-message {
  border: solid 1px #E54141;
  border-radius: 4px;
  background-color: #FAF4F4;
  padding: 15px 17px;
  color: #E54141;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.form_unit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 62px 0 0;
}
.form_unit + .form_unit {
  margin-top: 36px;
}

.form_title {
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.form_label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.form_required {
  display: inline-block;
  border-radius: 4px;
  background-color: var(--black);
  padding: 6px 12px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.3;
}

.form_input {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form_input._radio, .form_input._checkbox {
  gap: 12px;
}
.form_input._error input,
.form_input._error textarea,
.form_input._error select {
  border-color: #E54141 !important;
  background-color: #FAF4F4 !important;
}
.form_input._error input[type=radio] + label:before,
.form_input._error input[type=checkbox] + label:before {
  border-color: #E54141 !important;
}
.form_input._error .form_error {
  display: block;
}

.form_item {
  display: flex;
  font-size: 20px;
  line-height: 1.3;
}
.form_item input,
.form_item textarea,
.form_item select {
  border-width: 1px;
  border-style: solid;
  border-color: #DDD;
  border-radius: 4px;
  background-color: #F9F9F9;
  padding: 8px 18px;
  width: 100%;
  min-height: 62px;
  color: var(--black);
  font-size: inherit;
  line-height: 1.3;
  font-family: inherit;
}
.form_item input::placeholder,
.form_item textarea::placeholder,
.form_item select::placeholder {
  color: #BBB;
}
.form_item input:focus,
.form_item textarea:focus,
.form_item select:focus {
  border-color: var(--black);
}
.form_item input:not(:placeholder-shown),
.form_item textarea:not(:placeholder-shown),
.form_item select:not(:placeholder-shown) {
  border-color: #F9F9F9;
  background-color: #F9F9F9;
}
.form_item textarea {
  display: block;
  min-height: 114px;
  resize: none;
}
.form_item input[type=radio] {
  display: none;
}
.form_item input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  font-size: inherit;
  line-height: 1.3;
  font-family: inherit;
}
.form_item input[type=radio] + label:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #DDD;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  content: "";
}
.form_item input[type=radio] + label:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 7px;
  border-radius: 100%;
  background-color: var(--white);
  width: 6px;
  height: 6px;
  content: none;
}
.form_item input[type=radio]:checked + label:before {
  border-color: #888;
  background-color: #888;
}
.form_item input[type=radio]:checked + label:after {
  content: "";
}
.form_item input[type=checkbox] {
  display: none;
}
.form_item input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  font-size: inherit;
  line-height: 1.3;
  font-family: inherit;
}
.form_item input[type=checkbox] + label:before, .form_item input[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #DDD;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  content: "";
}
.form_item input[type=checkbox] + label:after {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(129deg) brightness(108%) contrast(101%);
  background-image: url("/common/img/common_ico_checked.svg");
  background-position: 50% 50%;
  background-size: 16px 10px;
  background-repeat: no-repeat;
  content: none;
}
.form_item input[type=checkbox]:checked + label:before {
  border-color: #888;
  background-color: #888;
}
.form_item input[type=checkbox]:checked + label:after {
  border-color: transparent;
  content: "";
}

.form_error {
  display: none;
  padding: 0 0 0 1em;
  color: #E54141;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-indent: -1em;
}

.form_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 62px 0 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 100100;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.modal._enter {
  display: flex;
  visibility: hidden;
  opacity: 0;
}
.modal._enter-to {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.modal._leave {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.modal._leave-to {
  display: flex;
  visibility: hidden;
  opacity: 0;
}
.modal._closed {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.modal_overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.modal_wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% + 1px);
}

.modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  padding: 76px 24px 50px;
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 800px;
  pointer-events: none;
}
.modal_content._explanation {
  padding: 76px 24px;
  height: auto;
  max-height: none;
}
.modal_content._community {
  max-height: 743px;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 36px;
  z-index: 10;
  width: 54px;
  height: 54px;
  pointer-events: auto;
}
.modal_close button {
  display: block;
  transition: opacity 0.3s;
  background-image: url("/common/img/common_ico_modal_close.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.modal_body {
  border: solid 1px var(--black);
  border-radius: 24px;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: auto;
}
.modal_content._favorite .modal_body {
  background-color: #F2F2F2;
}
.modal_content._explanation .modal_body {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.ua-windows .modal_body::-webkit-scrollbar {
  width: 10px;
}

.ua-windows .modal_body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}

.ua-windows .modal_body::-webkit-scrollbar-track {
  margin-top: 24px;
  margin-bottom: 24px;
}

.modal_inner {
  padding: 24px 24px 48px;
}
.modal_content._explanation .modal_inner {
  padding: 0;
}

.modal_explanation {
  display: flex;
  position: relative;
  align-items: center;
  outline: dashed 2px var(--black);
  outline-offset: -6px;
  border-radius: 100px;
  background-color: #E88D33;
  padding: 34px 68px 34px 177px;
  min-height: 158px;
}
.modal_explanation:before, .modal_explanation:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 116px;
  height: 116px;
  content: "";
}
.modal_explanation:before {
  border-radius: 100%;
  background-color: var(--white);
}
.modal_explanation:after {
  background-image: url("/common/img/common_ico_foot1.webp");
  background-position: 50% 50%;
  background-size: 65px 63px;
  background-repeat: no-repeat;
}

.modal_explanation-text {
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

.modal_community > *:first-child {
  margin-top: 0;
}

.modal_community-image {
  position: relative;
  border-radius: 16px;
  background-color: #F2F2F2;
  padding: 361px 0 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.modal_community-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 102%;
}

.modal_community-title {
  word-wrap: break-word;
  margin: 40px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}

.modal_community-text {
  word-wrap: break-word;
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.6;
}

.modal_community-user {
  position: relative;
  margin: 24px 0 0;
  padding: 0 0 0 23px;
  font-size: 18px;
  line-height: 1;
}
.modal_community-user:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/common/img/common_ico_user.svg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  content: "";
}

.modal_community-action {
  display: flex;
  gap: 16px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.3;
}

.modal_community-action-item {
  position: relative;
  padding: 0 0 0 30px;
}
.modal_community-action-item:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: invert(33%) sepia(6%) saturate(3%) hue-rotate(351deg) brightness(97%) contrast(91%);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.modal_community-action-item._like:before {
  background-image: url("/common/img/common_ico_like.svg");
}
.modal_community-action-item._comment:before {
  background-image: url("/common/img/common_ico_comment.svg");
}

.modal_community-button {
  margin: 24px 0 0;
  text-align: center;
}

.modal_spot-unit {
  position: relative;
}
.modal_spot-unit:has(.modal_spot-cat) {
  margin-bottom: 80px;
}

.modal_spot-image {
  border-radius: 12px;
  overflow: hidden;
}

.modal_spot-cat {
  position: absolute;
  right: 13px;
  bottom: -44px;
}
.modal_spot-cat img {
  display: block;
  margin: 0 auto;
  border: solid 3px #F2F2F2;
  border-radius: 50%;
  width: 116px;
  height: 116px;
}
.modal_spot-cat figcaption {
  margin: 4px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.modal_spot-cat figcaption span {
  margin: 0 0 0 0.5em;
  font-size: 16px;
}
.modal_spot-cat._benefit:before {
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/common/img/common_ico_benefit.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 156px;
  height: 51px;
  content: "";
}

.modal_spot-title {
  margin: 42px 0 0;
  border-bottom: solid 1px var(--black);
  padding: 0 0 16px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
}

.modal_spot-text {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.modal_spot-box {
  margin: 24px 0 0;
  border-top: dashed 1px var(--black);
  padding: 23px 0 0;
}

.modal_spot-address {
  margin: 4px 0 0;
}
.modal_spot-address a {
  color: var(--black);
  font-size: 16px;
  line-height: 1.6;
  text-decoration: underline;
}

.modal_spot-coupon {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.modal_spot-coupon em {
  font-weight: 700;
  font-size: 18px;
}
.modal_spot-coupon + .modal_spot-coupon {
  margin-top: 16px;
}

.modal_spot-note {
  margin: 2px 0 0;
  padding: 0 0 0 1em;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  text-indent: -1em;
}

.modal_spot-link {
  margin: 24px 0 0;
  text-align: center;
}

.modal_favorite {
  padding: 24px 0 0;
}

.modal_favorite-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}

.modal_favorite-image {
  margin: 48px auto 0;
  width: 100%;
  max-width: 299px;
}

.modal_favorite-text {
  margin: 24px 0 0;
  padding: 0 12px;
  font-size: 16px;
  line-height: 1.6;
}

.modal_choice {
  padding: 24px 0 0;
}

.modal_choice-title {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 29px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.modal_choice-title span {
  display: inline-block;
  position: relative;
  border: solid 1px var(--black);
  background-color: var(--white);
  padding: 11px;
}
.modal_choice-title span:after {
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: -1;
  background-image: url("/common/img/common_bg_modal_choice_title.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}

.modal_choice-note {
  margin: 12px 0 0;
  padding: 0 0 0 1em;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-indent: -1em;
}

.modal_choice-image {
  display: block;
  margin: 36px auto 0;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.modal_choice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal_choice-name {
  margin: 12px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.modal_choice-link {
  margin: 48px 0 0;
  padding: 0 26px;
  text-align: center;
}

.modal_choice-close {
  margin: 24px 0 0;
  padding: 0 26px;
  text-align: center;
}

.modal_choice-count {
  margin: 24px 0 0;
  text-align: center;
}

.modal_choice-count-unit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom: dashed 1px var(--black);
  padding: 0 0 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.swiper {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  position: relative;
  flex-shrink: 0;
  transition-property: transform;
  width: 100%;
  height: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50%;
  z-index: 10;
  box-sizing: border-box;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  transform-origin: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  transition: 0.3s opacity;
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  position: absolute;
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0.6;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(50px);
  background: #000;
  content: "";
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
  overflow: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (any-hover: hover){
  .header_logo a:hover {
    opacity: 0.7;
  }
  .header_sns-item a:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(106%) contrast(102%);
  }
  .header_sns-item._x a:hover {
    background: var(--black);
  }
  .header_sns-item._ig a:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  }
  .header_sns-item._yt a:hover {
    background: #FF0000;
  }
  .header_sns-item._ln a:hover {
    background: #1DC121;
  }
  .footer_sns-item a:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(106%) contrast(102%);
  }
  .footer_sns-item._x a:hover {
    background: var(--black);
  }
  .footer_sns-item._fb a:hover {
    background: #3D599B;
  }
  .footer_sns-item._ig a:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  }
  .footer_sns-item._yt a:hover {
    background: #FF0000;
  }
  .footer_sns-item._ln a:hover {
    background: #1DC121;
  }
  .footer_logo a:hover {
    opacity: 0.7;
  }
  .aside_theme-item:hover:before {
    background-color: var(--white);
  }
  .aside_theme-item:hover:after {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  }
  .aside_theme-item:hover .aside_theme-text span {
    border: solid 1px var(--white);
    background-color: var(--black);
    color: var(--white);
  }
  .aside_theme-item:hover .aside_theme-image {
    transform: scale(1.05);
  }
  .breadcrumb_item > a:hover {
    color: #909090;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .button:hover {
    background-color: var(--black);
    color: var(--white);
  }
  .button:hover:before {
    background-color: var(--white);
  }
  .button:hover:after {
    filter: unset;
  }
  .button:hover._arrow2:after, .button:hover._modal:after, .button:hover._blank:after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  }
  .button._black:hover {
    background-color: var(--white);
    color: var(--black);
  }
  .button._black:hover:before {
    background-color: var(--black);
  }
  .button._black:hover:after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  }
  .button._black:hover._arrow2:after, .button._black:hover._modal:after, .button._black:hover._blank:after {
    filter: unset;
  }
  .button._orange:hover {
    background-color: var(--black);
  }
  .button._banner:hover {
    background-color: var(--white);
    color: var(--black);
  }
  .button._banner:hover:after {
    filter: unset;
  }
  .button._regist:hover {
    background-color: var(--black);
    color: var(--white);
  }
  .button._regist:hover:after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  }
  .button._anchor:hover:after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(104%) contrast(101%);
  }
  .button._digital-card:hover .button_text-line:before {
    filter: unset;
  }
  .navi_logo a:hover {
    opacity: 0.7;
  }
  .navi_link:hover {
    background-color: rgba(248, 229, 207, 0.5);
  }
  .navi_item._online .navi_link:hover {
    background-color: unset;
  }
  .navi_item._online .navi_link:hover .navi_online-text {
    background-color: var(--black);
    color: var(--white);
  }
  .navi_item._utility .navi_link:hover {
    background-color: unset;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .anchor_item a:hover .anchor_text {
    opacity: 0.4;
  }
  .banner_item a:hover {
    opacity: 0.7;
  }
  a.info_box:hover .info_title {
    background-color: var(--black);
    color: var(--white);
  }
  a.info_box:hover .info_title:before {
    background-color: var(--white);
    color: var(--black);
  }
  a.info_box:hover .info_image img {
    transform: scale(1.1);
  }
  .info_text a:hover {
    text-decoration: none;
  }
  .other-list_item a:hover:before {
    background-color: var(--white);
  }
  .other-list_item a:hover:after {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  }
  .other-list_item a:hover .other-list_text span {
    border: solid 1px var(--white);
    background-color: var(--black);
    color: var(--white);
  }
  .other-list_item a:hover .other-list_image img {
    transform: scale(1.1);
  }
  .form_item input:hover,
  .form_item textarea:hover,
  .form_item select:hover {
    border-color: var(--black);
  }
  .form_item input[type=radio]:hover + label:before {
    border-color: var(--black);
  }
  .form_item input[type=radio]:checked:hover + label:before {
    border-color: #888;
  }
  .form_item input[type=checkbox]:hover + label:before {
    border-color: var(--black);
  }
  .form_item input[type=checkbox]:checked:hover + label:before {
    border-color: #888;
  }
  .modal_close button:hover {
    opacity: 0.7;
  }
  .modal_spot-address a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1200px){
  html {
    scroll-padding-top: 104px;
  }
  body._menu-open {
    overflow: hidden;
  }
  .content_center {
    padding: 104px 0 0;
  }
  .header {
    display: flex;
    position: fixed;
    top: 0;
    left: 50%;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    z-index: 100;
    padding: 0;
    max-width: 580px;
    min-height: 104px;
  }
  .header._bg {
    background-color: var(--white);
  }
  .header._hide {
    opacity: 0;
  }
  .header_logo-img._lead {
    display: none;
  }
  .header_logo-img._main {
    max-width: 178px;
    height: 26px; /**/
  }
  .header_button {
    display: block;
    position: absolute;
    top: 32px;
    right: 24px;
    z-index: 1;
    transition: all 0.3s;
    width: 48px;
    height: 40px;
  }
  .header_button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: background-color 0.3s;
    background-color: var(--black);
    width: 38px;
    height: 2px;
    font-size: 0;
  }
  .header_button span:before, .header_button span:after {
    display: block;
    position: absolute;
    transition: width 0.3s, top 0.3s 0.1s, left 0.3s 0.1s, transform 0.3s 0.1s;
    background-color: var(--black);
    height: 2px;
    content: "";
  }
  .header_button span:before {
    top: -12px;
    left: -10px;
    width: 48px;
  }
  .header_button span:after {
    top: 12px;
    left: 10px;
    width: 28px;
  }
  ._menu-open .header_button {
    top: 18px;
    right: 18px;
  }
  ._menu-open .header_button span {
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
  }
  ._menu-open .header_button span:before, ._menu-open .header_button span:after {
    top: 50%;
    left: 50%;
    border-radius: 4px;
  }
  ._menu-open .header_button span:before {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 26px;
  }
  ._menu-open .header_button span:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 26px;
  }
  .header_nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .header_sns {
    display: none;
  }
  .aside {
    display: none;
  }
  .navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    margin: 0 auto;
    padding: 12px 15px;
    max-width: 580px;
    height: calc(100vh - 60px);
    height: 100svh;
  }
  ._menu-open .navi {
    visibility: visible;
    opacity: 1;
  }
  .navi_unit {
    height: 100%;
  }
  .navi_heading {
    display: none;
  }
  .navi_box {
    margin: 0;
    padding: 80px 34px 54px;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
  }
  .navi_box:before {
    content: none;
  }
  .navi_logo {
    display: block;
    width: 148px;
  }
  .navi_list {
    margin: 40px 0 0;
  }
  .navi_item:first-child {
    border-top: dashed 1px var(--black);
  }
  .navi_link {
    padding: 23px 0;
  }
  .navi_item._online .navi_link {
    padding: 24px 14px 32px;
  }
  .navi_item._utility .navi_link {
    padding: 4px 0;
  }
  .navi_number {
    display: none;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px){
  .header_button {
    top: 16px;
    right: 16px;
  }
}

@media screen and (max-width: 767px){
  html {
    scroll-padding-top: 74px;
  }
  .content {
    grid-template-columns: 0 1fr 0;
  }
  .content_side._left {
    border: none;
  }
  .content_side._right {
    border: none;
  }
  .content_center {
    padding: 74px 0 0;
  }
  .header {
    max-width: 100%;
    min-height: 74px;
  }
  .header_logo-img._main {
    max-width: 119px;
    height: 18px; /**/
  }
  .footer_unit {
    padding: 43px 24px 72px;
  }
  .footer_sns-list {
    gap: 0;
  }
  .footer_logo {
    margin: 64px 0 0;
  }
  .heading {
    font-size: 24px;
  }
  .heading2 {
    font-size: 16px;
  }
  .heading2 span {
    padding: 6px 12px;
  }
  .heading2 span:before, .heading2 span:after {
    width: 4px;
    height: calc(100% - 3px);
  }
  .page-heading {
    padding: 20px 32px 40px;
  }
  .page-heading:after {
    width: calc(100% - 64px);
  }
  .page-heading_title {
    font-size: 24px;
  }
  .page-heading_sub {
    margin: 0 0 8px;
    font-size: 14px;
  }
  .button {
    padding: 8px 23px;
    min-height: 49px;
    font-size: 16px;
  }
  .button:before, .button:after {
    right: 7px;
    width: 33px;
    height: 33px;
  }
  .button._arrow {
    padding-right: 56px;
  }
  .button._arrow2 {
    padding-right: 56px;
  }
  .button._arrow2:after {
    right: 8px;
  }
  .button._modal {
    padding-right: 65px;
  }
  .button._modal:after {
    right: 16px;
  }
  .button._blank {
    padding-right: 65px;
  }
  .button._blank:after {
    right: 16px;
  }
  .button._small {
    padding: 8px 16px;
    font-size: 12px;
  }
  .button._small._arrow:before, .button._small._arrow:after {
    right: 8px;
    width: 24px;
    height: 24px;
  }
  .button._small._arrow:after {
    background-size: 11px 10px;
  }
  .button._large {
    padding-right: 39px;
    padding-left: 39px;
    min-height: 56px;
  }
  .button._large._arrow:before, .button._large._arrow:after {
    right: 8px;
  }
  .button._banner {
    padding: 7px 25px 7px 11px;
    min-height: 28px;
    font-size: 12px;
  }
  .button._banner:after {
    right: 7px;
  }
  .button._regist {
    padding: 6px 47px 6px 15px;
    min-height: 32px;
    font-size: 14px;
  }
  .button._regist:after {
    right: 16px;
    width: 16px;
    height: 16px;
  }
  .button._form {
    padding: 7px 15px;
    font-size: 14px;
  }
  .button._anchor {
    padding: 6px 38px 6px 16px;
    min-height: 33px;
    font-size: 14px;
  }
  .button._anchor:after {
    right: 16px;
    width: 14px;
    height: 14px;
  }
  .button._digital-card {
    padding: 14px;
    min-height: 51px;
  }
  .button._digital-card .button_text {
    gap: 8px;
  }
  .button_text-line {
    padding: 2px 0 2px 22px;
    font-size: 12px;
  }
  .button_text-line:before {
    width: 14px;
    height: 14px;
  }
  .list {
    gap: 8px;
  }
  .list_item {
    font-size: 14px;
  }
  .list._note .list_item {
    font-size: 13px;
  }
  .navi {
    max-width: none;
  }
  .not-found {
    margin: 56px 0 0;
    padding: 0 32px 40px;
  }
  .not-found_number {
    font-size: 56px;
  }
  .not-found_text {
    margin: 32px 0 0;
    font-size: 14px;
  }
  .not-found_button {
    margin: 40px 0 0;
  }
  .anchor {
    margin: 32px 0 0;
    padding: 0 32px;
  }
  .anchor_unit {
    padding: 14px 0 19px 24px;
  }
  .anchor_title {
    font-size: 16px;
  }
  .anchor_list {
    gap: 16px;
    margin: 24px 0 0;
  }
  .anchor_item a {
    gap: 8px;
  }
  .anchor_list._day .anchor_item {
    padding-left: 52px;
  }
  .anchor_list._more .anchor_item a {
    margin-left: 52px;
  }
  .anchor_day,
  .anchor_number {
    font-size: 18px;
  }
  .anchor_list._more .anchor_day {
    margin: 0 0 16px;
  }
  .anchor_number {
    margin-top: -3px;
  }
  .anchor_text {
    font-size: 14px;
  }
  .banner {
    padding: 56px 32px 0;
  }
  .banner._bottom {
    padding-bottom: 56px;
  }
  .banner_item + .banner_item {
    margin-top: 8px;
  }
  .banner_item._sendai {
    margin-top: 16px;
  }
  .banner_text {
    font-size: 14px;
  }
  .banner_text span {
    padding: 0 12px;
  }
  .banner_text span:before, .banner_text span:after {
    height: 16px;
  }
  .banner_button {
    margin: 16px 0 0;
  }
  .info-wrap {
    padding: 0 32px 40px;
  }
  .info_item {
    padding-top: 43px;
  }
  .info_box {
    padding: 0 0 0 20px;
  }
  .info_date {
    top: -3.2vw;
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    font-size: 3.2vw;
  }
  .info_title {
    bottom: 8px;
    border: solid 2px var(--black);
    border-radius: 4px;
    padding: 10px 6px;
    font-size: 14px;
  }
  .info_title:before {
    top: -16px;
    left: -2px;
    border-radius: 28px 16px 16px 0;
    padding: 4px 8px 4px 12px;
    font-size: 12px;
  }
  .info_image {
    border-radius: 8px;
  }
  .info_text {
    font-size: 14px;
  }
  .info_text a[target=_blank]:after {
    width: 18px;
    height: 18px;
  }
  .other-list {
    margin: 36px 0 0;
  }
  .other-list_item + .other-list_item {
    margin-top: 32px;
  }
  .other-list_item a {
    padding: 0 0 0 16px;
  }
  .other-list_item a:before, .other-list_item a:after {
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 40px;
  }
  .other-list_item a:after {
    background-size: 18px 16px;
  }
  .other-list_label {
    top: 16px;
    padding: 8px 16px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
  .other-list_text {
    top: 76px;
    gap: 8px;
  }
  .other-list_text span {
    padding: 3px 7px 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
  .other-list_image {
    border-radius: 16px;
  }
  .form {
    margin: 40px 0 0;
  }
  .form_error-message {
    padding: 10px 11px;
    font-size: 14px;
  }
  .form_unit {
    gap: 8px;
    margin: 40px 0 0;
  }
  .form_unit + .form_unit {
    margin-top: 24px;
  }
  .form_title {
    font-size: 14px;
  }
  .form_label {
    gap: 8px;
  }
  .form_required {
    padding: 4px 8px;
    font-size: 10px;
  }
  .form_input {
    gap: 8px;
  }
  .form_item {
    font-size: 14px;
  }
  .form_input._radio .form_item, .form_input._checkbox .form_item {
    font-size: 16px;
  }
  .form_item input,
  .form_item textarea,
  .form_item select {
    padding: 8px 11px;
    min-height: 43px;
    font-size: 16px;
  }
  .form_item textarea {
    min-height: 85px;
  }
  .form_item input[type=radio] + label:before {
    top: 0;
  }
  .form_item input[type=radio] + label:after {
    top: 7px;
  }
  .form_item input[type=checkbox] + label:before, .form_item input[type=checkbox] + label:after {
    top: 0;
  }
  .form_error {
    font-size: 13px;
  }
  .form_button {
    gap: 12px;
    margin: 40px 0 0;
  }
  .modal_content {
    padding: 54px 16px 30px;
    max-height: 600px;
  }
  .modal_content._explanation {
    padding: 54px 14px;
  }
  .modal_content._community {
    max-height: 530px;
  }
  .modal_close {
    right: 24px;
    width: 35px;
    height: 35px;
  }
  .modal_body {
    border-radius: 16px;
  }
  .ua-windows .modal_body::-webkit-scrollbar-track {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .modal_inner {
    padding: 16px 16px 32px;
  }
  .modal_explanation {
    outline: dashed 1px var(--black);
    outline-offset: -4px;
    padding: 18px 42px 18px 114px;
    min-height: 103px;
  }
  .modal_explanation:before, .modal_explanation:after {
    left: 14px;
    width: 75px;
    height: 75px;
  }
  .modal_explanation:after {
    background-size: 42px 41px;
  }
  .modal_explanation-text {
    font-size: 12px;
  }
  .modal_community-image {
    border-radius: 12px;
    padding: 61.8666666667vw 0 0;
  }
  .modal_community-title {
    margin: 28px 0 0;
    font-size: 16px;
  }
  .modal_community-text {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .modal_community-user {
    margin: 16px 0 0;
    padding: 0 0 0 15px;
    font-size: 12px;
  }
  .modal_community-user:before {
    width: 11px;
    height: 11px;
  }
  .modal_community-action {
    margin: 16px 0 0;
    font-size: 12px;
  }
  .modal_community-action-item {
    padding: 0 0 0 20px;
  }
  .modal_community-action-item:before {
    width: 16px;
    height: 16px;
  }
  .modal_community-button {
    margin: 16px 0 0;
  }
  .modal_spot-unit:has(.modal_spot-cat) {
    margin-bottom: 50px;
  }
  .modal_spot-image {
    border-radius: 8px;
  }
  .modal_spot-cat {
    right: 7px;
    bottom: -27px;
  }
  .modal_spot-cat img {
    border: solid 2px #F2F2F2;
    width: 74px;
    height: 74px;
  }
  .modal_spot-cat figcaption {
    font-size: 10px;
  }
  .modal_spot-cat figcaption span {
    font-size: 12px;
  }
  .modal_spot-cat._benefit:before {
    top: -18px;
    width: 100px;
    height: 34px;
  }
  .modal_spot-title {
    margin: 28px 0 0;
    padding: 0 0 11px;
    font-size: 24px;
  }
  .modal_spot-text {
    margin: 16px 0 0;
    font-size: 14px;
  }
  .modal_spot-box {
    margin: 14px 0 0;
    padding: 15px 0 0;
  }
  .modal_spot-address {
    margin: 2px 0 0;
  }
  .modal_spot-address a {
    font-size: 14px;
  }
  .modal_spot-coupon {
    margin: 16px 0 0;
    font-size: 14px;
  }
  .modal_spot-coupon em {
    font-size: 16px;
  }
  .modal_spot-coupon + .modal_spot-coupon {
    margin-top: 14px;
  }
  .modal_spot-note {
    font-size: 13px;
  }
  .modal_spot-link {
    margin: 16px 0 0;
  }
  .modal_favorite {
    padding: 16px 0 0;
  }
  .modal_favorite-title {
    font-size: 18px;
  }
  .modal_favorite-image {
    margin: 32px auto 0;
    width: 51.4666666667vw;
    max-width: 100%;
  }
  .modal_favorite-text {
    margin: 16px 0 0;
    padding: 0 8px;
    font-size: 14px;
  }
  .modal_choice {
    padding: 16px 0 0;
  }
  .modal_choice-title {
    font-size: 19px;
  }
  .modal_choice-title span {
    padding: 7px;
  }
  .modal_choice-title span:after {
    top: 4px;
    left: 4px;
  }
  .modal_choice-note {
    margin: 8px 0 0;
    font-size: 13px;
  }
  .modal_choice-image {
    margin: 24px auto 0;
    width: 130px;
    height: 130px;
  }
  .modal_choice-name {
    margin: 8px 0 0;
    font-size: 14px;
  }
  .modal_choice-link {
    margin: 32px 0 0;
    padding: 0 12px;
  }
  .modal_choice-close {
    margin: 12px 0 0;
    padding: 0 12px;
  }
  .modal_choice-count {
    margin: 16px 0 0;
  }
  .modal_choice-count-unit {
    padding: 0 0 3px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 374px){
  .info_title {
    font-size: 12px;
  }
  .modal_explanation {
    padding: 18px 32px 18px 106px;
  }
  .modal_choice-link {
    padding: 0;
  }
  .modal_choice-close {
    padding: 0;
  }
}
