@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
:root {
  --view-size: 1440;
}

@media screen and (max-width: 768px) {
  :root {
    --view-size: 375;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: calc(70 / var(--view-size) * 100vw);
  }
}
/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(16 / var(--view-size) * 100vw);
  line-height: 1.8;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

/* パンくずリスト */
.bread {
  width: 100%;
}
.bread .inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.bread ul {
  display: flex;
}
.bread ul li {
  padding: calc(5 / var(--view-size) * 100vw);
}
.bread ul li a {
  transition: 0.15s;
}
@media (max-width: 768px) {
  .bread ul li a {
    font-size: calc(14 / var(--view-size) * 100vw);
  }
}
.bread ul li a:hover {
  opacity: 0.7;
}
.bread ul li:after {
  content: ">";
  margin-left: calc(10 / var(--view-size) * 100vw);
  margin-right: calc(10 / var(--view-size) * 100vw);
}
.bread ul li:last-child:after {
  content: "";
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: calc(345 / var(--view-size) * 100vw);
  margin: 0 auto;
}

/* display */
@media (max-width: 768px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 768px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

.commmon_ttl_01 {
  text-align: center;
  font-size: calc(36 / var(--view-size) * 100vw);
  margin-bottom: calc(2 / var(--view-size) * 100vw);
  font-family: "Concert One", sans-serif;
  line-height: 1.4;
}

.common_subttl {
  font-weight: bold;
  font-size: calc(20 / var(--view-size) * 100vw);
  text-align: center;
  line-height: 1.4;
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}

.text_blue {
  color: #2D9AB2;
}

.text_yellow {
  color: #FFE691;
}

.text_orange {
  color: #FC4525;
}

.text_pink {
  color: #F97293;
}

.text_purple {
  color: #807BC8;
}

.header_btn_group {
  display: flex;
  gap: calc(8 / var(--view-size) * 100vw);
  justify-content: center;
  margin: 0 auto calc(8 / var(--view-size) * 100vw);
  width: calc(448 / var(--view-size) * 100vw);
  text-align: center;
  transform: translateX(calc(-62 / var(--view-size) * 100vw));
}
@media (max-width: 768px) {
  .header_btn_group {
    width: calc(355 / var(--view-size) * 100vw);
    transform: translateX(0);
  }
}

.answer_btn {
  display: block;
  width: calc(200 / var(--view-size) * 100vw);
  margin: 0 auto calc(8 / var(--view-size) * 100vw);
  background-color: #FC4525;
  color: #fff;
  font-weight: bold;
  padding: calc(10 / var(--view-size) * 100vw) 0;
  padding-left: calc(45 / var(--view-size) * 100vw);
  position: relative;
  line-height: 1.8;
  border-radius: calc(48 / var(--view-size) * 100vw);
  box-shadow: 0px calc(4 / var(--view-size) * 100vw) calc(8 / var(--view-size) * 100vw) rgba(0, 0, 0, 0.25);
  border: calc(1 / var(--view-size) * 100vw) solid #FC4525;
  text-align: left;
}
@media (max-width: 768px) {
  .answer_btn {
    width: calc(170 / var(--view-size) * 100vw);
    padding-left: calc(45 / var(--view-size) * 100vw);
    transform: translateX(0);
    padding-left: calc(28 / var(--view-size) * 100vw);
    font-size: calc(14 / var(--view-size) * 100vw);
  }
}
.header_btn_group .answer_btn {
  margin: 0;
}
.answer_btn.quiz_btn {
  background-color: #807BC8;
  border-color: #807BC8;
  padding-left: calc(64 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .answer_btn.quiz_btn {
    padding-left: calc(48 / var(--view-size) * 100vw);
  }
}
.answer_btn.quiz_btn:hover {
  background-color: #fff;
  opacity: 1;
  color: #807BC8;
  box-shadow: none;
  transform: translateY(calc(4 / var(--view-size) * 100vw));
}
.answer_btn.quiz_btn:hover::before {
  background: url(../images/icon_gift_purple.png) center/cover no-repeat;
}
.answer_btn.quiz_btn::before {
  background: url(../images/icon_gift.png) center/cover no-repeat;
  transition: 0.3s;
  left: calc(36 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .answer_btn.quiz_btn::before {
    left: calc(28 / var(--view-size) * 100vw);
  }
}
.answer_btn::before {
  content: "";
  background: url(../images/icon_gift.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: calc(16 / var(--view-size) * 100vw);
  transform: translateY(-50%);
  width: calc(24 / var(--view-size) * 100vw);
  height: calc(24 / var(--view-size) * 100vw);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .answer_btn::before {
    width: calc(18 / var(--view-size) * 100vw);
    height: calc(18 / var(--view-size) * 100vw);
    left: calc(8 / var(--view-size) * 100vw);
  }
}
.answer_btn:hover {
  background-color: #fff;
  opacity: 1;
  color: #FC4525;
  box-shadow: none;
  transform: translateY(calc(4 / var(--view-size) * 100vw));
}
.answer_btn:hover::before {
  background: url(../images/icon_gift_orange.png) center/cover no-repeat;
}

.header_stage_btn {
  display: block;
  width: calc(280 / var(--view-size) * 100vw);
  margin: 0 auto calc(8 / var(--view-size) * 100vw);
  background-color: #fff;
  color: #FC4525;
  font-weight: bold;
  padding: calc(10 / var(--view-size) * 100vw) 0;
  padding-left: calc(56 / var(--view-size) * 100vw);
  position: fixed;
  bottom: calc(40 / var(--view-size) * 100vw);
  right: calc(200 / var(--view-size) * 100vw);
  line-height: 1.8;
  border-radius: calc(16 / var(--view-size) * 100vw);
  box-shadow: 0px calc(4 / var(--view-size) * 100vw) calc(8 / var(--view-size) * 100vw) rgba(0, 0, 0, 0.25);
  border: calc(1 / var(--view-size) * 100vw) solid #FC4525;
  text-align: left;
  font-size: calc(22 / var(--view-size) * 100vw);
  border: calc(4 / var(--view-size) * 100vw) solid #FC4525;
  z-index: 3000;
}
@media (max-width: 768px) {
  .header_stage_btn {
    width: calc(220 / var(--view-size) * 100vw);
    position: fixed;
    bottom: auto;
    right: calc(90 / var(--view-size) * 100vw);
    top: calc(15 / var(--view-size) * 100vw);
    font-size: calc(16 / var(--view-size) * 100vw);
    padding-left: calc(44 / var(--view-size) * 100vw);
    height: calc(60 / var(--view-size) * 100vw);
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: calc(48 / var(--view-size) * 100vw);
    border: calc(2 / var(--view-size) * 100vw) solid #FC4525;
  }
  .header_stage_btn span {
    line-height: 1.4;
  }
}
.header_stage_btn:hover {
  background-color: #FC4525;
  color: #fff;
  box-shadow: none;
  transform: translateY(calc(4 / var(--view-size) * 100vw));
  opacity: 1;
}
.header_stage_btn small {
  padding-left: calc(3 / var(--view-size) * 100vw);
  display: block;
  font-size: calc(16 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .header_stage_btn small {
    font-size: calc(12 / var(--view-size) * 100vw);
  }
}
.header_stage_btn i {
  position: absolute;
  left: calc(16 / var(--view-size) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  font-size: calc(28 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .header_stage_btn i {
    font-size: calc(20 / var(--view-size) * 100vw);
    left: calc(16 / var(--view-size) * 100vw);
  }
}

.main_cont {
  width: calc(394 / var(--view-size) * 100vw);
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2000;
}
@media (max-width: 768px) {
  .main_cont {
    width: calc(375 / var(--view-size) * 100vw);
  }
}

.comming_soon {
  width: calc(330 / var(--view-size) * 100vw);
  margin: calc(20 / var(--view-size) * 100vw) auto 0;
}
.comming_soon.comming_soon_orange .comming_soon_textarea {
  color: #FC4525;
}
.comming_soon .comming_soon_textarea {
  width: calc(187 / var(--view-size) * 100vw);
  text-align: center;
  color: #fff;
}
.comming_soon .comming_soon_textarea .comming_soon_ttl {
  font-size: calc(36 / var(--view-size) * 100vw);
  line-height: 1.2;
  font-family: "Concert One", sans-serif;
}
.comming_soon .comming_soon_textarea .comming_soon_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  font-weight: bold;
  line-height: 1.4;
  margin-top: calc(12 / var(--view-size) * 100vw);
}
.comming_soon .comming_soon_img {
  width: calc(130 / var(--view-size) * 100vw);
}

@media (max-width: 768px) {
  .fix_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #60D0EA;
    padding: calc(10 / var(--view-size) * 100vw) 0;
    z-index: 8000;
  }
}
.fix_footer .fix_footer_btn_group {
  display: flex;
  gap: calc(8 / var(--view-size) * 100vw);
  justify-content: center;
}
@media (max-width: 768px) {
  .fix_footer .fix_footer_btn_group {
    width: calc(355 / var(--view-size) * 100vw);
    margin: 0 auto;
  }
}
.fix_footer .answer_btn {
  width: 100%;
  padding-left: calc(28 / var(--view-size) * 100vw);
  background-color: #60D0EA;
  border: calc(1 / var(--view-size) * 100vw) solid #fff;
  box-shadow: none;
  margin-bottom: 0;
}
.fix_footer_btn_group .fix_footer .answer_btn {
  width: calc(170 / var(--view-size) * 100vw);
  padding-left: calc(28 / var(--view-size) * 100vw);
  font-size: calc(14 / var(--view-size) * 100vw);
}
.fix_footer .answer_btn.quiz_btn {
  padding-left: calc(56 / var(--view-size) * 100vw);
}
.fix_footer .answer_btn.quiz_btn::before {
  left: calc(36 / var(--view-size) * 100vw);
}
.fix_footer .answer_btn::before {
  left: calc(8 / var(--view-size) * 100vw);
}
.fix_footer_btn_group .fix_footer .answer_btn::before {
  left: calc(8 / var(--view-size) * 100vw);
  width: calc(18 / var(--view-size) * 100vw);
  height: calc(18 / var(--view-size) * 100vw);
}

header {
  position: fixed;
  top: 0;
  height: 100%;
  width: calc(1440 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  header {
    width: 100%;
    z-index: 8000;
    left: 100%;
    opacity: 0;
    transition: 0.3s;
  }
}
header .header_bg_left {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(533 / var(--view-size) * 100vw);
  height: 100%;
  background: url(../images/header_bg_pc_left.png) center/cover no-repeat;
}
@media (max-width: 768px) {
  header .header_bg_left {
    display: none;
  }
}
header .header_bg_right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(533 / var(--view-size) * 100vw);
  height: 100%;
  background: url(../images/header_bg_pc_right.png) center/cover no-repeat;
}
@media (max-width: 768px) {
  header .header_bg_right {
    display: none;
  }
}
header .header_snsarea {
  position: fixed;
  z-index: 1000;
  left: 0;
  height: 100%;
  width: calc(48 / var(--view-size) * 100vw);
  background-color: #001e50;
  padding: 0 calc(12 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  header .header_snsarea {
    display: none;
  }
}
header .header_snsarea .header_sns_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header_snsarea .header_sns_list .header_sns {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  display: block;
}
header .header_snsarea .header_sns_list .header_sns:last-child {
  margin-bottom: 0;
}
header .header_snsarea .copyright {
  margin-top: auto;
  writing-mode: vertical-rl;
  font-size: calc(12 / var(--view-size) * 100vw);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: calc(20 / var(--view-size) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
header .header_sidebar {
  width: calc(320 / var(--view-size) * 100vw);
  position: absolute;
  left: calc(140 / var(--view-size) * 100vw);
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  header .header_sidebar {
    position: initial;
    transform: translateY(0);
    background-image: linear-gradient(359deg, rgb(0, 180, 220), rgb(165, 227, 245));
    width: 100%;
    height: 100%;
    padding: calc(30 / var(--view-size) * 100vw) calc(15 / var(--view-size) * 100vw);
    overflow: scroll;
  }
}
header .header_sidebar .header_logo {
  margin: 0 auto;
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  width: calc(250 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  header .header_sidebar .header_logo {
    width: calc(280 / var(--view-size) * 100vw);
    margin: 0 auto calc(16 / var(--view-size) * 100vw);
  }
}
header .header_sidebar .header_nav {
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
header .header_sidebar .header_nav li {
  text-align: center;
}
@media (max-width: 768px) {
  header .header_sidebar .header_nav li {
    margin-bottom: calc(10 / var(--view-size) * 100vw);
  }
}
header .header_sidebar .header_nav li a {
  color: #fff;
  font-weight: bold;
}
header .header_sidebar .header_answer .header_answer_textarea {
  text-align: center;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
header .header_sidebar .header_answer .header_answer_textarea .header_answer_text {
  color: #FFE691;
  font-weight: bold;
}
header .header_sidebar .header_answer .header_answer_textarea .header_answer_text .text_small {
  font-size: calc(14 / var(--view-size) * 100vw);
  font-weight: normal;
}

.menu_btn {
  display: none;
}
@media (max-width: 768px) {
  .menu_btn {
    display: block;
    width: calc(60 / var(--view-size) * 100vw);
    height: calc(60 / var(--view-size) * 100vw);
    position: relative;
    z-index: 4000;
    position: fixed;
    right: calc(15 / var(--view-size) * 100vw);
    top: calc(15 / var(--view-size) * 100vw);
    z-index: 8300;
    background-color: #1CA6D5;
    border-radius: 50%;
  }
  .menu_btn span {
    display: inline-block;
    height: calc(4 / var(--view-size) * 100vw);
    width: calc(35 / var(--view-size) * 100vw);
    background-color: #fff;
    border-radius: calc(10 / var(--view-size) * 100vw);
    position: absolute;
    top: calc(8 / var(--view-size) * 100vw);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .menu_btn span:nth-child(1) {
    top: calc(20 / var(--view-size) * 100vw);
  }
  .menu_btn span:nth-child(2) {
    top: calc(30 / var(--view-size) * 100vw);
  }
  .menu_btn span:nth-child(3) {
    top: calc(40 / var(--view-size) * 100vw);
  }
}

.nav_sp {
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  transition: 500ms ease-out;
  padding: calc(90 / var(--view-size) * 100vw) 0 0;
  text-align: center;
}
.nav_sp li {
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}

.open .menu_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50% !important;
  left: 50%;
}
.open .menu_btn span:nth-child(2) {
  opacity: 0;
}
.open .menu_btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50% !important;
  left: 50%;
}

.open header {
  opacity: 1 !important;
  left: 0 !important;
}

/* footer */
footer .footer_sns {
  padding: calc(16 / var(--view-size) * 100vw) 0;
  background-color: #F7F4F4;
}
footer .footer_sns .footer_sns_icon {
  width: calc(36 / var(--view-size) * 100vw);
  margin-right: calc(16 / var(--view-size) * 100vw);
}
footer .footer_sns .footer_sns_icon:last-child {
  margin-right: 0;
}
footer .footer_cta {
  background-color: #60D0EA;
  padding: calc(20 / var(--view-size) * 100vw) 0;
}
@media (max-width: 768px) {
  footer .footer_cta {
    padding-bottom: calc(80 / var(--view-size) * 100vw);
  }
}
footer .footer_cta .footer_cta_link {
  width: calc(160 / var(--view-size) * 100vw);
  border-radius: calc(64 / var(--view-size) * 100vw);
  border: calc(1 / var(--view-size) * 100vw) solid #fff;
  color: #fff;
  position: relative;
  padding: calc(8 / var(--view-size) * 100vw) 0;
  padding-left: calc(45 / var(--view-size) * 100vw);
  font-size: calc(14 / var(--view-size) * 100vw);
}
footer .footer_cta .footer_cta_link::before {
  content: "";
  position: absolute;
  width: calc(16 / var(--view-size) * 100vw);
  height: calc(16 / var(--view-size) * 100vw);
  top: 50%;
  left: calc(22 / var(--view-size) * 100vw);
  transform: translateY(-50%);
}
footer .footer_cta .footer_cta_link.footer_cta_link_contact::before {
  background: url(../images/icon_contact.png) center/cover no-repeat;
  width: calc(16 / var(--view-size) * 100vw);
  height: calc(16 / var(--view-size) * 100vw);
}
footer .footer_cta .footer_cta_link.footer_cta_link_tel::before {
  background: url(../images/icon_tel.png) center/cover no-repeat;
  width: calc(16 / var(--view-size) * 100vw);
  height: calc(16 / var(--view-size) * 100vw);
}
footer .footer_cta .footer_cta_text {
  text-align: center;
  font-size: calc(14 / var(--view-size) * 100vw);
  color: #fff;
  margin-top: calc(8 / var(--view-size) * 100vw);
}

.mv {
  position: relative;
  background: url(../images/mv_bg.jpg) top/cover no-repeat;
  padding-top: calc(20 / var(--view-size) * 100vw);
  padding-bottom: calc(64 / var(--view-size) * 100vw);
}
.mv .mv_img {
  margin-bottom: calc(40 / var(--view-size) * 100vw);
}
.mv .mv_textarea {
  width: calc(320 / var(--view-size) * 100vw);
  margin: 0 auto calc(32 / var(--view-size) * 100vw);
  background-color: #001e50;
  padding: calc(2 / var(--view-size) * 100vw) 0;
  border-radius: calc(32 / var(--view-size) * 100vw);
}
.mv .mv_textarea .mv_text {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.mv .mv_cars {
  width: 100%;
  z-index: 1000;
}
.mv .mv_cars .mv_car {
  margin: 0 calc(12 / var(--view-size) * 100vw);
}

.about {
  position: relative;
  padding-top: calc(110 / var(--view-size) * 100vw);
  background-color: #F7F4F4;
}
.about .about_img {
  width: calc(375 / var(--view-size) * 100vw);
  position: absolute;
  top: calc(-72 / var(--view-size) * 100vw);
  left: 0;
  z-index: 7000;
}
.about .about_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
.about .about_thankyou {
  margin-bottom: calc(32 / var(--view-size) * 100vw);
}
.about .about_thankyou img {
  width: calc(200 / var(--view-size) * 100vw);
  margin: 0 auto;
  display: block;
}
.about .about_thankyou .about_thankyou_text {
  margin-top: calc(28 / var(--view-size) * 100vw);
  font-size: calc(20 / var(--view-size) * 100vw);
  color: #2D9AB2;
  text-align: center;
  font-weight: bold;
}
.about .about_thankyou_jinbutu {
  width: calc(240 / var(--view-size) * 100vw);
  margin: 0 auto;
}

.event {
  background-color: #FFE691;
  padding: calc(36 / var(--view-size) * 100vw) 0;
}
.event .event_table {
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
.event .event_table .event_item {
  margin-bottom: calc(14 / var(--view-size) * 100vw);
}
.event .event_table .event_item:last-child {
  margin-bottom: 0;
}
.event .event_table .event_item .event_item_name {
  font-size: calc(14 / var(--view-size) * 100vw);
  width: calc(80 / var(--view-size) * 100vw);
  background-color: #FC4525;
  padding: calc(2 / var(--view-size) * 100vw) 0;
  text-align: center;
  color: #fff;
  border-radius: calc(6 / var(--view-size) * 100vw) 0 0 calc(6 / var(--view-size) * 100vw);
}
.event .event_table .event_item .event_item_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  width: calc(252 / var(--view-size) * 100vw);
  line-height: 1.6;
}
.event .event_map {
  background-color: #fff;
  border-radius: calc(16 / var(--view-size) * 100vw);
  padding: calc(20 / var(--view-size) * 100vw) calc(2 / var(--view-size) * 100vw);
}
.event .event_map .map_instruction {
  text-align: center;
  padding: calc(8 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
  background-color: rgba(255, 165, 0, 0.1);
  border-radius: calc(8 / var(--view-size) * 100vw);
  border: 2px solid rgba(255, 165, 0, 0.3);
  width: 90%;
  margin: 0 auto calc(10 / var(--view-size) * 100vw);
}
.event .event_map .map_instruction i {
  color: #FC4525;
  margin-right: calc(8 / var(--view-size) * 100vw);
  font-size: calc(16 / var(--view-size) * 100vw);
}
.event .event_map .map_instruction span {
  color: #FC4525;
  font-size: calc(14 / var(--view-size) * 100vw);
  font-weight: bold;
}
.event .event_map .event_map_img {
  position: relative;
  cursor: pointer;
}
.event .event_map .event_map_img img {
  transition: transform 0.3s ease, filter 0.3s ease;
  border-radius: calc(8 / var(--view-size) * 100vw);
}

.stage {
  padding: calc(36 / var(--view-size) * 100vw) 0 0;
  background-color: #F7F4F4;
  background-image: url(../images/stage_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.stage .stage_cont {
  margin-top: calc(32 / var(--view-size) * 100vw);
}
.stage .stage_cont img {
  border-radius: calc(8 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_row .stage_row_item {
  margin-bottom: calc(32 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_row .stage_row_item .stage_row_item_textarea {
  width: 49%;
}
.stage .stage_cont .stage_row .stage_row_item .stage_row_item_textarea .stage_row_item_time {
  font-size: calc(18 / var(--view-size) * 100vw);
  font-weight: bold;
  line-height: 1.6;
}
.stage .stage_cont .stage_row .stage_row_item .stage_row_item_textarea .stage_row_item_ttl {
  font-size: calc(16 / var(--view-size) * 100vw);
  color: #FC4525;
  margin-bottom: calc(6 / var(--view-size) * 100vw);
  font-weight: bold;
  line-height: 1.6;
}
.stage .stage_cont .stage_row .stage_row_item .stage_row_item_textarea .stage_row_item_text {
  font-size: calc(13 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_row .stage_row_item .stage_row_item_img {
  width: 49%;
}
.stage .stage_cont .stage_row .stage_row_item .stage_row_item_img img {
  border-radius: calc(8 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_group {
  margin-bottom: calc(12 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_group:last-child {
  margin-bottom: 0;
}
.stage .stage_cont .stage_group .common_subttl {
  margin-bottom: 0;
}
.stage .stage_cont .stage_group .stage_group_time {
  text-align: center;
  font-size: calc(20 / var(--view-size) * 100vw);
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  font-weight: bold;
}
.stage .stage_cont .stage_group .stage_item {
  width: 48%;
  margin-bottom: calc(14 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_group .stage_item .stage_item_img img {
  border-radius: calc(8 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_group .stage_item .stage_item_text {
  margin-top: calc(6 / var(--view-size) * 100vw);
  color: #FC4525;
  font-weight: bold;
}
.stage .stage_cont .stage_time_wrap {
  margin-bottom: calc(32 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_time_wrap .stage_time {
  margin-bottom: calc(24 / var(--view-size) * 100vw);
}
.stage .stage_cont .stage_time_wrap .stage_time .stage_time_ttl {
  font-size: calc(20 / var(--view-size) * 100vw);
  color: #FC4525;
  margin-bottom: calc(6 / var(--view-size) * 100vw);
  font-weight: bold;
  line-height: 1.4;
}
.stage .stage_cont .stage_time_wrap .stage_time .stage_time_ttl .text_time {
  color: #000;
}
.stage .stage_cont .stage_time_wrap .stage_time_text {
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
.stage .stage_random .stage_random_illast {
  width: calc(200 / var(--view-size) * 100vw);
  margin: 0 auto;
}

.stage_time_row {
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
.stage_time_row .stage_time_row_item {
  width: 50%;
}
.stage_time_row .stage_time_row_item .stage_time_row_name {
  width: calc(40 / var(--view-size) * 100vw);
  background-color: #FC4525;
  color: #fff;
  text-align: center;
  border-radius: calc(6 / var(--view-size) * 100vw) 0 0 calc(6 / var(--view-size) * 100vw);
  font-size: calc(14 / var(--view-size) * 100vw);
  font-weight: bold;
  margin-right: calc(6 / var(--view-size) * 100vw);
}
.stage_time_row .stage_time_row_item .stage_time_row_time {
  font-size: calc(20 / var(--view-size) * 100vw);
  font-weight: bold;
  line-height: 1.6;
}

.zone {
  padding: calc(36 / var(--view-size) * 100vw) 0 0;
  background-color: #FFE691;
  position: relative;
}
.zone.zone_workshop {
  padding-bottom: calc(36 / var(--view-size) * 100vw);
  background: url(../images/zone_workshop_bg.png) center/cover no-repeat;
}
.zone .zone_text {
  text-align: center;
  margin-bottom: calc(24 / var(--view-size) * 100vw);
  font-size: calc(14 / var(--view-size) * 100vw);
  color: #fff;
}
.zone .zone_item {
  margin-bottom: calc(14 / var(--view-size) * 100vw);
  width: 48%;
}
@media (max-width: 768px) {
  .zone .zone_item:first-child .zone_item_text {
    white-space: nowrap;
  }
}
.zone .zone_item:last-child {
  margin-bottom: 0;
}
.zone .zone_item .zone_item_img {
  margin-bottom: calc(6 / var(--view-size) * 100vw);
}
.zone .zone_item .zone_item_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  color: #fff;
}
.zone .zone_item .zone_item_text_modal {
  display: none;
}
.zone .zone_cont_02 .zone_item {
  width: 100%;
}
.zone .zone_cont_02 .zone_item .zone_item_img {
  width: calc(170 / var(--view-size) * 100vw);
}
.zone .zone_cont_02 .zone_item .zone_item_textarea {
  width: calc(160 / var(--view-size) * 100vw);
  color: #fff;
}
.zone .zone_cont_02 .zone_item .zone_item_textarea .zone_item_ttl {
  font-size: calc(16 / var(--view-size) * 100vw);
  margin-bottom: calc(7 / var(--view-size) * 100vw);
}
.zone .zone_cont_02 .zone_item .zone_item_textarea .zone_item_text {
  white-space: wrap;
}
.zone.zone_active {
  background-color: #1CA6D5;
  background-image: url(../images/zone_active_bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: calc(36 / var(--view-size) * 100vw);
}
.zone.zone_active .comming_soon .comming_soon_img {
  width: calc(100 / var(--view-size) * 100vw);
}
.zone.zone_hands {
  background-color: #807BC8;
  background-image: url(../images/zone_hands_bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: calc(36 / var(--view-size) * 100vw);
}
.zone.zone_hands .comming_soon .comming_soon_img {
  width: calc(100 / var(--view-size) * 100vw);
}
.zone.zone_workshop {
  background-color: #F97293;
}
.zone.zone_workshop .comming_soon .comming_soon_img {
  width: calc(100 / var(--view-size) * 100vw);
}

.shop {
  padding: calc(36 / var(--view-size) * 100vw) 0 0;
  background-color: #1EC18D;
  background-image: url(../images/shop_bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.shop .shop_cont .shop_item {
  margin-bottom: calc(22 / var(--view-size) * 100vw);
}
.shop .shop_cont .shop_item:last-child {
  margin-bottom: 0;
}
.shop .shop_cont .shop_item .shop_item_img {
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
.shop .shop_cont .shop_item .shop_item_img img {
  border-radius: calc(16 / var(--view-size) * 100vw);
}
.shop .shop_cont .shop_item .shop_item_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  color: #fff;
  font-weight: bold;
}
.shop .shop_row {
  margin-top: calc(32 / var(--view-size) * 100vw);
}
.shop .shop_row .shop_row_img {
  width: calc(170 / var(--view-size) * 100vw);
}
.shop .shop_row .shop_row_textarea {
  width: calc(160 / var(--view-size) * 100vw);
  color: #fff;
}
.shop .shop_row .shop_row_textarea .shop_row_ttl {
  font-size: calc(16 / var(--view-size) * 100vw);
  margin-bottom: calc(7 / var(--view-size) * 100vw);
}
.shop .shop_row .shop_row_textarea .shop_row_text {
  font-size: calc(14 / var(--view-size) * 100vw);
}
.shop .shop_thanks {
  margin-top: calc(16 / var(--view-size) * 100vw);
}
.shop .shop_thanks .shop_thanks_text {
  font-size: calc(24 / var(--view-size) * 100vw);
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(40 / var(--view-size) * 100vw);
}
.shop .shop_thanks_img {
  width: calc(280 / var(--view-size) * 100vw);
  margin: 0 auto;
}

.photo {
  padding: calc(36 / var(--view-size) * 100vw) 0;
  background-color: #00B900;
  color: #fff;
}
.photo .photo_text {
  text-align: center;
  margin-bottom: calc(20 / var(--view-size) * 100vw);
  font-size: calc(14 / var(--view-size) * 100vw);
}
.photo .photo_cont .photo_item {
  margin-bottom: calc(36 / var(--view-size) * 100vw);
}
.photo .photo_cont .photo_item:last-child {
  margin-bottom: 0;
}
.photo .photo_cont .photo_item .photo_item_ttl_wrap {
  text-align: center;
}
.photo .photo_cont .photo_item .photo_item_ttl_wrap .photo_item_ttl {
  font-size: calc(14 / var(--view-size) * 100vw);
  color: #fff;
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.photo .photo_cont .photo_item .photo_item_img {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.photo .photo_cont .photo_item .photo_item_info .photo_item_name {
  font-size: calc(20 / var(--view-size) * 100vw);
  margin-bottom: calc(4 / var(--view-size) * 100vw);
}
.photo .comming_soon {
  margin-top: calc(30 / var(--view-size) * 100vw);
}
.photo .comming_soon .comming_soon_textarea {
  width: 100%;
  color: #FFE691;
}

.access {
  padding: calc(36 / var(--view-size) * 100vw) 0 calc(40 / var(--view-size) * 100vw);
  background-color: #F7F4F4;
}

.access_group {
  margin-bottom: calc(24 / var(--view-size) * 100vw);
}
.access_group:last-child {
  margin-bottom: 0;
}
.access_group .access_ttl {
  color: #2D9AB2;
  font-size: calc(36 / var(--view-size) * 100vw);
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  line-height: 1.2;
}
.access_group .access_iframe {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.access_group .access_iframe iframe {
  border-radius: calc(16 / var(--view-size) * 100vw);
  height: calc(280 / var(--view-size) * 100vw);
}
.access_group .access_map .access_map_name {
  width: calc(80 / var(--view-size) * 100vw);
  background-color: #2D9AB2;
  color: #fff;
  text-align: center;
  padding: calc(4 / var(--view-size) * 100vw) 0;
  border-radius: calc(6 / var(--view-size) * 100vw) calc(6 / var(--view-size) * 100vw) 0 0;
  margin-bottom: calc(4 / var(--view-size) * 100vw);
  font-size: calc(14 / var(--view-size) * 100vw);
  font-weight: bold;
}
.access_group .access_map .access_map_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  margin-bottom: calc(12 / var(--view-size) * 100vw);
}
.access_group .access_map .access_map_img {
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
.access_group .access_map .access_map_img img {
  border-radius: calc(16 / var(--view-size) * 100vw);
}

.caption {
  padding: calc(36 / var(--view-size) * 100vw) 0;
  background-color: #fff;
}
.caption .caption_ttl {
  font-size: calc(36 / var(--view-size) * 100vw);
  color: #FC4525;
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  line-height: 1.2;
}
.caption .caption_list li {
  font-size: calc(14 / var(--view-size) * 100vw);
  position: relative;
  padding-left: calc(18 / var(--view-size) * 100vw);
}
.caption .caption_list li::before {
  content: "";
  position: absolute;
  width: calc(10 / var(--view-size) * 100vw);
  height: calc(10 / var(--view-size) * 100vw);
  background-color: #FC4525;
  border-radius: 50%;
  left: 0;
  top: calc(10 / var(--view-size) * 100vw);
}

/* Lightbox Modal Styles */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(249, 114, 147, 0.95);
  animation: fadeIn 0.3s ease-in-out;
  padding-top: calc(80 / var(--view-size) * 100vw);
  padding-bottom: calc(48 / var(--view-size) * 100vw);
  /* zone_item_01の時の背景色（紫色の透過0.95） */
}
@media (max-width: 768px) {
  .lightbox-modal {
    padding-top: calc(64 / var(--view-size) * 100vw);
  }
}
.lightbox-modal.zone-item-01-bg {
  background-color: rgba(128, 123, 200, 0.95);
}

.lightbox-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: calc(768 / var(--view-size) * 100vw);
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: calc(-60 / var(--view-size) * 100vw);
  right: 0;
  color: #fff;
  font-size: calc(40 / var(--view-size) * 100vw);
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  transition: opacity 0.3s ease;
}
.lightbox-close:hover {
  opacity: 0.7;
}

#lightbox-image {
  max-width: 100%;
  width: calc(480 / var(--view-size) * 100vw);
  margin: 0 auto;
  border-radius: calc(8 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  #lightbox-image {
    width: calc(240 / var(--view-size) * 100vw);
  }
}

.lightbox-caption {
  margin-top: calc(20 / var(--view-size) * 100vw);
  color: #fff;
}
.lightbox-caption p {
  font-size: calc(18 / var(--view-size) * 100vw);
  font-weight: bold;
  margin: 0;
}
.lightbox-caption p#lightbox-caption-modal {
  font-size: calc(16 / var(--view-size) * 100vw);
  font-weight: normal;
  margin-top: calc(8 / var(--view-size) * 100vw);
  text-align: left;
}
@media (max-width: 768px) {
  .lightbox-caption p#lightbox-caption-modal {
    font-size: calc(14 / var(--view-size) * 100vw);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 画像にホバー効果を追加 */
.zone_hands .zone_item_01 .zone_item_img,
.zone_workshop .zone_item_img {
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  /* スマホ版で虫眼鏡アイコンを表示 */
  /* ホバー時の虫眼鏡アイコン効果 */
}
.zone_hands .zone_item_01 .zone_item_img:hover,
.zone_workshop .zone_item_img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.zone_hands .zone_item_01 .zone_item_img img,
.zone_workshop .zone_item_img img {
  transition: transform 0.3s ease;
}
.zone_hands .zone_item_01 .zone_item_img::after,
.zone_workshop .zone_item_img::after {
  content: "\f002"; /* Font Awesome search icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: calc(8 / var(--view-size) * 100vw);
  right: calc(8 / var(--view-size) * 100vw);
  width: calc(24 / var(--view-size) * 100vw);
  height: calc(24 / var(--view-size) * 100vw);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(10 / var(--view-size) * 100vw);
  color: #fff;
  z-index: 10;
  transition: all 0.3s ease;
}
.zone_hands .zone_item_01 .zone_item_img:hover::after,
.zone_workshop .zone_item_img:hover::after {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.sponsored {
  background-color: #C9E9F5;
  padding: calc(36 / var(--view-size) * 100vw) 0;
}
.sponsored .access_group .access_ttl {
  color: #2D9AB2;
  margin-bottom: calc(4 / var(--view-size) * 100vw);
}

.kitchen_car {
  background-color: #FFE691;
  padding: calc(36 / var(--view-size) * 100vw) 0;
  color: #F15A24;
}
.kitchen_car .kitchen_car_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  margin-bottom: calc(10 / var(--view-size) * 100vw);
  text-align: center;
  color: #000;
}
.kitchen_car .kitchen_car_cont .kitchen_car_item {
  width: 48%;
  margin-bottom: calc(18 / var(--view-size) * 100vw);
}
.kitchen_car .kitchen_car_cont .kitchen_car_item .kitchen_car_item_img {
  margin-bottom: calc(6 / var(--view-size) * 100vw);
}
.kitchen_car .kitchen_car_cont .kitchen_car_item .kitchen_car_item_img img {
  border-radius: calc(16 / var(--view-size) * 100vw);
}
.kitchen_car .kitchen_car_cont .kitchen_car_item .kitchen_car_item_text {
  font-weight: 500;
}

.fadein {
  opacity: 0;
  transform: translateY(3%);
}
.fadein.active {
  animation: 0.8s forwards fadein;
}

.fadein2 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein2.active {
  animation: 0.8s forwards 0.1s fadein;
}

.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: 0.5s forwards leftin;
}

.rightin {
  transform: translateX(100%);
  overflow: hidden;
}
.rightin.active {
  animation: 0.5s forwards rightin;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
#wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}
#wrap.display {
  animation: display 1.6s ease-in 0.5s 1 normal forwards;
}
#wrap.display.aniend {
  position: relative;
  margin: 0 auto;
  top: auto;
  left: auto;
  height: auto;
  overflow: hidden;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  background: #00b4dc;
  opacity: 1;
  z-index: 20000;
}
#loading.display {
  animation: display1 1.6s ease-in 0.5s 1 normal forwards;
}
#loading.display.aniend {
  display: none;
}
#loading .loadWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 300px;
}

@keyframes display {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
  48% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  68% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
@keyframes display1 {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.contact_page {
  padding: calc(40 / var(--view-size) * 100vw) 0 0;
}
.contact_page form .error_blank {
  color: red;
  font-size: calc(14 / var(--view-size) * 100vw);
}
.contact_page form .form_ttl .required {
  color: red;
}
.contact_page form dl {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.contact_page form input, .contact_page form textarea {
  width: 100%;
  padding: calc(10 / var(--view-size) * 100vw);
  border: calc(1 / var(--view-size) * 100vw) solid #000;
  border-radius: calc(6 / var(--view-size) * 100vw);
  border: calc(1 / var(--view-size) * 100vw) solid #2D9AB2;
  margin-top: calc(4 / var(--view-size) * 100vw);
  font-size: calc(16 / var(--view-size) * 100vw);
}
.contact_page form .submit_area dd {
  display: flex;
  align-items: center;
}
.contact_page form .submit_area dd label input {
  width: calc(16 / var(--view-size) * 100vw);
  margin-right: calc(8 / var(--view-size) * 100vw);
  vertical-align: sub;
  margin-top: 0;
}
.contact_page form .submit_area #form_submit_button {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.contact_page form .submit_area .form_submit_text {
  font-size: calc(12 / var(--view-size) * 100vw);
}
.contact_page .about {
  padding-top: calc(0 / var(--view-size) * 100vw);
}

.thanks_page {
  background-color: #fff;
  padding: calc(120 / var(--view-size) * 100vw) 0;
}
.thanks_page .common_btn {
  background-color: #2D9AB2;
  color: #fff;
  padding: calc(10 / var(--view-size) * 100vw) 0;
  border-radius: calc(48 / var(--view-size) * 100vw);
  text-align: center;
  margin-top: calc(32 / var(--view-size) * 100vw);
  display: block;
  width: 100%;
}

/* プライバシーポリシーページ用スタイル */
.privacy_content {
  background-color: #fff;
  padding: calc(24 / var(--view-size) * 100vw);
  border-radius: calc(16 / var(--view-size) * 100vw);
  margin-top: calc(24 / var(--view-size) * 100vw);
}
.privacy_content .privacy_intro {
  font-size: calc(16 / var(--view-size) * 100vw);
  line-height: 1.6;
  margin-bottom: calc(24 / var(--view-size) * 100vw);
  color: #2D9AB2;
  font-weight: 500;
}
.privacy_content .privacy_section {
  margin-bottom: calc(24 / var(--view-size) * 100vw);
}
.privacy_content .privacy_section:last-child {
  margin-bottom: 0;
}
.privacy_content .privacy_section .privacy_heading {
  font-size: calc(18 / var(--view-size) * 100vw);
  color: #2D9AB2;
  font-weight: bold;
  margin-bottom: calc(12 / var(--view-size) * 100vw);
  padding-bottom: calc(4 / var(--view-size) * 100vw);
  border-bottom: calc(2 / var(--view-size) * 100vw) solid #2D9AB2;
}
.privacy_content .privacy_section .privacy_text {
  font-size: calc(14 / var(--view-size) * 100vw);
  line-height: 1.6;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  color: #333;
}
.privacy_content .privacy_section .privacy_list {
  margin-left: calc(16 / var(--view-size) * 100vw);
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
.privacy_content .privacy_section .privacy_list li {
  font-size: calc(14 / var(--view-size) * 100vw);
  line-height: 1.6;
  margin-bottom: calc(4 / var(--view-size) * 100vw);
  color: #333;
  position: relative;
  padding-left: calc(12 / var(--view-size) * 100vw);
}
.privacy_content .privacy_section .privacy_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2D9AB2;
  font-weight: bold;
}
.privacy_content .privacy_section .privacy_contact {
  background-color: #f8f9fa;
  padding: calc(16 / var(--view-size) * 100vw);
  border-radius: calc(8 / var(--view-size) * 100vw);
  margin-top: calc(12 / var(--view-size) * 100vw);
}
.privacy_content .privacy_section .privacy_contact p {
  font-size: calc(14 / var(--view-size) * 100vw);
  line-height: 1.6;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  color: #333;
}
.privacy_content .privacy_section .privacy_contact p:last-child {
  margin-bottom: 0;
}
.privacy_content .privacy_section .privacy_contact p strong {
  color: #2D9AB2;
  font-weight: bold;
}
.privacy_content .privacy_section .privacy_contact p a {
  color: #2D9AB2;
  text-decoration: underline;
}
.privacy_content .privacy_section .privacy_contact p a:hover {
  opacity: 0.8;
}
.privacy_content .privacy_footer {
  margin-top: calc(32 / var(--view-size) * 100vw);
  padding-top: calc(16 / var(--view-size) * 100vw);
  border-top: calc(1 / var(--view-size) * 100vw) solid #ddd;
  text-align: right;
}
.privacy_content .privacy_footer .privacy_date {
  font-size: calc(12 / var(--view-size) * 100vw);
  color: #666;
}/*# sourceMappingURL=style.css.map */