@charset "UTF-8";
/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
#contents main,
#contents article,
#contents section {
  display: block;
}
#contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents body,
#contents div,
#contents dl,
#contents dt,
#contents dd,
#contents ul,
#contents ol,
#contents li,
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6,
#contents pre,
#contents code,
#contents form,
#contents fieldset,
#contents legend,
#contents input,
#contents textarea,
#contents p,
#contents blockquote,
#contents th,
#contents td {
  margin: 0;
  padding: 0;
}
#contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#contents fieldset,
#contents img {
  border: 0;
}
#contents {
  /*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
  */
}
#contents address,
#contents caption,
#contents cite,
#contents code,
#contents dfn,
#contents em,
#contents strong,
#contents th,
#contents var {
  font-style: normal;
  font-weight: normal;
}
#contents ol,
#contents ul {
  list-style: none;
}
#contents caption,
#contents th {
  text-align: left;
}
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
  font-size: 100%;
  font-weight: normal;
}
#contents q:before,
#contents q:after {
  content: "";
}
#contents abbr,
#contents acronym {
  border: 0;
  font-variant: normal;
}
#contents {
  /* to preserve line-height and selector appearance */
}
#contents sup {
  vertical-align: text-top;
}
#contents sub {
  vertical-align: text-bottom;
}
#contents input,
#contents textarea,
#contents select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#contents {
  /*to enable resizing for IE*/
}
#contents input,
#contents textarea,
#contents select {
  *font-size: 100%;
}
#contents {
  /*because legend doesn't inherit in IE */
}
#contents legend {
  color: #000;
}
#contents {
  /* YUI CSS Detection Stamp */
}
#contents #yui3-css-stamp.cssreset {
  display: none;
}
#contents .cf:after {
  content: "";
  clear: both;
  display: block;
}
#contents .ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}
#contents a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#contents .pc {
  display: block !important;
}
#contents .sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
/* ------------------------------
 common - width < $width-2
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
#contents .pc {
    display: none !important;
  }
  #contents .sp {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
#contents main section.s01 .wrapper {
  position: relative;
}
#contents main section.s01 .wrapper .mvbox {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}
#contents main section.s01 .wrapper .mvbox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#contents main section.s01 .wrapper .mvbox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.05);
  border: none;
  pointer-events: none;
  aspect-ratio: 16 / 9;
}
#contents main section.s01 .wrapper h1 {
  width: 500px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -105px auto 0;
  z-index: 2;
}
#contents main section.s01 .wrapper h1 img {
  width: 100%;
  display: block;
}
#contents main section.s02 {
  background-color: #F6F6F6;
  padding: 70px 60px 0;
}
#contents main section.s02 h2 {
  text-align: center;
  font-size: 54px;
}
#contents main section.s02 .wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 60px auto 0;
  background-color: #fff;
  padding: 40px 40px 250px;
  background-image: url(../img/s0202.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom 40px center;
}
#contents main section.s02 .wrapper .box01 {
  position: relative;
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
#contents main section.s02 .wrapper .box01 .photobox {
  width: 800px;
  max-width: calc(100% - 40px);
  height: 534px;
  display: inline-block;
}
#contents main section.s02 .wrapper .box01 .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#contents main section.s02 .wrapper .box01 .txtbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents main section.s02 .wrapper .box01 .txtbox dl {
  width: 550px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 40px 40px 40px 0;
  text-align: left;
}
#contents main section.s02 .wrapper .box01 .txtbox dl dt {
  font-size: 30px;
}
#contents main section.s02 .wrapper .box01 .txtbox dl dd {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
#contents main section.s02 .wrapper ul {
  margin-top: 70px;
}
#contents main section.s02 .wrapper ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  padding-left: 40px;
}
#contents main section.s02 .wrapper ul li:first-child dl dt {
  width: 120px;
  height: 120px;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
#contents main section.s02 .wrapper ul li:first-child dl dd {
  width: calc(100% - 120px);
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
#contents main section.s02 .wrapper ul li dl {
  width: 480px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents main section.s02 .wrapper ul li dl dt {
  width: 100px;
  height: 100px;
}
#contents main section.s02 .wrapper ul li dl dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#contents main section.s02 .wrapper ul li dl dd {
  width: calc(100% - 100px);
  text-align: center;
  font-size: 24px;
}
#contents main section.s02 .wrapper ul li .txt {
  width: calc(100% - 480px);
  font-size: 18px;
  line-height: 1.8;
}
#contents main section.s02 .wrapper ul li .txt-s {
  width: calc(100% - 480px);
  font-size: 12px;
  line-height: 1.8;
}
#contents main section.s02 .wrapper ul li .txt2 {
  width: calc(100% - 480px);
  font-size: 12px;
  line-height: 1;
  vertical-align: super;
  position: relative;
  top: -0.3em;
  margin-left: 1px;
}
#contents main section.s03 {
  background-image: url(../img/s0301.jpg);
  background-size: 100% 100%;
  padding: 70px 0 60px;
}
#contents main section.s03 .wrapper {
  width: 800px;
  margin: 0 auto;
}
#contents main section.s03 .wrapper h3 {
  width: 500px;
  margin: 0 auto;
}
#contents main section.s03 .wrapper h3 img {
  width: 100%;
  display: block;
}
#contents main section.s03 .wrapper .mvbox {
  width: 100% !important;
  margin: 60px auto 0;
  padding-top: 56.25%;
  position: relative;
}
#contents main section.s03 .wrapper .mvbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#contents main section.s03 .wrapper .t01 {
  font-size: 16px;
  margin-top: 10px;
}
#contents main section.s04 {
  background-image: url(../img/s0301.jpg);
  background-size: 100% 100%;
  padding: 0 0 270px;
}
#contents main section.s04 .wrapper {
  margin: 0 auto;
}
#contents main section.s04 .wrapper .box01 {
  width: 100%;
  padding: 40px 80px 30px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
#contents main section.s04 .wrapper .box01 h4 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
#contents main section.s04 .wrapper .box01 {
  /* 全体のレイアウト */
}
#contents main section.s04 .wrapper .box01 .slider-outer-container {
  width: 800px;
  max-width: 100%;
  margin: 40px auto;
  position: relative; /* 矢印の基準 */
}
#contents main section.s04 .wrapper .box01 {
  /* メインスライダー（左右を隠す） */
}
#contents main section.s04 .wrapper .box01 .main-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; /* 前後のスライドを隠す */
  margin-bottom: 10px;
}
#contents main section.s04 .wrapper .box01 .swiper-main {
  width: 100%;
}
#contents main section.s04 .wrapper .box01 .swiper-main .swiper-slide .slide-photo {
  width: 100%;
  height: 468px;
  display: block;
}
#contents main section.s04 .wrapper .box01 .swiper-main .swiper-slide .slide-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  cursor: pointer;
}
#contents main section.s04 .wrapper .box01 .swiper-main .swiper-slide p {
  text-align: right;
  margin-top: 10px;
  padding-right: 40px;
  font-size: 16px;
}
#contents main section.s04 .wrapper .box01 .photo-note {
  text-align: right;
  color: #fff;
  margin-top: 10px;
  padding-right: 40px;
  font-size: 16px;
}
#contents main section.s04 .wrapper .box01 {
  /* サムネイル（6枚表示） */
}
#contents main section.s04 .wrapper .box01 .swiper-thumbnail {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
#contents main section.s04 .wrapper .box01 .swiper-pagination {
  display: none;
}
#contents main section.s04 .wrapper .box01 .swiper-thumbnail .swiper-slide {
  width: calc((100% - 10px) / 6);
}
#contents main section.s04 .wrapper .box01 .swiper-thumbnail .swiper-slide .slide-photo {
  width: 100%;
  height: 90px;
  display: block;
}
#contents main section.s04 .wrapper .box01 .swiper-thumbnail .swiper-slide .slide-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  cursor: pointer;
}
#contents main section.s04 .wrapper .box01 {
}
#contents main section.s04 .wrapper .box01 .swiper-button-prev,
#contents main section.s04 .wrapper .box01 .swiper-button-next {
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents main section.s04 .wrapper .box01 .swiper-button-prev {
  left: -50px;
}
#contents main section.s04 .wrapper .box01 .swiper-button-next {
  right: -50px;
}
#contents main section.s04 {
}
#contents main section.s04 .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents main section.s04 {
}
#contents main section.s04 .modal-content {
  max-width: 90%;
  max-height: 90%;
}
#contents main section.s04 {
  /* 閉じるボタン */
}
#contents main section.s04 .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}
#contents main section.s05, #contents main section.s06 {
  background-color: #F6F6F6;
  padding: 0 60px 30px;
}
#contents main section.s05 .wrapper, #contents main section.s06 .wrapper {
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fff;
  padding: 1px 40px 80px;
}
#contents main section.s05 .wrapper .prohonda, #contents main section.s06 .wrapper .prohonda {
  width: 918px;
  max-width: 100%;
  display: block;
  margin: -200px auto 0;
}
#contents main section.s05 .wrapper .item, #contents main section.s06 .wrapper .item {
  width: 948px;
  max-width: 100%;
  display: block;
  margin: 0 auto 0;
}
#contents main section.s05 .wrapper .btn_more, #contents main section.s06 .wrapper .btn_more {
  text-align: center;
}
#contents main section.s05 .wrapper .btn_more a, #contents main section.s06 .wrapper .btn_more a {
  display: inline-block;
  vertical-align: top;
  background-color: #B60000;
  border-radius: 15px 0 15px 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 31px 60px 31px 40px;
  font-weight: bold;
  background-image: url(../img/icon_arrow01.svg);
  background-size: 8px auto;
  background-position: center right 30px;
  background-repeat: no-repeat;
  border: 2px solid #646464;
}
#contents main section.s05 .caution, #contents main section.s06 .caution {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 10px;
  font-size: 14px;
}
#contents main section.s06 {
  padding-bottom: 60px;
}
#contents main section.s06 .wrapper {
  padding-top: 50px;
}
#contents main section.s06 .wrapper .btn_more {
  margin-top: 30px;
}
#contents main section.s07 {
  padding: 60px 100px;
}
#contents main section.s07 .wrapper p {
  font-size: 12px;
  line-height: 2;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 1000px) {
  #contents main section.s02 .wrapper ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents main section.s02 .wrapper ul li:first-child dl dt {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  #contents main section.s02 .wrapper ul li:first-child dl dd {
    width: auto;
  }
  #contents main section.s02 .wrapper ul li dl {
    width: 100%;
    display: block;
    text-align: center;
  }
  #contents main section.s02 .wrapper ul li dl dt {
    display: inline-block;
    vertical-align: top;
  }
  #contents main section.s02 .wrapper ul li dl dd {
    width: auto;
    display: inline-block;
    line-height: 1;
    padding: 38px 0;
    vertical-align: top;
    margin-left: 50px;
  }
  #contents main section.s02 .wrapper ul li .txt {
    width: 100%;
    margin-top: 30px;
  }
}
/* ------------------------------
 width < $width-2
------------------------------ */
@media screen and (max-width: 860px) {
  #contents main section.s01 .wrapper {
    position: relative;
  }
  #contents main section.s01 .wrapper .mvbox {
    width: 100%;
    height: 100vh;
  }
  #contents main section.s01 .wrapper .mvbox video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s01 .wrapper h1 {
    width: 264px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -55px auto 0;
  }
  #contents main section.s01 .wrapper h1 img {
    width: 100%;
    display: block;
  }
  #contents main section.s02 {
    background-color: #F6F6F6;
    padding: 30px 15px 0;
  }
  #contents main section.s02 h2 {
    text-align: center;
    font-size: 22px;
  }
  #contents main section.s02 .wrapper {
    width: 100%;
    max-width: 1160px;
    margin: 20px auto 0;
    background-color: #fff;
    padding: 15px 15px 60px;
    background-image: url(../img/s0202_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 100px center;
  }
  #contents main section.s02 .wrapper .box01 {
    position: relative;
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
  }
  #contents main section.s02 .wrapper .box01 .photobox {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #contents main section.s02 .wrapper .box01 .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s02 .wrapper .box01 .txtbox {
    position: static;
    display: block;
  }
  #contents main section.s02 .wrapper .box01 .txtbox dl {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 0;
    margin-top: 25px;
    text-align: left;
  }
  #contents main section.s02 .wrapper .box01 .txtbox dl dt {
    font-size: 20px;
  }
  #contents main section.s02 .wrapper .box01 .txtbox dl dd {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  #contents main section.s02 .wrapper ul {
    margin-top: 70px;
  }
  #contents main section.s02 .wrapper ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents main section.s02 .wrapper ul li:first-child dl dt {
    width: 42px;
    height: 42px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #contents main section.s02 .wrapper ul li:first-child dl dd {
    width: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #contents main section.s02 .wrapper ul li dl {
    width: 100%;
    display: block;
    text-align: center;
  }
  #contents main section.s02 .wrapper ul li dl dt {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
  }
  #contents main section.s02 .wrapper ul li dl dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s02 .wrapper ul li dl dd {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 13px 0;
    vertical-align: top;
    margin-left: 10px;
  }
  #contents main section.s02 .wrapper ul li .txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
  #contents main section.s02 .wrapper ul li .txt-s {
    width: 100%;
    font-size: 10px;
    line-height: 1.8;
    margin-top: 15px;
  }
  #contents main section.s02 .wrapper ul li .txt2 {
    font-size: 9px;
    top: -0.25em;
    margin-left: 1px;
  }
  #contents main section.s03 {
    background-image: url(../img/s0301.jpg);
    background-size: 100% 100%;
    padding: 45px 20px 40px;
  }
  #contents main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #contents main section.s03 .wrapper h3 {
    width: 200px;
    margin: 0 auto;
  }
  #contents main section.s03 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  #contents main section.s03 .wrapper .mvbox {
    width: 100% !important;
    margin: 50px auto 0;
    padding-top: 56.25%;
    position: relative;
  }
  #contents main section.s03 .wrapper .mvbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #contents main section.s03 .wrapper .t01 {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 20px;
  }
  #contents main section.s04 {
    background-image: url(../img/s0301.jpg);
    background-size: 100% 100%;
    padding: 0 0 180px;
  }
  #contents main section.s04 .wrapper {
    margin: 0 auto;
  }
  #contents main section.s04 .wrapper .box01 {
    width: 100%;
    padding: 30px 0 1px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #contents main section.s04 .wrapper .box01 h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  #contents main section.s04 .wrapper .box01 {
    /* 全体のレイアウト */
  }
  #contents main section.s04 .wrapper .box01 .slider-outer-container {
    width: 800px;
    max-width: 100%;
    margin: 30px auto;
    position: relative; /* 矢印の基準 */
  }
  #contents main section.s04 .wrapper .box01 {
    /* メインスライダー（左右を隠す） */
  }
  #contents main section.s04 .wrapper .box01 .main-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; /* 前後のスライドを隠す */
    margin-bottom: 0;
  }
  #contents main section.s04 .wrapper .box01 .swiper-main {
    width: 100%;
    padding-bottom: 30px;
  }
  #contents main section.s04 .wrapper .box01 .swiper-main .swiper-slide .slide-photo {
    width: 100%;
    height: calc((100vw - 20px) * 0.45);
    display: block;
  }
  #contents main section.s04 .wrapper .box01 .swiper-main .swiper-slide .slide-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s04 .wrapper .box01 .swiper-main .swiper-slide p {
    text-align: right;
    margin-top: 5px;
    padding-right: 20px;
    font-size: 11px;
  }
  #contents main section.s04 .wrapper .box01 .photo-note {
    font-size: 11px;
    padding-right: 20px;
    margin-top: 5px;
  }
  #contents main section.s04 .wrapper .box01 .swiper-thumbnail {
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    display: none;
  }
  #contents main section.s04 .wrapper .box01 .swiper-pagination {
    display: block;
    bottom: -5px;
  }
  #contents main section.s04 .wrapper .box01 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFF !important;
  }
  #contents main section.s04 .wrapper .box01 .swiper-thumbnail .swiper-slide {
    width: calc((100% - 10px) / 6);
  }
  #contents main section.s04 .wrapper .box01 .swiper-thumbnail .swiper-slide .slide-photo {
    width: 100%;
    height: 90px;
    display: block;
  }
  #contents main section.s04 .wrapper .box01 .swiper-thumbnail .swiper-slide .slide-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s04 .wrapper .box01 {
    /* 矢印ボタンの位置調整（スライダーの外側に配置） */
  }
  #contents main section.s04 .wrapper .box01 .swiper-button-prev,
  #contents main section.s04 .wrapper .box01 .swiper-button-next {
    display: none;
  }
  #contents main section.s04 .wrapper .box01 .swiper-button-prev {
    left: -50px;
  }
  #contents main section.s04 .wrapper .box01 .swiper-button-next {
    right: -50px;
  }
  #contents main section.s04 {
    /* モーダル背景 */
  }
  #contents main section.s04 .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents main section.s04 {
    /* モーダル画像 */
  }
  #contents main section.s04 .modal-content {
    max-width: 94%;
    max-height: 94%;
  }
  #contents main section.s04 {
    /* 閉じるボタン */
  }
  #contents main section.s04 .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }
  #contents main section.s05, #contents main section.s06 {
    background-color: #F6F6F6;
    padding: 0 25px 30px;
  }
  #contents main section.s05 .wrapper, #contents main section.s06 .wrapper {
    max-width: 1160px;
    margin: 0 auto;
    background-color: #fff;
    padding: 1px 0 35px;
  }
  #contents main section.s05 .wrapper .prohonda, #contents main section.s06 .wrapper .prohonda {
    width: 918px;
    max-width: 100%;
    display: block;
    margin: -130px auto 0;
  }
  #contents main section.s05 .wrapper .item, #contents main section.s06 .wrapper .item {
    width: 948px;
    max-width: 100%;
    display: block;
    margin: 0 auto 0;
  }
  #contents main section.s05 .wrapper .btn_more, #contents main section.s06 .wrapper .btn_more {
    text-align: center;
  }
  #contents main section.s05 .wrapper .btn_more a, #contents main section.s06 .wrapper .btn_more a {
    display: inline-block;
    vertical-align: top;
    background-color: #B60000;
    border-radius: 15px 0 15px 0;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 18px 35px 18px 20px;
    font-weight: bold;
    background-image: url(../img/icon_arrow01.svg);
    background-size: 6px auto;
    background-position: center right 15px;
    background-repeat: no-repeat;
    border: 1px solid #646464;
  }
  #contents main section.s05 .caution, #contents main section.s06 .caution {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    margin-top: 5px;
    font-size: 11px;
  }
  #contents main section.s06 {
    padding-bottom: 60px;
  }
  #contents main section.s06 .wrapper {
    padding-top: 20px;
  }
  #contents main section.s06 .wrapper .btn_more {
    margin-top: 15px;
  }
  #contents main section.s07 {
    padding: 15px 20px;
  }
  #contents main section.s07 .wrapper p {
    font-size: 10px;
    line-height: 2;
  }
}