﻿@charset "UTF-8";

#senryu {
  font-size: calc(100vw / 32);
}
@media (min-width: 751px) {
  #senryu {
    font-size: calc(750px / 32);
  }
}

#senryu {
  .container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  img {
    width: 100%;
    border: 0;
    vertical-align: bottom;
  }

  a {
    transition: all 0.3s;
  }

  a :hover {
    opacity: 0.7;
  }

  section {
    overflow: hidden;
    transition: 0.8s;
    background-color: #fffff5;
  }

  .title {
    padding: 0 0 2em;
    margin: 0;
    h1 {
      font-size: 1em;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 0px;
      text-align: left;
      padding: 0;
      margin: 0;
      p{
        background-color: #fff;
        padding: 0.5em;
        margin: 0;
      }
    }
    h2 {
      font-size: 2.2em;
      line-height: 1;
      font-weight: 500;
      padding: 0.5em;
      margin-top: 0;
      margin-bottom: 1em;
      text-align: center;
      color: #fff;
      background-color: #e37386;
      background-image: url();
      border-radius: 0;
    }
    div.odai p {
      font-size: 2em;
      font-weight: 600;
      display: inline-block;
      padding: 0.8em 1.5em;
      margin-bottom: 0.5em;
      background-color: #fff;
      -moz-box-shadow: inset 0px 0px 0px 0.35em #ae1a45,
        inset 0px 0px 0px 0.5em #caaf47;
      -webkit-box-shadow: inset 0px 0px 0px 0.35em #ae1a45,
        inset 0px 0px 0px 0.5em #caaf47;
      box-shadow: inset 0px 0px 0px 0.35em #ae1a45,
        inset 0px 0px 0px 0.5em #caaf47;
    }

    div.description p {
      margin-top: 1em;
      font-size: 1.4em;
      line-height: 1.5;
      font-weight: 400;
      padding: 2%;

      span {
        display: inline-block;
        font-size: 0.7em;
        text-align: right;
      }
    }
  }

  .senryu01,
  .senryu02 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nyasu {
    position: relative;
    width: 95vw;
    max-width: 750px;
    height: 128vw;
    max-height: 1067.25px;
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2em;
  }
  .yusyu_01 {
    position: relative;
    width: 95vw;
    max-width: 750px;
    height: 128vw;
    max-height: 1067.25px;
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2em;
  }
  .yusyu_02 {
    position: relative;
    width: 95vw;
    max-width: 750px;
    height: 128vw;
    max-height: 1067.25px;
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .nyasu,
  .yusyu_01,
  .yusyu_02 {
    .sakuhin {
      font-family: serif;
      position: absolute;
      top: 15%;
      left: 50%;
      transform: translateX(-50%);
      font-weight: bold;
      font-size: 2.25em;
      letter-spacing: 0.17em;
      color: #000;
      text-align: center;
      writing-mode: vertical-rl;
      line-height: 1.8;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    @media (min-width: 751px) {
      .sakuhin {
        top: 17%;
      }
    }
    .penname {
      font-family: serif;
      position: absolute;
      position: absolute;
      bottom: 40%;
      left: 12%;
      writing-mode: vertical-rl;
      font-size: 1.2em;
      font-weight: bold;
      color: #000;
      text-orientation: upright;
    }
    .comment {
      position: absolute;
      top: 67%;
      right: 12%;
      width: 49%;
      font-size: 1.5em;
      color: #000;
      text-align: left;
      line-height: 1.3;
    }
  }
  .senryu03 {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    .nyusyo {
      width: 91%;
    }
    .senryu-box {
      margin: 0 auto;
      .sakuhin {
        text-align: left;
        font-size: 1.5em;
        padding: 10px 15px 0 15px;
        border-left: 3px solid #a67c52;
        border-right: 3px solid #a67c52;
      }
      .penname {
        text-align: right;
        font-size: 1.5em;
        padding: 5px 15px 10px 15px;
        border-left: 3px solid #a67c52;
        border-right: 3px solid #a67c52;
        margin-inline-start: 0;
      }
    }
    dl :nth-of-type(even),
    dl :nth-of-type(even) {
      background-color: #fff;
    }
    dl :nth-of-type(odd),
    dl :nth-of-type(odd) {
      background-color: #fbeee2;
    }
    .title {
      position: relative;
      width: 91%;
      margin: 0 auto;
      img {
        position: relative;
        top: 3.1em;
      }
    }
    .comment {
      position: relative;
      margin: 0 auto;
      background-color: #a67c52;
      img {
        padding: 5%;
      }
      p {
        position: absolute;
        top: 13%;
        right: 9%;
        width: 53%;
        font-size: 1.4em;
        color: #000;
        text-align: left;
        line-height: 1.3;
      }
    }
  }

  .senryu04 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    .all-sakuhin {
      margin: 3em auto;
      width: 91%;
      .text {
        margin: 1em auto;
        width: 70%;
      }
      /* detailsの基本設定 */
      details {
        width: 100%;
        margin: 0 auto;
      }

      /* summaryのスタイル */
      summary {
        list-style: none; /* デフォルトの矢印を消す */
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
      }
      summary:hover{
        opacity: 0.7;
      }

      /* ボタン画像 */
      summary img {
        width: 100%;
        height: auto;
        display: block;
      }

      /* 「＋」「ー」を表示するアイコン部分 */
      summary::after {
        content: "＋";
        font-size: 2em;
        font-weight: bold;
        color: white;
        position: absolute;
        right: 5%;
        top: 48%;
        transform: translateY(-50%);
        padding: 0.3em 0.6em;
        border-radius: 5px;
      }

      /* 開いたときに「ー」に変更 */
      details[open] summary::after {
        content: "ー";
      }
      .senryu-box {
        margin: 1em auto 0;
        .sakuhin {
          text-align: left;
          font-size: 1.5em;
          padding: 10px 15px 0 15px;
          border-left: 3px solid #1a884c;
          border-right: 3px solid #1a884c;
        }
        .penname {
          text-align: right;
          font-size: 1.5em;
          padding: 5px 15px 10px 15px;
          border-left: 3px solid #1a884c;
          border-right: 3px solid #1a884c;
        }
      }
      dl {
        border-top: 3px solid #1a884c;
      }
      dl :nth-of-type(even) {
        background-color: #fff;
      }
      dl :nth-of-type(odd),
      dl :nth-of-type(odd) {
        background-color: #ecfbe0;
      }
      .title {
        position: relative;
        width: 91%;
        margin: 0 auto;
        img {
          position: relative;
          top: 1.1em;
        }
      }
      .comment {
        position: relative;
        margin: 0 auto;
        background-color: #1a884c;
        img {
          padding: 5%;
          /* width: 90%; */
        }
        p {
          position: absolute;
          top: 13%;
          right: 9%;
          width: 53%;
          font-size: 1.4em;
          color: #000;
          text-align: left;
        }
        span {
          color: #fff;
          text-align: left;
          padding: 0 1em 1em;
          display: inline-block;
        }
      }
    }
  }
  .next-odai {
    margin: 0 auto;
    padding: 0 0 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    div {
      width: 91%;
    }
    .text img {
      width: 80%;
    }
    .odai02 {
      position: relative;
      width: 91%;
      margin: 3em auto;
      img {
        position: relative;
        top: 1.1em;
      }
      p {
        font-size: 2.5em;
        font-weight: 600;
        position: relative;
        top: -5.5em;
        margin: 0 auto;
        text-align: center;
      }
      @media (min-width: 751px) {
        p {
          top: -6em;
        }
      }
    }
    .cta_btn_02{
      padding-top: 2em;
    }

    .oubokikan p {
      font-size: 1.5em;
      margin: -2em auto 1em;
      text-align: center;
    }
  }

  .present {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    div {
      width: 91%;
      margin: 4em 0;
      text-align: center;
      img {
        padding: 1.3em;
      }
    }
  }
}
