@charset "UTF-8";
/* base
=========================================== */
.main {
  max-width: none;
  padding: 100px 0 60px;
  background-color: #fafafa;
  background-image: url(../images/common/main_bg-pc.png);
  background-repeat: no-repeat;
  background-position: center top 100px;
  background-size: 100% auto;
  color: #5C5C5C;
  font-family: "M PLUS Rounded 1c", "YuGothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  line-height: 1.625;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
.main b, .main em, .main strong {
  font-family: "M PLUS Rounded 1c", "YuGothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  letter-spacing: 0;
}
.main--index {
  padding-left: 20px;
  padding-right: 20px;
}
.main--input, .main--result {
  padding-bottom: 80px;
  background-color: #F5E4E4;
}
@media only screen and (max-width: 767px) {
  .main {
    background-image: url(../images/common/main_bg-sp.png);
    background-position: center top;
    padding: 50px 25px 30px;
    line-height: 1.5625;
  }
  .main--index {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main--input, .main--result {
    padding-bottom: 40px;
  }
}

.footer {
  margin-top: 0;
}

/* library
=========================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2C3D40;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: none;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mfp-close-movie {
  position: absolute;
  right: 0;
  top: -50px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.mfp-close-movie--image {
  top: -20px;
}
.mfp-close-movie::before, .mfp-close-movie::after {
  position: absolute;
  top: 17px;
  left: -3px;
  display: block;
  content: "";
  width: 44px;
  height: 3px;
  background-color: #fff;
}
.mfp-close-movie::before {
  transform: rotate(45deg);
}
.mfp-close-movie::after {
  transform: rotate(-45deg);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Contents
=========================================== */
/* btn */
.c-btn {
  position: relative;
  transition: opacity .3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 30px;
  background-color: #CC0011;
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.c-btn:hover {
  opacity: .75;
}
.c-btn--wide {
  max-width: 480px;
}
.c-btn--store {
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  max-width: 220px;
}
.c-btn--store i {
  display: inline-block;
  margin-right: 8px;
}
.c-btn--store::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.c-btn--close {
  background-color: #9f1521;
}
.c-btn--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn--secondary {
  background-color: #5A7D83;
}
.c-btn--restart {
  background-color: #5A7D83;
}
.c-btn--restart::before {
  right: auto;
  left: 25px;
  transform: translateY(-50%) rotate(-135deg);
}
.c-btn--prev::before {
  right: auto;
  left: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
@media (min-width: 768px) {
  .c-btn--prev {
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn {
    height: 50px;
    font-size: 14px;
  }
  .c-btn::before {
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .c-btn--store {
    height: 33px;
    border-radius: 17px;
    font-size: 13px;
  }
  .c-btn--store::before {
    display: none;
  }
  .c-btn--close {
    background-image: url(../images/common/icn_close-sp.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 22px;
  }
  .c-btn--close::before {
    display: none;
  }
  .c-btn--restart::before {
    left: 15px;
  }
  .c-btn--finish::before {
    right: 15px;
  }
  .c-btn--prev {
    max-width: none;
  }
}

/* store */
.c-store {
  display: none;
  background-color: transparent;
}
.c-store__btns > li a {
  display: block;
}
.c-store-wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-store {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    padding: 0 0 25px;
  }
  .c-store__inner {
    position: relative;
    padding: 10px;
    background-color: #CC0011;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .c-store__inner::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #CC0011 transparent transparent transparent;
  }
  .c-store__btns {
    display: flex;
  }
  .c-store__btns > li {
    width: 210px;
  }
  .c-store__btns > li + li {
    margin-left: 10px;
  }
  .c-store__att {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-content .c-store {
    display: block;
  }
  .c-store__inner {
    padding: 40px 20px 20px;
    background-color: #CC0011;
  }
  .c-store__title {
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1;
  }
  .c-store__btns {
    margin-bottom: 20px;
  }
  .c-store__btns li + li {
    margin-top: 25px;
  }
  .c-store__att {
    font-size: 12px;
    margin-bottom: 20px;
    color: #fff;
  }
}

/* c-products */
.c-products__item {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}
.c-products__item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(200 / 470 * 100%);
  background: #DFF1F4;
  border-radius: 40px 0 0 40px;
}
.c-products__item__image > div {
  padding: 0 5px;
}
.c-products__item__text {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  max-width: 100%;
  padding: 30px;
  padding: calc(15 / 270 * 100%);
  line-height: 1;
}
.c-products__item__type {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.c-products__item__type > i {
  margin-right: 10px;
}
.c-products__item__type > span {
  font-size: 16px;
  color: #CC0011;
}
.c-products__item__name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.33;
  color: #CC0011;
}
.c-products__item__tags {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.c-products__item__tags > li + li {
  margin-left: 18px;
}
.c-products__item__tag {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  padding: 0 1em;
  border-radius: 3px 0 0 3px;
  background: #F8EDC9;
  color: #AD6206;
  font-size: 12px;
}
.c-products__item__tag::after {
  position: absolute;
  right: -8px;
  top: 0;
  content: "";
  display: block;
  width: 8px;
  height: 22px;
  background: url("../images/result/products_tag_new.svg") no-repeat;
  background-size: 8px 22px;
}
.c-products__item__tag--bubble {
  background: #D9EDEF;
  color: #008B97;
}
.c-products__item__tag--bubble::after {
  background: url("../images/result/products_tag_bubble.svg") no-repeat;
  background-size: 8px 22px;
}
.c-products__item__info {
  margin: 1em 0;
  padding-top: 1em;
  border-top: solid 1px #D3E5F2;
  font-size: 14px;
  line-height: 1.57;
}
.c-products__item__info > li {
  position: relative;
  padding-left: 1em;
}
.c-products__item__info > li::before {
  display: block;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-products__item__notes {
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 1.57;
}
.c-products__item__btns {
  margin-top: auto;
}
.c-products__item__btns > li + li {
  margin-top: 15px;
  text-align: right;
}
.c-products__item__btn {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #5C5C5C;
  text-decoration: none;
}
.c-products__item__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #5C5C5C;
  border-right: solid 2px #5C5C5C;
  transform: translateY(-50%) rotate(45deg);
}
.c-products__item__bname {
  display: flex;
  margin-top: 1em;
  font-size: 14px;
  color: #CC0011;
}
.c-products__item__bname > li + li {
  margin-left: .5em;
  padding-left: .5em;
  border-left: solid 1px #CC0011;
}
.c-products__item__name + .c-products__item__bname {
  margin-top: .5em;
}
.c-products__item__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-products__item__link .icon--ex {
  display: none;
}
.c-products__notes {
  margin: 1.5em 0 0 0;
  font-size: 12px;
}
.c-products .c-store-wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-products__item {
    width: 100%;
    max-width: calc(470 / 980 * 100%);
  }
  .c-products__item__image {
    width: calc(200 / 470 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-products__item {
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .c-products__item__image {
    flex: 0 0 calc(140 / 350 * 100%);
    padding: 15px 10px;
    border-radius: 20px 0 0 20px;
  }
  .c-products__item__image img {
    width: auto;
    max-height: 130px;
  }
  .c-products__item__text {
    padding: 15px;
  }
  .c-products__item__type > i {
    margin-right: 6px;
  }
  .c-products__item__type > i img {
    width: auto;
    height: 13px;
  }
  .c-products__item__type > span {
    font-size: 3.2vw;
  }
  .c-products__item__name {
    font-size: 4.2666666667vw;
  }
  .c-products__item__tags {
    font-size: 2.6666666667vw;
  }
  .c-products__item__tags > li + li {
    margin-left: 13px;
  }
  .c-products__item__tag {
    height: 20px;
  }
  .c-products__item__tag::after {
    right: -7px;
    width: 7px;
    height: 20px;
    background-size: 7px 20px;
  }
  .c-products__item__info {
    font-size: 3.2vw;
  }
  .c-products__item__btn {
    padding-right: 10px;
    font-size: 3.2vw;
  }
  .c-products__item__btn::before {
    width: 8px;
    height: 8px;
  }
  .c-products__item__notes {
    font-size: 3.2vw;
  }
  .c-products__item__bname {
    font-size: 3.2vw;
  }
  .c-products__notes {
    margin-top: 3em;
    font-size: 3.2vw;
  }
}

/* p-index__visual */
.p-index__visual {
  position: relative;
  max-width: 919px;
  margin: 0 auto 50px;
  text-align: center;
}
.p-index__visual h1 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 41px;
  font-weight: 400;
  line-height: 1.17;
  color: #CC0011;
  z-index: 2;
}
.p-index__visual img {
  position: relative;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-index__visual {
    margin: 0 -15px 30px;
  }
  .p-index__visual h1 {
    top: -.25em;
    font-size: 4.8vw;
    white-space: nowrap;
  }
}

/*p-index__panel */
.p-index__panel {
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 50px;
  background: #F5E4E4;
  border-radius: 40px;
  text-align: center;
}
.p-index__panel h2 {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  margin-bottom: 1.25em;
}
.p-index__panel h2 small {
  font-size: 16px;
}
.p-index__panel h2 span {
  font-size: 24px;
}
.p-index__panel p {
  margin: 0;
}
.p-index__panel + p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-index__panel {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
  }
  .p-index__panel h2 small {
    font-size: 14px;
  }
  .p-index__panel h2 span {
    font-size: 18px;
  }
  .p-index__panel + p {
    padding: 0 20px;
  }
}

/* c-detail */
.c-detail {
  position: relative;
  padding: 80px 0 150px;
  background: #F5E4E4 url("../images/common/detail_bg-pc.png") no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
}
.c-detail__section + .c-detail__section {
  margin-top: 100px;
}
.c-detail__section + .c-detail__section--recommend {
  margin-top: 160px;
}
.c-detail__title {
  display: table;
  margin: 0 auto 50px;
}
.c-detail__title h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-detail__title h2 i {
  margin-bottom: 15px;
}
.c-detail__title h2 span {
  margin-bottom: 12px;
  font-size: 2.4rem;
}
.c-detail__title h2 em {
  font-size: 4.8rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.c-detail__title h2 sup {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: super;
}
.c-detail__title p {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}
.c-detail__carousel__image {
  margin-bottom: 1em;
}
.c-detail__carousel__text h3 {
  display: flex;
  align-items: center;
  margin-bottom: .25em;
  font-size: 2rem;
}
.c-detail__carousel__text h3 > i {
  margin-right: .5em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  font-style: normal;
  background: #CC0011;
  color: #fff;
}
.c-detail__carousel__text h3 > span {
  color: #CC0011;
}
.c-detail__carousel__text p {
  font-size: 1.6rem;
  line-height: 1.625;
}
.c-detail__carousel__text ul {
  font-size: 12px;
}
.c-detail__youtube {
  max-width: 560px;
  margin: 50px auto 100px;
}
.c-detail__youtube__caption {
  margin-top: .25em;
}
.c-detail__panel {
  position: relative;
  padding: 50px;
  background: #fff;
  border-radius: 40px;
  z-index: 2;
}
.c-detail__panel--shogo {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.c-detail__panel--shogo--lineup {
  margin-bottom: 100px;
}
.c-detail__panel--shogo::before, .c-detail__panel--shogo::after {
  content: "";
  display: block;
  width: 284px;
  height: 145px;
  position: absolute;
  z-index: -1;
}
.c-detail__panel--shogo::before {
  left: 35px;
  top: -65px;
  background: url("../images/common/ill_bubble_l.svg") no-repeat;
}
.c-detail__panel--shogo::after {
  right: 20px;
  bottom: -60px;
  background: url("../images/common/ill_bubble_r.svg") no-repeat;
}
.c-detail__panel--shogo .c-detail__panel__image {
  flex: 0 0 calc(444 / 880 * 100%);
}
.c-detail__panel--shogo .c-detail__panel__text {
  flex: 0 0 calc(402 / 880 * 100%);
  max-width: calc(402 / 880 * 100%);
}
.c-detail__panel--shogo .c-detail__panel__text h3 {
  margin: .5em 0 .75em;
  font-size: 2.4rem;
  line-height: 1.33;
}
.c-detail__panel--cocept {
  margin: 80px 0 0 0;
  padding-left: 110px;
}
.c-detail__panel--cocept .c-detail__panel__text p {
  font-size: 2.4rem;
  line-height: 1.83;
}
.c-detail__panel--cocept .c-detail__panel__text p + p {
  margin-top: 1em;
}
.c-detail__panel--cocept .c-detail__panel__image {
  position: absolute;
  right: 48px;
  bottom: -62px;
}
.c-detail__panel--recommend {
  padding: 40px;
}
.c-detail__panel--recommend .js-modal-open {
  transition: opacity .3s ease;
  display: block;
  position: relative;
  text-decoration: none;
}
.c-detail__panel--recommend .js-modal-open:hover {
  opacity: .75;
}
.c-detail__panel--recommend .js-modal-open .c-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-detail__panel--recommend .js-modal-open .c-btn:hover {
  opacity: 1;
}
.c-detail__panel__text ul {
  font-size: 1.2rem;
}
.c-detail__panels {
  position: relative;
  display: flex;
  margin-top: 70px;
}
.c-detail__panels::before, .c-detail__panels::after {
  content: "";
  display: block;
  width: 284px;
  height: 145px;
  position: absolute;
  z-index: 1;
}
.c-detail__panels::before {
  left: 35px;
  top: -65px;
  background: url("../images/common/ill_bubble_l.svg") no-repeat;
}
.c-detail__panels::after {
  right: 20px;
  bottom: -60px;
  background: url("../images/common/ill_bubble_r.svg") no-repeat;
}
.c-detail__panels > div {
  flex: 1 0 0%;
}
.c-detail__panels > div + div {
  margin-left: 40px;
}
.c-detail__grid {
  margin-bottom: 80px;
}
.c-detail__grid__item {
  display: flex;
  justify-content: space-between;
}
.c-detail__grid__item + .c-detail__grid__item {
  margin-top: 40px;
}
.c-detail__grid__image {
  flex: 0 0 calc(445 / 980 * 100%);
  margin-right: calc(30 / 980 * 100%);
}
.c-detail__grid__image img {
  border-radius: 20px;
}
.c-detail__grid__text {
  flex: 1 0 0%;
  max-width: 100%;
}
.c-detail__grid__text h3 {
  margin: .5em 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
.c-detail__grid__text p {
  font-size: 1.6rem;
}
.c-detail__grid__text ul {
  font-size: 1.2rem;
}
.c-detail__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.c-detail__main__image {
  flex: 0 0 380px;
  margin-right: 30px;
  text-align: center;
}
.c-detail__main__image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-detail__main__text {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  max-width: 100%;
  padding: 15px 0;
  line-height: 1;
}
.c-detail__main__text .c-products__item__type {
  margin-bottom: 25px;
}
.c-detail__main__text .c-products__item__name {
  margin-bottom: 15px;
  font-size: 3.6rem;
}
.c-detail__main__text .c-products__item__bname {
  margin: 1.25em 0 .25em;
  font-size: 1.6rem;
}
.c-detail__main__text .c-products__item__info {
  border-top-color: #fff;
  font-size: 1.6rem;
}
.c-detail__main__text .c-products__item__notes {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .c-detail__main__text .c-btn--store {
    margin-left: auto;
  }
  .c-detail__main__text .c-store--col2 {
    transform: translateX(-35%);
  }
  .c-detail__main__text .c-store--col1 {
    transform: translateX(0%);
  }
  .c-detail__main__text .c-store__inner::after {
    left: auto;
    right: 22%;
  }
  .c-detail__carousel {
    display: flex;
    justify-content: center;
  }
  .c-detail__carousel__item {
    flex: 1 0 0%;
    max-width: 310px;
  }
  .c-detail__carousel__item + .c-detail__carousel__item {
    margin-left: 25px;
  }
  .c-detail__panel--cocept {
    padding-left: calc(110 / 980 * 100%);
  }
  .c-detail__panel--cocept .c-detail__panel__image {
    right: calc(48 / 980 * 100%);
    width: calc(383 / 980 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-detail {
    padding: 40px 0 50px;
    background: #F5E4E4 url("../images/common/detail_bg-sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .c-detail__section + .c-detail__section {
    margin-top: 60px;
  }
  .c-detail__section + .c-detail__section--recommend {
    margin-top: 130px;
  }
  .c-detail__title {
    margin-bottom: 30px;
  }
  .c-detail__title h2 i {
    margin-bottom: 12px;
  }
  .c-detail__title h2 i img {
    width: 42px;
    height: auto;
  }
  .c-detail__title h2 span {
    margin-bottom: 6px;
    font-size: 4vw;
  }
  .c-detail__title h2 em {
    font-size: 8.5333333333vw;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
  }
  .c-detail__title h2 em sup {
    font-size: 4vw;
  }
  .c-detail__title p {
    margin-top: 0;
    font-size: 3.2vw;
  }
  .c-detail__carousel {
    margin-right: -25px;
  }
  .c-detail__carousel__item {
    width: 75.73vw;
    margin-right: 0;
  }
  .c-detail__carousel__item + .c-detail__carousel__item {
    margin-left: 15px;
  }
  .c-detail__carousel .slick-list {
    overflow: visible;
  }
  .c-detail__carousel__text h3 {
    font-size: 5.3333333333vw;
  }
  .c-detail__carousel__text p {
    font-size: 4.2666666667vw;
  }
  .c-detail__carousel__text ul {
    font-size: 3.2vw;
  }
  .c-detail__youtube {
    margin: 35px auto 65px;
  }
  .c-detail__youtube__caption {
    font-size: 4.2666666667vw;
  }
  .c-detail__panel {
    padding: 20px;
    border-radius: 20px;
  }
  .c-detail__panel--shogo {
    display: block;
  }
  .c-detail__panel--shogo::before, .c-detail__panel--shogo::after {
    width: 94px;
    height: 48px;
    background-size: 94px 48px !important;
  }
  .c-detail__panel--shogo::before {
    left: 12px;
    top: -22px;
  }
  .c-detail__panel--shogo::after {
    right: 7px;
    bottom: -20px;
  }
  .c-detail__panel--shogo .c-detail__panel__text {
    max-width: none;
  }
  .c-detail__panel--shogo .c-detail__panel__text h3 {
    margin: .75em 0;
    font-size: 5.3333333333vw;
  }
  .c-detail__panel--shogo .c-detail__panel__text p {
    font-size: 3.7333333333vw;
  }
  .c-detail__panel--cocept {
    margin-top: 50px;
    padding-left: 20px;
    padding-bottom: 0;
  }
  .c-detail__panel--cocept .c-detail__panel__text p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .c-detail__panel--cocept .c-detail__panel__text p + p {
    margin-bottom: 20px;
  }
  .c-detail__panel--cocept .c-detail__panel__text p + p img {
    width: 204px;
    height: auto;
  }
  .c-detail__panel--cocept .c-detail__panel__image {
    position: relative;
    right: auto;
    bottom: -83px;
    margin-top: -83px;
    width: auto;
    text-align: center;
  }
  .c-detail__panel--cocept .c-detail__panel__image img {
    max-width: 205px;
  }
  .c-detail__panel--recommend {
    padding: 15px 15px 30px 20px;
  }
  .c-detail__panel--recommend .js-modal-open .c-btn {
    max-width: 130px;
    bottom: -10px;
  }
  .c-detail__panels {
    margin-top: 40px;
  }
  .c-detail__panels::before, .c-detail__panels::after {
    width: 94px;
    height: 48px;
    background-size: 94px 48px !important;
  }
  .c-detail__panels::before {
    left: 12px;
    top: -22px;
  }
  .c-detail__panels::after {
    right: 7px;
    bottom: -20px;
  }
  .c-detail__panels > div + div {
    margin-left: 15px;
  }
  .c-detail__grid {
    margin-bottom: 40px;
  }
  .c-detail__grid__item {
    display: block;
  }
  .c-detail__grid__item + .c-detail__grid__item {
    margin-top: 30px;
  }
  .c-detail__grid__item--sp-float {
    overflow: hidden;
  }
  .c-detail__grid__item--sp-float .c-detail__grid__image {
    display: inline;
    float: left;
    width: calc(140 / 325 * 100%);
    margin: 0 10px 10px 0;
  }
  .c-detail__grid__item--sp-float .c-detail__grid__image img {
    border-radius: 10px;
  }
  .c-detail__grid__item--sp-float .c-detail__grid__text {
    display: inline;
    overflow: hidden;
  }
  .c-detail__grid__item--sp-float .c-detail__grid__text p {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
  .c-detail__grid__item--sp-float .c-detail__grid__text h3 {
    margin-top: 0;
  }
  .c-detail__grid__image {
    margin-right: 0;
  }
  .c-detail__grid__text h3 {
    font-size: 5.3333333333vw;
  }
  .c-detail__grid__text p {
    font-size: 4.2666666667vw;
  }
  .c-detail__grid__text ul {
    font-size: 3.2vw;
  }
  .c-detail__main {
    display: block;
  }
  .c-detail__main__image {
    margin: 0 0 17px 0;
  }
  .c-detail__main__image img {
    max-height: 200px;
  }
  .c-detail__main__text {
    padding: 0;
  }
  .c-detail__main__text .c-products__item__type {
    margin-bottom: 8px;
  }
  .c-detail__main__text .c-products__item__name {
    margin-bottom: 10px;
    font-size: 6.4vw;
  }
  .c-detail__main__text .c-products__item__info {
    margin: 1.3em 0;
    padding-top: 1.3em;
    font-size: 4.2666666667vw;
  }
}

/* c-features */
.c-features {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .c-features {
    padding: 50px 0;
  }
}

/* modal */
.c-modal {
  box-sizing: content-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 25px;
}
.c-modal__slider {
  position: relative;
  padding: 20px 0;
  border-radius: 40px;
  background: #fff;
}
.c-modal__slider::before, .c-modal__slider::after {
  content: "";
  display: block;
  width: 284px;
  height: 145px;
  position: absolute;
  z-index: 0;
}
.c-modal__slider::before {
  left: 35px;
  top: -65px;
  background: url(../images/input/ill_bubble_l.svg) no-repeat;
}
.c-modal__slider::after {
  right: 20px;
  bottom: -60px;
  background: url(../images/input/ill_bubble_r.svg) no-repeat;
}
.c-modal__slider .slick-list {
  z-index: 1;
}
.c-modal__panel {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.c-modal__panel .c-btn {
  max-width: none;
}
.c-modal__panel .c-detail__panel {
  flex: 1 0 0%;
  padding: 0 20px;
  background: transparent;
  border-radius: 0;
}
.c-modal__panel .c-detail__panel img {
  display: block;
  margin: 0 auto;
}
.c-modal__panel .c-detail__panel + .c-detail__panel {
  border-left: solid 1px #D3E5F2;
}
.c-modal__group__title {
  display: table;
  margin: 0 auto 70px;
}
.c-modal__group__title h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-modal__group__title h2 i {
  margin-bottom: 15px;
}
.c-modal__group__title h2 span {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}
.c-modal__group__title h2 em {
  font-size: 48px;
  font-weight: 500;
  font-style: normal;
}
.c-modal__group__title h2 sup {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  vertical-align: super;
}
.c-modal__group__title p {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
.c-modal__group__body {
  display: none;
}
.c-modal__group__body--default, .c-modal__group__body--submit {
  display: block;
}
.c-modal__group__body .c-detail__panels {
  padding-bottom: 60px;
}
.c-modal__group__body .c-detail__panels::after {
  bottom: 0;
}
.c-modal__group__radio {
  transition: background .3s ease;
  position: relative;
  display: block;
  padding: 30px;
  height: 100%;
  border-radius: 20px;
  cursor: pointer;
}
.c-modal__group__radio:hover {
  background: #F5E4E4;
}
.c-modal__group__radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}
.c-modal__group__ill {
  margin-bottom: 25px;
}
.c-modal__group__text {
  position: relative;
  display: table;
  max-width: 340px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4;
}
.c-modal__group__text span {
  display: inline-block;
  padding-right: 35px;
}
.c-modal__group__text::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/input/icn_arw.svg") no-repeat;
  background-size: 24px 24px;
  position: absolute;
  right: 0;
  bottom: .2em;
}
.c-modal__group__loading {
  margin: 80px auto 50px;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.c-modal__group__gap {
  text-align: center;
}
.c-modal__group__gap p {
  margin-bottom: 3em;
  font-size: 24px;
}
.c-modal__group__gap ul {
  font-size: 1.4rem;
}
.c-modal__group__gap ul a {
  color: #5C5C5C;
  text-decoration: none;
}
.c-modal__group__gap ul span {
  color: #0055FF;
}
.c-modal__group__list > li + li {
  margin-top: 15px;
}
.c-modal__result__detail h3 {
  margin: 0 0 1em 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.c-modal__result__detail ul {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
.c-modal__result__detail ul > li {
  flex: 1 0 0%;
  max-width: 100%;
}
.c-modal__result__detail ul > li + li {
  margin-left: 25px;
}
.c-modal__result__detail ul > li p {
  margin-top: 1em;
}
.c-modal__result__controls {
  display: flex;
  justify-content: center;
}
.c-modal__result__controls > li {
  min-width: 300px;
}
.c-modal__result__controls > li + li {
  margin-left: 50px;
}
.c-modal__prev {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .c-modal__panel--q5 .c-modal__group__radio {
    padding: 20px;
  }
  .c-modal__panel--q5 .c-modal__group__text {
    font-size: 20px;
  }
  .c-modal__panel--q5 .c-modal__group__text span {
    padding-right: 15px;
  }
  .c-modal__panel--q5 .c-modal__group__text::after {
    bottom: 0;
  }
  .c-modal__panel--q5-5 .c-modal__group__text {
    font-size: 16px;
  }
  .c-modal__result .c-modal__group__title {
    margin-bottom: 40px;
  }
  .c-modal__result__product .c-products__item {
    max-width: 700px;
    margin: 0 auto;
  }
  .c-modal__result__product .c-products__item__image {
    flex: 0 0 calc(240 / 700 * 100%);
    width: calc(240 / 700 * 100%);
  }
  .c-modal__result__product .c-products__item__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-modal__result__product .c-products__item__btns > li + li {
    margin-top: 0;
  }
  .c-modal__result__product .c-products__item__btns .c-store-wrap {
    width: 220px;
  }
  .c-modal__result__product .c-products__item__btns .c-btn {
    margin-left: 0;
  }
  .c-modal__result__product .c-products__notes {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal {
    padding: 0;
  }
  .c-modal__outer {
    padding-top: 60px;
  }
  .c-modal__inner {
    padding-bottom: 50px;
  }
  .c-modal__slider {
    padding: 10px 0;
    border-radius: 20px;
  }
  .c-modal__slider::before, .c-modal__slider::after {
    width: 94px;
    height: 48px;
    background-size: 94px 48px !important;
  }
  .c-modal__slider::before {
    left: 12px;
    top: -22px;
  }
  .c-modal__slider::after {
    right: 7px;
    bottom: -20px;
  }
  .c-modal__close a {
    width: 110px;
    height: 33px;
  }
  .c-modal__close a::after {
    right: 10px;
  }
  .c-modal__panel .c-detail__panel {
    padding: 0 10px;
  }
  .c-modal__panel--q5 {
    flex-wrap: wrap;
  }
  .c-modal__panel--q5 .c-detail__panel {
    flex: 0 0 50%;
    padding: 0 10px;
  }
  .c-modal__panel--q5 .c-detail__panel:nth-child(1), .c-modal__panel--q5 .c-detail__panel:nth-child(2) {
    padding-bottom: 10px;
    border-bottom: solid 1px #D3E5F2;
  }
  .c-modal__panel--q5 .c-detail__panel:nth-child(3) {
    border-left: none;
  }
  .c-modal__panel--q5 .c-detail__panel:nth-child(3), .c-modal__panel--q5 .c-detail__panel:nth-child(4) {
    padding-top: 10px;
  }
  .c-modal__panel--q5 .c-modal__group__text {
    font-size: 14px;
  }
  .c-modal__panel--q5 .c-modal__group__text span {
    padding-right: 12px;
  }
  .c-modal__panel--q5-5 .c-detail__panel {
    border-bottom: solid 1px #D3E5F2;
    padding: 10px;
  }
  .c-modal__panel--q5-5 .c-detail__panel:nth-child(1), .c-modal__panel--q5-5 .c-detail__panel:nth-child(2) {
    padding-top: 0;
  }
  .c-modal__panel--q5-5 .c-detail__panel:nth-child(5) {
    border-left: none;
    border-bottom: none;
  }
  .c-modal__group__title {
    margin-bottom: 40px;
  }
  .c-modal__group__title h2 i {
    margin-bottom: 12px;
  }
  .c-modal__group__title h2 i img {
    width: 42px;
    height: auto;
  }
  .c-modal__group__title h2 span {
    margin-bottom: 6px;
    font-size: 4vw;
  }
  .c-modal__group__title h2 em {
    font-size: 8.5333333333vw;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
  }
  .c-modal__group__title h2 em sup {
    font-size: 4vw;
  }
  .c-modal__group__radio {
    padding: 10px;
    border-radius: 10px;
  }
  .c-modal__group__text {
    font-size: 16px;
    line-height: 1.25;
  }
  .c-modal__group__text span {
    padding-right: 25px;
  }
  .c-modal__group__text::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    bottom: 0;
  }
  .c-modal__group__ill {
    margin-bottom: 10px;
  }
  .c-modal__group__ill img {
    max-width: 80px !important;
  }
  .c-modal__group__loading {
    margin: 45px auto;
    font-size: 10px;
  }
  .c-modal__group__gap p {
    margin-bottom: 1em;
    font-size: 2rem;
  }
  .c-modal__group__gap ul {
    padding-bottom: 1em;
    font-size: 1.2rem;
  }
  .c-modal__result__detail h3 {
    margin-bottom: .5em;
    font-size: 8.5333333333vw;
    line-height: 1.375;
  }
  .c-modal__result__detail ul {
    display: block;
    margin-bottom: 10px;
  }
  .c-modal__result__detail ul > li + li {
    margin: 30px 0 0 0;
  }
  .c-modal__result__detail ul > li p {
    margin-top: .75em;
    font-size: 4.2666666667vw;
  }
  .c-modal__result__product .c-products__notes {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .c-modal__result__controls {
    margin-top: 30px;
    padding: 0 20px;
  }
  .c-modal__result__controls > li {
    flex: 1 0 0%;
    min-width: 0;
  }
  .c-modal__result__controls > li + li {
    margin-left: 15px;
  }
  .c-modal__result__controls .c-btn {
    max-width: none;
  }
  .c-modal__prev {
    margin-top: 40px;
    padding: 0 20px;
  }
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #cc0011, 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.5), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.7), 1.8em -1.8em 0 0em #cc0011, 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.5), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.7), 2.5em 0em 0 0em #cc0011, 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.5), 2.5em 0em 0 0em rgba(204, 0, 17, 0.7), 1.75em 1.75em 0 0em #cc0011, 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.5), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.7), 0em 2.5em 0 0em #cc0011, -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.5), 0em 2.5em 0 0em rgba(204, 0, 17, 0.7), -1.8em 1.8em 0 0em #cc0011, -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.5), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.7), -2.6em 0em 0 0em #cc0011, -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.5), -2.6em 0em 0 0em rgba(204, 0, 17, 0.7), -1.8em -1.8em 0 0em #cc0011;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #cc0011, 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.5), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.7), 1.8em -1.8em 0 0em #cc0011, 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.5), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.7), 2.5em 0em 0 0em #cc0011, 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.5), 2.5em 0em 0 0em rgba(204, 0, 17, 0.7), 1.75em 1.75em 0 0em #cc0011, 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.5), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.7), 0em 2.5em 0 0em #cc0011, -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.2), -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.5), 0em 2.5em 0 0em rgba(204, 0, 17, 0.7), -1.8em 1.8em 0 0em #cc0011, -2.6em 0em 0 0em rgba(204, 0, 17, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.5), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.7), -2.6em 0em 0 0em #cc0011, -1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 17, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 17, 0.2), 2.5em 0em 0 0em rgba(204, 0, 17, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 17, 0.2), 0em 2.5em 0 0em rgba(204, 0, 17, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 17, 0.5), -2.6em 0em 0 0em rgba(204, 0, 17, 0.7), -1.8em -1.8em 0 0em #cc0011;
  }
}
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 143px;
  height: 125px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
  right: 10% !important;
  top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .jq-toast-wrap {
    right: -5px !important;
    top: 65px !important;
  }
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-single {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: all !important;
  width: 100%;
  height: 100%;
  background: url("../images/result/bg_toast.png") no-repeat;
  background-size: cover;
}

.close-jq-toast-single {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}

.jq-toast-loader {
  display: none;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.toast__text {
  font-size: 14px;
  line-height: 1;
}
.toast__text strong {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  color: #CC0011;
}

/* Utility
=========================================== */
/* display */
@media (min-width: 768px) {
  .u-forsp {
    display: none !important;
  }
}
@media print {
  .u-forsp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-forpc {
    display: none !important;
  }
}

.u-clearfix {
  display: block;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-clearfix:before {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .u-clearfix--sp {
    display: block;
  }
  .u-clearfix--sp:after {
    content: "";
    display: block;
    clear: both;
  }
  .u-clearfix--sp:before {
    content: "";
    display: block;
    clear: both;
  }
}

.u-block {
  display: block;
}

.u-iblock {
  display: inline-block;
}

/* image */
img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  img.u-liquid--sp {
    width: 100%;
    height: auto;
  }
}

/* margin */
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt3 {
  margin-top: .3rem !important;
}

.u-mt5 {
  margin-top: .5rem !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mt15 {
  margin-top: 1.5rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mt25 {
  margin-top: 2.5rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb3 {
  margin-bottom: .3rem !important;
}

.u-mb5 {
  margin-bottom: .5rem !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

@media only screen and (max-width: 767px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }

  .u-mt3--sp {
    margin-top: .3rem !important;
  }

  .u-mt5--sp {
    margin-top: .5rem !important;
  }

  .u-mt10--sp {
    margin-top: 1rem !important;
  }

  .u-mt15--sp {
    margin-top: 1.5rem !important;
  }

  .u-mt20--sp {
    margin-top: 2rem !important;
  }

  .u-mt25--sp {
    margin-top: 2.5rem !important;
  }

  .u-mt30--sp {
    margin-top: 3rem !important;
  }

  .u-mt40--sp {
    margin-top: 4rem !important;
  }

  .u-mt50--sp {
    margin-top: 5rem !important;
  }

  .u-mt60--sp {
    margin-top: 6rem !important;
  }

  .u-mt70--sp {
    margin-top: 7rem !important;
  }

  .u-mt80--sp {
    margin-top: 8rem !important;
  }

  .u-mt90--sp {
    margin-top: 9rem !important;
  }

  .u-mt100--sp {
    margin-top: 10rem !important;
  }

  .u-mb0--sp {
    margin-bottom: 0 !important;
  }

  .u-mb3--sp {
    margin-bottom: .3rem !important;
  }

  .u-mb5--sp {
    margin-bottom: .5rem !important;
  }

  .u-mb10--sp {
    margin-bottom: 1rem !important;
  }

  .u-mb15--sp {
    margin-bottom: 1.5rem !important;
  }

  .u-mb20--sp {
    margin-bottom: 2rem !important;
  }

  .u-mb25--sp {
    margin-bottom: 2.5rem !important;
  }

  .u-mb30--sp {
    margin-bottom: 3rem !important;
  }

  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }

  .u-mb50--sp {
    margin-bottom: 5rem !important;
  }

  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }

  .u-mb70--sp {
    margin-bottom: 7rem !important;
  }

  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }

  .u-mb90--sp {
    margin-bottom: 9rem !important;
  }

  .u-mb100--sp {
    margin-bottom: 10rem !important;
  }
}
/* font-size */
.u-fs-10 {
  font-size: 1rem !important;
}

.u-fs-12 {
  font-size: 1.2rem !important;
}

.u-fs-14 {
  font-size: 1.4rem !important;
}

.u-fs-16 {
  font-size: 1.6rem !important;
}

.u-fs-18 {
  font-size: 1.8rem !important;
}

.u-fs-20 {
  font-size: 2rem !important;
}

.u-fs-22 {
  font-size: 2.2rem !important;
}

.u-fs-24 {
  font-size: 2.4rem !important;
}

.u-fs-26 {
  font-size: 2.6rem !important;
}

.u-fs-28 {
  font-size: 2.8rem !important;
}

.u-fs-30 {
  font-size: 3rem !important;
}

.u-fs-32 {
  font-size: 3.2rem !important;
}

.u-fs-34 {
  font-size: 3.4rem !important;
}

.u-fs-36 {
  font-size: 3.6rem !important;
}

@media only screen and (max-width: 767px) {
  .u-fs-10--sp {
    font-size: 1rem !important;
  }

  .u-fs-12--sp {
    font-size: 1.2rem !important;
  }

  .u-fs-14--sp {
    font-size: 1.4rem !important;
  }

  .u-fs-16--sp {
    font-size: 1.6rem !important;
  }

  .u-fs-18--sp {
    font-size: 1.8rem !important;
  }

  .u-fs-20--sp {
    font-size: 2rem !important;
  }

  .u-fs-22--sp {
    font-size: 2.2rem !important;
  }

  .u-fs-24--sp {
    font-size: 2.4rem !important;
  }

  .u-fs-26--sp {
    font-size: 2.6rem !important;
  }

  .u-fs-28--sp {
    font-size: 2.8rem !important;
  }

  .u-fs-30--sp {
    font-size: 3rem !important;
  }

  .u-fs-32--sp {
    font-size: 3.2rem !important;
  }

  .u-fs-34--sp {
    font-size: 3.4rem !important;
  }

  .u-fs-36--sp {
    font-size: 3.6rem !important;
  }
}
/* line-height */
.u-lh-120 {
  line-height: 1.2 !important;
}

.u-lh-130 {
  line-height: 1.3 !important;
}

.u-lh-140 {
  line-height: 1.4 !important;
}

.u-lh-150 {
  line-height: 1.5 !important;
}

.u-lh-160 {
  line-height: 1.6 !important;
}

.u-lh-170 {
  line-height: 1.7 !important;
}

@media only screen and (max-width: 767px) {
  .u-lh-120--sp {
    line-height: 1.2 !important;
  }

  .u-lh-130--sp {
    line-height: 1.3 !important;
  }

  .u-lh-140--sp {
    line-height: 1.4 !important;
  }

  .u-lh-150--sp {
    line-height: 1.5 !important;
  }

  .u-lh-160--sp {
    line-height: 1.6 !important;
  }

  .u-lh-170--sp {
    line-height: 1.7 !important;
  }
}
/* font-weight */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* text-align */
.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tal {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .u-tac--sp {
    text-align: center !important;
  }

  .u-tar--sp {
    text-align: right !important;
  }

  .u-tal--sp {
    text-align: left !important;
  }
}
/* color */
.u-color-main {
  color: #CC0011;
}

/* sup */
.u-text-sup {
  display: inline-block;
  vertical-align: super;
  font-size: 1.3rem;
}

/* youtube */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* others */
.u-oro {
  transition: opacity .3s ease;
}
.u-oro:hover {
  opacity: .75;
}

.u-link {
  color: #CC0011;
  text-decoration: none;
}
.u-link:hover {
  text-decoration: underline;
}

.u-link2 {
  color: #5C5C5C;
  text-decoration: none;
}
.u-link2:hover {
  text-decoration: underline;
}

.u-sup {
  display: inline-block;
  font-size: 65%;
  vertical-align: super;
}

.u-sup2 {
  display: inline-block;
  font-size: 10%;
  vertical-align: super;
}


.guide__announce {
 background-color: #FFFFFF;
 display: inline-block;
 border: solid 3px #CC0011;
 margin: 1rem auto;
 font-style: normal;
 line-height: 1.5;
 vertical-align: middle;
 width: 100%;
}

.guide__announce p {
 vertical-align: middle;
 text-align: left;
 padding: 15px;
}

@media only screen and (max-width: 767px) {
  .guide__announce {
    width:90%;
  }
}

.guide__announce strong {
  display: inline-block;
  margin-bottom:1rem;
  color: #CC0011;
}