@charset "UTF-8";
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.unshow {
  display: none !important;
}
.sp-and-tablet,
.sp-only {
  display: block !important;
}
.pc-only,
.tablet-and-pc {
  display: none !important;
}
body {
  height: auto;
  position: relative;
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  .tablet-and-pc {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .pc-only {
    display: block !important;
  }
  .sp-and-tablet {
    display: none;
  }
}
h2 > img {
  width: 100%;
}
* {
  box-sizing: border-box;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}
legend {
  color: #000;
}
img {
  width: 100%;
}
a:active img,
a:hover img,
a img {
  border: none;
  background: transparent;
}
li {
  list-style: none;
}
img {
  border: none;
  background: transparent;
  vertical-align: bottom;
}
a {
  text-decoration: underline;
}
a:active,
a:hover {
  text-decoration: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
button {
  border: none;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
html {
  scroll-behavior: smooth;
}
a,
button {
  text-decoration: none;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
body {
  overflow-x: hidden;
}
.cursive-effect span {
  opacity: 0;
}
.cursive-effect.appear span {
  animation: text-anime 1s ease-out forwards;
}
@keyframes text-anime {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}
@media screen and (orientation: landscape) and (min-width: 1110px) {
  .fade-in {
    transform: translateY(50px);
  }
}
.fade-in--start {
  opacity: 1;
  transform: translateY(0);
}
.fadein--show {
  animation-name: fadein;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  transition-timing-function: ease-in-out;
}
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein--unshow {
  animation-name: fadeout;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  transition-timing-function: ease-in-out;
}
@keyframes fadeout {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.menu {
  position: relative;
  z-index: 15;
}
.menu-overlay {
  display: none;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.menu-overlay.active {
  display: grid;
}
.menu-frame {
  width: 61.3333333333vw;
}
.menu-buttons {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 51.2vw;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .menu-buttons {
    width: 17.7777777778vw;
    top: 1.6666666667vw;
    right: 2.7777777778vw;
  }
}
.menu-open,
.menu-to-exibition,
.to-exibition,
.to-top {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.menu-open.hide,
.menu-to-exibition.hide,
.to-exibition.hide,
.to-top.hide {
  opacity: 0 !important;
  pointer-events: none;
}
.menu-close,
.menu-open,
.menu-to-exibition {
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    メイリオ, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    MS PGothic, sans-serif;
  font-size: 3.4666666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1733333333vw;
  text-align: center;
  padding-top: 1.6vw;
  padding-bottom: 2.1333333333vw;
  width: 24vw;
  border-radius: 3.7333333333vw;
  border: 1px solid #333;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .menu-close,
  .menu-open,
  .menu-to-exibition {
    color: #fff;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.7px;
    font-size: 0.9722222222vw;
    letter-spacing: 0.0486111111vw;
    padding-top: 0.8333333333vw;
    padding-bottom: 0.9722222222vw;
    width: 8.3333333333vw;
    border-radius: 1.3888888889vw;
  }
}
.menu-close,
.menu-open {
  color: #333;
  background-color: #fff;
}
.menu-to-exibition {
  color: #fff;
  background-color: #333;
}
.menu-open {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.menu-overlay + .menu-buttons > .menu-open {
  display: block;
}
.menu-overlay + .menu-buttons > .menu-close,
.menu-overlay.active + .menu-buttons > .menu-open {
  display: none;
}
.menu-overlay.active + .menu-buttons > .menu-close {
  display: block;
}
.menu-frame {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
  row-gap: 14.9925037481vh;
}
@media screen and (min-width: 769px) {
  .menu-frame {
    flex-direction: row;
    justify-content: space-between;
    margin-left: 11.8055555556vw;
    width: 65.9722222222vw;
  }
}
.logo--menu {
  width: 61.6vw;
  height: 29.6vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .logo--menu {
    width: 33.3333333333vw;
    height: 15.9722222222vw;
    margin: unset;
  }
}
.toc-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32vw;
  height: 57.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .toc-list {
    width: 10.4166666667vw;
    height: 17.0833333333vw;
    margin: unset;
  }
}
.toc-list > li {
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.87em;
  letter-spacing: 0.2133333333vw;
}
@media screen and (min-width: 769px) {
  .toc-list > li {
    font-size: 1.3888888889vw;
    line-height: 1.5em;
    letter-spacing: 0.0694444444vw;
  }
}
.toc-list > li > a {
  color: #333;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-inner {
  padding-top: 4.5333333333vw;
  padding-bottom: 4.5333333333vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header-inner {
    padding-top: 1.8055555556vw;
    padding-bottom: 1.8055555556vw;
  }
}
.logo {
  width: 41.8666666667vw;
  height: 20vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .logo {
    width: 14.9305555556vw;
    height: 7.1527777778vw;
  }
}
.eye-catch-container,
.mv-inner {
  width: 100%;
  position: relative;
}
.eye-catch-container {
  height: 119.4666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .eye-catch-container {
    height: 37vw/*koko*/;
  }
}
.panning-image {
  animation: panning 60s infinite linear;
}
@keyframes panning {
  0%,
  to {
    transform: translateX(-10%) translateY(-10%) scale(1.2);
  }
  50% {
    transform: translateX(10%) translateY(-10%) scale(1.2);
  }
}
.copy-container {
  position: absolute;
  width: 57.6vw;
  height: 25.6vw;
  top: 9.0666666667vw;
  left: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .copy-container {
    top: 4.1666666667vw;
    left: 6.9444444444vw;
    width: 25.8333333333vw;
    height: 11.9444444444vw;
  }
}
.copy-content {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1.6vw;
}
@media screen and (min-width: 769px) {
  .copy-content {
    font-size: 3.3333333333vw;
    line-height: 1.8em;
    letter-spacing: 0.6944444444vw;
  }
}
.feature-inner,
.intro-inner,
.message-inner {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .feature-inner,
  .intro-inner,
  .message-inner {
    padding-left: 0;
    padding-right: 0;
    width: 72.5vw;
    margin: auto;
  }
}
.intro {
  background-color: #f5f0ea;
}
.intro-inner {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 8.0428954424vw;
}
@media screen and (min-width: 769px) {
  .intro-inner {
    padding-top: 6.9444444444vw;
    flex-direction: row-reverse;
    justify-content: space-between;
    row-gap: 0;
    align-items: self-end;
  }
}
.intro-image {
  position: relative;
  margin: auto;
  width: 62.6666666667vw;
}
.intro-image .simpleParallax {
  border-radius: 31.3333333333vw 31.3333333333vw 0 0;
}
@media screen and (min-width: 769px) {
  .intro-image {
    width: 21.8055555556vw;
    margin: unset;
  }
  .intro-image .simpleParallax {
    border-radius: 10.9027777778vw 10.9027777778vw 0 0;
  }
}
.intro-image img {
  position: relative;
  z-index: 1;
}
.intro-image:after {
  content: "";
  background-image: url(/wp-content/themes/egan_lp/assets/img/intro-bg-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64vw;
  height: 112vw;
  position: absolute;
  bottom: 21.3333333333vw;
  right: -18.6666666667vw;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .intro-image:after {
    content: "";
    background-image: url(/wp-content/themes/egan_lp/assets/img/intro-bg-pc.png);
    width: 27.2222222222vw;
    height: 45.375vw;/*koko*/
    bottom: -3.4722222222vw;
    left: -63.8888888889vw;
    right: unset;
  }
}
.intro-text {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .intro-text {
    width: 34.7222222222vw;
    padding-bottom: 2.7777777778vw;        width: 38vw;
        padding-bottom: 5.5vw;
  }
}
.feature {
  background: linear-gradient(180deg, #f5f0ea, #e6d7c6 40%);
  padding-top: 21.3333333333vw;
  margin-top: -5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .feature {
    background: linear-gradient(180deg, #f5f0ea 8%, #e6d7c6 41%);/*koko*/
  }
}
.feature,
.message {
  background-color: #e6d7c6;
}
.feature-title,
.intro-title,
.message-title {
  color: #333;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.2666666667vw;
}
@media screen and (min-width: 769px) {
  .feature-title,
  .intro-title,
  .message-title {
    font-size: 1.6666666667vw;
  }
}
.feature-text p,
.intro-text p,
.message-text p {
  color: #333;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1493333333vw;
  margin-top: 1.2em;/*koko*/
}
@media screen and (min-width: 769px) {
  .feature-text p,
  .intro-text p,
  .message-text p {
    font-size: 1.1111111111vw;
    font-size: calc(14 / 1440 * 100vw);
    line-height: 2.4em;
    letter-spacing: 0.0555555556vw;
  }
  .intro-text p:first-of-type {
    margin-top: 0;
  }
}
.feature-inner {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .feature-inner {
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
    align-items: self-end;
    align-items:self-start;/*koko*/
    margin: unset;
    margin-left: 3.4722222222vw;
    margin-top: -12vw;/*koko*/
  }
}
.feature-image {
  width: 64vw;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .feature-image {
    width: 28.75vw;
    margin-right: 0;
    margin-top: 4vw;/*koko*/
  }
  .feature-text {
    width: 32.6388888889vw;
    padding-bottom: 10.4166666667vw;
  }
}
.feature-image:after {
  content: "";
  background-image: url(/wp-content/themes/egan_lp/assets/img/feature-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20.2666666667vw;
  height: 22.6666666667vw;
  position: absolute;
  top: -26.6666666667vw;
  right: -26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .feature-image:after {
    width: 6.9444444444vw;
    height: 7.7083333333vw;
    top: 1.3888888889vw;
    right: -61.1111111111vw;
  }
}
.message {
  position: relative;
}
.message-inner {
  padding-top: 10.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .message-inner {
    padding-top: 1.3888888889vw;
    padding-bottom: 6.9444444444vw;
  }
}
.message-image {
  width: 64vw;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .message-image {
    width: 30.6944444444vw;
    margin-left: auto;
    margin-right: -7.4305555556vw;
  }
}
.message-image:before {
  content: "";
  background-image: url(/wp-content/themes/egan_lp/assets/img/message-bg-before.webp),
    url(/wp-content/themes/egan_lp/assets/img/message-bg-before.png);
  background-image: url(/wp-content/themes/egan_lp/assets/img/message-bg-before.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25.8666666667vw;
  height: 28.8vw;
  position: absolute;
  top: 26.6666666667vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  .message-image:before {
    width: 10vw;
    height: 11.1111111111vw;
    top: 8.3333333333vw;
    left: 6.9444444444vw;
  }
}
@media screen and (min-width: 769px) {
  .message-image:after {
    content: "";
    background-image: url(/wp-content/themes/egan_lp/assets/img/message-bg-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 21.569444vw;
    height: 17.013889vw;/*koko*/
    position: absolute;
    bottom: 0;
    right: 4.8611111111vw;
    z-index: 0;
  }
}
.message-title {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .message-title {
    margin-top: 7.7777777778vw;
    margin:0;
  }
  .message-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: -5vw;/*koko*/
  }
  .message-text {
    width: 30.5555555556vw;
    margin-left: 10vw;
  }
}
.gallery-inner {
  padding-top: 18.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .gallery-inner {
    padding-top: 8.3333333333vw;
    padding-bottom: 6.9444444444vw;
  }
}
.title-box--gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 89.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .title-box--gallery {
    width: 72.5vw;
  }
}
.gallery-title {
  width: 37.3333333333vw;
}
.gallery-title svg {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .gallery-title {
    width: 18.4027777778vw;
  }
}
.slider-buttons {
  display: flex;
}
.slider-button {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: unset;
  border: 1px solid #ddd;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-collapse: collapse;
}
.slider-button:hover {
  background-color: #f6f6f6;
}
.slider-button svg {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .slider-button {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .slider-button svg {
    width: 2.7777777778vw;
  }
}
.slider-button:last-of-type {
  border-left: none;
}
.slider-content {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .slider-content {
    margin-top: 0.6944444444vw;
  }
}
.slider-item-wrapper {
  opacity: 0.3;
  overflow: hidden;
  position: relative;
}
.slick-current .slider-item-wrapper {
  opacity: 1;
}
.slick-slide img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-current img {
  filter: grayscale(0);
}
.slick-slide img {
  transform: scale(1.1);
}
.animate-all .slick-slide img {
  transition: transform 1.3s ease-out;
  transform: scale(1);
}
.slider-item img {
  width: auto;
  height: 100%;
  max-height: 61.3333333333vw;
}
@media screen and (min-width: 769px) {
  .slider-item img {
    max-height: 45.1388888889vw;
  }
}
.image-title {
  display: none;
  color: #333;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 0.6em;
  letter-spacing: 0.2133333333vw;
  position: relative;
}
.image-title,
.image-title span {
  text-align: center;
  width: 100%;
  height: 2.4em;
}
.image-title span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2em;
}
.slick-active .image-title {
  display: block;
}
@media screen and (min-width: 769px) {
  .image-title {
    font-size: 1.3888888889vw;
    letter-spacing: 0.0694444444vw;
  }
}
.modaal-inner-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.modaal-container {
  width: auto;
  max-width: 100%;
}
.print-image {
  background-image: url(/wp-content/themes/egan_lp/assets/img/print-bg-sp.webp),
    url(/wp-content/themes/egan_lp/assets/img/print-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 177.8666666667vw;
  padding-top: 66.4vw;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .print-image {
    padding-top: 11.5972222222vw;
    background-image: url(/wp-content/themes/egan_lp/assets/img/print-bg-pc.webp),
      url(/wp-content/themes/egan_lp/assets/img/print-bg-pc.png);
    width: 100%;
    height: 52.7777777778vw;
  }
}
.print-image-inner {
  width: 89.3333333333vw;
  height: 45.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .print-image-inner {
    width: 37.9861111111vw;
    height: 19.3055555556vw;
  }
}
.print-text {
  background-color: rgba(51, 51, 51, 0.3803921569);
}
.print-text-inner {
  color: #fff;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  padding-top: 33.6vw;
  padding-bottom: 10.6666666667vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .print-text-inner {
    padding-top: 17.5694444444vw;
    padding-bottom: 7.2222222222vw;
    width: 72.5vw;
    margin: auto;
  }
}
.title-box {
  position: absolute;
  top: 8.5333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .title-box {
    position: absolute;
    top: 6.4583333333vw;
    left: 1.3888888889vw;
  }
}
.title-box:after {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/egan_lp/assets/img/print-line-sp.webp),
    url(/wp-content/themes/egan_lp/assets/img/print-line-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.2666666667vw;
  height: 48.8vw;
  position: relative;
  right: -10.6666666667vw;
  top: 0;
}
@media screen and (min-width: 769px) {
  .title-box:after {
    background-image: url(/wp-content/themes/egan_lp/assets/img/print-line-pc.webp),
      url(/wp-content/themes/egan_lp/assets/img/print-line-pc.png);
    height: 24.7222222222vw;
    right: -4.1666666667vw;
  }
}
.print-title {
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.8533333333vw;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (min-width: 769px) {
  .print-title {
    font-size: 2.2222222222vw;
    line-height: 1.25em;
    letter-spacing: 0.3555555556vw;
  }
}
.content-box {
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.112vw;
  width: 70.9333333333vw;
  margin-left: auto;
  margin-right: 5.3333333333vw;
}
.content-box > p:not(:first-of-type) {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .content-box {
    font-size: 1.1805555556vw;
    font-size: calc(14 / 1440 * 100vw);
    letter-spacing: 0.0354166667vw;
    width: 58.5416666667vw;
    margin-left: auto;
    margin-right: 0;
  }
}
.present {
  padding-top: 13.3333333333vw;
  padding-bottom: 32vw;
}
@media screen and (min-width: 769px) {
  .present {
    padding-top: 9.7222222222vw;
    padding-bottom: 13.1944444444vw;
  }
}
.present-inner {
  display: flex;
  width: 89.3333333333vw;
  height: 48vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .present-inner {
    width: 47.4305555556vw;
    height: 24.4444444444vw;
  }
}
.present-text {
  color: #fff;
  background-color: #c8b496;
  text-align: center;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  width: 55.4666666667vw;
  height: 48vw;
  padding-top: 10.1333333333vw;
  padding-bottom: 10.1333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .present-text {
    width: 30.2083333333vw;
    height: 24.4444444444vw;
    padding-top: 5.1388888889vw;
    padding-bottom: 5.1388888889vw;
  }
}
.present-text > h3 {
  font-size: 4.8vw;
  letter-spacing: 0.768vw;
}
@media screen and (min-width: 769px) {
  .present-text > h3 {
    letter-spacing: 0.768vw;
    font-size: 2.3611111111vw;
    line-height: 1.76em;
    letter-spacing: 0.3777777778vw;
  }
}
.present-text > p {
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.4693333333vw;
}
@media screen and (min-width: 769px) {
  .present-text > p {
    font-size: 1.1111111111vw;
    font-size: calc(14 / 1440 * 100vw);
    line-height: 2em;
    letter-spacing: 0.1777777778vw;
  }
}
.present-image {
  width: 33.8666666667vw;
  height: 48vw;
}
@media screen and (min-width: 769px) {
  .present-image {
    width: 17.2222222222vw;
    height: 24.4444444444vw;
  }
}
.exibitions {
  position: relative;
  background-color: #faf8ee;
  z-index: 0;
}
.exibitions-inner {
  position: relative;
  padding-bottom: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  .exibitions-inner {
    padding-bottom: 5.5555555556vw;
  }
}
.exibitions-inner:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 34.2318059299vw;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='371' height='127' viewBox='0 0 371 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13.635s56.985 16.07 93.75 16.07 93.75-16.07 93.75-16.07S244.528 0 281.25 0 375 13.635 375 13.635V1944H0V13.635z' fill='%23FAF8EE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .exibitions-inner:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1437' height='72' viewBox='0 0 1437 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3 28s218.822 33 360 33 360-33 360-33S935.987 0 1077 0c141.01 0 360 28 360 28v1126H-3V28z' fill='%23FAF8EE'/%3E%3C/svg%3E");
    height: 5vw;
  }
}
.exibitions-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: -26.6666666667vw;
  background-image: url(/wp-content/themes/egan_lp/assets/img/exibition-bg-sp.webp),
    url(/wp-content/themes/egan_lp/assets/img/exibition-bg-sp.png);
  width: 100%;
  height: 64.6666666667vw;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .exibitions-inner:after {
    left: 0;
    top: -19.4444444444vw;
    background-image: url(/wp-content/themes/egan_lp/assets/img/exibition-bg-pc.webp),
      url(/wp-content/themes/egan_lp/assets/img/exibition-bg-pc.png);
    width: 92.3263888889vw;
    height: 44.9652777778vw;
  }
}
.exibitions-title {
  color: #333;
  text-align: center;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 5.8666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 2.7em;
  letter-spacing: 0.9386666667vw;
  padding-top: 3.5em;
}
@media screen and (min-width: 769px) {
  .exibitions-title {
    font-size: 2.7777777778vw;
    letter-spacing: 0.4444444444vw;
  }
}
.exibition-list {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .exibition-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.3888888889vw;
    margin: auto;
    margin-top: 2.7777777778vw;
    width: 72.5vw;
  }
}
.exibition-item {
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    メイリオ, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    MS PGothic, sans-serif;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 89.3333333333vw;
  height: 69.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .exibition-item {
    display: flex;
    justify-content: space-between;
    width: 35.5555555556vw;
    height: 11.3888888889vw;
    margin: unset;
    padding: 1.3888888889vw;
  }
}
.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .left {
    justify-content: unset;
    align-items: unset;
    flex: 1;
  }
  .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.place {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 3.2vw;
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .place {
    flex-direction: row-reverse;
    row-gap: 0;
    padding-top: 1.3888888889vw;
    padding-top: 0;
    padding-bottom: 1.0416666667vw;
    justify-content: flex-end;
    margin-right: -10em;
  }
}
.place:after {
  content: "";
  background-color: #f5f3e9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80.8vw;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .place:after {
    left: 0;
    transform: unset;
    width: 32.7777777778vw;
  }
}
.area-name {
  background-color: #babaae;
  color: #fff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1866666667vw;
  width: 24vw;
  line-height: 1em;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  border-radius: 3.2vw;
}
@media screen and (min-width: 769px) {
  .area-name {
    font-size: 0.9027777778vw;
    letter-spacing: 0.0451388889vw;
    width: 6.25vw;
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
  }
}
.venu-name {
  color: #333;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    メイリオ, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    MS PGothic, sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.14em;
  letter-spacing: 0.1866666667vw;
}
@media screen and (min-width: 769px) {
  .venue-name {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0486111111vw;
    margin-right: 1em;
    text-align: left;
  }
}
.term {
  color: #a9945f;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 4.6768vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.14em;
  letter-spacing: 0.2338666667vw;
  margin-top: 4.2666666667vw;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 769px) {
  .term {
    font-size: 1.0865972222vw;
    letter-spacing: 0.0543055556vw;
    margin-top: 0.8333333333vw;
  }
}
.date {
  font-size: 8vw;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .date {
    font-size: 1.8627777778vw;
  }
}
.day-of-week {
  font-size: 4.6768vw;
}
@media screen and (min-width: 769px) {
  .day-of-week {
    font-size: 1.0988888889vw;
  }
}
.arrow {
  margin: 0 0.5em;
}
.note {
  color: #6f6f66;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    メイリオ, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    MS PGothic, sans-serif;
  font-size: 2.9333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.54em;
}
@media screen and (min-width: 769px) {
  .note {
    font-size: 0.7638888889vw;
  }
}
.reserve-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    メイリオ, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    MS PGothic, sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.14em;
  letter-spacing: 0.1866666667vw;
  width: 65.8666666667vw;
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
  margin: auto;
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  .reserve-button {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0486111111vw;
    width: 13.8888888889vw;
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    margin-top: 1.0416666667vw;
    margin-top: 0;
    margin: unset;
    margin-bottom: 1.3888888889vw;
  }
}
.reserve-button > span {
  width: 41.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .reserve-button > span {
    width: 10.7638888889vw;
  }
}
.announce {
  text-align: center;
  color: #7b7b7b;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    メイリオ, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    MS PGothic, sans-serif;
  font-size: 3.2vw;
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .announce {
    font-size: 0.9027777778vw;
  }
}
footer {
  width: 100%;
}
.footer-inner {
  background-color: #faf8ee;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  padding-bottom: 49.6vw;
}
@media screen and (min-width: 769px) {
  .footer-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8.75vw;
    position: relative;
  }
  .footer-inner:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23.0555555556vw;
    height: 21.6666666667vw;
    background-image: url(/wp-content/themes/egan_lp/assets/img/footer-bg-pc.webp),
      url(/wp-content/themes/egan_lp/assets/img/footer-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
}
.copyright {
  color: #7b7b7b;
  text-align: center;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    メイリオ, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    MS PGothic, sans-serif;
  font-size: 2.6666666667vw;
  font-style: normal;
  line-height: 2.27em;
  letter-spacing: 0.4693333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .copyright {
    font-size: 0.7638888889vw;
    letter-spacing: 0.1222222222vw;
  }
}
.copyright p:last-child {
  margin-top: 13.3333333333vw;
  line-height: 3.5em;
  letter-spacing: 0.4266666667vw;
}
@media screen and (min-width: 769px) {
  .copyright p:last-child {
    margin-top: 3.4722222222vw;
    letter-spacing: 0.1222222222vw;
  }
}
.to-top {
  color: #fff;
  border: 1px solid #fff;
  background-color: #333;
  border-radius: 50%;
  box-shadow: 0 0 60px hsla(0, 0%, 100%, 0.2);
  font-size: 2vw;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  position: fixed;
  bottom: 19%;
  right: 6%;
  width: 16vw;
  height: 16vw;
  transition: 0.6s;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .to-top {
    font-size: 0.6944444444vw;
    bottom: 6.5277777778vw;
    right: 7.2916666667vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
.to-top:hover {
  opacity: 0.7;
}
.to-top-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.to-top-inner svg {
  width: 5.0666666667vw;
  height: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .to-top-inner svg {
    width: unset;
    height: unset;
  }
}
.to-exibition {
  display: grid;
  align-items: center;
  color: #fff;
  background-color: #333;
  text-align: center;
  font-family: Noto Serif JP, Hiragino Mincho Pro, ヒラギノ明朝 Pro W3,
    Yu Mincho, YuMincho, MS PMincho, serif;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25);
  width: 89.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
  position: fixed;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .to-exibition {
    display: none;
  }
}
