@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;
}
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: 1400px;
  min-width: 1200px;
  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;
}
/* footer
------------------------------------------------ */
#footer {
  clear: both;
  width: 100%;
  max-width: 1400px;
  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: 1060px;
  margin: auto;
  padding: 10px 10px 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%;
}
#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;
}
.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 .modal_movie {
  cursor: pointer;
}
/* 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_01 {
  background: url("../images/bg_01.jpg");
  background-size: cover;
  padding: 30px 0 30px;
}

.gift{
  margin-left: -50px;
}

.bg_kounyu {
  background: url("../images/bg_kounyu.gif");
  padding: 30px 0 30px;
}

.bg_lineup {
  background: url("../images/bg_03.jpg");
  background-size: cover;
  padding: 30px 0 30px;
}

.bg_credit{
  background-color: #e1d9c2;
  padding: 30px 0 30px;
}

.present2{
  position: relative;
}

.car_link2{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: -20px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  width: 910px;

}

.present3{
  position: relative;
}

.car_link3{
  position: absolute;
  bottom: 140px;
  left: 0;
  right: -20px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-around;
  width: 800px;
}

.zancre{
  position: relative;
}

.zancre_btn{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 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%;
  }

  /* 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
------------------------------------------------ */
  .movie_driver {
    width: 60%;
    right: -36vw;
    left: 0;
    margin: auto;
    bottom: 15px;
  }
  .accordion_inner2 {
    padding: 10px 10px 10px;
}
  /* youtube_wrap
------------------------------------------------ */
  .youtube_wrap {
    width: 86%;
    bottom: 30px;
  }
  .btn_online_ttl {
    width: 80%;
    margin: 0 auto 10px;
  }
  /* lineup
------------------------------------------------ */
  .arrow {
    width: 12%;
    margin: 0 auto;
  }
  .movie .howto-movieList {
    bottom: 25px;
  }
  .movie .howto-movieList2 {
    bottom: 15px;
  }
  
/* bg
------------------------------------------------ */
.bg_01 {
  padding: 20px 0 20px;
}

.gift{
  margin-left: 0px;
}

.bg_kounyu {
  padding: 20px 0 20px;
}

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

.bg_credit{
  padding: 20px 0 20px;
}

.car_link2{
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: -2vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  width: 80%;

}
.car_link2 > div{
  width: 49%;
  margin-bottom: 1vw;
}

.car_link2 > div:first-child{
  width: 100%;
}


.present3{
  position: relative;
}

.car_link3 > div{
  width: 49%;
  margin-bottom: 2vw;
}

.car_link3{
  position: absolute;
  bottom: 10vw;
  left: 0;
  right: -5vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  width: 55%;
}


.zancre_btn {
  bottom: 5vw;
  width: 90%;
}  
  
}
@media screen and (max-width: 480px) {
  .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_03 {
    padding: 10px 0 0px;
  }
  /* bg
------------------------------------------------ */
  .bg_01 {
    padding: 20px 0 20px;
  }
  .bg_03 {
    padding: 20px 0 20px;
  }
  .bg_04 {
    background-position: center;
    padding: 20px 0 20px;
  }
  .bg_05 {
    padding: 20px 0 20px;
  }
  .bg_06 {
    padding: 20px 0 20px;
  }

  /* forester
------------------------------------------------ */
  .accordion_one {
    margin-bottom: 20px;
  }
  .fore_ttl_bg {
    padding: 20px 0;
  }
  .fore_02_1_btn {
    width: 89%;
    top: 56px;
  }
.movie_driver {
    width: 60%;
    right: -34vw;
    bottom: 2vw;
    left: 0;
    margin: auto;
}
  /* outback
------------------------------------------------ */
  .youtube_wrap {
    bottom: 18px;
  }
  .howto-movieList {
    bottom: 20px;
  }
}
