@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

#top {
  /* whatsnew_02 */
  /* interview */ }
  #top #contentsWrapper {
    background: none;
    width: 100%;
    margin: 0 auto; }
  #top #whatsnew_02 {
    max-width: 960px;
    position: relative;
    margin: 1% auto;
    margin-bottom: 30px;
    padding: 10px; }
    #top #whatsnew_02 ul {
      overflow: hidden;
      margin-top: 20px;
      display: flex;
      width: 100%;
      justify-content: space-between; }
    #top #whatsnew_02 li {
      padding: 0.5%;
      width: calc(100%/4);
      box-sizing: border-box; }
      #top #whatsnew_02 li a {
        height: 200px;
        overflow: hidden;
        display: block;
        background-color: #fff;
        position: relative; }
        @media screen and (max-width: 1000px) {
          #top #whatsnew_02 li a {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            height: 20vw; } }
        @media screen and (max-width: 767px) {
          #top #whatsnew_02 li a {
            height: auto;
            width: 100%; } }
        #top #whatsnew_02 li a img {
          height: 100%;
          display: block;
          transition: 0.6s; }
          @media screen and (max-width: 767px) {
            #top #whatsnew_02 li a img {
              height: auto;
              width: 100%; } }
          #top #whatsnew_02 li a img:hover {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2); }
        #top #whatsnew_02 li a span {
          position: absolute;
          color: #fff; }
        #top #whatsnew_02 li a .label {
          font-size: 11px;
          padding: 0 5px;
          bottom: 6px;
          box-sizing: border-box; }
        #top #whatsnew_02 li a .label-interview {
          right: 5px;
          background-color: #df4b59; }
        #top #whatsnew_02 li a .label-new {
          right: 80px;
          background-color: #f0804d; }
        #top #whatsnew_02 li a .label-title {
          font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
          left: 15px;
          font-size: 22px;
          font-weight: 100; }
        #top #whatsnew_02 li a .label-cglist1 {
          bottom: 10px; }
        #top #whatsnew_02 li a hr {
          margin: 0;
          border-width: 1px 0px 0px 0px;
          border-style: solid;
          border-color: #fff;
          height: 1px; }
        #top #whatsnew_02 li a .label-cglist2 {
          bottom: 45px;
          border-block-end: 1px solid #fff; }
  #top #interview_lineup {
    background: #f9f9f9;
    position: relative;
    padding: 5% 2% 8% 2%; }
    #top #interview_lineup .sectionInner {
      max-width: 960px;
      margin: 0 auto;
      background: #fff; }
      #top #interview_lineup .sectionInner .flex-box {
        display: flex;
        padding: 2% 2% 7% 2%; }
      #top #interview_lineup .sectionInner h2 {
        padding: 3% 5% 0 5%;
        margin-bottom: 30px; }
        #top #interview_lineup .sectionInner h2 img {
          vertical-align: top; }
      #top #interview_lineup .sectionInner p {
        color: #333333;
        font-size: 13px;
        padding: 0 5%; }
      #top #interview_lineup .sectionInner .left-box {
        width: 60%; }
        #top #interview_lineup .sectionInner .left-box ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #top #interview_lineup .sectionInner .left-box ul li {
            max-width: 47%;
            padding: 2%;
            margin: 1%;
            border: 1px solid #fff;
            box-sizing: border-box; }
            #top #interview_lineup .sectionInner .left-box ul li a {
              text-decoration: none; }
              #top #interview_lineup .sectionInner .left-box ul li a img {
                width: 100%; }
            #top #interview_lineup .sectionInner .left-box ul li:hover {
              border: 1px solid #df4b59;
              transition: all 0.3s;
              text-decoration: transparent; }
              #top #interview_lineup .sectionInner .left-box ul li:hover .name {
                color: #df4b59;
                transition: all 0.3s; }
        #top #interview_lineup .sectionInner .left-box .golist {
          display: flex;
          justify-content: flex-end;
          margin-top: 15px; }
          #top #interview_lineup .sectionInner .left-box .golist a {
            border: 1px solid #333333;
            color: #333333;
            text-decoration: none;
            padding: 5px 35px;
            font-size: 15px;
            margin-right: 15px; }
            #top #interview_lineup .sectionInner .left-box .golist a:hover {
              color: #df4b59;
              border-color: #df4b59;
              transition: all 0.2s; }
    #top #interview_lineup #top_backnumber {
      width: 40%; }
      #top #interview_lineup #top_backnumber ul li {
        width: 50%; }
  @media screen and (max-width: 1000px) {
    #top #interview_lineup .sectionInner .flex-box {
      padding-bottom: 8%;
      margin-bottom: 3%; } }
  @media screen and (max-width: 767px) {
    #top ul li dl .update {
      margin-top: 3px;
      font-size: 1em; }
      #top ul li dl .update span {
        margin-left: 10px;
        color: #df4b59; }
    #top ul li dl .name {
      font-size: 1.2em; }
    #top ul li dl .subname {
      font-size: 0.75em; }
    #top ul li dl .post {
      font-size: 0.9em; }
    #top #whatsnew_02 {
      margin: 0 auto;
      padding: 0; }
      #top #whatsnew_02 ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 10px auto 0 auto; }
      #top #whatsnew_02 li {
        width: 47%;
        padding-bottom: 4%; }
        #top #whatsnew_02 li:last-child {
          padding: 0; }
        #top #whatsnew_02 li a {
          width: 100%; }
          #top #whatsnew_02 li a img {
            width: 100%; }
        #top #whatsnew_02 li:hover .name {
          color: #df4b59;
          transition: all 0.3s;
          text-decoration: transparent; }
      #top #whatsnew_02 .label-title {
        left: 7px !important;
        font-size: 1.5em !important; }
      #top #whatsnew_02 .label-cglist1 {
        bottom: 7px !important; }
      #top #whatsnew_02 .label-cglist2 {
        bottom: 38px !important; }
    #top #interview_lineup {
      margin-top: 4%;
      padding: 10% 2%; }
      #top #interview_lineup .sectionInner .flex-box {
        display: inherit;
        padding: 3%; }
        #top #interview_lineup .sectionInner .flex-box #top_backnumber {
          width: 90%;
          padding: 5%; }
          #top #interview_lineup .sectionInner .flex-box #top_backnumber ul .bntitle {
            display: block;
            width: 100%; }
      #top #interview_lineup .sectionInner h2 {
        height: 17px;
        padding: 0 0 0 3%;
        display: inline-block; }
        #top #interview_lineup .sectionInner h2 img {
          vertical-align: top; }
      #top #interview_lineup .sectionInner p {
        color: #333333;
        font-size: 0.9em;
        padding: 0 3%;
        line-height: 1.5; }
        #top #interview_lineup .sectionInner p span {
          padding: 1% 0;
          display: block;
          line-height: 1.8; }
      #top #interview_lineup .sectionInner .left-box {
        width: 100%; }
        #top #interview_lineup .sectionInner .left-box ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%; }
          #top #interview_lineup .sectionInner .left-box ul li {
            width: 47%;
            padding: 2% 0;
            margin: 0;
            margin-bottom: 0;
            border: none; }
            #top #interview_lineup .sectionInner .left-box ul li:hover {
              border: none; }
        #top #interview_lineup .sectionInner .left-box .golist {
          margin: 20px 0; }
          #top #interview_lineup .sectionInner .left-box .golist a {
            margin: 0; } }

#gallery .flex {
  margin-top: 1%;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 3% auto;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between; }
#gallery #mainContents {
  width: 65%; }
  #gallery #mainContents .section {
    margin: 7% 0 2% 0;
    width: 100%; }
    #gallery #mainContents .section img {
      width: 100%; }
    #gallery #mainContents .section:first-child {
      margin-top: 0; }
    #gallery #mainContents .section .subtitle {
      font-family: inherit;
      font-size: 20px; }
      #gallery #mainContents .section .subtitle span {
        font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 18px; }
    #gallery #mainContents .section .left {
      max-width: 100%; }
@media screen and (max-width: 960px) {
  #gallery .flex {
    padding: 2%; }
  #gallery #contentsSns {
    padding-right: 2%; } }
@media screen and (max-width: 767px) {
  #gallery .flex {
    display: inherit; }
  #gallery #mainContents {
    width: 100%; }
    #gallery #mainContents .section {
      width: 96%; }
      #gallery #mainContents .section .subtitle {
        margin-top: 30px;
        font-size: 20px; }
        #gallery #mainContents .section .subtitle:first-child {
          margin-top: 0; }
        #gallery #mainContents .section .subtitle span {
          font-size: 18px; } }

#indexBacknumber {
  width: 100%;
  max-width: 960px;
  padding-bottom: 70px;
  margin: 0 auto; }
  #indexBacknumber ul {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    #indexBacknumber ul li {
      width: 23%;
      padding: 1%;
      margin: 1%;
      border: 1px solid #d6d6d6;
      box-sizing: border-box; }
      #indexBacknumber ul li dl .update {
        font-size: 12px;
        margin-top: 4%;
        font-weight: bold; }
      #indexBacknumber ul li dl .name {
        font-size: 13px;
        color: #df4b59;
        font-weight: bold; }
      #indexBacknumber ul li dl .subname {
        margin-top: 3%; }
      #indexBacknumber ul li dl .post {
        font-size: 11px; }
      #indexBacknumber ul li:hover {
        border: 1px solid #df4b59;
        transition: all 0.3s;
        text-decoration: transparent; }
        #indexBacknumber ul li:hover .name {
          color: #df4b59;
          transition: all 0.3s; }
      #indexBacknumber ul li a {
        text-decoration: none; }
        #indexBacknumber ul li a img {
          width: 100%; }

@media screen and (max-width: 960px) {
  #indexBacknumber ul li {
    height: auto; }
    #indexBacknumber ul li dl .update {
      font-size: 0.9em; }
    #indexBacknumber ul li dl .name {
      font-size: 1em; }
    #indexBacknumber ul li a img {
      width: 100%; } }
#interview #article #backnumber {
  margin-top: 20.5%; }
  #interview #article #backnumber h3 {
    margin-bottom: 2%; }

#visitingproduction #indexBacknumber ul li {
  height: 225px; }
#visitingproduction #article #backnumber {
  margin-top: 7.5%; }
  #visitingproduction #article #backnumber h3 {
    margin-bottom: 10%; }

#youngartist #article #backnumber {
  margin-top: 7.5%; }
  #youngartist #article #backnumber h3 {
    margin-bottom: 10%; }

#gallery #backnumber {
  background: #f9f9f9;
  padding: 2% 0 0 0;
  width: 27%; }
  #gallery #backnumber ul {
    display: inherit; }
    #gallery #backnumber ul li {
      width: 100%; }
  #gallery #backnumber h3 {
    margin-bottom: 10%; }

@media screen and (max-width: 960px) {
  #gallery #backnumber ul li .br {
    display: block; } }
@media screen and (max-width: 767px) {
  #indexBacknumber {
    padding-bottom: 20px; }
    #indexBacknumber ul {
      width: 95%;
      margin: 0 auto; }
      #indexBacknumber ul li {
        width: 48%;
        padding: 1% 1% 3% 1%; }

  #visitingproduction #indexBacknumber ul li {
    height: auto; }

  #gallery #backnumber {
    width: 86%;
    padding: 5%; }
    #gallery #backnumber ul li {
      width: 100%; }
      #gallery #backnumber ul li .br {
        display: inline; } }
#article {
  max-width: 960px;
  margin: 0 auto; }
  #article a {
    text-decoration: none;
    color: #df4b59; }
  #article .sectionInner {
    display: flex;
    justify-content: space-between;
    width: 95%; }
    #article .sectionInner #mainContents {
      width: 70%; }
      #article .sectionInner #mainContents .u_page {
        margin: 0; }
      #article .sectionInner #mainContents h3 {
        font-size: 22px;
        margin: 8% 0 3% 0;
        color: #df4b59; }
        #article .sectionInner #mainContents h3 span {
          font-size: 16px;
          color: #333333; }
      #article .sectionInner #mainContents p {
        line-height: 1.85;
        margin-bottom: 1.5em; }
        #article .sectionInner #mainContents p img {
          width: 100%; }
      #article .sectionInner #mainContents .section {
        clear: both;
        overflow: hidden; }
        #article .sectionInner #mainContents .section a {
          border-bottom: 1px solid #df4b59; }
        #article .sectionInner #mainContents .section a:hover {
          opacity: 0.7; }
        #article .sectionInner #mainContents .section img {
          width: 100%; }
        #article .sectionInner #mainContents .section .article-ttl {
          position: relative;
          font-size: 18px;
          border-bottom: 1px solid #bbb;
          margin: 4% 0;
          padding-left: 3%;
          color: #df4b59;
          padding-bottom: 1%; }
          #article .sectionInner #mainContents .section .article-ttl:before {
            position: absolute;
            background: #df4b59;
            content: "";
            width: 12px;
            height: 12px;
            top: 7px;
            left: 2px; }
        #article .sectionInner #mainContents .section .speaker {
          color: #df4b59; }
        #article .sectionInner #mainContents .section .speaker_green {
          color: #27a739; }
        #article .sectionInner #mainContents .section .speaker_olive {
          color: #18852a; }
        #article .sectionInner #mainContents .section .speaker_purple {
          color: #80347f; }
        #article .sectionInner #mainContents .section .speaker_orange {
          color: #f7751e; }
        #article .sectionInner #mainContents .section .speaker_red {
          color: #ea2d67; }
        #article .sectionInner #mainContents .section .speaker_blue {
          color: #214ddc; }
        #article .sectionInner #mainContents .section .speaker_sky {
          color: #06b5e7; }
        #article .sectionInner #mainContents .section .speaker_pink {
          color: #f05dd3; }
        #article .sectionInner #mainContents .section .speaker_ee {
          color: #f20b0b; }
        #article .sectionInner #mainContents .section .interviewer {
          color: #da8b3c; }
        #article .sectionInner #mainContents .section .speaker01 {
          color: #337bb2; }
        #article .sectionInner #mainContents .section .speaker02 {
          color: #ca69bf; }
        #article .sectionInner #mainContents .section .left {
          float: left;
          margin: 0 20px 20px 0;
          max-width: 200px;
          width: 100%; }
        #article .sectionInner #mainContents .section .left_lateral {
          float: left;
          margin: 0 20px 20px 0;
          max-width: 280px;
          width: 100%; }
        #article .sectionInner #mainContents .section .right {
          float: right;
          margin: 0 0 20px 20px;
          max-width: 200px;
          width: 100%; }
        #article .sectionInner #mainContents .section .right_lateral {
          float: right;
          margin: 0 0 20px 20px;
          max-width: 280px;
          width: 100%; }
        #article .sectionInner #mainContents .section .center_small {
          clear: both;
          display: block;
          margin: 0 auto 20px;
          max-width:280px; }
        #article .sectionInner #mainContents .section .center {
          clear: both;
          margin: 0 0 20px;
          width: 100%; }
        #article .sectionInner #mainContents .section .detail {
          font-size: 11px !important;
          color: #7d7d7d !important; }
        #article .sectionInner #mainContents .section .flex {
          display: flex; }
          #article .sectionInner #mainContents .section .flex img {
            width: 50%; }
      #article .sectionInner #mainContents #mainPic {
        margin: 5% 0 3% 0;
        text-align: left; }
        #article .sectionInner #mainContents #mainPic img {
          width: 100%; }
      #article .sectionInner #mainContents #number {
        color: #df4b59;
        font-size: 1.077em;
        margin-bottom: 10px;
        line-height: 1.1; }
      #article .sectionInner #mainContents #name {
        font-size: 1.847em;
        font-weight: bold;
        margin-bottom: 15px; }
        #article .sectionInner #mainContents #name span {
          font-size: .584em;
          font-weight: normal; }
      #article .sectionInner #mainContents #profile {
        padding-top: 40px;
        border-bottom: 1px solid #bbb;
        margin-bottom: 27px;
        overflow: hidden; }
        #article .sectionInner #mainContents #profile a:hover {
          opacity: 0.7; }
        #article .sectionInner #mainContents #profile img {
          display: block;
          margin: 0 20px 20px 0;
          float: left; }
        #article .sectionInner #mainContents #profile dl {
          margin-bottom: 20px; }
          #article .sectionInner #mainContents #profile dl dt {
            font-size: 1.847em;
            font-weight: bold;
            line-height: 1.1;
            margin-bottom: 10px; }
          #article .sectionInner #mainContents #profile dl .name01 {
            font-size: 1.847em;
            font-weight: bold;
            line-height: 1.1;
            margin-bottom: 10px; }
          #article .sectionInner #mainContents #profile dl .name02 {
            font-size: 1.231em;
            margin: 10px 0; }
          #article .sectionInner #mainContents #profile dl .name03 {
            font-size: 1.231em;
            padding-bottom: 10px;
            color: #df4b59; }
          #article .sectionInner #mainContents #profile dl dd {
            line-height: 1.85; }
        #article .sectionInner #mainContents #profile .img200 {
          display: block;
          margin: 0 20px 20px 0; }
      #article .sectionInner #mainContents #editor {
        margin-bottom: 30px; }
        #article .sectionInner #mainContents #editor a:hover {
          opacity: 0.7; }
        #article .sectionInner #mainContents #editor table {
          margin-top: 5px; }
          #article .sectionInner #mainContents #editor table th {
            text-align: left;
            font-weight: normal;
            padding-right: 1em; }
          #article .sectionInner #mainContents #editor table td {
            padding-bottom: 5px; }
      #article .sectionInner #mainContents #btn_other {
        text-align: right;
        margin: 5%; }
        #article .sectionInner #mainContents #btn_other .btn a {
          border: 1px solid #df4b59;
          display: inline-block;
          padding: 3% 6%;
          text-decoration: none; }
          #article .sectionInner #mainContents #btn_other .btn a:hover {
            background: #df4b59;
            color: #fff; }
      #article .sectionInner #mainContents #affiliation {
        margin: 5%  0;
        clear: both;
        padding-top: 35px; }
        #article .sectionInner #mainContents #affiliation h4 {
          padding: 2% 0;
          font-weight: 600;
          color: #df4b59;
          font-size: 1.308em; }
        #article .sectionInner #mainContents #affiliation a:hover {
          opacity: 0.7; }
        #article .sectionInner #mainContents #affiliation p {
          text-align: left;
          color: #000;
          border-bottom: 1px solid #bbb;
          margin-bottom: 27px;
          padding: 3% 0;
          display: block; }
  #article #backnumber {
    width: 30%; }
    #article #backnumber h3 {
      font-size: 20px;
      width: 20%; }
    #article #backnumber li {
      width: 100%; }
    #article #backnumber .bntitle {
      white-space: normal;
      font-size: 14px;
      padding-left: 12px; }
      #article #backnumber .bntitle:before {
        position: absolute;
        content: "";
        width: 0;
        left: 0;
        top: 14px;
        border: 6px solid transparent;
        border-top-color: #f0804d;
        transform: rotateZ(270deg); }
  @media screen and (max-width: 767px) {
    #article .sectionInner {
      display: inherit;
      width: 96%;
      margin: 5% auto 0 auto; }
      #article .sectionInner #mainContents {
        width: 100%; }
        #article .sectionInner #mainContents h3 {
          font-size: 1.5em; }
        #article .sectionInner #mainContents .u_page {
          padding-left: 0; }
        #article .sectionInner #mainContents #btn_other {
          text-align: center;
          margin: 5% 0; }
          #article .sectionInner #mainContents #btn_other .btn {
            padding: 5% 10%; }
        #article .sectionInner #mainContents .section .left {
          float: none;
          display: block;
          margin: 0 auto 6.5% auto; }
        #article .sectionInner #mainContents .section .left_lateral {
          float: none;
          display: block;
          margin: 0 auto 6.5% auto; }
        #article .sectionInner #mainContents .section .right {
          float: none;
          display: block;
          margin: 0 auto 6.5% auto; }
        #article .sectionInner #mainContents .section .right_lateral {
          float: none;
          display: block;
          margin: 0 auto 6.5% auto; }
        #article .sectionInner #mainContents .section .center_small {
          float: none;
          margin: 0 auto 6.5% auto; }
        #article .sectionInner #mainContents .section .article-ttl {
          font-size: 1.2em;
          padding-left: 4%; }
          #article .sectionInner #mainContents .section .article-ttl:before {
            position: absolute;
            background: #df4b59;
            content: "";
            width: 10px;
            height: 10px;
            top: 7px;
            left: 2px; }
        #article .sectionInner #mainContents #name span {
          display: block !important;
          font-size: 0.55em;
          font-weight: normal; }
        #article .sectionInner #mainContents #profile {
          display: block;
          width: 100%; }
          #article .sectionInner #mainContents #profile img {
            float: none;
            max-width: 100%; }
          #article .sectionInner #mainContents #profile dl {
            width: 100%; }
        #article .sectionInner #mainContents #affiliation img {
          max-width: 100%; }
      #article .sectionInner #backnumber {
        display: none; } }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

.data_040 {
  display: flex;
  justify-content: center; }
  .data_040 p {
    width: 40%;
    margin: 0 15px; }
    @media screen and (max-width: 767px) {
      .data_040 p {
        width: 44%; } }
    .data_040 p img {
      width: 100%;
      margin-bottom: 7px;
      border: 1px solid #d7d7d7; }

.sptable_040 {
  display: none; }
  @media screen and (max-width: 767px) {
    .sptable_040 {
      display: block !important;
      text-align: left;
      border: solid 1px #f8f8f8; }
      .sptable_040 li:nth-child(odd) {
        background-color: #f8f8f8; }
      .sptable_040 li:first-child {
        border-top: none; }
      .sptable_040 li {
        border-top: solid 1px #f8f8f8;
        padding: 5px !important;
        background-color: #ffffff; }
        .sptable_040 li h3 {
          font-weight: 700;
          font-size: 14px !important;
          word-wrap: break-word;
          position: relative;
          padding-left: 18px !important;
          color: #000 !important;
          margin: 0 !important; }
          .sptable_040 li h3:before {
            position: absolute;
            border: 1px solid #df4b59;
            content: "";
            width: 9px;
            height: 9px;
            top: 5px;
            left: 2px; }
        .sptable_040 li dl {
          font-size: 12px;
          display: table;
          line-height: 1.4;
          margin: 5px 0 0 0; }
          .sptable_040 li dl dt {
            display: table-cell;
            width: 70px;
            white-space: nowrap;
            color: #777777;
            text-align: justify; }
          .sptable_040 li dl dd {
            display: table-cell; } }

.table_040 {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7; }
  .table_040 th {
    padding: 10px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #b2b2b2; }
  .table_040 td {
    padding: 10px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
  .table_040 tr:nth-child(even) {
    background: #f8f8f8; }

.caution {
  font-size: 80%;
  text-align: left;
  display: block;
  margin-top: 10px; }

.modal__content {
  width: 40%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .modal__content {
      width: 60%; } }
  .modal__content a {
    width: 100%; }
    .modal__content a:hover {
      opacity: 0.8; }
    .modal__content a img {
      width: 100%; }

.modal-content {
  width: 55%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .modal-content {
      width: 70%; } }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.modal__bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%; }

.js-modal-close {
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: none !important;
  text-align: right;
  line-height: 0.3; }
  @media screen and (max-width: 767px) {
    .js-modal-close {
      top: auto;
      bottom: 0; } }

.modal__content {
  background: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 2%;
  width: 65vh;
  padding: 0 40px;
  background: none; }
  @media screen and (max-width: 767px) {
    .modal__content {
      top: 10%;
      width: 40vh; } }

.youtube {
  position: relative;
  width: 100% !important;
  padding: 56.25% 0 0;
  margin: 0 0 20px; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#CGANIMELIST {
  margin-top: 3%;
  overflow: hidden;
  margin-bottom: 0; }
  #CGANIMELIST .color_blue {
    color: #214ddc !important; }
  #CGANIMELIST .color_orange {
    color: #f0804d !important; }
  #CGANIMELIST .space_pack {
    letter-spacing: -1em; }
  #CGANIMELIST a {
    color: #ae404b; }
  #CGANIMELIST .cga_list {
    padding: 2%;
    padding-bottom: 70px; }
    #CGANIMELIST .cga_list table {
      border-top: 1px solid #d7d7d7;
      border-left: 1px solid #d7d7d7; }
      #CGANIMELIST .cga_list table tr:nth-child(even) {
        background: #f8f8f8; }
      #CGANIMELIST .cga_list table tr.cga_history {
        background: #f8f8f8; }
      #CGANIMELIST .cga_list table tr.cga_history_more {
        background: #c2dee6 !important; }
      #CGANIMELIST .cga_list table tr.cga_history_none {
        background: #fff !important; }
      #CGANIMELIST .cga_list table th {
        padding: 10px;
        border-right: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        background: #b2b2b2; }
      #CGANIMELIST .cga_list table td {
        padding: 10px;
        border-right: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7; }
        #CGANIMELIST .cga_list table td.tdcenter {
          text-align: center; }
    #CGANIMELIST .cga_list .quotation, #CGANIMELIST .cga_list .caution {
      font-size: 80%;
      text-align: left;
      display: block;
      margin-top: 10px; }
    #CGANIMELIST .cga_list .textsmallRight {
      text-align: right;
      display: block;
      margin-top: 10px; }
  #CGANIMELIST .cga_list_sp {
    display: none; }

@media screen and (max-width: 767px) {
  #CGANIMELIST .cga_list {
    padding: 2%; }
    #CGANIMELIST .cga_list table {
      margin: 0 10px; }
  #CGANIMELIST .scroll table {
    display: none; }
  #CGANIMELIST .cga_list_sp {
    display: block;
    padding: 10px; }
    #CGANIMELIST .cga_list_sp ul {
      text-align: left;
      border: solid 1px #f8f8f8; }
      #CGANIMELIST .cga_list_sp ul li {
        border-top: solid 1px #f8f8f8;
        padding: 5px;
        background-color: #ffffff; }
        #CGANIMELIST .cga_list_sp ul li:first-child {
          border-top: none; }
        #CGANIMELIST .cga_list_sp ul li:nth-child(odd) {
          background-color: #f8f8f8; }
        #CGANIMELIST .cga_list_sp ul li .cga_history_none_sp {
          background-color: #fff; }
        #CGANIMELIST .cga_list_sp ul li .cga_history_more_sp {
          background-color: #c2dee6; }
        #CGANIMELIST .cga_list_sp ul li .cga_history_sp {
          background-color: #f8f8f8; }
        #CGANIMELIST .cga_list_sp ul li h3 {
          font-weight: 700;
          font-size: 14px;
          word-wrap: break-word;
          position: relative;
          padding-left: 18px; }
          #CGANIMELIST .cga_list_sp ul li h3:before {
            position: absolute;
            border: 1px solid #df4b59;
            content: "";
            width: 9px;
            height: 9px;
            top: 5px;
            left: 2px; }
          #CGANIMELIST .cga_list_sp ul li h3 span {
            font-size: 14px;
            font-weight: 600;
            font-weight: normal;
            display: inline-block; }
        #CGANIMELIST .cga_list_sp ul li p {
          background-color: transparent;
          word-wrap: break-word; }
        #CGANIMELIST .cga_list_sp ul li dl {
          font-size: 12px;
          display: table;
          line-height: 1.4;
          margin: 5px 0 0 0; }
          #CGANIMELIST .cga_list_sp ul li dl dt {
            display: table-cell;
            width: 70px;
            white-space: nowrap;
            color: #777777;
            text-align: justify; }
          #CGANIMELIST .cga_list_sp ul li dl dd {
            display: table-cell; }
  #CGANIMELIST .quotation, #CGANIMELIST .caution {
    margin: 10px 10px 0; }
    #CGANIMELIST .quotation span, #CGANIMELIST .caution span {
      color: #ae404b; } }
#cglist .sectionInner {
  margin: 3% auto 0 auto !important; }
#cglist .disnon {
  display: none; }
#cglist ul#tab, #cglist #tab2 {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: center;
  border-spacing: 15px 0;
  margin-top: 3%; }
  #cglist ul#tab li, #cglist #tab2 li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19%;
    margin: 0 0.5%;
    vertical-align: middle;
    font-size: 15px;
    background: #fff;
    border: 1px solid #df4b59;
    box-sizing: border-box;
    color: #df4b59;
    height: 70px;
    text-align: center;
    cursor: pointer;
    position: relative; }
    #cglist ul#tab li:before, #cglist #tab2 li:before {
      position: absolute;
      left: 7px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #df4b59; }
    #cglist ul#tab li:hover, #cglist #tab2 li:hover {
      background: #df4b59;
      color: #fff; }
      #cglist ul#tab li:hover:before, #cglist #tab2 li:hover:before {
        position: absolute;
        left: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff; }
  #cglist ul#tab .select, #cglist #tab2 .select {
    background: #df4b59;
    color: #fff; }
    #cglist ul#tab .select:before, #cglist #tab2 .select:before {
      position: absolute;
      left: 7px;
      top: 20%;
      bottom: 0;
      content: "";
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #fff; }
    #cglist ul#tab .select:hover:before, #cglist #tab2 .select:hover:before {
      position: absolute;
      left: 7px;
      top: 20%;
      bottom: 0;
      content: "";
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #fff; }
@media screen and (max-width: 960px) {
  #cglist ul#tab, #cglist #tab2 {
    border-spacing: 7px 0; }
    #cglist ul#tab li, #cglist #tab2 li {
      font-size: 13px;
      padding: 1% 2%; } }
@media screen and (max-width: 767px) {
  #cglist ul#tab, #cglist #tab2 {
    width: 85%;
    margin: 2% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    #cglist ul#tab li, #cglist #tab2 li {
      width: 32%;
      height: 11vw;
      margin-bottom: 10px;
      font-size: 2.2vw;
      padding: 3%; }
      #cglist ul#tab li:nth-last-of-type(2), #cglist #tab2 li:nth-last-of-type(2) {
        margin-left: 16.5%; }
      #cglist ul#tab li:last-child, #cglist #tab2 li:last-child {
        margin-right: 16.5%; }
      #cglist ul#tab li:before, #cglist #tab2 li:before {
        left: 6px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #df4b59; }
      #cglist ul#tab li:hover:before, #cglist #tab2 li:hover:before {
        left: 6px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff; }
    #cglist ul#tab .select:before, #cglist #tab2 .select:before {
      left: 3px;
      top: 11%;
      bottom: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; }
    #cglist ul#tab .select:hover:before, #cglist #tab2 .select:hover:before {
      left: 3px;
      top: 11%;
      bottom: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; } }
#cglist #cghistorylist1 table tr:nth-of-type(10) {
  background: #c2dee6 !important; }
#cglist #cghistorylist1 table tr:nth-of-type(13) {
  background: #c2dee6 !important; }
#cglist #cghistorylist1 table tr:nth-of-type(20) {
  background: #c2dee6 !important; }
#cglist .lang_select {
  float: right;
  text-align: right; }
  #cglist .lang_select span {
    display: inline-block;
    line-height: 1;
    padding: 0 1em; }
    #cglist .lang_select span.current {
      font-weight: bold; }
    #cglist .lang_select span:first-child {
      border-right: solid 1px #ccc; }
    #cglist .lang_select span a {
      display: block; }
@media screen and (max-width: 767px) {
  #cglist #cghistorylist1 ul li:nth-of-type(10) {
    background: #c2dee6 !important; }
  #cglist #cghistorylist1 ul li:nth-of-type(13) {
    background: #c2dee6 !important; }
  #cglist #cghistorylist1 ul li:nth-of-type(20) {
    background: #c2dee6 !important; }
  #cglist .lang_select {
    float: none; } }

html {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif; }

/* ==========================================================================
   mar/pad
   ========================================================================== */
.mt--0 {
  margin-top: 0px !important; }

.mt--5 {
  margin-top: 5px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--100 {
  margin-left: 100px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--100 {
  padding-left: 100px !important; }

@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit !important; }

  .pc-only {
    display: none !important; } }
.sp-only {
  display: none !important; }

@font-face {
  font-family: "AlegreyaSCRegular";
  src: local("AlegreyaSCRegular");
  src: url("../font/AlegreyaSC-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/AlegreyaSC-Regular.eot?#iefix") format("embedded-opentype"), url("../font/AlegreyaSC-Regular.woff") format("woff"), url("../font/AlegreyaSC-Regular.ttf") format("truetype"), url("../font/AlegreyaSC-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
body {
  -webkit-text-size-adjust: 100%; }

/* Common */
.sectionInner {
  width: 100%;
  max-width: 960px;
  margin: 7% auto 0 auto;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .sectionInner {
      margin: 10% auto 0 auto; } }

a {
  color: #333; }

p {
  background-color: #fff; }

#contentsSns {
  position: absolute;
  top: 20px;
  right: 0; }
  @media screen and (max-width: 1000px) {
    #contentsSns {
      top: -30px; } }
  #contentsSns li {
    float: right;
    margin-left: 10px; }

@media screen and (max-width: 767px) {
  .sectionInner {
    margin: 0 auto; }

  #contentsSns {
    position: static; }
    #contentsSns li.first {
      padding-right: 10px; }
    #contentsSns li.last {
      display: none; } }
#latest {
  display: none; }
  #latest ul {
    margin-right: -2px;
    overflow: hidden; }
  #latest li {
    float: left;
    margin: 2px 2px 0 0; }

/* Table */
.tb_list {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-collapse: collapse;
  font-size: 10px;
  width: 620px; }
  .tb_list caption {
    text-align: left;
    font-weight: bold;
    font-size: 1.231em; }
  .tb_list th, .tb_list td {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-align: left;
    padding: 5px; }
  .tb_list th {
    background-color: #57ADDB; }
  .tb_list .odd td {
    background-color: #d1efff; }

/**
 *	=RESET
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, input, label, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  empty-cells: show; }

img {
  vertical-align: bottom; }

label {
  margin-left: .3em; }

input {
  vertical-align: middle; }

textarea {
  font-size: 1em; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

/**
 *	=FONTS
 */
body {
  font-size: 100.01%;
  line-height: 1.6;
  font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

div, p, pre, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6 {
  font-size: 13px;
  font-size: 81.25%; }

div, p, pre, ul, ol, dl, dt, dd, em {
  font-style: normal; }

div div, div p, div pre, div ul, div ol, div dl, div dt, div dd, div table, div h1, div h2, div h3, div h4, div h5, div h6 {
  font-size: 100%; }

/**
 *	=GENERAL
 */
html.open {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.guide {
  display: none; }

a {
  outline: 0;
  vertical-align: baseline; }
  a:link {
    outline: 0; }
  a:hover {
    text-decoration: none; }

.hidden {
  display: none; }

abbr[title] {
  border-bottom: none;
  font-variant: normal; }

/**
 *	=PRINT
 */
@media print {
  div, p, pre, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    font-size: 81.25%;
    font-weight: normal; }

  html > body div, html > body p, html > body pre, html > body ul, html > body ol, html > body dl, html > body dt, html > body dd, html > body h1, html > body h2, html > body h3, html > body h4, html > body h5, html > body h6 {
    font-size: 13px; }
  html body {
    zoom: 0.65; }

  #header-guide, #gnavi, #global-subnavi, #topic-path, #footer-left, #footer-right, #footer-navi, .gotop {
    display: none; }

  body, #main-contents {
    width: 100% !important; }

  head + body {
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto; }

  #footer-section {
    background-color: #FFF !important;
    border-top: none !important; }

  #footer-bottom {
    border-top: none !important; }

  #copyright {
    float: none !important;
    text-align: center; } }
div, ul, ol, dl, section, article {
  display: block;
  zoom: 1; }

/* Header */
header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important; }
  header .logo {
    width: 60%;
    padding: 0 0 15px 0; }
    header .logo img.sp_logo {
      display: none; }
  header #headerSns {
    padding-top: 30px;
    padding-right: 20px; }
    header #headerSns li {
      margin: 3px;
      display: inline;
      font-size: 150%; }

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 0;
    background: no-repeat; }
    header .logo {
      width: 50%;
      max-width: 149px;
      vertical-align: middle;
      padding: 2% 0 0 10px; }
      header .logo img.pc_logo {
        display: none; }
      header .logo img.sp_logo {
        display: block;
        width: 100%;
        max-width: 149px;
        height: auto;
        padding: 0; }
    header #headerSns {
      width: 40vw;
      display: inline;
      height: 15px;
      vertical-align: middle;
      padding: 20% 3% 0 10px;
      text-align: right; }
      header #headerSns li {
        display: inline-block; } }
.icon {
  font-size: 0.9em !important;
  color: #df4b59;
  padding: 6px 9px; }
  .icon:hover {
    opacity: 0.5; }

#globalNavi {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0 auto;
  clear: both;
  display: block; }
  #globalNavi ul {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: left; }
    #globalNavi ul li {
      position: relative;
      display: inline-block;
      margin-right: 50px; }
      #globalNavi ul li a {
        display: inline-block;
        font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        text-decoration: none;
        color: #333333; }
        @media screen and (min-width: 769px) {
          #globalNavi ul li a {
            font-size: 18px; } }
        @media screen and (max-width: 768px) {
          #globalNavi ul li a {
            font-size: 16px; } }
        #globalNavi ul li a:hover {
          color: #df4b59; }
        #globalNavi ul li a:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 1px;
          bottom: -20px;
          left: 0;
          background: #df4b59;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .1s; }
        #globalNavi ul li a:hover:after {
          transform-origin: left top;
          transform: scale(1, 1); }

.title {
  margin-top: 30px;
  color: #333333;
  font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 30px;
  font-weight: 500; }
  .title span {
    font-size: 20px; }

.u_page {
  margin-left: 2%; }

.subtitle {
  font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #df4b59;
  border-bottom: 1px solid #df4b59;
  padding-bottom: 1%;
  margin: 3% 2% 2% 2%; }
  .subtitle span {
    font-size: 18px; }

@media screen and (max-width: 767px) {
  .title {
    margin-top: 3% !important;
    display: inline-block;
    padding-left: 3%;
    font-size: 1.75em;
    font-weight: 500; }
    .title span {
      font-size: 0.6em;
      display: block;
      margin-bottom: 2%;
      color: #7d7d7d;
      font-weight: 400; }

  .u_page {
    margin: 0;
    margin-top: 7% !important; }

  .subtitle {
    margin: 8% 3% 3% 3%;
    font-size: 1.35em; }
    .subtitle span {
      display: block;
      font-size: 0.8em;
      padding: 1% 0 2% 0; } }
#btn_pagetop {
  width: 100%;
  position: fixed;
  bottom: 50px;
  right: 50px;
  text-align: right;
  max-width: 960px;
  margin: 0 auto; }

.arrow {
  display: inline-block;
  padding: 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }
  .arrow:before {
    width: 30px;
    height: 30px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow:hover {
    opacity: 0.5; }

.arrow::before,
.arrow::after {
  position: absolute;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  vertical-align: middle; }

@media screen and (max-width: 1000px) {
  #btn_pagetop {
    max-width: 100%;
    margin: 0 auto;
    right: 20px; }

  .arrow::before,
  .arrow::after {
    position: absolute;
    bottom: 20px;
    right: 30px; } }
@media screen and (max-width: 767px) {
  .arrow::before,
  .arrow::after {
    top: -1.5vw;
    right: 3vw; } }
#top_backnumber, #backnumber {
  width: 40%;
  margin-left: 3%;
  background-color: #fff !important; }
  #top_backnumber ul, #backnumber ul {
    display: flex !important;
    flex-wrap: wrap !important; }
    #top_backnumber ul li, #backnumber ul li {
      width: 50%; }
    #top_backnumber ul .bntitle, #backnumber ul .bntitle {
      font-size: 18px;
      margin: 10px 0;
      white-space: nowrap;
      border-top: 1px solid #ececec;
      padding-top: 9px;
      position: relative;
      padding-left: 17px;
      width: 100%; }
      #top_backnumber ul .bntitle:before, #backnumber ul .bntitle:before {
        position: absolute;
        content: "";
        width: 0;
        left: 0;
        top: 13px;
        border: 9px solid transparent;
        border-top-color: #f0804d;
        transform: rotateZ(270deg); }
      #top_backnumber ul .bntitle:first-child, #top_backnumber ul .bntitle:after, #backnumber ul .bntitle:first-child, #backnumber ul .bntitle:after {
        border-top: none; }
  #top_backnumber a, #backnumber a {
    color: #333333;
    text-decoration: none;
    line-height: 2;
    text-indent: -3.3rem;
    margin-left: 3.3rem;
    display: inline-block; }
    #top_backnumber a:hover, #backnumber a:hover {
      color: #df4b59; }
  #top_backnumber h3, #backnumber h3 {
    font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    border-bottom: 4px solid #df4b59;
    width: 57px;
    padding-bottom: 5px; }

@media screen and (max-width: 767px) {
  #top_backnumber, #backnumber {
    width: 100%;
    margin: 0; }
    #top_backnumber h3, #backnumber h3 {
      display: inline-block;
      font-size: 1.5em; }
    #top_backnumber ul .bntitle, #backnumber ul .bntitle {
      font-size: 1.25em;
      display: block;
      width: 100% !important; }
    #top_backnumber ul li, #backnumber ul li {
      width: 50%; } }
footer {
  width: 100%;
  padding-top: 20px; }
  footer div {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 12px;
    color: #333333; }
    footer div.footer_link a {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  footer div {
    width: 100%; }
    footer div a {
      vertical-align: middle;
      font-size: 0.7em; } }
.sp-menu {
  display: none; }

.sp-nav {
  display: none; }

@media screen and (max-width: 767px) {
  .sp-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    position: fixed;
    top: 0;
    right: 4%;
    z-index: 5; }
    .sp-menu .menu-trigger {
      display: inline-block;
      position: relative;
      width: 36px;
      height: 28px;
      vertical-align: middle;
      cursor: pointer; }
      .sp-menu .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #df4b59;
        transition: all .5s .2s; }
        .sp-menu .menu-trigger span:nth-of-type(1) {
          top: 0; }
        .sp-menu .menu-trigger span:nth-of-type(2) {
          top: 12px; }
        .sp-menu .menu-trigger span:nth-of-type(3) {
          bottom: 0; }
      .sp-menu .menu-trigger.active span {
        background-color: #fff; }
        .sp-menu .menu-trigger.active span:nth-of-type(1) {
          transform: translateY(12px) rotate(-45deg); }
        .sp-menu .menu-trigger.active span:nth-of-type(2) {
          opacity: 0; }
        .sp-menu .menu-trigger.active span:nth-of-type(3) {
          transform: translateY(-12px) rotate(45deg); }

  .sp-nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #333;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; }
    .sp-nav ul {
      padding: 15% 0; }
      .sp-nav ul li {
        padding: 3% 0; }
        .sp-nav ul li a {
          color: #fff;
          font-size: 1.7em;
          font-family: "Palanquin", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
          text-decoration: none; }
          .sp-nav ul li a:hover {
            color: #df4b59; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; } }
ul li dl .update {
  margin-top: 3px;
  font-size: 13px; }
  ul li dl .update span {
    margin-left: 10px;
    color: #df4b59; }
ul li dl .name {
  font-size: 20px; }
ul li dl .subname {
  font-size: 11px;
  color: #7d7d7d; }
ul li dl .post {
  font-size: 12px;
  margin-top: 3px; }
