@charset "UTF-8";
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP','游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

img {
  vertical-align: middle;
  border: none;
}

a {
  color: #000000;
}

ul, ol, li {
  text-align: left;
}

.point_txt {
  font-weight: bold;
  color: #bd1b00;
}

.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.sp_pr {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 750px) {
  .sp_pr {
    display: block;
  }
}

@media screen and (orientation: portrait) {
  .pr {
    display: block;
  }
}

@media screen and (orientation: landscape) {
  .pr {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  .ls {
    display: none;
  }
}

@media screen and (orientation: landscape) {
  .ls {
    display: block;
  }
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sp_show,
.sp_ibshow {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .sp_ibshow {
    display: inline-block;
  }
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}

/* heading ttl */
h2 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 3.2rem;
}

@media screen and (max-width: 750px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.8rem;
}

@media screen and (max-width: 750px) {
  h4 {
    font-size: 2rem;
  }
}

.coution {
  padding-left: 1em;
  text-indent: -1em;
}

.coution::before {
  content: "※";
}

/* link */
.link_txt {
  color: #bd1b00;
  text-decoration: underline;
  word-wrap: break-word;
}

/* btn */
/*
.btn_area {	text-align: center;}
.btn {
	padding: 0 60px;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	z-index: 1;

	background-color: $mainColor;

	@include boxMdl(btn_txt);
	@include sizing;

	.btn_txt {
		color: #ffffff;
		line-height: 1;
		position: relative;
		z-index: 10;
	}
}

*/
html, body {
  height: 100%;
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a, button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, button:hover {
  opacity: 0.6;
}

.top .wrap {
  background-color: #ffd1d1;
  text-align: center;
  position: relative;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

@media screen and (orientation: portrait) {
  .top .wrap {
    /* 縦向きの場合のスタイル */
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .top .wrap {
    background-image: url(../img/top/bk_fruits_sp.png);
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.top .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.top .contents:before {
  content: "";
  display: block;
  padding-top: 74.963%;
}

.top .inner_block {
  width: 37.9795vw;
  height: 28.4041vw;
  border-radius: 0.64422vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .top .inner_block {
    width: 47.47438vw;
    height: 35.50512vw;
    border-radius: 0.80527vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .top .inner_block {
    width: 86.4vw;
    height: 70vw;
    border-radius: 1.33333vw;
  }
}

.top .inner_block .bk_img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 210%;
}

.top .inner_block .product {
  width: 15.08053vw;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .top .inner_block .product {
    width: 18.85066vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .top .inner_block .product {
    width: 40vw;
  }
}

.top .inner_block .product img {
  margin-top: -7.32064vw;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .top .inner_block .product img {
    margin-top: -21.33333vw;
  }
}

.top .inner_block h1 {
  font-size: 0;
  width: 27.93558vw;
  margin: 1.83016vw auto 4.75842vw auto;
}

@media screen and (max-width: 1024px) {
  .top .inner_block h1 {
    width: 34.91947vw;
    margin: 1.83016vw auto 4.75842vw auto;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .top .inner_block h1 {
    width: 63.33333vw;
    margin-bottom: 8vw;
  }
}

.top .inner_block .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 3.87994vw;
}

.top .inner_block .btn a {
  -webkit-box-shadow: 0 0 1.1713vw rgba(160, 107, 109, 0.56);
  box-shadow: 0 0 1.1713vw rgba(160, 107, 109, 0.56);
  background-color: #e0638d;
  width: 20.35139vw;
  height: 6.22255vw;
  border-radius: 3.14788vw;
  display: block;
  line-height: 6.22255vw;
  margin: 0 auto;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .top .inner_block .btn a {
    width: 56vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8vw;
    -webkit-box-shadow: 0 0 4.26667vw rgba(160, 107, 109, 0.56);
    box-shadow: 0 0 4.26667vw rgba(160, 107, 109, 0.56);
  }
}

.top .inner_block .btn a img {
  width: 10.98097vw;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .top .inner_block .btn a img {
    width: 26.66667vw;
  }
}

.question .wrapper {
  background-image: url("../img/question/q1_bk_top_right.png"), url("../img/question/q1_bk_bottom_left.png"), -webkit-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  background-image: url("../img/question/q1_bk_top_right.png"), url("../img/question/q1_bk_bottom_left.png"), -o-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  background-image: url("../img/question/q1_bk_top_right.png"), url("../img/question/q1_bk_bottom_left.png"), linear-gradient(9deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 25%,20%,100%;
  background-position: top right,left bottom ,0 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .question .wrapper {
    background-size: 38%,34%,100%;
    background-position: top right -5px,left -50px bottom -50px,0 0;
  }
}

@media screen and (max-width: 750px) {
  .question .wrapper {
    background-size: 28%,20%,100%;
    background-position: top -5px right,left 10px bottom -15px,0 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .wrapper {
    background-size: 50%,45%,100%;
    background-position: top -20px right -20px,left bottom 20px,0 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 750px) {
  .question .wrapper {
    background-size: 55%,50%,100%;
    background-position: top 20px right -30px,left bottom 20px,0 0;
  }
}

.question .wrapper.q2 {
  background-image: url("../img/question/q2_bk_top_right.png"), url("../img/question/q2_bk_bottom_left.png"), -webkit-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  background-image: url("../img/question/q2_bk_top_right.png"), url("../img/question/q2_bk_bottom_left.png"), -o-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  background-image: url("../img/question/q2_bk_top_right.png"), url("../img/question/q2_bk_bottom_left.png"), linear-gradient(9deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  background-size: 25%,20%,100%;
  background-position: top -30px right,left bottom -80px,0 0;
}

@media screen and (max-width: 1024px) {
  .question .wrapper.q2 {
    background-size: 35%,27%,100%;
    background-position: top -30px right -25px,left -30px bottom -80px,0 0;
  }
}

@media screen and (max-width: 750px) {
  .question .wrapper.q2 {
    background-size: 25%,20%,100%;
    background-position: top -30px right,left 10px bottom -50px,0 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .wrapper.q2 {
    background-image: url("../img/question/q2_bk_top_right_sp.png"), url("../img/question/q2_bk_bottom_left_sp.png"), -webkit-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 45%, #fff 45%, #fff 100%);
    background-image: url("../img/question/q2_bk_top_right_sp.png"), url("../img/question/q2_bk_bottom_left_sp.png"), -o-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 45%, #fff 45%, #fff 100%);
    background-image: url("../img/question/q2_bk_top_right_sp.png"), url("../img/question/q2_bk_bottom_left_sp.png"), linear-gradient(9deg, #ffd1d1 0%, #ffd1d1 45%, #fff 45%, #fff 100%);
    background-size: 53%,40%,100%;
    background-position: top -30px right,left bottom,0 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 750px) {
  .question .wrapper.q2 {
    background-size: 70%,40%,100%;
  }
}

.question .wrapper.q3 {
  background-image: url("../img/question/q3_bk_top_right.png"), url("../img/question/q3_bk_bottom_left.png"), -webkit-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  background-image: url("../img/question/q3_bk_top_right.png"), url("../img/question/q3_bk_bottom_left.png"), -o-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
  background-image: url("../img/question/q3_bk_top_right.png"), url("../img/question/q3_bk_bottom_left.png"), linear-gradient(9deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
}

@media screen and (max-width: 1024px) {
  .question .wrapper.q3 {
    background-size: 38%,25%,100%;
    background-position: top right 10px,left -65px bottom -65px,0 0;
  }
}

@media screen and (max-width: 750px) {
  .question .wrapper.q3 {
    background-size: 38%,25%,100%;
    background-position: top right -25px,left bottom -45px,0 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .wrapper.q3 {
    background-image: url("../img/question/q3_bk_top_right_sp.png"), url("../img/question/q3_bk_bottom_left.png"), -webkit-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
    background-image: url("../img/question/q3_bk_top_right_sp.png"), url("../img/question/q3_bk_bottom_left.png"), -o-linear-gradient(81deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
    background-image: url("../img/question/q3_bk_top_right_sp.png"), url("../img/question/q3_bk_bottom_left.png"), linear-gradient(9deg, #ffd1d1 0%, #ffd1d1 52%, #fff 52%, #fff 100%);
    background-size: 65%,50%,100%;
    background-position: top -70px right -50px,left -90px bottom -110px,0 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 750px) {
  .question .wrapper.q3 {
    background-size: 80%,60%,100%;
    background-position: top -40px right -30px,left -50px bottom -70px,0 0;
  }
}

.question .question_area {
  padding: 8vh 0 0 6.5593vw;
}

@media screen and (max-width: 1024px) {
  .question .question_area {
    padding: 13vh 0 0 8.19912vw;
  }
}

@media screen and (max-width: 750px) {
  .question .question_area {
    padding: 8vh 0 0 8.19912vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .question_area {
    padding: 20vh 0 0 6.66667vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 750px) {
  .question .question_area {
    padding: 20vh 0 0 6.66667vw;
  }
}

.question .question_area h1 {
  width: 36%;
  margin-bottom: 4vh;
}

@media screen and (max-width: 1024px) {
  .question .question_area h1 {
    width: 45%;
    margin-bottom: 4vh;
  }
}

@media screen and (max-width: 750px) {
  .question .question_area h1 {
    margin-bottom: 4vh;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .question_area h1 {
    width: 75%;
    margin-bottom: 8.66667vw;
  }
}

.question .question_area .q_txt {
  width: 100%;
  font-weight: 900;
  color: #4f302e;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-align: left;
  font-size: 4rem;
}

@media screen and (max-width: 1024px) {
  .question .question_area .q_txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 750px) {
  .question .question_area .q_txt {
    font-size: 2.5rem;
  }
}

.question .question_area .q_txt span {
  letter-spacing: 0;
}

.question .question_area p {
  width: 46.77892vw;
  margin-bottom: 7vh;
}

@media screen and (max-width: 1024px) {
  .question .question_area p {
    width: 41.25183vw;
    margin-bottom: 10vh;
  }
}

@media screen and (max-width: 750px) {
  .question .question_area p {
    margin-bottom: 5vh;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .question_area p {
    width: 90%;
    margin-bottom: 16vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 750px) {
  .question .question_area p {
    width: 90%;
    margin-bottom: 9vh;
  }
}

.question .q1 .btn.left {
  background-color: #ffbf87;
}

.question .q1 .btn.right {
  background-color: #ef5b5b;
}

.question .q2 .btn.left {
  background-color: #ffaec5;
}

.question .q2 .btn.right {
  background-color: #f17d1a;
}

.question .q3 .btn.left {
  background-color: #bcb42d;
}

.question .q3 .btn.right {
  background-color: #56a927;
}

.question .btn_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8vh;
}

@media screen and (max-width: 750px) {
  .question .btn_q {
    margin-bottom: 3vh;
  }
}

.question .btn_q .btn {
  font-size: 3.4rem;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 18.30161vw;
  max-height: 35vh;
  width: 47.58419vw;
  line-height: 1.6;
  -webkit-box-shadow: 0 0 1.90337vw rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.90337vw rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1024px) {
  .question .btn_q .btn {
    font-size: 2.2rem;
    height: 25vw;
    width: 47.58419vw;
  }
}

@media screen and (max-width: 750px) {
  .question .btn_q .btn {
    font-size: 1.2rem;
  }
}

@media screen and (orientation: portrait) and (max-width: 750px) {
  .question .btn_q .btn {
    height: 32vw;
    width: 47.06667vw;
  }
}

.question .btn_q .btn.left {
  border-top-right-radius: 12.5vw;
  border-bottom-right-radius: 12.5vw;
}

@media screen and (max-width: 1024px) {
  .question .btn_q .btn.left {
    border-top-right-radius: 12.5vw;
    border-bottom-right-radius: 12.5vw;
  }
}

@media screen and (max-width: 750px) {
  .question .btn_q .btn.left {
    border-top-right-radius: 16vw;
    border-bottom-right-radius: 16vw;
  }
}

.question .btn_q .btn.left img {
  width: 60%;
}

.question .btn_q .btn.right {
  border-top-left-radius: 12.5vw;
  border-bottom-left-radius: 12.5vw;
}

@media screen and (max-width: 1024px) {
  .question .btn_q .btn.right {
    border-top-left-radius: 12.5vw;
    border-bottom-left-radius: 12.5vw;
  }
}

@media screen and (max-width: 750px) {
  .question .btn_q .btn.right {
    border-top-left-radius: 16vw;
    border-bottom-left-radius: 16vw;
  }
}

.question .btn_q .btn.right img {
  width: 60%;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .btn_q .btn.right img {
    width: 85%;
  }
}

.question .pagination img {
  width: 6.07613vw;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .question .pagination img {
    width: 12.81113vw;
  }
}

/*# sourceMappingURL=style.css.map */