@charset "utf-8";
body {
  font-family: var(--font-gothic);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: #333;
  width: 100%;
  height: 100%;
  word-break: break-all;
  overflow-x: hidden;
}

main {
    display: block;
}

:root {
  --font-default: "Hiragino Kaku Gothic Pro", "meiryo", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --font-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-gothic: "Noto Sans JP";
  --font-size: clamp(10px, 3.4vw, 24px);
  --font-size: clamp(16px, 4.2vw, 32px);
  --line-height: 1.6;
}

:root {
  --gold: #d7a750;
  --light-gold: #efd93f;
  --blue: #0747ff;
  --beige: #f6f4f2;
  --orange: #fc6f57;
  --red: #ff0000;
  --winered: #c62837;
  --yellow: #fcff00;
  --black: #000;
  --white: #fff;
}

.img-wrap {
  position: relative;
  overflow-x: hidden;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media screen and (max-width: 576px) {
img {
margin: 0 calc(15% - 50vw) !important;
  width: 170vw !important;
  max-width: 170vw;
  object-fit: cover;
}
}

@media screen and (max-width: 768px) {
img {
margin: 0 calc(15% - 50vw) !important;
  width: 170vw !important;
      max-width: 170vw;
  object-fit: cover;
}
}

@media screen and (max-width: 986px) {
img {
margin: 0 calc(15% - 50vw) !important;
  width: 170vw !important;
      max-width: 170vw;
  object-fit: cover;
}
}

@media screen and (min-width: 992px) {
img {
margin: 0 calc(50% - 50vw) !important;
  width: 100vw !important;
      max-width: 140vw;
  object-fit: cover;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 986px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 130%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}

@media screen and (max-width: 768px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 178%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}

a img {
  transition: 0.3s;
}

a:hover img {
  filter: brightness(1.2);
}

p {
  margin-bottom: 4.2vw;
  margin-top: 4.2vw;
}

@media (min-width: 992px) {
  p {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

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

.btn-wrap {
  width: 100%;
  text-align: center;
  position: relative;
}

.btn {
  position: relative;
  transition: 0.3s;
  border: 0;
  padding: 0;
}

.btn:focus {
  box-shadow: none;
}

.btn.disabled {
  pointer-events: none;
  filter: grayscale(1);
  animation: none;
}

@media (min-width: 992px)
.d-form {
    width: calc(100vw * (935 / 1920));
}

.d-form01 {
    top: 70%;
}

.d-form {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * (935 / 1100));
    max-width: 680px;
}

.d-form-input {
  font-size: clamp(16px, 4.2vw, 32px);
  text-align: center;
  padding: 1em 1em;
  margin-bottom: 4%;
  border-radius: 0.8em;
}

@media (min-width: 992px) {
  #page-top {
    right: 25px;
    bottom: 25px;
    font-size: 1em;
  }
}

.form-control::placeholder {
  color: #c1ced9;
}

.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section {
  overflow: hidden;
  position: relative;
}

.section__header {
  position: relative;
}

.section__heading {
  margin-bottom: 0;
}

input[type="text"], textarea {
    background: #f8f8f8;
    display: block;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0;
    height: 4rem;
    margin: 15px 0 30px 0;
    border: solid 5px #09a765;
    text-align: center;
}

.d-footer {
  padding: 25px 15px;
  font-size: 2vw;
  text-align: center;
  background: #0d364c;
  color: #fff;
}

.d-footer-menu {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.d-footer-menu a {
  color: inherit;
  text-decoration: none;
  padding: 0.2em 1em;
  transition: 0.2s;
  display: block;
  position: relative;
}

.d-footer-menu a:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
}

.d-footer-menu a:hover {
  color: var(--bs-dark);
  background-color: var(--bs-white);
}

@media (min-width: 992px) {
  .d-footer {
    padding-bottom: 25px;
    font-size: 16px;
    margin: 0 auto;
  }

  .c-footer-menu {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px)  {
  .d-footer {
    padding-bottom: 25px;
    font-size: 12px;
    margin: 0 auto;
  }

  .c-footer-menu {
    margin-bottom: 0;
  }
}

