@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  letter-spacing: 0;
}

body {
  margin: 0;
}

p, h2, h3, h4, h5 {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

dl dl,
dl ol,
dl ul {
  margin: 0;
}

ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul {
  margin: 0;
}

ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe,
img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}

[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

img {
  width: 100%;
}

section {
  margin: auto;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: 700;
}

p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.9em;
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.bgbrown {
  background: #b21808;
}

.bggray {
  background: rgb(247, 248, 248);
}

.bgcream {
  background: rgb(248, 237, 220);
}

.ImageMap area {
  transition: 0.3s all;
  position: relative;
}

.area-cover {
  position: absolute;
  background-color: #61291d;
  transition: 0.3s all;
  opacity: 0.7;
  pointer-events: none;
  display: none;
  z-index: 10;
  -webkit-clip-path: polygon(0 0);
          clip-path: polygon(0 0);
}

#floor {
  padding: 6.5vw 0 10vw;
}

.sec-type1 {
  padding: 16.9vw 0 16.4vw;
}

.sec-type2 {
  padding: 16.9vw 0 16.4vw;
}

#art {
  padding: 8.9vw 0 3.5vw;
}

footer {
  padding: 2.5vw 0;
}

.content__wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}

.content_img {
  width: 50vw;
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

.content_ttl {
  font-size: 1.5vw;
  margin-bottom: 1.5vw;
}

.cwhite {
  color: #F0ECE7;
}

.cbrown {
  color: #3a211a;
}

.content_inner {
  display: flex;
  flex-direction: column;
}
.content_inner p {
  width: 37vw;
  text-align: justify;
}

.link__wrap {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 2vw;
  gap: 1.5vw;
}

.web_link {
  width: 5.05vw;
}

.insta_link {
  width: 5.8vw;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-weight: 500;
  }
  p {
    font-size: 16px;
  }
  #floor {
    padding: 8vw 0 15vw;
  }
  #study {
    padding: 0 0 21.4vw;
  }
  #play {
    padding: 0vw 0 21.4vw;
  }
  #eat {
    padding: 0vw 0 21.4vw;
  }
  #art {
    padding: 17.9vw 0 15.5vw;
  }
  footer {
    padding: 5vw 0 22vw;
  }
  .content__wrap {
    flex-direction: column;
    align-items: center;
    gap: 7vw;
  }
  .content_img {
    width: 100vw;
  }
  .content_ttl {
    font-size: 24px;
  }
  .content_inner {
    margin-top: 0vw;
  }
  .content_inner p {
    width: 86.93vw;
  }
  .link__wrap {
    margin-top: 15vw;
    gap: 4.5vw;
  }
  .web_link {
    width: 24.67vw;
  }
  .insta_link {
    width: 28.4vw;
  }
}
header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 1.55vw;
  font-family: "Zen Maru Gothic", serif;
  z-index: 50;
  background: #fff;
}

.header__right {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  right: 1.5vw;
  color: #3F1B13;
  z-index: 20;
}

h1 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.04vw;
  letter-spacing: 0.2em;
  padding-top: 2vw;
  color: #3F1B13;
  transition: 0.3s all;
  font-weight: 700;
}

.header__logo {
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  width: 56px;
  height: 56px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header__logo-active {
  opacity: 1;
  visibility: visible;
}
.header__logo img {
  width: 100%;
  height: auto;
}

.header__btn {
  letter-spacing: 0.01em;
  padding: 1.4vw 2vw;
  font-size: 0.833vw;
  letter-spacing: 0.2em;
  border-right: 1px solid #3F1B13;
  list-style: none;
  display: flex;
  gap: 0.4vw;
  margin: 0;
}
.header__btn a:visited,
.header__btn a:link {
  color: inherit !important;
}

.header__btn li:first-of-type:after {
  content: " ";
}

.header__menu {
  padding: 0 1.3vw 0 1.8vw;
  display: flex;
  align-items: center;
  gap: 1vw;
  cursor: pointer;
}
.header__menu p {
  font-size: 0.833vw;
  font-family: "Zen Maru Gothic", serif;
  transition: 0.3s all;
  letter-spacing: 0.2em;
}
.header__menu span {
  width: 1.875vw;
  height: 0.2vw;
  background: #3F1B13;
  display: block;
  transition: 0.3s all;
}
.header__menu span:last-of-type {
  margin-top: 0.5vw;
}

.menu__modal {
  display: none;
  transition: 1s all;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(58, 33, 26, 0.85);
  z-index: 10;
}

.menu_links {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: right;
  margin: 11vw 5.5vw 0 auto;
  gap: 0.5vw;
  width: -moz-fit-content;
  width: fit-content;
}
.menu_links a {
  color: #F0ECE7;
  font-size: 0.94vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 3;
}

.link_insta {
  width: 1.4vw;
}

.active .header__btn {
  border-right: 1px solid #F0ECE7;
}
.active .header__right {
  color: #F0ECE7;
}
.active .header__menu span {
  background: #F0ECE7;
}
.active .header__menu span:first-of-type {
  transform: rotate(25deg);
}
.active .header__menu span:last-of-type {
  margin-top: -0.15vw;
  transform: rotate(-25deg);
}
.active .menu__modal {
  display: block;
}

@media screen and (max-width: 767px) {
  header {
    top: 0;
    border-bottom: 1px solid rgb(247, 248, 248);
    background: #fff;
    padding: 2.6vw 7vw;
    align-items: flex-end;
    width: 100vw;
  }
  .header__right {
    position: static;
    gap: 2vw;
  }
  .header__logo {
    top: 1.6vw;
    left: 2.5vw;
    width: 36px;
    height: 36px;
  }
  h1 {
    font-size: 18px;
    padding: 18vw 0 4vw;
    text-align: center;
  }
  .header__btn {
    letter-spacing: 0.01em;
    letter-spacing: 0.2em;
    font-size: 2.933vw;
    border-right: none;
  }
  .header__menu {
    padding: 0;
    gap: 1vw;
  }
  .header__menu p {
    font-size: 2.933vw;
    letter-spacing: 0.2em;
  }
  .header__menu span {
    width: 7.06vw;
    height: 0.4vw;
  }
  .header__menu span:last-of-type {
    margin-top: 2vw;
  }
  .menu__modal {
    top: 0;
    left: 0;
  }
  .menu_links {
    margin: 30vw auto 0 12vw;
    gap: 1.2vw;
  }
  .menu_links a {
    font-size: 3.733vw;
  }
  .link_insta {
    width: 5.33vw;
  }
  .active .header__btn {
    border-right: none;
  }
  .active .header__right {
    color: #F0ECE7;
  }
  .active .header__menu span {
    background: #F0ECE7;
  }
  .active .header__menu span:first-of-type {
    transform: rotate(25deg);
  }
  .active .header__menu span:last-of-type {
    margin-top: -0.15vw;
    transform: rotate(-25deg);
  }
  .active .menu__modal {
    display: block;
  }
}
.kv {
  margin: 0 auto 6vw;
}

.kv__inner {
  width: 19.3vw;
  max-width: 136px;
  margin: auto;
  overflow: hidden;
}
.kv__inner2 {
  width: 42vw;
  margin: auto;
}
.kv__inner3 {
  width: 60vw;
  margin: auto;
}
@media screen and (max-width:768px) {
  .kv__inner2 {
    width: 100%;
  }
  .kv__inner3 {
    width: 100%;
  }
}

.kv__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.3vw;
  opacity: 0;
}
.kv__wrap.el {
  opacity: 1;
}

.kv_line {
  width: 0.42vw;
  position: absolute;
  height: 100%;
  transition: 0.5s all;
}

.kv_line1 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-100%);
}
.kv_line1.el {
  transform: translateY(0%);
}

.kv_line2 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  transform: rotate(90deg) translateY(100%);
}
.kv_line2.el {
  margin: auto;
  transform: rotate(90deg) translateY(0%);
}

.kv_letter {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: 0.5s all;
}
.kv_letter.el {
  opacity: 1;
}

.kv_1 {
  width: 6.45vw;
  margin: 1.4vw 1vw 1vw;
}

.kv_2 {
  width: 5.3vw;
  margin: 1.4vw 1.4vw 1vw;
}

.kv_3 {
  width: 4.7vw;
  margin: 4.5vw 1.8vw 2vw;
}

.kv_4 {
  width: 5.3vw;
  margin: 5vw 1.6vw 2vw;
}

.kv_ttl {
  width: 18.2vw;
  display: block;
  margin-left: auto;
  transition: 0.5s all;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.kv_ttl.el {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}

.kv_under {
  width: 31.6vw;
  display: block;
  margin: auto;
  margin-top: 3.9vw;
}

@media screen and (max-width: 767px) {
  .kv__inner {
    width: 49.6vw;
  }
  .kv__wrap {
    margin-bottom: 5vw;
  }
  .kv_1 {
    width: 16.533vw;
    margin: 3vw 3vw 1vw;
  }
  .kv_2 {
    width: 13.6vw;
    margin: 2.4vw 3.4vw 1vw;
  }
  .kv_3 {
    width: 12vw;
    margin: 13vw 4.8vw 4vw;
  }
  .kv_4 {
    width: 13.73vw;
    margin: 14vw 3.6vw 3vw;
  }
  .kv_line {
    width: 1.2vw;
  }
  .kv_line2.el {
    margin: auto;
  }
  .kv_line1 {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .kv_ttl {
    width: 46.67vw;
  }
  .kv_under {
    width: 50.6vw;
    margin-top: 19.9vw;
  }
}
.about {
  overflow: hidden;
}

.about__ttl {
  position: relative;
}

.about__ttl_txt {
  opacity: 0;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  transition: opacity 0.8s;
}
.about__ttl_txt:before {
  content: "";
  display: block;
  background-image: url(../img/index/kv_mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 77px;
  height: 76px;
  position: absolute;
  bottom: 3vw;
  left: -5vw;
}
.about__ttl_txt:after {
  content: "";
  display: block;
  background-image: url(../img/index/kv_faq.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20.083333333333332vw;
  height: 14.499999999999998vw;
  position: absolute;
  bottom: 1vw;
  left: 35vw;
}
@media screen and (max-width: 768px) {
  .about__ttl_txt:before {
    display: none;
  }
  .about__ttl_txt:after {
    background-image: url(../img/index/kv_faq_sp.png);
    width: 65.844765vw;
    height: 31.422383vw;
    position: absolute;
    bottom: 22.5vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}
.flex > div {
  width: 48%;
}
.about__btn {
  margin: 15px 0 0;
}

.about__ttl_txt {
  margin: 1vw auto 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  font-size: 40px;
}
.about__ttl_txt span {
  background: rgba(255,255,255,0.7);
  border-radius: 4px;
  padding: 2px 10px;
}
.about__ttl_txt em {
  color: #b21808;
  font-style: normal;
}
.about__ttl_txt h2 {
  font-size: 42px;
  font-size: 2.45vw;
}
.about__ttl_txt p {
  font-size: 20px;
  font-size: 1.16vw;
  font-weight: 700;
}
.about__ttl_txt p.large {
  font-size: 36px;
  font-size: 2.101vw;
}
.about__ttl_txt div.txt-center {
  margin-top: 0.83em;
}
@media screen and (max-width: 768px) {
  .about__ttl_txt div.txt-center {
    margin-top: 200px;
  }
}

.about__wrap {
  padding: 12.4vw 0 60px;
  position: relative;
}
.about__wrap p {
  width: 37vw;
  margin: auto;
  line-height: 230%;
}

.about__logo {
  width: 7.2vw;
  display: block;
  margin: auto;
}

.about__box,
.bottom__slide {
  padding: 6vw 0;
}

.about__box .slick-slide {
  margin: 0 1.8vw;
}
.bottom__slide .slick-slide {
  margin: 0 1vw;
}


.caution {
  width: 94vw;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .about {
    overflow: hidden;
  }
  .flex video {
    height: auto;
    width: 100%;
  }
  .flex > div {
    width: 100%;
  }
  .about__btn {
    margin: 15px auto 0;
  }
  .about__ttl_txt {
  }
  .about__ttl_txt p {
    font-size: 16px;
  }
  .about__ttl_txt p.large {
    font-size: 20px;
  }
  .about__ttl_txt p.small {
    font-size: 14px;
  }
  .about__ttl_txt h2 {
    font-size: 27px;
    padding-top: 20px;
  }

  .about__wrap {
    padding-top: 18.4vw;
    padding-bottom: 6vw;
  }
  .about__wrap p {
    width: 86.93vw;
    margin: auto;
    font-size: 18px;
    line-height: 8vw;
  }
  .about__logo {
    width: 24.4vw;
    display: block;
    margin: auto;
  }
  .caution {
    font-size: 3vw;
  }
}
.floor__wrap {
  width: 83.1vw;
  margin: auto;
}

.floor__ttl {
  color: #3F1B13;
  margin-left: 5.2vw;
  font-size: 4.7vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
.floor__ttl span {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4vw;
  padding-left: 1vw;
  letter-spacing: 0.05em;
}

.floor__inner {
  margin-top: -3vw;
  position: relative;
}

.floor__img {
  width: 78.5vw;
  position: relative;
  z-index: 0;
}

.floor__arrow {
  position: absolute;
  transition: 0.3 all;
  pointer-events: none;
}
.floor__arrow:hover {
  opacity: 0.8;
}

.floor__wrap p {
  width: 27.5vw;
  margin-left: auto;
  margin-right: 4.6vw;
  margin-top: -5vw;
  font-weight: 700;
  text-align: justify;
}

#imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-image {
  position: absolute;
  display: none;
  pointer-events: none;
}

.hover-image.active {
  display: block;
}

#eat_cover {
  width: 61.36%;
  top: 2.2%;
  left: 29.85%;
}

#play_cover {
  width: 38.49%;
  top: 26.51%;
  left: 29.76%;
}

#study_cover {
  width: 53.65%;
  top: 34.15%;
  left: 0.1%;
}

.floor_eat {
  width: 25vw;
  top: 10vw;
  right: 14vw;
}

.floor_play {
  width: 29vw;
  top: 15.8vw;
  right: 26.4vw;
}

.floor_study {
  width: 32vw;
  top: 21.6vw;
  right: 38.6vw;
}

@media screen and (max-width: 767px) {
  .floor__wrap {
    width: 100vw;
  }
  .floor__ttl {
    margin-left: 6.2vw;
    font-size: 9.7vw;
  }
  .floor__ttl span {
    font-size: 4.8vw;
    padding-left: 2.1vw;
  }
  .floor__inner {
    margin-top: -6vw;
  }
  .floor__img {
    width: 95vw;
    display: block;
    margin: auto;
  }
  #eat_cover {
    width: 61.3%;
    top: 2.2%;
    left: 32.85%;
  }
  #play_cover {
    width: 21.5%;
    top: 26.95%;
    left: 32.5%;
  }
  #study_cover {
    width: 40.5%;
    top: 34.9%;
    left: 2.65%;
  }
  .floor_eat {
    width: 38vw;
    top: 12.6vw;
    right: 7vw;
  }
  .floor_play {
    width: 38vw;
    top: 20vw;
    right: 24.8vw;
  }
  .floor_study {
    width: 42vw;
    top: 28vw;
    right: 39.3vw;
  }
  .floor__wrap p {
    width: 86.93vw;
    margin: auto;
    margin-top: 7vw;
  }
}
.study .content_inner {
  padding-left: 12.3vw;
}

.study__wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
}

.study_logo {
  width: 21.8vw;
  margin: 1.2vw 0 4vw;
}

@media screen and (max-width: 767px) {
  .study .content_inner {
    padding-left: 0;
  }
  .study_logo {
    width: 54.8vw;
    margin: 6vw 0 12vw;
  }
}
.play .content__wrap {
  justify-content: right;
}
.play .content_inner {
  padding-right: 12.4vw;
}

.play_logo {
  width: 10.625vw;
  margin: 2vw 0 2vw;
  margin-left: 2.5vw;
}

@media screen and (max-width: 767px) {
  .play .content__wrap {
    flex-direction: column-reverse;
  }
  .play .content_inner {
    padding-right: 0;
  }
  .play_logo {
    width: 26.625vw;
    margin: 9vw 0 12vw;
  }
}
.eat .content_inner {
  padding-left: 6vw;
}

@media screen and (max-width: 767px) {
  .eat .content_inner {
    padding-left: 0;
  }
}
.art {
  overflow: hidden;
}

.art__inner {
  margin-bottom: 7.9vw;
}

.art__inner .slick-slide {
  margin: 0 1.25vw;
}

.art_box {
  cursor: pointer;
}

.art__ttl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3vw;
  margin-left: 13.7vw;
}
.art__ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-size: 4.7vw;
  font-weight: 500;
}
.art__ttl p {
  width: 43vw;
  font-weight: 700;
}

.art_modal {
  display: none;
  position: fixed;
  width: 91.1vw;
  height: 75vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #F0ECE7;
  transition: 0.5s all;
  z-index: 10;
}
.art_modal.active {
  display: block;
}

.modal_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
  width: 65vh;
  gap: 0.5vw;
}

.art_modal_img {
  max-height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 10;
}

.art_modal_ttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.art_modal_ttl p {
  color: #3F1B13;
}

.modal_close {
  width: 1.56vw;
}

@media screen and (max-width: 767px) {
  .art {
    overflow: hidden;
  }
  .art__inner {
    margin-bottom: 15.9vw;
  }
  .art__ttl {
    flex-direction: column;
    margin-left: 0;
    gap: 4vw;
  }
  .art__ttl h2 {
    font-size: 12vw;
  }
  .art__ttl p {
    width: 86.6vw;
  }
  .art_modal {
    width: 100vw;
    height: 77.33vw;
  }
  .art_modal.active {
    display: block;
  }
  .modal_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100vw;
    height: 77.33vw;
    gap: 0.5vw;
  }
  .art_modal_img {
    max-height: 67.73vw;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    z-index: 10;
  }
  .art_modal_ttl {
    align-items: center;
    width: 75%;
  }
  .art_modal_ttl p {
    color: #3F1B13;
  }
  .modal_close {
    width: 5.3vw;
  }
}
.footer__wrap {
  /* display: flex; */
  display: none;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 11.6vw;
  gap: 2vw;
  margin-bottom: 6vw;
}
.footer__wrap img {
  width: 4.58vw;
}
.footer__wrap p {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 700;
}

.copyright {
  font-size: 0.73vw;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 9vw;
  }
  .footer__wrap img {
    width: 14.13vw;
  }
  .footer__wrap p {
    font-size: 2.93vw;
    line-height: 1.5;
    margin-top: 6vw;
    text-align: center;
  }
  .copyright {
    font-size: 2.4vw;
    font-weight: 500;
  }
}
/*
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fadeIn {
    animation-duration: 2s;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*/
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fadeUp {
    animation-duration: 2s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fadeDown {
    animation-duration: 2s;
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeftTrigger {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.fadeLeft {
  /*
  animation-name: fadeLeftAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
  */
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
/*
@media screen and (max-width: 767px) {
  .fadeLeft {
    animation-duration: 2s;
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
*/
/* 右から */
.fadeRightTrigger {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.fadeRight {
  /*
  animation-name: fadeRightAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
  */
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
/*
@media screen and (max-width: 767px) {
  .fadeRight {
    animation-duration: 2s;
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
*/
#about {
  position: relative;
}

/*
.about_ttl_wrap {
  margin-top: 3.9vw;
  position: relative;
  height: 165vw;
}
@media screen and (max-width: 767px) {
  .about_ttl_wrap {
    margin-top: 19.9vw;
  }
}
*/

.fadeTrigger {
  opacity: 0;
}
.fadeIn {
  opacity: 1;
}

.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sp_txt-left {
    text-align: left;
  }
}

.b {
  font-weight: bold;
}


.js-scale-area {
  position: relative;
}
.pScaleImage {
  --padding-top: 0;
  width: 100vw;
  height: 100vh;
  padding-top: var(--padding-top);
  position: relative;
  margin-top: 2vh;
}
.pScaleImage__item {
  --clip1:15%;
  --clip2:34%;
  --clip3:17%;
  --clip4:34%;

  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(var(--clip1) var(--clip2) var(--clip3) var(--clip4));
  transform-origin: center center;
  background-image: url(../img/index/kv_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.pScaleImage__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.pScaleImage__item img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 0;
  }
  .pScaleImage {
    max-height: 620px;
  }
  .pScaleImage__item {
    background-image: url(../img/index/kv_sp.jpg);
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-top: 0;
  }
}

#sec04 .content_inner p {
  width: 30vw;
}
@media screen and (max-width: 767px) {
  #sec04 .content_inner p {
      width: 86.93vw;
  }
}



.btn-white {
  display: block;
  background: #fff;
  border: 2px solid #b21808;
  border-radius: 5em;
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: #b21808 !important;
  padding: 15px 10px;
  transition: all 0.3s;
}
.btn-white:hover {
  background: #b21808;
  color: #fff !important;
}
.btn-white.hov2:hover {
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .btn-white {
      padding: 10px 15px;
  }
}

.content__wrap2 {
  max-width: 86.93vw;
  margin: 0 auto;
}
.content__wrap2 h2 {
  text-align: center;
  margin-bottom: 2vw;
}
.content__wrap2 h2.txt-left {
  text-align: left;
}
.content__wrap2 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content__wrap2 .flex .col1 {
  width: 30%;
}
.content__wrap2 .flex .col1 figure {
  padding: 0;
  margin: 0 0 0.6vw;
}
.faq {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 24px;
}
.faq02 {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 18px;
}
.faq dl {
  border: 1px solid #000;
  padding: 1.2vw;
  margin: 0;
}
.faq dl:not(:last-of-type) {
  margin-bottom: 1em;
}
.faq dl dt,
.faq dl dd {
  font-size: 24px;
  margin: 0;
}
.faq dl dt {
  margin-bottom: 0.6vw;
}

@media screen and (max-width: 767px) {
  .content__wrap2 .flex .col1 {
    width: 100%;
    margin-bottom: 4vw;
  }

  .faq {
    margin: 0 auto;
    font-size: 16px;
  }
  .faq dl {
    padding: 2.4vw;
  }
  .faq dl dt,
  .faq dl dd {
    font-size: 16px;
  }


}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sp_mb20 {
    margin-bottom: 20px;
  }
}

.text-link {
  color: #b21808;
  text-decoration: underline;
}

.js-trigger {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.fixBtn {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fixBtn {
    right: 0;
    left: 0;
    margin: auto;
  }
}


/* Dots */
.slick-dotted.slick-slider
{
}

.slick-dots
{
    position: absolute;
    bottom: 3vw;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    line-height: 18px;

    vertical-align: middle;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 18px;
    height: 18px;
    line-height: 18px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

    position: absolute;
    top: 0;
    left: 0;

    width: 18px;
    height: 18px;
    line-height: 18px;

    content: '';
    text-align: center;

    background: #fff;
    border: 1px solid #fff;
    border-radius: 5rem;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    background: #b21808;
}

@media screen and (max-width: 768px) {
    .slick-dots
    {
        bottom: -3vw;
    }
    .slick-dots li button:before,
    .slick-dots li button,
    .slick-dots li {
        width: 14px;
        height: 14px;
        line-height: 14px;
    }

}



h2.marker {
  font-size: 46px;
  text-align: center;
  margin: 3.8vw 0 1.2vw;
}
h2.marker span {
  background: #b21808;
  color: #fff;
  padding: 5px 15px;
}
.markers {
  background:linear-gradient(transparent 60%, #fffb95 60%);
}

@media screen and (max-width: 768px) {
  h2.marker {
    text-align: center;
    font-size: 27px;
    margin: 14.8vw 0 6vw;
  }
  .about__bottom {
    padding: 40px 0;
  }
}

:root {
  --main-var: 7.8px;
}
@media screen and (max-width: 768px) {
  :root {
    --main-var: 1vw;
  }
}


.nami {
  background-image: url(../img/jirei/bg.jpg);
  background-color: #f1f1f1;
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  position: relative;
}
.nami:before,
.nami:after {
  content: "";
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: calc(22* var(--main-var) / 3.9);
}
.nami:before {
  background-image: url(../img/jirei/wave-bottom-sd.png);
}
.nami:after {
  background-image: url(../img/jirei/wave-bottom.png);
}
#sec07 .nami:before {
  background-image: url(../img/jirei/wave-bottom-wh.png);
}

.jirei .container {
  padding: 80px;
}
.jirei .flex {
  padding: 80px 0 0;
}
.jirei .flex.pt0 {
  padding-top: 0;
}
.jirei .flex .col {
  width: 32%;
}
.jirei h2 {
  margin-top: 0;
  padding-top: 3.8vw;
}

.youtube-iframe .col {
  aspect-ratio: 16 / 9;
}
.youtube-iframe .col iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .nami {
    background-image: url(../img/jirei/bg_sp.jpg);
  }
  .nami:before {
    background-image: url(../img/jirei/wave-bottom-sd_sp.png);
  }
  .nami:after {
    background-image: url(../img/jirei/wave-bottom_sp.png);
  }
  .jirei .container {
    padding: 60px 20px;
  }
  .jirei .flex {
    padding: 40px 0 0;
    gap: 60px;
  }
  .jirei .flex.pt0 {
    padding-top: 40px;
    gap: 40px;
  }
  .jirei .flex .col {
    width: 100%;
  }
  #sec07 .nami:before {
    background-image: url(../img/jirei/wave-bottom-wh_sp.png);
  }
}

.step {
  max-width: 60vw;
  margin: 6vw auto 2vw;
}

#sec07 .content__wrap2 {
  padding: 150px 0 80px;
}
@media screen and (max-width: 768px) {
  #sec07 .content__wrap2 {
    padding: 74px 0 60px;
  }
}

.footer__link {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  margin-bottom: 1em;
}
.footer__link a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 2.4vw;
  }
}

.icn_insta {
  max-width: 114px;
  margin: 0 auto 2.5vw;
}
@media screen and (max-width: 768px) {
  .icn_insta {
    max-width: 94px;
    margin: 0 auto 6vw;
  }
}

.youtube_mov {
  max-width: 800px;
  margin: 0 auto 5vw;
}
@media screen and (max-width: 768px) {
  .youtube_mov {
    margin: 0 auto 3vw;
  }
  .youtube_mov iframe {
    height: 220px;
  }
}

.brand {
}
.brand .inner {
  max-width: 1100px;
  margin: auto;
  padding: 100px 0;
}
.brand_bgcream {
  background: #f8eddc;
  padding: 0 54px;
  margin: 0 0 75px;
}
.brand_bgcream .brand_feature_img {
  margin-top: 155px;
  position: relative;
  top: -90px;
}
.brand_bgcream .tsukurikata_ttl {
  max-width: 350px;
  margin: 0 auto 60px;
}
.brand_bgcream .tsukurikata {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .brand_bgcream .tsukurikata_ttl {
    max-width: 210px;
    margin: 0 auto 30px;
  }
}
.brand_bgcream .flex {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.brand_bgcream .flex .col {
  width: 31%;
}
.txt-caution {
  text-align: right;
  font-size: 22px;
  padding: 10px 0 20px;
}
.brad_boxshadow {
  box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.13);
  padding: 110px 54px 30px;
  margin: 0 0 100px;
}
.video_operation {
  width: 100%;
  height: 602px;
  max-height: 602px;
  margin: 35px 0 70px;
  background: #000;
}

.kentou .txt-center {
  margin-bottom: 80px;
}
.kentou .senchaku {
  margin: 100px 0 0;
}

.ttl01 {
  max-width: 553px;
}
.ttl02 {
  max-width: 440px;
}
.ttl03 {
  max-width: 634px;
}
.ttl04 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.ttl04 span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .brand .inner {
    padding: 50px 20px;
  }
  .ttl01 {
    max-width: 240px;
  }
  .ttl02 {
    max-width: 240px;
  }
  .ttl03 {
    max-width: 270px;
  }

  .brand_bgcream {
      padding: 0 20px;
      margin: 0 0 50px;
  }
  .brand_bgcream .brand_feature_img {
      margin-top: 25px;
      padding: 20px 0 50px;
      top: 0;
  }
  .brand_bgcream .flex {
      justify-content: center;
  }
  .brand_bgcream .flex .col {
      width: 80%;
  }
  .brand_bgcream .flex .col:not(:last-of-type) {
      margin-bottom: 20px;
  }
  .txt-caution {
      font-size: 12px;
      padding: 10px 0 10px;
  }
  .brad_boxshadow {
      padding: 30px 20px 20px;
      margin: 0 0 50px;
  }
  .video_operation {
      height: 200px;
      margin: 25px 0 25px;
  }
  .kentou .txt-center {
      margin-bottom: 20px;
  }
  .kentou .senchaku {
      margin: 40px 0 0;
  }
}


.item-list {
  background-image: url(../img/jirei/bg.jpg);
  padding: 40px;
  margin: 40px 0 0;
}
.item-list dl {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: 0;
  display: flex;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
}
.item-list dl dt {
  padding: 0;
  margin: 0;
  margin-right: 20px;
  width: 30%;
  font-weight: 700;
}
.item-list dl dd {
  padding: 0;
  margin: 0;
}
.btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-list a {
  max-width: 30%;
}
@media screen and (max-width: 768px) {
  .item-list {
    padding: 20px;
  }
  .item-list dl {
    flex-wrap: wrap;
    font-size: 16px;
  }
  .item-list dl dt {
    margin-right: 0;
    width: 100%;
  }

  .btn-list {
    width: auto;
    margin: auto;
  }
  .btn-list a {
    max-width: 100%;
    font-size: 16px;
  }
}

.kv__inner4 {
  padding: 0 20px;
}
.kv__inner4 .flex {
  padding: 0;
}
.kv__inner4 .flex li {
  max-width: calc(100% / 5 - 10px);
  list-style: none;
}
.kv__inner4 .flex li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv__inner4 .flex {
    flex-wrap: wrap;
  }
  .kv__inner4 .flex li {
    max-width: 100%;
    margin-bottom: 16px;
  }
}

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