@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: Hiragino UD Sans F W3 JIS2004, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #000;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}
a:hover {
  color: #0d0d0d;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
  visibility: hidden;
}

#btn-backtoindex {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
#btn-backtoindex.active {
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#btn-backtoindex .image {
  position: relative;
  width: 100%;
}
#btn-backtoindex .image img {
  width: 100%;
  height: auto;
}

.splide__pagination {
  bottom: -38px !important;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    bottom: -28px !important;
  }
}

.splide__pagination__page {
  background: #e3e5ed !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
}
@media screen and (max-width: 768px) {
  .splide__pagination__page {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
  }
}
.splide__pagination__page.is-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  background: #034d87 !important;
}

.splide__arrow {
  border-radius: 0 !important;
  width: 50px !important;
  height: 50px !important;
  background: #034d87 !important;
  opacity: 0.9 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    width: 28px !important;
    height: 28px !important;
  }
}
.splide__arrow svg {
  display: none;
}
.splide__arrow:disabled {
  opacity: 0.25 !important;
}

.splide__arrow--prev {
  left: 0 !important;
  background: url("../img/icon_slide_prev.png") center center no-repeat #034d87 !important;
  background-size: 12px auto !important;
}
@media screen and (max-width: 768px) {
  .splide__arrow--prev {
    background-size: 7px auto !important;
  }
}

.splide__arrow--next {
  right: 0 !important;
  background: url("../img/icon_slide_next.png") center center no-repeat #034d87 !important;
  background-size: 12px auto !important;
}
@media screen and (max-width: 768px) {
  .splide__arrow--next {
    background-size: 7px auto !important;
  }
}

header {
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  min-width: 1080px;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 768px) {
  header {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    min-width: 0;
    height: 40px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 769px) {
  header.fixed {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    width: 100%;
  }
}
header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  background: #034d87;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 105px;
  }
}
@media screen and (min-width: 769px) {
  header h1 {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header h1:hover {
    opacity: 0.8;
  }
}
header h1 a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header h1:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/logo_webcg.png");
  width: 136px;
  height: 36px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  header h1:before {
    width: 76px;
    height: 20px;
  }
}
header nav {
  position: relative;
  width: 704px;
  margin: 0 auto;
  height: 100%;
  left: 20px;
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
header nav ul li {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header nav ul li img {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header nav ul li:hover img {
    opacity: 0.5;
  }
}
header nav ul li img {
  width: auto;
  height: 46px;
}
header nav ul li:not(:first-child):before {
  position: absolute;
  content: "";
  top: 27px;
  left: -1px;
  width: 1px;
  height: 24px;
  background: #e5e5e5;
}
header nav ul li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
header .share-box {
  position: absolute;
  top: 28px;
  right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .share-box {
    display: none;
  }
}
header .share-box h2 {
  position: relative;
  top: 6px;
  width: 36px;
}
header .share-box h2 img {
  width: 100%;
  height: auto;
}
header .share-box ul {
  position: relative;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .share-box ul li:nth-child(n+2) {
  margin-left: 12px;
}
header .share-box ul li a {
  position: relative;
  display: block;
  width: 19px;
}
header .share-box ul li a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  header .share-box ul li a {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header .share-box ul li a:hover {
    opacity: 0.5;
  }
}
header .btn-sp-nav {
  position: absolute;
  top: 16px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  header .btn-sp-nav {
    display: none;
  }
}
header .btn-sp-nav.active .btnNavi span:nth-child(1) {
  -webkit-transform: translate(0px, 3px) rotate(45deg);
          transform: translate(0px, 3px) rotate(45deg);
}
header .btn-sp-nav.active .btnNavi span:nth-child(2) {
  opacity: 0;
}
header .btn-sp-nav.active .btnNavi span:nth-child(3) {
  -webkit-transform: translate(0px, -3px) rotate(-45deg);
          transform: translate(0px, -3px) rotate(-45deg);
}
header .btn-sp-nav .btnNavi {
  position: relative;
  width: 10px;
  height: 7px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
header .btn-sp-nav .btnNavi span {
  position: relative;
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0 auto;
}
header .btn-sp-nav .btnNavi span:nth-child(n+2) {
  margin: 2px auto 0;
}
header .btn-sp-nav .text-menu {
  position: relative;
  width: 32px;
  margin-left: 8px;
}
header .btn-sp-nav .text-menu img {
  width: 100%;
  height: auto;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap main {
  display: block;
}
#wrap main section.main {
  position: relative;
  width: 100%;
}
#wrap main section.main .main-container {
  position: relative;
  width: 100%;
  padding: 185px 0 78px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .main-container {
    padding: 104px 0 0px;
  }
}
#wrap main section.main .main-container .ttl-box {
  position: relative;
}
#wrap main section.main .main-container .ttl-box .label-ad {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 10px;
  border: 1px solid #000;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 3px 4px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .main-container .ttl-box .label-ad {
    top: -24px;
  }
}
#wrap main section.main .main-container .ttl-box .ttl {
  width: 100%;
}
#wrap main section.main .main-container .ttl-box .ttl li {
  position: relative;
}
#wrap main section.main .main-container .ttl-box .ttl li:nth-child(1) {
  width: 287px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(1) {
    width: 208px;
    margin-bottom: 7px;
  }
}
#wrap main section.main .main-container .ttl-box .ttl li:nth-child(2) {
  width: 680px;
  padding-bottom: 12px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(2) {
    width: 280px;
    margin: 11px auto 0;
    padding-bottom: 0;
  }
}
#wrap main section.main .main-container .ttl-box .ttl li:nth-child(2):before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(2):before {
    display: none;
  }
}
#wrap main section.main .main-container .ttl-box .ttl li img {
  width: 100%;
  height: auto;
}
#wrap main section.main .main-container .ttl-box .lead-box {
  margin-top: 26px;
  line-height: 1.7;
  font-size: 20px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .main-container .ttl-box .lead-box {
    font-size: 15px;
    line-height: 1.55;
    margin-top: 24px;
  }
}
#wrap main section.sp-lead-nav {
  position: relative;
  padding: 40px 25px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap main section.sp-lead-nav .lead-box {
  font-size: 14px;
  line-height: 1.6;
}
#wrap main section.sp-lead-nav .nav-box {
  position: relative;
  margin: 0 0 0;
  width: 100%;
}
#wrap main section.sp-lead-nav .nav-box h3 {
  position: relative;
  width: 92px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sp-lead-nav .nav-box h3 {
    width: 100%;
    font-size: 14px;
  }
}
#wrap main section.sp-lead-nav .nav-box h3 img {
  width: 100%;
  height: auto;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation {
  position: relative;
  margin: 12px 0 0;
  width: 100%;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li:last-child:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li .image {
  position: relative;
  width: 60px;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box.col2 {
  padding: 12px 0 0 12px;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box:before {
  position: absolute;
  content: "";
  top: 19px;
  right: 7px;
  background: url("../img/icon_arrow_down.png");
  width: 6px;
  height: 8px;
  background-size: 100% 100%;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box p {
  width: 220px;
}
#wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box p img {
  width: 100%;
  height: auto;
}
#wrap main section.article {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article {
    margin-bottom: 100px;
  }
}
#wrap main section.article > .ttl-box {
  background: #e3e5ed;
  padding: 52px 0 52px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article > .ttl-box {
    padding: 44px 0 44px;
  }
}
#wrap main section.article > .ttl-box .inner {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.article > .ttl-box .inner {
    display: block;
    width: calc(100% - 50px);
    text-align: justify;
  }
}
#wrap main section.article > .ttl-box .inner h2 {
  display: block;
  width: 312px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article > .ttl-box .inner h2 {
    width: 202px;
    margin: 0 auto;
  }
}
#wrap main section.article > .ttl-box .inner h2 img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #000;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article > .ttl-box .inner h2 img {
    padding-bottom: 6px;
  }
}
#wrap main section.article > .ttl-box .inner .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #wrap main section.article > .ttl-box .inner .text-box {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 1.52;
  }
}
#wrap main section.article > .ttl-box .inner.allseason h2 {
  width: 350px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article > .ttl-box .inner.allseason h2 {
    width: 235px;
  }
}
#wrap main section.article article {
  position: relative;
  width: 100%;
  padding: 100px 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article {
    padding: 60px 25px 64px;
  }
}
#wrap main section.article article:nth-child(2n) {
  background: #f2f3f4;
}
#wrap main section.article article:nth-child(2n) .container .text-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article:nth-child(2n) .container .text-box {
    padding-left: 0;
  }
}
#wrap main section.article article:nth-child(2n) .container .photo-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#wrap main section.article article .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container {
    min-width: 0;
    display: block;
  }
}
#wrap main section.article article .container .text-box {
  position: relative;
  width: 50%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .text-box {
    width: 100%;
    padding-left: 0;
  }
}
#wrap main section.article article .container .text-box h2 {
  font-size: 36px;
  font-size: clamp(32px, 2.7vw, 36px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .text-box h2 {
    font-size: 6.68vw;
  }
}
#wrap main section.article article .container .text-box h2 span {
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .text-box h2 span {
    padding-bottom: 3px;
    line-height: 1.7;
  }
}
#wrap main section.article article .container .text-box h3 {
  position: relative;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.4;
}
#wrap main section.article article .container .text-box h3.comingsoon {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 20px;
  padding: 10px 24px 10px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .text-box h3.comingsoon {
    font-size: 15px;
    padding: 8px 16px 8px;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .text-box h3 {
    font-size: 4.68vw;
    margin-top: 18px;
  }
}
#wrap main section.article article .container .text-box .txt-car {
  position: relative;
  width: 437px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .text-box .txt-car {
    width: 96%;
    margin-top: 20px;
  }
}
#wrap main section.article article .container .text-box .txt-car img {
  width: 100%;
  height: auto;
}
#wrap main section.article article .container .photo-box {
  width: 50%;
}
#wrap main section.article article .container .photo-box .image {
  width: 75%;
  margin: 0 auto;
}
#wrap main section.article article .container .photo-box .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .photo-box {
    width: 100%;
    margin-top: 28px;
  }
}
#wrap main section.article article .container .photo-box .splide {
  position: relative;
  width: 100%;
}
#wrap main section.article article .container .photo-box .splide ul.splide__list li {
  width: 100%;
}
#wrap main section.article article .container .photo-box .splide ul.splide__list li img {
  width: 100%;
  height: auto;
}
#wrap main section.article article .container .btn-more {
  position: relative;
  width: 240px;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .btn-more {
    width: 100%;
  }
}
#wrap main section.article article .container .btn-more a {
  position: relative;
  display: block;
  width: 100%;
  background: #034d87;
  color: #fff;
  padding: 12px 12px 12px 20px;
  text-decoration: none;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #wrap main section.article article .container .btn-more a {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.article article .container .btn-more a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .btn-more a {
    font-size: 16px;
    text-align: center;
    padding: 10px 12px 10px 20px;
  }
}
#wrap main section.article article .container .btn-more a:before {
  position: absolute;
  content: "";
  top: 16px;
  right: 20px;
  background: url("../img/icon_link.png") center center no-repeat;
  width: 20px;
  height: 16px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main section.article article .container .btn-more a:before {
    width: 16px;
    height: 12px;
    right: 15px;
  }
}
#wrap main section.article .othertire-box {
  width: 1080px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box {
    position: relative;
    width: calc(100% - 50px);
    margin: 64px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box.studless {
    margin-top: 64px;
  }
}
#wrap main section.article .othertire-box > h3 {
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  border-left: 3px solid #034d87;
  padding-left: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box > h3 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    border-left: 2px solid #034d87;
  }
}
#wrap main section.article .othertire-box ul.tire-box {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
  padding: 64px 0 64px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box {
    margin: 24px auto 0;
    display: block;
    padding: 20px 0 20px;
  }
}
#wrap main section.article .othertire-box ul.tire-box li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li {
    width: 100%;
    padding: 20px 0 20px;
  }
}
#wrap main section.article .othertire-box ul.tire-box li:nth-child(n+3) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li:nth-child(n+3) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
  }
}
#wrap main section.article .othertire-box ul.tire-box li .image {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li .image {
    width: 100px;
  }
}
#wrap main section.article .othertire-box ul.tire-box li .image img {
  width: 100%;
  height: auto;
}
#wrap main section.article .othertire-box ul.tire-box li .text-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 32px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li .text-box {
    padding: 0 0 0 8px;
  }
}
#wrap main section.article .othertire-box ul.tire-box li .text-box h4 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li .text-box h4 {
    font-size: 15px;
  }
}
#wrap main section.article .othertire-box ul.tire-box li .text-box h3 {
  font-size: 24px;
  letter-spacing: 0.03em;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li .text-box h3 {
    font-size: 17px;
    margin-top: 0px;
  }
}
#wrap main section.article .othertire-box ul.tire-box li .text-box p {
  position: relative;
  margin-top: 10px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #wrap main section.article .othertire-box ul.tire-box li .text-box p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
#wrap main section.form {
  position: relative;
  width: 100%;
  background: #034d87;
  padding: 74px 0 0px;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  #wrap main section.form {
    margin-top: 40px;
    padding: 40px 0 0px;
  }
}
#wrap main section.form h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #wrap main section.form h2 {
    font-size: 16px;
  }
}
#wrap main section.form h2 span {
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #wrap main section.form h2 span {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
  }
}
#wrap main section.form .lead-box {
  position: relative;
  margin-top: 28px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #wrap main section.form .lead-box {
    margin-top: 18px;
    font-size: 12.5px;
    line-height: 1.65;
  }
}
#wrap main section.form .form-container {
  position: relative;
  width: 640px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.form .form-container {
    width: calc(100% - 20px);
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.form .form-container iframe {
    width: 100%;
    height: 6300px;
  }
}
@media screen and (max-width: 768px) {
  #wrap main #g-form {
    width: 100%;
    height: 6200px;
  }
}
#wrap footer {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 70px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#wrap footer .copyright {
  text-align: center;
}
#wrap footer .copyright img {
  width: 308px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap footer .copyright img {
    width: 260px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
#wrap footer .pagetop {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #wrap footer .pagetop {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap footer .pagetop:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #wrap footer .pagetop {
    display: none;
    right: 12px;
    width: 30px;
    height: 30px;
    padding-top: 9px;
  }
}
#wrap footer .pagetop img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap footer .pagetop img {
    width: 8px;
  }
}

#sp-nav {
  position: fixed;
  top: 50px;
  left: 10px;
  width: calc(100% - 20px);
  height: 0px;
  background: #fff;
  z-index: 10000;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: height 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sp-nav.open {
  height: 284px;
}
#sp-nav nav {
  position: relative;
}
#sp-nav nav ul {
  position: relative;
}
#sp-nav nav ul li {
  position: relative;
  padding: 13px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sp-nav nav ul li.col2:after {
  top: 22px;
}
#sp-nav nav ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
#sp-nav nav ul li:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 18px;
  background: url("../img/icon_arrow_down.png");
  width: 6px;
  height: 8px;
  background-size: 100% 100%;
}
#sp-nav nav ul li .image {
  width: 227px;
}
#sp-nav nav ul li .image img {
  display: block;
  width: 100%;
  height: auto;
}
#sp-nav .share-box {
  position: relative;
  width: 100%;
  padding-top: 23px;
}
#sp-nav .share-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
#sp-nav .share-box h3 {
  position: relative;
  width: 36px;
  margin: 0 auto;
}
#sp-nav .share-box h3 img {
  width: 100%;
  height: auto;
  display: block;
}
#sp-nav .share-box ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9px;
}
#sp-nav .share-box ul li {
  position: relative;
}
#sp-nav .share-box ul li:nth-child(n+2) {
  margin-left: 13px;
}
#sp-nav .share-box ul li a {
  display: block;
  width: 20px;
}
#sp-nav .share-box ul li a img {
  display: block;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */