/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Cinzel:wght@400..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
.garamond {
  font-family: "EB Garamond", serif; }

.cinzel {
  font-family: "Cinzel", serif; }

.baskervville {
  font-family: "Baskervville", serif; }

.cap_r {
  line-height: 1.4; }

.ruby_wrap {
  display: inline-block;
  position: relative; }
  .ruby_wrap .ruby {
    display: inline-block;
    position: absolute;
    top: -0.8em;
    left: 0;
    right: 0;
    font-size: 40%; }

.breadlist_outer {
  background: #585757; }

.bg_cnt {
  background: #ebedda; }

.inner_main_txt {
  padding-top: 100px; }
  @media screen and (max-width: 480px) {
    .inner_main_txt {
      padding-top: 60px; } }
  .inner_main_txt .page_ttl {
    padding: 0 15px 40px;
    text-align: center;
    font-size: clamp(28px, 5.33vw, 32px);
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin: 0 auto; }
    @media screen and (max-width: 375px) {
      .inner_main_txt .page_ttl {
        font-size: 7vw;
        line-height: 1.4;
        letter-spacing: 0; } }
    .inner_main_txt .page_ttl .t_ja {
      line-height: 1;
      margin-bottom: 0.2em; }
    .inner_main_txt .page_ttl .t_en {
      font-size: 60%;
      line-height: 1; }

.inner_main {
  position: relative; }
  .inner_main .main_img {
    width: 100%;
    padding-bottom: calc(600%/16);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 200px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .inner_main .main_img {
        border-bottom-right-radius: 100px; } }
    @media screen and (max-width: 480px) {
      .inner_main .main_img {
        border-bottom-right-radius: 50px;
        padding-bottom: calc(140%/3.75); } }
    .inner_main .main_img::after {
      content: "";
      position: absolute;
      inset: 0;
      margin: auto;
      display: block;
      background: rgba(35, 24, 21, 0.5); }
    @media screen and (max-width: 480px) {
      .inner_main .main_img {
        padding-bottom: calc(281%/7.5); } }
    .inner_main .main_img .cap {
      display: inline-block;
      max-width: 1280px;
      width: 100%;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 0; }
  .inner_main .page_ttl {
    position: absolute;
    top: calc(100%/6);
    left: calc(160%/16);
    display: flex;
    align-items: baseline;
    color: #fff;
    font-feature-settings: "palt";
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .inner_main .page_ttl {
        top: 20px;
        left: 20px; } }
    @media screen and (max-width: 480px) {
      .inner_main .page_ttl {
        bottom: 10px;
        top: auto;
        right: 0;
        left: 0;
        margin: auto;
        row-gap: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .inner_main .page_ttl .t_en {
      font-size: clamp(30px, 5vw, 80px);
      display: flex;
      align-items: baseline;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .inner_main .page_ttl .t_en {
          flex-direction: column;
          gap: 10px 0;
          font-size: calc(30vw/3.75);
          letter-spacing: 0.031em; } }
      .inner_main .page_ttl .t_en::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #fff;
        margin: 0 25px;
        display: block; }
        @media screen and (max-width: 768px) {
          .inner_main .page_ttl .t_en::after {
            width: 50px;
            margin: 0 15px; } }
        @media screen and (max-width: 480px) {
          .inner_main .page_ttl .t_en::after {
            width: 30px;
            margin: 0 auto 10px;
            letter-spacing: 0.02em; } }
    .inner_main .page_ttl .t_ja {
      font-size: clamp(14px, 1.5vw, 24px);
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .inner_main .page_ttl .t_ja {
          font-size: calc(10vw/3.75);
          font-size: 13px;
          font-weight: 500; } }

.sec_txt_box .read {
  font-size: clamp(20px, 2.097vw, 26px);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.46;
  margin-bottom: 1em;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .sec_txt_box .read {
      letter-spacing: 0.02em;
      line-height: 1.6; } }
  @media screen and (max-width: 480px) {
    .sec_txt_box .read {
      font-size: calc(18vw/3.75); } }
.sec_txt_box .read_copy {
  font-size: clamp(12px, 1.291vw, 16px);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .sec_txt_box .read_copy {
      letter-spacing: 0.04em;
      line-height: 1.83;
      text-align: justify; } }
  @media screen and (max-width: 480px) {
    .sec_txt_box .read_copy {
      font-size: calc(12vw/3.75); } }

.read {
  font-size: clamp(20px, 2.097vw, 26px);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.46;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .read {
      letter-spacing: 0.02em;
      line-height: 1.6; } }
  @media screen and (max-width: 480px) {
    .read {
      font-size: calc(18vw/3.75); } }

.read_copy {
  font-size: clamp(12px, 1.291vw, 16px);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .read_copy {
      letter-spacing: 0.04em;
      line-height: 1.83;
      text-align: justify; } }
  @media screen and (max-width: 480px) {
    .read_copy {
      font-size: calc(12vw/3.75); } }

.txt_box .txt01 {
  font-size: clamp(16px, 1.452vw, 18px);
  line-height: 1.44;
  letter-spacing: 0.05em; }
.txt_box .txt02 {
  font-size: clamp(12px, 1.13vw, 14px);
  line-height: 1.85;
  letter-spacing: 0; }

.border_txts .read {
  border-bottom: 1px solid #000;
  padding-bottom: 0.8em;
  margin-bottom: 1.05em; }

.fast_sec {
  padding-top: 40px; }
  @media screen and (max-width: 480px) {
    .fast_sec {
      padding-top: 60px; } }

.inner_cap_wrap {
  padding: 65px 0; }
  @media screen and (max-width: 480px) {
    .inner_cap_wrap {
      padding: 45px 0 30px; } }
  .inner_cap_wrap p {
    font-size: 12px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 480px) {
      .inner_cap_wrap p {
        font-size: 10px; } }

.ta_c_pc {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .ta_c_pc {
      text-align: left; } }

.ta_c_sp {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .ta_c_sp {
      text-align: center; } }

/*# sourceMappingURL=inner.css.map */
