@charset "UTF-8";

/*---------------------------------
  共通
---------------------------------*/
#container {
  width: 100%;
  padding-top: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #222;
  overflow: hidden;
}
#container p,
#container h2,
#container h3,
#container span {
  transform: rotate(0.05deg);
}
img {
  max-width: 100%;
  height: auto;
}
.p-category_nav {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 960px;
    overflow-x: auto;
  }
  #container {
    font-size: 16px;
  }
  #container .pc-hide {
    display: none !important;
  }
  #container .content_wrap .con_inner {
    max-width: 970px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0;
    font-size: 14px;
  }
  #container .sp-hide {
    display: none !important;
  }
  #container .content_wrap .con_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/*---------------------------------
  mv
---------------------------------*/
.mv {
  width: 100%;
}

/*---------------------------------
  question
---------------------------------*/
.q_lead {
  letter-spacing: 0.02em;
  color: #333;
}
.q_list li {
  position: relative;
}
.q_list li .q_ttl {
  letter-spacing: 0.05em;
}
.q_list li .q_ttl .yellow {
  display: block;
  color: #bf993d;
}
.q_list li .q_ttl .small {
  display: block;
  font-size: 16px;
}

/* Q1 */
.q_list li.q1::before,
.q_list li.q1::after {
  position: absolute;
  content: "";
}
.q_list li.q1::before {
  background: url(../img/q1_deco_1.png) no-repeat center / contain;
}
.q_list li.q1::after {
  background: url(../img/q1_deco_2.png) no-repeat center / contain;
  z-index: -1;
}

/* Q2 */
.q_list li.q2::before,
.q_list li.q2::after {
  position: absolute;
  content: "";
}
.q_list li.q2::before {
  background: url(../img/q2_deco_1.png) no-repeat center / contain;
}
.q_list li.q2::after {
  background: url(../img/q2_deco_2.png) no-repeat center / contain;
  z-index: -1;
}

/* Q3 */
.q_list li.q3::before,
.q_list li.q3::after {
  position: absolute;
  content: "";
}
.q_list li.q3::before {
  background: url(../img/q3_deco_1.png) no-repeat center / contain;
}
.q_list li.q3::after {
  background: url(../img/q3_deco_2.png) no-repeat center / contain;
  z-index: -1;
}
.q_list li.q3 .q_ttl {
  text-align: center;
}
.manzoku_dl {
  max-width: 605px;
  margin: auto;
}
.manzoku_dl .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 25px 20px 9px;
  border-bottom: solid 1px #ccc;
  line-height: 1;
}

/* Q4 */
.q_list li.q4::before,
.q_list li.q4::after {
  position: absolute;
  content: "";
}
.q_list li.q4::before {
  background: url(../img/q4_deco_1.png) no-repeat center / contain;
}
.q_list li.q4::after {
  background: url(../img/q4_deco_2.png) no-repeat center / contain;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .question {
    padding: 75px 0 110px;
  }
  .q_lead {
    text-align: center;
    line-height: 2.5;
  }
  .q_list li .q_txt_box .q_txt {
    letter-spacing: 0.02em;
  }
  .q_list li .q_txt_box .q_illust {
    margin-top: 30px;
  }
  .q_list li .q_ttl {
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 1.4;
  }
  .q_list li .q_ttl .yellow {
    font-size: 60px;
  }
  .q_list li .q_sub {
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: -0.075em;
    white-space: nowrap;
    line-height: 1.5;
  }
  .q_list li .q_graph {
    position: absolute;
  }

  /* Q1 */
  .q_list li.q1 {
    padding-top: 47px;
    margin-bottom: 75px;
  }
  .q_list li.q1::before,
  .q_list li.q1::after {
    position: absolute;
    content: "";
  }
  .q_list li.q1::before {
    top: 0;
    left: -158px;
    width: 215px;
    height: 208px;
  }
  .q_list li.q1::after {
    top: 180px;
    right: -60px;
    width: 90px;
    height: 90px;
    z-index: -1;
  }
  .q_list li.q1 .q_txt_box {
    width: 40%;
    margin-left: 10%;
  }
  .q_list li.q1 .q_graph {
    width: 521px;
    right: -72px;
    bottom: 0;
  }

  /* Q2 */
  .q_list li.q2 {
    padding-bottom: 130px;
  }
  .q_list li.q2::before {
    top: 6px;
    right: -96px;
    width: 164px;
    height: 164px;
  }
  .q_list li.q2::after {
    bottom: 13px;
    right: -40px;
    width: 89px;
    height: 89px;
  }
  .q_list li.q2 .q_txt_box {
    width: 47%;
    margin-left: 53%;
    padding-top: 60px;
  }
  .q_list li.q2 .q_graph {
    width: 700px;
    left: -50px;
    bottom: 0;
  }

  /* Q3 */
  .q_list li.q3::before {
    bottom: 310px;
    left: -200px;
    width: 100px;
    height: 100px;
  }
  .q_list li.q3::after {
    top: 166px;
    right: -211px;
    width: 100px;
    height: 100px;
  }
  .q_list li.q3 {
    padding: 38px 0 0;
  }
  .manzoku_dl .row dt {
    font-size: 24px;
  }
  .manzoku_dl .row.big dt {
    font-size: 32px;
  }
  .manzoku_dl .row dd {
    width: 45px;
  }
  .manzoku_dl .row.big dd {
    width: 50px;
  }
  .q_list li.q3 .q_txt_box .taste_illust {
    max-width: 605px;
    margin: 110px auto 0;
  }

  /* Q4 */
  .q_list li.q4::before {
    top: -164px;
    right: -180px;
    width: 215px;
    height: 209px;
  }
  .q_list li.q4::after {
    top: -56px;
    left: -220px;
    width: 159px;
    height: 515px;
  }
  .q_list li.q4 {
    margin-top: 56px;
  }
  .q_list li.q4 .q_txt_box {
    padding: 150px 0 200px;
  }
  .q_list li.q4 .q_txt_box .q_ttl {
    width: 37%;
    margin-left: 3%;
  }
  .q_list li.q4 .q_graph {
    top: 0;
    right: 0;
    width: 637px;
  }
}

@media print, screen and (max-width: 959px) {
  .q_list li.q1 .q_graph {
    width: 45%;
    right: 0;
  }
  .q_list li.q2 .q_graph {
    width: 65%;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .question {
    padding: 40px 0;
  }
  .q_lead {
    text-align: center;
    line-height: 1.8;
  }
  .q_list li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .q_list li + li {
    margin-top: 30px;
  }
  .q_list li .q_txt_box {
    order: 1;
    width: 100%;
  }
  .q_list li .q_txt_box .q_illust {
    width: 65%;
    margin: 15px auto 0;
  }
  .q_list li .q_ttl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
  }
  .q_list li .q_ttl .yellow {
    font-size: 35px;
  }
  .q_list li .q_ttl .small {
    font-size: 14px;
  }
  .q_list li .q_sub {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .q_list li .q_graph {
    order: 2;
    width: 95% !important;
    margin: 20px auto;
  }

  /* Q1 */
  .q_list li.q1 {
    padding-top: 30px;
  }
  .q_list li.q1::before {
    top: -10px;
    left: 0;
    width: 70px;
    height: 70px;
  }
  .q_list li.q1::after {
    bottom: 70vw;
    right: 0;
    width: 60px;
    height: 60px;
  }

  /* Q2 */
  .q_list li.q2::before {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }
  .q_list li.q2::after {
    top: 330px;
    right: 0;
    width: 50px;
    height: 50px;
  }

  /* Q3 */
  .q_list li.q3::before {
    top: -40px;
    left: 0;
    width: 70px;
    height: 70px;
  }
  .manzoku_dl .row {
    padding: 15px 10px 10px;
  }
  .manzoku_dl .row:first-child {
    padding-top: 0;
  }
  .manzoku_dl .row dt {
    font-size: 15px;
  }
  .manzoku_dl .row.big dt {
    font-size: 20px;
  }
  .manzoku_dl .row dd {
    width: 35px;
  }
  .manzoku_dl .row.big dd {
    width: 40px;
  }
  .q_list li.q3 .q_txt_box .taste_illust {
    margin-top: 40px;
  }

  /* Q4 */
  .q_list li.q4::before {
    top: -20px;
    right: 0;
    width: 70px;
    height: 70px;
  }
  .q_list li.q4 .q_graph {
    margin-top: 0;
  }
}

/*---------------------------------
  suki
---------------------------------*/
.suki {
  background: url(../img/point_bg.jpg) no-repeat center / cover;
}
.suki .suki_ttl {
  text-align: center;
}
.suki .point_list li .review_box {
  display: flex;
  flex-wrap: wrap;
}
.suki .point_list li .review_box .hukidashi .hukidashi_txt {
  position: relative;
  background: #fff;
}
.suki .point_list li .point_box .point_txt_box .point_ttl {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.suki .point_list li .point_box .point_txt_box .point_ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #ffe164;
  border-radius: 5px;
}
.suki .point_list li .point_box .point_txt_box .point_txt {
  color: #fff;
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  .suki {
    padding: 80px 0 156px;
  }
  .suki .suki_ttl {
    margin-bottom: 60px;
  }
  .suki .point_list li + li {
    margin-top: 125px;
  }
  .suki .point_list li .nam_ttl {
    margin-left: 40px;
  }
  .suki .point_list li:not(:nth-child(1)) .nam_ttl {
    margin-bottom: 45px;
  }
  .suki .point_list li .review_box {
    align-items: flex-end;
    margin-top: 25px;
  }
  .suki .point_list li .review_box .hukidashi {
    max-width: 70%;
  }
  .suki .point_list li .review_box .hukidashi.right {
    margin-right: 5%;
  }
  .suki .point_list li .review_box .hukidashi.left {
    margin-left: 5%;
  }
  .suki .point_list li .review_box .hukidashi .hukidashi_txt {
    padding: 50px 60px;
    font-size: 24px;
    border-radius: 25px;
    line-height: 2.083;
  }
  .suki .point_list li .review_box .hukidashi.right .hukidashi_txt::before {
    content: "";
    position: absolute;
    bottom: 25%;
    right: -45px;
    border: 15px solid transparent;
    border-left: 30px solid #fff;
  }
  .suki .point_list li .review_box .hukidashi.left .hukidashi_txt::before {
    content: "";
    position: absolute;
    bottom: 25%;
    left: -45px;
    border: 15px solid transparent;
    border-right: 30px solid #fff;
  }
  .suki .point_list li .review_box .hukidashi .note {
    display: inline-block;
    margin: 5px 0 0 1rem;
    font-size: 14px;
  }
  .suki .point_list li .review_box .illust_box {
    width: 20%;
  }
  .suki .point_list li:nth-child(2) .review_box .illust_box {
    width: 28%;
  }
  .suki .point_list li .review_box .hukidashi.left {
    margin-left: 2%;
  }
  .suki .point_list li .review_box .illust_box .illust_txt {
    margin-top: 5px;
    text-align: center;
  }
  .suki .point_list li .point_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 58px;
  }
  .suki .point_list li .point_box .point_txt_box {
    width: 50%;
  }
  .suki .point_list li .point_box .point_txt_box .point_txt {
    font-size: 24px;
  }
  .suki .point_list li .point_box .point_img {
    width: 41%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .suki {
    padding: 50px 0 80px;
  }
  .suki .suki_ttl {
    width: 95%;
    margin: 0 auto 35px;
  }
  .suki .point_list li + li {
    margin-top: 50px;
  }
  .suki .point_list li .review_box .hukidashi {
    order: 2;
    width: 100%;
  }
  .suki .point_list li .review_box .hukidashi .hukidashi_txt {
    margin-top: 20px;
    padding: 23px;
    border-radius: 10px;
    font-size: 17px;
    text-align: center;
  }
  .suki .point_list li .review_box .hukidashi .hukidashi_txt::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-bottom: 30px solid #fff;
  }
  .suki .point_list li .review_box .hukidashi .note {
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
  .suki .point_list li .review_box .illust_box {
    width: 50%;
    margin: 20px auto 0;
    order: 1;
  }
  .suki .point_list li:nth-child(2) .review_box .illust_box {
    width: 65%;
  }
  .suki .point_list li:nth-child(3) .review_box .illust_box {
    width: 45%;
  }
  .suki .point_list li .review_box .illust_box .illust_txt {
    margin-top: 5px;
    text-align: center;
  }
  .suki .point_list li .point_box {
    margin-top: 30px;
  }
  .suki .point_list li .point_box .point_txt_box .point_ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .suki .point_list li .point_box .point_txt_box .point_ttl::before {
    height: 7px;
  }
  .suki .point_list li .point_box .point_txt_box .point_ttl img {
    width: 35%;
  }
  .suki .point_list li .point_box .point_img {
    margin-top: 15px;
  }
}

/*---------------------------------
  lineup
---------------------------------*/
.lineup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.lineup .lineup_ttl {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.lineup .lineup_logo {
  width: 100%;
  text-align: center;
}
.lineup .nwuu {
  width: 50%;
  text-align: center;
  background: url(../img/lineup_bg_beige.jpg) no-repeat center / cover;
}
.lineup .nwmc {
  width: 50%;
  text-align: center;
  background: url(../img/lineup_bg_pink.jpg) no-repeat center / cover;
}
.lineup .lineup_sub {
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
}
.lineup > div a {
  display: block;
}

.lineup .lineup_sub {
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .lineup .lineup_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-bottom: 30px;
  }
  .lineup .lineup_sub {
    margin-bottom: 45px;
    font-size: 28px;
  }
  .lineup > div a {
    display: block;
    padding: 80px 50px 50px;
    transition: 0.3s;
  }
  .lineup > div a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .lineup .lineup_ttl {
    top: -20px;
  }
  .lineup .lineup_logo {
    margin-bottom: 20px;
  }
  .lineup .lineup_sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .lineup .nwuu,
  .lineup .nwmc {
    width: 100%;
  }
  .lineup .nwuu a {
    padding: 50px 30px 30px;
  }
  .lineup .nwuu .lineup_img {
    width: 85%;
    margin: auto;
  }
  .lineup .nwmc a {
    padding: 30px;
  }
  .lineup .nwmc .lineup_img {
    width: 40%;
    margin: auto;
  }
}
