@charset "UTF-8";
/* --------------------------------------------- Reset Stylesheet */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  font-style: normal;
  color: #fff;
  font-size: 100%;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6em;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

div {
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}
a img {
  transition-property: all;
  transition: 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.8;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  border: 0;
  padding: 15px 0;
}
table th {
  text-align: left;
  white-space: nowrap;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

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

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

.btn {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 15px;
  border: 1px solid #959ea7;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  width: 15px;
  height: 15px;
  transition-property: all;
  transition: 0.2s linear;
}
.btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #060f16;
}

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	ヘッダ

*/
body {
  background-color: #060f16;
  min-width: 1024px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  background: url(../images/hero_top.jpg) no-repeat center center/cover;
  margin: 0;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    min-height: 100vh;
    max-height: 100vh;
  }
}
header .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
header .inner p, header .inner h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
header .inner p {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
header .inner h1 {
  font-size: 7.4rem;
  font-family: "Exo", "Segoe UI", serif;
  line-height: 1;
  margin: 32px auto 0;
}
header .inner img.owl {
  width: 170px;
  margin: 0 auto;
}
header .inner ul {
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner ul li {
  box-sizing: border-box;
  padding: 16px;
}
header .inner ul li img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  header .inner img.owl {
    width: 100px;
  }
  header .inner h1 {
    font-size: 5rem;
    text-align: center;
    line-height: 1.3;
    margin: 16px auto 0;
  }
  header .inner ul {
    margin: 0 auto;
  }
  header .inner p {
    font-size: 2rem;
  }
}

#fixed-bottom {
  position: fixed;
  bottom: 1%;
  right: 1%;
  display: flex;
  align-items: center;
}
#fixed-bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007feb;
    height: 60px;
  padding: 0;
  line-height: 1;
  color: #fff;
}
#fixed-bottom a.buy {
  padding: 0 60px;
  font-size: 1.6rem;
}
#fixed-bottom a.ptop {
  margin-left: 4px;
  padding: 0 16px;
  width:60px;
}
#fixed-bottom a.ptop svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  margin: 0 auto;
}
#fixed-bottom a:hover {
  background-color: rgba(0, 127, 235, 0.7);
}
@media screen and (max-width: 767px) {
  #fixed-bottom {
    width: 100%;
  }
  #fixed-bottom a.buy {
    width: calc(100% - 92px);
    font-size: 1.4rem;
  }
  #fixed-bottom a.ptop {
    width: 90px;
    margin-left: 2px;
    padding: 0;
  }
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	メイン

*/
main section {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 50px 0 0;
  }
}

.h1 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

.p {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 1.8rem;
  }
}

section.about .inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.about .inner {
    padding: 0 24px;
  }
}
section.about h2 + p {
  margin-top: 32px;
  text-align: center;
}
section.about .product {
  margin-top: 64px;
  padding-bottom: 128px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.about .product {
    margin-top: 24px;
    padding-bottom: 80px;
  }
}
section.about .product:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: calc(100% - 20%);
  background-color: #1f272e;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.about .product:before {
    top: 10%;
    height: calc(100% - 10%);
  }
}
section.about .product ul {
  display: flex;
  justify-content: space-between;
}
section.about .product ul li {
  width: 45%;
}
section.about .product ul li span, section.about .product ul li h3, section.about .product ul li p {
  display: block;
  font-family: "Exo", "Segoe UI", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
section.about .product ul li span {
  margin-top: 24px;
  font-size: 2rem;
}
section.about .product ul li h3 {
  font-size: 5.6rem;
}
section.about .product ul li p {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  section.about .product ul {
    flex-wrap: wrap;
  }
  section.about .product ul li {
    width: 100%;
    padding: 0 24px;
  }
  section.about .product ul li + li {
    margin-top: 48px;
  }
  section.about .product ul li img {
    max-width: 200px;
    margin: 0 auto;
  }
  section.about .product ul li span {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  section.about .product ul li h3 {
    font-size: 4rem;
  }
  section.about .product ul li p {
    font-size: 2rem;
  }
}
section.about .product p.product-p {
  margin-top: 64px;
  line-height: 2;
}
section.about .product p.product-p + p.product-p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.about .product p.product-p {
    margin-top: 48px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	キャンプ編

	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
*/
.header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.header p {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 16px;
  }
  .header br {
    display: none;
  }
}

.profile {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: 5px #1f272e solid;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile .img {
  width: 160px;
}
.profile .txt {
  width: calc(100% - 200px);
}
.profile .txt p strong {
  font-weight: 700;
  font-size: 2rem;
}
.profile .txt p + p {
  margin-top: 8px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .profile {
    width: calc(100% - 32px);
    padding: 16px;
    align-items: initial;
  }
  .profile .img {
    width: 80px;
  }
  .profile .txt {
    width: calc(100% - 100px);
  }
  .profile .txt p {
    font-size: 1.4rem;
  }
  .profile .txt p strong {
    font-size: 1.6rem;
  }
  .profile .txt p + p {
    margin-top: 8px;
    line-height: 1.7;
  }
}

section.camp {
  padding: 128px 0 0;
}
@media screen and (max-width: 767px) {
  section.camp {
    padding: 64px 0 0;
  }
}
section.camp .camp-hd-img {
  position: relative;
  z-index: -1;
}
section.camp .camp-hd-img img {
  width: 100%;
}
section.camp .profile {
  margin-top: -64px;
}
@media screen and (max-width: 767px) {
  section.camp .profile {
    margin-top: 0;
  }
}

section.car {
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  section.car {
    padding: 80px 0 0;
  }
}

section.bosai {
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  section.bosai {
    padding: 80px 0 0;
  }
}
section.bosai .camp-hd-img {
  position: relative;
  z-index: -1;
}
section.bosai .camp-hd-img img {
  width: 100%;
}
section.bosai .profile {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section.bosai .profile {
    margin-top: 40px;
  }
}

.conts {
  padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
  .conts {
    padding: 100px 0 0;
  }
}
.conts .main-img {
  width: 80%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .conts .main-img {
    width: 100%;
  }
}
.conts .main-img-rev {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .conts .main-img-rev {
    width: 100%;
  }
}
.conts .inner {
  width: 100%;
  max-width: 1024px;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .conts .inner {
    margin: 32px auto 0;
    padding: 0 16px;
  }
}
.conts .inner .hd {
  display: flex;
}
.conts .inner .hd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  line-height: 1;
  color: #fff;
  background-color: #1f272e;
  font-family: "Exo", "Segoe UI", serif;
  font-size: 2.6rem;
  font-weight: 700;
}
.conts .inner .hd h3 {
  width: calc(100% - 150px);
  font-size: 3.5rem;
  font-weight: 700;
  box-sizing: border-box;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .conts .inner .hd {
    display: block;
    background-color: #1f272e;
    padding: 16px;
  }
  .conts .inner .hd span {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 1.6rem;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.5);
  }
  .conts .inner .hd h3 {
    width: 100%;
    font-size: 2.5rem;
    padding-left: 0;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2;
  }
}
.conts .inner .comment {
  margin-top: 32px;
  padding-bottom: 24px;
  display: flex;
  border-bottom: 5px #1f272e solid;
}
.conts .inner .comment .img {
  width: 75px;
}
.conts .inner .comment h4 {
  width: calc(100% - 75px);
  box-sizing: border-box;
  padding-left: 24px;
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .conts .inner .comment {
    padding-bottom: 16px;
  }
  .conts .inner .comment .img {
    width: 50px;
  }
  .conts .inner .comment h4 {
    width: calc(100% - 50px);
    padding-left: 16px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.conts .inner p {
  margin-top: 32px;
  line-height: 2;
}
.conts .inner a {
  text-decoration: underline;
}
.conts .inner a:hover {
  color: #007feb;
}
.conts .inner .comment-flex {
  display: flex;
  justify-content: space-between;
}
.conts .inner .comment-flex .img, .conts .inner .comment-flex .p {
  width: 48%;
}
.conts .inner .comment-flex .img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .conts .inner .comment-flex {
    flex-wrap: wrap;
  }
  .conts .inner .comment-flex .img, .conts .inner .comment-flex .p {
    width: 100%;
  }
  .conts .inner .comment-flex .img {
    margin-top: 32px;
    padding: 0 24px;
  }
  .conts .inner .comment-flex .p {
    margin-top: 16px;
  }
}
.conts .inner .meyasu {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu {
    margin-top: 48px;
  }
}
.conts .inner .meyasu p {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu p {
    font-weight: 400;
    font-size: 1.6rem;
  }
}
.conts .inner .meyasu ul {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.conts .inner .meyasu ul li {
  width: 46%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu ul li {
    width: 100%;
  }
  .conts .inner .meyasu ul li + li {
    margin-top: 16px;
  }
}
.conts .inner .meyasu ul li ol {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f272e;
}
.conts .inner .meyasu ul li ol li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu ul li ol li {
    padding: 16px 8px;
  }
}
.conts .inner .meyasu ul li ol li + li {
  background-color: #131b22;
  margin-top: 0;
}
.conts .inner .meyasu ul li ol li .img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu ul li ol li .img {
    width: 50px;
  }
}
.conts .inner .meyasu ul li ol li .img img {
  margin: auto;
}
.conts .inner .meyasu ul li ol li .txt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu ul li ol li .txt {
    padding-left: 8px;
  }
}
.conts .inner .meyasu ul li ol li .txt p, .conts .inner .meyasu ul li ol li .txt span {
  display: block;
  font-family: "Exo", "Segoe UI", serif;
  font-weight: 700;
  line-height: 1;
  margin: auto;
}
.conts .inner .meyasu ul li ol li .txt p {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu ul li ol li .txt p {
    font-size: 2.5rem;
  }
}
.conts .inner .meyasu ul li ol li .txt span {
  margin-top: 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu ul li ol li .txt span {
    font-size: 1.4rem;
  }
}
.conts .inner .meyasu ul li ol li h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #007feb;
}
@media screen and (max-width: 767px) {
  .conts .inner .meyasu ul li ol li h5 {
    font-size: 2.5rem;
  }
}

a.link-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border: 2px #1f272e solid;
  text-decoration: none !important;
  margin-top: 48px;
}
a.link-item .img {
  width: 80px;
}
a.link-item span {
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding-left: 16px;
}
a.link-item:hover {
  background-color: #1f272e;
}
a.link-item:hover .img img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  a.link-item .img {
    width: 60px;
  }
  a.link-item span {
    width: calc(100% - 60px);
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	車中泊編

	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
*/
.tl-section {
  width: 100%;
  height: 600px;
  padding: 24px;
}
.tl-section .tl-border {
  border: 10px rgba(112, 112, 112, 0.8) solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
.tl-section p {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tl-section {
    height: 400px;
    padding: 16px;
  }
  .tl-section .tl-border {
    border: 5px rgba(112, 112, 112, 0.8) solid;
    padding: 16px;
  }
  .tl-section p {
    margin-top: 16px;
    text-align: center;
  }
  .tl-section p br {
    display: none;
  }
}

.tl-car {
  background: url(../images/tk_car.jpg) no-repeat center center/cover;
}

.tl-bs {
  background: url(../images/tl_bs.jpg) no-repeat center center/cover;
}

.pt-other {
  width: 100%;
  max-width: 1024px;
  margin: 80px auto 0;
  border: 5px #1f272e solid;
  padding: 64px;
}
.pt-other h3 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.pt-other img {
  margin-top: 32px;
}
.pt-other p {
  margin-top: 32px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pt-other {
    width: 93%;
    padding: 32px 16px;
  }
  .pt-other h3 {
    font-size: 2.5rem;
  }
  .pt-other p {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	製品情報

	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
*/
section.prduct-detail {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  section.prduct-detail {
    padding-top: 80px;
  }
}
section.prduct-detail .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.prduct-detail .inner {
    padding: 0 16px;
  }
}
section.prduct-detail .h1 {
  margin-top: 24px;
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.prduct-detail .h1 {
    margin-top: 16px;
    font-size: 2.8rem;
  }
}
section.prduct-detail .p {
  line-height: 2;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  section.prduct-detail .p {
    font-size: 1.8rem;
  }
}
section.prduct-detail .en {
  font-family: "Exo", "Segoe UI", serif;
  color: rgba(255, 255, 255, 0.5);
}

.pd-top {
  width: 100%;
  height: 900px;
  background: url(../images/product_detail.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pd-top p, .pd-top h2 {
  width: 100%;
  text-align: center;
}
.pd-top p {
  font-family: "Exo", "Segoe UI", serif;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .pd-top {
    height: 70vh;
  }
  .pd-top p {
    font-size: 2rem;
  }
}

.pd-col {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .pd-col {
    padding: 64px 0;
  }
}

/* 正弦波 ----------------------------------------------------------------------------*/
.pd-seigen {
  background: url(../images/ps01.jpg) no-repeat bottom center/cover;
}
.pd-seigen .h1 {
  text-align: left;
}
.pd-seigen .h1 + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pd-seigen .h1 + p {
    margin-top: 16px;
  }
}
.pd-seigen ul {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd-seigen ul li {
  width: 48%;
}
.pd-seigen ul li .in {
  width: 100%;
  background-color: #fff;
  padding: 32px;
  height: 100%;
}
.pd-seigen ul li .in .in-hd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-seigen ul li .in .in-hd img {
  width: 32px;
  height: 32px;
}
.pd-seigen ul li .in .in-hd span {
  display: inline-block;
  padding-left: 8px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #3b4043;
}
.pd-seigen ul li .in img.zu {
  margin-top: 48px;
}
.pd-seigen ul li .in p {
  margin-top: 48px;
  color: #3b4043;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pd-seigen ul {
    margin-top: 48px;
  }
  .pd-seigen ul li {
    width: 100%;
  }
  .pd-seigen ul li + li {
    margin-top: 32px;
  }
  .pd-seigen ul li .in {
    padding: 32px 16px;
  }
  .pd-seigen ul li .in .in-hd img {
    width: 28px;
    height: 28px;
  }
  .pd-seigen ul li .in .in-hd span {
    font-size: 2.2rem;
  }
  .pd-seigen ul li .in img.zu {
    margin-top: 32px;
  }
  .pd-seigen ul li .in p {
    margin-top: 32px;
  }
}

/* 安全性 ----------------------------------------------------------------------------*/
.pd-anzen {
  background: url(../images/ps02.jpg) no-repeat top center/cover;
}
.pd-anzen .h1 {
  text-align: left;
}
.pd-anzen .h1 + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pd-anzen .h1 + p {
    margin-top: 16px;
  }
}
.pd-anzen ul {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pd-anzen ul li {
  width: 48%;
}
.pd-anzen ul li ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pd-anzen ul li ol li {
  width: 33.33333%;
  text-align: center;
  margin-bottom: 48px;
}
.pd-anzen ul li ol li img {
  margin: 0 auto;
}
.pd-anzen ul li ol li p {
  margin-top: 8px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pd-anzen ul {
    margin-top: 48px;
  }
  .pd-anzen ul li {
    width: 100%;
  }
  .pd-anzen ul li img {
    margin: 0 auto;
    max-width: 90%;
  }
  .pd-anzen ul li ol li {
    width: 45%;
    margin-bottom: 0;
    margin-top: 32px;
  }
  .pd-anzen ul li ol li p {
    font-size: 1.8rem;
  }
}

/* PSE ----------------------------------------------------------------------------*/
.pd-pse {
  background: url(../images/ps03.jpg) no-repeat top center/cover;
}
.pd-pse .inner {
  display: flex;
  flex-wrap: wrap;
}
.pd-pse .inner .pse-left {
  width: calc(100% - 350px);
  padding-top: 80px;
}
.pd-pse .inner .pse-left .h1 {
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.3;
}
.pd-pse .inner .pse-left .h1 span {
  font-family: "Exo", "Segoe UI", serif;
  font-weight: 700;
  font-size: 7.4rem;
  line-height: 1.3;
}
.pd-pse .inner .pse-left h4 {
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.3;
}
.pd-pse .inner .pse-left .p {
  margin-top: 32px;
}
.pd-pse .inner .pse-left i {
  display: inline-block;
  margin-top: 16px;
  font-size: .8em;
}
.pd-pse .inner .pse-right {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .pd-pse .inner .pse-left {
    width: 100%;
    padding-top: 0;
  }
  .pd-pse .inner .pse-left .h1 {
    font-size: 2rem;
  }
  .pd-pse .inner .pse-left .h1 span {
    font-size: 6rem;
  }
  .pd-pse .inner .pse-left h4 {
    font-size: 2.2rem;
  }
  .pd-pse .inner .pse-right {
    width: 100%;
    margin-top: 40px;
  }
  .pd-pse .inner .pse-right img {
    margin: 0 auto;
    max-width: 200px;
  }
}

/* ハイブリッド ----------------------------------------------------------------------------*/
.pd-hybrid p.en {
  text-align: center;
}
.pd-hybrid .pd-hybrid-bak {
  padding: 80px 0;
  background: url(../images/ac_pd100.jpg) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .pd-hybrid-bak {
    background: url(../images/ac_pd100.jpg) no-repeat center top/contain;
  }
}
.pd-hybrid .pd-hybrid-bak .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 600px;
}
.pd-hybrid .pd-hybrid-bak .inner .col {
  width: 50%;
}
.pd-hybrid .pd-hybrid-bak .inner .md {
  display: inline-block;
  background-color: #fff;
  padding: 24px 32px;
  color: #060f16;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}
.pd-hybrid .pd-hybrid-bak .inner .md span {
  font-family: "Exo", "Segoe UI", serif;
  font-size: 6.2rem;
  font-weight: 700;
  color: #060f16;
  line-height: 1;
}
.pd-hybrid .pd-hybrid-bak .inner .p {
  margin-top: 32px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .pd-hybrid .pd-hybrid-bak .inner {
    min-height: auto;
  }
  .pd-hybrid .pd-hybrid-bak .inner .col {
    width: 100%;
  }
  .pd-hybrid .pd-hybrid-bak .inner .col:first-child {
    height: 200px;
  }
  .pd-hybrid .pd-hybrid-bak .inner .md {
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 2.5rem;
  }
  .pd-hybrid .pd-hybrid-bak .inner .md span {
    font-size: 5rem;
  }
  .pd-hybrid .pd-hybrid-bak .inner .p {
    margin-top: 24px;
  }
}
.pd-hybrid .inner .ac-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
}
.pd-hybrid .inner .ac-hd span {
  margin-right: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/svg/down.svg) no-repeat center center/cover;
}
.pd-hybrid .inner .ac-hd.big {
  margin-top: 64px;
  font-size: 3.2rem;
  border: 3px #007feb solid;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .ac-hd {
    font-size: 1.8rem;
  }
  .pd-hybrid .inner .ac-hd span {
    width: 24px;
    height: 24px;
  }
  .pd-hybrid .inner .ac-hd.big {
    margin-top: 32px;
    font-size: 2rem;
    padding: 8px 16px;
  }
}
.pd-hybrid .inner .meyasu {
  position: relative;
  margin-top: 32px;
}
.pd-hybrid .inner .meyasu p {
  font-weight: 700;
  font-size: 2rem;
}
.pd-hybrid .inner .meyasu ol {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pd-hybrid .inner .meyasu ol + ol {
  margin-top: 24px;
}
.pd-hybrid .inner .meyasu ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.pd-hybrid .inner .meyasu ol li:first-child {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .meyasu ol li:first-child {
    width: 100%;
    justify-content: flex-start;
  }
}
.pd-hybrid .inner .meyasu ol li:last-child {
  width: calc(100% - 260px);
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .meyasu ol li:last-child {
    width: 100%;
  }
}
.pd-hybrid .inner .meyasu ol li .img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .meyasu ol li .img {
    width: 50px;
  }
}
.pd-hybrid .inner .meyasu ol li .img img {
  margin: auto;
}
.pd-hybrid .inner .meyasu ol li .txt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .meyasu ol li .txt {
    padding-left: 8px;
  }
}
.pd-hybrid .inner .meyasu ol li .txt p, .pd-hybrid .inner .meyasu ol li .txt span {
  display: block;
  font-family: "Exo", "Segoe UI", serif;
  font-weight: 700;
  line-height: 1;
  margin: auto;
}
.pd-hybrid .inner .meyasu ol li .txt p {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .meyasu ol li .txt p {
    font-size: 2.5rem;
  }
}
.pd-hybrid .inner .meyasu ol li .txt span {
  margin-top: 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .meyasu ol li .txt span {
    font-size: 1.4rem;
  }
}
.pd-hybrid .inner .meyasu .time-line {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #060f16, #007feb);
  box-sizing: border-box;
  padding: 16px 32px;
}
.pd-hybrid .inner .meyasu .time-line span {
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .meyasu .time-line {
    padding: 12px 16px;
  }
  .pd-hybrid .inner .meyasu .time-line span {
    font-size: 2rem;
  }
}
.pd-hybrid .inner .ac-fast:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  background: url(../images/svg/hayai.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .pd-hybrid .inner .ac-fast:before {
    width: 160px;
    height: 160px;
    top: 40%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
}

/* ハイブリッド ----------------------------------------------------------------------------*/
.pd-pd100 .h1 span {
  font-family: "Exo", "Segoe UI", serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.3;
}
.pd-pd100 .h1 span i {
  font-family: "Exo", "Segoe UI", serif;
  color: #fc5130;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pd-pd100 .h1 span {
    display: inline-block;
    font-size: 4rem;
    padding-bottom: 8px;
  }
  .pd-pd100 .h1 span i {
    display: block;
    font-size: 6rem;
  }
}
.pd-pd100 .pd-pd100-bak {
  padding: 80px 0 0;
  background: url(../images/pd100w_pc.jpg) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .pd-pd100 .pd-pd100-bak {
    padding-top: 300px;
    background: url(../images/pd100w_pc.jpg) no-repeat center top/contain;
  }
}
.pd-pd100 .pd-pd100-bak .inner-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 500px;
}
.pd-pd100 .pd-pd100-bak .inner-flex .col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pd-pd100 .pd-pd100-bak .inner-flex {
    min-height: auto;
  }
  .pd-pd100 .pd-pd100-bak .inner-flex .col {
    width: 100%;
  }
}

table.hikaku {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  table.hikaku {
    margin-top: 32px;
  }
}
table.hikaku caption {
  text-align: left;
  padding-bottom: 16px;
}
table.hikaku tbody th, table.hikaku tbody td {
  border: 2px #060f16 solid;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.hikaku tbody th, table.hikaku tbody td {
    font-size: 1.8rem;
  }
}
table.hikaku tbody th {
  background-color: #131b22;
}
table.hikaku tbody td {
  background-color: #1f272e;
}
table.hikaku tbody tr.owl th {
  background-color: rgba(252, 81, 48, 0.8);
  color: #fff;
}
table.hikaku tbody tr.owl td {
  background-color: #fc5130;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  table.hikaku tbody tr.owl td {
    font-size: 2.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	充電時間

*/
section.charge {
  padding-top: 0;
}
section.charge p.en {
  text-align: center;
}
section.charge .scroll {
  margin-top: 100px;
}
section.charge .scroll + .scroll {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  section.charge .scroll {
    margin-left: 15px;
    margin-top: 50px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
section.charge table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
section.charge table thead {
  border-bottom: 1px #707070 solid;
}
section.charge table thead th {
  text-align: center;
  font-size: 1.4rem;
}
section.charge table thead th img {
  height: 60px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  section.charge table thead th {
    min-width: 120px;
  }
  section.charge table thead th img {
    height: 45px;
  }
}
section.charge table tbody th {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px #707070 solid;
}
section.charge table tbody th .img {
  padding: 10px 0;
  width: 100px;
  float: left;
}
section.charge table tbody th .img img {
  height: 85px;
  margin: 0 auto;
}
section.charge table tbody th .txt {
  padding: 10px 0;
}
section.charge table tbody th .txt h3, section.charge table tbody th .txt p {
  font-family: "Exo", "Segoe UI", serif;
  padding-left: 10px;
  line-height: 1.3;
}
section.charge table tbody th .txt h3 {
  margin-top: 16px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  section.charge table tbody th .img {
    padding: 0;
    width: 60px;
    float: initial;
    margin: 0 auto;
  }
  section.charge table tbody th .img img {
    height: 60px;
  }
  section.charge table tbody th .txt {
    padding: 5px 0 0;
  }
  section.charge table tbody th .txt h3, section.charge table tbody th .txt p {
    padding-left: 0;
    text-align: center;
  }
  section.charge table tbody th .txt h3 {
    margin-top: 0;
    font-size: 2rem;
  }
}
section.charge table tbody td {
  width: 150px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px #707070 solid;
  border-bottom: 1px #707070 solid;
}
@media screen and (max-width: 767px) {
  section.charge table tbody td {
    min-width: 120px;
  }
}
section.charge table tbody td p {
  font-size: 1.4rem;
}
section.charge table tbody td p span {
  font-family: "Exo", "Segoe UI", serif;
  font-size: 4rem;
  padding: 0 1px;
}
section.charge table tbody td p i {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  section.charge table tbody td p span {
    font-size: 3rem;
  }
}
section.charge .table-att {
  width: 100%;
  max-width: 980px;
  margin: 35px auto 0;
}
section.charge .table-att p {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  section.charge .table-att {
    width: 92%;
  }
  section.charge .table-att p {
    font-size: 1.4rem;
  }
}
section.charge ::-webkit-scrollbar {
  height: 8px;
}
section.charge ::-webkit-scrollbar-track {
  background: #959ea7;
  border: none;
  border-radius: 8px;
}
section.charge ::-webkit-scrollbar-thumb {
  background: #007feb;
  border-radius: 8px;
  box-shadow: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	SPEC

*/
ul.lineup-2col {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  ul.lineup-2col {
    width: 90%;
    margin: 32px auto 0;
  }
}
ul.lineup-2col li {
  width: 48%;
}
ul.lineup-2col li .in {
  background-color: #131b22;
  padding: 32px;
}
ul.lineup-2col li .hd h3, ul.lineup-2col li .hd h4 {
  font-family: "Exo", "Segoe UI", serif;
  text-align: center;
  line-height: 1.3;
}
ul.lineup-2col li .hd h3 {
  font-size: 6rem;
}
ul.lineup-2col li .hd h4 {
  font-size: 3rem;
}
ul.lineup-2col li img {
  width: 80%;
  margin: 0 auto;
}
ul.lineup-2col li .promotion {
  margin-top: 32px;
  border-top: 3px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 3px rgba(255, 255, 255, 0.1) solid;
  padding: 24px 0;
}
ul.lineup-2col li .promotion p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  ul.lineup-2col li {
    width: 100%;
  }
  ul.lineup-2col li + li {
    margin-top: 10vh;
  }
  ul.lineup-2col li .in {
    padding: 32px 16px;
  }
  ul.lineup-2col li .hd h3 {
    font-size: 4.5rem;
    padding: 15px 0 10px;
  }
  ul.lineup-2col li .hd h4 {
    font-size: 2rem;
  }
}

section.spec {
  margin-top: 128px;
  padding-top: 64px;
  position: relative;
}
section.spec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.15);
}
section.spec p.en {
  text-align: center;
}
section.spec ul.lineup-2col li dl {
  width: 100%;
  margin: 50px auto 0;
}
section.spec ul.lineup-2col li dl dt, section.spec ul.lineup-2col li dl dd {
  font-size: 1.6rem;
}
section.spec ul.lineup-2col li dl dt {
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}
section.spec ul.lineup-2col li dl dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  pointer-events: none;
}
section.spec ul.lineup-2col li dl dd {
  padding: 10px 0 25px 18px;
  border-bottom: 1px #959ea7 solid;
  margin-bottom: 15px;
}
section.spec ul.lineup-2col li dl dd:last-of-type {
  border: 0;
}
section.spec ul.lineup-2col li dl dd ol {
  margin-left: 24px;
}
section.spec ul.lineup-2col li dl dd ol li {
  width: 100%;
  list-style-type: disc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.spec ul.lineup-2col li dl {
    margin: 25px auto 0;
  }
  section.spec ul.lineup-2col li dl dt, section.spec ul.lineup-2col li dl dd {
    font-size: 1.3rem;
  }
  section.spec ul.lineup-2col li dl dd {
    padding: 5px 0 15px 18px;
    margin-bottom: 10px;
  }
  section.spec ul.lineup-2col li dl dd br + br {
    display: none;
  }
  section.spec ul.lineup-2col li dl dd ol {
    margin-left: 16px;
  }
  section.spec ul.lineup-2col li dl dd ol li {
    margin-top: 0;
  }
}

.face {
  padding-top: 128px;
  display: flex;
  justify-content: space-between;
}
.face p {
  font-family: "Exo", "Segoe UI", serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.face img {
  margin: 0 auto;
}
.face .front {
  width: 550px;
}
.face .back {
  width: 408px;
}
@media screen and (max-width: 767px) {
  .face {
    flex-wrap: wrap;
    padding-top: 64px !important;
  }
  .face p {
    display: none;
  }
  .face .front,
  .face .back {
    width: 100%;
  }
  .face .back img {
    max-width: 80%;
  }
}

.dokon {
  padding-top: 128px;
}
@media screen and (max-width: 767px) {
  .dokon {
    padding-top: 48px !important;
  }
}
.dokon h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dokon h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: -1;
}
.dokon h3 span {
  display: inline-block;
  box-sizing: border-box;
  background-color: #060f16;
  padding: 8px 32px;
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dokon h3 span {
    font-size: 2.6rem;
  }
}
.dokon ul {
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
}
.dokon ul li {
  width: 33.33333%;
  box-sizing: border-box;
  padding: 16px;
}
.dokon ul li img {
  margin: 0 auto;
}
.dokon ul li p {
  margin-top: 16px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.dokon ul li p span {
  font-size: 2rem;
  font-family: "Exo", "Segoe UI", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .dokon ul {
    margin: 16px auto 0;
    flex-wrap: wrap;
  }
  .dokon ul li {
    width: 100%;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .dokon ul li img {
    width: 150px;
  }
  .dokon ul li p {
    width: calc(100% - 150px);
    margin-top: 0;
    font-size: 1.8rem;
    text-align: left;
    box-sizing: border-box;
    padding-left: 8px;
  }
  .dokon ul li p span {
    font-size: 1.4rem;
    font-family: "Exo", "Segoe UI", serif;
    font-weight: 700;
    line-height: 1;
  }
}

section.jq {
  position: relative;
  margin-top: 80px;
  padding: 0 0 80px;
  overflow: hidden;
}
section.jq:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #efe8da;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.jq:before {
    top: 60px;
  }
}
section.jq .icon img {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.jq .icon img {
    width: 180px;
  }
}
section.jq .inner {
  width: 100%;
  max-width: 1024px;
  margin: 16px auto 0;
  text-align: center;
}
section.jq .inner h2, section.jq .inner p, section.jq .inner span {
  color: #060f16;
  text-align: center;
  font-weight: 700;
}
section.jq .inner h2 {
  font-size: 6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  section.jq .inner h2 {
    font-size: 3.5rem;
  }
}
section.jq .inner p {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  section.jq .inner p {
    font-size: 2rem;
  }
}
section.jq .inner ul {
  margin: 8px auto 0;
  display: flex;
  justify-content: center;
}
section.jq .inner ul li {
  box-sizing: border-box;
  padding: 16px;
}
section.jq .inner ul li p {
  border: 3px #060f16 solid;
  box-sizing: border-box;
  padding: 16px 64px;
  line-height: 1;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  section.jq .inner ul li p {
    font-size: 2.5rem;
    padding: 16px 32px;
  }
}
section.jq .inner span {
  display: block;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  section.jq .inner span {
    font-size: 1.6rem;
  }
}
section.jq .inner p.obi {
  display: inline-block;
  margin: 24px auto 0;
  background-color: #060f16;
  padding: 16px 64px;
  box-sizing: border-box;
  color: #efe8da;
}
@media screen and (max-width: 767px) {
  section.jq .inner p.obi {
    max-width: 90%;
    padding: 16px;
    font-size: 1.8rem;
  }
}

section.cta {
  background: url(../images/hero_top.jpg) no-repeat top center/contain;
}
@media screen and (max-width: 767px) {
  section.cta {
    background: url(../images/hero_top.jpg) no-repeat top center/200%;
  }
}
section.cta .cta-tl {
  padding: 200px 16px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.cta .cta-tl h2 {
  width: 100%;
  font-family: "Exo", "Segoe UI", serif;
  font-weight: 700;
  font-size: 7.4rem;
  line-height: 1.3;
  text-align: center;
}
section.cta .cta-tl p {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.cta .cta-tl {
    padding: 64px 16px;
  }
  section.cta .cta-tl h2 {
    width: 100%;
    font-size: 4rem;
  }
  section.cta .cta-tl p {
    margin-top: 16px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
}
section.cta ul.lineup-2col li .in p.en {
  font-family: "Exo", "Segoe UI", serif;
  text-align: center;
  margin-top: 32px;
}
section.cta ul.lineup-2col li .in p.jp {
  margin-top: 32px;
  text-align: center;
}

ul.cart {
  margin-top: 32px;
}
ul.cart li {
  width: 100%;
}
ul.cart li + li {
  margin-top: 16px;
}
ul.cart li a {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 16px;
  background-color: #060f16;
  border-radius: 2px;
}
ul.cart li a span {
  font-weight: 700;
}
ul.cart li a img {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 20px;
  height: 20px;
}
ul.cart li a:hover {
  opacity: .8;
}
ul.cart li a.owltech {
  background-color: #f8e500;
}
ul.cart li a.owltech span {
  color: #1b3092;
}
ul.cart li a.amazon {
  background-color: #FF9900;
}
ul.cart li a.rakuten {
  background-color: #BF0000;
}
ul.cart li a.yahoo {
  background-color: #FF0132;
}
ul.cart li a.au {
  background-color: #EB5505;
}
ul.cart li a.docomo {
  background-color: #CC0033;
}

section.promotion {
  background-color: #fc5130;
  padding: 80px 16px;
}
section.promotion .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  border: 5px rgba(255, 255, 255, 0.5) solid;
  padding: 48px 16px;
}
section.promotion .inner p {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.promotion {
    padding: 32px 16px;
  }
  section.promotion .inner {
    border: 5px rgba(255, 255, 255, 0.5) solid;
    padding: 32px 16px;
  }
  section.promotion .inner p {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	フッター

*/
footer {
  padding: 180px 0 128px;
  text-align: center;
}
footer a {
  display: inline-block;
}
footer a img {
  width: 161px;
  margin: 0 auto;
}
footer a:hover img {
  opacity: 1;
}
footer p {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 64px 0 128px;
  }
  footer a img {
    width: 120px;
  }
  footer p {
    font-size: 1rem;
  }
}
