@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap);
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewD,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInD {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInD;
          animation-name: fadeInD;
}

@-webkit-keyframes fadeInD {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInD {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInRight {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.fuwafuwa {
  animation: floatingY 1.8s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes floatingY {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@keyframes floatingY {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
.swing {
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: decoSwing;
          animation-name: decoSwing;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
}

@-webkit-keyframes decoSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes decoSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.swing2 {
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: decoSwing2;
          animation-name: decoSwing2;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
}

@-webkit-keyframes decoSwing2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

@keyframes decoSwing2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #000000;
  font-family: "'Noto Sans JP', ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-justify: inter-ideograph;
  width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  height: 10px !important;
  margin: 0 5px !important;
  width: 60px !important;
}
.slick-dots li button {
  background-color: #f3acb3;
  border-radius: 20px;
  height: 10px !important;
  width: 60px !important;
}
.slick-dots li button:before {
  background-color: #f3acb3;
  border-radius: 20px;
  content: "" !important;
  font-family: sans-serif !important;
  height: 10px !important;
  width: 60px !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url(../images/arrow_r.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "" !important;
  display: block;
  height: 70px;
  opacity: 1 !important;
  width: 30px;
  /*@include g.mq-down(lg) {
    width: 15px;
    height: 50px;
  }*/
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev {
  left: -40px !important;
  /*@include g.mq-down(sm) {
    left: -20px !important;
  }*/
}

.slick-next {
  right: -40px !important;
  /*@include g.mq-down(sm) {
    right: -20px !important;
  }*/
}

.slick-prev,
.slick-next {
  height: 100px !important;
  top: 45% !important;
  width: 30px !important;
  z-index: 1;
  /*@include g.mq-down(sm) {
    width: 15px !important;
    height: 50px !important;
    top: 45% !important;
  }*/
}

.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 10px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 10px);
}
.control-style1 .slick-dots {
  bottom: -30px;
  left: 80px;
  text-align: left;
}

.el_btn {
  background: #FFFFFF;
  border: 3px solid #000;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 110px;
  position: relative;
  text-align: center;
  transition: ease 0.2s;
}
.el_btn span {
  color: #000;
  position: relative;
  z-index: 3;
}
.el_btn .arrow_r {
  fill: #000;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 27px;
}
.el_btn .arrow_l {
  fill: #000;
  left: 15px;
  position: absolute;
  top: 6px;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .el_btn {
    padding: 10px 67px;
  }
}
.el_btn::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 2;
}
.el_btn:hover {
  border: 3px solid #fff;
}
.el_btn:hover span {
  color: #fff;
}
.el_btn:hover .arrow_r {
  fill: #fff;
}
.el_btn:hover .arrow_l {
  fill: #fff;
}
.el_btn:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.el_btn.--black {
  border-color: #000000;
}

.el_line-btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 50px;
  color: #3EB157;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 10px 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.el_line-btn .icon {
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .el_line-btn .icon {
    height: 26px;
    width: 26px;
  }
}
@media screen and (min-width: 769px) {
  .el_line-btn:hover {
    background-color: #000000;
    border-color: #fff;
  }
}

body {
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}

#bg_pc {
  background: linear-gradient(180deg, #fff8a5 0%, #fff8a5 50%, #ffffff 50%, #ffffff 100%);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #bg_pc {
    display: none;
  }
}
#bg_pc .pc_contents {
  height: 100%;
  position: relative;
  width: 100%;
}
#bg_pc .pc_contents .top_txt {
  overflow: hidden;
  position: absolute;
  top: 0;
}
#bg_pc .pc_contents .top_txt .scroll_left {
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
}
#bg_pc .pc_contents .top_txt .scroll_left ul {
  display: flex;
}
#bg_pc .pc_contents .top_txt .scroll_left ul li {
  display: block;
  flex-shrink: 0;
  width: 500px;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#bg_pc .pc_contents .btm_txt {
  bottom: 1rem;
  overflow: hidden;
  position: absolute;
}
#bg_pc .pc_contents .btm_txt .scroll_right {
  -webkit-animation: scroll_r 50s linear infinite;
          animation: scroll_r 50s linear infinite;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
}
#bg_pc .pc_contents .btm_txt .scroll_right ul {
  display: flex;
}
#bg_pc .pc_contents .btm_txt .scroll_right ul li {
  display: block;
  flex-shrink: 0;
  width: 500px;
}
@-webkit-keyframes scroll_r {
  from {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll_r {
  from {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#bg_pc .pc_contents .obj {
  position: absolute;
}
#bg_pc .pc_contents .pc_obj01 {
  left: 5%;
  top: 5%;
  width: 27.6rem;
}
#bg_pc .pc_contents .pc_obj02 {
  left: 3%;
  top: 22%;
  width: 22.7rem;
}
#bg_pc .pc_contents .pc_obj03 {
  left: 25%;
  top: 15%;
  width: 12.5rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj03 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj04 {
  left: 20%;
  top: 35%;
  width: 11.5rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj04 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj05 {
  left: 7%;
  top: 45%;
  width: 13.3rem;
}
#bg_pc .pc_contents .pc_obj06 {
  bottom: 30%;
  left: 20%;
  width: 7.2rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj06 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj07 {
  bottom: 5%;
  left: 3%;
  width: 5.9rem;
}
#bg_pc .pc_contents .pc_obj08 {
  bottom: 7%;
  left: 10%;
  width: 17.5rem;
}
#bg_pc .pc_contents .pc_obj09 {
  bottom: 15%;
  left: 25%;
  width: 6.6rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj09 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj10 {
  right: 25%;
  top: 10%;
  width: 11.2rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj10 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj11 {
  right: 5%;
  top: 15%;
  width: 16.7rem;
}
#bg_pc .pc_contents .pc_obj12 {
  right: 20%;
  top: 30%;
  width: 8.6rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj12 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj13 {
  right: 24%;
  top: 40%;
  width: 15.1rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj13 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj14 {
  bottom: 40%;
  right: 3%;
  width: 15rem;
}
#bg_pc .pc_contents .pc_obj15 {
  bottom: 5%;
  right: 28%;
  width: 10.9rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents .pc_obj15 {
    display: none;
  }
}
#bg_pc .pc_contents .pc_obj16 {
  bottom: 5%;
  right: 2%;
  width: 5.6rem;
}
#bg_pc .pc_nav {
  bottom: 10%;
  display: block;
  max-width: 27.7rem;
  position: absolute;
  right: 7%;
  z-index: 10;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_nav {
    display: none;
  }
}
#bg_pc .pc_nav ul li {
  margin-bottom: 2rem;
}
#bg_pc .pc_nav ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
#bg_pc .line_bnr {
  margin: 0 auto 3rem;
  width: 283px;
}
#bg_pc .pc_logo {
  position: absolute;
  right: 5%;
  top: 5vh;
  width: 26.3rem;
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_logo {
    display: none;
  }
}

.content_wrapper {
  margin: 0 auto;
  position: relative;
  width: 50rem;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .content_wrapper {
    align-items: center;
    display: flex;
    height: 100dvh;
    justify-content: center;
    width: 50rem;
    /*height: 90vh;
    top: 5vh;
    overflow: scroll;*/
  }
}
@media screen and (max-width: 768px) {
  .content_wrapper {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
}
.content_wrapper .main_contents {
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .content_wrapper .main_contents {
    border: solid 0.1rem #f3acb3;
    border-radius: 1rem;
    height: 86dvh;
    overflow: auto;
  }
}
.content_wrapper header {
  width: 100%;
}
.content_wrapper header .topArea {
  background-color: #fff8a5;
  padding: 2rem 0 6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content_wrapper header .topArea {
    padding: 8rem 0 5rem;
  }
}
.content_wrapper header .topArea .mv {
  position: relative;
}
.content_wrapper header .topArea .mv .mv_img {
  margin: 0 auto;
  width: 80%;
}
.content_wrapper header .topArea .mv .obj {
  position: absolute;
}
.content_wrapper header .topArea .mv .obj01 {
  left: 5%;
  top: 0;
  width: 32%;
}
.content_wrapper header .topArea .mv .obj02 {
  right: 2%;
  top: 3%;
  width: 38%;
}
.content_wrapper header .topArea .mv .obj03 {
  bottom: 0;
  left: 2%;
  width: 18%;
}
.content_wrapper header .topArea .mv .obj04 {
  right: 3%;
  top: 40%;
  width: 20%;
}
.content_wrapper header .topArea .mv .obj05 {
  bottom: 2%;
  right: 1%;
  width: 20%;
}
.content_wrapper header .topArea .top_txt {
  margin: 5rem auto 2rem;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .content_wrapper header .topArea .top_txt {
    margin: 8rem auto 10rem;
  }
}

footer {
  background-color: #fff8a5;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
footer .inner {
  margin: 0 auto;
  width: 90%;
}
footer .ft_txt {
  text-align: center;
}
footer .ft_txt .ft_logo {
  margin: 0 auto;
  width: 50%;
}

.btm_nav {
  max-width: 540px;
  position: relative;
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .btm_nav {
    max-width: 768px;
  }
}
.btm_nav ul {
  background-color: #900050;
  display: flex;
  padding: 10px 0;
}
.btm_nav ul li {
  box-sizing: border-box;
  text-align: center;
  width: 33.3333%;
}
.btm_nav ul li a {
  border-right: solid 1px #fff;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btm_nav ul li a {
    font-size: 3.3vw;
  }
}
.btm_nav ul li:last-child a {
  border-right: none;
}
.btm_nav.fixed {
  bottom: 0;
  position: fixed;
}

.lp-top {
  width: 100%;
}
.lp-top main {
  background-color: #fff8a5;
  margin-top: 0;
}
.lp-top .mv {
  height: auto;
  position: relative;
  width: 100%;
}
.lp-top .mv .page_list {
  bottom: 50px;
  display: flex;
  gap: 5%;
  justify-content: center;
  position: absolute;
}
.lp-top .mv .page_list li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .lp-top .mv .page_list {
    bottom: 25px;
  }
}
.lp-top .sec {
  padding: 50px 0;
}
.lp-top .sec .inner {
  margin: 0 auto;
  width: 90%;
}
.lp-top .sec .sec_ttl {
  margin: 0 auto 30px;
  width: 70%;
}
.lp-top .calendar_sec {
  background-color: #ffffff;
  padding-bottom: 60px;
  width: 100%;
}
.lp-top .calendar_sec .calendar_group .calendar_cnt {
  display: none;
}
.lp-top .calendar_sec .calendar_group .calendar_cnt.show {
  display: block;
}
.lp-top .calendar_sec .calendarArea {
  margin: 30px auto;
  overflow-x: auto;
  width: 100%;
}
.lp-top .calendar_sec .calendarArea .calendar_box {
  width: 750px;
}
.lp-top .calendar_sec .pink {
  color: #f3acb3;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-top .calendar_sec .pink {
    font-size: 2.8rem;
  }
}
.lp-top .calendar_sec .event_month {
  display: flex;
  justify-content: space-between;
}
.lp-top .calendar_sec .event_month li {
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .lp-top .calendar_sec .event_month li {
    font-size: 2rem;
  }
}
.lp-top .calendar_sec .event_month li {
  background-color: #dcdddd;
}
.lp-top .calendar_sec .event_month li.current_m {
  background-color: #f3acb3;
}
.lp-top .calendar_sec .event_month li {
  /*&::before{
                content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0px 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
              }*/
}
.lp-top .event_sec {
  position: relative;
  width: 100%;
}
.lp-top .event_sec .slideArea {
  margin: 0 auto;
  width: 90%;
}
.lp-top .future_sec {
  overflow: hidden;
  padding-bottom: 0;
  width: 100%;
}
.lp-top .future_sec .scheBox {
  position: relative;
}
.lp-top .future_sec .scheBox figure {
  margin-left: -5%;
  width: 110%;
}
.lp-top .future_sec .scheBox .scheArea {
  bottom: 12%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 86%;
}

/*# sourceMappingURL=app.css.map*/