@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap";

@font-face {
  font-style: normal;
  font-weight: 400 900;
  src: url("../font/ArnoPro/ArnoPro-Regular.otf") format("opentype");
  font-family: "ArnoPro"
}

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

html,
body {
  margin: 0;
  padding: 0
}

body {
  background: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
}

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

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

li,
dd {
  list-style-type: none
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom
}

a {
  text-decoration: none
}

a:hover {
  opacity: .7
}

body {
  color: #4d4038;
  font-family: "ArnoPro", sans-serif
}

body.is-active {
  position: fixed;
  width: 100%;
  height: 100%
}

html {
  font-size: 62.5%
}

.inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px
}

@media(max-width: 767px) {
  .inner {
    width: 500px;
    padding: 0 6%
  }
}

main {
  background: #f8f5f0
}

@media(max-width: 767px) {
  .pc {
    display: none !important
  }
}

@media(min-width: 768px) {
  .sp {
    display: none !important
  }
}

.en {
  font-weight: 600;
  font-family: "Cormorant Garamond", serif
}

.plan-title {
  width: min(180px, 18.2291666667vw);
  border-radius: 5px;
  background: #4d4038;
  color: #fff;
  font-weight: 700;
  font-size: min(1.4rem, 1.5625vw);
  line-height: 2.4;
  font-family: sans-serif;
  font-family: "DNP 秀英明朝 Pr6", sans-serif;
  letter-spacing: .12em;
  text-align: center
}

@media(max-width: 767px) {
  .plan-title {
    width: 180px;
    font-size: 1.4rem;
    line-height: 3rem
  }
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  width: 211px;
  width: 217px;
  padding-bottom: 0;
  border-bottom: 1px solid #4d4038;
  color: #4d4038;
  font-size: 2.5rem;
  line-height: 1.76;
  font-family: "Cormorant Garamond", serif
}

.link::after {
  position: absolute;
  top: 45%;
  right: 0;
  aspect-ratio: 13/4;
  width: .8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon-arrow.webp) no-repeat center center/contain;
  content: ""
}

.link span {
  margin-bottom: .4em;
  margin-left: 1.4em;
  font-size: 1.1rem
}

.link img {
  width: .9em;
  margin-right: .5em;
  margin-bottom: .3em
}

.text-ctr {
  text-align: center
}

.fadeinBT {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0
}

.fadeinLR {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0
}

.fadeinRL {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0
}

.fadein {
  opacity: 0
}

.anim_act {
  -webkit-animation: fadein 1.2s ease-in forwards;
  animation: fadein 1.2s ease-in forwards
}

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

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

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

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

.animD25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

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

@-webkit-keyframes fadein {
  to {
    opacity: 1
  }
}

@keyframes fadein {
  to {
    opacity: 1
  }
}

.load {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #637b4b
}

.load_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 250px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 70px
}

header::before {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 2732/254;
  width: 100%;
  height: 100%;
  background: url(../images/header-dec.webp) no-repeat center center/cover;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s
}

header.active::before {
  opacity: 1
}

header.active .header-contact a,
header.active .drawer-icon p {
  border-color: #4d4038;
  color: #4d4038
}

header.active .drawer-icon__bar1,
header.active .drawer-icon__bar2,
header.active .drawer-icon__bar3 {
  background: #4d4038
}

header.active .drawer-icon.is-active .drawer-icon__bar1,
header.active .drawer-icon.is-active .drawer-icon__bar2,
header.active .drawer-icon.is-active .drawer-icon__bar3 {
  background: #fff
}

header.active .header-sns a::after {
  background: url(../images/icon-instagram_bw.webp) no-repeat center center/100%
}

@media(max-width: 767px) {
  header {
    padding-top: 20px
  }
}

.header-inner {
  position: relative;
  width: 1290px
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-transition: all, .8s;
  transition: all, .8s;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.loading .header-content {
  opacity: 0
}

.header-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-sns a {
  position: relative;
  aspect-ratio: 1/1;
  width: 20px
}

.header-sns a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-instagram.webp) no-repeat center center/100%;
  content: "";
  -webkit-transition: background 1s;
  transition: background 1s
}

.header-sns img {
  width: 20px
}

.header-contact {
  margin: 0 26px
}

.header-contact a {
  display: inline-block;
  width: 94px;
  border: 1px solid #fff;
  border-radius: 28px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  text-align: center;
  -webkit-transition: color 1s, border-color 1s;
  transition: color 1s, border-color 1s
}

.drawer-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.drawer-icon p {
  padding-left: 10px;
  color: #fff;
  font-size: 2.6rem;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition: color 1s, border-color 1s;
  transition: color 1s, border-color 1s
}

.drawer-icon.is-active p {
  opacity: 0
}

.drawer-icon.is-active .drawer-icon__bar1 {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.drawer-icon.is-active .drawer-icon__bar2 {
  display: none
}

.drawer-icon.is-active .drawer-icon__bar3 {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media(max-width: 767px) {
  .drawer-icon .en {
    display: none
  }
}

.drawer-icon__bars {
  display: block;
  z-index: 400;
  position: relative;
  width: 17px;
  height: 17px
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 2px;
  background: #fff;
  -webkit-transition: background 1s;
  transition: background 1s
}

.drawer-icon__bar1 {
  top: 0;
  -webkit-transition: background 1s, -webkit-transform .3s;
  transition: background 1s, -webkit-transform .3s;
  transition: transform .3s, background 1s;
  transition: transform .3s, background 1s, -webkit-transform .3s
}

.drawer-icon__bar2 {
  top: 6px
}

.drawer-icon__bar3 {
  top: 12px;
  -webkit-transition: background 1s, -webkit-transform .3s;
  transition: background 1s, -webkit-transform .3s;
  transition: transform .3s, background 1s;
  transition: transform .3s, background 1s, -webkit-transform .3s
}

.drawer-content {
  z-index: 299;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  background: rgba(51, 51, 51, .98);
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.drawer-content.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.drawer-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.drawer-menu li {
  text-align: center
}

.drawer-menu li img {
  display: inline-block;
  width: 70%;
  max-width: 300px;
  margin-bottom: 10px
}

.drawer-menu li:nth-child(n+2) {
  margin-top: 25px
}

.drawer-menu li a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none
}

footer {
  position: relative;
  padding: 153px 0;
  background: url(../images/footer-bg.webp) no-repeat center center/cover
}

footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c3ad98;
  content: "";
  mix-blend-mode: multiply
}

.footer-content {
  z-index: 2;
  position: relative
}

.footer-logo {
  width: 230px;
  margin: 0 auto
}

.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px
}

.footer-sns img {
  width: 15px;
  margin-right: 10px
}

.footer-sns a {
  color: #fff;
  font-size: 1.5rem
}

.to-top {
  position: absolute;
  top: 52px;
  right: 93px;
  width: 58px
}

@media(max-width: 767px) {
  .to-top {
    right: 30px
  }
}

.error-container {
  padding: 10% 0 24.4%;
  text-align: center
}

.error-container h2 {
  font-weight: bold;
  font-size: 6rem
}

@media(max-width: 767px) {
  .error-container h2 {
    font-size: 4rem
  }
}

.error-container p {
  padding-top: 5%;
  font-size: 2rem
}

@media(max-width: 767px) {
  .error-container p {
    font-size: 1.6rem
  }
}

.mv {
  position: relative;
  aspect-ratio: 1370/830;
  width: 100%;
  max-height: 1163px;
  padding-top: min(145px, 7.6%);
  overflow: hidden
}

.mv:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(100%);
  -ms-transform: scale(100%);
  transform: scale(100%);
  -webkit-transform-origin: center 5%;
  -ms-transform-origin: center 5%;
  transform-origin: center 5%;
  background: url(../images/mv.webp) no-repeat center bottom/cover;
  content: "";
  -webkit-transition: all, 3s;
  transition: all, 3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.loading .mv:before {
  -webkit-transform: scale(110%);
  -ms-transform: scale(110%);
  transform: scale(110%)
}

.mv::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  aspect-ratio: 1366/146;
  width: 100%;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(235, 227, 218, 0)), to(#EBE3DA)) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(235, 227, 218, 0) 0%, #EBE3DA 100%) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(235, 227, 218, 0) 0%, #EBE3DA 100%) 0% 0% no-repeat padding-box;
  content: ""
}

@media(max-width: 767px) {
  .mv {
    aspect-ratio: 1370/1450;
    max-height: 420px
  }
}

@media(max-width: 767px) {
  .mv-content {
    margin-top: 25px
  }
}

.mv-logo {
  z-index: 1;
  position: relative;
  width: 230px;
  margin: 0 auto;
  -webkit-transition: all, .8s;
  transition: all, .8s;
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

@media(max-width: 767px) {
  .mv-logo {
    width: 210px;
    margin-top: 45px
  }
}

.loading .mv-logo {
  opacity: 0
}

.mv-info {
  position: absolute;
  right: 0;
  bottom: 95px;
  padding: 20px 23px;
  border-radius: 10px 0px 0px 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
  -webkit-transition: all, .8s;
  transition: all, .8s;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
  z-index: 10;
}

.mv-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

.mv-info dl dt {
  margin-right: 20px;
  font-size: 1.5rem
}

.mv-info dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem
}

.mv-info dl dd p {
  margin-right: 26px
}

@media(min-width: 768px) {
  .mv-info {
    width: 460px;
    padding-left: 25px
  }
}

@media(max-width: 767px) {
  .mv-info {
    bottom: 3em;
    width: 84%;
    padding: 1em .5em
  }

  .mv-info dl {
    display: block
  }

  .mv-info dl dt {
    margin-bottom: 8px
  }

  .mv-info dl dd p {
    margin-right: 13px
  }
}

.loading .mv-info {
  opacity: 0
}

.mv-scroll {
  position: absolute;
  bottom: 150px;
  left: 75px;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: all, .8s;
  transition: all, .8s;
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.mv-scroll p {
  position: relative
}

.mv-scroll p::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 1px;
  height: 140px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background: url(../images/scroll-bar.webp) no-repeat center center/contain;
  content: ""
}

@media(max-width: 767px) {
  .mv-scroll {
    bottom: 70px;
    left: 10px
  }

  .mv-scroll p::after {
    height: 70px
  }
}

.loading .mv-scroll {
  opacity: 0
}

.instagram {
  position: relative;
  padding-top: 60px
}

.instagram::after {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1360/1235;
  width: 100%;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#C3AD98), to(rgba(189, 168, 147, 0))) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #C3AD98 0%, rgba(189, 168, 147, 0) 100%) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #C3AD98 0%, rgba(189, 168, 147, 0) 100%) 0% 0% no-repeat padding-box;
  content: "";
  opacity: .26;
  pointer-events: none
}

@media(max-width: 767px) {
  .instagram {
    padding-top: 30px
  }
}

.instagram-title {
  width: 390px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .instagram-title {
    width: 178px
  }
}

.instagram-pic_scroll {
  overflow-x: scroll
}

.instagram-pic_scroll::-webkit-scrollbar {
  display: none
}

.instagram-pic_scroll::-webkit-scrollbar-thumb {
  display: none
}

.instagram-pic_wrap {
  display: inline-block
}

.instagram-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px
}

.instagram-pic li {
  width: 200px;
  margin: 0 20px
}

.instagram-pic li img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}

@media(max-width: 767px) {
  .instagram-pic {
    margin-top: 28px
  }

  .instagram-pic li {
    width: 100px;
    margin: 0 10px
  }

  .instagram-pic li img {
    height: 100px
  }
}

.instagram-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1230px;
  margin: 50px auto 0
}

.instagram-bottom .instagram-bottom-scroll {
  position: absolute;
  top: 50%;
  right: 0;
  width: 75.3%;
  height: 24px;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.instagram-bottom .instagram-bottom-scroll_base {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff
}

.instagram-bottom .instagram-bottom-scroll_bar {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10%;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #4d4038
}

.instagram-bottom a {
  color: #4d4038
}

@media screen and (max-width: 1000px) {
  .instagram-bottom::before {
    right: 53.3%;
    width: 9.6%
  }

  .instagram-bottom::after {
    width: 51.3%
  }
}

@media(max-width: 767px) {
  .instagram-bottom {
    width: 356px;
    max-width: 100%
  }

  .instagram-bottom::before {
    right: 43.3%;
    width: 7.7%
  }

  .instagram-bottom::after {
    width: 41.3%
  }

  .instagram-bottom .instagram-bottom-scroll {
    width: 53.3%
  }
}

.instagram-link {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.9rem;
  font-size: clamp(2.2rem, 2.1229868228vw, 2.9rem)
}

.instagram-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.instagram-link img {
  width: 1em;
  margin-right: .6em
}

@media(max-width: 767px) {
  .instagram-link {
    font-size: 1.8rem
  }

  .instagram-link img {
    margin-right: .3em
  }
}

.instagram-follow {
  margin: 0 0 0 1.6em;
  border-bottom: 1px solid #4d4038;
  font-size: clamp(1.4rem, 1.3909224012vw, 1.9rem)
}

@media(max-width: 767px) {
  .instagram-follow {
    margin-left: .8em;
    font-size: 1.2rem
  }
}

.about {
  padding: 100px 0 105px
}

@media(max-width: 767px) {
  .about {
    padding: 49px 0 53px
  }
}

.about-pic {
  position: relative
}

.about-pic-main {
  width: min(54.6vw, 541px);
  margin: 0 auto
}

.about-pic-thumbnail-wrap {
  position: relative;
  margin-top: -12%
}

.about-pic-thumbnail {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  bottom: max(-25.544vw, -255.44px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.about-pic-thumbnail>div {
  width: 17.4vw;
  width: min(23.7vw, 237px);
  max-width: 237px;
  margin-top: 6%
}

.about-pic-thumbnail>div:nth-child(n+2) {
  margin-left: 120px;
  margin-left: min(12vw, 120px)
}

.about-pic-thumbnail>div:nth-child(2) {
  margin-top: 0
}

.about-pic-thumbnail>div img {
  opacity: 0
}

.about-pic-thumbnail>div:nth-child(1) img {
  -webkit-transition: all, 1s;
  transition: all, 1s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.about-pic-thumbnail>div:nth-child(2) img {
  -webkit-transition: all, 1s;
  transition: all, 1s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.about-pic-thumbnail>div:nth-child(3) img {
  -webkit-transition: all, 1s;
  transition: all, 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.about-pic-thumbnail.slick-active>div img {
  opacity: 1
}

.about-logo {
  width: 304px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .about-logo {
    width: 50%;
    margin-top: 7%
  }
}

.about-content .about-logo {
  margin: -3% auto 0
}

.about-text {
  margin-top: 2.4em;
  text-align: center
}

.about-text p {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.2307692308
}

.about-text p:nth-child(3) {
  margin-top: 40px
}

@media(max-width: 767px) {
  .about-text {
    padding: 0 2em
  }

  .about-text p {
    font-size: min(1.3rem, 3.4666666667vw)
  }
}

.about-content .about-text {
  margin-top: 40px
}

.about-content .about-text p:nth-child(3) {
  margin-top: 40px
}

.about-btn {
  margin-top: 1.9%
}

.about-btn a {
  margin: 0 auto
}

@media(min-width: 768px) {
  .menu-inner {
    width: 1268px;
    padding: 0
  }
}

.menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: min(10%, 137px) 0;
  padding-left: min(7.2%, 99px);
  background: #fff
}

.menu-block:nth-child(1)::after {
  position: absolute;
  top: 49%;
  right: 0;
  aspect-ratio: 978/1992;
  width: 24%;
  max-width: 328px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/menuBg1.webp) no-repeat center center/100%;
  content: ""
}

.menu-block:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: min(7.6%, 104px) min(99px, 7.3%) min(8%, 110px) 0;
  background: #f8f5f0
}

.menu-block:nth-child(2)::after {
  position: absolute;
  top: 46%;
  left: 0;
  aspect-ratio: 832/1809;
  width: 20%;
  max-width: 274px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/menuBg2.webp) no-repeat center center/100%;
  content: ""
}

.menu-block:nth-child(2) .menu-container .menu-option {
  margin-top: 2%
}

.menu-block:nth-child(3)::after {
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 940/1551;
  width: 23.5%;
  max-width: 321px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/menuBg3.webp) no-repeat center center/100%;
  content: ""
}



.menu-block:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: min(7.6%, 104px) min(99px, 7.3%) min(8%, 110px) 0;
  background: #f8f5f0
}


.menu-block:nth-child(4) .menu-container .menu-option {
  margin-top: 5% !important
}


@media screen and (max-width: 1000px) {
  .menu-block:nth-child(2)::after {
    top: 35%
  }
}

@media(max-width: 767px) {
  .menu-block {
    display: block;
    padding: 50px 0
  }

  .menu-block:nth-child(1) {
    padding: 50px 0
  }

  .menu-block:nth-child(1)::after {
    display: block;
    position: static;
    width: 240px;
    height: 357px;
    margin: 30px 0 0 auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover
  }

  .menu-block:nth-child(2),
  .menu-block:nth-child(4) {
    padding: 50px 0
  }

  .menu-block:nth-child(2)::after {
    display: block;
    position: static;
    width: 240px;
    height: 357px;
    margin: 30px 0 0 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: top center;
    background-size: cover
  }

  .menu-block:nth-child(3) {
    padding: 50px 0
  }

  .menu-block:nth-child(3)::after {
    display: block;
    position: static;
    width: 240px;
    height: 357px;
    margin: 30px 0 0 auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-position: top center;
    background-size: cover
  }

  .menu-block .plan-items {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
}

.menu-container {
  width: 60%
}

@media screen and (max-width: 1000px) {
  .menu-container {
    width: 70%
  }
}

@media(max-width: 767px) {
  .menu-container {
    width: 100%
  }
}

.menu-block:nth-child(2) .menu-container,.menu-block:nth-child(4) .menu-container {
  width: 68%;
  margin-left: auto
}

.menu-block:nth-child(2) .menu-container .menu-content {
  margin-top: 11%
}

.menu-block:nth-child(4) .menu-container .menu-content {
  margin-top: 5%
}

.menu-block:nth-child(2) .menu-container .menu-option,
.menu-block:nth-child(4) .menu-container .menu-option {
  width: 100%;
  margin-top: 9%
}

.menu-block:nth-child(2) .menu-container .menu-option li,
.menu-block:nth-child(4) .menu-container .menu-option li {
  width: 305px
}

@media screen and (max-width: 1000px) {
  .menu-block:nth-child(2) .menu-container .menu-option,
  .menu-block:nth-child(4) .menu-container .menu-option {
    width: 136%;
    margin-left: -36%
  }
}

@media(max-width: 767px) {
  .menu-block:nth-child(2) .menu-container,
  .menu-block:nth-child(4) .menu-container {
    width: 100%
  }

  .menu-block:nth-child(2) .menu-container .plan-items,
  .menu-block:nth-child(4) .menu-container .plan-items {
    padding-right: 0;
    padding-left: 35%
  }

  .menu-block:nth-child(2) .menu-container .menu-option,
  .menu-block:nth-child(4) .menu-container .menu-option {
    width: 100%;
    margin-left: 0
  }
}

.menu-title {
  font-size: 1.1rem
}

.menu-title span {
  display: block;
  font-size: min(5.2vw, 5.4rem);
  line-height: 1.2
}

@media(max-width: 767px) {
  .menu-title span {
    font-size: 3rem
  }
}

.menu-text {
  padding-top: 2.3em;
  font-size: 1.3rem;
  line-height: 2.2307692308
}

.menu-content {
  margin-top: 9.8%
}

.plan-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.plan-items li:nth-child(n+2) {
  margin-top: 5%
}

.plan-items li p {
  height: 100%;
  padding-left: 1.5em;
  font-size: 1.2rem;
  line-height: 1.7
}

@media(max-width: 767px) {
  .plan-items {
    padding-right: 35%
  }

  .plan-items li {
    display: block
  }

  .plan-items li p {
    padding: 1em 0 0 1em
  }
}

.plan-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.plan-item-top .price {
  position: relative;
  padding: 0 .8em 0 .5em;
  font-size: clamp(2.4rem, 2.3529411765vw, 3.2rem)
}

@media(min-width: 768px) {
  .plan-item-top .price::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 170%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #4d4038;
    content: ""
  }
}

@media(max-width: 767px) {
  .plan-item-top .price {
    margin-top: .2em;
    margin-left: .8em;
    padding: 0;
    border-right: none;
    font-size: 2.5rem
  }
}

.plan-note {
  margin-top: 3.4em;
  font-size: 1.4rem;
  font-family: sans-serif
}

@media(max-width: 767px) {
  .plan-note {
    margin-top: 1.4rem;
    font-size: 1.2rem
  }
}

.menu-option {
  width: 120%;
  max-width: 913px;
  margin-top: 64px
}

@media screen and (max-width: 1000px) {
  .menu-option {
    width: 140%
  }
}

@media(max-width: 767px) {
  .menu-option {
    width: 100%;
    margin-top: 30px
  }
}

.option-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px
}

.option-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  width: 302px
}

.option-list li h4 {
  width: 180px;
  border: 1px solid #4d4038;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-family: sans-serif;
  text-align: center
}

.option-list li .price {
  margin-left: 1.1em;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: .1em
}

@media(min-width: 768px) {
  .option-list li:nth-child(2n) {
    margin-left: 3%
  }

  .option-list li:nth-child(n+3) {
    margin-top: 20px
  }
}

@media(max-width: 767px) {
  .option-list {
    display: block;
    margin-top: 20px
  }

  .option-list li {
    width: 100%;
    margin: -5px 0
  }

  .option-list li:nth-child(n+2) {
    margin-top: 20px
  }

  .option-list li .price {
    margin-top: .2em
  }
}

.plan-sub-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.9%
}

.plan-sub-items li {
  width: 305px
}

.plan-sub-items li:nth-child(n) {
  margin: 0%
}

.plan-sub-items li:nth-child(2) {
  margin-left: 3%
}

.plan-sub-items li:nth-child(n+3) {
  margin-top: 2%
}

.plan-sub-items li .price {
  width: 40%;
  margin-left: 10px;
  font-size: clamp(2rem, 1.8vw, 2.3rem)
}

.plan-sub-items li .price span {
  font-family: "DNP 秀英明朝 Pr6", sans-serif
}

.plan-sub-items li.w100 {
  width: 100%
}

.plan-sub-items li span {
  font-size: 1.4rem
}

.plan-sub-items li span.sm {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem
}

/* .plan-sub-items .plan-title {
  font-size: 1.2rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
} */

@media screen and (max-width: 1000px) {
  .plan-sub-items li {
    width: 48%
  }
}

@media(max-width: 767px) {
  .plan-sub-items {
    margin-top: 1.9%
  }

  .plan-sub-items li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    margin-top: 14px !important;
    margin-left: 0 !important
  }

  /* .plan-sub-items li .price {
    margin-top: 4px;
    margin-left: 1.1em;
    font-size: 1.8rem
  } */

  /* .plan-sub-items .plan-title {
    width: 180px;
    font-size: 1.2rem;
    line-height: 1.7
  } */
}

.menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.menu-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px
}

.menu-items li .price {
  margin-left: .6em;
  font-size: min(2.5vw, 3.2rem)
}

@media(max-width: 767px) {
  .menu-items {
    display: block
  }

  .menu-items li {
    width: 100%
  }

  .menu-items li:first-child {
    margin-bottom: 15px
  }

  .menu-items li .price {
    margin-top: .5em;
    margin-left: 1.1em;
    padding-left: 0;
    font-size: 2.5rem
  }
}

.menu-content-text {
  margin-top: 6em
}

.menu-content-text p {
  font-size: 1.3rem
}

.menu-content-text p:nth-child(2) {
  margin-top: 18px
}

.about02 {
  margin-top: max(-4.2%, -58px);
  padding-bottom: 130px
}

.about02 .about-text p:nth-child(n+2) {
  margin-top: 1.5em
}

@media(max-width: 767px) {
  .about02 {
    padding-bottom: 50px
  }

  .about02 .about-text p {
    font-size: min(1.3rem, 3.4666666667vw)
  }

  .about02 .about-text p br {
    display: none
  }
}

@media(min-width: 768px) {
  .about-inner {
    width: 1280px
  }
}

.about-top {
  position: relative;
  line-height: 0
}

.about-top::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  aspect-ratio: 1360/230;
  width: 100%;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(248, 245, 240, 0)), to(#f8f5f0)) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(248, 245, 240, 0) 0%, #f8f5f0 100%) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(248, 245, 240, 0) 0%, #f8f5f0 100%) 0% 0% no-repeat padding-box;
  content: ""
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-image img {
  aspect-ratio: 281/407;
  width: 20vw;
  max-width: 281px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%)
}

@media screen and (max-width: 1000px) {
  .about-image img {
    width: 18vw
  }
}

@media(max-width: 767px) {
  .about-image {
    display: none
  }
}

.about-content {
  width: 500px
}

.about-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}

.about-btn-wrap a:first-child {
  margin-right: 5%
}

@media(max-width: 767px) {
  .about-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .about-btn-wrap a:first-child {
    margin-right: 0;
    margin-bottom: 15px
  }
}

.profile {
  position: relative;
  width: min(84%, (100vw - 1366px)/2 + 1147.5px);
  margin-left: auto;
  padding: 44px 10px 55px 10%;
  padding-left: min(30.3%, 414px);
  border-radius: 20px 0 0 20px;
  background: #b4ac9f;
  color: #fff
}

.profile::after {
  position: absolute;
  top: -8%;
  left: max(-112px, -9.7%);
  aspect-ratio: 1224/1824;
  width: min(408px, 35.5%);
  border-radius: 10px;
  background: url(../images/profile.webp) no-repeat center center/100%;
  content: ""
}

@media(max-width: 767px) {
  .profile {
    width: 100%;
    padding-top: min(500px, 88%);
    padding-right: 6%;
    padding-left: 20%;
    padding-left: 6%;
    border-radius: 0
  }

  .profile::after {
    top: 2%;
    left: 5%;
    left: 50%;
    aspect-ratio: 1224/1600;
    width: 100%;
    max-width: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    background-position: top 20% right;
    background-size: 110%
  }

  .profile .profile-content {
    text-align: center
  }

  .profile .profile-name {
    text-align: center
  }

  .profile .profile-name span {
    margin-right: 0;
    font-size: 3.8rem
  }

  .profile .profile-btn a {
    margin-right: auto;
    margin-left: auto
  }
}

.profile-content {
  width: min(100%, 434px)
}

.profile-content p {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.2307692308
}

.profile-content p:nth-child(2) {
  margin-top: 2em
}

.profile-content p:nth-child(n+3) {
  margin-top: 1.2em
}

@media(max-width: 767px) {
  .profile-content {
    width: 100%
  }

  .profile-content p:nth-child(2) {
    margin-top: 1em
  }
}

.profile-name {
  font-size: 1.7rem
}

.profile-name span {
  margin-right: 20px;
  font-size: 4.8rem
}

@media(max-width: 767px) {
  .profile-name span {
    display: block
  }
}

.profile-btn {
  margin-top: 4%
}

.profile-btn a {
  border-bottom: 1px solid #fff;
  color: #fff
}

.profile-btn a::after {
  background: url(../images/icon-arrow_wh.webp) no-repeat center center/contain
}

.contact {
  padding: 145px 0
}

.contact p {
  padding-top: 3.3em;
  font-size: 1.3rem;
  line-height: 2.2307692308
}

@media(max-width: 767px) {
  .contact {
    padding: 58px 0
  }

  .contact p {
    padding-top: 1.3em
  }
}

@media(min-width: 768px) {
  .contact__inner {
    width: 980px
  }
}

.contact-title {
  font-size: 1.1rem
}

.contact-title span {
  display: block;
  font-size: 5.4rem
}

@media(max-width: 767px) {
  .contact-title span {
    font-size: 4.4rem
  }
}

.form-items {
  margin-top: 45px
}

.form-items li {
  padding: 32px 0;
  border-top: 1px solid #b4ac9f
}

.form-items li h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-family: sans-serif
}

.form-items li h3 span {
  display: inline-block;
  width: 40px;
  margin-left: 20px;
  padding: 5px 0;
  border-radius: 5px;
  background: #b54040;
  color: #fff;
  font-size: 1.1rem;
  text-align: center
}

.form-items li input,
.form-items li textarea {
  width: 100%;
  padding: 1em;
  border: none;
  border-radius: 9px;
  background: #fff;
  font-size: 1.6rem;
  font-family: sans-serif
}

.form-items li textarea {
  aspect-ratio: 961/192
}

.form-items p {
  padding: 0 !important
}

@media(max-width: 767px) {
  .form-items {
    margin-top: 26px
  }

  .form-items li {
    padding: 25px 0
  }
}

.form-submit {
  margin-top: -0.8em
}

.form-submit input {
  width: 100%;
  padding: 1em 0;
  border: none;
  border-radius: 9px;
  background: #4d4038;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .12em;
  text-align: center;
  cursor: pointer
}

.form-submit p {
  padding: 0 !important
}

.wpcf7-not-valid-tip {
  margin: 10px 0
}

.wpcf7-spinner {
  display: none !important
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px 15px;
  font-size: 13px;
  text-align: center
}

.news {
  padding: 58px 0 58px;
  /* background: #fff */
}

@media(max-width: 767px) {
  .news {
    padding: 15px 0 20px
  }
}

.news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .news-content {
    display: block;
    padding: 0 5px
  }
}

.news-title {
  margin-top: 1.7em;
  /* margin-left: -1.1em; */
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "DNP 秀英明朝 Pr6", sans-serif;
  margin-bottom: 20px;
}

.news-title span {
  display: block;
  font-size: 9.1rem;
  font-family: "ArnoPro", sans-serif
}

@media screen and (max-width: 1000px) {
  .news-title {
    margin-left: 0
  }
}

@media(max-width: 767px) {
  .news-title span {
    font-size: 5rem
  }
}

.news-items {
  width: 71.3%;
  padding-right: 1.5%
}

.news-items li {
  position: relative;
  padding: 25px 0 2.1em;
  border-bottom: 1px solid #4d4038
}

.news-items li::after {
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 10/8;
  width: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon-arrow-02.webp) no-repeat center center/contain;
  content: ""
}

/* .news-items li:first-child {
  border-top: 1px solid #4d4038
} */

.news-items li h3 {
  padding-top: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .08em
}

@media(max-width: 767px) {
  .news-items {
    width: 100%
  }

  .news-items li {
    padding: 25px 5% 25px 0
  }
}

.genre-archive__nav-list {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.genre-archive__nav-item {
  width: 24%;
}

.genre-archive__nav-item-narrow {
  width: 32%;
}

.genre-archive__nav-item a {
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 25px 0 20px 0;
}

.genre-archive__nav-item.is-active a {
  color: #fff;
  background: linear-gradient(to bottom, transparent, #4d4038);
}

.genre-archive__no-posts {
  text-align: center;
  margin: 50px 0;
  font-size: 12px;
}


.news-item-link {
  color: #000
}

.news-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.news-item-top p {
  font-size: 1.5rem;
  letter-spacing: .08em
}

.news-item-top span, .news-item-top a {
  display: inline-block;
  min-width: 80px;
  margin-left: 1em;
  padding: 3px 15px;
  border: 1px solid #4d4038;
  border-radius: 500px;
  font-size: 11px;
  font-family: sans-serif;
  letter-spacing: .08em;
  text-align: center;
  color: #4d4038 !important;
  line-height: 1;
}

.sub-content-category {
  display: flex;
  margin-bottom: 10px;
}

.sub-content-category.news-item-top span, .sub-content-category.news-item-top a {
  margin-left: 0;
  margin-right: 1em;
}

.scroll-wrap {
  position: relative;
  aspect-ratio: 1000/65;
  width: 100%;
  overflow: hidden;
  background: #fff
}

.scroll-wrap::before {
  position: absolute;
  bottom: -31%;
  width: 100%;
  height: 100%;
  background: url(../images/scroll.png) repeat-x left center/auto 100%;
  content: "";
  -webkit-animation: bgscroll 4000s linear infinite;
  animation: bgscroll 4000s linear infinite
}

@media(max-width: 767px) {
  .scroll-wrap {
    aspect-ratio: 1000/140;
    padding-top: 50px
  }
}

@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 8000% 0
  }
}

@keyframes bgscroll {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 8000% 0
  }
}

.sub-news-title {
  z-index: 2;
  position: relative;
  margin-top: 30px;
  color: #fff;
  font-size: 29px;
  text-align: center;
  letter-spacing: .1em;
}

@media(max-width: 767px) {
  .sub-news-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px
  }
}

.mv-sub {
  position: relative;
  padding-top: min(145px, 7.6%);
  padding-bottom: min(145px, 7.6%);
  background: url(../images/sub_bg.jpg) no-repeat center center/cover
}

.mv-sub::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2901960784);
  content: ""
}

.sub-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6%
}

.sub-toplink {
  margin-top: 50px;
  text-align: center
}

.sub-toplink a {
  display: inline-block;
  width: 80%;
  padding: 10px 0 5px 0;
  border: solid 1px #000;
  color: #000 !important
}

.sub-list {
  padding: 50px 0
}

.sub-list .news-items {
  width: 100%
}

.sub-content {
  padding: 50px 0;
  font-size: 14px;
  line-height: 2
}

.sub-content .wp-block-image,
.sub-content figure,
.sub-content p,
.sub-content ul,
.sub-content ol,
.sub-content .wp-block-media-text,
.sub-content .wp-block-file {
  margin: 2em 0
}

.sub-content .wp-element-caption,
.sub-content .wp-block-quote cite {
  margin-top: 10px;
  font-size: 12px
}

.sub-content pre {
  margin: 2em 0;
  padding: 20px;
  background: #efefef
}

.sub-content a {
  color: #0390e8
}

.sub-content .wp-block-quote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 2em 0;
  padding: 30px 15px 8px 15px;
  background: #efefef;
  color: #555;
  font-style: italic
}

.sub-content .wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  color: #cfcfcf;
  font-size: 73px;
  line-height: 1;
  font-family: sans-serif
}

.sub-content .wp-block-quote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7
}

.sub-content .wp-block-quote cite {
  display: block;
  color: #888;
  text-align: right
}

.sub-content .wp-block-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  border-radius: 100px;
  background-color: #efefef
}

.sub-content .wp-block-file a:not(.wp-element-button) {
  padding: 10px 10px 10px 20px;
  color: #000 !important;
  font-size: 14px;
  text-decoration: none
}

.sub-content .wp-block-file a.wp-element-button {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap
}

.sub-content h2 {
  padding-bottom: 20px;
  border-bottom: solid 1px #e3e3e3;
  font-size: 17px
}

.sub-content h3,
.sub-content h4,
.sub-content h5,
.sub-content h6 {
  padding-left: 10px;
  border-left: 3px solid #606060;
  font-size: 16px
}

.sub-content h2,
.sub-content h3,
.sub-content h4,
.sub-content h5,
.sub-content h6 {
  margin-top: 2.5em;
  margin-bottom: 2em
}

.sub-content ul {
  padding-left: 0;
  list-style: none
}

.sub-content ul li {
  position: relative;
  margin: .2em 0;
  padding-left: 1em
}

.sub-content ul li:before {
  display: block;
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #0390e8;
  content: ""
}

.sub-content ol {
  padding-left: 1em
}

.sub-content ol li {
  margin: .2em 0
}

.sub-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px
}

.sub-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 20px;
  padding-left: 0
}

.sub-content .wp-block-table table tr {
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff
}

.sub-content .wp-block-table table th,
.sub-content .wp-block-table table td {
  border: none;
  border-right: solid 3px #fff
}

.sub-content .wp-block-table table th {
  background-color: gray;
  color: #fff
}

.sub-content .wp-block-table table td {
  background-color: #f3f3f3
}

.sub-content .wp-block-embed__wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto
}

.sub-content-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  border-left: none !important;
  font-weight: bold;
  font-size: 20px !important
}

.sub-content-date {
  margin-bottom: 50px;
  padding-left: 20px;
  background-image: url(../images/calendar-days-regular.svg);
  background-position: left center;
  background-size: 10px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 12px;
  font-family: sans-serif
}

@media(max-width: 767px) {
  .sub-content-date {
    margin-bottom: 20px
  }
}

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