@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "Shippori Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 140%;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    letter-spacing: -0.05em;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

.serif {
  /* 明朝体系(セリフ体)のフォント指定 */
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

main {
  display: block;
}

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

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: none;
}

a img {
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

/*----------デバイスで表示切り替え----------*/
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 621px) {
  .sp {
    display: none;
  }
}

/*---------------------------------------
header
=======================================*/
.fv {
  padding-bottom: 40px;
  overflow: hidden;
  background: #000;
}
@media only screen and (max-width: 640px) {
  .fv {
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.fv__inner {
  margin: 0 auto;
  background: url(../img/bg_main.jpg) #000 no-repeat top center;
}
@media only screen and (min-width: 1201px) {
  .fv__inner {
    background-size: 1208px;
  }
}
@media only screen and (max-width: 1200px) {
  .fv__inner {
    background-size: 1208px;
  }
}
@media only screen and (max-width: 640px) {
  .fv__inner {
    background-size: 476px;
    background-size: 148.75vw;
  }
}
.fv__h1 {
  width: 415px;
  margin: 0px auto 0;
  padding-top: 70px;
}
@media only screen and (max-width: 640px) {
  .fv__h1 {
    width: 180px;
    width: 56.25vw;
    padding-top: 25px;
    padding-top: 7.8125vw;
  }
}
.fv__center {
  width: 655px;
  margin: -220px auto 0;
}
@media only screen and (max-width: 640px) {
  .fv__center {
    width: 328px;
    width: 102.5vw;
    margin-top: -110px;
    margin-top: -34.375vw;
    margin-left: 30px;
    margin-left: 9.375vw;
  }
}
.fv__30 {
  width: 562px;
}
@media only screen and (max-width: 640px) {
  .fv__30 {
    width: 260px;
    width: 81.25vw;
  }
}
.fv__body {
  width: 656px;
  margin: 0 auto;
}
@media only screen and (max-width: 660px) {
  .fv__body {
    width: 280px;
    width: 87.5vw;
  }
}
.fv__info {
  font-size: 28px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 10px auto;
}
@media only screen and (max-width: 640px) {
  .fv__info {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .fv__info {
    margin-top: 5px;
    margin-top: 1.5625vw;
  }
}
.fv__btn {
  width: 100%;
  display: table;
  position: relative;
  margin: 0px auto 0;
}
.wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .news {
  margin: 60px auto 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .news {
    margin-top: 30px;
    margin-top: 9.375vw;
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .news__inner {
  background: url(../img/bg_garasu.jpg) top/cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  max-width: 650px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .news__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .news__inner {
    width: calc(100% - 24px);
  }
}
.wrapper .news__ttl {
  width: 100%;
  padding: 40px 0;
  font-size: 40px;
  line-height: 100%;
  background-color: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .news__ttl {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .news__ttl {
    padding-top: 20px;
    padding-top: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .news__list {
  max-width: 545px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .news__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .news__list {
    padding-top: 25px;
    padding-top: 7.8125vw;
    padding-bottom: 25px;
    padding-bottom: 7.8125vw;
    width: calc(100% - 30px);
  }
}
.wrapper .news__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wrapper .news__item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .wrapper .news__item:not(:last-child) {
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .news__pict {
  max-width: 311px;
  width: 58%;
}
.wrapper .news__txt {
  font-size: 20px;
  width: 37%;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .wrapper .news__txt {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .news__txt {
    letter-spacing: -0.08em;
    line-height: 150%;
  }
}
.wrapper .movie {
  padding: 160px 0 160px;
  text-align: center;
  background: url(../img/bg_hibi.jpg) top/cover;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .movie {
    padding-top: 80px;
    padding-top: 25vw;
    padding-bottom: 80px;
    padding-bottom: 25vw;
  }
}
.wrapper .movie__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .movie__inner {
    width: calc(100% - 30px);
  }
}
.wrapper .movie__h2 {
  font-size: 52px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 640px) {
  .wrapper .movie__h2 {
    font-size: 26px;
    font-size: 8.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .movie__h2 {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .movie__txt {
  line-height: 300%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  .wrapper .movie__txt {
    margin-bottom: 60px;
    margin-bottom: 18.75vw;
  }
}
.wrapper .movie__big {
  color: #84722A;
  font-size: 32px;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .wrapper .movie__big {
    font-size: 16px;
    font-size: 5vw;
  }
}
.wrapper .movie__youtube {
  max-width: 464px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 0;
  padding-top: 40%;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  .wrapper .movie__youtube {
    width: calc(100% - 30px);
  }
}
.wrapper .movie__youtube:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .movie__youtube:not(:last-child) {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .message {
  background: #000000;
}
.wrapper .message__power {
  width: 384px;
  margin: 0 auto;
  padding: 0px 0 94px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__power {
    width: 192px;
    width: 60vw;
    padding-bottom: 47px;
    padding-bottom: 14.6875vw;
  }
}
.wrapper .message__body {
  color: #fff;
  text-align: center;
  background: url(../img/bg_kuro.jpg) no-repeat center/cover;
  padding: 0px 0 200px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__body {
    padding-bottom: 100px;
    padding-bottom: 31.25vw;
  }
}
.wrapper .message__h2 {
  font-size: 44px;
  line-height: 170%;
  font-weight: 300;
  padding-top: 100px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__h2 {
    font-size: 22px;
    font-size: 6.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .message__h2 {
    padding-top: 50px;
    padding-top: 15.625vw;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
}
.wrapper .message__big {
  font-size: 52px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__big {
    font-size: 26px;
    font-size: 8.125vw;
  }
}
.wrapper .message__list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__list {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .message__item {
  line-height: 180%;
}
.wrapper .message__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__item:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .message__ttl {
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
  background: url(../img/bg_washi.jpg) no-repeat center/cover;
  padding: 46px 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__ttl {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .message__ttl {
    padding-top: 23px;
    padding-top: 7.1875vw;
    padding-bottom: 23px;
    padding-bottom: 7.1875vw;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .message__b {
  font-size: 48px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__b {
    font-size: 24px;
    font-size: 7.5vw;
  }
}
.wrapper .message__gold {
  color: #84722A;
  font-size: 68px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__gold {
    font-size: 34px;
    font-size: 10.625vw;
  }
}
.wrapper .message__gbody {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__gbody {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
.wrapper .message__gbold {
  font-size: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__gbold {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .message__txt {
  letter-spacing: 0.08em;
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__txt {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .message__gpict {
  width: 442px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .message__gpict {
    width: 221px;
    width: 69.0625vw;
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .message__info {
  line-height: 180%;
  font-weight: 200;
}
.wrapper .genin {
  padding-bottom: 200px;
  background: url(../img/bg2.jpg) no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin {
    padding-bottom: 100px;
    padding-bottom: 31.25vw;
  }
}
.wrapper .genin__wttl {
  text-align: center;
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  line-height: 160%;
  background: url(../img/bg_washi.jpg) no-repeat center/cover;
  padding: 70px 0;
  margin-bottom: 130px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__wttl {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__wttl {
    padding-top: 35px;
    padding-top: 10.9375vw;
    padding-bottom: 35px;
    padding-bottom: 10.9375vw;
    margin-bottom: 65px;
    margin-bottom: 20.3125vw;
  }
}
.wrapper .genin__b {
  font-size: 44px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__b {
    font-size: 22px;
    font-size: 6.875vw;
  }
}
.wrapper .genin__ttl {
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__ttl {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__ttl {
    margin-bottom: 65px;
    margin-bottom: 20.3125vw;
  }
}
.wrapper .genin__sub {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__sub {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
.wrapper .genin__h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-top: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__h2 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__h2 {
    margin-bottom: 5px;
    margin-bottom: 1.5625vw;
  }
}
.wrapper .genin__gold {
  color: #84722A;
  font-size: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gold {
    font-size: 40px;
    font-size: 12.5vw;
  }
}
.wrapper .genin__big {
  font-size: 46px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__big {
    font-size: 23px;
    font-size: 7.1875vw;
  }
}
.wrapper .genin__item {
  color: #fff;
  font-size: 20px;
  width: 100%;
  padding: 0 30px;
  line-height: 180%;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item {
    padding-left: 15px;
    padding-left: 4.6875vw;
    padding-right: 15px;
    padding-right: 4.6875vw;
  }
}
.wrapper .genin__item:not(:last-child) {
  margin-bottom: 130px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item:not(:last-child) {
    margin-bottom: 65px;
    margin-bottom: 20.3125vw;
  }
}
.wrapper .genin__item--01 {
  background: url(../img/pp01.png) no-repeat left/cover;
}
.wrapper .genin__item--02 {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: right;
  background: url(../img/pp02.png) no-repeat right/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item--02 {
    padding-top: 23px;
    padding-top: 7.1875vw;
    padding-bottom: 23px;
    padding-bottom: 7.1875vw;
  }
}
.wrapper .genin__item--03 {
  background: url(../img/pp03.png) no-repeat left/cover;
}
.wrapper .genin__ittl {
  display: flex;
  justify-items: start;
  align-items: center;
  margin-bottom: 50px;
  gap: 5px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__ittl {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .genin__ittl--02 {
  justify-content: end;
}
.wrapper .genin__num {
  font-family: "Didot", "Shippori Mincho", sans-serif;
  font-size: 110px;
  color: #84722A;
  display: table;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__num {
    font-size: 55px;
    font-size: 17.1875vw;
  }
}
.wrapper .genin__point {
  display: table;
  font-size: 40px;
  line-height: 110%;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__point {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .genin__ibody {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.wrapper .genin__gbody {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gbody {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
.wrapper .genin__gbold {
  font-size: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gbold {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .genin__txt {
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__txt {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .genin__gpict {
  width: 442px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gpict {
    width: 221px;
    width: 69.0625vw;
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .genin__info {
  line-height: 180%;
  font-weight: 200;
}
.wrapper .aura {
  padding: 440px 0 180px;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura {
    padding-top: 190px;
    padding-top: 59.375vw;
    padding-bottom: 90px;
    padding-bottom: 28.125vw;
  }
}
.wrapper .aura::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 440px;
  background: url(../img/ttl_arw.png) no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura::before {
    width: 320px;
    width: 100vw;
    height: 185px;
    height: 57.8125vw;
    top: -22px;
    top: -6.875vw;
  }
}
.wrapper .aura__h2 {
  color: #000;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 160%;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__h2 {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__h2 {
    top: 5px;
    top: 1.5625vw;
  }
}
.wrapper .aura__inner {
  margin-bottom: 50px;
  background: url(../img/pict_demo.jpg) no-repeat top right;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__inner {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
    background-size: 177px;
    background-size: 55.3125vw;
  }
}
.wrapper .aura__txt {
  font-size: 34px;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 110px 0 90px 36px;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__txt {
    font-size: 17px;
    font-size: 5.3125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__txt {
    padding-top: 55px;
    padding-top: 17.1875vw;
    padding-bottom: 45px;
    padding-bottom: 14.0625vw;
    padding-left: 18px;
    padding-left: 5.625vw;
  }
}
.wrapper .aura__25 {
  font-weight: bold;
}
.wrapper .aura__demo {
  font-size: 44px;
  width: 214px;
  padding: 15px 0 15px 30px;
  margin: 0 auto 0px;
  display: table;
  background-color: #000;
  border: solid 2px #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__demo {
    font-size: 22px;
    font-size: 6.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__demo {
    width: 107px;
    width: 33.4375vw;
    padding-top: 8px;
    padding-top: 2.5vw;
    padding-left: 15px;
    padding-left: 4.6875vw;
    padding-bottom: 8px;
    padding-bottom: 2.5vw;
  }
}
.wrapper .aura__info {
  line-height: 180%;
  margin-bottom: 150px;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__info {
    margin-bottom: 75px;
    margin-bottom: 23.4375vw;
  }
}
.wrapper .aura__box {
  padding-top: 410px;
  width: 640px;
  margin: 0 auto;
  background: url(../img/pict_ora.jpg) no-repeat top/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__box {
    width: 320px;
    width: 100vw;
    padding-top: 205px;
    padding-top: 64.0625vw;
  }
}
.wrapper .aura__sub {
  line-height: 160%;
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__sub {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .aura__h3 {
  font-size: 42px;
  line-height: 130%;
  background: #fff;
  width: 600px;
  color: #000000;
  padding: 20px 0;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__h3 {
    font-size: 21px;
    font-size: 6.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__h3 {
    width: 300px;
    width: 93.75vw;
    padding-top: 10px;
    padding-top: 3.125vw;
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
}
.wrapper .aura__haki {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 200;
}
@media only screen and (max-width: 640px) {
  .wrapper .aura__haki {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
.wrapper .about {
  padding: 0px 0 140px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about {
    padding-bottom: 70px;
    padding-bottom: 21.875vw;
  }
}
.wrapper .about__h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__h2 {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .about__inner {
  background: url(../img/bg_w.jpg) no-repeat center/cover;
}
.wrapper .about__ttl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__ttl {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .about__pict {
  width: 560px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__pict {
    width: 280px;
    width: 87.5vw;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .about__gold {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__gold {
    width: 300px;
    width: 93.75vw;
  }
}
.wrapper .about__item-g {
  color: #84722A;
  font-size: 20px;
  text-align: center;
  line-height: 130%;
  width: 32%;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__item-g {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .about__item-g {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .about__ttl {
  margin-bottom: 34px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__ttl {
    margin-bottom: 17px;
    margin-bottom: 5.3125vw;
  }
}
.wrapper .about__info {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 160%;
  margin-bottom: 150px;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__info {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .about__info {
    margin-bottom: 75px;
    margin-bottom: 23.4375vw;
  }
}
.wrapper .about__list {
  width: 580px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__list {
    width: 290px;
    width: 90.625vw;
  }
}
.wrapper .about__item {
  font-size: 28px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__item {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.wrapper .about__item:not(:last-child) {
  margin-bottom: 130px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__item:not(:last-child) {
    margin-bottom: 65px;
    margin-bottom: 20.3125vw;
  }
}
.wrapper .about__item--small {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__item--small {
    font-size: 8px;
    font-size: 2.5vw;
  }
}
.wrapper .about__ittl {
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__ittl {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .about__point {
  width: 186px;
  display: table;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__point {
    width: 93px;
    width: 29.0625vw;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .about__sub {
  display: table;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__sub {
    margin-bottom: 5px;
    margin-bottom: 1.5625vw;
  }
}
.wrapper .about__h3 {
  font-size: 44px;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__h3 {
    font-size: 22px;
    font-size: 6.875vw;
  }
}
.wrapper .about__n-s {
  font-size: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__n-s {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .about__ipict {
  margin: 0 auto 24px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__ipict {
    margin-bottom: 12px;
    margin-bottom: 3.75vw;
  }
}
.wrapper .about__body {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__body {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .about__txt {
  letter-spacing: 0;
}
.wrapper .about__n-list {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__n-list {
    margin-top: 15px;
    margin-top: 4.6875vw;
  }
}
.wrapper .about__n-item {
  background-color: #000000;
  color: #fff;
  display: table;
  padding: 3px 20px 3px 10px;
  border: solid 2px #707070;
  margin-bottom: 14px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__n-item {
    border: solid 1px #707070;
    padding-top: 2px;
    padding-top: 0.625vw;
    padding-bottom: 2px;
    padding-bottom: 0.625vw;
    padding-left: 5px;
    padding-left: 1.5625vw;
    padding-right: 10px;
    padding-right: 3.125vw;
    margin-bottom: 7px;
    margin-bottom: 2.1875vw;
  }
}
.wrapper .about__n-gold {
  color: #84722A;
  font-weight: 500;
}
.wrapper .voice {
  padding: 400px 0 80px;
  background: url(../img/bg_kabe.png) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice {
    padding-top: 140px;
    padding-top: 43.75vw;
    padding-bottom: 40px;
    padding-bottom: 12.5vw;
  }
}
.wrapper .voice::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 310px;
  background: url(../img/ttl_cross.png) no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice::before {
    width: 320px;
    width: 100vw;
    height: 132px;
    height: 41.25vw;
    top: -30px;
    top: -9.375vw;
  }
}
.wrapper .voice__h2 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  line-height: 160%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h2 {
    font-size: 24px;
    font-size: 7.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h2 {
    top: 15px;
    top: 4.6875vw;
  }
}
.wrapper .voice__list {
  margin: 0 auto;
}
.wrapper .voice__item {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__item {
    padding-left: 15px;
    padding-left: 4.6875vw;
    padding-right: 15px;
    padding-right: 4.6875vw;
  }
}
.wrapper .voice__item:not(:last-child) {
  margin-bottom: 110px;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__item:not(:last-child) {
    margin-bottom: 55px;
    margin-bottom: 17.1875vw;
  }
}
.wrapper .voice__ttl {
  width: 576px;
  margin: 0 auto 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__ttl {
    width: 287px;
    width: 89.6875vw;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .voice__ttl--02 {
  justify-content: end;
}
.wrapper .voice__box {
  position: absolute;
  left: 0;
  top: 40px;
}
.wrapper .voice__box--r {
  right: 40px;
  left: auto;
}
.wrapper .voice__age {
  font-size: 22px;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__age {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.wrapper .voice__body {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  width: 560px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__body {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__body {
    width: 280px;
    width: 87.5vw;
  }
}
.wrapper .pro {
  padding: 90px 0 180px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .pro {
    padding-top: 45px;
    padding-top: 14.0625vw;
    padding-bottom: 90px;
    padding-bottom: 28.125vw;
  }
}
.wrapper .pro__inner {
  padding: 100px 0 130px;
  width: 568px;
  margin: 0 auto;
  background: url(../img/bg_in.jpg) no-repeat top/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .pro__inner {
    width: 284px;
    width: 88.75vw;
    padding-top: 50px;
    padding-top: 15.625vw;
    padding-bottom: 65px;
    padding-bottom: 20.3125vw;
  }
}
.wrapper .pro__h2 {
  width: 446px;
  margin: 0 auto 50px;
  font-size: 44px;
  letter-spacing: -0.03em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .pro__h2 {
    font-size: 22px;
    font-size: 6.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .pro__h2 {
    width: 223px;
    width: 69.6875vw;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .pro__h2::after, .wrapper .pro__h2::before {
  content: "";
  position: absolute;
  top: 60%;
  margin-top: -1px;
  width: 144px;
  height: 2px;
  background-color: #84722A;
}
@media only screen and (max-width: 640px) {
  .wrapper .pro__h2::after, .wrapper .pro__h2::before {
    width: 70px;
    width: 21.875vw;
    height: 1px;
    margin-top: 0;
  }
}
.wrapper .pro__h2::after {
  left: 0;
}
.wrapper .pro__h2::before {
  right: 0;
}
.wrapper .pro__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 190%;
}
.wrapper .pro__strong {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 70px;
  line-height: 170%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .wrapper .pro__strong {
    font-size: 35px;
    font-size: 10.9375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .pro__strong {
    margin-bottom: 5px;
    margin-bottom: 1.5625vw;
  }
}
.wrapper .qa {
  padding: 240px 0 290px;
  position: relative;
  color: #fff;
  background: url(../img/ttl_qa.png) #000 no-repeat top center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa {
    padding-top: 120px;
    padding-top: 37.5vw;
    padding-bottom: 145px;
    padding-bottom: 45.3125vw;
  }
}
.wrapper .qa__list {
  width: 590px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__list {
    width: 290px;
    width: 90.625vw;
  }
}
.wrapper .qa__item {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.wrapper .qa__item:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__item:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .qa__ttl {
  display: flex;
  gap: 5px;
  line-height: 150%;
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__ttl {
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    gap: 3px;
    gap: 0.9375vw;
  }
}
.wrapper .qa__a {
  display: flex;
  gap: 5px;
  line-height: 150%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__a {
    gap: 3px;
    gap: 0.9375vw;
  }
}
.wrapper .qa__icon {
  padding-top: 10px;
  font-size: 56px;
  font-family: "Didot", "Shippori Mincho", sans-serif;
  color: #84722A;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__icon {
    font-size: 28px;
    font-size: 8.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__icon {
    padding-top: 5px;
    padding-top: 1.5625vw;
  }
}
.wrapper .qa__txt {
  width: 510px;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0;
  font-weight: 100;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__txt {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__txt {
    width: 255px;
    width: 79.6875vw;
  }
}
.wrapper .qa__txt--bld {
  font-weight: 500;
}
.wrapper .next {
  background-color: #F5F5F5;
  padding: 140px 0 220px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .wrapper .next {
    padding-top: 70px;
    padding-top: 21.875vw;
    padding-bottom: 120px;
    padding-bottom: 37.5vw;
  }
}
.wrapper .next__next {
  max-width: 179px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .next__next {
    width: 90px;
    width: 28.125vw;
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .next__txt {
  font-size: 36px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .next__txt {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .next__txt {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .next__30 {
  max-width: 500px;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 640px) {
  .wrapper .next__30 {
    width: 250px;
    width: 78.125vw;
  }
}
.wrapper .case {
  padding: 120px 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .wrapper .case {
    padding-top: 60px;
    padding-top: 18.75vw;
    padding-bottom: 60px;
    padding-bottom: 18.75vw;
  }
}
.wrapper .case__inner {
  background-color: #000;
  max-width: 600px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border: solid 2px #000;
  color: #fff;
  padding-bottom: 95px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .wrapper .case__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .case__inner {
    padding-bottom: 48px;
    padding-bottom: 15vw;
  }
}
.wrapper .case__inner:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .wrapper .case__inner:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
}
.wrapper .case__ttl {
  font-weight: bold;
  font-size: 30px;
  padding: 36px 0 26px;
  border-bottom: solid 2px #000;
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .wrapper .case__ttl {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .case__ttl {
    padding-top: 18px;
    padding-top: 5.625vw;
    padding-bottom: 13px;
    padding-bottom: 4.0625vw;
  }
}
.wrapper .case__num {
  font-weight: normal;
  font-size: 44px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .wrapper .case__num {
    font-size: 22px;
    font-size: 6.875vw;
  }
}
.wrapper .case__name {
  font-size: 28px;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .wrapper .case__name {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .case__name {
    margin-top: 10px;
    margin-top: 3.125vw;
  }
}
.wrapper .case__list {
  max-width: 525px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .wrapper .case__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .case__list {
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
}
.wrapper .case__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 160%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .wrapper .case__item {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
.wrapper .case__th {
  width: 23%;
}
.wrapper .case__td {
  width: 76%;
}
.wrapper .case__price {
  border: solid 2px #fff;
  font-size: 40px;
  padding: 18px;
  display: table;
  margin: 0 auto 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .case__price {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .case__price {
    pading: 10px;
    pading: 3.125vw;
  }
}
.wrapper .line {
  text-align: center;
  padding: 40px 0 240px;
  background: #000000;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .line {
    padding-top: 20px;
    padding-top: 6.25vw;
    padding-bottom: 120px;
    padding-bottom: 37.5vw;
  }
}
.wrapper .line--02 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line--02 {
    padding-bottom: 60px;
    padding-bottom: 18.75vw;
  }
}
.wrapper .line__pict {
  width: 640px;
  position: absolute;
  top: 340px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__pict {
    width: 320px;
    width: 100vw;
    top: 175px;
    top: 54.6875vw;
  }
}
.wrapper .line__box {
  background: url(../img/bg_cta.png) no-repeat center/cover;
  width: 600px;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__box {
    width: 300px;
    width: 93.75vw;
    padding: 5px;
    padding: 1.5625vw;
  }
}
.wrapper .line__inner {
  border: solid 2px #84722A;
  padding: 54px 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__inner {
    padding-top: 27px;
    padding-top: 8.4375vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
}
.wrapper .line__ttl {
  padding: 0px 0 420px;
  letter-spacing: 0.03em;
  line-height: 120%;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__ttl {
    padding-bottom: 210px;
    padding-bottom: 65.625vw;
  }
}
.wrapper .line__sub {
  text-align: center;
  background-color: #000000;
  width: 384px;
  margin: 0 auto 26px;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 180%;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__sub {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .line__sub {
    width: 192px;
    width: 60vw;
    margin-bottom: 13px;
    margin-bottom: 4.0625vw;
  }
}
.wrapper .line__h2 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 130%;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__h2 {
    font-size: 26px;
    font-size: 8.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .line__h2 {
    margin-bottom: 7px;
    margin-bottom: 2.1875vw;
  }
}
.wrapper .line__big {
  font-size: 76px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__big {
    font-size: 36px;
    font-size: 11.25vw;
  }
}
.wrapper .line__kome {
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__kome {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.wrapper .line__body {
  font-size: 26px;
  line-height: 180%;
  margin-bottom: 44px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__body {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .line__body {
    margin-bottom: 22px;
    margin-bottom: 6.875vw;
  }
}
.wrapper .line__ora {
  font-size: 34px;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__ora {
    font-size: 17px;
    font-size: 5.3125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .line__ora {
    margin-bottom: 7px;
    margin-bottom: 2.1875vw;
  }
}
.wrapper .line__line {
  line-height: 110%;
  display: inline-block;
  border-bottom: solid #84722A 4px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__line {
    border-bottom: solid #84722A 2px;
  }
}
.wrapper .line__txt {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__txt {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .line__bld {
  font-weight: bold;
}
.wrapper .line__gold {
  color: #84722A;
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__gold {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
.wrapper .line__btn {
  width: 570px;
  display: table;
  position: relative;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 640px) {
  .wrapper .line__btn {
    width: 285px;
    width: 89.0625vw;
  }
}
.wrapper .line__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.wrapper .cta {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .cta__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__item:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .cta__ttl {
  width: 432px;
  font-size: 26px;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__ttl {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__ttl {
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
    width: 217px;
    width: 67.8125vw;
  }
}
.wrapper .cta__ttl--01 {
  background: url(../img/icon_gld.png) no-repeat center/100%;
}
.wrapper .cta__ttl--02 {
  background: url(../img/icon_gld2.png) no-repeat center/100%;
}
.wrapper .cta__ttl--03 {
  background: url(../img/icon_gld3.png) no-repeat center/100%;
}
.wrapper .cta__txt {
  line-height: 170%;
}
.wrapper .cta__gold {
  font-size: 52px;
  line-height: 140%;
  color: #84722A;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__gold {
    font-size: 26px;
    font-size: 8.125vw;
  }
}
.wrapper .cta__s {
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__s {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
.wrapper .cta__bld {
  font-size: 44px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__bld {
    font-size: 22px;
    font-size: 6.875vw;
  }
}
.wrapper .messe {
  padding: 170px 0 100px;
  background: url(../img/bg_omoi.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe {
    padding-top: 85px;
    padding-top: 26.5625vw;
    padding-bottom: 50px;
    padding-bottom: 15.625vw;
  }
}
.wrapper .messe__icon {
  width: 289px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__icon {
    width: 144px;
    width: 45vw;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .messe__h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 160%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__h2 {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__h2 {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .messe__inner {
  width: 573px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__inner {
    width: 286px;
    width: 89.375vw;
  }
}
.wrapper .messe__pict {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__pict {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .messe__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.wrapper .flow {
  padding: 200px 0 180px;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow {
    padding-top: 100px;
    padding-top: 31.25vw;
    padding-bottom: 90px;
    padding-bottom: 28.125vw;
  }
}
.wrapper .flow__inner {
  width: 580px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .wrapper .flow__inner {
    width: 290px;
    width: 90.625vw;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .flow__h2 {
  font-size: 40px;
  text-align: center;
  line-height: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow__h2 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .flow__h2 {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .flow__sub {
  font-size: 32px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow__sub {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .flow__sub {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .flow__ttl {
  font-size: 40px;
  color: #000000;
  text-align: center;
  padding: 28px 0 32px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow__ttl {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .flow__ttl {
    padding-top: 14px;
    padding-top: 4.375vw;
    padding-bottom: 16px;
    padding-bottom: 5vw;
  }
}
.wrapper .flow__s {
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow__s {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.wrapper .flow__txt {
  padding: 80px 34px 46px;
  border: solid 2px #fff;
  border-top: none;
  font-weight: 200;
  line-height: 160%;
}
@media only screen and (max-width: 800px) {
  .wrapper .flow__txt {
    border: solid 1px #fff;
    padding-top: 40px;
    padding-top: 12.5vw;
    padding-left: 17px;
    padding-left: 5.3125vw;
    padding-right: 17px;
    padding-right: 5.3125vw;
    padding-bottom: 23px;
    padding-bottom: 7.1875vw;
  }
}
.wrapper .flow__kakko {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow__kakko {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .flow__item {
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow__item {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.wrapper .flow__item:not(:last-child) {
  margin-bottom: 170px;
}
@media only screen and (max-width: 640px) {
  .wrapper .flow__item:not(:last-child) {
    margin-bottom: 85px;
    margin-bottom: 26.5625vw;
  }
}
.wrapper .flow__map {
  margin-top: 50px;
}
@media only screen and (max-width: 800px) {
  .wrapper .flow__map {
    margin-top: 25px;
    margin-top: 7.8125vw;
  }
}
.wrapper .flow__box {
  width: 570px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .wrapper .flow__box {
    width: 285px;
    width: 89.0625vw;
  }
}
.wrapper .flow__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
.wrapper .last {
  padding: 250px 0 80px;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
@media only screen and (max-width: 640px) {
  .wrapper .last {
    padding-top: 120px;
    padding-top: 37.5vw;
    padding-bottom: 40px;
    padding-bottom: 12.5vw;
  }
}
.wrapper .last::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 310px;
  background: url(../img/ttl_cross.png) no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .last::before {
    width: 320px;
    width: 100vw;
    height: 132px;
    height: 41.25vw;
    top: -30px;
    top: -9.375vw;
  }
}
.wrapper .last__h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 40px;
  text-align: center;
  line-height: 160%;
  font-weight: 200;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__h2 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .last__h2 {
    top: 8px;
    top: 2.5vw;
  }
}
.wrapper .last__inner {
  width: 590px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__inner {
    width: 285px;
    width: 89.0625vw;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .last__body {
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: 200;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__body {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .last__body {
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
}
.wrapper .last__btn {
  display: block;
  width: 570px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__btn {
    width: 285px;
    width: 89.0625vw;
  }
}

.footer {
  padding: 22px 0;
  background-color: #222;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-top: 11px;
    padding-top: 3.4375vw;
    padding-bottom: 11px;
    padding-bottom: 3.4375vw;
  }
}
.footer__copy {
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  display: table;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footer__copy {
    font-size: 10px;
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=style.css.map */