@charset "UTF-8";
body {
  background: #FFF;
}

#header {
  background: none;
}
#header #gNav .nav {
  display: none;
}
#header .subNav {
  display: none;
}

#contsWrap {
  background: #FFF;
}

.fv {
  height: 790px;
  background-image: url(../img/fv-bg.jpg);
  background-size: 1285px 790px;
  background-position: calc(50% - 64px) 0;
  background-repeat: no-repeat;
}
.fv .inner-layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.fv .fv__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 790px;
}
.fv .fv__left h1 {
  width: 450px;
  height: 269px;
  order: 2;
  margin-right: -22px;
  margin-bottom: 10px;
}
.fv .fv__left h1 img {
  filter: drop-shadow(0px 0px 15px white);
}
.fv .fv__left .btn_top {
  width: 257px;
  height: 58px;
  order: 1;
  margin-right: 2px;
  margin-bottom: 73px;
  position: absolute;
  top: 107px;
  right: 0;
  z-index: 999;
}
.fv .fv__left .btn_top a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/fv-btn_off.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv .fv__left .btn_top a {
    background-image: url(../img/fv-btn_off-1@2x.png);
  }
}
.fv .fv__left .btn_top a:hover {
  background-image: url(../img/fv-btn_on.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv .fv__left .btn_top a:hover {
    background-image: url(../img/fv-btn_on-1@2x.png);
  }
}
.fv .fv__left .btn_bottom {
  width: 200px;
  height: 201px;
  order: 3;
  margin-right: 106px;
  margin-bottom: 72px;
}
.fv .fv__left .btn_bottom .btn-pcdl {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/download-btn_off.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv .fv__left .btn_bottom .btn-pcdl {
    background-image: url(../img/download-btn_off-1@2x.png);
  }
}
.fv .fv__left .btn_bottom .btn-pcdl:hover {
  background-image: url(../img/download-btn_on.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv .fv__left .btn_bottom .btn-pcdl:hover {
    background-image: url(../img/download-btn_on-1@2x.png);
  }
}
.fv .fv__right {
  position: absolute;
  bottom: -4px;
  left: -26px;
}
.fv .fv__right a {
  display: block;
  width: 220px;
  height: 178px;
  position: relative;
  background-image: url(../img/btn_pv_off.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv .fv__right a {
    background-image: url(../img/btn_pv_off-1@2x.png);
  }
}
.fv .fv__right a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-image: url(../img/btn_pv_off.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv .fv__right a:before {
    background-image: url(../img/btn_pv_on-1@2x.png);
  }
}
.fv .fv__right a:hover:before {
  opacity: 1;
}

.sec01 {
  width: 100%;
  background: #ebe9e2;
  padding-top: 66px;
  padding-bottom: 62px;
}
.sec01 .inner-layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.sec01 h2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.sec01 .sec01__box {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.sec01 .sec01__box img {
  position: relative;
  left: 2px;
}
.sec01 .sec01__img {
  position: absolute;
  top: 10px;
  right: -108px;
}
.sec01 .sec01__btn {
  width: 257px;
  height: 58px;
  position: absolute;
  bottom: -102px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec01 .sec01__btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/fv-btn_off.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec01 .sec01__btn a {
    background-image: url(../img/fv-btn_off-1@2x.png);
  }
}
.sec01 .sec01__btn a:hover {
  background-image: url(../img/fv-btn_on.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec01 .sec01__btn a:hover {
    background-image: url(../img/fv-btn_on-1@2x.png);
  }
}

.sec02 {
  width: 100%;
  background-image: url(../img/sec02__bg.png);
  background-size: 1572px 851px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding-top: calc(165px + (58px / 2));
}
.sec02 .inner-layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.sec02 h2 {
  text-align: center;
  margin-bottom: 88px;
}
.sec02 .sec02__box {
  background-image: url(../img/sec02__frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1000px;
  height: 1403px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec02 .sec02__box {
    background-image: url(../img/sec02__frame-1@2x.png);
  }
}
.sec02 .sec02__box h3 {
  margin-top: -22px;
}
.sec02 .sec02__box .sec02__box--1 {
  margin-top: 40px;
  margin-bottom: 52px;
}
.sec03 {
  padding-top: 165px;
  background-color: #FFF;
}
.sec03 .inner-layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.sec03 h2 {
  text-align: center;
  margin-bottom: 88px;
}
.sec03 .sec03__box {
  background-image: url(../img/sec03__frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1000px;
  height: 1051px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec03 .sec03__box {
    background-image: url(../img/sec03__frame-1@2x.png);
  }
}
.sec03 .sec03__box h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.sec03 .sec03__box h3 img {
  display: block;
  margin-top: -22px;
}

.sec03__box--swiper {
  width: 768px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -90px;
}

.sec03__btn {
  width: 398px;
  height: 80px;
  margin: 42px auto 0;
}
.sec03__btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/moviei_btn__off.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec03__btn a {
    background-image: url(../img/moviei_btn__off-1@2x.png);
  }
}
.sec03__btn a:hover {
  background-image: url(../img/moviei_btn__on.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec03__btn a:hover {
    background-image: url(../img/moviei_btn__on-1@2x.png);
  }
}

.sec04 {
  padding-top: 165px;
  background-color: #FFF;
}
.sec04 .inner-layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.sec04 h2 {
  text-align: center;
  margin-bottom: 68px;
}
.sec04 table {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: solid 1px #766c2c;
  border-bottom: solid 1px #918956;
  width: 100%;
  color: #333333;
  padding: 6px;
  display: flex;
  flex-direction: column;
}
.sec04 table thead {
  background-image: url(../img/sec04__theadbg.png);
  background-size: cover;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec04 table thead {
    background-image: url(../img/sec04__theadbg-1@2x.png);
  }
}
.sec04 table thead tr {
  width: 100%;
  display: flex;
}
.sec04 table thead tr th {
  color: #FFF;
  padding: 1.25em 0;
  font-size: 16px;
  font-weight: 500;
}
.sec04 table thead tr th:nth-of-type(1) {
  margin-left: 248px;
  width: 398px;
  text-align: center;
}
.sec04 table thead tr th:nth-of-type(2) {
  width: calc(100% - (248px + 398px));
  text-align: center;
}
.sec04 table tbody tr:last-of-type th, .sec04 table tbody tr:last-of-type td {
  border-bottom: none;
}
.sec04 table tbody tr th {
  background: #f2f1ec;
  width: 248px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  border-bottom: solid 1px #d9d6c6;
  padding: 1.5em 0;
  color: #62562d;
  text-align: center;
}
.sec04 table tbody tr td {
  border-bottom: solid 1px #e4e2d5;
  padding: 0;
  font-size: 14px;
  width: 719px;
  text-indent: 3.5em;
  font-weight: 600;
}
.sec04 .sec04__btn {
  width: 200px;
  height: 201px;
  margin: 104px auto 120px;
}
.sec04 .sec04__btn .btn-pcdl {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/download-btn_off.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec04 .sec04__btn .btn-pcdl {
    background-image: url(../img/download-btn_off-1@2x.png);
  }
}
.sec04 .sec04__btn .btn-pcdl:hover {
  background-image: url(../img/download-btn_on.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec04 .sec04__btn .btn-pcdl:hover {
    background-image: url(../img/download-btn_on-1@2x.png);
  }
}

.rice {
  font-size: 0.85em;
  color: #333333;
  margin-top: 1.4em;
}
.rice li {
  display: flex;
  width: calc(100% - 1.2em);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
.rice li:before {
  content: "※";
  display: block;
  width: 1em;
}

.footer-pc-v .footer-top {
  background: #e6e4db;
  color: #333;
}
.footer-pc-v .footer-top .inner-layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 52px 0;
  display: flex;
}
.footer-pc-v .footer-top .left {
  width: 360px;
  display: flex;
  align-items: center;
}
.footer-pc-v .footer-top .right {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 640px;
  display: flex;
  align-items: flex-end;
  font-size: 15px;
}
.footer-pc-v .footer-top .right dl {
  display: flex;
  margin-bottom: 1em;
}
.footer-pc-v .footer-top .right dl:last-of-type {
  margin-bottom: 0;
}
.footer-pc-v .footer-top .right dl dt {
  font-weight: bold;
}
.footer-pc-v .footer-top .right dl dd:before {
  content: "：";
  display: inline-block;
}
.footer-pc-v .footer-top .right .right__left {
  margin-right: 3em;
}
.footer-pc-v .footer-bottom {
  background: #282828;
}
.footer-pc-v .footer-bottom .inner-layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 75px 0 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-pc-v .footer-bottom .footer__nav--1 {
  display: flex;
  margin-bottom: 72px;
}
.footer-pc-v .footer-bottom .footer__nav--1 li {
  margin: 0 16px;
}
.footer-pc-v .footer-bottom .footer__nav--2 {
  display: flex;
  margin-bottom: 56px;
}
.footer-pc-v .footer-bottom .footer__nav--2 li {
  display: flex;
}
.footer-pc-v .footer-bottom .footer__nav--2 li:after {
  content: "｜";
  display: inline-block;
}
.footer-pc-v .footer-bottom .footer__nav--2 li:last-of-type:after {
  content: none;
}
.footer-pc-v .footer-bottom .footer__nav--2 li a {
  margin: 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
.footer-pc-v .footer-bottom .footer__nav--2 li a:hover {
  text-decoration: none;
}
.footer-pc-v .footer-bottom .footer__logo {
  margin-bottom: 52px;
}
.footer-pc-v .footer-bottom small {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
}

/*# sourceMappingURL=pc-v.css.map */
