@charset "UTF-8";
/* Reset
------------------------------------------------ */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, ul, li {
  display: block;
  margin: 0;
  padding: 0;
}
caption, th {
  margin: auto;
  text-align: left;
}
img {
  border: 0;
  vertical-align: bottom;
}
img {
    image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}
address, caption, th {
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin: 0;
  padding: 0;
}
/* body,Anchor
------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  background-color: #0e1c45;
  color: #222;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;*/
  line-height: 1.5;
}
a:link {
  color: #0e1c45;
  text-decoration: none;
}
a:visited {
  color: #0e1c45;
}
a:hover {
  color: #ccc;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}
header:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: “alpha(opacity=60)”;
  transition-property: all;
  transition: 0.2s linear;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Layout
------------------------------------------------ */
#container {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1280px;
  min-width: 1280px;
  padding: 0;
  background-color: #fff;
}
/* content
------------------------------------------------ */
#content {
  background: #fff;
  text-align: center;
}
#content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
  transition-property: all;
  transition: 0.2s linear;
}
header {
  max-width: 972px;
  overflow: hidden;
  margin: 0 auto;
}
/* common
------------------------------------------------ */
.shadow {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 50px !important;
}
.mgb80 {
  margin-bottom: 80px !important;
}
img.w-auto{
  width: auto;
  margin: auto;
}
img.w-60{
  width: 60vw;
  margin: auto;
}
/* footer
------------------------------------------------ */
#footer {
  clear: both;
  width: 100%;
  max-width: 1400px;
    min-width: 1280px;
  margin: -20px auto 0;
}
#footer {
  display: block;
  padding: 10px 0px 30px;
  color: #000;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
  background: #fff;
}
.copyright {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  color: #000;
  font-size: 12px;
  /*font-size: calc( 12vw/10 );*/
  white-space: nowrap;
}
.pc-only {
  display: block;
  margin: auto;
}
.sp-only {
  display: none;
}
.sp-xs-only {
  display: none;
}
/* izimodal */
.iziModal {
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 20px 20px 20px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 40px 25px 12px;
  margin: 0 0 -20px 0;
}
/* izimodal */
.iziModal {
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 20px 20px 20px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 40px 25px 12px;
  margin: 0 0 -20px 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  top: 8px;
  right: 0;
  margin: 0 0 0 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  width: 85px;
  height: 22px;
  opacity: 1;
}
.iziModal .iziModal-button-close {
  background: url("../images/modal_close.png") no-repeat center center / contain;
  transition: none;
}
.iziModal .iziModal-button-close:hover {
  transform: rotate(0)
}
.modalMovTrg {
  cursor: pointer;
}
/* .tokai_fair
------------------------------------------------ */
#content .tokai_fair .inner {
  width: 1000px;
  margin: auto;
  padding: 10px 0px 10px;
}
#content .main_visual img {
  vertical-align: top;
  width: 100%;
}
div.page-link {
  cursor: pointer;
  display: flex;
  z-index: 101;
  position: fixed;
  bottom: 10px;
  right: 0;
  flex-direction: column;
}
div.page-link a {
  margin-bottom: 15px;
}
#content .btn_area {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
#content .btn_area a {
  width: 49%;
  margin: 0 auto;
}
#content .btn_area a img {
  width: 100%;
}
#content .btn_online img {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mgt10 {
  margin-top: 10px;
}
/*
.main_visual {
	min-width: 1000px;
}
*/
/* main_visual
------------------------------------------------ */
.main_visual {
  width: 100%;
  margin: 0 auto 0px;
}
.main_visual img {
  width: 100%;
}
/* movie
------------------------------------------------ */
.movie {
  position: relative;
}
.howto-movieList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  width: 88%;
}
.movie_btn{
  cursor: pointer;
  position: absolute;
  bottom: 15.2%;
  right: 2.5%;
}

/* youtube
------------------------------------------------ */
.youtube_wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 88%;
  bottom: 40px;
  margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* outback
------------------------------------------------ */

 .accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  height: auto;
}
 .accordion_header:hover {
  opacity: .8;
}
 .accordion_inner {
  display: none;
}
 .accordion_inner .box_one {
  height: auto;
  margin-bottom: 0px;
}
 .accordion_inner .closeArea {
  margin: 0 auto;
}
 .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
 .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
 .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}


/* bg
------------------------------------------------ */
.bg_suv{
  background: url("../images/bg_pc.jpg");
  background-size: cover;
  padding: 40px 0;
}
.bg_shijo{
  background: url("../images/shijo/bg_shijo.png");
  background-size: cover;
  padding: 40px 0;
}

#content .tokai_fair .bg_shijo .inner{
 width: 1120px;
}

.bg_solterra {
  background: url("../images/bg_solterra.png");
  background-size: cover;
  padding: 60px 0;
}

.bg_specialoneprice {
  background: url("../images/bg_specialoneprice.png");
  background-size: cover;
  padding: 40px 0;
}

.bg_lineup {
  background: url("../images/bg_lineup.png");
  background-size: cover;
  padding: 40px 0 70px;
}
.bg_special{
  background: url("../images/bg_cmpaign.jpg");
  background-size: cover;
  padding: 40px 0;
}
.m_left{
 margin-left: -143px;
}
.bg_credit{
  background: url("../images/common/bg_wood.jpg");
  padding: 40px 0;
}

.zancre{
  position: relative;
}

.zancre_btn{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.w100 img{
  width: 100%;
}
hr{
 border-bottom: solid 5px #2d4d0b;
 margin: 50px auto;
}

/* mediaqueries
------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-xs-only {
    display: none;
  }
  .page-link {
    display: none;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  img {
    width: 100%;
  }
#container {
  max-width: 1400px;
  min-width: 320px;
}
  #content .tokai_fair .inner {
    width: 90%;
  }
 #content .tokai_fair .bg_shijo .inner{
    width: 90%;
}

.mgb10 {
  margin-bottom: 5px;
}
.mgb20 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 15px;
}
.mgb50 {
  margin-bottom: 20px !important;
}
.mgb80 {
  margin-bottom: 30px !important;
}
hr{
 border-bottom: solid 5px #2d4d0b;
 margin: 20px auto;
}
  /* max-width768 header
  ------------------------------------------ */
  header {
    margin-left: 0;
  }
  header p {
    max-width: 641px;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
  }
  header p span {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
  }
  /* max-width768 footer
  ------------------------------------------ */
  #container, #footer {
    /*	max-width: 460px;*/
    max-width: 100%;
  }
  #footer {
    padding-right: 0;
    padding-bottom: 185px;
  }
  /* max-width768 btn
  ------------------------------------------ */
  #content .btn_area {
    margin: 0px auto 20px;
    display: block;
    width: 100%;
  }
  #content .online {
    margin: 0 auto 0;
  }
  #content .btn_area img {
    width: 100%;
  }
  #content .btn_area a {
    width: 100%;
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
  }
  #content .btn_area a:not(:last-child) {
    margin-bottom: 15px;
  }
  /* max-width768 fixed_menu
  ------------------------------------------ */
  #fixed_menu {
    position: fixed;
    bottom: 0;
    background-size: cover;
    width: 100%;
    z-index: 3;
  }
  #fixed_menu .inner {
    position: relative;
  }
  #fixed_menu .fixed_menu_btn {
    position: absolute;
    bottom: 5px;
    z-index: 3;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #fixed_menu .fixed_menu_btn img {
    width: 100%;
  }
  #fixed_menu .fixed_menu_text {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  #fixed_menu .fixed_menu_text img {
    width: 100vw;
  }
  .main_visual {
    width: 100%;
    margin-bottom: 0px;
  }
.movie_btn{
    bottom: 9%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 8px;
}
/* bg
------------------------------------------------ */
.bg_suv{
  background: url("../images/bg_sp.jpg");
  background-size: cover;
  padding: 20px 0;
}
.bg_shijo{
  background: url("../images/shijo/bg_shijo_sp.png");
  background-size: cover;
  padding: 20px 0;
}

.bg_lineup {
  padding: 10px 0 20px;
}

.bg_credit{
  padding: 20px 0;
}

.zancre_btn {
  bottom: 5vw;
  width: 90%;
}  
  
.m_left{
 margin-left: 0;
 margin-right: 0;
}
.m_left.sp{
 margin-left: 0;
 margin-right: 15px;
}
	
#footer {
    min-width: inherit;
}

}
@media screen and (max-width: 480px) {
.bg_lineup {
    background: url("../images/bg_lineup_sp.png");
	background-size: cover;
    padding: 40px 0 20px;
}
  .sp-xs-only {
    display: inline-block;
  }
  #content .btn_area {
    margin: 0px auto 0px;
    display: block;
  }
  #footer {
    padding-right: 0;
    padding-bottom: 120px;
  }
  #content .tokai_fair section.inner {
    padding: 0 0 0;
  }
  .mgb30 {
    margin-bottom: 20px;
  }
	
.bg_specialoneprice {
  background: url("../images/bg_specialoneprice_sp.png");
  background-size: cover;
  padding: 40px 0;
}
	.bg_solterra {
    background: url(../images/bg_solterra.png);
    background-size: cover;
    padding: 20px 0;
}
  /* bg
------------------------------------------------ */


}
