@charset "UTF-8";

/* 色々消したり
---------------------------------------- */
.wrapper {
	margin-right: auto;
  margin-left: auto;
  margin-top: 140px;
}

h2.titleBar {
	display: none;
}
#contents {
	padding: 0;
}

.single .imgBox.link.gazou, .imgBox.link.gazou {
	display: none;
}

@media screen and (max-width: 1100px) {
.wrapper {
  margin-top: 100px;
	border: none;
}
}

/* 占いコンテンツここから
---------------------------------------- */
.headerText {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.5rem;
}
.subtitle {
  max-width: 80%;
  /* h2のスタイル打消し*/
  padding: 20px 0;
  margin: 0 auto;  
  font-size: 1.6rem;
  line-height: 1;
  color: inherit;
  font-weight: normal;
  background: none;
    
}
.area {
	margin: 0 0 60px;
}

.q_area {
	width: 600px;
	min-height: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.aBg {
	width: 100%;
  /*
  position: absolute;
  */
  background-size: 100%;
}
  .aBg:first-child{
    margin-left: 0;
  }

.aTop {
		background: url(images/fortuneTop.jpg) 0 0 no-repeat;
		background-size: 100%;
}
.aBtm {
		background: url(images/fortuneBtm.jpg) 0 bottom no-repeat;
		background-size: 100%;
		padding: 110px 0 30px;
}
.question {
		color: #29ABE2;
		text-align: center;
		padding: 1px;
		line-height: 1;
}
.number {
		color: #29ABE2;
		font-weight: 900;
		font-size: 2rem;
		text-align: center;
		line-height: 1;
}
.Button {
		background: url(images/circlebutton.svg) center center no-repeat;
		margin-bottom: 30px;
		padding: 15px 5px;
		height: 70px;
}

.text{
    min-height: 130px;
		text-align: center;
		padding: 0 50px 10px;
		margin: 0;
		color: #29ABE2;
		font-weight: 600;
		font-size: 1.5rem;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.yesorno {
  padding: 0 20px;
  margin: 0 auto 50px;
}
.btn {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    margin: 15px auto;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    white-space: nowrap;
    background: url(images/yesButton.svg) center center no-repeat;
    background-size: 100%;
    color: #EE84B0;
}
	.btn:hover {
  	cursor: pointer;
    text-decoration: none;
  }
  .no {
      background: url(images/noButton.svg) center center no-repeat;
      background-size: 100%;
      color: #29ABE2;
  }
.goback {
	width: 300px;
	display: block;
	padding: 25px 0;
  margin: 0 auto;
	text-align: center;
	text-decoration: none;
}
.goback .link {
	display: block;
    padding: 0.3em 0;
    text-align: center;
    font-weight: 400;
    /* font-size: 0.5rem; */
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    letter-spacing: 0.1rem;
    color: #67c5ff;
    border: solid 0.5px #67c5ff;
    transition: .4s;
}


@media screen and (max-width: 740px) {
.headerText {
  font-size: 1.2rem;
}
.q_area {
	width: 350px;
  min-height: 700px;
}
.aBtm {
	padding-top: 70px;
}
.aBg {
	margin: 0 15px;
}
.text {
	padding: 0 40px 10px;
  font-size: 1.2rem;
}
.yesorno {
	padding: 0 40px 30px 40px;

}
.goback {
	padding: 10px;
}
.goback .link {
	margin: auto;
	width: 200px;
}
/* ２問目の問題のみに適用
---------------------------------------- */
#q02.aBg, #q03.aBg {
  margin: 0 0;
}
#q02 .aBtm, #q03 .aBtm {
  padding: 50px 0 0;
}
#q02 .yesorno .btn, #q03 .yesorno .btn {
  font-size: 1.1rem;
}
/* 3問目の問題のみに適用
---------------------------------------- */
#q04.aBg, #q05.aBg, #q06.aBg, #q07.aBg,
#q08.aBg, #q09.aBg, #q10.aBg, #q11.aBg {
  margin: 0 0;
}
#q04 .aBtm, #q05 .aBtm, #q06 .aBtm, #q07 .aBtm,
#q08 .aBtm, #q09 .aBtm, #q10 .aBtm, #q11 .aBtm {
  padding: 50px 0 0;
}
#q04 .yesorno .btn, #q05 .yesorno .btn, #q06 .yesorno .btn, 
#q07 .yesorno .btn, #q08 .yesorno .btn, #q09 .yesorno .btn,
#q10 .yesorno .btn, #q11 .yesorno .btn {
  font-size: 1.3rem;
}
}
@media screen and (max-width: 530px) {
  .headerText {
    font-size: 1rem;
  }
}



.fortuneBg {
  margin: 0 5em;
	background: url(images/fortuneTbg.jpg) 0 0 repeat-y;
	background-size: 100%;
}
	.fortuneTop {
		background: url(images/fortuneTbg_top.svg) 0 0 no-repeat;
		background-size: 100%;
	}
		.fortuneBtm {
    	padding: 80px 0 50px;
			background: url(images/fortuneTbg_btm.svg) 0 bottom no-repeat;
			background-size: 100%;
      /* ★positionの指定 1/2★ */
      position: relative;
		}
			.fortuneTitle {
				width: 490px;
				padding: 50px 0 0;
				margin: 0 auto;
        /* ★positionの指定 2/2★ */
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        transform: translate( -50%, 0 );
			}
			.answer {
				text-align: center;
        padding: 70px 0 60px;
				margin: 0;
        display: block;
				color: #29ABE2;
				font-size: 1.5rem;
				font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
			}
@media screen and (max-width: 1100px) {
		.fortuneBtm {
    	padding: 70px 50px 40px;
    }
			.fortuneTitle {
				padding: 35px 0 0;
      }
			.answer {
        padding: 40px 0 50px;
      }
}
@media screen and (max-width: 740px) {
.fortuneBg {
  margin: 0 15px;
}
		.fortuneBtm {
    	padding: 70px 50px 40px;
    }
			.fortuneTitle {
        max-width: 350px;
        width: 80%;
				padding: 1em 0 0;
      }
}

.mainArea {
	background: #ffffff url(images/wave.svg) 0 0 no-repeat;
	background-size: 100%;
}
  .mainArea > .inner {
    background: url(images/fortune_bg_btm_01.svg) 0 bottom no-repeat;
    background-size: 100%;
  }
.item {
	display: flex;
}
  .productItem {
    margin: 0 5px 0 50px;
    width: 33%;
    min-width: 33%;
    min-height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(images/product_bg_01.svg) center center no-repeat;
    background-size: auto;
  }
  .productItem picture {
    text-align: center;
  }
    .productItem img {
      width: 80%;
    }

.buttonBox {
	width: 640px;
	margin: 44px auto 56px;
}
  .buttonBox .link {
    display: block;
    padding: 0.8em 0; 
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    letter-spacing: 0.25rem;
      color: #67c5ff;
      border: solid 1.5px #67c5ff;
      border-radius: 10px;
      transition: .4s;
    background: #FFFEEC;
  }
  .buttonBox .link:hover  {
    opacity: 0.8;
    text-decoration: none;
  }

.a {
	text-align: center;
  padding: 0 0 5%;
}

.b {
	width: 100px;
	margin: 10px 0 10px auto;
  display: none;
}
  .b .link{
    display: block;
    padding: 0.5em 0; 
    text-align: center;
    font-size: 0.7rem;
      color: #FFFFFF;
      border-radius: 10px;
      transition: .4s;
    background: #67c5ff;
  }
.b .link:hover  {
	opacity: 0.8;
	text-decoration: none;
}
.c {
	margin: 0 30px;
}
  .c .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

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

.mainArea {
	background: #ffffff url(images/wave_sp.svg) 0 0 no-repeat;
	background-size: 100%;
}
.item {
	flex-direction: column;
}
.productItem {
	margin: 0 auto 0;
	width: 75%;
	min-width: 75%;
	min-height: 320px;
}
  .productItem img {
    max-width: 270px;
  }
  
.buttonBox {
	width: 80%;
	margin: 44px auto 56px;
}

.c {
	margin: 20px 20px;
}
}
.bottomFortuneText {
  display: block;
  position: relative;
  margin-top: -1px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bottomFortuneText::before, .bottomFortuneText::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 1px;
  background-color: #222222;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bottomFortuneText::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bottomFortuneText.clicked-page::before, .bottomFortuneText.clicked-page::after {
  top: 50%;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bottomFortuneText.clicked-page::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bottomFortuneText.clicked-page::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.headerText {
  padding: 34px 1px;
  margin: 0 15px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  background-color: #FFFFFF;
}
.headerContents {
  display: none;
}
.headerContents.is-opened {
  display: inline-block;
  padding: 10px 15px;
}
.clicked-page .headerContents {
  display: inline-block;
  background-color: #fff;
  padding: 10px 15px;
}