@charset "UTF-8";
@media screen and (min-width: 850px) {
  body.is-modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal .modal-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 35px 0 288px;
    background: #fff;
    background-image: url(/other/lp/aromafresh/img/modal-parents-bg.webp);
    background-repeat: repeat;
    background-position: top, center;
  }
  .modal .modal-wrapper .button-modal-close,
  .modal .modal-wrapper .button-modal-result-close {
    position: fixed;
    width: 67px;
    height: 67px;
    z-index: 1;
    top: 50px;
    right: 50px;
    cursor: pointer;
    background-image: url(/other/lp/aromafresh/img/icon/icon_modal-close.svg);
  }
  .modal-diagnosis .modal-wrapper .modal-contents .diagnosis {
    width: 1100px;
    display: flex;
    flex-flow: column;
    min-height: 1786px;
    margin: 0 auto;
    padding: 300px 60px 80px;
    gap: 25px;
    background-image: url(/other/lp/aromafresh/img/diagnosis-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .modal-diagnosis .modal-wrapper .modal-contents .diagnosis .question {
    height: 135px;
    padding: 24px 40px;
    border: 1px solid #cda073;
    border-radius: 8px;
    background: #fff;
    background-color: #fff;
  }
  .modal-diagnosis .modal-wrapper .modal-contents .diagnosis .question > p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    /* ボックスの高さと同一、または30px */
    letter-spacing: 0.1em;
    color: #542c09;
  }
  .modal-diagnosis .modal-wrapper .modal-contents .diagnosis .question > div {
    display: flex;
    padding: 24px 36px;
    gap: 21px;
  }
  .modal-diagnosis .modal-wrapper .modal-contents .diagnosis .question > div label {
    /* レンタル商品を使用している */
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* ボックスの高さと同一、または24px */
    letter-spacing: 0.1em;
    color: #333;
    display: flex;
    gap: 8px;
    /* チェックされた状態 */
  }
  .modal-diagnosis .modal-wrapper .modal-contents .diagnosis .question > div label input[type=radio] {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #333;
    border-radius: 50%;
  }
  .modal-diagnosis .modal-wrapper .modal-contents .diagnosis .question > div label input[type=radio]:checked {
    border: 7px solid #333;
    background-color: #fff;
  }
  .modal-diagnosis .modal-wrapper .modal-contents .button-diagnosis {
    width: 640px;
    height: 78px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    border-radius: 10px;
    background-color: #542c09;
  }
  .modal-result .modal-wrapper .modal-contents {
    width: 1100px;
    min-height: 2086px;
    margin: 0 auto;
    padding: 160px 60px 80px;
    background-image: url(/other/lp/aromafresh/img/modal-result/modal-inner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .modal-result .modal-wrapper .modal-contents h2 {
    position: relative;
    font-family: "Zen Kurenaido";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #542c09;
    margin: 0 50px;
    padding: 30px 0;
    border-bottom: 1px solid #542c09;
  }
  .modal-result .modal-wrapper .modal-contents h2:before, .modal-result .modal-wrapper .modal-contents h2:after {
    position: absolute;
    width: 4px;
    height: 4px;
    content: "";
    bottom: -2.5px;
    border-radius: 50%;
    background-color: #542c09;
  }
  .modal-result .modal-wrapper .modal-contents h2:before {
    left: 0;
  }
  .modal-result .modal-wrapper .modal-contents h2:after {
    right: 0;
  }
  .modal-result .modal-wrapper .modal-contents .diagnosis-result .type {
    position: relative;
    display: flex;
    margin-top: -37px;
  }
  .modal-result .modal-wrapper .modal-contents .diagnosis-result .type > div {
    width: 100%;
    padding: 63px 25px 0 55px;
  }
  .modal-result .modal-wrapper .modal-contents .diagnosis-result .type > div .type-name {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: 0.1em;
    color: #333;
    display: flex;
    flex-flow: column;
    margin-top: 40px;
    gap: 20px;
  }
  .modal-result .modal-wrapper .modal-contents .diagnosis-result .type > div .type-name span {
    width: -moz-fit-content;
    width: fit-content;
    height: 118px;
    font-family: "Zen Kurenaido";
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 101px;
    letter-spacing: -0.1em;
    color: #542c09;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 29px;
    border: 3px solid #333;
    background-color: #fff;
    box-shadow: 5px 5px 0 0 #d0a679;
  }
  .modal-result .modal-wrapper .modal-contents .diagnosis-result .type > div .type-desc {
    width: 400px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #333;
    margin-top: 40px;
  }
  .modal-result .modal-wrapper .modal-contents .diagnosis-result .type img {
    position: absolute;
    width: 480px;
    height: 460px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .modal-result .modal-wrapper .modal-contents .point {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 93px;
    padding: 57px 18px 50px;
    border: 1px solid #cda073;
    border-radius: 8px;
    /* Rectangle 156 */
    background: #fff;
  }
  .modal-result .modal-wrapper .modal-contents .point:before {
    position: absolute;
    width: 437px;
    height: 60px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    content: "おすすめポイント";
    top: -37px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    border: 5px solid #fff;
    border-radius: 40px;
    background: #542c09;
  }
  .modal-result .modal-wrapper .modal-contents .point .item {
    padding: 0 32px;
    border-left: 1px solid #333;
  }
  .modal-result .modal-wrapper .modal-contents .point .item:first-of-type {
    border-left: 0;
  }
  .modal-result .modal-wrapper .modal-contents .point .item-catch {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333;
  }
  .modal-result .modal-wrapper .modal-contents .point .item-head {
    height: 72px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: #542c09;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
  }
  .modal-result .modal-wrapper .modal-contents .point .item img {
    width: 250px;
    height: 168px;
    margin: 18px 0 19px;
  }
  .modal-result .modal-wrapper .modal-contents .point .item-desc {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #000;
  }
  .modal-result .modal-wrapper .modal-contents .beans {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 73px;
    padding: 92px 18px 50px;
    gap: 40px;
    border: 1px solid #cda073;
    border-radius: 8px;
    background: #fff;
  }
  .modal-result .modal-wrapper .modal-contents .beans:before {
    position: absolute;
    width: 437px;
    height: 60px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    content: "おすすめの豆";
    top: -37px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    border: 5px solid #fff;
    border-radius: 40px;
    background: #542c09;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product {
    position: relative;
    width: 420px;
    height: 204px;
    display: flex;
    padding: 37px 20px 20px 180px;
    gap: 24px;
    border-radius: 10px;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product.is-mild {
    background-color: #508934;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product.is-rich {
    background-color: #c5661a;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product.is-strong {
    background-color: #ae0021;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product.is-original {
    background-color: #b1853a;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product.is-original .name {
    line-height: 120%;
    margin-top: 16px;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product img {
    position: absolute;
    width: 162.5px;
    height: 226.97px;
    top: -30px;
    left: 14px;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product > div > .name {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    color: #fff;
    margin-top: 20px;
  }
  .modal-result .modal-wrapper .modal-contents .beans .product > div > .text {
    width: 210px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #fff;
  }
  .modal-result .modal-wrapper .modal-contents .contact p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    /* または36px */
    text-align: center;
    color: #000;
    margin-top: 60px;
  }
  .modal-result .modal-wrapper .modal-contents .contact a {
    width: 640px;
    height: 78px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    /* ボックスの高さと同一、または41px */
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px auto 0;
    border-radius: 10px;
    background: #542c09;
  }
  #modal-A .modal-wrapper {
    background-image: url(/other/lp/aromafresh/img/modal-result/modal-A-bg.webp);
  }
  #modal-B .modal-wrapper {
    background-image: url(/other/lp/aromafresh/img/modal-result/modal-B-bg.webp);
  }
  #modal-C .modal-wrapper {
    background-image: url(/other/lp/aromafresh/img/modal-result/modal-C-bg.webp);
  }
  #modal-D .modal-wrapper {
    background-image: url(/other/lp/aromafresh/img/modal-result/modal-D-bg.webp);
  }
  #modal-E .modal-wrapper {
    background-image: url(/other/lp/aromafresh/img/modal-result/modal-E-bg.webp);
  }
  #modal-F .modal-wrapper {
    background-image: url(/other/lp/aromafresh/img/modal-result/modal-F-bg.webp);
  }
}