/* reset.css */
div#contents {
  width: 100%!important;
}

.shindan * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #6E717B;
  line-height: 1.5;
}

DIV#contents P {
  margin: 0;
}

.shindan p {
  margin: 0;
}

/* 共通 */
DIV#mainBg {
  width: 100%;
}

BODY.pageRing #contents {
  width: 100%;
}

.shindan {
  width: 100%;
  background-color: #F6F4F0;
}

.shindan-container {
  max-width: 500px;
  background-color: #fff;
  margin: auto;
  background-image: url(../img/bg-04.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* 写真診断のbg */
.picture-corner-bg {
  background-image: url(../img/bg-05.png);
}

/* STRAT */

.start-wrap {
  padding-top: 40px;
  padding-bottom: 80px;
}



DIV#contents .shindan-title {
  width: 63%;
  margin: auto;
}

.shindan-title img {
  width: 100%;
}

.shindan-container img {
  width: 100%;
}

DIV#contents .shindan-text {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.btn {
  display: block;
  width: 70%;
  margin: auto;
  background: content-box;
}

.btn:hover {
  /* opacity: 0.6; */
  filter: brightness(90%);
  transition: 0.6s;
}

/* テキスト診断q1~q4 */

/* q1 */

.q-wrap {
  padding-top: 66px;
  padding-bottom: 96px;
}

DIV#contents .q-wrap .q-title {
  width: 62%;
  margin: auto;
}

.q-title img {
  width: 100%;
}

DIV#contents .q-number {
  width: 19%;
  margin: auto;
  margin-top: 33px;
}

.q-number img {
  width: 100%;
}

DIV#contents .q-text {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}

.btn-box {
  width: 77.2%;
  margin: auto;
  margin-top: 52px;
  margin-bottom: 52px;
}

.btn-box a {
  display: block;
}

.btn-box a:hover {
  filter: brightness(90%);
  transition: 0.6s;
}

.answer {
  width: 100%;
}

.answer__yes {
  margin-bottom: 23px;
}

/* 写真診断 */

.picture-wrap {
  max-width: 420px;
  padding: 0 40px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  box-sizing: content-box;
}

DIV#contents .picture-wrap-title {
  text-align: center;
}

.text-line {
  border-bottom: 3px solid #E1DEC0;
  padding-bottom: 3px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.pink-text {
  font-size: 23px;
  color: #EDA39F;
  font-weight: 700;
}

.p-q-box {
  width: 100%;
}

DIV#contents .p-q-title {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin-top: 76px;
  margin-bottom: 10px;
}

.p-q-img {
  width: 100%;
  overflow: hidden;
  display: block;
}

.p-q-img img {
  transition: 0.6s;
}

.p-q-img img:hover {
  filter: brightness(90%);
  transform: scale(1.1, 1.1);
}

DIV#contents .chapel-title {
  font-size: 12px;
  text-align: right;
  margin-top: 4px;
}

/* 答えページ */
/* top-block */
.answer-wrap {
  padding-top: 50px;
  padding-bottom: 70px;
}

.top-block {
  max-width: 450px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}

DIV#contents .answer-title {
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-green {
  font-size: 23px;
  font-weight: 700;
}

.answer-img-box {
  background-image: url(../img/answer-main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.answer-img-box img {
  width: 66.6666667%;
  display: block;
  margin: auto;
  padding: 90px 0;
}

DIV#contents  .dress-title {
  font-size: 12px;
  text-align: right;
  margin-top: 4px;
  display: block;
  text-decoration: none;
  color: #6E717B;;
}

.answer-wrap a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

DIV#contents .result-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

.green-line {
  font-size: 34px;
  font-weight: 700;
  border-bottom: 5px solid #A3B89B;
}

DIV#contents .result-text {
  font-size: 18px;
  margin-top: 37px;
}

/* recommend-block */

.recommend-block {
  max-width: 450px;
  margin: auto;
  margin-top: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dedede;
}

.recommend-box {
  width: 100%;
}

.box-title {
  font-size: 35px;
  color: #C1BB91;
  text-align: center;
}

DIV#contents .recommend-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.recommend-item {
  display: inline-block;
  background-color: #A3B89B;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

DIV#contents .recommend-item-text {
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}

DIV#contents .recommend-item-text01 {
  margin-bottom: 30px;
}

DIV#contents .arrow-g-btn {
  display: flex;
  width: 93.3333333%;
  justify-content: space-between;
  margin: auto;
  padding: 27px 20px;
  border: 2px solid #C1BB91;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
}

DIV#contents .recommend-box .arrow-g-btn {
  margin-top: 40px;
}

.order-text {
  font-size: 22px;
  font-weight: 700;
}

.arrow-g-btn img {
  width: 20px;
  height: 20px;
}

/* other-dress-box */
.other-dress-box {
  max-width: 450px;
  background-color: #F6F4F0;
  margin: auto;
  margin-top: 74px;
  padding-bottom: 30px;
}

DIV#contents .other-dress-title {
  padding-top: 40px;
}

DIV#contents .other-sub-title {
  text-align: center;
}

DIV#contents .other-text {
  display: block;
  width: 88.8888889%;
  background-color: #fff;
  margin: auto;
  margin-top: 30px;
  padding: 31.5px;
}

/* recommend-hall-box */

.recommend-hall-box {
  width: 88.8888889%;
  margin: auto;
  margin-top: 70px;
}

.recommend-sub-title {
  text-align: center;
}

.hall-img-box {
  width: 100%;
  margin-top: 25px;
}

.hall-img-box img {
  width: 100%;
}

DIV#contents .hall-text {
  margin-top: 10px;
  letter-spacing: 0.16em;
}

.hall-text-g {
  color: #C1BB91;
  margin-left: -10px;
}

DIV#contents .hall-btn {
  display: block;
  width: 62.5%;
  background-color: #C1BB91;
  padding: 20px 20px;
  position: relative;
  margin: auto;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 5px;
}

.hall-btn-text {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.hall-btn img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}

/* person-block */

.person-block {
  max-width: 450px;
  margin: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}

.ranking-btn-box {
  margin-bottom: 64px;
}



DIV#contents .ranking-btn02 {
  margin-top: 25px;
}

DIV#contents .ranking-btn {
  display: block;
  text-decoration: none;
}

DIV#contents .arrow-g-btn:hover {
  opacity: 0.7;
  transition: 0.6s;
}

DIV#contents .ranking-btn-box .arrow-g-btn {
  padding: 27px 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}

DIV#contents .ranking-btn-box .arrow-g-btn img {
  margin-left: 10px;
  margin-bottom: 5px;
}

.parson-name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #C1BB91;
  padding: 4.5px 0;
  color: #fff;
}

.parson-name span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.person-box img {
  width: 66.6666666%;
  margin: auto;
  margin-top: 47px;
  display: block;
}

DIV#contents .person-text {
  margin-top: 40px;
}

/* a-btn-block */
/* a-btn-box(1) */

.a-btn-block {
  max-width: 455px;
  margin: auto;
  margin-top: 60px;
}

DIV#contents .a-btn-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}

#skeleton-text {
  font-size: 28px;
  font-weight: 700;
}

.a-btn-area {
  width: 98.901098901%;
  margin: auto;
  margin-top: 30px;
}

DIV#contents .a-btn-area01 a:not(:last-child) {
  margin-bottom: 25px;
}

DIV#contents .a-btn {
  display: flex;
  width: 92.5555555%;
  justify-content: space-between;
  align-items: center;
  padding: 29px 30px;
  margin: auto;
  text-decoration: none;
}

.a-btn:hover {
  opacity: 0.7;
  transition: 0.6s;
}

.btn-p {
  background-image: url(../img/btn-p.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-g {
  background-image: url(../img/btn-g.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-o {
  background-image: url(../img/btn-o.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-gr {
  background-image: url(../img/btn-gr.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.a-btn-text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.a-btn img {
  width: 20px;
  height: 20px;
}

.btn-border {
  border-radius: 5px;
}

/* a-btn-box(2) */

.a-btn-box02 {
  margin-top: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dedede;
}

DIV#contents .a-btn-area02 .a-btn {
  border: 2px solid #C1BB91;
  padding: 16.5px 30px;
}

DIV#contents .a-btn-area02 .a-btn:not(:last-child) {
  margin-bottom: 25px;
}

.a-btn-area02 .a-btn .a-btn-text {
  color: #6E717B;
}

DIV#contents .a-btn-padding .a-btn-text {
  font-size: 18px;
}

DIV#contents .a-btn-area02 .a-btn-padding02 {
  padding: 30px 30px;
}



/* トップに戻るボタン */

#contents .arrow-left {
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  width: 62.6%;
  display: block;
  margin: auto;
  text-align: right;
  padding: 5.5px 20px;
  border: 1px solid #6E717B;
  color: #6E717B;
  font-weight: 700;
  margin-top: 70px;
}

#contents .arrow-left::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #6E717B;
  border-right: 3px solid #6E717B;
  transform: rotate(-135deg);
}

#contents .arrow-left::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 10px;
  height: 3px;
  background: #6E717B;
}

.top-btn:hover {
  opacity: 0.7;
  transition: 0.6s;
}

/* 各答え別css */
/* タイトルカラー */

.p-title {
  color: #9C93B5;
}

.s-title {
  color: #A1ACB4;
}

.o-title {
  color: #D6BAA4;
}

.g-title {
  color: #A3B89B;
}

/* TOPイメージ */

.daiseidou-img-bg {
  background-image: url(../img/answer-bg-daiseidou.png);
}

.stylish-img-bg {
  background-image: url(../img/answer-bg-stylish.png);
}

.natural-img-bg {
  background-image: url(../img/answer-bg-natural.png);
}

.garden-img-bg {
  background-image: url(../img/answer-bg-garden.png);
}

/* 画面角背景 */

.daiseidou-corner-bg {
  background-image: url(../img/bg-daiseidou.png);
  background-size: contain;
}

.stylish-corner-bg {
  background-image: url(../img/bg-stylish.png);
  background-size: contain;
}

.natural-corner-bg {
  background-image: url(../img/bg-natural.png);
  background-size: contain;
}

.garden-corner-bg {
  background-image: url(../img/bg-garden.png);
  background-size: contain;
}

/* アンダーライン */

.p-line {
  border-bottom: 5px solid #9C93B5;
}

.s-line {
  border-bottom: 5px solid #A1ACB4;
}

.o-line {
  border-bottom: 5px solid #D6BAA4;
}

.g-line {
  border-bottom: 5px solid #A3B89B;
}

/* テキスト背景 */

.p-back {
  background-color: #9C93B5;
}

.s-back {
  background-color: #A1ACB4;
}

.o-back {
  background-color: #D6BAA4;
}

.g-back {
  background-color: #A3B89B;
}





/* js */

/* ページ切り替え */
.start-wrap {
  display: none;
}

.q-wrap {
  display: none;
}

.question-wrap {
  display: none;
}
.q-2 {
  display: none;
}

.q-3 {
  display: none;
}
.q-4 {
  display: none;
}

.q-5 {
  display: none;
}

.picture-wrap {
  display: none;
}

.answer-common-wrap {
  display: none;
  max-width: 500px;
  margin: auto;
  background-color: #fff;
}

.start-wrap.active {
  display: block;
}

.q-wrap.active {
  display: block;
}

.q-1.active {
  display: block;
}

.q-2.active {
  display: block;
}

.q-3.active {
  display: block;
}

.q-4.active {
  display: block;
}

.q-5.active {
  display: block;
}

.picture-wrap.active {
  display: block;
}

.answer-common-wrap.active {
  display: block;
  padding-bottom: 90px;
}

.straight-daiseidou {
  display: none;
}

.wave-daiseidou {
  display: none;
}

.natural-daiseidou {
  display: none;
}

.straight-stylish {
  display: none;
}

.wave-stylish {
  display: none;
}

.natural-stylish {
  display: none;
}

.straight-natural {
  display: none;
}

.wave-natural {
  display: none;
}

.natural-natural {
  display: none;
}

.straight-garden {
  display: none;
}

.wave-garden {
  display: none;
}

.natural-garden {
  display: none;
}

.straight-daiseidou.active {
  display: block;
}

.wave-daiseidou.active {
  display: block;
}

.natural-daiseidou.active {
  display: block;
}

.straight-stylish.active {
  display: block;
}

.wave-stylish.active {
  display: block;
}

.natural-stylish.active {
  display: block;
}

.straight-natural.active {
  display: block;
}

.wave-natural.active {
  display: block;
}

.natural-natural.active {
  display: block;
}

.straight-garden.active {
  display: block;
}

.wave-garden.active {
  display: block;
}

.natural-garden.active {
  display: block;
}

/* ページネーション */

.page-nation.active {
  display: flex;
}

.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin-bottom: 67px;
}

.circle {
  width: 13px;
  height: 13px;
  background-color: #ccc;
  border-radius: 50%;
}

.circle.active {
  background-color: #E18988;
}

.stick {
  width: 24px;
  height: 2px;
  background-color: #ccc;
}

/* 前の質問に戻るボタン＆最初からボタン */

.back_btn_wrapper {
  width: 40.4%;
  margin: auto;
}

#contents .back_btn_wrapper .arrow-left {
  width: 100%;
  margin: 0;
}

#contents .back_btn_wrapper .restart-btn  {
  margin-top: 10px;
}

#contents .back_btn_wrapper .restart_btn::after  {
  left: 20px;
}

#contents .back_btn_wrapper .restart_btn::before  {
  left: 18px;
}

#back-btn {
  display: none;
}

#contents #back-btn {
  display: none;
  transition: 0.3s;
}

.back-btn:hover {
  opacity: 0.7;
}

#contents #first-btn {
  display: none;
}

#contents #restart-btn {
  display: none;
  transition: 0.3s;
}

#contents .restart-btn:hover {
  opacity: 0.7;
}

#contents #restart-btn.active {
  display: block;
  padding-bottom: 80px;
  text-decoration: none;
}

#contents #back-btn.active {
  display: block;
  text-decoration: none;
}

#contents #first-btn.active {
  display: block;
  text-decoration: none;
}

/* 前の質問に戻る */

.question-wrap.active {
  display: block;
}

/*フェード*/

.move-page {
  background-color: #fff;
  position: fixed;
  width: 200vw;
  height: 200vh;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  z-index: 100;
  animation: none;
}

.move-page.active {
  display: block;
  animation-name: slideAnime;
  animation-duration:1s;
  animation-timing-function:ease;
  animation-direction:normal;
}

@keyframes slideAnime{
  0% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 他のチャペルタイプのドレスを見る */

DIV#contents .btn-p.active {
  display: flex;
}

DIV#contents .btn-g.active {
  display: flex;
}

DIV#contents .btn-o.active {
  display: flex;
}

DIV#contents .btn-gr.active {
  display: flex;
}

DIV#contents .btn-p {
  display: none;
}

DIV#contents .btn-g {
  display: none;
}

DIV#contents .btn-o {
  display: none;
}

DIV#contents .btn-gr {
  display: none;
}


