@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  background: transparent;
}

html, body {
  overflow-x: hidden;
  font-size: 62.5%;
  text-align: center;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

img {
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html, body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Droid Sans", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  color: #673a1b;
  font-weight: 500;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}

p {
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 4.1666666667vw;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

.kv {
  padding-top: 35px;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .kv {
    margin-bottom: 10.4166666667vw;
    padding-top: 15px;
  }
}

.kv:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d04d), color-stop(30%), to(#fff));
  background: linear-gradient(#d0d04d, 30%, #fff);
  height: 30vw;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .kv:before {
    height: 80vw;
  }
}

.kv:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#d0d04d), color-stop(70%), to(#fff));
  background: linear-gradient(to top, #d0d04d, 70%, #fff);
  height: 13vw;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .kv:after {
    height: 25vw;
  }
}

.kv .oubo_circle_btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-filter: drop-shadow(0px 12px 0px #4c2b14);
          filter: drop-shadow(0px 12px 0px #4c2b14);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1680px) {
  .kv .oubo_circle_btn {
    width: 8.45vw;
  }
}

@media screen and (max-width: 768px) {
  .kv .oubo_circle_btn {
    width: 18.93vw;
    right: -0.5vw;
    bottom: 16vw;
    -webkit-filter: drop-shadow(0px 1.5vw 0px rgba(54, 55, 54, 0.5));
            filter: drop-shadow(0px 1.5vw 0px rgba(54, 55, 54, 0.5));
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.kv .oubo_circle_btn.fixed {
  position: fixed;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .kv .oubo_circle_btn.fixed {
    right: -0.5vw;
    bottom: 3vw;
  }
}

.kv header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kv header {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 5.2083333333vw;
  }
}

.kv header img:nth-of-type(1) {
  width: 12.916667vw;
}

.kv header img:nth-of-type(3) {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .kv header img:nth-of-type(3) {
    position: static;
  }
}

@media screen and (max-width: 1680px) {
  .kv header img:nth-of-type(2) {
    width: 11.13vw;
  }
  .kv header img:nth-of-type(3) {
    width: 34.10vw;
  }
}

@media screen and (max-width: 768px) {
  .kv header img:nth-of-type(1) {
    width: 39.2vw;
  }
  .kv header img:nth-of-type(2) {
    width: 24.933333333vw;
  }
  .kv header img:nth-of-type(3) {
    width: 58.13vw;
    margin-top: 5.2083333333vw;
  }
}

@media screen and (max-width: 768px) {
  .kv .kv_content {
    margin-top: 2.6041666667vw;
  }
}

.kv .kv_content img {
  width: 100%;
}

h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0px 0px 1px #673a1b;
}

@media screen and (max-width: 768px) {
  h2 {
    padding-bottom: 3.90625vw;
    margin-bottom: 7.8125vw;
    font-size: 6.5104166667vw;
  }
}

h2:after {
  content: '';
  width: 150px;
  border-bottom: 2px solid #673a1b;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  h2:after {
    width: 19.53125vw;
    border-bottom: 0.5208333333vw solid #673a1b;
  }
}

.content .inner {
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .content .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .content .inner {
    padding: 0 6.5104166667vw;
  }
}

.content .inner .big {
  font-size: 36px;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .content .inner .big {
    font-size: 5.7291666667vw;
  }
}

.content .inner .close {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  color: #ff0000;
  border: 2px solid #ff0000;
  padding: 15px 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .content .inner .close {
    display: block;
    padding: 1.953125vw 3.2552083333vw;
  }
}

.content .inner .gift {
  background: #df610f;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  max-width: 800px;
  height: 80px;
  margin: 40px auto 80px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .content .inner .gift {
    width: 78.125vw;
    height: 17.578125vw;
    margin: 5.2083333333vw auto 7.8125vw;
    border-radius: 2.6041666667vw;
    padding-left: 2.6041666667vw;
  }
}

.content .inner .block {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .content .inner .block {
    margin-bottom: 7.8125vw;
  }
}

.content .inner .block .ttl {
  background: #673a1b;
  color: #fff;
  max-width: 950px;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .content .inner .block .ttl {
    width: 100%;
    height: 9.1145833333vw;
    line-height: 9.1145833333vw;
    margin-bottom: 7.8125vw;
  }
}

.content .inner .block .block_content p:nth-of-type(1) {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 1px #673a1b;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content .inner .block .block_content p:nth-of-type(1) {
    font-size: 5.9895833333vw;
    margin-bottom: 5.2083333333vw;
  }
}

.content .inner .block .block_content p:nth-of-type(2) {
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .content .inner .block .block_content p:nth-of-type(2) {
    margin-bottom: 5.2083333333vw;
    font-size: 4.6875vw;
  }
}

.content .inner .block .block_content p:nth-of-type(3) {
  font-size: 16px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .content .inner .block .block_content p:nth-of-type(3) {
    font-size: 3.125vw;
  }
}

.content .inner .block .block_content .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.content .inner .block .block_content .schedule {
  display: inline-block;
}

.content .inner .block .block_content .schedule p {
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  line-height: 1.9;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .content .inner .block .block_content .schedule p {
    font-size: 4.1666666667vw;
    line-height: 1.6;
  }
}

.content .inner .inquiry {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .content .inner .inquiry {
    margin-bottom: 10.4166666667vw;
  }
}

.content .inner .inquiry p:nth-of-type(1) {
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content .inner .inquiry p:nth-of-type(1) {
    margin-bottom: 5.2083333333vw;
  }
}

.content .inner .inquiry p:nth-of-type(2) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content .inner .inquiry p:nth-of-type(2) {
    margin-bottom: 5.2083333333vw;
  }
}

.content .inner .inquiry p:nth-of-type(3) {
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .content .inner .inquiry p:nth-of-type(3) {
    font-size: 3.125vw;
    line-height: 1.9;
  }
}

.content .inner .inquiry p:nth-of-type(3) span {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.content .inner .oubo_btn {
  display: block;
  width: 450px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  border-radius: 50px;
  background: #df610f;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
  -webkit-filter: drop-shadow(0px 12px 1px rgba(54, 55, 54, 0.4));
          filter: drop-shadow(0px 12px 1px rgba(54, 55, 54, 0.4));
}

@media screen and (max-width: 768px) {
  .content .inner .oubo_btn {
    width: 85%;
    height: 16.9270833333vw;
    line-height: 16.9270833333vw;
    border-radius: 8.4635416667vw;
    font-size: 5.2083333333vw;
    -webkit-filter: drop-shadow(0px 1.5625vw 0.2604166667vw rgba(54, 55, 54, 0.4));
            filter: drop-shadow(0px 1.5625vw 0.2604166667vw rgba(54, 55, 54, 0.4));
  }
}

.content .inner .oubo_btn:after {
  display: block;
  content: "";
  position: absolute;
  right: 40px;
  top: 35px;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .content .inner .oubo_btn:after {
    top: 6.5104166667vw;
    right: 6.5104166667vw;
    border-width: 2.34375vw 0 2.34375vw 4.1666666667vw;
  }
}

.bk {
  background: #df610f;
  padding: 80px 0;
  color: #fff;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .bk {
    padding: 10.4166666667vw 0;
    margin-bottom: 10.4166666667vw;
  }
}

.bk .inner h2:after {
  border-bottom: 2px solid #fff;
}

.bk .inner .block:last-child {
  margin-bottom: 0;
}

.bk .inner .block .ttl {
  background: #d0d04d;
  color: #673a1b;
}

.bk .inner .block .block_content p:nth-of-type(1) {
  font-size: 20px;
  line-height: 2;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .bk .inner .block .block_content p:nth-of-type(1) {
    font-size: 4.1666666667vw;
  }
}

.bk .inner .block .block_content p span {
  font-size: 16px;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .bk .inner .block .block_content p span {
    font-size: 3.125vw;
  }
}

.bk .inner .block .block_content p.deadline {
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .bk .inner .block .block_content p.deadline {
    font-size: 5.9895833333vw;
    line-height: 1.4;
  }
}

.bk .inner .block .block_content ul.list {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .bk .inner .block .block_content ul.list {
    font-size: 4.1666666667vw;
  }
}

.bk .inner .block .block_content ul.list li {
  text-indent: -1em;
  padding-left: 1em;
}

.bk .inner .block .block_content ul.list li:before {
  content: "・";
}

.bk .inner .block .block_content ul.list li span {
  font-size: 16px;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .bk .inner .block .block_content ul.list li span {
    font-size: 3.125vw;
  }
}

footer p {
  font-size: 13px;
  margin: 50px 0 80px;
}

@media screen and (max-width: 768px) {
  footer p {
    font-size: 2.6041666667vw;
    margin: 7.8125vw 5.2083333333vw 9.1145833333vw;
  }
}
