@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* ------------------------------
    reset
------------------------------ */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #333;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ol, ul, li, form, input, textarea, button,
table, tr, th, td, article, aside, footer, header,
hgroup, nav, section, a, span, img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 100rem;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
  color: #333;
}

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

button:hover {
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

a img {
  transition: opacity 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  a img:hover {
    opacity: 0.7;
  }
}

figure {
  text-align: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}

img, object {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
body {
  color: #444;
  font-size: 1.0rem;
  text-align: left;
}

section {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main {
  display: block;
}

.wrapper {
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 95rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, button {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}

input, textarea, select, label {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.preload *, .preload *::before, .preload *::after {
  transition: none !important;
}

.highlight {
  background: linear-gradient(transparent 45%, #f5df4d 45%, #f5df4d 96%, transparent 96%);
}

.highlight-pink {
  background: linear-gradient(transparent 45%, #f1c5de 45%, #f1c5de 96%, transparent 96%);
}

.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}

.mac .udl {
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}

.fwb {
  font-weight: 700;
}

.fc-pink {
  color: #c33863 !important;
}

.fc-pink2 {
  color: #e2126f !important;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .fade img {
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .fade:hover {
    opacity: .6;
    cursor: pointer;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  .wrap {
    width: 90%;
    padding: 0;
  }

  input, textarea, select, label {
    font-size: 16px !important;
  }

  figure {
    width: 100%;
    text-align: center;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  p {
    font-size: 3.8vw;
  }

  .wrap {
    width: 96%;
  }

  .udl {
    background: linear-gradient(transparent 85%, #333 88%, transparent 95%);
    display: inline;
    padding: 0 0 0.8vw;
  }
}
/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  /* 隙間対応 */
  font-size: 0.1em;
  /* 隙間対応 */
  line-height: 0;
  /* 隙間対応 */
}

/* ------------------------------
*  thanks
------------------------------ */
.thanks {
  background: #fff;
  min-width: inherit;
}

.thanksWrap .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 0;
}

.thanksWrap .ttl_wrap {
  padding: 3rem 0;
  background: #A47819;
}

.thanksWrap .ttl {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .075em;
  color: #fff;
}

.thanksWrap .sub_ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.thanksWrap p {
  text-align: center;
}

.thanksWrap p + p {
  margin-top: 2.5rem;
}

.thanksWrap .btn {
  margin: 6rem auto 0;
  text-align: center;
}

.thanksWrap .btn a {
  width: 40rem;
  height: 6rem;
  background: #097F07;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .thanksWrap .wrap {
    padding: 6% 0 0;
    width: 94%;
  }

  .thanksWrap .ttl_wrap {
    padding: 3.5% 0%;
  }

  .thanksWrap .ttl {
    font-size: 6.8vw;
  }

  .thanksWrap .sub_ttl {
    font-size: 5.6vw;
    margin-bottom: 6%;
    text-align: center;
  }

  .thanksWrap p {
    white-space: nowrap;
  }

  .thanksWrap p + p {
    margin-top: 3%;
  }

  .thanksWrap .btn {
    margin: 10% auto 0;
  }

  .thanksWrap .btn a {
    width: 68%;
    height: auto;
    padding: 3% 0;
    font-size: 4.6vw;
  }
}
