@charset "UTF-8";
/*window-size*/
/*base-size*/
/*extra-size*/
/*media-query*/
/*template-style*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSerifJP/NotoSerifJP-Regular.otf") format("otf");
  font-display: swap; }

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSerifJP/NotoSerifJP-Bold.otf") format("otf");
  font-display: swap; }

/*本編*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "Noto Serif Japanese", serif, sans-serif;
  line-height: 1.5; }

a {
  text-decoration: none; }

li {
  list-style: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.sp_actualized {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_actualized {
      display: block; } }

.pc_actualized {
  display: block; }
  @media only screen and (max-width: 767px) {
    .pc_actualized {
      display: none; } }

body {
  width: 100%;
  position: relative;
  background-color: #000; }
  body .glitter_layer_one {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 960px auto;
    background-position: center top;
    background-image: url("../img/glitter_01.png");
    background-repeat: repeat;
    overflow: hidden;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      body .glitter_layer_one {
        display: none; } }
  body .glitter_layer_two {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 960px auto;
    background-position: center top;
    background-image: url("../img/glitter_02.png");
    background-repeat: repeat;
    overflow: hidden;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      body .glitter_layer_two {
        display: none; } }
  body .glitter_layer_three {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 1200px auto;
    background-position: center bottom;
    background-image: url("../img/glitter_under_pc.png");
    background-repeat: repeat-x;
    opacity: 0.5;
    z-index: 4; }
  body .container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      body .container {
        background-image: url(../img/main_back_sp.jpg);
        background-size: 100%; } }
    body .container #header {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      position: fixed;
      top: 0px;
      left: 0px;
      padding: 10px 6px 10px 15px;
      background-color: #000;
      box-shadow: 0px 0px 10px 2px rgba(224, 0, 34, 0.7);
      z-index: 999; }
      @media only screen and (max-width: 1024px) {
        body .container #header {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          left: -100%;
          padding: 0px 3%; } }
      body .container #header .header_img {
        width: 119px;
        margin: 0px auto; }
        @media only screen and (max-width: 1024px) {
          body .container #header .header_img {
            width: 165px;
            margin-left: 35px; } }
      body .container #header .header_list {
        margin-top: 35px; }
        @media only screen and (max-width: 1024px) {
          body .container #header .header_list {
            padding-left: 25px; } }
        body .container #header .header_list li {
          position: relative;
          display: -ms-flexbox;
          /* IE10 */
          display: -webkit-box;
          /* Android4.3以下、Safari3.1〜6.0 */
          display: -webkit-flex;
          /* Safari6.1以降 */
          display: flex;
          -ms-flex-align: center;
          /*IE10*/
          -webkit-box-align: center;
          /* Android4.3以下、Safari3.1〜6.0 */
          -webkit-align-items: center;
          /* Safari6.1以降 */
          align-items: center; }
          body .container #header .header_list li:not(:first-child) {
            margin-top: 18px; }
            @media only screen and (max-width: 1024px) {
              body .container #header .header_list li:not(:first-child) {
                margin-top: 20px; } }
          body .container #header .header_list li span {
            width: 15px; }
            @media only screen and (max-width: 1024px) {
              body .container #header .header_list li span {
                width: 20px; } }
          body .container #header .header_list li a {
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            margin-left: 5px; }
            body .container #header .header_list li a:hover {
              text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022; }
            @media only screen and (max-width: 1024px) {
              body .container #header .header_list li a {
                font-size: 20px;
                margin-left: 10px; } }
          body .container #header .header_list li .menu_item_ex {
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            margin-left: 5px;
            line-height: 1.5; }
            body .container #header .header_list li .menu_item_ex:hover {
              text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022; }
            @media only screen and (max-width: 1024px) {
              body .container #header .header_list li .menu_item_ex {
                font-size: 20px;
                margin-left: 10px; } }
      body .container #header .header_pubs {
        width: 110px;
        margin-top: 35px;
        background-image: url(../img/header_pubs_back_pc.png);
        background-repeat: no-repeat;
        background-size: 43px auto;
        background-position: center center; }
        @media only screen and (max-width: 1024px) {
          body .container #header .header_pubs {
            display: -webkit-inline-flex;
            display: inline-flex;
            -ms-flex-pack: justify;
            /*IE10*/
            -webkit-box-pack: justify;
            /* Android4.3以下、Safari3.1〜6.0 */
            -webkit-justify-content: space-between;
            /* Safari6.1以降 */
            justify-content:  space-between;
            width: 100%;
            margin: 20px auto 0px;
            padding: 18px 0px;
            background-size: 30px auto;
            background-position: 106px center; } }
        body .container #header .header_pubs .header_pubs_kawade {
          display: block;
          width: 110px; }
          @media only screen and (max-width: 1024px) {
            body .container #header .header_pubs .header_pubs_kawade {
              display: inline;
              margin: 0px; } }
        body .container #header .header_pubs .header_pubs_akita {
          display: block;
          width: 90px;
          margin: 30px auto 0px; }
          @media only screen and (max-width: 1024px) {
            body .container #header .header_pubs .header_pubs_akita {
              display: inline;
              width: 85px;
              margin: 0px 0px 0px 25px; } }
      @media only screen and (min-width: 768px) {
        body .container #header .header_sp_list {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        body .container #header .header_sp_list {
          position: fixed;
          top: 0px;
          left: 0px;
          display: block;
          padding: 13px 10px;
          background-color: #000;
          box-shadow: 0px 0px 10px 2px rgba(224, 0, 34, 0.7); } }
      @media only screen and (min-width: 768px) {
        body .container #header .header_sp_list span {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        body .container #header .header_sp_list span {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          display: block;
          width: 30px;
          height: 5px;
          background-color: #fff; }
          body .container #header .header_sp_list span:not(:first-child) {
            margin-top: 5px; } }
      @media only screen and (max-width: 320px) {
        body .container #header .header_sp_list span {
          width: 23px;
          height: 4px; } }
      @media only screen and (min-width: 768px) {
        body .container #header .header_sp_list.active {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        body .container #header .header_sp_list.active {
          position: fixed;
          top: 0px;
          left: 0px;
          display: block;
          padding: 13px 10px;
          background-color: #000;
          box-shadow: none; } }
      @media only screen and (min-width: 768px) {
        body .container #header .header_sp_list.active span {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        body .container #header .header_sp_list.active span {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          display: block;
          width: 30px;
          height: 5px;
          background-color: #fff; }
          body .container #header .header_sp_list.active span:first-child {
            -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg); }
          body .container #header .header_sp_list.active span:nth-child(2) {
            opacity: 0; }
          body .container #header .header_sp_list.active span:nth-child(3) {
            -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg); } }
      @media only screen and (max-width: 320px) {
        body .container #header .header_sp_list.active span {
          width: 23px;
          height: 4px; }
          body .container #header .header_sp_list.active span:nth-child(3) {
            -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg); } }
    body .container #top {
      width: 100%;
      background-image: url(../img/top_line_pc.png);
      background-size: 100% 422px;
      background-repeat: no-repeat;
      background-position: center bottom; }
      body .container #top .top_box {
        position: relative;
        width: 960px;
        margin: 0px auto; }
        @media only screen and (max-width: 767px) {
          body .container #top .top_box {
            width: 100%; } }
        body .container #top .top_box .top_box_button {
          position: absolute;
          left: -6px;
          bottom: 70px;
          display: block;
          width: 270px;
          z-index: 8;
          opacity: 0;
          -webkit-transition: all 2s;
          -moz-transition: all 2s;
          transition: all 2s; }
          @media only screen and (max-width: 767px) {
            body .container #top .top_box .top_box_button {
              left: 3%;
              bottom: 3%;
              width: 150px; } }
        body .container #top .top_box .top_box_mituhide {
          position: relative;
          width: 884px;
          margin-left: auto;
          z-index: 7;
          opacity: 0;
          -webkit-transition: all 2s;
          -moz-transition: all 2s;
          transition: all 2s; }
          @media only screen and (max-width: 767px) {
            body .container #top .top_box .top_box_mituhide {
              position: absolute;
              top: 0px;
              width: 100%; } }
        body .container #top .top_box .top_box_nobunaga {
          position: absolute;
          top: 0px;
          right: 24px;
          width: 900px;
          z-index: 5;
          opacity: 0;
          -webkit-transition: all 2s;
          -moz-transition: all 2s;
          transition: all 2s; }
          @media only screen and (max-width: 767px) {
            body .container #top .top_box .top_box_nobunaga {
              width: 100%;
              top: -1px;
              right: 0px; } }
    body .container #pv {
      position: relative;
      width: 960px;
      margin: 0px auto 0px;
      background-color: #000;
      box-shadow: 0px 0px 10px 2px rgba(224, 0, 34, 0.7);
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        body .container #pv {
          width: 100%; } }
      body .container #pv div iframe {
        border: none; }
    body .container #story {
      width: 960px;
      margin: 80px auto 0px; }
      @media only screen and (max-width: 767px) {
        body .container #story {
          width: 100%;
          margin: 60px auto 0px; } }
      body .container #story .story_index {
        position: relative;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        height: 165px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #story .story_index {
            width: 100%;
            height: 100px; } }
        body .container #story .story_index .story_index_title {
          position: relative;
          font-size: 50px;
          font-style: oblique;
          color: #fff;
          text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022;
          z-index: 9; }
          @media only screen and (max-width: 767px) {
            body .container #story .story_index .story_index_title {
              font-size: 30px; } }
        body .container #story .story_index .closs-z {
          position: absolute;
          top: 0px;
          left: 50%;
          width: 135px;
          height: 100%;
          margin-left: -62px; }
          @media only screen and (max-width: 767px) {
            body .container #story .story_index .closs-z {
              top: -10px;
              width: 81px;
              margin-left: -32px; } }
          body .container #story .story_index .closs-z .closs-z_left {
            position: absolute;
            top: 29px;
            left: 10px;
            width: 105px;
            height: 114px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #story .story_index .closs-z .closs-z_left {
                left: 0px;
                width: 63px;
                height: 69px; } }
            body .container #story .story_index .closs-z .closs-z_left .closs-z_left_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
          body .container #story .story_index .closs-z .closs-z_right {
            position: absolute;
            top: 0%;
            width: 134px;
            height: 166px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #story .story_index .closs-z .closs-z_right {
                top: 10px;
                right: 5px;
                width: 81px;
                height: 100px; } }
            body .container #story .story_index .closs-z .closs-z_right .closs-z_right_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      body .container #story .story_text .story_text_normal {
        width: 780px;
        font-size: 18px;
        color: #fff;
        line-height: 2.5;
        margin: 15px auto 0px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #story .story_text .story_text_normal {
            width: 100%;
            font-size: 15px;
            line-height: 1.95;
            margin: 5px auto 0px;
            padding: 0px 6%;
            text-align: justify; } }
        body .container #story .story_text .story_text_normal span {
          font-size: 18px;
          color: #fff;
          line-height: 2.5;
          letter-spacing: -2px; }
          @media only screen and (max-width: 767px) {
            body .container #story .story_text .story_text_normal span {
              font-size: 15px;
              line-height: 1.95; } }
      body .container #story .story_text .story_text_ex {
        width: 960px;
        font-size: 25px;
        color: #fff;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #story .story_text .story_text_ex {
            width: 100%;
            font-size: 20px;
            margin-top: 25px;
            padding: 0px 6%;
            text-align: left; } }
        @media only screen and (max-width: 360px) {
          body .container #story .story_text .story_text_ex {
            font-size: 18px; } }
        @media only screen and (max-width: 320px) {
          body .container #story .story_text .story_text_ex {
            font-size: 17px; } }
        body .container #story .story_text .story_text_ex span {
          font-size: 25px; }
          @media only screen and (max-width: 767px) {
            body .container #story .story_text .story_text_ex span {
              display: block;
              font-size: 20px;
              text-align: right; } }
          @media only screen and (max-width: 375px) {
            body .container #story .story_text .story_text_ex span {
              margin-left: -5px; } }
          @media only screen and (max-width: 360px) {
            body .container #story .story_text .story_text_ex span {
              font-size: 18px; } }
          body .container #story .story_text .story_text_ex span span {
            font-style: oblique;
            font-size: 40px; }
            @media only screen and (max-width: 767px) {
              body .container #story .story_text .story_text_ex span span {
                display: inline;
                font-size: 30px;
                letter-spacing: -2px; } }
            @media only screen and (max-width: 360px) {
              body .container #story .story_text .story_text_ex span span {
                font-size: 28px; } }
            @media only screen and (max-width: 320px) {
              body .container #story .story_text .story_text_ex span span {
                font-size: 25px; } }
            body .container #story .story_text .story_text_ex span span span {
              font-weight: bold;
              color: #e00022; }
      body .container #story .story_img {
        width: 960px;
        margin: 70px auto 0px; }
        @media only screen and (max-width: 767px) {
          body .container #story .story_img {
            width: 100%;
            margin: 40px auto 0px; } }
    body .container #sns {
      width: 960px;
      margin: 80px auto 0px;
      padding-bottom: 42px;
      background-image: url(../img/sns_backimg_pc.png);
      background-size: 100% auto;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 767px) {
        body .container #sns {
          width: 100%;
          margin: 60px auto 0px;
          padding-bottom: 20px;
          background-image: url(../img/sns_backimg_sp.png); } }
      body .container #sns .sns_title {
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 2;
        padding-top: 25px; }
        @media only screen and (max-width: 767px) {
          body .container #sns .sns_title {
            padding-top: 15px; } }
        body .container #sns .sns_title span {
          font-size: 25px;
          color: #fff;
          background-image: url(../img/sns_title_img_pc.png);
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-position: center 19px;
          padding-bottom: 10px; }
      body .container #sns .sns_link {
        display: block;
        width: 350px;
        font-size: 25px;
        color: #fff;
        line-height: 1;
        text-align: center;
        border: 2px solid #fff;
        margin: 30px auto 0px;
        padding: 22px 0px; }
        body .container #sns .sns_link:hover {
          border: 2px solid #e00022;
          background-color: #e00022; }
        @media only screen and (max-width: 767px) {
          body .container #sns .sns_link {
            width: 88%;
            margin: 15px auto 5px;
            padding: 18px 0px; } }
        @media only screen and (max-width: 320px) {
          body .container #sns .sns_link {
            margin: 10px auto 0px;
            padding: 15px 0px; } }
    body .container #interview {
      width: 960px;
      margin: 80px auto 0px; }
      @media only screen and (max-width: 767px) {
        body .container #interview {
          width: 100%;
          margin: 60px auto 0px; } }
      body .container #interview .story_index {
        position: relative;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        height: 165px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #interview .story_index {
            width: 100%;
            height: 100px; } }
        body .container #interview .story_index .story_index_title {
          position: relative;
          font-size: 50px;
          font-style: oblique;
          color: #fff;
          text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022;
          z-index: 9; }
          @media only screen and (max-width: 767px) {
            body .container #interview .story_index .story_index_title {
              font-size: 30px; } }
        body .container #interview .story_index .closs-z {
          position: absolute;
          top: 0px;
          left: 50%;
          width: 135px;
          height: 100%;
          margin-left: -62px; }
          @media only screen and (max-width: 767px) {
            body .container #interview .story_index .closs-z {
              top: -10px;
              width: 81px;
              margin-left: -32px; } }
          body .container #interview .story_index .closs-z .closs-z_left_interview {
            position: absolute;
            top: 29px;
            left: 10px;
            width: 105px;
            height: 114px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #interview .story_index .closs-z .closs-z_left_interview {
                left: 0px;
                width: 63px;
                height: 69px; } }
            body .container #interview .story_index .closs-z .closs-z_left_interview .closs-z_left_interview_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
          body .container #interview .story_index .closs-z .closs-z_right_interview {
            position: absolute;
            top: 0%;
            width: 134px;
            height: 166px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #interview .story_index .closs-z .closs-z_right_interview {
                top: 10px;
                right: 5px;
                width: 81px;
                height: 100px; } }
            body .container #interview .story_index .closs-z .closs-z_right_interview .closs-z_right_interview_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      body .container #interview .interview_banner {
        display: block;
        width: 900px;
        border: 3px solid #e00022;
        margin: 20px auto 0px; }
        body .container #interview .interview_banner:hover {
          border: 3px solid #fff; }
        @media only screen and (max-width: 767px) {
          body .container #interview .interview_banner {
            width: 100%;
            margin: 10px auto 0px;
            border: none; }
            body .container #interview .interview_banner:hover {
              border: none; } }
    body .container #newitems {
      width: 780px;
      margin: 80px auto 0px; }
      @media only screen and (max-width: 767px) {
        body .container #newitems {
          width: 100%;
          margin: 60px auto 0px; } }
      body .container #newitems .story_index {
        position: relative;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        height: 165px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #newitems .story_index {
            width: 100%;
            height: 100px; } }
        body .container #newitems .story_index .story_index_title {
          position: relative;
          font-size: 50px;
          font-style: oblique;
          color: #fff;
          text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022;
          z-index: 9; }
          @media only screen and (max-width: 767px) {
            body .container #newitems .story_index .story_index_title {
              font-size: 30px; } }
        body .container #newitems .story_index .closs-z {
          position: absolute;
          top: 0px;
          left: 50%;
          width: 135px;
          height: 100%;
          margin-left: -62px; }
          @media only screen and (max-width: 767px) {
            body .container #newitems .story_index .closs-z {
              top: -10px;
              width: 81px;
              margin-left: -32px; } }
          body .container #newitems .story_index .closs-z .closs-z_left_newitems {
            position: absolute;
            top: 29px;
            left: 10px;
            width: 105px;
            height: 114px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .story_index .closs-z .closs-z_left_newitems {
                left: 0px;
                width: 63px;
                height: 69px; } }
            body .container #newitems .story_index .closs-z .closs-z_left_newitems .closs-z_left_newitems_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
          body .container #newitems .story_index .closs-z .closs-z_right_newitems {
            position: absolute;
            top: 0%;
            width: 134px;
            height: 166px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .story_index .closs-z .closs-z_right_newitems {
                top: 10px;
                right: 5px;
                width: 81px;
                height: 100px; } }
            body .container #newitems .story_index .closs-z .closs-z_right_newitems .closs-z_right_newitems_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      body .container #newitems .newitems_box {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -ms-flex-pack: justify;
        /*IE10*/
        -webkit-box-pack: justify;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: space-between;
        /* Safari6.1以降 */
        justify-content:  space-between;
        margin: 20px auto 0px; }
        @media only screen and (max-width: 767px) {
          body .container #newitems .newitems_box {
            display: block; } }
        body .container #newitems .newitems_box .newitems_box_case {
          width: 350px; }
          @media only screen and (max-width: 767px) {
            body .container #newitems .newitems_box .newitems_box_case {
              width: 100%;
              margin: 0px auto;
              padding: 0px 6%; }
              body .container #newitems .newitems_box .newitems_box_case:nth-child(2) {
                margin: 50px auto 0px; } }
          body .container #newitems .newitems_box .newitems_box_case .newitems_box_case_img {
            height: 350px;
            margin: 0px auto;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .newitems_box_case_img {
                width: 60%;
                height: auto; } }
            body .container #newitems .newitems_box .newitems_box_case .newitems_box_case_img img {
              width: auto;
              height: 100%; }
              @media only screen and (max-width: 767px) {
                body .container #newitems .newitems_box .newitems_box_case .newitems_box_case_img img {
                  width: 100%;
                  height: auto; } }
          body .container #newitems .newitems_box .newitems_box_case .title {
            width: 300px;
            margin: 31px auto 0px; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .title {
                width: 76%;
                margin: 25px auto 0px; } }
          body .container #newitems .newitems_box .newitems_box_case .title_ex {
            width: 350px;
            margin: 20px auto 0px; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .title_ex {
                width: 76%;
                margin: 25px auto 0px; } }
          body .container #newitems .newitems_box .newitems_box_case .author {
            font-size: 20px;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: bold;
            color: #fff;
            margin-top: 20px; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .author {
                width: 100%;
                margin-top: 12px; } }
            @media only screen and (max-width: 320px) {
              body .container #newitems .newitems_box .newitems_box_case .author {
                font-size: 18px; } }
          body .container #newitems .newitems_box .newitems_box_case .author_ex {
            width: 300px;
            font-size: 20px;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: bold;
            color: #fff;
            margin: 20px auto 0px; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .author_ex {
                width: 76%;
                margin: 12px auto 0px; } }
            @media only screen and (max-width: 320px) {
              body .container #newitems .newitems_box .newitems_box_case .author_ex {
                font-size: 18px; } }
          body .container #newitems .newitems_box .newitems_box_case .about {
            font-size: 18px;
            font-family: "Noto Sans JP", sans-serif;
            color: #fff;
            margin-top: 20px; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .about {
                font-size: 15px;
                margin-top: 12px; } }
            body .container #newitems .newitems_box .newitems_box_case .about span {
              font-size: 18px;
              font-family: "Noto Sans JP", sans-serif;
              color: #fff;
              letter-spacing: -1px; }
              @media only screen and (max-width: 767px) {
                body .container #newitems .newitems_box .newitems_box_case .about span {
                  font-size: 15px; } }
          body .container #newitems .newitems_box .newitems_box_case .about_ex {
            width: 300px;
            font-size: 18px;
            font-family: "Noto Sans JP", sans-serif;
            color: #fff;
            margin: 20px auto 0px; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .about_ex {
                width: 76%;
                font-size: 15px;
                margin: 12px auto 0px; } }
          body .container #newitems .newitems_box .newitems_box_case .buy {
            display: block;
            width: 100%;
            font-size: 25px;
            color: #fff;
            margin: 35px auto 0px;
            padding: 20px 0px;
            text-align: center;
            border: 2px solid #fff;
            line-height: 1; }
            body .container #newitems .newitems_box .newitems_box_case .buy:hover {
              background-color: #e00022;
              border: 2px solid #e00022; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .buy {
                margin-top: 20px; } }
          body .container #newitems .newitems_box .newitems_box_case .buy_ex {
            display: block;
            width: 100%;
            font-size: 25px;
            color: #fff;
            margin: 62px auto 0px;
            padding: 20px 0px;
            text-align: center;
            border: 2px solid #fff;
            line-height: 1; }
            body .container #newitems .newitems_box .newitems_box_case .buy_ex:hover {
              background-color: #e00022;
              border: 2px solid #e00022; }
            @media only screen and (max-width: 767px) {
              body .container #newitems .newitems_box .newitems_box_case .buy_ex {
                margin-top: 20px; } }
    body .container #info {
      width: 100%;
      margin: 80px auto 0px; }
      @media only screen and (max-width: 767px) {
        body .container #info {
          width: 100%;
          margin: 60px auto 0px; } }
      body .container #info .story_index {
        position: relative;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        height: 165px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #info .story_index {
            width: 100%;
            height: 100px; } }
        body .container #info .story_index .story_index_title {
          position: relative;
          font-size: 50px;
          font-style: oblique;
          color: #fff;
          text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022;
          z-index: 9; }
          @media only screen and (max-width: 767px) {
            body .container #info .story_index .story_index_title {
              font-size: 30px; } }
        body .container #info .story_index .closs-z {
          position: absolute;
          top: 0px;
          left: 50%;
          width: 135px;
          height: 100%;
          margin-left: -62px; }
          @media only screen and (max-width: 767px) {
            body .container #info .story_index .closs-z {
              top: -10px;
              width: 81px;
              margin-left: -32px; } }
          body .container #info .story_index .closs-z .closs-z_left_info {
            position: absolute;
            top: 29px;
            left: 10px;
            width: 105px;
            height: 114px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #info .story_index .closs-z .closs-z_left_info {
                left: 0px;
                width: 63px;
                height: 69px; } }
            body .container #info .story_index .closs-z .closs-z_left_info .closs-z_left_info_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
          body .container #info .story_index .closs-z .closs-z_right_info {
            position: absolute;
            top: 0%;
            width: 134px;
            height: 166px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #info .story_index .closs-z .closs-z_right_info {
                top: 10px;
                right: 5px;
                width: 81px;
                height: 100px; } }
            body .container #info .story_index .closs-z .closs-z_right_info .closs-z_right_info_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      body .container #info .info_box {
        width: 100%;
        margin: -83px auto 0px;
        background-color: rgba(40, 62, 150, 0.4);
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          body .container #info .info_box {
            margin: -50px auto 0px; } }
        body .container #info .info_box .info_box_back {
          position: relative;
          width: 960px;
          margin: 0px auto;
          padding: 103px 0px 38px; }
          @media only screen and (max-width: 767px) {
            body .container #info .info_box .info_box_back {
              width: 100%;
              padding: 70px 6% 15px; } }
          body .container #info .info_box .info_box_back::before {
            content: '';
            position: absolute;
            top: 0px;
            width: 1050px;
            height: 100%;
            background-image: url(../img/info_back_img_pc.png);
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: 0px top;
            z-index: 0; }
            @media only screen and (max-width: 767px) {
              body .container #info .info_box .info_box_back::before {
                left: 0px;
                width: 100%;
                background-position: center center; } }
          body .container #info .info_box .info_box_back .info_box_img {
            position: relative;
            width: 300px;
            margin: 0px auto;
            z-index: 1; }
            @media only screen and (max-width: 767px) {
              body .container #info .info_box .info_box_back .info_box_img {
                width: 88%; } }
          body .container #info .info_box .info_box_back .info_box_text {
            position: relative;
            z-index: 1;
            width: 710px;
            margin: 35px auto 0px; }
            @media only screen and (max-width: 767px) {
              body .container #info .info_box .info_box_back .info_box_text {
                width: 100%;
                margin: 25px auto 0px; } }
            body .container #info .info_box .info_box_back .info_box_text h3 {
              font-size: 30px;
              font-weight: bold;
              color: #fff;
              text-align: center; }
              @media only screen and (max-width: 767px) {
                body .container #info .info_box .info_box_back .info_box_text h3 {
                  font-size: 24px; } }
              @media only screen and (max-width: 360px) {
                body .container #info .info_box .info_box_back .info_box_text h3 {
                  font-size: 22px; } }
              @media only screen and (max-width: 320px) {
                body .container #info .info_box .info_box_back .info_box_text h3 {
                  font-size: 20px; } }
            body .container #info .info_box .info_box_back .info_box_text p {
              font-size: 20px;
              font-family: "Noto Sans JP", sans-serif;
              color: #fff;
              margin-top: 20px;
              line-height: 1.75; }
              @media only screen and (max-width: 767px) {
                body .container #info .info_box .info_box_back .info_box_text p {
                  font-size: 15px;
                  margin-top: 17px;
                  line-height: 1.95; } }
          body .container #info .info_box .info_box_back .info_box_links {
            position: relative;
            width: 780px;
            display: -ms-flexbox;
            /* IE10 */
            display: -webkit-box;
            /* Android4.3以下、Safari3.1〜6.0 */
            display: -webkit-flex;
            /* Safari6.1以降 */
            display: flex;
            -ms-flex-pack: justify;
            /*IE10*/
            -webkit-box-pack: justify;
            /* Android4.3以下、Safari3.1〜6.0 */
            -webkit-justify-content: space-between;
            /* Safari6.1以降 */
            justify-content:  space-between;
            margin: 55px auto 0px;
            z-index: 1; }
            @media only screen and (max-width: 767px) {
              body .container #info .info_box .info_box_back .info_box_links {
                display: block;
                width: 100%;
                margin: 30px auto 0px; } }
            body .container #info .info_box .info_box_back .info_box_links .info_box_links_button {
              display: block;
              width: 350px;
              padding: 20px 0px;
              font-size: 25px;
              line-height: 1;
              color: #fff;
              text-align: center;
              border: 2px solid #fff; }
              body .container #info .info_box .info_box_back .info_box_links .info_box_links_button:hover {
                background-color: #e00022;
                border: 2px solid #e00022; }
              @media only screen and (max-width: 767px) {
                body .container #info .info_box .info_box_back .info_box_links .info_box_links_button {
                  display: block;
                  width: 100%; } }
            body .container #info .info_box .info_box_back .info_box_links .info_box_links_button_ex {
              display: block;
              width: 350px;
              padding: 20px 0px;
              font-size: 25px;
              line-height: 1;
              color: #fff;
              text-align: center;
              border: 2px solid #fff;
              background-color: #8d0a2d; }
              body .container #info .info_box .info_box_back .info_box_links .info_box_links_button_ex:hover {
                background-color: #e00022;
                border: 2px solid #e00022; }
              @media only screen and (max-width: 767px) {
                body .container #info .info_box .info_box_back .info_box_links .info_box_links_button_ex {
                  display: block;
                  width: 100%;
                  margin: 30px auto 0px; } }
          body .container #info .info_box .info_box_back .info_box_att {
            position: relative;
            font-family: "Noto Sans JP", sans-serif;
            color: #fff;
            text-align: center;
            margin: 35px auto 0px;
            z-index: 1; }
            @media only screen and (max-width: 767px) {
              body .container #info .info_box .info_box_back .info_box_att {
                font-size: 14px;
                text-align: left;
                margin: 15px auto 0px; } }
    body .container #comic {
      width: 100%;
      margin: 80px auto 0px; }
      @media only screen and (max-width: 767px) {
        body .container #comic {
          width: 100%;
          margin: 60px auto 0px; } }
      body .container #comic .story_index {
        position: relative;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        height: 165px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #comic .story_index {
            width: 100%;
            height: 100px; } }
        body .container #comic .story_index .story_index_title {
          position: relative;
          font-size: 50px;
          font-style: oblique;
          color: #fff;
          text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022;
          z-index: 9; }
          @media only screen and (max-width: 767px) {
            body .container #comic .story_index .story_index_title {
              font-size: 30px; } }
        body .container #comic .story_index .closs-z {
          position: absolute;
          top: 0px;
          left: 50%;
          width: 135px;
          height: 100%;
          margin-left: -62px; }
          @media only screen and (max-width: 767px) {
            body .container #comic .story_index .closs-z {
              top: -10px;
              width: 81px;
              margin-left: -32px; } }
          body .container #comic .story_index .closs-z .closs-z_left_comic {
            position: absolute;
            top: 29px;
            left: 10px;
            width: 105px;
            height: 114px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #comic .story_index .closs-z .closs-z_left_comic {
                left: 0px;
                width: 63px;
                height: 69px; } }
            body .container #comic .story_index .closs-z .closs-z_left_comic .closs-z_left_comic_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
          body .container #comic .story_index .closs-z .closs-z_right_comic {
            position: absolute;
            top: 0%;
            width: 134px;
            height: 166px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #comic .story_index .closs-z .closs-z_right_comic {
                top: 10px;
                right: 5px;
                width: 81px;
                height: 100px; } }
            body .container #comic .story_index .closs-z .closs-z_right_comic .closs-z_right_comic_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      body .container #comic .comic_box {
        position: relative;
        width: 100%;
        margin: -83px auto 0px;
        background-color: rgba(40, 62, 150, 0.4);
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          body .container #comic .comic_box {
            margin: -50px auto 0px; } }
        body .container #comic .comic_box .comic_box_back {
          position: relative;
          width: 960px;
          margin: 0px auto;
          padding: 103px 0px 40px;
          z-index: 8; }
          @media only screen and (max-width: 767px) {
            body .container #comic .comic_box .comic_box_back {
              width: 100%;
              padding: 70px 6% 40px; } }
          body .container #comic .comic_box .comic_box_back::before {
            content: '';
            position: absolute;
            top: 0px;
            width: 1460px;
            height: 100%;
            background-image: url(../img/comic_back_img_pc.png);
            background-size: 740px auto;
            background-repeat: no-repeat;
            background-position: 530px 10px;
            z-index: -1; }
            @media only screen and (max-width: 767px) {
              body .container #comic .comic_box .comic_box_back::before {
                width: 100%;
                background-size: 92% auto;
                /*345px*/
                background-position: 420% 12%; } }
          body .container #comic .comic_box .comic_box_back .comic_box_img {
            width: 300px;
            margin: 0px auto; }
            @media only screen and (max-width: 767px) {
              body .container #comic .comic_box .comic_box_back .comic_box_img {
                width: 88%;
                margin: 0px auto; } }
          body .container #comic .comic_box .comic_box_back .comic_box_text {
            width: 780px;
            margin: 30px auto 0px; }
            @media only screen and (max-width: 767px) {
              body .container #comic .comic_box .comic_box_back .comic_box_text {
                width: 100%;
                margin: 25px auto 0px; } }
            body .container #comic .comic_box .comic_box_back .comic_box_text h3 {
              font-size: 30px;
              font-weight: bold;
              color: #fff;
              line-height: 1.67; }
              @media only screen and (max-width: 767px) {
                body .container #comic .comic_box .comic_box_back .comic_box_text h3 {
                  font-size: 24px;
                  text-align: center; } }
              @media only screen and (max-width: 360px) {
                body .container #comic .comic_box .comic_box_back .comic_box_text h3 {
                  font-size: 22px; } }
              @media only screen and (max-width: 320px) {
                body .container #comic .comic_box .comic_box_back .comic_box_text h3 {
                  font-size: 20px; } }
            body .container #comic .comic_box .comic_box_back .comic_box_text p {
              font-size: 20px;
              font-family: "Noto Sans JP", sans-serif;
              color: #fff;
              margin-top: 20px;
              line-height: 1.75; }
              @media only screen and (max-width: 767px) {
                body .container #comic .comic_box .comic_box_back .comic_box_text p {
                  font-size: 15px;
                  margin-top: 17px;
                  line-height: 1.95; } }
          body .container #comic .comic_box .comic_box_back .comic_box_link {
            display: block;
            width: 350px;
            margin: 50px auto 0px;
            padding: 20px 0px;
            font-size: 25px;
            line-height: 1;
            color: #fff;
            text-align: center;
            border: 2px solid #fff; }
            body .container #comic .comic_box .comic_box_back .comic_box_link:hover {
              background-color: #e00022;
              border: 2px solid #e00022; }
            @media only screen and (max-width: 767px) {
              body .container #comic .comic_box .comic_box_back .comic_box_link {
                width: 100%;
                margin: 30px auto 0px; } }
          body .container #comic .comic_box .comic_box_back .comic_box_items {
            width: 750px;
            margin: 60px auto 0px; }
            @media only screen and (max-width: 767px) {
              body .container #comic .comic_box .comic_box_back .comic_box_items {
                width: 100%;
                margin: 50px auto 0px; } }
            body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set {
              display: -ms-flexbox;
              /* IE10 */
              display: -webkit-box;
              /* Android4.3以下、Safari3.1〜6.0 */
              display: -webkit-flex;
              /* Safari6.1以降 */
              display: flex;
              -ms-flex-pack: justify;
              /*IE10*/
              -webkit-box-pack: justify;
              /* Android4.3以下、Safari3.1〜6.0 */
              -webkit-justify-content: space-between;
              /* Safari6.1以降 */
              justify-content:  space-between; }
              body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set:not(:first-child) {
                margin: 30px auto 0px; }
              @media only screen and (max-width: 767px) {
                body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set {
                  display: block;
                  width: 100%; }
                  body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set:not(:first-child) {
                    margin: 50px auto 0px; } }
              body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_img {
                width: 180px; }
                @media only screen and (max-width: 767px) {
                  body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_img {
                    width: 60%;
                    margin: 0px auto; } }
              body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text {
                margin-top: 10px; }
                @media only screen and (max-width: 767px) {
                  body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text {
                    margin: 25px auto 0px; } }
                body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text h3 {
                  font-size: 25px;
                  font-family: "Noto Sans JP", sans-serif;
                  font-weight: bold;
                  color: #fff; }
                  body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text h3 span {
                    font-size: 18px;
                    font-family: "Noto Sans JP", sans-serif;
                    font-weight: bold;
                    color: #fff; }
                body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text .set_text_author {
                  font-size: 20px;
                  font-family: "Noto Sans JP", sans-serif;
                  font-weight: bold;
                  color: #fff; }
                  @media only screen and (max-width: 767px) {
                    body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text .set_text_author {
                      margin-top: 10px; } }
                body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text .set_text_about {
                  font-size: 18px;
                  font-family: "Noto Sans JP", sans-serif;
                  color: #fff;
                  margin-top: 15px; }
                  @media only screen and (max-width: 767px) {
                    body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text .set_text_about {
                      font-size: 15px;
                      margin-top: 10px; } }
                  body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text .set_text_about span {
                    font-size: 18px;
                    font-family: "Noto Sans JP", sans-serif;
                    color: #fff; }
                    @media only screen and (max-width: 767px) {
                      body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text .set_text_about span {
                        font-size: 15px; } }
                    @media only screen and (max-width: 320px) {
                      body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text .set_text_about span {
                        letter-spacing: -1px; } }
                body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text a {
                  display: block;
                  width: 250px;
                  font-size: 20px;
                  color: #fff;
                  margin-top: 17px;
                  padding: 8px 0px;
                  text-align: center;
                  border: 2px solid #fff; }
                  body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text a:hover {
                    background-color: #e00022;
                    border: 2px solid #e00022; }
                  @media only screen and (max-width: 767px) {
                    body .container #comic .comic_box .comic_box_back .comic_box_items .comic_box_set .set_text a {
                      width: 100%;
                      font-size: 25px;
                      margin-top: 24px;
                      padding: 14px 0px; } }
    body .container #rel {
      width: 100%;
      margin: 80px auto 0px; }
      @media only screen and (max-width: 767px) {
        body .container #rel {
          width: 100%;
          margin: 60px auto 0px; } }
      body .container #rel .story_index {
        position: relative;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        height: 165px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #rel .story_index {
            width: 100%;
            height: 100px; } }
        body .container #rel .story_index .story_index_title {
          position: relative;
          font-size: 50px;
          font-style: oblique;
          color: #fff;
          text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022;
          z-index: 9; }
          @media only screen and (max-width: 767px) {
            body .container #rel .story_index .story_index_title {
              font-size: 30px; } }
        body .container #rel .story_index .closs-z {
          position: absolute;
          top: 0px;
          left: 50%;
          width: 135px;
          height: 100%;
          margin-left: -62px; }
          @media only screen and (max-width: 767px) {
            body .container #rel .story_index .closs-z {
              top: -10px;
              width: 81px;
              margin-left: -32px; } }
          body .container #rel .story_index .closs-z .closs-z_left_rel {
            position: absolute;
            top: 29px;
            left: 10px;
            width: 105px;
            height: 114px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #rel .story_index .closs-z .closs-z_left_rel {
                left: 0px;
                width: 63px;
                height: 69px; } }
            body .container #rel .story_index .closs-z .closs-z_left_rel .closs-z_left_rel_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
          body .container #rel .story_index .closs-z .closs-z_right_rel {
            position: absolute;
            top: 0%;
            width: 134px;
            height: 166px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #rel .story_index .closs-z .closs-z_right_rel {
                top: 10px;
                right: 5px;
                width: 81px;
                height: 100px; } }
            body .container #rel .story_index .closs-z .closs-z_right_rel .closs-z_right_rel_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      body .container #rel .rel_img {
        display: block;
        width: 960px;
        margin: 20px auto 0px;
        box-shadow: 0px 0px 10px 2px rgba(224, 0, 34, 0.7); }
        @media only screen and (max-width: 767px) {
          body .container #rel .rel_img {
            width: 100%;
            margin-top: 10px; } }
      @media only screen and (max-width: 767px) {
        body .container #rel .rel_sp_att {
          width: 100%;
          color: #fff;
          font-size: 13px;
          font-family: "Noto Sans JP", sans-serif;
          margin-top: 10px;
          padding: 0px 3%; } }
      body .container #rel .rel_coma {
        width: 960px;
        margin: 50px auto 0px; }
        @media only screen and (max-width: 767px) {
          body .container #rel .rel_coma {
            width: 100%;
            margin: 40px auto 0px; } }
    body .container #overture {
      width: 100%;
      margin: 80px auto 0px; }
      @media only screen and (max-width: 767px) {
        body .container #overture {
          width: 100%;
          margin: 60px auto 0px; } }
      body .container #overture .story_index {
        position: relative;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        height: 165px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #overture .story_index {
            width: 100%;
            height: 100px; } }
        body .container #overture .story_index .story_index_title {
          position: relative;
          font-size: 50px;
          font-style: oblique;
          color: #fff;
          text-shadow: 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022, 0px 0px 8px #e00022;
          z-index: 9; }
          @media only screen and (max-width: 767px) {
            body .container #overture .story_index .story_index_title {
              font-size: 30px; } }
        body .container #overture .story_index .closs-z {
          position: absolute;
          top: 0px;
          left: 50%;
          width: 135px;
          height: 100%;
          margin-left: -62px; }
          @media only screen and (max-width: 767px) {
            body .container #overture .story_index .closs-z {
              top: -10px;
              width: 81px;
              margin-left: -32px; } }
          body .container #overture .story_index .closs-z .closs-z_left_overture {
            position: absolute;
            top: 29px;
            left: 10px;
            width: 105px;
            height: 114px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #overture .story_index .closs-z .closs-z_left_overture {
                left: 0px;
                width: 63px;
                height: 69px; } }
            body .container #overture .story_index .closs-z .closs-z_left_overture .closs-z_left_overture_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
          body .container #overture .story_index .closs-z .closs-z_right_overture {
            position: absolute;
            top: 0%;
            width: 134px;
            height: 166px;
            z-index: 8; }
            @media only screen and (max-width: 767px) {
              body .container #overture .story_index .closs-z .closs-z_right_overture {
                top: 10px;
                right: 5px;
                width: 81px;
                height: 100px; } }
            body .container #overture .story_index .closs-z .closs-z_right_overture .closs-z_right_overture_img {
              width: 100%;
              height: 0%;
              overflow: hidden;
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              -webkit-transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
              transition: all 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035); }
      body .container #overture .overture_box {
        margin: 20px auto 0px; }
        @media only screen and (max-width: 767px) {
          body .container #overture .overture_box {
            width: 100%;
            padding: 0px 3%; } }
        body .container #overture .overture_box .overture_box_img {
          width: 700px;
          margin: 0px auto; }
          @media only screen and (max-width: 767px) {
            body .container #overture .overture_box .overture_box_img {
              width: 100%; } }
        body .container #overture .overture_box .overture_box_text {
          display: -ms-flexbox;
          /* IE10 */
          display: -webkit-box;
          /* Android4.3以下、Safari3.1〜6.0 */
          display: -webkit-flex;
          /* Safari6.1以降 */
          display: flex;
          -ms-flex-pack: justify;
          /*IE10*/
          -webkit-box-pack: justify;
          /* Android4.3以下、Safari3.1〜6.0 */
          -webkit-justify-content: space-between;
          /* Safari6.1以降 */
          justify-content:  space-between;
          width: 845px;
          margin: 20px auto 0px; }
          @media only screen and (max-width: 767px) {
            body .container #overture .overture_box .overture_box_text {
              display: block;
              width: 100%;
              padding: 0px 3%; } }
          @media only screen and (max-width: 767px) {
            body .container #overture .overture_box .overture_box_text .overture_box_text_cat {
              color: #fff;
              font-size: 12px;
              font-family: "Noto Sans JP", sans-serif; }
              body .container #overture .overture_box .overture_box_text .overture_box_text_cat span {
                color: #fff;
                font-size: 20px;
                font-family: "Noto Sans JP", sans-serif;
                font-weight: bold; } }
          body .container #overture .overture_box .overture_box_text .overture_box_text_in {
            width: 401px;
            font-size: 18px;
            font-family: "Noto Sans JP", sans-serif;
            color: #fff;
            text-align: justify;
            line-height: 2; }
            @media only screen and (max-width: 767px) {
              body .container #overture .overture_box .overture_box_text .overture_box_text_in {
                width: 100%;
                font-size: 15px;
                font-weight: normal;
                line-height: 1.7;
                margin-top: 10px; } }
          body .container #overture .overture_box .overture_box_text .overture_box_text_out {
            border: 1px solid #e00022; }
            @media only screen and (max-width: 767px) {
              body .container #overture .overture_box .overture_box_text .overture_box_text_out {
                margin: 20px auto; } }
    body .container .return_top {
      position: fixed;
      display: none;
      width: 100%;
      z-index: 99; }
      @media only screen and (min-width: 768px) {
        body .container .return_top {
          bottom: 125px; } }
      @media only screen and (max-width: 767px) {
        body .container .return_top {
          bottom: 100px; } }
      @media only screen and (min-width: 768px) {
        body .container .return_top .return_btn {
          position: relative;
          display: block;
          width: 100%;
          margin: 0px auto; } }
      @media only screen and (max-width: 767px) {
        body .container .return_top .return_btn {
          width: 100%; } }
      body .container .return_top .return_btn .return_parts_one {
        position: absolute;
        right: 3%; }
        @media only screen and (min-width: 768px) {
          body .container .return_top .return_btn .return_parts_one {
            width: 50px;
            height: 50px; } }
        @media only screen and (max-width: 767px) {
          body .container .return_top .return_btn .return_parts_one {
            width: 40px;
            height: 40px; } }
    body .container #footer {
      margin: 135px auto 0px;
      padding-bottom: 10px;
      z-index: 6; }
      @media only screen and (max-width: 767px) {
        body .container #footer {
          position: relative;
          margin: 60px auto 0px;
          padding-bottom: 0px; } }
      @media only screen and (max-width: 767px) {
        body .container #footer .footer_sp_back {
          position: absolute;
          bottom: 0px;
          width: 100%;
          opacity: 0.5; } }
      body .container #footer .footer_link {
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #footer .footer_link {
            position: relative;
            z-index: 7; } }
        body .container #footer .footer_link a {
          font-size: 20px;
          color: #fff;
          padding-bottom: 5px;
          border-bottom: 2px solid #fff; }
          body .container #footer .footer_link a:hover {
            color: #e00022;
            border-bottom: 2px solid #e00022; }
          body .container #footer .footer_link a:first-child {
            margin-right: 80px; }
          @media only screen and (max-width: 767px) {
            body .container #footer .footer_link a {
              font-size: 15px; }
              body .container #footer .footer_link a:first-child {
                margin-right: 50px; } }
      body .container #footer .copy_r {
        display: block;
        font-size: 14px;
        color: #fff;
        margin: 25px auto 0px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          body .container #footer .copy_r {
            position: relative;
            width: 100%;
            font-size: 13px;
            padding: 0px 4% 5px;
            z-index: 7; } }

/*インタビューページ*/
#ex_body {
  position: relative; }
  @media only screen and (max-width: 767px) {
    #ex_body {
      background-image: url(../img/main_back_sp.jpg);
      background-size: 100%; } }
  #ex_body .glitter_layer_one {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1000px;
    background-size: 960px auto;
    background-position: center top;
    background-image: url("../img/glitter_01.png");
    overflow: hidden;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      #ex_body .glitter_layer_one {
        display: none; } }
  #ex_body .glitter_layer_two {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1000px;
    background-size: 960px auto;
    background-position: center top;
    background-image: url("../img/glitter_02.png");
    overflow: hidden;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      #ex_body .glitter_layer_two {
        display: none; } }
  #ex_body .int_cantainer {
    position: relative;
    width: 960px;
    margin: 50px auto 0px;
    padding: 12px 90px 50px;
    background-image: url(../img/int_back_img_pc.jpg);
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      #ex_body .int_cantainer {
        width: 94%;
        margin: 15px auto 0px;
        padding: 7px 0px 48px; } }
    #ex_body .int_cantainer .int_cantainer_img {
      width: 100%; }
    #ex_body .int_cantainer .int_cantainer_title {
      width: 600px;
      margin: 27px auto 0px; }
      @media only screen and (max-width: 767px) {
        #ex_body .int_cantainer .int_cantainer_title {
          width: 89%;
          margin: 15px auto 0px; } }
    #ex_body .int_cantainer .int_questions {
      margin: 33px auto 0px; }
      @media only screen and (max-width: 767px) {
        #ex_body .int_cantainer .int_questions {
          margin: 25px auto 0px;
          padding: 0px 3%; } }
      #ex_body .int_cantainer .int_questions:nth-child(4) {
        margin: 45px auto 0px; }
      #ex_body .int_cantainer .int_questions:nth-child(5) {
        margin: 45px auto 0px; }
      #ex_body .int_cantainer .int_questions:nth-child(6) {
        margin: 45px auto 0px; }
      #ex_body .int_cantainer .int_questions .int_question_box .int_question_box_top {
        display: block;
        width: 100%;
        line-height: 1; }
      #ex_body .int_cantainer .int_questions .int_question_box .int_question_box_center {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1〜6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        width: 100%;
        padding: 13px 65px;
        background-image: url(../img/question_box_02_pc.png);
        background-size: 100% auto; }
        @media only screen and (max-width: 767px) {
          #ex_body .int_cantainer .int_questions .int_question_box .int_question_box_center {
            padding: 10px 6%;
            text-align: justify;
            background-image: url(../img/question_box_02_sp.png); } }
        #ex_body .int_cantainer .int_questions .int_question_box .int_question_box_center p {
          color: #fff;
          font-size: 18px;
          font-weight: normal; }
          @media only screen and (max-width: 767px) {
            #ex_body .int_cantainer .int_questions .int_question_box .int_question_box_center p {
              font-size: 15px;
              font-weight: bold; } }
      #ex_body .int_cantainer .int_questions .int_question_box .int_question_box_bottom {
        display: block;
        width: 100%;
        line-height: 1; }
        #ex_body .int_cantainer .int_questions .int_question_box .int_question_box_bottom img {
          vertical-align: top; }
      #ex_body .int_cantainer .int_questions .int_question_answer {
        width: 100%;
        margin: 14px auto 0px;
        padding: 43px 65px 56px 65px;
        background-color: #fff;
        box-shadow: 0px 0px 3px 2px rgba(40, 62, 150, 0.3); }
        @media only screen and (max-width: 767px) {
          #ex_body .int_cantainer .int_questions .int_question_answer {
            margin: 18px auto 0px;
            padding: 25px 0% 32px; } }
        #ex_body .int_cantainer .int_questions .int_question_answer p {
          font-family: "Noto Sans JP", sans-serif;
          line-height: 2; }
          @media only screen and (max-width: 767px) {
            #ex_body .int_cantainer .int_questions .int_question_answer p {
              padding: 0px 6%;
              line-height: 1.6; } }
          #ex_body .int_cantainer .int_questions .int_question_answer p:first-child {
            color: #e00023;
            font-weight: bold;
            text-align: justify; }
          #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(3) {
            margin-top: 30px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(3) {
                margin-top: 25px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(4) {
            margin-top: 30px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(4) {
                margin-top: 25px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(5) {
            margin-top: 30px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(5) {
                margin-top: 25px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(6) {
            margin-top: 30px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer p:nth-child(6) {
                margin-top: 25px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer p:not(:first-child) {
            text-indent: 15px; }
        #ex_body .int_cantainer .int_questions .int_question_answer p.ans_ex {
          text-indent: 15px;
          margin-top: 0px; }
        #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines {
          width: 650px;
          margin: 25px auto 0px;
          padding: 22px;
          background-color: #f4f5fa; }
          @media only screen and (max-width: 767px) {
            #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines {
              width: 100%;
              padding: 25px 6%; } }
          #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_index {
            color: #000;
            font-weight: bold; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_index {
                padding: 0px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_text {
            text-indent: 15px;
            margin-top: 5px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_text {
                padding: 0px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st1 {
            margin: 0px;
            margin-left: 315px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st1 {
                width: 100%;
                margin-left: 0px;
                padding: 0px;
                text-indent: 105px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st2 {
            margin: 0px;
            text-indent: 15px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st2 {
                width: 100%;
                padding: 0px; } }
            #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st2 span {
              font-family: "Noto Sans JP", sans-serif;
              margin-left: 285px; }
              @media only screen and (max-width: 767px) {
                #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st2 span {
                  margin-left: 20%;
                  padding: 0px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st3 {
            margin: 0px;
            text-indent: 30px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st3 {
                width: 100%;
                padding: 0px; } }
          #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st4 {
            margin: 0px;
            text-indent: 105px; }
            @media only screen and (max-width: 767px) {
              #ex_body .int_cantainer .int_questions .int_question_answer div.ans_ex_lines .ans_ex_lines_st4 {
                width: 100%;
                padding: 0px; } }
  #ex_body .int_return {
    position: relative;
    display: block;
    width: 335px;
    color: #fff;
    font-size: 25px;
    margin: 40px auto 0px;
    padding: 14px 0px;
    text-align: center;
    border: 2px solid #fff;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      #ex_body .int_return {
        margin: 48px auto 0px; } }
    #ex_body .int_return:hover {
      border: 2px solid #e00022;
      background-color: #e00022; }
  #ex_body .return_top {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 99; }
    @media only screen and (min-width: 768px) {
      #ex_body .return_top {
        bottom: 125px; } }
    @media only screen and (max-width: 767px) {
      #ex_body .return_top {
        bottom: 100px; } }
    @media only screen and (min-width: 768px) {
      #ex_body .return_top .return_btn {
        position: relative;
        display: block;
        width: 100%;
        margin: 0px auto; } }
    @media only screen and (max-width: 767px) {
      #ex_body .return_top .return_btn {
        width: 100%; } }
    #ex_body .return_top .return_btn .return_parts_one {
      position: absolute;
      right: 3%; }
      @media only screen and (min-width: 768px) {
        #ex_body .return_top .return_btn .return_parts_one {
          width: 50px;
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        #ex_body .return_top .return_btn .return_parts_one {
          width: 40px;
          height: 40px; } }
  #ex_body #footer {
    position: relative;
    margin: 127px auto 0px;
    padding-bottom: 10px;
    z-index: 6; }
    @media only screen and (max-width: 767px) {
      #ex_body #footer {
        margin: 90px auto 0px;
        padding-bottom: 0px; } }
    #ex_body #footer .footer_link {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #ex_body #footer .footer_link {
          position: relative;
          z-index: 7; } }
      #ex_body #footer .footer_link a {
        font-size: 20px;
        color: #fff;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff; }
        #ex_body #footer .footer_link a:hover {
          color: #e00022;
          border-bottom: 2px solid #e00022; }
        #ex_body #footer .footer_link a:first-child {
          margin-right: 80px; }
        @media only screen and (max-width: 767px) {
          #ex_body #footer .footer_link a {
            font-size: 15px; }
            #ex_body #footer .footer_link a:first-child {
              margin-right: 50px; } }
    #ex_body #footer .copy_r {
      display: block;
      font-size: 14px;
      color: #fff;
      margin: 25px auto 0px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #ex_body #footer .copy_r {
          position: relative;
          width: 100%;
          font-size: 13px;
          padding: 0px 4% 5px;
          z-index: 7; } }
    ul.sns {
      display: flex;
      justify-content: center; }
    .sns li {
      height: 20px;
      margin-bottom:10px; }
    .sns li:first-child {
      margin-right: 6px;
      margin-top: 1px; }
      