.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.contents_wrap img {
  display: block;
}

.contents_wrap, #section_top {
  background-color: #000;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .switch_pc {
    display: block !important;
  }
  .switch_sp {
    display: none !important;
  }
  .sp_current {
    display: none !important;
  }
  .section_inner {
    position: relative;
    min-width: 980px;
  }
  .section_inner.w980 {
    width: 980px;
    margin: 0 auto;
  }
  #section_top {
    margin: 0 auto;
    padding: 50px 0;
    background-color: #fff;
    color: #444;
  }
  #section_top h2 {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
  }
  #section_tab {
    position: relative;
    height: 81px;
  }
  #section_tab .fixed_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    border-top: 1px solid #620e0e;
  }
  #section_tab .fixed_container.fixed {
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #section_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section_tab ul li {
    background-image: url(../img/img_tab_bg_off.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 33.33%;
    height: 80px;
    text-align: center;
  }
  #section_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
  }
  #section_tab ul li img {
    display: inline-block !important;
  }
  #section_tab ul li.current {
    background-image: url(../img/img_tab_bg_on.png);
  }
  .section_parallax {
    position: relative;
    overflow: hidden;
  }
  .section_parallax .section_bg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .section_parallax .section_bg img {
    display: block;
    min-width: 100%;
    height: 100%;
  }
  .section_parallax .section_bg.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .section_parallax .section_bg.top {
    position: absolute;
    top: 0;
    bottom: auto;
  }
  .section_parallax .section_bg.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .section_parallax .section_inner {
    min-height: 100%;
    height: 100%;
  }
  .section_parallax .overlay01 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .section_parallax .section_content {
    box-sizing: border-box;
    position: relative;
    display: block;
  }
  .section_parallax .section_header {
    border-bottom: 4px solid #620e0e;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .section_parallax .section_header .section_title h3 {
    font-size: 35px;
    line-height: 1.6em;
  }
  .section_parallax .section_header .section_title h3 img {
    width: 82px;
    margin-bottom: 40px;
  }
  .section_parallax .section_body .text p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .section_parallax .section_body.col2 .text {
    float: left;
    width: 510px;
  }
  .section_parallax .section_body.col2 .photo {
    position: relative;
    float: right;
    top: 5px;
  }
  .section_parallax.col1 .section_inner {
    width: 980px;
    margin: 0 auto;
    padding: 200px 0;
  }
  .section_parallax.col1 .section_content {
    padding: 70px;
    margin-top: 70px;
  }
  .section_parallax.col1 .section_content:nth-of-type(1) {
    margin-top: 0;
  }
  .section_parallax.col2 .section_inner {
    width: 50%;
    margin-left: 50%;
  }
  .section_parallax.col2 .overlay01 {
    min-height: 100%;
  }
  .section_parallax.col2 .section_content {
    width: 500px;
    padding: 80px 0 80px 35px;
    padding-top: calc(45px + 57px + 80px + 80px);
  }

  #story_btm_link{
    padding: 60px 0;
    background-color: #000000;
  }

  #story_btm_link ul{
      width: 840px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
  }

  #story_btm_link ul li{
      width: 380px;
      padding: 0 20px;
  }

  #story_btm_link ul li img{
      width: 100%;
      height: auto;
  }

  .explanation_wrap{
    font-size: 16px;
    text-align: center;
    width: 980px;
    margin: 0 auto;
    padding: 110px 2em 30px;
    background: #fff;
    box-sizing: border-box;
  }

  .explanation_wrap .explanation_tl{
    font-size: 18px;
    font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    font-weight: normal;
  }

  .explanation_wrap p{
    line-height: 1.25em;
    margin-bottom: 1em;
    color: #444;
  }

  .explanation_wrap p:last-child{
    margin-bottom: 0;
  }

  .explanation_wrap ul{
    text-align: left;
    max-width: 455px;
    margin: 0 auto 1em;
    padding: 0 0.5em;
  }

  .explanation_wrap ul li{
    text-indent: -1em;
    line-height: 1.25em;
    color: #444;
    padding-left: 1em;
  }

  .js-fixed-area {
    position: relative;
  }
  .js-fixed-elm {
    position: absolute;
    top: 0;
  }
  .js-fixed-elm.is-fixed {
    position: fixed;
  }
}
