@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1200px;
}

.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background-color: #fff;
  background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-common-bg_body.jpg);
  background-position: 50% 0;
  background-size: cover;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.1rem;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* PAGES
 * ----------------------------------------------- */
/* SECTION TOP
 * ----------------------------------------------- */
.page-top main {
  min-width: 1200px;
  height: 100vh;
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-top main {
    overflow: hidden;
  }
}

@media print, print and (min-width: 768px), print and (max-height: 675px), (min-width: 768px) and (max-height: 675px) {
  .page-top main {
    position: relative;
    height: 675px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .page-top main {
    min-width: 0;
  }
}
.frame-top {
  border-radius: 100%;
  background: #fff;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, (min-width: 768px) {
  .frame-top {
    width: 734px;
    height: 734px;
  }
}
@media only screen and (max-width: 767px) {
  .frame-top {
    width: 7.4rem;
    height: 7.4rem;
  }
}
.foreground-top {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media print, (min-width: 768px) {
  .foreground-top {
    width: 100%;
    height: 674px;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-top-fg_img.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  .foreground-top {
    width: 100%;
    height: 674px;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-top-sp-fg_img.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.content-top {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
.content-top .logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.content-top .slogan {
  margin: 0 auto;
  padding: 2px 0;
  border-top: 1px solid #ffae00;
  border-bottom: 1px solid #ffae00;
  white-space: nowrap;
}
.content-top .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.content-top .button .btn {
  display: inline-block;
  position: relative;
}
.content-top .button .btn .btn-bg {
  display: block;
  z-index: 0;
}
.content-top .button .btn .btn-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}

@media print, (min-width: 768px) {
  .content-top {
    width: 674px;
    height: 674px;
  }
  .content-top .logo {
    margin: 10px 0 10px;
  }
  .content-top .slogan {
    width: 630px;
    height: 48px;
/* defined by wysiwyg */
    color: #ffae00;
    font-size: 30px;
    font-weight: bold;
  }
  .content-top .image {
    margin: 10px 0 10px;
  }
  .content-top .button .btn .btn-text {
    top: -4px;
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .content-top {
    width: 7.5rem;
    height: 7.5rem;
  }
  .content-top .logo {
    margin: 0.3rem 0 0.3rem;
  }
  .content-top .logo img {
    width: 35%;
  }
  .content-top .slogan {
    border-width: 1px;
    padding: 0.02rem 0;
    width: 6.2rem;
    height: 0.48rem;
/* defined by wysiwyg */
    color: #ffae00;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .content-top .image {
    margin: 0.2rem 0;
  }
  .content-top .image img {
    width: 6rem;
  }
  .content-top .button .btn .btn-bg {
    width: 3.5rem;
  }
  .content-top .button .btn .btn-text {
    top: -0.05rem;
    font-size: 0.42rem;
    text-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.4);
  }
}
/* SECTION QUESTION
 * ----------------------------------------------- */
.page-question main {
  min-width: 1200px;
  height: 100vh;
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-question main {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .page-question main {
    min-width: 0;
  }
}
.section-question-inner {
  border-radius: 5px;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  /* defined by wysiwyg */
  /* border: 6px solid #FCA72C; */
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -40px;
}
.section-question-inner .badge {
  position: absolute;
}
.section-question-inner .badge .badge-bg {
  display: block;
}
.section-question-inner .badge .badge-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-question-inner .title {
  display: block;
  position: relative;
}
.section-question-inner .title .title-bg {
  display: block;
  margin: 0 auto;
  z-index: 0;
}
.section-question-inner .title .title-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-question-inner .question {
/* defined by wysiwyg */
/*  color: #ff5d8b;
  font-weight: bold; */
  text-align: center;
  line-height: 1.1;
}
.section-question-inner .answers {
  margin: 0 auto;
  text-align: center;
}
.section-question-inner .answers .btn {
  display: inline-block;
  position: relative;
}
.section-question-inner .answers .btn:not(:first-child) {
  margin-top: 12px;
}
.section-question-inner .answers .btn .btn-bg {
  display: block;
  z-index: 0;
}
.section-question-inner .answers .btn .btn-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}
.section-question-inner .buttons {
  width: 100%;
  position: absolute;
  bottom: -125px;
  left: 0;
  text-align: center;
}
.section-question-inner .buttons .btn {
  display: inline-block;
  position: relative;
}
.section-question-inner .buttons .btn:not(:first-child) {
  margin-left: 70px;
}
.section-question-inner .buttons .btn .btn-bg {
  display: block;
  z-index: 0;
}
.section-question-inner .buttons .btn .btn-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-question-inner .buttons .btn.btn-green .btn-text {
  color: #66882a;
}
.section-question-inner .buttons .btn.btn-pink .btn-text {
  color: #474747;
}

@media print, (min-width: 768px) {
  .section-question-inner {
    width: 1000px;
    /* height: 574px; */
    background-color: #fff;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-question-fg_img.png);
    background-size: auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    border-width: 6px;
  }
  .section-question-inner .badge.align-top-left {
    top: -50px;
    left: -30px;
  }
  .section-question-inner .badge.align-top-right {
    top: -50px;
    right: -30px;
  }
  .section-question-inner .badge.align-bottom-left {
    bottom: -50px;
    left: -30px;
  }
  .section-question-inner .badge.align-bottom-right {
    bottom: -50px;
    right: -30px;
  }
  .section-question-inner .badge .badge-bg {
    display: block;
  }
  .section-question-inner .badge .badge-text {
    font-size: 38px;
  }
  .section-question-inner .title {
    margin-top: -55px;
  }
  .section-question-inner .title .title-text {
    top: 16px;
    font-size: 45px;
  }
  .section-question-inner .content {
    padding: 30px 0;
  }
  .section-question-inner .question {
    padding: 0 50px;
    margin-bottom: 20px;
    /* defined by wysiwyg */
    /* font-size: 46px; */
  }
  .section-question-inner .answers {
    width: 500px;
  }
  .section-question-inner .answers .btn:not(:first-child) {
    margin-top: 12px;
  }
  .section-question-inner .answers .btn .btn-text {
    top: -4px;
    font-size: 50px;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  }
}
@media print, print and (min-width: 768px), print and (max-height: 750px), (min-width: 768px) and (max-height: 750px) {
  .page-question main {
    overflow: visible;
  }
  .section-question-inner {
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 70px auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-question-inner {
    width: 7.3rem;
    height: auto;
    min-height: 5.74rem;
    background-color: #fff;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-question-sp-fg_img.png);
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
    border-radius: 0.05rem;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    border-width: 0.06rem;
    margin-top: -0.2rem;
  }
  .section-question-inner .badge.align-top-left {
    top: -0.6rem;
    left: -0.1rem;
  }
  .section-question-inner .badge.align-top-right {
    top: -0.6rem;
    right: -0.1rem;
  }
  .section-question-inner .badge.align-bottom-left {
    bottom: -0.6rem;
    left: -0.1rem;
  }
  .section-question-inner .badge.align-bottom-right {
    bottom: -0.6rem;
    right: -0.1rem;
  }
  .section-question-inner .badge .badge-bg {
    display: block;
    width: 1.45rem;
  }
  .section-question-inner .badge .badge-text {
    font-size: 0.38rem;
  }
  .section-question-inner .title {
    margin-top: -0.75rem;
  }
  .section-question-inner .title .title-bg {
    width: 4rem;
  }
  .section-question-inner .title .title-text {
    top: 0.16rem;
    font-size: 0.48rem;
  }
  .section-question-inner .content {
    padding: 0.3rem 0 1.5rem;
  }
  .section-question-inner .question {
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
    /* defined by wysiwyg */
    /* font-size: 0.6rem; */
  }
  .section-question-inner .answers {
    width: auto;
  }
  .section-question-inner .answers .btn:not(:first-child) {
    margin-top: 0.5rem;
  }
  .section-question-inner .answers .btn .btn-bg {
    width: 6rem;
  }
  .section-question-inner .answers .btn .btn-text {
    top: -0.05rem;
    font-size: 0.66rem;
    text-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.4);
  }

  .section-question-inner .buttons {
    bottom: -1.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-question-inner .buttons .btn {
    max-width: 45%;
  }
  .section-question-inner .buttons .btn:not(:first-child) {
    margin-left: 0;
  }
  .section-question-inner .buttons .btn .btn-text {
    top: -.02rem;
    font-size: .34rem;
  }
  
}
/* SECTION RESULT
 * ----------------------------------------------- */
.page-result main {
  min-height: 100vh;
  padding: 70px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-result main {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .page-result main {
    padding: 0.85rem 0;
  }
}

.foreground-result {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-color: transparent;
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, (min-width: 768px) {
  .foreground-result {
    min-width: 1200px;
}
  .foreground-result.bg-center {    
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-fg_img.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}
  .foreground-result.bg-top {
  top: 0;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-fg_img_top.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
  .foreground-result.bg-bottom {
    top: auto;
    bottom: 0;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-fg_img_bot.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
}

@media only screen and (max-width: 767px) {
  .foreground-result {
    min-width: 320px;
}
  .foreground-result.bg-center {
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-sp-fg_img.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}
  .foreground-result.bg-top {
    top: 0;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-sp-fg_img_top.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-size: 100% auto;
}
  .foreground-result.bg-bottom {
    top: auto;
  bottom: 0;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-sp-fg_img_bot.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-size: 100% auto;
}
}

.section-result-inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-frame_bg.png) 50% 0 no-repeat;
  background-size: 100% auto;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  border: 6px solid #17DCB2;
  position: relative;
}
.section-result-inner .title {
  display: block;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}
.section-result-inner .title .title-bg {
  display: block;
  margin: 0 auto;
  z-index: 0;
}
.section-result-inner .title .title-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-result-inner .result-content {
  margin-top: 20px;
  padding: 0 20px 20px;
  position: relative;
  z-index: 10;
  text-shadow: white 3px 0px 0px, white 2.83487px 0.98158px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.70571px 2.91581px 0px, white -0.28717px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.5717px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.13712px -2.99686px 0px, white 0.85099px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.83825px 0px;
}
.section-result-inner .result-content h3 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.section-result-inner .result-content p {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.section-result-inner .result-recommendation {
  margin: 0 17px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}
.section-result-inner .result-recommendation .recommendation-title {
  padding: 13px 0;
  background: #f4b2ba;
  background: linear-gradient(0deg, #f4b2ba 0%, #ff3b73 100%);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: -0.05em;
}
.section-result-inner .result-recommendation .recommendation-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px;
}
.section-result-inner .result-recommendation .recommendation-list li {
  width: 213px;
  margin-left: 141px;
  position: relative;
}
.section-result-inner .result-recommendation .recommendation-list li:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-recommendation_icon_plus.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 80px;
  left: -105px;
}
.section-result-inner .result-recommendation .recommendation-list li:nth-child(3n+1) {
  margin-left: 0;
}
.section-result-inner .result-recommendation .recommendation-list li:nth-child(3n+1):before {
  display: none;
}
.section-result-inner .result-recommendation .recommendation-list li .image img {
  display: block;
}
.section-result-inner .result-recommendation .recommendation-list li .desc {
  margin-top: 5px;
  color: #878787;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.section-result-inner .result-recommendation .recommendation-price {
  height: 102px;
  margin: 0 16px;
  padding-top: 25px;
  border: 5px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.section-result-inner .result-recommendation .recommendation-price .price-text {
  color: #878787;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-result-inner .result-recommendation .recommendation-price .price-text strong {
  display: inline-block;
  margin-top: -0.2em;
  color: #fe0016;
  font-size: 70px;
  line-height: 1;
  vertical-align: middle;
}
.section-result-inner .result-recommendation .recommendation-price .price-label {
  width: 120px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  top: 30%;
  left: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-result-inner .result-recommendation .recommendation-price .price-label span {
  position: relative;
  z-index: 1;
}
.section-result-inner .result-recommendation .recommendation-price .price-label:after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: #17dcb2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 0;
}
.section-result-inner .result-recommendation .recommendation-price .price-icon {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
}
.section-result-inner .result-recommendation .recommendation-price .price-icon img {
  display: block;
}
.section-result-inner .result-recommendation .recommendation-button {
  display: -webkit-flex;
  display: flex;
  margin: 30px 0;
  padding: 0 16px;
}
.section-result-inner .result-recommendation .recommendation-button .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 300px;
  height: 87px;
  margin-left: 11px;
  background-color: #eee;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.section-result-inner .result-recommendation .recommendation-button .btn.btn-ps4 {
  background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-btn_rcmd_01.png);
}
.section-result-inner .result-recommendation .recommendation-button .btn.btn-switch {
  background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-btn_rcmd_02.png);
}
.section-result-inner .result-recommendation .recommendation-button .btn.btn-amazon {
  background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-btn_rcmd_03.png);
}
.section-result-inner .result-recommendation .recommendation-button .btn:first-child {
  margin-left: 0;
}
.section-result-inner .result-recommendation .recommendation-products {
  padding: 0 16px;
}
.section-result-inner .result-recommendation .recommendation-products .product-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 53px;
  background: white;
  background: linear-gradient(0deg, #ffffff 0%, #ec98b5 100%);
  margin: 0 -16px 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.section-result-inner .result-recommendation .recommendation-products .product-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li {
  width: 212px;
  margin-left: 24px;
  margin-bottom: 30px;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li:nth-child(4n+1) {
  margin-left: 0;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .image img {
  display: block;
  max-width: 100%;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .desc {
  margin-top: 5px;
  color: #878787;
  font-size: 16px;
  font-weight: bold;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .price {
  color: #878787;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .price strong {
  color: #fe0016;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons {
  margin-top: 5px;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .row {
  display: -webkit-flex;
  display: flex;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 105px;
  height: 34px;
  padding-bottom: 4px;
  background-color: #eee;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn:first-child {
  margin-right: 3px;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn.btn-block {
  width: 100%;
  margin: 0;
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn.btn-ps4 {
  background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-btn_prod_01.png);
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn.btn-switch {
  background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-btn_prod_02.png);
}
.section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn.btn-amazon {
  background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-btn_prod_03.png);
}
.section-result-inner .result-bottom {
  margin-top: 50px;
  height: 200px;
  position: relative;
  z-index: 10;
}
.section-result-inner .result-bottom .buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.section-result-inner .result-bottom .buttons li {
  margin: 0 8px;
}
.section-result-inner .result-bottom .buttons .label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
  /* defined by wysiwyg */
/*  font-size: 21px;
  font-weight: bold;*/
  line-height: 1;
}
.section-result-inner .result-bottom .buttons .label p,
.section-result-inner .result-bottom .buttons .label div {
  width: 100%;
}
.section-result-inner .result-bottom .buttons .btn {
  display: inline-block;
  position: relative;
}
.section-result-inner .result-bottom .buttons .btn .btn-bg {
  display: block;
  margin: 0 auto;
  z-index: 0;
}
.section-result-inner .result-bottom .buttons .btn .btn-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}
.section-result-inner .result-bottom .buttons .btn .btn-text.large-text {
  top: -4px;
  font-size: 26px;
}
.section-result-inner .result-bottom .buttons .btn.has-icon .btn-text {
  padding-left: 2em;
}

@media only screen and (max-width: 767px) {
  .section-result-inner {
    width: 7.3rem;
    background-image: url(../img/wp-wp-content-themes-fcvanilla-type1-img-result-sp-frame_bg.png);
    border-radius: 0.05rem;
    -moz-box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.4);
    border-width: 0.06rem;
  }
  .section-result-inner .float-images .image img {
    max-width: 100%;
  }
  .section-result-inner .title {
    margin-top: -0.75rem;
  }
  .section-result-inner .title .title-bg {
    width: 4.2rem;
  }
  .section-result-inner .title .title-text {
    top: 0.16rem;
    font-size: 0.48rem;
  }
  .section-result-inner .result-content {
    margin-top: 0.05rem;
    padding: 0 0.2rem 0.2rem;
    text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
  }
  .section-result-inner .result-recommendation {
    margin: 0 0.17rem;
    box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.4);
  }
  .section-result-inner .result-recommendation .recommendation-title {
    padding: 0.2rem 0;
    font-size: 0.36rem;
    white-space: nowrap;
    text-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.4);
  }
  .section-result-inner .result-recommendation .recommendation-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.15rem;
  }
  .section-result-inner .result-recommendation .recommendation-list li {
    width: 1.75rem;
    margin-left: 0.64rem;
  }
  .section-result-inner .result-recommendation .recommendation-list li:before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.65rem;
    left: -0.57rem;
  }
  .section-result-inner .result-recommendation .recommendation-list li .image img {
    min-width: 100%;
  }
  .section-result-inner .result-recommendation .recommendation-list li .desc {
    margin-top: 0.05rem;
    font-size: 0.2rem;
    line-height: 1.1;
  }
  .section-result-inner .result-recommendation .recommendation-price {
    height: 0.75rem;
    margin: 0 0.15rem;
    padding-top: 0.18rem;
    border-width: 0.05rem;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
  }
  .section-result-inner .result-recommendation .recommendation-price .price-text {
    font-size: 0.18rem;
  }
  .section-result-inner .result-recommendation .recommendation-price .price-text strong {
    margin-top: -0.2em;
    font-size: 0.48rem;
  }
  .section-result-inner .result-recommendation .recommendation-price .price-label {
    width: 1rem;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 30%;
    font-size: 0.2rem;
  }
  .section-result-inner .result-recommendation .recommendation-price .price-label:after {
    width: 2rem;
    height: 2rem;
    top: -0.9rem;
  }
  .section-result-inner .result-recommendation .recommendation-price .price-icon {
    top: 0.02rem;
    right: 0.05rem;
  }
  .section-result-inner .result-recommendation .recommendation-price .price-icon img {
    width: 1rem;
  }
  .section-result-inner .result-recommendation .recommendation-button {
    margin: 0.3rem 0;
    padding: 0 0.15rem;
  }
  .section-result-inner .result-recommendation .recommendation-button .btn {
    width: 2.2rem;
    height: 0.61rem;
    margin-left: 0.12rem;
    font-size: 0.18rem;
  }
  .section-result-inner .result-recommendation .recommendation-products {
    padding: 0 0.15rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-title {
    height: 0.5rem;
    margin: 0 -0.15rem 0.1rem;
    font-size: 0.3rem;
    text-shadow: 0 0.03rem 0.03rem rgba(0, 0, 0, 0.3);
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li {
    width: 3.1rem;
    margin-left: 0;
    margin-bottom: 0.25rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li:nth-child(odd) {
    margin-left: 0;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .image img {
    display: block;
    width: 100%;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .desc {
    margin-top: 0.05rem;
    font-size: 0.24rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .price {
    font-size: 0.26rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .price strong {
    font-size: 0.46rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .buttons {
    margin-top: 0.1rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn {
    width: 1.62rem;
    height: 0.51rem;
    padding-bottom: 0.04rem;
    font-size: 0.21rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn:first-child {
    margin-right: 0.02rem;
  }
  .section-result-inner .result-recommendation .recommendation-products .product-list li .buttons .btn.btn-block {
    width: 100%;
    margin: 0;
  }
  .section-result-inner .result-bottom {
    margin: 0;
    padding: 0.3rem 0 0.1rem;
    height: auto;
  }
  .section-result-inner .result-bottom .buttons {
    display: block;
  }
  .section-result-inner .result-bottom .buttons li {
    margin: 0 0 0.2rem;
  }
  .section-result-inner .result-bottom .buttons .label {
    display: block;
    height: auto;
    margin-bottom: 0.1rem;
    /* defined by wysiwyg */
    /* font-size: 0.2rem; */
  }
  .section-result-inner .result-bottom .buttons .btn {
    display: block;
    margin: 0 auto;
  }
  .section-result-inner .result-bottom .buttons .btn .btn-bg {
    width: 2.8rem;
  }
  .section-result-inner .result-bottom .buttons .btn .btn-text {
    top: -0.02rem;
    font-size: 0.21rem;
    text-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.4);
  }
  .section-result-inner .result-bottom .buttons .btn .btn-text.large-text {
    top: -0.04rem;
    font-size: 0.26rem;
  }
  .section-result-inner .result-bottom .buttons .btn.has-icon .btn-text {
    padding-left: 2em;
  }
}
