/* CSS Document */
.inner {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 979px) {
    .inner {
      max-width: 650px; } }
  @media screen and (max-width: 767px) {
    .inner {
      min-width: 320px; } }

.disp_pc {
  display: inherit; }
  @media screen and (max-width: 979px) {
    .disp_pc {
      display: inherit; } }
  @media screen and (max-width: 767px) {
    .disp_pc {
      display: none; } }

.disp_tab {
  display: none; }
  @media screen and (max-width: 979px) {
    .disp_tab {
      display: inherit; } }
  @media screen and (max-width: 767px) {
    .disp_tab {
      display: none; } }

.disp_sp {
  display: none; }
  @media screen and (max-width: 979px) {
    .disp_sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .disp_sp {
      display: inherit; } }

@media screen and (max-width: 767px) {
  #wrapper {
    overflow: hidden; } }

#our-story-report-article a {
  color: #A00;
  text-decoration: underline; }
  #our-story-report-article a:hover {
    text-decoration: underline; }
#our-story-report-article .text_bold {
  font-weight: 600 !important; }
#our-story-report-article .mv-area {
  padding-top: 72px; }
  @media screen and (max-width: 767px) {
    #our-story-report-article .mv-area {
      padding-top: 2.5rem; } }
  #our-story-report-article .mv-area p {
    font-size: 1.14em;
    text-align: start;
    padding-bottom: 8px; }
  #our-story-report-article .mv-area h1 {
    font-size: 1.89em;
    font-weight: 600 !important;
    text-align: start; }
    @media screen and (max-width: 767px) {
      #our-story-report-article .mv-area h1 {
        font-size: 1.7em;
        line-height: 1.4; } }
  #our-story-report-article .mv-area-title {
    max-width: 590px;
    width: 100%;
    margin-inline: auto; }
    @media screen and (max-width: 767px) {
      #our-story-report-article .mv-area-title {
        width: 92%; } }
  #our-story-report-article .mv-area img {
    max-width: 690px;
    width: 100%;
    margin-inline: auto;
    display: block;
    padding-top: 32px; }
#our-story-report-article .report-article-section {
  padding-top: 32px;
  max-width: 590px;
  width: 100%;
  margin-inline: auto; }
  @media screen and (max-width: 767px) {
    #our-story-report-article .report-article-section {
      width: 92%;
      max-width: none;
      padding-top: 2.5rem; } }
  #our-story-report-article .report-article-section h2 {
    font-size: 1.72em;
    font-weight: 600 !important;
    text-align: start; }
    @media screen and (max-width: 767px) {
      #our-story-report-article .report-article-section h2 {
        font-size: 1.45em; } }
  #our-story-report-article .report-article-section p.report-article-text {
    font-size: 1.148em;
    line-height: 2;
    text-align: justify;
    /*letter-spacing: 0.02em;*/ }
  #our-story-report-article .report-article-section p.report-article-text:not(:first-child) {
    padding-top: 32px; }
    @media screen and (max-width: 767px) {
      #our-story-report-article .report-article-section p.report-article-text:not(:first-child) {
        padding-top: 1rem; } }
  #our-story-report-article .report-article-section p.report-article-alt {
    font-size: 1em;
    line-height: 2; }
    #our-story-report-article .report-article-section p.report-article-alt strong {
      font-size: 1.2em;
      font-weight: bold; }
  #our-story-report-article .report-article-section img {
    padding-top: 32px; }
    @media screen and (max-width: 767px) {
      #our-story-report-article .report-article-section img {
        padding-top: 1rem; } }
  #our-story-report-article .report-article-section .report-article-movie iframe {
    border: none;
    display: block;
    margin-top: 36px;
    width: 100%;
    height: auto;
    aspect-ratio: 556 / 313; }
    @media screen and (max-width: 767px) {
      #our-story-report-article .report-article-section .report-article-movie iframe {
        padding-top: 1rem;
        margin-top: 0px; } }
#our-story-report-article .report-article-btn {
  margin: 80px auto 100px;
  width: 80%;
  max-width: 345px; }
  @media screen and (max-width: 767px) {
    #our-story-report-article .report-article-btn {
      width: 92%; } }
  #our-story-report-article .report-article-btn button {
    background-color: #fff !important;
    width: 100% !important;
    font-size: 1.0rem !important;
    padding: 12px 0px !important;
    text-align: center !important;
    color: #333 !important;
    position: relative !important;
    border: 1px solid #333 !important;
    transition: 0.3s ease all; }
    #our-story-report-article .report-article-btn button:hover {
      opacity: .6; }
      #our-story-report-article .report-article-btn button:hover::after {
        left: 1.5rem; }
    #our-story-report-article .report-article-btn button::after {
      position: absolute;
      content: "";
      display: inline-block;
      vertical-align: middle;
      color: #333;
      line-height: 1;
      width: .6rem;
      height: .6rem;
      left: 2rem;
      top: 50%;
      border: 0.15rem solid #333;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-50%) rotate(-140deg);
      transition: 0.3s ease all; }

.img-caption {
  width: fit-content;
  margin: 0 auto; }
  .img-caption figcaption {
    font-size: 1em;
    line-height: 2em; }
    @media screen and (max-width: 767px) {
      .img-caption figcaption {
        width: 92%;
        margin: 5px auto 0; } }
