.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.inblock-wrap {
  width: 100%;
  position: relative;
  font-size: 0;
}
.inblock-wrap > * {
  font-size: 16px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.flex-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  width:100%;
  position:relative;
}
.flex-wrap > * {
  position:relative;
}
.pic img {
  width:100%;
  height:auto;
  vertical-align: top;
}

.middleborder {
  overflow: hidden;
}
.middleborder span.middleborder-inner {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.middleborder span.middleborder-inner:before, .middleborder span.middleborder-inner:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 500%;
  height: 1px;
  background-color: #dbd9c6;
}
.middleborder span.middleborder-inner:before {
  right: 100%;
}
.middleborder span.middleborder-inner:after {
  left: 100%;
}


.m-btn-gold {
    background: #af904f;
    color: white;
    border: 1px solid #af904f;
}
.m-btn-gold:hover {
    color: #af904f;
    background-color:white;
}

.m-btn-orange {
   background: #ff8a4f;
  color:white;
  border: 1px solid #ff8a4f;
}
.m-btn-orange:hover {
    color: #ff8a4f;
    background-color:white;
}

.m-btn-blue {
   background: #61c1be;
  color:white;
  border: 1px solid #61c1be;
}
.m-btn-blue:hover {
    color: #61c1be;
    background-color:white;
}

.min {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


body.p-guide-plan main div.m-container {
    background: #fff5e3;
}
body.p-guide-plan main div.m-container:last-child {
    padding-bottom: 150px;
}

body.p-guide-plan .p-header-visual {
    background-image: url(/assets/images/page/visit/guide/plan/title_index.png);
    height: 350px;
}

div.plan-panel {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}

div.plan-panel.full, div.plan-panel.col2 > .el-content {
    background: white;
    border-radius: 80px;
    padding: 80px 110px;
    box-shadow: 0px 4px 13px rgba(164,148,118,.2);
}
div.plan-panel .hr-red {
    width: 60px;
    height: 4px;
    background: #e60020;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 35px;
}
div.plan-panel p {
    line-height: 2;
    margin-bottom: 0.5em;
}
div.plan-panel p.plan-time {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
margin-bottom: 15px;
}
div.plan-panel p.tac {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
div.plan-panel h3 {
    font-size: 36px;
    color: #ff8a4f;
    text-align: center;
    line-height: 1.4;
}

div.plan-panel h3 + p.plan-panel-subtitle {
  margin-top:0;
}
div.plan-panel h3 + div.hr-red {
    margin-top: 35px;
}


div.plan-panel h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

div.plan-panel p.plan-panel-subtitle {
    font-size: 24px;
    color: #d2a300;
    line-height: 2;
    font-weight: bold;
    margin-top:30px;
    margin-bottom: 30px;
  text-align: center;
}

h2#plan-title-morning {
    max-width: 729px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  margin-bottom:25px;

}
div.icon-car {
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:25px;
}
div.plan-panel p.plan-intro {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 25px;
}
div.plan-panel p.plan-text-start {
  font-size:34px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color:#e60020;
line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}
div.icon-dots {
    width: 8px;
    margin: 18px auto;
}


div.plan-panel.col2 > .el-pic {
    max-width: 572px;
    width: 49%;
    float: left;
    z-index: 1;
    position: absolute;
    top: 70px;
}
div.plan-panel.col2 > .el-pic.float-right {
    right: 0;
    float: right;
}

div.plan-panel.col2 > .el-content {
    max-width: 700px;
    width: 60%;
    float: right;
    padding: 80px 105px 80px 125px;
}
div.plan-panel.col2 > .el-content.el-left {
    float: left;
    padding: 80px 125px 80px 105px;
}


div.plan-panel p.plan-time.icon-tmuseum-clock:before {
  color:#e60020;
}
div.plan-panel-nobg {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 35px;
}
div.plan-panel-nobg .el-left, div.plan-panel-nobg .el-right {
    vertical-align: bottom;
}
div.plan-panel-nobg > .inner > .el-left {
    width: 62%;
  margin-right:2.9%;
}
div.plan-panel-nobg > .inner > .el-right {
  width: 35%;
  padding-bottom: 10px;
}

div.plan-panel-nobg h3 {
    color: #af904f;
    line-height: 1.4;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

div.plan-panel-nobg .m-btn {
    margin-top: 0;
    margin-bottom: 0;
}
div.plan-panel-nobg p {
    line-height: 2;
}
div.plan-buttonarea {
    text-align: center;
}
div.plan-buttonarea > a.m-btn {
    margin: 40px 0 0;
}


body.p-guide-plan.afternoon div.plan-panel p.tac {
    max-width: 580px;
  text-align: center;
}
body.p-guide-plan.afternoon div.plan-panel h3 {
  color:#61c1be;
}

@media screen and (max-width: 768px) {
  body.p-guide-plan .p-header-visual {
      background-image: url("/assets/images/page/visit/guide/plan/title_index_sp.png");
      height: auto;
      background-size: 100vw 39.0625vw;
      background-color: #fff5e3;
  }
  body.p-guide-plan main div.m-container > .m-content.sp-nopad {
      padding-left: 0;
      padding-right: 0;
  }
  div.plan-panel p.plan-intro {
    font-size: 4.16667vw;
    line-height: 1.7;
    text-align: left;
    padding-left: calc(30 / 768 * 100vw);
    padding-right: calc(30 / 768 * 100vw);
    margin-bottom: calc(30 / 768 * 100vw);
  }
  div.plan-panel.col2 > .el-pic, div.plan-panel.col2 > .el-content {
      width: 100%;
      position: relative;
      top: 0;
      float: none;
      margin-right: 0;
      margin-left: 0;
  }
  div.plan-panel.full, div.plan-panel.col2 > .el-content,
  div.plan-panel.col2 > .el-content.el-left,
  div.plan-panel.col2 > .el-pic,
  div.plan-panel.col2 > .el-pic.float-right {
    float:none;
    border-radius: 0;
    padding: 11.71875vw 3.90625vw;
  }
  div.plan-panel.col2 > .el-content,
  div.plan-panel.col2 > .el-content.el-left {
    margin-top: -11.71875vw;
    padding-top: 15vw;
  }
  div.plan-panel.col2 > .el-pic,
  div.plan-panel.col2 > .el-pic.float-right {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
  div.plan-panel h3{
    font-size: 7.29167vw;
  }
  div.plan-panel-nobg h3,
  div.plan-panel p.plan-time {
    font-size: 5.20833vw;
  }
  div.plan-panel p.plan-time {
      line-height: 1.5;
         margin-bottom: 2.60417vw;
  }
  div.plan-panel h3 + p.plan-panel-subtitle,
  div.plan-panel h4{
      font-size: 4.6875vw;
      text-align: center;

  }
  div.plan-panel h3 + p.plan-panel-subtitle {
    margin-bottom: 3.90625vw;
  }
  div.plan-panel h4 {
    margin-bottom: 2.60417vw;
  }

  div.plan-panel p {
      padding-left: calc(30 / 768 * 100vw);
      padding-right: calc(30 / 768 * 100vw);
  }
  div.plan-panel-nobg {
    padding: 0 3.90625vw;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  div.plan-panel-nobg > .inner > .el-left, div.plan-panel-nobg > .inner > .el-right {
    width: 100%;
    margin-right: 0;
    display: block;
    padding-bottom: 0;
  }
  div.plan-panel-nobg > .inner > .el-left {
    margin-bottom: 25px;
  }
  div.plan-panel-nobg p{
    font-size: 3.64583vw;
  }
  body.p-guide-plan main div.m-container:last-child {
    padding-bottom: 11.71875vw;
  }
  div.plan-buttonarea > a.m-btn {
    margin-top: 10px;
  }
  div.plan-panel-nobg .m-btn {
      font-size: 3.64583vw;
  }
  div.plan-panel .hr-red, div.plan-panel h3 + div.hr-red {
    width: 10.41667vw;
    height: 2px;
    margin-top: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
  div.icon-dots {
    margin: 3.90625vw auto;
  }

  body.p-guide-plan.afternoon div.plan-panel p.tac {
    text-align: left;
  }
  div.plan-panel p.plan-text-start {
    font-size: calc(54 / 768 * 100vw);
  }
  div#cms-story-content {
    margin-top: 10.41667vw;
  }

}

/* ============================================================ *
    企画展：100年前のイノベーション ～T型フォードが変えたこと～
 * ============================================================ */
body.p-event-innovation {
  min-width:1340px;
}
div.p-event-innovation-mainvisual {
    background: #191919 url('../images/page/event/innovation/mainvisual-bg.png') 50% 0% no-repeat;
    background-size:1800px;
    padding-bottom:120px;
}
div.p-event-innovation-mainvisual, div.p-event-innovation-mainvisual a {
    color: white;
}
div#innovation-mainvisual-pic1 {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}
.pr-dt {
    font-size: 70px;
  margin-bottom: 20px;
    text-align: center;
    line-height: 1;
}
.pr-dt .eng {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.pr-dt .year {
    font-size: 36px;
    margin-right: 5px;
    vertical-align: 0px;
    font-weight:500;
}
.pr-dt .date {
  font-weight:500;
}
.pr-dt .weekday {
    font-size: 30px;
  margin-left:5px;
      vertical-align: 6px;
}
.pr-dt .arrow-red {
    color: #e60020;
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: 1px;
}
.pr-place {
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}
div.p-event-innovation-mainvisual div.hr-gray {
    background: #636363;
    height: 1px;
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    margin-top: 12px;
}

div#innovation-mainvisual-layout1 {
}
div#innovation-mainvisual-layout1 > .el-left {
    width: 54%;
    margin-right: 4.9%;
    padding-top: 60px;
}
div#innovation-mainvisual-layout1 > .el-left p.pr-mainvisual-text1 {
    font-size: 18px;
    line-height: 2.1;
}

div#innovation-mainvisual-layout1 > .el-right {
    max-width: 516px;
    width: 41%;
}

div.p-event-innovation-section1 {
    background: #ffffff url('../images/page/event/innovation/section1-bg.png') 50% 0% no-repeat;
    background-size:1800px;
    position: relative;
  padding-top: 370px;
    padding-bottom: 120px;
}

div.innovation-section1-layout1 {
    margin-bottom: 60px;
}
div.innovation-section1-layout1:last-child {
    margin-bottom: 0;
}
div.innovation-section1-layout1 > .element {
    width: 50%;
    text-align: center;
}

div#innovation-section1-pic1 {
    max-width: 758px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: -130px;
}
div#innovation-section1-pic2 {
    max-width: 552px;
    margin-right: auto;
    margin-left: auto;
}
div#innovation-section1-pic3 {
    max-width: 489px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}
div#innovation-section1-pic4 {
    max-width: 503px;
    margin-right: auto;
    margin-left: auto;
}
div#innovation-section1-pic5 {
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
}
div#innovation-section1-pic6 {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
}
div#innovation-section1-pic7 {
    max-width: 456px;
    margin-right: auto;
    margin-left: auto;
}

div.p-event-innovation-section2 {
    background: #4d5a63;
    padding-top: 100px;
    padding-bottom: 110px;
}
div#innovation-section2-pic1 {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
div.p-event-innovation-section2 .m-heading-center {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .5rem;
    margin-bottom: 50px;
    color: white;
}
div.innovation-section2-layout1 {
    background: white;
    padding: 110px 60px 50px;
      position: relative;
}
div.innovation-section2-layout1 p.date {
    position: absolute;
    top: 0;
    left: 60px;
    background: #e60020;
    width: 160px;
    height: 70px;
    color: white;
    padding: 20px 10px 10px;
    font-size: 38px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1;
}
div.innovation-section2-layout1 h3.title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
div.innovation-section2-layout1 h3.title span.cancel-title {
  color: #e60020;
}
@media screen and (max-width: 768px) {
  div.innovation-section2-layout1 h3.title span.cancel-title {
  }
}
div.innovation-section2-layout1 p.cancel-body {
  color: #e60020;
  font-size: 18px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  div.innovation-section2-layout1 p.cancel-body {
    font-size: calc(32 / 768 * 100vw);
    text-indent:-1em;padding-left:1em;
  }
}
div.innovation-section2-layout1 p.subtitle {
    font-size: 22px;
    margin-bottom: 25px;
}
div.innovation-section2-layout1 .inner > .el-left {
    width: 48%;
  margin-right:4.9%;
}
div.innovation-section2-layout1 .inner > .el-right {
    width: 47%;
}
div#innovation-section2-pic2 {
    max-width: 539px;
    margin-left: auto;
    margin-right: auto;
}

table.pr-table {
    width: 100%;
  table-layout: auto;
}
table.pr-table > tbody > tr > th, table.pr-table > tbody > tr > td {
    border-top: 1px solid #e1e1e1;
    font-weight: normal;
    font-size: 16px;
    padding: 12px 8px;
    line-height: 1.8;
}
table.pr-table > tbody > tr > th {
    width: 75px;
}
table.pr-table > tbody > tr > td {
    width: -webkit-calc( 100% - 75px );
    width: calc( 100% - 75px );
}


table.pr-table > tbody > tr:last-child > th, table.pr-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 768px) {
  body.p-event-innovation {
    min-width: 0;
  }
  div.p-event-innovation-mainvisual {
    background: #151515 url(../images/page/event/innovation/mainvisual-bg-sp.png) 50% 0% no-repeat;
    background-size: 100%;
        padding-bottom: 20vw;
  }
  div.p-event-innovation-mainvisual > .m-content {
    padding-left: 0;
    padding-right: 0;
  }
  div.p-event-innovation-mainvisual > .m-content .m-breadcrumb {
    padding: 7.8125vw 3.90625vw;
  }

  div#innovation-mainvisual-layout1 > .el-left {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  div#innovation-mainvisual-layout1 > .el-right {
    display: none;
  }
  div#innovation-mainvisual-pic1 {
    margin-top: 44vw;
    margin-bottom: 3.90625vw;
  }
  p#innovation-mainvisual-text1 {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
        margin-bottom: 2.60417vw;
  }
  .pr-dt {
    font-size: 9.11458vw;
  }
  .pr-dt .year {
    font-size: 5.46875vw;
    margin-right: 0.65104vw;
  }
  .pr-dt .weekday {
    font-size: 4.16667vw;
    margin-left: 0.65104vw;
    vertical-align: 3px;
  }
  .pr-dt .arrow-red {
    font-size: 6.16667vw;
  }
  .pr-place {
    font-size: 4.6875vw;
        padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  div.p-event-innovation-mainvisual div.hr-gray {
    max-width: 88%;
    margin-bottom: 3.90625vw;
    margin-top: 3.90625vw;
  }
  div#innovation-mainvisual-layout1 > .el-left p.pr-mainvisual-text1 {
    font-size: 4.16667vw;
    line-height: 1.8;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  div.p-event-innovation-section1 {
    background: #ffffff url(../images/page/event/innovation/section1-bg-sp.png) 50% 0% no-repeat;
    background-size: 100%;
    padding-top: 64vw;
    padding-bottom: 7.8125vw;
  }
  div#innovation-section1-pic1 {
    top: -16vw;
    width: 100%;
    margin-right: auto;
    margin-left: -4vw;
  }
  div#innovation-section1-pic2 {
    width: 90%;
  }
  div#innovation-section1-pic3 {
    width: 82%;
}
  div#innovation-section1-pic4 {
    width: 86%;
}
div#innovation-section1-pic5 {
max-width: 78%;
}
div#innovation-section1-pic6 {
    width: 78%;
}
  div#innovation-section1-pic7 {
    max-width: 94%;
}

  div.innovation-section1-layout1 {
    margin-bottom: 0;
}
  div.innovation-section1-layout1 > .element {
    display: block;
    width: 100%;
    margin-top: 7.8125vw;
  }

  div.p-event-innovation-section2 {
    background: #4d5a63;
    padding-top: 10.41667vw;
    padding-bottom: 10.41667vw;
}
  div#innovation-section2-pic1 {
    margin-bottom: 5.20833vw;
}

div.p-event-innovation-section2 .m-heading-center {
    font-size: 4.6875vw;
    letter-spacing: .5rem;
    margin-bottom: 7.29167vw;
}
  div.innovation-section2-layout1 {
         padding: 70px 3.90625vw 5.20833vw;
  }
  div.innovation-section2-layout1 p.date {
    font-size: 25px;
    left: 3.90625vw;
    height: 50px;
    width: 120px;
    padding: 16px 2.60417vw 0;
  }

  div.innovation-section2-layout1 h3.title {
     font-size: 6.25vw;
    margin-bottom: 2.60417vw;
  }
  div.innovation-section2-layout1 p.subtitle {
      font-size: 4.42708vw;
      margin-bottom: 5.20833vw;
  }
  div.innovation-section2-layout1 .inner > .el-left, div.innovation-section2-layout1 .inner > .el-right {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  div.innovation-section2-layout1 .inner > .el-left {
    margin-bottom:3.90625vw
  }
  table.pr-table > tbody > tr > th, table.pr-table > tbody > tr > td {
      padding: 6px 4px;
      vertical-align: top;
      font-size: 4.42708vw;
  }
  table.pr-table > tbody > tr > th {
        width: 22%;
    text-align:left;
  }
  table.pr-table > tbody > tr > td {
    width: 78%;
  }

}
/* ============================================================ *
    Story一覧ページ
 * ============================================================ */
body.p-story {
  min-width:1340px;
  background-color: black;
}
body.p-story .p-header-visual {
    background-image: url(/assets/images/page/archives/stories/mainvisual.png);
    height: 650px;
}
.p-story_section {
  background: #f7f6ee;
  padding-bottom: 50px;
}

.story_list > .inblock-wrap > .element {
    width: 30.5%;
    margin-right: 4.2%;
    max-width: 390px;
    margin-bottom: 50px;
}
.story_list > .inblock-wrap > .element:nth-child( 3n ) {
  margin-right:0;
}

.story_list > .inblock-wrap > .element > a {
    color: #000000;
  text-decoration: none;
}

.story_list > .inblock-wrap > .element .story-thumb-wrap {
    margin-bottom: 10px;
}
.story_list > .inblock-wrap > .element .story-thumb {
    position: relative;
    overflow: hidden;
  /* margin-bottom: 10px; */
}
.story_list > .inblock-wrap > .element .story-thumb > img  {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.story_list > .inblock-wrap > .element > a:hover .story-thumb > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  opacity: 0.8;
}

.story_list > .inblock-wrap > .element .icon-story-new {
    max-width: 80px;
    position: absolute;
    top: -7px;
    right: -7px;
}
.story_list > .inblock-wrap > .element .story-metabox {
}
.story_list > .inblock-wrap > .element .story-title-wrap {
    padding-top: 10px;
    padding-bottom: 25px;
}
.story_list > .inblock-wrap > .element .story-title-wrap .story-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #61581a;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbd9c6;
    margin-bottom: 15px;
    line-height: 1.55;
}
.story_list > .inblock-wrap > .element .story-title-wrap .story-intro {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
}
.story_list > .inblock-wrap > .element .story-title-wrap .story-intro:before {
    content: "";
    height: 3px;
    width: 12px;
    background: #e60020;
    display: inline-block;
    vertical-align: 4px;
    margin-left: 3px;
    margin-right: 6px;
}

.story_list > .inblock-wrap > .element .story-title-wrap .story-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}
.story_list > .inblock-wrap > .element a:hover .story-title-wrap .story-title {
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  body.p-story {
    min-width: 0;
  }
  body.p-story .p-header-visual {
    background-image: url(/assets/images/page/archives/stories/mainvisual-sp.png);
    background-size: cover;
    height: 128vw;
  }
  .p-story-headline {
    font-size: 4.6875vw;
    color: #67602f;
    font-weight: 600;
    line-height: 1.6;
        margin-bottom: 7.8125vw;
  }
  .p-story_section {
    padding-bottom:11.71875vw
  }
  .story_list > .inblock-wrap > .element {
    display: block;
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-bottom: calc((120 / 768) * 100vw);
  }
  .story_list > .inblock-wrap > .element .story-thumb-wrap {
    margin-bottom: calc((16 / 768) * 100vw);
  }

  .story_list > .inblock-wrap > .element .story-metabox {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .story_list > .inblock-wrap > .element .story-metabox .story-icon-number {
    width: 129px;
  }
  .story_list > .inblock-wrap > .element .icon-story-new {
    width:20%;
    right: -1%;
    top: -1%;
  }
  .story_list > .inblock-wrap > .element .story-title-wrap {
    padding-top: 2.60417vw;
    padding-bottom: 4.6875vw;
  }
  .story_list > .inblock-wrap > .element .story-title-wrap .story-subtitle {
      font-size: 4.94792vw;
      padding-bottom: 2.60417vw;
      margin-bottom: 2.60417vw;
  }
  .story_list > .inblock-wrap > .element .story-title-wrap .story-intro {
    font-size: 3.64583vw;
    margin-bottom: 1.30208vw;
  }
  .story_list > .inblock-wrap > .element .story-title-wrap .story-title {
    font-size: 7.29167vw;
  }
}

/* ============================================================ *
    Story記事ページ
 * ============================================================ */
body.p-story-single {
  min-width:1340px;
  background-color: black;
}
body.p-story-single > .l-main > .m-container {
  background: #f7f6ee;
}
.p-story-detail-header {
    padding-left: 0;
    padding-right: 0;
}
.p-story-detail-header .m-breadcrumb {
  padding: 40px 30px;
}
.p-story-detail-titlearea {
    background: white;
    padding: 60px 80px 70px;
    max-width: 1140px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    margin-bottom: 3px;
}
.p-story-detail-titlearea .p-story-detail-commontitle {
    width: 250px;
    position: absolute;
    z-index: 2;
    right: 60px;
    top: -50px;
}
.p-story-detail-titlearea .story-metabox {
    margin-bottom: 25px;
}

.p-story-detail-titlearea .story-intro {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.p-story-detail-titlearea .story-intro:before {
    content: "";
    height: 3px;
    width: 12px;
    background: #e60020;
    display: inline-block;
    vertical-align: 4px;
    margin-left: 3px;
    margin-right: 6px;
}

.p-story-detail-titlearea .story-title {
    font-size: 44px;
    line-height: 1.4;
  font-weight:500;
}

.p-story-detail-content {
    padding: 60px 80px 100px;
    background: white;
    max-width: 1140px;
    position: relative;
    min-height: 400px;
    margin-bottom: 90px;
}


.p-story-detail-sns {
    position: absolute;
    left: -20px;
    top: 80px;
    z-index: 1;
}
ul.p-story-detail-sns-list{
  list-style:none;
}
ul.p-story-detail-sns-list > li {
  width:38px;
  margin-bottom: 5px;
  position: relative;
}
li#cms-story-sns-pinterest span {
    opacity: 0;
    width: 38px;
    height: 40px;
    margin: 0;
    padding: 0;
}
li#cms-story-sns-pinterest:before {
  content: '';
  font-size: 0;
  background: url(/assets/images/page/archives/stories/icon-side-pinterest.png) no-repeat top left;
  width: 38px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

ul.p-story-detail-sns-list > li:last-child {
  margin-bottom: 0;
}

.story-detail-others-list {
    margin-top:40px;
    margin-bottom: 20px;
}

.midashi-aside {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
  color:#61581a;
}
.midashi-aside:after {
  content: '';
  display: block;
  width:80px;
  height:2px;
  margin-right: auto;
  margin-left: auto;
  background:#e60020;
  margin-top: 30px;
}
.p-story-detail-others  {
  padding-bottom: 100px;
}
.p-story-detail-others .backbtn {
    text-align: center;
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.p-story-detail-others .backbtn {
		margin-top: 3vw;
	}
}
.p-story-detail-others .backbtn > a {
    text-decoration: none;
    color: #858585;
}



@media screen and (max-width: 768px) {
  body.p-story-single {
    min-width: 0;
  }

  .p-story-detail-titlearea {
    margin-top: 0;
    padding-top: 16vw;
    padding-right: 3.90625vw;
    padding-left: 3.90625vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p-story-detail-titlearea .p-story-detail-commontitle {
      width: 90%;
      z-index: 2;
      right: 0;
      left: 0;
      top: -11vw;
      margin-left: auto;
      margin-right: auto;
  }
  .story-icon-number {
    max-width: 129px;
  }
  .p-story-detail-titlearea .story-metabox {
    margin-bottom: 3.90625vw;

  }
  .p-story-detail-titlearea .story-intro {
    font-size: 3.64583vw;
    margin-bottom: 2.60417vw;
  }
  .p-story-detail-titlearea .story-title {
    font-size: 7.29167vw;
    border-bottom: 1px solid #dbd9c6;
    line-height: 1.5;
    padding-bottom: 2.90625vw;
  }
  .p-story-detail-sns {
    position: relative;
    left: 0;
    top: 0;
    padding-right: 3.90625vw;
    padding-left: 3.90625vw;
  }
  .p-story-detail-content {
    padding-top: 2.60417vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 11.71875vw;
    margin-bottom: 0;
  }
  ul.p-story-detail-sns-list {
      width: 100%;
      position: relative;
      font-size: 0;
      text-align: center;
  }
  ul.p-story-detail-sns-list > li {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0;
      width: 20%;
      /* max-width: 64px; */
  }
  .midashi-aside-sp {
    text-align: center;
    font-weight: 600;
    margin-bottom: 7.8125vw;
    color:#61581a;
    font-size: 5.46875vw;
  }
  .midashi-aside-sp:after {
    content: '';
    display: block;
    margin-right: auto;
    margin-left: auto;
    background:#e60020;
    width: 10.41667vw;
    height: 2px;
    margin-top: 3.90625vw;
  }
  .p-story-detail-others {
    padding-top: 11.71875vw;
    padding-bottom: 11.71875vw;
  }

  li#cms-story-sns-pinterest span {
    width: 100%;
    height: 9.21875vw;
  }
  li#cms-story-sns-pinterest:before {
    background: url(/assets/images/page/archives/stories/icon-side-pinterest-sp.png) no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 9.21875vw;
  }
}

/* ============================================================ *
    Story記事ページ 自由編集エリア
 * ============================================================ */
div#cms-story-content {
    font-size: 18px;
    line-height: 2;
    color: #000000;
}
#cms-story-content > .story-pic {
  margin-top: 70px;
  text-align: center;
}
#cms-story-content > *:first-child {
  margin-top:0 !important;
}
#cms-story-content > .story-pic + pre {
  margin-top:70px;
}
#cms-story-content > .story-layoutbox,
#cms-story-content > .story-slider-thumb,
#cms-story-content > hr {
  max-width:940px;
  margin-left:auto;
  margin-right:auto;
}

#cms-story-content > pre,
#cms-story-content > address,
#cms-story-content > h2,
#cms-story-content > h3,
#cms-story-content > h4,
#cms-story-content > p,
#cms-story-content > table,
#cms-story-content > ul,
#cms-story-content > ol,
#cms-story-content > .story-table-wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#cms-story-content > pre,
#cms-story-content > h2,
#cms-story-content > h3 {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#cms-story-content > pre {
    white-space: normal;
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
}
#cms-story-content > address {
    font-style: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}

#cms-story-content > p + p,
#cms-story-content > h2 + p {
    margin-top: 35px;
}
#cms-story-content > h3 + p {
  margin-top:15px;
}

#cms-story-content > p  {
  margin-top:60px;
  font-size: 18px;
  line-height: 2;
}

#cms-story-content > h2 {
    margin-top: 70px;
    font-size: 24px;
    font-weight: 500;
    line-height:1.5;
}
#cms-story-content > h3 {
     margin-top: 70px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.65;
}
#cms-story-content > p + h3 {
  margin-top:35px;
}
#cms-story-content > h4 {
  margin-top: 70px;
  font-weight:400;
  font-size:20px;
}
#cms-story-content > p + h4 {
  margin-top:35px;
}

#cms-story-content > hr {
    margin-top: 70px;
    margin-bottom: 70px;
    background: #ebebeb;
    height: 1px;
    border: none;
}

#cms-story-content .alignleft {
  text-align: left;
}
#cms-story-content .aligncenter {
  text-align: center;
}
#cms-story-content .alignright {
  text-align: right;
}
#cms-story-content > table {
  margin-top:70px;
}

#cms-story-content table > tbody > tr > th, #cms-story-content table > tbody > tr > td {
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    padding: 10px 0.75em;
    vertical-align: top;
  word-break: break-all;
}

#cms-story-content table.story-table {
    width: 100%;
}
#cms-story-content > .story-table-wrap > .story-table-inner > .el-left,
#cms-story-content > .story-table-wrap > .story-table-inner > .el-right {
    width: 48.5%;
}
#cms-story-content > .story-table-wrap > .story-table-inner > .el-left {
    margin-right: 2.9%;
}


#cms-story-content table.story-table th {
    width: 23%;
}
#cms-story-content table.story-table.half th {
  width: auto;
  white-space: nowrap;
}
#cms-story-content table.story-table td {
}
#cms-story-content table.story-table.half td {
}
#cms-story-content table.story-table.half th,
#cms-story-content table.story-table.half td {
  padding-left:6px;
  padding-right:6px;
}

#cms-story-content > .story-layoutbox {
    margin-top: 70px;
}
#cms-story-content > .story-table-wrap {
  margin-top:70px;
}
#cms-story-content > h2 +.story-table-wrap,
#cms-story-content > h3 +.story-table-wrap,
#cms-story-content > h4 +.story-table-wrap {
  margin-top:20px;
}

#cms-story-content > .story-col2 .element,
#cms-story-content > .story-col3 .element {
 padding: 0px 5px;
}

#cms-story-content > .story-col2 .element .el-pic,
#cms-story-content > .story-col3 .element .el-pic {
  margin-left:auto;
  margin-right:auto;
}

#cms-story-content > .story-col2 .element .el-caption,
#cms-story-content > .story-col3 .element .el-caption {
  margin-top:12px;
  font-size:16px;
  line-height:1.75;
  font-weight: 300;
}

#cms-story-content > .story-col2 .element .el-pic,
#cms-story-content > .story-col2 .element .el-caption {
  max-width:640px;
}
#cms-story-content > .story-col3 .element .el-pic,
#cms-story-content > .story-col3 .element .el-caption {
  max-width:300px;
}


#cms-story-content > .story-gallery .element {
    width: 19.2%;
    margin-right: 0.95%;
    margin-bottom: 30px;
    text-align: center;
}
#cms-story-content > .story-gallery .element .gallery-pic {
  margin-bottom:10px;
}
#cms-story-content > .story-gallery .element .gallery-pic > a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#cms-story-content > .story-gallery .element .gallery-pic > a:hover {
  opacity:0.8;
}
#cms-story-content > .story-gallery .element .gallery-caption {
  font-size:16px;
  line-height: 1.7;
}

#cms-story-content > .story-gallery .element:nth-child( 5n ) {
    margin-right: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

i.story-slider-prev,
i.story-slider-next {
  color: white;
  position: absolute;
  z-index: 9;
  display: block;
  top: calc( 50% - 21px );
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
i.story-slider-prev:hover,
i.story-slider-next:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
i.story-slider-prev {
  left: 10px;
  right:auto;
}
i.story-slider-next {
  left:auto;
  right: 10px;
}
i.story-slider-prev:hover {
  left: 0px;
  right:auto;
}
i.story-slider-next:hover {
  left:auto;
  right: 0px;
}
.story-slider {
    margin-bottom: 2px;
  background:black;
  overflow: hidden;
}
.story-slider .slide-item,
.story-slider-thumb .slide-item {
    vertical-align: top;
}
.story-slider .slide-item img {
  width:100%;
  vertical-align: top;
  height: auto;
}
.story-slider-thumb .slick-slide {
    /* border: 3px solid white; */
}
.story-slider-thumb .slick-slide.slick-current {
    /* border-color:#d9001e; */
}
.story-slider-thumb .slide-item {
  padding: 0 1px;
  cursor:pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.story-slider-thumb .slide-item:hover {
    opacity: 0.8;
}
.story-slider-thumb .slick-current .slide-item {
  opacity: 0.8;
}


@media screen and (max-width: 768px) {

  #cms-story-content > pre,
  #cms-story-content > address,
  #cms-story-content > h2,
  #cms-story-content > h3,
  #cms-story-content > h4,
  #cms-story-content > p,
  #cms-story-content > table,
  #cms-story-content > ul,
  #cms-story-content > ol,
  #cms-story-content > .story-table-wrap{
    padding-right: 3.90625vw;
    padding-left: 3.90625vw;
  }

  #cms-story-content > pre {
    font-size: 4.94792vw;
    line-height: 1.8;
    font-weight: 600;
  }
  #cms-story-content > .story-pic + pre {
    margin-top: 10.41667vw;
  }
  #cms-story-content > p {
    margin-top:7.8125vw;
    font-size: 4.42708vw;
    line-height: 1.8;
  }
  #cms-story-content > address {
      margin-top: 2.60417vw;
      font-size: 3.64583vw;
      text-align: left !important;
  }

  #cms-story-content > p + p,
  #cms-story-content > h2 + p {
    /*margin-top: 5.20833vw; */
    margin-top: 7.29167vw;
  }
  #cms-story-content > h3 + p {
    margin-top: 2.60417vw;
  }
  #cms-story-content > h2 {
    margin-top: 10.41667vw;
    font-size: 5.72917vw;
    line-height: 1.6;
  }
  #cms-story-content > h3 {
    margin-top: 2.41667vw;
    font-size: 5.20833vw;
    line-height: 1.6;

  }
  #cms-story-content > p + h3 {
    margin-top:5.20833vw;
  }
  #cms-story-content > h4 {
    margin-top: 10.41667vw;
    font-size: 5.20833vw;
  }
  #cms-story-content > p + h4 {
    margin-top:5.20833vw;
  }

  #cms-story-content > hr {
      margin-top: 10.41667vw;
      margin-bottom: 10.41667vw;
  }
  #cms-story-content > .story-pic,
  #cms-story-content > .story-layoutbox {
    margin-top: 10.41667vw;
  }
  #cms-story-content > .story-col2 .element .el-pic, #cms-story-content > .story-col2 .element .el-caption,
  #cms-story-content > .story-col3 .element .el-pic, #cms-story-content > .story-col3 .element .el-caption{
    max-width: none;
    /*
    padding-right: 3.90625vw;
    padding-left: 3.90625vw;
    */
    font-size: calc((30 / 768) * 100vw);
  }
  #cms-story-content > .story-col2 .element, #cms-story-content > .story-col3 .element {
    padding: 0px 1.25vw;
  }

  #cms-story-content > .story-layoutbox > * {
    display: block;
  }
  #cms-story-content > .story-layoutbox > button.slick-arrow {
    position: absolute;
  }
  #cms-story-content > .story-gallery .element {
    margin: 0;
    width: auto;
    padding: 0px 1.25vw;
  }
  #cms-story-content > .story-gallery .element .gallery-pic img {
    margin-right: auto;
    margin-left: auto;
  }
  #cms-story-content > .story-gallery .element .gallery-pic  > a {
    cursor: default;
    pointer-events: none;
  }
  #cms-story-content > .story-gallery .element .gallery-pic  > a:hover {
    opacity: 1;
  }
  #cms-story-content > .story-gallery .element .gallery-caption{
    font-size: 3.64583vw;
    margin-top: 2.60417vw;
  }
  i.story-slider-prev {
    left: 0px;
  }
  i.story-slider-next {
    right: 0px;
  }
  i.story-slider-prev:hover, i.story-slider-next:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity:1;
  }
  #cms-story-content > h2 +.story-table-wrap, #cms-story-content > h3 +.story-table-wrap, #cms-story-content > h4 +.story-table-wrap {
    margin-top: 2.60417vw;
  }
  #cms-story-content > .story-table-wrap > .story-table-inner > .el-left, #cms-story-content > .story-table-wrap > .story-table-inner > .el-right {
    width: 100%;
    margin-right: 0 !important;
  }
  #cms-story-content table.story-table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  #cms-story-content table.story-table th,
  #cms-story-content table.story-table td {
    font-size: 4.42708vw;
    text-align: left;
    padding: 2.60417vw 6px;
  }

  #cms-story-content table.story-table th,
  #cms-story-content table.story-table.half th {
    width: 33%;
  }
  #cms-story-content table.story-table td,
  #cms-story-content table.story-table.half td{
    width: 67%;
  }
  #cms-story-content table.story-table > tbody > tr:first-child > * {
    border-top: 1px solid #ebebeb;
  }
  #cms-story-content .el-right table.story-table > tbody > tr:first-child > * {
    border-top: none;
  }
}

.sp-only {
  display:none;
}

/* ============================================================ *
    トップページ　STORY部分
 * ============================================================ */

p.top-stories-lead {
    margin-top: 40px;
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    text-align: center;
    color: #67602f;
}
div#cms-top-stories {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-stories > .m-content {
    padding-left: 0;
    padding-right: 0;
  }
  .p-home-stories > .m-content h2.m-heading-center,
  .p-home-stories > .m-content p.top-stories-lead,
  .p-home-stories > .m-content .story_list,
  .p-home-stories > .m-content .p-home-btn{
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  p.top-stories-lead {
    margin-top: 4.55729vw;
    font-size: 4.55729vw;
    line-height: 1.75;
    text-align: left;
  }
  div#cms-top-stories {
    margin-top: 4.55729vw;
  }
}

.sp-only {
  display: none;
}


@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display:block;
  }
}