html,
body {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

body {
  font-family: shippori-mincho, sans-serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  animation: fadeIn 2.5s ease 0s 1 normal;
  background-color: white;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

ol,
ul {
  list-style: none;
}

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

p.bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

/*---------------------------------------
common
---------------------------------------*/
.wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whiteWrap {
  background-color: white;
  border: 1px solid #806239;
}


#header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.h1Box {
  position: fixed;
  z-index: -1;
  top: 0;
  /*以下背景画像指定*/
  width: 100%;
  height: 100vh;
  background: url('../img/keyvis.png');
  no-repeat top center;
  background-size: cover;
  transform-origin: center;
}

.h2Box {
  width: 100%;
  background-size: cover;
  background-image: url('../img/titleback.jpg');
  text-align: center;
  padding: 50px 0;
}

.mediaBox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.u-boxA {
  margin: 100px auto;
  text-align: center;
}

.u-boxL {
  margin: 65px auto;
  text-align: center;
}

.inner {
  width: 900px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.item-Box {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.item-left-wrap {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.item-left_upper {
  width: 100%;
}

.item-left_under {
  width: 100%;
}

p.cA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  color: #000000a3;
  margin: 20px 0;
}

p.cB {
  font-size: 13px;
  font-family: sans-serif;
  line-height: 1.5em;
  color: black;
}

.item-right-wrap {
  width: 60%;
  display: flex;
  flex-direction: row;
}

.item-right {
  width: 50%;
  text-align: left;
}

.includeBox {
  width: 68px;
  background-color: #3389a4;
  color: white;
  font-size: 12px;
  letter-spacing: 3px;
  text-align: center;
  padding: 4px 2px 4px 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: sans-serif;
}

.includeBoxD {
  width: 68px;
  background-color: none;
  color: white;
  font-size: 3px;
  letter-spacing: 3px;
  text-align: center;
  padding: 4px 2px 4px 4px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-family: sans-serif;
}

.inTitle {
  font-size: 27px;
  color: black;
  text-indent: -13px;
  margin-bottom: 20px;
  color: #534741;
}

.inTitleD {
  height: 31px;
  margin-bottom: 20px;
}

.disc {
  font-size: 14px;
  color: black;
  margin-bottom: 0.6rem;
}

.title-border {
  display: flex;
  align-items: baseline;
  color: #806239;
}

.title-border:after {
  border-top: 1px solid;
  content: "";
  width: 20em;
  opacity: 0.5;
}

.title-border:after {
  margin-left: 0.35rem;
}

.title-borderB {
  display: flex;
  align-items: baseline;
}

.title-borderB:after {
  border-top: 1px solid;
  content: "";
  width: 10em;
  opacity: 0.5;
}

.title-borderB:after {
  margin-left: 0.35rem;
}

.cC {
  font-size: 15px;
  color: black;
  line-height: 2em;
  color: #534741;
}

.cD {
  font-size: 15px;
  color: black;
  line-height: 2em;
  margin-bottom: 50px;
  color: #534741;
}

.detailBox {
  width: 900px;
  height: 57.7%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.detailBoxB {
  width: 900px;
  height: 600px;
  display: flex;
  flex-direction: row;
  margin: 0 auto 100px;
  background: url('../img/boxframe.png') no-repeat center center;
}

.anBox {
  width: 75%;
  text-align: center;
  padding: 110px 0 0 0;
}

.kounyuBox {
  width: 21%;
  padding: 74px 0 60px;
}

.kounyuBox ul {
  text-align: center;
  padding: 0;
}

.kounyuBox li {
  margin: 30px auto;
}

.hr {
  width: 80%;
  margin: 30px auto 0;
  border-bottom: thin solid #806239;
  box-sizing: border-box;
  opacity: 0.3;
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-top: 56.25%;
  margin: 100px auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.interviewBox {
  width: 100%;
  margin: 200px auto 160px;
  text-align: center;
}

.moreBox {
  width: 40%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.more {
  width: 30%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  color: #806239ad;
  font-size: 20px;
  font-family: fot-tsukumin-pr6n, sans-serif;
}

.center-border {
  display: flex;
  align-items: center;
}

.center-border:before,
.center-border:after {
  content: "";
  border-top: 1px solid #806239;
  flex-grow: 1;
  opacity: 0.5;
}

.center-border:before {
  margin-right: 1rem;
}

.center-border:after {
  margin-left: 1rem;
}

.survey {
  width: 100%;
  background-color: #f2eeeb;
  margin: 100px auto 0;
  padding-bottom: 50px;
}

.u-boxB {
  padding: 100px 0;
  text-align: center;
}

.u-boxC {
  text-align: center;
  color: #534741;
  font-size: 20px;
  line-height: 2em;
}

.u-boxD {
  width: 100%;
  margin: 0 auto 80px;
}

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

.txtBox {
  width: 100%;
  margin: 70px auto 80px;
  font-size: 20px;
  font-family: fot-tsukumin-pr6n, sans-serif;
  line-height: 2.3;
  color: #806239ad;
}

.surveyBox {
  width: 100%;
  margin: 0px auto 100px;
  text-align: center;
}

.surveyBox ul {
  position: absolute;
  top: 100px;
  left: 210px;
  margin: 0 auto;
  padding: 0;
}

.surveyBox li {
  display: flex;
  flex-direction: row;
  line-height: 20px;
  justify-content: left;
  align-items: center;
  margin-bottom: 50px;
  margin-right: 20px;
  font-size: 16px;
  color: #534741;
}

.qBox {
  margin-right: 20px;
}

.answerBox {
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}

.next {
  width: 30%;
  margin: 150px auto 0;
  text-align: center;
  color: #806239;
  font-size: 17px;
  font-family: Akashi, serif;
  letter-spacing: 10px;
}

.footer {
  width: 100%;
  background-color: #b9a96d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}

.linkBox {
  width: 500px;
  text-align: center;
  margin: 0 auto;
}

.linkBox ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.linkBox li {}

.linkBoxTxt {
  width: 100%;
  margin: 0 auto;
  color: white;
  font-size: 11px;
  text-align: center;
}

.modaal-container {
  display: inline-block;
  height: 100% !important;
  width: 100% !important;
}

@media only screen and (max-width: 768px) {

  #header {
    width: 100%;
    height: 63vh;
  }

  .h1Box {
    width: 100%;
    height: 60vh;
  }

  .h2Box {
    padding: 60px 0;
  }

  .tlimg {
    width: 100%;
  }

  .mediaBox {
    padding-top: 55px;
  }

  .u-boxA {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .u-boxL {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .inner {
    width: 90%;
    margin-bottom: 50px;
  }

  .item-Box {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }

  .item-left-wrap {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .item-left_upper {
    width: 85%;
    text-align: center;
  }

  .item-right_under {
    width: 100%;
  }

  p.cA {
    font-size: 13px;
  }

  p.cB {
    font-size: 11px;
  }

  .includeBoxD {
    font-size: 20px;
  }

  .item-right-wrap {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }

  .item-right,
  .item-left {
    width: 100%;
  }

  .title-border::after {
    width: 90%;
  }

  /* .cC {
    padding-left: 10px;
  } */

  .detailBox {
    width: 90%;
    height: auto;
    flex-direction: column;
  }

  .anBox {
    width: 100%;
    text-align: center;
    padding: 30px 0 50px;
  }

  .kounyuBox {
    width: 100%;
    padding-top: 0;
  }

  .kounyuBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }

  .kounyuBox li {
    width: 150px;
    margin: 12px 0px;
  }

  .hr {
    width: 90%;
    margin-top: 0;
  }

  .title-borderB::after {
    width: 70%;
  }

  .cD {
    /* padding-left: 10px; */
  }

  .includeBoxD {
    margin-bottom: 0;
  }

  .inTitleD {
    height: 15px;
    margin-bottom: 0;
  }

  .detailBoxB {
    width: 90%;
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
  }

  .youtube {
    margin: 0 auto 50px;
  }

  .interviewBox {
    margin: 100px auto 60px;
  }

  .u-boxB {
    width: 60%;
    margin: 0 auto;
    padding: 60px 0 40px;
  }

  .u-boxB img {
    width: 86%;
  }

  .u-boxC {
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    font-size: 10pt;
  }

  .u-boxD {
    width: 85%;
    margin-bottom: 60px;
  }

  .sep {
    width: 35%;
    margin: 0 auto;
  }

  .txtBox {
    width: 85%;
    margin: 60px auto;
    font-size: 16px;
    font-family: Akashi, serif;
    line-height: 2;
    color: #806239;
  }

  .moreBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .more {
    width: 40%;
    font-size: 15px;
  }

  .survey {
    width: 100%;
    background-color: #2eeeb;
    margin: 0 auto;
    padding: 0 0 10px;
  }

  .surveyBox {
    width: 90%;
    margin: 0px auto 50px;
  }

  .surveyBox ul {
    top: 27px;
    left: 0px;
  }

  .surveyBoxB {
    width: 90%;
    text-align: center;
  }

  .answerBox {
    width: 60%;
    height: auto;
    margin: 50px auto;
  }

  .next {
    width: 60%;
    margin: 120px auto 60px;
    text-align: center;
    color: #806239;
    font-size: 15px;
    font-family: Akashi, serif;
    letter-spacing: 10px;
  }


  .titleBox {
    width: 90%;
    margin: 0 auto;
  }

  .footer {
    padding-bottom: 10px;
  }

  .linkBox {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .linkBox li {
    padding-right: 30px;
  }

  .linkBox img {
    width: 100%;
  }
}




.h1Box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: transparent !important;
}

.h1Box-slides {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  /* PC・SP共通の上起点 */
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  transform: scale(1.0);
  transition: none;
}

/* ズームアニメーション */
.slide-item.is-zooming {
  display: block;
  transition: transform 10s linear !important;
  transform: scale(1.1) !important;
}

.h2Box {
  width: 100%;
  background-size: cover;
  background-image: url('../img/titleback.webp');
  text-align: center;
  padding: 50px 0;
}

.u-boxA {
  margin: 100px auto 20px;
  text-align: center;
  max-width: 750px;
}

p.tA {
  font-size: clamp(13px, calc(2.412px + 2.941vw), 25px);
  line-height: 1.4em;
  color: #806239;
  margin: 0 0 20px 0;
}

p.tA span {
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(13px, calc(2.412px + 2.941vw), 25px);
  color: #806239;
}

.discWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 12em 7em;
}

.discWrap_b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 100px;
}


.incl-wrap {
  display: flex;
  flex-direction: row;
}

.inTitle {
  font-size: clamp(20px, calc(13.824px + 1.716vw), 27px);
  color: black;
  text-indent: -13px;
  margin-bottom: 10px;
  color: #534741;
}

.inTitle span {
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(20px, calc(13.824px + 1.716vw), 27px);
  color: black;
}


.inTitle_b {
  font-size: clamp(14px, calc(11.353px + 0.735vw), 17px);
  color: black;
  /* text-indent: -13px; */
  margin-bottom: 20px;
  color: #534741;
}

.inTitle_b span {
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(14px, calc(11.353px + 0.735vw), 17px);
  color: #534741;
}

.cC {
  font-size: clamp(14px, calc(12.235px + 0.49vw), 16px);
  color: black;
  line-height: 2em;
  color: #534741;
  margin-top: 3.3em;
}

.cD {
  font-size: clamp(14px, calc(12.235px + 0.49vw), 16px);
  color: black;
  line-height: 2em;
  margin-bottom: 50px;
  color: #534741;
  margin-top: 1em;
}

.cD span {
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(14px, calc(12.235px + 0.49vw), 16px);
  color: black;
}

.cE {
  font-size: clamp(14px, calc(12.235px + 0.49vw), 16px);
  line-height: 2em;
  color: #534741;
  margin-top: 1.8em;
}

.incl-right {
  width: 50%;
}

.reward-wrap {
  width: 100%;
  height: auto;
  background-image: url(../img/back_p1.webp);
  background-size: 100px 100px;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.reward-image {
  width: 70%;
  height: auto;
  margin: 3em 0;
}

.buyWrap {
  width: 900px;
  margin: 4em auto 0;
  display: flex;
  flex-direction: row;
}

.buyWrap .leftBox {
  width: 30%;
}

.buyWrap .leftBox img {
  width: 170px;
}

.buyWrap .rightBox {
  width: 70%;
}

.buyWrap .rightBox ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.buyWrap .rightBox li {
  width: 170px;
  margin: 0 35px 10px 0;
}

.hr {
  width: 80%;
  margin: 100px auto 0;
  border-bottom: thin solid #806239;
  box-sizing: border-box;
  opacity: 0.3;
}


/* SP用の調整 */
@media only screen and (max-width: 768px) {

  .h1Box {
    min-height: 60vh;
  }

  .slide-item {
    background-size: 100% auto;
    background-position: center top !important;
  }

  .h2Box {
  padding: 20px 0;
}

  .mediaBox {
    padding-top: 20px;
  }

  .inner {
    width: 90%;
    margin-bottom: 0px;
  }

  .discWrap {
    margin: 0 2em;
  }

  .u-boxA {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  p.tA {
    margin: 0;
  }

  .incl-wrap {
    flex-direction: column;
  }

  p.cA {
    font-size: 12px;
    margin: 15px 0 50px;
  }

  .incl-right {
    width: 100%;
  }

.inTitle {
  text-indent: -8px;
}

.cC {
  margin: 1em 0 3em 0;
}

.reward-wrap {
  width: 100%;
}

.reward-image {
  width: 90%;
  height: auto;
  margin: 2em 0;
}

.buyWrap {
  width: 100%;
}

.buyWrap .rightBox {
  width: 90%;
  margin: 0 auto;
}

.buyWrap .rightBox ul {
  justify-content: space-between;
}

.buyWrap .rightBox li {
  width: 30%;
  margin: 0 0 10px 0;
}

.hr {
  width: 100%;
  margin: 50px auto 30px;
}

.discWrap_b {
  margin: 0 2em 30px;
}

.youtube {
  margin: 50px auto;
}

}

/* 下合わせの画像エリア */
.h1Box-bottom-bar {
  position: absolute;
  bottom: 1em;           /* 下端に固定 */
  left: 0;
  width: 100%;         /* エリア自体は横幅いっぱい */
  z-index: 1;          /* 背景スライド(-1)より上、コンテンツより下 */
  text-align: center;  /* 中の画像を中央寄せにする */
  line-height: 0;      /* 画像下の不要な隙間を削除 */
  pointer-events: none;
}

.h1Box-bottom-bar img {
  width: 50%;
  height: auto;        /* 比率を維持 */
  display: inline-block; /* 中央寄せを効かせるために inline-block に */
}

/* スマホ（SP）で小さくなりすぎる場合の調整 */
@media only screen and (max-width: 768px) {
  .h1Box-bottom-bar {
    bottom: 0.5em;
  }

  .h1Box-bottom-bar img {
    width: 60%;
  }
}