body {
  background-color: #000; }

#post-header {
  max-width: 1000px;
  margin: auto;
  width: 90%;
  padding-top: 60px; }
  @media (min-width: 1200px) {
    #post-header {
      padding-top: 80px; } }
  #post-header .page-nation ul li {
    display: inline-block;
    font-size: 0.7em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    margin-right: 5px;
    color: #fff; }
    @media (min-width: 768px) {
      #post-header .page-nation ul li {
        font-size: 0.8em; } }
    #post-header .page-nation ul li:not(:last-child) p {
      display: flex;
      align-items: center;
      justify-content: center; }
      #post-header .page-nation ul li:not(:last-child) p:after {
        border-top: 1px solid #fff;
        content: "";
        width: 10px;
        margin-left: 5px; }
    #post-header .page-nation ul li a {
      position: relative;
      color: #fff; }
      #post-header .page-nation ul li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
      #post-header .page-nation ul li a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }
  #post-header .post-title {
    color: #fff;
    margin-top: 30px; }
    @media (min-width: 1200px) {
      #post-header .post-title {
        margin-top: 60px; } }
    #post-header .post-title .logo {
      width: 260px;
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #post-header .post-title .logo {
          width: 520px; } }
    #post-header .post-title h1 {
      font-size: 1.25em;
      line-height: 1.4em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em; }
      @media (min-width: 768px) {
        #post-header .post-title h1 {
          font-size: 1.75em; } }
      @media (min-width: 1200px) {
        #post-header .post-title h1 {
          font-size: 2.37em; } }
    #post-header .post-title h3 {
      font-size: 0.9em;
      line-height: 1.2em;
      margin: 10px 0 0 0; }
      @media (min-width: 768px) {
        #post-header .post-title h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #post-header .post-title h3 {
          font-size: 1.125em; } }
    #post-header .post-title p {
      font-size: 0.8em;
      line-height: 1.4em;
      color: #707070;
      margin: 5px 0 0 0; }
      @media (min-width: 768px) {
        #post-header .post-title p {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #post-header .post-title p {
          font-size: 1.0em; } }

#appear {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  z-index: 10; }
  @media (min-width: 1200px) {
    #appear {
      z-index: 0; } }
  #appear .appear-in {
    display: flex;
    justify-content: space-between; }
  #appear .appear-L, #appear .appear-R {
    width: 130px; }
    @media (min-width: 768px) {
      #appear .appear-L, #appear .appear-R {
        width: 180px; } }
    @media (min-width: 1024px) {
      #appear .appear-L, #appear .appear-R {
        width: 200px; } }
    @media (min-width: 1200px) {
      #appear .appear-L, #appear .appear-R {
        width: 260px; } }
    @media (min-width: 1400px) {
      #appear .appear-L, #appear .appear-R {
        width: 280px; } }
  #appear.UpMove {
    animation: UpAnime 0.5s forwards; }
  #appear.DownMove {
    animation: DownAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(100px); } }
#thumbnail {
  max-width: 1000px;
  margin: auto;
  width: 90%;
  padding-top: 30px; }
  @media (min-width: 1200px) {
    #thumbnail {
      padding-top: 60px; } }
  #thumbnail video, #thumbnail img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #00FF0A; }
    @media (min-width: 1024px) {
      #thumbnail video, #thumbnail img {
        border-radius: 15px; } }

#post-area {
  max-width: 1000px;
  margin: -20px auto 0;
  width: 90%;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 40px; }
  @media (min-width: 1200px) {
    #post-area {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; } }
  #post-area u {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #F5FF00 60%, #F5FF00 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    text-decoration: none;
    font-weight: bold; }
  #post-area p {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 2.2em;
    text-align: justify; }
    @media (min-width: 768px) {
      #post-area p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      #post-area p {
        font-size: 1.125em; } }
  #post-area a {
    word-break: break-all;
    color: #0000FF;
    transition: .5s; }
    #post-area a:hover {
      color: #FC0478; }
  #post-area h6 {
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: justify;
    margin: 10px 0 0 0; }
    @media (min-width: 768px) {
      #post-area h6 {
        font-size: 0.8em; } }
    @media (min-width: 1200px) {
      #post-area h6 {
        font-size: 0.9em; } }
  #post-area .post-area-in {
    max-width: 660px;
    margin: auto;
    width: 85%; }
    @media (min-width: 768px) {
      #post-area .post-area-in {
        width: 90%; } }
  #post-area .prologue {
    padding-top: 40px; }
    @media (min-width: 768px) {
      #post-area .prologue {
        padding-top: 80px; } }
  #post-area .company-data {
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    padding: 15px 0;
    margin-top: 20px; }
    @media (min-width: 1200px) {
      #post-area .company-data {
        margin-top: 40px;
        padding: 30px 0; } }
    #post-area .company-data table {
      border-collapse: collapse;
      width: 100%; }
      #post-area .company-data table tr:last-child th, #post-area .company-data table tr:last-child td {
        border-bottom: none; }
      @media (min-width: 768px) {
        #post-area .company-data table tr th, #post-area .company-data table tr td {
          display: table-cell; } }
      #post-area .company-data table tr th {
        font-size: 1.0em;
        line-height: 1.4em;
        text-align: left;
        vertical-align: top;
        color: #666666;
        padding: 10px 0 0 0; }
        @media (min-width: 768px) {
          #post-area .company-data table tr th {
            font-size: 1.125em;
            width: 160px;
            padding: 5px 0; } }
      #post-area .company-data table tr td {
        font-size: 0.85em;
        font-weight: 700;
        line-height: 1.8em;
        padding: 10px 0 0 0;
        color: #000; }
        @media (min-width: 768px) {
          #post-area .company-data table tr td {
            font-size: 1.0em;
            padding: 5px 0; } }
  #post-area .mokuji {
    margin-top: 30px; }
    @media (min-width: 1200px) {
      #post-area .mokuji {
        margin-top: 60px; } }
    #post-area .mokuji ul {
      background-color: #F4F4F4;
      border-radius: 10px;
      padding: 30px 20px 20px; }
      @media (min-width: 768px) {
        #post-area .mokuji ul {
          border-radius: 20px;
          padding: 60px 60px 40px; } }
      #post-area .mokuji ul li {
        position: relative;
        border-bottom: 1px solid #D6D6D6;
        color: #000;
        font-weight: bold; }
        #post-area .mokuji ul li:first-child {
          padding-bottom: 15px; }
        #post-area .mokuji ul li:last-child {
          border-bottom: none; }
        #post-area .mokuji ul li a {
          color: #666666; }
          #post-area .mokuji ul li a h6 {
            font-size: 0.8em;
            font-weight: normal;
            line-height: 1.3em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            width: 100%;
            padding: 15px 30px 15px 0;
            margin: 0; }
            @media (min-width: 768px) {
              #post-area .mokuji ul li a h6 {
                padding: 20px 30px 20px 0; } }
            @media (min-width: 1024px) {
              #post-area .mokuji ul li a h6 {
                font-size: 1.0em; } }
          #post-area .mokuji ul li a::after {
            position: absolute;
            top: 50%;
            right: 10px;
            content: '';
            margin-top: -5px;
            width: 8px;
            height: 8px;
            border: 0px;
            border-top: solid 1px #666666;
            border-right: solid 1px #666666;
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            transition: .5s; }
          #post-area .mokuji ul li a:hover::after {
            top: 54%; }
  #post-area #task {
    padding-top: 60px; }
    @media (min-width: 1200px) {
      #post-area #task {
        padding-top: 120px; } }
    #post-area #task ul li {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #post-area #task ul li {
          margin-bottom: 60px; } }
      #post-area #task ul li:last-child {
        margin-bottom: 0; }
      #post-area #task ul li h3 {
        font-size: 0.8em;
        font-weight: bold;
        display: inline-block;
        color: #666666; }
        @media (min-width: 1200px) {
          #post-area #task ul li h3 {
            font-size: 1.0em; } }
      #post-area #task ul li h4 {
        font-size: 1.125em;
        font-weight: bold;
        line-height: 1.4em;
        margin-top: 10px; }
        @media (min-width: 768px) {
          #post-area #task ul li h4 {
            font-size: 1.25em; } }
        @media (min-width: 1200px) {
          #post-area #task ul li h4 {
            font-size: 1.75em;
            margin-top: 20px; } }
      #post-area #task ul li h5 {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.5em; }
        @media (min-width: 768px) {
          #post-area #task ul li h5 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #post-area #task ul li h5 {
            font-size: 1.125em; } }
      #post-area #task ul li ul.txt-in {
        margin-top: 10px; }
        #post-area #task ul li ul.txt-in li {
          margin-bottom: 20px; }
          #post-area #task ul li ul.txt-in li p {
            font-size: 0.8em;
            font-weight: normal;
            line-height: 1.5em;
            text-align: justify;
            margin: 0; }
            @media (min-width: 768px) {
              #post-area #task ul li ul.txt-in li p {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              #post-area #task ul li ul.txt-in li p {
                font-size: 1.0em; } }
          #post-area #task ul li ul.txt-in li:last-child {
            margin-bottom: 0; }
      #post-area #task ul li ul.txt-in2 {
        padding-left: 1em; }
        #post-area #task ul li ul.txt-in2 li {
          font-size: 0.9em;
          font-weight: normal;
          line-height: 1.5em;
          text-align: justify;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #post-area #task ul li ul.txt-in2 li {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #post-area #task ul li ul.txt-in2 li {
              font-size: 1.125em; } }
          #post-area #task ul li ul.txt-in2 li:last-child {
            margin-bottom: 0; }
      #post-area #task ul li ol {
        margin-top: 10px; }
        #post-area #task ul li ol li {
          font-size: 0.9em;
          font-weight: normal;
          line-height: 1.5em;
          padding-left: 1em;
          text-indent: -1em;
          text-align: justify;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #post-area #task ul li ol li {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #post-area #task ul li ol li {
              font-size: 1.125em; } }
          #post-area #task ul li ol li:last-child {
            margin-bottom: 0; }
      #post-area #task ul li p {
        margin-top: 10px; }
  #post-area .profile {
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    margin-top: 40px;
    padding: 0 0; }
    @media (min-width: 1200px) {
      #post-area .profile {
        margin-top: 100px;
        padding: 0 40px; } }
    #post-area .profile ul {
      padding: 30px 0; }
      @media (min-width: 768px) {
        #post-area .profile ul {
          padding: 60px 0; } }
      #post-area .profile ul li {
        display: flex;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          #post-area .profile ul li {
            margin-bottom: 60px; } }
        #post-area .profile ul li:last-child {
          margin-bottom: 0; }
        #post-area .profile ul li .icon {
          width: 40px; }
          @media (min-width: 768px) {
            #post-area .profile ul li .icon {
              width: 60px; } }
          @media (min-width: 1200px) {
            #post-area .profile ul li .icon {
              width: 80px; } }
          #post-area .profile ul li .icon img {
            border-radius: 50%; }
        #post-area .profile ul li .txt {
          width: calc(100% - 50px);
          margin-left: 10px;
          display: flex; }
          @media (min-width: 768px) {
            #post-area .profile ul li .txt {
              width: calc(100% - 80px);
              margin-left: 20px; } }
          @media (min-width: 1200px) {
            #post-area .profile ul li .txt {
              width: calc(100% - 100px); } }
          #post-area .profile ul li .txt .txt-in h4 {
            font-size: 0.9em;
            font-weight: bold;
            font-feature-settings: "palt";
            letter-spacing: 0.04em; }
            @media (min-width: 768px) {
              #post-area .profile ul li .txt .txt-in h4 {
                font-size: 1.0em; } }
          #post-area .profile ul li .txt .txt-in p {
            font-size: 0.75em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            line-height: 1.6em;
            text-align: justify;
            margin: 10px 0 0 0; }
            @media (min-width: 768px) {
              #post-area .profile ul li .txt .txt-in p {
                font-size: 0.8em; } }
            @media (min-width: 1200px) {
              #post-area .profile ul li .txt .txt-in p {
                font-size: 0.9em; } }
  #post-area .talk {
    padding-top: 60px; }
    @media (min-width: 1200px) {
      #post-area .talk {
        padding-top: 100px; } }
    #post-area .talk.yodan {
      padding: 0; }
    #post-area .talk .txt {
      margin-bottom: 20px; }
    #post-area .talk .talk-title {
      margin-bottom: 40px; }
      #post-area .talk .talk-title h2 {
        font-size: 1.25em;
        line-height: 1.4em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em; }
        @media (min-width: 768px) {
          #post-area .talk .talk-title h2 {
            font-size: 1.5em; } }
        @media (min-width: 1200px) {
          #post-area .talk .talk-title h2 {
            font-size: 2.0em; } }
      #post-area .talk .talk-title .t-line {
        background: linear-gradient(to right, #2C24F9, #B70063);
        height: 2px;
        width: 150px;
        margin-top: 10px; }
    #post-area .talk ul.txt {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #post-area .talk ul.txt {
          margin-bottom: 40px; } }
      #post-area .talk ul.txt li {
        position: relative;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.8em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        text-align: justify;
        padding: 20px 30px;
        margin-bottom: 20px;
        border-radius: 10px; }
        @media (min-width: 768px) {
          #post-area .talk ul.txt li {
            font-size: 1.0em;
            padding: 20px 40px; } }
        @media (min-width: 1200px) {
          #post-area .talk ul.txt li {
            font-size: 1.125em;
            margin-bottom: 40px; } }
        #post-area .talk ul.txt li a {
          color: #0000FF;
          transition: .5s; }
          #post-area .talk ul.txt li a:hover {
            color: #FC0478; }
        #post-area .talk ul.txt li:last-child {
          margin-bottom: 0; }
        #post-area .talk ul.txt li.waku-L {
          border: 3px solid #0000FF; }
          #post-area .talk ul.txt li.waku-L::before {
            content: "";
            position: absolute;
            left: -20px;
            bottom: 13px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 22px 20px;
            border-color: transparent transparent #1428ff transparent; }
          #post-area .talk ul.txt li.waku-L::after {
            content: "";
            position: absolute;
            left: -14px;
            bottom: 16px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 24px 25px;
            border-color: transparent transparent #fff transparent; }
        #post-area .talk ul.txt li.waku-R::before {
          content: "";
          position: absolute;
          right: -20px;
          bottom: 13px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 22px 0; }
        #post-area .talk ul.txt li.waku-R::after {
          content: "";
          position: absolute;
          right: -14px;
          bottom: 16px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 20px 0;
          border-color: transparent transparent #fff transparent; }
        #post-area .talk ul.txt li.waku-R.co1 {
          border: 3px solid #00FF0A; }
          #post-area .talk ul.txt li.waku-R.co1::before {
            content: "";
            border-color: transparent transparent #00FF0A transparent; }
        #post-area .talk ul.txt li.waku-R.co2 {
          border: 3px solid #FC0478; }
          #post-area .talk ul.txt li.waku-R.co2::before {
            content: "";
            border-color: transparent transparent #FC0478 transparent; }
        #post-area .talk ul.txt li.waku-R.co3 {
          border: 3px solid #C400FF; }
          #post-area .talk ul.txt li.waku-R.co3::before {
            content: "";
            border-color: transparent transparent #C400FF transparent; }
    #post-area .talk .questionnaire {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #post-area .talk .questionnaire {
          margin-bottom: 40px; } }
      #post-area .talk .questionnaire .questionnaire-in {
        background-color: #F8F8F8;
        padding: 40px;
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #post-area .talk .questionnaire .questionnaire-in {
            border-radius: 20px; } }
        #post-area .talk .questionnaire .questionnaire-in ol {
          margin-top: 20px; }
          #post-area .talk .questionnaire .questionnaire-in ol li {
            font-size: 0.8em;
            font-weight: normal;
            line-height: 1.5em;
            padding-left: 1em;
            text-indent: -1em;
            text-align: justify;
            margin-bottom: 10px; }
            @media (min-width: 768px) {
              #post-area .talk .questionnaire .questionnaire-in ol li {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              #post-area .talk .questionnaire .questionnaire-in ol li {
                font-size: 1.0em; } }
            #post-area .talk .questionnaire .questionnaire-in ol li:last-child {
              margin-bottom: 0; }
    #post-area .talk .midashi {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #post-area .talk .midashi {
          margin-bottom: 40px; } }
      #post-area .talk .midashi h3 {
        font-size: 1.125em;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #post-area .talk .midashi h3 {
            font-size: 1.125em; } }
        @media (min-width: 1200px) {
          #post-area .talk .midashi h3 {
            font-size: 1.375em; } }
    #post-area .talk .movie-area {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #post-area .talk .movie-area {
          margin-bottom: 40px; } }
      #post-area .talk .movie-area .video {
        position: relative; }
        #post-area .talk .movie-area .video a .thumbnail img {
          border-radius: 5px; }
          @media (min-width: 1024px) {
            #post-area .talk .movie-area .video a .thumbnail img {
              border-radius: 10px; } }
      #post-area .talk .movie-area ul {
        display: flex;
        margin: 20px 0 0 0; }
        #post-area .talk .movie-area ul li {
          width: 50%;
          padding: 0;
          margin: 0; }
          #post-area .talk .movie-area ul li:first-child {
            padding-right: 10px; }
          #post-area .talk .movie-area ul li:last-child {
            padding-left: 10px; }
    #post-area .talk .photo {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #post-area .talk .photo {
          margin-bottom: 40px; } }
      #post-area .talk .photo.tate {
        max-width: 500px;
        width: 90%;
        margin: 0 auto 20px; }
        @media (min-width: 1200px) {
          #post-area .talk .photo.tate {
            margin: 0 auto 40px; } }
        #post-area .talk .photo.tate img {
          border: 1px solid #707070; }
      #post-area .talk .photo.two img:first-child {
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          #post-area .talk .photo.two img:first-child {
            margin-bottom: 20px; } }
      #post-area .talk .photo img {
        border-radius: 5px; }
        @media (min-width: 1024px) {
          #post-area .talk .photo img {
            border-radius: 10px; } }
    #post-area .talk ul.movie-list li .HereLink {
      background-color: #E6E6E6;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #post-area .talk ul.movie-list li .HereLink {
          display: flex;
          padding: 20px; } }
      #post-area .talk ul.movie-list li .HereLink img {
        border-radius: 5px; }
        @media (min-width: 768px) {
          #post-area .talk ul.movie-list li .HereLink img {
            width: 30%; } }
      @media (min-width: 768px) {
        #post-area .talk ul.movie-list li .HereLink .Text {
          width: 70%;
          display: flex;
          align-items: center;
          margin-left: 20px; } }
      #post-area .talk ul.movie-list li .HereLink .Text .Textin h5 {
        line-height: 1.6em;
        margin-top: 10px; }
        @media (min-width: 768px) {
          #post-area .talk ul.movie-list li .HereLink .Text .Textin h5 {
            margin-top: 0px; } }
        #post-area .talk ul.movie-list li .HereLink .Text .Textin h5 a {
          color: #00A4E3; }
          #post-area .talk ul.movie-list li .HereLink .Text .Textin h5 a::after {
            position: absolute;
            bottom: 0px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #00A4E3;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #post-area .talk ul.movie-list li .HereLink .Text .Textin h5 a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
    #post-area .talk ul.movie-list li p {
      font-size: 1.0em;
      line-height: 1.8em;
      text-align: justify;
      margin: 30px 0 50px 0; }
      @media (min-width: 1024px) {
        #post-area .talk ul.movie-list li p {
          font-size: 1.125em; } }
      #post-area .talk ul.movie-list li p a {
        color: #00A4E3;
        position: relative;
        display: inline-block; }
        #post-area .talk ul.movie-list li p a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #00A4E3;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #post-area .talk ul.movie-list li p a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
