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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=number],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  font-weight: 400;
  font-style: normal;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

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

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

html {
  scroll-behavior: smooth;
  background-color: #FAFAFA;
}

.header {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5000;
  display: inline-block;
}
.header__block {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.header__whitelogo {
  display: block;
  width: 200px;
  margin: 0 auto 50px auto;
}
.header__left {
  width: 100%;
  height: auto;
  padding: 14px 10px 9px 10px;
}
.header__title {
  font-size: 11px;
  margin: 5px 0 0 0;
}

#overlay-button {
  position: fixed;
  top: 32px;
  right: 20px;
  padding: 25px 11px;
  z-index: 100000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#overlay-button span {
  height: 2px;
  width: 40px;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
}

#overlay-button span:before {
  top: -15px;
  visibility: visible;
  background: #000;
}

#overlay-button span:before {
  height: 2px;
  width: 40px;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background-color: #000;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0%;
  overflow: hidden;
}

input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(90deg) translate(15px, 1px);
          transform: rotate(90deg) translate(15px, 1px);
}

input[type=checkbox]:checked ~ #overlay-button span {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
          transform: rotate(-45deg) translate(8px, -7px);
}

#overlay {
  height: 100vh;
  width: 100%;
  z-index: 2000;
  visibility: hidden;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#7f6342), to(#5c3f28));
  background: linear-gradient(to right, #7f6342, #5c3f28);
}

#overlay ul {
  width: 40%;
  margin: -20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}

#overlay ul li {
  padding: 1em;
  border-bottom: 1px solid #fff;
  text-align: center;
}

#overlay ul li a {
  text-decoration: none;
  color: #fff;
}

#overlay ul li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fv {
  width: 100%;
}
.fv__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/fv-bg.jpg") center no-repeat;
  background-size: cover;
}
.fv__block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 300px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .fv__block {
    width: 260px;
    height: 260px;
  }
}
.fv__content {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.fv__title {
  color: #fff;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
.fv__logo {
  display: block;
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 190px;
  }
}

.concept {
  width: 100%;
}
.concept__inner {
  width: 100%;
  padding: 0px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .concept__inner {
    padding: 100px 0 100px 0;
  }
}
.concept__flex {
  width: 1024px;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .concept__flex {
    width: 92%;
    display: block;
  }
}
.concept__image {
  width: 566px;
}
@media screen and (max-width: 767px) {
  .concept__image {
    width: 100%;
  }
}
.concept__content {
  width: 458px;
}
@media screen and (max-width: 767px) {
  .concept__content {
    width: 100%;
  }
}
.concept__title {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .concept__title {
    margin: 20px 0 0 0;
  }
}
.concept__title::after {
  display: inline-block;
  content: "/ コンセプト";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 20px 12px;
}
.concept__subtitle span {
  position: relative;
  width: 540px;
  display: block;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  background-color: #FAFAFA;
  padding: 12px 0 12px 0;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .concept__subtitle span {
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.8;
    padding: 12px 12px 12px 12px;
  }
}
.concept__txt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .concept__txt {
    padding: 0 0 0 0;
  }
}

.message {
  width: 100%;
  height: auto;
}
.message__inner {
  position: relative;
  padding: 130px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding: 100px 0 100px 0;
  }
}
.message__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 276px;
  background-color: rgba(116, 99, 83, 0.3);
  z-index: -1;
}
.message__title {
  width: 100px;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto 0 auto;
}
.message__title::before {
  display: block;
  content: "ママからのメッセージ";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #9F7B59;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 0 0 -30px;
  text-align: left !important;
}
.message__title::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 138px;
  background-color: #000;
  margin: 25px 0 0 -10px;
}
@media screen and (max-width: 767px) {
  .message__title::after {
    height: 95px;
  }
}
.message__txt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .message__txt {
    padding: 0 14px;
  }
}
.message__gallery {
  width: 722px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .message__gallery {
    width: 92%;
    display: block;
  }
}
.message__left {
  width: 416px;
  height: 278px;
  background: url("../images/gallery01.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .message__left {
    width: 100%;
  }
}
.message__right {
  width: 296px;
}
@media screen and (max-width: 767px) {
  .message__right {
    width: 100%;
  }
}
.message__img01 {
  width: 100%;
  height: 134px;
  background: url("../images/gallery02.jpg") center no-repeat;
  background-size: cover;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .message__img01 {
    margin: 10px 0 10px 0;
  }
}
.message__img02 {
  width: 100%;
  height: 134px;
  background: url("../images/gallery03.jpg") center no-repeat;
  background-size: cover;
}

.floor {
  width: 100%;
}
.floor__inner {
  width: 100%;
  padding: 130px 0 70px 0;
}
@media screen and (max-width: 767px) {
  .floor__inner {
    padding: 100px 0 70px 0;
  }
}
.floor__title {
  width: 1024px;
  margin: 0 auto 0 auto;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .floor__title {
    width: 92%;
    display: block;
  }
}
.floor__title::after {
  display: inline-block;
  content: "/ フロア内装";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 20px 12px;
}
.floor__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 128px);
  margin: 0 auto 60px 0;
}
@media screen and (max-width: 767px) {
  .floor__flex {
    width: 92%;
    display: block;
    margin: 0 auto 40px 0;
  }
}
.floor__image {
  position: relative;
  width: 730px;
}
@media screen and (max-width: 767px) {
  .floor__image {
    width: 100%;
    display: block;
  }
}
.floor__name {
  position: absolute;
  display: block;
  width: 144px;
  text-align: center;
  top: 12px;
  right: 0;
  background-color: #fafafa;
  padding: 8px 0;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .floor__name {
    width: 120px;
    padding: 6px 0;
    top: 6px;
    font-size: 12px;
  }
}
.floor__vip {
  position: absolute;
  display: block;
  width: 144px;
  text-align: center;
  top: 12px;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#b0a96a), to(#c4c59d));
  background: linear-gradient(to left, #b0a96a, #c4c59d);
  padding: 8px 0;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .floor__vip {
    width: 120px;
    padding: 6px 0;
    top: 6px;
    font-size: 12px;
  }
}
.floor__img {
  width: 100%;
}
.floor__explain {
  width: 294px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .floor__explain {
    padding: 10px 0 0 10px;
  }
}
.floor__txt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.menu {
  width: 100%;
  height: auto;
  background-color: rgba(116, 99, 83, 0.2);
}
.menu__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 130px 0 130px 0;
  padding: 130px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    width: 92%;
    padding: 100px 0 100px 0;
  }
}
.menu__title {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.menu__title::after {
  display: inline-block;
  content: "/ セット料金";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 20px 12px;
}
.menu__title02 {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.menu__title02::after {
  display: inline-block;
  content: "/ その他メニュー";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 20px 12px;
}
.menu__margin {
  margin: 40px 0 0 0;
}
.menu__table {
  width: 100%;
  border: 0.8px solid #4f4f4f;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.menu__table th {
  width: 30%;
  border: 0.8px solid #4f4f4f;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 20px 15px 20px 15px;
}
.menu__table td {
  border: 0.8px solid #4f4f4f;
  text-align: left;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 15px;
  padding: 20px 15px 20px 15px;
}

.access {
  width: 100%;
}
.access__inner {
  position: relative;
  width: 100%;
  padding: 130px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .access__inner {
    padding: 100px 0 100px 0;
  }
}
.access__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 330px;
  background-color: rgba(116, 99, 83, 0.2);
  z-index: -1;
}
.access__title {
  width: 100px;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto 0 auto;
}
.access__title::before {
  display: block;
  content: "アクセス";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #9F7B59;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 0 0 -30px;
  text-align: left !important;
}
.access__title::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 138px;
  background-color: #000;
  margin: 25px 0 0 -10px;
}
@media screen and (max-width: 767px) {
  .access__title::after {
    height: 95px;
  }
}
.access__map {
  margin: 30px auto 0 auto;
  width: 1024px;
}
@media screen and (max-width: 767px) {
  .access__map {
    width: 92%;
  }
}
.access__map iframe {
  width: 100%;
  height: 348px;
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    height: 250px;
  }
}
.access__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 20px 0 0 0;
}
.access__address span {
  background-color: #746353;
  display: block;
  text-align: center;
  width: 160px;
  padding: 4px 0;
  margin: 0 20px 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.recruit {
  width: 100%;
  height: auto;
}
.recruit__inner {
  width: 100%;
  padding: 130px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .recruit__inner {
    padding: 100px 0 100px 0;
  }
}
.recruit__banner {
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #746353;
}
@media screen and (max-width: 767px) {
  .recruit__banner {
    width: 92%;
    display: block;
  }
}
.recruit__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit__image {
    width: 100%;
  }
}
.recruit__info {
  width: 50%;
  padding: 0 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .recruit__info {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.recruit__img {
  width: 100%;
}
.recruit__txt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit__txt {
    font-size: 17px;
  }
}
.recruit__btn {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  margin: 45px 0 0 0;
}

.footer {
  background-color: #3A291A;
}
.footer__inner {
  padding: 66px 0 50px 0;
}
.footer__logo {
  display: block;
  width: 220px;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 160px;
  }
}
.footer__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    width: 92%;
    margin: 25px auto 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__list a {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 0 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__list a {
    margin: 0 20px 8px 20px;
  }
}
.footer__list a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__insta {
  width: 18px;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0 0 0;
}
.footer__item {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 0 16px 0 0;
}
.footer__copyright {
  background-color: #8E7965;
  padding: 8px 0;
}
.footer__copyright p {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

.fix-body {
  position: relative;
}

.fix-item {
  position: sticky;
  top: 15px;
  left: 15px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .fix-item {
    display: none;
  }
}

/* 黒背景 */
.splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  pointer-events: none;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .splide {
    padding: 10px 0;
  }
}

.splide__slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .splide__slide > img {
    height: 200px;
  }
}

/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.dot-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e6b980), to(#eacda3));
  background-image: linear-gradient(to top, #e6b980 0%, #eacda3 100%);
  z-index: 100;
  display: -ms-grid;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.dot-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

/* ドット */
.dot-wrap > span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

.dot-wrap > span + span {
  margin-left: 0;
}