@charset "utf-8";


main {
  margin: 260px auto 0px;
  width: min(1500px, 90%);
}

.pagetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pagetitle h1 {
  font-size: 28px;
  border-bottom: 2px solid #000;
  width: fit-content;
  line-height: 1;
  letter-spacing: 0;
}

.pagetitle span {
  font-size: 14px;
  font-family: inter;
  letter-spacing: 0.2;
  line-height: 1;
}

h2 {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  letter-spacing: 0;
}

.body {
  margin: 20px auto 250px;
}

.option {
  margin: 20px auto 150px;
}

.bodymenu,
.optionmenu {
  display: flex;
  width: 100%;
  position: relative;
}

.optionmenu {
  margin-top: 30px;
}

.bodymenu div,
.optionmenu div {
  flex: 1;
}

.bodymenu img {
  width: 95%;
  display: block;
  margin: 0 auto;
}

.optionmenu img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.bodymenu p {
  font-size: 16px;
  line-height: 2;
  padding: 30px 30px;
  letter-spacing: 0.1em;
}

.optionmenu p {
  font-size: 16px;
  line-height: 2;
  padding: 10px 40px;
}

.optionmenu div p:nth-of-type(1) {
  font-size: 20px;
}

.bodymenu-price {
  width: 625px;
  height: auto;
  background-color: #fff;
  border: 1px #000 solid;
  text-align: center;
  margin: 100px auto 140px;
  box-shadow: 12px 12px #E9E4DE;
  padding-bottom: 50px;
  position: relative;
}

.option-price {
  width: 625px;
  height: 350px;
  background-color: #fff;
  border: 1px #000 solid;
  text-align: center;
  margin: 100px auto 200px;
  box-shadow: 12px 12px #E9E4DE;
}

.bodymenu-price div,
.option-price div,
.payment span {
  border-bottom: #000 1.5px solid;
  margin: 40px 75px 20px;
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
  font-family: sans-serif;
}

.bodymenu-price {
  position: relative;
}

.payment span {
  display: block;
  margin-bottom: 30px;
}

.optionmenu img {
  width: 360px;
  text-align: center;
}

.payment {
  width: 680px;
  margin: 200px auto 250px;
}

.payment p {
  font-size: 16px;
  text-align: center;
}

.payment-box {
  width: 450px;
  height: 425px;
  border: 25px #E9E4DE solid;
  text-align: center;
  margin: 30px auto 150px;
}

.menutitle {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-align: center;
  margin-top: 20px;
}

.scrollbar_05 {
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
  top: 380px;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 1px;
  height: 140px;
  background: #000;
  animation: liner 4s cubic-bezier(1, 0, 0, 1) infinite;
}

.bodymenu-price div:nth-of-type(2),
.option-price div:nth-of-type(2) {
  border-bottom: none;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.bodymenu-price span,
.option-price span {
  display: block;
  font-size: 15px;
  text-align: left;
  line-height: 0;
  margin: 30px 0 0 30px;
}

.body-logo {
  width: 700px;
  position: absolute;
  top: 730px;
  left: 390px;
}

.option-logo {
  position: absolute;
  top: 600px;
  left: 390px;
  width: 700px;
}

.option-logo img,
.body-logo img {
  width: 100%;
}

.ellipse1 {
  position: absolute;
  top: 450px;
  left: 100px;
  width: 200px;
  z-index: -1;
}

.ellipse2 {
  position: absolute;
  top: 300px;
  right: 100px;
  width: 100px;
  z-index: -1;
}

.wrapper {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}

.ellipse1,
.ellipse2,
.insta-fixed1 {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(10%);
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

.option-price span {
  margin: 40px 0 0 100px;
}

.insta-fixed-inner {
  width: 100%;
  border: 7px solid #fff;
}

.insta-fixed1 {
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1.5;
  font-size: 14px;
  font-family: sans-serif;
  text-align: center;
  background-color: #E9E4DE;
  border-radius: 15px;
  background-color: #fff;
  color: #333;
  position: relative;
  padding: 1.5em;
  border: 2px solid #E9E4DE;
}

.insta-fixed1::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #E9E4DE;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}

/* ::afterで吹き出しを追加し重ねる */
.insta-fixed1::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -10px;
  margin-top: -3px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.insta-fixed2 {
  width: fit-content;
  height: 600px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border: 10px solid #E9E4DE;
}


@media screen and (max-width: 800px) {

  body {
    overflow: hidden;
  }

  main {
    margin: 100px auto;
  }

  .pagetitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
  }

  .pagetitle h1 {
    font-size: 22px;
    border-bottom: 2px solid #000;
    width: fit-content;
    line-height: 1;
    letter-spacing: 0;
  }

  .pagetitle span {
    font-size: 14px;
    font-family: inter;
    letter-spacing: 0.2;
    line-height: 1;
  }

  .body {
    margin: 10px auto 300px;
  }

  .option {
    margin: 10px auto 80px;
  }

  .bodymenu,
  .optionmenu {
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }

  .bodymenu div,
  .optionmenu div {
    margin-bottom: 80px;
  }

  .bodymenu p {
    font-size: 16px;
    line-height: 2;
    padding: 30px 15px;
  }

  .nashi {
    display: none;
  }

  .optionmenu {
    margin-top: 45px;
  }

  .optionmenu p {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 40px;
  }

  .optionmenu div p:nth-of-type(1) {
    font-size: 16px;
  }

  .bodymenu-price {
    width: 90%;
    height: auto;
    border: 1px #000 solid;
    text-align: center;
    margin: 50px auto 140px;
    font-size: 18px;
    box-shadow: 6px 6px #E9E4DE;
  }

  .scrollbar_05 {
    left: 25%;
  }

  .option-price {
    width: 90%;
    font-size: 17px;
    height: auto;
    border: 1px #000 solid;
    text-align: center;
    margin: 50px auto;
    padding-bottom: 40px;
    box-shadow: 12px 12px #E9E4DE;
  }

  .bodymenu-price div,
  .option-price div {
    border-bottom: #000 1.5px solid;
    margin: 40px 75px 20px;
    padding: 0 0 5px 0;
    font-size: 14px;
    text-align: center;
    font-family: sans-serif;
  }

  .payment span {
    display: block;
    width: 95%;
    margin: 0 auto 30px;
    border-bottom: #000 1.5px solid;
    padding: 0 20px;
  }

  .optionmenu img {
    width: 290px;
    text-align: center;
  }

  .payment {
    width: 100%;
    margin: 0 auto 260px;
  }

  .payment p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }

  .payment-box {
    width: 95%;
    height: auto;
    border: 20px, #E9E4DE, solid;
  }

  .option .menutitle {
    font-size: 18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-align: center;
    margin-top: 20px;
  }

  .menu-arrow {
    width: 15px;
    height: 100px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: skewY(-50deg);
    margin: 20px auto 0;
  }

  .bodymenu-price span,
  .option-price span {
    display: inline-block;
    font-size: 15px;
    text-align: left;
    line-height: 1.2;
    margin: 10px 0 0 30px;
  }

  .bodymenu-price span:nth-of-type(1) {
    margin-top: 25px;
  }

  .body-logo {
    width: 95%;
    margin-bottom: 0;
    top: 97%;
    left: 10px;
  }

  .option-logo {
    position: absolute;
    top: 97%;
    left: 10px;
    width: 95%;
  }

  .option-logo img,
  .body-logo img {
    width: 100%;
  }

  .ellipse1 {
    position: absolute;
    top: 230px;
    left: 30px;
    width: 190px;
    z-index: -1;
  }

  .ellipse2 {
    position: absolute;
    top: 1000px;
    right: 50px;
    width: 100px;
    z-index: -1;
  }

  .insta-fixed2 {
    display: block;
    height: 500px;
    width: 95%;
    margin: 0 auto 150px;
    /* overflow: hidden; */
    border: 10px solid #E9E4DE;
  }

  .insta-fixed-inner {
    margin: 0 auto;
  }

}