@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: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*html {
  width: 100%;
  height: 100%;
}*/
body {
  font-family: "apercu",'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.8px;
  font-size: 14px;
  color: #000;
  background-color: #e1dfd3;
  font-weight: normal;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

div.wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

div.wrapper.loaded {
  opacity: 1.0;
  -webkit-transition: opacity 1.6s;
  transition: opacity 1.6s;
}

.content {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .content {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .content .last {
    padding: 0 13px;
    margin: 10px auto 20px;
  }
}

@media screen and (min-width: 769px) {
  .content .last {
    width: 93%;
    margin: 10px auto 0;
  }
}

.section._main {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  .section._main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 100px;
    height: 700px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .section._main {
    margin-bottom: 75px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .section._main div.imgslider {
    width: 100%;
    height: 100%;
    background: url(../img/main01.jpg);
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (min-width: 769px) {
  .section._main div.imgslider {
    width: 55%;
    height: 100%;
    background: url(../img/main01.jpg);
    background-size: cover;
    background-position: top center;
  }
}

.section._main div.title {
  position: relative;
}

@media screen and (max-width: 768px) {
  .section._main div.title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .section._main div.title {
    width: 45%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section._main div.title img {
  max-width: 230px;
  margin: 0 auto 5%;
}

@media screen and (min-width: 769px) {
  .section._main div.title img {
    max-width: 280px;
  }
}

.section._main div.title h1 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 768px) {
  .section._main div.title h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .section._main div.title h1 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
  }
}

.section._main div.title h1 .middle {
  margin-left: 10px;
  margin-right: 10px;
}

.section._main div.title hr {
  border-width: 2px 0px 0px 0px;
  /* 太さ */
  border-style: solid;
  /* 線種 */
  border-color: #fff;
  /* 線色 */
  height: 1px;
  /* 高さ(※古いIE用) */
  width: 80%;
}

.section._main div.title p {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .section._main div.title p {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .section._main div.title p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
  }
}

.section._main div.fixed {
  width: 95%;
  height: 95vh;
  height: calc((var(--vh, 1vh) * 100) - 3vh);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

@media screen and (min-width: 769px) {
  .section._main div.fixed {
    border: 2px solid #000;
    width: 980px;
    height: 680px;
  }
}

.section._read p.desc {
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .section._read p.desc {
    font-size: 16px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .section._read p.desc {
    font-size: 14px;
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 769px) {
  .section._01 {
    max-width: 500px;
    margin: 0 auto 100px;
  }
}

.section._01 h2 {
  width: 90%;
  font-weight: 400;
  text-align: center;
  padding: 0 10px 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-top: 8px;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section._01 h2 {
    font-size: 20px;
  }
}

.section._01 h2 span {
  font-size: 34px;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .section._01 h2 span {
    font-size: 48px;
  }
}

.section._01 .text_box {
  padding: 10px;
  /* 余白指定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section._01 h3 {
  position: absolute;
  width: 90%;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: 400;
  text-align: center;
  padding: 0 10px 0;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 8px;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section._01 h3 {
    font-size: 20px;
  }
}

.section._01 h3 span {
  font-size: 34px;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .section._01 h3 span {
    font-size: 48px;
  }
}

@media screen and (min-width: 769px) {
  .section._02 {
    max-width: 500px;
    margin: 0 auto 100px;
  }
}

.section._02 .video {
  width: 80%;
  margin: 0 auto;
}

.section._02 .comment_area {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  padding: 5% 0;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .section._02 .comment_area {
    width: 80%;
    margin: 10px auto;
    font-size: 13px;
    padding: 2% 0;
    line-height: 1.8;
  }
}

.section._02 .comment_area a span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 8px;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-left: 20px;
}

.section._02 .comment_area .point {
  font-size: 18px;
  padding-bottom: 4px;
}

@media screen and (min-width: 769px) {
  .section._02 .comment_area .point {
    font-size: 20px;
    padding-bottom: 2px;
  }
}

.section._02 .comment_area p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section._02 .comment_area p {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .section._03 {
    max-width: 500px;
    margin: 0 auto 100px;
  }
}

.section._03 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.section._03 .left .cate {
  position: relative;
  width: 54%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .section._03 .left .cate {
    width: 54%;
  }
}

.section._03 .left .cate a {
  display: block;
  overflow: hidden;
}

.section._03 .left .cate a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section._03 .left .cate a img {
  -webkit-transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.section._03 .left .cate .btn {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 1.2rem;
  color: #000;
  opacity: 0.5;
}

.section._03 .left .detail {
  margin-left: 5%;
}

.section._03 .left .detail h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .section._03 .left .detail h2 {
    font-size: 26px;
  }
}

.section._03 .left .detail h3 {
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .section._03 .left .detail h3 {
    font-size: 24px;
  }
}

.section._03 .left .detail h3 span {
  position: absolute;
  border: 1px solid #fff;
  padding: 1px 5px 1px 5px;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .section._03 .left .detail h3 span {
    font-size: 12px;
    right: 2%;
    padding: 2px 5px 0px 5px;
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .section._03 .left .detail h3 span {
    font-size: 14px;
    right: 4%;
    margin-top: 3%;
  }
}

.section._03 .left .detail ul li {
  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;
  line-height: 1.0;
  margin-bottom: 10px;
}

.section._03 .left .detail ul li span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .section._03 .left .detail ul li span {
    font-size: 14px;
  }
}

.section._03 .left .detail ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 8px;
  color: #fff;
  background-color: #000;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-left: 5px;
}

.section._03 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

.section._03 .right .cate {
  position: relative;
  width: 54%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .section._03 .right .cate {
    width: 54%;
  }
}

.section._03 .right .cate a {
  display: block;
  overflow: hidden;
}

.section._03 .right .cate a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section._03 .right .cate a img {
  -webkit-transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.section._03 .right .cate .btn {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 1.2rem;
  color: #000;
  opacity: 0.5;
}

.section._03 .right .detail {
  margin-right: 5%;
}

.section._03 .right .detail h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 8px;
  text-align: end;
}

@media screen and (min-width: 769px) {
  .section._03 .right .detail h2 {
    font-size: 26px;
  }
}

.section._03 .right .detail h3 {
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
  text-align: end;
}

@media screen and (min-width: 769px) {
  .section._03 .right .detail h3 {
    font-size: 24px;
  }
}

.section._03 .right .detail h3 span {
  position: absolute;
  border: 1px solid #fff;
  padding: 1px 5px 1px 5px;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .section._03 .right .detail h3 span {
    font-size: 12px;
    right: 2%;
    padding: 2px 5px 0px 5px;
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .section._03 .right .detail h3 span {
    font-size: 14px;
    right: 4%;
    margin-top: 3%;
  }
}

.section._03 .right .detail ul li {
  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;
  line-height: 1.0;
  margin-bottom: 10px;
}

.section._03 .right .detail ul li span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .section._03 .right .detail ul li span {
    font-size: 14px;
  }
}

.section._03 .right .detail ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 8px;
  color: #fff;
  background-color: #000;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-left: 5px;
}

@media screen and (min-width: 769px) {
  .section._04 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.section._04 #itemlist_1 {
  width: 100%;
  margin: 30px auto 40px;
}

@media screen and (min-width: 769px) {
  .section._04 #itemlist_1 {
    margin: 70px auto 50px;
  }
}

.section._04 #itemlist_1 a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .section._04 #itemlist_1 a {
    width: 340px;
    border: 1px solid #000;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .section._04 #itemlist_1 a {
    width: 260px;
    border: 1px solid #000;
    padding: 9px 0;
    text-align: center;
    display: block;
    margin: 0 auto 25px;
    font-size: 12px;
  }
}

.section._04 .figure {
  width: 80%;
  margin: 30px auto 40px;
}

@media screen and (min-width: 769px) {
  .section._04 .figure {
    margin: 30px auto 100px;
  }
}

.section._04 #itemlist {
  width: 100%;
  margin: 50px auto 40px;
}

@media screen and (min-width: 769px) {
  .section._04 #itemlist {
    margin: 70px auto 100px;
  }
}

.section._04 #itemlist a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .section._04 #itemlist a {
    width: 340px;
    border: 1px solid #000;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .section._04 #itemlist a {
    width: 260px;
    border: 1px solid #000;
    padding: 9px 0;
    text-align: center;
    display: block;
    margin: 0 auto 25px;
    font-size: 12px;
  }
}

.section._04 #footer {
  width: 30%;
  margin: 0 auto;
  padding: 0 0 50px;
}

@media screen and (min-width: 769px) {
  .section._04 #footer {
    width: 36%;
    max-width: 264px;
    padding: 74px 0 100px;
  }
}

.modal_back {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.8s, visibility 0s 0.8s;
  transition: opacity 0.8s, visibility 0s 0.8s;
  background: #e1dfd3;
  z-index: 400;
  overflow: scroll;
}

.modal_back.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .8s, visibility 0s 0s;
  transition: opacity .8s, visibility 0s 0s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
}

.modal.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .8s, visibility 0s 0s;
  transition: opacity .8s, visibility 0s 0s;
}

.modal .modal_container {
  min-height: 100%;
}

@media screen and (min-width: 769px) {
  .modal .modal_container {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.modal .modal_container .modal_inner {
  position: relative;
  width: 86.6%;
  margin: 0 auto;
  background-color: #e1dfd3;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner {
    width: 100%;
  }
}

.modal .modal_container .modal_inner .modal_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 90%;
  margin: 0 auto;
  color: #000;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content {
    width: 40%;
  }
}

.modal .modal_container .modal_inner .modal_content .logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 23px 0 0;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .logo {
    padding: 70px 0 5px;
  }
}

.modal .modal_container .modal_inner .modal_content .logo div {
  width: 25%;
  margin-bottom: 7px;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .logo div {
    max-width: 164px;
    margin-bottom: 10px;
  }
}

.modal .modal_container .modal_inner .modal_content .logo p {
  color: #000;
  font-size: 30px;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .logo p {
    font-size: 36px;
  }
}

.modal .modal_container .modal_inner .modal_content .logo span {
  font-size: 18px;
  line-height: 1.0;
  margin-left: 30px;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .logo span {
    font-size: 20px;
  }
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .flex .pic_area {
    width: 100%;
    margin: 0 auto;
  }
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip {
  width: 92.3%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.prev span, .modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.next span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.prev span span, .modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.next span span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.prev span span:nth-of-type(1), .modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.next span span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.prev span span:nth-of-type(2), .modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.next span span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.prev.next span span:nth-of-type(1), .modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.next.next span span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.prev.next span span:nth-of-type(2), .modal .modal_container .modal_inner .modal_content .flex .pic_area .modal_skip li.next.next span span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.modal .modal_container .modal_inner .modal_content .flex .pic_area img {
  display: block;
}

.modal .modal_container .modal_inner .modal_content .flex .comment_area {
  font-size: 12px;
  padding: 5% 0 40px;
  line-height: 1.6;
  color: #000;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .flex .comment_area {
    width: 100%;
    margin: 10px auto 50px;
    font-size: 13px;
    padding: 2% 0;
    line-height: 1.8;
  }
}

.modal .modal_container .modal_inner .modal_content .flex .comment_area .point {
  font-size: 18px;
  padding-bottom: 4px;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .flex .comment_area .point {
    font-size: 20px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_container .modal_inner .modal_content .flex .wrap {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .flex .wrap {
    width: 100%;
    margin: 12px auto;
  }
}

.modal .modal_container .modal_inner .modal_content .flex .wrap .credit_area {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .flex .wrap .credit_area {
    margin-bottom: 14px;
  }
}

.modal .modal_container .modal_inner .modal_content .flex .wrap .credit_area + .skip_area .modal_skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal_container .modal_inner .modal_content .flex .wrap .credit_area + .skip_area .modal_skip li {
  width: 50%;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .modal .modal_container .modal_inner .modal_content .flex .wrap .credit_area + .skip_area .modal_skip li {
    font-size: 17px;
  }
}

.modal .modal_container .modal_inner .modal_content .flex .wrap .credit_area + .skip_area .modal_skip li:nth-of-type(2) {
  text-align: right;
}

.modal .modal_container .modal_inner .modal_content .flex .wrap .credit_area + .skip_area .modal_skip li span:hover {
  cursor: pointer;
}

.modal span.modal_closebtn {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 20px;
  height: 20px;
  z-index: 300;
}

@media screen and (min-width: 769px) {
  .modal span.modal_closebtn {
    top: 50px;
    right: 46px;
  }
}

.modal span.modal_closebtn:hover {
  cursor: pointer;
}

.price_box {
  /*font-family: "游ゴシック体";*/
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .price_box {
    margin: 0 auto;
  }
}

.price_box ul.group {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .price_box ul.group {
    margin-bottom: 24px;
  }
}

.price_box ul li {
  line-height: 1.0;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .price_box ul li {
    font-size: 12px;
  }
}

.price_box ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .price_box ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.price_box ul li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #8d6f67;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 769px) {
  .price_box ul li a {
    font-size: 14px;
  }
}

.price_box ul li a:not([class="disabled"]):hover {
  opacity: 0.5;
  cursor: pointer;
}

.price_box ul li a:not([class="disabled"])::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8d6f67;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.price_box ul li a:not([class="disabled"]):hover::after {
  opacity: 0.5;
}

.price_box ul li a.disabled {
  background-color: transparent;
  font-size: 11px;
  color: #000;
  border: none;
  padding: 1px 0;
  font-weight: normal;
  opacity: 0.5;
}

.price_box ul li a span {
  font-size: 10px;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .price_box ul li a span {
    font-size: 12px;
    line-height: 1.8;
  }
}

.price_box ul li a span.price {
  margin-left: 5px;
}

.price_box ul li a span.tax {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  display: inline-block;
}

.price_box ul li a span.notice {
  display: block;
  font-weight: bold;
}

.cover_anim:before {
  -webkit-animation: cover_R 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: cover_R 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cover_anim01:before {
  -webkit-animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.opacity01 {
  opacity: 1 !important;
}

.logo_small {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.logo_small.translate {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 2s;
  transition: all 2s;
}

h1.translate01 {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}

h3.translate02 {
  opacity: 1 !important;
  -webkit-transform: translate(-90%, -95%) !important;
          transform: translate(-90%, -95%) !important;
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s;
}

.rotate {
  opacity: 0;
  -webkit-transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
          transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
  -webkit-transition: -webkit-transform 1.4s;
  transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  transition: transform 1.4s, -webkit-transform 1.4s;
}

.rotate.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
          transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}

.filter {
  filter: blur(10px) brightness(2) saturate(1);
  -webkit-filter: blur(10px) brightness(2) saturate(1);
  -moz-filter: blur(10px) brightness(2) saturate(1);
  -webkit-transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1), -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}

.filter.off {
  filter: blur(0) brightness(1) saturate(1);
  -webkit-filter: blur(0) brightness(1) saturate(1);
  -moz-filter: blur(0) brightness(1) saturate(1);
}

.scale {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

/*div[class*="section"] {
  @include mq(sp) {
  margin-bottom: 140px;
}
  @include mq(pc) {
    margin-bottom: 200px;
  }
}*/
@media screen and (max-width: 768px) {
  div[class*="section"]:last-child {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  div[class*="section"]:last-child {
    margin-bottom: 100px !important;
  }
}

@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;
  }
}

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fuwatAnimeFromTop {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnimeFromTop;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes zoomIn01 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn01 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@-webkit-keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@-webkit-keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@-webkit-keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@-webkit-keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

.inviewfadeInUp01 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.inviewfromTop {
  opacity: 0;
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.inviewRight {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.inviewLeft {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

/*.zoomIn {
      animation: zoomIn 1.2s 1s cubic-bezier(.3,1.59,.79,-0.64) 1 forwards;
    }*/
.fadeInUp {
  opacity: 1.0 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.fadeInUp01 {
  opacity: 1.0 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}

#loader-bg #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  #loader-bg #loading {
    width: 100%;
    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;
  }
}

/*jQueryのCSS
--------------------------------------*/
/*# sourceMappingURL=style.css.map */