@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "grandam";
  src: url("../fonts/grandam.woff2") format("woff2"), url("../fonts/grandam.woff") format("woff"), url("../fonts/grandam.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/apercu_regular_pro.eot.woff2") format("woff2"), url("../font/apercu/apercu_regular_pro.eot.woff") format("woff"), url("../font/apercu/apercu_regular_pro.eot.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 400;
  font-feature-settings: "palts";
  letter-spacing: 1px;
  line-height: 22px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

span.bold {
  font-weight: bold;
}

div#wrap {
  width: 100%;
  /*overflow-x: hidden;*/
}
div#wrap .content a {
  /*color: #333;
  border: 1px solid #333;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  transition: 1s;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
  @include mq(pc) {
    font-size: 20px;
  }
  @include mq(sp) {
    font-size: 16px;
  }

  &:hover {
    background: rgba(255,255,255,0.5);
    color: #fff;
  }*/
}
div#wrap .content a i {
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  div#wrap .box_link {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}
div#wrap .link {
  display: inline-block;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
div#wrap .link:hover {
  opacity: 0.6;
}
div#wrap .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin-top: 10px;
  margin-left: 5px;
  transition: 0.4s;
  padding: 2px 10px;
}
@media screen and (min-width: 769px) {
  div#wrap .button {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #333;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  div#wrap .button {
    color: #fff;
    background: #333;
  }
}
div#wrap .button:hover {
  color: #fff;
  background: #333;
}
div#wrap div#mainArea {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea {
    position: relative;
    background: url("../images/main_pc.jpg") center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: url("../images/main_sp.jpg") center top;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title {
    width: 90%;
    margin: 10% auto 0;
  }
}
div#wrap div#mainArea div.title h1 {
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title h1 {
    width: 35%;
    position: absolute;
    max-width: 800px;
    top: 35%;
    left: 85%;
    transform: translate(-50%, -75%);
    font-size: 30px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title h1 {
    width: 60%;
    margin: 0 auto;
  }
}
div#wrap div#mainArea div.title h1 span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title h1 span {
    font-size: 18px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title h1 span {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title h1 img {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title h1 img {
    /*width: 80%;
    margin: 0 auto;
    filter: drop-shadow(0 0 5px #fff);*/
  }
}
div#wrap div#content {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  div#wrap div#content {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content {
    margin: 0 auto 50px;
  }
}
div#wrap div#content div.lead {
  font-weight: bold;
  /*background-image:linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);
  background-size:10px 10px;
  color:rgba(0,0,0,0.1);*/
  background-color: #ebe4d7;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead {
    width: 100%;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead {
    width: 100%;
    padding: 50px 0;
  }
}
div#wrap div#content div.lead h2.fsize_l {
  color: #333;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead h2.fsize_l {
    line-height: 2;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead h2.fsize_l {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8em;
    font-size: 14px;
  }
}
div#wrap div#content h3 {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  div#wrap div#content h3 {
    font-size: 40px;
    margin: 100px 0 50px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content h3 {
    font-size: 24px;
    margin: 0 0 50px;
    padding: 0 35px;
    line-height: 1.2;
  }
}
div#wrap div#content h3:before, div#wrap div#content h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 1px;
  background-color: black;
}
@media screen and (min-width: 769px) {
  div#wrap div#content h3:before, div#wrap div#content h3:after {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content h3:before, div#wrap div#content h3:after {
    width: 25px;
  }
}
div#wrap div#content h3:before {
  left: 0;
}
div#wrap div#content h3:after {
  right: 0;
}
div#wrap div#content div.box01 {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 {
    width: 90%;
    margin: 50px auto;
  }
}
div#wrap div#content div.box01 .checkmark001 {
  padding-left: 24px;
  position: relative;
}
div#wrap div#content div.box01 .checkmark001:before,
div#wrap div#content div.box01 .checkmark001:after {
  content: "";
  display: block;
  position: absolute;
}
div#wrap div#content div.box01 .checkmark001:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 4px;
}
div#wrap div#content div.box01 .checkmark001:after {
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 18px;
  height: 5px;
  transform: rotate(-45deg);
  left: 5px;
  top: 5px;
}
div#wrap div#content div.box01 .box01_1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .detail_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .detail_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .detail_box img {
    padding-bottom: 20px;
  }
}
div#wrap div#content div.box01 .detail_box02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .detail_box02 {
    width: 50%;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .detail_box02 {
    width: 100%;
    margin: 0 auto 50px;
  }
}
div#wrap div#content div.box01 .howto_box {
  border: 1px solid #333;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .howto_box {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .howto_box {
    padding: 10px;
  }
}
div#wrap div#content div.box01 .howto_box p {
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .howto_box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .howto_box p {
    font-size: 14px;
  }
}
div#wrap div#content div.box01 .t_box {
  background-color: rgba(235, 228, 215, 0.2);
  box-sizing: border-box;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .t_box {
    width: 70%;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .t_box {
    width: 100%;
    padding: 30px 30px 20px;
    box-sizing: border-box;
  }
}
div#wrap div#content div.box01 .t_box p.t_box_h {
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .t_box p.t_box_h {
    font-size: 16px;
    padding: 0 0 20px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .t_box p.t_box_h {
    font-size: 16px;
    padding: 0 0 20px;
    line-height: 1.4em;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .box01_1 {
    width: calc(100% / 2 - 20px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .box01_1 {
    width: 100%;
    margin: 0 auto;
  }
}
div#wrap div#content div.box01 .box01_1 h5 {
  border: 1px dotted #333;
  padding: 0 20px;
  margin: 10px auto;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .box01_1 h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .box01_1 h5 {
    font-size: 10px;
  }
}
div#wrap div#content div.box01 .box01_1 h4 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .box01_1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .box01_1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
div#wrap div#content div.box01 .box01_1 h4 span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .box01_1 p.box01_price {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .box01_1 p.box01_price {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
div#wrap div#content div.box01 .box01_1 p.box01_txt {
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .box01_1 p.box01_txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .box01_1 p.box01_txt {
    margin-bottom: 20px;
  }
}
div#wrap div#content div.box01 .box01_1 .button {
  display: block;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 {
    width: 70%;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box02 {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 .box02_img {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box02 .box02_img {
    margin: 30px 0 15px;
  }
}
div#wrap div#content div.box02 h4 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box02 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
div#wrap div#content div.box02 .box02_txt {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box02 .box02_txt {
    margin-bottom: 20px;
    text-align: left;
  }
}
div#wrap div#content div.box02 .button {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 .button {
    width: 50%;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box02 .button {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 5px 0;
  }
}
div#wrap div#content div.box02 ul.credit {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 ul.credit {
    padding: 15px 0 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 ul.credit li {
    margin-bottom: ５px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box02 ul.credit li {
    padding: 0 0 15px;
    line-height: 1.6em;
    font-size: 12px;
  }
}
div#wrap div#content div.box02 ul.credit li span {
  text-align: center;
  text-decoration: none;
  outline: none;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ccc;
  color: #ccc;
  margin-top: 10px;
  margin-left: 5px;
  padding: 2px 5px;
  width: 100px;
  box-sizing: border-box;
}
div#wrap div#content div.box03 {
  /*border: 1px solid #333;*/
  background-color: #f4f3f3;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box03 {
    width: 50%;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box03 {
    width: 70%;
    margin: 0 auto 50px;
    padding: 30px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box03 .l_mg {
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box03 .l_mg {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box03 .r_mg {
    padding-left: 25px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box03 .box03_1 {
    width: calc(100% / 2);
    margin: 0 auto;
  }
}
div#wrap div#content div.box03 .box03_1 h4 {
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  font-size: 50px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 25px;
  right: 20px;
}
div#wrap div#content div.box03 .box03_1 h3 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box03 .box03_1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box03 .box03_1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
div#wrap div#content div.box03 .box03_1 h3 span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box03 .box03_1 p.box03_price {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box03 .box03_1 p.box03_price {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
div#wrap div#content div.box03 .box03_1 p.box03_txt {
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box03 .box03_1 p.box03_txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box03 .box03_1 p.box03_txt {
    margin-bottom: 20px;
  }
}
div#wrap div#content div.box03 .box03_1 .button {
  display: block;
  font-size: 10px;
}
div#wrap div#content .box_list {
  margin-top: 100px;
}
div#wrap div#content .box_list .button {
  padding: 10px 20px;
  font-size: 14px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
}

div#footer {
  width: 100%;
  padding: 0 0 10px;
  background: #fff;
  height: 150px;
  position: relative;
}
div#footer a {
  display: block;
}
@media screen and (min-width: 769px) {
  div#footer a {
    width: 200px;
    height: auto;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  div#footer a {
    width: 35%;
    height: auto;
    margin: 0 auto 50px;
  }
}
div#footer div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div#footer p.sentence {
  text-align: center;
  font-family: "grandam", cursive;
  color: #b89b49;
}
@media screen and (min-width: 769px) {
  div#footer p.sentence {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  div#footer p.sentence {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  div#footer p.logo {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  div#footer p.logo {
    width: 70px;
    margin: 20px auto 50px;
  }
}
div#footer p.logo a {
  display: block;
  width: 100%;
}
div#footer p.copy {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  width: 100%;
  text-align: center;
}

#page-top {
  background: #333333;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
#page-top a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 20px;
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

.fuwatAnime2nd {
  animation-delay: 0.3s;
}

.fuwatAnime3rd {
  animation-delay: 0.6s;
}

.fuwatAnime4th {
  animation-delay: 0.9s;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}
#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #loader-bg #loading {
    width: 40%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}