@charset "UTF-8";
.background {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: fixed;
  background-position: center center;
  opacity: 0;
  background-size: cover;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
  z-index: -1; }

.show .background {
  opacity: 1; }

.contents .wrap {
  padding: 30vh 0 40vh;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .contents .wrap {
      padding: 15vh 0 30vh; } }

/* design*/
#content01_bg {
  background-image: url(/drama/lib/cmn-img/story/01/bg_story_01@2x.jpg); }

#content02_bg {
  background-image: url(/drama/lib/cmn-img/story/01/bg_story_02@2x.jpg); }

#content03_bg {
  background-image: url(/drama/lib/cmn-img/story/01/bg_story_03@2x.jpg); }

#content04_bg {
  background-image: url(/drama/lib/cmn-img/story/01/bg_story_04@2x.jpg); }

#content01_02_bg {
  background-image: url(/drama/lib/cmn-img/story/02/bg_story_01@2x.jpg);
  background-position: 27% center; }

#content02_02_bg {
  background-image: url(/drama/lib/cmn-img/story/02/bg_story_02@2x.jpg);
  background-position: 27% center; }

#content03_02_bg {
  background-image: url(/drama/lib/cmn-img/story/02/bg_story_03@2x.jpg);
  background-position: 48% center; }

#content04_02_bg {
  background-image: url(/drama/lib/cmn-img/story/02/bg_story_04@2x.jpg);
  background-position: 52% center; }

#content05_02_bg {
  background-image: url(/drama/lib/cmn-img/story/02/bg_story_05@2x.jpg);
  background-position: 52% center; }

#content01_03_bg {
  background-image: url(/drama/lib/cmn-img/story/03/bg_story_01@2x.jpg); }

#content02_03_bg {
  background-image: url(/drama/lib/cmn-img/story/03/bg_story_02@2x.jpg); }

#content03_03_bg {
  background-image: url(/drama/lib/cmn-img/story/03/bg_story_03@2x.jpg); }

#content04_03_bg {
  background-image: url(/drama/lib/cmn-img/story/03/bg_story_04@2x.jpg);
  background-position: 10% center; }

#content01_04_bg {
  background-image: url(/drama/lib/cmn-img/story/04/bg_story_01@2x.jpg); }

#content02_04_bg {
  background-image: url(/drama/lib/cmn-img/story/04/bg_story_02@2x.jpg); }

#content03_04_bg {
  background-image: url(/drama/lib/cmn-img/story/04/bg_story_03@2x.jpg); }

#content04_04_bg {
  background-image: url(/drama/lib/cmn-img/story/04/bg_story_04@2x.jpg); }

#content05_04_bg {
  background-image: url(/drama/lib/cmn-img/story/04/bg_story_05@2x.jpg); }

#content03 {
  margin-top: 100px; }

.text-box {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  color: #FAFAFA; }
  @media screen and (max-width: 960px) {
    .text-box {
      width: 80%; } }
  .text-box h1 {
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 960px) {
      .text-box h1 {
        font-size: 18px; } }
  .text-box h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 42px;
    margin-top: 30px; }
    @media screen and (max-width: 960px) {
      .text-box h2 {
        font-size: 26px;
        line-height: 38px; } }
  .text-box p {
    text-align: center;
    margin-top: 40px;
    height: 118px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.04em;
    line-height: 34px; }

.text-box .catch {
  margin: 0 0 10px;
  font-size: 40px; }

.text-box .copy {
  margin: 0;
  line-height: 2; }

.wrapnon {
  padding: 0 !important; }
  .wrapnon .line {
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .wrapnon .line {
        width: 95%; } }
    .wrapnon .line .twobox {
      margin-top: 40px; }
      @media screen and (max-width: 960px) {
        .wrapnon .line .twobox {
          -webkit-box-orient: inherit;
          -webkit-box-direction: inherit;
          -ms-flex-direction: inherit;
          flex-direction: inherit; } }
      .wrapnon .line .twobox .boxL {
        background: #FAFAFA;
        padding: 50px 30px;
        border-radius: 16px;
        position: relative;
        width: 80%; }
        @media screen and (max-width: 960px) {
          .wrapnon .line .twobox .boxL {
            width: 75%;
            padding: 34px 20px; } }
        .wrapnon .line .twobox .boxL ::before {
          content: "";
          position: absolute;
          top: 35px;
          left: 100%;
          margin-top: -8px;
          border: 8px solid transparent;
          border-left: 8px solid #FAFAFA; }
        .wrapnon .line .twobox .boxL p.gt {
          font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
          font-weight: normal;
          font-size: 18px;
          letter-spacing: 0.04em;
          line-height: 32px;
          text-align: left;
          color: #333; }
          @media screen and (max-width: 960px) {
            .wrapnon .line .twobox .boxL p.gt {
              font-size: 14px; } }
      .wrapnon .line .twobox .boxR {
        margin-left: 5%;
        width: 20%;
        max-width: 102px; }
        @media screen and (max-width: 960px) {
          .wrapnon .line .twobox .boxR {
            width: 20%; } }
        .wrapnon .line .twobox .boxR p {
          background-position: center;
          width: 102px;
          height: 125px;
          background-position: center center;
          background-size: cover;
          margin: 0 auto; }
          @media screen and (max-width: 960px) {
            .wrapnon .line .twobox .boxR p {
              width: 70px;
              height: 87px; } }
        .wrapnon .line .twobox .boxR.atsuo p {
          background-image: url(/drama/lib/cmn-img/story/img_atsuo@2x.png); }
        .wrapnon .line .twobox .boxR.minato p {
          background-image: url(/drama/lib/cmn-img/story/img_minato@2x.png); }
        .wrapnon .line .twobox .boxR.takao p {
          background-image: url(/drama/lib/cmn-img/story/img_takao@2x.png); }
    .wrapnon .line .twobox2 {
      margin-top: 40px; }
      .wrapnon .line .twobox2 .boxL {
        background: #ACEDFF;
        padding: 50px 30px;
        border-radius: 16px;
        position: relative;
        width: 100%; }
        @media screen and (max-width: 960px) {
          .wrapnon .line .twobox2 .boxL {
            width: 80%;
            padding: 34px 20px; } }
        .wrapnon .line .twobox2 .boxL ::before {
          content: "";
          position: absolute;
          top: 35px;
          left: -16px;
          margin-top: -8px;
          border: 8px solid transparent;
          border-right: 8px solid #ACEDFF; }
        .wrapnon .line .twobox2 .boxL p.gt {
          font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
          font-weight: normal;
          font-size: 18px;
          letter-spacing: 0.04em;
          line-height: 32px;
          text-align: left;
          color: #333; }
          @media screen and (max-width: 960px) {
            .wrapnon .line .twobox2 .boxL p.gt {
              font-size: 14px; } }
      .wrapnon .line .twobox2 .boxR {
        margin-right: 5%;
        padding-left: 0;
        width: 20%; }
        @media screen and (max-width: 960px) {
          .wrapnon .line .twobox2 .boxR {
            width: 20%;
            margin-left: 0; } }
        .wrapnon .line .twobox2 .boxR p {
          background-position: center;
          width: 102px;
          height: 125px;
          background-position: center center;
          background-size: cover; }
          @media screen and (max-width: 960px) {
            .wrapnon .line .twobox2 .boxR p {
              width: 70px;
              height: 87px; } }
        .wrapnon .line .twobox2 .boxR.ichio p {
          background-image: url(/drama/lib/cmn-img/story/img_ichio@2x.png); }

.img {
  margin-top: 40px; }

.tx {
  text-align: center;
  margin-top: 100px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  line-height: 42px;
  font-size: 22px;
  color: #FAFAFA; }
  @media screen and (max-width: 960px) {
    .tx {
      font-size: 16px;
      line-height: 32px; } }

.slider {
  margin-top: 100px; }

.imgbig {
  margin-top: 160px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh; }
  @media screen and (max-width: 1195px) {
    .imgbig {
      background-attachment: scroll;
      height: 40vh;
      margin-top: 100px; } }

.imgbig_01 {
  background-image: url(/drama/lib/cmn-img/story/01/img_storybig_01@2x.jpg); }

.imgbig_02 {
  background-image: url(/drama/lib/cmn-img/story/01/img_storybig_02@2x.jpg); }

.imgbig_02_01 {
  background-image: url(/drama/lib/cmn-img/story/02/img_storybig_01@2x.jpg); }

.imgbig_02_02 {
  background-image: url(/drama/lib/cmn-img/story/02/img_storybig_02@2x.jpg); }

.imgbig_02_03 {
  background-image: url(/drama/lib/cmn-img/story/02/img_storybig_03@2x.jpg); }

.imgbig_03_01 {
  background-image: url(/drama/lib/cmn-img/story/03/img_storybig_01@2x.jpg); }

.imgbig_03_02 {
  background-image: url(/drama/lib/cmn-img/story/03/img_storybig_02@2x.jpg); }

.imgbig_03_03 {
  background-image: url(/drama/lib/cmn-img/story/03/img_storybig_03@2x.jpg); }

.imgbig_04_01 {
  background-image: url(/drama/lib/cmn-img/story/04/img_storybig_01@2x.jpg); }

.imgbig_04_02 {
  background-image: url(/drama/lib/cmn-img/story/04/img_storybig_02@2x.jpg); }

.imgbig_04_03 {
  background-image: url(/drama/lib/cmn-img/story/04/img_storybig_03@2x.jpg);
  background-position: 10% center; }

.lasttx {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin-top: 40px;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 49px;
  text-align: center;
  color: #FAFAFA; }
  @media screen and (max-width: 960px) {
    .lasttx {
      font-size: 22px; } }
