@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: inherit;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  -webkit-backface-visibility: hidden;
}

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

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

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

main {
  position: relative;
  overflow: hidden;
}

#question main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@supports (-webkit-touch-callout: none) {
  #question main {
    min-height: -webkit-fill-available;
  }
}
header,
footer {
  position: relative;
  z-index: 1;
}

footer {
  text-align: center;
  margin-top: auto;
}
footer p {
  font-size: 3.2vw;
  letter-spacing: .1em;
  background: #f0f7ed;
  padding: 3.2vw;
}
@media screen and (min-width: 768px) {
  footer p {
    font-size: 1.2rem;
    padding: 25px 0;
  }
}
footer a {
  text-decoration: none;
  color: inherit;
}

.bg {
  background: #FEF9EB;
  position: relative;
}
.bg:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(24 / 375 * 100vw) calc(94 / 375 * 100vw) 0 calc(94 / 375 * 100vw);
  border-color: #FEF9EB transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: calc(-94 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .bg:before {
    border-width: 35px 188px 0 188px;
    margin-left: -188px;
  }
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 69.3333333333vw;
  border: 2px solid #382B22;
  padding: 3.2vw 0;
  position: relative;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .btn a {
    width: 600px;
    border-width: 3px;
    padding: 23px 0;
  }
}
.btn a:hover {
  background-color: #382B22;
  color: #fff;
}
.btn a:hover:after {
  border-color: #fff;
}
.btn a:hover svg {
  fill: #fff;
}
.btn a:after {
  content: "";
  width: 7.2vw;
  height: 7.2vw;
  background: #382B22 url("../img/btn_arrow.svg") no-repeat;
  background-size: 100% auto;
  border: 1px solid transparent;
  position: absolute;
  right: -3.7333333333vw;
  bottom: -3.7333333333vw;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .btn a:after {
    width: 50px;
    height: 50px;
    right: -25px;
    bottom: -25px;
  }
}
.btn-start svg {
  width: 20.5333333333vw;
  height: auto;
  fill: #382B22;
}
@media screen and (min-width: 768px) {
  .btn-start svg {
    width: 142px;
  }
}
.btn + footer {
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .btn + footer {
    margin-top: 115px;
  }
}

/*top*/
.heding_lead {
  line-height: 1.7;
  margin-bottom: 7.4666666667vw;
  padding: 7.2vw 4.2666666667vw 8vw;
  text-align: center;
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .heding_lead {
    font-size: 1.8rem;
    margin-bottom: 66px;
    padding: 46px 20px 41px;
  }
}
.heding_ttl {
  font-family: vdl-v7marugothic, sans-serif;
  color: #382B22;
  font-size: 5.3333333333vw;
  letter-spacing: .1em;
  margin-bottom: 5.3333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .heding_ttl {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.heding_sub {
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .heding_sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .heding_detail {
    padding: 0 20px;
  }
}

.mv {
  position: relative;
}
.mv img {
  width: 100%;
}
.mv_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_ttl img {
  width: 360px;
}
@media screen and (min-width: 768px) {
  .mv_ttl img {
    width: 655px;
  }
}
@media screen and (min-width: 1015px) {
  .mv_ttl img {
    width: 64.625vw;
  }
}
@media screen and (min-width: 1600px) {
  .mv_ttl img {
    width: 1034px;
  }
}

.logo {
  position: absolute;
  top: 2.4vw;
  left: 3.2vw;
  width: 16vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .logo {
    top: 14px;
    left: 23px;
    width: 67px;
  }
}
@media screen and (min-width: 1015px) {
  .logo {
    top: 1.375vw;
    left: 2.25vw;
    width: 6.5625vw;
  }
}

.under .logo {
  background: #CFDEC1;
  top: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .under .logo {
    left: 28px;
  }
}
@media screen and (min-width: 1015px) {
  .under .logo {
    left: 2.8125vw;
  }
}
@media screen and (min-width: 1600px) {
  .under .logo {
    left: 45px;
  }
}
.under .logo img {
  width: 16vw;
}
@media screen and (min-width: 768px) {
  .under .logo img {
    width: 65px;
  }
}
@media screen and (min-width: 1015px) {
  .under .logo img {
    width: 6.5625vw;
  }
}
@media screen and (min-width: 1600px) {
  .under .logo img {
    width: 105px;
  }
}
.under .logo a {
  display: block;
  padding: 2.6666666667vw 1.3333333333vw 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .under .logo a {
    padding: 15px 14px 59px;
  }
}
@media screen and (min-width: 1015px) {
  .under .logo a {
    padding: 1.5625vw 1.375vw 5.9375vw;
  }
}
@media screen and (min-width: 1600px) {
  .under .logo a {
    padding: 25px 22px 95px;
  }
}

.profile {
  padding: 4.8vw 5.3333333333vw 6.4vw;
}
@media screen and (min-width: 768px) {
  .profile {
    padding: 35px 52px 35px 366px;
    position: relative;
    min-height: 320px;
  }
}
.profile:before {
  content: "";
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .profile:before {
    width: 56px;
    height: 56px;
  }
}
.profile:after {
  content: "";
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .profile:after {
    width: 56px;
    height: 56px;
  }
}
.profile_bg {
  background: url("../img/stripe.png");
  background-size: 12px auto;
  margin: 14.9333333333vw 4.2666666667vw 11.7333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .profile_bg {
    margin: 95px auto 81px;
    max-width: 1080px;
    background-size: 26px auto;
  }
}
.profile_bg:before {
  content: "";
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .profile_bg:before {
    width: 56px;
    height: 56px;
  }
}
.profile_bg:after {
  content: "";
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .profile_bg:after {
    width: 56px;
    height: 56px;
  }
}
.profile_top {
  display: flex;
  align-items: center;
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .profile_top {
    margin-bottom: 40px;
  }
}
.profile_top dt {
  width: 31.4666666667vw;
  margin-right: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .profile_top dt {
    position: absolute;
    top: 35px;
    left: 45px;
    width: 250px;
    margin-right: 0;
  }
}
.profile_top dd {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .profile_top dd {
    width: 200px;
  }
}
.profile_detail {
  font-size: 3.2vw;
  text-align: left;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .profile_detail {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.profile_detail span {
  display: block;
}
.profile_detail span:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .profile_detail span:not(:last-child) {
    margin-bottom: 25px;
  }
}

.contents {
  position: relative;
  z-index: 0;
  padding: 5.3333333333vw 0 8vw;
  text-align: center;
  margin-bottom: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .contents {
    padding: 102px 20px 0;
  }
}

.how_ttl {
  text-align: center;
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .how_ttl {
    margin-bottom: 50px;
  }
}
.how_sub {
  display: inline-block;
  position: relative;
  padding: 0 4vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .how_sub {
    padding: 0 26px;
    margin-bottom: 40px;
  }
}
.how_sub:before {
  content: "";
  width: 10.6666666667vw;
  height: 1px;
  background: #382B22;
  position: absolute;
  right: 100%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .how_sub:before {
    width: 90px;
  }
}
.how_sub:after {
  content: "";
  width: 10.6666666667vw;
  height: 1px;
  background: #382B22;
  position: absolute;
  left: 100%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .how_sub:after {
    width: 90px;
  }
}
.how_sub img {
  width: auto;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .how_sub img {
    height: auto;
  }
}
.how_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 4vw 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .how_item {
    max-width: 1080px;
    margin: 0 auto 40px;
  }
}
.how_item li {
  width: 28.2666666667vw;
}
@media screen and (min-width: 768px) {
  .how_item li {
    width: 29.6%;
    margin-bottom: 64px;
  }
}
.how_item h3 {
  font-size: 3.2vw;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  margin-top: 1.3333333333vw;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  .how_item h3 {
    font-size: 2.2rem;
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .box {
    padding: 0 20px;
  }
}
.box_inner {
  background: url(../img/stripe.png);
  background-size: 12px auto;
  padding: 10.1333333333vw 8vw 12vw;
}
@media screen and (min-width: 768px) {
  .box_inner {
    background-size: 26px auto;
    padding: 67px 40px 75px;
  }
}

/*question*/
.question_ttl {
  text-align: center;
  margin: 24.5333333333vw 0 14.6666666667vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .question_ttl {
    margin: 86px 0 135px;
  }
}
.question_ttl img {
  width: 57.0666666667vw;
}
@media screen and (min-width: 768px) {
  .question_ttl img {
    width: 460px;
  }
}
.question_ttl strong {
  display: block;
  font-weight: normal;
}
.question_ttl span {
  display: inline-block;
  background: #50A59F;
  font-size: 2.9333333333vw;
  color: #fff;
  padding: 0.5333333333vw 2.6666666667vw;
  font-family: vdl-v7marugothic, sans-serif;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  .question_ttl span {
    font-size: 2.2rem;
    padding: 2px 24px;
  }
}

.question_block {
  text-align: center;
  border-style: solid;
  margin: 0 2.6666666667vw 21.3333333333vw;
  padding: 2.6666666667vw;
  display: none;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .question_block {
    margin: 0 auto 175px;
    padding: 20px;
    max-width: 1120px;
  }
}
.question_block:before {
  content: "";
  width: 30.4vw;
  height: 9.6vw;
  border-top: 1px solid #382B22;
  border-left: 1px solid #382B22;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .question_block:before {
    width: 35%;
    height: 103px;
  }
}
.question_block:after {
  content: "";
  width: 30.4vw;
  height: 9.6vw;
  border-bottom: 1px solid #382B22;
  border-right: 1px solid #382B22;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .question_block:after {
    width: 35%;
    height: 103px;
  }
}

.diagnosis_num {
  width: 30.6666666667vw;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15.2vw;
}
@media screen and (min-width: 768px) {
  .diagnosis_num {
    width: 224px;
    margin: 0 0 0 -112px;
  }
}
.diagnosis_q {
  font-size: 4.8vw;
  font-weight: 500;
  font-family: vdl-v7marugothic, sans-serif;
  margin-bottom: 8vw;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .diagnosis_q {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .btnBox {
    display: flex;
    justify-content: space-around;
  }
}
.btnBox p, .btnBox a {
  background: #fff;
  font-weight: 500;
  font-family: vdl-v7marugothic, sans-serif;
  font-size: 4.8vw;
  padding: 2.1333333333vw;
  border: 2px solid;
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .btnBox p, .btnBox a {
    font-size: 3rem;
    padding: 16px 10px;
    width: 40%;
    min-width: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 3px;
  }
}
.btnBox p:after, .btnBox a:after {
  content: "";
  width: 7.2vw;
  height: 7.2vw;
  background: #382B22 url("../img/btn_arrow.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -3.7333333333vw;
  bottom: -3.7333333333vw;
  border: 1px solid transparent;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .btnBox p:after, .btnBox a:after {
    width: 50px;
    height: 50px;
    right: -25px;
    bottom: -25px;
  }
}
.btnBox p:last-child, .btnBox a:last-child {
  margin-top: 9.6vw;
}
@media screen and (min-width: 768px) {
  .btnBox p:last-child, .btnBox a:last-child {
    margin-top: 0;
  }
}
.btnBox-men {
  transition: .3s;
  border-color: #50A59F !important;
}
.btnBox-men:after {
  background-color: #50A59F !important;
}
.btnBox-men:hover {
  background: #50A59F;
  color: #fff;
}
.btnBox-men:hover:after {
  border-color: #fff;
}
.btnBox-women {
  transition: .3s;
  border-color: #F0AFB4 !important;
}
.btnBox-women:after {
  background-color: #F0AFB4 !important;
}
.btnBox-women:hover {
  background: #F0AFB4;
  color: #fff;
}
.btnBox-women:hover:after {
  border-color: #fff;
}

.under-men .btnBox p, .under-men .btnBox a {
  transition: .3s;
  border-color: #50A59F !important;
}
.under-men .btnBox p:after, .under-men .btnBox a:after {
  background-color: #50A59F !important;
}
.under-men .btnBox p:hover, .under-men .btnBox a:hover {
  background: #50A59F;
  color: #fff;
}
.under-men .btnBox p:hover:after, .under-men .btnBox a:hover:after {
  border-color: #fff;
}

.under-women .btnBox p, .under-women .btnBox a {
  transition: .3s;
  border-color: #F0AFB4 !important;
}
.under-women .btnBox p:after, .under-women .btnBox a:after {
  background-color: #F0AFB4 !important;
}
.under-women .btnBox p:hover, .under-women .btnBox a:hover {
  background: #F0AFB4;
  color: #fff;
}
.under-women .btnBox p:hover:after, .under-women .btnBox a:hover:after {
  border-color: #fff;
}

.pager {
  text-align: center;
  margin: 0 0 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .pager {
    margin: 0 0 85px;
  }
}
.pager li {
  display: inline-block;
  font-size: 2.6666666667vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  text-align: center;
  line-height: 5.3333333333vw;
  margin: 0 2.4vw;
  position: relative;
  z-index: 0;
}
.pager li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pager li {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 13px;
  }
}
.pager li.current:after {
  animation: pager .8s forwards;
}

@keyframes pager {
  0% {
    background: transparent;
  }
  100% {
    background: #FFEA44;
  }
}
.q_bg span {
  position: absolute;
}
.q_bg span:nth-child(1) {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #C5E3EB;
  top: 8vw;
  left: 32.8vw;
  animation: bound 2s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(1) {
    width: 115px;
    height: 115px;
    top: 116px;
    left: auto;
    right: calc(50% + 387px);
  }
}
.q_bg span:nth-child(2) {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  background: #FEE3EE;
  top: 0;
  right: 8vw;
  animation: big 3s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(2) {
    width: 133px;
    height: 133px;
    right: auto;
    left: calc(50% + 276px);
  }
}
.q_bg span:nth-child(3) {
  width: 13.8666666667vw;
  height: 13.8666666667vw;
  background: #F9ECA8;
  top: 34.4vw;
  left: 0;
  animation: rotate 9s linear infinite;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(3) {
    width: 150px;
    height: 150px;
    top: 169px;
    left: calc(50% + 597px);
    animation: rotate 12s linear infinite;
  }
}
.q_bg span:nth-child(4) {
  width: 15.4666666667vw;
  height: 15.4666666667vw;
  background: #C5E3EB;
  top: 35.7333333333vw;
  right: 5.3333333333vw;
  animation: side 2.5s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(4) {
    display: none;
  }
}
.q_bg span:nth-child(5) {
  width: 15.4666666667vw;
  height: 15.4666666667vw;
  background: #C5E3EB;
  bottom: 26.1333333333vw;
  left: 0;
  animation: big 3.5s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(5) {
    width: 117px;
    height: 117px;
    bottom: 60px;
    left: calc(50% + 36px);
  }
}
.q_bg span:nth-child(6) {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #FEE3EE;
  bottom: 17.0666666667vw;
  left: 25.8666666667vw;
  animation: side 3.5s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(6) {
    width: 133px;
    height: 133px;
    bottom: auto;
    top: 367px;
    right: calc(50% + 690px);
    left: auto;
  }
}
.q_bg span:nth-child(7) {
  width: 17.6vw;
  height: 17.6vw;
  background: #CFDEC1;
  bottom: 10.1333333333vw;
  right: 17.0666666667vw;
  animation: bound 2s linear infinite alternate;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(7) {
    width: 133px;
    height: 133px;
    bottom: 131px;
    left: calc(50% + 502px);
    right: auto;
  }
}
.q_bg span:nth-child(8) {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #F9ECA8;
  bottom: 30.9333333333vw;
  right: 0vw;
  animation: rotate 10s linear infinite reverse;
}
@media screen and (min-width: 768px) {
  .q_bg span:nth-child(8) {
    width: 133px;
    height: 133px;
    bottom: 117px;
    right: calc(50% + 560px);
    animation: rotate 13s linear infinite reverse;
  }
}

@keyframes bound {
  0% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes side {
  0% {
    transform: translate(6px, 10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes big {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}
/*answer*/
#answer .under-men header {
  background: #C5E3EB;
}
#answer .under-men .recommend_item a:hover {
  border-color: #50A59F;
}
#answer .under-men .recommend_item a:hover:after {
  background-color: #50A59F;
}

#answer .under-women header {
  background: #FFF4F8;
}
#answer .under-women .answer_main h2 {
  color: #DA57A2;
}
#answer .under-women .recommend_item a:hover {
  border-color: #F0AFB4;
}
#answer .under-women .recommend_item a:hover:after {
  background-color: #F0AFB4;
}

.answer {
  padding: 12.8vw 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .answer {
    padding: 48px 13px 60px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1015px) {
  .answer {
    padding: 4.75vw 1.25vw 5.3125vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer {
    padding: 76px 20px 85px;
  }
}
.answer:before {
  content: "";
  width: 30.4vw;
  height: 23.4666666667vw;
  border-top: 1px solid #382B22;
  border-left: 1px solid #382B22;
  position: absolute;
  top: 1.8666666667vw;
  left: 1.8666666667vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .answer:before {
    width: 266px;
    height: 209px;
    top: 13px;
    left: 13px;
  }
}
@media screen and (min-width: 1015px) {
  .answer:before {
    width: 26.125vw;
    height: 20.5625vw;
    top: 1.25vw;
    left: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer:before {
    width: 418px;
    height: 329px;
    top: 20px;
    left: 20px;
  }
}
.answer:after {
  content: "";
  width: 30.4vw;
  height: 23.4666666667vw;
  border-bottom: 1px solid #382B22;
  border-right: 1px solid #382B22;
  position: absolute;
  bottom: 1.8666666667vw;
  right: 1.8666666667vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .answer:after {
    width: 266px;
    height: 209px;
    bottom: 13px;
    right: 13px;
  }
}
@media screen and (min-width: 1015px) {
  .answer:after {
    width: 26.125vw;
    height: 20.5625vw;
    bottom: 1.25vw;
    right: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer:after {
    width: 418px;
    height: 329px;
    bottom: 20px;
    right: 20px;
  }
}
.answer_col {
  position: relative;
}
@media screen and (min-width: 768px) {
  .answer_col {
    width: 50%;
    max-width: 800px;
  }
}
.answer_main {
  text-align: center;
  font-family: vdl-v7marugothic, sans-serif;
  color: #382B22;
}
.answer_main h1 {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .answer_main h1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1015px) {
  .answer_main h1 {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_main h1 {
    margin-bottom: 48px;
  }
}
.answer_main h1 small {
  display: block;
  font-weight: normal;
  font-size: 4.2666666667vw;
  margin-bottom: 1.8666666667vw;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  .answer_main h1 small {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1015px) {
  .answer_main h1 small {
    font-size: 1.875vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_main h1 small {
    font-size: 3rem;
    margin-bottom: 8px;
  }
}
.answer_main h1 strong {
  display: block;
  font-size: 6.9333333333vw;
  font-weight: normal;
  letter-spacing: .15em;
}
@media screen and (min-width: 768px) {
  .answer_main h1 strong {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1015px) {
  .answer_main h1 strong {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_main h1 strong {
    font-size: 5rem;
  }
}
.answer_main h1 span {
  position: relative;
}
.answer_main h1 span:before {
  content: "";
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: #FFEA44;
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(100% + (5 / 375 * 100vw));
  left: 50%;
  margin-left: -1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .answer_main h1 span:before {
    width: 7px;
    height: 7px;
    margin-left: -4px;
    bottom: 100%;
  }
}
@media screen and (min-width: 1015px) {
  .answer_main h1 span:before {
    width: 0.625vw;
    height: 0.625vw;
    margin-left: -0.4375vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_main h1 span:before {
    width: 10px;
    height: 10px;
    margin-left: -7px;
  }
}
.answer_main h2 {
  color: #003879;
}
.answer_main h2 span {
  display: block;
  font-weight: normal;
  font-size: 4.2666666667vw;
  margin-bottom: 2px;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  .answer_main h2 span {
    font-size: 1.3rem;
    display: inline-block;
  }
}
@media screen and (min-width: 1015px) {
  .answer_main h2 span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_main h2 span {
    font-size: 2rem;
  }
}
.answer_main h2 strong {
  display: block;
  font-size: 5.8666666667vw;
  font-weight: normal;
  letter-spacing: .15em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .answer_main h2 strong {
    font-size: 2.3rem;
    display: inline-block;
  }
}
@media screen and (min-width: 1015px) {
  .answer_main h2 strong {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_main h2 strong {
    font-size: 3.6rem;
  }
}
.answer_img {
  margin: 2.6666666667vw 0 4.8vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .answer_img {
    margin: 12px 0 20px;
  }
}
@media screen and (min-width: 1015px) {
  .answer_img {
    font-size: 0.75vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_img {
    font-size: 12px 0;
  }
}
.answer_img img {
  width: 61.0666666667vw;
}
@media screen and (min-width: 768px) {
  .answer_img img {
    width: 254px;
  }
}
@media screen and (min-width: 1015px) {
  .answer_img img {
    width: 25vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_img img {
    width: 400px;
  }
}
.answer_txt {
  font-size: 3.7333333333vw;
  line-height: 1.6;
  margin: 0 4.8vw 14.4vw;
}
@media screen and (min-width: 768px) {
  .answer_txt {
    font-size: 1.2rem;
    padding: 0 25px;
    line-height: 2;
    margin: 0;
  }
}
@media screen and (min-width: 1015px) {
  .answer_txt {
    font-size: 1.125vw;
    padding: 0 2.875vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_txt {
    font-size: 1.8rem;
    padding: 0 46px;
  }
}
.answer_item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .answer_item {
    width: 50%;
    padding: 0 31px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1015px) {
  .answer_item {
    padding: 0 3.125vw;
  }
}
@media screen and (min-width: 1600px) {
  .answer_item {
    padding: 0 50px;
  }
}
.answer_item strong {
  display: inline-block;
  position: relative;
}
.answer_item strong:before {
  content: "";
  width: calc(100% - (10 / 375 * 100vw));
  height: calc(100% - (10 / 375 * 100vw));
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .answer_item strong:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}
.answer_item strong img {
  width: 81.8666666667vw;
}
@media screen and (min-width: 768px) {
  .answer_item strong img {
    width: auto;
  }
}

.a_bg span {
  position: absolute;
  transition: .5s linear;
  transform: translateY(0);
}
.a_bg-1 span:nth-child(1) {
  background: #B2D8E2;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  top: -12.8vw;
  right: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .a_bg-1 span:nth-child(1) {
    width: 74px;
    height: 74px;
    top: 207px;
    right: auto;
    left: -12px;
  }
}
@media screen and (min-width: 1015px) {
  .a_bg-1 span:nth-child(1) {
    width: 7.3125vw;
    height: 7.3125vw;
    top: 20.4375vw;
    right: auto;
    left: -1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .a_bg-1 span:nth-child(1) {
    width: 117px;
    height: 117px;
    top: 327px;
    left: -20px;
  }
}
.a_bg-1 span:nth-child(2) {
  background: #FEE3EE;
  width: 16vw;
  height: 16vw;
  top: 43.2vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .a_bg-1 span:nth-child(2) {
    background: #F9ECA8;
    width: 71px;
    height: 71px;
    top: 0;
    left: auto;
    right: -6px;
  }
}
@media screen and (min-width: 1015px) {
  .a_bg-1 span:nth-child(2) {
    width: 7vw;
    height: 7vw;
    right: -0.625vw;
  }
}
@media screen and (min-width: 1600px) {
  .a_bg-1 span:nth-child(2) {
    width: 112px;
    height: 112px;
    right: -10px;
  }
}
.a_bg-1 span:nth-child(3) {
  background: #F9ECA8;
  width: 16vw;
  height: 16vw;
  top: 35.2vw;
  right: 0;
  /*        
          @include mq(lg) {
            width: 93 / 1600 * 100vw;
            height: 93 / 1600 * 100vw;
            right: 75 / 1600 * 100vw;
            top: 474 / 1600 * 100vw;
          }
          @include mq(max) {
            width: 93px;
            height: 93px;
            right: 75px;
            top: 474px;
          }
          
  */
}
@media screen and (min-width: 768px) {
  .a_bg-1 span:nth-child(3) {
    display: none;
    background: #FEE3EE;
    width: 59px;
    height: 59px;
    top: 308px;
    right: 39px;
  }
}
.a_bg-1 span:nth-child(4) {
  background: #CFDEC1;
  width: 10.9333333333vw;
  height: 10.9333333333vw;
  top: 74.6666666667vw;
  right: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .a_bg-1 span:nth-child(4) {
    background: #F9ECA8;
    width: 48px;
    height: 48px;
    bottom: -58px;
    top: auto;
    right: auto;
    left: 128px;
  }
}
@media screen and (min-width: 1015px) {
  .a_bg-1 span:nth-child(4) {
    width: 4.8125vw;
    height: 4.8125vw;
    bottom: -5.9375vw;
    left: 12.625vw;
  }
}
@media screen and (min-width: 1600px) {
  .a_bg-1 span:nth-child(4) {
    width: 77px;
    height: 77px;
    bottom: -95px;
    left: 202px;
  }
}
.a_bg-2 span:nth-child(1) {
  background: #B2D8E2;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  top: -3.4666666667vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .a_bg-2 span:nth-child(1) {
    width: 74px;
    height: 74px;
    top: -48px;
    left: 238px;
  }
}
@media screen and (min-width: 1015px) {
  .a_bg-2 span:nth-child(1) {
    width: 7.3125vw;
    height: 7.3125vw;
    top: -4.75vw;
    left: 23.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .a_bg-2 span:nth-child(1) {
    width: 117px;
    height: 117px;
    top: -76px;
    left: 376px;
  }
}
.a_bg-2 span:nth-child(2) {
  background: #F9ECA8;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  top: 24.8vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .a_bg-2 span:nth-child(2) {
    width: 55px;
    height: 55px;
    top: 146px;
    right: -7px;
  }
}
@media screen and (min-width: 1015px) {
  .a_bg-2 span:nth-child(2) {
    width: 5.5vw;
    height: 5.5vw;
    top: 14.4375vw;
    right: -0.625vw;
  }
}
@media screen and (min-width: 1600px) {
  .a_bg-2 span:nth-child(2) {
    width: 88px;
    height: 88px;
    top: 231px;
    right: -10px;
  }
}
.a_bg-2 span:nth-child(3) {
  background: #F9ECA8;
  width: 8vw;
  height: 8vw;
  bottom: -24vw;
  left: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .a_bg-2 span:nth-child(3) {
    background: #CFDEC1;
    width: 55px;
    height: 55px;
    bottom: -18px;
    left: 0;
  }
}
@media screen and (min-width: 1015px) {
  .a_bg-2 span:nth-child(3) {
    width: 5.5vw;
    height: 5.5vw;
    bottom: -1.8125vw;
  }
}
@media screen and (min-width: 1600px) {
  .a_bg-2 span:nth-child(3) {
    width: 88px;
    height: 88px;
    bottom: -29px;
  }
}
.a_bg-2 span:nth-child(4) {
  background: #FEE3EE;
  width: 16vw;
  height: 16vw;
  bottom: -24vw;
  right: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .a_bg-2 span:nth-child(4) {
    width: 84px;
    height: 84px;
    bottom: -48px;
    right: 67px;
  }
}
@media screen and (min-width: 1015px) {
  .a_bg-2 span:nth-child(4) {
    width: 8.3125vw;
    height: 8.3125vw;
    bottom: -4.75vw;
    right: 6.6875vw;
  }
}
@media screen and (min-width: 1600px) {
  .a_bg-2 span:nth-child(4) {
    width: 133px;
    height: 133px;
    bottom: -76px;
    right: 107px;
  }
}

.sec_ttl {
  text-align: center;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: bold;
  font-size: 4.2666666667vw;
  letter-spacing: .05em;
  padding: 4.8vw 0 5.6vw;
  margin-bottom: 11.4666666667vw;
  line-height: 1;
  color: #382B22;
}
@media screen and (min-width: 768px) {
  .sec_ttl {
    font-size: 3.6rem;
    padding: 36px 0 46px;
    margin-bottom: 90px;
  }
}
.sec_ttl strong {
  font-size: 5.8666666667vw;
  letter-spacing: .05em;
  padding-right: 0.8vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec_ttl strong {
    font-size: 4.8rem;
    padding-right: 15px;
  }
}

.recommend {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommend {
    margin-bottom: 94px;
  }
}
.recommend_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .recommend_item {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 1.6%;
    box-sizing: border-box;
  }
}
.recommend_item li {
  width: 46.4%;
}
@media screen and (min-width: 768px) {
  .recommend_item li {
    width: 22.9%;
  }
}
.recommend_item li:nth-child(n + 3) {
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommend_item li:nth-child(n + 3) {
    margin-top: 0;
  }
}
.recommend_item a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: inherit;
  position: relative;
  padding: 2.4vw;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #382B22;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .recommend_item a {
    padding: 5.6%;
  }
}
.recommend_item a:after {
  content: "";
  width: 5.6vw;
  height: 5.6vw;
  background: #382B22 url("../img/btn_arrow.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -1.6vw;
  bottom: -2.4vw;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .recommend_item a:after {
    width: 35px;
    height: 35px;
    right: -10px;
    bottom: -10px;
  }
}
.recommend_item figure img {
  width: 100%;
}
.recommend_item_brand {
  margin: 2.4vw 0 0;
  font-size: 2.6666666667vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .recommend_item_brand {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
}
.recommend_item_brand span {
  display: inline-block;
}
.recommend_item_name {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .recommend_item_name {
    font-size: 1.4rem;
  }
}
.recommend_item_price {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .recommend_item_price {
    font-size: 1.4rem;
  }
}

.btn_more {
  text-align: center;
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .btn_more {
    margin-top: 92px;
  }
}
.btn_more a {
  position: relative;
  font-family: vdl-v7marugothic, sans-serif;
  width: 80vw;
  display: inline-block;
  text-decoration: none;
  font-size: 4.8vw;
  font-weight: normal;
  letter-spacing: .15em;
  color: #fff;
  background: #382B22;
  padding: 2.6666666667vw 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .btn_more a:hover:before, .btn_more a:hover:after {
    width: calc(100% + 39px);
    height: calc(100% + 39px);
  }
}
@media screen and (min-width: 768px) {
  .btn_more a {
    width: 600px;
    padding: 16px 0;
    font-size: 3.6rem;
  }
}
.btn_more a:before {
  content: "";
  width: 8vw;
  height: 7.4666666667vw;
  border-top: 1px solid #382B22;
  border-left: 1px solid #382B22;
  position: absolute;
  top: -2.1333333333vw;
  left: -2.1333333333vw;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .btn_more a:before {
    width: 60px;
    height: 56px;
    top: -20px;
    left: -20px;
  }
}
.btn_more a:after {
  content: "";
  width: 8vw;
  height: 7.4666666667vw;
  border-bottom: 1px solid #382B22;
  border-right: 1px solid #382B22;
  position: absolute;
  bottom: -2.1333333333vw;
  right: -2.1333333333vw;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .btn_more a:after {
    width: 60px;
    height: 56px;
    bottom: -20px;
    right: -20px;
  }
}

.advice {
  margin: 0 3.4666666667vw 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .advice {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 20px 145px;
    box-sizing: content-box;
  }
}
.advice_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .advice_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 68px 0 38px 50px;
  }
}
.advice_item:not(:last-child) {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .advice_item:not(:last-child) {
    margin-bottom: 52px;
  }
}
.advice_item:before {
  content: "";
  width: 85.8666666667vw;
  height: 13.8666666667vw;
  border-top: 1px solid #1A1311;
  border-left: 1px solid #1A1311;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .advice_item:before {
    width: calc(100% - 10px);
    height: 103px;
  }
}
.advice_item:after {
  content: "";
  width: 85.8666666667vw;
  height: 13.8666666667vw;
  border-bottom: 1px solid #1A1311;
  border-right: 1px solid #1A1311;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .advice_item:after {
    width: calc(100% - 10px);
    height: 103px;
  }
}
.advice_num {
  position: absolute;
  top: 2.4vw;
  left: 1.8666666667vw;
  width: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .advice_num {
    top: 20px;
    left: 20px;
    width: 63px;
  }
}
.advice_num:after {
  content: "";
  width: 1px;
  height: 40.2vw;
  background: #1A1311;
  transform: rotate(46deg);
  position: absolute;
  top: -10.6666666667vw;
  left: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .advice_num:after {
    height: 280px;
    top: -80px;
    left: 80px;
  }
}
.advice figure {
  text-align: center;
  padding: 8vw 0 4.8vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .advice figure {
    padding: 0;
    width: 28.7%;
  }
}
.advice figure img {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .advice figure img {
    width: auto;
  }
}
.advice_detail {
  padding-bottom: 6.6666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .advice_detail {
    width: 68%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .advice_detail {
    width: 66.9%;
  }
}
.advice_detail dt {
  font-family: vdl-v7marugothic, sans-serif;
  font-size: 4.8vw;
  color: #382B22;
  display: flex;
  justify-content: center;
  margin: 0 4.8vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .advice_detail dt {
    font-size: 2.9rem;
    margin: 0 0 15px;
    display: block;
    letter-spacing: .1em;
  }
}
@media screen and (min-width: 1200px) {
  .advice_detail dt {
    font-size: 3.6rem;
  }
}
.advice_detail dd {
  margin: 0 4vw;
  font-size: 3.2vw;
  line-height: 1.83;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .advice_detail dd {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .advice_detail dd {
    font-size: 1.8rem;
  }
}

.share_ttl {
  text-align: center;
  padding: 4.2666666667vw 0 0.8vw;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 768px) {
  .share_ttl {
    padding: 43px 0 20px;
    margin-bottom: 87px;
  }
}
.share_ttl img {
  width: 27.7333333333vw;
}
@media screen and (min-width: 768px) {
  .share_ttl img {
    width: 158px;
  }
}
.share_insta {
  margin: 0 9.8666666667vw 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .share_insta {
    margin: 0 auto 38px;
    width: 500px;
  }
}
.share_insta a {
  display: flex;
  align-items: center;
  border: 1px solid #e6e1e1;
  text-decoration: none;
  padding: 4.2666666667vw 8vw;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .share_insta a {
    padding: 20px 25px;
  }
}
.share_insta a span {
  width: 7.4666666667vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .share_insta a span {
    width: 28px;
    margin-right: 20px;
  }
}
.share_insta a strong {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .share_insta a strong {
    font-size: 1.8rem;
  }
}
.share_list {
  display: flex;
  justify-content: space-between;
  margin: 0 11.2vw 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .share_list {
    margin: 0 auto 110px;
    max-width: 410px;
  }
}
.share_list li {
  width: 18.1333333333vw;
}
@media screen and (min-width: 768px) {
  .share_list li {
    width: 65px;
  }
}

.btn-again {
  margin-bottom: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .btn-again {
    margin-bottom: 70px;
  }
}
.btn-again a {
  font-size: 4.8vw;
  font-family: vdl-v7marugothic, sans-serif;
  color: #382B22;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .btn-again a {
    font-size: 3.6rem;
  }
}

.btn-top a {
  font-size: 3.7333333333vw;
  font-family: vdl-v7marugothic, sans-serif;
  color: #382B22;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .1em;
  line-height: 1;
  width: 64vw;
}
@media screen and (min-width: 768px) {
  .btn-top a {
    font-size: 3rem;
    width: 525px;
  }
}
.btn-top a:after {
  right: auto;
  left: -3.7333333333vw;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .btn-top a:after {
    left: -25px;
  }
}

/*# sourceMappingURL=style.css.map */
