@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,500,700");
@import url("http://fonts.cdnfonts.com/css/kozuka-gothic-pr6n");
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-style: normal;
  font-weight: normal;
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/*-- yugo --*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  font-size
-----------------------*/
/*  transition
-----------------------*/
/* render text
----------------------*/
/*=== CUSTOM ===*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
}

body {
  font-family: "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}

html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-width: 1240px;
  overflow-x: hidden;
}

html.top__page,
body.top__page {
  overflow-x: hidden;
}

html.black,
body.black {
  background-color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/******************************
 	base sp
*******************************/
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/**************************************
common.scss
***************************************/
.inner__container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.inner__container.pad_50 {
  padding: 50px 0;
}

.inner__container.bg_gold {
  background-color: #C0B66B;
}

.inner__container.pdb__100 {
  padding-bottom: 100px;
}

.bg__blue {
  background-color: #d3edfb;
  padding: 100px 0 20px;
}

.bg__pink {
  background-color: #fadce9;
  padding: 100px 0 20px;
}

.border_gray {
  border-bottom: 10px solid #ccc;
  margin: 0 0 60px;
}

.u-link {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.u-link:hover {
  opacity: .7;
}

.outer__container {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}

.main__content.dark__bg {
  background-color: #444;
}

.black__container {
  position: relative;
  background-color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 0;
}

.black__container.set__2 {
  background-color: #231815;
}

.black__container.set__3 {
  background-color: #FFFCDB;
}

.black__container.set__4 {
  background-color: #C0B66B;
}

.black__container.set__5 {
  background-color: #E6E6EA;
}

.black__container.set__6 {
  background-color: #41326E;
}

.black__container.set__7 {
  background-color: #C8D2EB;
}

.black__container.set__8 {
  background-color: #D3EDFB;
}

.black__container.no_pad {
  padding: 0;
}

.black__container.pt_100 {
  padding-top: 100px;
}

.black__container.pad_100 {
  padding: 100px 0;
}

.black__container.pad_50 {
  padding: 50px 0;
}

.black__container.pad_40 {
  padding: 40px 0;
}

.black__container.pad_30 {
  padding: 30px 0;
}

.black__container.mt__100 {
  margin-bottom: 100px;
}

.black__container.mb__100 {
  margin-bottom: 100px;
}

.full__width {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #0075C2;
  border-bottom: 2px solid #0075C2;
  padding: 20px 0;
  /*-- spacing --*/
}

.full__width.pad_50 {
  padding: 50px 0;
}

.full__width.no_border {
  border: none;
}

.full__width.bg_blue {
  background-color: #6AC2E4;
}

.full__width.bg_orange {
  background-color: #F18702;
}

.full__width.set__2 {
  border: none;
  position: relative;
  z-index: 100;
  padding: 30px 0;
}

.full__width.set__2::before, .full__width.set__2::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #0075C1;
  z-index: -1;
}

.full__width.set__2::before {
  top: 20%;
}

.full__width.set__2::after {
  bottom: 20%;
}

.full__width.set__3 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  border: none;
  background: url("./../../campaign/img/main/content-bg-min.png") center/cover no-repeat;
}

.full__width.mb__100 {
  margin-bottom: 100px;
}

.full__width.mb__50 {
  margin-bottom: 50px;
}

.vertical__line {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #333;
  left: 0;
  right: 0;
  margin: auto;
}

.vertical__line::before, .vertical__line::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #333;
  display: block;
}

.vertical__line::before {
  right: 382px;
}

.vertical__line::after {
  left: 382px;
}

.vertical__line__left, .vertical__line__right {
  display: none;
}

.breadcrumb {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 45px;
}

.breadcrumb ul {
  width: 100%;
}

.breadcrumb ul::after {
  content: '';
  display: block;
  clear: both;
}

.breadcrumb ul li {
  position: relative;
  float: left;
  margin-right: 23px;
}

.breadcrumb ul li::after {
  content: '>';
  position: absolute;
  top: 2px;
  right: -12px;
  color: #666;
  font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul li a, .breadcrumb ul li p {
  display: inline-block;
  font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #666;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.breadcrumb ul li a:hover {
  color: #00A0E6;
}

/*-- KV --*/
.page__kv {
  position: relative;
  width: 100%;
  height: auto;
}

.page__kv.mt__60 {
  margin-top: 0;
}

.page__kv.mt__20 {
  margin-top: 20px;
}

.page__kv.mt__50 {
  margin-top: 50px;
}

.page__kv.mb__40 {
  margin-bottom: 40px;
}

.page__kv.mb__30 {
  margin-bottom: 30px;
}

.page__kv.mb__20 {
  margin-bottom: 20px;
}

.page__kv.mb__100 {
  margin-bottom: 100px;
}

.page__kv.mb__150 {
  margin-bottom: 150px;
}

.page__kv.set__premium {
  background-color: #8E0108;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8E0108), color-stop(#EE0C18), to(#8E0108));
  background-image: -webkit-linear-gradient(#8E0108, #EE0C18, #8E0108);
  background-image: -moz-linear-gradient(#8E0108, #EE0C18, #8E0108);
  background-image: -o-linear-gradient(#8E0108, #EE0C18, #8E0108);
  background-image: linear-gradient(#8E0108, #EE0C18, #8E0108);
}

.page__kv.set__premium.v-linear {
  background-image: -webkit-gradient(linear, left top, right top, from(#8E0108), color-stop(#EE0C18), to(#8E0108));
  background-image: -webkit-linear-gradient(left, #8E0108, #EE0C18, #8E0108);
  background-image: -moz-linear-gradient(left, #8E0108, #EE0C18, #8E0108);
  background-image: -o-linear-gradient(left, #8E0108, #EE0C18, #8E0108);
  background-image: linear-gradient(90deg, #8E0108, #EE0C18, #8E0108);
}

.page__kv.set__premium .kv__title {
  background-color: transparent;
}

.page__kv img {
  display: block;
  width: 100%;
  height: auto;
}

.page__kv img.mb__50 {
  margin-bottom: 50px;
}

.page__kv .kv__title {
  background-color: #0094DD;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 0;
  text-align: right;
}

.page__kv .kv__title.mb__20 {
  margin-bottom: 20px;
}

.page__kv .kv__title.tr__left {
  text-align: left;
}

.page__kv .kv__title.tr__left p {
  margin-right: 0;
  margin-left: 10vw;
}

.page__kv .kv__title.tr__right {
  text-align: right;
}

.page__kv .kv__title.tr__right p {
  margin-right: 10vw;
  margin-left: 0;
}

.page__kv .kv__title.sppb__10 {
  padding-bottom: 0;
}

.page__kv .kv__title p {
  margin-right: 10vw;
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.page__kv .kv__text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 172px;
  height: 300px;
}

.page__kv .kv__text .kv__title {
  font: normal 35px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 100;
  margin-bottom: 10px;
  color: #fff;
}

.page__kv .kv__text .kv__details {
  position: relative;
  left: -5px;
  font: normal 70px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 100;
  margin-bottom: 40px;
  color: #fff;
}

.page__kv .kv__text .kv__eng {
  font: normal 50px "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
}

.page__kv .kv__text_02 {
  position: absolute;
  top: 0;
  left: 5%;
  margin: 0 auto;
  width: 90%;
}

.page__kv .kv__text_02 .kv__minorTxt {
  width: 39%;
}

.page__kv .kv__text_02 .kv__minorTxt img {
  max-width: 100%;
}

.page__kv .kv__text_02 .kv__catchTxt {
  margin-top: 10vw;
  width: 42%;
}

.page__kv .kv__text_02 .kv__catchTxt img {
  max-width: 100%;
}

.page__kv .kv__text_03 {
  position: absolute;
  top: 0;
  left: 3%;
  margin: 0 auto;
  width: 90%;
}

.page__kv .kv__text_03 .kv__fitLogo {
  margin-top: 20vw;
  left: 3%;
  width: 50%;
}

.page__kv .kv__text_03 .kv__fitLogo img {
  max-width: 100%;
}

.page__kv .kv__promo__msg {
  width: 30vw;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10vw;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.page__kv .kv__promo__msg .kvp__title {
  width: 100%;
  font: 400 4vw/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.3vw;
  color: #00A0E6;
}

.page__kv .kv__promo__msg .kvp__logo {
  width: 60%;
  max-width: 230px;
  margin: 0 auto 2vh;
}

.page__kv .kv__promo__msg .kvp__date {
  width: 100%;
  font: 400 3vw/1 "Roboto", sans-serif;
  color: #00A0E6;
}

.page__kv .kv__promo__msg .kvp__btn {
  background-color: #00A0E6;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1vh;
  font: 300 2vw/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
}

.page__kv--car_display {
  position: relative;
  width: 100%;
  min-height: 240px;
  overflow: hidden;
}

.page__kv--car_display .car_display_01, .page__kv--car_display .car_display_02, .page__kv--car_display .car_display_03 {
  position: absolute;
  top: 0;
  height: auto;
  display: block;
}

.page__kv--car_display .car_display_01 {
  left: 0;
  width: 395px;
}

.page__kv--car_display .car_display_02 {
  left: 0;
  right: 0;
  margin: auto;
  width: 460px;
}

.page__kv--car_display .car_display_03 {
  width: 390px;
  right: 0;
}

/*-- KV SLIDER --*/
#kv__slider {
  position: relative;
  /*-- pagination --*/
}

#kv__slider .swiper-wrapper {
  width: 100%;
}

#kv__slider .swiper-wrapper .swiper-slide {
  position: relative;
  outline: none;
}

#kv__slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

#kv__slider .swiper-wrapper .swiper-slide .slider__text {
  position: absolute;
  bottom: 125px;
  left: 175px;
}

#kv__slider .swiper-wrapper .swiper-slide .slider__text p {
  font: normal 100px/2 "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
}

#kv__slider .swiper-pagination {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  text-align: center;
}

#kv__slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.8);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  margin: 0 3px;
  width: 50px;
  height: 7px;
}

#kv__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 0, 0, 0.8);
}

#kv__slider .swiper-pagination .swiper-pagination-bullet button {
  display: none;
}

.section__big__title {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 90px;
  margin-bottom: 100px;
}

.section__big__title .sec__title__img {
  /*position: relative;
    font: normal 100px $Roboto;
    letter-spacing: 2px;
    font-weight: 100;
    color: #0066ff;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section__big__title .sec__title__img img {
  display: block;
  height: auto;
}

.section__big__title .sec__title__img img.stm__1 {
  width: 453.5px;
}

.section__big__title .sec__title__img img.stm__2 {
  width: 538.5px;
}

.section__big__title .sec__title__img img.stm__3 {
  width: 430px;
}

.section__big__title .sec__title__img img.stm__4 {
  width: 345px;
  margin-left: 10px;
}

.section__big__title .sec__title__img img.stm__5 {
  width: 380px;
  margin-left: 10px;
}

.section__big__title .sec__title__img::before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #0066ff;
  opacity: 0.2;
  z-index: 1;
}

.section__big__title .cbt__subtitle {
  position: relative;
  top: 40px;
  font: normal 23px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4px;
  z-index: 1;
}

.section__big__title .cbt__subtitle.set__2 {
  color: #0652c5;
}

.center__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
}

.center__titles.mb__50 {
  margin-bottom: 50px;
}

.center__titles .ct__text {
  position: relative;
  display: inline-block;
  width: 336px;
}

.center__titles .ct__text .ct__icon {
  display: block;
  margin: 0 auto 18px;
  width: 63px;
  height: auto;
}

.center__titles .ct__text .ct__title {
  font: normal 25px/1.5 "Roboto", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  color: #0652c5;
}

.center__titles .ct__text .ct__subtitle {
  font: normal 13px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.center__titles .ct__text .ct__arrow__down {
  display: block;
  margin: 15px auto 0;
  width: 79px;
  height: auto;
}

.page__title {
  position: relative;
  background-color: #0652c5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-top: 14px;
  height: 70px;
  width: 100%;
  z-index: 100;
}

.page__title.set__2 {
  background-color: #E50012;
}

.page__title.set__3 {
  background-color: #727171;
}

.page__title.set__4 {
  background-color: #77718D;
}

.page__title.set__5 {
  background-color: #774FA0;
}

.page__title.set__6 {
  background-color: #008BD5;
}

.page__title .pt__text {
  display: block;
  font: normal 25px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.page__navi {
  margin-bottom: 90px;
}

.page__navi .pn__header {
  width: 100%;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page__navi .pn__header.set__2 .pn__left, .page__navi .pn__header.set__2 .pn__right {
  width: 50%;
}

.page__navi .pn__header .pn__left {
  width: 60%;
}

.page__navi .pn__header .pn__left.w__100 {
  width: 100%;
}

.page__navi .pn__header .pn__left .pn__title {
  font: normal 20px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.page__navi .pn__header .pn__left .pn__subtitle {
  font: normal 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.page__navi .pn__header .pn__left .pn__img {
  margin-top: 20px;
}

.page__navi .pn__header .pn__left .pn__img img {
  display: block;
  height: auto;
}

.page__navi .pn__header .pn__left .pn__img.p_18_pn {
  width: 610px;
}

.page__navi .pn__header .pn__right {
  width: 40%;
}

.page__navi .pn__header .pn__right::after {
  content: '';
  display: block;
  clear: both;
}

.page__navi .pn__header .pn__right .pn__img.p_16_pn {
  float: right;
  width: 348px;
}

.page__navi .pn__header .pn__right .pn__img.p_17_pn {
  width: 558px;
}

.page__navi .pn__header .pn__right .pn__img.p_18_pn {
  width: 330.5px;
}

.page__navi .pn__header .pn__right .pn__img img {
  display: block;
  width: 100%;
  height: auto;
}

.page__navi .p__navs {
  width: 100%;
  text-align: center;
}

.page__navi .p__navs .p__nav {
  display: inline-block;
  width: 318px;
  margin: 0 12px;
}

.page__navi .p__navs .p__nav img {
  display: block;
  width: 100%;
  height: auto;
}

/*-- PANEL --*/
.panel {
  margin-bottom: 100px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.panel.mb__50 {
  margin-bottom: 50px;
}

.panel .panel__header {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 30px;
  width: 100%;
}

.panel .panel__header.black {
  background-color: #000;
}

.panel .panel__header .ph__title {
  font: normal 18px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.panel .panel__body {
  position: relative;
  min-height: 50px;
  /*-- FLOW --*/
  /*-- TESTIMONIAL --*/
  /*-- OPTION FIELD --*/
  /*-- FAQ BOX --*/
}

.panel .panel__body--top_note {
  position: absolute;
  top: 16px;
  right: 60px;
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.panel .panel__body.p__50 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}

.panel .panel__body.p__50_60 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 60px 60px;
}

.panel .panel__body.set__2 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 60px 16px;
}

.panel .panel__body.bg__1 {
  background-color: #f4f4f4;
  background-image: url("./../../assets/img/pc/pattern-1.png");
}

.panel .panel__body .pb__content__title {
  width: 100%;
  margin-bottom: 30px;
}

.panel .panel__body .pb__content__title p {
  font: normal 18px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.panel .panel__body .pb__timeline .pbt__wrap {
  position: relative;
  padding: 50px 115px 40px 80px;
}

.panel .panel__body .pb__timeline .pbt__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 165px;
  height: 100%;
  width: 1px;
  background-color: #dadada;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list:nth-child(2) .pbt__left .pbt__sched {
  width: 171px;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__left .pbt__sched {
  width: 170px;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__left .pbt__sched img {
  display: block;
  width: 100%;
  height: auto;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 205px;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right .pbt__title {
  font: normal 18px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  color: #00A0E6;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right .pbt__subtitle {
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

.panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right img {
  display: block;
  margin-top: 12px;
  width: 100%;
  height: auto;
}

.panel .panel__body .process__stage .pf__list {
  background-color: #f3f3f3;
  width: 100%;
  min-height: 353px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel .panel__body .process__stage .pf__list .sp__img {
  display: none;
}

.panel .panel__body .process__stage .pf__list .pf__left {
  position: relative;
  background-color: #fff;
  width: 55%;
  max-width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel .panel__body .process__stage .pf__list .pf__left--img {
  position: absolute;
  width: 440px;
  height: 252px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  margin: auto;
  left: 40px;
  z-index: 2;
}

.panel .panel__body .process__stage .pf__list .pf__left--img img {
  width: 100%;
  height: auto;
}

.panel .panel__body .process__stage .pf__list .pf__left::before, .panel .panel__body .process__stage .pf__list .pf__left::after {
  content: '';
  position: absolute;
  height: 50%;
  width: 70px;
  right: -30px;
  background-color: #fff;
  -webkit-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.01);
     -moz-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.01);
          box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.01);
}

.panel .panel__body .process__stage .pf__list .pf__left::before {
  top: 0;
  -ms-transform: skewX(14deg);
  -webkit-transform: skewX(14deg);
  -moz-transform: skewX(14deg);
    -o-transform: skewX(14deg);
       transform: skewX(14deg);
}

.panel .panel__body .process__stage .pf__list .pf__left::after {
  bottom: 0;
  -ms-transform: skewX(-14deg);
  -webkit-transform: skewX(-14deg);
  -moz-transform: skewX(-14deg);
    -o-transform: skewX(-14deg);
       transform: skewX(-14deg);
}

.panel .panel__body .process__stage .pf__list .pf__left .pf__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  height: 100%;
}

.panel .panel__body .process__stage .pf__list .pf__left .pf__image.pl__20 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

.panel .panel__body .process__stage .pf__list .pf__left .pf__image.ai__ctr {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel .panel__body .process__stage .pf__list .pf__left .pf__image.ai__t {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.panel .panel__body .process__stage .pf__list .pf__left .pf__image.ai__b {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.panel .panel__body .process__stage .pf__list .pf__left .pf__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.panel .panel__body .process__stage .pf__list .pf__left .pf__text p {
  font: normal 16px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.panel .panel__body .process__stage .pf__list .pf__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content {
  width: 341px;
  margin: 43px auto 0;
  margin-right: 42px;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__title {
  width: 100%;
  text-align: center;
  font: bold 23px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 4px;
  letter-spacing: 3px;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__subtitle {
  width: 100%;
  text-align: center;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__details {
  width: 100%;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__details span {
  display: block;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__details span.emp__blue {
  width: 100%;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #49aed7;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__img {
  margin: 18px auto 26px;
  width: 231.5px;
  overflow: hidden;
}

.panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__img img {
  width: 100%;
  height: auto;
  display: block;
}

.panel .panel__body .testimonial__cards {
  padding-bottom: 30px;
  position: relative;
  height: 1050px;
  overflow: hidden;
  top: -15px;
}

.panel .panel__body .testimonial__cards .tc__wrap {
  display: block;
  width: 100%;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list {
  position: relative;
  width: 100%;
  height: 16px;
  margin: 145px 0 40px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list::after {
  content: '';
  display: block;
  clear: both;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card {
  position: relative;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
  padding: 30px;
  height: 220px;
  width: 445px;
  top: -130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-- card type --*/
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.fr {
  float: right;
  margin-right: 25px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__voice {
  position: absolute;
  top: 8px;
  left: 0;
  width: 60px;
  height: auto;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__voice img {
  display: block;
  width: 100%;
  height: auto;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left {
  width: 150px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__title {
  position: relative;
  top: -6px;
  display: inline-block;
  font: normal 17px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #0652c5;
  border-bottom: 1px dashed #0652c5;
  margin-bottom: 10px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__car {
  width: 110px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__car img {
  display: block;
  width: 100%;
  height: auto;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right {
  width: 210px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video {
  position: relative;
  width: 210px;
  height: 118px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video:hover .vid__overlay {
  background-color: rgba(0, 0, 0, 0);
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video:hover .vid__overlay::before {
  -webkit-animation: pulse 1s ease infinite;
     -moz-animation: pulse 1s ease infinite;
       -o-animation: pulse 1s ease infinite;
          animation: pulse 1s ease infinite;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video .vid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 100;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video .vid__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 38px;
  background: url("./../img/main/media-player-icon.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video iframe {
  width: 210px;
  height: 118px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg {
  position: absolute;
  bottom: -30px;
  right: -25px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffcc7f;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
  padding: 14px 14px 14px 25px;
  height: 70px;
  width: 400px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg.set__2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg::before {
  content: '';
  position: absolute;
  top: -24px;
  right: 150px;
  border: 10px solid transparent;
  border-bottom: 18px solid #ffcc7f;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg p {
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time {
  background-color: #0066ff;
  height: 240px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .tc__left {
  padding-left: 0;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .tc__left .tc__title {
  font: normal 16px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: none;
  color: #fff;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg {
  position: relative;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__img {
  background-color: #2f82ff;
  -webkit-box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 6px;
  left: -30px;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__img img {
  display: block;
  width: 30.5px;
  height: auto;
  margin: 0 auto;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__text {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__text .im__1 {
  font: normal 20px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__text .im__2 {
  font: normal 26px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.panel .panel__body .option__field {
  position: relative;
  width: 100%;
}

.panel .panel__body .option__field::before {
  content: '';
  position: absolute;
  top: 0;
  left: 235px;
  height: 100%;
  width: 1px;
  background-color: #dadada;
}

.panel .panel__body .option__field .of__wrap {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 50px 50px 0;
}

.panel .panel__body .option__field .of__wrap .of__list {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.panel .panel__body .option__field .of__wrap .of__list:last-child {
  margin-bottom: 0;
}

.panel .panel__body .option__field .of__wrap .of__list .arrow__msg {
  position: absolute;
  /*background: url('./../../assets/img/pc/big-arrow.png') no-repeat;*/
  /*background-size: cover;/*/
  top: 0;
  left: 0;
  width: 210px;
  height: 172.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px 30px 25px;
}

.panel .panel__body .option__field .of__wrap .of__list .arrow__msg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.panel .panel__body .option__field .of__wrap .of__list .arrow__msg .am__text {
  position: relative;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}

.panel .panel__body .option__field .of__wrap .of__list .of__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25px;
  padding-left: 235px;
}

.panel .panel__body .option__field .of__wrap .of__list .of__content .oc__text {
  width: 525px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
}

.panel .panel__body .option__field .of__wrap .of__list .of__content .oc__text .of__title {
  position: relative;
  display: inline-block;
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20px;
}

.panel .panel__body .option__field .of__wrap .of__list .of__content .oc__text .of__title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -15px;
  width: 105%;
  height: 15px;
  background-color: rgba(0, 102, 255, 0.2);
}

.panel .panel__body .option__field .of__wrap .of__list .of__content .oc__text .of__details {
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.panel .panel__body .option__field .of__wrap .of__list .of__content .oc__img {
  width: 270px;
}

.panel .panel__body .option__field .of__wrap .of__list .of__content .oc__img img {
  display: block;
  width: 100%;
  height: auto;
}

.panel .panel__body .faq__box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 100px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.panel .panel__body .faq__box .faq__wrap .faq__list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__header::after {
  content: '';
  display: block;
  clear: both;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question {
  position: relative;
  min-height: 36px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question .faq__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.5px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question .faq__icon img {
  width: 100%;
  height: auto;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question .faq__title {
  width: 100%;
  font: normal 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 58px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__icon img {
  width: 100%;
  height: auto;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__title {
  width: 100%;
  font: normal 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 4px;
  margin-bottom: 15px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  margin-left: 5px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content::before {
  content: '';
  position: absolute;
  top: 2%;
  left: 0;
  height: 96%;
  width: 1px;
  background-color: #000;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__title {
  font: normal 15px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__details p {
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__details p b {
  font-weight: 500;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__details .fc__list__field ul.bullet__list {
  width: 100%;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__details .fc__list__field ul.bullet__list li {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23px;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__details .fc__list__field ul.bullet__list li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 11px;
  height: 2px;
  width: 2px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #000;
}

.panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__details .fc__list__field ul.bullet__list li p {
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 5px;
}

.mini__panel {
  margin-bottom: 50px;
  -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  width: 535px;
  overflow: hidden;
}

.mini__panel.w__100 {
  width: 100%;
}

.mini__panel .mp__header {
  background-color: #595656;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  padding: 15px 30px;
  width: 100%;
}

.mini__panel .mp__header .mph__title {
  font: normal 18px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.mini__panel .mp__body {
  background-color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
}

/*-- PANE --*/
.pane {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}

.pane .p__content {
  width: 410px;
}

.pane .p__content .p__title {
  font: normal 40px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 100;
  color: #fff;
  letter-spacing: 7px;
}

.pane .p__content .p__subtitle {
  font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #0652c5;
}

.pane .p__content .p__details {
  text-align: justify;
}

.pane .p__content .p__details p {
  font: normal 13px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  color: #fff;
}

.pane .p__images {
  position: relative;
  width: 635px;
  height: 320px;
  margin-top: 22px;
}

.pane .p__images.pm__sp {
  display: none;
}

.pane .p__images.pm__pc {
  display: block;
}

.pane .p__images .main__img {
  width: 440px;
  height: auto;
}

.pane .p__images .main__img.set__2 {
  float: right;
}

.pane .p__images .sub__img {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 280px;
  height: auto;
}

.pane .p__images .sub__img.set__2 {
  left: 0;
  right: initial;
}

.side__pane {
  position: relative;
  background-color: #f2f5f5;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 250px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
}

.side__pane .left__img {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  margin-top: 6px;
}

.side__pane .left__img img {
  display: block;
  height: auto;
}

.side__pane .left__img img.li__1 {
  width: 385px;
}

.side__pane .left__img img.li__2 {
  width: 355.5px;
}

.side__pane .right__img__sp {
  display: none;
}

.side__pane .sp__content {
  display: inline-block;
  width: 335px;
}

.side__pane .sp__content p {
  font: normal 13px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.side__pane .right__img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  overflow: hidden;
}

.side__pane .right__img img {
  position: relative;
  display: block;
  height: auto;
}

.side__pane .right__img img.ri__1 {
  right: -30px;
  width: 399.5px;
}

.side__pane .right__img img.ri__2 {
  top: -35px;
  right: -20px;
  width: 289px;
}

.division__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 25px;
}

.division__field.set__2 {
  padding: 30px 15px;
}

.division__field .division_2 {
  position: relative;
  width: 473px;
  min-height: 260px;
}

.division__field .division_2 .left__part {
  position: absolute;
  height: 100%;
  width: 190px;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}

.division__field .division_2 .left__part .lp__img {
  margin-bottom: 20px;
}

.division__field .division_2 .left__part .lp__img img {
  display: block;
  height: auto;
}

.division__field .division_2 .left__part .lp__img img.lp__img__01 {
  width: 162px;
}

.division__field .division_2 .left__part .lp__content {
  margin-bottom: 15px;
}

.division__field .division_2 .left__part .lp__content p {
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #595655;
}

.division__field .division_2 .left__part .lp__notes {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}

.division__field .division_2 .left__part .lp__notes .note__list {
  position: relative;
  width: 100%;
}

.division__field .division_2 .left__part .lp__notes .note__list::after {
  content: '';
  display: block;
  clear: both;
}

.division__field .division_2 .left__part .lp__notes .note__list .nl__icon {
  position: absolute;
  top: 0;
  left: 0;
  font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #595655;
}

.division__field .division_2 .left__part .lp__notes .note__list p {
  float: left;
  width: 100%;
  display: block;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #595655;
}

.division__field .division_2 .right__part {
  position: absolute;
  height: 100%;
  width: 290px;
  top: 0;
  right: 0;
}

.division__field .division_2 .right__part .rp__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.division__field .division_2 .right__part .rp__img.rp__img__01 {
  width: 260px;
  height: 150px;
}

.division__field .division_2 .right__part .rp__img img {
  display: block;
  width: 100%;
  height: auto;
}

.division__field .division_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.division__field .division_3 .col__3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33.33%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
}

.division__field .division_3 .col__3::after {
  content: '';
  position: absolute;
  top: 0;
  right: -6px;
  height: 85%;
  width: 1px;
  background-color: #ccc;
}

.division__field .division_3 .col__3:first-child {
  padding-left: 0;
}

.division__field .division_3 .col__3:last-child {
  border-right: 0;
}

.division__field .division_3 .col__3:last-child::after {
  display: none;
}

.division__field .division_3 .col__3 .col__1 {
  width: 100%;
  margin-bottom: 10px;
}

.division__field .division_3 .col__3 .col__1 img {
  display: block;
  width: 109px;
  height: auto;
  margin: 0 auto;
}

.division__field .division_3 .col__3 .col__2 {
  width: 50%;
}

.division__field .division_3 .col__3 .col__2 img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.division__field .division_3 .col__3 .col__2 img.col__img__01 {
  width: 149.5px;
}

.division__field .division_3 .col__3 .col__2 img.col__img__02 {
  width: 158.5px;
}

.division__field .division_3 .col__3 .col__2 img.col__img__03 {
  width: 142.5px;
}

.division__field .division_3 .col__3 .col__2 img.col__img__04 {
  width: 145px;
}

.division__field .division_3 .col__3 .col__2 img.col__img__05 {
  width: 151.5px;
}

.division__field .division_3 .col__3 .col__2 img.col__img__06 {
  width: 140.5px;
}

/*-- SHOW CARDS --*/
.show__cards {
  /*-- main display --*/
}

.show__cards .sc__header {
  width: 100%;
  margin-bottom: 60px;
}

.show__cards .sc__header .main__card {
  position: relative;
  background-image: url("./../../assets/img/pc/pattern-1.png");
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  margin: 0 auto;
  width: 850px;
  height: 340px;
}

.show__cards .sc__header .main__card .mc__img {
  display: block;
  margin: 0 auto 15px;
  width: 57px;
  height: auto;
}

.show__cards .sc__header .main__card .mc__img img {
  display: block;
  width: 100%;
  height: auto;
}

.show__cards .sc__header .main__card .mc__text {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.show__cards .sc__header .main__card .mc__text .mc__title {
  font: normal 25px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}

.show__cards .sc__header .main__card .mc__text .mc__details {
  font: normal 13px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.show__cards .sc__header .main__card .mc__btn {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 70px;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.show__cards .sc__header .main__card .mc__btn:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.show__cards .sc__header .main__card .mc__btn:hover .mcb__text::after {
  -webkit-animation: slideLeft_small 1s ease infinite;
     -moz-animation: slideLeft_small 1s ease infinite;
       -o-animation: slideLeft_small 1s ease infinite;
          animation: slideLeft_small 1s ease infinite;
}

.show__cards .sc__header .main__card .mc__btn .mcb__text {
  position: absolute;
  font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.show__cards .sc__header .main__card .mc__btn .mcb__text::after {
  content: '';
  position: absolute;
  top: 4px;
  right: -20px;
  height: 15px;
  width: 12px;
  background: url("./../../assets/img/pc/btn-arrow-2.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.show__cards .sc__header .main__card .mc__btn .mcb__img {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 220px;
}

.show__cards .sc__header .main__card .mc__btn .mcb__img img {
  display: block;
  width: 100%;
  height: auto;
}

.show__cards .sc__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}

.show__cards .sc__body .sc__card {
  position: relative;
  background-image: url("./../../assets/img/pc/pattern-1.png");
  background-color: #fff;
  width: 540px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  margin-bottom: 20px;
}

.show__cards .sc__body .sc__card .c__head {
  position: relative;
  min-height: 35px;
  margin-bottom: 13px;
}

.show__cards .sc__body .sc__card .c__head::after {
  content: '';
  display: block;
  clear: both;
}

.show__cards .sc__body .sc__card .c__head img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

.show__cards .sc__body .sc__card .c__head img.qh__img {
  width: 35.5px;
}

.show__cards .sc__body .sc__card .c__head img.ah__img {
  width: 32px;
}

.show__cards .sc__body .sc__card .c__head .c__text {
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  font: normal 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.show__cards .sc__body .sc__card .sc__btn {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  min-height: 100px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  margin-top: 25px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.show__cards .sc__body .sc__card .sc__btn::after {
  content: '';
  display: block;
  clear: both;
}

.show__cards .sc__body .sc__card .sc__btn:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.show__cards .sc__body .sc__card .sc__btn:hover .scb__text::after {
  -webkit-animation: slideLeft_small 1s ease infinite;
     -moz-animation: slideLeft_small 1s ease infinite;
       -o-animation: slideLeft_small 1s ease infinite;
          animation: slideLeft_small 1s ease infinite;
}

.show__cards .sc__body .sc__card .sc__btn .scb__text {
  position: absolute;
  font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.show__cards .sc__body .sc__card .sc__btn .scb__text::after {
  content: '';
  position: absolute;
  top: 15px;
  right: -30px;
  height: 15px;
  width: 9.5px;
  background: url("./../../assets/img/pc/btn-arrow-2.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.show__cards .sc__body .sc__card .sc__btn .scb__img {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 50%;
}

.show__cards .sc__body .sc__card .sc__btn .scb__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: auto;
}

.show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__1 {
  width: 187.5px;
}

.show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__2 {
  width: 154px;
}

.show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__3 {
  width: 105px;
}

.show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__4 {
  width: 168px;
}

/*-- Content Counter --*/
.content__count {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 75px;
}

.content__count.mb_0 {
  margin-bottom: 0;
}

.content__count.mb_100 {
  margin-bottom: 100px;
}

.content__count--head {
  margin-bottom: 40px;
}

.content__count--head-counter {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 30px;
}

.content__count--head-title, .content__count--head-title span {
  font: 500 45px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.content__count--head-title.set__2, .content__count--head-title span.set__2 {
  letter-spacing: -5px;
}

.content__count--body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content__count--body-left {
  width: 52%;
}

.content__count--body-left p {
  font: 400 24px/1.8 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #323232;
}

.content__count--body-right img {
  width: 100%;
  display: block;
  height: auto;
}

.content__count--body-right img.cc_img_01 {
  max-width: 160px;
  margin-top: -20px;
}

.content__count--body-right img.cc_img_02 {
  max-width: 225px;
  margin-top: -20px;
}

.content__count--body-right img.cc_img_03 {
  max-width: 325px;
}

/*-- ILLUSTRATION --*/
.illustrtion {
  margin-bottom: 90px;
}

.illustrtion .illustrtion__header {
  margin-bottom: 12px;
}

.illustrtion .illustrtion__header::after {
  content: '';
  display: block;
  clear: both;
}

.illustrtion .illustrtion__header .ih__img {
  display: inline-block;
}

.illustrtion .illustrtion__header .ih__text {
  display: inline-block;
  width: 60%;
}

.illustrtion .illustrtion__header .ih__text .ih__title {
  font: normal 20px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.illustrtion .illustrtion__header .ih__text .ih__details {
  font: normal 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.illustrtion .illustrtion__body .ib__text {
  display: inline-block;
}

.illustrtion .illustrtion__body .ib__text p, .illustrtion .illustrtion__body .ib__text span {
  font: normal 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.illustrtion .illustrtion__body .ib__text p {
  margin-bottom: 12px;
}

.illustrtion.p_honda_sensing {
  background: url("./../../assets/img/pc/p_11/kv-bg-min.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: right top;
  min-height: 410px;
  margin-top: 20px;
}

.illustrtion.p_honda_sensing .illustrtion__header .ih__logo {
  width: 352px;
  height: auto;
  margin-bottom: 35px;
}

.illustrtion.p_honda_sensing .illustrtion__header .ih__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.illustrtion.p_honda_sensing .illustrtion__header .ih__text .ih__title {
  line-height: 1.7;
}

.illustrtion.lp_honda_sensing {
  background: url("./../../assets/img/pc/p_11/kv-bg-min.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: right top;
  min-height: 410px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.illustrtion.lp_honda_sensing .illustrtion__header .ih__logo {
  width: 352px;
  height: auto;
  margin-bottom: 35px;
}

.illustrtion.lp_honda_sensing .illustrtion__header .ih__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.illustrtion.lp_honda_sensing .illustrtion__header .ih__text .ih__title {
  line-height: 1.7;
}

/*-- SECTION TEMPLATE --*/
.section__template {
  /*-- sets --*/
}

.section__template .st__body {
  /*-- division --*/
}

.section__template .st__body.st__division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__template .st__body.st__division .title__part {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

.section__template .st__body.st__division .title__part .tp__text {
  font: normal 23px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  color: #00A0E6;
}

.section__template .st__body.st__division .left__part {
  width: 60%;
}

.section__template .st__body.st__division .left__part .st__content .stc__header .stc__subtitle {
  font: normal 16px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.section__template .st__body.st__division .left__part .st__content .stc__body .body__title {
  font: bold 20px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.section__template .st__body.st__division .left__part .st__content .stc__body p {
  font: normal 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.section__template .st__body.st__division .left__part .st__content .stc__body .arrow__link {
  margin-top: 50px;
}

.section__template .st__body.st__division .right__part {
  width: 40%;
}

.section__template .st__body.st__division .right__part .section__view__more {
  position: relative;
  text-align: right;
  bottom: 0;
  left: 0;
}

.section__template .st__body.st__division .right__part .section__view__more .arrow__link {
  margin-top: 55px;
}

.section__template.black .st__body {
  /*-- division --*/
}

.section__template.black .st__body.st__division .left__part .st__content .stc__header .stc__subtitle {
  color: #000;
}

.section__template.black .st__body.st__division .left__part .st__content .stc__body p {
  color: #000;
}

.section__template.black .st__body.st__division .left__part .st__content .stc__body .arrow__link .al__text {
  color: #000;
}

.section__template.black .st__body.st__division .right__part .arrow__link .al__text {
  color: #000;
}

.section__template.black .st__body.st__division .right__part .arrow__link .al__arrow::before, .section__template.black .st__body.st__division .right__part .arrow__link .al__arrow::after {
  border-color: #000;
}

.section__template.set__2 {
  background-color: #0094DD;
  padding: 50px 0;
}

.section__template.set__3 {
  background-color: #8E0108;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8E0108), color-stop(#EE0C18), to(#8E0108));
  background-image: -webkit-linear-gradient(#8E0108, #EE0C18, #8E0108);
  background-image: -moz-linear-gradient(#8E0108, #EE0C18, #8E0108);
  background-image: -o-linear-gradient(#8E0108, #EE0C18, #8E0108);
  background-image: linear-gradient(#8E0108, #EE0C18, #8E0108);
  padding: 50px 0;
}

.section__template.mb__20 {
  margin-bottom: 20px;
}

.section__template.mb__40 {
  margin-bottom: 40px;
}

.section__template.mb__50 {
  margin-bottom: 50px;
}

.section__template.mb__100 {
  margin-bottom: 100px;
}

/*-- IMAGE SWIPER --*/
.image__swiper {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.image__swiper .is__head {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 648px;
  margin-bottom: 50px;
}

.image__swiper .is__head::after {
  content: '';
  display: block;
  clear: both;
}

.image__swiper .is__head .ish__left {
  border: 25px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 55px 75px 70px;
  width: 54%;
}

.image__swiper .is__head .ish__left.set__2 {
  padding: 60px 55px 60px 70px;
}

.image__swiper .is__head .ish__left .ish__content {
  width: 100%;
}

.image__swiper .is__head .ish__left .ish__content#ish_img_03_text {
  height: 379px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image__swiper .is__head .ish__left .ish__content .ish__subtitle {
  width: 100%;
  font: 900 51px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.image__swiper .is__head .ish__left .ish__content .ish__subtitle sup {
  font-size: 20px;
  position: relative;
  top: -10px;
  left: -5px;
}

.image__swiper .is__head .ish__left .ish__content .ish__title {
  width: 100%;
  font: 900 76px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 6px;
}

.image__swiper .is__head .ish__left .ish__content .ish__detail__tite {
  width: 100%;
  font: 600 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 15px;
}

.image__swiper .is__head .ish__left .ish__content .text__field {
  width: 100%;
}

.image__swiper .is__head .ish__left .ish__content .text__field p {
  font-size: 9px;
}

.image__swiper .is__head .ish__left .ish__content .text__field ul {
  margin: 0;
}

.image__swiper .is__head .ish__left .ish__content .text__field ul.cube__list li {
  padding-left: 10px;
}

.image__swiper .is__head .ish__left .ish__content .text__field ul.cube__list li .cube__icon {
  font-size: 9px;
}

.image__swiper .is__head .ish__right {
  position: absolute;
  top: 70px;
  right: 0;
  width: 53%;
  max-width: 578px;
  height: auto;
  z-index: 100;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.image__swiper .is__head .ish__right::after {
  content: '';
  display: block;
  clear: both;
}

.image__swiper .is__head .ish__right img {
  width: 100%;
  height: auto;
}

.image__swiper .is__head .ish__right#ish_img_03 {
  height: 578px;
  width: 578px;
  background-image: url("./../../campaign/img/lp_24/lp-24-img-20-min.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.image__swiper .is__head .ish__right#ish_img_03 img {
  display: none;
}

.image__swiper .is__head .ish__right#ish_img_03.is_set_1 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-21-min.png");
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.image__swiper .is__head .ish__right#ish_img_03.is_set_2 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-22-min.png");
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.image__swiper .is__head .ish__right#ish_img_06 {
  height: 578px;
  width: 578px;
  background-image: url("./../../campaign/img/lp_24/lp-24-img-25-min.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.image__swiper .is__head .ish__right#ish_img_06 img {
  display: none;
}

.image__swiper .is__head .ish__right#ish_img_06.is_set_3 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-26-min.png");
}

.image__swiper .is__head .ish__right#ish_img_06.is_set_4 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-27-min.png");
}

.image__swiper .is__head .ish__right#ish_img_06.is_set_5 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-28-min.png");
}

.image__swiper .is__head .ish__right#ish_img_06.is_set_6 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-29-min.png");
}

.image__swiper .is__body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.image__swiper .is__body .isb__image {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.image__swiper .is__body .isb__image img {
  width: 100%;
  height: auto;
}

.image__swiper .is__body .isb__image#isb_img_04, .image__swiper .is__body .isb__image#isb_img_05 {
  height: 422px;
  width: 522px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.image__swiper .is__body .isb__image#isb_img_04 img, .image__swiper .is__body .isb__image#isb_img_05 img {
  display: none;
}

.image__swiper .is__body .isb__image#isb_img_04 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-21-min.png");
}

.image__swiper .is__body .isb__image#isb_img_04.is_set_1 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-20-min.png");
}

.image__swiper .is__body .isb__image#isb_img_05 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-22-min.png");
}

.image__swiper .is__body .isb__image#isb_img_05.is_set_1 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-20-min.png");
}

.image__swiper .is__body .isb__col__50, .image__swiper .is__body .sp__col__50 {
  width: 50%;
  max-width: 522px;
}

.image__swiper .is__body .isb__content {
  width: 100%;
}

.image__swiper .is__body .isb__content .isbc__title {
  font: 600 31px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.image__swiper .is__body .isb__content .isbc__subtitle {
  font: 600 26px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.image__swiper .is__body .isb__content .isbc__subtitle.set__2 {
  position: relative;
  top: -8px;
  margin-bottom: 15px;
}

.image__swiper .is__body .isb__content .isbc__detail__title {
  font: 500 22px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.image__swiper .is__body .isb__content .isbc__detail__title sup {
  position: relative;
  font-size: 14px;
}

.image__swiper .is__body .isb__content .isbc__detail__subtitle {
  font: 400 18px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 20px;
}

.image__swiper .is__body .isb__content .isbc__detail__subtitle sup {
  position: relative;
  left: -5px;
  font-size: 10px;
}

.image__swiper .is__body .isb__content .text__field p {
  font-size: 9px;
}

.image__swiper .is__body .isb__content .text__field ul.asterisk__list li .al__icon, .image__swiper .is__body .isb__content .text__field ul.asterisk__list li p {
  font-size: 9px;
}

.image__swiper .is__body .is__control {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.image__swiper .is__body .is__control .isc__nav {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin-bottom: 22px;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.image__swiper .is__body .is__control .isc__nav#isb_img_07, .image__swiper .is__body .is__control .isc__nav#isb_img_08, .image__swiper .is__body .is__control .isc__nav#isb_img_09, .image__swiper .is__body .is__control .isc__nav#isb_img_10 {
  height: 175px;
  width: 250px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.image__swiper .is__body .is__control .isc__nav#isb_img_07 img, .image__swiper .is__body .is__control .isc__nav#isb_img_08 img, .image__swiper .is__body .is__control .isc__nav#isb_img_09 img, .image__swiper .is__body .is__control .isc__nav#isb_img_10 img {
  display: none;
}

.image__swiper .is__body .is__control .isc__nav#isb_img_07 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-26-min.png");
}

.image__swiper .is__body .is__control .isc__nav#isb_img_07.is_set_1 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-25-min.png");
}

.image__swiper .is__body .is__control .isc__nav#isb_img_08 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-27-min.png");
}

.image__swiper .is__body .is__control .isc__nav#isb_img_08.is_set_1 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-25-min.png");
}

.image__swiper .is__body .is__control .isc__nav#isb_img_09 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-28-min.png");
}

.image__swiper .is__body .is__control .isc__nav#isb_img_09.is_set_1 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-25-min.png");
}

.image__swiper .is__body .is__control .isc__nav#isb_img_10 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-29-min.png");
}

.image__swiper .is__body .is__control .isc__nav#isb_img_10.is_set_1 {
  background-image: url("./../../campaign/img/lp_24/lp-24-img-25-min.png");
}

.image__swiper .is__body .is__control .isc__nav img {
  width: 100%;
  height: auto;
}

/*-- THUMBBOX --*/
.thumbnail__box {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
}

.thumbnail__box.set__2 {
  background-color: #0075C1;
}

.thumbnail__box--head {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.thumbnail__box--head-title {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
  font: normal 50px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  color: #fff;
}

.thumbnail__box--head-title::before, .thumbnail__box--head-title::after {
  content: '';
  position: absolute;
  top: -19%;
  height: 100px;
  width: 40px;
}

.thumbnail__box--head-title::before {
  left: 0;
  background: url("./../../campaign/img/main/big-arrow-left-min.png") center/contain no-repeat;
}

.thumbnail__box--head-title::after {
  right: 0;
  background: url("./../../campaign/img/main/big-arrow-right-min.png") center/contain no-repeat;
}

.thumbnail__box--body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thumbnail__box--body .thumbbox {
  width: 100%;
  max-width: 520px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.thumbnail__box--body .thumbbox--title {
  font: bold 18px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px;
}

.thumbnail__box--body .thumbbox--img {
  width: 100%;
  margin-bottom: 5px;
}

.thumbnail__box--body .thumbbox--img img {
  display: block;
  width: 100%;
  height: auto;
}

.thumbnail__box--body .thumbbox--note {
  font: bold 16px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #666;
}

.thumbnail__box--body-center_note {
  width: 100%;
  text-align: center;
  font: normal 20px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.Imagebox {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #A89050;
  background-color: #fff;
}

.Imagebox--img {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.Imagebox--img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.Imagebox--details {
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

.Imagebox--details-text {
  display: block;
  font: 900 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.Imagebox--details-btn {
  background-color: #666;
  border-bottom: 4px solid #222;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  margin: 10px auto 0;
  color: #fff;
  font: 500 28px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.Imagebox--details-btn.red_btn {
  background-color: #e60021;
  border-color: #cc0000;
}

.Imagebox--details-btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

/*-- FLEX FIELD --*/
.flex__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-- columns --*/
}

.flex__field .col__10 {
  width: 10%;
}

.flex__field .col__20 {
  width: 20%;
}

.flex__field .col__30 {
  width: 30%;
}

.flex__field .col__40 {
  width: 40%;
}

.flex__field .col__50 {
  width: 50%;
}

.flex__field .col__60 {
  width: 60%;
}

.flex__field .col__70 {
  width: 70%;
}

.flex__field .col__80 {
  width: 80%;
}

.flex__field .col__90 {
  width: 90%;
}

.flex__field .col__100 {
  width: 100%;
}

.flex__field .col__eql {
  width: 33.33%;
}

.flex__field .ai__ctr {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex__field .ai__t {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex__field .ai__b {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex__field .mb__40 {
  margin-bottom: 40px;
}

.flex__field .mb__50 {
  margin-bottom: 50px;
}

.flex__field .d__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex__field .d__flex .col__50 {
  width: 50%;
}

.flex__field .d__flex.ctr__i {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex__field .ff__illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.flex__field.p_13_img_01 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  width: 800px;
  margin: 0 auto;
}

.flex__field.p_13_img_01 .ff__object {
  position: relative;
  width: 100%;
  max-width: 340px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.flex__field.p_13_img_01 .ff__object:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.flex__field.p_13_img_01 .ff__object:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}

.flex__field.p_13_img_01 .ff__object .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.flex__field.p_13_img_01 .ff__object img {
  display: block;
  width: 100%;
  height: auto;
}

.flex__field.p_10_img_01 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 60px 30px;
}

.flex__field.p_11_ff_01 {
  margin-bottom: 50px;
}

.flex__field.p_07_ff_01 {
  position: relative;
  height: 100%;
}

.flex__field.p_09_ff_01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.flex__field.p_12_ff_01 {
  background-image: url("./../../assets/img/pc/pattern-1.png");
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  margin-bottom: 50px;
}

/*-- FLOAT FIELD --*/
.float__field {
  width: 100%;
}

.float__field::after {
  content: '';
  display: block;
  clear: both;
}

.float__field .fr {
  float: right;
}

.float__field.p_10_ff_01, .float__field.p_19_ff_01 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}

.float__field.p_18_ff_01 {
  width: 800px;
  margin: 0 auto;
}

/*-- TABLES --*/
.tables {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.tables table {
  margin-bottom: 20px;
}

.tables table:last-child {
  margin-bottom: 0;
}

.tables table thead tr th {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.tables table thead tr th.bg__2 {
  background-image: url("./../../assets/img/pc/pattern-1.png");
  background-color: #66bae6;
  color: #fff;
}

.tables table tbody tr {
  background-color: #f2f2f2;
}

.tables table tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}

.tables table tbody tr td {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  vertical-align: middle;
  border: 1px solid #fff;
}

.tables table tbody tr td.bg__2 {
  background-image: url("./../../assets/img/pc/pattern-1.png");
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  background-color: #66bae6;
  color: #fff;
}

.tables.p_10_tbl_01 table tbody tr td {
  border: none;
}

.tables.p_10_tbl_01 table tbody tr td:first-child {
  width: 150px;
  border-right: 2px solid #fff;
}

/*-- MEDIA CARD --*/
.media__card .mc__header {
  margin-bottom: 22px;
}

.media__card .mc__header .title__icon {
  text-align: center;
  margin-bottom: 14px;
}

.media__card .mc__header .title__icon img {
  display: inline-block;
}

.media__card .mc__header .title__icon img.radar {
  width: 32px;
  height: auto;
}

.media__card .mc__header .title__icon .mc__title {
  display: inline-block;
  font: normal 16px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0 10px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #0066ff;
}

.media__card .mc__header .mc__subtitle {
  display: block;
  text-align: center;
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.media__card .mc__header .mc__subtitle .emp {
  position: relative;
  display: inline-block;
  font: normal 20px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 8px;
  z-index: 1;
}

.media__card .mc__header .mc__subtitle .emp::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -5%;
  width: 110%;
  height: 10px;
  background-color: rgba(255, 255, 0, 0.4);
  z-index: -1;
}

.media__card .mc__body .mc__detail {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
}

.media__card .mc__body p {
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.media__card.p_11_mc_01 {
  width: 480px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
  background-color: rgba(117, 185, 228, 0.4);
}

.media__wrap {
  /*-- pages --*/
}

.media__wrap.p_07_mw_01 {
  width: 410px;
  float: right;
}

.media__wrap.p_07_mw_01::after {
  content: '';
  display: block;
  clear: both;
}

.media__wrap img, .media__wrap iframe {
  width: 100%;
  height: auto;
}

/*-- IMG BOX --*/
.img__box {
  width: 305px;
}

.img__box .ib__icon {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.img__box .ib__icon.p_20_ib_01 img {
  width: 155px;
}

.img__box .ib__icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.img__box .ib__content {
  width: 100%;
  margin-bottom: 50px;
}

.img__box .ib__content .ib__title {
  font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.img__box .ib__content .ib__details {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.text__img__box {
  position: relative;
  width: 290px;
  height: 510px;
  margin-bottom: 15px;
}

.text__img__box .tib__head {
  background-color: #fff;
  width: 100%;
  padding: 20px 0 0;
}

.text__img__box .tib__head .tib__title {
  text-align: center;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 20px;
}

.text__img__box .tib__head .tib__title .emp {
  font: normal 20px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}

.text__img__box .tib__head .tib__image {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.text__img__box .tib__head .tib__image img {
  display: block;
  height: auto;
}

.text__img__box .tib__head .tib__image img.tib__img__01, .text__img__box .tib__head .tib__image img.tib__img__03 {
  width: 100%;
}

.text__img__box .tib__head .tib__image img.tib__img__02 {
  width: 235px;
  height: 115.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.text__img__box .tib__head .tib__image img.tib__img__03 {
  width: 165%;
  position: relative;
  left: -35%;
}

.text__img__box .tib__body {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 15px;
}

.text__img__box .tib__body .tib__details {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}

.text__img__box .tib__btn__link {
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #666;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.text__img__box .tib__btn__link:hover {
  background-color: #0652c5;
}

.text__img__box .tib__btn__link .btn__text {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
}

/*-- TEXT ACCORDION --*/
.text__accordion {
  width: 100%;
  margin: 0 auto 100px;
}

.text__accordion--head {
  position: relative;
  width: 100%;
}

.text__accordion--head-title {
  text-align: center;
  font: 600 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.text__accordion--head-note {
  text-align: center;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #e60021;
  margin-bottom: 35px;
}

.text__accordion--head-note a {
  text-decoration: underline;
  text-underline-position: under;
}

.text__accordion--head-btn {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text__accordion--head-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #595757;
  z-index: -1;
}

.text__accordion--head-btn .accordion__btn {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 20px 5px 20px;
  z-index: 100;
  cursor: pointer;
}

.text__accordion--head-btn .accordion__btn.active .accordion__btn--arrow::before {
  top: 2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
       transform: rotate(135deg);
}

.text__accordion--head-btn .accordion__btn--text {
  display: inline-block;
  font: normal 16.5px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #595757;
  margin-right: 5px;
}

.text__accordion--head-btn .accordion__btn--arrow {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #595757;
  background-color: #fff;
}

.text__accordion--head-btn .accordion__btn--arrow::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  margin: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
}

.text__accordion--body {
  position: relative;
  width: 100%;
  display: none;
}

.text__accordion--body .text__box {
  width: 100%;
  border: none;
  padding: 25px 20px 25px;
  margin-bottom: 0;
}

/*-- IMAGE CARD --*/
.img__card {
  width: 100%;
  max-width: 290px;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

.img__card .ic__head {
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
}

.img__card .ic__head .ich__text {
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.img__card .ic__head .ich__text__emp {
  font: 400 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 4px;
}

/*-- IMAGES --*/
.img__wrap {
  width: 100%;
}

.img__wrap.p_top_img_01 {
  width: 100%;
  max-width: 580px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
       transform: translateX(20px);
  -webkit-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -o-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  transition: 1.2s cubic-bezier(0, 0, 0, 1);
}

.img__wrap.p_top_img_01.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
}

.img__wrap.p_top_img_02 {
  width: 50%;
  max-width: 260px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -o-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  transition: 1.2s cubic-bezier(0, 0, 0, 1);
}

.img__wrap.p_top_img_02.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
  -webkit-transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
  -o-transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
  -moz-transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
  transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
}

.img__wrap.p_07_img_01 {
  width: 612.5px;
  margin: 50px 0;
}

.img__wrap.p_07_img_02 {
  width: 328.5px;
  margin-bottom: 45px;
}

.img__wrap.p_07_img_03 {
  width: 375px;
  float: right;
}

.img__wrap.p_07_img_03::after {
  content: '';
  display: block;
  clear: both;
}

.img__wrap.p_07_img_04 {
  width: 310px;
  margin-bottom: 20px;
}

.img__wrap.p_07_img_05, .img__wrap.p_07_img_06, .img__wrap.p_07_img_07 {
  width: 100%;
  height: auto;
}

.img__wrap.p_09_img_01 {
  width: 100%;
  max-width: 480px;
  margin-bottom: 35px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.img__wrap.p_09_img_01:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}

.img__wrap.p_10_img_01 {
  float: right;
  width: 315px;
}

.img__wrap.p_10_img_02 {
  float: right;
  margin-top: 20px;
  width: 660.5px;
  height: auto;
}

.img__wrap.p_10_img_03 {
  width: 390px;
}

.img__wrap.p_10_img_04 {
  width: 535px;
}

.img__wrap.p_10_img_05 {
  width: 900px;
  margin: 50px auto;
}

.img__wrap.p_10_img_06 {
  width: 600px;
  margin: 50px auto;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.img__wrap.p_10_img_06:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.img__wrap.p_11_img_01 {
  width: 380px;
  float: right;
}

.img__wrap.p_11_img_02 {
  width: 300px;
  height: auto;
}

.img__wrap.p_11_img_02 p {
  font: normal 16px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.img__wrap.p_12_img_01 {
  width: 370px;
  height: auto;
}

.img__wrap.p_12_img_05 {
  width: 100%;
  height: auto;
}

.img__wrap.p_14_img_01 {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 710px;
  z-index: 1;
}

.img__wrap.p_15_img_01 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.img__wrap.p_16_img_01 {
  width: 777.5px;
  margin: 0 auto;
}

.img__wrap.p_17_img_01 {
  width: 700px;
  margin: 0 auto 50px;
}

.img__wrap.p_17_img_02, .img__wrap.p_17_img_03 {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  width: 540px;
  height: 425px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

.img__wrap.p_17_img_02 img, .img__wrap.p_17_img_03 img {
  display: block;
  margin: 0 auto;
  width: 500px;
}

.img__wrap.p_18_img_01 {
  width: 800px;
  margin: 0 auto 15px;
}

.img__wrap.p_18_img_02 {
  margin-top: 45px;
}

.img__wrap.p_18_img_03 {
  margin-bottom: 45px;
}

.img__wrap.p_19_img_01, .img__wrap.p_19_img_02 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 35px;
}

.img__wrap.p_20_img_01 {
  width: 599.5px;
  margin: 0 auto;
}

.img__wrap .img__title {
  font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.img__wrap img {
  width: 100%;
  height: auto;
}

/*-- Iframe --*/
.ifreame__wrap {
  width: 100%;
}

.ifreame__wrap.iframe_p_12_01 {
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  min-height: 500px;
  position: relative;
  left: -30px;
}

/*-- RED TEXT BUTTON --*/
.page__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 70px 25px 30px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.page__button:hover {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.page__button:hover .btn__arrow {
  -webkit-animation: slideLeft 1.1s ease infinite;
     -moz-animation: slideLeft 1.1s ease infinite;
       -o-animation: slideLeft 1.1s ease infinite;
          animation: slideLeft 1.1s ease infinite;
}

.page__button.pd__00 {
  padding: 0;
}

.page__button.red__btn {
  background-color: #e60021;
  border-bottom: 4px solid #cc0000;
}

.page__button.orange__btn {
  background-color: #ff9900;
  border-bottom: 4px solid #f08300;
}

.page__button.dark__orange__btn {
  background-color: #ff0000;
  border-bottom: 4px solid #d10202;
}

.page__button.blue__btn {
  background-color: #0068b7;
  border-bottom: 4px solid #00528e;
}

.page__button.gray__btn {
  background-color: #C9CACA;
  border-bottom: 4px solid #666;
}

.page__button.gray__btn .btn__title {
  color: #666;
}

.page__button.gray__btn .btn__arrow img {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}

.page__button.mb__100 {
  margin-bottom: 100px;
}

.page__button.mb__50 {
  margin-bottom: 50px;
}

.page__button.mb__30 {
  margin-bottom: 30px;
}

.page__button.mt__40 {
  margin-top: 40px;
}

.page__button.mt__50 {
  margin-top: 50px;
}

.page__button.mt__100 {
  margin-top: 100px;
}

.page__button .btn__title {
  display: block;
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.page__button .btn__subtitle {
  display: block;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
}

.page__button .btn__arrow {
  position: absolute;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  top: 45%;
  right: 30px;
  width: 14px;
  height: 15px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.page__button .btn__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.center__page__buttons {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px 0 100px;
}

.center__page__buttons.set__2 {
  margin: 0;
}

.center__page__buttons.set_3 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
}

.center__page__buttons.mt_0 {
  margin-top: 50px;
}

.center__page__buttons.mt__100 {
  margin-top: 100px;
}

.center__page__buttons.mb__50 {
  margin-bottom: 50px;
}

.center__page__buttons.mb__0 {
  margin: 0 auto 50px;
}

.center__page__buttons .cpb__title {
  width: 100%;
  position: relative;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

.center__page__buttons .cpb__title.set__2 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.center__page__buttons .cpb__title.mb__10 {
  margin-bottom: 10px;
}

.center__page__buttons .cpb__title.mb__15 {
  margin-bottom: 15px;
}

.center__page__buttons .cpb__title.with_icons {
  margin-bottom: 10px;
}

.center__page__buttons .cpb__title.with_icons.set_2 .cpb__text::before {
  background: url("./../../campaign/img/main/button-car-icon-2.png") center/contain no-repeat;
}

.center__page__buttons .cpb__title.with_icons.btn_width .cpb__text {
  min-width: 600px;
}

.center__page__buttons .cpb__title.with_icons .cpb__text {
  padding: 0 85px 0 107px;
  font: 500 22px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #323232;
}

.center__page__buttons .cpb__title.with_icons .cpb__text::before, .center__page__buttons .cpb__title.with_icons .cpb__text::after {
  content: '';
  position: absolute;
  height: 35.5px;
  z-index: 100;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.center__page__buttons .cpb__title.with_icons .cpb__text::before {
  width: 87px;
  left: 0px;
  background: url("./../../campaign/img/main/button-car-icon.png") center/contain no-repeat;
}

.center__page__buttons .cpb__title.with_icons .cpb__text::after {
  width: 64px;
  right: 0px;
  background: url("./../../campaign/img/main/button-manu-icon.png") center/contain no-repeat;
}

.center__page__buttons .cpb__title.with_icons .cpb__text.emp_txt {
  font-weight: bold;
  letter-spacing: 2px;
}

.center__page__buttons .cpb__title .cpb__text {
  position: relative;
  display: inline-block;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  font: 500 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.center__page__buttons .cpb__title .cpb__text.set__2 {
  font: 500 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.center__page__buttons .cpb__title .cpb__text.set__2::before, .center__page__buttons .cpb__title .cpb__text.set__2::after {
  background: #000;
}

.center__page__buttons .cpb__title .cpb__text.set__3 {
  font: 500 38px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.center__page__buttons .cpb__title .cpb__text.set__3::before, .center__page__buttons .cpb__title .cpb__text.set__3::after {
  width: 3px;
  background: #000;
}

.center__page__buttons .cpb__title .cpb__text.set__4 {
  font: 500 30px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 0 35px;
}

.center__page__buttons .cpb__title .cpb__text::before, .center__page__buttons .cpb__title .cpb__text::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #000;
  top: 0;
}

.center__page__buttons .cpb__title .cpb__text::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.center__page__buttons .cpb__title .cpb__text::after {
  right: 0;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}

.center__page__buttons .big__page__btn {
  width: 100%;
}

.center__page__buttons .big__page__btn.set__2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center__page__buttons .big__page__btn.set__2.center__btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center__page__buttons .big__page__btn.set__2 .page__button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 430px;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 55px 16px 30px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.center__page__buttons .big__page__btn.set__2 .page__button:hover {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.center__page__buttons .big__page__btn.set__2 .page__button:hover .btn__arrow {
  -webkit-animation: slideLeft 1.1s ease infinite;
     -moz-animation: slideLeft 1.1s ease infinite;
       -o-animation: slideLeft 1.1s ease infinite;
          animation: slideLeft 1.1s ease infinite;
}

.center__page__buttons .big__page__btn.set__2 .page__button.red__btn {
  background-color: #e60021;
  border-bottom: 4px solid #cc0000;
}

.center__page__buttons .big__page__btn.set__2 .page__button.orange__btn {
  background-color: #ff9900;
  border-bottom: 4px solid #f08300;
}

.center__page__buttons .big__page__btn.set__2 .page__button.blue__btn {
  background-color: #0068b7;
  border-bottom: 4px solid #00528e;
}

.center__page__buttons .big__page__btn.set__2 .page__button.gray__btn {
  background-color: #C9CACA;
  border-bottom: 4px solid #888888;
}

.center__page__buttons .big__page__btn.set__2 .page__button.set__2 {
  padding: 16px 70px 16px 30px;
}

.center__page__buttons .big__page__btn.set__2 .page__button.set__3 {
  padding: 25px 70px 25px 30px;
}

.center__page__buttons .big__page__btn.set__2 .page__button.mb__100 {
  margin-bottom: 100px;
}

.center__page__buttons .big__page__btn.set__2 .page__button.mb__50 {
  margin-bottom: 50px;
}

.center__page__buttons .big__page__btn.set__2 .page__button.mb__30 {
  margin-bottom: 30px;
}

.center__page__buttons .big__page__btn.set__2 .page__button.mt__50 {
  margin-top: 50px;
}

.center__page__buttons .big__page__btn.set__2 .page__button .btn__title {
  display: block;
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.center__page__buttons .big__page__btn.set__2 .page__button .btn__title.set__2 {
  margin-top: 12px;
}

.center__page__buttons .big__page__btn.set__2 .page__button .btn__subtitle {
  display: block;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
}

.center__page__buttons .big__page__btn.set__2 .page__button .btn__subtitle.set__2 {
  font-weight: 600;
}

.center__page__buttons .big__page__btn.set__2 .page__button .btn__arrow {
  position: absolute;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  top: 5px;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 14px;
  height: 15px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.center__page__buttons .big__page__btn.set__2 .page__button .btn__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.center__page__buttons .big__page__btn .page__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 70px 25px 30px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
  /*-- CURVE --*/
}

.center__page__buttons .big__page__btn .page__button.set__2 {
  padding: 16px 70px 16px 30px;
}

.center__page__buttons .big__page__btn .page__button.set__3 {
  padding: 14px 70px 13px 30px;
  text-align: center;
}

.center__page__buttons .big__page__btn .page__button.set__3.no_arrow {
  padding: 14px 30px 13px;
}

.center__page__buttons .big__page__btn .page__button.set__3 .btn__title {
  font-size: 20px;
  -webkit-transform: perspective(1px) translateY(4px);
  -ms-transform: perspective(1px) translateY(4px);
  -moz-transform: perspective(1px) translateY(4px);
       transform: perspective(1px) translateY(4px);
}

.center__page__buttons .big__page__btn .page__button.set__3 .btn__title img {
  -webkit-transform: perspective(1px) translateY(-4px);
  -ms-transform: perspective(1px) translateY(-4px);
  -moz-transform: perspective(1px) translateY(-4px);
       transform: perspective(1px) translateY(-4px);
}

.center__page__buttons .big__page__btn .page__button:hover {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.center__page__buttons .big__page__btn .page__button:hover .btn__arrow {
  -webkit-animation: slideLeft 1.1s ease infinite;
     -moz-animation: slideLeft 1.1s ease infinite;
       -o-animation: slideLeft 1.1s ease infinite;
          animation: slideLeft 1.1s ease infinite;
}

.center__page__buttons .big__page__btn .page__button.red__btn {
  background-color: #e60021;
  border-color: #cc0000;
  /*border-bottom: 4px solid $red_2;*/
}

.center__page__buttons .big__page__btn .page__button.lightorange__btn {
  background-color: #fff;
  border: 2px solid #f08300;
  border-bottom: 4px solid #f08300;
}

.center__page__buttons .big__page__btn .page__button.lightorange__btn .btn__title {
  color: #f08300;
}

.center__page__buttons .big__page__btn .page__button.orange__btn {
  background-color: #ff9900;
  border-bottom: 4px solid #f08300;
}

.center__page__buttons .big__page__btn .page__button.dark__orange__btn {
  background-color: #ff0000;
  border-bottom: 4px solid #d10202;
}

.center__page__buttons .big__page__btn .page__button.blue__btn {
  background-color: #0068b7;
  border-bottom: 4px solid #00528e;
}

.center__page__buttons .big__page__btn .page__button.navyblue__btn {
  background-color: #054C9E;
  border-bottom: 4px solid #102355;
}

.center__page__buttons .big__page__btn .page__button.green__btn {
  background-color: #AACC03;
  border-bottom: 4px solid #5FA124;
}

.center__page__buttons .big__page__btn .page__button.light_gray {
  background-color: #E1E1E1;
  border-bottom: 4px solid #323232;
}

.center__page__buttons .big__page__btn .page__button.light_gray .btn__title {
  color: #444;
}

.center__page__buttons .big__page__btn .page__button.light_gray .btn__arrow img {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.center__page__buttons .big__page__btn .page__button.gray__btn {
  background-color: #C9CACA;
  border-bottom: 4px solid #444;
}

.center__page__buttons .big__page__btn .page__button.gray__btn .btn__title {
  color: #444;
}

.center__page__buttons .big__page__btn .page__button.gray__btn .btn__arrow img {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.center__page__buttons .big__page__btn .page__button.curve__btn {
  position: relative;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  background-color: #00A0E6;
  border-bottom: 4px solid #0652c5;
  padding: 15px 70px 15px 110px;
}

.center__page__buttons .big__page__btn .page__button.curve__btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  height: 40px;
  width: 58px;
  background: url("./../img/main/button-voice.png") center/contain no-repeat;
  z-index: 100;
}

.center__page__buttons .big__page__btn .page__button.mb__100 {
  margin-bottom: 100px;
}

.center__page__buttons .big__page__btn .page__button.mb__70 {
  margin-bottom: 70px;
}

.center__page__buttons .big__page__btn .page__button.mb__50 {
  margin-bottom: 50px;
}

.center__page__buttons .big__page__btn .page__button.mb__0 {
  margin-bottom: 0;
}

.center__page__buttons .big__page__btn .page__button.mb__30 {
  margin-bottom: 30px;
}

.center__page__buttons .big__page__btn .page__button.mt__50 {
  margin-top: 50px;
}

.center__page__buttons .big__page__btn .page__button.mt__40 {
  margin-top: 40px;
}

.center__page__buttons .big__page__btn .page__button.mt__20 {
  margin-top: 20px;
}

.center__page__buttons .big__page__btn .page__button.mt__100 {
  margin-top: 100px;
}

.center__page__buttons .big__page__btn .page__button .btn__title {
  display: block;
  font: 600 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.center__page__buttons .big__page__btn .page__button .btn__title img {
  display: inline-block;
  width: auto;
  height: 50px;
  margin: 0 5px;
}

.center__page__buttons .big__page__btn .page__button .btn__subtitle {
  display: block;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
}

.center__page__buttons .big__page__btn .page__button .btn__arrow {
  position: absolute;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  top: 45%;
  right: 30px;
  width: 14px;
  height: 15px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.center__page__buttons .big__page__btn .page__button .btn__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.center__page__buttons .page__button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 50px 25px 30px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.center__page__buttons .page__button:hover {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.center__page__buttons .page__button:hover .btn__arrow {
  -webkit-animation: slideLeft 1.1s ease infinite;
     -moz-animation: slideLeft 1.1s ease infinite;
       -o-animation: slideLeft 1.1s ease infinite;
          animation: slideLeft 1.1s ease infinite;
}

.center__page__buttons .page__button.red__btn {
  background-color: #e60021;
  border-bottom: 4px solid #cc0000;
}

.center__page__buttons .page__button.orange__btn {
  background-color: #ff9900;
  border-bottom: 4px solid #f08300;
}

.center__page__buttons .page__button.navyblue__btn {
  background-color: #054C9E;
  border-bottom: 4px solid #102355;
}

.center__page__buttons .page__button.blueGreen__btn {
  background-color: #00A79E;
  border-bottom: 4px solid #007B9E;
}

.center__page__buttons .page__button.darkGreen__btn {
  background-color: #1EC800;
  border-bottom: 4px solid #006E00;
}

.center__page__buttons .page__button.big_center {
  padding: 21px 50px 21px 25px;
}

.center__page__buttons .page__button.big_center.ver__2 {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

.center__page__buttons .page__button.big_center.ver__2 .btn__title {
  line-height: 1.4;
}

.center__page__buttons .page__button.big_center .btn__title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.center__page__buttons .page__button.big_center .btn__title.ltr__1 {
  letter-spacing: -6px;
}

.center__page__buttons .page__button.big_center .btn__title.fw__bold {
  font-weight: bold;
}

.center__page__buttons .page__button.mb__100 {
  margin-bottom: 100px;
}

.center__page__buttons .page__button.mb__50 {
  margin-bottom: 50px;
}

.center__page__buttons .page__button.mt__50 {
  margin-top: 50px;
}

.center__page__buttons .page__button .btn__title {
  display: block;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.center__page__buttons .page__button .btn__subtitle {
  display: block;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
}

.center__page__buttons .page__button .btn__arrow {
  position: absolute;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  top: 40%;
  right: 25px;
  width: 12px;
  height: 15px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.center__page__buttons .page__button .btn__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.center__page__buttons .plain__button {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.center__page__buttons .plain__button.set__2 {
  font: bold 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 5px;
  letter-spacing: 1px;
}

.center__page__buttons .plain__button.mb__50 {
  margin-bottom: 50px;
}

/*-- PAGE LOGO BUTTON --*/
.page__logo__button {
  background-color: #fff;
  padding: 80px 0;
}

.page__logo__button .honda__logo__display {
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.page__logo__button .honda__logo__display .image__wrapper {
  width: 450px;
  text-align: center;
}

.page__logo__button .honda__logo__display .image__wrapper:hover .logo {
  border-color: #00A0E6;
}

.page__logo__button .honda__logo__display .image__wrapper:hover .img__title {
  color: #00A0E6;
}

.page__logo__button .honda__logo__display .image__wrapper .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  height: 65px;
  border: 1px solid #a0a0a0;
  margin-bottom: 12px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.page__logo__button .honda__logo__display .image__wrapper .logo img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.page__logo__button .honda__logo__display .image__wrapper .img__title {
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

/*-- PAGE BUTTON --*/
.page__buttons {
  background-color: #fff;
  padding: 80px 0;
}

.page__buttons .honda__logo__display {
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.page__buttons .honda__logo__display .image__wrapper {
  width: 450px;
  text-align: center;
}

.page__buttons .honda__logo__display .image__wrapper:hover .logo {
  border-color: #00A0E6;
}

.page__buttons .honda__logo__display .image__wrapper:hover .img__title {
  color: #00A0E6;
}

.page__buttons .honda__logo__display .image__wrapper .logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  border: 1px solid #a0a0a0;
  margin-bottom: 12px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.page__buttons .honda__logo__display .image__wrapper .logo img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.page__buttons .honda__logo__display .image__wrapper .img__title {
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.fullpage__button {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-bottom: 100px;
}

.fullpage__button__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 465px;
  height: 70px;
  background-color: rgba(35, 24, 21, 0.6);
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  color: #fff;
  font: bold 22px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.fullpage__button__link::before, .fullpage__button__link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.fullpage__button__link::before {
  height: 44px;
  width: 44px;
  right: 14px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
}

.fullpage__button__link::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 31px;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}

.fullpage__button__link:hover {
  background-color: red;
}

.fullpage__button__link:hover::before {
  background-color: #fff;
}

.fullpage__button__link:hover::after {
  border-color: red;
}

.fullpage__button__toTop {
  width: 16px;
  height: 100px;
  margin: 0 40px;
  background: url("./../../campaign/img/main/back-to-top.png") center/contain no-repeat;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: perspective(1px);
     -moz-transform: perspective(1px);
          transform: perspective(1px);
}

.fullpage__button__toTop:hover {
  -webkit-transform: perspective(1px) translateY(5px);
     -moz-transform: perspective(1px) translateY(5px);
          transform: perspective(1px) translateY(5px);
}

/*-- EXTRAS -*/
/*-- PRE LOADER --*/
.loader {
  position: fixed;
  background-color: #131426;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}

.loader .reveal__img {
  height: 338px;
  width: 282px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader .reveal__img .slide__text {
  height: 0%;
  width: 100%;
  overflow: hidden;
  -webkit-animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
     -moz-animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
       -o-animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
          animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
}

.loader .reveal__img .slide__text img {
  width: 100%;
  height: auto;
  display: block;
}

/*-- common text arrow --*/
.arrow__link {
  display: inline-block;
}

.arrow__link.header__link {
  width: 336px;
  margin-left: 87.5px;
}

.arrow__link.v__black .al__text {
  color: #000;
}

.arrow__link.v__black .al__arrow::before, .arrow__link.v__black .al__arrow::after {
  border-color: #000;
}

.arrow__link:hover .al__arrow {
  -webkit-transform: translateX(20px);
     -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
       -o-transform: translateX(20px);
          transform: translateX(20px);
}

.arrow__link .al__text {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
}

.arrow__link .al__arrow {
  position: relative;
  display: inline-block;
  width: 77px;
  height: 12px;
  -webkit-transition: all 1s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: all 1s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -moz-transition: all 1s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: all 1s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -webkit-transition: 1s ease;
  -ms-transition: 1s ease;
}

.arrow__link .al__arrow::before, .arrow__link .al__arrow::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #fff;
}

.arrow__link .al__arrow::before {
  left: 0;
  bottom: 0;
  width: 100%;
}

.arrow__link .al__arrow::after {
  width: 15px;
  bottom: 6px;
  right: -1px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*-- TEXT --*/
.text__field {
  width: 100%;
  /*-- pages --*/
  /*-- LP --*/
  /*-- lp text --*/
  /*-- lp textbox --*/
  /*-- lp page title --*/
  /*-- lp big center text --*/
  /*-- big icon title --*/
  /*-- white box --*/
}

.text__field.text__ctr {
  text-align: center;
}

.text__field.mt__-40 {
  position: relative;
  margin-top: -40px;
  z-index: 100;
}

.text__field.mt__10 {
  margin-top: 10px;
}

.text__field.mt__20 {
  margin-top: 20px;
}

.text__field.mt__30 {
  margin-top: 30px;
}

.text__field.mt__40 {
  margin-top: 40px;
}

.text__field.mb__20 {
  margin-bottom: 20px;
}

.text__field.mb__40 {
  margin-bottom: 40px;
}

.text__field.mb__50 {
  margin-bottom: 50px;
}

.text__field.mb__60 {
  margin-bottom: 60px;
}

.text__field.mb__70 {
  margin-bottom: 70px;
}

.text__field.mb__80 {
  margin-bottom: 80px;
}

.text__field.mb__100 {
  margin-bottom: 100px;
}

.text__field.mb__big {
  margin-bottom: 200px;
}

.text__field p {
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field p.f__11 {
  font: 500 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field p.f__13 {
  font: 500 13px/1.8 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field p.f__14 {
  font: 500 14px/1.8 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field p.f__16 {
  font: 500 16px/1.8 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field p.f__24 {
  font: 500 24px/1.8 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field p.mb__20 {
  margin-bottom: 20px;
}

.text__field p.mb__40 {
  margin-bottom: 40px;
}

.text__field p .text__link {
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.text__field p .text__link:hover {
  opacity: 0.8;
}

.text__field ul {
  margin-bottom: 20px;
}

.text__field ul.bullet__list {
  width: 100%;
}

.text__field ul.bullet__list li {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23px;
}

.text__field ul.bullet__list li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 11px;
  height: 2px;
  width: 2px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #000;
}

.text__field ul.bullet__list li p {
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul.cube__list li {
  position: relative;
  width: 100%;
  min-height: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
}

.text__field ul.cube__list li .cube__icon {
  position: absolute;
  top: 0;
  left: 0;
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul.cube__list li p {
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul.asterisk__list {
  width: 100%;
}

.text__field ul.asterisk__list.set__2 li {
  padding-left: 25px;
}

.text__field ul.asterisk__list.set__2 li .al__icon {
  left: 0;
}

.text__field ul.asterisk__list li {
  position: relative;
  width: 100%;
  min-height: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23px;
}

.text__field ul.asterisk__list li.big__text {
  padding-left: 35px;
}

.text__field ul.asterisk__list li.big__text .al__icon {
  top: 0;
  font: normal 25px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul.asterisk__list li.big__text p {
  font: normal 25px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul.asterisk__list li .al__icon {
  position: absolute;
  top: 0;
  left: 7px;
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul.asterisk__list li p {
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul.bigdot__list {
  width: 100%;
}

.text__field ul.bigdot__list li {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  min-height: 16px;
}

.text__field ul.bigdot__list li::after {
  content: '';
  display: block;
  clear: both;
}

.text__field ul.bigdot__list li .li__icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.text__field ul.bigdot__list li p {
  font: 300 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul li p.f__14 {
  font: normal 14px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul li p.f__14.sp__set {
  font: normal 14px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul li p.f__14.sp__set span {
  font: normal 14px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul li p.f__14 span {
  font: normal 14px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field ul li p.f__14 span.emp {
  font-weight: bold;
}

.text__field ul.mb__0 {
  margin-bottom: 0;
}

.text__field.p_14_tf_01 .tf__title {
  font: normal 35px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 100;
}

.text__field.p_14_tf_01 p {
  font: normal 13px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.text__field .content__center__text {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.text__field .content__center__text.set__2 {
  border: 1px solid #000;
}

.text__field .content__center__text.set__2 p {
  padding: 6px;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}

.text__field .content__center__text p {
  padding: 10px;
  font: normal 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
}

.text__field .lp__center__text {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border-top: 3px solid #0066ff;
  border-bottom: 3px solid #0066ff;
  text-align: center;
  margin: 30px 0 50px;
}

.text__field .lp__center__text.no_lines {
  border: none;
  margin: 0 0 20px;
}

.text__field .lp__center__text.no_lines p, .text__field .lp__center__text.no_lines a {
  color: #333;
}

.text__field .lp__center__text.mt__50 {
  margin-top: 50px;
}

.text__field .lp__center__text.set__2 {
  border-color: #4b4493;
}

.text__field .lp__center__text.set__2 p, .text__field .lp__center__text.set__2 a {
  color: #4b4493;
}

.text__field .lp__center__text.set__3 {
  border-color: #00734d;
}

.text__field .lp__center__text.set__3 p, .text__field .lp__center__text.set__3 a {
  color: #00734d;
}

.text__field .lp__center__text.set__4 {
  border-color: #F4A000;
}

.text__field .lp__center__text.set__4 p, .text__field .lp__center__text.set__4 a {
  color: #F4A000;
}

.text__field .lp__center__text p, .text__field .lp__center__text a {
  font: 500 20px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  color: #0066ff;
}

.text__field .lp__center__text p a:hover, .text__field .lp__center__text p a:active, .text__field .lp__center__text a a:hover, .text__field .lp__center__text a a:active {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.text__field .lp__text.mb__10 {
  margin-bottom: 10px;
}

.text__field .lp__text.mb__20 {
  margin-bottom: 20px;
}

.text__field .lp__text.mb__50 {
  margin-bottom: 50px;
}

.text__field .lp__text.text__ctr {
  text-align: center;
}

.text__field .lp__text.text__ctr p {
  display: inline-block;
  font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0 20px 20px;
  letter-spacing: 0.5px;
}

.text__field .lp__text.text__ctr p.f_12 {
  font-size: 12px;
}

.text__field .lp__text p {
  font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.u-textNoto {
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.text__field .lp__text p a.emp_black {
  font-weight: bold;
  color: #000;
}

.text__field .lp__text p a:hover {
  opacity: 0.8;
}

.text__field .lp__text p.mb__0 {
  margin-bottom: 0;
}

.text__field .lp__text p.emp__box {
  background-color: #595757;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 15px;
  font: 500 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  display: block;
  text-align: center;
}

.text__field .lp__text p.emp__box.u-boxBold {
  font-weight: bold;
}

.text__field .lp__text p.emp__box.blue__bg {
  background-color: #0075C1;
}

.text__field .lp__text p.f__10 {
  font: 500 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__10.fw__300 {
  font-weight: 300;
}

.text__field .lp__text p.f__10.sp__set {
  font: 500 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__10.sp__set span {
  font: 500 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__10 span {
  font: 500 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__10 span.emp {
  font-weight: bold;
}

.text__field .lp__text p.f__12 {
  font: 500 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__12.sp__set {
  font: 500 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__12.sp__set span {
  font: 500 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__12 span {
  font: 500 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__12 span.emp {
  font-weight: bold;
}

.text__field .lp__text p.f__14 {
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__14.sp__set {
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__14.sp__set span {
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__14 span {
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__14 span.emp {
  font-weight: bold;
}

.text__field .lp__text p.f__18 {
  font: 500 18px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.f__22 {
  font: 500 22px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
}

.text__field .lp__text p.big__text {
  font: 500 25px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text p.emp {
  font-weight: bold;
}

.text__field .lp__text p.f__10.lh_1-7, .text__field .lp__text p.f__12.lh_1-7, .text__field .lp__text p.f__14.lh_1-7 {
  line-height: 1.7;
}

.text__field .lp__text p.f__10.lh_1-7 span, .text__field .lp__text p.f__12.lh_1-7 span, .text__field .lp__text p.f__14.lh_1-7 span {
  line-height: 1.7;
}

.text__field .lp__text p span.emp {
  font-weight: bold;
}

.text__field .lp__text p span.emp__500 {
  font-weight: 500;
}

.text__field .lp__text p span.emp__900 {
  font-weight: 900;
}

.text__field .lp__text__box {
  margin: 15px 0;
  width: 100%;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
}

.text__field .lp__text__box.border_2 {
  border-width: 2px;
}

.text__field .lp__text__box.set__2 {
  text-align: left;
}

.text__field .lp__text__box.set__3 {
  padding: 12px 12px 10px;
  text-align: left;
}

.text__field .lp__text__box p {
  font: 500 15px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text__box p.f__14 {
  font: 500 14px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text__box p.f__12 {
  font: 400 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text__box p.f__11 {
  font: 400 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text__box p.f__10 {
  font: 400 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__field .lp__text__box.v__red {
  border-color: #e60021;
}

.text__field .lp__text__box.v__red p {
  color: #e60021;
}

.text__field .lp__text__box a {
  text-decoration: underline;
  text-underline-position: under;
}

.text__field .lp__page__title {
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 30px 0 10px;
  width: 100%;
}

.text__field .lp__page__title.set__2 {
  text-align: right;
  padding: 30px 0 40px;
}

.text__field .lp__page__title.set__3 {
  padding: 10px 0;
}

.text__field .lp__page__title.mb__50 {
  margin-bottom: 50px;
}

.text__field .lp__big__center__text {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  font: 500 30px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
}

.text__field .lp__big__center__text.ta_left {
  text-align: left;
}

.text__field .lp__big__center__text.bigger {
  font: 500 40px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 4px;
  color: #555;
}

.text__field .lp__big__center__text.dynamic__text {
  color: #555;
  margin-bottom: 20px;
}

.text__field .lp__big__center__text.dynamic__text .emp {
  font-size: 45px;
  font-weight: 500;
}

.text__field .lp__big__center__text.emp {
  font-weight: bold;
  color: #555;
}

.text__field .lp__big__center__text.mb__20 {
  margin-bottom: 20px;
}

.text__field .big__icon__title {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 180px;
}

.text__field .big__icon__title::before {
  content: '';
  position: absolute;
  top: -60%;
  left: 0;
  height: 150px;
  width: 150px;
  background: url("./../../campaign/img/lp_29/lp-29-img-04-min.png") center/contain no-repeat;
}

.text__field .big__icon__title--text {
  font: 500 48px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 9px;
  color: #0075C1;
}

.text__field .white__box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  margin: 15px 0;
  text-align: center;
}

.text__field .white__box p {
  font: 600 24px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.wow_title {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0 40px;
}

.wow_title--text {
  position: relative;
  display: inline-block;
  min-width: 650px;
  margin: auto;
  font: 600 55px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  color: #000;
}

.wow_title--text.set__2::before, .wow_title--text.set__2::after {
  display: none;
}

.wow_title--text.bigger {
  font-size: 65px;
}

.wow_title--text::before, .wow_title--text::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #000;
  height: 90%;
  width: 4px;
}

.wow_title--text::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.wow_title--text::after {
  right: 0;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}

.redlane_text {
  background-color: #CA0915;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}

.redlane_text p {
  font: 500 24px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.text__box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a0a0a0;
  padding: 50px 60px;
  width: 900px;
  margin: 0 auto 50px;
}

.text__box.set__2 {
  padding: 20px 0;
}

.text__box.mt__100 {
  margin-top: 100px;
}

.text__box .tb__title {
  font: normal 15px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.text__box .tb__list {
  width: 100%;
  display: block;
}

.text__box .tb__list li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.text__box .tb__list.cube li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

.text__box .tb__list.cube li.red__cube::before {
  background-color: #e60021;
}

.text__box .tb__list.cube li::before {
  content: '';
  position: absolute;
  background-color: #000;
  top: 6px;
  left: 0;
  height: 10px;
  width: 10px;
}

.text__box .tb__list.cube li p {
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__box .tb__list.big__circle li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

.text__box .tb__list.big__circle li.red__cube::before {
  background-color: #e60021;
}

.text__box .tb__list.big__circle li::before {
  content: '';
  position: absolute;
  background-color: #000;
  top: 6px;
  left: 0;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.text__box .tb__list.big__circle li p {
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.text__box p {
  font: normal 14px/1.8 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.blue__txt {
  color: #00A0E6;
}

.blueGreen__txt {
  color: #00A79E;
}

.red__text {
  color: #e60021;
}

.gray__text {
  color: #666;
}

.clearfix {
  height: 0;
  width: 100%;
  display: block;
  clear: both;
}

/*-- display flex --*/
.as__fe {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/*-- Floats --*/
.fr {
  float: right;
}

/*-- GOOGLE MAP FIELD --*/
.google__map__controller {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 936px;
  /*-- gmap api --*/
}

.google__map__controller .googlemap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google__map__controller .googlemap IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
}

.google__map__controller .gmap__sidebar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 402px;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
  -webkit-box-shadow: 5px 0 6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 5px 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 0 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3, 1);
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
}

.google__map__controller .gmap__sidebar.close {
  left: -372px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3, 1);
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3, 1);
}

.google__map__controller .gmap__sidebar .gs__head {
  position: relative;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}

.google__map__controller .gmap__sidebar .gs__head::after {
  content: '';
  display: block;
  clear: both;
}

.google__map__controller .gmap__sidebar .gs__head .gs__tab {
  background-color: #666;
  width: 49.5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

.google__map__controller .gmap__sidebar .gs__head .gs__tab:hover {
  background-color: #444;
}

.google__map__controller .gmap__sidebar .gs__head .gs__tab.active {
  background-color: #000;
}

.google__map__controller .gmap__sidebar .gs__head .gs__tab p {
  font: normal 13px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.google__map__controller .gmap__sidebar .gs__head .toggle__map__control {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background-color: #000;
}

.google__map__controller .gmap__sidebar .gs__head .toggle__map__control.close .gmc__arrow {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -5px;
  border-color: #fff;
}

.google__map__controller .gmap__sidebar .gs__head .toggle__map__control:hover .gmc__arrow {
  border-color: #00A0E6;
}

.google__map__controller .gmap__sidebar .gs__head .toggle__map__control .gmc__arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.google__map__controller .gmap__sidebar .gs__body {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  padding-bottom: 50px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
  -moz-transition: 0s ease;
  transition: 0s ease;
  /*-- tab 1 --*/
  /*-- tab 2 --*/
}

.google__map__controller .gmap__sidebar .gs__body.close {
  padding: 0;
  height: 0;
  -webkit-transition: 0s ease .4s;
  -o-transition: 0s ease .4s;
  -moz-transition: 0s ease .4s;
  transition: 0s ease .4s;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search {
  width: 100%;
  margin-bottom: 20px;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field {
  position: relative;
  background-color: #fff;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .search__input {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 75px 10px 15px;
  font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 0;
  outline: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__clr__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  width: 17px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  opacity: 0;
  outline: none;
  -webkit-transition: .4s ease .5s;
  -o-transition: .4s ease .5s;
  -moz-transition: .4s ease .5s;
  transition: .4s ease .5s;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__clr__btn.visible {
  right: 50px;
  opacity: 1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__clr__btn:hover, .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__clr__btn:active {
  background-color: #666;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__clr__btn::before, .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__clr__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background-color: #fff;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__clr__btn::before {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon:hover::before {
  top: 0;
  height: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon:hover::after {
  width: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::before, .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::after {
  content: '';
  position: absolute;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::before {
  background-color: #000;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::after {
  background-color: #00A0E6;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon img {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 17px;
  z-index: 1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.google__map__controller .gmap__sidebar .gs__body form {
  position: relative;
  height: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion {
  padding-top: 15px;
  margin-bottom: 40px;
  height: auto;
  height: 88%;
  overflow-y: auto;
  overflow-x: hidden;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #666;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion.open .a__head .a__icon img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion:first-child {
  border-top: 1px solid #666;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 50px 15px 0;
  cursor: pointer;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head:hover .a__icon img {
  opacity: 1;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head .ah__title {
  font: normal 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head .a__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head .a__icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 10px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
  opacity: 0.3;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body {
  display: none;
  background-color: #666;
  color: #fff;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul {
  background-color: #1b1b1b;
  width: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  border-bottom: 1px solid #666;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
  /*CHECK box*/
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li:first-child {
  border-top: 1px solid #666;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li:last-child {
  border-bottom: 0;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li .state {
  position: relative;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li .state label {
  text-indent: 1.8em;
}

.google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li p {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search__button {
  background-color: #666;
  width: 200px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  border: none;
  display: block;
  outline: none;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search__button:hover {
  background-color: #0652c5;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search__button img {
  display: inline-block;
  width: 17px;
  height: auto;
  vertical-align: top;
}

.google__map__controller .gmap__sidebar .gs__body .gs__search__button span {
  display: inline-block;
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-left: 5px;
  margin-top: 2px;
  color: #fff;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap {
  width: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0 20px;
  width: 100%;
  border-bottom: 1px solid #222;
  display: block;
  cursor: pointer;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list::before, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  height: 40px;
  width: 30px;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list::before {
  background: url("./../../img/pc/gmap-marker-min.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  display: block;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list::after {
  background: none;
  display: none;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list.active::before, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list.open::before {
  background: none;
  display: none;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list.active::after, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list.open::after {
  background: url("./../../img/pc/gmap-marker-active-min.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  display: block;
  -webkit-animation: bounceIn 1s infinite .2s;
     -moz-animation: bounceIn 1s infinite .2s;
       -o-animation: bounceIn 1s infinite .2s;
          animation: bounceIn 1s infinite .2s;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list:last-child {
  border-bottom: none;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head {
  position: relative;
  width: 100%;
  min-height: 45px;
  margin-bottom: 10px;
  width: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head::after {
  content: '';
  display: block;
  clear: both;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .gl__counter {
  position: absolute;
  top: 5px;
  width: 30px;
  text-align: center;
  font: normal 18px "Roboto", sans-serif;
  font-weight: 600;
  color: #000;
  z-index: 100;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .glh__text {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .nav__acc__btn {
  display: none;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body {
  width: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address {
  width: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address .glb__data {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address .glb__data:last-child {
  margin-bottom: 0;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address .glb__data .a__data, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address .glb__data .a__service {
  display: block;
  width: 100%;
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
  word-break: break-all;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address .glb__data .a__data {
  display: block;
  width: 100%;
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address .glb__data .a__service {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 12px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 0 6px;
  margin-bottom: 5px;
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}

.google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address .glb__data .a__service:last-child {
  border-right: 1px solid rgba(250, 250, 250, 0.2);
}

.google__map__controller .gmap__sidebar .gs__body .tab__container {
  position: absolute;
  background-color: #000;
  width: 342px;
  height: 88%;
  left: -420px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: 0.4s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: 0.4s cubic-bezier(0, 0, 0.3, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3, 1);
  overflow: hidden;
  padding-bottom: 100px;
}

.google__map__controller .gmap__sidebar .gs__body .tab__container.open {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1) 0.4s;
  -o-transition: 0.2s cubic-bezier(0, 0, 0.3, 1) 0.4s;
  -moz-transition: 0.2s cubic-bezier(0, 0, 0.3, 1) 0.4s;
  transition: 0.2s cubic-bezier(0, 0, 0.3, 1) 0.4s;
  left: 30px;
}

.google__map__controller .gmap__sidebar .gs__body .tab__container .tab__2__search__form {
  height: auto;
}

.google__map__controller .view__panel {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.google__map__controller .view__panel.open {
  display: block;
}

.google__map__controller .view__panel .data__display__panel {
  display: table;
  width: 100%;
  max-width: 800px;
  height: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 10px 60px 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 400px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.google__map__controller .view__panel .data__display__panel.centered {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.google__map__controller .view__panel .data__display__panel .close__btn {
  position: absolute;
  background-color: #000;
  top: 10px;
  right: 10px;
  height: 21px;
  width: 21px;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.google__map__controller .view__panel .data__display__panel .close__btn:hover {
  background-color: #0652c5;
}

.google__map__controller .view__panel .data__display__panel .close__btn:hover::before, .google__map__controller .view__panel .data__display__panel .close__btn:hover::after {
  background-color: #fff;
}

.google__map__controller .view__panel .data__display__panel .close__btn::before, .google__map__controller .view__panel .data__display__panel .close__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 60%;
  background-color: #999;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.google__map__controller .view__panel .data__display__panel .close__btn::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.google__map__controller .view__panel .data__display__panel .close__btn::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.google__map__controller .view__panel .data__display__panel .data__container {
  height: 650px;
  overflow-x: hidden;
  overflow-y: auto;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__head {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
  margin-bottom: 15px;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title {
  font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h1, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h2, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h3, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h4, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h5, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h6 {
  font: 500 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section {
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info {
  margin-bottom: 25px;
  padding-top: 10px;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul {
  display: block;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li {
  position: relative;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li label, .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li p, .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li a {
  font: normal 13px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 100;
  color: #fff;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li label {
  display: inline-block;
  vertical-align: top;
  /*margin-right: 5px;*/
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li p {
  display: inline-block;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .location__image {
  display: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list:last-child .btn__text {
  border-bottom: 0;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list:hover .btn__arrow {
  -webkit-animation: slideLeft_small 1s infinite .2s;
     -moz-animation: slideLeft_small 1s infinite .2s;
       -o-animation: slideLeft_small 1s infinite .2s;
          animation: slideLeft_small 1s infinite .2s;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list .btn__text {
  background-color: #000;
  position: relative;
  display: block;
  width: 100%;
  font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #666;
  padding: 15px 50px 15px 25px;
  margin-bottom: 0;
  cursor: pointer;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list .btn__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list .btn__arrow img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 9.5px;
  width: 8px;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section {
  width: 50%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section .location__images__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section .location__images__container .location__image {
  background-color: #666;
  position: relative;
  width: 47%;
  height: 110px;
  overflow: hidden;
  margin-bottom: 15px;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section .location__images__container .location__image:first-child {
  width: 100%;
  height: 250px;
  margin-bottom: 24px;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section .location__images__container .location__image:first-child .map__loc__text {
  display: block;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section .location__images__container .location__image img {
  display: block;
  width: 100%;
  height: auto;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section .location__images__container .location__image .map__loc__text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.8);
  text-align: center;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table {
  display: block;
  position: relative;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table {
  border-collapse: collapse;
  width: 100%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:first-child td {
  border-top: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:first-child td:first-child {
  border-left: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:first-child td:last-child {
  border: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:last-child td {
  border-bottom: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:last-child td:first-child {
  border-left: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:last-child td:last-child {
  border-right: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td {
  background-color: #999;
  border: 1px solid #aaa;
  font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 10px;
  text-align: center;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td p, .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td span {
  font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td.white__bg {
  background-color: #fff;
  color: #000;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(1), .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(2) {
  width: 12%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(5) {
  border-right: none;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(6) {
  font-size: 14px;
  font-weight: 500;
  width: 12%;
}

.google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td .blk__txt {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  background-color: #000;
}

/*-- cutom scroll --*/
.simplebar-track {
  width: 4px;
  background: rgba(250, 250, 250, 0.2);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.simplebar-track.vertical .simplebar-scrollbar {
  width: 4px;
  right: 0px;
}

.simplebar-track.vertical .simplebar-scrollbar::before {
  background: #fff;
}

.simplebar-track.horizontal {
  display: none;
}

/*-- LP STYLES --*/
.lp__kv__image {
  width: 100%;
  height: auto;
  display: block;
}

.lp__kv__image .inner__container {
  position: relative;
}

.lp__kv__image.mb__40 {
  margin-bottom: 40px;
}

.lp__kv__image.mb__170 {
  margin-bottom: 170px;
}

.lp__kv__image.set__2 {
  margin: 20px 0 50px;
}

.lp__kv__image.set__3 {
  margin: 0 0 80px;
}

.lp__kv__image.bg__blue {
  background-color: #0075C1;
}

.lp__kv__image .lp__kv__text {
  background-color: rgba(250, 250, 250, 0.9);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
  width: 100%;
  max-width: 80%;
  position: absolute;
  top: 28vh;
  z-index: 200;
}

.lp__kv__image .lp__kv__text .lkt__text {
  font: normal 30px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 15px 0 130px;
  letter-spacing: 4px;
}

.lp__kv__image .lp__kv__text .lkt__img {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  vertical-align: top;
}

.lp__text__field {
  position: relative;
}

.lp__text__field .stylish__content.set__2 .sc__header {
  margin-bottom: 30px;
}

.lp__text__field .stylish__content.set__2 .sc__header .sch__title {
  font: 400 75px/1.6 "Roboto", sans-serif;
  margin-right: 0;
  letter-spacing: 18px;
}

.lp__text__field .stylish__content.set__2 .sc__header .sch__subtitle {
  font: 500 30px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  top: -15px;
  margin-left: 25px;
  letter-spacing: 6px;
}

.lp__text__field .stylish__content.set__2 .sc__header::before, .lp__text__field .stylish__content.set__2 .sc__header::after {
  content: '';
  position: absolute;
  bottom: 30px;
  border-bottom: 2px solid #000;
}

.lp__text__field .stylish__content.set__2 .sc__header::before {
  right: 100%;
  width: 50%;
}

.lp__text__field .stylish__content.set__2 .sc__header::after {
  left: 0;
  width: 100%;
}

.lp__text__field .stylish__content.set__3 .sc__header {
  margin-bottom: 30px;
}

.lp__text__field .stylish__content.set__3 .sc__header .sch__title {
  font: 400 75px/1.6 "Roboto", sans-serif;
  margin-right: 0;
  letter-spacing: 18px;
}

.lp__text__field .stylish__content.set__3 .sc__header .sch__subtitle {
  font: 500 30px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  top: 0;
  margin-left: 25px;
  letter-spacing: 6px;
}

.lp__text__field .stylish__content.set__3 .sc__header::after {
  display: none;
}

.lp__text__field .stylish__content .sc__header {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: 48px;
  position: relative;
}

.lp__text__field .stylish__content .sc__header .sch__title {
  font: 400 60px/1.7 "Roboto", sans-serif;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 15px;
}

.lp__text__field .stylish__content .sc__header .sch__subtitle {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: inline-block;
  position: relative;
  top: -10px;
  letter-spacing: 2px;
}

.lp__text__field .stylish__content .sc__header::after {
  content: '';
  position: absolute;
  bottom: 27px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}

.lp__text__field .stylish__content .sc__body {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.lp__text__field .stylish__content .sc__body .sc__text {
  font: 500 25px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 8px;
  margin-bottom: 20px;
}

.lp__text__field .stylish__content .sc__body .page__button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 470px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 70px 14px 20px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.lp__text__field .stylish__content .sc__body .page__button:hover {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.lp__text__field .stylish__content .sc__body .page__button:hover .btn__arrow {
  -webkit-animation: slideLeft 1.1s ease infinite;
     -moz-animation: slideLeft 1.1s ease infinite;
       -o-animation: slideLeft 1.1s ease infinite;
          animation: slideLeft 1.1s ease infinite;
}

.lp__text__field .stylish__content .sc__body .page__button.red__btn {
  background-color: #e60021;
  border-bottom: 4px solid #cc0000;
}

.lp__text__field .stylish__content .sc__body .page__button.gray__btn {
  background-color: #969696;
  border-bottom: 4px solid #646464;
}

.lp__text__field .stylish__content .sc__body .page__button.mb__50 {
  margin-bottom: 50px;
}

.lp__text__field .stylish__content .sc__body .page__button .btn__title {
  display: block;
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.lp__text__field .stylish__content .sc__body .page__button .btn__title.set__2 {
  margin-top: 0;
}

.lp__text__field .stylish__content .sc__body .page__button .btn__subtitle {
  display: block;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  color: #fff;
}

.lp__text__field .stylish__content .sc__body .page__button .btn__arrow {
  position: absolute;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  top: 45%;
  right: 30px;
  width: 14px;
  height: 15px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.lp__text__field .stylish__content .sc__body .page__button .btn__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.lp__text__field .note__msg {
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__intro__msg {
  width: 700px;
  margin: 50px auto;
}

.lp__intro__msg.set__2 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%;
}

.lp__intro__msg .lim__img {
  width: 100%;
  height: auto;
  display: block;
}

.lp__intro__msg .lim__img img {
  display: block;
  width: 100%;
  height: auto;
}

.lp__intro__msg .lim__img.lp_03_lim_img_01 {
  background-color: #000;
  padding: 100px 0;
}

.lp__intro__msg .lim__img.lp_04_lim_img_01 {
  background-color: #fff;
  padding: 100px 0;
}

.lp__intro__msg .lim__img.lp_05_lim_img_01 {
  background-color: #fff;
  border-bottom: 30px solid #C8D2EB;
  margin-top: 50px;
  margin-bottom: 70px;
}

.lp__intro__msg .lim__head {
  display: table;
  margin-bottom: 20px;
}

.lp__intro__msg .lim__head .lh__img {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.lp__intro__msg .lim__head .lh__img.lh_img_01 {
  width: 132.5px;
  margin-right: 20px;
}

.lp__intro__msg .lim__head .lim__title {
  font: 500 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  display: table-cell;
  vertical-align: middle;
}

.lp__text__data {
  position: relative;
  width: 100%;
  height: auto;
}

.lp__text__data .ltd__head {
  margin-bottom: 50px;
}

.lp__text__data .ltd__head .ltd__title {
  font: 100 28px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 4px;
}

.lp__text__data .ltd__head .ltd__divider {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__text__data .ltd__head .ltd__divider .left__part {
  width: 60%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6%;
}

.lp__text__data .ltd__head .ltd__divider .right__part {
  width: 40%;
}

.lp__text__data .ltd__head .ltd__divider .right__part .ltd__btn {
  display: block;
  text-align: center;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  font: normal 13px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.lp__text__data .ltd__head .ltd__divider .right__part .ltd__btn:hover, .lp__text__data .ltd__head .ltd__divider .right__part .ltd__btn:active {
  border-color: #00A0E6;
  background-color: #00A0E6;
  color: #fff;
}

.lp__text__data .ltd__body .ltd__divider {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__text__data .ltd__body .ltd__divider .left__part {
  width: 60%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6%;
}

.lp__text__data .ltd__body .ltd__divider .right__part {
  width: 40%;
}

.lp__text__data .ltd__body .ltd__divider .right__part .ltd__btn {
  display: block;
  text-align: center;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  font: normal 13px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.lp__text__data .ltd__body .ltd__divider .right__part .ltd__btn:hover, .lp__text__data .ltd__body .ltd__divider .right__part .ltd__btn:active {
  border-color: #00A0E6;
  background-color: #00A0E6;
  color: #fff;
}

.lp__text__data .ltd__body .ltd__note .ltd__note__text {
  font: 300 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.lp__promotion {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 50px 0;
}

.lp__promotion.set__2 {
  background-color: #2ca6e0;
}

.lp__promotion.set__3 {
  background-color: #8980B7;
}

.lp__promotion.set__4 {
  background-color: #F4A000;
}

.lp__promotion#lp_01_sec_01, .lp__promotion#lp_02_sec_01 {
  padding: 50px 0 80px;
}

.lp__promotion#lp_01_sec_01 {
  padding: 50px 0 80px;
}

.lp__promotion#lp_01_sec_02 {
  padding: 0;
}

.lp__flex__field {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-- pages --*/
}

.lp__flex__field.flex_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lp__flex__field .lp__col__wrap.content_07 {
  width: -webkit-calc(100% / 7);
  width: -moz-calc(100% / 7);
  width: calc(100% / 7);
}

.lp__flex__field .lp__colorTile {
  width: -webkit-calc((100% / 4) - 30px);
  width: -moz-calc((100% / 4) - 30px);
  width: calc((100% / 4) - 30px);
  margin-right: 40px;
  margin-top: 40px;
  position: relative;
}

.lp__flex__field .lp__colorTile:nth-child(4n) {
  margin-right: 0;
}

.lp__flex__field .lp__colorTile.lp__colorTile__hide {
  pointer-events: none;
}

.lp__flex__field .lp__colorTile.lp__colorTile__active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("./../../campaign/img/kosodate/circleCheck.png");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: pop_in .4s ease-in-out;
     -moz-animation: pop_in .4s ease-in-out;
       -o-animation: pop_in .4s ease-in-out;
          animation: pop_in .4s ease-in-out;
}

.lp__flex__field .lp__col__100 {
  width: 100%;
}

.lp__flex__field .lp__col__70 {
  width: 70%;
}

.lp__flex__field .lp__col__65 {
  width: 65%;
}

.lp__flex__field .lp__col__63 {
  width: 63%;
}

.lp__flex__field .lp__col__60 {
  width: 60%;
}

.lp__flex__field .lp__col__55 {
  width: 55%;
}

.lp__flex__field .lp__col__50 {
  width: 50%;
}

.lp__flex__field .lp__col__40 {
  width: 40%;
}

.lp__flex__field .lp__col__45 {
  width: 45%;
}

.lp__flex__field .lp__col__48 {
  width: 48%;
}

.lp__flex__field .lp__col__47 {
  width: 47%;
}

.lp__flex__field .lp__col__37 {
  width: 37%;
}

.lp__flex__field .lp__col__35 {
  width: 35%;
}

.lp__flex__field .lp__col__32 {
  width: 32%;
}

.lp__flex__field .lp__col__30 {
  width: 30%;
}

.lp__flex__field .lp__col__25 {
  width: 25%;
}

.lp__flex__field .lp__col__23 {
  width: 23%;
}

.lp__flex__field .lp__col__20 {
  width: 20%;
}

.lp__flex__field .lp__col__20s {
  width: -webkit-calc(20% - 10px);
  width: -moz-calc(20% - 10px);
  width: calc(20% - 10px);
  margin-right: 12px;
}

.lp__flex__field .lp__col__20s:nth-child(5n) {
  margin-right: 0;
}

.lp__flex__field .lp__col__10 {
  width: 10%;
}

.lp__flex__field .lp__cont__2 {
  width: 50%;
  max-width: 522px;
}

.lp__flex__field .lp__cont__2.set__2 {
  max-width: 510px;
}

.lp__flex__field .lp__cont__2.set__3 {
  max-width: 535px;
}

.lp__flex__field .lp__cont__2.set__4 {
  max-width: 550px;
}

.lp__flex__field .lp__cont__2.set__5 {
  max-width: 534px;
}

.lp__flex__field.mt__50 {
  margin-top: 50px;
}

.lp__flex__field.mt__100 {
  margin-top: 100px;
}

.lp__flex__field.mb__50 {
  margin-bottom: 50px;
}

.lp__flex__field.mb__40 {
  margin-bottom: 40px;
}

.lp__flex__field.mb__25 {
  margin-bottom: 25px;
}

.lp__flex__field.mb__20 {
  margin-bottom: 20px;
}

.lp__flex__field.mb__15 {
  margin-bottom: 15px;
}

.lp__flex__field.mb__60 {
  margin-bottom: 60px;
}

.lp__flex__field.mb__85 {
  margin-bottom: 85px;
}

.lp__flex__field.mb__100 {
  margin-bottom: 100px;
}

.lp__flex__field.pb__20 {
  padding-bottom: 20px;
}

.lp__flex__field .lp__col__100,
.lp__flex__field .lp__col__70,
.lp__flex__field .lp__col__65,
.lp__flex__field .lp__col__60,
.lp__flex__field .lp__col__50,
.lp__flex__field .lp__col__40,
.lp__flex__field .lp__col__45,
.lp__flex__field .lp__col__47,
.lp__flex__field .lp__col__48,
.lp__flex__field .lp__col__35,
.lp__flex__field .lp__col__32,
.lp__flex__field .lp__col__30,
.lp__flex__field .lp__col__23,
.lp__flex__field .lp__col__20,
.lp__flex__field .lp__col__10,
.lp__flex__field .lp__cont__2 {
  position: relative;
  /*-- inside columns --*/
}

.lp__flex__field .lp__col__100.no_overflow,
.lp__flex__field .lp__col__70.no_overflow,
.lp__flex__field .lp__col__65.no_overflow,
.lp__flex__field .lp__col__60.no_overflow,
.lp__flex__field .lp__col__50.no_overflow,
.lp__flex__field .lp__col__40.no_overflow,
.lp__flex__field .lp__col__45.no_overflow,
.lp__flex__field .lp__col__47.no_overflow,
.lp__flex__field .lp__col__48.no_overflow,
.lp__flex__field .lp__col__35.no_overflow,
.lp__flex__field .lp__col__32.no_overflow,
.lp__flex__field .lp__col__30.no_overflow,
.lp__flex__field .lp__col__23.no_overflow,
.lp__flex__field .lp__col__20.no_overflow,
.lp__flex__field .lp__col__10.no_overflow,
.lp__flex__field .lp__cont__2.no_overflow {
  overflow: hidden;
}

.lp__flex__field .lp__col__100.in__dflex,
.lp__flex__field .lp__col__70.in__dflex,
.lp__flex__field .lp__col__65.in__dflex,
.lp__flex__field .lp__col__60.in__dflex,
.lp__flex__field .lp__col__50.in__dflex,
.lp__flex__field .lp__col__40.in__dflex,
.lp__flex__field .lp__col__45.in__dflex,
.lp__flex__field .lp__col__47.in__dflex,
.lp__flex__field .lp__col__48.in__dflex,
.lp__flex__field .lp__col__35.in__dflex,
.lp__flex__field .lp__col__32.in__dflex,
.lp__flex__field .lp__col__30.in__dflex,
.lp__flex__field .lp__col__23.in__dflex,
.lp__flex__field .lp__col__20.in__dflex,
.lp__flex__field .lp__col__10.in__dflex,
.lp__flex__field .lp__cont__2.in__dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__flex__field .lp__col__100.liw__flex,
.lp__flex__field .lp__col__70.liw__flex,
.lp__flex__field .lp__col__65.liw__flex,
.lp__flex__field .lp__col__60.liw__flex,
.lp__flex__field .lp__col__50.liw__flex,
.lp__flex__field .lp__col__40.liw__flex,
.lp__flex__field .lp__col__45.liw__flex,
.lp__flex__field .lp__col__47.liw__flex,
.lp__flex__field .lp__col__48.liw__flex,
.lp__flex__field .lp__col__35.liw__flex,
.lp__flex__field .lp__col__32.liw__flex,
.lp__flex__field .lp__col__30.liw__flex,
.lp__flex__field .lp__col__23.liw__flex,
.lp__flex__field .lp__col__20.liw__flex,
.lp__flex__field .lp__col__10.liw__flex,
.lp__flex__field .lp__cont__2.liw__flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp__flex__field .lp__col__100.spmb__20,
.lp__flex__field .lp__col__70.spmb__20,
.lp__flex__field .lp__col__65.spmb__20,
.lp__flex__field .lp__col__60.spmb__20,
.lp__flex__field .lp__col__50.spmb__20,
.lp__flex__field .lp__col__40.spmb__20,
.lp__flex__field .lp__col__45.spmb__20,
.lp__flex__field .lp__col__47.spmb__20,
.lp__flex__field .lp__col__48.spmb__20,
.lp__flex__field .lp__col__35.spmb__20,
.lp__flex__field .lp__col__32.spmb__20,
.lp__flex__field .lp__col__30.spmb__20,
.lp__flex__field .lp__col__23.spmb__20,
.lp__flex__field .lp__col__20.spmb__20,
.lp__flex__field .lp__col__10.spmb__20,
.lp__flex__field .lp__cont__2.spmb__20 {
  margin-bottom: 0px;
}

.lp__flex__field .lp__col__100.mt__20,
.lp__flex__field .lp__col__70.mt__20,
.lp__flex__field .lp__col__65.mt__20,
.lp__flex__field .lp__col__60.mt__20,
.lp__flex__field .lp__col__50.mt__20,
.lp__flex__field .lp__col__40.mt__20,
.lp__flex__field .lp__col__45.mt__20,
.lp__flex__field .lp__col__47.mt__20,
.lp__flex__field .lp__col__48.mt__20,
.lp__flex__field .lp__col__35.mt__20,
.lp__flex__field .lp__col__32.mt__20,
.lp__flex__field .lp__col__30.mt__20,
.lp__flex__field .lp__col__23.mt__20,
.lp__flex__field .lp__col__20.mt__20,
.lp__flex__field .lp__col__10.mt__20,
.lp__flex__field .lp__cont__2.mt__20 {
  margin-top: 20px;
}

.lp__flex__field .lp__col__100.mt__sm,
.lp__flex__field .lp__col__70.mt__sm,
.lp__flex__field .lp__col__65.mt__sm,
.lp__flex__field .lp__col__60.mt__sm,
.lp__flex__field .lp__col__50.mt__sm,
.lp__flex__field .lp__col__40.mt__sm,
.lp__flex__field .lp__col__45.mt__sm,
.lp__flex__field .lp__col__47.mt__sm,
.lp__flex__field .lp__col__48.mt__sm,
.lp__flex__field .lp__col__35.mt__sm,
.lp__flex__field .lp__col__32.mt__sm,
.lp__flex__field .lp__col__30.mt__sm,
.lp__flex__field .lp__col__23.mt__sm,
.lp__flex__field .lp__col__20.mt__sm,
.lp__flex__field .lp__col__10.mt__sm,
.lp__flex__field .lp__cont__2.mt__sm {
  margin-top: 14px;
}

.lp__flex__field .lp__col__100.mb__25,
.lp__flex__field .lp__col__70.mb__25,
.lp__flex__field .lp__col__65.mb__25,
.lp__flex__field .lp__col__60.mb__25,
.lp__flex__field .lp__col__50.mb__25,
.lp__flex__field .lp__col__40.mb__25,
.lp__flex__field .lp__col__45.mb__25,
.lp__flex__field .lp__col__47.mb__25,
.lp__flex__field .lp__col__48.mb__25,
.lp__flex__field .lp__col__35.mb__25,
.lp__flex__field .lp__col__32.mb__25,
.lp__flex__field .lp__col__30.mb__25,
.lp__flex__field .lp__col__23.mb__25,
.lp__flex__field .lp__col__20.mb__25,
.lp__flex__field .lp__col__10.mb__25,
.lp__flex__field .lp__cont__2.mb__25 {
  margin-bottom: 25px;
}

.lp__flex__field .lp__col__100.mb__20,
.lp__flex__field .lp__col__70.mb__20,
.lp__flex__field .lp__col__65.mb__20,
.lp__flex__field .lp__col__60.mb__20,
.lp__flex__field .lp__col__50.mb__20,
.lp__flex__field .lp__col__40.mb__20,
.lp__flex__field .lp__col__45.mb__20,
.lp__flex__field .lp__col__47.mb__20,
.lp__flex__field .lp__col__48.mb__20,
.lp__flex__field .lp__col__35.mb__20,
.lp__flex__field .lp__col__32.mb__20,
.lp__flex__field .lp__col__30.mb__20,
.lp__flex__field .lp__col__23.mb__20,
.lp__flex__field .lp__col__20.mb__20,
.lp__flex__field .lp__col__10.mb__20,
.lp__flex__field .lp__cont__2.mb__20 {
  margin-bottom: 20px;
}

.lp__flex__field .lp__col__100.mb__30,
.lp__flex__field .lp__col__70.mb__30,
.lp__flex__field .lp__col__65.mb__30,
.lp__flex__field .lp__col__60.mb__30,
.lp__flex__field .lp__col__50.mb__30,
.lp__flex__field .lp__col__40.mb__30,
.lp__flex__field .lp__col__45.mb__30,
.lp__flex__field .lp__col__47.mb__30,
.lp__flex__field .lp__col__48.mb__30,
.lp__flex__field .lp__col__35.mb__30,
.lp__flex__field .lp__col__32.mb__30,
.lp__flex__field .lp__col__30.mb__30,
.lp__flex__field .lp__col__23.mb__30,
.lp__flex__field .lp__col__20.mb__30,
.lp__flex__field .lp__col__10.mb__30,
.lp__flex__field .lp__cont__2.mb__30 {
  margin-bottom: 30px;
}

.lp__flex__field .lp__col__100.mb__40,
.lp__flex__field .lp__col__70.mb__40,
.lp__flex__field .lp__col__65.mb__40,
.lp__flex__field .lp__col__60.mb__40,
.lp__flex__field .lp__col__50.mb__40,
.lp__flex__field .lp__col__40.mb__40,
.lp__flex__field .lp__col__45.mb__40,
.lp__flex__field .lp__col__47.mb__40,
.lp__flex__field .lp__col__48.mb__40,
.lp__flex__field .lp__col__35.mb__40,
.lp__flex__field .lp__col__32.mb__40,
.lp__flex__field .lp__col__30.mb__40,
.lp__flex__field .lp__col__23.mb__40,
.lp__flex__field .lp__col__20.mb__40,
.lp__flex__field .lp__col__10.mb__40,
.lp__flex__field .lp__cont__2.mb__40 {
  margin-bottom: 40px;
}

.lp__flex__field .lp__col__100.mb__20,
.lp__flex__field .lp__col__70.mb__20,
.lp__flex__field .lp__col__65.mb__20,
.lp__flex__field .lp__col__60.mb__20,
.lp__flex__field .lp__col__50.mb__20,
.lp__flex__field .lp__col__40.mb__20,
.lp__flex__field .lp__col__45.mb__20,
.lp__flex__field .lp__col__47.mb__20,
.lp__flex__field .lp__col__48.mb__20,
.lp__flex__field .lp__col__35.mb__20,
.lp__flex__field .lp__col__32.mb__20,
.lp__flex__field .lp__col__30.mb__20,
.lp__flex__field .lp__col__23.mb__20,
.lp__flex__field .lp__col__20.mb__20,
.lp__flex__field .lp__col__10.mb__20,
.lp__flex__field .lp__cont__2.mb__20 {
  margin-bottom: 20px;
}

.lp__flex__field .lp__col__100.mb__15,
.lp__flex__field .lp__col__70.mb__15,
.lp__flex__field .lp__col__65.mb__15,
.lp__flex__field .lp__col__60.mb__15,
.lp__flex__field .lp__col__50.mb__15,
.lp__flex__field .lp__col__40.mb__15,
.lp__flex__field .lp__col__45.mb__15,
.lp__flex__field .lp__col__47.mb__15,
.lp__flex__field .lp__col__48.mb__15,
.lp__flex__field .lp__col__35.mb__15,
.lp__flex__field .lp__col__32.mb__15,
.lp__flex__field .lp__col__30.mb__15,
.lp__flex__field .lp__col__23.mb__15,
.lp__flex__field .lp__col__20.mb__15,
.lp__flex__field .lp__col__10.mb__15,
.lp__flex__field .lp__cont__2.mb__15 {
  margin-bottom: 15px;
}

.lp__flex__field .lp__col__100.mb__50,
.lp__flex__field .lp__col__70.mb__50,
.lp__flex__field .lp__col__65.mb__50,
.lp__flex__field .lp__col__60.mb__50,
.lp__flex__field .lp__col__50.mb__50,
.lp__flex__field .lp__col__40.mb__50,
.lp__flex__field .lp__col__45.mb__50,
.lp__flex__field .lp__col__47.mb__50,
.lp__flex__field .lp__col__48.mb__50,
.lp__flex__field .lp__col__35.mb__50,
.lp__flex__field .lp__col__32.mb__50,
.lp__flex__field .lp__col__30.mb__50,
.lp__flex__field .lp__col__23.mb__50,
.lp__flex__field .lp__col__20.mb__50,
.lp__flex__field .lp__col__10.mb__50,
.lp__flex__field .lp__cont__2.mb__50 {
  margin-bottom: 50px;
}

.lp__flex__field .lp__col__100.mb__60,
.lp__flex__field .lp__col__70.mb__60,
.lp__flex__field .lp__col__65.mb__60,
.lp__flex__field .lp__col__60.mb__60,
.lp__flex__field .lp__col__50.mb__60,
.lp__flex__field .lp__col__40.mb__60,
.lp__flex__field .lp__col__45.mb__60,
.lp__flex__field .lp__col__47.mb__60,
.lp__flex__field .lp__col__48.mb__60,
.lp__flex__field .lp__col__35.mb__60,
.lp__flex__field .lp__col__32.mb__60,
.lp__flex__field .lp__col__30.mb__60,
.lp__flex__field .lp__col__23.mb__60,
.lp__flex__field .lp__col__20.mb__60,
.lp__flex__field .lp__col__10.mb__60,
.lp__flex__field .lp__cont__2.mb__60 {
  margin-bottom: 60px;
}

.lp__flex__field .lp__col__100.mb__70,
.lp__flex__field .lp__col__70.mb__70,
.lp__flex__field .lp__col__65.mb__70,
.lp__flex__field .lp__col__60.mb__70,
.lp__flex__field .lp__col__50.mb__70,
.lp__flex__field .lp__col__40.mb__70,
.lp__flex__field .lp__col__45.mb__70,
.lp__flex__field .lp__col__47.mb__70,
.lp__flex__field .lp__col__48.mb__70,
.lp__flex__field .lp__col__35.mb__70,
.lp__flex__field .lp__col__32.mb__70,
.lp__flex__field .lp__col__30.mb__70,
.lp__flex__field .lp__col__23.mb__70,
.lp__flex__field .lp__col__20.mb__70,
.lp__flex__field .lp__col__10.mb__70,
.lp__flex__field .lp__cont__2.mb__70 {
  margin-bottom: 70px;
}

.lp__flex__field .lp__col__100.mb__100,
.lp__flex__field .lp__col__70.mb__100,
.lp__flex__field .lp__col__65.mb__100,
.lp__flex__field .lp__col__60.mb__100,
.lp__flex__field .lp__col__50.mb__100,
.lp__flex__field .lp__col__40.mb__100,
.lp__flex__field .lp__col__45.mb__100,
.lp__flex__field .lp__col__47.mb__100,
.lp__flex__field .lp__col__48.mb__100,
.lp__flex__field .lp__col__35.mb__100,
.lp__flex__field .lp__col__32.mb__100,
.lp__flex__field .lp__col__30.mb__100,
.lp__flex__field .lp__col__23.mb__100,
.lp__flex__field .lp__col__20.mb__100,
.lp__flex__field .lp__col__10.mb__100,
.lp__flex__field .lp__cont__2.mb__100 {
  margin-bottom: 100px;
}

.lp__flex__field .lp__col__100.pb_l_50,
.lp__flex__field .lp__col__70.pb_l_50,
.lp__flex__field .lp__col__65.pb_l_50,
.lp__flex__field .lp__col__60.pb_l_50,
.lp__flex__field .lp__col__50.pb_l_50,
.lp__flex__field .lp__col__40.pb_l_50,
.lp__flex__field .lp__col__45.pb_l_50,
.lp__flex__field .lp__col__47.pb_l_50,
.lp__flex__field .lp__col__48.pb_l_50,
.lp__flex__field .lp__col__35.pb_l_50,
.lp__flex__field .lp__col__32.pb_l_50,
.lp__flex__field .lp__col__30.pb_l_50,
.lp__flex__field .lp__col__23.pb_l_50,
.lp__flex__field .lp__col__20.pb_l_50,
.lp__flex__field .lp__col__10.pb_l_50,
.lp__flex__field .lp__cont__2.pb_l_50 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}

.lp__flex__field .lp__col__100.spmb__50,
.lp__flex__field .lp__col__70.spmb__50,
.lp__flex__field .lp__col__65.spmb__50,
.lp__flex__field .lp__col__60.spmb__50,
.lp__flex__field .lp__col__50.spmb__50,
.lp__flex__field .lp__col__40.spmb__50,
.lp__flex__field .lp__col__45.spmb__50,
.lp__flex__field .lp__col__47.spmb__50,
.lp__flex__field .lp__col__48.spmb__50,
.lp__flex__field .lp__col__35.spmb__50,
.lp__flex__field .lp__col__32.spmb__50,
.lp__flex__field .lp__col__30.spmb__50,
.lp__flex__field .lp__col__23.spmb__50,
.lp__flex__field .lp__col__20.spmb__50,
.lp__flex__field .lp__col__10.spmb__50,
.lp__flex__field .lp__cont__2.spmb__50 {
  margin-bottom: 50px;
}

.lp__flex__field .lp__col__100.red__arrow__right,
.lp__flex__field .lp__col__70.red__arrow__right,
.lp__flex__field .lp__col__65.red__arrow__right,
.lp__flex__field .lp__col__60.red__arrow__right,
.lp__flex__field .lp__col__50.red__arrow__right,
.lp__flex__field .lp__col__40.red__arrow__right,
.lp__flex__field .lp__col__45.red__arrow__right,
.lp__flex__field .lp__col__47.red__arrow__right,
.lp__flex__field .lp__col__48.red__arrow__right,
.lp__flex__field .lp__col__35.red__arrow__right,
.lp__flex__field .lp__col__32.red__arrow__right,
.lp__flex__field .lp__col__30.red__arrow__right,
.lp__flex__field .lp__col__23.red__arrow__right,
.lp__flex__field .lp__col__20.red__arrow__right,
.lp__flex__field .lp__col__10.red__arrow__right,
.lp__flex__field .lp__cont__2.red__arrow__right {
  position: relative;
}

.lp__flex__field .lp__col__100.red__arrow__right::after,
.lp__flex__field .lp__col__70.red__arrow__right::after,
.lp__flex__field .lp__col__65.red__arrow__right::after,
.lp__flex__field .lp__col__60.red__arrow__right::after,
.lp__flex__field .lp__col__50.red__arrow__right::after,
.lp__flex__field .lp__col__40.red__arrow__right::after,
.lp__flex__field .lp__col__45.red__arrow__right::after,
.lp__flex__field .lp__col__47.red__arrow__right::after,
.lp__flex__field .lp__col__48.red__arrow__right::after,
.lp__flex__field .lp__col__35.red__arrow__right::after,
.lp__flex__field .lp__col__32.red__arrow__right::after,
.lp__flex__field .lp__col__30.red__arrow__right::after,
.lp__flex__field .lp__col__23.red__arrow__right::after,
.lp__flex__field .lp__col__20.red__arrow__right::after,
.lp__flex__field .lp__col__10.red__arrow__right::after,
.lp__flex__field .lp__cont__2.red__arrow__right::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -65px;
  background: url("./../img/main/red-arrow-right-min.png") center/contain no-repeat;
  height: 200px;
  width: 60px;
  margin: auto;
  z-index: 100;
}

.lp__flex__field .lp__col__100.red__arrow__down::before,
.lp__flex__field .lp__col__70.red__arrow__down::before,
.lp__flex__field .lp__col__65.red__arrow__down::before,
.lp__flex__field .lp__col__60.red__arrow__down::before,
.lp__flex__field .lp__col__50.red__arrow__down::before,
.lp__flex__field .lp__col__40.red__arrow__down::before,
.lp__flex__field .lp__col__45.red__arrow__down::before,
.lp__flex__field .lp__col__47.red__arrow__down::before,
.lp__flex__field .lp__col__48.red__arrow__down::before,
.lp__flex__field .lp__col__35.red__arrow__down::before,
.lp__flex__field .lp__col__32.red__arrow__down::before,
.lp__flex__field .lp__col__30.red__arrow__down::before,
.lp__flex__field .lp__col__23.red__arrow__down::before,
.lp__flex__field .lp__col__20.red__arrow__down::before,
.lp__flex__field .lp__col__10.red__arrow__down::before,
.lp__flex__field .lp__cont__2.red__arrow__down::before {
  display: none;
}

.lp__flex__field .lp__col__100.arrow__right,
.lp__flex__field .lp__col__70.arrow__right,
.lp__flex__field .lp__col__65.arrow__right,
.lp__flex__field .lp__col__60.arrow__right,
.lp__flex__field .lp__col__50.arrow__right,
.lp__flex__field .lp__col__40.arrow__right,
.lp__flex__field .lp__col__45.arrow__right,
.lp__flex__field .lp__col__47.arrow__right,
.lp__flex__field .lp__col__48.arrow__right,
.lp__flex__field .lp__col__35.arrow__right,
.lp__flex__field .lp__col__32.arrow__right,
.lp__flex__field .lp__col__30.arrow__right,
.lp__flex__field .lp__col__23.arrow__right,
.lp__flex__field .lp__col__20.arrow__right,
.lp__flex__field .lp__col__10.arrow__right,
.lp__flex__field .lp__cont__2.arrow__right {
  position: relative;
}

.lp__flex__field .lp__col__100.arrow__right::after,
.lp__flex__field .lp__col__70.arrow__right::after,
.lp__flex__field .lp__col__65.arrow__right::after,
.lp__flex__field .lp__col__60.arrow__right::after,
.lp__flex__field .lp__col__50.arrow__right::after,
.lp__flex__field .lp__col__40.arrow__right::after,
.lp__flex__field .lp__col__45.arrow__right::after,
.lp__flex__field .lp__col__47.arrow__right::after,
.lp__flex__field .lp__col__48.arrow__right::after,
.lp__flex__field .lp__col__35.arrow__right::after,
.lp__flex__field .lp__col__32.arrow__right::after,
.lp__flex__field .lp__col__30.arrow__right::after,
.lp__flex__field .lp__col__23.arrow__right::after,
.lp__flex__field .lp__col__20.arrow__right::after,
.lp__flex__field .lp__col__10.arrow__right::after,
.lp__flex__field .lp__cont__2.arrow__right::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  background: url("./../img/main/magenta-arrow-right.png") center/contain no-repeat;
  height: 45px;
  width: 15px;
  margin: auto;
  z-index: 100;
}

.lp__flex__field .lp__col__100 .modal_toggler,
.lp__flex__field .lp__col__70 .modal_toggler,
.lp__flex__field .lp__col__65 .modal_toggler,
.lp__flex__field .lp__col__60 .modal_toggler,
.lp__flex__field .lp__col__50 .modal_toggler,
.lp__flex__field .lp__col__40 .modal_toggler,
.lp__flex__field .lp__col__45 .modal_toggler,
.lp__flex__field .lp__col__47 .modal_toggler,
.lp__flex__field .lp__col__48 .modal_toggler,
.lp__flex__field .lp__col__35 .modal_toggler,
.lp__flex__field .lp__col__32 .modal_toggler,
.lp__flex__field .lp__col__30 .modal_toggler,
.lp__flex__field .lp__col__23 .modal_toggler,
.lp__flex__field .lp__col__20 .modal_toggler,
.lp__flex__field .lp__col__10 .modal_toggler,
.lp__flex__field .lp__cont__2 .modal_toggler {
  display: block;
  cursor: pointer;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.lp__flex__field .lp__col__100 .modal_toggler:hover,
.lp__flex__field .lp__col__70 .modal_toggler:hover,
.lp__flex__field .lp__col__65 .modal_toggler:hover,
.lp__flex__field .lp__col__60 .modal_toggler:hover,
.lp__flex__field .lp__col__50 .modal_toggler:hover,
.lp__flex__field .lp__col__40 .modal_toggler:hover,
.lp__flex__field .lp__col__45 .modal_toggler:hover,
.lp__flex__field .lp__col__47 .modal_toggler:hover,
.lp__flex__field .lp__col__48 .modal_toggler:hover,
.lp__flex__field .lp__col__35 .modal_toggler:hover,
.lp__flex__field .lp__col__32 .modal_toggler:hover,
.lp__flex__field .lp__col__30 .modal_toggler:hover,
.lp__flex__field .lp__col__23 .modal_toggler:hover,
.lp__flex__field .lp__col__20 .modal_toggler:hover,
.lp__flex__field .lp__col__10 .modal_toggler:hover,
.lp__flex__field .lp__cont__2 .modal_toggler:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
   -o-transform: scale(0.95);
      transform: scale(0.95);
}

.lp__flex__field .lp__col__100 .col__title,
.lp__flex__field .lp__col__70 .col__title,
.lp__flex__field .lp__col__65 .col__title,
.lp__flex__field .lp__col__60 .col__title,
.lp__flex__field .lp__col__50 .col__title,
.lp__flex__field .lp__col__40 .col__title,
.lp__flex__field .lp__col__45 .col__title,
.lp__flex__field .lp__col__47 .col__title,
.lp__flex__field .lp__col__48 .col__title,
.lp__flex__field .lp__col__35 .col__title,
.lp__flex__field .lp__col__32 .col__title,
.lp__flex__field .lp__col__30 .col__title,
.lp__flex__field .lp__col__23 .col__title,
.lp__flex__field .lp__col__20 .col__title,
.lp__flex__field .lp__col__10 .col__title,
.lp__flex__field .lp__cont__2 .col__title {
  font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 30px;
}

.lp__flex__field .lp__col__100 .col__text,
.lp__flex__field .lp__col__70 .col__text,
.lp__flex__field .lp__col__65 .col__text,
.lp__flex__field .lp__col__60 .col__text,
.lp__flex__field .lp__col__50 .col__text,
.lp__flex__field .lp__col__40 .col__text,
.lp__flex__field .lp__col__45 .col__text,
.lp__flex__field .lp__col__47 .col__text,
.lp__flex__field .lp__col__48 .col__text,
.lp__flex__field .lp__col__35 .col__text,
.lp__flex__field .lp__col__32 .col__text,
.lp__flex__field .lp__col__30 .col__text,
.lp__flex__field .lp__col__23 .col__text,
.lp__flex__field .lp__col__20 .col__text,
.lp__flex__field .lp__col__10 .col__text,
.lp__flex__field .lp__cont__2 .col__text {
  display: block;
  text-align: center;
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 5px;
}

.lp__flex__field .lp__col__100 .col__subtext,
.lp__flex__field .lp__col__70 .col__subtext,
.lp__flex__field .lp__col__65 .col__subtext,
.lp__flex__field .lp__col__60 .col__subtext,
.lp__flex__field .lp__col__50 .col__subtext,
.lp__flex__field .lp__col__40 .col__subtext,
.lp__flex__field .lp__col__45 .col__subtext,
.lp__flex__field .lp__col__47 .col__subtext,
.lp__flex__field .lp__col__48 .col__subtext,
.lp__flex__field .lp__col__35 .col__subtext,
.lp__flex__field .lp__col__32 .col__subtext,
.lp__flex__field .lp__col__30 .col__subtext,
.lp__flex__field .lp__col__23 .col__subtext,
.lp__flex__field .lp__col__20 .col__subtext,
.lp__flex__field .lp__col__10 .col__subtext,
.lp__flex__field .lp__cont__2 .col__subtext {
  display: block;
  text-align: center;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__flex__field .lp__col__100 .col__subtext.f__14,
.lp__flex__field .lp__col__70 .col__subtext.f__14,
.lp__flex__field .lp__col__65 .col__subtext.f__14,
.lp__flex__field .lp__col__60 .col__subtext.f__14,
.lp__flex__field .lp__col__50 .col__subtext.f__14,
.lp__flex__field .lp__col__40 .col__subtext.f__14,
.lp__flex__field .lp__col__45 .col__subtext.f__14,
.lp__flex__field .lp__col__47 .col__subtext.f__14,
.lp__flex__field .lp__col__48 .col__subtext.f__14,
.lp__flex__field .lp__col__35 .col__subtext.f__14,
.lp__flex__field .lp__col__32 .col__subtext.f__14,
.lp__flex__field .lp__col__30 .col__subtext.f__14,
.lp__flex__field .lp__col__23 .col__subtext.f__14,
.lp__flex__field .lp__col__20 .col__subtext.f__14,
.lp__flex__field .lp__col__10 .col__subtext.f__14,
.lp__flex__field .lp__cont__2 .col__subtext.f__14 {
  font-size: 14px;
}

.lp__flex__field .lp__col__100 .col__text__box,
.lp__flex__field .lp__col__70 .col__text__box,
.lp__flex__field .lp__col__65 .col__text__box,
.lp__flex__field .lp__col__60 .col__text__box,
.lp__flex__field .lp__col__50 .col__text__box,
.lp__flex__field .lp__col__40 .col__text__box,
.lp__flex__field .lp__col__45 .col__text__box,
.lp__flex__field .lp__col__47 .col__text__box,
.lp__flex__field .lp__col__48 .col__text__box,
.lp__flex__field .lp__col__35 .col__text__box,
.lp__flex__field .lp__col__32 .col__text__box,
.lp__flex__field .lp__col__30 .col__text__box,
.lp__flex__field .lp__col__23 .col__text__box,
.lp__flex__field .lp__col__20 .col__text__box,
.lp__flex__field .lp__col__10 .col__text__box,
.lp__flex__field .lp__cont__2 .col__text__box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #000;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.lp__flex__field .lp__col__100 .lp__incol__50,
.lp__flex__field .lp__col__70 .lp__incol__50,
.lp__flex__field .lp__col__65 .lp__incol__50,
.lp__flex__field .lp__col__60 .lp__incol__50,
.lp__flex__field .lp__col__50 .lp__incol__50,
.lp__flex__field .lp__col__40 .lp__incol__50,
.lp__flex__field .lp__col__45 .lp__incol__50,
.lp__flex__field .lp__col__47 .lp__incol__50,
.lp__flex__field .lp__col__48 .lp__incol__50,
.lp__flex__field .lp__col__35 .lp__incol__50,
.lp__flex__field .lp__col__32 .lp__incol__50,
.lp__flex__field .lp__col__30 .lp__incol__50,
.lp__flex__field .lp__col__23 .lp__incol__50,
.lp__flex__field .lp__col__20 .lp__incol__50,
.lp__flex__field .lp__col__10 .lp__incol__50,
.lp__flex__field .lp__cont__2 .lp__incol__50 {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}

.lp__flex__field .display__box {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 12px solid #333;
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.lp__flex__field .display__box.bg_1 {
  background-color: rgba(101, 100, 100, 0.2);
  border-color: #656464;
}

.lp__flex__field .display__box.bg_2 {
  background-color: #fff;
  border-color: #ADA99C;
}

.lp__flex__field .display__box.bg_3 {
  background-color: rgba(194, 216, 91, 0.2);
  border-color: #C2D85B;
}

.lp__flex__field .display__box.bg_4 {
  background-color: rgba(155, 212, 214, 0.2);
  border-color: #9BD4D6;
}

.lp__flex__field .display__box.bg_5 {
  background-color: rgba(153, 118, 55, 0.2);
  border-color: #997637;
}

.lp__flex__field .display__box_img {
  display: block;
  margin-bottom: 40px;
  height: 44px;
  width: auto;
  -webkit-transform: perspective(1px);
     -moz-transform: perspective(1px);
          transform: perspective(1px);
}

.lp__flex__field .display__box_details {
  font: 500 17px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #555;
}

.lp__flex__field .flex__center {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.lp__flex__field .flex__center.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp__flex__field .flex__center.centered .fc__col.col__2 {
  margin: 0 2.6% 2.8vw;
}

.lp__flex__field .flex__center .fc__col {
  width: 100%;
  max-width: 28%;
  margin-bottom: 2.8vw;
}

.lp__flex__field .lp__note {
  margin: 0 0 20px;
  font: 400 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

.lp__flex__field .lp__note.with_bullet {
  position: relative;
  padding-left: 15px;
}

.lp__flex__field .lp__note.with_bullet::before {
  content: "＊";
  position: absolute;
  top: 4px;
  left: 0;
  font: 500 12px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__flex__field .lp__note.f_14 {
  font-size: 14px;
}

.lp__flex__field .lp__note.tr {
  text-align: right;
}

.lp__flex__field .lp__note.tl {
  text-align: left;
}

.lp__flex__field .lp__note.m__10 {
  margin: 10px 0;
}

.lp__flex__field .lp__col__title {
  display: block;
  text-align: center;
  font: 500 40px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.lp__flex__field .lp__col__title.set__2 {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 15px;
}

.lp__flex__field .lp__col__title.set__3 {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
}

.lp__flex__field.fam_lff_01 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}

.lp__flex__field.lp_14_lff_01 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 1px solid #000;
  margin-top: 50px;
}

.lp__flex__field .as_end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.lp__flex__field .as_start {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.lp__text__img {
  width: 100%;
  max-width: 230px;
  margin-bottom: 40px;
  height: auto;
}

.lp__text__img.set__2 {
  max-width: 245px;
  margin-bottom: 30px;
}

.lp__text__img.set__3 {
  max-width: 245px;
  margin-bottom: 10px;
}

.lp__text__img.set__3 .lti__head {
  margin-bottom: 4px;
  text-align: left;
}

.lp__text__img.set__3 .lti__head .lti__title {
  font: 500 16px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #0075C1;
}

.lp__text__img.set__3 .lti__body {
  margin-bottom: 5px;
}

.lp__text__img.set__3 .lti__note {
  font: 400 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #0075C1;
}

.lp__text__img.set__4 {
  max-width: 250px;
  margin-bottom: 20px;
}

.lp__text__img.set__4 .lti__body {
  margin-bottom: 5px;
}

.lp__text__img.set__4 .lti__head {
  margin-bottom: 0;
  text-align: left;
}

.lp__text__img.set__4 .lti__head .lti__title {
  font: 600 18px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.lp__text__img.set__4 .lti__head .lti__subtitle {
  font: 400 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__text__img.set__5 .lti__head {
  text-align: left;
  margin-bottom: 15px;
}

.lp__text__img.set__5 .lti__head .lti__title {
  font-size: 18px;
}

.lp__text__img.set__5 .lti__head .lti__subtitle {
  font-size: 12px;
}

.lp__text__img.set__5 .lti__body .lti__img__detail {
  text-align: left;
}

.lp__text__img.no__max {
  max-width: 100%;
}

.lp__text__img.text__left .lti__head {
  text-align: left;
}

.lp__text__img.text__left .lti__body .lti__img__detail {
  text-align: left;
}

.lp__text__img .lti__head {
  margin-bottom: 10px;
  text-align: center;
}

.lp__text__img .lti__head .lti__title {
  font: 500 15px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.lp__text__img .lti__head .lti__subtitle {
  font: 100 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__text__img .lti__body .lti__img__detail {
  margin-top: 10px;
  display: block;
  text-align: center;
  font: 400 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__text__img .lti__body .lti__img__note {
  display: block;
  text-align: right;
  font: 400 18px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__text__img .lti__txt__box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 20px;
  border: 1px solid #000;
}

.lp__text__img .lti__txt__box p {
  font: 400 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__text__img .lti__content .c__head {
  margin-bottom: 20px;
}

.lp__text__img .lti__content p {
  font: normal 20px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.lp__section .lp__section__title {
  margin: 20px 0 50px;
  width: 100%;
  display: block;
  text-align: center;
}

.lp__section .lp__section__title.mb__20 {
  margin-bottom: 20px;
}

.lp__section .lp__section__title.mb__80 {
  margin-bottom: 80px;
}

.lp__section .lp__section__title .lst__top__txt {
  width: 100%;
  display: block;
  text-align: left;
  font: 100 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-left: 179px;
  color: #005fef;
  position: relative;
  bottom: -20px;
}

.lp__section .lp__section__title .lst__big__title {
  display: block;
  font: 100 50px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #005fef;
}

.lp__section .lp__section__title .lst__big__title.mb__10 {
  margin-bottom: 10px;
}

.lp__section .lp__section__title .lst__big__subtitle {
  display: block;
  font: 100 28px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 4px;
}

.lp__section .lp__section__title .lst__big__subtitle.set__2 {
  color: #fff;
}

.lp__section .lp__section__title .lst__big__subtitle.set__2 sub {
  color: #fff;
}

.lp__section .lp__section__title .lst__big__subtitle sub {
  position: relative;
  bottom: 5px;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__section .lp__section__title .lst__text {
  display: block;
  font: 500 30px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #005fef;
}

.lp__section .lp__section__title .lst__detail {
  display: block;
  font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.lp__section .lp__section__title .lst__detail sub {
  position: relative;
  bottom: 5px;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__section .lp__section__title .lst__btn {
  display: inline-block;
  min-width: 190px;
  margin: 30px auto 20px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.lp__section .lp__section__title .lst__btn:hover, .lp__section .lp__section__title .lst__btn:active {
  background-color: #005fef;
  border-color: #005fef;
}

.lp__section.lp_5_ls_01 {
  padding-bottom: 10px;
}

.lp__section.lp_5_ls_01::before {
  content: '';
  position: absolute;
  background-color: #C8D2EB;
  top: 30px;
  left: 0;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  width: 100%;
  z-index: -1;
}

.lp__section.lp_5_ls_02 {
  padding: 50px 0;
}

.lp__section.lp_5_ls_03 {
  padding-bottom: 10px;
}

.lp__section.lp_5_ls_03::before {
  content: '';
  position: absolute;
  background-color: #C8D2EB;
  top: 30px;
  left: 0;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  width: 100%;
  z-index: -1;
}

.lp__section.lp_5_ls_04 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 10% 0 0;
}

.lp__section.lp_5_ls_05 {
  background-color: #C8D2EB;
  padding: 100px 0;
}

.lp__section.lp_5_ls_06 {
  padding: 100px 0;
}

.lp__section.lp_fam_ls_06 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}

/*-- lp images -*/
.lp__img__wrap {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.lp__img__wrap .carLogo-01 {
  display: block;
  width: 180px;
}

.lp__img__wrap.lp_39_liw_img_01 {
  width: 70%;
  max-width: 660px;
  margin: 0 auto 20px;
}

.lp__img__wrap.lp_37_liw_img_01 {
  max-width: 584px;
  margin: 0 auto;
}

.lp__img__wrap.lp_37_liw_img_02 {
  max-width: 620px;
  margin: 0 auto;
}

.lp__img__wrap.lp_37_liw_img_03 {
  max-width: 275px;
  margin: 0 auto;
}

.lp__img__wrap.lp_37_liw_img_04 {
  max-width: 190px;
}

.lp__img__wrap.ctr_v_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp__img__wrap.lp_03_liw_img_01 {
  max-width: 583px;
}

.lp__img__wrap.lp_03_liw_img_02 {
  max-width: 495px;
}

.lp__img__wrap.fam_liw_img_02 {
  max-width: 330px;
  margin-bottom: 20px;
}

.lp__img__wrap.fam_liw_img_03 {
  float: right;
  max-width: 290px;
}

.lp__img__wrap.lp_11_liw_img_02 {
  overflow: hidden;
  margin-bottom: 40px;
}

.lp__img__wrap.lp_11_liw_img_02 .car__name {
  width: 100%;
  max-width: 285px;
  margin-bottom: 15px;
}

.lp__img__wrap.lp_11_liw_img_02 .car__image {
  width: 100%;
}

.lp__img__wrap.lp_11_liw_img_02 .car__details {
  font: 400 11px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: left;
}

.lp__img__wrap.lp_11_liw_img_03 {
  overflow: hidden;
}

.lp__img__wrap.lp_11_liw_img_03 .car__name {
  width: 100%;
  max-width: 285px;
  margin-bottom: 15px;
}

.lp__img__wrap.lp_11_liw_img_03 .car__image {
  width: 100%;
}

.lp__img__wrap.lp_11_liw_img_03 .car__details {
  font: 400 11px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: right;
}

.lp__img__wrap.lp_11_liw_img_04 {
  overflow: hidden;
  margin-bottom: 40px;
}

.lp__img__wrap.lp_11_liw_img_04 .car__name {
  width: 100%;
  max-width: 340px;
  margin-bottom: 30px;
}

.lp__img__wrap.lp_11_liw_img_04 .car__image {
  width: 100%;
}

.lp__img__wrap.lp_11_liw_img_05 {
  overflow: visible;
  position: relative;
}

.lp__img__wrap.lp_11_liw_img_05 .car__name {
  width: 100%;
  max-width: 285px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.lp__img__wrap.lp_11_liw_img_05 .car__image {
  position: relative;
  width: 110%;
  left: -50px;
}

.lp__img__wrap.lp_26_liw_img_01 {
  padding: 80px 0;
}

.lp__img__wrap.lp_26_liw_img_01 p {
  text-align: center;
  font: 500 57px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__img__wrap.mt__15 {
  margin-top: 15px;
}

.lp__img__wrap.mt__20 {
  margin-top: 20px;
}

.lp__img__wrap.mt__30 {
  margin-top: 30px;
}

.lp__img__wrap.mt__40 {
  margin-top: 40px;
}

.lp__img__wrap.mt__50 {
  margin-top: 50px;
}

.lp__img__wrap.mt__75 {
  margin-top: 75px;
}

.lp__img__wrap.mt__60 {
  margin-top: 60px;
}

.lp__img__wrap.mt__80 {
  margin-top: 80px;
}

.lp__img__wrap.mt__100 {
  margin-top: 100px;
}

.lp__img__wrap.mb__05 {
  margin-bottom: 5px;
}

.lp__img__wrap.mb__10 {
  margin-bottom: 10px;
}

.lp__img__wrap.mb__15 {
  margin-bottom: 15px;
}

.lp__img__wrap.mb__20 {
  margin-bottom: 20px;
}

.lp__img__wrap.mb__30 {
  margin-bottom: 30px;
}

.lp__img__wrap.mb__40 {
  margin-bottom: 40px;
}

.lp__img__wrap.mb__50 {
  margin-bottom: 50px;
}

.lp__img__wrap.mb__60 {
  margin-bottom: 60px;
}

.lp__img__wrap.mb__70 {
  margin-bottom: 70px;
}

.lp__img__wrap.mb__80 {
  margin-bottom: 80px;
}

.lp__img__wrap.mb__100 {
  margin-bottom: 100px;
}

.lp__img__wrap.mb__150 {
  margin-bottom: 150px;
}

.lp__img__wrap.mb__big {
  margin-bottom: 200px;
}

.lp__img__wrap.pad_0_100 {
  padding: 0 100px;
}

.lp__img__wrap.pad_0_50 {
  padding: 0 50px;
}

.lp__img__wrap.pt__50 {
  padding-top: 50px;
}

.lp__img__wrap.pt__100 {
  padding-top: 100px;
}

.lp__img__wrap.pb__20 {
  padding-bottom: 20px;
}

.lp__img__wrap.pb__100 {
  padding-bottom: 100px;
}

.lp__img__wrap.bordered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #A0A0A0;
}

.lp__img__wrap.bg__blue {
  background-color: #0094DD;
}

.lp__img__wrap.col__w90 {
  max-width: 90%;
  margin: 0 auto;
}

.lp__img__wrap img {
  display: block;
  width: 100%;
  height: auto;
  /*-- SP --*/
}

.lp__img__wrap img.fr {
  float: right;
}

.lp__img__wrap img.lp__double__arrow {
  width: 30%;
  max-width: 100px;
  margin: auto;
}

.lp__img__wrap img.liw__button {
  max-width: 600px;
  margin: 0 auto;
}

.lp__img__wrap img.lp_43_liw_img_01 {
  margin: 0 auto;
  max-width: 950px;
}

.lp__img__wrap img.lp_35_liw_img_01 {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 40px;
}

.lp__img__wrap img.liw_img_01 {
  max-width: 799.5px;
  margin-bottom: 50px;
}

.lp__img__wrap img.liw_img_03 {
  position: relative;
  top: -60px;
  max-width: 873.5px;
  margin: 0 auto;
}

.lp__img__wrap img.liw_img_04 {
  max-width: 800px;
  margin: 0 auto 20px;
}

.lp__img__wrap img.liw_img_05 {
  max-width: 550px;
}

.lp__img__wrap img.liw_img_06 {
  float: right;
  max-width: 500.5px;
}

.lp__img__wrap img.lp_02_liw_img_01 {
  max-width: 570px;
  margin-bottom: 50px;
}

.lp__img__wrap img.lp_02_liw_img_03 {
  position: relative;
  top: -60px;
  max-width: 873.5px;
  margin: 0 auto;
}

.lp__img__wrap img.lp_02_liw_img_04 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: -30px auto 40px;
}

.lp__img__wrap img.lp_03_liw_img_03 {
  float: right;
  max-width: 387px;
  margin-top: 5px;
}

.lp__img__wrap img.lp_04_liw_img_01, .lp__img__wrap img.lp_04_liw_img_03, .lp__img__wrap img.lp_04_liw_img_04 {
  margin-bottom: 40px;
}

.lp__img__wrap img.lp_04_liw_img_02 {
  max-width: 500px;
  margin-bottom: 90px;
}

.lp__img__wrap img.lp_04_liw_img_05, .lp__img__wrap img.lp_04_liw_img_06 {
  max-width: 535px;
  margin-bottom: 40px;
}

.lp__img__wrap img.lp_05_liw_img_01 {
  max-width: 490px;
  margin: 0 auto 50px;
}

.lp__img__wrap img.lp_05_liw_img_02 {
  max-width: 500px;
  margin-top: 100px;
}

.lp__img__wrap img.lp_05_liw_img_03 {
  max-width: 500px;
  margin-bottom: 20px;
}

.lp__img__wrap img.lp_05_liw_img_04 {
  max-width: 500px;
  margin-bottom: 20px;
}

.lp__img__wrap img.lp_05_liw_img_05 {
  margin-top: 100px;
  max-width: 500px;
  float: right;
}

.lp__img__wrap img.lp_05_liw_img_06 {
  max-width: 500px;
  margin-top: 100px;
}

.lp__img__wrap img.lp_05_liw_img_07 {
  max-width: 500px;
  margin-bottom: 20px;
}

.lp__img__wrap img.lp_05_liw_img_09 {
  margin-bottom: 50px;
}

.lp__img__wrap img.fam_liw_img_01 {
  max-width: 900px;
  margin: 0 auto 40px;
}

.lp__img__wrap img.fam_liw_img_04 {
  margin: 0;
}

.lp__img__wrap img.lp_11_liw_img_01 {
  max-width: 900px;
  margin: 40px auto;
}

.lp__img__wrap img.lp_12_liw_img_01 {
  max-width: 1100px;
  margin: 40px auto;
}

.lp__img__wrap img.lp_06_liw_img_01 {
  max-width: 918.5px;
  margin: 0 auto 40px;
}

.lp__img__wrap img.lp_06_liw_img_02 {
  margin-bottom: 20px;
}

.lp__img__wrap img.lp_06_liw_img_03 {
  margin-top: 12px;
}

.lp__img__wrap img.liw_img_16_01 {
  max-width: 526.5px;
  margin-bottom: 50px;
}

.lp__img__wrap img.liw_img_16_03 {
  position: relative;
  top: -90px;
  max-width: 873.5px;
  margin: 0 auto;
}

.lp__img__wrap img.liw_img_16_04 {
  max-width: 730px;
  margin: 0 auto 60px;
}

.lp__img__wrap img.lp_20_liw_img_01 {
  position: relative;
  left: -4px;
  margin-bottom: 15px;
}

.lp__img__wrap img.lp_20_liw_img_02 {
  max-width: 580px;
  margin: 0 auto 15px;
}

.lp__img__wrap img.lp_24_liw_img_01 {
  max-width: 620px;
  margin: 50px auto 0;
}

.lp__img__wrap img.lp_24_liw_img_02 {
  max-width: 970px;
  margin: 50px auto 0;
}

.lp__img__wrap img.lp_24_liw_img_03 {
  max-width: 760px;
  margin: 50px auto 0;
}

.lp__img__wrap img.lp_23_liw_img_01 {
  padding: 80px 0 30px;
}

.lp__img__wrap img.lp_27_liw_img_01 {
  max-width: 400px;
  margin: 0 auto 100px;
}

.lp__img__wrap img.lp_34_liw_img_01 {
  max-width: 400px;
  margin: 0 auto 10px;
}

.lp__img__wrap img.lp_23_liw_img_02 {
  max-width: 850px;
  margin: auto;
}

.lp__img__wrap img.car__name {
  max-width: 80%;
  margin-bottom: 30px;
}

.lp__img__wrap img.car__name.set__2 {
  margin-bottom: 10px;
}

.lp__img__wrap img.sp_mx_350 {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.lp__img__wrap img.sp_mx_400 {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.lp__img__wrap img.pad {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.lp__img__wrap img.pad.pad_0_30 {
  padding: 0 30px;
}

.lp__img__wrap img.pad.pt_40 {
  padding-top: 40px;
}

.lp__img__wrap img.pad.pb_20 {
  padding-bottom: 20px;
}

.lp__img__wrap img.pad.sp_p_0 {
  padding: 0;
}

.lp__img__wrap img.pad.sp_pl_50 {
  padding-left: 50px;
}

.lp__img__wrap img.pad.sp_pl_25 {
  padding-left: 25px;
}

.lp__img__wrap img.pad.sp_pl_20 {
  padding-left: 20px;
}

.lp__img__wrap img.pad.sp_pl_15 {
  padding-left: 15px;
}

.lp__img__wrap img.pad.sp_pr_50 {
  padding-right: 50px;
}

.lp__img__wrap img.pad.sp_pr_15 {
  padding-right: 15px;
}

.lp__img__wrap img.pad.sp_pr_20 {
  padding-right: 20px;
}

.lp__img__wrap img.pad.sp_pr_25 {
  padding-right: 25px;
}

.lp__img__wrap img.pad.sp_ph_50 {
  padding: 0 50px;
}

.lp__img__wrap img.pad.sp_ph_30 {
  padding: 0 30px;
}

.lp__img__wrap img.pad.sp_ph_20 {
  padding: 0 20px;
}

.lp__img__wrap img.pc {
  display: block;
}

.lp__img__wrap img.sp {
  display: none;
}

.lp__img__wrap img.mxw__10 {
  max-width: 10%;
}

.lp__img__wrap img.mxw__20 {
  max-width: 20%;
}

.lp__img__wrap img.mxw__30 {
  max-width: 30%;
}

.lp__img__wrap img.mxw__40 {
  max-width: 40%;
}

.lp__img__wrap img.mxw__49 {
  max-width: 49%;
}

.lp__img__wrap img.mxw__50 {
  max-width: 50%;
}

.lp__img__wrap img.mxw__60 {
  max-width: 60%;
}

.lp__img__wrap img.mxw__65 {
  max-width: 65%;
}

.lp__img__wrap img.mxw__70 {
  max-width: 70%;
}

.lp__img__wrap img.mxw__80 {
  max-width: 80%;
}

.lp__img__wrap img.mxw__90 {
  max-width: 90%;
}

.lp__img__wrap img.ctr__img {
  margin: auto;
}

.lp__img__wrap .center__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: bold 22px/1.3 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  z-index: 1;
  color: #fff;
}

.lp__img__wrap .img__note {
  display: block;
  margin: 5px 0;
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__img__wrap .inner__button {
  position: absolute;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}

.lp__img__wrap .inner__button:hover {
  -webkit-transform: perspective(1px) scale(1.05);
  -ms-transform: perspective(1px) scale(1.05);
  -moz-transform: perspective(1px) scale(1.05);
       transform: perspective(1px) scale(1.05);
  opacity: 0.8;
}

.lp__img__wrap .inner__button.ib--01 {
  width: 45%;
  bottom: 76px;
  left: 3%;
}

.lp__img__wrap .inner__button.ib--02 {
  width: 40%;
  bottom: 25px;
  right: 3%;
}

/*-- lp tables --*/
.lp__tables__title {
  margin-bottom: 10px;
}

.lp__tables__title .ltt__text {
  font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__tables__title .ltt__text.set__2 {
  font-size: 18px;
}

.lp__tables__title .ltt__text.u-textNoto {
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__tables {
  width: 100%;
  margin-bottom: 20px;
}

.lp__tables.mt__50 {
  margin-top: 50px;
}

.lp__tables table {
  width: 100%;
}

.lp__tables table thead tr th {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 1px solid #ddd;
  background: #000;
}

.lp__tables table thead tr th a, .lp__tables table thead tr th p, .lp__tables table thead tr th b, .lp__tables table thead tr th strong, .lp__tables table thead tr th span {
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__tables table thead tr th b, .lp__tables table thead tr th strong {
  font-weight: bold;
}

.lp__tables table tbody.f__14 tr td {
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__tables table tbody.f__14 tr td a, .lp__tables table tbody.f__14 tr td p, .lp__tables table tbody.f__14 tr td b, .lp__tables table tbody.f__14 tr td strong, .lp__tables table tbody.f__14 tr td span {
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__tables table tbody tr td {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  border: 1px solid #999;
  width: auto;
}

.lp__tables table tbody tr td a, .lp__tables table tbody tr td p, .lp__tables table tbody tr td b, .lp__tables table tbody tr td strong, .lp__tables table tbody tr td span {
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__tables table tbody tr td.text_left {
  text-align: left;
}

.lp__tables table tbody tr td b, .lp__tables table tbody tr td strong {
  font-weight: bold;
}

.lp__tables.lp_03_tbl_01 table tbody tr td:first-child {
  width: 30%;
}

.lp__tables__note {
  padding: 5px 0;
  display: block;
  font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*-- LP car listing --*/
.car__field__listing {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.car__field__listing .col__4 {
  width: 100%;
}

.car__field__listing .col__3 {
  width: 75%;
}

.car__field__listing .col__2 {
  width: 50%;
  max-width: 528px;
}

.car__field__listing .col__1 {
  width: 25%;
  max-width: 245px;
}

.car__field__listing .col__2__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  max-width: 528px;
}

.car__field__listing .col__2__single .col__single {
  width: 50%;
  max-width: 245px;
}

.car__field__listing .cfl__list {
  margin-bottom: 20px;
}

.car__field__listing .cfl__list.grp__1 .cfl__title {
  color: #f09600;
}

.car__field__listing .cfl__list.grp__1 .cfl__title::after {
  background-color: #f09600;
}

.car__field__listing .cfl__list.grp__2 .cfl__title {
  color: #e10000;
}

.car__field__listing .cfl__list.grp__2 .cfl__title::after {
  background-color: #e10000;
}

.car__field__listing .cfl__list.grp__3 .cfl__title {
  color: #0064af;
}

.car__field__listing .cfl__list.grp__3 .cfl__title::after {
  background-color: #0064af;
}

.car__field__listing .cfl__list.grp__4 .cfl__title {
  color: #646464;
}

.car__field__listing .cfl__list.grp__4 .cfl__title::after {
  background-color: #646464;
}

.car__field__listing .cfl__list.grp__5 .cfl__title {
  color: #007d32;
}

.car__field__listing .cfl__list.grp__5 .cfl__title::after {
  background-color: #007d32;
}

.car__field__listing .cfl__list.grp__6 .cfl__title {
  color: #000;
}

.car__field__listing .cfl__list.grp__6 .cfl__title::after {
  background-color: #000;
}

.car__field__listing .cfl__list .cfl__title {
  position: relative;
  display: block;
  width: 100%;
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 20px;
}

.car__field__listing .cfl__list .cfl__title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
}

.car__field__listing .cfl__list .cfl__cars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.car__field__listing .cfl__list .cfl__cars .cfl__link {
  width: 100%;
  max-width: 245px;
  display: inline-block;
}

.car__field__listing .cfl__list .cfl__cars .cfl__link:hover .cfl__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
       transform: scale(1.05);
}

.car__field__listing .cfl__list .cfl__cars .cfl__link:hover .cfl__name {
  color: #00A0E6;
}

.car__field__listing .cfl__list .cfl__cars .cfl__link .cfl__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.car__field__listing .cfl__list .cfl__cars .cfl__link .cfl__name {
  display: block;
  text-align: center;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

/*-- car show --*/
.lp__car__display {
  width: 100%;
  display: block;
}

.lp__car__display.white__display .cd__car .cc__descrip p, .lp__car__display.white__display .cd__car .cc__descrip span {
  color: #fff;
}

.lp__car__display.white__display .cd__car__details .cd__head {
  border-bottom: 2px solid #fff;
}

.lp__car__display.white__display .cd__car__details .cd__head .cd__name {
  color: #fff;
}

.lp__car__display.white__display .cd__car__details .cd__body .cd__subtext {
  color: #fff;
}

.lp__car__display.white__display .cd__car__details .cd__body .cd__status .cds__left p {
  color: #fff;
}

.lp__car__display.white__display .cd__car__details .cd__body .cd__status .cds__left span {
  color: #fff;
}

.lp__car__display.white__display .cd__car__details .cd__body .cd__status .cds__right .cds__num {
  color: #fff;
}

.lp__car__display.white__display .cd__car__details .cd__body .cd__status .cds__right .cds__asterisk {
  color: #e60021;
}

.lp__car__display.white__display .cd__car__details .cd__body .cd__status .cds__right .cds__text {
  color: #fff;
}

.lp__car__display.white__display .cd__car__details .cd__body .cd__status .cds__note {
  color: #fff;
}

.lp__car__display.full_width .cd__car {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.lp__car__display.full_width .cd__car .cc__name {
  margin-bottom: 22px;
  min-height: 55px;
}

.lp__car__display.full_width .cd__car .cc__name img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: -40px;
  bottom: 0;
  margin: auto;
  left: 5vw;
}

.lp__car__display.full_width .cd__car .cc__name img.cc_name_001 {
  max-width: 120px;
}

.lp__car__display.full_width .cd__car .cc__name img.cc_name_002 {
  left: 3vw;
  max-width: 200px;
}

.lp__car__display.full_width .cd__car .cc__image {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 340px;
}

.lp__car__display.full_width .cd__car__details .cd__head {
  display: block;
  width: 100%;
  border-bottom: 2px solid #212121;
  margin-bottom: 6px;
}

.lp__car__display.full_width .cd__car__details .cd__head .cd__name {
  display: block;
  font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display.full_width .cd__car__details .cd__head .cd__name.set__2 {
  font: 500 35px/1.2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.lp__car__display.full_width .cd__car__details .cd__body .cd__status {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lp__car__display.full_width .cd__car__details .cd__body .cd__status .cds__left {
  padding-top: 10px;
  width: auto;
  margin-right: 15px;
}

.lp__car__display.full_width .cd__car__details .cd__body .cd__status .cds__right .cds__asterisk {
  top: 8px;
  right: 0px;
  font: normal 18px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.lp__car__display .cd__car.mb_50 {
  margin-bottom: 50px;
}

.lp__car__display .cd__car.mb_80 {
  margin-bottom: 80px;
}

.lp__car__display .cd__car.set__2 {
  margin-bottom: 100px;
}

.lp__car__display .cd__car.set__2 .cc__name {
  margin-bottom: 55px;
}

.lp__car__display .cd__car .cc__name {
  margin-bottom: 22px;
  min-height: 55px;
}

.lp__car__display .cd__car .cc__name.u-p21none {
  position: relative;
  z-index: 1;
}

.lp__car__display .cd__car .cc__name.cc__name__01 {
  min-height: 20px;
}

.lp__car__display .cd__car .cc__name.cc__name__01 img {
  position: absolute;
  max-width: 60px;
}

.lp__car__display .cd__car .cc__name.cc__name__02 {
  min-height: 20px;
}

.lp__car__display .cd__car .cc__name.cc__name__02 img {
  position: absolute;
  max-width: 90px;
}

.lp__car__display .cd__car .cc__name.cc__name__03 {
  min-height: 20px;
}

.lp__car__display .cd__car .cc__name.cc__name__03 img {
  position: absolute;
  max-width: 80px;
}

.lp__car__display .cd__car .cc__name.cc__name__04 {
  min-height: 20px;
}

.lp__car__display .cd__car .cc__name.cc__name__04 img {
  position: absolute;
  max-width: 120px;
}

.lp__car__display .cd__car .cc__name img {
  display: block;
  width: 100%;
  height: auto;
}

.lp__car__display .cd__car .cc__name img.cc_name_img_01 {
  max-width: 260px;
}

.lp__car__display .cd__car .cc__name__text {
  position: absolute;
  top: 10px;
  left: 140px;
}

.lp__car__display .cd__car .cc__name__text p {
  font: 500 18px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car .cc__image {
  margin-bottom: 5px;
}

.lp__car__display .cd__car .cc__image.u-p21none {
  margin-top: -80px;
}

.lp__car__display .cd__car .cc__image.set__2 {
  padding-bottom: 20px;
}

.lp__car__display .cd__car .cc__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp__car__display .cd__car .cc__descrip {
  width: 100%;
  text-align: right;
}

.lp__car__display .cd__car .cc__descrip.set__2 p, .lp__car__display .cd__car .cc__descrip.set__2 span {
  font: 400 10px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car .cc__descrip.set__2 p span, .lp__car__display .cd__car .cc__descrip.set__2 span span {
  font-size: 9px;
}

.lp__car__display .cd__car .cc__descrip.set__2 p span.emp, .lp__car__display .cd__car .cc__descrip.set__2 span span.emp {
  font-weight: 600;
}

.lp__car__display .cd__car .cc__descrip p, .lp__car__display .cd__car .cc__descrip span {
  font: 300 9px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car .cc__descrip p span.emp, .lp__car__display .cd__car .cc__descrip span span.emp {
  font-weight: 600;
}

.lp__car__display .cd__car__details .cd__head {
  display: block;
  width: 100%;
  border-bottom: 2px solid #212121;
  margin-bottom: 6px;
}

.lp__car__display .cd__car__details .cd__head.white__line {
  border-bottom: 2px solid #fff;
}

.lp__car__display .cd__car__details .cd__head .cd__name {
  display: block;
  font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car__details .cd__head .cd__name.set__2 {
  font: 500 35px/1.2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.lp__car__display .cd__car__details .cd__head .cd__name.set__3 {
  font: 500 31px/1.2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.lp__car__display .cd__car__details .cd__body .cd__subtext {
  display: block;
  font: 400 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car__details .cd__body .cd__subtext.set__2 {
  font: 400 18px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 10px 0;
}

.lp__car__display .cd__car__details .cd__body .cd__status {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__car__display .cd__car__details .cd__body .cd__status::after {
  content: '';
  display: block;
  clear: both;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__left {
  padding-top: 10px;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__left p {
  display: block;
  font: 500 20px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__left span {
  font: 400 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__right {
  position: relative;
  width: 100%;
  max-width: 300px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 28px;
  text-align: right;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__right .cds__num {
  font: 500 60px "Roboto", sans-serif;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__right .cds__asterisk {
  position: absolute;
  top: 10px;
  right: 12px;
  font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #e60021;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__right .cds__text {
  position: absolute;
  top: 27px;
  right: 0;
  font: 600 25px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__note {
  width: 100%;
  text-align: right;
  font: 400 9px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__note.set__2 {
  font: 400 17px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 5px;
}

.lp__car__display .cd__car__details .cd__body .cd__status .cds__note.set__3 {
  font: 400 10px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.4px;
}

/*-- content box --*/
.lp__contentbox {
  position: relative;
  width: 100%;
}

.lp__contentbox .lcb__head {
  width: 100%;
  margin-bottom: 15px;
}

.lp__contentbox .lcb__head.set__2 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__contentbox .lcb__head.set__2 .cb__title__wrap {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp__contentbox .lcb__head.set__2 .cb__title__wrap .cb__title {
  font: 600 37px/1.3 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__contentbox .lcb__head.set__2 .cb__title__wrap .cb__title sup {
  font-size: 20px;
  line-height: 1;
}

.lp__contentbox .lcb__head.set__2 .pop__msg {
  position: relative;
  background-color: #0075C1;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  height: 125px;
  width: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp__contentbox .lcb__head.set__2 .pop__msg.set__2::after {
  bottom: 0;
  top: 0;
  left: -65px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lp__contentbox .lcb__head.set__2 .pop__msg.popping {
  -webkit-animation: pop_msg 4s ease infinite;
     -moz-animation: pop_msg 4s ease infinite;
       -o-animation: pop_msg 4s ease infinite;
          animation: pop_msg 4s ease infinite;
}

.lp__contentbox .lcb__head.set__2 .pop__msg::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -2px;
  border: 10px solid transparent;
  border-top: 30px solid #0075C1;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lp__contentbox .lcb__head.set__2 .pop__msg .pm__text {
  position: relative;
  left: 3px;
  font: normal 15px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  color: #fff;
}

.lp__contentbox .lcb__head.set__2 .pop__msg .pm__text sup {
  position: relative;
  left: -4px;
  font-size: 10px;
  line-height: 1;
}

.lp__contentbox .lcb__head.set__3 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__contentbox .lcb__head.set__3 .cb__title__wrap {
  min-height: 125px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp__contentbox .lcb__head.set__3 .cb__title__wrap .cb__title {
  font: 600 37px/1.3 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__contentbox .lcb__head.set__3 .cb__title__wrap .cb__title sup {
  font-size: 20px;
  line-height: 1;
}

.lp__contentbox .lcb__head.mb__40 {
  margin-bottom: 40px;
}

.lp__contentbox .lcb__head .cb__title {
  font: 600 32px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
}

.lp__contentbox .lcb__head .cb__title--blue {
  display: block;
  font: 600 32px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  color: #95CBE7;
  margin-bottom: 20px;
}

.lp__contentbox .lcb__head .cb__title sup {
  font-size: 14px;
  line-height: 1;
  width: 0;
  display: inline-block;
  position: relative;
  left: -7px;
  top: -5px;
}

.lp__contentbox .cb__textbox {
  border: 2px solid #0075C1;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  margin-bottom: 20px;
  text-align: center;
}

.lp__contentbox .cb__textbox.set__2 {
  margin-bottom: 40px;
}

.lp__contentbox .cb__textbox p {
  font: 500 18px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #0075C1;
}

.lp__contentbox .cb__textbox p sup {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  top: -2px;
  left: 0;
}

.lp__contentbox .cb__textbox p sup.set__2 {
  left: -4px;
}

.lp__contentbox .cb__text {
  width: 100%;
  min-height: 100px;
  margin-bottom: 15px;
}

.lp__contentbox .cb__text.set__2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__contentbox .cb__text.set__2 p {
  font: 400 17px/1.9 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__contentbox .cb__text.set__2 .left__part {
  width: 54%;
}

.lp__contentbox .cb__text.set__2 .right__part {
  width: 46%;
}

.lp__contentbox .cb__text.set__3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__contentbox .cb__text.set__3 p {
  font: 400 17px/1.9 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__contentbox .cb__text.set__3 .left__part {
  width: 46%;
}

.lp__contentbox .cb__text.set__3 .right__part {
  width: 54%;
}

.lp__contentbox .cb__text.set__4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__contentbox .cb__text.set__4 p {
  font: 400 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

.lp__contentbox .cb__text.set__4 .left__part {
  width: 46%;
}

.lp__contentbox .cb__text.set__4 .right__part {
  width: 50%;
}

.lp__contentbox .cb__text.mb__0 {
  margin-bottom: 0;
}

.lp__contentbox .cb__text .title {
  width: 100%;
  margin-bottom: 2px;
}

.lp__contentbox .cb__text .title p {
  font: 500 17px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  color: #0075C1;
}

.lp__contentbox .cb__text p {
  font: 400 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__contentbox .cb__text p sup {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  top: -2px;
  left: 0;
}

.lp__contentbox .cb__text p sup.set__2 {
  left: -4px;
}

.lp__contentbox .lcb__note {
  margin-bottom: 15px;
}

.lp__contentbox .lcb__note ul {
  position: relative;
  width: 100%;
}

.lp__contentbox .lcb__note ul.ul__asterisk li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp__contentbox .lcb__note ul.ul__asterisk li .asterisk {
  display: block;
  width: 15px;
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp__contentbox .lcb__note ul.ul__asterisk li p {
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.combi__content {
  position: relative;
  background-color: #000;
  width: 100%;
}

.combi__content__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 100;
}

.combi__content__text_msg {
  font: 600 37px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.combi__content__imgs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.combi__content__imgs .lp__img__wrap {
  width: 50%;
}

/*-- car display data --*/
.car__display__data {
  max-width: 522px;
  margin: 50px auto;
  height: auto;
  overflow: hidden;
}

.car__display__data.mt__30 {
  margin-top: 30px;
}

.car__display__data .cdd__head {
  margin-bottom: 30px;
  min-height: 54px;
}

.car__display__data .cdd__head .cdd__title {
  font: normal 18px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.car__display__data .cdd__head .cdd__title.set__2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.car__display__data .cdd__head .cdd__title.set__2 .cdd__title__text {
  width: 35%;
}

.car__display__data .cdd__head .cdd__title.set__2 .cdd__title__img {
  width: 60%;
  max-width: 300px;
  margin: 5px auto 0;
}

.car__display__data .cdd__body .cdd__car {
  min-height: 270px;
}

.car__display__data .cdd__body .cdd__car img {
  display: block;
  width: 100%;
  height: auto;
}

.car__display__data .cdd__body .cdd__details {
  width: 100%;
}

.car__display__data .cdd__body .cdd__details .cdd__car__name {
  display: block;
  font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.car__display__data .cdd__body .cdd__details .car__type {
  display: block;
  font: 400 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.car__display__data .cdd__body .cdd__details .cdd__text {
  display: block;
  font: 400 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.car__display__data .cdd__body .cdd__details .cdd__text__box {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px;
  display: block;
  font: 400 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 20px 0;
}

.car__display__data .cdd__body .cdd__details .detail__divider {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.car__display__data .cdd__body .cdd__details .detail__divider .left__part {
  width: 60%;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part {
  width: 35%;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .sml__text {
  display: block;
  font: 400 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .comp__number {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .comp__number .cn__left span {
  position: relative;
  display: block;
  font: bold 55px "Roboto", sans-serif;
  letter-spacing: 1px;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .comp__number .cn__left span::before {
  content: '';
  position: absolute;
  top: 23px;
  right: -5px;
  height: 3px;
  width: 3px;
  background-color: #000;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .comp__number .cn__right {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .comp__number .cn__right span {
  display: block;
  font: bold 15px "Roboto", sans-serif;
  letter-spacing: 1px;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .comp__number .cn__right span sup {
  color: #e60021;
}

.car__display__data .cdd__body .cdd__details .detail__divider .right__part .comp__number .cn__right span:nth-child(1) {
  font-size: 22px;
}

.page__arrowdown {
  width: 100%;
}

.page__arrowdown img {
  display: block;
  margin: 20px auto;
  width: 165px;
}

.hrl {
  height: 1px;
  width: 100%;
  background-color: #414141;
}

.movie__field {
  position: relative;
  width: 100%;
  padding: 100px 0;
}

.movie__field__head {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.movie__field__head__title {
  font: bold 30px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #999;
}

.movie__field__head__subtitle {
  font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #999;
}

.movie__field__body {
  width: 100%;
}

.movie__field__body::after {
  content: '';
  display: block;
  clear: both;
}

.movie__field__body .movie__card {
  float: left;
  width: 30%;
  min-height: 185px;
  background-color: #999;
  margin-bottom: 50px;
  margin-right: 5%;
}

.movie__field__body .movie__card:nth-child(3n + 3) {
  margin-right: 0;
}

/*-- DYNAMIC MODAL --*/
/*-- in used: LP 27 --*/
.dynamic__modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9000;
  display: none;
}

.dynamic__modal--box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 30px solid #6AC2E4;
  border-bottom: 30px solid #6AC2E4;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
     transform: translateY(10px);
  opacity: 0;
}

.dynamic__modal--box.bg-dot {
  background: url("./../../campaign/img/main/pattern-dots.png") center/cover repeat;
  background-color: #E6E6EA;
  border-color: #008CD1;
}

.dynamic__modal--box.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
     transform: translateY(0px);
}

.dynamic__modal--box-content {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: -webkit-calc(100% - 25px);
  height: -moz-calc(100% - 25px);
  height: calc(100% - 25px);
  max-width: 1100px;
  margin: auto;
  padding-top: 95px;
  overflow: hidden;
}

.dynamic__modal--box-content.set__2 .dmc__title {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
}

.dynamic__modal--box-content .dm_close_btn {
  position: absolute;
  top: 25px;
  right: 0;
  height: 45px;
  width: 45px;
  background-color: #666;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.dynamic__modal--box-content .dm_close_btn:hover {
  background-color: #000;
}

.dynamic__modal--box-content .dm_close_btn::before, .dynamic__modal--box-content .dm_close_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 4px;
  width: 36px;
  background-color: #fff;
  z-index: 200;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.dynamic__modal--box-content .dm_close_btn::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dynamic__modal--box-content .dm_close_btn::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dynamic__modal--box-content .dm__content {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 4px;
  display: none;
}

.dynamic__modal--box-content .dm__content::after {
  content: '';
  display: block;
  clear: both;
}

.dynamic__modal--box-content .dm__content .dmc__title {
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px solid #231815;
}

.dynamic__modal--box-content .dm__content .dmc__title.no_border {
  border: none;
}

.dynamic__modal--box-content .dm__content .dmc__title--text {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px 8px;
  min-width: 300px;
  color: #fff;
  background-color: #231815;
  font: 400 20px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  z-index: 1;
}

.dynamic__modal--box-content .dm__content .dmc__title--text::after {
  content: '';
  position: absolute;
  top: 0;
  right: -21px;
  height: 100%;
  width: 50px;
  z-index: 0;
  background-color: #231815;
  -webkit-transform: skewX(36deg);
     -moz-transform: skewX(36deg);
      -ms-transform: skewX(36deg);
       -o-transform: skewX(36deg);
          transform: skewX(36deg);
  z-index: -1;
}

.dynamic__modal--box-content .dm__content .dmc__title--text .emp__box {
  display: inline-block;
  font: 400 14px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  margin-left: 5px;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 6px 4px;
  background-color: #9E9E9F;
  -webkit-transform: translateY(-1px);
     -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
}

.dynamic__modal--box-content .dm__content .dmc__msg {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-align: center;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  min-height: 50px;
  font: bold 30px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #595757;
  margin-bottom: 40px;
}

.dynamic__modal--box-content .dm__content .dmc__msg:last-child {
  margin-bottom: 0;
}

.dynamic__modal--box-content .dm__content .dmc__msg::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: -40px;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 8px solid #fff;
}

.dynamic__modal--box-content .dm__content .dmc__msg__note {
  position: absolute;
  right: 5px;
  bottom: 10px;
  font: bold 24px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #595757;
}

.dynamic__modal--box-content .dm__content .dmc {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.dynamic__modal--box-content .dm__content .dmc--left, .dynamic__modal--box-content .dm__content .dmc--right {
  width: -webkit-calc(50% - 22.5px);
  width: -moz-calc(50% - 22.5px);
  width: calc(50% - 22.5px);
}

.dynamic__modal--box-content .dm__content .dmc--left-title {
  position: relative;
  font: 500 33px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.dynamic__modal--box-content .dm__content .dmc--left-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}

.dynamic__modal--box-content .dm__content .dmc--left-details {
  display: block;
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 70px;
}

.dynamic__modal--box-content .dm__content .dmc--left-details.set__2 {
  min-height: 0px;
  margin-bottom: 10px;
}

.dynamic__modal--box-content .dm__content .dmc--left-img {
  display: block;
  width: 100%;
  height: auto;
}

.dynamic__modal--box-content .dm__content .dmc--left-img.set__2 {
  margin: 40px 0 30px;
}

.dynamic__modal--box-content .dm__content .dmc--left-note {
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dynamic__modal--box-content .dm__content .dmc--left-note .emp__box {
  display: inline-block;
  margin-top: 4px;
  font: 500 16px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 15px;
  background-color: #B5B5B6;
}

.dynamic__modal--box-content .dm__content .dmc--left-side_note {
  position: relative;
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #888;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
}

.dynamic__modal--box-content .dm__content .dmc--left-side_note::before {
  content: '‒';
  position: absolute;
  top: 0;
  left: 0;
  font: normal 16px/0 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #888;
}

.dynamic__modal--box-content .dm__content .dmc--left-car_info {
  font: normal 10px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dynamic__modal--box-content .dm__content .dmc--right-img {
  display: block;
  width: 100%;
  height: auto;
}

.dynamic__modal--box-content .dm__content .dmc--note_box {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  margin-top: 5px;
  padding: 5px 10px;
  font: normal 10px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dynamic__modal--box-content .dm__content .dmc__notice {
  width: 100%;
}

.dynamic__modal--box-content .dm__content .dmc__notice.t_right {
  text-align: right;
}

.dynamic__modal--box-content .dm__content .dmc__notice p {
  font: 400 10px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*-- date range display --*/
.timeit.hidden {
  display: none !important;
}

.obj__hover {
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
  display: inline-block;
}

.obj__hover:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.obj__hover.set__2:hover {
  -webkit-transform: perspective(1px) translateY(0px) scale(1.02);
     -moz-transform: perspective(1px) translateY(0px) scale(1.02);
          transform: perspective(1px) translateY(0px) scale(1.02);
}

.obj__hover.set__3:hover {
  -webkit-transform: perspective(1px) translateY(0px) scale(0.98);
     -moz-transform: perspective(1px) translateY(0px) scale(0.98);
          transform: perspective(1px) translateY(0px) scale(0.98);
  opacity: 0.8;
}

.obj__hover.set__4 img {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.obj__hover.set__4:hover {
  -webkit-transform: translateY(0px) scale(1.02);
     -moz-transform: translateY(0px) scale(1.02);
      -ms-transform: translateY(0px) scale(1.02);
       -o-transform: translateY(0px) scale(1.02);
          transform: translateY(0px) scale(1.02);
}

.obj__hover.set__4:hover img {
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.08);
}

.obj__hover.set__5 {
  overflow: hidden;
}

.obj__hover.set__5 img {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.obj__hover.set__5:hover {
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

.obj__hover.set__5:hover img {
  -webkit-transform: perspective(1px) scale(1.1);
     -moz-transform: perspective(1px) scale(1.1);
          transform: perspective(1px) scale(1.1);
}

.obj__hover.set__6:hover {
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 0.6;
}

.obj__hover.center {
  display: block;
  margin: 0 auto;
}

.image__counter {
  position: absolute;
  font: normal 11px "Roboto", sans-serif;
  z-index: 100;
}

.image__counter.f_12 {
  font-size: 12px;
}

.image__counter.btm_center_r {
  bottom: -4px;
  right: 47%;
  width: 50px;
}

.image__counter.btm_center_l {
  bottom: -4px;
  left: 50%;
  width: 50px;
}

.image__counter.btm_center_l.set__2 {
  left: 59%;
}

.image__counter.btm_center_l.set__3 {
  bottom: 5px;
  left: 50%;
}

.image__counter.btm_right {
  right: 0;
  bottom: -17px;
}

.image__counter.btm_right.set__2 {
  right: 5px;
}

.image__counter.btm_right_lower {
  right: 0;
  bottom: -30px;
}

.image__counter.btm_right_deep {
  right: 0;
  bottom: -20px;
}

.image__counter.btm_right_in {
  right: 10px;
  bottom: 7px;
}

.image__counter.btm_right_inner {
  right: 20px;
  bottom: 7px;
}

.image__counter.btm_left_in {
  left: 10px;
  bottom: 7px;
}

.image__counter.btm_left_inner {
  left: 20px;
  bottom: 7px;
}

.image__counter.btm_right_in_0 {
  right: 0;
  bottom: 2px;
}

.image__counter.wht {
  color: #fff;
}

.image__counter.wht .ic__number {
  color: #fff;
}

.image__counter.with_shadow {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

.image__counter.wht_shadow {
  text-shadow: 0 0 2px #fff;
}

.image__counter .ic__number {
  margin-left: 2px;
}

.page__acnhor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.page__acnhor.offset_90 {
  top: -90px;
}

.page__acnhor.offset_40 {
  top: -40px;
}

/*-- UNI COLORS --*/
a.white, p.white, pre.white, i.white, b.white, strong.white, label.white, span.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}

a.brown_txt, p.brown_txt, pre.brown_txt, i.brown_txt, b.brown_txt, strong.brown_txt, label.brown_txt, span.brown_txt, h1.brown_txt, h2.brown_txt, h3.brown_txt, h4.brown_txt, h5.brown_txt, h6.brown_txt {
  color: #A89050;
}

a.red__text, p.red__text, pre.red__text, i.red__text, b.red__text, strong.red__text, label.red__text, span.red__text, h1.red__text, h2.red__text, h3.red__text, h4.red__text, h5.red__text, h6.red__text {
  color: #e60021;
}

a.gray_text, p.gray_text, pre.gray_text, i.gray_text, b.gray_text, strong.gray_text, label.gray_text, span.gray_text, h1.gray_text, h2.gray_text, h3.gray_text, h4.gray_text, h5.gray_text, h6.gray_text {
  color: #323232;
}

a.lightGray_text, p.lightGray_text, pre.lightGray_text, i.lightGray_text, b.lightGray_text, strong.lightGray_text, label.lightGray_text, span.lightGray_text, h1.lightGray_text, h2.lightGray_text, h3.lightGray_text, h4.lightGray_text, h5.lightGray_text, h6.lightGray_text {
  color: #999;
}

a.orange_text, p.orange_text, pre.orange_text, i.orange_text, b.orange_text, strong.orange_text, label.orange_text, span.orange_text, h1.orange_text, h2.orange_text, h3.orange_text, h4.orange_text, h5.orange_text, h6.orange_text {
  color: #F29D39;
}

a.emp, p.emp, pre.emp, i.emp, b.emp, strong.emp, label.emp, span.emp, h1.emp, h2.emp, h3.emp, h4.emp, h5.emp, h6.emp {
  font-weight: bold;
}

.wow {
  visibility: hidden;
}

.wow.delay_02 {
  -webkit-animation-delay: .2s;
     -moz-animation-delay: .2s;
       -o-animation-delay: .2s;
          animation-delay: .2s;
}

.wow.delay_04 {
  -webkit-animation-delay: .4s;
     -moz-animation-delay: .4s;
       -o-animation-delay: .4s;
          animation-delay: .4s;
}

.wow.delay_06 {
  -webkit-animation-delay: .6s;
     -moz-animation-delay: .6s;
       -o-animation-delay: .6s;
          animation-delay: .6s;
}

.wow.delay_08 {
  -webkit-animation-delay: .8s;
     -moz-animation-delay: .8s;
       -o-animation-delay: .8s;
          animation-delay: .8s;
}

.wow.delay_1 {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

a.hover__img img {
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

a.hover__img:hover img {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
       transform: translateY(-10px);
}

/*-- MODALS --*/
.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.modal__wrapper .modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: 800px;
  height: 490px;
  background-color: #000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 40px 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.modal__wrapper .modal .mdl__close__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 21px;
  width: 21px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #212121;
  cursor: pointer;
}

.modal__wrapper .modal .mdl__close__btn:hover {
  background: #111;
}

.modal__wrapper .modal .mdl__close__btn:hover::before, .modal__wrapper .modal .mdl__close__btn:hover::after {
  background: #00A0E6;
}

.modal__wrapper .modal .mdl__close__btn::before, .modal__wrapper .modal .mdl__close__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 1px;
  background: #666;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.modal__wrapper .modal .mdl__close__btn::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
}

.modal__wrapper .modal iframe {
  width: 100%;
  height: 100%;
}

.mdl__btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.mdl__btn img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.mdl__btn .player__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 20px solid transparent;
  border-left: 30px solid rgba(250, 250, 250, 0.3);
  height: 0;
  width: 0;
  right: -30px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.mdl__btn:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.mdl__btn:hover .player__btn {
  border-left: 30px solid rgba(250, 250, 250, 0.9);
  -webkit-animation: pulse 1s ease infinite;
     -moz-animation: pulse 1s ease infinite;
       -o-animation: pulse 1s ease infinite;
          animation: pulse 1s ease infinite;
}

.lightbox__field {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  z-index: -1000;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.lightbox__field.active {
  z-index: 10000;
  opacity: 1;
}

.lightbox__field .lightbox {
  position: relative;
  background-color: #000;
  width: 50%;
  height: 70vh;
  z-index: 1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.lightbox__field .lightbox.active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
       transform: translateY(0px);
  opacity: 1;
}

.lightbox__field .lightbox__btn {
  position: absolute;
  top: -50px;
  right: -50px;
  height: 40px;
  width: 40px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.lightbox__field .lightbox__btn:hover::before, .lightbox__field .lightbox__btn:hover::after {
  background-color: #00A0E6;
}

.lightbox__field .lightbox__btn::before, .lightbox__field .lightbox__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.lightbox__field .lightbox__btn::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
}

.lightbox__field .lightbox__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.lightbox__field .lightbox__content img {
  background-color: #fff;
  display: block;
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}

.popUp__field {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000;
  display: none;
}

.popUp__field__box {
  position: absolute;
  height: 90vh;
  width: 70vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}

.popUp__field__box__content {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popUp__field__box__content__img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.popUp__field__box.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.js-popUp {
  cursor: pointer;
}

.kosodate_banner__sliderContainer {
  position: relative;
}

.kosodate_banner__sliderControlBG {
  position: absolute;
  left: 0;
  top: 20%;
  background-color: #fadce9;
  width: 100%;
  height: 420px;
}

.kosodate_banner__sliderControlBG02 {
  position: absolute;
  left: 0;
  top: 20%;
  background-color: #d3edfb;
  width: 100%;
  height: 420px;
}

#kosodate_banner__slider,
#kosodate_banner__slider02,
#kosodate_banner__slider03 {
  display: block;
  max-width: 1100px;
  padding: 0 45px;
  margin: 0 auto 50px;
  position: relative;
}

.kosodate_banner-button-prev {
  width: 100px;
  position: absolute;
  top: 35%;
  z-index: 2;
  left: 0;
}

.kosodate_banner-button-next {
  width: 100px;
  position: absolute;
  top: 35%;
  z-index: 2;
  right: 0;
}

#search-fixed {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#search-fixed .search-fixed-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#search-fixed .search-fixed-item .odyssey__LP__sec04__inline {
  margin: 0 auto;
}

#search-fixed.search-fixed-on .search-fixed-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/************* ANIMATION ***************/
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-15px);
         transform: translateX(-15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(0px);
         transform: translateX(0px);
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-15px);
       transform: translateX(-15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: translateX(0px);
       transform: translateX(0px);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
       -moz-transform: translateX(-15px);
         -o-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes slideLeft_small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-moz-keyframes slideLeft_small {
  0% {
    opacity: 0;
    -moz-transform: translateX(-5px);
         transform: translateX(-5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(0px);
         transform: translateX(0px);
  }
}

@-o-keyframes slideLeft_small {
  0% {
    opacity: 0;
    -o-transform: translateX(-5px);
       transform: translateX(-5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: translateX(0px);
       transform: translateX(0px);
  }
}

@keyframes slideLeft_small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes alertBox {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes alertBox {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    filter: brightness(150%);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes alertBox {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    filter: brightness(150%);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes alertBox {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-moz-keyframes bounceIn {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
         transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
         transform: translateY(-3px);
  }
}

@-o-keyframes bounceIn {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
       transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
       transform: translateY(-3px);
  }
}

@keyframes bounceIn {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
      -o-transform: translateY(-8px);
         transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
      -o-transform: translateY(-3px);
         transform: translateY(-3px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
         transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
       transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
      -o-transform: scale(1.06);
         transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
  }
}

@-webkit-keyframes alertLight {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(180%);
            filter: brightness(180%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

@-moz-keyframes alertLight {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(180%);
  }
  100% {
    filter: brightness(100%);
  }
}

@-o-keyframes alertLight {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(180%);
  }
  100% {
    filter: brightness(100%);
  }
}

@keyframes alertLight {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(180%);
            filter: brightness(180%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide_text {
  0% {
    height: 0%;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  /*96% {height: 100%;opacity: 0;}*/
  /*97% {height: 100%;opacity: 1;}
  98% {height: 100%;opacity: 0;}*/
  96% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@-moz-keyframes slide_text {
  0% {
    height: 0%;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  /*96% {height: 100%;opacity: 0;}*/
  /*97% {height: 100%;opacity: 1;}
  98% {height: 100%;opacity: 0;}*/
  96% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@-o-keyframes slide_text {
  0% {
    height: 0%;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  /*96% {height: 100%;opacity: 0;}*/
  /*97% {height: 100%;opacity: 1;}
  98% {height: 100%;opacity: 0;}*/
  96% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes slide_text {
  0% {
    height: 0%;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  /*96% {height: 100%;opacity: 0;}*/
  /*97% {height: 100%;opacity: 1;}
  98% {height: 100%;opacity: 0;}*/
  96% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes pop_msg {
  0% {
    -webkit-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
  45% {
    -webkit-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
  50% {
    -webkit-transform: perspective(1px) scale(1.01);
            transform: perspective(1px) scale(1.01);
  }
  55% {
    -webkit-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
  100% {
    -webkit-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
}

@-moz-keyframes pop_msg {
  0% {
    -moz-transform: perspective(1px) scale(0.9);
         transform: perspective(1px) scale(0.9);
  }
  45% {
    -moz-transform: perspective(1px) scale(0.9);
         transform: perspective(1px) scale(0.9);
  }
  50% {
    -moz-transform: perspective(1px) scale(1.01);
         transform: perspective(1px) scale(1.01);
  }
  55% {
    -moz-transform: perspective(1px) scale(0.9);
         transform: perspective(1px) scale(0.9);
  }
  100% {
    -moz-transform: perspective(1px) scale(0.9);
         transform: perspective(1px) scale(0.9);
  }
}

@-o-keyframes pop_msg {
  0% {
    transform: perspective(1px) scale(0.9);
  }
  45% {
    transform: perspective(1px) scale(0.9);
  }
  50% {
    transform: perspective(1px) scale(1.01);
  }
  55% {
    transform: perspective(1px) scale(0.9);
  }
  100% {
    transform: perspective(1px) scale(0.9);
  }
}

@keyframes pop_msg {
  0% {
    -webkit-transform: perspective(1px) scale(0.9);
       -moz-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
  45% {
    -webkit-transform: perspective(1px) scale(0.9);
       -moz-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
  50% {
    -webkit-transform: perspective(1px) scale(1.01);
       -moz-transform: perspective(1px) scale(1.01);
            transform: perspective(1px) scale(1.01);
  }
  55% {
    -webkit-transform: perspective(1px) scale(0.9);
       -moz-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
  100% {
    -webkit-transform: perspective(1px) scale(0.9);
       -moz-transform: perspective(1px) scale(0.9);
            transform: perspective(1px) scale(0.9);
  }
}

@-webkit-keyframes pop_in {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@-moz-keyframes pop_in {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0);
         transform: translate(-50%, -50%) scale(0);
  }
  75% {
    -moz-transform: translate(-50%, -50%) scale(1.1);
         transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
  }
}

@-o-keyframes pop_in {
  0% {
    -o-transform: translate(-50%, -50%) scale(0);
       transform: translate(-50%, -50%) scale(0);
  }
  75% {
    -o-transform: translate(-50%, -50%) scale(1.1);
       transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pop_in {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
       -moz-transform: translate(-50%, -50%) scale(1.1);
         -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

/********* COMMON RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  .bg__blue {
    padding: 10vw 0 20px;
  }
  .bg__pink {
    padding: 10vw 0 20px;
  }
  .inner__container {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .inner__container.pad_50 {
    padding: 50px 15px;
  }
  .inner__container.pdb__100 {
    padding-bottom: 10vw;
  }
  .outer__container {
    padding: 0 15px;
  }
  .black__container.pt_100 {
    padding-top: 50px;
  }
  .black__container.pad_100 {
    padding: 50px 0;
  }
  .black__container.mt__100 {
    margin-bottom: 50px;
  }
  .full__width.set__2 {
    padding: 4vw 0;
  }
  .full__width.set__2::before, .full__width.set__2::after {
    height: 1px;
  }
  .full__width.set__2::before {
    top: 20%;
  }
  .full__width.set__2::after {
    bottom: 20%;
  }
  .full__width.set__3 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 15px;
  }
  .full__width.mb__100 {
    margin-bottom: 50px;
  }
  .full__width.mb__50 {
    margin-bottom: 20px;
  }
  /*-- DYNAMIC MODAL --*/
  /*-- in used: LP 27 --*/
  .dynamic__modal--box {
    border-top: 15px solid #6AC2E4;
    border-bottom: 15px solid #6AC2E4;
  }
  .dynamic__modal--box-content {
    height: -webkit-calc(100% - 25px);
    height: -moz-calc(100% - 25px);
    height: calc(100% - 25px);
    padding: 40px 10px 0;
  }
  .dynamic__modal--box-content.set__2 .dmc__title {
    padding-right: 5vw;
  }
  .dynamic__modal--box-content .dm_close_btn {
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
  }
  .dynamic__modal--box-content .dm_close_btn:hover::before, .dynamic__modal--box-content .dm_close_btn:hover::after {
    width: 18px;
  }
  .dynamic__modal--box-content .dm_close_btn::before, .dynamic__modal--box-content .dm_close_btn::after {
    height: 2px;
    width: 18px;
  }
  .dynamic__modal--box-content .dm__content {
    padding-right: 4px;
  }
  .dynamic__modal--box-content .dm__content::after {
    content: '';
    display: block;
    clear: both;
  }
  .dynamic__modal--box-content .dm__content .dmc__title {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .dynamic__modal--box-content .dm__content .dmc__title--text {
    padding: 10px 10px 8px;
    min-width: 100px;
    font-size: 4vw;
    line-height: 1.4;
  }
  .dynamic__modal--box-content .dm__content .dmc__title--text .emp__box {
    display: block;
    font-size: 4vw;
    margin-left: 0px;
    margin-top: 4px;
  }
  .dynamic__modal--box-content .dm__content .dmc__msg {
    padding: 5vw;
    width: -webkit-calc(100% - 5vw);
    width: -moz-calc(100% - 5vw);
    width: calc(100% - 5vw);
    font-size: 2.5vw;
    margin-bottom: 5vw;
  }
  .dynamic__modal--box-content .dm__content .dmc__msg::after {
    bottom: 3vw;
    right: -5vw;
    border: 4vw solid transparent;
    border-left: 6vw solid #fff;
    border-bottom: 2vw solid #fff;
  }
  .dynamic__modal--box-content .dm__content .dmc__msg__note {
    right: 2vw;
    bottom: 3vw;
    font-size: 2vw;
  }
  .dynamic__modal--box-content .dm__content .dmc {
    margin-bottom: 25px;
  }
  .dynamic__modal--box-content .dm__content .dmc--left, .dynamic__modal--box-content .dm__content .dmc--right {
    width: 100%;
  }
  .dynamic__modal--box-content .dm__content .dmc--left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-title {
    font-size: 5vw;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-details {
    font-size: 3vw;
    min-height: 40px;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-details.set__2 {
    min-height: 0px;
    margin-bottom: 10px;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-img.set__2 {
    margin: 40px 0 30px;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-note {
    font-size: 3vw;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-note .emp__box {
    margin-top: 4px;
    font-size: 3vw;
    padding: 8px 15px;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-side_note {
    font-size: 3vw;
    margin-bottom: 20px;
    padding-top: 4px;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-side_note::before {
    font-size: 3vw;
  }
  .dynamic__modal--box-content .dm__content .dmc--left-car_info {
    font-size: 2vw;
  }
  .dynamic__modal--box-content .dm__content .dmc--right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
  .dynamic__modal--box-content .dm__content .dmc--note_box {
    font-size: 2vw;
  }
  .dynamic__modal--box-content .dm__content .dmc__notice p {
    font-size: 2vw;
  }
  .vertical__line {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #333;
    left: 0;
    right: 0;
    margin: auto;
  }
  .vertical__line::before, .vertical__line::after {
    display: none;
  }
  .vertical__line__left, .vertical__line__right {
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #333;
  }
  .vertical__line__left {
    left: 18%;
  }
  .vertical__line__right {
    right: 18%;
  }
  .breadcrumb {
    margin-bottom: 10px;
  }
  .breadcrumb ul li a, .breadcrumb ul li p {
    font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  /*-- KV --*/
  .page__kv img.mb__50 {
    margin-bottom: 25px;
  }
  .page__kv.mb__40 {
    margin-bottom: 20px;
  }
  .page__kv.sp_mb_50 {
    margin-bottom: 50px;
  }
  .page__kv.sp_mb_20 {
    margin-bottom: 20px;
  }
  .page__kv.mt__60 {
    margin-top: 60px;
  }
  .page__kv.mt__50 {
    margin-top: 25px;
  }
  .page__kv.sp_pb_10 {
    padding-bottom: 10px;
  }
  .page__kv .kv__title {
    text-align: center;
  }
  .page__kv .kv__title.tr__left {
    text-align: center;
  }
  .page__kv .kv__title.tr__left p {
    margin-right: 0;
    margin-left: 0;
  }
  .page__kv .kv__title.tr__right {
    text-align: center;
  }
  .page__kv .kv__title.tr__right p {
    margin-right: 0;
    margin-left: 0;
  }
  .page__kv .kv__title.sppb__10 {
    padding-bottom: 10px;
  }
  .page__kv .kv__title p {
    font-size: 10px;
    margin-right: 0;
  }
  .page__kv .kv__text {
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    height: 130px;
  }
  .page__kv .kv__text .kv__title {
    font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
  }
  .page__kv .kv__text .kv__details {
    font: normal 30px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
    margin-bottom: 15px;
  }
  .page__kv .kv__text .kv__eng {
    font: normal 18px "Roboto", sans-serif;
    font-weight: 100;
  }
  .page__kv--car_display {
    min-height: 80px;
  }
  .page__kv--car_display .car_display_01 {
    width: 32vw;
  }
  .page__kv--car_display .car_display_02 {
    width: 37vw;
  }
  .page__kv--car_display .car_display_03 {
    width: 32vw;
  }
  /*-- KV SLIDER --*/
  #kv__slider {
    /*-- pagination --*/
  }
  #kv__slider .swiper-wrapper .swiper-slide .slider__text {
    bottom: 0px;
    left: 20px;
  }
  #kv__slider .swiper-wrapper .swiper-slide .slider__text p {
    font: normal 30px/2 "Roboto", sans-serif;
    font-weight: 400;
  }
  #kv__slider .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
  .section__big__title {
    margin-bottom: 30px;
  }
  .section__big__title .sec__title__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .section__big__title .sec__title__img img {
    display: block;
    height: auto;
  }
  .section__big__title .sec__title__img img.stm__1 {
    width: 90%;
    max-width: 453.5px;
  }
  .section__big__title .sec__title__img img.stm__2 {
    width: 90%;
    max-width: 538.5px;
  }
  .section__big__title .sec__title__img img.stm__3 {
    width: 90%;
    max-width: 430px;
  }
  .section__big__title .sec__title__img::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #0066ff;
    opacity: 0.2;
    z-index: 1;
  }
  .section__big__title .cbt__subtitle {
    font: normal 18px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .center__titles {
    margin-bottom: 50px;
  }
  .center__titles.mb__50 {
    margin-bottom: 30px;
  }
  .center__titles .ct__text {
    width: 33.33%;
  }
  .center__titles .ct__text .ct__icon {
    display: block;
    margin: 0 auto 18px;
    width: 63px;
    height: auto;
  }
  .center__titles .ct__text .ct__title {
    font: normal 25px/1.5 "Roboto", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    color: #0652c5;
  }
  .center__titles .ct__text .ct__subtitle {
    font: normal 13px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
    color: #fff;
  }
  .center__titles .ct__text .ct__arrow__down {
    display: block;
    margin: 15px auto 0;
    width: 79px;
    height: auto;
  }
  .page__title {
    padding-top: 0;
    margin-top: 60px;
    height: auto;
  }
  .page__title .pt__text {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 15px;
    font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .page__navi {
    margin-bottom: 40px;
  }
  .page__navi .pn__header {
    width: 100%;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page__navi .pn__header.set__2 .pn__left, .page__navi .pn__header.set__2 .pn__right {
    width: 100%;
  }
  .page__navi .pn__header .pn__left {
    width: 100%;
  }
  .page__navi .pn__header .pn__left.w__100 {
    width: 100%;
  }
  .page__navi .pn__header .pn__left .pn__title {
    font: normal 16px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .page__navi .pn__header .pn__left .pn__subtitle {
    font: normal 12px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .page__navi .pn__header .pn__left .pn__img {
    margin-top: 20px;
  }
  .page__navi .pn__header .pn__left .pn__img.p_18_pn {
    width: 100%;
    max-width: 610px;
  }
  .page__navi .pn__header .pn__right {
    width: 100%;
  }
  .page__navi .pn__header .pn__right .pn__img.p_16_pn {
    float: none;
    width: 100%;
    max-width: 348px;
    margin: 20px auto;
  }
  .page__navi .pn__header .pn__right .pn__img.p_17_pn {
    width: 100%;
    max-width: 558px;
    margin: 20px auto;
  }
  .page__navi .pn__header .pn__right .pn__img.p_18_pn {
    width: 100%;
    max-width: 330.5px;
    margin: 20px auto;
  }
  .page__navi .pn__header .pn__right .pn__img.p_19_pn {
    margin: 20px auto;
  }
  .page__navi .p__navs .p__nav {
    width: 100%;
    max-width: 318px;
    margin: 0 0 15px;
  }
  /*-- PANEL --*/
  .panel {
    margin-bottom: 50px;
  }
  .panel.mb__50 {
    margin-bottom: 50px;
  }
  .panel .panel__header {
    padding: 15px 20px;
  }
  .panel .panel__header .ph__title {
    font: normal 16px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .panel .panel__body {
    min-height: 50px;
    /*-- FLOW --*/
    /*-- TESTIMONIAL --*/
    /*-- OPTION FIELD --*/
    /*-- FAQ BOX --*/
  }
  .panel .panel__body--top_note {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 20px;
  }
  .panel .panel__body.p__50 {
    padding: 25px 20px;
  }
  .panel .panel__body.p__50_60 {
    padding: 25px 20px 20px;
  }
  .panel .panel__body.set__2 {
    padding: 25px 20px 0;
  }
  .panel .panel__body .pb__content__title p {
    font: normal 12px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .panel .panel__body .pb__timeline .pbt__wrap {
    padding: 25px 20px;
  }
  .panel .panel__body .pb__timeline .pbt__wrap::before {
    left: 50%;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list {
    margin-bottom: 40px;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list:last-child {
    margin-bottom: 0;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list:nth-child(2) .pbt__left .pbt__sched {
    width: 132px;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__left {
    width: 100%;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__left .pbt__sched {
    width: 132px;
    margin: 0 auto;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right {
    float: none;
    padding-left: 0;
    padding-top: 145px;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right .pbt__title {
    display: block;
    text-align: center;
    font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 600;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right .pbt__subtitle {
    display: block;
    text-align: center;
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
  }
  .panel .panel__body .pb__timeline .pbt__wrap .pbt__list .pbt__right img {
    width: 100%;
    max-width: 500px;
    margin: 12px auto 0;
  }
  .panel .panel__body .process__stage .pf__list {
    margin-bottom: 30px;
  }
  .panel .panel__body .process__stage .pf__list .sp__img {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    padding: 15px;
    display: block;
  }
  .panel .panel__body .process__stage .pf__list .pf__left {
    display: none;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .panel .panel__body .process__stage .pf__list .pf__left::before, .panel .panel__body .process__stage .pf__list .pf__left::after {
    display: none;
  }
  .panel .panel__body .process__stage .pf__list .pf__left .pf__image {
    width: 100%;
    max-width: 300px;
    height: 100%;
  }
  .panel .panel__body .process__stage .pf__list .pf__left .pf__image.pl__20 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
  }
  .panel .panel__body .process__stage .pf__list .pf__left .pf__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
  }
  .panel .panel__body .process__stage .pf__list .pf__left .pf__text p {
    font: normal 16px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .panel .panel__body .process__stage .pf__list .pf__right {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .panel .panel__body .process__stage .pf__list .pf__right .pf__content {
    margin: 0 auto;
    margin-right: auto;
  }
  .panel .panel__body .process__stage .pf__list .pf__right .pf__content .pf__img {
    width: 100%;
    max-width: 231.5px;
  }
  .panel .panel__body .testimonial__cards {
    padding-bottom: 0;
    height: auto;
    top: 0;
  }
  .panel .panel__body .testimonial__cards .tc__wrap {
    display: block;
    width: 100%;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list {
    height: auto;
    margin: 0 0 50px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card {
    padding: 30px;
    width: 100%;
    max-width: 445px;
    top: 0;
    /*-- card type --*/
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.fr {
    float: right;
    margin-right: 25px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__voice {
    position: absolute;
    top: 8px;
    left: 0;
    width: 60px;
    height: auto;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__voice img {
    display: block;
    width: 100%;
    height: auto;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left {
    width: 150px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 35px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__title {
    position: relative;
    top: -6px;
    display: inline-block;
    font: normal 17px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #0652c5;
    border-bottom: 1px dashed #0652c5;
    margin-bottom: 10px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__car {
    width: 110px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__car img {
    display: block;
    width: 100%;
    height: auto;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right {
    width: 210px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video {
    width: 210px;
    height: 118px;
    display: block;
    overflow: hidden;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video img, .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video iframe {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg {
    position: absolute;
    bottom: -30px;
    right: -25px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffcc7f;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
       -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.18);
    padding: 14px 25px;
    height: 70px;
    width: 400px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg::before {
    content: '';
    position: absolute;
    top: -24px;
    right: 150px;
    border: 10px solid transparent;
    border-bottom: 18px solid #ffcc7f;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg p {
    font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time {
    background-color: #0066ff;
    height: 240px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .tc__left {
    padding-left: 0;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .tc__left .tc__title {
    font: normal 16px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: none;
    color: #fff;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg {
    position: relative;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__img {
    background-color: #2f82ff;
    -webkit-box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 6px;
    left: -30px;
    height: 55px;
    width: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__img img {
    display: block;
    width: 30.5px;
    height: auto;
    margin: 0 auto;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__text {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__text .im__1 {
    font: normal 20px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__text .im__2 {
    font: normal 26px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
  }
  .panel .panel__body .option__field {
    position: relative;
    width: 100%;
  }
  .panel .panel__body .option__field::before {
    content: '';
    position: absolute;
    top: 0;
    left: 110px;
    height: 100%;
    width: 1px;
    background-color: #dadada;
  }
  .panel .panel__body .option__field .of__wrap {
    padding: 25px 15px 25px 0;
  }
  .panel .panel__body .option__field .of__wrap .of__list {
    margin-bottom: 30px;
  }
  .panel .panel__body .option__field .of__wrap .of__list .arrow__msg {
    width: 106px;
    height: 86.5px;
    padding: 20px 20px 30px 8px;
  }
  .panel .panel__body .option__field .of__wrap .of__list .arrow__msg .am__text {
    font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .panel .panel__body .option__field .of__wrap .of__list .of__content {
    padding-top: 0;
    padding-left: 110px;
  }
  .panel .panel__body .option__field .of__wrap .of__list .of__content .oc__text {
    width: 525px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 20px;
  }
  .panel .panel__body .option__field .of__wrap .of__list .of__content .oc__text .of__title {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .panel .panel__body .option__field .of__wrap .of__list .of__content .oc__text .of__details {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .panel .panel__body .option__field .of__wrap .of__list .of__content .oc__img {
    width: 100%;
    max-width: 270px;
  }
  .panel .panel__body .faq__box {
    padding: 25px 20px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list {
    padding: 20px 0;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list:first-child {
    padding-top: 0;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question {
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question .faq__icon {
    width: 24.5px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question .faq__icon img {
    height: 24.5px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__header .faq__question .faq__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__body {
    padding-left: 35px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer {
    padding-left: 35px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__icon {
    width: 23px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__icon img {
    height: 23px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__title {
    font: normal 12px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .panel .panel__body .faq__box .faq__wrap .faq__list .faq__body .faq__answer .faq__content .fc__details p {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .mini__panel {
    margin-bottom: 30px;
    width: 100%;
  }
  .mini__panel.w__100 {
    width: 100%;
  }
  .mini__panel .mp__header {
    padding: 15px 30px;
    width: 100%;
  }
  .mini__panel .mp__header .mph__title {
    font: normal 18px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .mini__panel .mp__body {
    border-top: 0;
  }
  /*-- PANE --*/
  .pane {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
  }
  .pane .p__content {
    width: 100%;
  }
  .pane .p__content .p__title {
    font: normal 22px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
  }
  .pane .p__content .p__subtitle {
    font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .pane .p__content .p__details p {
    font: normal 12px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
  }
  .pane .p__images {
    width: 100%;
    max-width: 635px;
    margin: 22px auto 0;
  }
  .pane .p__images.pm__sp {
    display: block;
  }
  .pane .p__images.pm__pc {
    display: none;
  }
  .pane .p__images .main__img {
    width: 100%;
    max-width: 440px;
    height: auto;
  }
  .pane .p__images .main__img.set__2 {
    float: right;
  }
  .pane .p__images .sub__img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }
  .pane .p__images .sub__img.set__2 {
    left: 0;
    right: initial;
  }
  .side__pane {
    height: auto;
    padding: 25px 20px;
  }
  .side__pane .left__img {
    margin: 0 0 15px;
  }
  .side__pane .left__img img.li__1 {
    width: 100%;
    max-width: 385px;
  }
  .side__pane .left__img img.li__2 {
    width: 100%;
    max-width: 355.5px;
  }
  .side__pane .right__img__sp {
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    height: 250px;
    overflow: hidden;
  }
  .side__pane .right__img__sp img.ri__1 {
    position: absolute;
    right: -80px;
    top: -30px;
    width: 399.5px;
  }
  .side__pane .right__img__sp img.ri__2 {
    position: absolute;
    top: -70px;
    right: -39px;
    width: 289px;
  }
  .side__pane .sp__content {
    display: block;
    width: 100%;
  }
  .side__pane .sp__content p {
    font: normal 12px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .side__pane .right__img {
    display: none;
  }
  .division__field {
    padding: 25px 20px;
  }
  .division__field.set__2 {
    padding: 25px 20px;
  }
  .division__field .division_2 {
    position: relative;
    width: 100%;
    min-height: 260px;
  }
  .division__field .division_2 .left__part {
    width: 40%;
    padding-right: 15px;
  }
  .division__field .division_2 .left__part .lp__img {
    margin-bottom: 20px;
  }
  .division__field .division_2 .left__part .lp__img img {
    display: block;
    height: auto;
  }
  .division__field .division_2 .left__part .lp__img img.lp__img__01 {
    width: 162px;
  }
  .division__field .division_2 .left__part .lp__content {
    margin-bottom: 15px;
  }
  .division__field .division_2 .left__part .lp__content p {
    font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    color: #595655;
  }
  .division__field .division_2 .left__part .lp__notes {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
  }
  .division__field .division_2 .left__part .lp__notes .note__list {
    position: relative;
    width: 100%;
  }
  .division__field .division_2 .left__part .lp__notes .note__list::after {
    content: '';
    display: block;
    clear: both;
  }
  .division__field .division_2 .left__part .lp__notes .note__list .nl__icon {
    position: absolute;
    top: 0;
    left: 0;
    font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    color: #595655;
  }
  .division__field .division_2 .left__part .lp__notes .note__list p {
    float: left;
    width: 100%;
    display: block;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    color: #595655;
  }
  .division__field .division_2 .right__part {
    width: 60%;
  }
  .division__field .division_2 .right__part .rp__img.rp__img__01 {
    width: 90%;
    max-width: 350px;
    height: 150px;
  }
  .division__field .division_3 {
    display: block;
  }
  .division__field .division_3 .col__3 {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .division__field .division_3 .col__3::after {
    display: none;
  }
  .division__field .division_3 .col__3 .col__1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .division__field .division_3 .col__3 .col__1 img {
    display: block;
    width: 109px;
    height: auto;
    margin: 0 auto;
  }
  .division__field .division_3 .col__3 .col__2 {
    width: 50%;
  }
  .division__field .division_3 .col__3 .col__2 img {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .division__field .division_3 .col__3 .col__2 img.col__img__01 {
    width: 149.5px;
  }
  .division__field .division_3 .col__3 .col__2 img.col__img__02 {
    width: 158.5px;
  }
  .division__field .division_3 .col__3 .col__2 img.col__img__03 {
    width: 142.5px;
  }
  .division__field .division_3 .col__3 .col__2 img.col__img__04 {
    width: 145px;
  }
  .division__field .division_3 .col__3 .col__2 img.col__img__05 {
    width: 151.5px;
  }
  .division__field .division_3 .col__3 .col__2 img.col__img__06 {
    width: 140.5px;
  }
  /*-- SHOW CARDS --*/
  .show__cards {
    /*-- main display --*/
  }
  .show__cards .sc__header {
    margin-bottom: 40px;
  }
  .show__cards .sc__header .main__card {
    padding: 25px 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 850px;
    height: auto;
  }
  .show__cards .sc__header .main__card .mc__img {
    width: 29px;
  }
  .show__cards .sc__header .main__card .mc__text {
    margin-bottom: 20px;
  }
  .show__cards .sc__header .main__card .mc__text .mc__title {
    font: normal 18px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .show__cards .sc__header .main__card .mc__text .mc__details {
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .show__cards .sc__header .main__card .mc__btn {
    width: 100%;
    max-width: 600px;
    min-height: 112px;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    padding-right: 40px;
    padding: 20px 40px 20px 15px;
  }
  .show__cards .sc__header .main__card .mc__btn:active {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .show__cards .sc__header .main__card .mc__btn:active .mcb__text::after {
    -webkit-animation: slideLeft_small 1s ease infinite;
       -moz-animation: slideLeft_small 1s ease infinite;
         -o-animation: slideLeft_small 1s ease infinite;
            animation: slideLeft_small 1s ease infinite;
  }
  .show__cards .sc__header .main__card .mc__btn .mcb__text {
    position: relative;
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    height: 35px;
    display: block;
  }
  .show__cards .sc__header .main__card .mc__btn .mcb__text::after {
    top: 30px;
  }
  .show__cards .sc__header .main__card .mc__btn .mcb__img {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
  }
  .show__cards .sc__body {
    margin-bottom: 40px;
  }
  .show__cards .sc__body .sc__card {
    width: 100%;
    padding: 25px 20px;
  }
  .show__cards .sc__body .sc__card .c__head {
    margin-bottom: 10px;
  }
  .show__cards .sc__body .sc__card .c__head img.qh__img {
    width: 29.5px;
  }
  .show__cards .sc__body .sc__card .c__head img.ah__img {
    width: 28px;
  }
  .show__cards .sc__body .sc__card .c__head .c__text {
    padding-left: 40px;
    font: normal 12px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
  }
  .show__cards .sc__body .sc__card .sc__btn {
    padding: 15px 60px 15px 15px;
    margin-top: 20px;
  }
  .show__cards .sc__body .sc__card .sc__btn:active {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .show__cards .sc__body .sc__card .sc__btn:active .scb__text::after {
    -webkit-animation: slideLeft_small 1s ease infinite;
       -moz-animation: slideLeft_small 1s ease infinite;
         -o-animation: slideLeft_small 1s ease infinite;
            animation: slideLeft_small 1s ease infinite;
  }
  .show__cards .sc__body .sc__card .sc__btn .scb__text {
    position: relative;
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    display: block;
    height: 20px;
    width: 100%;
    margin-bottom: 5px;
  }
  .show__cards .sc__body .sc__card .sc__btn .scb__text::after {
    top: 39px;
    right: -35px;
    width: 11.5px;
  }
  .show__cards .sc__body .sc__card .sc__btn .scb__img {
    position: relative;
    right: 0;
    width: auto;
    height: 60px;
  }
  .show__cards .sc__body .sc__card .sc__btn .scb__img img {
    position: relative;
  }
  .show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__1, .show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__2, .show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__3, .show__cards .sc__body .sc__card .sc__btn .scb__img img.scb__img__4 {
    height: 100%;
    width: auto;
  }
  /*-- ILLUSTRATION --*/
  .illustrtion {
    margin-bottom: 40px;
  }
  .illustrtion .illustrtion__header .ih__img {
    display: block;
    float: none;
  }
  .illustrtion .illustrtion__header .ih__text {
    display: block;
    width: 100%;
  }
  .illustrtion .illustrtion__header .ih__text .ih__title {
    font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .illustrtion .illustrtion__header .ih__text .ih__details {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .illustrtion .illustrtion__body .ib__text {
    display: block;
  }
  .illustrtion .illustrtion__body .ib__text p, .illustrtion .illustrtion__body .ib__text span {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .illustrtion .illustrtion__body .ib__text p {
    margin-bottom: 12px;
  }
  .illustrtion.p_honda_sensing {
    min-height: 50px;
    margin-bottom: 40px;
    margin-top: 80px;
  }
  /*-- SECTION TEMPLATE --*/
  .section__template {
    /*-- sets --*/
  }
  .section__template.mb__100 {
    margin-bottom: 50px;
  }
  .section__template .st__body {
    /*-- division --*/
  }
  .section__template .st__body.st__division {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section__template .st__body.st__division .title__part .tp__text {
    font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .section__template .st__body.st__division .left__part {
    width: 100%;
    margin-bottom: 20px;
  }
  .section__template .st__body.st__division .left__part .st__content .stc__header .stc__subtitle {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .section__template .st__body.st__division .left__part .st__content .stc__body .body__title {
    font: bold 16px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 10px;
  }
  .section__template .st__body.st__division .left__part .st__content .stc__body p {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .section__template .st__body.st__division .left__part .st__content .stc__body .arrow__link {
    margin-top: 30px;
  }
  .section__template .st__body.st__division .right__part {
    width: 100%;
  }
  .section__template .st__body.st__division .right__part .section__view__more {
    position: relative;
    text-align: right;
    bottom: 0;
    left: 0;
  }
  .section__template .st__body.st__division .right__part .section__view__more .arrow__link {
    margin-top: 55px;
  }
  .section__template.black .st__body {
    /*-- division --*/
  }
  .section__template.black .st__body.st__division .left__part .st__content .stc__header .stc__subtitle {
    color: #000;
  }
  .section__template.black .st__body.st__division .left__part .st__content .stc__body p {
    color: #000;
  }
  .section__template.black .st__body.st__division .left__part .st__content .stc__body .arrow__link .al__text {
    color: #000;
  }
  .section__template.black .st__body.st__division .right__part .arrow__link .al__text {
    color: #000;
  }
  .section__template.black .st__body.st__division .right__part .arrow__link .al__arrow::before, .section__template.black .st__body.st__division .right__part .arrow__link .al__arrow::after {
    border-color: #000;
  }
  /*-- THUMBBOX --*/
  .thumbnail__box {
    padding: 20px 20px 5px;
  }
  .thumbnail__box--head {
    margin-bottom: 15px;
  }
  .thumbnail__box--head-title {
    padding: 0 6vw;
    font-size: 4vw;
  }
  .thumbnail__box--head-title::before, .thumbnail__box--head-title::after {
    top: -9%;
    height: 6vw;
    width: 6vw;
  }
  .thumbnail__box--body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .thumbnail__box--body .thumbbox {
    max-width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .thumbnail__box--body .thumbbox--title {
    font-size: 4vw;
  }
  .thumbnail__box--body .thumbbox--note {
    font-size: 3vw;
  }
  .thumbnail__box--body-center_note {
    font-size: 4vw;
  }
  .Imagebox {
    border: 5px solid #A89050;
  }
  .Imagebox--img {
    padding-left: 5px;
  }
  .Imagebox--details {
    padding: 10px 0;
  }
  .Imagebox--details-text {
    font-size: 1.6vw;
  }
  .Imagebox--details-btn {
    border-bottom: 0.3vw solid #222;
    font-size: 2vw;
  }
  /*-- IMAGE SWIPER --*/
  .image__swiper {
    margin-bottom: 30px;
  }
  .image__swiper .is__head {
    min-height: 100px;
    margin-bottom: 30px;
  }
  .image__swiper .is__head .ish__left {
    border: 10px solid #000;
    padding: 15px;
    width: 100%;
  }
  .image__swiper .is__head .ish__left.set__2 {
    padding: 15px;
  }
  .image__swiper .is__head .ish__left .ish__content#ish_img_03_text {
    height: auto;
    width: 100%;
    display: block;
  }
  .image__swiper .is__head .ish__left .ish__content .ish__title {
    font: 900 8.15vw/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 10px;
  }
  .image__swiper .is__head .ish__left .ish__content .ish__subtitle {
    font: 900 6.25vw/1.3 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .image__swiper .is__head .ish__left .ish__content .ish__subtitle sup {
    font-size: 3.8vw;
    top: -10px;
    left: -5px;
  }
  .image__swiper .is__head .ish__left .ish__content .ish__detail__tite {
    font: 600 5vw/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .image__swiper .is__head .ish__left .ish__content .text__field p {
    font-size: 9px;
  }
  .image__swiper .is__head .ish__left .ish__content .text__field ul {
    margin: 0;
  }
  .image__swiper .is__head .ish__left .ish__content .text__field ul.cube__list li {
    padding-left: 10px;
  }
  .image__swiper .is__head .ish__left .ish__content .text__field ul.cube__list li .cube__icon {
    font-size: 9px;
  }
  .image__swiper .is__head .ish__right {
    position: relative;
    top: 10px;
    width: 100%;
    max-width: 100%;
  }
  .image__swiper .is__head .ish__right#ish_img_03, .image__swiper .is__head .ish__right#ish_img_06 {
    height: auto;
    background: none;
  }
  .image__swiper .is__head .ish__right#ish_img_03 img, .image__swiper .is__head .ish__right#ish_img_06 img {
    display: block;
  }
  .image__swiper .is__body .isb__image {
    margin-bottom: 20px;
  }
  .image__swiper .is__body .isb__image#isb_img_04, .image__swiper .is__body .isb__image#isb_img_05 {
    height: auto;
    width: 100%;
    background: none;
  }
  .image__swiper .is__body .isb__image#isb_img_04 img, .image__swiper .is__body .isb__image#isb_img_05 img {
    display: block;
  }
  .image__swiper .is__body .isb__content {
    width: 100%;
  }
  .image__swiper .is__body .isb__content .isbc__title {
    font-size: 5.63vw;
  }
  .image__swiper .is__body .isb__content .isbc__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .image__swiper .is__body .isb__content .isbc__subtitle.set__2 {
    top: 0;
    margin-bottom: 15px;
  }
  .image__swiper .is__body .isb__content .isbc__detail__title {
    font: 500 5vw/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .image__swiper .is__body .isb__content .isbc__detail__title sup {
    font-size: 10px;
  }
  .image__swiper .is__body .isb__content .isbc__detail__subtitle {
    font: 400 4.38vw/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 20px;
  }
  .image__swiper .is__body .isb__content .isbc__detail__subtitle sup {
    left: -5px;
    font-size: 3.2vw;
  }
  .image__swiper .is__body .isb__content .text__field p {
    font-size: 9px;
  }
  .image__swiper .is__body .isb__content .text__field ul.asterisk__list li .al__icon, .image__swiper .is__body .isb__content .text__field ul.asterisk__list li p {
    font-size: 9px;
  }
  .image__swiper .is__body .is__control .isc__nav {
    width: 48%;
    max-width: 100%;
  }
  .image__swiper .is__body .is__control .isc__nav#isb_img_07, .image__swiper .is__body .is__control .isc__nav#isb_img_08, .image__swiper .is__body .is__control .isc__nav#isb_img_09, .image__swiper .is__body .is__control .isc__nav#isb_img_10 {
    height: auto;
    width: 48%;
    background: none;
  }
  .image__swiper .is__body .is__control .isc__nav#isb_img_07 img, .image__swiper .is__body .is__control .isc__nav#isb_img_08 img, .image__swiper .is__body .is__control .isc__nav#isb_img_09 img, .image__swiper .is__body .is__control .isc__nav#isb_img_10 img {
    display: block;
  }
  .image__swiper .is__body .isb__col__50 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .image__swiper .is__body .sp__col__50 {
    max-width: 48%;
    margin-bottom: 20px;
  }
  .image__swiper .is__body .sp__col__50 .isb__content .isbc__title {
    font-size: 4.63vw;
  }
  .combi__content__text_msg {
    font-size: 2vw;
    letter-spacing: .5vw;
  }
  /*-- FLEX FIELD --*/
  .flex__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*-- columns --*/
  }
  .flex__field .col__10 {
    width: 100%;
  }
  .flex__field .col__20 {
    width: 100%;
  }
  .flex__field .col__30 {
    width: 100%;
  }
  .flex__field .col__40 {
    width: 100%;
  }
  .flex__field .col__50 {
    width: 100%;
  }
  .flex__field .col__60 {
    width: 100%;
  }
  .flex__field .col__70 {
    width: 100%;
  }
  .flex__field .col__80 {
    width: 100%;
  }
  .flex__field .col__90 {
    width: 100%;
  }
  .flex__field .col__100 {
    width: 100%;
  }
  .flex__field .col__eql {
    width: 100%;
  }
  .flex__field .ai__ctr {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex__field .ai__t {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex__field .ai__b {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex__field .mb__40 {
    margin-bottom: 40px;
  }
  .flex__field .mb__50 {
    margin-bottom: 50px;
  }
  .flex__field .d__flex .col__50 {
    width: 100%;
  }
  .flex__field .ff__illustration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .flex__field.p_13_img_01 {
    padding: 25px 20px;
    width: 100%;
    max-width: 800px;
    display: block;
  }
  .flex__field.p_13_img_01 .ff__object {
    display: block;
    margin: 0 auto 30px;
  }
  .flex__field.p_13_img_01 .ff__object:active {
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .flex__field.p_13_img_01 .ff__object:active .overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  .flex__field.p_10_img_01 {
    padding: 25px 20px;
  }
  .flex__field.p_11_ff_01 {
    margin-bottom: 30px;
  }
  .flex__field.p_12_ff_01 {
    padding: 25px 20px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex__field.p_07_ff_01 {
    position: relative;
    height: 100%;
  }
  .flex__field.p_09_ff_01 a {
    display: block;
    margin: 0 auto;
  }
  /*-- FLOAT FIELD --*/
  .float__field {
    width: 100%;
  }
  .float__field::after {
    content: '';
    display: block;
    clear: both;
  }
  .float__field .fr {
    float: right;
  }
  .float__field.p_10_ff_01, .float__field.p_19_ff_01 {
    padding: 30px 20px;
  }
  .float__field.p_18_ff_01 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  /*-- TABLES --*/
  .tables {
    padding: 5px;
  }
  .tables table {
    margin-bottom: 15px;
  }
  .tables table thead tr th {
    padding: 8px 10px;
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .tables table tbody tr td {
    padding: 8px 10px;
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .tables table tbody tr td.bg__2 {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .tables.p_10_tbl_01 table tbody tr td:first-child {
    width: 91px;
  }
  /*-- MEDIA CARD --*/
  .media__card .mc__header .title__icon .mc__title {
    font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .media__card .mc__header .mc__subtitle {
    font: normal 11px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .media__card .mc__header .mc__subtitle .emp {
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .media__card .mc__header .mc__subtitle .emp::after {
    height: 5px;
  }
  .media__card .mc__body .mc__detail {
    background-color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 20px;
  }
  .media__card .mc__body p {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .media__card.p_11_mc_01 {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  .media__wrap {
    width: 100%;
    /*-- pages --*/
  }
  .media__wrap.p_07_mw_01 {
    width: 100%;
    max-width: 410px;
    float: none;
  }
  .media__wrap img, .media__wrap iframe {
    display: block;
    width: 100%;
    height: auto;
  }
  /*-- IMG BOX --*/
  .img__box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .img__box .ib__icon {
    margin-bottom: 20px;
  }
  .img__box .ib__content {
    margin-bottom: 30px;
  }
  .img__box .ib__content .ib__title {
    font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .img__box .ib__content .ib__details {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    text-align: center;
  }
  .text__img__box {
    width: 48%;
    height: 470px;
    margin-bottom: 50px;
  }
  .text__img__box .tib__head .tib__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__img__box .tib__head .tib__title .emp {
    font: normal 16px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .text__img__box .tib__head .tib__image img.tib__img__03 {
    width: 200%;
    left: -50%;
  }
  .text__img__box .tib__body .tib__details {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .text__img__box .tib__btn__link .btn__text {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  /*-- IMAGES --*/
  .img__wrap {
    width: 100%;
  }
  .img__wrap.p_top_img_01 {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    padding: 20px 0 0;
    margin-bottom: 10px;
  }
  .img__wrap.p_top_img_02 {
    position: relative;
    left: -15px;
  }
  .img__wrap.p_07_img_01 {
    width: 100%;
    max-width: 612.5px;
    margin: 25px 0;
  }
  .img__wrap.p_07_img_02 {
    width: 257.5px;
    margin-bottom: 20px;
  }
  .img__wrap.p_07_img_03 {
    width: 100%;
    max-width: 375px;
    float: none;
    margin: 0 auto;
  }
  .img__wrap.p_07_img_04 {
    width: 100%;
    max-width: 310px;
    margin-bottom: 20px;
  }
  .img__wrap.p_07_img_05, .img__wrap.p_07_img_06, .img__wrap.p_07_img_07 {
    margin-bottom: 15px;
  }
  .img__wrap.p_10_img_01 {
    float: none;
    width: 100%;
    max-width: 315px;
    position: relative;
    margin: 15px 0;
    left: -5px;
  }
  .img__wrap.p_10_img_02 {
    float: none;
    margin-top: 20px;
    width: 100%;
    max-width: 660.5px;
    height: auto;
    display: block;
    margin: 10px auto 0;
  }
  .img__wrap.p_10_img_03 {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 20px;
  }
  .img__wrap.p_10_img_04 {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
  }
  .img__wrap.p_10_img_05 {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
  }
  .img__wrap.p_10_img_06 {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 50px;
  }
  .img__wrap.p_10_img_06:active {
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .img__wrap.p_11_img_01 {
    width: 100%;
    max-width: 500px;
    float: none;
    display: block;
    margin: 15px auto 0;
  }
  .img__wrap.p_11_img_02 {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .img__wrap.p_11_img_02 p {
    display: none;
  }
  .img__wrap.p_12_img_01 {
    width: 100%;
    max-width: 370px;
    margin: 20px auto;
  }
  .img__wrap.p_14_img_01 {
    position: relative;
    width: 100%;
    max-width: 710px;
    bottom: 0;
  }
  .img__wrap.p_16_img_01 {
    width: 100%;
    max-width: 777.5px;
  }
  .img__wrap.p_17_img_01 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
  }
  .img__wrap.p_17_img_02, .img__wrap.p_17_img_03 {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
  }
  .img__wrap.p_17_img_02 img, .img__wrap.p_17_img_03 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  .img__wrap.p_18_img_01 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 15px;
  }
  .img__wrap.p_18_img_02 {
    margin-top: 20px;
  }
  .img__wrap.p_18_img_03 {
    margin-bottom: 30px;
  }
  .img__wrap.p_19_img_01, .img__wrap.p_19_img_02 {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 35px;
  }
  .img__wrap.p_20_img_01 {
    width: 100%;
    max-width: 599.5px;
    margin: 0 auto;
  }
  .img__wrap .img__title {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  /*-- IMAGE CARD --*/
  .img__card {
    width: 49%;
    max-width: 320px;
    margin-bottom: 30px;
  }
  .img__card .ic__head .ich__text {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
  }
  .img__card .ic__head .ich__text__emp {
    font: 400 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 2px;
  }
  /*-- Content Counter --*/
  .content__count {
    margin: 0 auto 50px;
  }
  .content__count.mb_100 {
    margin-bottom: 50px;
  }
  .content__count--head {
    margin-bottom: 5vw;
  }
  .content__count--head-counter {
    width: 15vw;
    margin: 0 auto 5vw;
  }
  .content__count--head-title, .content__count--head-title span {
    font-size: 5vw;
  }
  .content__count--head-title.set__2, .content__count--head-title span.set__2 {
    letter-spacing: -0.8vw;
  }
  .content__count--body-left {
    width: 62%;
  }
  .content__count--body-left p {
    font-size: 3vw;
  }
  .content__count--body-right {
    width: 38%;
  }
  .content__count--body-right img.cc_img_01 {
    max-width: 18vw;
    margin-top: -2vw;
  }
  .content__count--body-right img.cc_img_02 {
    max-width: 20vw;
    margin-top: -2vw;
  }
  .content__count--body-right img.cc_img_03 {
    max-width: 30vw;
  }
  /*-- RED TEXT BUTTON --*/
  .page__button:active {
    -webkit-transform: translateY(-4px);
       -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .page__button:active .btn__arrow {
    -webkit-animation: slideLeft 1.1s ease infinite;
       -moz-animation: slideLeft 1.1s ease infinite;
         -o-animation: slideLeft 1.1s ease infinite;
            animation: slideLeft 1.1s ease infinite;
  }
  .page__button.red__btn {
    width: 100%;
    max-width: 600px;
    padding: 10px 40px 10px 15px;
  }
  .page__button.orange__btn {
    width: 100%;
    max-width: 600px;
    padding: 15px 40px 15px 15px;
  }
  .page__button.mb__100 {
    margin-bottom: 50px;
  }
  .page__button.mb__50 {
    margin-bottom: 30px;
  }
  .page__button .btn__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .page__button .btn__subtitle {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .page__button .btn__arrow {
    top: 41%;
    right: 20px;
  }
  .center__page__buttons {
    margin: 50px 0 40px;
  }
  .center__page__buttons.set__2 {
    margin: 0;
  }
  .center__page__buttons.mt_0 {
    margin-top: 0px;
  }
  .center__page__buttons.set__3 {
    margin: 30px 0 0;
  }
  .center__page__buttons.mb__0 {
    margin: 0 auto;
  }
  .center__page__buttons.sp_mb_set_2 {
    margin: 30px 0;
  }
  .center__page__buttons .cpb__title.set__2 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .center__page__buttons .cpb__title.set__3 {
    margin: 10px auto;
  }
  .center__page__buttons .cpb__title.with_icons {
    margin-bottom: 10px;
  }
  .center__page__buttons .cpb__title.with_icons.btn_width .cpb__text {
    width: 100%;
    min-width: 150px;
    max-width: 600px;
  }
  .center__page__buttons .cpb__title.with_icons .cpb__text {
    padding: 0 11vw 0px 15.2vw;
    font-size: 3.35vw;
  }
  .center__page__buttons .cpb__title.with_icons .cpb__text::before, .center__page__buttons .cpb__title.with_icons .cpb__text::after {
    height: 6vw;
  }
  .center__page__buttons .cpb__title.with_icons .cpb__text::before {
    width: 15vw;
  }
  .center__page__buttons .cpb__title.with_icons .cpb__text::after {
    width: 11vw;
  }
  .center__page__buttons .cpb__title .cpb__text {
    position: relative;
    display: inline-block;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .center__page__buttons .cpb__title .cpb__text.set__2 {
    font: 500 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .center__page__buttons .cpb__title .cpb__text.set__3 {
    font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .center__page__buttons .cpb__title .cpb__text.set__3::before, .center__page__buttons .cpb__title .cpb__text.set__3::after {
    width: 2px;
  }
  .center__page__buttons .cpb__title .cpb__text.set__4 {
    font: 500 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 0 35px;
  }
  .center__page__buttons .cpb__title .cpb__text::before, .center__page__buttons .cpb__title .cpb__text::after {
    height: 100%;
    width: 2px;
    top: 0;
  }
  .center__page__buttons .cpb__title .cpb__text::before {
    left: 15px;
    -webkit-transform: rotate(-25deg);
       -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
         -o-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .center__page__buttons .cpb__title .cpb__text::after {
    right: 15px;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
         -o-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .center__page__buttons .big__page__btn {
    width: 100%;
  }
  .center__page__buttons .big__page__btn.set__2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button {
    max-width: 600px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 45px 15px 20px;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button:active {
    -webkit-transform: translateY(-4px);
       -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .center__page__buttons .big__page__btn.set__2 .page__button:active .btn__arrow {
    -webkit-animation: slideLeft 1.1s ease infinite;
       -moz-animation: slideLeft 1.1s ease infinite;
         -o-animation: slideLeft 1.1s ease infinite;
            animation: slideLeft 1.1s ease infinite;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.red__btn {
    background-color: #e60021;
    border-bottom: 4px solid #cc0000;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.orange__btn {
    background-color: #ff9900;
    border-bottom: 4px solid #f08300;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.blue__btn {
    background-color: #0068b7;
    border-bottom: 4px solid #00528e;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.set__3 {
    padding: 15px 45px 15px 20px;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.mb__100 {
    margin-bottom: 100px;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.mb__50 {
    margin-bottom: 50px;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.mb__70 {
    margin-bottom: 70px;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.mb__30 {
    margin-bottom: 15px;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button.mt__50 {
    margin-top: 50px;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button .btn__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button .btn__title.set__2 {
    margin-top: 0;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button .btn__subtitle {
    display: block;
    font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    color: #fff;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button .btn__subtitle.set__2 {
    font-weight: normal;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button .btn__arrow {
    position: absolute;
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 14px;
    height: 15px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
  }
  .center__page__buttons .big__page__btn.set__2 .page__button .btn__arrow img {
    display: block;
    width: 100%;
    height: auto;
  }
  .center__page__buttons .big__page__btn.set__3 .page__button.no_arrow {
    padding: 14px 20px 13px 20px;
  }
  .center__page__buttons .big__page__btn .page__button {
    position: relative;
    display: block;
    min-height: 54px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 30px 10px 15px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    /*-- CURVE --*/
  }
  .center__page__buttons .big__page__btn .page__button:hover {
    -webkit-transform: translateY(-4px);
       -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .center__page__buttons .big__page__btn .page__button:hover .btn__arrow {
    -webkit-animation: slideLeft 1.1s ease infinite;
       -moz-animation: slideLeft 1.1s ease infinite;
         -o-animation: slideLeft 1.1s ease infinite;
            animation: slideLeft 1.1s ease infinite;
  }
  .center__page__buttons .big__page__btn .page__button.red__btn {
    background-color: #e60021;
    border-bottom: 4px solid #cc0000;
  }
  .center__page__buttons .big__page__btn .page__button.orange__btn {
    background-color: #ff9900;
    border-bottom: 4px solid #f08300;
  }
  .center__page__buttons .big__page__btn .page__button.blue__btn {
    background-color: #0068b7;
    border-bottom: 4px solid #00528e;
  }
  .center__page__buttons .big__page__btn .page__button.gray__btn {
    background-color: #C9CACA;
    border-bottom: 4px solid #888888;
  }
  .center__page__buttons .big__page__btn .page__button.curve__btn {
    background-color: #00A0E6;
    border-bottom: 4px solid #0652c5;
    padding: 10px 40px 10px 60px;
  }
  .center__page__buttons .big__page__btn .page__button.curve__btn::before {
    left: 30px;
    height: 28px;
    width: 32px;
  }
  .center__page__buttons .big__page__btn .page__button.big_center .btn__title {
    font-size: 4.6vw;
  }
  .center__page__buttons .big__page__btn .page__button.big_center .btn__title.ltr__1 {
    letter-spacing: -2px;
  }
  .center__page__buttons .big__page__btn .page__button.set__2, .center__page__buttons .big__page__btn .page__button.set__3 {
    padding: 15px 45px 15px 20px;
  }
  .center__page__buttons .big__page__btn .page__button.set__3 .btn__title {
    font-size: 3vw;
    -webkit-transform: perspective(1px) translateY(3px);
    -ms-transform: perspective(1px) translateY(3px);
    -moz-transform: perspective(1px) translateY(3px);
         transform: perspective(1px) translateY(3px);
  }
  .center__page__buttons .big__page__btn .page__button.set__3 .btn__title img {
    -webkit-transform: perspective(1px) translateY(-3px);
    -ms-transform: perspective(1px) translateY(-3px);
    -moz-transform: perspective(1px) translateY(-3px);
         transform: perspective(1px) translateY(-3px);
    height: 7vw;
  }
  .center__page__buttons .big__page__btn .page__button.v_centered {
    min-height: 63px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .center__page__buttons .big__page__btn .page__button.mb__100 {
    margin-bottom: 50px;
  }
  .center__page__buttons .big__page__btn .page__button.mb__70 {
    margin-bottom: 35px;
  }
  .center__page__buttons .big__page__btn .page__button.mb__50 {
    margin-bottom: 25px;
  }
  .center__page__buttons .big__page__btn .page__button.mb__30 {
    margin-bottom: 30px;
  }
  .center__page__buttons .big__page__btn .page__button.mb__15 {
    margin-bottom: 15px;
  }
  .center__page__buttons .big__page__btn .page__button.mt__100 {
    margin-top: 50px;
  }
  .center__page__buttons .big__page__btn .page__button.mt__50 {
    margin-top: 50px;
  }
  .center__page__buttons .big__page__btn .page__button.mt__40 {
    margin-top: 20px;
  }
  .center__page__buttons .big__page__btn .page__button.sp_mb_0 {
    margin-bottom: 0;
  }
  .center__page__buttons .big__page__btn .page__button .btn__title {
    display: block;
    font: normal 4vw/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
  }
  .center__page__buttons .big__page__btn .page__button .btn__subtitle {
    display: block;
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    color: #fff;
  }
  .center__page__buttons .big__page__btn .page__button .btn__arrow {
    position: absolute;
    font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 14px;
    height: 14px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
  }
  .center__page__buttons .big__page__btn .page__button .btn__arrow img {
    display: block;
    width: 100%;
    height: auto;
  }
  .center__page__buttons .big__page__btn .plain__button {
    padding: 10px 5px;
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .center__page__buttons .page__button {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 40px 10px 15px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
  }
  .center__page__buttons .page__button:hover {
    -webkit-transform: translateY(-4px);
       -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .center__page__buttons .page__button:hover .btn__arrow {
    -webkit-animation: slideLeft 1.1s ease infinite;
       -moz-animation: slideLeft 1.1s ease infinite;
         -o-animation: slideLeft 1.1s ease infinite;
            animation: slideLeft 1.1s ease infinite;
  }
  .center__page__buttons .page__button.red__btn {
    background-color: #e60021;
    border-bottom: 4px solid #cc0000;
  }
  .center__page__buttons .page__button.orange__btn {
    background-color: #ff9900;
    border-bottom: 4px solid #f08300;
  }
  .center__page__buttons .page__button.mb__100 {
    margin-bottom: 50px;
  }
  .center__page__buttons .page__button.mb__50 {
    margin-bottom: 30px;
  }
  .center__page__buttons .page__button .btn__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .center__page__buttons .page__button .btn__subtitle {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .center__page__buttons .page__button .btn__arrow {
    top: 41%;
    right: 20px;
  }
  .center__page__buttons .page__button.mb__100 {
    margin-bottom: 100px;
  }
  .center__page__buttons .page__button.mb__50 {
    margin-bottom: 20px;
  }
  .center__page__buttons .page__button.mt__50 {
    margin-top: 50px;
  }
  .center__page__buttons .page__button .btn__title {
    display: block;
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
  }
  .center__page__buttons .page__button .btn__subtitle {
    display: block;
    font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    color: #fff;
  }
  .center__page__buttons .page__button .btn__arrow {
    position: absolute;
    font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
    top: 40%;
    right: 25px;
    width: 12px;
    height: 15px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
  }
  .center__page__buttons .page__button .btn__arrow img {
    display: block;
    width: 100%;
    height: auto;
  }
  /*-- PAGE LOGO BUTTON --*/
  .page__logo__button {
    padding: 40px 0;
  }
  .page__logo__button .honda__logo__display {
    width: 100%;
    display: block;
  }
  .page__logo__button .honda__logo__display .image__wrapper {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto 20px;
  }
  .page__logo__button .honda__logo__display .image__wrapper:active .logo {
    border-color: #00A0E6;
  }
  .page__logo__button .honda__logo__display .image__wrapper:active .img__title {
    color: #00A0E6;
  }
  .page__logo__button .honda__logo__display .image__wrapper .logo {
    width: 100%;
    height: 65px;
  }
  /*-- PAGE BUTTON --*/
  .page__buttons {
    padding: 40px 0;
  }
  .page__buttons .honda__logo__display {
    width: 100%;
    display: block;
  }
  .page__buttons .honda__logo__display .image__wrapper {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto 20px;
  }
  .page__buttons .honda__logo__display .image__wrapper:active .logo {
    border-color: #00A0E6;
  }
  .page__buttons .honda__logo__display .image__wrapper:active .img__title {
    color: #00A0E6;
  }
  .page__buttons .honda__logo__display .image__wrapper .logo {
    width: 100%;
    height: 65px;
  }
  .fullpage__button {
    padding: 20px 0;
    margin-bottom: 100px;
  }
  .fullpage__button__link {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .fullpage__button__toTop {
    display: none;
  }
  /*-- EXTRAS -*/
  /*-- PRE LOADER --*/
  .loader {
    position: fixed;
    background-color: #131426;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
  }
  .loader .reveal__img {
    height: 338px;
    width: 282px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .loader .reveal__img .slide__text {
    height: 0%;
    width: 100%;
    overflow: hidden;
    -webkit-animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
       -moz-animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
         -o-animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
            animation: slide_text 3.6s cubic-bezier(0.66, 0.45, 0.14, 0.79) forwards;
  }
  .loader .reveal__img .slide__text img {
    width: 100%;
    height: auto;
    display: block;
  }
  .arrow__link {
    display: inline-block;
  }
  .arrow__link.header__link {
    display: inline-block;
    width: 142px;
    margin-left: 12px;
    margin-bottom: 30px;
    vertical-align: bottom;
    display: inline-block;
  }
  .arrow__link:hover .al__arrow {
    -webkit-transform: translateX(15px);
       -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
         -o-transform: translateX(15px);
            transform: translateX(15px);
  }
  .arrow__link .al__text {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .arrow__link .al__arrow {
    width: 40px;
    height: 9px;
  }
  .arrow__link .al__arrow::after {
    width: 10px;
    bottom: 4px;
    right: -1px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /*-- TEXT --*/
  .text__field {
    width: 100%;
    /*-- pages --*/
    /*-- LP --*/
    /*-- lp text --*/
    /*-- lp textbox --*/
    /*-- lp page title --*/
    /*-- lp big center text --*/
    /*-- big icon title --*/
    /*-- white box --*/
  }
  .text__field.mt__-40 {
    position: relative;
    margin-top: 0px;
    z-index: 100;
  }
  .text__field.mb__big {
    margin-bottom: 100px;
  }
  .text__field.mb__50 {
    margin-bottom: 25px;
  }
  .text__field.mb__60 {
    margin-bottom: 30px;
  }
  .text__field.mb__70 {
    margin-bottom: 35px;
  }
  .text__field.mb__80 {
    margin-bottom: 40px;
  }
  .text__field.mb__100 {
    margin-bottom: 50px;
  }
  .text__field.sp_mb_50 {
    margin-bottom: 50px;
  }
  .text__field p {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field p.f__11 {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field p.f__13 {
    font: normal 13px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field p.f__24 {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .text__field ul {
    margin-bottom: 20px;
  }
  .text__field ul.bullet__list {
    width: 100%;
  }
  .text__field ul.bullet__list li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 23px;
  }
  .text__field ul.bullet__list li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 11px;
    height: 2px;
    width: 2px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #000;
  }
  .text__field ul.bullet__list li p {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.cube__list li {
    position: relative;
    width: 100%;
    min-height: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 16px;
  }
  .text__field ul.cube__list li .cube__icon {
    position: absolute;
    top: 0;
    left: 0;
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.cube__list li p {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.asterisk__list {
    width: 100%;
  }
  .text__field ul.asterisk__list.set__2 li {
    padding-left: 25px;
  }
  .text__field ul.asterisk__list.set__2 li .al__icon {
    left: 0;
  }
  .text__field ul.asterisk__list li {
    position: relative;
    width: 100%;
    min-height: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 23px;
  }
  .text__field ul.asterisk__list li.big__text {
    padding-left: 25px;
  }
  .text__field ul.asterisk__list li.big__text .al__icon {
    font: normal 3vw/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.asterisk__list li.big__text p {
    font: normal 3vw/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.asterisk__list li .al__icon {
    position: absolute;
    top: 0;
    left: 7px;
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.asterisk__list li p {
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.bigdot__list li {
    margin-bottom: 5px;
  }
  .text__field ul.bigdot__list li .li__icon {
    top: 1px;
  }
  .text__field ul.bigdot__list li p {
    font: 300 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field ul.mb__0 {
    margin-bottom: 0;
  }
  .text__field.p_14_tf_01 .tf__title {
    font: normal 22px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
  }
  .text__field.p_14_tf_01 p {
    font: normal 12px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .text__field .content__center__text.set__2 p {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .text__field .content__center__text p {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .text__field .lp__center__text.mt__50 {
    margin-top: 30px;
  }
  .text__field .lp__center__text p, .text__field .lp__center__text a {
    font: 500 13px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text.text__ctr p {
    margin: 0 0 20px;
  }
  .text__field .lp__text.text__ctr p.f_12 {
    font-size: 2vw;
  }
  .text__field .lp__text p {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text p.emp {
    font-weight: bold;
  }
  .text__field .lp__text p.emp__box {
    background-color: #595757;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6px 15px;
    font: 500 18px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
    display: block;
    text-align: center;
  }
  .text__field .lp__text p.f__14 {
    font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text p.f__14.sp__set {
    font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text p.f__14.sp__set span {
    font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text p.f__14 span {
    font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text p.f__14 span.emp {
    font-weight: bold;
  }
  .text__field .lp__text p.f__18 {
    font: normal 16px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text p.f__22 {
    font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
  }
  .text__field .lp__text p.big__text {
    font: normal 16px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text p span.emp {
    font-weight: bold;
  }
  .text__field .lp__text__box {
    margin: 15px 0;
    width: 100%;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
  }
  .text__field .lp__text__box.set__2 {
    text-align: left;
  }
  .text__field .lp__text__box p {
    font: 500 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__field .lp__text__box.v__red {
    border-color: #e60021;
  }
  .text__field .lp__text__box.v__red p {
    color: #e60021;
  }
  .text__field .lp__page__title {
    font: normal 8px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 15px 0 5px;
  }
  .text__field .lp__page__title.sp_mb_10 {
    margin-bottom: 10px;
  }
  .text__field .lp__page__title.set__2 {
    padding: 15px 0 5px;
  }
  .text__field .lp__page__title.mb__50 {
    margin-bottom: 15px;
  }
  .text__field .lp__big__center__text {
    margin-bottom: 20px;
    font-size: 3.5vw;
  }
  .text__field .lp__big__center__text p {
    font-size: 18px;
  }
  .text__field .lp__big__center__text.bigger {
    font-size: 3.5vw;
    letter-spacing: 0.5vw;
  }
  .text__field .lp__big__center__text.dynamic__text {
    margin-bottom: 10px;
    font-size: 3.5vw;
  }
  .text__field .lp__big__center__text.dynamic__text .emp {
    font-size: 5vw;
  }
  .text__field .lp__big__center__text.mb__20 {
    margin-bottom: 20px;
  }
  .text__field .big__icon__title {
    padding-left: 15.5vw;
  }
  .text__field .big__icon__title::before {
    top: -70%;
    height: 13vw;
    width: 13vw;
  }
  .text__field .big__icon__title--text {
    font-size: 4.4vw;
    letter-spacing: 0.2vw;
  }
  .text__field .white__box p {
    font-size: 16px;
  }
  .wow_title {
    margin: 20px 0 10px;
  }
  .wow_title--text {
    min-width: 60%;
    font-size: 4.5vw;
    padding: 0 3vw;
  }
  .wow_title--text::before, .wow_title--text::after {
    width: 0.45vw;
  }
  .wow_title--text.bigger {
    font-size: 5.1vw;
  }
  .redlane_text {
    padding: 5px 15px;
  }
  .redlane_text p {
    font-size: 16px;
  }
  .text__box {
    padding: 25px 20px;
    width: 100%;
    max-width: 900px;
  }
  .text__box.mt__100 {
    margin-top: 50px;
  }
  .text__box .tb__title {
    font: normal 15px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .text__box .tb__list {
    width: 100%;
    display: block;
  }
  .text__box .tb__list li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .text__box .tb__list.cube li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
  }
  .text__box .tb__list.cube li.red__cube::before {
    background-color: #e60021;
  }
  .text__box .tb__list.cube li::before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 6px;
    left: 0;
    height: 10px;
    width: 10px;
  }
  .text__box .tb__list.cube li p {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .text__box .tb__list.big__circle li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
  }
  .text__box .tb__list.big__circle li::before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 6px;
    left: 0;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .text__box .tb__list.big__circle li p {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .blue__txt {
    color: #00A0E6;
  }
  .red__text {
    color: #e60021;
  }
  .clearfix {
    height: 0;
    width: 100%;
    display: block;
    clear: both;
  }
  /*-- display flex --*/
  .as__fe {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  /*-- Floats --*/
  .fr {
    float: right;
  }
  /*-- GOOGLE MAP FIELD --*/
  .google__map__controller {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 936px;
    /*-- gmap api --*/
  }
  .google__map__controller .googlemap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .google__map__controller .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
  }
  .google__map__controller .googlemap iframe.open {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 400px;
  }
  .google__map__controller .gmap__sidebar {
    width: 100%;
    background-color: transparent;
    padding-bottom: 0;
  }
  .google__map__controller .gmap__sidebar.close {
    left: 0;
    height: 0;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    -moz-transition: 0s ease;
    transition: 0s ease;
  }
  .google__map__controller .gmap__sidebar .gs__head {
    width: 100%;
    padding-right: 0;
  }
  .google__map__controller .gmap__sidebar .gs__head .gs__tab {
    width: 49.8%;
    padding: 10px;
  }
  .google__map__controller .gmap__sidebar .gs__head .gs__tab:active, .google__map__controller .gmap__sidebar .gs__head .gs__tab:hover {
    background-color: #666;
  }
  .google__map__controller .gmap__sidebar .gs__head .gs__tab.active {
    background-color: #000;
  }
  .google__map__controller .gmap__sidebar .gs__head .gs__tab p {
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 0;
  }
  .google__map__controller .gmap__sidebar .gs__head .toggle__map__control {
    display: none;
  }
  .google__map__controller .gmap__sidebar .gs__body {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px 30px;
    padding-bottom: 50px;
    height: 100%;
    /*-- tab 1 --*/
    /*-- tab 2 --*/
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field {
    position: relative;
    background-color: #fff;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .search__input {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 50px 10px 15px;
    font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border: 0;
    outline: none;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon:hover img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon:hover::before {
    top: 0;
    height: 100%;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon:hover::after {
    width: 100%;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::before, .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::after {
    content: '';
    position: absolute;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::before {
    background-color: #000;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon::after {
    background-color: #00A0E6;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search .input__field .gs__search__icon img {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 17px;
    z-index: 1;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion {
    padding-top: 15px;
    margin-bottom: 40px;
    height: auto;
    max-height: 88%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #666;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion.open .a__head .a__icon img {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion:first-child {
    border-top: 1px solid #666;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 50px 15px 0;
    cursor: pointer;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head:hover .a__icon img {
    opacity: 1;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head .ah__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head .a__icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__head .a__icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 10px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    opacity: 0.3;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body {
    display: none;
    background-color: #666;
    color: #fff;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul {
    background-color: #1b1b1b;
    width: 100%;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 20px;
    border-bottom: 1px solid #666;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    /*CHECK box*/
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li:first-child {
    border-top: 1px solid #666;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li:last-child {
    border-bottom: 0;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li .state {
    position: relative;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li .state label {
    text-indent: 1.8em;
  }
  .google__map__controller .gmap__sidebar .gs__body .gmap__accordion .accordion .a__body ul li p {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search__button {
    background-color: #666;
    width: 200px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search__button:hover {
    background-color: #0652c5;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search__button img {
    display: inline-block;
    width: 17px;
    height: auto;
    vertical-align: top;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__search__button span {
    display: inline-block;
    font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-left: 5px;
    margin-top: 2px;
    color: #fff;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field#custom_bar_2 {
    height: auto;
    max-height: 100%;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 0 0;
    width: 100%;
    border-bottom: 1px solid #222;
    display: block;
    cursor: pointer;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list::before, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list::after {
    top: 14px;
    width: 27px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list:last-child {
    border-bottom: none;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list:hover .gl__head img {
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list.open .gl__head .nav__acc__btn::before, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list.open .gl__head .nav__acc__btn::after {
    background: #00A0E6;
    -webkit-transition: background .2s ease, transform .8s ease .2s;
    -moz-transition: background 0.2s ease, transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
    -o-transition: background 0.2s ease, transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
    -webkit-transition: background 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
    transition: background 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
    -o-transition: background 0.2s ease, -o-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
    -moz-transition: background 0.2s ease, transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s, -moz-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
    transition: background 0.2s ease, transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
    transition: background 0.2s ease, transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s, -webkit-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s, -moz-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s, -o-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.1s;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list.open .gl__head .nav__acc__btn::after {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head {
    min-height: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head img {
    width: 26px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .gl__counter {
    width: 26px;
    font: 600 14px "Roboto", sans-serif;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .glh__text {
    padding-left: 35px;
    font: 300 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .nav__acc__btn {
    position: absolute;
    height: 13px;
    width: 13px;
    top: 0px;
    display: block;
    right: 5px;
    bottom: 0;
    margin: auto;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .nav__acc__btn::before, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .nav__acc__btn::after {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 1px;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background: #666;
    -webkit-transition: background 1s ease .2s, transform 1.2s ease .2s;
    -moz-transition: background 1s ease 0.2s, transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
    -o-transition: background 1s ease 0.2s, transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
    -webkit-transition: background 1s ease 0.2s, -webkit-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
    transition: background 1s ease 0.2s, -webkit-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
    -o-transition: background 1s ease 0.2s, -o-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
    -moz-transition: background 1s ease 0.2s, transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s, -moz-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
    transition: background 1s ease 0.2s, transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
    transition: background 1s ease 0.2s, transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s, -webkit-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s, -moz-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s, -o-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__head .nav__acc__btn::after {
    -webkit-transform: rotate(-450deg);
       -moz-transform: rotate(-450deg);
        -ms-transform: rotate(-450deg);
         -o-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body {
    display: none;
    padding-bottom: 10px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address p {
    width: 100%;
    margin-bottom: 10px;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address p .a__data, .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address p .a__service {
    font: 100 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #ccc;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address p .a__data {
    display: block;
  }
  .google__map__controller .gmap__sidebar .gs__body .gs__data__field .gs__wrap .gs__list .gl__body address p .a__service {
    font: 100 11px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .google__map__controller .gmap__sidebar .gs__body .tab__container {
    width: 100%;
    left: -110%;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 100px;
  }
  .google__map__controller .gmap__sidebar .gs__body .tab__container#gs__tab__1 {
    height: 100%;
  }
  .google__map__controller .gmap__sidebar .gs__body .tab__container.open {
    left: 0;
    height: 100%;
  }
  .google__map__controller .view__panel {
    position: relative;
    padding: 10px;
    z-index: 1000;
    height: auto;
    top: 50px;
  }
  .google__map__controller .view__panel.open {
    display: block;
  }
  .google__map__controller .view__panel .data__display__panel {
    background-color: #000;
    position: relative;
    padding: 30px 0 15px 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    left: 0;
    height: 560px;
  }
  .google__map__controller .view__panel .data__display__panel .close__btn {
    position: absolute;
    background-color: #000;
    top: 10px;
    right: 4px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
  }
  .google__map__controller .view__panel .data__display__panel .close__btn:hover {
    background-color: #0652c5;
  }
  .google__map__controller .view__panel .data__display__panel .close__btn:hover::before, .google__map__controller .view__panel .data__display__panel .close__btn:hover::after {
    background-color: #fff;
  }
  .google__map__controller .view__panel .data__display__panel .close__btn::before, .google__map__controller .view__panel .data__display__panel .close__btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 60%;
    background-color: #999;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
  }
  .google__map__controller .view__panel .data__display__panel .close__btn::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .google__map__controller .view__panel .data__display__panel .close__btn::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .google__map__controller .view__panel .data__display__panel .data__container {
    height: 520px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__head {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("./../../img/pc/gmap-marker-active-min.png") no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    width: 30px;
    height: 100%;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 34.66px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__icon img {
    display: block;
    width: 100%;
    height: 34.66px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__icon .dp__icon__text {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font: 400 14px "Roboto", sans-serif;
    color: #fff;
    margin: auto;
    height: 25px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title {
    font: 500 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 0;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h1, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h2, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h3, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h4, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h5, .google__map__controller .view__panel .data__display__panel .data__container .dp__head .dp__title h6 {
    font: 500 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body {
    padding-right: 20px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data {
    margin-bottom: 25px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section {
    width: 100%;
    padding-right: 0;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul::after {
    content: '';
    display: block;
    clear: both;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li {
    position: relative;
    width: auto;
    float: left;
    margin-right: 15px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li::after {
    content: '';
    display: block;
    clear: both;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li label, .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .basic__info ul li p {
    font: 100 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 0;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .location__image {
    background-color: #666;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .location__image ul {
    margin: 0;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .location__image ul li {
    height: 100%;
    width: 100%;
    display: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .location__image ul li:first-child {
    display: block;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .location__image ul li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list:active .btn__arrow {
    -webkit-animation: slideLeft_small 1s infinite .2s;
       -moz-animation: slideLeft_small 1s infinite .2s;
         -o-animation: slideLeft_small 1s infinite .2s;
            animation: slideLeft_small 1s infinite .2s;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .left__section .button__list__container .btn__list .btn__text {
    background-color: #212121;
    font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-bottom: 1px solid #000;
    padding: 10px 40px 10px 15px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .basic__data .right__section {
    display: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table {
    /*display: none;*/
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0 15px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table {
    border-collapse: collapse;
    width: 100%;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:first-child td {
    border-top: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:first-child td:first-child {
    border-left: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:first-child td:last-child {
    border: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:last-child td {
    border-bottom: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:last-child td:first-child {
    border-left: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr:last-child td:last-child {
    border-right: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td {
    font: 300 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 4px;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td p, .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td span {
    font: 300 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(1), .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(2) {
    width: 12%;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(5) {
    border-right: none;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td:nth-child(6) {
    font-size: 14px;
    font-weight: 500;
    width: 12%;
  }
  .google__map__controller .view__panel .data__display__panel .data__container .dp__body .data__table .table__list table tbody tr td .blk__txt {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    background-color: #000;
  }
  /*-- cutom scroll --*/
  .simplebar-track {
    width: 4px;
    background: rgba(250, 250, 250, 0.2);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
  .simplebar-track.vertical .simplebar-scrollbar {
    width: 4px;
    right: 0px;
  }
  .simplebar-track.vertical .simplebar-scrollbar::before {
    background: #fff;
  }
  .simplebar-track.horizontal {
    display: none;
  }
  .lp__kv__image {
    margin-top: 60px;
  }
  .lp__kv__image.set__2 {
    margin: 15px 0 30px;
  }
  .lp__kv__image.set__3 {
    margin: 0 0 40px;
  }
  .lp__kv__image.mb__170 {
    margin-bottom: 20px;
  }
  .lp__kv__image .lp__kv__text {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 0 15px 15px;
    width: 100%;
    max-width: 315px;
    position: absolute;
    top: 13vh;
  }
  .lp__kv__image .lp__kv__text .lkt__text {
    font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0 5px 0 0;
    letter-spacing: 2px;
  }
  .lp__kv__image .lp__kv__text .lkt__img {
    max-width: 130px;
    margin-top: 4px;
  }
  .lp__text__field .stylish__content.set__2 .sc__header {
    margin-bottom: 20px;
  }
  .lp__text__field .stylish__content.set__2 .sc__header .sch__title {
    font-size: 30px;
    letter-spacing: 8px;
  }
  .lp__text__field .stylish__content.set__2 .sc__header .sch__subtitle {
    font-size: 10px;
    top: -6px;
    margin-left: 5px;
    letter-spacing: 4px;
  }
  .lp__text__field .stylish__content.set__2 .sc__header::before, .lp__text__field .stylish__content.set__2 .sc__header::after {
    bottom: 12px;
    border-bottom: 1px solid #000;
  }
  .lp__text__field .stylish__content.set__3 .sc__header {
    margin-bottom: 0px;
  }
  .lp__text__field .stylish__content.set__3 .sc__header .sch__title {
    font-size: 9vw;
    letter-spacing: 5px;
  }
  .lp__text__field .stylish__content.set__3 .sc__header .sch__subtitle {
    font-size: 3.5vw;
    margin-left: 5px;
    letter-spacing: 2px;
  }
  .lp__text__field .stylish__content .sc__header {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .lp__text__field .stylish__content .sc__header .sch__title {
    font: 400 30px/1.7 "Roboto", sans-serif;
    letter-spacing: 8px;
  }
  .lp__text__field .stylish__content .sc__header .sch__subtitle {
    font: normal 10px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    top: -8px;
    letter-spacing: 1px;
  }
  .lp__text__field .stylish__content .sc__header::after {
    bottom: 13px;
  }
  .lp__text__field .stylish__content .sc__body {
    padding-left: 0;
  }
  .lp__text__field .stylish__content .sc__body .sc__text {
    font: 500 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 5px;
  }
  .lp__text__field .stylish__content .sc__body .page__button {
    padding: 10px 50px 10px 15px;
  }
  .lp__text__field .stylish__content .sc__body .page__button:active {
    -webkit-transform: translateY(-4px);
       -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .lp__text__field .stylish__content .sc__body .page__button:active .btn__arrow {
    -webkit-animation: slideLeft 1.1s ease infinite;
       -moz-animation: slideLeft 1.1s ease infinite;
         -o-animation: slideLeft 1.1s ease infinite;
            animation: slideLeft 1.1s ease infinite;
  }
  .lp__text__field .stylish__content .sc__body .page__button .btn__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__text__field .stylish__content .sc__body .page__button .btn__title.set__2 {
    margin-top: 0;
  }
  .lp__text__field .stylish__content .sc__body .page__button .btn__subtitle {
    font: normal 10px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__text__field .stylish__content .sc__body .page__button .btn__arrow {
    font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    top: 40%;
    right: 20px;
  }
  .lp__text__field .note__msg {
    margin-top: 20px;
  }
  /*-- LP STYLES --*/
  .lp__intro__msg {
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
  }
  .lp__intro__msg.set__2 {
    max-width: 100%;
  }
  .lp__intro__msg.set__3 {
    width: 100%;
    margin-top: 60px;
  }
  .lp__intro__msg .lim__img.lp_03_lim_img_01 {
    padding: 40px 0;
  }
  .lp__intro__msg .lim__img.lp_05_lim_img_01 {
    border-bottom: 20px solid #C8D2EB;
    margin: 40px 0;
  }
  .lp__intro__msg .lim__img.lp_04_lim_img_01 {
    padding: 20px 0 0;
  }
  .lp__intro__msg .lim__head {
    display: block;
    margin-bottom: 20px;
  }
  .lp__intro__msg .lim__head .lh__img {
    display: block;
  }
  .lp__intro__msg .lim__head .lh__img.lh_img_01 {
    width: 132.5px;
    margin-right: 20px;
    margin: 0 auto 10px;
  }
  .lp__intro__msg .lim__head .lim__title {
    font: 500 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
    display: block;
  }
  .lp__text__data .ltd__head {
    margin-bottom: 20px;
  }
  .lp__text__data .ltd__head .ltd__title {
    font: 100 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 2px;
  }
  .lp__text__data .ltd__body .ltd__divider {
    width: 100%;
    margin-bottom: 20px;
  }
  .lp__text__data .ltd__body .ltd__note {
    margin-bottom: 20px;
  }
  .lp__text__data .ltd__body .ltd__note .ltd__note__text {
    font: 300 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
  }
  .lp__promotion {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 40px 0 30px;
  }
  .lp__promotion.set__2 {
    background-color: #2ca6e0;
  }
  .lp__promotion#lp_01_sec_01 {
    padding: 50px 0 80px;
  }
  .lp__promotion#lp_01_sec_02 {
    padding: 0;
  }
  .lp__flex__field.lp__col__20s {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .lp__flex__field.lp__col__20s:nth-child(5n) {
    margin-right: 0;
  }
  .lp__flex__field.flex_start-sp {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp__flex__field .lp__col__100,
  .lp__flex__field .lp__col__70,
  .lp__flex__field .lp__col__63,
  .lp__flex__field .lp__col__60,
  .lp__flex__field .lp__col__55,
  .lp__flex__field .lp__col__50,
  .lp__flex__field .lp__col__45,
  .lp__flex__field .lp__col__40,
  .lp__flex__field .lp__col__37,
  .lp__flex__field .lp__col__35,
  .lp__flex__field .lp__col__32,
  .lp__flex__field .lp__col__30,
  .lp__flex__field .lp__col__23,
  .lp__flex__field .lp__col__20,
  .lp__flex__field .lp__col__10,
  .lp__flex__field .lp__cont__2 {
    width: 100%;
    /*-- Inside columns --*/
  }
  .lp__flex__field .lp__col__100.mb__100,
  .lp__flex__field .lp__col__70.mb__100,
  .lp__flex__field .lp__col__63.mb__100,
  .lp__flex__field .lp__col__60.mb__100,
  .lp__flex__field .lp__col__55.mb__100,
  .lp__flex__field .lp__col__50.mb__100,
  .lp__flex__field .lp__col__45.mb__100,
  .lp__flex__field .lp__col__40.mb__100,
  .lp__flex__field .lp__col__37.mb__100,
  .lp__flex__field .lp__col__35.mb__100,
  .lp__flex__field .lp__col__32.mb__100,
  .lp__flex__field .lp__col__30.mb__100,
  .lp__flex__field .lp__col__23.mb__100,
  .lp__flex__field .lp__col__20.mb__100,
  .lp__flex__field .lp__col__10.mb__100,
  .lp__flex__field .lp__cont__2.mb__100 {
    margin-bottom: 50px;
  }
  .lp__flex__field .lp__col__100.spmb__50,
  .lp__flex__field .lp__col__70.spmb__50,
  .lp__flex__field .lp__col__63.spmb__50,
  .lp__flex__field .lp__col__60.spmb__50,
  .lp__flex__field .lp__col__55.spmb__50,
  .lp__flex__field .lp__col__50.spmb__50,
  .lp__flex__field .lp__col__45.spmb__50,
  .lp__flex__field .lp__col__40.spmb__50,
  .lp__flex__field .lp__col__37.spmb__50,
  .lp__flex__field .lp__col__35.spmb__50,
  .lp__flex__field .lp__col__32.spmb__50,
  .lp__flex__field .lp__col__30.spmb__50,
  .lp__flex__field .lp__col__23.spmb__50,
  .lp__flex__field .lp__col__20.spmb__50,
  .lp__flex__field .lp__col__10.spmb__50,
  .lp__flex__field .lp__cont__2.spmb__50 {
    margin-bottom: 20px;
  }
  .lp__flex__field .lp__col__100.spmb__40,
  .lp__flex__field .lp__col__70.spmb__40,
  .lp__flex__field .lp__col__63.spmb__40,
  .lp__flex__field .lp__col__60.spmb__40,
  .lp__flex__field .lp__col__55.spmb__40,
  .lp__flex__field .lp__col__50.spmb__40,
  .lp__flex__field .lp__col__45.spmb__40,
  .lp__flex__field .lp__col__40.spmb__40,
  .lp__flex__field .lp__col__37.spmb__40,
  .lp__flex__field .lp__col__35.spmb__40,
  .lp__flex__field .lp__col__32.spmb__40,
  .lp__flex__field .lp__col__30.spmb__40,
  .lp__flex__field .lp__col__23.spmb__40,
  .lp__flex__field .lp__col__20.spmb__40,
  .lp__flex__field .lp__col__10.spmb__40,
  .lp__flex__field .lp__cont__2.spmb__40 {
    margin-bottom: 40px;
  }
  .lp__flex__field .lp__col__100.spmb__35,
  .lp__flex__field .lp__col__70.spmb__35,
  .lp__flex__field .lp__col__63.spmb__35,
  .lp__flex__field .lp__col__60.spmb__35,
  .lp__flex__field .lp__col__55.spmb__35,
  .lp__flex__field .lp__col__50.spmb__35,
  .lp__flex__field .lp__col__45.spmb__35,
  .lp__flex__field .lp__col__40.spmb__35,
  .lp__flex__field .lp__col__37.spmb__35,
  .lp__flex__field .lp__col__35.spmb__35,
  .lp__flex__field .lp__col__32.spmb__35,
  .lp__flex__field .lp__col__30.spmb__35,
  .lp__flex__field .lp__col__23.spmb__35,
  .lp__flex__field .lp__col__20.spmb__35,
  .lp__flex__field .lp__col__10.spmb__35,
  .lp__flex__field .lp__cont__2.spmb__35 {
    margin-bottom: 35px;
  }
  .lp__flex__field .lp__col__100.spmb__30,
  .lp__flex__field .lp__col__70.spmb__30,
  .lp__flex__field .lp__col__63.spmb__30,
  .lp__flex__field .lp__col__60.spmb__30,
  .lp__flex__field .lp__col__55.spmb__30,
  .lp__flex__field .lp__col__50.spmb__30,
  .lp__flex__field .lp__col__45.spmb__30,
  .lp__flex__field .lp__col__40.spmb__30,
  .lp__flex__field .lp__col__37.spmb__30,
  .lp__flex__field .lp__col__35.spmb__30,
  .lp__flex__field .lp__col__32.spmb__30,
  .lp__flex__field .lp__col__30.spmb__30,
  .lp__flex__field .lp__col__23.spmb__30,
  .lp__flex__field .lp__col__20.spmb__30,
  .lp__flex__field .lp__col__10.spmb__30,
  .lp__flex__field .lp__cont__2.spmb__30 {
    margin-bottom: 30px;
  }
  .lp__flex__field .lp__col__100.spmb__20,
  .lp__flex__field .lp__col__70.spmb__20,
  .lp__flex__field .lp__col__63.spmb__20,
  .lp__flex__field .lp__col__60.spmb__20,
  .lp__flex__field .lp__col__55.spmb__20,
  .lp__flex__field .lp__col__50.spmb__20,
  .lp__flex__field .lp__col__45.spmb__20,
  .lp__flex__field .lp__col__40.spmb__20,
  .lp__flex__field .lp__col__37.spmb__20,
  .lp__flex__field .lp__col__35.spmb__20,
  .lp__flex__field .lp__col__32.spmb__20,
  .lp__flex__field .lp__col__30.spmb__20,
  .lp__flex__field .lp__col__23.spmb__20,
  .lp__flex__field .lp__col__20.spmb__20,
  .lp__flex__field .lp__col__10.spmb__20,
  .lp__flex__field .lp__cont__2.spmb__20 {
    margin-bottom: 20px;
  }
  .lp__flex__field .lp__col__100.spmb__15,
  .lp__flex__field .lp__col__70.spmb__15,
  .lp__flex__field .lp__col__63.spmb__15,
  .lp__flex__field .lp__col__60.spmb__15,
  .lp__flex__field .lp__col__55.spmb__15,
  .lp__flex__field .lp__col__50.spmb__15,
  .lp__flex__field .lp__col__45.spmb__15,
  .lp__flex__field .lp__col__40.spmb__15,
  .lp__flex__field .lp__col__37.spmb__15,
  .lp__flex__field .lp__col__35.spmb__15,
  .lp__flex__field .lp__col__32.spmb__15,
  .lp__flex__field .lp__col__30.spmb__15,
  .lp__flex__field .lp__col__23.spmb__15,
  .lp__flex__field .lp__col__20.spmb__15,
  .lp__flex__field .lp__col__10.spmb__15,
  .lp__flex__field .lp__cont__2.spmb__15 {
    margin-bottom: 15px;
  }
  .lp__flex__field .lp__col__100.sp_order_1,
  .lp__flex__field .lp__col__70.sp_order_1,
  .lp__flex__field .lp__col__63.sp_order_1,
  .lp__flex__field .lp__col__60.sp_order_1,
  .lp__flex__field .lp__col__55.sp_order_1,
  .lp__flex__field .lp__col__50.sp_order_1,
  .lp__flex__field .lp__col__45.sp_order_1,
  .lp__flex__field .lp__col__40.sp_order_1,
  .lp__flex__field .lp__col__37.sp_order_1,
  .lp__flex__field .lp__col__35.sp_order_1,
  .lp__flex__field .lp__col__32.sp_order_1,
  .lp__flex__field .lp__col__30.sp_order_1,
  .lp__flex__field .lp__col__23.sp_order_1,
  .lp__flex__field .lp__col__20.sp_order_1,
  .lp__flex__field .lp__col__10.sp_order_1,
  .lp__flex__field .lp__cont__2.sp_order_1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lp__flex__field .lp__col__100.sp_order_2,
  .lp__flex__field .lp__col__70.sp_order_2,
  .lp__flex__field .lp__col__63.sp_order_2,
  .lp__flex__field .lp__col__60.sp_order_2,
  .lp__flex__field .lp__col__55.sp_order_2,
  .lp__flex__field .lp__col__50.sp_order_2,
  .lp__flex__field .lp__col__45.sp_order_2,
  .lp__flex__field .lp__col__40.sp_order_2,
  .lp__flex__field .lp__col__37.sp_order_2,
  .lp__flex__field .lp__col__35.sp_order_2,
  .lp__flex__field .lp__col__32.sp_order_2,
  .lp__flex__field .lp__col__30.sp_order_2,
  .lp__flex__field .lp__col__23.sp_order_2,
  .lp__flex__field .lp__col__20.sp_order_2,
  .lp__flex__field .lp__col__10.sp_order_2,
  .lp__flex__field .lp__cont__2.sp_order_2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp__flex__field .lp__col__100.sp_order_3,
  .lp__flex__field .lp__col__70.sp_order_3,
  .lp__flex__field .lp__col__63.sp_order_3,
  .lp__flex__field .lp__col__60.sp_order_3,
  .lp__flex__field .lp__col__55.sp_order_3,
  .lp__flex__field .lp__col__50.sp_order_3,
  .lp__flex__field .lp__col__45.sp_order_3,
  .lp__flex__field .lp__col__40.sp_order_3,
  .lp__flex__field .lp__col__37.sp_order_3,
  .lp__flex__field .lp__col__35.sp_order_3,
  .lp__flex__field .lp__col__32.sp_order_3,
  .lp__flex__field .lp__col__30.sp_order_3,
  .lp__flex__field .lp__col__23.sp_order_3,
  .lp__flex__field .lp__col__20.sp_order_3,
  .lp__flex__field .lp__col__10.sp_order_3,
  .lp__flex__field .lp__cont__2.sp_order_3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lp__flex__field .lp__col__100.sp_order_4,
  .lp__flex__field .lp__col__70.sp_order_4,
  .lp__flex__field .lp__col__63.sp_order_4,
  .lp__flex__field .lp__col__60.sp_order_4,
  .lp__flex__field .lp__col__55.sp_order_4,
  .lp__flex__field .lp__col__50.sp_order_4,
  .lp__flex__field .lp__col__45.sp_order_4,
  .lp__flex__field .lp__col__40.sp_order_4,
  .lp__flex__field .lp__col__37.sp_order_4,
  .lp__flex__field .lp__col__35.sp_order_4,
  .lp__flex__field .lp__col__32.sp_order_4,
  .lp__flex__field .lp__col__30.sp_order_4,
  .lp__flex__field .lp__col__23.sp_order_4,
  .lp__flex__field .lp__col__20.sp_order_4,
  .lp__flex__field .lp__col__10.sp_order_4,
  .lp__flex__field .lp__cont__2.sp_order_4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lp__flex__field .lp__col__100.sp_order_5,
  .lp__flex__field .lp__col__70.sp_order_5,
  .lp__flex__field .lp__col__63.sp_order_5,
  .lp__flex__field .lp__col__60.sp_order_5,
  .lp__flex__field .lp__col__55.sp_order_5,
  .lp__flex__field .lp__col__50.sp_order_5,
  .lp__flex__field .lp__col__45.sp_order_5,
  .lp__flex__field .lp__col__40.sp_order_5,
  .lp__flex__field .lp__col__37.sp_order_5,
  .lp__flex__field .lp__col__35.sp_order_5,
  .lp__flex__field .lp__col__32.sp_order_5,
  .lp__flex__field .lp__col__30.sp_order_5,
  .lp__flex__field .lp__col__23.sp_order_5,
  .lp__flex__field .lp__col__20.sp_order_5,
  .lp__flex__field .lp__col__10.sp_order_5,
  .lp__flex__field .lp__cont__2.sp_order_5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lp__flex__field .lp__col__100.sp_order_6,
  .lp__flex__field .lp__col__70.sp_order_6,
  .lp__flex__field .lp__col__63.sp_order_6,
  .lp__flex__field .lp__col__60.sp_order_6,
  .lp__flex__field .lp__col__55.sp_order_6,
  .lp__flex__field .lp__col__50.sp_order_6,
  .lp__flex__field .lp__col__45.sp_order_6,
  .lp__flex__field .lp__col__40.sp_order_6,
  .lp__flex__field .lp__col__37.sp_order_6,
  .lp__flex__field .lp__col__35.sp_order_6,
  .lp__flex__field .lp__col__32.sp_order_6,
  .lp__flex__field .lp__col__30.sp_order_6,
  .lp__flex__field .lp__col__23.sp_order_6,
  .lp__flex__field .lp__col__20.sp_order_6,
  .lp__flex__field .lp__col__10.sp_order_6,
  .lp__flex__field .lp__cont__2.sp_order_6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lp__flex__field .lp__col__100.sp_order_7,
  .lp__flex__field .lp__col__70.sp_order_7,
  .lp__flex__field .lp__col__63.sp_order_7,
  .lp__flex__field .lp__col__60.sp_order_7,
  .lp__flex__field .lp__col__55.sp_order_7,
  .lp__flex__field .lp__col__50.sp_order_7,
  .lp__flex__field .lp__col__45.sp_order_7,
  .lp__flex__field .lp__col__40.sp_order_7,
  .lp__flex__field .lp__col__37.sp_order_7,
  .lp__flex__field .lp__col__35.sp_order_7,
  .lp__flex__field .lp__col__32.sp_order_7,
  .lp__flex__field .lp__col__30.sp_order_7,
  .lp__flex__field .lp__col__23.sp_order_7,
  .lp__flex__field .lp__col__20.sp_order_7,
  .lp__flex__field .lp__col__10.sp_order_7,
  .lp__flex__field .lp__cont__2.sp_order_7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lp__flex__field .lp__col__100.sp_order_8,
  .lp__flex__field .lp__col__70.sp_order_8,
  .lp__flex__field .lp__col__63.sp_order_8,
  .lp__flex__field .lp__col__60.sp_order_8,
  .lp__flex__field .lp__col__55.sp_order_8,
  .lp__flex__field .lp__col__50.sp_order_8,
  .lp__flex__field .lp__col__45.sp_order_8,
  .lp__flex__field .lp__col__40.sp_order_8,
  .lp__flex__field .lp__col__37.sp_order_8,
  .lp__flex__field .lp__col__35.sp_order_8,
  .lp__flex__field .lp__col__32.sp_order_8,
  .lp__flex__field .lp__col__30.sp_order_8,
  .lp__flex__field .lp__col__23.sp_order_8,
  .lp__flex__field .lp__col__20.sp_order_8,
  .lp__flex__field .lp__col__10.sp_order_8,
  .lp__flex__field .lp__cont__2.sp_order_8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lp__flex__field .lp__col__100.sp_order_9,
  .lp__flex__field .lp__col__70.sp_order_9,
  .lp__flex__field .lp__col__63.sp_order_9,
  .lp__flex__field .lp__col__60.sp_order_9,
  .lp__flex__field .lp__col__55.sp_order_9,
  .lp__flex__field .lp__col__50.sp_order_9,
  .lp__flex__field .lp__col__45.sp_order_9,
  .lp__flex__field .lp__col__40.sp_order_9,
  .lp__flex__field .lp__col__37.sp_order_9,
  .lp__flex__field .lp__col__35.sp_order_9,
  .lp__flex__field .lp__col__32.sp_order_9,
  .lp__flex__field .lp__col__30.sp_order_9,
  .lp__flex__field .lp__col__23.sp_order_9,
  .lp__flex__field .lp__col__20.sp_order_9,
  .lp__flex__field .lp__col__10.sp_order_9,
  .lp__flex__field .lp__cont__2.sp_order_9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lp__flex__field .lp__col__100.sp_order_10,
  .lp__flex__field .lp__col__70.sp_order_10,
  .lp__flex__field .lp__col__63.sp_order_10,
  .lp__flex__field .lp__col__60.sp_order_10,
  .lp__flex__field .lp__col__55.sp_order_10,
  .lp__flex__field .lp__col__50.sp_order_10,
  .lp__flex__field .lp__col__45.sp_order_10,
  .lp__flex__field .lp__col__40.sp_order_10,
  .lp__flex__field .lp__col__37.sp_order_10,
  .lp__flex__field .lp__col__35.sp_order_10,
  .lp__flex__field .lp__col__32.sp_order_10,
  .lp__flex__field .lp__col__30.sp_order_10,
  .lp__flex__field .lp__col__23.sp_order_10,
  .lp__flex__field .lp__col__20.sp_order_10,
  .lp__flex__field .lp__col__10.sp_order_10,
  .lp__flex__field .lp__cont__2.sp_order_10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .lp__flex__field .lp__col__100.red__arrow__right::after,
  .lp__flex__field .lp__col__70.red__arrow__right::after,
  .lp__flex__field .lp__col__63.red__arrow__right::after,
  .lp__flex__field .lp__col__60.red__arrow__right::after,
  .lp__flex__field .lp__col__55.red__arrow__right::after,
  .lp__flex__field .lp__col__50.red__arrow__right::after,
  .lp__flex__field .lp__col__45.red__arrow__right::after,
  .lp__flex__field .lp__col__40.red__arrow__right::after,
  .lp__flex__field .lp__col__37.red__arrow__right::after,
  .lp__flex__field .lp__col__35.red__arrow__right::after,
  .lp__flex__field .lp__col__32.red__arrow__right::after,
  .lp__flex__field .lp__col__30.red__arrow__right::after,
  .lp__flex__field .lp__col__23.red__arrow__right::after,
  .lp__flex__field .lp__col__20.red__arrow__right::after,
  .lp__flex__field .lp__col__10.red__arrow__right::after,
  .lp__flex__field .lp__cont__2.red__arrow__right::after {
    display: none;
  }
  .lp__flex__field .lp__col__100.red__arrow__down,
  .lp__flex__field .lp__col__70.red__arrow__down,
  .lp__flex__field .lp__col__63.red__arrow__down,
  .lp__flex__field .lp__col__60.red__arrow__down,
  .lp__flex__field .lp__col__55.red__arrow__down,
  .lp__flex__field .lp__col__50.red__arrow__down,
  .lp__flex__field .lp__col__45.red__arrow__down,
  .lp__flex__field .lp__col__40.red__arrow__down,
  .lp__flex__field .lp__col__37.red__arrow__down,
  .lp__flex__field .lp__col__35.red__arrow__down,
  .lp__flex__field .lp__col__32.red__arrow__down,
  .lp__flex__field .lp__col__30.red__arrow__down,
  .lp__flex__field .lp__col__23.red__arrow__down,
  .lp__flex__field .lp__col__20.red__arrow__down,
  .lp__flex__field .lp__col__10.red__arrow__down,
  .lp__flex__field .lp__cont__2.red__arrow__down {
    position: relative;
  }
  .lp__flex__field .lp__col__100.red__arrow__down::before,
  .lp__flex__field .lp__col__70.red__arrow__down::before,
  .lp__flex__field .lp__col__63.red__arrow__down::before,
  .lp__flex__field .lp__col__60.red__arrow__down::before,
  .lp__flex__field .lp__col__55.red__arrow__down::before,
  .lp__flex__field .lp__col__50.red__arrow__down::before,
  .lp__flex__field .lp__col__45.red__arrow__down::before,
  .lp__flex__field .lp__col__40.red__arrow__down::before,
  .lp__flex__field .lp__col__37.red__arrow__down::before,
  .lp__flex__field .lp__col__35.red__arrow__down::before,
  .lp__flex__field .lp__col__32.red__arrow__down::before,
  .lp__flex__field .lp__col__30.red__arrow__down::before,
  .lp__flex__field .lp__col__23.red__arrow__down::before,
  .lp__flex__field .lp__col__20.red__arrow__down::before,
  .lp__flex__field .lp__col__10.red__arrow__down::before,
  .lp__flex__field .lp__cont__2.red__arrow__down::before {
    content: '';
    display: block;
    position: absolute;
    top: initial;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    background: url("./../img/main/red-arrow-down-min.png") center/contain no-repeat;
    height: 30px;
    width: 80px;
    margin: 0 auto;
  }
  .lp__flex__field .lp__col__100.arrow__right::after,
  .lp__flex__field .lp__col__70.arrow__right::after,
  .lp__flex__field .lp__col__63.arrow__right::after,
  .lp__flex__field .lp__col__60.arrow__right::after,
  .lp__flex__field .lp__col__55.arrow__right::after,
  .lp__flex__field .lp__col__50.arrow__right::after,
  .lp__flex__field .lp__col__45.arrow__right::after,
  .lp__flex__field .lp__col__40.arrow__right::after,
  .lp__flex__field .lp__col__37.arrow__right::after,
  .lp__flex__field .lp__col__35.arrow__right::after,
  .lp__flex__field .lp__col__32.arrow__right::after,
  .lp__flex__field .lp__col__30.arrow__right::after,
  .lp__flex__field .lp__col__23.arrow__right::after,
  .lp__flex__field .lp__col__20.arrow__right::after,
  .lp__flex__field .lp__col__10.arrow__right::after,
  .lp__flex__field .lp__cont__2.arrow__right::after {
    right: -4.5vw;
    height: 32px;
    width: 10px;
  }
  .lp__flex__field .lp__col__100.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__70.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__63.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__60.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__55.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__50.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__45.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__40.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__37.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__35.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__32.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__30.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__23.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__20.arrow__right.sp_none::after,
  .lp__flex__field .lp__col__10.arrow__right.sp_none::after,
  .lp__flex__field .lp__cont__2.arrow__right.sp_none::after {
    display: none;
  }
  .lp__flex__field .lp__col__100 .lp__incol__50,
  .lp__flex__field .lp__col__70 .lp__incol__50,
  .lp__flex__field .lp__col__63 .lp__incol__50,
  .lp__flex__field .lp__col__60 .lp__incol__50,
  .lp__flex__field .lp__col__55 .lp__incol__50,
  .lp__flex__field .lp__col__50 .lp__incol__50,
  .lp__flex__field .lp__col__45 .lp__incol__50,
  .lp__flex__field .lp__col__40 .lp__incol__50,
  .lp__flex__field .lp__col__37 .lp__incol__50,
  .lp__flex__field .lp__col__35 .lp__incol__50,
  .lp__flex__field .lp__col__32 .lp__incol__50,
  .lp__flex__field .lp__col__30 .lp__incol__50,
  .lp__flex__field .lp__col__23 .lp__incol__50,
  .lp__flex__field .lp__col__20 .lp__incol__50,
  .lp__flex__field .lp__col__10 .lp__incol__50,
  .lp__flex__field .lp__cont__2 .lp__incol__50 {
    width: 47%;
  }
  .lp__flex__field .lp__col__100 .col__text,
  .lp__flex__field .lp__col__70 .col__text,
  .lp__flex__field .lp__col__63 .col__text,
  .lp__flex__field .lp__col__60 .col__text,
  .lp__flex__field .lp__col__55 .col__text,
  .lp__flex__field .lp__col__50 .col__text,
  .lp__flex__field .lp__col__45 .col__text,
  .lp__flex__field .lp__col__40 .col__text,
  .lp__flex__field .lp__col__37 .col__text,
  .lp__flex__field .lp__col__35 .col__text,
  .lp__flex__field .lp__col__32 .col__text,
  .lp__flex__field .lp__col__30 .col__text,
  .lp__flex__field .lp__col__23 .col__text,
  .lp__flex__field .lp__col__20 .col__text,
  .lp__flex__field .lp__col__10 .col__text,
  .lp__flex__field .lp__cont__2 .col__text {
    font-size: 2vw;
  }
  .lp__flex__field .lp__col__100 .col__subtext,
  .lp__flex__field .lp__col__70 .col__subtext,
  .lp__flex__field .lp__col__63 .col__subtext,
  .lp__flex__field .lp__col__60 .col__subtext,
  .lp__flex__field .lp__col__55 .col__subtext,
  .lp__flex__field .lp__col__50 .col__subtext,
  .lp__flex__field .lp__col__45 .col__subtext,
  .lp__flex__field .lp__col__40 .col__subtext,
  .lp__flex__field .lp__col__37 .col__subtext,
  .lp__flex__field .lp__col__35 .col__subtext,
  .lp__flex__field .lp__col__32 .col__subtext,
  .lp__flex__field .lp__col__30 .col__subtext,
  .lp__flex__field .lp__col__23 .col__subtext,
  .lp__flex__field .lp__col__20 .col__subtext,
  .lp__flex__field .lp__col__10 .col__subtext,
  .lp__flex__field .lp__cont__2 .col__subtext {
    font-size: 1vw;
  }
  .lp__flex__field .lp__col__100 .col__subtext.f__14,
  .lp__flex__field .lp__col__70 .col__subtext.f__14,
  .lp__flex__field .lp__col__63 .col__subtext.f__14,
  .lp__flex__field .lp__col__60 .col__subtext.f__14,
  .lp__flex__field .lp__col__55 .col__subtext.f__14,
  .lp__flex__field .lp__col__50 .col__subtext.f__14,
  .lp__flex__field .lp__col__45 .col__subtext.f__14,
  .lp__flex__field .lp__col__40 .col__subtext.f__14,
  .lp__flex__field .lp__col__37 .col__subtext.f__14,
  .lp__flex__field .lp__col__35 .col__subtext.f__14,
  .lp__flex__field .lp__col__32 .col__subtext.f__14,
  .lp__flex__field .lp__col__30 .col__subtext.f__14,
  .lp__flex__field .lp__col__23 .col__subtext.f__14,
  .lp__flex__field .lp__col__20 .col__subtext.f__14,
  .lp__flex__field .lp__col__10 .col__subtext.f__14,
  .lp__flex__field .lp__cont__2 .col__subtext.f__14 {
    font-size: 1.5vw;
  }
  .lp__flex__field .lp__col__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .lp__flex__field .lp__col__wrap.sp_col_2 {
    width: 50%;
  }
  .lp__flex__field .lp__col__23.sp_same {
    width: 23%;
  }
  .lp__flex__field .lp__col__23.sp_col_2 {
    width: 47%;
  }
  .lp__flex__field .lp__col__23.sp_col_2-2 {
    width: 48.5%;
  }
  .lp__flex__field .lp__col__25.sp_same {
    width: 25%;
  }
  .lp__flex__field .lp__col__30.sp_same {
    width: 30%;
  }
  .lp__flex__field .lp__col__35.sp_same {
    width: 35%;
  }
  .lp__flex__field .lp__col__50.sp_same {
    width: 50%;
  }
  .lp__flex__field .lp__col__65.sp_same {
    width: 65%;
  }
  .lp__flex__field .lp__cont__2 {
    max-width: 100%;
  }
  .lp__flex__field .lp__cont__2.set__2, .lp__flex__field .lp__cont__2.set__3, .lp__flex__field .lp__cont__2.set__4 {
    max-width: 100%;
  }
  .lp__flex__field .lp__cont__2.sp_same {
    width: -webkit-calc(50% - 7.5px);
    width: -moz-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
  .lp__flex__field .lp__cont__2.mb__70 {
    margin-bottom: 20px;
  }
  .lp__flex__field .lp__cont__2.mb__50 {
    margin-bottom: 25px;
  }
  .lp__flex__field .lp__colorTile {
    width: -webkit-calc((100% / 4) - 8px);
    width: -moz-calc((100% / 4) - 8px);
    width: calc((100% / 4) - 8px);
    margin-right: 10px;
    margin-top: 10px;
  }
  .lp__flex__field .lp__colorTile.lp__colorTile__active::after {
    width: 5vw;
    height: 5vw;
  }
  .lp__flex__field.mb__85 {
    margin-bottom: 50px;
  }
  .lp__flex__field.mb__40 {
    margin-bottom: 20px;
  }
  .lp__flex__field.mb__100 {
    margin-bottom: 50px;
  }
  .lp__flex__field.mt__100 {
    margin-top: 50px;
  }
  .lp__flex__field.spmb__50 {
    margin-bottom: 20px;
  }
  .lp__flex__field.spmb__40 {
    margin-bottom: 40px;
  }
  .lp__flex__field.spmb__30 {
    margin-bottom: 30px;
  }
  .lp__flex__field.spmb__20 {
    margin-bottom: 20px;
  }
  .lp__flex__field.spmb__15 {
    margin-bottom: 15px;
  }
  .lp__flex__field .display__box {
    border-top: 1vw solid #333;
    padding: 0 6vw;
  }
  .lp__flex__field .display__box_img {
    margin-bottom: 2vw;
    height: 4vw;
  }
  .lp__flex__field .display__box_details {
    font-size: 1.5vw;
  }
  .lp__flex__field .lp__col__title {
    font-size: 5vw;
  }
  .lp__text__img {
    max-width: 300px;
  }
  .lp__text__img.set__4 {
    max-width: 48%;
  }
  .lp__text__img.set__4 .lti__head .lti__title {
    font-size: 3vw;
  }
  .lp__text__img.set__4 .lti__head .lti__subtitle {
    font-size: 1.8vw;
  }
  .lp__text__img .lti__content .c__head {
    margin-bottom: 20px;
  }
  .lp__text__img .lti__content p {
    font: normal 3.75vw/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__section .lp__section__title {
    margin: 20px 0 40px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .lp__section .lp__section__title .lst__text {
    font: 500 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__section .lp__section__title .lst__detail {
    font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__section.lp_5_ls_01 {
    padding-bottom: 10px;
  }
  .lp__section.lp_5_ls_02 {
    padding: 50px 0;
  }
  .lp__section.lp_5_ls_03 {
    padding-bottom: 10px;
  }
  .lp__section.lp_5_ls_05 {
    background-color: #C8D2EB;
    padding: 50px 0 0;
  }
  .lp__section.lp_5_ls_06 {
    padding: 50px 0;
  }
  /*-- lp images -*/
  .lp__img__wrap {
    width: 100%;
  }
  .lp__img__wrap.lp_37_liw_img_03 {
    max-width: 23vw;
  }
  .lp__img__wrap.lp_37_liw_img_04 {
    max-width: 15vw;
  }
  .lp__img__wrap.lp_03_liw_img_01 {
    /*max-width: 100%;*/
    margin: 0 auto 30px;
  }
  .lp__img__wrap.lp_03_liw_img_02 {
    max-width: 583px;
    margin: 0 auto;
  }
  .lp__img__wrap.fam_liw_img_02 {
    display: block;
    margin: 0 auto 20px;
  }
  .lp__img__wrap.fam_liw_img_03 {
    float: right;
    max-width: 290px;
  }
  .lp__img__wrap.lp_11_liw_img_05 .car__image {
    width: 100%;
    left: 0px;
  }
  .lp__img__wrap.lp_26_liw_img_01 {
    padding: 30px 0 0;
  }
  .lp__img__wrap.lp_26_liw_img_01 p {
    font-size: 4.7vw;
  }
  .lp__img__wrap.mt__40 {
    margin-top: 20px;
  }
  .lp__img__wrap.mt__50 {
    margin-top: 25px;
  }
  .lp__img__wrap.mt__60 {
    margin-top: 30px;
  }
  .lp__img__wrap.mt__75 {
    margin-top: 37.5px;
  }
  .lp__img__wrap.mt__80 {
    margin-top: 40px;
  }
  .lp__img__wrap.mt__100 {
    margin-top: 50px;
  }
  .lp__img__wrap.mb__30 {
    margin-bottom: 15px;
  }
  .lp__img__wrap.mb__40 {
    margin-bottom: 20px;
  }
  .lp__img__wrap.mb__50 {
    margin-bottom: 30px;
  }
  .lp__img__wrap.mb__70 {
    margin-bottom: 35px;
  }
  .lp__img__wrap.mb__80 {
    margin-bottom: 40px;
  }
  .lp__img__wrap.mb__100 {
    margin-bottom: 50px;
  }
  .lp__img__wrap.mb__150 {
    margin-bottom: 50px;
  }
  .lp__img__wrap.sp_mb_50 {
    margin-bottom: 50px;
  }
  .lp__img__wrap.sp_mb_80 {
    margin-bottom: 80px;
  }
  .lp__img__wrap.sp_mb_20 {
    margin-bottom: 20px;
  }
  .lp__img__wrap.sp_mb_15 {
    margin-bottom: 15px;
  }
  .lp__img__wrap.pad_0_100, .lp__img__wrap.pad_0_50 {
    padding: 0;
  }
  .lp__img__wrap.mb__big {
    margin-bottom: 25vw;
  }
  .lp__img__wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp__img__wrap img.fr {
    float: none;
  }
  .lp__img__wrap img.lp_27_liw_img_01 {
    margin-bottom: 50px;
  }
  .lp__img__wrap img.liw_img_01 {
    margin-bottom: 20px;
  }
  .lp__img__wrap img.liw_img_03 {
    margin: 0 auto;
  }
  .lp__img__wrap img.liw_img_04 {
    margin: 0 auto 20px;
  }
  .lp__img__wrap img.liw_img_05 {
    margin-bottom: 15px;
  }
  .lp__img__wrap img.liw_img_06 {
    float: right;
    max-width: 500.5px;
  }
  .lp__img__wrap img.lp_02_liw_img_01 {
    max-width: 570px;
    margin-bottom: 50px;
  }
  .lp__img__wrap img.lp_02_liw_img_03 {
    position: relative;
    top: -60px;
    max-width: 873.5px;
    margin: 0 auto;
  }
  .lp__img__wrap img.lp_02_liw_img_04 {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: -30px auto 40px;
  }
  .lp__img__wrap img.lp_03_liw_img_03 {
    float: none;
    max-width: 292px;
    margin: 15px auto 0;
  }
  .lp__img__wrap img.lp_04_liw_img_02 {
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .lp__img__wrap img.lp_04_liw_img_05, .lp__img__wrap img.lp_04_liw_img_06 {
    max-width: 750px;
    margin: 0 auto 40px;
  }
  .lp__img__wrap img.lp_05_liw_img_01 {
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .lp__img__wrap img.lp_05_liw_img_02 {
    margin: 60px auto 20px;
  }
  .lp__img__wrap img.lp_05_liw_img_03 {
    margin: 0 auto 20px;
  }
  .lp__img__wrap img.lp_05_liw_img_04 {
    margin: 0 auto 20px;
  }
  .lp__img__wrap img.lp_05_liw_img_05 {
    margin: 40px auto 0;
    float: none;
  }
  .lp__img__wrap img.lp_05_liw_img_06 {
    margin: 60px auto 20px;
  }
  .lp__img__wrap img.lp_05_liw_img_07 {
    margin: 0 auto 20px;
  }
  .lp__img__wrap img.lp_05_liw_img_09 {
    margin-bottom: 50px;
  }
  .lp__img__wrap img.fam_liw_img_04 {
    margin: 0 0 40px;
  }
  .lp__img__wrap img.liw_img_16_01 {
    margin-bottom: 20px;
  }
  .lp__img__wrap img.liw_img_16_03 {
    top: -60px;
  }
  .lp__img__wrap img.liw_img_16_04 {
    margin: 0 auto 20px;
  }
  .lp__img__wrap img.sp_mx_350 {
    max-width: 350px;
  }
  .lp__img__wrap img.sp_mx_400 {
    max-width: 400px;
  }
  .lp__img__wrap img.sp_mx_full {
    max-width: 100%;
  }
  .lp__img__wrap img.pad {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lp__img__wrap img.pad.sp_pl_50 {
    padding-left: 50px;
  }
  .lp__img__wrap img.pad.sp_pl_25 {
    padding-left: 25px;
  }
  .lp__img__wrap img.pad.sp_pl_20 {
    padding-left: 20px;
  }
  .lp__img__wrap img.pad.sp_pl_15 {
    padding-left: 15px;
  }
  .lp__img__wrap img.pad.sp_pr_50 {
    padding-right: 50px;
  }
  .lp__img__wrap img.pad.sp_pr_15 {
    padding-right: 15px;
  }
  .lp__img__wrap img.pad.sp_pr_20 {
    padding-right: 20px;
  }
  .lp__img__wrap img.pad.sp_pr_25 {
    padding-right: 25px;
  }
  .lp__img__wrap img.pad.sp_ph_50 {
    padding: 0 50px;
  }
  .lp__img__wrap img.pad.sp_ph_30 {
    padding: 0 30px;
  }
  .lp__img__wrap img.pad.sp_ph_20 {
    padding: 0 20px;
  }
  .lp__img__wrap img.pad.sp_p_0 {
    padding: 0;
  }
  .lp__img__wrap img.pc {
    display: none;
  }
  .lp__img__wrap img.sp {
    display: block;
  }
  .lp__img__wrap .center__text {
    font-size: 1.8vw;
  }
  .lp__img__wrap .img__note {
    font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__img__wrap .inner__button:hover {
    -webkit-transform: perspective(1px) scale(1);
    -ms-transform: perspective(1px) scale(1);
    -moz-transform: perspective(1px) scale(1);
         transform: perspective(1px) scale(1);
    opacity: 1;
  }
  .lp__img__wrap .inner__button.ib--01 {
    bottom: 8vw;
  }
  .lp__img__wrap .inner__button.ib--02 {
    bottom: 2.9vw;
  }
  /*-- lp tables --*/
  .lp__tables__title {
    margin-bottom: 10px;
  }
  .lp__tables__title .ltt__text {
    font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__tables__title .ltt__text.set__2 {
    font-size: 12px;
  }
  .lp__tables table {
    width: 100%;
  }
  .lp__tables table thead tr th, .lp__tables table thead tr td, .lp__tables table tbody tr th, .lp__tables table tbody tr td {
    padding: 5px;
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__tables table thead tr th a, .lp__tables table thead tr th p, .lp__tables table thead tr th b, .lp__tables table thead tr th strong, .lp__tables table thead tr th span, .lp__tables table thead tr td a, .lp__tables table thead tr td p, .lp__tables table thead tr td b, .lp__tables table thead tr td strong, .lp__tables table thead tr td span, .lp__tables table tbody tr th a, .lp__tables table tbody tr th p, .lp__tables table tbody tr th b, .lp__tables table tbody tr th strong, .lp__tables table tbody tr th span, .lp__tables table tbody tr td a, .lp__tables table tbody tr td p, .lp__tables table tbody tr td b, .lp__tables table tbody tr td strong, .lp__tables table tbody tr td span {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__tables.lp_03_tbl_01 table tbody tr td:first-child {
    width: 33%;
  }
  /*-- LP car listing --*/
  .car__field__listing {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .car__field__listing .col__4 {
    width: 100%;
  }
  .car__field__listing .col__2 {
    width: 100%;
    max-width: 100%;
  }
  .car__field__listing .col__1 {
    width: 25%;
    max-width: 245px;
  }
  .car__field__listing .col__2__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .car__field__listing .col__2__single .col__single {
    width: 50%;
    max-width: 290px;
  }
  .car__field__listing .cfl__list {
    margin-bottom: 20px;
  }
  .car__field__listing .cfl__list .cfl__cars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link {
    max-width: 290px;
    margin-bottom: 20px;
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link:active .cfl__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
         transform: scale(1.05);
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link:active .cfl__name {
    color: #00A0E6;
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link .cfl__img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link .cfl__name {
    display: block;
    text-align: center;
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
  }
  /*-- content box --*/
  .lp__contentbox .lcb__head {
    margin-bottom: 10px;
  }
  .lp__contentbox .lcb__head.set__2 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp__contentbox .lcb__head.set__2 .cb__title__wrap {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .lp__contentbox .lcb__head.set__2 .cb__title__wrap .cb__title {
    font: 600 5.5vw/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__contentbox .lcb__head.set__2 .cb__title__wrap .cb__title sup {
    font-size: 12px;
    line-height: 1;
  }
  .lp__contentbox .lcb__head.set__2 .pop__msg {
    height: 90px;
    width: 90px;
  }
  .lp__contentbox .lcb__head.set__2 .pop__msg.set__2::after {
    left: -46px;
  }
  .lp__contentbox .lcb__head.set__2 .pop__msg.popping {
    -webkit-animation: pop_msg 4s ease infinite;
       -moz-animation: pop_msg 4s ease infinite;
         -o-animation: pop_msg 4s ease infinite;
            animation: pop_msg 4s ease infinite;
  }
  .lp__contentbox .lcb__head.set__2 .pop__msg .pm__text {
    position: relative;
    font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    z-index: 1;
  }
  .lp__contentbox .lcb__head.set__2 .pop__msg .pm__text sup {
    font-size: 8px;
  }
  .lp__contentbox .lcb__head.set__3 {
    margin-bottom: 20px;
  }
  .lp__contentbox .lcb__head.set__3 .cb__title__wrap {
    min-height: 20px;
  }
  .lp__contentbox .lcb__head.set__3 .cb__title__wrap .cb__title {
    font: bold 5.5vw/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__contentbox .lcb__head.set__3 .cb__title__wrap .cb__title sup {
    font-size: 8px;
  }
  .lp__contentbox .lcb__head .cb__title {
    font: 600 5.5vw/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__contentbox .lcb__head .cb__title--blue {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
  .lp__contentbox .lcb__head .cb__title sup {
    font-size: 10px;
  }
  .lp__contentbox .cb__textbox {
    border: 1px solid #0075C1;
    padding: 4px;
    margin-bottom: 15px;
  }
  .lp__contentbox .cb__textbox p {
    font-size: 3.8vw;
  }
  .lp__contentbox .cb__text {
    min-height: 50px;
    margin-bottom: 10px;
  }
  .lp__contentbox .cb__text p {
    font-size: 14px;
  }
  .lp__contentbox .cb__text.set__2 .left__part {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5px;
  }
  .lp__contentbox .cb__text.set__2 p {
    font: 400 2.9vw/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__contentbox .cb__text.set__3 p {
    font: 400 14px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__contentbox .cb__text.set__4 p {
    font: 400 2.9vw/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__contentbox .lcb__note {
    margin-bottom: 10px;
  }
  .lp__contentbox .lcb__note ul.ul__asterisk li .asterisk {
    font: normal 8px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__contentbox .lcb__note ul.ul__asterisk li p {
    font: normal 8px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .page__acnhor {
    top: -60px;
  }
  .movie__field__head {
    margin-bottom: 25px;
  }
  .movie__field__head__title {
    font-size: 8vw;
  }
  .movie__field__head__subtitle {
    font-size: 5vw;
  }
  .movie__field__body .movie__card {
    float: none;
    width: 100%;
    min-height: 185px;
    margin-bottom: 15px;
    margin-right: 0%;
  }
  .lightbox__field .lightbox {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 40vh;
  }
  .lightbox__field .lightbox__btn {
    right: 0px;
  }
  .lightbox__field .lightbox__btn:hover::before, .lightbox__field .lightbox__btn:hover::after {
    background-color: #fff;
  }
  .kosodate_banner__sliderControlBG {
    height: 35vw;
  }
  .kosodate_banner__sliderControlBG02 {
    height: 35vw;
  }
  .kosodate_banner-button-prev {
    width: 8vw;
    top: 35%;
  }
  .kosodate_banner-button-next {
    width: 8vw;
    top: 35%;
  }
  #search-fixed .search-fixed-item {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 635px) {
  /*-- LP car listing --*/
  .car__field__listing .col__4 {
    width: 100%;
  }
  .car__field__listing .col__2 {
    width: 100%;
    max-width: 100%;
  }
  .car__field__listing .col__1 {
    width: 25%;
    max-width: 245px;
  }
  .car__field__listing .col__2__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .car__field__listing .col__2__single .col__single {
    width: 100%;
    max-width: 100%;
  }
  .car__field__listing .cfl__list {
    margin-bottom: 20px;
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link {
    max-width: 350px;
    margin: 0 auto 30px;
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link:active .cfl__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
         transform: scale(1.05);
  }
  .car__field__listing .cfl__list .cfl__cars .cfl__link:active .cfl__name {
    color: #00A0E6;
  }
  .lp__text__img {
    max-width: 450px;
    margin: 0 auto 40px;
  }
  .lp__text__img.set__3 {
    max-width: 450px;
    margin: 0 auto 40px;
  }
  .panel .panel__body {
    /*.process__cards {
        margin: 30px 0;

        &--list {
          width: 100%;
          max-width: 100%;
          margin-bottom: 20px;
          height: auto;

          &-title {
            font: 500 16px/1.7 $NotoSans;
          }
          &-details {
            font: normal 12px/1.7 $NotoSans;
          }
        }
      }
*/
  }
  .panel .panel__body .panel__note {
    font-size: 3vw;
  }
}

/*-- smaller screen --*/
@media only screen and (max-width: 539px) {
  /*-- CENTER TEXT --*/
  .center__titles {
    margin-bottom: 50px;
  }
  .center__titles.mb__50 {
    margin-bottom: 30px;
  }
  .center__titles .ct__text .ct__icon {
    margin: 0 auto 15px;
    width: 35px;
  }
  .center__titles .ct__text .ct__title {
    font: normal 14px/1.5 "Roboto", sans-serif;
    font-weight: 400;
  }
  .center__titles .ct__text .ct__subtitle {
    font: normal 8px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .center__titles .ct__text .ct__arrow__down {
    margin: 10px auto 0;
    width: 44px;
  }
  /*-- KV --*/
  .page__kv.mt__60 {
    margin-top: 60px;
  }
  .page__kv .kv__text {
    height: 95px;
  }
  .page__kv .kv__text .kv__title {
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
    margin-bottom: 5px;
  }
  .page__kv .kv__text .kv__details {
    font: normal 22px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
  }
  .page__kv .kv__text .kv__eng {
    font: normal 14px "Roboto", sans-serif;
    font-weight: 100;
  }
  /*-- PANEL --*/
  .panel .panel__body {
    /*-- TESTIMONIAL --*/
  }
  .panel .panel__body .testimonial__cards {
    padding-bottom: 0px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list {
    height: auto;
    margin: 0 0 30px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card {
    padding: 30px 15px 50px;
    width: 100%;
    max-width: 445px;
    height: auto;
    top: 0;
    /*-- card type --*/
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.fr {
    float: none;
    margin-right: 0;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left {
    width: 100%;
    margin-bottom: 15px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__title {
    text-align: center;
    display: block;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__car {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__left .tc__car img {
    display: block;
    width: 100%;
    height: auto;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right {
    width: 100%;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video {
    position: relative;
    background-color: #666;
    width: 100%;
    height: 180px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video img, .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__right .tc__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%;
    display: block;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg {
    position: relative;
    bottom: -30px;
    right: 0;
    padding: 15px;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card .tc__msg p {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time {
    height: auto;
    padding-bottom: 30px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .tc__left {
    padding-left: 0;
    margin-bottom: 0;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .tc__left .tc__title {
    font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .tc__right {
    margin-bottom: 15px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg {
    position: relative;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__img {
    left: -15px;
  }
  .panel .panel__body .testimonial__cards .tc__wrap .tc__list .t__card.first__time .indorse__msg .im__text {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 55px;
  }
  /*-- PANE --*/
  .pane .p__content .p__title {
    font: normal 18px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
  }
  .pane .p__content .p__subtitle {
    font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
  }
  .pane .p__content .p__details p {
    font: normal 11px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
  }
  .pane .p__images {
    height: 280px;
  }
  .pane .p__images .sub__img {
    width: 70%;
    bottom: 0;
  }
  /*-- DIVISION FIELD --*/
  .division__field {
    padding: 25px 20px;
  }
  .division__field.set__2 {
    padding: 25px 20px;
  }
  .division__field .division_2 {
    width: 100%;
  }
  .division__field .division_2 .left__part {
    position: relative;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .division__field .division_2 .left__part::after {
    content: '';
    display: block;
    clear: both;
  }
  .division__field .division_2 .left__part .lp__notes {
    position: relative;
  }
  .division__field .division_2 .right__part {
    position: relative;
    width: 100%;
  }
  .division__field .division_2 .right__part .rp__img {
    position: relative;
  }
  .division__field .division_2 .right__part .rp__img.rp__img__01 {
    position: relative;
    margin-top: 20px;
    height: auto;
    width: 100%;
  }
  .division__field .division_3 .col__3 .col__1 {
    margin-bottom: 30px;
  }
  .division__field .division_3 .col__3 .col__2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /*-- FLEX FIELD --*/
  .flex__field.p_12_ff_01 {
    display: block;
  }
  /*-- TEXT IMAGE BOX --*/
  .text__img__box {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .text__img__box .tib__head .tib__image img.tib__img__01 {
    width: 105%;
  }
  .text__img__box .tib__head .tib__image img.tib__img__03 {
    width: 190%;
    left: -50%;
  }
  .text__img__box .tib__body {
    padding: 10px 0;
  }
  .text__img__box .tib__btn__link {
    position: relative;
  }
  /*-- IMAGE CARD --*/
  .img__card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
  /*-- car display data --*/
  .car__display__data {
    margin: 0 auto 20px;
  }
  .car__display__data .cdd__head .cdd__title {
    text-align: center;
  }
  .car__display__data .cdd__head .cdd__title.set__2 .cdd__title__text {
    width: 100%;
  }
  .car__display__data .cdd__head .cdd__title.set__2 .cdd__title__img {
    width: 100%;
    max-width: 300px;
    margin: 5px auto 0;
  }
  .car__display__data .cdd__body .cdd__car {
    min-height: auto;
    margin-bottom: 20px;
  }
  .car__display__data .cdd__body .cdd__details .detail__divider .left__part {
    width: 100%;
    margin-bottom: 20px;
  }
  .car__display__data .cdd__body .cdd__details .detail__divider .right__part {
    width: 100%;
  }
  /*-- car show --*/
  .lp__car__display {
    width: 100%;
    display: block;
  }
  .lp__car__display.full_width .cd__car {
    margin-bottom: 30px;
  }
  .lp__car__display.full_width .cd__car .cc__name {
    min-height: 0;
  }
  .lp__car__display.full_width .cd__car .cc__name img {
    left: 0;
    top: -90px;
  }
  .lp__car__display.full_width .cd__car .cc__name img.cc_name_001 {
    max-width: 14vw;
  }
  .lp__car__display.full_width .cd__car .cc__name img.cc_name_002 {
    left: 0;
    max-width: 20vw;
  }
  .lp__car__display.full_width .cd__car .cc__image {
    padding-left: 20vw;
  }
  .lp__car__display.full_width .cd__car__details .cd__body .cd__status .cds__left {
    margin-right: 0;
  }
  .lp__car__display.full_width .cd__car__details .cd__body .cd__status .cds__right .cds__asterisk {
    top: 6px;
    font: normal 16px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car.mb_80 {
    margin-bottom: 30px;
  }
  .lp__car__display .cd__car .cc__name {
    margin-bottom: 30px;
    min-height: auto;
  }
  .lp__car__display .cd__car .cc__name.cc__name__01 img {
    max-width: 50px;
  }
  .lp__car__display .cd__car .cc__name.cc__name__02 img {
    max-width: 70px;
  }
  .lp__car__display .cd__car .cc__name.cc__name__03 img, .lp__car__display .cd__car .cc__name.cc__name__04 img {
    max-width: 60px;
  }
  .lp__car__display .cd__car .cc__name img.cc_name_img_01 {
    max-width: 194px;
  }
  .lp__car__display .cd__car .cc__name__text {
    top: 10px;
    left: 80px;
  }
  .lp__car__display .cd__car .cc__name__text p {
    font-size: 14px;
  }
  .lp__car__display .cd__car .cc__image {
    margin-bottom: 20px;
  }
  .lp__car__display .cd__car .cc__image.set__2 {
    padding-bottom: 0;
  }
  .lp__car__display .cd__car .cc__descrip p, .lp__car__display .cd__car .cc__descrip span {
    font: 300 9px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car .cc__descrip p span.emp, .lp__car__display .cd__car .cc__descrip span span.emp {
    font-weight: 600;
  }
  .lp__car__display .cd__car__details .cd__head {
    border-bottom: 1px solid #212121;
  }
  .lp__car__display .cd__car__details .cd__head .cd__name {
    text-align: right;
    font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car__details .cd__head .cd__name.set__2 {
    font: 500 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car__details .cd__body .cd__subtext {
    text-align: right;
    font: 300 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car__details .cd__body .cd__subtext.set__2 {
    font: 400 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__left {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__left p {
    display: block;
    font: 500 20px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__left span {
    font: 400 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__right {
    max-width: 100%;
    padding-right: 22px;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__right .cds__num {
    font: 500 50px "Roboto", sans-serif;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__right .cds__asterisk {
    right: 7px;
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #e60021;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__right .cds__text {
    position: absolute;
    top: 24px;
    right: 0;
    font: 600 19px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__note {
    width: 100%;
    text-align: right;
    font: 300 9px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .lp__car__display .cd__car__details .cd__body .cd__status .cds__note.set__2 {
    font: 400 9px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 10px;
  }
}

/*=== HEADER ===*/
header {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 0;
}

header.child__pages {
  height: 120px;
}

header.child__pages nav .nav__menu .action__buttons .toggle__menu {
  background-color: #000;
}

header.set__2 {
  height: 72px;
}

header nav {
  width: 100%;
  display: block;
  /*-- logo --*/
  /*-- header menu --*/
}

header nav .header__logo {
  display: inline-block;
  width: 372.5px;
  height: auto;
  padding-top: 25px;
  margin-left: 40px;
  position: relative;
  z-index: 200;
}

header nav .header__logo:hover a img {
  opacity: 0.8;
}

header nav .header__logo a img {
  width: 100%;
  height: auto;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

header nav .nav__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  /*height: 380px;*/
  z-index: 1000;
}

header nav .nav__menu .action__buttons {
  position: relative;
  float: right;
  width: 80px;
  height: auto;
  display: block;
}

header nav .nav__menu .action__buttons .toggle__menu {
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
  height: 80px;
  width: 80px;
  display: block;
  cursor: pointer;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

header nav .nav__menu .action__buttons .toggle__menu:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn {
  position: absolute;
  height: 30px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn.open span:nth-child(2) {
  opacity: 0;
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 15px;
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn span {
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 100%;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn span:nth-child(1) {
  top: 0;
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn span:nth-child(2) {
  top: 49%;
}

header nav .nav__menu .action__buttons .toggle__menu .toggle__btn span:nth-child(3) {
  bottom: 0;
}

header nav .nav__menu .action__buttons .search__btn {
  display: block;
  position: relative;
  height: 80px;
  width: 80px;
  cursor: pointer;
  padding-top: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

header nav .nav__menu .action__buttons .search__btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

header nav .nav__menu .action__buttons .search__btn:hover .search__icon img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

header nav .nav__menu .action__buttons .search__btn .search__icon {
  height: 25px;
  width: 100%;
  margin: 20px 0 10px;
}

header nav .nav__menu .action__buttons .search__btn .search__icon img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

header nav .nav__menu .action__buttons .search__btn .search__text {
  display: block;
  text-align: center;
  font: normal 11px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

header nav .nav__menu .menu__field {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  height: 380px;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  display: none;
}

header nav .nav__menu .menu__field .menu__nav {
  position: relative;
  float: right;
  width: 438.5px;
  height: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0 10px 40px;
}

header nav .nav__menu .menu__field .menu__nav .nav__list {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 4px 15px;
  width: 100%;
  border-bottom: 1px solid #717171;
}

header nav .nav__menu .menu__field .menu__nav .nav__list:last-child {
  border-bottom: none;
}

header nav .nav__menu .menu__field .menu__nav .nav__list:hover a .nav__list__icon img {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

header nav .nav__menu .menu__field .menu__nav .nav__list a {
  display: block;
}

header nav .nav__menu .menu__field .menu__nav .nav__list a .nav__list__icon {
  position: absolute;
  top: 18px;
  left: 5px;
  width: 30px;
  height: 22px;
}

header nav .nav__menu .menu__field .menu__nav .nav__list a .nav__list__icon img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

header nav .nav__menu .menu__field .menu__nav .nav__list a .nav__list__text {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.floating__menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.floating__menu .inner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.floating__menu .inner__container .fm__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32.8%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 20px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.4);
}

.floating__menu .inner__container .fm__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 76%;
  width: 95%;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  border: 3px solid #ccc;
  z-index: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.floating__menu .inner__container .fm__link__icon {
  display: inline-block;
  height: auto;
  margin-right: 12px;
  -webkit-transform: perspective(1px);
     -moz-transform: perspective(1px);
          transform: perspective(1px);
}

.floating__menu .inner__container .fm__link__text {
  font: bold 24px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.floating__menu .inner__container .fm__link:hover::before {
  border-color: #e5002d;
}

.floating__menu .inner__container .fm__link:hover .fm__link__text {
  color: #e5002d;
}

.floating__menu .inner__container .fm__link--link__01 .fm__link__icon {
  width: 26px;
}

.floating__menu .inner__container .fm__link--link__02 .fm__link__icon {
  width: 55px;
}

.floating__menu .inner__container .fm__link--link__03 .fm__link__icon {
  width: 36px;
}

/********* HEADER RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 5000;
    background-color: transparent;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }
  header.child__pages {
    background-color: #000;
    height: 60px;
  }
  header.active {
    background-color: #000;
  }
  header nav {
    width: 100%;
    display: block;
    /*-- logo --*/
    /*-- header menu --*/
  }
  header nav .header__logo {
    width: 209px;
    padding-top: 13px;
    margin-left: 10px;
  }
  header nav .nav__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
  }
  header nav .nav__menu .action__buttons {
    width: 55px;
  }
  header nav .nav__menu .action__buttons .toggle__menu {
    background-color: transparent;
    height: 55px;
    width: 55px;
  }
  header nav .nav__menu .action__buttons .toggle__menu:active .toggle__btn span, header nav .nav__menu .action__buttons .toggle__menu:hover .toggle__btn span {
    background-color: #fff;
  }
  header nav .nav__menu .action__buttons .toggle__menu .toggle__btn {
    height: 20px;
    width: 25px;
  }
  header nav .nav__menu .action__buttons .toggle__menu .toggle__btn.open span:nth-child(1) {
    top: 10px;
  }
  header nav .nav__menu .action__buttons .toggle__menu .toggle__btn.open span:nth-child(3) {
    bottom: 10px;
  }
  header nav .nav__menu .action__buttons .search__btn {
    display: none;
  }
  header nav .nav__menu .menu__field {
    background-color: rgba(0, 0, 0, 0.95);
    height: 345px;
  }
  header nav .nav__menu .menu__field .menu__nav {
    float: none;
    width: 100%;
    display: block;
    padding: 50px 15px 20px 15px;
  }
  header nav .nav__menu .menu__field .menu__nav .nav__list {
    text-align: right;
  }
  header nav .nav__menu .menu__field .menu__nav .nav__list:active a .nav__list__icon img {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
  .floating__menu .inner__container {
    padding: 10px 15px;
  }
  .floating__menu .inner__container .fm__link {
    padding: 2vw 3vw;
  }
  .floating__menu .inner__container .fm__link::before {
    border: 0.2vw solid #ccc;
  }
  .floating__menu .inner__container .fm__link__icon {
    margin-right: 1.2vw;
  }
  .floating__menu .inner__container .fm__link__text {
    font-size: 2.2vw;
  }
  .floating__menu .inner__container .fm__link:hover::before {
    border-color: #ccc;
  }
  .floating__menu .inner__container .fm__link:hover .fm__link__text {
    color: #000;
  }
  .floating__menu .inner__container .fm__link--link__01 .fm__link__icon {
    width: 2vw;
  }
  .floating__menu .inner__container .fm__link--link__02 .fm__link__icon {
    width: 5.2vw;
  }
  .floating__menu .inner__container .fm__link--link__03 .fm__link__icon {
    width: 3.5vw;
  }
}

/*=== FOOTER ===*/
footer {
  position: relative;
  background-color: #000;
  min-height: 360px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  overflow: hidden;
}

footer .footer__logo {
  width: 372.5px;
  height: auto;
  margin-left: 40px;
}

footer .footer__logo a:hover img {
  opacity: 0.8;
}

footer .footer__logo a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

footer .footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

footer .footer__content .left__part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}

footer .footer__content .left__part .footer__details {
  margin-top: 215px;
}

footer .footer__content .left__part .footer__details p {
  font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 200;
  color: #fff;
}

footer .footer__content .left__part .footer__details p:last-child {
  margin-bottom: 0;
}

footer .footer__content .right__part {
  position: relative;
  width: 65%;
  height: 245px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

footer .footer__content .right__part .footer__menu {
  position: absolute;
  bottom: -20px;
  right: 0;
  height: 245px;
  width: 735px;
}

footer .footer__content .right__part .footer__menu nav {
  /*-- 1st level --*/
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list {
  float: left;
  width: 245px;
  /*-- 2nd level --*/
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list .nav__list__text {
  font: normal 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list ul.fm__sub__nav {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  height: 200px;
  display: block;
  border-left: 1px solid #0652c5;
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list ul.fm__sub__nav li.sub__nav__list {
  position: relative;
  width: 100%;
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list ul.fm__sub__nav li.sub__nav__list:hover::before {
  width: 10px;
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list ul.fm__sub__nav li.sub__nav__list:hover .sub__nav__list__text {
  padding-left: 5px;
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list ul.fm__sub__nav li.sub__nav__list::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 0;
  height: 1px;
  background-color: #0652c5;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

footer .footer__content .right__part .footer__menu nav ul.fm__nav li.nav__list ul.fm__sub__nav li.sub__nav__list .sub__nav__list__text {
  display: block;
  padding-bottom: 15px;
  font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 200;
  color: #fff;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

footer .back__to__top {
  display: none;
}

/********* FOOTER RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  footer {
    min-height: 230px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .back__to__top {
    display: block;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  footer .back__to__top .up__btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 15px;
    height: 24px;
    width: 24px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid red;
    border-left: 1px solid red;
    cursor: pointer;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
  }
  footer .back__to__top .up__btn:hover, footer .back__to__top .up__btn:active {
    top: 20px;
  }
  footer .back__to__top.hidden {
    display: none;
  }
  footer .footer__logo {
    width: 100%;
    max-width: 311.5px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  footer .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  footer .footer__content .left__part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0;
  }
  footer .footer__content .left__part .footer__details {
    margin-top: 40px;
  }
  footer .footer__content .left__part .footer__details p {
    font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 200;
    color: #fff;
  }
  footer .footer__content .left__part .footer__details p:last-child {
    margin-bottom: 0;
  }
  footer .footer__content .right__part {
    display: none;
  }
}

/*-- smaller screen --*/
/*=== MAIN CONTENT ===*/
.main__content {
  min-height: 100vh;
  /*-- MAIN PAGES --*/
  /*-- Fixed side menu --*/
  /*-- Ecobag LP --*/
  /* -- hnh --*/
}

.main__content.navyblue_bg {
  background-color: #020311;
}

.main__content__note {
  display: block;
  max-width: 1100px;
  margin: 25px auto 0;
  text-align: left;
  color: #595757;
  font-size: 15px;
  font-weight: 500;
}

.main__content.set__2 {
  padding-top: 0;
}

.main__content .main__visual {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 350vh;
}

.main__content .main__visual .mv__bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: url("./../../assets/img/pc/lp/KV-image-top-min.png") no-repeat;
  background-position: 50% 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.main__content .main__visual .mv__msg {
  position: fixed;
  top: 40%;
  right: 13%;
  width: 400px;
  text-align: center;
  -webkit-transition: 2.5s cubic-bezier(0, 0, 0, 1);
  -o-transition: 2.5s cubic-bezier(0, 0, 0, 1);
  -moz-transition: 2.5s cubic-bezier(0, 0, 0, 1);
  transition: 2.5s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}

.main__content .main__visual .mv__msg.active {
  top: 10%;
}

.main__content .main__visual .mv__msg .mv__head {
  margin-bottom: 40px;
}

.main__content .main__visual .mv__msg .mv__head .mv__subtitle {
  font: 100 20px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 0 10px #003399;
}

.main__content .main__visual .mv__msg .mv__head .mv__title {
  font: 100 46px/1.4 "Roboto", sans-serif;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 0 10px #003399;
}

.main__content .main__visual .mv__msg .mv__body {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: 1.5s cubic-bezier(0, 0, 0, 1);
  -o-transition: 1.5s cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1.5s cubic-bezier(0, 0, 0, 1);
  transition: 1.5s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}

.main__content .main__visual .mv__msg .mv__body.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

.main__content .main__visual .mv__msg .mv__body p {
  font: 100 15px/2.3 "Roboto", sans-serif;
  text-shadow: 0 0 10px #003399;
  margin-bottom: 30px;
  letter-spacing: 3px;
  color: #fff;
}

.main__content section {
  position: relative;
  display: table;
  width: 100%;
  /*-- MAIN DISPLAY --*/
  /*-- SECTION 1 --*/
  /*-- SECTION 4 --*/
  /*-- SECTION 5 --*/
  /*--SECTION 6 --*/
  /*-- section  view more --*/
}

.main__content section.mb__50 {
  margin-bottom: 50px;
}

.main__content section#top__display {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
  height: calc(100vh - 70px);
  background: #000;
}

.main__content section#top__display .td__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main__content section#top__display .td__wrapper .left__image {
  position: relative;
  background: url("./../../assets/img/pc/lp/top_mvMain.jpg") no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  width: 65%;
  height: -webkit-calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
  height: calc(100vh - 70px);
}

.main__content section#top__display .td__wrapper .left__image .msg__display {
  position: absolute;
  top: 175px;
  left: 40px;
  width: 282.5px;
  height: auto;
}

.main__content section#top__display .td__wrapper .left__image .msg__display img {
  display: block;
  width: 100%;
  height: auto;
}

.main__content section#top__display .td__wrapper .left__image .small__img {
  display: block;
  position: absolute;
  width: 490px;
  bottom: 90px;
  right: -330px;
}

.main__content section#top__display .td__wrapper .left__image .small__img img {
  width: 100%;
  height: auto;
  display: block;
}

.main__content section#top__display .td__wrapper .left__image .top__bg__sp {
  display: none;
}

.main__content section#top__display .td__wrapper .right__image {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main__content section#top__display .td__wrapper .right__image .top__bg__sp {
  display: none;
}

.main__content section#top__display .view__more {
  background-color: #000;
  width: 100%;
  height: 70px;
  display: table;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

.main__content section#top__display .view__more a {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  position: relative;
  z-index: 3000;
}

.main__content section#top__display .view__more a:hover img {
  opacity: 0.6;
}

.main__content section#top__display .view__more a img {
  width: 51px;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.main__content section#section_1 {
  position: relative;
  background-color: #000;
  height: 100%;
  overflow: hidden;
}

.main__content section#section_2 {
  background-color: #666;
  min-height: 300px;
  overflow: hidden;
}

.main__content section#section_3 {
  background-color: #000;
}

.main__content section#section_4 {
  display: block;
  background-color: #000;
  width: 100%;
  height: auto;
  padding: 90px 0 140px;
}

.main__content section#section_4 .bg__box {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 340px;
  background-color: #161616;
}

.main__content section#section_4 .movie__display {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  max-width: 1135px;
  margin: 50px auto;
}

.main__content section#section_4 .movie__display .media__wrapper {
  width: 340px;
  height: 190px;
  overflow: hidden;
}

.main__content section#section_4 .movie__display .media__wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.main__content section#section_4 .movie__display .media__wrapper iframe {
  width: 100%;
  height: 190px;
}

.main__content section#section_4 .car__show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

.main__content section#section_4 .car__show .car__card {
  position: relative;
  width: 50%;
}

.main__content section#section_4 .car__show .car__card .cc__image {
  position: relative;
  width: 100%;
  height: auto;
}

.main__content section#section_4 .car__show .car__card .cc__image img {
  display: block;
  width: 100%;
  height: auto;
}

.main__content section#section_4 .car__show .car__card .cc__image .cc__link {
  position: absolute;
  bottom: -74px;
  right: 40px;
  width: 340px;
  height: 100px;
}

.main__content section#section_4 .car__show .car__card .cc__image .cc__link .cc__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: 50px;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.main__content section#section_4 .car__show .car__card .cc__image .cc__link .cc__btn {
  background-color: #000;
  width: 100%;
  height: 50px;
  text-align: right;
}

.main__content section#section_4 .car__show .car__card .cc__image .cc__link .cc__btn .arrow__link {
  margin-top: 18px;
}

.main__content section#section_5 {
  display: block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  height: 348px;
  /*.car__show__slider {
				margin-top: 10px;

				.car__carousel {
					display: block;
					margin: 0 auto;
					width: 1100px;

					.cc__slide {
						outline: none;
						width: 1100px;
						img {
							width: 100%;
							height: auto;

							&.sp {
								display: none;
							}
							&.pc {
								display: block;
							}
						}
					}


					.slick-list {
						height: 219px;
					}

					.slick-prev, .slick-next {
						position: absolute;
						top: 50px;
						height: 57px;
						width: 30px;
						border:none;
						font-size: 0;
						outline: none;
						cursor: pointer;
					}

					.slick-prev {
						background: url('./../../assets/img/pc/lp/topPageCarSecPC_Slider_prev.png') no-repeat;
						background-size: cover;
						left: -55px;
					}
					.slick-next {
						background: url('./../../assets/img/pc/lp/topPageCarSecPC_Slider_next.png') no-repeat;
						background-size: cover;
						right: -55px;
					}



					.slick-dots {
						display: block;
						width: 100%;
						text-align: center;

						li {
							display: inline-block;
							background-color: rgba(50, 50, 50, 0.2);
							margin: 0 3px;
							width: 50px;
							height: 7px;

							&.slick-active {
								background-color: rgba(255, 0, 0, 0.8);
							}

							button {
								display: none;
							}
						}
					}
				}
			}

			.car__carousel__link {
				position: absolute;
				bottom: 70px;
				width: 100%;

				.center__link {
					width: 270px;
					position: absolute;
					left: 0;
					right: 0;
					margin: auto;
				}
			}*/
  /*-- controls --*/
  /*-- pagination --*/
}

.main__content section#section_5 #car_show_slider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
}

.main__content section#section_5 #car_show_slider .swiper-wrapper {
  width: 100%;
}

.main__content section#section_5 #car_show_slider .swiper-wrapper .swiper-slide {
  position: relative;
  outline: none;
}

.main__content section#section_5 #car_show_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.main__content section#section_5 #car_show_slider .swiper-wrapper .swiper-slide .slider__text {
  position: absolute;
  bottom: 125px;
  left: 175px;
}

.main__content section#section_5 #car_show_slider .swiper-wrapper .swiper-slide .slider__text p {
  font: normal 100px/2 "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
}

.main__content section#section_5 .swiper-button-next, .main__content section#section_5 .swiper-button-prev {
  position: absolute;
  background-image: none;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  outline: none;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.main__content section#section_5 .swiper-button-next:hover, .main__content section#section_5 .swiper-button-next:active, .main__content section#section_5 .swiper-button-prev:hover, .main__content section#section_5 .swiper-button-prev:active {
  border-color: #00A0E6;
}

.main__content section#section_5 .swiper-button-next {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 9%;
}

.main__content section#section_5 .swiper-button-prev {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 9%;
}

.main__content section#section_5 .swiper-pagination {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  text-align: center;
}

.main__content section#section_5 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: rgba(50, 50, 50, 0.2);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  margin: 0 3px;
  width: 50px;
  height: 7px;
}

.main__content section#section_5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 0, 0, 0.8);
}

.main__content section#section_5 .swiper-pagination .swiper-pagination-bullet button {
  display: none;
}

.main__content section#section_6 {
  background-color: #000;
  padding-bottom: 100px;
}

.main__content section#section_6 .google__map {
  position: relative;
  width: 80vw;
  height: auto;
  display: inline-block;
  margin-top: 100px;
}

.main__content section#section_6 .google__map img, .main__content section#section_6 .google__map iframe {
  /*display: block;*/
  position: relative;
  left: -30px;
  width: 100%;
  height: auto;
  min-height: 350px;
  max-height: 360px;
  overflow: hidden;
}

.main__content section#section_6 .google__map .gm__search {
  position: absolute;
  right: -150px;
  bottom: -45px;
  width: 320px;
  /*height: 310px;*/
  height: 250px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background-color: rgba(250, 250, 250, 0.94);
  text-align: center;
}

.main__content section#section_6 .google__map .gm__search .f__title {
  font: normal 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 20px;
}

.main__content section#section_6 .google__map .gm__search .search__input {
  position: relative;
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
}

.main__content section#section_6 .google__map .gm__search .search__input .search__value {
  position: relative;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 80px 14px 14px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  outline: none;
}

.main__content section#section_6 .google__map .gm__search .search__input .gs__clr__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  width: 17px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  opacity: 0;
  outline: none;
  -webkit-transition: .4s ease .5s;
  -o-transition: .4s ease .5s;
  -moz-transition: .4s ease .5s;
  transition: .4s ease .5s;
}

.main__content section#section_6 .google__map .gm__search .search__input .gs__clr__btn.visible {
  right: 50px;
  opacity: 1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.main__content section#section_6 .google__map .gm__search .search__input .gs__clr__btn:hover, .main__content section#section_6 .google__map .gm__search .search__input .gs__clr__btn:active {
  background-color: #666;
}

.main__content section#section_6 .google__map .gm__search .search__input .gs__clr__btn::before, .main__content section#section_6 .google__map .gm__search .search__input .gs__clr__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background-color: #fff;
}

.main__content section#section_6 .google__map .gm__search .search__input .gs__clr__btn::before {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border: 1px solid #ccc;
  border-left: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: not-allowed;
  background-color: #fff;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon:disabled img {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon:disabled:hover img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon::after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: -webkit-calc(100% + 2px);
  height: -moz-calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #00A0E6;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon.active {
  cursor: pointer;
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon.active::after {
  width: 40px;
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon.active img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.main__content section#section_6 .google__map .gm__search .search__input .search__icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  bottom: -2px;
  height: 18px;
  width: 18px;
  z-index: 1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.main__content section#section_6 .google__map .gm__search .filter__btn {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12.5px 15px;
  width: 100%;
  background-color: #000;
  border: none;
  color: #fff;
  margin-bottom: 20px;
  outline: none;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer;
}

.main__content section#section_6 .google__map .gm__search .filter__btn:hover {
  background-color: #00A0E6;
}

.main__content section#section_6 .google__map .gm__search .filter__btn:last-child {
  margin-bottom: 0;
}

.main__content section#section_7 {
  background-color: #fff;
  padding: 80px 0;
}

.main__content section#section_7 .honda__logo__display {
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.main__content section#section_7 .honda__logo__display .image__wrapper {
  width: 450px;
  text-align: center;
}

.main__content section#section_7 .honda__logo__display .image__wrapper:hover .logo {
  border-color: #00A0E6;
}

.main__content section#section_7 .honda__logo__display .image__wrapper:hover .img__title {
  color: #00A0E6;
}

.main__content section#section_7 .honda__logo__display .image__wrapper .logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  width: 450px;
  height: 65px;
  border: 1px solid #a0a0a0;
  margin-bottom: 12px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.main__content section#section_7 .honda__logo__display .image__wrapper .logo img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main__content section#section_7 .honda__logo__display .image__wrapper .img__title {
  font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.main__content section .section__bg {
  width: 100%;
}

.main__content section .section__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.main__content section .section__main__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  height: 100%;
  max-height: 350px;
  display: table-cell;
  vertical-align: middle;
}

.main__content section .section__main__text.set__2 .smt__title {
  text-shadow: 0 0 6px black;
}

.main__content section .section__main__text.set__2 .smt__title .emp {
  text-shadow: 0 0 6px black;
}

.main__content section .section__main__text.set__2 .smt__details {
  text-shadow: 0 0 6px black;
}

.main__content section .section__main__text .smt__title {
  font: 100 40px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 40px;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
       transform: translateX(20px);
  -webkit-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -o-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  transition: 1.2s cubic-bezier(0, 0, 0, 1);
}

.main__content section .section__main__text .smt__title.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
}

.main__content section .section__main__text .smt__title .emp {
  font: 500 40px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  color: #fff;
}

.main__content section .section__main__text .smt__details {
  font: 100 24px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -o-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1.2s cubic-bezier(0, 0, 0, 1);
  transition: 1.2s cubic-bezier(0, 0, 0, 1);
}

.main__content section .section__main__text .smt__details.v__black {
  color: #000;
}

.main__content section .section__main__text .smt__details.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
  -webkit-transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
  -o-transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
  -moz-transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
  transition: 1.2s cubic-bezier(0, 0, 0, 1) 0.4s;
}

.main__content section .section__intro__captions {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  height: 100%;
  max-height: 350px;
  display: table-cell;
  vertical-align: middle;
}

.main__content section .sec__title__box {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0 20px 40px;
}

.main__content section .sec__title__box::before {
  content: '';
  position: absolute;
  background-color: #161616;
  top: 0;
  left: 0;
  width: 550px;
  height: 200px;
  z-index: 0;
}

.main__content section .sec__title__box .sec__title {
  color: #0652c5;
  font: normal 25px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.main__content section .sec__title__box .sec__subtitle {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
}

.main__content section .section__view__more {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.main__content section .center__title {
  position: relative;
  text-align: center;
  width: 100%;
}

.main__content section .center__title.mb__50 {
  margin-bottom: 50px;
}

.main__content section .center__title .ct__title {
  letter-spacing: 2px;
  font: normal 25px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #0652c5;
}

.main__content section .center__title .ct__title.fw_5 {
  font-weight: 500;
}

.main__content section .center__title .ct__subtitle {
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.main__content section .center__title .ct__subtitle.v__black {
  color: #000;
}

.main__content section .center__link {
  position: relative;
  width: 100%;
  text-align: center;
}

.main__content section .center__link .arrow__link {
  margin: 0 auto;
}

.main__content section .center__link.top_sec_03 {
  background-color: #000;
  padding: 40px 0 100px;
}

.main__content.auto__page section {
  position: relative;
  /*-- SECTION 1 --*/
}

.main__content.auto__page section#section_1 {
  background-color: #000;
  padding-top: 100px;
  min-height: 520px;
  overflow-x: hidden;
  z-index: 1000;
  display: block;
}

.main__content.auto__page section#section_1 .breadcrumb {
  position: absolute;
  top: 15px;
  padding: 0;
  margin-bottom: 0;
}

.main__content.auto__page section#section_1 .breadcrumb ul li::after {
  color: #fff;
}

.main__content.auto__page section#section_1 .breadcrumb ul li a, .main__content.auto__page section#section_1 .breadcrumb ul li p {
  color: #fff;
}

.main__content.auto__page section#section_1 .news__slides {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 970px;
  height: 100%;
}

.main__content.auto__page section#section_1 .news__slides .n__slide {
  position: relative;
  float: left;
  height: 100%;
  border-left: 1px solid #333333;
  width: 33%;
}

.main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 210px;
}

.main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__thumbnail {
  position: relative;
  left: -1px;
  width: 290px;
  height: auto;
  border: 1px solid #333333;
  margin-bottom: 25px;
}

.main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__thumbnail img {
  width: 100%;
  height: auto;
}

.main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__details {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

.main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__details .ns__date, .main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__details .ns__title {
  display: block;
  font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 5px;
  color: #fff;
}

.main__content.auto__page section#section_ap_2 {
  background-color: #222222;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

.main__content.auto__page section#section_ap_3 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

.main__content.auto__page section#section_ap_4 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 500px;
}

.main__content.auto__page section#section_ap_4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 300px;
}

.main__content.auto__page section#section_ap_4 .inner__container {
  position: relative;
  height: 500px;
}

.main__content.auto__page section#section_ap_4 .inner__container .left__part {
  float: left;
  width: 375px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 320px;
}

.main__content.auto__page section#section_ap_4 .inner__container .image___gallery {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__content.auto__page section#section_ap_4 .inner__container .image___gallery .left__img {
  position: relative;
  width: 355px;
}

.main__content.auto__page section#section_ap_4 .inner__container .image___gallery .left__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #cfcfcf;
}

.main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img {
  position: relative;
  width: 359px;
}

.main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img::before, .main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #cfcfcf;
}

.main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img::before {
  left: 0;
}

.main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img::after {
  right: 0;
}

.main__content.auto__page section#section_ap_5 {
  background-color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

.main__content.auto__page section#section_ap_5 .section__title {
  display: block;
  text-align: center;
  font: normal 23px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
  color: #00A0E6;
}

.main__content.auto__page section#section_ap_5 .card__link {
  position: relative;
  height: 400px;
  width: 215px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.main__content.auto__page section#section_ap_5 .card__link:nth-of-type(even) {
  margin-top: 50px;
}

.main__content.auto__page section#section_ap_5 .card__link:hover {
  -webkit-transform: translateY(-15px);
     -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
       -o-transform: translateY(-15px);
          transform: translateY(-15px);
}

.main__content.auto__page section#section_ap_5 .card__link:hover .cl__overlay {
  background-color: rgba(0, 0, 0, 0);
}

.main__content.auto__page section#section_ap_5 .card__link .cl__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  -moz-transition: .6s ease;
  transition: .6s ease;
}

.main__content.auto__page section#section_ap_5 .card__link .cl__img {
  width: 215px;
  height: auto;
}

.main__content.auto__page section#section_ap_5 .card__link .cl__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 115px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0, 102, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.main__content.auto__page section#section_ap_5 .card__link .cl__text p {
  font: normal 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.main__content.auto__page section#section_ap_5 .card__link .cl__text.v__black {
  background-color: rgba(0, 0, 0, 0.6);
}

.main__content.after__page section {
  position: relative;
  min-height: 100px;
  height: 100%;
  width: 100%;
  /*-- SECTION 1 --*/
}

.main__content.after__page section#section_a_1 {
  padding-top: 0;
}

.main__content.after__page section#section_a_1 .outer__container {
  margin-bottom: 100px;
}

.main__content.after__page section#section_a_2 {
  background-color: #fff;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 490px;
  display: block;
}

.main__content.after__page section#section_a_2 .inner__container {
  position: relative;
}

.main__content.after__page section#section_a_3 {
  background-color: #000;
  padding-bottom: 50px;
}

.main__content.after__page section#section_a_3 .space {
  width: 100%;
  height: 50px;
}

.main__content .side__menu {
  display: block;
  position: fixed;
  right: 10px;
  top: 40%;
  width: 40px;
  height: 250px;
  z-index: 1000;
  -webkit-transition: width 0s ease, transform .4s ease;
  -webkit-transition: width 0s ease, -webkit-transform .4s ease;
  transition: width 0s ease, -webkit-transform .4s ease;
  -o-transition: width 0s ease, -o-transform .4s ease;
  -moz-transition: width 0s ease, transform .4s ease, -moz-transform .4s ease;
  transition: width 0s ease, transform .4s ease;
  transition: width 0s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
}

.main__content .side__menu.hide {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
       transform: translateX(50px);
  -webkit-transition: width 0s ease, transform .2s ease;
  -webkit-transition: width 0s ease, -webkit-transform .2s ease;
  transition: width 0s ease, -webkit-transform .2s ease;
  -o-transition: width 0s ease, -o-transform .2s ease;
  -moz-transition: width 0s ease, transform .2s ease, -moz-transform .2s ease;
  transition: width 0s ease, transform .2s ease;
  transition: width 0s ease, transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.main__content .side__menu.active {
  right: 0;
  width: 250px;
  -webkit-transition: width 0s ease;
  -o-transition: width 0s ease;
  -moz-transition: width 0s ease;
  transition: width 0s ease;
}

.main__content .side__menu .sm__nav {
  width: 100%;
}

.main__content .side__menu .sm__nav.set__2 .sm__list a .h__line {
  background-color: #000;
}

.main__content .side__menu .sm__nav.set__2 .sm__list a .sm__text {
  color: #000;
}

.main__content .side__menu .sm__nav.set__2 .sm__list a .sm__icon img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.main__content .side__menu .sm__nav .sm__list {
  position: relative;
  width: 100%;
  text-align: right;
  float: left;
  min-height: 48px;
}

.main__content .side__menu .sm__nav .sm__list a {
  position: relative;
  display: inline-block;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 50px 12px 0px;
  text-align: right;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
  min-height: 46px;
}

.main__content .side__menu .sm__nav .sm__list a .h__line {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
  z-index: 0;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  -moz-transition: .8s ease;
  transition: .8s ease;
}

.main__content .side__menu .sm__nav .sm__list a:hover .h__line {
  width: 100%;
}

.main__content .side__menu .sm__nav .sm__list a:hover .sm__text {
  display: block;
}

.main__content .side__menu .sm__nav .sm__list a .sm__text {
  position: relative;
  display: none;
  font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 8px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
  color: #fff;
}

.main__content .side__menu .sm__nav .sm__list a .sm__icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 21px;
}

.main__content .side__menu .sm__nav .sm__list a .sm__icon img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.main__content .ecobag__relative {
  position: relative;
}

.main__content .ecobag__absolute {
  position: absolute;
  top: 78px;
  left: 289px;
  max-width: 520px;
}

.main__content .ecobag__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 0;
}

.main__content .ecobag__flexImage01 {
  max-width: 670px;
  width: 100%;
}

.main__content .ecobag__flexImage02 {
  max-width: 415px;
  width: 100%;
}

.main__content .ecobag__flexImage03 {
  max-width: 48%;
}

.main__content .ecobag__flexImage04 {
  max-width: 49%;
}

.main__content .ecobag__outer {
  width: 100%;
}

.main__content .ecobag__blue {
  background-color: #2B5293;
}

.main__content .ecobag__yellow {
  background-color: #E6B43E;
}

.main__content .ecobag__pink {
  background-color: #C41A70;
}

.main__content .ecobag__violet {
  background-color: #804A93;
}

.main__content .ecobag__navy {
  background-color: #095CA7;
}

.main__content .ecobag__red {
  background-color: #CF111B;
}

.main__content .ecobag__link {
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: block;
}

.main__content .ecobag__link:hover {
  opacity: 0.7;
}

.main__content .ecobag__link01 {
  max-width: 900px;
  margin: 50px auto 0;
}

.main__content .ecobag__link02 {
  max-width: 980px;
  margin: 60px auto 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.main__content .ecobag__link02:focus {
  outline: none;
}

.main__content .ecobag__link03 {
  width: 100%;
}

.main__content .ecobag__link04 {
  max-width: 940px;
  margin: 40px auto 80px;
}

.main__content .ecobag__link05 {
  max-width: 940px;
  margin: 70px auto;
}

.main__content .ecobag__title {
  max-width: 840px;
  margin: 60px auto 0;
}

.main__content .ecobag__modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .50s ease-in-out;
  -o-transition: .50s ease-in-out;
  -moz-transition: .50s ease-in-out;
  transition: .50s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #63AE40;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 100px 0;
}

.main__content .ecobag__modal--active {
  opacity: 1;
  visibility: visible;
}

.main__content .ecobag__modalButton {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background-color: transparent;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
}

.main__content .ecobag__modalButton:hover {
  opacity: 0.7;
}

.main__content .ecobag__modalButton:focus {
  outline: none;
}

.main__content .ecobag__modalContainer {
  width: 62.5px;
  height: 62.5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  border: 5px solid #fff;
  position: relative;
}

.main__content .ecobag__modalRight {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #63AE40;
  width: 3px;
  height: 45px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.main__content .ecobag__modalLeft {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #63AE40;
  width: 3px;
  height: 45px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.main__content .ecobag__modalWrapper {
  overflow-y: scroll;
  height: -webkit-calc(100% - 200px);
  height: -moz-calc(100% - 200px);
  height: calc(100% - 200px);
  padding-right: 5px;
}

.main__content .odyssey__LP__sec04__inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__content .odyssey__LP__sec04__inlineItem {
  display: inline-block;
  max-width: 360px;
}

.main__content .odyssey__LP__sec04__inlineItem2 {
  display: inline-block;
  vertical-align: middle;
  max-width: 465px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.main__content .odyssey__LP__sec04__inlineItem2:hover {
  opacity: 0.7;
}

.main__content .odyssey__LP__sec04__inlineItem3 {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin: 0 40px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main__content .odyssey__LP__sec04__inlineItem3:hover {
  -webkit-transform: translate(0, -1vw);
     -moz-transform: translate(0, -1vw);
      -ms-transform: translate(0, -1vw);
       -o-transform: translate(0, -1vw);
          transform: translate(0, -1vw);
}

.main__content .odyssey__LP__sec04__banner, .main__content .odyssey__LP__sec04__banner2, .main__content .odyssey__LP__sec04__banner3 {
  display: block;
  position: relative;
  margin: 0 auto 30px;
}

.main__content .odyssey__LP__sec04__banner3 .border {
  padding: 5px;
  border: 1.5px solid #FF000A;
  font-size: 15px;
  color: #FF000A;
  line-height: 22.5px;
  margin-bottom: 10px;
}

.main__content .odyssey__LP__sec04__banner3 .small {
  font-size: 10px;
  line-height: 15px;
}

.main__content .odyssey__LP__sec04__banner2Btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.main__content .odyssey__LP__sec04__banner2Btn:hover {
  opacity: 0.7;
}

.main__content .odyssey__LP__sec04__fixed {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin: 0;
}

.main__content .odyssey__paymentText {
  font-size: 16.8px;
  line-height: 22px;
  margin-bottom: 50px;
}

.main__content .odyssey__paymentText .standard {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.main__content .odyssey__paymentText .gray {
  color: #595858;
}

.main__content .odyssey__paymentText .small {
  font-size: 10px;
  line-height: 14.5px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.main__content .odyssey__paymentText .border {
  border: 1.5px solid #D83832;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 15.3px;
  line-height: 1.2;
}

.main__content .odyssey__paymentText .red {
  color: #D83832;
}

.main__content .odyssey__paymentText .last {
  margin-bottom: 0;
}

.main__content .odyssey__paymentText .box {
  text-align: right;
  margin-top: 5px;
}

.main__content .odyssey__paymentText .box img {
  max-width: 440px;
}

.main__content .none__container {
  max-width: 1000px;
  margin: 0 auto;
}

.main__content .none__buttonText {
  max-width: 550px;
  margin: 75px auto 25px;
}

.main__content .none__buttonLink {
  max-width: 750px;
  margin: 0 auto;
  display: block;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.main__content .none__buttonLink:hover {
  opacity: 0.7;
}

.main__content .none__buttonBig {
  max-width: 100%;
  margin-top: 100px;
}

.main__content .none__buttonLinkLast {
  margin-top: 50px;
}

.main__content .none__buttonTextLast {
  margin: 50px auto 25px;
}

.main__content .none__buttonLast {
  margin-bottom: 100px;
}

.main__content .none__title01 {
  max-width: 835px;
}

.main__content .none__title02 {
  max-width: 895px;
}

.main__content .none__title03 {
  max-width: 800px;
}

.main__content .none__title04 {
  max-width: 775px;
}

.main__content .none__title05 {
  max-width: 1044px;
  margin: 75px auto 0;
}

.main__content .none__box {
  background-color: #F3F9F7;
  padding: 75px 0 90px;
  margin-top: 80px;
}

.main__content .none__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}

.main__content .none__flexBox01 {
  max-width: 530px;
  margin-right: 60px;
}

.main__content .none__flexBox02 {
  max-width: 500px;
}

.main__content .none__flexBox03 {
  max-width: 363px;
}

.main__content .none__flexBox04 {
  max-width: 442px;
}

.main__content .none__last {
  max-width: 480px;
  margin: 0 auto;
}

.main__content .hnh__image01 {
  max-width: 700px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .main__content .hnh__image01 {
    max-width: 200px;
  }
}

.main__content .hnh__button {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.main__content .hnh__button:hover {
  opacity: 0.6;
}

.main__content .hnh__text01 {
  max-width: 508px;
  margin: 0 auto 10px;
}

.main__content .hnh__text02 {
  max-width: 478px;
  margin: 0 auto 10px;
}

.main__content .hnh__text03 {
  max-width: 578px;
  margin: 0 auto 10px;
}

.main__content .hnh__text04 {
  max-width: 548px;
  margin: 0 auto 10px;
}

/********* MAIN CONTENT RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  .main__content {
    /*-- MAIN PAGES --*/
  }
  .main__content__note {
    font-size: 8px;
    padding: 10px;
    margin: 0;
  }
  .main__content.set__2 {
    padding-top: 60px;
  }
  .main__content.set__3 {
    padding-top: 44px;
  }
  .main__content .main__visual .mv__msg {
    top: 40%;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .main__content .main__visual .mv__msg.active {
    top: 20%;
  }
  .main__content .main__visual .mv__msg .mv__head {
    margin-bottom: 20px;
  }
  .main__content .main__visual .mv__msg .mv__head .mv__subtitle {
    font: 100 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content .main__visual .mv__msg .mv__head .mv__title {
    font: 100 30px/1.4 "Roboto", sans-serif;
  }
  .main__content .main__visual .mv__msg .mv__body p {
    font: 100 11px/2 "Roboto", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .main__content section {
    position: relative;
    display: block;
    /*-- MAIN DISPLAY --*/
    /*-- SECTION 1 --*/
    /*-- SECTION  --*/
    /*-- SECTION  --*/
    /*-- SECTION 4 --*/
    /*-- SECTION 5 --*/
    /*--SECTION 6 --*/
    /*-- section  view more --*/
  }
  .main__content section#top__display {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
    top: -28px;
  }
  .main__content section#top__display .td__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .main__content section#top__display .td__wrapper .left__image {
    background: transparent;
    width: 100%;
    height: auto;
  }
  .main__content section#top__display .td__wrapper .left__image .msg__display {
    position: absolute;
    top: 80px;
    left: 15px;
    width: 39vw;
    height: auto;
  }
  .main__content section#top__display .td__wrapper .left__image .small__img {
    display: none;
  }
  .main__content section#top__display .td__wrapper .left__image .top__bg__sp {
    display: block;
  }
  .main__content section#top__display .td__wrapper .right__image {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -65px;
  }
  .main__content section#top__display .td__wrapper .right__image .top__bg__sp {
    display: inline-block;
    width: 50vw;
  }
  .main__content section#top__display .td__wrapper .top__bg__sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .main__content section#top__display .view__more {
    background-color: #161616;
    height: 60px;
    padding-top: 15px;
  }
  .main__content section#section_2 {
    min-height: 150px;
  }
  .main__content section#section_4 {
    padding: 40px 0 20px;
  }
  .main__content section#section_4 .movie__display .media__wrapper {
    width: 100%;
    max-width: 360px;
    margin-bottom: 15px;
    height: 190px;
  }
  .main__content section#section_4 .car__show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: block;
    margin-top: 50px;
  }
  .main__content section#section_4 .car__show .car__card {
    width: 100%;
    margin-bottom: 60px;
  }
  .main__content section#section_4 .car__show .car__card .cc__image {
    position: relative;
    width: 100%;
    height: auto;
  }
  .main__content section#section_4 .car__show .car__card .cc__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main__content section#section_4 .car__show .car__card .cc__image .cc__link {
    position: absolute;
    bottom: -74px;
    right: 0;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main__content section#section_4 .car__show .car__card .cc__image .cc__link .cc__name {
    width: 50%;
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content section#section_4 .car__show .car__card .cc__image .cc__link .cc__btn {
    background-color: transparent;
    width: 50%;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
  }
  .main__content section#section_4 .car__show .car__card .cc__image .cc__link .cc__btn .arrow__link {
    margin-top: 34px;
  }
  .main__content section#section_4 .car__show .car__card .cc__image .cc__link .cc__btn .arrow__link .al__text {
    margin-bottom: 0;
  }
  .main__content section#section_5 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
    margin-top: 0;
    height: 348px;
    /*.car__show__slider {
					margin-top: 10px;

					.car__carousel {
						display: block;
						margin: 0 auto;
						width: 170px;

						.cc__slide {
							width: 170px;

							img {
								width: 100%;

								&.sp {
									display: block;
								}
								&.pc {
									display: none;
								}
							}
						}

						.slick-list {
							height: 219px;
						}

						.slick-prev, .slick-next {
							top: 30px;
						}


						.slick-dots {
							display: none;
						}
					}
				}*/
    /*.car__carousel__link {
					position: absolute;
					bottom: 70px;
					width: 100%;

					.center__link {
						width: 270px;
						position: absolute;
						left: 0;
						right: 0;
						margin: auto;
					}
				}*/
  }
  .main__content section#section_5 #car_show_slider {
    max-width: 200px;
    margin: 20px auto;
  }
  .main__content section#section_5 .swiper-pagination {
    display: none;
  }
  .main__content section#section_6 {
    padding-bottom: 40px;
  }
  .main__content section#section_6 .google__map {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0;
  }
  .main__content section#section_6 .google__map img {
    /*display: block;*/
    width: 100%;
    height: auto;
  }
  .main__content section#section_6 .google__map .gm__search {
    position: relative;
    background-color: #fff;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px;
  }
  .main__content section#section_6 .google__map .gm__search .f__title {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content section#section_6 .google__map .gm__search .search__input {
    position: relative;
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
  }
  .main__content section#section_6 .google__map .gm__search .search__input .search__value {
    position: relative;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 40px 14px 14px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
  }
  .main__content section#section_6 .google__map .gm__search .filter__btn {
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 100%;
    background-color: #000;
    border: none;
    color: #fff;
    margin-bottom: 20px;
  }
  .main__content section#section_6 .google__map .gm__search .filter__btn:last-child {
    margin-bottom: 0;
  }
  .main__content section#section_7 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 15px;
  }
  .main__content section#section_7 .honda__logo__display {
    width: 100%;
    max-width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .main__content section#section_7 .honda__logo__display .image__wrapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
  .main__content section#section_7 .honda__logo__display .image__wrapper .logo {
    width: 100%;
    max-width: 450px;
  }
  .main__content section .sec__title__box {
    padding: 20px 0 20px 15px;
  }
  .main__content section .sec__title__box::before {
    width: 72vw;
    height: 120px;
  }
  .main__content section .sec__title__box .sec__title {
    font: normal 20px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content section .sec__title__box .sec__subtitle {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content section .section__view__more {
    position: absolute;
    bottom: 30px;
    left: 40px;
  }
  .main__content section .center__title {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .main__content section .center__title.mb__50 {
    margin-bottom: 30px;
  }
  .main__content section .center__title .ct__title {
    letter-spacing: 2px;
    font: normal 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content section .center__title .ct__subtitle {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
  }
  .main__content section .center__title .ct__subtitle.v__black {
    color: #000;
  }
  .main__content section .center__link {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .main__content section .center__link .arrow__link {
    margin: 0 auto;
  }
  .main__content section .center__link.top_sec_03 {
    padding: 20px 0 50px;
  }
  .main__content section .section__bg {
    width: 100%;
  }
  .main__content section .section__bg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main__content section .section__main__text {
    position: relative;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 15px 40px;
  }
  .main__content section .section__main__text .smt__title {
    position: relative;
    font: 100 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: block;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .main__content section .section__main__text .smt__title .emp {
    font: 500 18px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content section .section__main__text .smt__details {
    font: 100 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: block;
    word-break: break-all;
  }
  .main__content section .section__intro__captions {
    position: relative;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .main__content.auto__page {
    padding-top: 60px;
  }
  .main__content.auto__page section {
    position: relative;
    /*-- SECTION 1 --*/
  }
  .main__content.auto__page section#section_1 {
    padding-top: 0;
    min-height: 520px;
    overflow: hidden;
  }
  .main__content.auto__page section#section_1 .news__slides {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
  }
  .main__content.auto__page section#section_1 .news__slides .n__slide {
    position: relative;
    float: none;
    width: 100%;
    border: none;
  }
  .main__content.auto__page section#section_1 .news__slides .n__slide::after {
    content: '';
    display: block;
    clear: both;
  }
  .main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane {
    margin-top: 0;
    width: 70vw;
    padding-bottom: 40px;
    float: right;
    border-left: 1px solid #333;
  }
  .main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__thumbnail {
    left: -1px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__details {
    padding: 0 15px;
  }
  .main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__details .ns__date, .main__content.auto__page section#section_1 .news__slides .n__slide .n__slide__pane .ns__details .ns__title {
    font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .main__content.auto__page section#section_1 .news__slides .n__slide:nth-child(2) .n__slide__pane {
    float: left;
    border-left: none;
    border-right: 1px solid #333;
  }
  .main__content.auto__page section#section_1 .section__view__more {
    display: none;
  }
  .main__content.auto__page section#section_ap_2 {
    background-color: #222222;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0;
  }
  .main__content.auto__page section#section_ap_3 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0;
  }
  .main__content.auto__page section#section_ap_4 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 500px;
    padding: 40px 0 20px;
  }
  .main__content.auto__page section#section_ap_4::before {
    display: none;
  }
  .main__content.auto__page section#section_ap_4 .inner__container {
    height: auto;
  }
  .main__content.auto__page section#section_ap_4 .inner__container .left__part {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .main__content.auto__page section#section_ap_4 .inner__container .image___gallery {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    display: block;
  }
  .main__content.auto__page section#section_ap_4 .inner__container .image___gallery .left__img {
    position: relative;
    width: 100%;
  }
  .main__content.auto__page section#section_ap_4 .inner__container .image___gallery .left__img::before {
    display: none;
  }
  .main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img {
    position: relative;
    width: 100%;
  }
  .main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img::before, .main__content.auto__page section#section_ap_4 .inner__container .image___gallery .right__img::after {
    display: none;
  }
  .main__content.auto__page section#section_ap_5 {
    padding: 40px 0;
  }
  .main__content.auto__page section#section_ap_5 .section__title {
    font: normal 20px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .main__content.auto__page section#section_ap_5 .card__link {
    position: relative;
    width: 48%;
    height: auto;
    margin-bottom: 15px;
  }
  .main__content.auto__page section#section_ap_5 .card__link:nth-of-type(even) {
    margin-top: 0;
  }
  .main__content.auto__page section#section_ap_5 .card__link:hover {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .main__content.auto__page section#section_ap_5 .card__link:hover .cl__overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  .main__content.auto__page section#section_ap_5 .card__link .cl__img {
    width: 100%;
    height: auto;
  }
  .main__content.after__page section {
    position: relative;
    min-height: 100px;
    height: 100%;
    width: 100%;
    /*-- SECTION 1 --*/
  }
  .main__content.after__page section#section_a_1 {
    padding-top: 0;
  }
  .main__content.after__page section#section_a_1 .outer__container {
    margin-bottom: 50px;
  }
  .main__content.after__page section#section_a_2 {
    background-color: #fff;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 490px;
    overflow: hidden;
  }
  .main__content.after__page section#section_a_2 .inner__container {
    position: relative;
  }
  .main__content.after__page section#section_a_3 {
    background-color: #000;
    padding-bottom: 50px;
  }
  .main__content.after__page section#section_a_3 .space {
    width: 100%;
    height: 50px;
  }
  .main__content .side__menu {
    width: 1px;
    opacity: 0;
  }
  .main__content .ecobag__lp .pb__100 {
    padding-bottom: 25px;
  }
  .main__content .ecobag__lp .pt__100 {
    padding-top: 25px;
  }
  .main__content .ecobag__lp .mt__50 {
    margin-top: 25px;
  }
  .main__content .ecobag__lp .mt__30 {
    margin-top: 30px;
  }
  .main__content .ecobag__lp .mb__60 {
    margin-bottom: 30px;
  }
  .main__content .ecobag__absolute {
    top: 8vw;
    left: 24vw;
    max-width: 42vw;
  }
  .main__content .ecobag__link02 {
    padding: 0;
  }
  .main__content .ecobag__link05 {
    margin: 35px auto;
  }
  .main__content .ecobag__flexsp {
    padding: 25px 15px;
    display: block;
  }
  .main__content .ecobag__flexImage01 {
    max-width: 100%;
  }
  .main__content .ecobag__flexImage02 {
    margin-top: 20px;
    max-width: 100%;
  }
  .main__content .ecobag__modalButton {
    right: 5px;
    top: 5px;
  }
  .main__content .ecobag__modalContainer {
    width: 31.25px;
    height: 31.25px;
  }
  .main__content .ecobag__modalRight {
    top: 5px;
    width: 1.5px;
    height: 22.5px;
  }
  .main__content .ecobag__modalLeft {
    top: 5px;
    width: 1.5px;
    height: 22.5px;
  }
  .main__content .odyssey__LP__sec04__fixed {
    bottom: 50px;
  }
  .main__content .odyssey__LP__sec04__inline {
    margin: 0 auto;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .main__content .odyssey__LP__sec04__inlineItem2 {
    max-width: 48%;
  }
  .main__content .odyssey__LP__sec04__inlineItem3 {
    display: none;
  }
  .main__content .odyssey__LP__sec04__inlineItem3.sp_item_on {
    width: 35vw;
    display: inline-block;
    margin: 0 4vw;
  }
  .main__content .odyssey__LP__sec04__banner2Btn {
    bottom: 3vw;
  }
  .main__content .none__buttonText {
    margin: 37.5px auto 12.5px;
  }
  .main__content .none__buttonBig {
    margin-top: 50px;
  }
  .main__content .none__buttonLinkLast {
    margin-top: 25px;
  }
  .main__content .none__buttonTextLast {
    margin: 25px auto 12.5px;
  }
  .main__content .none__buttonLast {
    margin-bottom: 50px;
  }
  .main__content .none__title05 {
    margin: 37.5px auto 0;
  }
  .main__content .none__box {
    padding: 37.5px 0 45px;
    margin-top: 40px;
  }
  .main__content .none__flex {
    margin-top: 30px;
  }
  .main__content .none__flexBox01 {
    margin-right: 10px;
  }
}

/**************************************
senior.scss
***************************************/
.senior__postKV {
  padding: 75px 0;
  background-color: #000;
  /*-- controls --*/
  /*-- pagination --*/
}

.senior__postKV #car_show_slider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
}

.senior__postKV #car_show_slider .swiper-wrapper {
  width: 100%;
}

.senior__postKV #car_show_slider .swiper-wrapper .swiper-slide {
  position: relative;
  outline: none;
}

.senior__postKV #car_show_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.senior__postKV #car_show_slider .swiper-wrapper .swiper-slide .slider__text {
  position: absolute;
  bottom: 125px;
  left: 175px;
}

.senior__postKV #car_show_slider .swiper-wrapper .swiper-slide .slider__text p {
  font: normal 100px/2 "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
}

.senior__postKV .swiper-button-next, .senior__postKV .swiper-button-prev {
  position: absolute;
  background-image: none;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  outline: none;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.senior__postKV .swiper-button-next:hover, .senior__postKV .swiper-button-next:active, .senior__postKV .swiper-button-prev:hover, .senior__postKV .swiper-button-prev:active {
  border-color: #00A0E6;
}

.senior__postKV .swiper-button-next {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 9%;
}

.senior__postKV .swiper-button-prev {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 9%;
}

.senior__postKV .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.senior__postKV .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  margin: 0 3px;
  width: 50px;
  height: 7px;
}

.senior__postKV .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 0, 0, 0.8);
}

.senior__postKV .swiper-pagination .swiper-pagination-bullet button {
  display: none;
}

.senior__postKV .note {
  margin-top: 40px;
}

.senior__postKV .note p {
  font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.83;
  color: #fff;
}

.senior__postKV h2 {
  color: #fff;
}

.senior__postKV h2.blue {
  color: #005fef;
}

.senior__postKV .senior__postKV__carousel {
  padding-bottom: 45px;
  position: relative;
}

.senior__postKV .senior__postKV01 h2 {
  font: 100 40px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
}

.senior__postKV .senior__postKV01 .postkv__row {
  border: 1px solid #4d4d4d;
  margin-top: 70px;
  font-size: 0;
  letter-spacing: 0;
}

.senior__postKV .senior__postKV01 .postkv__row .postkv__txt {
  margin-left: 100px;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.senior__postKV .senior__postKV01 .postkv__row .postkv__txt p {
  font: normal 28px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 2;
  color: #fff;
}

.senior__postKV .senior__postKV01 .postkv__row .postkv__img {
  width: -webkit-calc(70% - 100px);
  width: -moz-calc(70% - 100px);
  width: calc(70% - 100px);
  display: inline-block;
  vertical-align: middle;
}

.senior__postKV .senior__postKV01 .postkv__row .postkv__img img {
  max-width: 100%;
}

.senior__postKV .senior__postKV02 h2 {
  margin-top: 70px;
  font: 100 50px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
}

.senior__postKV .senior__postKV02 .subtxt {
  margin-top: 20px;
  display: block;
}

.senior__postKV .senior__postKV02 .subtxt p {
  font: 100 28px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.82;
  text-align: center;
  color: #fff;
}

.senior__postKV .senior__postKV02 .postkv__row {
  margin-top: 75px;
  font-size: 0;
  letter-spacing: 0;
}

.senior__postKV .senior__postKV02 .postkv__row.var01 .kv__img {
  width: 45%;
}

.senior__postKV .senior__postKV02 .postkv__row.var01 .kv__img:nth-child(2) {
  margin-left: 10%;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img img {
  margin-bottom: 20px;
  max-width: 100%;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img p {
  font: 300 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.72;
  color: #fff;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img p.m__top {
  margin-top: 100px;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img p span.red {
  color: red;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img p span.span_box {
  margin-left: 10px;
  border: 1px solid #fff;
  padding: 8px 20px;
  display: inline;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img .postkv__row_small .postkv__row_img {
  margin-top: 5px;
  width: 35%;
  display: inline-block;
  vertical-align: top;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img .postkv__row_small .postkv__row_img img {
  max-width: 100%;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img .postkv__row_small .postkv__row_txt {
  margin-left: 10%;
  width: 55%;
  display: inline-block;
  vertical-align: top;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__img .postkv__row_small .postkv__row_txt p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #fff;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__txt {
  margin-left: 10%;
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__txt .logo img {
  max-width: 100%;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__txt .desc {
  margin-top: 50px;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__txt .desc p {
  font: normal 28px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.82;
  color: #fff;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__txt .postTxt {
  margin-top: 42px;
  display: block;
}

.senior__postKV .senior__postKV02 .postkv__row .kv__txt .postTxt p {
  font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.52;
  color: #fff;
}

.senior__postKV .senior__postKV03 {
  border-bottom: 1px solid #fff;
  padding-bottom: 100px;
}

.senior__postKV .senior__postKV03 .postKV__title {
  margin: 0 auto;
  margin-top: 70px;
  display: inline;
}

.senior__postKV .senior__postKV03 .postKV__title p {
  margin-left: 15%;
  font-size: 18px;
  display: block;
  color: #005fef;
}

.senior__postKV .senior__postKV03 .postKV__title h2 {
  font: normal 50px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
}

.senior__postKV .senior__postKV03 .subtxt {
  margin-top: 30px;
  display: block;
}

.senior__postKV .senior__postKV03 .subtxt p {
  font: normal 28px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.82;
  text-align: center;
  color: #fff;
}

.senior__postKV .senior__postKV__arrow {
  margin: 0 auto;
  margin-top: 75px;
  width: 165px;
}

.senior__postKV .senior__postKV__arrow img {
  max-width: 100%;
}

/*-- smaller screen --*/
@media only screen and (max-width: 539px) {
  .senior__postKV {
    padding: 35px 0;
  }
  .senior__postKV #car_show_slider {
    margin: 20px auto;
  }
  .senior__postKV .swiper-pagination {
    display: none;
  }
  .senior__postKV .note {
    margin-top: 20px;
  }
  .senior__postKV .note p {
    font: normal 10px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV h2 {
    color: #fff;
  }
  .senior__postKV h2.blue {
    color: #005fef;
  }
  .senior__postKV .senior__postKV__carousel {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 20px;
    position: relative;
  }
  .senior__postKV .senior__postKV__carousel #car_show_slider {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: 15px auto;
    /*height: 120px;*/
  }
  .senior__postKV .senior__postKV__carousel .swiper-button-next, .senior__postKV .senior__postKV__carousel .swiper-button-prev {
    top: -45px;
    width: 20px;
    height: 20px;
  }
  .senior__postKV .senior__postKV__carousel .swiper-button-next {
    right: 3%;
  }
  .senior__postKV .senior__postKV__carousel .swiper-button-prev {
    left: 3%;
  }
  .senior__postKV .senior__postKV01 h2 {
    font: normal 28px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
  }
  .senior__postKV .senior__postKV01 .postkv__row {
    padding-bottom: 30px;
  }
  .senior__postKV .senior__postKV01 .postkv__row .postkv__txt {
    margin: 0 auto;
    width: 50%;
  }
  .senior__postKV .senior__postKV01 .postkv__row .postkv__txt p {
    font: normal 16px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV01 .postkv__row .postkv__img {
    width: 50%;
  }
  .senior__postKV .senior__postKV02 h2 {
    margin-top: 15px;
    font: normal 28px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV02 .subtxt {
    margin-top: 15px;
  }
  .senior__postKV .senior__postKV02 .subtxt p {
    font: normal 16px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV02 .postkv__row {
    margin-top: 15px;
  }
  .senior__postKV .senior__postKV02 .postkv__row.var01 .kv__img {
    width: 100%;
  }
  .senior__postKV .senior__postKV02 .postkv__row.var01 .kv__img:nth-child(2) {
    margin-top: 15px;
    margin-left: 0;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img {
    width: 100%;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img img {
    max-width: 100%;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img p {
    font: normal 10px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img p.m__top {
    margin-top: 50px;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img p span.span_box {
    margin-top: 15px;
    margin-left: 0px;
    border: 1px solid #fff;
    padding: 4px 10px;
    display: inline-block;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img .postkv__row_small .postkv__row_img {
    width: 100%;
    display: block;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img .postkv__row_small .postkv__row_txt {
    margin-left: 0%;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__img .postkv__row_small .postkv__row_txt p {
    font-size: 14px;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__txt {
    margin-left: 0;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__txt .desc {
    margin-top: 25px;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__txt .desc p {
    font: normal 24px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__txt .postTxt {
    margin-top: 20px;
    display: block;
  }
  .senior__postKV .senior__postKV02 .postkv__row .kv__txt .postTxt p {
    font: normal 10px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV03 {
    padding-bottom: 50px;
  }
  .senior__postKV .senior__postKV03 .postKV__title {
    margin-top: 35px;
    display: inline;
  }
  .senior__postKV .senior__postKV03 .postKV__title p {
    margin-left: 0;
    font-size: 14px;
  }
  .senior__postKV .senior__postKV03 .postKV__title h2 {
    font: normal 26px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV03 .subtxt {
    margin-top: 15px;
  }
  .senior__postKV .senior__postKV03 .subtxt p {
    font: normal 22px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .senior__postKV .senior__postKV__arrow {
    margin-top: 30px;
    width: 75px;
  }
}

/**************************************
family.scss
***************************************/
.family__KVbottom {
  margin-top: -40px;
  z-index: 10;
}

.family__KVbottom .family__KVbottom_row {
  margin: 0 auto;
  width: 94%;
  font-size: 0;
  letter-spacing: 0;
}

.family__KVbottom .family__KVbottom_row .family__KVbottom_txt {
  margin-bottom: 50px;
  width: 43%;
  display: inline-block;
  vertical-align: bottom;
}

.family__KVbottom .family__KVbottom_row .family__KVbottom_txt .family__KVbottom_mainTxt p {
  font-size: 25px;
  text-align: right;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #ff964b;
}

.family__KVbottom .family__KVbottom_row .family__KVbottom_txt .family__KVbottom_noteTxt p {
  margin-top: 30px;
  font-size: 12px;
  text-align: right;
  line-height: 1.83;
  color: #fff;
}

.family__KVbottom .family__KVbottom_row .family__KVbottom_img {
  margin-left: 2%;
  width: 55%;
  display: inline-block;
  vertical-align: bottom;
}

.family__KVbottom .family__KVbottom_row .family__KVbottom_img img {
  max-width: 100%;
}

.family__postKV {
  display: block;
  padding: 75px 0;
  background-color: #000;
  /*-- controls --*/
  /*-- pagination --*/
}

.family__postKV #car_show_slider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
}

.family__postKV #car_show_slider .swiper-wrapper {
  width: 100%;
}

.family__postKV #car_show_slider .swiper-wrapper .swiper-slide {
  position: relative;
  outline: none;
}

.family__postKV #car_show_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.family__postKV #car_show_slider .swiper-wrapper .swiper-slide .slider__text {
  position: absolute;
  bottom: 125px;
  left: 175px;
}

.family__postKV #car_show_slider .swiper-wrapper .swiper-slide .slider__text p {
  font: normal 100px/2 "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
}

.family__postKV .swiper-button-next, .family__postKV .swiper-button-prev {
  position: absolute;
  background-image: none;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  outline: none;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.family__postKV .swiper-button-next:hover, .family__postKV .swiper-button-next:active, .family__postKV .swiper-button-prev:hover, .family__postKV .swiper-button-prev:active {
  border-color: #00A0E6;
}

.family__postKV .swiper-button-next {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 9%;
}

.family__postKV .swiper-button-prev {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 9%;
}

.family__postKV .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.family__postKV .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  margin: 0 3px;
  width: 50px;
  height: 7px;
}

.family__postKV .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 0, 0, 0.8);
}

.family__postKV .swiper-pagination .swiper-pagination-bullet button {
  display: none;
}

.family__postKV .note {
  margin-top: 40px;
}

.family__postKV .note p {
  font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.83;
  color: #fff;
}

.family__postKV h2 {
  color: #fff;
}

.family__postKV h2.blue {
  color: #005fef;
}

.family__postKV .family__postKV__carousel {
  padding-bottom: 45px;
  position: relative;
}

.family__postKV .family__postKV01 .family__row {
  padding: 50px 0;
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 1px solid #fff;
}

.family__postKV .family__postKV01 .family__row:first-child {
  margin-top: 100px;
}

.family__postKV .family__postKV01 .family__row .banner {
  margin: 0 auto;
  width: 80%;
  display: block;
}

.family__postKV .family__postKV01 .family__row .red__btn {
  margin-top: 40px;
}

.family__postKV .family__postKV01 .family__row.noborder {
  border: none;
}

.family__postKV .family__postKV01 .family__row.ribbon .family__colTxt {
  width: -webkit-calc(100% - 190px);
  width: -moz-calc(100% - 190px);
  width: calc(100% - 190px);
  display: inline-block;
  vertical-align: middle;
}

.family__postKV .family__postKV01 .family__row.ribbon .family__colTxt p {
  font: normal 20px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.875;
  letter-spacing: 0.18em;
  color: #fff;
}

.family__postKV .family__postKV01 .family__row.ribbon .family__colBtn {
  width: 190px;
  display: inline-block;
  vertical-align: middle;
}

.family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a {
  border: 1px solid #fff;
  padding: 15px 0;
  display: block;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a:hover, .family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a:active {
  background-color: #00A0E6;
  border-color: #00A0E6;
}

.family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a p {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.83;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}

.family__postKV .family__postKV01 .family__row .family__colTxt {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__mainTxt p {
  font: normal 28px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.89;
  letter-spacing: 0.2em;
  color: #fff;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__mainTxt p span {
  color: red;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt {
  margin-top: 25px;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt p {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.83;
  letter-spacing: 0.08em;
  color: #fff;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual {
  font-size: 0;
  letter-spacing: 0;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .txt {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn {
  margin-left: 10%;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn a {
  border: 1px solid #fff;
  padding: 15px 0;
  display: block;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn a:hover, .family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn a:active {
  background-color: #00A0E6;
  border-color: #00A0E6;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn a p {
  text-align: center;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__footNote {
  margin-top: 65px;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__footNote p {
  font: normal 13px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}

.family__postKV .family__postKV01 .family__row .family__colTxt .family__footNote p span {
  color: red;
}

.family__postKV .family__postKV01 .family__row .family__colImg {
  margin-left: 5%;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.family__postKV .family__postKV01 .family__row .family__colImg img {
  max-width: 100%;
}

/*-- smaller screen --*/
@media only screen and (max-width: 767px) {
  .family__KVbottom {
    margin-top: -40px;
    z-index: 10;
  }
  .family__KVbottom .family__KVbottom_row {
    margin: 0 auto;
    width: 94%;
    font-size: 0;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .family__KVbottom .family__KVbottom_row .family__KVbottom_txt {
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 12px;
  }
  .family__KVbottom .family__KVbottom_row .family__KVbottom_txt .family__KVbottom_mainTxt p {
    font-size: 18px;
  }
  .family__KVbottom .family__KVbottom_row .family__KVbottom_txt .family__KVbottom_noteTxt p {
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
    line-height: 1.83;
    color: #fff;
  }
  .family__KVbottom .family__KVbottom_row .family__KVbottom_img {
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    display: block;
  }
  .family__postKV {
    padding: 40px 0;
    background-color: #000;
  }
  .family__postKV .swiper-pagination {
    display: none;
  }
  .family__postKV .note {
    margin-top: 20px;
  }
  .family__postKV .note p {
    font: normal 10px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .family__postKV h2 {
    color: #fff;
  }
  .family__postKV h2.blue {
    color: #005fef;
  }
  .family__postKV .family__postKV__carousel {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 20px;
    position: relative;
  }
  .family__postKV .family__postKV__carousel #car_show_slider {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: 15px auto;
    /*height: 120px;*/
  }
  .family__postKV .family__postKV__carousel .swiper-button-next, .family__postKV .family__postKV__carousel .swiper-button-prev {
    top: -45px;
    width: 20px;
    height: 20px;
  }
  .family__postKV .family__postKV__carousel .swiper-button-next {
    right: 3%;
  }
  .family__postKV .family__postKV__carousel .swiper-button-prev {
    left: 3%;
  }
  .family__postKV .family__postKV01 .family__row {
    padding: 25px 0;
  }
  .family__postKV .family__postKV01 .family__row:first-child {
    margin-top: 50px;
  }
  .family__postKV .family__postKV01 .family__row .banner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .family__postKV .family__postKV01 .family__row .red__btn {
    margin-top: 20px;
  }
  .family__postKV .family__postKV01 .family__row.ribbon .family__colTxt {
    width: 100%;
    display: block;
  }
  .family__postKV .family__postKV01 .family__row.ribbon .family__colTxt p {
    font: normal 18px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.875;
    letter-spacing: 0.18em;
    color: #fff;
    text-align: center;
  }
  .family__postKV .family__postKV01 .family__row.ribbon .family__colBtn {
    margin: 0 auto;
    margin-top: 30px;
    width: 190px;
    display: block;
  }
  .family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
  }
  .family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a:hover, .family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a:active {
    background-color: #00A0E6;
    border-color: #00A0E6;
  }
  .family__postKV .family__postKV01 .family__row.ribbon .family__colBtn a p {
    font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt {
    width: 100%;
    display: block;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__mainTxt p {
    font: normal 20px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt {
    margin-top: 15px;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt p {
    font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .txt {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn {
    margin-left: 10%;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    float: right;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn a {
    border: 1px solid #fff;
    padding: 15px 0;
    display: block;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__subTxt .dual .btn a p {
    text-align: center;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__footNote {
    margin-top: 45px;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__footNote p {
    font: normal 13px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
  }
  .family__postKV .family__postKV01 .family__row .family__colTxt .family__footNote p span {
    color: red;
  }
  .family__postKV .family__postKV01 .family__row .family__colImg {
    margin-top: 30px;
    margin-left: 0%;
    width: 100%;
    display: block;
  }
}

/**************************************
fit.scss
***************************************/
.fit__flyer {
  padding: 100px 0;
}

.fit__flyer .fit__flyerContainer {
  padding: 8px;
  background-color: #00734d;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader {
  margin-top: 22px;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .ffh__textbox {
  background-color: #eaf5ef;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .ffh__textbox p, .fit__flyer .fit__flyerContainer .fit__flyerHeader .ffh__textbox span {
  font: 600 23px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #00734d;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .ffh__textbox p .emp, .fit__flyer .fit__flyerContainer .fit__flyerHeader .ffh__textbox span .emp {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  background-color: #00734d;
  color: #fff;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .preTxt {
  position: relative;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .preTxt p {
  font: bold 24px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.52;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt {
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  display: table;
  width: auto;
  text-align: center;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt .leftFocus,
.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt .rightFocus {
  width: 40px;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt .leftFocus {
  position: absolute;
  bottom: -5px;
  left: 0;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt .rightFocus {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt p {
  font: bold 50px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__note p {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span {
  width: 100%;
  background-color: #eaf5ef;
  display: block;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(1) {
  height: 5px;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(2) {
  margin-top: 4px;
  height: 4px;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(3) {
  margin-top: 3px;
  height: 3px;
}

.fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(4) {
  margin-top: 2px;
  height: 2px;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent {
  margin: 0 auto;
  padding: 70px 11.5% 40px;
  position: relative;
  background: #eaf5ef;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__catchTxt img {
  max-width: 100%;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail {
  margin-top: 40px;
  font-size: 0;
  letter-spacing: 0;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg img {
  max-width: 100%;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg .note {
  margin-top: 15px;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg .note p {
  font: bold 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc {
  margin-left: 30px;
  width: -webkit-calc(40% - 30px);
  width: -moz-calc(40% - 30px);
  width: calc(40% - 30px);
  display: inline-block;
  vertical-align: top;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .logos img,
.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .speechBbubble img {
  max-width: 100%;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .speechBubble {
  margin-top: 20px;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .preTxt p {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #00734d;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .mainTxt {
  font: normal 24px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.225;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .priceTxt p {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .priceTxt p span {
  font-size: 170%;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .postTxt {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.225;
  text-align: right;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails {
  margin-top: 30px;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails .focusTxt {
  margin-top: 15px;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails .focusTxt p {
  font: bold 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.73;
  color: #00734d;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails .extraTxt {
  margin-top: 15px;
}

.fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails .extraTxt p {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.73;
}

.fit__showcase {
  padding: 100px 0 25px;
  background: #fff;
}

.fit__showcase .fit__display .fit__displayImg img {
  width: 100%;
}

.fit__showcase .fit__display .fit__displayNote {
  padding: 20px 0;
}

.fit__showcase .fit__display .fit__displayNote p {
  font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.73;
}

.fit__showcase .fit__display .fit__displayLinks {
  margin-top: 15px;
}

.fit__showcase .fit__display .fit__displayLinks p {
  font: bold 24px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.52;
  color: #00734d;
  text-align: center;
}

.fit__showcase .fit__display .fit__displayLinks .fit__displayLinksContainer {
  margin-top: 125px;
}

.fit__showcase .fit__display .fit__displayLinks .fit__displayLinksContainer .page__button {
  margin-top: 25px;
}

/*-- smaller screen --*/
@media only screen and (max-width: 539px) {
  .fit__flyer {
    padding: 50px 0;
  }
  .fit__flyer .fit__flyerContainer {
    padding: 4px;
    background-color: #00734d;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader {
    margin-top: 22px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .preTxt {
    position: relative;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .preTxt:before {
    display: none;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .preTxt p {
    font: bold 3vw "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt {
    padding: 0 15px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt .leftFocus,
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt .rightFocus {
    width: 4vw;
    bottom: 0;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__mainTxt p {
    font: bold 5.2vw "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__note p {
    font: normal 3vw "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span {
    width: 100%;
    background-color: #eaf5ef;
    display: block;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(1) {
    height: 5px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(2) {
    margin-top: 4px;
    height: 4px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(3) {
    margin-top: 3px;
    height: 3px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerHeader .fit__flyerTopblinds span:nth-child(4) {
    margin-top: 2px;
    height: 2px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent {
    padding: 30px 5%;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail {
    margin-top: 40px;
    font-size: 0;
    letter-spacing: 0;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg {
    width: 100%;
    display: block;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg img {
    max-width: 100%;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg .note {
    margin-top: 15px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceImg .note p {
    font: bold 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .speechBubble {
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .preTxt p {
    font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #00734d;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .mainTxt {
    font: normal 24px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.225;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .priceTxt p {
    font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .priceTxt p span {
    font-size: 170%;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .priceTxt::before {
    display: none;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .device__detail .deviceDesc .deviceTxt .postTxt {
    font: normal 15px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.225;
    text-align: right;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails .focusTxt p {
    font: bold 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails .extraTxt {
    margin-top: 15px;
  }
  .fit__flyer .fit__flyerContainer .fit__flyerContent .flyer__miscDetails .extraTxt p {
    font: normal 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__showcase {
    padding: 50px 0 25px;
    background: #fff;
  }
  .fit__showcase .fit__display .fit__displayNote {
    padding: 10px 0;
  }
  .fit__showcase .fit__display .fit__displayLinks {
    margin-top: 15px;
  }
  .fit__showcase .fit__display .fit__displayLinks p {
    font: bold 5vw "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .fit__showcase .fit__display .fit__displayLinks .fit__displayLinksContainer {
    margin-top: 50px;
  }
  .fit__showcase .fit__display .fit__displayLinks .fit__displayLinksContainer .page__button {
    margin-top: 25px;
    padding: 10px 40px 10px 15px;
  }
}

/**************************************
Kessan
***************************************/
.kessan21__text {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .kessan21__text {
    font-size: 15px;
  }
}

.kessan21__red {
  color: #D83832;
}

.kessan21__underline {
  text-decoration: underline;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.kessan21__underline:hover {
  color: black;
}

.kessan21__iframe {
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  max-width: 85%;
}

.kessan21__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kessan21__link {
  position: relative;
}

.kessan21__modalButton {
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.kessan21__modalButton:hover {
  -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
       -o-transform: scale(1.01);
          transform: scale(1.01);
}

.kessan21__modalContent {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .kessan21__modalContent {
    max-width: 93vw;
  }
}

.kessan21__modalContent--active {
  opacity: 1;
  visibility: visible;
}

.kessan21__modalExit {
  max-width: 45.89px;
  top: 50px;
  right: 50px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.kessan21__modalExit:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .kessan21__modalExit {
    max-width: 5vw;
    top: 4vw;
    right: 4vw;
  }
}

.kessan21__link01 {
  position: absolute;
  max-width: 330px;
  top: 73px;
  right: 73px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.kessan21__link01:hover {
  -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
       -o-transform: scale(1.01);
          transform: scale(1.01);
}

@media only screen and (max-width: 768px) {
  .kessan21__link01 {
    max-width: 28vw;
    top: 5.8vw;
    right: 6vw;
  }
}

.kessan21__link02 {
  position: absolute;
  max-width: 60.07px;
  top: 255.53px;
  right: 383.67px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.kessan21__link02:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .kessan21__link02 {
    max-width: 6vw;
    top: 21.5vw;
    right: 32vw;
  }
}

.kessan21__link03 {
  position: absolute;
  max-width: 60.07px;
  right: 504px;
  bottom: 72.33px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.kessan21__link03:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .kessan21__link03 {
    max-width: 6.5vw;
    right: 41vw;
    bottom: 5.5vw;
  }
}

.kessan21__button {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.kessan21__button:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.kessan21__imgContainer01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .kessan21__imgContainer01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kessan21__img01 {
  max-width: 430px;
}

@media only screen and (max-width: 768px) {
  .kessan21__img01 {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.kessan21__img02 {
  max-width: 447.5px;
}

@media only screen and (max-width: 768px) {
  .kessan21__img02 {
    max-width: 100%;
  }
}

/**************************************
21Kessan_family
***************************************/
.bg_red-21kessan_family {
  background-image: url(../../assets/img/lp/21kessan_family/top_bg01.png);
  padding: 50px 0;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  margin-bottom: 50px;
}

.kessan_family21 .dynamic__modal {
  z-index: 10000;
}

.kessan_family21 .dynamic__modal--box {
  border: none !important;
}

.kessan_family21 .dynamic__modal--box .dm__content .dmc {
  width: 80%;
  margin: 0 auto;
}

.kessan_family21 .dynamic__modal--box .dm__content .dmc--center {
  margin-bottom: 50px;
}

.kessan_family21 .dynamic__modal--box .dm__content .dmc--left-car_info {
  font-size: 14px;
  margin-bottom: 10px;
}

.kessan_family21 .dynamic__modal--box .dm__content .red {
  color: #D83832;
}

.kessan_family21 .dynamic__modal--box .dm__content .border {
  border: 1.5px solid #D83832;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 15.3px;
  line-height: 1.2;
  width: 100%;
}

.kessan_family21 .text_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.kessan_family21 .modal_toggler_search {
  display: block;
  cursor: pointer;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
}

.kessan_family21 .modal_toggler_search:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

.vezel {
}

.vezel__tag {
  padding: 0 20px;
}

.vezel__title {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .vezel__title {
    padding: 0 15px;
  }
}

.vezel__secTitle {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}

.vezel__secTitle .is-green {
  padding-left: 170px;
}

.vezel__secTitle .is-green:before {
  background-color: #ADD446;
}

@media screen and (max-width: 768px) {
  .vezel__secTitle .is-green {
    padding-left: 2vw;
    max-width: 21vw;
  }
}

.vezel__secTitle .is-brown {
  padding-left: 185px;
}

@media screen and (max-width: 768px) {
  .vezel__secTitle .is-brown {
    padding-left: 4.5vw;
    max-width: 19vw;
  }
}

.vezel__secTitle .is-brown:before {
  background-color: #BCA465;
}

.vezel__secTitle .is-yellow {
  padding-left: 200px;
}

@media screen and (max-width: 768px) {
  .vezel__secTitle .is-yellow {
    padding-left: 7vw;
    max-width: 16vw;
  }
}

.vezel__secTitle .is-yellow:before {
  background-color: #FFDD00;
}

.vezel__secTitle .is-pink {
  padding-left: 200px;
}

@media screen and (max-width: 768px) {
  .vezel__secTitle .is-pink {
    padding-left: 7vw;
    max-width: 16vw;
  }
}

.vezel__secTitle .is-pink:before {
  background-color: #FF77A0;
}

.vezel__secTitle .is-blue {
  padding-left: 200px;
}

@media screen and (max-width: 768px) {
  .vezel__secTitle .is-blue {
    padding-left: 7vw;
    max-width: 16vw;
  }
}

.vezel__secTitle .is-blue:before {
  background-color: #00D7FF;
}

.vezel__secSub {
  position: relative;
  letter-spacing: 0.25em;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Kozuka Gothic Pr6N', sans-serif;
}

@media screen and (min-width: 1600px) {
  .vezel__secSub {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.vezel__secSub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 300px;
  height: 60px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .vezel__secSub:before {
    width: 19vw;
    height: 7vw;
  }
}

.vezel__secImg01 {
  max-width: 1000px;
  width: 100%;
  margin-left: 40px;
}

@media screen and (min-width: 1600px) {
  .vezel__secImg01 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .vezel__secImg01 {
    margin: 0 3vw 0 5vw;
  }
}

.vezel__secImg02 {
  max-width: 720px;
  width: 100%;
  margin-left: 100px;
}

@media screen and (min-width: 1600px) {
  .vezel__secImg02 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .vezel__secImg02 {
    margin: 0 3vw 0 6vw;
  }
}

.vezel__secImg03 {
  max-width: 720px;
  width: 100%;
  margin-left: 100px;
}

@media screen and (min-width: 1600px) {
  .vezel__secImg03 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .vezel__secImg03 {
    margin: 0 3vw 0 6vw;
  }
}

.vezel__secImg04 {
  max-width: 920px;
  width: 100%;
  margin-left: 100px;
}

@media screen and (min-width: 1600px) {
  .vezel__secImg04 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .vezel__secImg04 {
    margin: 0 3vw 0 6vw;
  }
}

.vezel__text {
  font-size: 24px;
  color: #4C4948;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .vezel__text {
    font-size: 12px;
    margin-bottom: 25px;
  }
}

.vezel--margin {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .vezel--margin {
    margin-bottom: 50px;
  }
}

.vezel--border {
  border: 1px solid #595757;
  padding: 10px;
}

.vezel--borderRed {
  border: 1px solid #E50012;
  padding: 10px;
}

.vezel--red {
  color: #E50012;
}

.vezel__line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 50px;
}

.vezel__link {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.vezel__link:hover {
  opacity: 0.7;
}

.vezel__linkText {
  color: #E50012;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.vezel__linkText:hover {
  color: #000;
}

/* ------------------------
SHOPLIST PAGE STYLES
-------------------------- */
/* ------------------------
Shoplist styles
-------------------------- */
/* ------------------------
map buttons style
-------------------------- */
.shop_info {
  border-left: 10px solid #e60020;
  margin: 20px 0 40px;
  padding: 10px 0 10px 24px;
  position: relative;
  max-width: 1100px;
  text-align: left;
  color: #595757;
}

.shop_info .shop_title {
  font-size: 28px;
  font-weight: 600;
}

.shop_info .shop_subtitle {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
}

.shop_text {
  font-size: 20px;
}

.title_2 {
  border-bottom: 1px solid #000;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  max-width: 600px;
}

.title_text_2 {
  font-size: 28px;
}

.test_drive {
  margin: 0 auto;
  position: relative;
  max-width: 600px;
}

.test_drive .test_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.test_drive .test_item .rounded.bg_green {
  background: #3aae36;
}

.test_drive .test_item .rounded.bg_blue {
  background: #008ad2;
}

.test_drive .test_item .rounded {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
  position: relative;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  right: 0;
}

.test_drive .test_item .rounded_text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.test_drive .test_item .test_text {
  font-size: 24px;
  margin-right: 70px;
}

.test_drive .box_red {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background: #e50012;
  text-align: center;
}

.test_drive .box_red .box_text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
}

.shop_linkItemWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 650px;
}

.shop_info.shoplist {
  padding-bottom: 0;
}

.shop_infoLink {
  border-bottom: 1px solid #595757;
  margin-bottom: 15px;
  display: block;
}

.shop_textLink {
  font-size: 28px;
  white-space: nowrap;
}

.shoplist_btns_cont {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.shoplist_btns_cont .shoplist_btn {
  display: block;
  background-color: #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border-width: 4px;
  border-style: solid;
  border-bottom-color: #808080;
  border-left-color: #808080;
  border-top-color: #ddd;
  border-right-color: #ddd;
  padding: 15px 0;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-align: center;
}

.shoplist_btns_cont .shoplist_btn:nth-child(1) {
  margin-right: 10px;
  padding: 15px 0;
  width: 370px;
}

.shoplist_btns_cont .shoplist_btn:nth-child(1) img {
  margin-right: 5px;
  max-width: 30px;
}

.shoplist_btns_cont .shoplist_btn:nth-child(2) {
  width: 258px;
}

.center__page__buttons .big__page__btn .page__button .btn__arrow__circle {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  font: normal 13px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  right: 15px;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 5;
}

.center__page__buttons .page__button.big_center.white__btn {
  padding: 25px 70px 25px 30px;
}

.center__page__buttons .big__page__btn.mr_10 {
  margin-right: 10px;
}

.center__page__buttons.flex_nowrap {
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
}

.sp_page .sp_btns {
  text-align: center;
  font-size: 16px;
}

.sp_page .sp_btns .sp_btn {
  margin-bottom: 20px;
  background-color: #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  border-bottom-color: #808080;
  border-left-color: #808080;
  border-top-color: #ddd;
  border-right-color: #ddd;
}

.sp_page .sp_btns .sp_btn input {
  padding: 9px 0;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  width: 100%;
  border: none;
}

.sp_page .sp_btns .sp_btn.search {
  background-color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-color: #000;
  position: relative;
}

.sp_page .sp_btns .sp_btn.search button {
  background-image: url(../img/main/m_glass.png);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  position: absolute;
  top: -4px;
  right: 0;
  width: 50px;
  border: none;
  height: 100%;
  background-color: transparent;
  outline: none;
}

.center__page__buttons.flex_nowrap.margin_t_20 {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .shop_info {
    border-left: 1.3vw solid #e60020;
    margin: 2.6vw 0 5.2vw;
    padding: 1.3vw 0 10px 3.125vw;
  }
  .shop_info .shop_title {
    font-size: 4.3vw;
  }
  .shop_info .shop_subtitle {
    font-size: 5.6vw;
  }
  .shop_text {
    font-size: 2.6vw;
    line-height: 1.3;
  }
  .title_text_2 {
    font-size: 3.6vw;
  }
  .test_drive .test_item .rounded {
    min-width: 8.4vw;
    min-height: 8.4vw;
    max-width: 8.4vw;
    max-height: 8.4vw;
  }
  .test_drive .test_item .rounded_text {
    font-size: 5.2vw;
  }
  .test_drive .test_item .test_text {
    font-size: 3.5vw;
  }
  .test_drive .box_red {
    width: 8.4vw;
    height: 8.4vw;
  }
  .test_drive .box_red .box_text {
    font-size: 3.125vw;
  }
  .shop_textLink {
    font-size: 4.3vw;
  }
  .shoplist_btns_cont .shoplist_btn {
    font-size: 4.2vw;
    max-width: 100%;
  }
  .shoplist_btns_cont .shoplist_btn:nth-child(1) img {
    margin-right: 5px;
    max-width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sp_page .sp_pageContainer {
    max-width: 100%;
  }
}

.center__page__buttons .page__button.big_center.ver__3 {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

.center__page__buttons .big__page__btn .page__button.gray__btn {
  background-color: #c9caca;
  border-bottom: 4px solid #444;
  pointer-events: none;
}

.center__page__buttons .big__page__btn .page__button.gray__btn .btn__title {
  color: #fff;
}

.center__page__buttons .big__page__btn .page__button.gray__btn .btn__title.co__black {
  color: #000;
}

.center__page__buttons .big__page__btn .page__button .btn__title.icon img {
  height: 35px;
}

.page__button.white__btn {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 2px 2px 2px #e1e1e1;
     -moz-box-shadow: 2px 2px 2px #e1e1e1;
          box-shadow: 2px 2px 2px #e1e1e1;
}

.page__button.white__btn .btn__title {
  color: #5a5a5a;
}

.center__page__buttons .page__button.big_center .btn__title.btn__title__left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #5a5a5a;
}

.iframe__loader {
  background: url(../img/main/loader.gif) center top no-repeat;
  position: relative;
}
/*# sourceMappingURL=main.css.map */