<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*　spフォントサイズ自動作成
----------------------------------------------- */
/*　共通カラー
----------------------------------------------- */
#story-post .story-single_prologue_box {
  padding-top: 14.49%; }
  #story-post .story-single_prologue_box .story-single_box_r {
    width: 61.16%; }
  #story-post .story-single_prologue_box .story-single_box_l {
    margin: 9.16% 0 16.66%; }
    #story-post .story-single_prologue_box .story-single_box_l .story-single_en-text {
      display: block;
      text-align: center;
      font-size: 2.8571428571vw;
      margin-bottom: 9.33%;
      letter-spacing: 0.05em; }
    #story-post .story-single_prologue_box .story-single_box_l .prologue_ttl {
      padding-bottom: 8.33%;
      font-size: 4.5714285714vw;
      font-weight: 700;
      position: relative; }
      #story-post .story-single_prologue_box .story-single_box_l .prologue_ttl::after {
        content: "";
        width: 16.66%;
        height: 2px;
        display: block;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0; }
    #story-post .story-single_prologue_box .story-single_box_l .prologue_text {
      margin-top: 8.33%;
      font-size: 3.4285714286vw;
      line-height: 1.8;
      text-align: justify; }
#story-post .story-navilist {
  width: 85.71%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #story-post .story-navilist--mt {
    margin-top: 16.66%; }
  #story-post .story-navilist_ttl {
    padding-bottom: 5.17%;
    letter-spacing: 0.1em;
    position: relative; }
    #story-post .story-navilist_ttl::after {
      content: "";
      width: 10.34%;
      height: 1px;
      background-color: #e60012;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  #story-post .story-navilist li.active .story-navilist_ttl::after {
    background-color: #FFF; }
  #story-post .story-navilist_sttl {
    margin-top: 3.44%; }
  #story-post .story-navilist_nottl {
    padding-bottom: 4.28%;
    color: #e60012;
    letter-spacing: 0.1em;
    position: relative; }
    #story-post .story-navilist_nottl::after {
      content: "";
      width: 10.34%;
      height: 1px;
      background-color: #e60012;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  #story-post .story-navilist_nosttl {
    margin-top: 3.44%;
    color: #e60012; }
  #story-post .story-navilist a {
    width: 100%;
    display: block;
    color: #e60012; }
    #story-post .story-navilist a li {
      width: 100%;
      padding: 10% 0; }
  #story-post .story-navilist li {
    width: 48.33%;
    margin-top: 3.33%;
    padding: 5% 0;
    text-align: center;
    position: relative;
    border: 1px solid #e60012; }
    #story-post .story-navilist li:first-child {
      margin-top: 0; }
    #story-post .story-navilist li:nth-child(2) {
      margin-top: 0; }
    #story-post .story-navilist li .soon {
      color: #FFF;
      text-align: center; }
    #story-post .story-navilist li .view {
      width: 65.71%;
      margin: 19.14% auto 0;
      padding: 5.71% 0;
      border: 1px solid #FFF;
      border-radius: 5px;
      font-size: 2.8571428571vw;
      display: none; }
    #story-post .story-navilist li .comingsoon {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3.4285714286vw;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0; }
  #story-post .story-navilist .active {
    background-color: #e60012;
    color: #FFF; }
    #story-post .story-navilist .active a {
      color: #FFF; }
#story-post .story-archive-wrap {
  background: #f5f5f5;
  padding: 7.14% 0 8.33%;
  margin-top: 14.28%; }
  #story-post .story-archive-wrap .story-archive-inner {
    width: 85.71%;
    margin: 0 auto; }
  #story-post .story-archive-wrap .story-cat-box {
    margin-bottom: 8.33%; }
    #story-post .story-archive-wrap .story-cat-box .story-cat-ttl {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 4%; }
      #story-post .story-archive-wrap .story-cat-box .story-cat-ttl .story-cat-icon {
        width: 1em;
        height: 1em;
        margin-right: 2%; }
    #story-post .story-archive-wrap .story-cat-box .story-cat-list {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-left: -4%;
      gap: 10px 0; }
      #story-post .story-archive-wrap .story-cat-box .story-cat-list li {
        padding-left: 4%;
        display: inline-block; }
        #story-post .story-archive-wrap .story-cat-box .story-cat-list li a {
          display: block;
          letter-spacing: 0.05em;
          position: relative;
          padding-bottom: 8px; }
          #story-post .story-archive-wrap .story-cat-box .story-cat-list li a::before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: #000; }
        #story-post .story-archive-wrap .story-cat-box .story-cat-list li.current a {
          color: #e60012; }
          #story-post .story-archive-wrap .story-cat-box .story-cat-list li.current a::before {
            background: #e60012; }
  #story-post .story-archive-wrap .story-post-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 -6% -6%; }
    #story-post .story-archive-wrap .story-post-list .no-post {
      text-align: center;
      width: 100%;
      padding: 0 0 6% 6%; }
    #story-post .story-archive-wrap .story-post-list li {
      width: 50%;
      padding: 0 0 6% 6%; }
      #story-post .story-archive-wrap .story-post-list li a {
        display: block; }
        #story-post .story-archive-wrap .story-post-list li a:hover .img-box::before {
          opacity: 1;
          transition: 0.3s; }
        #story-post .story-archive-wrap .story-post-list li a:hover .img-box img {
          transform: scale(1.1);
          transition: 0.3s; }
        #story-post .story-archive-wrap .story-post-list li a:hover .story-post-ttl {
          color: #e60012;
          transition: 0.3s; }
      #story-post .story-archive-wrap .story-post-list li .img-box {
        width: 100%;
        height: 7.057em;
        overflow: hidden;
        position: relative; }
        #story-post .story-archive-wrap .story-post-list li .img-box::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          opacity: 0;
          transition: 0.3s;
          z-index: 1; }
        #story-post .story-archive-wrap .story-post-list li .img-box img {
          transition: 0.3s; }
      #story-post .story-archive-wrap .story-post-list li .story-cat {
        margin-top: 5%; }
        #story-post .story-archive-wrap .story-post-list li .story-cat .cat {
          font-size: 2.8571428571vw;
          color: #fff;
          display: inline-block;
          background: #e60012;
          letter-spacing: 0.2em;
          text-indent: 0.5em;
          padding: 1% 0 1.25%; }
      #story-post .story-archive-wrap .story-post-list li .story-post-ttl {
        margin-top: 2.5%;
        font-size: 3.7142857143vw;
        line-height: 1.3;
        letter-spacing: 0.015em;
        transition: 0.3s; }
#story-post .page_navi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 8.33%; }
  #story-post .page_navi .pages {
    display: none; }
  #story-post .page_navi li a.previouspostslink {
    left: 0;
    top: 0;
    transition: 0.3s;
    position: absolute;
    text-indent: -9999px;
    color: #9c9c9c;
    padding: 2.858vw;
    display: block;
    z-index: 0;
    transition: 0.3s; }
    #story-post .page_navi li a.previouspostslink::before {
      content: "";
      position: absolute;
      width: 2.14vw;
      height: 2.14vw;
      border: 2px solid;
      border-color: #000 #000 transparent transparent;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-135deg); }
    #story-post .page_navi li a.previouspostslink:hover {
      left: -10px;
      transition: 0.3s; }
  #story-post .page_navi li a.nextpostslink {
    right: 0;
    top: 0;
    transition: 0.3s;
    position: absolute;
    text-indent: -9999px;
    color: #9c9c9c;
    padding: 2.858vw;
    display: block;
    z-index: 0;
    transition: 0.3s; }
    #story-post .page_navi li a.nextpostslink::before {
      content: "";
      position: absolute;
      width: 2.14vw;
      height: 2.14vw;
      border: 2px solid;
      border-color: #000 #000 transparent transparent;
      top: 50%;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, -50%) rotate(45deg); }
    #story-post .page_navi li a.nextpostslink:hover {
      right: -10px;
      transition: 0.3s; }
  #story-post .page_navi a {
    color: #9c9c9c;
    padding: 2.858vw;
    display: block;
    position: relative;
    transition: 0.3s; }
    #story-post .page_navi a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -5px;
      transition: 0.3s; }
    #story-post .page_navi a:hover::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #9c9c9c;
      left: 0;
      bottom: -5px;
      opacity: 0;
      transition: 0.3s; }
  #story-post .page_navi .current {
    padding: 2.858vw;
    color: #e60012; }
#story-post .story-post-mv {
  position: relative; }
  #story-post .story-post-mv .story-post-mv-copy {
    position: absolute;
    left: 6.8%;
    top: 5.5%;
    width: 74.143%; }
#story-post .story-post-copy {
  background: #000;
  padding: 7% 0 7.2%; }
  #story-post .story-post-copy .box_l {
    font-size: 4vw;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 8.3%; }
    #story-post .story-post-copy .box_l::before {
      content: "";
      position: absolute;
      left: 0;
      top: calc((100% - 1px)/2);
      width: 5.2%;
      height: 1px;
      background: #e60012; }
#story-post .story-post-item-image {
  height: 20.8334em; }
#story-post .item-name-box {
  background: #000;
  padding: 4.4% 0; }
  #story-post .item-name-box .item-name-box-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  #story-post .item-name-box span {
    display: inline-block; }
  #story-post .item-name-box .item-name-ttl {
    width: 25.8%;
    background: #e60012;
    letter-spacing: 0.05em;
    font-size: 3.4285714286vw;
    padding: 2% 0;
    text-align: center;
    margin-right: 3.3%; }
  #story-post .item-name-box .item-name {
    color: #fff;
    width: 70.1%;
    line-height: 1.3;
    margin-top: 1%; }
#story-post .story-single-wrap {
  margin-top: 14.28%; }
#story-post .story-post-single-details {
  width: 85.71%;
  margin: 14.2% auto 0;
  border-bottom: 1px solid #000;
  padding-bottom: 11.42%; }
#story-post .story-post-single-text-box .data-ttl {
  display: block;
  font-size: 3.1428571429vw;
  width: 22.67%;
  background: #e60012;
  color: #fff;
  text-align: right;
  padding: 0.9% 3.1% 0.8% 0; }
#story-post .story-post-single-text-box .story-post-single-ttl {
  font-size: 4vw;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 2.5%;
  margin-top: 4.1%;
  letter-spacing: 0.05em;
  line-height: 1.3; }
#story-post .story-post-single-text-box .story-post-single-text {
  font-weight: 350;
  line-height: 1.75;
  text-align: justify;
  margin-top: 3.2%; }
#story-post .story-post-single-gallery-box {
  width: 83.34%;
  margin: 13.6% auto 0; }
#story-post .story-post-single-gallery li {
  margin-bottom: 4%; }
  #story-post .story-post-single-gallery li:last-child {
    margin-bottom: 0; }
#story-post .notes {
  font-size: 2.8571428571vw;
  font-weight: 350;
  margin-top: 4%; }
#story-post .story-single-case-info-box {
  width: 85.71%;
  margin: 14.28% auto 0; }
  #story-post .story-single-case-info-box .box_l .story-single-case-info-ttl {
    text-align: center;
    color: #e60012;
    letter-spacing: 0.05em; }
  #story-post .story-single-case-info-box .box_l .story-single-case-info-name {
    font-weight: 350;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.3;
    margin-top: 7.5%;
    position: relative;
    padding-bottom: 8.3%; }
    #story-post .story-single-case-info-box .box_l .story-single-case-info-name::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 6.668%;
      height: 1px;
      background: #000;
      transform: translateX(-50%); }
    #story-post .story-single-case-info-box .box_l .story-single-case-info-name span {
      font-weight: 400;
      display: block;
      line-height: 1;
      margin-top: 2.5%; }
  #story-post .story-single-case-info-box .box_l .story-single-case-info-text {
    font-size: 2.8571428571vw;
    letter-spacing: 0.05em;
    line-height: 1.9;
    font-weight: 350;
    margin-top: 6.667%; }
  #story-post .story-single-case-info-box .box_r {
    margin-top: 10.334%; }
#story-post .index_point_btn {
  width: 66.66%;
  margin: 11.6% auto 0; }
  #story-post .index_point_btn a {
    padding: 5% 0;
    display: block;
    border: 1px solid #e60012;
    font-size: 3.4285714286vw;
    letter-spacing: 0.05em;
    color: #e60012;
    text-align: center;
    border-radius: 5px; }
#story-post .btn-area {
  padding: 14.28% 0;
  display: flex;
  justify-content: center; }
  #story-post .btn-area_btn {
    width: 47.5%; }
    #story-post .btn-area_btn:nth-child(2) {
      margin-left: 4%; }
    #story-post .btn-area_btn a {
      padding: 8.77% 10% 8.77% 8.77%;
      display: block;
      border: 1px solid #e60012;
      font-weight: 350;
      color: #e60012;
      line-height: 1.4;
      position: relative; }
      #story-post .btn-area_btn a::after {
        content: "";
        width: 12.28%;
        height: 2px;
        display: block;
        background-color: #e60012;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }

@media screen and (min-width: 701px) {
  #story-post .story-single_prologue_box {
    padding: 78px 0 73px; }
    #story-post .story-single_prologue_box .story-single_prologue_box_inner {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
    #story-post .story-single_prologue_box .story-single_box_r {
      width: 494px;
      margin: 0;
      position: relative;
      bottom: -108px;
      right: -24px;
      order: 2; }
    #story-post .story-single_prologue_box .story-single_box_l {
      margin: 0;
      width: 435px;
      order: 1; }
      #story-post .story-single_prologue_box .story-single_box_l .story-single_en-text {
        text-align: left;
        font-size: 1.4rem;
        margin-bottom: 33px; }
      #story-post .story-single_prologue_box .story-single_box_l .prologue_ttl {
        width: 100%;
        font-size: 2.4rem;
        margin-bottom: 17px;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -moz-writing-mode: unset;
        -ms-writing-mode: unset;
        -o-writing-mode: unset; }
      #story-post .story-single_prologue_box .story-single_box_l .prologue_text {
        font-size: 1.4rem; }
  #story-post .story-navilist {
    width: 1080px;
    margin: 0 auto;
    justify-content: space-between; }
    #story-post .story-navilist--mt {
      margin-top: 120px; }
    #story-post .story-navilist_ttl {
      padding-bottom: 15px;
      font-size: 2.4rem; }
      #story-post .story-navilist_ttl::after {
        content: "";
        width: 100px;
        height: 1px;
        background-color: #FFF;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    #story-post .story-navilist_sttl {
      margin-top: 10px;
      font-size: 1.6rem; }
    #story-post .story-navilist_nottl {
      padding-bottom: 15px;
      font-size: 2.4rem;
      color: #FFF; }
      #story-post .story-navilist_nottl::after {
        content: "";
        width: 100px;
        height: 1px;
        background-color: #FFF;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    #story-post .story-navilist_nosttl {
      margin-top: 10px;
      font-size: 1.6rem;
      color: #FFF; }
    #story-post .story-navilist a {
      width: 255px; }
      #story-post .story-navilist a li {
        padding: 97px 0 20px; }
    #story-post .story-navilist li {
      width: 255px;
      padding: 97px 0 20px;
      background-position: center center;
      transition: 0.3s;
      background-color: #FFF;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      cursor: pointer;
      border: none; }
      #story-post .story-navilist li:first-child {
        background-image: url("../../img/story-single/story-bg01_pc.png");
        ransition: 0.3s; }
      #story-post .story-navilist li:nth-child(2) {
        background-image: url("../../img/story-single/story-bg02_pc.png");
        ransition: 0.3s; }
      #story-post .story-navilist li:nth-child(3) {
        margin-top: 0;
        background-image: url("../../img/story-single/story-bg03_pc.png");
        ransition: 0.3s; }
      #story-post .story-navilist li:nth-child(4) {
        margin-top: 0;
        background-image: url("../../img/story-single/story-bg04_pc.png");
        ransition: 0.3s; }
      #story-post .story-navilist li::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3); }
      #story-post .story-navilist li .soon {
        padding: 0;
        position: relative;
        z-index: 3; }
      #story-post .story-navilist li .view {
        width: 235px;
        margin: 55px auto 0;
        padding: 5.71% 0;
        border: 1px solid #FFF;
        border-radius: 5px;
        font-size: 1.4rem; }
      #story-post .story-navilist li .comingsoon {
        width: 235px;
        margin: 50px auto 0;
        padding-bottom: 8px;
        font-size: 1.4rem;
        text-align: right;
        border-bottom: 1px solid #FFF;
        text-align: right;
        display: block;
        background: none;
        position: static;
        top: 0;
        left: 0;
        transform: translateY(0) translateX(0); }
      #story-post .story-navilist li .list_btn {
        width: 235px;
        margin: 50px auto 0;
        text-align: left;
        position: relative;
        z-index: 3; }
        #story-post .story-navilist li .list_btn span {
          padding: 0 0 10px 0;
          border-radius: 0;
          position: relative;
          border-bottom: 1px solid #cccccc;
          display: block;
          transition: 0.3s; }
          #story-post .story-navilist li .list_btn span::before {
            content: "";
            position: absolute;
            right: 0;
            top: 2px;
            width: 8px;
            height: 9px;
            background: url("../../img/index_img/btn_arrow.png") no-repeat center;
            background-size: cover;
            transition: 0.3s; }
          #story-post .story-navilist li .list_btn span::after {
            content: "";
            position: absolute;
            left: -8px;
            top: 2px;
            width: 8px;
            height: 9px;
            background: url("../../img/index_img/btn_arrow.png") no-repeat center;
            background-size: cover;
            opacity: 0;
            transition: 0.3s; }
      #story-post .story-navilist li:hover {
        opacity: 0.9;
        color: main-red; }
        #story-post .story-navilist li:hover .list_btn span {
          padding-left: 20px;
          transition-delay: 300ms;
          color: #FFF;
          border-color: #FFF; }
          #story-post .story-navilist li:hover .list_btn span::before {
            right: -8px;
            opacity: 0;
            transition: 0.3s; }
          #story-post .story-navilist li:hover .list_btn span::after {
            left: 0;
            opacity: 1;
            transition-delay: 300ms;
            background: url("../../img/index_img/btn_arrow.png") no-repeat center/cover; }
      #story-post .story-navilist li a {
        color: #FFF; }
    #story-post .story-navilist li.active::after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    #story-post .story-navilist li.active .story-navilist_ttlarea {
      position: relative;
      z-index: 3; }
    #story-post .story-navilist li.link {
      color: #FFF; }
    #story-post .story-navilist li.active01 {
      background-image: url(../../img/story-single/story-bg01_pc-on.png); }
    #story-post .story-navilist li.active02 {
      background-image: url(../../img/story-single/story-bg02_pc-on.png); }
    #story-post .story-navilist li.active03 {
      background-image: url(../../img/story-single/story-bg03_pc-on.png); }
    #story-post .story-navilist li.active04 {
      background-image: url(../../img/story-single/story-bg04_pc-on.png); }
    #story-post .story-navilist .story-navilist_ttlarea {
      position: relative;
      z-index: 1; }
  #story-post .story-archive-wrap {
    padding: 50px 0 50px;
    margin-top: 100px; }
    #story-post .story-archive-wrap .story-archive-inner {
      width: 1000px; }
    #story-post .story-archive-wrap .story-cat-box {
      margin-bottom: 50px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #story-post .story-archive-wrap .story-cat-box .story-cat-ttl {
        margin-bottom: 0;
        margin-right: 57px; }
        #story-post .story-archive-wrap .story-cat-box .story-cat-ttl .story-cat-icon {
          width: 16px;
          height: 16px;
          margin-right: 10px; }
      #story-post .story-archive-wrap .story-cat-box .story-cat-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-left: -24px; }
        #story-post .story-archive-wrap .story-cat-box .story-cat-list li {
          padding-left: 24px; }
          #story-post .story-archive-wrap .story-cat-box .story-cat-list li a {
            padding-bottom: 4px; }
            #story-post .story-archive-wrap .story-cat-box .story-cat-list li a::before {
              width: 100%; }
    #story-post .story-archive-wrap .story-post-list {
      margin: 0 0 -50px -44px; }
      #story-post .story-archive-wrap .story-post-list .no-post {
        padding: 0 0 50px 44px; }
      #story-post .story-archive-wrap .story-post-list li {
        width: 33.333%;
        padding: 0 0 50px 44px; }
        #story-post .story-archive-wrap .story-post-list li .img-box {
          height: 184px; }
        #story-post .story-archive-wrap .story-post-list li .story-cat {
          margin-top: 17px; }
          #story-post .story-archive-wrap .story-post-list li .story-cat .cat {
            font-size: 1.2rem;
            padding: 3px 14px 4px; }
        #story-post .story-archive-wrap .story-post-list li .story-post-ttl {
          margin-top: 15px;
          font-size: 1.6rem; }
  #story-post .page_navi {
    margin-top: 40px; }
    #story-post .page_navi li a.previouspostslink {
      padding: 12.5px; }
      #story-post .page_navi li a.previouspostslink::before {
        width: 15px;
        height: 15px; }
    #story-post .page_navi li a.nextpostslink {
      padding: 12.5px; }
      #story-post .page_navi li a.nextpostslink::before {
        width: 15px;
        height: 15px; }
    #story-post .page_navi a {
      padding: 12.5px; }
      #story-post .page_navi a::before {
        height: 1px;
        bottom: -5px; }
      #story-post .page_navi a:hover::before {
        bottom: 0;
        opacity: 1;
        transition: 0.3s; }
    #story-post .page_navi .current {
      padding: 12.5px; }
  #story-post .story-post-mv {
    min-width: 1280px;
    height: 400px;
    overflow: hidden; }
    #story-post .story-post-mv .story-post-mv-img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
    #story-post .story-post-mv .story-post-mv-copy {
      left: 74px;
      top: 70px;
      width: 523px; }
  #story-post .story-post-copy {
    padding: 25px 0; }
    #story-post .story-post-copy .story-post-copy-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #story-post .story-post-copy .box_l {
      font-size: 2rem;
      padding-left: 42px; }
      #story-post .story-post-copy .box_l::before {
        top: calc((100% - 1px)/2);
        width: 20PX; }
  #story-post .story-post-item-image {
    width: 1000px;
    height: 450px;
    margin: 150px auto 0; }
  #story-post .story-single-wrap {
    margin-top: 0; }
  #story-post .item-name-box {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 500px; }
    #story-post .item-name-box .item-name-box-inner {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
    #story-post .item-name-box .item-name-ttl {
      width: 90px;
      font-size: 1.4rem;
      padding: 7px 0;
      margin-right: 11px; }
    #story-post .item-name-box .item-name {
      width: auto;
      margin-top: 0; }
    #story-post .item-name-box.sp {
      display: none; }
  #story-post .story-post-single-details {
    width: 1000px;
    margin: 78px auto 0;
    padding-bottom: 56px; }
  #story-post .story-post-single-text-box {
    width: 360px;
    margin-left: auto; }
    #story-post .story-post-single-text-box .data-ttl {
      font-size: 1.4rem;
      width: 85px;
      padding: 4px 11px 2px 0; }
    #story-post .story-post-single-text-box .story-post-single-ttl {
      font-size: 1.8rem;
      padding-bottom: 11px;
      margin-top: 16px; }
    #story-post .story-post-single-text-box .story-post-single-text {
      margin-top: 15px; }
  #story-post .story-post-single-gallery-box {
    width: 1000px;
    margin: 94px auto 0; }
  #story-post .story-post-single-gallery {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #story-post .story-post-single-gallery li {
      width: 304px;
      margin-right: 44px;
      margin-bottom: 44px; }
      #story-post .story-post-single-gallery li:nth-child(3n) {
        margin-right: 0; }
      #story-post .story-post-single-gallery li:last-child {
        margin-bottom: 0; }
  #story-post .notes {
    width: 1000px;
    margin: 10px auto 0;
    font-size: 1.2rem; }
  #story-post .story-single-case-info-box {
    width: 1000px;
    margin: 40px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    #story-post .story-single-case-info-box .box_l {
      width: 350px;
      margin-right: 50px; }
      #story-post .story-single-case-info-box .box_l .story-single-case-info-ttl {
        text-align: left;
        font-size: 2rem; }
      #story-post .story-single-case-info-box .box_l .story-single-case-info-name {
        text-align: left;
        margin-top: 30px;
        padding-bottom: 27px; }
        #story-post .story-single-case-info-box .box_l .story-single-case-info-name::before {
          left: 0;
          width: 40px;
          transform: translateX(0); }
        #story-post .story-single-case-info-box .box_l .story-single-case-info-name span {
          margin-top: 6px; }
      #story-post .story-single-case-info-box .box_l .story-single-case-info-text {
        font-size: 1.4rem;
        margin-top: 19px; }
    #story-post .story-single-case-info-box .box_r {
      margin-top: 0;
      width: 600px; }
  #story-post .index_point_btn {
    width: 230px;
    margin: 35px 0 0; }
    #story-post .index_point_btn a {
      padding: 15px 0;
      display: block;
      border: 1px solid #e60012;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      color: #e60012;
      text-align: center;
      border-radius: 5px; }
  #story-post .btn-area {
    padding: 50px 0; }
    #story-post .btn-area_btn {
      width: auto; }
      #story-post .btn-area_btn:nth-child(2) {
        margin-left: 60px; }
        #story-post .btn-area_btn:nth-child(2) a::after {
          display: none; }
      #story-post .btn-area_btn a {
        padding: 0 30px 0 30px;
        display: block;
        border: none;
        font-size: 1.6rem;
        color: #000;
        background-image: url("../../img/brand-single/pc-icon.png"), url("../../img/brand-single/pc-icon02.png");
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        position: relative; }
        #story-post .btn-area_btn a::after {
          content: "";
          width: 1px;
          height: 20px;
          display: block;
          background-color: #000;
          position: absolute;
          top: 50%;
          right: -31px;
          transform: translateY(-50%); }
        #story-post .btn-area_btn a::before {
          content: "";
          width: 0;
          height: 2px;
          background-color: #e60012;
          display: block;
          position: absolute;
          bottom: -10px;
          left: 0;
          transition: 0.3s; }
        #story-post .btn-area_btn a:hover::before {
          width: 100%; } }
</pre></body></html>