@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');*/
/* @import url('https://fonts.googleapis.com/css?family=Cormorant+SC|Noto+Serif+JP&display=swap&subset=japanese'); */
@import url('https://fonts.googleapis.com/css?family=Prata|Cormorant+SC&display=swap&subset=japanese');
/*   
Theme Name: toyota2
*/
/***************************
 *
 * ベース
 *
 **************************/
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, 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;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
html {
  overflow: auto;
}
body {
  line-height: 1;
  color: #222;
  position: relative;
  letter-spacing: 0.05em;
  min-width: 1000px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #aaa;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
/***************************
 *
 * レイアウト
 *
 **************************/
body {
  margin: 0;
}
.l-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 5;
  overflow: hidden;
}
.l-wrap-inner {}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.l-header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: white;
  box-shadow: 0px 0px 1px gray;
}
.l-nav {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  transform: translate(100%);
  transition: all .5s;
  background: rgba(51, 51, 51, 0.90);
  overflow: scroll;
}
.l-nav.open {
  transform: translateZ(0);
}
.l-main {
  background: white;
  position: relative;
  display: block;
}
.l-contents {
  position: relative;
  padding-top: 100px;
}
.l-sidebar {
  width: 200px;
  float: right;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}
.l-footer {
  clear: both;
  background:#333 url("../img/bg-footer.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 0 0px;
  position: relative;
  overflow: hidden;
}
.sp {
  display: none !important;
}
.br-sp {
  display: none;
}
.none {
  display: none;
}
.br-1070 {
  display: none;
}
.br-1100 {
  display: none;
}
.link-off {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.wp-embed-footer {
  display: none !important;
}
span.small {
  font-size: 0.8em;
}
.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 270px;
}