* {
  box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
}

.w100 {
  width: 100%;
  height: auto;
}

.f-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

a,
button {
  color: inherit;
}
@media (min-width: 769px) {
  a,
  button {
    transition: 0.4s;
  }
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

.txt_underline {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .hv_op {
    transition: opacity 0.3s;
  }
  .hv_op:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

[v-cloak] {
  display: none;
}

[data-anime="fadeIn"] {
  opacity: 0;
}
[data-anime="fadeIn"].in-view {
  animation: fadeIn 0.8s 0.5s forwards;
}

[data-anime="fadeInUp"] {
  opacity: 0;
  transform: translateY(30px);
}
[data-anime="fadeInUp"].in-view {
  animation: fadeInUp 1.4s 0.2s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cmn-btn {
  margin: 32px auto 0;
}
.cmn-btn .btn-in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #231815;
  background: #41719F;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .cmn-btn .btn-in {
    width: 600px;
    height: 100px;
    font-size: 34px;
    font-weight: bold;
    margin: 64px auto 0 auto;
  }
  .cmn-btn .btn-in:hover {
    opacity: 0.7;
  }
}
.cmn-btn .btn-in.f-en {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.cmn-btn .btn-in.arrow::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
  mask: url(../images/arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 65px;
  top: 50%;
  margin-top: -12px;
  rotate: -90deg;
  width: 25px;
  height: 32px;
}
.cmn-btn .btn-in.arrow-bottom::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
  mask: url(../images/arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 23px;
}
@media (min-width: 769px) {
  .cmn-btn .btn-in.arrow-bottom::after {
    width: 25px;
    height: 32px;
    right: 48px;
  }
}
.cmn-btn .btn-in.blank::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/icon-blank.svg) center/contain no-repeat;
  mask: url(../images/icon-blank.svg) center/contain no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

/* === body
==================================== */
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #231815;
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0;
  animation: fadeIn 1.2s 0.3s forwards;
}

.header {
  width: 100%;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .header {
    height: 50px;
  }
}
.header .logo {
  width: 148px;
}
@media (min-width: 769px) {
  .header .logo {
    width: 193px;
  }
}

.top-box {
  background: #f4f9ff;
  padding-bottom: 48px;
}
.top-box .cmn-btn {
  padding: 0 16px;
}
.top-box .cmn-btn .btn-in {
  height: 70px;
  font-size: 20px;
}
.top-box .cmn-btn .btn-in.arrow::after {
  right: 50px;
  width: 18px;
  height: 23px;
  background-size: 18px auto;
}
@media (min-width: 769px) {
  .top-box {
    padding-bottom: 65px;
  }
}

.sec-about {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 104px);
  max-width: 1158px;
}
.sec-about .box-in {
  display: block;
}
.sec-about .box-in .about-img {
  margin-top: 10px;
  width: 100%;
}
.sec-about .box-in .text {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 769px) {
  .sec-about .box-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec-about .box-in .about-img {
    width: calc(338 / 1030 * 100%);
  }
  .sec-about .box-in .text {
    width: calc(650 / 1030 * 100%);
  }
}
@media screen and (min-width: 1000px) {
  .sec-about {
    padding: 40px 64px;
  }
}
.sec-about .about-block .ttl {
  position: relative;
  border-top: 1px solid #41719F;
  border-bottom: 1px solid #41719F;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66666667;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .sec-about .about-block .ttl {
    font-size: clamp(16px, 2vw, 24px);
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .sec-about .about-block .ttl span {
    display: block;
    text-align: center;
  }
}
.sec-about .about-block .text {
  font-size: 14px;
  line-height: 1.85714286;
}
@media (min-width: 769px) {
  .sec-about .about-block .text {
    font-size: 16px;
    line-height: 1.75;
  }
}
.sec-about .about-block .text p {
  word-break: break-word;
}
.sec-about .about-block .text p + p {
  margin-top: 8px;
}
@media (min-width: 769px) {
  .sec-about .about-block .text p + p {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .sec-about {
    width: calc(100% - 32px);
  }
  .sec-about .about-block {
    padding: 32px 16px;
  }
  .sec-about .about-block .text {
    font-size: 14px;
    line-height: 1.85714286;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sec-about .about-block .text {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  .sec-about .about-block .text p {
    word-break: break-word;
  }
  .sec-about .about-block .text p + p {
    margin-top: 8px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sec-about .about-block .text p + p {
    margin-top: 16px;
  }
}

.sec-lead {
  position: relative;
  background: #F4F9FF;
  padding: 38px 16px 32px;
}
@media (min-width: 769px) {
  .sec-lead {
    padding: 64px 104px 102px;
  }
}
.sec-lead .lead-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-lead .ttl {
  margin-bottom: 27px;
}
@media (min-width: 769px) {
  .sec-lead .ttl {
    width: 90%;
    max-width: 1086px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 768px) {
  .sec-lead .text-wrap {
    display: contents;
  }
  .sec-lead .top-text {
    font-size: 14px;
    line-height: 26px;
    order: 1;
  }
  .sec-lead .note {
    order: 3;
    font-size: 10px;
    line-height: 1.6;
  }
  .sec-lead .img {
    order: 2;
  }
}
@media (min-width: 769px) {
  .sec-lead .lead-cont {
    display: flex;
    flex-direction: row-reverse;
    gap: 70px;
    max-width: 1158px;
    margin: 0 auto;
  }
  .sec-lead .text-wrap {
    margin-top: 10px;
    flex: 1;
  }
  .sec-lead .top-text {
    font-size: 18px;
    line-height: 1.66666667;
  }
  .sec-lead .note {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.8;
  }
  .sec-lead .img {
    width: 39.464594%;
    max-width: 457px;
  }
}
.sec-lead .cmn-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 32px);
}
@media (min-width: 769px) {
  .sec-lead .cmn-btn {
    width: 612px;
    background: #fff;
    border-radius: 999px;
  }
}
.sec-lead .cmn-btn .btn-in {
  background: #fff;
  color: #231815;
  height: 70px;
  font-size: 20px;
}
@media (min-width: 769px) {
  .sec-lead .cmn-btn .btn-in {
    height: 100px;
    font-size: 34px;
  }
}
.sec-lead .cmn-btn .btn-in.arrow-bottom::after {
  background: #231815;
}

@media (min-width: 769px) {
  .sec-diagnosis {
    padding-top: 50px;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-wrap {
    position: relative;
    width: 96%;
    max-width: 1029px;
    margin: 0 auto;
  }
}
.sec-diagnosis .checklist-box {
  padding: 32px 16px;
}
.sec-diagnosis .checklist-box:nth-child(n + 2) {
  display: none;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box {
    position: relative;
  }
}
.sec-diagnosis .checklist-box .question {
  border-top: 1px solid #41719F;
  border-bottom: 1px solid #41719F;
  padding: 8px 0;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .question {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
    padding: 16px 0 16px 60px;
  }
}
.sec-diagnosis .checklist-box .question .num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 22px;
  color: #41719F;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .question .num {
    font-size: 34px;
  }
}
.sec-diagnosis .checklist-box .question .txt {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  margin-left: 20px;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .question .txt {
    font-size: clamp(14px, 1.6666666667vw, 20px);
    letter-spacing: 0;
  }
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .question-box-in {
    padding: 0 55px;
  }
}
.sec-diagnosis .checklist-box .hint-text-box {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-diagnosis .checklist-box .hint-text-box .hint-icon {
  width: 70px;
  height: 36px;
  border-radius: 18px;
  background: #41719f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.sec-diagnosis .checklist-box .hint-text-box .hint-text {
  width: calc(100% - 70px - 20px);
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #41719f;
}
@media (max-width: 768px) {
  .sec-diagnosis .checklist-box .hint-text-box {
    margin-top: 16px;
  }
  .sec-diagnosis .checklist-box .hint-text-box .hint-text {
    width: calc(100% - 70px - 10px);
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-diagnosis .checklist-box .items-box {
  margin-top: 16px;
}
.sec-diagnosis .checklist-box .items-box .items-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .items-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  .sec-diagnosis .checklist-box .items-box .items-img {
    width: 340px;
  }
}
.sec-diagnosis .checklist-box .check-items {
  display: grid;
  gap: 8px;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .check-items {
    gap: 16px;
    width: calc(100% - 340px - 50px);
  }
}
.sec-diagnosis .checklist-box .check-items .item {
  position: relative;
}
.sec-diagnosis .checklist-box .check-items input {
  position: absolute;
  opacity: 0;
}
.sec-diagnosis .checklist-box .check-items input:focus-visible + .item-inner {
  border-width: 4px;
  border-color: #231815;
}
.sec-diagnosis .checklist-box .check-items input:checked + .item-inner {
  border-color: #231815;
  background: #F4F9FF;
}
.sec-diagnosis .checklist-box .check-items input:checked + .item-inner .answer-txt {
  font-weight: 700;
}
.sec-diagnosis .checklist-box .check-items .item-inner {
  border: 1px solid #41719F;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .check-items .item-inner {
    padding: 24px clamp(10px, 2vw, 24px);
    border-radius: 16px;
    gap: clamp(5px, 1.3333333333vw, 16px);
  }
}
.sec-diagnosis .checklist-box .check-items .item-inner .answer {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 32px;
  flex-shrink: 0;
  color: #41719F;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .check-items .item-inner .answer {
    font-size: 26px;
  }
}
@media screen and (min-width: 1000px) {
  .sec-diagnosis .checklist-box .check-items .item-inner .answer {
    width: 55px;
  }
}
.sec-diagnosis .checklist-box .check-items .item-inner .img {
  margin-right: 8px;
  width: 120px;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .check-items .item-inner .img {
    width: clamp(100px, 11.6666666667vw, 140px);
    margin-right: 0;
  }
}
.sec-diagnosis .checklist-box .check-items .item-inner .answer-txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 769px) {
  .sec-diagnosis .checklist-box .check-items .item-inner .answer-txt {
    font-size: 14px;
  }
}
.sec-diagnosis .btn-box .btn-question-back {
  display: none;
  cursor: pointer;
  width: calc(100% - 50px);
  height: 60px;
  border-radius: 50px;
  background: #41719f;
  border: 1px solid #231815;
  margin: 0 auto 30px auto;
}
.sec-diagnosis .btn-box .btn-question-back .box-in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-diagnosis .btn-box .btn-question-back p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .sec-diagnosis .btn-box {
    display: flex;
    justify-content: center;
  }
  .sec-diagnosis .btn-box .btn-question-back {
    width: 320px;
    margin: 0;
    margin: 0 0 65px 0;
  }
  .sec-diagnosis .btn-box .btn-question-back:first-child {
    margin: 0 30px 65px;
  }
}
.sec-diagnosis .btn-diagnose {
  margin: -35px auto 0;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .sec-diagnosis .btn-diagnose {
    padding: 0;
    margin-top: -50px;
    max-width: 612px;
    background: #fff;
  }
}
.sec-diagnosis .btn-diagnose .btn-in {
  height: 70px;
  font-size: 20px;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .sec-diagnosis .btn-diagnose .btn-in {
    height: 100px;
    font-size: 34px;
  }
}
.sec-diagnosis .btn-diagnose .btn-in::after {
  transition: 0.4s;
}
.sec-diagnosis .btn-diagnose .btn-in.disabled {
  background: #eae0df;
  color: rgba(35, 24, 21, 0.2);
  pointer-events: none;
}
.sec-diagnosis .btn-diagnose .btn-in.disabled::after {
  background: rgba(35, 24, 21, 0.2);
}

.introduction {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 70px 0;
}
@media (min-width: 769px) {
  .introduction {
    padding: 65px 52px;
  }
}
.introduction .ttl {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .introduction .ttl {
    margin-bottom: 25px;
  }
}
.introduction .ttl span {
  display: inline-block;
  border: 1px solid #a5824a;
  color: #a5824a;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
}
@media (min-width: 769px) {
  .introduction .ttl span {
    font-size: 20px;
  }
}
.introduction .box-wrap {
  padding: 0 16px;
  width: calc(100% - 32px);
  margin: 0 auto;
  background: #f4f9ff;
}
@media (min-width: 769px) {
  .introduction .box-wrap {
    padding: 0;
    width: 100%;
    max-width: 1030px;
  }
}
.introduction .box-wrap .box {
  position: relative;
  padding: 0 16px 16px;
}
@media (min-width: 769px) {
  .introduction .box-wrap .box {
    padding: 64px 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.introduction .box-wrap .box .hd {
  display: flex;
  justify-content: center;
  margin-top: 105px;
}
@media (min-width: 769px) {
  .introduction .box-wrap .box .hd {
    margin-top: 0;
  }
}
.introduction .box-wrap .box .hd .img {
  width: 190px;
  margin-top: -90px;
}
@media (min-width: 769px) {
  .introduction .box-wrap .box .hd .img {
    width: 270px;
    margin-top: 0;
  }
}
.introduction .box-wrap .box .introduction-info .info-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduction .box-wrap .box .introduction-info .sns {
  display: flex;
  margin-left: 30px;
  gap: 8px;
}
.introduction .box-wrap .box .introduction-info .sns a {
  display: block;
  width: 36px;
}
.introduction .box-wrap .box .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.introduction .box-wrap .box .txt01 {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
}
.introduction .box-wrap .box .txt02 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.85714286;
}
@media (min-width: 769px) {
  .introduction .box-wrap .box .introduction-info {
    width: calc(100% - 270px - 60px);
  }
  .introduction .box-wrap .box .introduction-info .info-box {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .introduction .box-wrap .box .introduction-info .sns {
    display: flex;
    margin-left: 30px;
    gap: 8px;
  }
  .introduction .box-wrap .box .introduction-info .sns a {
    display: block;
    width: 36px;
    width: clamp(35px, 4vw, 48px);
  }
  .introduction .box-wrap .box .name {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .introduction .box-wrap .box .txt01 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }
  .introduction .box-wrap .box .txt02 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.85714286;
  }
}

.result-block {
  display: none;
  background: #41719F;
  padding: 16px;
}
@media (min-width: 769px) {
  .result-block {
    width: calc(100% - 104px);
    max-width: 1158px;
    margin: 0 auto;
    padding: 25px 0 0;
  }
  .result-block .result-block-in {
    padding: 0px clamp(20px, 5.3333333333vw, 64px) 64px;
  }
}
.result-block .result-ttl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66666667;
  margin-bottom: 22px;
  color: #fff;
}
@media (min-width: 769px) {
  .result-block .result-ttl {
    margin: 0 16px 47px;
    padding: 16px;
    line-height: 1.5;
    font-size: 24px;
  }
}
.result-block .result-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 769px) {
  .result-block .result-box-wrap {
    flex-direction: row;
    gap: 32px;
  }
}
.result-block .result-box {
  position: relative;
}
@media (min-width: 769px) {
  .result-block .result-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.result-block .result-box .box-hd {
  position: relative;
  background: #F4F9FF;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .result-block .result-box .box-hd {
    font-size: 24px;
    padding: 20px 0 24px;
    line-height: 1.5;
  }
}
.result-block .result-box .box-hd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #F4F9FF transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .result-block .result-box .box-hd::after {
    border-width: 12px 12px 0 12px;
    bottom: -11px;
  }
}
.result-block .result-box .box-cont {
  background: #fff;
  padding: 55px 16px 32px;
}
.result-block .result-box .box-cont .cmn-btn .btn-in {
  height: 88px;
  line-height: 26px;
}
.result-block .result-box .box-cont .cmn-btn .btn-in.arrow::after {
  right: 25px;
  width: 18px;
  height: 23px;
  background-size: 18px auto;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont {
    padding: 98px clamp(16px, 2.6666666667vw, 32px) 48px;
    height: 100%;
  }
  .result-block .result-box .box-cont .cmn-btn .btn-in {
    width: 400px;
    height: 60px;
    font-size: 16px;
    margin: 40px auto 0 auto;
    padding-right: 20px;
  }
}
.result-block .result-box .box-cont .text-area {
  text-align: center;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .text-area {
    flex: 1;
    text-align: left;
  }
}
.result-block .result-box .box-cont .text-area .ttl-img {
  position: absolute;
  width: 150px;
  top: -40px;
  left: calc(6 / 300 * 100%);
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .text-area .ttl-img {
    width: 210px;
    top: -50px;
    left: 27%;
  }
}
.result-block .result-box .box-cont .text-area .ttl {
  background: #f4f9ff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #41719f;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 19px 0;
  border-radius: 50px;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .text-area .ttl {
    font-size: 30px;
    padding: 25px 0;
  }
}
.result-block .result-box .box-cont .text-area .catch {
  text-align: center;
  margin-top: 24px;
  line-height: 2.375;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .text-area .catch {
    margin-top: 35px;
  }
}
.result-block .result-box .box-cont .text-area .catch span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  border-bottom: 1px solid #41719F;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .text-area .catch span {
    font-size: 20px;
  }
}
.result-block .result-box .box-cont .img {
  margin: 20px auto 0 auto;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .img {
    margin: 30px auto 0 auto;
    width: calc(600 / 918 * 100%);
  }
  .result-block .result-box .box-cont .img img {
    width: 100%;
  }
}
.result-block .result-box .box-cont .text {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .text {
    margin-top: 24px;
  }
}
.result-block .result-box .box-cont .text span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  border-bottom: 1px solid #41719F;
}
@media (min-width: 769px) {
  .result-block .result-box .box-cont .text span {
    font-size: clamp(16px, 1.6666666667vw, 20px);
  }
}
.result-block .result-mix {
  margin-top: 22px;
  position: relative;
  background: #F4F9FF;
  padding: 32px 16px;
}
@media (min-width: 769px) {
  .result-block .result-mix {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: clamp(20px, 4.3333333333vw, 52px);
    padding: 48px clamp(20px, 4.6666666667vw, 56px);
  }
}
.result-block .result-mix::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 15px 16px;
  border-color: transparent transparent #F4F9FF transparent;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .result-block .result-mix::after {
    border-width: 0 24px 22px 24px;
    top: -21px;
  }
}
.result-block .result-mix .text-area {
  text-align: center;
}
.result-block .result-mix .text-area p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .result-block .result-mix .text-area p {
    font-size: clamp(14px, 2vw, 24px);
  }
}
.result-block .result-mix .text-area p .small {
  font-size: 16px;
}
@media (min-width: 769px) {
  .result-block .result-mix .text-area p .small {
    font-size: clamp(12px, 1.3333333333vw, 16px);
  }
}
.result-block .result-mix .text-area .cross {
  width: 24px;
  margin: 8px auto;
}
.result-block .result-mix .cmn-btn {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .result-block .result-mix .cmn-btn {
    margin: 0;
  }
}
.result-block .result-mix .cmn-btn .btn-in {
  padding-right: 30px;
}
@media (min-width: 769px) {
  .result-block .result-mix .cmn-btn .btn-in {
    max-width: 100%;
    font-size: clamp(12px, 1.3333333333vw, 16px);
  }
}
@media screen and (min-width: 1000px) {
  .result-block .result-mix .cmn-btn .btn-in {
    padding: 0;
    font-size: 16px;
  }
}
.result-block .stores-box {
  margin-top: 16px;
  padding: 16px 16px 24px;
  background: #fff;
}
@media (min-width: 769px) {
  .result-block .stores-box {
    margin-top: 32px;
    padding: 48px clamp(20px, 4.6666666667vw, 56px);
  }
}
.result-block .stores-box .title {
  border-top: 1px solid #41719F;
  border-bottom: 1px solid #41719F;
  text-align: center;
  padding: 8px;
  line-height: 1.85714286;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .result-block .stores-box .title {
    font-size: clamp(16px, 1.6666666667vw, 20px);
    line-height: 1.6;
    padding: 16px 0;
    margin-bottom: 24px;
  }
}
.result-block .stores-box .ttl-spotter {
  margin: 15px 0 0 0;
}
@media (min-width: 769px) {
  .result-block .stores-box .ttl-spotter {
    width: 100%;
    max-width: 470px;
    margin: 25px auto 0 auto;
  }
}
.result-block .stores-box .dec-spotter {
  margin: 25px 0 0 0;
}
@media (min-width: 769px) {
  .result-block .stores-box .dec-spotter {
    width: calc(726 / 917 * 100%);
    margin: 30px auto 0 auto;
  }
}
.result-block .stores-box .cmn-btn {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .result-block .stores-box .cmn-btn {
    margin: 30px auto 0 auto;
  }
}
.result-block .stores-box .cmn-btn .btn-in.arrow::after {
  right: 25px;
  width: 18px;
  height: 23px;
  background-size: 18px auto;
}
@media (min-width: 769px) {
  .result-block .stores-box .cmn-btn .btn-in {
    width: 320px;
    height: 60px;
    font-size: 16px;
  }
}
.result-block .coupon-box {
  margin-top: 16px;
  background: #fff;
  padding: 16px 16px 24px;
}
@media (min-width: 769px) {
  .result-block .coupon-box {
    margin-top: 32px;
    padding: 48px clamp(20px, 4.6666666667vw, 56px);
  }
}
.result-block .coupon-box .flex-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .result-block .coupon-box .flex-cont {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .result-block .coupon-box .cont01 {
    flex: 1;
  }
}
.result-block .coupon-box .cont01 .img-coupon {
  width: calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -23px;
}
.result-block .coupon-box .cont01 .cmn-btn {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .result-block .coupon-box .cont01 .cmn-btn {
    margin-top: 32px;
  }
}
.result-block .coupon-box .cont01 .cmn-btn .btn-in {
  max-width: 290px;
  margin: 0 auto;
  background: #a5824a;
}
.result-block .coupon-box .cont01 .note {
  text-align: center;
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .result-block .coupon-box .cont01 .note {
    font-size: 12px;
    margin-top: 16px;
  }
}
.result-block .coupon-box .cont02 .ttl {
  margin-bottom: 27px;
}
@media (min-width: 769px) {
  .result-block .coupon-box .cont02 .ttl {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 40px;
  }
}
.result-block .coupon-box .cont02 .app-download-box {
  margin: 24px auto;
  border: 1px solid #a5824a;
  padding: 20px;
}
.result-block .coupon-box .cont02 .app-download-box .ttl1 {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #a5824a;
}
.result-block .coupon-box .cont02 .app-download-box .download-btns {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #a5824a;
}
.result-block .coupon-box .cont02 .app-download-box .download-btns .app-dwonaoad-btn {
  width: calc((170 / 210) * 100%);
  max-width: 310px;
  margin: 15px auto 0 auto;
}
.result-block .coupon-box .cont02 .app-download-box .download-btns .app-dwonaoad-btn:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .result-block .coupon-box .cont02 .app-download-box {
    max-width: 320px;
  }
  .result-block .coupon-box .cont02 .app-download-box .ttl1 {
    font: 16px;
  }
  .result-block .coupon-box .cont02 .app-download-box .download-btns {
    display: flex;
    justify-content: space-between;
  }
  .result-block .coupon-box .cont02 .app-download-box .download-btns .app-dwonaoad-btn {
    margin: 0;
    width: calc((100% - 5px) / 2);
  }
}
.result-block .coupon-box .cont02 .cmn-btn {
  max-width: 290px;
  margin: 24px auto;
}
@media (min-width: 769px) {
  .result-block .coupon-box .cont02 .cmn-btn {
    max-width: 320px;
  }
}
.result-block .coupon-box .cont02 .cmn-btn .btn-in {
  background: #F4F9FF;
  border-color: #a5824a;
  color: #a5824a;
  padding-right: 30px;
}
@media (min-width: 769px) {
  .result-block .coupon-box .cont02 .cmn-btn .btn-in {
    padding-right: 10px;
    font-size: clamp(12px, 1.5604681404vw, 16px);
  }
}
.result-block .coupon-box .cont02 .cmn-btn .btn-in::after {
  background: #a5824a;
}
.result-block .coupon-box .ttl-shop,
.result-block .coupon-box .ttl-howto {
  border-top: 1px solid #a5824a;
  border-bottom: 1px solid #a5824a;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85714286;
  color: #a5824a;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .result-block .coupon-box .ttl-shop,
  .result-block .coupon-box .ttl-howto {
    font-size: clamp(14px, 1.3333333333vw, 16px);
    line-height: 1.75;
  }
}
.result-block .coupon-box .step {
  color: #a5824a;
  margin-top: 25px;
}
.result-block .coupon-box .step:first-child {
  margin-top: 0;
}
.result-block .coupon-box .step .num {
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #a5824a;
  color: #fff;
}
.result-block .coupon-box .step .detail .text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 769px) {
  .result-block .coupon-box .step .detail .text {
    flex: 1;
    font-size: clamp(12px, 1.1666666667vw, 14px);
  }
}
.result-block .coupon-box .step .detail .img {
  width: 169px;
  margin: 10px auto 0 auto;
}
@media (min-width: 769px) {
  .result-block .coupon-box .step .detail .img {
    width: 59%;
  }
}
.result-block .coupon-box .step .detail .note {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .result-block .coupon-box .step .detail .note {
    font-size: 12px;
  }
}
.result-block .coupon-box .step .cmn-btn {
  margin: 20px auto 0 auto;
}
.result-block .coupon-box .step .cmn-btn .btn-in {
  background: none;
  width: 100%;
  height: 60px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .result-block .coupon-box .step {
    width: 100%;
    width: calc((100% - 60px) / 3);
    margin-top: 0;
  }
  .result-block .coupon-box .step .cmn-btn {
    margin: 20px 0 0 0;
  }
  .result-block .coupon-box .step .cmn-btn .btn-in {
    font-size: 15px;
    padding-right: 15px;
    margin: 20px 0 0 0;
    font-weight: normal;
  }
}
.result-block .coupon-box .shop {
  margin-top: 32px;
  color: #a5824a;
}
@media (min-width: 769px) {
  .result-block .coupon-box .shop {
    margin-top: 48px;
  }
}
.result-block .coupon-box .shop .shop-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .result-block .coupon-box .shop .shop-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(10px, 3.8333333333vw, 46px);
  }
}
.result-block .coupon-box .shop .shop-list .floor {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85714286;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(143, 104, 41, 0.3);
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .result-block .coupon-box .shop .shop-list .floor {
    font-size: 16px;
    line-height: 1;
  }
}
.result-block .coupon-box .shop .shop-list .shops {
  font-size: 10px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .result-block .coupon-box .shop .shop-list .shops {
    font-size: 12px;
    line-height: 1.5;
  }
}
.result-block .coupon-box .shop .shop-list .shops span + span {
  position: relative;
  padding-left: 1em;
}
.result-block .coupon-box .shop .shop-list .shops span + span::before {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 0.5em;
  background: rgba(143, 104, 41, 0.3);
  width: 1px;
  height: 1em;
}
.result-block .coupon-box .coupon-bottom-box {
  margin-top: 30px;
}
.result-block .coupon-box .coupon-bottom-box .coupon-info {
  margin: 15px 0 0 0;
}
.result-block .coupon-box .coupon-bottom-box .coupon-info .cmn-btn {
  text-align: center;
}
.result-block .coupon-box .coupon-bottom-box .coupon-info .cmn-btn .btn-in {
  background: #a5824a;
}
.result-block .coupon-box .coupon-bottom-box .coupon-info .cmn-btn .app-new-link {
  text-align: center;
  font-size: 24px;
  color: #41719F;
  text-decoration: underline;
}
.result-block .coupon-box .coupon-bottom-box .coupon-info .coupon-note {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1;
  color: #231815;
  text-align: center;
}
@media (min-width: 769px) {
  .result-block .coupon-box .coupon-bottom-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .result-block .coupon-box .coupon-bottom-box .coupon-img {
    width: 440px;
  }
  .result-block .coupon-box .coupon-bottom-box .coupon-info {
    width: 290px;
    margin: 0 0 0 40px;
  }
  .result-block .coupon-box .coupon-bottom-box .coupon-info .cmn-btn .btn-in {
    width: 290px;
    height: 60px;
    background: #a5824a;
    font-size: 16px;
    margin: 0 auto;
  }
  .result-block .coupon-box .coupon-bottom-box .coupon-info .cmn-btn .app-new-link {
    font-size: 30px;
  }
  .result-block .coupon-box .coupon-bottom-box .coupon-info .coupon-note {
    font-size: 12px;
  }
}

.btn-effects {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-app-link {
  position: fixed;
  bottom: 16px;
  left: -110px;
  width: 110px;
  height: 110px;
  z-index: 100;
  transition: all 0.4s;
}
.btn-app-link.is-show {
  left: 16px;
}
@media (min-width: 769px) {
  .btn-app-link {
    left: auto;
    bottom: 120px;
    right: -170px;
    width: 170px;
    height: 170px;
  }
  .btn-app-link.is-show {
    left: auto;
    right: 23px;
  }
}

.ft-nav {
  margin: 64px 16px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media (min-width: 769px) {
  .ft-nav {
    margin: 80px auto 66px;
    gap: 31px;
    width: 96%;
    max-width: 1029px;
  }
}
.ft-nav li {
  width: 50%;
}
.ft-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #41719F;
  color: #41719F;
  height: 70px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .ft-nav a {
    font-size: 20px;
    height: 76px;
  }
}
.ft-nav a span {
  position: relative;
  display: inline-block;
}
.ft-nav a.facility {
  letter-spacing: 0.1em;
}
.ft-nav a.facility span {
  padding-left: 29px;
}
@media (min-width: 769px) {
  .ft-nav a.facility span {
    padding-left: 82px;
  }
}
.ft-nav a.facility span::before {
  content: "";
  width: 27px;
  height: 22px;
  background: url(../images/icon-facility.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .ft-nav a.facility span::before {
    width: 48px;
    height: 38px;
    left: 0;
  }
}
.ft-nav a.access {
  letter-spacing: 0;
}
.ft-nav a.access span {
  padding-left: 32px;
}
@media (min-width: 769px) {
  .ft-nav a.access span {
    padding-left: 87px;
  }
}
.ft-nav a.access span::before {
  content: "";
  width: 27px;
  height: 24px;
  background: url(../images/icon-access.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .ft-nav a.access span::before {
    width: 47px;
    height: 40px;
  }
}

.footer {
  background: #41719F;
}
.footer .ft-in {
  padding: 32px 16px;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .footer .ft-in {
    width: 96%;
    max-width: 1029px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
.footer .ft-in .logo {
  width: 166px;
  margin: 0 auto 16px;
}
@media (min-width: 769px) {
  .footer .ft-in .logo {
    width: 200px;
    margin: 0;
  }
}
@media (min-width: 769px) {
  .footer .ft-in .ft-detail {
    flex: 1;
    max-width: 668px;
    text-align: left;
  }
}
.footer .ft-in .address {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.66666667;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .footer .ft-in .address {
    font-size: 16px;
  }
}
.footer .ft-in .tel {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-bottom: 26px;
}
@media (min-width: 769px) {
  .footer .ft-in .tel {
    font-size: 14px;
  }
}
.footer .ft-in .tel a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .footer .ft-in .tel a {
    text-decoration: none;
    pointer-events: none;
  }
}
.footer .ft-in .copyright {
  border-top: 1px solid rgba(249, 236, 233, 0.5);
  padding-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 10px;
}
@media (min-width: 769px) {
  .footer .ft-in .copyright {
    text-align: right;
  }
}

.btn-pagetop {
  z-index: 20;
  position: fixed;
  right: 16px;
  bottom: 16px;
  aspect-ratio: 1/1;
  width: 54px;
  position: fixed;
  display: none;
}
@media (min-width: 769px) {
  .btn-pagetop {
    width: 64px;
    right: 33px;
    bottom: 33px;
  }
}

/* =========================================================
modal
========================================================= */
.modal-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.modal-block .modal-bg {
  width: 100vw;
  height: 100%;
  background: rgba(244, 249, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
}
.modal-block .modal-close {
  z-index: 20;
  position: fixed;
  top: 24px;
  right: 17px;
}
@media (min-width: 769px) {
  .modal-block .modal-close {
    right: 50px;
    top: 64px;
  }
}
@media screen and (min-width: 1130px) {
  .modal-block .modal-close {
    right: 50%;
    margin-right: -514px;
  }
}
.modal-block .modal-close .icon {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #231815;
  rotate: 45deg;
}
@media (min-width: 769px) {
  .modal-block .modal-close .icon {
    width: 64px;
    height: 64px;
  }
}
.modal-block .modal-close .icon::before, .modal-block .modal-close .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 25px;
  height: 1px;
  background: #231815;
}
@media (min-width: 769px) {
  .modal-block .modal-close .icon::before, .modal-block .modal-close .icon::after {
    width: 26px;
  }
}
.modal-block .modal-close .icon::after {
  rotate: 90deg;
}
.modal-block .modal-bottom-colose {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 290px;
  height: 60px;
  border-radius: 50px;
  background: #41719f;
  border: 1px solid #231815;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
}
.modal-block .modal-bottom-colose:hover {
  opacity: 0.6;
}
.modal-block .modal-bottom-colose .icon-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 19px;
  right: 30px;
}
.modal-block .modal-wrap {
  position: relative;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 32px);
  background: #fff;
  border: 1px solid #231815;
}
@media (min-width: 769px) {
  .modal-block .modal-wrap {
    top: 152px;
    width: calc(100vw - 100px);
    max-width: 1030px;
  }
}
.modal-block .modal-wrap::after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: -200px;
  pointer-events: none;
}
.modal-block .modal-cont {
  flex: 1;
  background: #fff;
}
.modal-block .m-head {
  position: relative;
  padding: 67px 16px 48px;
}
@media (min-width: 769px) {
  .modal-block .m-head {
    padding: 115px 55px 64px 55px;
    margin: 0 auto;
  }
}
.modal-block .m-head .img {
  margin: 25px auto 0 auto;
}
@media (min-width: 769px) {
  .modal-block .m-head .img {
    width: calc(675 / 910 * 100%);
    margin: 30px auto 0 auto;
  }
}
.modal-block .m-head .icon {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #a5824a;
  border: 1px solid #a5824a;
  padding: 9px 8px;
}
@media (max-width: 768px) {
  .modal-block .m-head .icon {
    position: absolute;
    top: 16px;
    left: 16px;
  }
}
@media (min-width: 769px) {
  .modal-block .m-head .icon {
    margin-left: 0;
    margin-right: auto;
  }
}
.modal-block .m-head .text-area {
  text-align: center;
}
@media (min-width: 769px) {
  .modal-block .m-head .text-area {
    flex: 1;
    text-align: left;
  }
}
.modal-block .m-head .text-area .ttl-img {
  position: absolute;
  width: 150px;
  top: -40px;
  left: calc(6 / 300 * 100%);
}
@media (min-width: 769px) {
  .modal-block .m-head .text-area .ttl-img {
    max-width: 200px;
    top: -50px;
    left: 27%;
  }
}
.modal-block .m-head .text-area .ttl {
  background: #f4f9ff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #41719f;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 19px 0;
  border-radius: 50px;
}
@media (min-width: 769px) {
  .modal-block .m-head .text-area .ttl {
    font-size: 30px;
    padding: 25px 0;
  }
}
.modal-block .m-head .text-area .catch {
  text-align: center;
  margin-top: 24px;
  line-height: 2.375;
}
@media (min-width: 769px) {
  .modal-block .m-head .text-area .catch {
    margin-top: 48px;
  }
}
.modal-block .m-head .text-area .catch span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  border-bottom: 1px solid #41719F;
}
@media (min-width: 769px) {
  .modal-block .m-head .text-area .catch span {
    font-size: 20px;
  }
}
.modal-block .m-sec {
  border-top: 1px solid #231815;
  padding: 24px 16px 32px;
}
@media (min-width: 769px) {
  .modal-block .m-sec {
    padding: 48px clamp(20px, 5.3333333333vw, 64px);
  }
}
.modal-block .m-sec-ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .modal-block .m-sec-ttl {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.modal-block .m-sec-text1 {
  background: #f4f9ff;
  padding: 16px 8px;
  font-size: 12px;
  line-height: 1.66666667;
}
@media (min-width: 769px) {
  .modal-block .m-sec-text1 {
    padding: 24px 16px;
    font-size: 16px;
  }
}
.modal-block .m-boxlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 9px;
}
.modal-block .m-boxlist.sp-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 769px) {
  .modal-block .m-boxlist.pc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .modal-block .m-boxlist.pc-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 990px) {
  .modal-block .m-boxlist.pc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .modal-block .m-boxlist.pc-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media screen and (min-width: 900px) {
  .modal-block .m-boxlist.pc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.modal-block .m-boxlist + .m-boxlist {
  margin-top: 8px;
}
@media (min-width: 769px) {
  .modal-block .m-boxlist + .m-boxlist {
    margin-top: 16px;
  }
}
.modal-block .m-boxlist .m-box {
  background: #f4f9ff;
  padding: 16px 8px;
  font-size: 12px;
  line-height: 1.66666667;
}
@media (min-width: 769px) {
  .modal-block .m-boxlist .m-box {
    padding: 24px 16px;
    font-size: 14px;
  }
}
.modal-block .m-boxlist .m-box-ttl {
  color: #a5824a;
  text-align: center;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(143, 104, 41, 0.3);
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .modal-block .m-boxlist .m-box-ttl {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.modal-block .m-list li {
  position: relative;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .modal-block .m-list li {
    padding-left: 14px;
  }
}
.modal-block .m-list li::before {
  content: "";
  width: 6px;
  height: 2px;
  background: #41719F;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (min-width: 769px) {
  .modal-block .m-list li::before {
    width: 8px;
  }
}
.modal-block .img-accessory {
  margin-top: 8px;
  padding: 0 8px;
}
.modal-block .pattern-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-block .pattern-list .bundle {
  display: flex;
  align-items: center;
  gap: 16px;
}
.modal-block .pattern-list .bundle dt {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 94px;
  border-radius: 100%;
  border: 1px solid #231815;
  overflow: hidden;
}
.modal-block .pattern-list .bundle dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-block .pattern-list .bundle dd {
  font-size: 14px;
}
.modal-block .cosme-table {
  border: 1px solid #fff;
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  max-width: 340px;
  margin: 24px auto 0;
  font-size: 12px;
}
@media (min-width: 769px) {
  .modal-block .cosme-table {
    font-size: clamp(10px, 1.0909090909vw, 12px);
  }
}
.modal-block .cosme-table .t-hd,
.modal-block .cosme-table .t-body {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
  align-items: center;
  gap: 8px;
  padding: 8px;
  text-align: center;
}
.modal-block .cosme-table .t-hd p:first-child,
.modal-block .cosme-table .t-body p:first-child {
  padding: 0 10px;
}
.modal-block .cosme-table .t-body {
  border-top: 1px solid #fff;
}
.modal-block .cosme-table .t-body .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-block .cosme-table .t-body .circle span {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 32px;
  border-radius: 100%;
  border: 1px solid #231815;
}
.modal-block .color-box {
  border: 1px solid #fff;
  max-width: 340px;
  margin: 0 auto 0;
  font-size: 12px;
}
.modal-block .color-box .box {
  padding: 8px 14px 16px;
}
.modal-block .color-box .box + .box {
  border-top: 1px solid #fff;
}
.modal-block .color-box .color-ttl {
  text-align: center;
  margin-bottom: 6px;
}
.modal-block .color-box .color-list {
  display: flex;
  justify-content: space-between;
}
.modal-block .color-box .color-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-block .color-box .color-list li .code {
  font-size: 10px;
  letter-spacing: 0;
}
.modal-block .color-box .color-list .circle {
  aspect-ratio: 1/1;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.modal-block .color-box .color-list .circle span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #231815;
}
.modal-block .recommend {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .modal-block .recommend {
    max-width: 620px;
    margin: 32px auto 0;
  }
}
.modal-block .recommend .recommend-ttl {
  color: #a5824a;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71428571;
  padding: 8px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .modal-block .recommend .recommend-ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.modal-block .recommend .m-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 15px;
  font-size: 12px;
  line-height: 1.66666667;
}
@media (min-width: 769px) {
  .modal-block .recommend .m-list {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .modal-skeleton .m-head {
    max-width: 100%;
  }
}
.modal-skeleton .sec-styling .m-sec-text {
  font-size: 14px;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .modal-skeleton .sec-styling {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .modal-skeleton .sec-styling .m-sec-ttl {
    width: 37.333333%;
    margin: 0;
  }
  .modal-skeleton .sec-styling .m-sec-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.75;
  }
}

#diagnosisForm {
  border-bottom: 1px solid #231815;
  display: none;
}
