@layer page {
  .torakichike-modal-btn {
    width: 6.6666666667svh;
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    left: 44%;
    top: 88%;
    transition: 0.25s opacity;
  }
  @media (hover: hover) {
    .torakichike-modal-btn:hover {
      opacity: 0.8;
    }
  }
  .torakichike-torakichi-msg {
    width: 37.8888888889svh;
    position: absolute;
    left: -5%;
    top: 73%;
    pointer-events: none;
  }
  .torakichike-msg {
    width: 28.8888888889svh;
    position: absolute;
    pointer-events: none;
  }
  .torakichike-msg img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .torakichike-msg#sister {
    left: -8%;
    top: 23%;
  }
  .torakichike-msg#granpa, .torakichike-msg#granma {
    left: 23%;
    top: 8%;
  }
  .torakichike-msg#granpa img.is-granma, .torakichike-msg#granma img.is-granma {
    translate: 130% 18%;
  }
  .torakichike-msg#little, .torakichike-msg#bros {
    left: 48%;
    top: 38%;
  }
  .torakichike-msg#little img.is-little, .torakichike-msg#bros img.is-little {
    translate: 130% -35%;
  }
  .torakichike-fukidasi-btn {
    width: 6.6666666667svh;
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    transition: 0.25s opacity;
  }
  @media (hover: hover) {
    .torakichike-fukidasi-btn:hover {
      opacity: 0.8;
    }
  }
  .torakichike-fukidasi-btn[value=sister] {
    left: 5%;
    top: 39%;
  }
  .torakichike-fukidasi-btn[value=granpa] {
    left: 36%;
    top: 22%;
  }
  .torakichike-fukidasi-btn[value=granma] {
    left: 59.4%;
    top: 26%;
  }
  .torakichike-fukidasi-btn[value=little] {
    left: 86.4%;
    top: 44.5%;
  }
  .torakichike-fukidasi-btn[value=bros] {
    left: 60.5%;
    top: 54%;
  }
  .torakichike-house {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .torakichike-house img.is-main {
    max-width: none;
    width: 115.5555555556svh;
  }
  .torakichike-house__inner {
    position: relative;
  }
  body.is-show-modal {
    overflow: hidden;
  }
  .torakichike-modal {
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(103, 52, 33, 0.9);
    transition-property: opacity;
    transition-duration: 0.4s;
    color: #673421;
  }
  .torakichike-modal.is-show {
    pointer-events: fill;
    opacity: 1;
  }
  .torakichike-modal.is-show .torakichike-modal__content {
    margin-top: 0;
  }
  @media screen and (min-width: 768px) {
    .torakichike-modal__row {
      display: grid;
      justify-content: space-between;
      grid-template-columns: 39.8058252427% 50.4854368932%;
    }
  }
  @media screen and (min-width: 768px) {
    .torakichike-modal__img {
      text-align: right;
    }
    .torakichike-modal__img img {
      width: 23.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__img {
      text-align: center;
      margin-bottom: 4vw;
    }
    .torakichike-modal__img img {
      width: 40%;
    }
  }
  .torakichike-modal__name {
    background: url("../../../img/page/torakichike/name_line.png") 0 100%/auto 4px no-repeat;
    padding-bottom: 1.75rem;
  }
  .torakichike-modal__name img {
    width: 65.3846153846%;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__name img {
      width: 60%;
    }
  }
  .torakichike-modal__prof {
    line-height: 1.5;
  }
  .torakichike-modal__prof > div {
    align-items: center;
    gap: 1rem;
    padding: 1rem 0 0 0;
    display: grid;
    grid-template-columns: 9.375rem 1fr;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__prof > div {
      grid-template-columns: 7.5rem 1fr;
      font-size: 0.875rem;
    }
  }
  .torakichike-modal__prof > div:not(:last-child) {
    padding-bottom: 1rem;
    background: url("../../../img/page/torakichike/dotte.png") 0 100%/auto 2px no-repeat;
  }
  .torakichike-modal__prof dt {
    border-radius: 8px;
    background: #9d6f5e;
    padding: 0.7rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__prof dt {
      padding: 1.0666666667vw;
      margin-bottom: 1.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .torakichike-modal__prof dd {
      font-size: 1.125rem;
    }
  }
  .torakichike-modal__prof-wrap {
    border-radius: 1.25rem;
    background: rgba(255, 153, 7, 0.1);
    padding: 1.875rem 3.125rem;
    margin-top: 3.75rem;
  }
  @media screen and (min-width: 768px) {
    .torakichike-modal__prof-wrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__prof-wrap {
      margin-top: 6.6666666667vw;
      padding: 1.3333333333vw 2.6666666667vw;
    }
  }
  .torakichike-modal__prof2 {
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .torakichike-modal__prof2 > div {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
  }
  .torakichike-modal__prof2 > div:not(:last-child) {
    background: url("../../../img/page/torakichike/dotte.png") 0 100%/auto 2px repeat-x;
  }
  .torakichike-modal__prof2 dt {
    border-radius: 8px;
    background: #FF9907;
    padding: 0.2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .torakichike-modal__key {
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key {
      margin-top: 6.1333333333vw;
    }
  }
  .torakichike-modal__key-ttl {
    background: url("../../../img/page/torakichike/name_line.png") 0 50%/auto 4px repeat-x;
    text-align: center;
  }
  .torakichike-modal__key-ttl span {
    display: inline-block;
    background: #fff;
    padding: 0 1.25rem;
  }
  .torakichike-modal__key-ttl img {
    width: 27.5rem;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key-ttl img {
      width: 100%;
    }
  }
  .torakichike-modal__key-sttl {
    margin-bottom: 1.875rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key-sttl {
      margin-bottom: 2.6666666667vw;
    }
  }
  .torakichike-modal__key-sttl img {
    width: 7.125rem;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key-sttl img {
      width: 13.8666666667vw;
    }
  }
  .torakichike-modal__key-sttl.is-2 img {
    width: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key-sttl.is-2 img {
      width: 14.6666666667vw;
    }
  }
  .torakichike-modal__key-sttl.is-3 img {
    width: 6.3125rem;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key-sttl.is-3 img {
      width: 12.1333333333vw;
    }
  }
  .torakichike-modal__key-list {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key-list {
      margin-top: 2.6666666667vw;
      display: flex;
      flex-direction: column;
      gap: 1.3333333333vw;
    }
  }
  .torakichike-modal__key-list li {
    background: rgba(255, 153, 7, 0.1);
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__key-list li {
      font-size: 2.1333333333vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .torakichike-modal__key-list li {
      padding: 5.3333333333vw;
      font-size: 3.7333333333vw;
    }
  }
  .torakichike-modal__yuru {
    margin-top: 4.375rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__yuru {
      margin-top: 5.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .torakichike-modal__yuru {
      margin-top: 8vw;
    }
  }
  .torakichike-modal__yuru img {
    width: 40.75rem;
  }
  .torakichike-modal__wrap {
    position: relative;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 90%;
    transition-property: margin;
    transition-duration: 0.4s;
  }
  .torakichike-modal__content {
    overflow: auto;
    position: relative;
    padding: 2em;
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 3.125rem 5rem;
    border-radius: 40px;
    background: #fff;
    border: 0.625rem solid #ff9907;
  }
  @media screen and (max-width: 767px) {
    .torakichike-modal__content {
      border-width: 4px;
      padding: 8vw 5.3333333333vw;
      border-radius: 6vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .torakichike-modal__content {
      border-radius: 3vw;
      padding: 2.6666666667vw;
      width: 50vw;
    }
  }
  .torakichike-modal__close-btn {
    cursor: pointer;
    position: absolute;
    background: transparent;
    right: 1.625rem;
    top: 1.625rem;
    border: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .torakichike-modal__close-btn {
      right: 2.6666666667vw;
      top: 1.6vw;
      width: 2.6666666667vw;
      height: 2.6666666667vw;
    }
  }
}