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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

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

/* ブレイクポイントの定義 */
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/* --------------------------------------------
 color
-------------------------------------------- */
/* 固定色 */
/* テキスト */
/* メインカラー */
/* 背景 */
/* 境界線 */
/* その他 */
/* --------------------------------------------
 font
-------------------------------------------- */
/* --------------------------------------------
 layout
-------------------------------------------- */
/* --------------------------------------------
 spacing
-------------------------------------------- */
/* --------------------------------------------
 z-index
-------------------------------------------- */
/* variable */
i {
  margin: auto 20px;
}

a,
a:hover,
a:visited {
  color: #61B2C1;
  text-decoration: none;
}

h1,
h2 {
  line-height: 1;
}

.marquee_list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0;
  width: fit-content;
  /* animationはJSで制御 */
}
.marquee_list li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee_list li img {
  width: auto;
}

.slick-dots li:only-child {
  display: none;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ハンバーガーメニュー (SP) */
.gnavi_btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 1.6rem;
  right: 2.8rem;
  width: 5.6rem;
  height: 5.6rem;
  background: #A771C6;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.gnavi_btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.4rem;
  height: 3px;
  background-color: #FFFEEE;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.gnavi_btn span:nth-child(1) {
  top: 1.9rem;
}
.gnavi_btn span:nth-child(2) {
  top: 2.6rem;
}
.gnavi_btn span:nth-child(3) {
  top: 3.3rem;
}
.gnavi_btn.is-open span:nth-child(1) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(45deg);
}
.gnavi_btn.is-open span:nth-child(2) {
  opacity: 0;
}
.gnavi_btn.is-open span:nth-child(3) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(-45deg);
}
.gnavi_btn {
  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnavi_btn.is-visible {
  opacity: 1;
  visibility: visible;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.credit {
  line-height: 1.5;
}
.credit .name {
  font-size: 1.8rem;
  font-weight: 700;
}
.credit .name span {
  font-size: 1.4rem;
}
.credit .price {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.credit .price span {
  font-size: 1.1rem;
}
.credit .text {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.credit_small {
  line-height: 1.5;
}
.credit_small .name {
  font-size: 1.2rem;
}
.credit_small .name span {
  font-size: 1.4rem;
}
.credit_small .price {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
}
.credit_small .price span {
  font-size: 1.2rem;
}
.credit_small .text {
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.btn {
  max-width: 19.4rem;
  margin: 0 auto;
  padding: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  color: #FFFEEE;
  border-radius: 100vh;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A771C6;
}
.btn::before {
  content: "zoom_in";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 200;
  font-size: 2.2rem;
  margin-right: 0.4rem;
  line-height: 1;
}
.btn:hover, .btn:visited {
  color: #FFFEEE;
}

.btn_small {
  max-width: 12rem;
  margin: 1.6rem 0 0;
  padding: 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  color: #FFFEEE;
  border-radius: 100vh;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A771C6;
}
.btn_small::before {
  content: "zoom_in";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 200;
  font-size: 2rem;
  margin-right: 0.2rem;
  line-height: 1;
}
.btn_small:hover, .btn_small:visited {
  color: #FFFEEE;
}

/* --------------------------------------------
 footer
-------------------------------------------- */
footer {
  width: 100%;
  padding: 5.6rem 3.2rem;
  text-align: center;
  color: #61B2C1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer {
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
footer .f_logo {
  width: 12rem;
  margin: 0 auto;
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a svg path {
  fill: #61B2C1;
}
footer .f_icon {
  margin: 3.2rem auto 1.6rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 1.2rem;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2rem;
  color: #61B2C1;
}
footer small {
  text-align: center;
  font-size: 1rem;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

html {
  font-size: 2.7vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(10px, 1.1vw, 14px);
  }
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #61B2C1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  background: #EEE9F1;
}

/* --------------------------------------------
 loading
-------------------------------------------- */
#loading {
  position: fixed;
  inset: 0;
  background: #61B2C1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
}
#loading .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .inner ul {
  position: relative;
  width: 37.5rem;
  height: 37.5rem;
}
#loading .inner ul li {
  position: absolute;
}
#loading .inner ul li:nth-child(1) {
  width: 12rem;
  top: 10.6rem;
  left: 6.3rem;
  animation: walk-bear-1 1s steps(2, start) infinite;
}
#loading .inner ul li:nth-child(2) {
  width: 12rem;
  top: 10.6rem;
  right: 6.3rem;
  animation: walk-bear-2 1s steps(2, start) infinite;
  animation-delay: 0.5s;
}

#wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
#wrapper::before {
  content: "";
  position: fixed;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: solid 5px;
  z-index: -1;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .contents_area {
    display: flex;
    justify-content: center;
    overflow: visible;
  }
}
.contents_area {
  /* --------------------------------------------
  center
  -------------------------------------------- */
}
.contents_area .center_area {
  background: url("../images/bg.png");
  background-size: 29px;
  background-position: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contents_area .center_area {
    width: 37.5rem;
    margin: 0;
    order: 2;
    overflow: hidden;
    border-left: solid 1px rgba(97, 178, 193, 0.3);
    border-right: solid 1px rgba(97, 178, 193, 0.3);
  }
}
.contents_area .center_area {
  /* ---------- hero ---------- */
}
.contents_area .center_area .hero_area {
  width: 100%;
  margin: 0;
  padding-bottom: 5.6rem;
  overflow: hidden;
  position: relative;
  color: #61B2C1;
  text-align: center;
}
.contents_area .center_area .hero_area .mv {
  width: 100%;
  height: auto;
  margin-bottom: 3.2rem;
  aspect-ratio: 375/500;
  padding: 5.6rem;
  position: relative;
}
.contents_area .center_area .hero_area .mv .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contents_area .center_area .hero_area .mv .deco li {
  position: absolute;
}
.contents_area .center_area .hero_area .mv .deco li.deco_1 {
  width: 14.3rem;
  top: 2.6rem;
  left: 0.7rem;
  rotate: -8deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_2 {
  width: 6.8rem;
  top: 1rem;
  left: 18.3rem;
  rotate: 15deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_3 {
  width: 7.6rem;
  top: 16.8rem;
  left: 2.2rem;
  rotate: 12deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_4 {
  width: 14.5rem;
  top: 18.6rem;
  left: 24.8rem;
  rotate: -11deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_5 {
  width: 14rem;
  top: 31.7rem;
  left: 11.8rem;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_6 {
  width: 4.8rem;
  top: -2rem;
  left: 30.8rem;
  rotate: 12deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_7 {
  width: 6.4rem;
  top: 20.3rem;
  left: 14.5rem;
  rotate: 8.8deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_8 {
  width: 4.8rem;
  top: 35.7rem;
  left: -1rem;
  rotate: -8.3deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_9 {
  width: 6rem;
  top: 40.2rem;
  left: 32.5rem;
  rotate: -8deg;
  z-index: 1;
}
.contents_area .center_area .hero_area .mv .deco li.deco_10 {
  width: 7rem;
  top: 11.1rem;
  left: 3.2rem;
  z-index: 0;
}
.contents_area .center_area .hero_area .mv .deco li.deco_11 {
  width: 7rem;
  top: 5.2rem;
  left: 27.3rem;
  z-index: 0;
}
.contents_area .center_area .hero_area .mv .deco li.deco_12 {
  width: 7rem;
  top: 38.5rem;
  left: 7rem;
  z-index: 0;
}
.contents_area .center_area .hero_area .mv .deco li.deco_13 {
  width: 7rem;
  top: 30.8rem;
  left: 29rem;
  z-index: 0;
}
.contents_area .center_area .hero_area h1 {
  margin-bottom: 3.2rem;
  font-size: 6.4rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.contents_area .center_area .hero_area h1 span {
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  display: block;
  letter-spacing: 0.05em;
}
.contents_area .center_area .hero_area .copy {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.contents_area .center_area .hero_area .lead {
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.contents_area .center_area .hero_area .date {
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.contents_area .center_area .hero_area .date span {
  font-size: 2.2rem;
}
.contents_area .center_area {
  /* ---------- title ---------- */
}
.contents_area .center_area .title {
  margin-bottom: 3.2rem;
  text-align: center;
}
.contents_area .center_area .title .num {
  font-size: 4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}
.contents_area .center_area .title .fukidashi {
  margin-bottom: 2.4rem;
  position: relative;
  display: inline-block;
  padding: 0.4rem 2.4rem;
  border-radius: 8px;
  background: #61B2C1;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.contents_area .center_area .title .fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #61B2C1;
  border-bottom-width: 0;
}
.contents_area .center_area .title .copy {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: block;
}
.contents_area .center_area .title h2 {
  margin-top: 0.8rem;
  font-size: 4.4rem;
  color: #fff;
  -webkit-text-stroke: 1px #61B2C1;
  text-stroke: 1px #61B2C1;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  display: block;
}
.contents_area .center_area .title h2 span {
  margin-top: 0.8rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #61B2C1;
  -webkit-text-stroke: 0px #61B2C1;
  text-stroke: 0px #61B2C1;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  display: block;
}
.contents_area .center_area {
  /* ---------- item ---------- */
}
.contents_area .center_area .item_area {
  padding: 5.6rem 2.4rem;
  background: #ECF0F1;
}
.contents_area .center_area .item_area .lead {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  text-align: center;
}
.contents_area .center_area .item_area .item_lineup {
  margin-bottom: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.6rem;
}
.contents_area .center_area .item_area .item_lineup li {
  width: calc((100% - 4.8rem) / 3);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 600;
}
.contents_area .center_area .item_area .item_lineup li figure {
  aspect-ratio: 1/1.5;
  padding-bottom: 0.8rem;
}
.contents_area .center_area .item_area .item_lineup li figure img {
  width: 90%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.contents_area .center_area .item_area .item_list > li {
  margin-bottom: 0.8rem;
  position: relative;
  text-align: center;
  background: #E3EBED;
  border-radius: 1.6rem;
}
.contents_area .center_area .item_area .item_list > li a {
  padding: 2.4rem 2.4rem 3.2rem;
  display: block;
  position: relative;
}
.contents_area .center_area .item_area .item_list > li a .item_img {
  width: 10rem;
  height: 10rem;
  border-radius: 100vh;
  background: #fff;
  position: absolute;
  top: 1.6rem;
  right: 0.8rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_area .center_area .item_area .item_list > li a .item_img img {
  max-width: 7rem;
  width: auto;
  max-height: 8.4rem;
}
.contents_area .center_area .item_area .item_list > li a .item_img::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 2.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 1.2rem 0 1.2rem;
  border-color: #fff transparent transparent transparent;
  transform: rotate(20deg);
}
.contents_area .center_area .item_area .item_list > li a .item_img.item_img4 img {
  max-width: 5.8rem;
  width: auto;
  max-height: auto;
}
.contents_area .center_area .item_area .item_list > li a .item_img.item_img5 img {
  max-width: 6.4rem;
  width: auto;
  max-height: auto;
}
.contents_area .center_area .item_area .item_list > li a .img {
  width: 100%;
  border: solid 1px #61B2C1;
  border-radius: 100vh 100vh 0 0;
  position: relative;
  overflow: hidden;
  background: #61B2C1;
}
.contents_area .center_area .item_area .item_list > li a h3 {
  width: 21rem;
  height: 6.3rem;
  margin: -3.2rem auto 2.4rem;
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.04em;
  color: #FFFEEE;
  background: url("../images/title_frame_1.webp") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contents_area .center_area .item_area .item_list > li a .desc {
  margin-top: 2.4rem;
  padding: 0.8rem;
  font-size: 1.1rem;
  border: dotted 1px rgba(97, 178, 193, 0.5);
  text-align: left;
}
.contents_area .center_area .item_area .profile {
  padding: 5.6rem 2.4rem 0;
  text-align: center;
}
.contents_area .center_area .item_area .profile h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.contents_area .center_area .item_area .profile figure {
  width: 12rem;
  margin: 1.6rem auto;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  overflow: hidden;
}
.contents_area .center_area .item_area .profile .name {
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.01em;
}
.contents_area .center_area .item_area .profile .name span {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
.contents_area .center_area .item_area .profile .f_icon {
  margin: 1.6rem 0;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.contents_area .center_area .item_area .profile .f_icon li i {
  margin: 0;
  font-size: 2rem;
  color: #61B2C1;
}
.contents_area .center_area .item_area .profile .text {
  font-size: 1.1rem;
  text-align: left;
}
.contents_area .center_area {
  /* ---------- item_other ---------- */
}
.contents_area .center_area .item_other_area {
  width: 100%;
  padding: 5.6rem 1.6rem;
  position: relative;
  text-align: center;
  background: #EEE9F1;
}
.contents_area .center_area .item_other_area .lead {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  text-align: center;
}
.contents_area .center_area .item_other_area article .item_list_area {
  width: 100%;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: flex-start;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub.slick-initialized {
  display: block;
  gap: 0;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li {
  padding: 0;
  margin: 0 0 2.4rem 0;
  width: calc((100% - 1.6rem) / 2);
}
.slick-initialized .contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li {
  width: auto;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a {
  position: relative;
  display: block;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image {
  width: 100%;
  margin: 0 auto 1.6rem;
  position: relative;
  border: solid 1px #61B2C1;
  border-radius: 100vh 100vh 0 0;
  background: #61B2C1;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image li {
  border-radius: 100vh 100vh 0 0;
  overflow: hidden;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image .slick-dots {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: auto;
  display: flex;
  justify-content: center;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image .slick-dots li {
  width: 1.2rem;
  height: 1.6rem;
  margin: 0;
  padding: 0;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image .slick-dots li button {
  padding: 0;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image .slick-dots li button:before {
  font-size: 0.5rem;
  color: #fff;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image .slick-dots li.slick-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image .slick-dots li.slick-active button:before {
  color: #fff;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image .slick-dots li:only-child {
  display: none;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .icon_korea {
  width: 6.4rem;
  height: 6.4rem;
  background: #fff;
  border: solid 1px #61B2C1;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.6rem;
  right: 0;
  transform: scale(0.8);
  letter-spacing: 0;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .icon_korea > div {
  font-size: 1rem;
  font-weight: 600;
  color: #61B2C1;
  line-height: 1.2;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .icon_korea > div span {
  font-size: 1.2rem;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .credit_small .text {
  text-align: left;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .credit_small .desc {
  margin-bottom: 1.6rem;
  padding: 0.8rem;
  font-size: 1rem;
  border: dotted 1px rgba(97, 178, 193, 0.5);
  text-align: left;
  line-height: 130%;
  white-space: pre-wrap;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .credit_small .desc p {
  margin-bottom: 0.4rem;
  padding: 0.2rem 0.4rem;
  background: #fff;
  border-radius: 100vh;
  text-align: center;
}
.contents_area .center_area {
  /* ---------- item_set_area ---------- */
}
.contents_area .center_area .item_set_area {
  width: 100%;
  padding: 5.6rem 3.2rem;
  position: relative;
  text-align: center;
  background: #61B2C1;
  color: #fff;
}
.contents_area .center_area .item_set_area h2 {
  padding-bottom: 0.4rem;
  font-size: 1.6rem;
  border-bottom: solid 1px;
  display: inline-block;
}
.contents_area .center_area .item_set_area a, .contents_area .center_area .item_set_area:hover, .contents_area .center_area .item_set_area:visited {
  color: #fff;
}
.contents_area .center_area .item_set_area ul > li {
  margin-top: 2.4rem;
}
.contents_area .center_area .item_set_area ul > li > a {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.contents_area .center_area .item_set_area ul > li > a .img {
  width: 13rem;
  background: rgba(236, 240, 241, 0.2);
  border-radius: 100vh 100vh 0 0;
}
.contents_area .center_area .item_set_area ul > li > a .credit_small {
  text-align: left;
  width: 16.4rem;
}
.contents_area .center_area {
  /* ---------- concept_area ---------- */
}
.contents_area .center_area .concept_area {
  padding: 5.6rem 3.2rem;
}
.contents_area .center_area .concept_area .box {
  padding: 8.8rem 3.2rem 6.4rem;
  background: #fff;
  border-radius: 100vh 100vh 0 0;
  color: #61B2C1;
  text-align: center;
}
.contents_area .center_area .concept_area .box h2 {
  font-size: 1.8rem;
  line-height: 100%;
  margin-bottom: 3.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}
.contents_area .center_area .concept_area .box h3 {
  font-size: 3.6rem;
  line-height: 100%;
}
.contents_area .center_area .concept_area .box h3 span {
  margin: 1.6rem 0;
  font-size: 1.1rem;
  line-height: 100%;
  display: block;
}
.contents_area .center_area .concept_area .box p {
  font-size: 1.2rem;
  line-height: 180%;
}

/* --------------------------------------------
 left
-------------------------------------------- */
.left_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .left_box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 37.5rem) / 2);
    position: sticky;
    top: 0;
    order: 1;
    background: url("../images/bg2.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
  .left_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg1.jpg") no-repeat center center;
    background-size: cover;
    animation: fade-bg-left 10s infinite;
    opacity: 0;
  }
}

/* --------------------------------------------
 movie
-------------------------------------------- */
.contents_area.movie {
  display: block;
}
.contents_area.movie .center_area {
  width: 100%;
}
.contents_area.movie .center_area .main {
  max-width: 64rem;
  margin: 0 auto;
  padding: 5.6rem 2.4rem;
  text-align: center;
}
.contents_area.movie .center_area .main h1 {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.contents_area.movie .center_area .main h2 {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
}
.contents_area.movie .center_area .main iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.contents_area.movie .center_area .main .desc {
  margin: 3.2rem 0;
  font-size: 1.1rem;
}
.contents_area.movie .center_area .main .btn {
  max-width: 24rem;
  padding: 1.6rem;
}

.gnavi {
  display: none;
}
.gnavi.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  background: #61B2C1;
  z-index: 9998;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnavi .gnavi__inner ul.main {
  margin: 2.4rem;
  padding: 6.4rem 4rem 2.4rem;
  color: #FFFEEE;
}
.gnavi .gnavi__inner ul.main > li {
  margin-bottom: 5.6rem;
}
.gnavi .gnavi__inner ul.main > li a {
  padding: 0;
  color: #FFFEEE;
  font-size: 2.4rem;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
}
.gnavi .gnavi__inner ul.main > li a span {
  margin-top: 0.8rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.1em;
}
.gnavi .gnavi__inner ul.main > li ul.sub {
  margin-top: 2.4rem;
}
.gnavi .gnavi__inner ul.main > li ul.sub > li {
  margin-top: 1.6rem;
}
.gnavi .gnavi__inner ul.main > li ul.sub > li a {
  font-size: 1.4rem;
}

/* --------------------------------------------
 right
-------------------------------------------- */
.right_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .right_box {
    display: flex;
    position: sticky;
    height: 100vh;
    top: 0;
    justify-content: center;
    align-items: center;
    width: calc((100% - 37.5rem) / 2);
    order: 3;
    background: url("../images/bg3.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
  .right_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg4.jpg") no-repeat center center;
    background-size: cover;
    animation: fade-bg-right 10s 5s infinite;
    opacity: 0;
  }
}

@keyframes fade-bg-left {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-bg-right {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate-pickup {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes walk-bear-1 {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes walk-bear-2 {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}/*# sourceMappingURL=style.css.map */