@charset "UTF-8";
/*reset*/
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;
}

body {
  font-family: "NotoSansCJKjp",sans-serif;
  color: #434343;
}

img {
  display: block;
}

a {
  display: block;
  color: colors(base);
  text-decoration: none;
  will-change: transform;
  -webkit-transition: .2s;
  transition: .2s;
}

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, input[type="image"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
}

input::-webkit-search-decoration, input[type="image"]::-webkit-search-decoration {
  display: none;
}

input:focus, input[type="image"]: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 {
  max-width: 750px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.wrapInner {
  width: 100%;
  margin: 0 auto;
}

.wrapInner input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
}

.wrapInner input::-webkit-search-decoration {
  display: none;
}

.wrapInner input:focus {
  outline-offset: -2px;
}

.wrapInner input[type="image"] {
  -webkit-appearance: none;
}

.ctaArea01 {
  margin-bottom: 4.5%;
}

.ctaArea01--02 {
  margin-bottom: 0;
}

.ctaArea01__btn--01 {
    width: 52.3%;
    bottom: 9.5%;
    right: 2.4%;
}

.overlayArea {
  position: relative;
}

.overlayItem {
  position: absolute;
}

.overlayItem2 {
  width: 100%;
}

.deplaoyArea01--01 {
  width: 81.6%;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 15px 10px rgba(29, 63, 10, 0.4));
}

.deplaoyArea02--01 {
  width: 79.4667%;
  top: 44%;
  left: 0;
  right: 1.4%;
  margin: 0 auto;
}

.deplaoyArea03--01 {
  width: 18.667%;
  top: 9.5%;
  left: 0;
  z-index: 20;
}

.deplaoyArea03--02 {
  width: 88.1333%;
  top: 19.3%;
  left: 0;
  right: 5%;
  margin: 0 auto;
  z-index: 10;
}

.deplaoyArea04--01 {
  width: 79%;
  top: 15.4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}

.deplaoyArea04--02 {
  width: 79.2%;
  top: 19%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.mar01 {
  margin-bottom: 5.6%;
}

.mar02 {
  margin-bottom: 1.4%;
}

.footArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.footArea a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.about {
  background: #fffce5;
}

.about p {
  padding: 0 5%;
  margin-bottom: 3%;
}

.about p:last-child {
  margin: 0;
  padding-bottom: 5%;
}

.about .titl {
  text-align: center;
  background: #ae953d;
  color: #fff151;
  font-weight: bold;
  padding: 2% 0;
  margin-bottom: 3%;
}

.red {
  color: #bd0014;
}

.pl {
  position: relative;
  width: 100%;
}

.mt6 {
  margin-top: 6%;
}

.mb3 {
  margin-bottom: 3em;
}

.cta-btn {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47.85%;
}

.btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}

.btn-list p {
  margin-bottom: 3%;
}

.footer-link {
  text-align: center;
  margin-top: 10%;
  list-style: none;
}

.footer-link li {
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
}

.ctaArea01__btn--01 input
 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}


#copy {
  background: #18512e;
  text-align: center;
  font-size: .72em;
  color: #fff;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}

#copy p {
  text-align: center;
}
/*# sourceMappingURL=base.css.map */