@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
body {
  margin: 0;
  padding: 0;
}

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

a,
button {
  cursor: revert;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  padding: 0;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #7F6C51;
}
body::before, body::after {
  position: fixed;
  content: "";
  display: block;
  inset: 0;
  width: 100vw;
  height: 100vh;
}
body::before {
  opacity: 0.3;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body::before {
    background-image: url(../img/common/bg-pc.png);
  }
}
@media screen and (max-width: 767px) {
  body::before {
    background-image: url(../img/common/bg-sp.png);
  }
}
body::after {
  z-index: -3;
  background-color: #D8E5E9;
  opacity: 0.8;
}
body img {
  display: block;
}
body a {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  body a:hover {
    opacity: 0.7;
  }
}

.u-color--orange {
  color: #F59F49;
}

.c-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 320px;
    height: 54px;
    border-radius: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 9px;
    height: 16.5px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.6vw;
    height: 2.9333333333vw;
    right: 3.4666666667vw;
  }
}
.c-btn.orange {
  background-color: #FF9933;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn.small {
    width: 300px;
  }
}

.c-external-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-external-btn {
    width: 250px;
    height: 48px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-external-btn {
    width: 58.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 8vw;
  }
}
.c-external-btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-external.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-external-btn::after {
    width: 16px;
    height: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-external-btn::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 3.2vw;
  }
}
.c-external-btn.white {
  background-color: #fff;
  border: 1px solid #7F6C51;
}
.c-external-btn.beige {
  background-color: #F8EDE3;
}
.c-external-btn .sub {
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-external-btn .sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-external-btn .sub {
    font-size: 3.2vw;
  }
}
.c-external-btn .main {
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-external-btn .main {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-external-btn .main {
    font-size: 3.7333333333vw;
  }
}

.c-card {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(108, 159, 189, 0.1);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-card {
    margin-top: 84px;
    border-radius: 40px;
    width: 600px;
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    margin-top: 10.6666666667vw;
    width: 88.2666666667vw;
    border-radius: 9.6vw;
    min-height: 133.3333333333vw;
    padding: 13.3333333333vw 0 6.6666666667vw;
  }
}

.c-marker {
  position: relative;
  z-index: 1;
}
.c-marker::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFE5D6;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-marker::before {
    height: 12px;
    width: calc(100% + 8px);
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-marker::before {
    width: 100%;
    border-radius: 1.6vw;
    height: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 10.6666666667vw;
  }
}
.l-header__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    justify-content: space-between;
    padding: 0 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__cotrip {
    position: absolute;
    left: 30px;
    top: 13px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__cotrip {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding-top: 10.6666666667vw;
    padding-bottom: 12.8vw;
  }
}
.l-footer__logo {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 140px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 36.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    column-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__sns-item {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns-item {
    width: 9.0666666667vw;
  }
}
.l-footer__copy {
  text-align: center;
  color: #7A6E5F;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 9px;
    margin-top: 86px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 2.4vw;
    margin-top: 21.3333333333vw;
  }
}

.l-result-bottom__bnr {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__bnr {
    padding: 80px 0 94px;
    column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__bnr {
    padding: 13.3333333333vw 0 12vw;
    flex-direction: column;
    align-items: center;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__bnr-item {
    width: 47%;
    max-width: 379px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__bnr-item {
    width: 88.2666666667vw;
  }
}
.l-result-bottom__info {
  position: relative;
  background-color: #FFFCF5;
}
.l-result-bottom__info::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  transform: translateY(-99%);
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info::before {
    background-image: url(../img/common/bg-info.png);
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info::before {
    background-image: url(../img/common/bg-info-sp.png);
    height: 1.3333333333vw;
  }
}
.l-result-bottom__info-bg {
  position: relative;
  max-width: 1440px;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-bg {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-bg {
    padding: 13.3333333333vw 5.8666666667vw 13.3333333333vw;
  }
}
.l-result-bottom__info-bg {
  margin: 0 auto;
}
.l-result-bottom__info-bg::before, .l-result-bottom__info-bg::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-bg::before, .l-result-bottom__info-bg::after {
    width: min(300px, 25.4237288136vw);
    height: min(246px, 20.8474576271vw);
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-bg::before, .l-result-bottom__info-bg::after {
    width: 40vw;
    height: 23.2vw;
  }
}
.l-result-bottom__info-bg::before {
  background-image: url(../img/common/dc-info01.png);
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-bg::before {
    top: 183px;
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-bg::before {
    top: 54.6666666667vw;
    right: -20.5333333333vw;
  }
}
.l-result-bottom__info-bg::after {
  background-image: url(../img/common/dc-info02.png);
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-bg::after {
    bottom: min(225px, 19.0677966102vw);
    left: max(-60px, -5.0847457627vw);
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-bg::after {
    top: 123.4666666667vw;
    left: -17.8666666667vw;
  }
}
.l-result-bottom__info-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-inner {
    max-width: calc(900px + min(80px, 6.7796610169vw));
    padding: 0 min(40px, 3.3898305085vw);
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-inner {
    max-width: 88.2666666667vw;
  }
}
.l-result-bottom__info-logo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-logo {
    width: 260px;
    margin-bottom: 24px;
    right: min(6px, 0.5084745763vw);
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-logo {
    width: 53.3333333333vw;
    margin-bottom: 8.5333333333vw;
    right: 1.0666666667vw;
  }
}
.l-result-bottom__info-title {
  width: max-content;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-title {
    font-size: 23px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-title {
    font-size: 5.3333333333vw;
    margin-bottom: 9.6vw;
  }
}
.l-result-bottom__info-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-txt {
    font-size: 18px;
    line-height: 2.4;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
.l-result-bottom__info-btnwrap {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-btnwrap {
    margin-top: 36px;
    column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-btnwrap {
    margin-top: 8vw;
    flex-direction: column;
    align-items: center;
    row-gap: 4.2666666667vw;
  }
}
.l-result-bottom__info-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-box {
    border-radius: 20px;
    margin-top: 72px;
    column-gap: 80px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-box {
    margin-top: 13.3333333333vw;
    border-radius: 5.3333333333vw;
    flex-direction: column;
    padding: 9.6vw 0 6.4vw;
    row-gap: 8vw;
  }
}
.l-result-bottom__info-application {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-application {
    flex-direction: column;
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-application {
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 4.2666666667vw;
  }
}
.l-result-bottom__info-application .txt {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-application .txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-application .txt {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-application img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-application img {
    width: 30.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-download .txt {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-download .txt {
    margin-bottom: 8vw;
  }
}
.l-result-bottom__info-download .txt .c-marker {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-download .txt .c-marker {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-download .txt .c-marker {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-download .txt .c-marker {
    width: 78.9333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.l-result-bottom__info-download .download {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-download .download {
    column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-download .download {
    column-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-download .download-app {
    width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-download .download-app {
    width: 31.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-result-bottom__info-download .download-google {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-result-bottom__info-download .download-google {
    width: 39.4666666667vw;
  }
}

/* --- デバッグパネル --- */
.debug-panel {
  position: fixed;
  top: 30px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.7rem;
  z-index: 9999;
}

/* --- start画面 --- */
.p-start {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-start {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-start {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-start__cotrip {
    width: 151px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-start__cotrip {
    width: 26.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-start__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-start__title {
    width: 310px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-start__title {
    width: 48.8vw;
    margin-bottom: 6.4vw;
  }
}
.p-start__title::after {
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/im-hr.png);
}
@media screen and (min-width: 768px) {
  .p-start__title::after {
    margin-top: 16px;
    width: 372px;
    height: 20px;
    margin-left: -31px;
  }
}
@media screen and (max-width: 767px) {
  .p-start__title::after {
    margin-top: 2.6666666667vw;
    width: 58.6666666667vw;
    height: 3.2vw;
    margin-left: -4.8vw;
  }
}
.p-start__title-en {
  position: absolute;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-start__title-en {
    font-size: 20px;
    right: 20px;
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .p-start__title-en {
    right: 3.4666666667vw;
    font-size: 2.9333333333vw;
    top: -0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-start__lead {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-start__lead {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-start__lead {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-start__desc {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-start__desc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-start__desc {
    margin-bottom: 10.6666666667vw;
  }
}
.p-start__pcdeco01 {
  position: absolute;
  width: 266px;
  top: -13px;
  left: -193px;
  animation: fluffy 4s infinite ease-in-out;
}
.p-start__pcdeco02 {
  position: absolute;
  width: 322px;
  bottom: -3px;
  right: -207px;
  animation: fluffy 4s -2s infinite ease-in-out;
}
.p-start__spdeco01 {
  position: absolute;
  width: 27.7333333333vw;
  left: 0;
  top: -5.3333333333vw;
  animation: fluffy 4s infinite ease-in-out;
}
.p-start__spdeco02 {
  position: absolute;
  width: 18.9333333333vw;
  top: 51.2vw;
  right: -5.8666666667vw;
  animation: fluffy 4s -2s infinite ease-in-out;
}
.p-start__spdeco03 {
  position: absolute;
  width: 9.8666666667vw;
  left: 4vw;
  bottom: -2.1333333333vw;
  animation: fluffy 4s -1s infinite ease-in-out;
}
.p-start__spdeco04 {
  position: absolute;
  width: 23.2vw;
  bottom: -16.2666666667vw;
  right: 0;
  animation: fluffy 4s -3s infinite ease-in-out;
}
.p-start__spdeco05 {
  position: absolute;
  z-index: -1;
  width: 19.7333333333vw;
  right: -5.8666666667vw;
  bottom: 4vw;
  animation: fluffy 4s -1.5s infinite ease-in-out;
}
.p-start__spdeco06 {
  position: absolute;
  z-index: -1;
  width: 32.8vw;
  right: 13.8666666667vw;
  bottom: -15.7333333333vw;
  animation: fluffy 4s infinite ease-in-out;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* --- 質問画面 --- */
.p-question__header {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-question__header {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-question__header {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .p-question__header-num {
    font-size: 30px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-question__header-num {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-question__header-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-question__header-txt {
    font-size: 4.8vw;
  }
}
.p-question__options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-question__options {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-question__options {
    column-gap: 6.1333333333vw;
    row-gap: 8vw;
  }
}
.p-question__btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #FFF8F0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-question__btn {
    box-shadow: 0px 0px 8px rgba(255, 153, 51, 0.5);
    width: 240px;
    height: 200px;
    border-radius: 12px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-question__btn {
    box-shadow: 0px 0px 4px rgba(255, 153, 51, 0.5);
    width: 35.2vw;
    height: 35.2vw;
    border-radius: 2.6666666667vw;
    padding-top: 3.2vw;
  }
}
.p-question__btn-img {
  mix-blend-mode: multiply;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-question__btn-img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-question__btn-img {
    width: 19.2vw;
  }
}
.p-question__btn-label {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-question__btn-label {
    font-size: 16px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-question__btn-label {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}

/* --- 属性画面 --- */
@media screen and (min-width: 768px) {
  .p-attribute {
    padding-left: 72px;
    padding-right: 72px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
    margin-bottom: 21.3333333333vw;
  }
}
.p-attribute__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-attribute__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute__title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}
.p-attribute__subtitle {
  text-align: center;
  color: #FFC184;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-attribute__subtitle {
    font-size: 17px;
    margin: 28px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute__subtitle {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 3.7333333333vw;
  }
}
.p-attribute__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-attribute__grid {
    row-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute__grid {
    row-gap: 2.6666666667vw;
  }
}
.p-attribute__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background: #FFF8F0;
}
@media screen and (min-width: 768px) {
  .p-attribute__btn {
    box-shadow: 0px 0px 8px rgba(255, 153, 51, 0.5);
    width: 140px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute__btn {
    box-shadow: 0px 0px 4px rgba(255, 153, 51, 0.5);
    width: 23.4666666667vw;
    height: 9.6vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-attribute__btn.is-selected {
  background-color: #F59F49;
  color: #fff;
}
.p-attribute__select {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-attribute__select {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute__select {
    margin-bottom: 5.8666666667vw;
  }
}
.p-attribute__select::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-select.png);
}
@media screen and (min-width: 768px) {
  .p-attribute__select::after {
    width: 17px;
    height: 8px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute__select::after {
    width: 4.5333333333vw;
    height: 2.1333333333vw;
    right: 5.3333333333vw;
  }
}
.p-attribute__select select {
  background-color: transparent;
  border: none;
  width: 100%;
  background: #FFF8F0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  color: #7F6C51;
  font-weight: 500;
  outline: none;
}
@media screen and (min-width: 768px) {
  .p-attribute__select select {
    box-shadow: 0px 0px 8px rgba(255, 153, 51, 0.5);
    height: 48px;
    padding-left: 36px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-attribute__select select {
    box-shadow: 0px 0px 4px rgba(255, 153, 51, 0.5);
    height: 10.6666666667vw;
    padding-left: 8vw;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.p-attribute .c-btn:disabled {
  pointer-events: none;
  background-color: #ccc;
}

/* --- 進捗バー --- */
@media screen and (min-width: 768px) {
  .p-progress {
    width: 602px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-progress {
    width: 88.8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-progress__bar {
  width: 100%;
  background-color: #FFFCF5;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .p-progress__bar {
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-progress__bar {
    height: 2.6666666667vw;
  }
}
.p-progress__fill {
  background-color: #F59F49;
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}
.p-progress__txt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-progress__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-progress__txt {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-loader {
    padding: 240px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-loader {
    padding: 48vw 0;
  }
}
.l-loader__icon {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-loader__icon {
    width: 227px;
  }
}
@media screen and (max-width: 767px) {
  .l-loader__icon {
    width: 60.5333333333vw;
  }
}

#result {
  display: none;
  overflow: hidden;
}

.p-kv__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv__bg {
    padding: 48px 0 140px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bg {
    padding: 8vw 0 14.4vw;
  }
}
.p-kv__bg::before, .p-kv__bg::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-kv__bg::before {
    background-image: url(../img/common/dc-result-kv01.png);
    width: min(320px, 27.1186440678vw);
    height: min(353px, 29.9152542373vw);
    top: 40px;
    right: max(-40px, -3.3898305085vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bg::before {
    background-image: url(../img/common/dc-result-kv01-sp.png);
    width: 42.6666666667vw;
    height: 33.3333333333vw;
    top: 4vw;
    right: -19.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__bg::after {
    background-image: url(../img/common/dc-result-kv02.png);
    width: min(240px, 20.3389830508vw);
    height: min(168px, 14.2372881356vw);
    bottom: 397px;
    left: max(-34px, -2.8813559322vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bg::after {
    background-image: url(../img/common/dc-result-kv02-sp.png);
    width: 32vw;
    height: 16vw;
    bottom: 69.3333333333vw;
    left: -8.5333333333vw;
  }
}
.p-kv__lead {
  position: relative;
  z-index: 3;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-kv__lead {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__lead {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-kv__box {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(108, 159, 189, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-kv__box {
    border-radius: min(40px, 3.3898305085vw);
    column-gap: min(64px, 5.4237288136vw);
    padding: min(50px, 4.2372881356vw) min(48px, 4.0677966102vw);
    max-width: min(1100px, 93.2203389831vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box {
    border-radius: 9.6vw;
    max-width: 88.2666666667vw;
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box.title-line1 .p-kv__title {
    margin-bottom: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box.title-line1 .p-kv__img {
    top: 44vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__img {
    width: min(500px, 42.3728813559vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__img {
    width: 72.2666666667vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text {
    width: 100%;
  }
}
.p-kv__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-kv__head {
    margin-bottom: min(30px, 2.5423728814vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__head {
    margin-bottom: 4.2666666667vw;
  }
}
.p-kv__head-en {
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-kv__head-en {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__head-en {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-kv__head-fukidashi {
  position: relative;
  background-color: #FFF8CF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto;
  filter: drop-shadow(0px 4px 4px rgba(175, 174, 172, 0.2));
}
@media screen and (min-width: 768px) {
  .p-kv__head-fukidashi {
    width: 303px;
    height: 40px;
    border-radius: 100px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__head-fukidashi {
    width: 69.6vw;
    height: 8vw;
    border-radius: 26.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-kv__head-fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 99%);
  background-color: #FFF8CF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-kv__head-fukidashi::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__head-fukidashi::after {
    width: 4.2666666667vw;
    height: 1.8666666667vw;
  }
}
.p-kv__title {
  color: #F59F49;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    font-size: 32px;
    margin-bottom: min(30px, 2.5423728814vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__title {
    font-size: 8vw;
    margin-bottom: 82.6666666667vw;
  }
}
.p-kv__subtitle {
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-kv__subtitle {
    font-size: 20px;
    margin-bottom: min(16px, 1.3559322034vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__subtitle {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-kv__txt {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-kv__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__txt {
    font-size: 3.7333333333vw;
  }
}
.p-kv__place {
  background-color: #FFF8F0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-kv__place {
    padding: min(10px, 0.8474576271vw) min(16px, 1.3559322034vw);
    border-radius: min(8px, 0.6779661017vw);
    margin-top: min(24px, 2.0338983051vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__place {
    text-align: center;
    padding: 3.2vw 2.6666666667vw 2.6666666667vw;
    border-radius: 2.1333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.p-kv__place-title {
  color: #F59F49;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-kv__place-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__place-title {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-kv__place-txt {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-kv__place-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__place-txt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__sns {
    margin-top: 87px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__sns {
    margin-top: 8vw;
  }
}
.p-kv__sns-txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-kv__sns-txt {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__sns-txt {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-kv__sns-list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-kv__sns-list {
    justify-content: center;
    column-gap: 24px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__sns-list {
    flex-direction: column;
    row-gap: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.p-kv__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99815E;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-kv__sns-link {
    width: 240px;
    height: 44px;
    border-radius: 22px;
    font-size: 16px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__sns-link {
    width: 58.6666666667vw;
    height: 9.6vw;
    border-radius: 5.8666666667vw;
    column-gap: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-kv__sns-link::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-kv__sns-link::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__sns-link::before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.p-kv__sns-link.x::before {
  background-image: url(../img/common/ic-x-wh.png);
}
.p-kv__sns-link.instagram::before {
  background-image: url(../img/common/ic-instagram-wh.png);
}
@media screen and (max-width: 767px) {
  .p-kv__sns .c-btn {
    width: 58.6666666667vw;
  }
}

.p-recommend__bg {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recommend__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__bg {
    padding: 13.3333333333vw 0;
  }
}
.p-recommend__bg::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  transform: translateY(-99%);
}
@media screen and (min-width: 768px) {
  .p-recommend__bg::before {
    background-image: url(../img/common/bg-recommend.png);
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__bg::before {
    background-image: url(../img/common/bg-recommend-sp.png);
    height: 1.3333333333vw;
  }
}
.p-recommend__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-recommend__inner {
    max-width: min(1100px, 93.2203389831vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__inner {
    max-width: 88.2666666667vw;
  }
}
.p-recommend__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recommend__title {
    margin-bottom: 48px;
    column-gap: 12px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__title {
    margin-bottom: 6.4vw;
    column-gap: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
.p-recommend__title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-recommend__title::before {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__title::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.p-recommend__title.recommend::before {
  background-image: url(../img/common/ic-recommend.png);
}
.p-recommend__title.special::before {
  background-image: url(../img/common/ic-special.png);
}
.p-recommend__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-recommend__list {
    flex-wrap: wrap;
    row-gap: 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__list {
    flex-direction: column;
    row-gap: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__item {
    width: min(520px, 44.0677966102vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__item {
    width: 100%;
  }
}
.p-recommend__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recommend__img img {
    border-radius: min(20px, 1.6949152542vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__img img {
    border-radius: 5.3333333333vw;
  }
}
.p-recommend__img-place {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFDF4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recommend__img-place {
    font-size: 16px;
    width: 150px;
    height: 34px;
    border-radius: 100px;
    top: 8px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__img-place {
    font-size: 3.4666666667vw;
    width: 30.4vw;
    height: 7.4666666667vw;
    border-radius: 26.6666666667vw;
    top: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}
.p-recommend__btnwrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recommend__btnwrap {
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__btnwrap {
    flex-direction: column;
    align-items: center;
    row-gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__btnwrap .c-external-btn {
    width: min(250px, 21.186440678vw);
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__btnwrap .c-external-btn .sub {
    font-size: min(13px, 1.1016949153vw);
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__btnwrap .c-external-btn .main {
    font-size: min(16px, 1.3559322034vw);
  }
}
.p-recommend__lead {
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-recommend__lead {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__lead {
    line-height: 1.6;
    font-size: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-recommend__special {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-recommend__special {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special {
    padding-top: 16vw;
  }
}
.p-recommend__special::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/dc-recommend.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-recommend__special::before {
    width: min(357px, 30.2542372881vw);
    height: min(213px, 18.0508474576vw);
    top: 16px;
    right: min(24px, 2.0338983051vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special::before {
    width: 42.4vw;
    height: 19.4666666667vw;
    top: 7.2vw;
    right: -7.2vw;
  }
}
.p-recommend__special-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recommend__special-wrap {
    align-items: flex-start;
    column-gap: min(60px, 5.0847457627vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special-wrap {
    flex-direction: column;
    row-gap: 4.2666666667vw;
  }
}
.p-recommend__special-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recommend__special-img {
    width: min(600px, 50.8474576271vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__special-img img {
    border-radius: min(20px, 1.6949152542vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special-img img {
    border-radius: 5.3333333333vw;
  }
}
.p-recommend__special-place {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFDF4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recommend__special-place {
    font-size: 18px;
    width: 150px;
    height: 37px;
    border-radius: 100px;
    top: 8px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special-place {
    font-size: 3.4666666667vw;
    width: 30.4vw;
    height: 7.4666666667vw;
    border-radius: 26.6666666667vw;
    top: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__special-text {
    flex: 1;
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special-text {
    width: 100%;
  }
}
.p-recommend__special-txt {
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-recommend__special-txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special-txt {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.p-recommend__special-btnwrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recommend__special-btnwrap {
    margin-top: 40px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__special-btnwrap {
    align-items: center;
    margin-top: 4.2666666667vw;
    row-gap: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__special-btnwrap .c-external-btn {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .p-recommend__special-btnwrap .c-external-btn .sub {
    margin-top: 2px;
  }
  .p-recommend__special-btnwrap .c-external-btn::after {
    width: min(16px, 1.3559322034vw);
    height: min(16px, 1.3559322034vw);
  }
}

.is-hidden {
  display: none;
}

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

@media (max-width: 1100px) {
  .is-pc2 {
    display: none;
  }
}

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

/* animation */
[data-module=FadeIn] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=FadeIn].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}