@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
}
img {
  max-width: 100%;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
@font-face {
  font-family: DIN;
  src: url("../../assets/font/DINNextLTPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: Source Han Sans;
  src: url("../../assets/font/SourceHanSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: Morthern Alt;
  src: url("../../assets/font/morthern-alt-400.ttf") format("truetype");
}
@font-face {
  font-family: Morthern;
  src: url("../../assets/font/morthern-400.ttf") format("truetype");
}
@font-face {
  font-family: Marion;
  src: url("../../assets/font/Marion.ttc") format("truetype");
}
@font-face {
  font-family: Avenir;
  src: url("../../assets/font/Avenir.ttc") format("truetype");
}
@font-face {
  font-family: Avenir Heavy;
  src: url("../../assets/font/Avenir Heavy.ttf") format("truetype");
}
@font-face {
  font-family: KozGoPr6N;
  src: url("../../assets/font/KozGoPr6N-Regular.otf") format("opentype");
}
/* Header
------------------------------------------------------------*/
.c-header {
  text-align: center;
  padding: 54px 0;
}
.c-header a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .c-header {
    padding: 10px 0;
  }
  .c-header a {
    font-size: 2.2rem;
  }
}
.c-footer {
  background: #3c2415;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 65px 0 50px;
}
.c-footer .c-footer__note {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.c-footer .c-footer__logo {
  font-family: "Marion", sans-serif;
  font-size: 5.7rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__logo {
    font-size: 4.5rem;
    margin-bottom: 50px;
  }
}
.c-footer .c-footer__right {
  width: 42.3%;
  max-width: 507px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__right {
    width: 100%;
  }
}
.c-footer .c-footer__name {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
.c-footer .c-footer__address {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.c-footer .c-footer__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-footer .c-sns {
  width: 40px;
  display: block;
  margin-top: 8px;
}
.c-footer .c-footer__link {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  color: #3c2415;
  margin-top: 20px;
}
.c-footer .c-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 92px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer .c-footer__link {
    font-size: 1.5rem;
  }
}
.c-footer .c-footer__copyright {
  text-align: center;
  font-family: "Avenir Heavy", sans-serif;
  margin-top: 80px;
}
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #3c2415;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
.l-container--1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.l-container--1220 {
  max-width: 1220px;
  width: 92%;
  margin: 0 auto;
}
.l-container--1240 {
  max-width: 1240px;
  width: 92%;
  margin: 0 auto;
}
.l-container--1190 {
  max-width: 1190px;
  width: 92%;
  margin: 0 auto;
}
.l-container--1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.l-container--1350 {
  max-width: 1350px;
  width: 100%;
  margin-left: auto;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
main {
  overflow: hidden;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mv-text {
  fill: transparent;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-loading {
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
}
.c-loading svg {
  max-width: 783px;
  width: 90%;
  margin: auto;
}
.c-highlightLayer3 {
  position: absolute;
  width: 100%;
  max-width: 550px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  top: -25px;
  z-index: 0;
  right: 143px;
  height: 143px;
}
.c-highlightLayer2 {
  width: 100%;
  height: 143px !important;
  max-width: 550px;
  position: relative;
}
.c-highlight {
  display: block;
  width: 100%;
  height: 100% !important;
  background: #ede937;
}
.c-mainvisual {
  position: relative;
}
.c-mainvisual .c-mainvisual__top {
  position: relative;
}
.c-mainvisual .c-mainvisual__text {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42%;
  max-width: 616px;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__text {
    width: 70%;
  }
  .c-highlightLayer3 {
    right: 246px;
  }
}
.c-mainvisual .c-mv__bot {
  background: url(../../assets/img/mv-bot.jpg) center;
  background-size: 100%;
  width: 100%;
  height: 200px;
  -webkit-animation: movingUp 100s infinite linear;
  animation: movingUp 100s infinite linear;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mv__bot {
    background-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mv__bot {
    background-size: 200%;
    -webkit-animation: movingUp 200s infinite linear;
    animation: movingUp 200s infinite linear;
    height: 100px;
  }
}
.c-mainvisual .c-scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 2rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-scroll {
    bottom: 42px;
  }
}
.c-mainvisual .c-scroll a {
  position: relative;
  font-family: "DIN", sans-serif;
  font-weight: 700;
}
.c-mainvisual .c-scroll a .scroll-bar {
  position: absolute;
  width: 2px;
  height: 120px;
  bottom: -10px;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-scroll a .scroll-bar {
    height: 70px;
  }
}
.c-mainvisual .c-scroll a .scroll-animate {
  height: 100%;
  position: relative;
}
.c-mainvisual .c-scroll a .scroll-animate::after {
  content: "";
  width: 2px;
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  background: #fff;
  left: 0;
  -webkit-animation: scrolling1 1.5s linear infinite;
  animation: scrolling1 1.5s linear infinite;
}
.c-mainvisual .c-scroll a .scroll-animate::before {
  content: "";
  width: 2px;
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  left: 0;
  -webkit-animation: scrolling1 1.5s linear infinite;
  animation: scrolling1 1.5s linear infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-scroll {
    font-size: 1.4rem;
  }
  .c-mainvisual .c-scroll a::after {
    height: 83px;
  }
}
.c-text {
  font-size: 2.6rem;
  font-family: serif;
  line-height: 2.3;
}
@media only screen and (max-width: 1024px) {
  .c-text {
    font-size: 2rem;
  }
}
.c-sec1 {
  background: #ea9039;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .c-sec1 {
    padding: 30px 0;
  }
}
.c-sec1 .c-sec1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 1024px) {
  .c-sec1 .c-sec1__content {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec1 .c-sec1__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 0;
  }
}
.c-sec1 .c-sec1__img {
  width: 45%;
}
.c-sec1 .c-sec1__img video{
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-sec1 .c-sec1__img {
    width: 100%;
  }
}
.c-sec1 .c-sec1__right {
  width: 55%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.c-sec1 .c-sec1__right .text-wrapper {
  max-width: 350px;
  margin: auto auto 0;
}
@media only screen and (max-width: 767px) {
  .c-sec1 .c-sec1__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 55px;
  }
  .c-sec1 .c-sec1__right .text-wrapper {
    width: fit-content;

    margin: 45px auto 0;
  }
}
.c-sec1 .c-sec1__bannerText {
  position: absolute;
  top: -21%;
  left: -15%;
  max-width: 656px;
}
@media only screen and (max-width: 1024px) {
  .c-sec1 .c-sec1__bannerText {
    width: 85%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .c-sec1 .c-sec1__bannerText {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    left: 40%;
    position: static;
  }
}
.c-sec1 .sec1-circle1 {
  top: 38%;
  left: -268px;
}
@media only screen and (max-width: 1024px) {
  .c-sec1 .sec1-circle1 {
    top: 1%;
    left: -128px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec1 .sec1-circle1 {
    top: 64%;
    left: -125px;
  }
}
.c-sec1 .sec1-circle2 {
  bottom: -102px;
  right: -185px;
}
@media only screen and (max-width: 1024px) {
  .c-sec1 .sec1-circle2 {
    right: -118px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec1 .sec1-circle2 {
    bottom: -45px;
    right: -112px;
  }
}
.c-intro {
  max-width: 1080px;
  margin: 225px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .c-intro {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 150px;
  }
}
.c-intro .c-intro__img {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -70px;
  position: relative;
  z-index: 0;
  margin-top: 26px;
}
.c-intro .c-intro__img img {
  max-width: 720px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-intro .c-intro__img {
    margin-top: -50px;
    text-align: right;
  }
  .c-intro .c-intro__img img {
    max-width: 667px;
    width: 76%;
  }
}
.c-intro .c-intro__txtwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-intro .c-intro__txtwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-intro .c-intro__num {
  text-align: center;
  display: block;
  font-family: "Morthern Alt", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
  color: #3f2110;
}
@media only screen and (max-width: 1024px) {
  .c-intro .c-intro__num {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro .c-intro__num {
    margin-bottom: 11px;
    font-size: 4.6rem;
  }
}
.c-intro .c-intro__txtcenter {
  margin: 0 10px;
}
.c-intro .c-intro__text1 {
  font-size: 6rem;
  font-family: "Marion", serif;
  background: #3f2110;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 15px;
  letter-spacing: 0.15em;
  width: 90px;
}
@media only screen and (max-width: 1024px) {
  .c-intro .c-intro__text1 {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .c-intro .c-intro__text1 {
    width: 60px;
  }
}
.c-intro .c-intro__text2 {
  font-family: "Source Han Sans", sans-serif;
  font-size: 2.2rem;
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 0;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .c-intro .c-intro__text2 {
    font-size: 1.4rem;
  }
}
.c-intro .c-intro__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.c-intro .c-intro__title {
  font-size: 7.8rem;
  font-family: "MorThern", serif;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-26px);
  transform: translateY(-26px);
}
.c-intro .c-intro__title span {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .c-intro .c-intro__title {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro .c-intro__title {
    font-size: 4.2rem;
    position: absolute;
    top: -80px;
    right: 0;
  }
}
.c-intro .c-intro__left {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .c-intro .c-intro__left {
    width: 100%;
  }
}
.c-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 120px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.c-description .c-description__txt {
  width: 33%;
}
@media only screen and (max-width: 1467px) {
  .c-description .c-description__txt {
    width: 34%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-description .c-description__txt {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .c-description .c-description__txt {
    width: 100%;
  }
}
.c-description .c-description__img {
  max-width: 762px;
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .c-description .c-description__img {
    width: 100%;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 92%;
    margin: 60px auto 0;
  }
}
.c-gallary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
}
.c-gallary .c-gallary__small {
  overflow: hidden;
  width: 24%;
}
.c-gallary .c-gallary__small img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-gallary .c-gallary__big {
  overflow: hidden;
  width: 48%;
  max-width: 600px;
}
.c-gallary .c-gallary__big img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 767px) {
  .c-gallary {
    margin-top: 50px;
  }
}
.c-sec2 {
  background: #d3b6d7;
  padding: 80px 0 150px;
}
.c-sec2 .l-container {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .c-sec2 {
    padding: 80px 0;
  }
}
.c-sec2 .c-sec2__coordinate {
  margin-top: 100px;
  position: relative;
}
.c-sec2 .sec2-circle {
  bottom: 1%;
  left: -214px;
}
@media only screen and (max-width: 1024px) {
  .c-sec2 .sec2-circle {
    left: -126px;
  }
}
@media only screen and (max-width: 768px) {
  .c-sec2 .sec2-circle {
    left: unset;
    right: -126px;
  }
}
.c-sec2 .c-sec2__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  color: #3c2415;
}
@media only screen and (max-width: 1024px) {
  .c-sec2 .c-sec2__navs {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__navs {
    width: 100%;
  }
}
.c-sec2 .c-sec2__num {
  font-size: 5rem;
  font-family: "MorThern Alt", serif;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__num {
    font-size: 3.1rem;
  }
}
.c-sec2 .c-sec2__name {
  font-size: 3rem;
  font-family: "MorThern", serif;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__name {
    font-size: 1.4rem;
  }
}
.c-sec2 .c-sec2__nav {
  width: 33.3%;
  border-left: 2px solid #3c2415;
  padding: 0 0 27px;
  position: relative;
}
.c-sec2 .c-sec2__nav::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-sec2 .c-sec2__nav:last-child {
  border-right: 2px solid #3c2415;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__nav {
    width: 44.3%;
  }
  /* .c-sec2 .c-sec2__nav:nth-child(2) {
    border-right: 2px solid #3c2415;
  } */
  /* .c-sec2 .c-sec2__nav:last-child {
    margin-top: 50px;
  } */
}
.c-sec2 .c-sec2__coorItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 829px;
  margin: -70px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .c-sec2 .c-sec2__coorItems {
    width: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__coorItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    width: 92%;
  }
}
.c-sec2 .c-sec2__coorItem {
  width: 37.9%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .c-sec2 .c-sec2__coorItem {
    width: 44.9%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__coorItem {
    width: 100%;
  }
  .c-sec2 .c-sec2__coorItem:not(:first-child) {
    margin-top: 50px;
  }
}
.c-sec2 .c-sec2__coorItem.item2 .c-sec2__coorImg {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__coorItem.item2 .c-sec2__coorImg {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.c-sec2 .c-sec2__coorImg {
  position: relative;
  max-width: 274px;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__coorImg {
    margin: auto;
    max-width: 195px;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}
.c-sec2 .c-sec2__txtleft {
  position: absolute;
  bottom: 0;
  left: -40px;
  font-family: serif;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (max-width: 1024px) {
  .c-sec2 .c-sec2__txtleft {
    font-size: 1.9rem;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__txtleft {
    left: 0;
    display: none;
  }
}
.c-sec2 .c-sec2__txtright {
  position: absolute;
  bottom: 0;
  right: -40px;
  font-family:  serif;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 1024px) {
  .c-sec2 .c-sec2__txtright {
    font-size: 1.9rem;
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__txtright {
    display: none;
  }
}
.c-sec2 .c-sec2__recommend {
  margin-top: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__recommend {
    margin-top: 100px;
  }
}
.c-sec2 .c-sec2__reDemo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1360px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-sec2 .c-sec2__reDemo {
  margin-right: auto;
}
.c-sec2 .c-sec2__reDImg:first-child {
  width: 55.2%;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__reDImg:first-child {
    width: 100%;
  }
}
.c-sec2 .c-sec2__reDImg:last-child {
  width: 42.7%;
}
.c-sec2 .c-sec2__reDemo.demo2 {
  margin-left: auto;
  margin-right: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__reDemo.demo2 {
    margin-top: 100px;
  }
}
.c-sec2 .c-sec2__reItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.c-sec2 .c-sec2__reItem:not(:first-child) {
  margin-top: 100px;
}
.c-sec2 .c-sec2__reItem:nth-child(even) {
  flex-direction: row-reverse;
}
.c-sec2 .c-sec2__reItem:nth-child(even) .c-sec2__reInfo {
  width: 29.5%;
  margin-left: 0;
}
.c-sec2 .c-sec2__reItem.item1 .c-sec2__reImg {
  margin-right: -8%;
  transform: none;
}
.c-sec2 .c-sec2__reItem.item4 .c-sec2__reImg {
  width: 60.1%;
  margin-right: 0%;
}
.c-shortName {
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .c-sec2 .c-sec2__reItem {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .c-sec2 .c-sec2__reItem.item1 .c-sec2__reImg {
    margin-right: 0%;
    width: 52.1%;
  }
}
@media only screen and (max-width: 767px) {
  .c-shortName {
    margin: auto;
  }
  .c-sec2 .c-sec2__reItem.item1 .c-sec2__reImg {
    margin-right: 0%;
    width: 100%;
    position: relative;
    z-index: 44;
  }
  .c-sec2 .c-sec2__reItem:nth-child(even) {
    flex-direction: column;
  }
  .c-sec2 .c-sec2__reItem:nth-child(even) .c-sec2__reInfo {
    width: 100%;
  }
  .c-sec2 .c-sec2__reItem {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
}
.c-sec2 .c-sec2__reImg {
  width: 58.1%;
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__reImg {
    width: 100%;
    text-align: right;
    -webkit-transform: none;
    transform: none;
  }
  .c-sec2 .c-sec2__reImg img {
    width: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__reInfo {
    width: 100%;
  }
}
.c-sec2 .c-sec2__reItem.item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-sec2 .c-sec2__reItem.item2 .c-sec2__reImg {
  transform: translate(-80px, 10px);
  width: 48.1%;
}
.c-sec2 .c-sec2__reItem2 {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 150px auto 0;
  justify-content: space-between;
}
.c-sec2 .c-sec2__reILeft {
  width: 58.4%;
}
.c-sec2 .c-sec2__reIImg:first-child {
  margin-bottom: 50px;
}
.c-sec2 .c-sec2__reIRight {
  display: flex;
  flex-direction: column;
  width: 37.5%;
}
.c-sec2 .c-sec2__reIRight .c-sec2__reInfo {
  width: auto;
  margin-left: 0;
}
.c-sec2 .c-sec2__reIRight .c-sec2__reImg {
  width: auto;
  transform: none;
}
.c-sec2 .c-sec2__reItem.item2 .c-sec2__reInfo {
  margin-right: 0;
  width: 39.2%;
  margin-left: unset !important;
}
.c-sec2 .c-sec2__reItem.item2 .c-sec2__reInfo .c-itemLink {
  margin-left: 0;
}
.c-sec2 .c-sec2__reItem.item3 {
  transform: none;
  margin-top: 190px;
}
.c-sec2 .c-sec2__reItem.item3 .c-sec2__reInfo {
  width: 26.7%;
  margin-bottom: 10%;
  margin-right: 4.1%;
}
.c-sec2 .c-sec2__reItem.item3 .c-sec2__reImg {
  transform: none;
  width: 52.6%;
}
@media only screen and (max-width: 1024px) {
  .c-sec2 .c-sec2__reItem.item2 .c-sec2__reInfo {
    margin-right: 0;
  }
  .c-sec2 .c-sec2__reItem.item3 {
    margin-top: 100px;
  }
  .c-sec2 .c-sec2__reItem.item3 .c-sec2__reInfo {
    width: 42.2%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__reItem.item2 .c-sec2__reInfo .c-itemLink{
    margin: 30px auto 0;
  }
  .c-sec2__reItem.item4 {
    flex-direction: column;
  }
  .c-sec2 .c-sec2__reImg img {
    width: 100%;
  }
  .c-sec2 .c-sec2__reIRight .c-sec2__reImg {
    width: 100%;
    margin-top: 50px;
  }
  .c-sec2 .c-sec2__reIRight {
    width: 100%;
  }
  .c-sec2 .c-sec2__reILeft {
    width: 100%;
  }
  .c-sec2 .c-sec2__reItem2 {
    flex-direction: column;
  }
  .c-sec2 .c-sec2__reItem.item4 .c-sec2__reImg {
    width: 100%;
    text-align: center;
  }
  .c-sec2 .c-sec2__reItem.item3 {
    flex-direction: column;
  }
  .c-sec2 .c-sec2__reItem.item3 .c-sec2__reInfo {
    width: 100%;
    margin: 0;
  }
  .c-sec2 .c-sec2__reItem.item3 .c-sec2__reImg {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .c-sec2 .c-sec2__reItem.item3 {
    transform: none;
    margin-top: 90px;
  }
  .c-sec2 .c-sec2__reItem.item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-sec2 .c-sec2__reItem.item2 .c-sec2__reInfo {
    margin-right: 0;
    width: 45.2%;
  }
  .c-sec2 .c-sec2__reItem.item2 .c-sec2__reImg img {
    width: 100%;
  }
  .c-sec2 .c-sec2__reItem.item2 .c-sec2__reInfo {
    margin-right: 0;
    width: 100%;
  }
}
.c-sec2__reInfo {
  width: 26.2%;
  margin-left: 140px;
}
@media only screen and (max-width: 1024px) {
  .sp-des {
    width: 40.3%;
    margin-left: 0;
  }
  .c-sec2__reInfo {
    margin-left: 0;
    width: 42.2%;
  }
  .c-sec2 .c-sec2__reItem.item2 .c-sec2__reImg {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec2 .c-sec2__reItem.item2 .c-sec2__reImg {
    width: 100%;
  }
  .c-sec2__reInfo {
    margin-top: 73px;
    width: 100%;
  }
  .c-sec2__reInfo .c-des.sp-only {
    width: 34%;
    padding-top: 24px;
  }

  .c-sec2__reInfo .c-floor {
    margin-top: 0;
  }
}
.c-sec__title {
  font-size: 11rem;
  text-align: center;
  color: #fff;
  font-family: "Morthern Alt", serif;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .c-sec__title {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec__title {
    font-size: 6rem;
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: tb;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec__title.title1 {
    position: absolute;
  }
}
.c-sec__title.title1 span {
  position: relative;
  z-index: 2;
}
.c-sec__title.title1::before {
  content: "";
  position: absolute;
  width: 30%;
  max-width: 435px;
  height: 143px;
  display: block;
  background: #ede937;
  left: -8px;
  top: 75px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .c-sec__title.title1::before {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec__title.title1::before {
    top: 15px;
    width: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec__title.title2 {
    right: unset;
    left: 0;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    top: 40px;
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec__title.gourmet {
    position: static;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-align: center;
  }
}
.c-floor {
  font-family: Avenir Heavy, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.6rem;
  margin-top: 45px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .c-floor {
    font-size: 2rem;
  }
}
.c-brand {
  text-align: center;
  font-family: Avenir Heavy, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-bottom: 1px solid #3c2415;
}
@media only screen and (max-width: 767px) {
  .c-brand {
    font-size: 2rem;
  }
}
.c-des {
  padding-top: 10px;
  font-family: KozGoPr6N, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #3c2415;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .c-des {
    font-size: 1.6rem;
  }
}
.c-price {
  margin-top: 30px;
  font-family: KozGoPr6N, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #3c2415;
}
@media only screen and (max-width: 1024px) {
  .c-price {
    font-size: 1.6rem;
  }
}
.c-itemLink {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Marion", sans;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #3f2110;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  margin: 30px auto 0;
  border-radius: 30px;
  letter-spacing: 0.14rem;
}
.c-banner {
  margin-top: 200px;
  background: url(../../assets/img/banner-bg.jpg);
  background-size: 100%;
  -webkit-animation: moving 100s linear infinite;
  animation: moving 100s linear infinite;
  position: relative;
  background-size: 100%;
}
.c-banner.recommend {
  background: url(../../assets/img/recommend-banner.jpg);
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .c-banner {
    margin-top: 100px;
    background-size: cover;
  }
  .c-des {
    font-size: 1.4rem;
  }
  .c-sec4 .c-onsen table {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner .c-banner__link {
    max-width: 200px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
  .c-banner .c-banner__link::after {
    right: 12px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #3c2415;
  }
}
.sec2 .c-banner__content {
  max-width: 1122px;
  margin: 0 auto 10px;
  -webkit-transform: translate(-64px, -7px);
  transform: translate(-64px, -7px);
  width: 74.8%;
}
.recommend .c-banner__content {
  transform: none;
  max-width: none;
  width: 100%;
  max-width: 1500px;
}
.recommend .c-banner__content img {
  max-width: 1550px;
  width: 105%;
}
@media only screen and (max-width: 767px) {
  .sec2 .c-banner__content {
    width: 95.8%;
    -webkit-transform: none;
    transform: none;
  }
}
.sec2 .c-banner__link {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.recommend .c-banner__link {
  transform: none;
  position: absolute;
  left: 45.9%;
  bottom: 18%;
  max-width: 400px;
  width: 25%;
}
.c-sec3 {
  background: #f0d6b4;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .recommend .c-banner__link {
    left: 44.9%;
    bottom: 14%;
    width: 93px;
  }
  .c-sec3 {
    padding-bottom: 80px;
  }
}
.c-sec3 .c-intro__title {
  -webkit-transform: translateY(-97px);
  transform: translateY(-97px);
}
.c-note{
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  max-width: 1250px;
  width: 92%;
  text-align: right;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 600px) {
  .recommend .c-banner__link {
    bottom: 12%;
    width: 93px;
  }
  .c-note {
    text-align: left;
  }
}
@media only screen and (max-width: 360px) {
  .recommend .c-banner__link {
    bottom: 9%;
    width: 22%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-sec3 .c-intro__title {
    -webkit-transform: translateY(-67px);
    transform: translateY(-67px);
  }
}
@media only screen and (max-width: 767px) {
  .c-sec3 .c-intro__title {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
  }
}
.c-sec3 .c-highlight {
  background: #fff;
}
.c-sec3 .c-gourmet__items {
}

.c-sec3 .c-gourmet {
  margin-top: 75px;
  position: relative;
}
.c-sec3 .c-gourmet__item {
  display: flex;
}
.c-sec3 .c-gourmet__iInfo {
  width: 52%;
}
.c-sec3 .c-gourmet__iImg {
  max-width: 828px;
  text-align: center;
}
.c-sec3 .c-gourmet__iDes {
  width: fit-content;
  margin: auto;
}
.c-sec3 .c-gourmet__iThumb {
  max-width: 580px;
  width: 42%;
}
.c-sec3 .c-gourmet .c-sec2__reInfo {
  width: 100%;
  margin-left: 0;
}
.c-sec3 .c-gourmet__item:nth-child(1) .c-gourmet__iThumb {
  margin-top: 8%;
}

.c-sec3 .c-gourmet__item:nth-child(1) .c-gourmet__iDes {
  margin-top: -70px;
}
.c-sec3 .c-gourmet__item:nth-child(1) .c-gourmet__iImg {
  margin-left: -14%;
}
.c-sec3 .c-gourmet__item:not(:first-child) .c-gourmet__iThumb {
  align-self: flex-end;
}
.c-sec3 .c-gourmet__item:nth-child(2) .c-gourmet__iDes {
  margin-top: -8%;
}
.c-sec3 .c-gourmet__item:nth-child(3) {
  margin-top: 150px;
}
.c-sec3 .c-gourmet__items {
}
@media only screen and (max-width: 1024px) {
  .c-sec3 .c-gourmet__items {
  }
}
@media only screen and (max-width: 767px) {
  .c-sec3 .c-gourmet__item:not(:first-child) .c-gourmet__iThumb {
    align-self: center;
  }
  .c-sec3 .c-gourmet__iThumb {
    width: 100% !important;
    margin-top: 35px;
    text-align: center;
  }
  .c-sec3 .c-gourmet__iInfo {
    width: 100%;
  }
  .c-sec3 .c-gourmet__item {
    flex-direction: column;
    align-items: center;
  }
  .c-sec3 .c-gourmet__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
  }
}
.c-sec3 .c-sec3__sInfo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .c-sec3 .c-sec3__sInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec3 .c-sec3__sInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-sec3 .c-sec3__siImg {
  position: absolute;
  width: 116.2%;
  left: -23%;
  top: 0;
  max-width: 670px;
}
@media only screen and (max-width: 1300px) {
  .c-sec3 .c-sec3__siImg {
    top: -8%;
  }
}
@media only screen and (max-width: 1115px) {
  .c-sec3 .c-sec3__siImg {
    width: 106.2%;
    left: -20%;
    top: -12%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-sec3 .c-sec3__siImg {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec3 .c-sec3__siImg {
    width: 100%;
  }
}
.c-sec3 .c-sec2__goInfo {
  max-width: 314px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .c-sec3 .c-sec2__goImg {
    width: 69%;
    margin: auto;
  }
}

.c-sec3 .c-banner__content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.c-sec3 .gourmet .c-banner__link {
  left: 50%;
  transform: translateX(-50%);
  bottom: 2%;
  position: absolute;
  max-width: 400px;
  width: 25%;
}
.c-sec4 {
  background: #622e84;
  overflow: hidden;
  position: relative;
}
.c-sec4 .c-intro__img img {
  width: 100%;
}
.c-sec4 .sec4-circle {
  top: 17%;
  left: -133px;
}
.c-sec4 .sec4-circle2 {
  right: -230px;
  bottom: -12%;
}
.c-sec4 .c-intro__title {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .sec4-circle2 {
    right: -117px;
    bottom: -18%;
  }
  .c-sec4 .c-intro__title {
    transform: translateY(-57px);
  }
  .c-sec4 .c-cinama__shop {
    margin-left: 11px;
  }
}

.c-sec4 .c-cinema {
  position: relative;
  z-index: 1;
}
.c-sec4 .c-cinema__head {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  width: 92%;
  justify-content: end;
}

.c-sec4 .c-sec__title.cinema {
  position: static;
  text-align: center;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
  flex-grow: 1;
  text-align: right;
}
.c-sec4 .c-cinama__shop {
  color: #fff;
  width: fit-content;
  margin-left: 26px;
  margin-top: -21px;
}
.c-sec4 .c-cinama__shop .c-floor {
  font-size: 1.8rem;
}
.c-sec4 .c-cinama__shop .c-brand {
  border-color: #fff;
  font-size: 2.4rem;
  padding-bottom: 12px;
}
.c-sec4 .c-cinama__shop .c-des {
  color: #fff;
  font-size: 1.2rem;
}
.c-sec4 .c-cinama__shop .c-itemLink {
  margin: 12px auto 0;
  background: #fff;
  color: #622e84;
}
.c-sec4 .c-sec4__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sec4 .c-intro__img {
  margin-left: 43px;
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-intro__img {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-intro__img {
    margin-left: 43px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec__title.cinema {
    text-align: center;
  }
  .c-sec4 .c-cinama__shop {
    margin-left: 0;
  }
  .c-sec4 .c-cinema__head {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .c-sec3 .gourmet .c-banner__link {
    bottom: 1%;
    display: flex;
    align-items: center;
  }
  .c-sec4 .c-cinema {
    margin-top: 50px;
  }
  .c-sec4 .c-intro__title {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.c-sec4 .c-intro__num {
  margin-right: 24px;
  color: #fff;
}
.c-sec4 .c-intro__text1 {
  background: #fff;
  color: #622e84;
}
.c-sec4 .bgLRextend.sec3-fade {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}
.c-sec4 .c-intro__text2 {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.c-sec4 .c-description__txt {
  color: #fff;
}
.c-sec4 .c-sec4__movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__movies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-sec4 .c-sec4__movie {
  width: 25.2%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-sec4__movie {
    width: 30.2%;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__movie {
    text-align: center;
    width: 100%;
  }
  .c-sec4 .c-sec4__movie:not(:first-child) {
    margin-top: 50px;
  }
}
.c-sec4 .c-sec4__movieDate {
  font-size: 2.6rem;
  font-family: serif;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  background: #e05a2d;
  margin-bottom: 20px;
}
.c-sec4 .c-sec4__movieTtl {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 30px 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sec4 .c-highlight {
  background: #e05a2d;
}
.c-sec4 .c-sec4__movieDes {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-feature-settigs: "palt";
  font-weight: 400;
  margin-bottom: 40px;
}
.c-sec4 .c-sec4__movieCopyright {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
}
.c-sec4 .c-sec4__events {
  margin-top: 120px;
  margin-bottom: 136px;
}
.c-sec4 .c-sec__title.event {
  position: static;
  text-align: center;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
.c-sec4 .c-sec4__eleft {
  width: 36.4%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__event {
    flex-direction: column;
  }
  .c-sec4 .c-sec4__eleft {
    width: 100% !important;
  }
}
.c-sec4 .c-sec4__ehead {
  position: relative;
  width: fit-content;
}
.c-sec4 .c-sec4__ehead::after {
  content: "";
  display: block;
  width: 131%;
  height: 120%;
  position: absolute;
  top: -47px;
  z-index: -1;
  background: #e05a2d;
  right: -44px;
}
.c-sec4 .event1 {
  padding-left: 20px;
  background: #9ed2f1;
  padding-bottom: 30px;
}
.c-sec4 .event1 .c-sec4__eTtl,
.event1 .c-sec4__eDes,
.event1 .c-sec4__time,
.event1 .c-sec4__place {
  color: #3c2415 !important;
}
.c-sec4 .event2 .c-sec4__ehead::after {
  content: "";
  display: block;
  width: 246%;
  height: 120%;
  position: absolute;
  top: -47px;
  z-index: -1;
  background: #e05a2d;
  right: -72.5%;
}
.c-sec4 .event3 .c-sec4__ehead::after {
  content: "";
  display: block;
  width: 182%;
  height: 120%;
  position: absolute;
  top: -47px;
  z-index: -1;
  background: #e05a2d;
  right: -156px;
}
.c-sec4 .event3 .c-sec4__eTtl {
  margin-bottom: 10px;
}
.c-sec4 .c-sec4__eImg {
  position: relative;
  z-index: 1;
}
.c-sec4 .c-sec4__eright {
  width: 60.3%;
  margin-top: -11%;
  position: relative;
}
.c-sec4 .c-sec4__eInfo {
  margin-top: 30px;
}
.c-sec4 .c-sec4__time {
  margin-bottom: 15px;
  display: flex;
}
.c-sec4 .c-sec4__eNotice {
  font-size: 2.3rem;
  line-height: 1;
  color: #e05a2d;
  background: #fff;
  border-radius: 8px;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 15px;
}
@media only screen and (max-width: 1300px) {
  .c-sec4 .c-sec4__eNotice {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-sec4__eright {
    margin-top: 0;
  }
  .c-sec4 .c-sec4__eNotice {
    position: relative;
    z-index: 2;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .event2 .c-sec4__eBody {
    width: 100%;
  }
  .c-sec4 .c-sec4__eright {
    width: 100% !important;
    margin-top: 11% !important;
  }
}
.c-sec4 .c-sec4__date {
  font-size: 10rem;
  color: #fff;
  font-weight: 700;
  font-family: "DIN", sans-serif;
}
.c-sec4 .c-sec4__date span {
  font-size: 4rem;
}

.c-sec4 .c-sec4__eTtl {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 47px;
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-sec4__eTtl {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__eTtl {
    font-size: 2.9rem;
  }
}
.c-sec4 .c-sec4__eDes {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-sec4__eDes {
    font-size: 1.6rem;
  }
}
.c-sec4 .c-sec4__time {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__ehead::after {
    content: "";
    display: block;
    width: 118% !important;
    height: 114% !important;
    right: -15px !important;
    position: absolute;
    top: -24px !important;
    z-index: -1;
    background: #e05a2d;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__date {
    font-size: 8rem;
    position: relative;
    z-index: 2;
    line-height: 1.1;
  }
  .c-sec4 .c-sec4__date span {
    font-size: 2rem;
  }
  .c-sec4 .event1 .c-sec4__ehead::after {
    width: 118% !important;
    right: 29px !important;
    height: 109% !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__time,
  .c-sec4 .c-sec4__place {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
  }
  .c-sec4 .c-sec4__time span,
  .c-sec4 .c-sec4__place span {
    margin-bottom: 10px;
    width: fit-content;
  }
}
.c-sec4 .c-sec4__eInfo span {
  font-weight: 600;
  color: #fff;
  background: #e05a2d;
  text-align: center;
  display: inline-block;
  padding: 0 7px;
  margin-right: 10px;
  height: fit-content;
}
.c-sec4 .c-sec4__place {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-sec4__place {
    font-size: 1.6rem;
  }
}
.c-sec4 .c-sec4__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-sec4 .event2 .c-sec4__event {
  justify-content: flex-end;
}
.c-sec4 .event2 .c-sec4__eright {
  width: 55.7%;
  margin-top: -5.6%;
}
.c-sec4 .event2 .c-sec4__eleft {
  width: 37.4%;
  margin-left: 3.1%;
}
.c-sec4 .event3 {
  margin-top: 120px;
}
.c-sec4 .event3 .c-sec4__eleft {
  width: 31.4%;
}
.c-sec4 .event3 .c-sec4__eright {
  width: 66.9%;
  margin-top: -7.7%;
}
.c-sec4 .event3 .c-sec4__eInfo {
  margin-top: -3%;
}
.c-sec4 .c-onsen {
  position: relative;
  margin-top: 150px;
}

.c-sec4 .c-onsen table {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  border-collapse: collapse;
  width: 100%;
  margin: 70px 0 20px;
  font-family: KozGoPr6N, sans-serif;
}
.c-sec4 .c-onsen th {
  text-align: left;
  padding: 7px 0;
}
.c-sec4 .c-onsen tr {
  text-align: center;
}
.c-sec4 .c-onsen th,
td {
  border-bottom: 1px solid #fff;
}
.c-sec4__label {
  color: #622e84 !important;
  background: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 4px;
  height: 25px;
  font-family: KozGoPr6N, sans-serif;
  display: flex;
  width: 100%;
  max-width: 161px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .c-sec4 .event3 .c-sec4__eInfo {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-onsen {
    margin-top: 70px;
  }
  .c-sec4 .event2 .c-sec4__eleft {
    width: 100%;
  }
  .c-sec4 .c-onsen .l-container {
    width: 92%;
  }
  .c-sec4 .c-onsen table {
    font-size: 1.4rem;
  }
}
.c-sec4 .c-sec4__oContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .event2 .c-sec4__eright {
    margin-top: 4.4%;
  }
  .c-sec4 .event3 .c-sec4__eright {
    margin-top: 12.3%;
  }
  .c-sec4 .c-sec4__oContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.c-sec4 .c-sec4__oInfo {
  width: 32.4%;
  color: #fff;
  margin-right: 3%;
}
.c-sec4 .c-sec4__oInfo .c-itemLink {
  margin: 30px auto 0;
}
.c-sec4 .c-sec4__oInfo .c-brand {
  border-color: #fff;
}
.c-sec4 .c-sec4__oInfo .c-price,
.c-sec4 .c-sec4__oInfo .c-des {
  color: #fff;
}
.c-sec4 .c-sec4__oInfo .c-itemLink {
  background: #fff;
  color: #622e84;
}
@media only screen and (max-width: 1467px) {
  .c-sec4 .c-sec4__oInfo {
    width: 31%;
    margin-right: 12.2%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-sec4__oInfo {
    width: 37%;
    margin-right: 8.2%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-sec4__oInfo {
    width: 100%;
    margin-right: 12.2%;
  }
}
.c-sec4 .c-sec4__oInfo .c-sec2__reInfo {
  margin-left: 0;
}
.c-sec4 .c-sec4__oImg {
  width: 54.7%;
  margin-top: 9.4%;
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-sec4__oImg {
    width: 100%;
  }
}
.c-sec4 .c-gallary {
  margin-top: 80px;
}
.c-sec4 .c-top {
  width: 100%;
  max-width: 750px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background: #ede937;
  font-size: 3.8rem;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #3c2415;
  margin: 130px auto 0;
}
.c-sec4 .c-top span {
  margin-top: 20px;
  position: relative;
}
.c-sec4 .c-top span::after {
  content: "";
  width: 31px;
  height: 20px;
  background: url("../../assets/img/arrow-top.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 46%;
  top: -24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .c-sec4 .c-top {
    width: 60%;
    height: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec4 .c-top {
    max-width: 250px;
    height: 60px;
    font-size: 1.8rem;
  }
  .c-sec4 .c-top span::after {
    width: 22px;
    height: 20px;
  }
}
.c-sec4 .c-sec__title.onsen {
  position: static;
  text-align: center;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}

.circle {
  max-width: 420px;
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .circle {
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .circle {
    max-width: 200px;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes moving {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -9999px 0;
  }
}
@keyframes moving {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -9999px 0;
  }
}
@-webkit-keyframes movingUp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -9999px;
  }
}
@keyframes movingUp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -9999px;
  }
}
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 100%;
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-highlightLayer3 .bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime1;
  animation-name: bgLRextendAnime1;
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes bgLRextendAnime1 {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime1 {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes scrolling1 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes scrolling1 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes scrolling2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
@keyframes scrolling2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.slick-vertical .slick-slide {
  border: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.row-reverse {
  flex-direction: row-reverse;
}
.visible {
  overflow: visible;
}
.border-x {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.border-b-none {
  border-bottom: none !important;
}
.text-center {
  text-align: center !important;
}
