*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

html {
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body.fixed {
  overflow: hidden;
}

a {
  transition: filter 0.3s ease 0s;
}

a:hover {
  filter: brightness(0.85);
}

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

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.mv {
  width: 100%;
  overflow: hidden;
  background-color: rgba(12, 12, 12, 0.9450980392);
}

.mv__inner {
  width: 100%;
  margin: 0 auto;
  background: #000;
  padding-top: 9.54rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width:768px) {
  .mv__inner {
    max-width: 120rem;
    padding-top: 2.234rem;
    padding-bottom: 45rem;
  }
}

.mv__inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 54.8665rem;
  height: 47.3383rem;
  background: url(../img/light.png) no-repeat center center/contain;
  top: -7.321rem;
  right: -10.13rem;
}
@media screen and (min-width:768px) {
  .mv__inner::before {
    width: 78.6005rem;
    height: 67.8158rem;
    top: -14.27rem;
    right: -12.5rem;
  }
}

.mv__brand,
.mv__logo,
.mv__pasta {
  position: absolute;
  width: 100%;
}

.mv__brand {
  max-width: 28.0164rem;
  top: 1.585rem;
  left: 0.5rem;
}
@media screen and (min-width:768px) {
  .mv__brand {
    max-width: 26.4776rem;
    top: 1.86rem;
    left: 1.63rem;
  }
}

.mv__logo {
  max-width: 13.3875rem;
  top: 1.847rem;
  right: 2.75rem;
}
@media screen and (min-width:768px) {
  .mv__logo {
    max-width: 15.0841rem;
    top: 2.23rem;
    right: 2.77rem;
  }
}

.mv__pasta {
  max-width: 31.6088rem;
  top: 58.29rem;
  left: 3.84rem;
}
@media screen and (min-width:768px) {
  .mv__pasta {
    max-width: 47.38rem;
    top: 50.2rem;
    left: 8.16rem;
  }
}

.mv__title {
  width: 100%;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .mv__title {
    padding-left: 11.9rem;
  }
}
@media screen and (min-width:768px) {
  .mv__title {
    max-width: 120rem;
    margin-left: auto;
  }
}

.link {
  margin-top: -13.66rem;
  padding: 11.09rem 0 13.54rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .link {
    margin-top: -61rem;
    padding: 18.8rem 0 32.8rem;
  }
}
@media screen and (min-width: 2001px) {
  .link {
    overflow: visible;
  }
}

.link::before {
  position: absolute;
  display: block;
  content: "";
  width: 132.87rem;
  height: 49.5465rem;
  background: url(../img/bg-yellow1-sp.png) no-repeat top center/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .link::before {
    background: url(../img/bg-yellow1-pc.png) no-repeat top center/contain;
    width: 200rem;
    height: 72.747rem;
  }
}
@media screen and (min-width: 2001px) {
  .link::before {
    width: 100%;
    background: url(../img/bg-yellow1-pc.png) no-repeat top center/100% auto;
    top: calc((100vw - 2000px) * -0.04);
    height: calc(72.747rem + (100vw - 2000px) * 0.03);
  }
}

.link::after {
  position: absolute;
  bottom: -1rem;
  width: 100vw;
  height: 11rem;
  display: block;
  content: "";
  background: url(../img/campaign01_bk_top_sp.png) no-repeat bottom center/100% auto;
}
@media screen and (min-width: 768px) {
  .link::after {
    bottom: 8.73rem;
    width: 100%;
    height: 16.2rem;
    background: url(../img/campaign01_bk_top_tb.png) no-repeat bottom center/100% auto;
  }
}
@media screen and (min-width: 1200px) {
  .link::after {
    width: 100%;
    height: 16.2rem;
    background: url(../img/campaign01_bk_top_pc.png) no-repeat bottom center/auto;
  }
}

.link__text {
  width: 100%;
  max-width: 60.432rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .link__text {
    max-width: 64.1662rem;
  }
}

.link__btn {
  width: 100%;
  max-width: 68.7rem;
  margin: 2.38rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width:768px) {
  .link__btn {
    max-width: 96rem;
    margin: 3.74rem auto 0;
  }
}

.link__btn-item {
  width: 100%;
  max-width: 33.76rem;
}
@media screen and (min-width:768px) {
  .link__btn-item {
    max-width: 45.8rem;
  }
}

.campaign {
  margin-top: -9.1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .campaign {
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .campaign {
    margin-top: -24.66rem;
  }
}

.campaign__inner {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign__inner {
    max-width: 96rem;
  }
}

.campaign__head {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 15.3754rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign__head {
    max-width: 19.7724rem;
  }
}

.campaign__title {
  position: relative;
}

.campaign__period {
  background: #650000;
  position: relative;
  z-index: 3;
}

.campaign__period img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__period img {
    max-width: 77.2264rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__block:nth-child(1) .campaign__period img {
    max-width: 66.0435rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__period img {
    max-width: 65.5766rem;
  }
}

.campaign__present {
  position: relative;
}

.campaign__present-number {
  position: absolute;
  width: 100%;
  max-width: 20.5rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .campaign__present-number {
    max-width: 23rem;
  }
}

.campaign__present-text {
  font-size: 2.2rem;
  position: absolute;
}
@media screen and (min-width:768px) {
  .campaign__present-text {
    font-size: 1.5rem;
  }
}

.campaign__diagnosis {
  margin-top: 10.07rem;
}
@media screen and (min-width:768px) {
  .campaign__diagnosis {
    margin-top: 11.7rem;
  }
}

.campaign__terms-inner {
  width: 100%;
  max-width: 66rem;
  height: 51rem;
  overflow: auto;
  padding: 2.6rem;
  line-height: 1.67;
  font-size: 2rem;
  text-align: justify;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__terms-inner {
    max-width: 84rem;
    height: 36rem;
  }
}

.campaign__terms-inner::-webkit-scrollbar {
  width: 2.343rem;
}
@media screen and (min-width:768px) {
  .campaign__terms-inner::-webkit-scrollbar {
    width: 1.6rem;
  }
}

.campaign__terms-inner::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 1rem;
}

.campaign__terms-inner::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

.campaign__terms-inner h5 {
  font-size: 2.2rem;
  text-align: center;
}

.campaign__terms-inner h5,
.campaign__terms-inner h6 {
  font-weight: 700;
}

.campaign__terms-block + .campaign__terms-block {
  margin-top: 6rem;
}

.campaign__terms-block dl + dl,
.campaign__terms-block dl:nth-of-type(1),
.campaign__terms-block h5 + p {
  margin-top: 3rem;
}

.campaign__terms-block dd > ul > li {
  text-indent: -1.1rem;
  margin-left: 1.1rem;
}

.campaign__terms-indent,
.campaign__terms-block dd > ul > li.campaign__terms-indent {
  text-indent: -2rem;
  margin-left: 2rem;
}

.campaign__terms-block ul li ul {
  padding-left: 2rem;
}

.campaign__terms-block ul li ol {
  padding-left: 2rem;
}

.campaign__block:nth-child(2) .campaign__terms-block:nth-child(2) dl:nth-of-type(5) p {
  margin-left: 3.1rem;
}

@media screen and (max-width:767px) {
  .campaign__terms-block span {
    display: block;
    text-align: right;
  }
}

.campaign__terms-block:nth-child(2) > p {
  margin-top: 3rem;
  position: relative;
}

.campaign__terms-block:nth-child(2) > p::before {
  position: absolute;
  display: block;
  content: "----------------------";
  top: -3rem;
  left: 0;
}

.campaign__twice {
  width: 100%;
  max-width: 44.5853rem;
  margin: 4.1rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__twice {
    max-width: 50.5233rem;
    margin: 3.7rem auto 0;
  }
}

.campaign__double {
  width: 100%;
  max-width: 62.7185rem;
  margin: 7.94rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__double {
    max-width: 89.8953rem;
    margin: 5.07rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__present {
    max-width: 66rem;
  }
}

.campaign__present-items {
  margin-top: 3.73rem;
  padding-left: 2.87rem;
}
@media screen and (min-width:768px) {
  .campaign__present-items {
    margin-top: 5.92rem;
    padding-left: 5.29rem;
  }
}

@media screen and (min-width:768px) {
  .campaign__present-item + .campaign__present-item {
    margin-top: 5.76rem;
  }
}

.campaign__present-item {
  width: 59.6095rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign__present-item {
    width: 84.7811rem;
  }
}

.campaign__present-item:nth-child(2) {
  width: 61.79rem;
}
@media screen and (max-width:767px) {
  .campaign__present-item:nth-child(2) {
    margin-top: 2.84rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__present-item:nth-child(2) {
    width: 86.81rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__present-item:nth-child(3) {
    margin-top: 3.66rem;
    width: 61.96rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__present-item:nth-child(4),
  .campaign__present-item:nth-child(5) {
    margin-top: 3.54rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__present-item:nth-child(4) {
    width: 62.06rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__present-item:nth-child(5) {
    width: 62.16rem;
  }
}

.campaign__present-item:nth-child(6) {
  width: 64.6rem;
}
@media screen and (max-width:767px) {
  .campaign__present-item:nth-child(6) {
    margin-top: 4.11rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__present-item:nth-child(6) {
    width: 86.856rem;
  }
}

.campaign__present-item:nth-child(7) {
  margin-top: 4.87rem;
}
@media screen and (max-width:767px) {
  .campaign__present-item:nth-child(7) {
    width: 59.1424rem;
    margin-left: 1.08rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__present-item:nth-child(7) {
    margin-top: 8rem;
    padding-left: 1.7097rem;
  }
}

@media screen and (min-width:768px) {
  .campaign__present-text span {
    display: block;
    padding-left: 1.5rem;
  }
}

.campaign__present-btns {
  position: absolute;
  width: 100%;
  max-width: 52.8313rem;
  bottom: 24.83rem;
  left: 2.8rem;
}
@media screen and (min-width:768px) {
  .campaign__present-btns {
    max-width: 36.5834rem;
    bottom: 14.23rem;
    left: 6.542rem;
  }
}

.campaign__present-btn + .campaign__present-btn {
  margin-top: 3.9rem;
}
@media screen and (min-width:768px) {
  .campaign__present-btn + .campaign__present-btn {
    margin-top: 2.7rem;
  }
}

.campaign__present-btn a {
  transition: opacity 0.3s ease 0s;
}

.campaign__present-btn a:hover {
  filter: none;
  opacity: 0.7;
}

.campaign__present-note {
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  margin-top: 5.37rem;
}
@media screen and (max-width:767px) {
  .campaign__present-note {
    padding-left: 2.2rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__present-note {
    font-size: 1.6rem;
    margin-top: 7.32rem;
  }
}

.campaign__products {
  margin-top: 10.521rem;
}
@media screen and (min-width:768px) {
  .campaign__products {
    margin-top: 17.16rem;
  }
}

@media screen and (min-width:768px) {
  .campaign__apply-qr {
    position: absolute;
    width: 100%;
    max-width: 13.1217rem;
    top: 2.67rem;
    right: 3.44rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__apply-line {
    position: absolute;
    width: 54.92rem;
    bottom: 5.5rem;
    padding-left: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.campaign__block:nth-child(1) {
  background: linear-gradient(to bottom, transparent 0, transparent 9.1rem, #b90013 9.1rem, #b90013 100%);
  padding: 4.35rem 0 22.22rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) {
    background: linear-gradient(to bottom, transparent 0, transparent 15.36rem, #b90013 15.36rem, #b90013 100%);
    padding: 8.74rem 0 34.73rem;
  }
}

.campaign__block:nth-child(1) .campaign__title {
  width: 100%;
  max-width: 60.6332rem;
  margin: 6.11rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__title {
    max-width: 79.1628rem;
    margin: 5.59rem auto 0;
  }
}

.campaign__block:nth-child(1) .campaign__period {
  padding: 2.3282rem 0;
  margin-top: 6.68rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__period {
    margin-top: 5.86rem;
    padding: 2.6295rem 0;
  }
}

.campaign__block:nth-child(1) .campaign__text {
  width: 100%;
  max-width: 64.6874rem;
  margin: 9.05rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__text {
    max-width: 92.2835rem;
    margin: 15.8rem auto 0;
  }
}

.campaign__block:nth-child(1) .campaign__x {
  position: absolute;
  width: 100%;
  max-width: 27.771rem;
  top: 7.21rem;
  left: 9.36rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__x {
    max-width: 26.9245rem;
    left: 40.8rem;
    top: 0.14rem;
  }
}

.campaign__block:nth-child(1) .campaign__text::before {
  position: absolute;
  display: block;
  content: "";
  width: 27.771rem;
  height: 4.586rem;
  background: url(../img/account-blue-sp.png) no-repeat center center/cover;
  top: 7.21rem;
  left: 9.36rem;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__text::before {
    width: 26.9245rem;
    top: 0.14rem;
    left: 40.8rem;
    background: url(../img/account-blue-pc.png) no-repeat center center/cover;
    height: 3.939rem;
  }
}

.campaign__block:nth-child(1) .campaign__text:has(.campaign__x:hover)::before {
  opacity: 1;
}

.campaign__block:nth-child(1) .campaign__present {
  margin-top: 13.05rem;
  background: url(../img/bg-white1-sp.png) no-repeat center center/contain;
  padding-left: 3.64rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(1) .campaign__present {
    padding-top: 5.5rem;
    padding-bottom: 10.292rem;
    max-width: 66rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__present {
    margin-top: 18.7rem;
    background: url(../img/bg-white1-pc.png) no-repeat center center/contain;
    padding-left: 11.8rem;
  }
}

.campaign__block:nth-child(1) .campaign__present-number {
  top: -9.52rem;
  left: -1.624rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__present-number {
    top: -4.87rem;
    left: -5.46rem;
  }
}

.campaign__block:nth-child(1) .campaign__present-img {
  width: 63.718rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__present-img {
    width: 83.406rem;
    transform: translateY(-0.2rem);
  }
}

.campaign__block:nth-child(1) .campaign__present-text {
  top: 47.49rem;
  left: 4.4rem;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(1) .campaign__present-text {
    font-size: 2.1rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__present-text {
    left: 11.8rem;
    top: 36.33rem;
  }
}

.campaign__block:nth-child(1) .campaign__apply {
  margin-top: 10.48rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(1) .campaign__apply {
    max-width: 67.1721rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__apply {
    margin-top: 9.07rem;
  }
}

.campaign__block:nth-child(1) .campaign__step {
  margin-top: 5.71rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__step {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.campaign__block:nth-child(1) .campaign__step-item {
  width: 100%;
  max-width: 66.5333rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(1) .campaign__step-item {
    margin-left: auto;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__step-item {
    max-width: 28.77rem;
  }
}

@media screen and (max-width:767px) {
  .campaign__block:nth-child(1) .campaign__step-item + .campaign__step-item {
    margin-top: 10.3rem;
  }
}

.campaign__block:nth-child(1) .campaign__step-item:not(:last-child)::before {
  position: absolute;
  display: block;
  content: "";
  width: 5.2929rem;
  height: 3.5203rem;
  background: url(../img/arrow-brown1-sp.png) no-repeat center center/contain;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(1) .campaign__step-item:not(:last-child)::before {
    bottom: -7.01rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__step-item:not(:last-child)::before {
    background: url(../img/arrow-brown1-pc.png) no-repeat center center/contain;
    width: 3.435rem;
    height: 3.2129rem;
    top: 50%;
    right: -4.4rem;
    transform: translateY(-50%);
  }
}

.campaign__block:nth-child(1) .campaign__account {
  position: absolute;
  width: 100%;
  max-width: 31.6338rem;
  top: 15.39rem;
  left: 8.5rem;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__account {
    max-width: 19.5197rem;
    top: 15rem;
    left: 4.16rem;
  }
}

.campaign__block:nth-child(1) .campaign__step-item:nth-child(1)::after {
  position: absolute;
  display: block;
  content: "";
  width: 31.6338rem;
  height: 4.247rem;
  background: url(../img/account-orange-sp.png) no-repeat center center/contain;
  top: 15.39rem;
  left: 8.5rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__step-item:nth-child(1)::after {
    width: 19.5197rem;
    height: 2.795rem;
    background: url(../img/account-orange-pc.png) no-repeat center center/contain;
    top: 15rem;
    left: 4.16rem;
  }
}

.campaign__block:nth-child(1) .campaign__step-item:nth-child(1):has(.campaign__account:hover)::after {
  opacity: 1;
}

.campaign__block:nth-child(1) .campaign__account:hover {
  opacity: 0;
}

.campaign__block:nth-child(1) .campaign__terms {
  margin-top: 10rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__terms {
    margin-top: 11.85rem;
  }
}

.campaign__block:nth-child(1) .campaign__terms-inner {
  margin-top: 8.95rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(1) .campaign__terms-inner {
    margin-top: 6.7rem;
  }
}

.campaign__block:nth-child(2) {
  margin-top: -9.1rem;
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom, transparent 0, transparent 9.1rem, #0073a0 9.1rem, #0073a0 100%);
  padding: 4.34rem 0 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) {
    margin-top: -15.37rem;
    background: linear-gradient(to bottom, transparent 0, transparent 15.36rem, #0073a0 15.36rem, #0073a0 100%);
    padding: 10rem 0 0;
  }
}

.cp2_linktarget {
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1rem;
  left: 0;
}

.campaign__block:nth-child(2)::after {
  position: absolute;
  top: -1rem;
  width: 100vw;
  height: 11rem;
  display: block;
  content: "";
  background: url(../img/campaign02_bk_top_sp.png) no-repeat bottom center/100% auto;
}
@media screen and (min-width: 768px) {
  .campaign__block:nth-child(2)::after {
    top: -1px;
    width: 100%;
    height: 16.2rem;
    background: url(../img/campaign02_bk_top_tb.png) no-repeat bottom center/100% auto;
  }
}
@media screen and (min-width: 1200px) {
  .campaign__block:nth-child(2)::after {
    width: 100%;
    height: 16.2rem;
    background: url(../img/campaign02_bk_top_pc.png) no-repeat bottom center/auto;
  }
}

/* .campaign__block:nth-child(2)::before{
    position: absolute;
    display: block;
    content: "";
    width: 29.72rem;
    height: 29.72rem;
    background: #0073a0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    @include mq("pc"){
        width: 49.12rem;
        height: 49.12rem;
    }
}
 */
.campaign__block:nth-child(2) .campaign__title {
  width: 100%;
  max-width: 60.6239rem;
  margin: 6.06rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__title {
    max-width: 77.0069rem;
    margin: 6.56rem auto 0;
  }
}

.campaign__block:nth-child(2) .campaign__period {
  padding: 2.4236rem 0;
  margin-top: 6.43rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__period {
    padding: 2.62765rem 0;
    margin-top: 5.2rem;
  }
}

.campaign__block:nth-child(2) .campaign__text {
  width: 100%;
  max-width: 66.0012rem;
  margin: 9.25rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__text {
    max-width: 66.4996rem;
    margin: 14.29rem auto 0;
  }
}

.campaign__block:nth-child(2) .campaign__present {
  margin-top: 14.55rem;
  padding: 10.13rem 0 7.21rem;
  background: url(../img/bg-white2-sp.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present {
    margin-top: 17.9rem;
    padding: 7.5rem 0 8.11rem;
    background: url(../img/bg-white2-pc.png) no-repeat center center/contain;
  }
}

.campaign__block:nth-child(2) .campaign__present-number {
  top: -6.54rem;
  left: -1.624rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-number {
    top: -5rem;
    left: -5.79rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-head {
  width: 100%;
  max-width: 38.1092rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-head {
    max-width: 40.3258rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-name {
  width: 100%;
  max-width: 35.0698rem;
  margin: 5.18rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-name {
    max-width: 38.5772rem;
    margin: 4.62rem auto 0;
  }
}

.campaign__block:nth-child(2) .campaign__present-explanation {
  width: 100%;
  max-width: 48.9512rem;
  margin: 2.74rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-explanation {
    max-width: 77.1rem;
    margin: 3.8rem auto 0;
  }
}

.campaign__block:nth-child(2) .campaign__present-text {
  line-height: 1;
  color: #650000;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-text {
    line-height: 1.236;
  }
}

@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__present-item:not(:last-child) .campaign__present-text {
    font-size: 1.7rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-item:nth-child(1) .campaign__present-text {
  bottom: 28.56rem;
  right: 1.8rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(1) .campaign__present-text {
    bottom: 7.83rem;
    right: 24rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-item:nth-child(2) .campaign__present-text {
  bottom: 27.43rem;
  right: 3.6rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(2) .campaign__present-text {
    bottom: 8.43rem;
    right: 26rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-item:nth-child(3) .campaign__present-text {
  bottom: 22.37rem;
  right: 3.5rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(3) .campaign__present-text {
    bottom: 5rem;
    right: 22.4rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-item:nth-child(4) .campaign__present-text,
.campaign__block:nth-child(2) .campaign__present-item:nth-child(5) .campaign__present-text {
  bottom: 15.78rem;
  right: 3.8rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(4) .campaign__present-text,
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(5) .campaign__present-text {
    bottom: 3.6rem;
    right: 22.4rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-item:nth-child(6) .campaign__present-text {
  bottom: 15.78rem;
  right: 6.3rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(6) .campaign__present-text {
    bottom: 3.3rem;
    right: 24.3rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-item:nth-child(7) .campaign__present-text {
  bottom: 7.14rem;
  left: 4.19rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  text-indent: -2.2rem;
  margin-left: 2.2rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(7) .campaign__present-text {
    font-size: 2rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(7) .campaign__present-text {
    text-indent: -1.5rem;
    margin-left: 1.5rem;
    line-height: 1.3333;
    bottom: 3.6rem;
    left: 8.87rem;
  }
}

.campaign__block:nth-child(2) .campaign__present-item:nth-child(7) .campaign__present-number {
  width: 100%;
  max-width: 19rem;
  top: -3.44rem;
  left: -2.25rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__present-item:nth-child(7) .campaign__present-number {
    max-width: 18rem;
    top: -3.4rem;
    left: -2.864rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply {
  margin-top: 10.29rem;
  padding: 11.58rem 0 91.53rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply {
    margin-top: 15rem;
    padding: 13.47rem 0 67.78rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 752.2rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg-gray-sp.png) no-repeat bottom center/cover;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply::before {
    width: 200rem;
    background: url(../img/bg-gray-pc.png) no-repeat bottom center/cover;
    height: 390.4rem;
  }
}
@media screen and (min-width: 2001px) {
  .campaign__block:nth-child(2) .campaign__apply::before {
    width: 100%;
  }
}

.campaign__block:nth-child(2) .campaign__apply.active::before {
  height: 805.8rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply.active::before {
    height: 434.6rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-block:nth-child(2) {
  margin-top: 8.7rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-block:nth-child(2) {
    margin-top: 9.3rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-inner {
  background: #a0c8b9;
  padding: 7.72rem 0 9.59rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__apply-inner {
    max-width: 66rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-inner {
    padding: 9.29rem 0 13.88rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-head,
.campaign__block:nth-child(2) .campaign__terms-head {
  width: 100%;
  max-width: 41.6761rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-head,
  .campaign__block:nth-child(2) .campaign__terms-head {
    max-width: 35.542rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-steps {
  width: 100%;
  max-width: 59.538rem;
  margin: 6.54rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-steps {
    max-width: 82.221rem;
    margin: 4.52rem auto 0;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step {
  background: #fff;
  position: relative;
  border-radius: 5rem 0 5rem 0;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step {
    padding-left: 3.73rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(1):before,
.campaign__block:nth-child(2) .campaign__apply-step:nth-child(2):before {
  position: absolute;
  display: block;
  content: "";
  width: 8.2848rem;
  height: 5.3275rem;
  background: url(../img/arrow-brown2.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(1):before,
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(2):before {
    width: 6.3301rem;
    height: 4.07rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(1):before {
  bottom: -8.78rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(1):before {
    bottom: -8.31rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(2):before {
  bottom: -9.8rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(2):before {
    bottom: -9.07rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(1) {
  padding-top: 6.1rem;
  padding-bottom: 27.4rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(1) {
    padding-top: 2.67rem;
    padding-bottom: 1.342rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(2) {
  margin-top: 11.42rem;
  padding-top: 5.31rem;
  padding-bottom: 4.17rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(2) {
    margin-top: 12.16rem;
    padding-top: 5.77rem;
    padding-bottom: 8.536rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(3) {
  margin-top: 12.24rem;
  padding-top: 4.22rem;
  padding-bottom: 13.66rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(3) {
    margin-top: 13.26rem;
    padding-top: 4.17rem;
    padding-bottom: 3.883rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(1) > picture > img {
  width: 100%;
  max-width: 42.8114rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(1) > picture > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(1) > picture > img {
    max-width: 60.5896rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(2) img {
  width: 100%;
  max-width: 48.986rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(2) img {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.971rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(2) img {
    max-width: 73.2762rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-step:nth-child(3) img {
  width: 100%;
  max-width: 44.3138rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(3) img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-step:nth-child(3) img {
    max-width: 70.5494rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-note {
  font-size: 2.2rem;
  line-height: 1.4545;
  text-indent: -2.2rem;
  margin-left: 2.2rem;
  position: absolute;
  bottom: 4rem;
  left: 4.35rem;
  color: #650000;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-note {
    font-size: 1.5rem;
    line-height: 1.55;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
    bottom: 3.8rem;
    left: 13.5rem;
  }
}

.campaign__block:nth-child(2) .campaign__apply-text {
  font-size: 2.1rem;
  line-height: 1.8;
  margin-top: 7.9rem;
  padding-left: 3.2rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__apply-text {
    text-indent: -2.2rem;
    margin-left: 2.2rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__apply-text {
    font-size: 1.4rem;
    line-height: 1.55;
    padding-left: 9.14rem;
    margin-top: 8.3rem;
  }
}

.campaign__block:nth-child(2) .campaign__terms-inner {
  margin-top: 7.08rem;
}
@media screen and (max-width:767px) {
  .campaign__block:nth-child(2) .campaign__terms-inner {
    max-width: 59.8906rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__terms-inner {
    margin-top: 4.53rem;
  }
}

.campaign__block:nth-child(2) .campaign__note {
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.5;
  margin-top: 4rem;
}
@media screen and (min-width:768px) {
  .campaign__block:nth-child(2) .campaign__note {
    margin-top: 4.5rem;
    font-size: 2.4rem;
    line-height: 1;
  }
}

.diagnosis {
  padding: 9.2rem 0 18.6rem;
  background: url(../img/bg-diagnosis-sp.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width:767px) {
  .diagnosis {
    max-width: 68rem;
  }
}
@media screen and (min-width:768px) {
  .diagnosis {
    padding: 6.4rem 0 9.96rem;
    background: url(../img/bg-diagnosis-pc.png) no-repeat center center/cover;
  }
}

.diagnosis::before,
.diagnosis::after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
}

.diagnosis::before {
  width: 60.648rem;
  height: 107.732rem;
  background: url(../img/deco1-sp.png) no-repeat center center/contain;
  top: 41.7rem;
  left: 3.68rem;
}
@media screen and (min-width:768px) {
  .diagnosis::before {
    background: url(../img/deco1-pc.png) no-repeat center center/contain;
    width: 85.41rem;
    height: 79.2789rem;
    top: 39.88rem;
    left: 3.02rem;
  }
}

.diagnosis::after {
  width: 79.0771rem;
  background: url(../img/pasta2-sp.png) no-repeat center center/contain;
  top: 24.45rem;
  left: calc(50% + 0.6rem);
}
@media screen and (max-width:767px) {
  .diagnosis::after {
    transform: translateX(-50%);
    aspect-ratio: 75.3771/159.028;
  }
}
@media screen and (min-width:768px) {
  .diagnosis::after {
    background: url(../img/pasta2-pc.png) no-repeat center center/cover;
    width: 119.35rem;
    height: 99.976rem;
    top: 16.78rem;
    left: -11.97rem;
  }
}

.diagnosis__head {
  width: 100%;
  max-width: 60.5555rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .diagnosis__head {
    max-width: 55.7433rem;
  }
}

.diagnosis__title {
  width: 100%;
  max-width: 48.6916rem;
  margin: 5.15rem auto 0;
}
@media screen and (min-width:768px) {
  .diagnosis__title {
    max-width: 46.4837rem;
    margin: 4.88rem auto 0;
  }
}

.diagnosis__treat {
  width: 100%;
  max-width: 66.2051rem;
  margin-top: 5.41rem;
}
@media screen and (min-width:768px) {
  .diagnosis__treat {
    max-width: 95.0888rem;
    margin-top: 4.78rem;
  }
}

.diagnosis__text {
  width: 100%;
  max-width: 54.4544rem;
  margin: 7.34rem auto 0;
}
@media screen and (min-width:768px) {
  .diagnosis__text {
    max-width: 63.9968rem;
    margin: 4.85rem auto 0;
  }
}

.diagnosis__answer {
  width: 100%;
  max-width: 40.9631rem;
  margin: 6.19rem auto 0;
}
@media screen and (min-width:768px) {
  .diagnosis__answer {
    max-width: 31.2134rem;
    margin: 4.5rem auto 0;
  }
}

.diagnosis__btn {
  width: 100%;
  max-width: 52.33rem;
  margin: 2.56rem auto 0;
  cursor: pointer;
  transition: filter 0.3s ease 0s;
  display: flex;
  align-items: center;
}
@media screen and (min-width:768px) {
  .diagnosis__btn {
    max-width: 36rem;
    margin: 3.29rem auto 0;
    padding-left: 1rem;
  }
}

.diagnosis__btn:hover {
  filter: brightness(0.85);
}

.products {
  background: #fff;
  padding: 7.38rem 0;
  position: relative;
  border-radius: 4rem;
}
@media screen and (min-width:768px) {
  .products {
    padding: 9.48rem 0 9.63rem;
    border-radius: 6rem;
  }
}

.products::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  right: -0.391rem;
  top: 0.391rem;
  z-index: -1;
  border-radius: 4rem;
}
@media screen and (min-width:768px) {
  .products::before {
    top: 0.567rem;
    right: -0.567rem;
    border-radius: 6rem;
  }
}

.products__content {
  position: relative;
}

.products__content::before,
.products__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 61.6187rem;
  height: 1.7568rem;
  background: url(../img/deco2.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .products__content::before,
  .products__content::after {
    width: 89.2367rem;
    height: 2.5443rem;
  }
}

.products__content::before {
  top: -4.92rem;
}
@media screen and (min-width:768px) {
  .products__content::before {
    top: -6rem;
  }
}

.products__content::after {
  bottom: -4.79rem;
}
@media screen and (min-width:768px) {
  .products__content::after {
    bottom: -6.26rem;
  }
}

.products__head {
  width: 100%;
  max-width: 43.2222rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .products__head {
    max-width: 40.3258rem;
  }
}

.products__name {
  width: 100%;
  max-width: 44.8474rem;
  margin: 3.85rem auto 0;
}
@media screen and (min-width:768px) {
  .products__name {
    max-width: 56.8232rem;
    margin: 4.74rem auto 0;
  }
}

.products__example {
  width: 100%;
  max-width: 59.9861rem;
  margin: 4.9rem auto 0;
}
@media screen and (min-width:768px) {
  .products__example {
    max-width: 73.8683rem;
    margin: 7.02rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .products__example-head {
    width: 100%;
    max-width: 57.2258rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.products__list {
  width: 100%;
  margin: 5.12rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .products__list {
    max-width: 72.7037rem;
    margin: 6.4rem auto 0;
  }
}

.products__list-item {
  width: 100%;
  max-width: 28.9349rem;
}
@media screen and (min-width:768px) {
  .products__list-item {
    max-width: 33.9988rem;
  }
}

.products__list-item:nth-child(3),
.products__list-item:nth-child(4) {
  margin-top: 4.23rem;
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(3),
  .products__list-item:nth-child(4) {
    margin-top: 7.1rem;
  }
}

.products__list-item:nth-child(5),
.products__list-item:nth-child(6) {
  margin-top: 5.29rem;
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(5),
  .products__list-item:nth-child(6) {
    margin-top: 5.9rem;
  }
}

.products__note {
  font-size: 1.8rem;
  line-height: 1.81;
  margin-top: 6.45rem;
}
@media screen and (max-width:767px) {
  .products__note {
    padding-left: 1rem;
  }
}
@media screen and (min-width:768px) {
  .products__note {
    font-size: 1.5rem;
    line-height: 1.933;
    text-align: center;
  }
}

.products__btn {
  width: 100%;
  max-width: 52.18rem;
  margin: 5.63rem auto 0;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .products__btn {
    max-width: 35.5rem;
    margin: 6.5rem auto 0;
  }
}

.products__btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 50.679rem;
  height: 14.565rem;
  background: url(../img/btn-brand-red.png) no-repeat center center/contain;
  top: 0rem;
  left: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .products__btn::before {
    width: 34rem;
    height: 9.771rem;
  }
}

.products__btn:hover::before {
  opacity: 1;
}

.receipt {
  width: 100%;
  max-width: 53.7132rem;
  margin-top: 10.88rem;
  background-image: linear-gradient(to right, #fff 0.224rem, transparent 0.224rem), linear-gradient(to bottom, #fff 0.448rem, transparent 0.448rem);
  background-color: #ffffd7;
  border-bottom: 0.157rem solid #650000;
  border-left: 0.157rem solid #650000;
  border-right: 0.157rem solid #650000;
  box-shadow: 0.224rem 0.448rem #ffffd7;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .receipt {
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .receipt {
    max-width: 68rem;
    margin-top: 9.14rem;
    margin-left: 3.387rem;
    background-image: linear-gradient(to right, #fff 0.567rem, transparent 0.567rem), linear-gradient(to bottom, #fff 0.567rem, transparent 0.567rem);
    box-shadow: 0.567rem 0.567rem #ffffd7;
    border-bottom: 0.2rem solid #650000;
    border-left: 0.2rem solid #650000;
    border-right: 0.2rem solid #650000;
  }
}

.receipt::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 0.2rem);
  height: 5.213rem;
  background: url(../img/border-brown-sp.png) no-repeat center center/cover;
  left: 50%;
  transform: translateX(-50%);
  top: -5.1rem;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .receipt::before {
    width: calc(100% + 0.34rem);
    background: url(../img/border-brown-pc.png) no-repeat center center/cover;
    top: -2.9rem;
    height: 3.1rem;
  }
}

.receipt__inner {
  position: relative;
  padding: 5.4rem 0 7.2rem;
}
@media screen and (min-width:768px) {
  .receipt__inner {
    padding: 5.2rem 0 6.33rem;
  }
}

.receipt__inner::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: calc(50% + 0.567rem);
  transform: translateX(-50%);
  border-left: 1.9rem solid transparent;
  border-right: 1.9rem solid transparent;
  border-bottom: 6.2rem solid #ffffd7;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .receipt__inner::before {
    top: -2.6rem;
    border-left: 2.6rem solid transparent;
    border-right: 2.6rem solid transparent;
    border-bottom: 3.8rem solid #ffffd7;
  }
}

.receipt__head {
  background: #650000;
  width: 100%;
  max-width: 46.0594rem;
  margin: 0 auto;
  padding: 1.3335rem 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .receipt__head {
    max-width: 61.8638rem;
    padding: 0.944rem 0;
  }
}

.receipt__head-img {
  width: 100%;
  max-width: 34.1854rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .receipt__head-img {
    max-width: 23.3483rem;
  }
}

.receipt__img {
  width: 100%;
  max-width: 46.0594rem;
  margin: 4.44rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .receipt__img {
    max-width: 60.82rem;
    padding-left: 0.245rem;
    margin: 4.14rem auto 0;
  }
}

.receipt__btn {
  width: 100%;
  max-width: 47.7565rem;
  margin: 8.2rem auto 0;
  background: #fff;
  border: 0.3rem solid #650000;
  padding: 2.9173rem 0;
  border-radius: 7rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width:768px) {
  .receipt__btn {
    max-width: 57.617rem;
    margin: 4.67rem auto 0;
    border: 0.355rem solid #650000;
    padding: 1.4647rem 0;
    border-radius: 5rem;
  }
}

.receipt__btn::before,
.receipt__btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 4.6681rem;
  height: 0.25rem;
  background: #650000;
  right: 5rem;
  top: 50%;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width:768px) {
  .receipt__btn::before,
  .receipt__btn::after {
    width: 2.0388rem;
    height: 0.305rem;
  }
}

.receipt__btn::before {
  transform: translateY(-50%);
}

.receipt__btn::after {
  transform: translateY(-50%) rotate(90deg);
}

.receipt__btn.active::after {
  opacity: 0;
  visibility: hidden;
}

.receipt__btn-text {
  width: 100%;
  max-width: 29.7965rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .receipt__btn-text {
    padding-right: 6.7388rem;
  }
}
@media screen and (min-width:768px) {
  .receipt__btn-text {
    max-width: 23.9687rem;
  }
}

.receipt__bad {
  margin-top: 4.56rem;
  display: none;
}
@media screen and (min-width:768px) {
  .receipt__bad {
    margin-top: 3.6rem;
  }
}

.receipt__bad-text {
  width: 100%;
  max-width: 41.5127rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .receipt__bad-text {
    max-width: 56.1397rem;
  }
}

.receipt__bad-example {
  width: 100%;
  max-width: 50.6489rem;
  margin: 1.41rem auto 0;
}
@media screen and (min-width:768px) {
  .receipt__bad-example {
    max-width: 54.2324rem;
    margin: 0.68rem auto 0;
  }
}

.contact {
  margin-top: -80.86rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .contact {
    margin-top: -56.18rem;
  }
}

.contact__head {
  width: 100%;
  max-width: 32.6214rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .contact__head {
    max-width: 25.4301rem;
  }
}

.contact__address {
  width: 100%;
  max-width: 60.7821rem;
  margin: 3.56rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__address {
    max-width: 48.1536rem;
    margin: 4.8rem auto 0;
  }
}

.contact__tel {
  width: 100%;
  max-width: 56.665rem;
  margin: 1.52rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__tel {
    max-width: 41.7754rem;
    margin: 2.06rem auto 0;
  }
}

.contact__time {
  width: 100%;
  max-width: 40.1749rem;
  margin: 2.72rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__time {
    max-width: 26.6904rem;
    margin: 2.13rem auto 0;
  }
}

.contact__date {
  width: 100%;
  max-width: 60.4921rem;
  margin: 6.58rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .contact__date {
    max-width: 46.0602rem;
    margin: 4.38rem auto 0;
  }
}

.contact__date::before {
  position: absolute;
  display: block;
  content: "";
  width: 66.9301rem;
  height: 0.159rem;
  background: #650000;
  left: 50%;
  transform: translateX(-50%);
  top: -2.91rem;
}
@media screen and (min-width:768px) {
  .contact__date::before {
    width: 63rem;
    height: 0.15rem;
    top: -2.14rem;
  }
}

.contact__note {
  text-align: center;
  line-height: 1;
  font-size: 2.2rem;
  margin-top: 5.63rem;
}
@media screen and (min-width:768px) {
  .contact__note {
    font-size: 1.5rem;
    margin-top: 5.63rem;
  }
}

.btn {
  position: fixed;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width:767px) {
  .btn {
    left: 0;
    display: flex;
    align-items: center;
    transform: translateY(40rem);
  }
}
@media screen and (min-width:768px) {
  .btn {
    right: 2rem;
    bottom: 2rem;
    opacity: 0;
  }
}

.btn.show {
  pointer-events: initial;
}
@media screen and (max-width:767px) {
  .btn.show {
    transform: translateY(0);
  }
}
@media screen and (min-width:768px) {
  .btn.show {
    opacity: 1;
  }
}

@media screen and (min-width:768px) {
  .btn__item {
    width: 100%;
    max-width: 14.5rem;
  }
}

.type {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}

.type.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.type__inner {
  width: 100%;
  max-width: 100%;
  background: #b90013;
  margin: auto;
  padding: 2.46rem 0 3.57rem;
}
@media screen and (min-width:768px) {
  .type__inner {
    padding: 2.63rem 0 4.12rem;
  }
}

.result,
.question {
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.result.show,
.question.show {
  display: block;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.question {
  background: url(../img/bg-yellow2-sp.png) no-repeat center center/contain;
  padding: 4.51rem 0 5.56rem;
  width: 100%;
  max-width: 69.917rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .question {
    background: url(../img/bg-yellow2-pc.png) no-repeat center center/contain;
    max-width: 96rem;
    padding: 6.01rem 0 4.22rem;
  }
}

.question__head {
  width: 100%;
  max-width: 10.925rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .question__head {
    max-width: 10.5686rem;
  }
}

.question__q {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.question1 .question__q {
  max-width: 39.8075rem;
  margin-top: 4.722rem;
}
@media screen and (min-width:768px) {
  .question1 .question__q {
    max-width: 67.8749rem;
    margin-top: 5.647rem;
  }
}

.question2 .question__q {
  max-width: 62.4415rem;
  margin-top: 4.671rem;
}
@media screen and (min-width:768px) {
  .question2 .question__q {
    max-width: 82.7659rem;
    margin-top: 5.64rem;
  }
}

.question3 .question__q {
  max-width: 51.5337rem;
  margin-top: 4.692rem;
}
@media screen and (min-width:768px) {
  .question3 .question__q {
    max-width: 87.1779rem;
    margin-top: 5.659rem;
  }
}

.question4 .question__q {
  max-width: 56.624rem;
  margin-top: 4.847rem;
}
@media screen and (min-width:768px) {
  .question4 .question__q {
    max-width: 72.3911rem;
    margin-top: 5.655rem;
  }
}

.question5 .question__q {
  max-width: 60.4648rem;
  margin-top: 4.688rem;
}
@media screen and (min-width:768px) {
  .question5 .question__q {
    max-width: 84.6955rem;
    margin-top: 5.655rem;
  }
}

.question6 .question__q {
  max-width: 55.395rem;
  margin-top: 4.688rem;
}
@media screen and (min-width:768px) {
  .question6 .question__q {
    max-width: 60.6818rem;
    margin-top: 5.655rem;
  }
}

.question7 .question__q {
  max-width: 60.03rem;
  margin-top: 4.112rem;
}
@media screen and (min-width:768px) {
  .question7 .question__q {
    max-width: 83.3738rem;
    margin-top: 1.6rem;
  }
}

.question__a {
  display: flex;
  gap: 3.345rem;
  width: 100%;
  max-width: 58.063rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .question__a {
    flex-direction: column;
  }
}
@media screen and (min-width:768px) {
  .question__a {
    gap: 3.724rem;
    max-width: 71.6722rem;
  }
}

.question1 .question__a {
  margin-top: 3.912rem;
}
@media screen and (min-width:768px) {
  .question1 .question__a {
    margin-top: 4.616rem;
  }
}

.question2 .question__a {
  margin-top: 3.963rem;
}
@media screen and (min-width:768px) {
  .question2 .question__a {
    margin-top: 4.632rem;
  }
}

.question3 .question__a {
  margin-top: 3.96rem;
}
@media screen and (min-width:768px) {
  .question3 .question__a {
    margin-top: 4.636rem;
  }
}

.question4 .question__a {
  margin-top: 3.946em;
}
@media screen and (min-width:768px) {
  .question4 .question__a {
    margin-top: 4.635rem;
  }
}

.question5 .question__a {
  margin-top: 3.92rem;
}
@media screen and (min-width:768px) {
  .question5 .question__a {
    margin-top: 4.593rem;
  }
}

.question6 .question__a {
  margin-top: 4.118rem;
}
@media screen and (min-width:768px) {
  .question6 .question__a {
    margin-top: 4.627rem;
  }
}

.question7 .question__a {
  margin-top: 3.874rem;
}

.question__return {
  width: 100%;
  max-width: 35.7414rem;
  height: 8.586rem;
  margin: 4.912rem auto 0;
  background: #26315d;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.55);
  border-radius: 4.0895rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .question__return {
    max-width: 32.4121rem;
    height: 7.7886rem;
    margin: 4.179rem auto 0;
    border-radius: 3.7086rem;
  }
}

.question__return::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/arrow-white1.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 2.814rem;
  width: 1.6751rem;
  height: 3.4537rem;
}
@media screen and (min-width:768px) {
  .question__return::before {
    width: 1.5191rem;
    height: 3.1319rem;
    left: 2.55rem;
  }
}

.question__return button {
  width: 100%;
  height: 100%;
}

.question__return img {
  width: 100%;
  max-width: 4.74rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .question__return img {
    max-width: 4.29834rem;
  }
}

.result {
  width: 100%;
  max-width: 70.5257rem;
  margin: 0 auto;
  padding: 2.218rem 0 1rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .result {
    max-width: 95.5446rem;
    padding: 1.906rem 0 1rem;
  }
}

.result::before,
.result::after {
  position: absolute;
  display: block;
  content: "";
}

.result::before {
  width: 15.6866rem;
  height: 7.8621rem;
  background: url(../img/result-bubble.png) no-repeat center center/contain;
  top: -1.181rem;
  left: -0.716rem;
}
@media screen and (min-width:768px) {
  .result::before {
    width: 15.6292rem;
    height: 7.8333rem;
    top: 3.256rem;
    left: 10.861rem;
  }
}

@media screen and (min-width:768px) {
  .result3::before {
    left: 6.464rem;
  }
}

@media screen and (min-width:768px) {
  .result4::before {
    left: 2.555rem;
  }
}

@media screen and (min-width:768px) {
  .result5::before {
    left: 8.158rem;
  }
}

@media screen and (min-width:768px) {
  .result6::before {
    left: 5.833rem;
  }
}

@media screen and (min-width:768px) {
  .result7::before {
    left: 9.538rem;
  }
}

@media screen and (min-width:768px) {
  .result8::before {
    left: 4.608rem;
  }
}

.result1::after {
  width: 13.0982rem;
  height: 10.4877rem;
  background: url(../img/illust1.png) no-repeat center center/contain;
  top: 3.671rem;
  right: 2.175rem;
}
@media screen and (min-width:768px) {
  .result1::after {
    top: 1.906rem;
    right: 2.907rem;
  }
}

.result2::after {
  width: 13.0122rem;
  height: 10.4877rem;
  background: url(../img/illust2.png) no-repeat center center/contain;
  top: 3.671rem;
  right: 2.432rem;
}
@media screen and (min-width:768px) {
  .result2::after {
    top: 2.074rem;
    right: 3.142rem;
  }
}

.result3::after {
  width: 13.512rem;
  height: 10.4877rem;
  background: url(../img/illust3.png) no-repeat center center/contain;
  top: 3.671rem;
  right: 2.645rem;
}
@media screen and (min-width:768px) {
  .result3::after {
    top: 1.906rem;
    right: 2.552rem;
  }
}

.result4::after {
  width: 13.0122rem;
  height: 10.4877rem;
  background: url(../img/illust4.png) no-repeat center center/contain;
  top: 3.671rem;
  right: 1.764rem;
}
@media screen and (min-width:768px) {
  .result4::after {
    top: 1.906rem;
    right: 2.821rem;
  }
}

.result5::after {
  width: 13.4521rem;
  height: 10.5873rem;
  background: url(../img/illust5.png) no-repeat center center/contain;
  top: 3.66rem;
  right: 2.266rem;
}
@media screen and (min-width:768px) {
  .result5::after {
    top: 1.906rem;
    right: 2.922rem;
  }
}

.result6::after {
  width: 13.0122rem;
  height: 10.4877rem;
  background: url(../img/illust6.png) no-repeat center center/contain;
  top: 3.66rem;
  right: 1.227rem;
}
@media screen and (min-width:768px) {
  .result6::after {
    top: 2.074rem;
    right: 2.802rem;
  }
}

.result7::after {
  width: 13.4203rem;
  height: 10.4877rem;
  background: url(../img/illust7.png) no-repeat center center/contain;
  top: 3.66rem;
  right: 1.87rem;
}
@media screen and (min-width:768px) {
  .result7::after {
    width: 13.2444rem;
    height: 10.4877rem;
    top: 2.074rem;
    right: 2.802rem;
  }
}

.result8::after {
  width: 13.6913rem;
  height: 10.8888rem;
  background: url(../img/illust8.png) no-repeat center center/contain;
  top: 3.176rem;
  right: 0.943rem;
}
@media screen and (min-width:768px) {
  .result8::after {
    top: 1.673rem;
    right: 2.802rem;
  }
}

.result1 {
  background: #f19c20;
}

.result2 {
  background: #7fcc62;
}

.result3 {
  background: #ff9bbe;
}

.result4 {
  background: #7ac8ee;
}

.result5 {
  background: #fa7373;
}

.result6 {
  background: #c485c5;
}

.result7 {
  background: #b3861c;
}

.result8 {
  background: #5ebbb8;
}

.result__head {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .result__head {
    max-width: 68.2405rem;
  }
}

.result1 .result__head {
  max-width: 68.1577rem;
}
@media screen and (min-width:768px) {
  .result1 .result__head {
    max-width: 40.0717rem;
  }
}

.result2 .result__head {
  max-width: 68.1577rem;
}
@media screen and (min-width:768px) {
  .result2 .result__head {
    max-width: 40.0648rem;
  }
}

.result3 .result__head {
  max-width: 68.7247rem;
}
@media screen and (min-width:768px) {
  .result3 .result__head {
    max-width: 48.3339rem;
  }
}

@media screen and (min-width:768px) {
  .result4 .result__head {
    max-width: 53.6593rem;
  }
}

@media screen and (min-width:768px) {
  .result5 .result__head {
    max-width: 50.2893rem;
    padding-left: 3rem;
  }
}

@media screen and (min-width:768px) {
  .result6 .result__head {
    max-width: 53.0364rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width:768px) {
  .result7 .result__head {
    max-width: 40.9859rem;
  }
}

@media screen and (min-width:768px) {
  .result8 .result__head {
    max-width: 52.4744rem;
  }
}

.result__content {
  width: 100%;
  max-width: 68.5258rem;
  margin: 1.513rem auto 0;
  padding: 3.905rem 0 21.805rem;
  position: relative;
  background-position: top left;
  background-repeat: repeat;
}
@media screen and (min-width:768px) {
  .result__content {
    max-width: 94rem;
    margin: 2rem auto 0;
    padding: 3.275rem 0 2.256rem;
  }
}

.result1 .result__content {
  background-color: #ffeaaf;
  background-image: url(../img/pattern1.png);
  background-size: 8.05103rem 8.74342rem;
  background-position: -2rem -2rem;
}
@media screen and (min-width:768px) {
  .result1 .result__content {
    background-position: -1rem 0.5rem;
  }
}

.result2 .result__content {
  background-color: #def9b4;
  background-image: url(../img/pattern2.png);
  background-size: 9.40307rem 7.07753rem;
  background-position: -1rem 0;
}
@media screen and (min-width:768px) {
  .result2 .result__content {
    background-position: 0 0;
  }
}

.result3 .result__content {
  background-color: #ffe6ef;
  background-image: url(../img/pattern3.png);
  background-size: 6.99034rem 6.94603rem;
  background-position: -1rem -2rem;
}
@media screen and (min-width:768px) {
  .result3 .result__content {
    background-position: -2rem -1rem;
  }
}

.result4 .result__content {
  background-color: #d7eefa;
  background-image: url(../img/pattern4.png);
  background-size: 9.66237rem 9.66237rem;
  background-position: 0.4rem -1.8rem;
}
@media screen and (min-width:768px) {
  .result4 .result__content {
    background-position: -1.4rem -1.8rem;
  }
}

.result5 .result__content {
  background-color: #feeaea;
  background-image: url(../img/pattern5.png);
  background-size: 102.497rem 6.93014rem;
  background-position: -5rem 0.6rem;
}
@media screen and (min-width:768px) {
  .result5 .result__content {
    background-position: -5rem 0rem;
  }
}

.result6 .result__content {
  background-color: #f1e2f1;
  background-image: url(../img/pattern6.png);
  background-size: 8.50112rem 12.1728rem;
  background-position: 0.3rem -3rem;
}
@media screen and (min-width:768px) {
  .result6 .result__content {
    background-position: 0.3rem -4rem;
  }
}

.result7 .result__content {
  background-color: #ebe1c7;
  background-image: url(../img/pattern7.png);
  background-size: 11.2707rem 11.2707rem;
  background-position: 0.4rem -3rem;
}
@media screen and (min-width:768px) {
  .result7 .result__content {
    background-position: 2rem -8rem;
  }
}

.result8 .result__content {
  background-color: #ebf7f6;
  background-image: url(../img/pattern8.png);
  background-size: 9.08358rem 58.0183rem;
  background-position: 2.4rem -1.4rem;
}
@media screen and (min-width:768px) {
  .result8 .result__content {
    background-position: 1.4rem -1.4rem;
  }
}

.result__text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.result1 .result__text {
  max-width: 57.6012rem;
}
@media screen and (min-width:768px) {
  .result1 .result__text {
    max-width: 67.0458rem;
  }
}

.result2 .result__text {
  max-width: 57.5711rem;
}
@media screen and (min-width:768px) {
  .result2 .result__text {
    max-width: 64.803rem;
  }
}

.result3 .result__text {
  max-width: 62.8749rem;
}
@media screen and (min-width:768px) {
  .result3 .result__text {
    max-width: 71.652rem;
  }
}

.result4 .result__text {
  max-width: 58.8846rem;
}
@media screen and (min-width:768px) {
  .result4 .result__text {
    max-width: 67.9672rem;
  }
}

.result5 .result__text {
  max-width: 54.872rem;
}
@media screen and (min-width:768px) {
  .result5 .result__text {
    max-width: 67.5685rem;
  }
}

.result6 .result__text {
  max-width: 53.3709rem;
}
@media screen and (min-width:768px) {
  .result6 .result__text {
    max-width: 62.9941rem;
  }
}

.result7 .result__text {
  max-width: 56.4447rem;
}
@media screen and (min-width:768px) {
  .result7 .result__text {
    max-width: 64.3603rem;
  }
}

.result8 .result__text {
  max-width: 61.6103rem;
}
@media screen and (min-width:768px) {
  .result8 .result__text {
    max-width: 66.1833rem;
  }
}

.result__pasta {
  width: 100%;
  max-width: 66.0988rem;
  margin: 5.804rem auto 0;
  background: #fff;
  padding-bottom: 6.08rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .result__pasta {
    max-width: 87.7846rem;
    margin: 2.807rem auto 0;
    padding: 3.15rem 2.87rem 3.83rem 3.25rem;
    display: flex;
    justify-content: space-between;
  }
}

.result__pasta::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.079rem solid #59050a;
}

@media screen and (min-width:768px) {
  .result2 .result__pasta {
    padding-left: 3.07rem;
  }
}

@media screen and (min-width:768px) {
  .result7 .result__pasta {
    padding-left: 2.85rem;
  }
}

.result__recommendation {
  width: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .result__recommendation {
    max-width: 31.7942rem;
  }
}

@media screen and (min-width:768px) {
  .result2 .result__recommendation {
    max-width: 32.0956rem;
  }
}

@media screen and (min-width:768px) {
  .result7 .result__recommendation {
    max-width: 32.4309rem;
  }
}

.result__recommendation-head {
  width: 100%;
  max-width: 52.1256rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .result__recommendation-head {
    transform: translateY(-1.917rem);
  }
}
@media screen and (min-width:768px) {
  .result__recommendation-head {
    max-width: 31.7942rem;
  }
}

.result__recommendation-text {
  width: 100%;
  margin: 1.973rem auto 0;
}
@media screen and (min-width:768px) {
  .result__recommendation-text {
    margin: 2.1rem auto 0;
  }
}

.result1 .result__recommendation-text {
  max-width: 47.0562rem;
}
@media screen and (min-width:768px) {
  .result1 .result__recommendation-text {
    max-width: 28.0158rem;
  }
}

@media screen and (max-width:767px) {
  .result2 .result__recommendation-text {
    max-width: 53.9503rem;
  }
}

.result3 .result__recommendation-text {
  max-width: 51.9532rem;
}
@media screen and (min-width:768px) {
  .result3 .result__recommendation-text {
    max-width: 30.9513rem;
  }
}

.result4 .result__recommendation-text {
  max-width: 44.9211rem;
}
@media screen and (min-width:768px) {
  .result4 .result__recommendation-text {
    max-width: 26.7835rem;
  }
}

.result5 .result__recommendation-text {
  max-width: 48.1094rem;
}
@media screen and (min-width:768px) {
  .result5 .result__recommendation-text {
    max-width: 28.6429rem;
  }
}

.result6 .result__recommendation-text {
  max-width: 47.4794rem;
}
@media screen and (min-width:768px) {
  .result6 .result__recommendation-text {
    max-width: 28.2972rem;
  }
}

@media screen and (max-width:767px) {
  .result7 .result__recommendation-text {
    max-width: 60.5836rem;
  }
}

.result8 .result__recommendation-text {
  max-width: 47.9478rem;
}
@media screen and (min-width:768px) {
  .result8 .result__recommendation-text {
    max-width: 28.5535rem;
  }
}

.result__products {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 58.9022rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .result__products {
    margin: 3.766rem auto 0;
  }
}
@media screen and (min-width:768px) {
  .result__products {
    max-width: 46.4652rem;
    margin-top: 0.724rem;
  }
}

.result__products-item {
  width: 100%;
  max-width: 18.6976rem;
}
@media screen and (min-width:768px) {
  .result__products-item {
    max-width: 14.0985rem;
  }
}

@media screen and (min-width:768px) {
  .result4 .result__products-item:nth-child(2),
  .result6 .result__products-item:nth-child(2),
  .result8 .result__products-item:nth-child(2) {
    margin-left: 0.9rem;
  }
}

.result4 .result__products-item:nth-child(3),
.result6 .result__products-item:nth-child(3),
.result8 .result__products-item:nth-child(3) {
  max-width: 18.8035rem;
}
@media screen and (min-width:768px) {
  .result4 .result__products-item:nth-child(3),
  .result6 .result__products-item:nth-child(3),
  .result8 .result__products-item:nth-child(3) {
    max-width: 16.2962rem;
  }
}

.result__products-detail {
  background: #886134;
  padding: 0.769rem 0;
  width: 100%;
  max-width: 18.1954rem;
  margin: 1.825rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .result__products-detail {
    max-width: 11.6557rem;
    margin: 1.18rem auto 0;
    padding: 0.48rem 0;
  }
}

.result__products-detail a img {
  width: 100%;
  max-width: 10.6155rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .result__products-detail a img {
    max-width: 6.62476rem;
  }
}

.result__products-detail::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.9467rem;
  height: 1.822rem;
  background: url(../img/arrow-white2.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 1.38rem;
}
@media screen and (min-width:768px) {
  .result__products-detail::before {
    width: 0.5908rem;
    height: 1.1372rem;
    right: 0.57rem;
  }
}

.result__share-text {
  width: 100%;
  max-width: 50.522rem;
  margin: 4.416rem auto 0;
}
@media screen and (min-width:768px) {
  .result__share-text {
    max-width: 48.9969rem;
    margin: 2.21rem auto 0;
  }
}

.result__share-btn {
  width: 100%;
  max-width: 57.2879rem;
  margin: 4.079rem auto 0;
  border-radius: 6.5549rem;
  background: #000;
  padding: 3.563rem 0;
  position: relative;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.55);
}
@media screen and (min-width:768px) {
  .result__share-btn {
    max-width: 32.4121rem;
    margin: 1.28rem auto 0;
    border-radius: 3.7086rem;
    padding: 2.021rem 0;
  }
}

.result__share-btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.5191rem;
  height: 3.1319rem;
  background: url(../img/arrow-white1.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 3.07rem;
}

.result__share-btn img {
  width: 100%;
  max-width: 42.94rem;
  padding-right: 2.7165rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .result__share-btn img {
    max-width: 24.2941rem;
    padding-right: 1.5359rem;
  }
}

.result__again {
  width: 100%;
  max-width: 43.7019rem;
  background: #886134;
  border-radius: 5.2256rem;
  padding: 3.5rem 0 3.5rem;
  box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 5.607rem;
}
@media screen and (max-width:767px) {
  .result__again {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .result__again {
    bottom: 2.37rem;
    right: 2.28rem;
    max-width: 23.3864rem;
    padding: 1.9rem 0 1.9rem;
    border-radius: 2.79644rem;
  }
}

.result__again img {
  width: 100%;
  max-width: 24.7rem;
  padding-left: 3.3rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .result__again img {
    max-width: 13.2rem;
    padding-left: 2.032rem;
  }
}

.result__again::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.2155rem;
  height: 4.2638rem;
  background: url(../img/arrow-white2.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 6.51rem;
}
@media screen and (min-width:768px) {
  .result__again::before {
    width: 1.1855rem;
    height: 2.2817rem;
    left: 3.48rem;
  }
}