html {
  line-height: 1;
  scroll-behavior: smooth;
}

a {
  font-family: 'Noto Serif JP', serif;
}

h1 {
  font-family: 'Noto Serif JP', serif;
}

p {
  font-family: 'Noto Serif JP', serif;
}

.s-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.m-wrapper {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-wrapper {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mainvisual {
  background-image: url(../images/background.JPG);
  position: relative;
  min-height: 100vh;
  background-size: cover;
  max-width: 100%;
}

.mainvisual__header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #BF778E;
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 100vw;
  z-index: 2000;
}

.mainvisual__header-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual__header-logo img {
  width: 120px;
}

.mainvisual__header-bar {
  display: flex;
  list-style: none;
}

.mainvisual__header-bar a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  margin-left: 20px;
}

.mainvisual__header-bar a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  padding-bottom: 7px;
  transition: 0.3s;
}

.mainvisual__underbar {
  background-color: #BF778E;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.mainvisual__whitecover {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual__whitecover-title {
  background-size: cover;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  width: 90vw;
  height: 100vh;
}

.mainvisual__whitecover-title h1 {
  font-family: 'Noto Serif JP', serif;
  height: 120px;
  text-align: center;
  position: absolute;
  top: 300px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 5vw;
  font-weight: 400;
  color: #BF778E;
  opacity: 1.0;
}

.mainvisual__whitecover-title h2 {
  font-family: 'Noto Serif JP', serif;
  height: 120px;
  text-align: center;
  position: absolute;
  top: 410px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.7vw;
  font-weight: 400;
  color: #BF778E;
  opacity: 1.0;
}

.mainvisual__whitecover-title h3 {
  font-family: 'Noto Serif JP', serif;
  height: 120px;
  text-align: center;
  position: absolute;
  top: 470px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.5vw;
  font-weight: 530;
  color: #BF778E;
  opacity: 1.0;
}

.order {
  padding: 0 15vw 100px;
}

.order__mobile {
  display: none;
}

.order__type {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.order__type-image {
  width: 30vw;
}

.order__type-image img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
}

.order__wedding-message-title {
  padding-top: 100px;
  font-size: 2vw;
  color: #BF778E;
}

.order__message {
  display: block;
  width: 30vw;
}

.order__message-title {
  padding-top: 100px;
  font-size: 2vw;
  color: #BF778E;
}

.order__message-detail {
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-size: 1vw;
  color: #C08A9B;
  padding-top: 24px;
}

.Form__button {
  padding-top: 128px;
}

.Form__button a {
  display: inline-block;
  text-decoration: none;
  width: 180px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding-left: 15%;
  color: #C08A9B;
  border: 1px solid #C08A9B;
  align-items: center;
  float: right;
}

.Form__button a:hover {
  background-color: #C08A9B;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: 0.3s;
}

.Form__button img {
  padding-left: 50px;
}

.Form__button-sending {
  padding-top: 128px;
  text-align: center;
}

.Form__button-sending a {
  display: inline-block;
  text-decoration: none;
  width: 250px;
  height: 70px;
  line-height: 70px;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding-left: 20px;
  color: #C08A9B;
  border: 1px solid #C08A9B;
  align-items: center;
}

.Form__button-sending a:hover {
  background-color: #C08A9B;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: 0.3s;
}

.Form__button-sending img {
  padding-left: 30px;
}

#global-nav {
  background: #BF778E;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#global-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0;
  transition: color .6s ease;
}

#global-nav a:hover {
  color: #808080;
}

#global-nav ul {
  list-style: none;
  font-size: 20px;
}

#global-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
  font-weight: 300;
}

#global-nav ul li:nth-child(2) {
  transition-delay: .15s;
}

#global-nav ul li:nth-child(3) {
  transition-delay: .3s;
}

#global-nav ul li:nth-child(4) {
  transition-delay: .45s;
}

#global-nav ul li:nth-child(5) {
  transition-delay: .60s;
}

.open {
  overflow: hidden;
}

.open #global-nav {
  visibility: visible;
  opacity: 1;
}

.open #global-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
  margin: 30px;
}

#nav-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8000;
}

@media (min-width: 1025px) {
  #nav-toggle {
    display: none;
  }
}

#nav-toggle > div {
  position: relative;
  width: 30px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 19px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 11px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

.About {
  padding-top: 150px;
  display: block;
  padding-bottom: 250px;
}

.About__mobile-title {
  display: none;
}

.About__ocher {
  position: relative;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #BFB69D;
  color: #ffffff;
  height: 40vh;
}

.About__ocher-title {
  position: absolute;
  width: 30vw;
  height: 5vh;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.About__ocher p {
  font-size: 3vw;
}

.About__white {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  height: 60vh;
  position: relative;
}

.About__white-title {
  font-size: 50px;
  color: #BF778E;
}

.About__white-detail {
  color: #BF778E;
  display: flex;
  line-height: 4em;
  position: absolute;
  width: 30vw;
  height: 30vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.About__white-detail-address {
  padding-bottom: 3.8em;
}

.About__white-detail-tell {
  padding-top: 4em;
}

.About__white-detail-a {
  display: block;
  color: #C08A9B;
  font-size: 1.5vw;
  padding-right: 20px;
}

.About__white-detail-a-address {
  padding-right: 20px;
}

.About__white-detail-b {
  position: relative;
  display: block;
  color: #C08A9B;
  font-size: 1.5vw;
  padding-left: 20px;
}

.About__white-detail-b-address {
  height: 60px;
}

.About__white-detail-b::before {
  content: '';
  background-color: #BFB69D;
  height: 350px;
  width: 1px;
  position: absolute;
  left: -0.2em;
}

.acd-check {
  display: none;
}

.acd-label {
  color: #C08A9B;
  border-bottom: solid;
  border-color: #C08A9B;
  border-width: 1px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1px;
}

.acd-content {
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 20px;
  opacity: 1;
  visibility: visible;
}

.contact {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact__frame {
  border: solid 0.6vw #C08A9B;
  outline: solid 1.9vw #C08A9B;
  outline-offset: 1.2vw;
  margin: 2px;
}

.contact__title {
  padding-top: 65px;
  color: #C08A9B;
  font-size: 2vw;
  text-align: center;
}

.contact__template {
  display: block;
}

.contact__template-title {
  padding-top: 60px;
  padding-left: 63px;
  display: flex;
  align-items: center;
}

.contact__template-title-jp {
  font-size: 14px;
}

.contact__template-title-RS {
  font-size: 12px;
  padding-left: 12px;
  color: #D4004E;
}

.contact__template-title-frame {
  padding-top: 44px;
}

.contact__template-title-required {
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  background-color: #ffffff;
  font-size: 14px;
}

.contact__template-title-required-tel {
  margin-top: 26px;
  width: 230px;
  background-color: #ffffff;
  font-size: 14px;
  width: 31.5%;
}

.contact {
  text-align: left;
}

.contact__title-jp {
  padding-top: 135px;
  font-size: 2vw;
  color: #C08A9B;
  text-align: center;
}

.contact__message {
  padding-top: 95px;
  font-size: 1.5vw;
  color: #C08A9B;
  letter-spacing: normal;
}

.contact__detail {
  padding-top: 50px;
  font-size: 1vw;
  letter-spacing: normal;
  padding-bottom: 40px;
  line-height: 2em;
  color: #C08A9B;
}

.contact__tel {
  display: inline-block;
  text-decoration: none;
  width: 18vw;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  font-size: 1vw;
  color: #C08A9B;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #707070;
  text-align: center;
}

.contact__form {
  display: block;
  background-color: #ffffff;
}

.contact__form-required {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  background-color: #ffffff;
  font-size: 1vw;
  color: #C08A9B;
}

.contact__form-required-tel {
  margin-top: 26px;
  background-color: #ffffff;
  font-size: 1vw;
  color: #C08A9B;
}

.contact__form-tel {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.contact__form-tel p {
  font-size: 3vw;
  color: #C08A9B;
}

.contact__form-checkbox {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.contact__form-checkbox-detail {
  display: block;
  font-size: 1vw;
  color: #C08A9B;
  padding-top: 23px;
  position: relative;
}

.contact__form-checkbox-detail p {
  margin-left: 1em;
}

.contact__form-checkbox input[type="checkbox"] {
  display: none;
}

.contact__form-checkbox input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.contact__form-checkbox input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid #C08A9B;
}

.contact__form-checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #BFB69D;
}

.contact__form-title {
  padding-top: 60px;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.contact__form-title-jp {
  font-size: 1vw;
  color: #C08A9B;
}

.contact__form-title-RS {
  font-size: 12px;
  padding-left: 12px;
  color: #C08A9B;
}

.contact__form-title-frame {
  padding-top: 44px;
}

.contact__form-message {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #C08A9B;
  margin-top: 27px;
  padding-bottom: 85px;
}

input::placeholder {
  letter-spacing: normal;
  color: #BFB69D;
}

input[type="text"] {
  width: 60vw;
  border: 1px solid #C08A9B;
  padding-left: 32px;
  padding-top: 26px;
  padding-bottom: 26px;
}

input[type="email"] {
  width: 60vw;
  padding-left: 32px;
  border: 1px solid #C08A9B;
  padding-top: 26px;
  padding-bottom: 26px;
}

input[type="tel"] {
  width: 60vw;
  padding-left: 32px;
  border: 1px solid #C08A9B;
  padding-top: 26px;
  padding-bottom: 26px;
}

textarea[name="message"] {
  background-color: #ffffff;
  width: 60vw;
  border: 1px solid #C08A9B;
  height: 225px;
  padding-top: 26px;
  padding-left: 32px;
}

textarea::placeholder {
  color: #BFB69D;
  font-size: 1vw;
}

.footer {
  margin: 0 auto;
  background-color: #BFB69D;
  height: 370px;
  width: 100vw;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.footer__logo img {
  width: 15vw;
  padding-left: 20px;
}

.footer__block {
  text-align: center;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.copyRight {
  font-size: 0.5vw;
  color: #ffffff;
  padding-right: 20px;
}

@media (max-width: 425px) {
  .copyRight {
    font-size: 3vw;
  }
}

@media (max-width: 1024px) {
  .mainvisual {
    background-image: url(../images/background-m.jpg);
    position: relative;
    min-height: 100vh;
    background-size: cover;
    max-width: 100%;
  }
  .mainvisual__header-bar {
    display: none;
  }
  .mainvisual__underbar {
    display: none;
  }
  .mainvisual__whitecover-title h1 {
    top: 350px;
    font-size: 6vw;
  }
  .mainvisual__whitecover-title h2 {
    top: 430px;
    font-size: 3vw;
  }
  .mainvisual__whitecover-title h3 {
    top: 470px;
    font-size: 2vw;
  }
  .order__wedding-message-title {
    padding-top: 0;
    font-size: 3.5vw;
  }
  .order__message-title {
    padding-top: 0;
    font-size: 4vw;
  }
  .order__message-detail {
    font-size: 1.8vw;
  }
  .About {
    display: block;
    position: relative;
  }
  .About__ocher {
    display: none;
  }
  .About__mobile {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .About__mobile-title {
    text-align: center;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #BFB69D;
    height: 20vh;
    position: relative;
  }
  .About__mobile-title p {
    font-size: 4vw;
    height: 2.5vh;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .About__white {
    padding-top: 30px;
    width: 60vw;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .About__white-detail {
    padding-top: 50px;
    line-height: 4em;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .About__white-detail p {
    font-size: 3.5vw;
  }
  .About__white-detail-b-address {
    padding-bottom: 3.5em;
    font-size: 3.5vw;
  }
  .About__white-detail-a {
    padding-left: 0;
  }
  .About__white-detail-tell {
    padding-top: 2em;
  }
  .Form__button {
    padding-top: 70px;
  }
  .contact {
    padding-top: 100px;
  }
}

@media (max-width: 425px) {
  .mainvisual {
    min-height: 70vh;
  }
  .mainvisual__header-logo img {
    width: 90px;
  }
  .mainvisual__whitecover-title {
    height: 70vh;
  }
  .mainvisual__whitecover-title h1 {
    top: 210px;
    font-size: 8.5vw;
  }
  .mainvisual__whitecover-title h2 {
    top: 260px;
    font-size: 4.5vw;
  }
  .mainvisual__whitecover-title h3 {
    top: 310px;
    font-size: 3vw;
  }
  .order {
    display: none;
  }
  .order__mobile {
    display: block;
    padding-bottom: 50px;
  }
  .order__mobile-type {
    padding-top: 50px;
    display: block;
    text-align: center;
    padding-bottom: 50px;
  }
  .order__mobile-type-title p {
    font-size: 8vw;
    color: #BF778E;
  }
  .order__mobile-type-image {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    width: 80vw;
  }
  .order__mobile-type-image img {
    width: 100%;
    height: 80vw;
    object-fit: cover;
  }
  .order__mobile-message {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .order__mobile-message-detail {
    text-align: left;
    padding-top: 20px;
    font-size: 4vw;
    color: #C08A9B;
    line-height: 1.5em;
  }
  .Form__button {
    padding-top: 40px;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .Form__button a {
    float: none;
  }
  .Form__button-sending {
    padding-top: 50px;
  }
  .Form__button-sending a {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
  .About {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .About__mobile-title p {
    font-size: 6vw;
  }
  .About__white {
    width: 90vw;
  }
  .About__white-detail {
    line-height: 2em;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .About__white-detail p {
    font-size: 3.5vw;
  }
  .About__white-detail-b-address {
    padding-bottom: 3em;
    font-size: 3.5vw;
  }
  .About__white-detail-b::before {
    height: 180px;
  }
  .About__white-detail-a {
    font-size: 3.5vw;
    padding-left: 0;
  }
  .About__white-detail-tell {
    padding-top: 1em;
  }
  .contact {
    padding-top: 0px;
    padding-bottom: 70px;
    width: calc(100% - 40px);
  }
  .contact__title {
    padding-top: 30px;
    font-size: 6vw;
  }
  .contact__form-title {
    padding-top: 30px;
  }
  .contact__form-title-jp {
    font-size: 3.75vw;
    white-space: nowrap;
  }
  .contact__form-message {
    padding-bottom: 30px;
  }
  .contact__form-tel p {
    padding-top: 20px;
  }
  input {
    font-size: 3.75vw;
  }
  textarea {
    font-size: 3.75vw;
  }
  label {
    font-size: 3.75vw;
  }
  input[type="text"] {
    width: 60vw;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  input[type="email"] {
    width: 60vw;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  input[type="tel"] {
    width: 60vw;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  textarea[name="message"] {
    width: 60vw;
    height: 100px;
    padding: 1em;
  }
  .footer {
    height: 200px;
  }
  .footer__logo img {
    width: 30vw;
  }
}
