@charset "UTF-8";
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
}

span, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, label, caption, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}

strong {
  font-weight: normal;
}

picture {
  width: 100%;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

img {
  display: block;
}

a {
  color: colors(base);
  text-decoration: none;
  will-change: transform;
  transition: none;
}

a:hover {
  opacity: .8;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    cursor: default;
  }
}

@media screen and (max-width: 1000px) {
  a:hover {
    opacity: 1;
  }
}

input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input::-webkit-search-decoration {
  display: none;
}

input::focus {
  outline-offset: -2px;
}

/*selectのリセット*/
select {
  /*-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  background: #000;
  color: #fff;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';*/
}

select::-ms-expand {
  display: none;
}

/*Base*/
/* CSS Document */
.wrap {
  min-width: 1000px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .wrap {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  .wrap {
    min-width: auto;
  }
}

.wrap_inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .wrap_inner {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .wrap_inner {
    width: 100%;
  }
}

.wrap_inner p {
  margin: 0 -310px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .wrap_inner p {
    margin: 0 -31.03103vw;
  }
}

@media screen and (max-width: 640px) {
  .wrap_inner p {
    margin: 0 auto;
  }
}

.overlaid {
  position: relative;
  z-index: 1;
}

.abs {
  position: absolute;
}

.mb {
  margin-bottom: 92px !important;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .mb {
    margin-bottom: 9.20921vw !important;
  }
}

@media screen and (max-width: 640px) {
  .mb {
    margin-bottom: 9.375vw !important;
  }
}

.gif_01 {
  top: 152px;
  width: 910px;
  left: 47px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .gif_01 {
    top: 15.21522vw;
    width: 91.09109vw;
    left: 4.7047vw;
  }
}

@media screen and (max-width: 640px) {
  .gif_01 {
    top: 39.7%;
    width: 96%;
    left: 2%;
  }
}

.gif_02 {
  top: 384px;
  left: 538px;
  width: 420px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .gif_02 {
    top: 38.43844vw;
    left: 53.85385vw;
    width: 42.04204vw;
  }
}

@media screen and (max-width: 640px) {
  .gif_02 {
    top: 51.6%;
    left: 17.4%;
    width: 65.5%;
  }
}

.gif_03 {
  width: 330px;
  top: 129px;
  left: 605px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .gif_03 {
    width: 33.03303vw;
    top: 12.91291vw;
    left: 60.56056vw;
  }
}

@media screen and (max-width: 640px) {
  .gif_03 {
    top: 48.2%;
    left: 25.3%;
    width: 51.5%;
  }
}

.option_01 {
  top: 515px;
  left: 70px;
  width: 550px;
  z-index: 1;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .option_01 {
    top: 51.55155vw;
    left: 7.00701vw;
    width: 55.05506vw;
  }
}

@media screen and (max-width: 640px) {
  .option_01 {
    top: 49.2%;
    width: 90.3%;
    left: 3%;
  }
}

.option_02 {
  top: 234px;
  left: 803px;
  width: 191px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .option_02 {
    top: 23.42342vw;
    left: 80.38038vw;
    width: 19.11912vw;
  }
}

@media screen and (max-width: 640px) {
  .option_02 {
    top: 59.7%;
    left: 61.7%;
    width: 33%;
  }
}

.offer p {
  margin: 0;
}

.offer_00 {
  margin-bottom: 78px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .offer_00 {
    margin-bottom: 7.80781vw;
  }
}

@media screen and (max-width: 640px) {
  .offer_00 {
    margin-bottom: 7.5vw;
  }
}

.offer_01 {
  margin-bottom: 0;
}

.offer_02 {
  margin-bottom: 31px;
}

@media screen and (max-width: 640px) {
  .offer_02 {
    margin-bottom: 3.1031vw;
  }
}

@media screen and (max-width: 640px) {
  .offer_02 {
    margin-bottom: 5.15625vw;
  }
}

.offer_btn_01 {
  top: 644px;
  width: 861px;
  margin: 0 auto;
  left: -10px;
  right: 0;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .offer_btn_01 {
    top: 64.46446vw;
    width: 86.18619vw;
    left: -1.001vw;
  }
}

@media screen and (max-width: 640px) {
  .offer_btn_01 {
    width: 51%;
    top: 64%;
    right: unset;
    left: 40%;
  }
}

.offer_btn_02 {
  top: 53px;
  left: 406px;
  width: 515px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .offer_btn_02 {
    top: 5.30531vw;
    left: 40.64064vw;
    width: 51.55155vw;
  }
}

@media screen and (max-width: 640px) {
  .offer_btn_02 {
    top: 27%;
    left: 39.3%;
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .offer_mb {
    margin-bottom: 5.46875vw;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.tel_btn {
  top: 73.4%;
  width: 63.1%;
  left: 18%;
}

.link {
  text-align: center;
  padding: 44px 0 40px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .link {
    padding: 4.4044vw 0 4.004vw;
  }
}

@media screen and (max-width: 640px) {
  .link {
    padding: 7.8125vw 0 8.4375vw;
  }
}

.link li {
  display: inline-block;
  margin: 0 24px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .link li {
    margin: 0 2.4024vw;
  }
}

@media screen and (max-width: 640px) {
  .link li {
    margin: 0 2.96875vw;
  }
}

.link a {
  color: #221714;
  border-bottom: solid 1px #221714;
  letter-spacing: 0rem;
  font-size: 1.3125rem;
  line-height: 1.19048;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .link a {
    letter-spacing: 0vw;
    font-size: 1.94444vw;
  }
}

@media screen and (max-width: 640px) {
  .link a {
    font-size: 3.75vw;
    letter-spacing: 0vw;
    line-height: 1.54167;
  }
}

.txt_cont {
  width: 880px;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px #7A6A56;
  position: relative;
  padding: 40px 0;
  margin-bottom: 60px;
}

.txt_cont::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 43px 43px 0;
  border-color: transparent #7A6A56 transparent transparent;
  top: -1px;
  right: -1px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .txt_cont::before {
    border-width: 0 4.3043vw 4.3043vw 0;
  }
}

@media screen and (max-width: 640px) {
  .txt_cont::before {
    border-width: 0 6.71875vw 6.71875vw 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .txt_cont {
    width: 88.08809vw;
    padding: 4.004vw 0;
    margin-bottom: 6.00601vw;
  }
}

@media screen and (max-width: 640px) {
  .txt_cont {
    width: 87.5vw;
    padding: 6.25vw 0;
    margin-bottom: 5.46875vw;
  }
}

.txt_cont_term {
  letter-spacing: 0rem;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .txt_cont_term {
    letter-spacing: 0vw;
    font-size: 2.31481vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .txt_cont_term {
    margin-bottom: 1.001vw;
  }
}

@media screen and (max-width: 640px) {
  .txt_cont_term {
    font-size: 4.0625vw;
    letter-spacing: 0vw;
    line-height: 1.38462;
  }
}

.txt_cont_desc {
  letter-spacing: 0rem;
  font-size: 1.3125rem;
  line-height: 1.71429;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .txt_cont_desc {
    letter-spacing: 0vw;
    font-size: 1.94444vw;
  }
}

@media screen and (max-width: 640px) {
  .txt_cont_desc {
    font-size: 3.4375vw;
    letter-spacing: 0vw;
    line-height: 1.68182;
    text-align: justify;
    padding: 0 40px;
  }
}

.txt_cont_desc span {
  background-color: #FFF462;
  padding: 4px 3px 0;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .txt_cont_desc span {
    padding: 0.4004vw 0.3003vw 0;
  }
}

@media screen and (max-width: 640px) {
  .txt_cont_desc span {
    padding: 0;
    background: linear-gradient(transparent 10%, #FFF462 0);
  }
}

.u-pc_dispBlock {
  display: block;
}

@media screen and (max-width: 640px) {
  .u-pc_dispBlock {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */