@charset "utf-8";
/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
@media only screen and ( max-width: 599px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}
.text_b {
  font-weight: 700;
}
a:link, a:visited {
	color: #005ECF;
	text-decoration: none;
}

a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}

/*******************************************************************
　ページ共通パーツ
*******************************************************************/
/*幅750px以上＝PC表示
--------------------*/
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
/*幅750pxまで＝スマホ表示
--------------------*/
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}
.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.container {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
}

.box {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.attn_box {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.attn {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
}
.attn p {
  margin: 1em auto;
  overflow-wrap: anywhere;
  word-break: break-all;
}

@media only screen and ( max-width: 749px ) {
  .attn {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.4;
  }
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 3px;
	overflow: hidden;
  background: #000;
  /*position: absolute;
  top: 0;
  left: 0;*/
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 750px;
	margin: 0 auto;
}
.header_logo{
	width: 15%;
	text-align: left;
}
.header_logo img {
	max-width: 100px;
}
.header_name {
	text-align: right;
}
.header_name img {
	max-width: 120px;
}
@media only screen and ( max-width: 750px ) {
	header {
		margin: 0 auto 0;
	  padding: 0 0;
  }
  .header_wrap {
    display: flex;
    justify-content: flex-start;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: 200px;
  }
  .header_name {
    text-align: left;
  }
  .header_name img {
    width: 80%;
    max-width: 200px
    }
}
@media only screen and ( max-width: 450px ) {
  .header_logo img {
    width: 100%;
    max-width: none;
  }
  .header_name img {
    width: 80%;
    max-width: 105px
    }
}

/*----------------------------------------------------------
　メインコンテンツ
-----------------------------------------------------------*/
.main {
  position: relative;
  z-index: 1;
  /*-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);*/
}
@media screen and (min-width: 751px) {
  .main {
    width: 750px;
    margin-left: auto;
    /*margin-right: 290px;*/
    margin-right: calc(50% - 375px);
  }
}
@media screen and (min-width: 1366px) {
  .main {
    /*margin-left: 45.82%;*/
    margin-left: calc(50% - 375px);/*左コンテンツサイズ*/
    margin-right: inherit;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .main {
    margin-left: auto;
    margin-right: auto;
  }
}

/*背景セット
-----------------------------------------------*/
body {
  background: linear-gradient(to right,  #4a0f06 0%,#540f06 25%,#560f06 75%,#4a0f06 100%);

}
.main_wrap {
}
.main {
  background: #fff;
}
/*メインビジュアル
-----------------------------------------------*/
.mv_wrap {
}

/*キャンペーン
-----------------------------------------------*/
.cp_wrap {
  background: url("../img/bg_cp_kounyu.png") center top;
  background-size: cover;
}
.cp_box {
  width: calc(720 / 750 * 100%);
  max-width: 720px;
  margin: 0 auto;
  padding: 5% 0;
  overflow: hidden;
}

/*リード
-----------------------------------------------*/
.lead1 {
  background: #6B2822;
  padding-bottom: 5%;
}
.lead1_slide {
  margin-top: -3%;
}
.lead2 {
  background: #726154;
  padding-bottom: 5%;
}
.lead2_slide {
  margin-top: -20%;
}
.btn_hikaku {
  padding: 5% 0 0;
}

/*USP
------------------------------------------------*/
.uspArea {
  background: #170803;
  position: relative;
}
.usp_wrap {
}
.usp_title {
  padding: 5% 0 8%;
}
.tech_box {
  display: flex;
  justify-content: center;
  padding: 5% 0;
}

.prem_item {
  padding: 0 0 5%;
}

.safety_box {
  padding-bottom: 10%;
}

.grade_wrap {
  background: #726154;
}
.grade_item {
  padding-bottom: 5%;
}

.shijo_btn {
  padding: 5% 0;
}


/*リンク
------------------------------------------------*/
.image-map {
  position: relative;
  width: 100%;
  max-width: 750px; /* 任意 */
  margin: 0 auto;
}
.image-map img {
  width: 100%;
  height: auto;
  display: block;
}
.link-area {
  position: absolute;
  display: block;
  /* 透過で見えなくする */
  background-color: rgba(255, 0, 0, 0); /* テスト時に可視化 */
}

/* 座標は画像の比率で%で指定（例：画像上の位置） */
/*画像のサイズw750ｘh270*/
.area1 {
  top: calc(30 / 270 * 100%);
  left: calc(90 / 750 * 100%);
  width: calc(590 / 750 * 100%);
  height: calc(190 / 270 * 100%);
}


/*----------------------------------------------------------
　Right-container
-----------------------------------------------------------*/
.pc-right {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
}
@media screen and (min-width: 1366px) {
  .pc-right {
  }
}
@media screen and (max-width: 1365px) {
  .pc-right {
    display: none;
  }
}
/*@media screen and (min-width: 751px) {
  .pc-right {
    width: 290px;
  }
}*/
@media screen and (min-width: 1366px) {
  .pc-right {
    /*width: 57.5%;*/
    width: calc(50% - 375px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-right {
    display: none;
  }
}



/*----------------------------------------------------------
　Left-container
-----------------------------------------------------------*/
.pc-left {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  /*width: 30%;*/
  width: calc(50% - 375px);/*左コンテンツサイズ*/
  background: url("../img/left_bg.png") center top no-repeat;
  background-size: 100% auto;
}
.pc-left-mv {
}
@media screen and (max-width: 1366px) {
  .pc-left {
    display: none;
  }
}
/*@media screen and (min-width: 751px) {
  .pc-left {
    width: calc(100vw - 740px);
  }
}*/
@media screen and (min-width: 1366px) {
  .pc-left {
    width: calc(50% - 375px);/*メインコンテンツ幅750pxの半分の値*/
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-left {
    width: 100%;
  }
}

.left_title{
  margin-top: 70px;
}
.left_bn_item {
  margin: 0 2% 5%;
}
/*----------------------------------------------------------
　nav
-----------------------------------------------------------*/

/*ハンバーガーメニュー
--------------------------*/
.gnavButton {
  display: none;
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 200;
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .gnavButton {
    display: block;
    top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .gnavButton {
    display: block;
    opacity: 1;
    top: min(6%,60px);
    /*-webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;*/
  }
  .gnavButton.is-show {
    opacity: 1;
  }
}
.gnavButton img {
  cursor: pointer;
}

/*----------------------------------------------------------
　Right-container
-----------------------------------------------------------*/
.pc-right {
  background: url("../img/right_bg.png") center top no-repeat;
  background-size: 100% auto;

}
/*メニューの位置
----------------------------*/
/*幅1366px以上基本設定
--------------------*/
.pc_right_nav_box {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
}
.pc_right_nav {
  width: 90%;
  max-width: 400px;
  padding-top: 30px;
  /*background: rgba(0,0,0,0.7);*/
  margin: 100px auto 0;
}
.pc_right_nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
}
.pc_right_nav ul li {
  /*margin-top: 4%;*/
}

@media screen and (max-width: 1366px) {
  .pc_right_nav {
    display: none;
  }
}

/*幅1366px以上基本設定
--------------------*/
.gnav {
  position: fixed;
  right: 30px;
  top: 40px;
  z-index: 10;
}
@media screen and (min-width: 1366px) {
  .gnav {
    display: none;
  }
}
/*幅1366px以下
--------------------*/
@media screen and (max-width: 1366px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    overflow: hidden;
  }
  .gnav.-show {
    opacity: 1;
    pointer-events: initial;
  }
}

.gnav-inner {
  width: 230px;
}
@media screen and (max-width: 1366px) {
  .gnav-inner {
    background: #560F06;

    
    position: absolute;
    right: 0;
    top: 0;
    width: 640px;
    right: -640px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .-show .gnav-inner {
    right: 0;
  }
}

/*幅750px以下
--------------------*/
@media screen and (max-width: 750px) {
  .gnav-inner {
    width: 335px;
    right: -335px;
  }
}
.gnav-inner .gnav-list {
  /*-webkit-clip-path: polygon(3.5% 0%, 96.5% 0%, 100% 1.8%, 100% 98.2%, 96.5% 100%, 3.5% 100%, 0% 98.2%, 0% 1.8%);
          clip-path: polygon(3.5% 0%, 96.5% 0%, 100% 1.8%, 100% 98.2%, 96.5% 100%, 3.5% 100%, 0% 98.2%, 0% 1.8%);
  background: #00365b;*/
  padding: 4px;
  position: relative;
  margin-inline: auto;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner .gnav-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px;
  }
}
/*幅750px以下
--------------------*/
@media screen and (max-width: 750px) {
  .gnav-inner .gnav-list {
    width: 260px;
    padding: 4px;
  }
}

/*幅1100px以下
--------------------*/
@media screen and (max-width: 1100px) {
  .gnav-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
    opacity: 0.1;
  }
}
.gnav-inner ul {
  padding: 0 0 10%;
  /*background-color: #fff;
  border-radius: 10px;*/
  /*-webkit-clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 1.4%, 100% 98.6%, 97.3% 100%, 2.7% 100%, 0% 98.6%, 0% 1.4%);
          clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 1.4%, 100% 98.6%, 97.3% 100%, 2.7% 100%, 0% 98.6%, 0% 1.4%);*/
  margin: 0 auto;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner ul {
    padding: 0 90px 2.3vh;
  }
}

.gnav-inner li {
  text-align: center;
  /*margin-bottom: 3%;*/
}
.gnav-inner li a {
  padding: 0;
  display: block;
  line-height: 1;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner li a {
    /*padding: min(25px, 2.3vh) 0;*/
    padding: 0;
  }
}

/*.gnav-inner li a img {
  display: none;
}*/
.gnav-inner li a span {
  display: inline-block;
  position: relative;
}

.gnav-inner li a.-current path {
  fill: #d91414;
}
.gnav-inner li a.-current span:before, .gnav-inner li a.-current span:after {
  display: block;
}
.gnav-inner li svg {
  height: 16px;
  width: auto;
}

/*幅750pxから1100pxまで
--------------------*/
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .gnav-inner li svg {
    height: 3vh;
    max-height: 33px;
  }
}

/*幅750px以下
--------------------*/
@media screen and (max-width: 750px) {
  .gnav-inner li svg {
    height: 18px;
  }
}


/*閉じるボタン
----------------------------------------------------*/
.gnav-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  cursor: pointer;
}
/*幅1366px以下
--------------------*/
@media screen and (max-width: 1366px) {
  .gnav-close {
    display: block;
  }
}

/*バナーボタン
----------------------------------------------------*/
.bn_box_wrap {
  margin: 0 auto;
}
.bn_box_wrap > div {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
  background: #000;
  margin-top: 3%;
}
.notice_inner {
	width: 94%;
	margin: 0 auto;
	font-size: 1.4rem;
	padding: 3% 0 2em;
}
.other {
	margin: 0;
	text-align: left;
}
.copyright {
	text-align: center;
	padding: 0 0 1em;
}

@media only screen and ( max-width: 599px ) {
	.notice_inner {
		font-size: 1.2rem;
	}
	.other p {
		font-size: 1.0rem;
		line-height: 1.4;
	}
}

/*----------------------------------------------------------
　フッターボタン
-----------------------------------------------------------*/
.footer_btn_box {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.footer_btn {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

/*----------------------------------------------------------
　画像エフェクト
-----------------------------------------------------------*/
/*ふわふわ*/
.floating_img {
  animation: floating 2.5s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
/* 縮小拡大 */
.bound_img {
  animation: simple-scale 1.5s ease-in-out infinite;
}

@keyframes simple-scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(0.8);
  }
}


  
  /*ドロップダウン
-----------------------------------------------------------*/
.drop_wrap {
  /*color: #333333;*/
}
.drop_btn {
  margin: 1em auto 0;
  text-align: left;
  padding: 0.2em 0 0.2em 1em;
  font-size: 1.2rem;
}
.drop_btn {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 96%;
  max-width: 980px;
}
.drop_btn:hover {
  cursor: pointer;
}
.drop_box {
  display: none;
}

.drop_inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1em 0;
  overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-all;
}
@media only screen and ( max-width: 599px) {
  .drop_btn,
  .drop_inner {
    font-size: 1.0rem;
    line-height: 1.3;
  }
  .drop_btn {
    font-size: 1.0rem;
  }
}



/*----------------------------------------------------------
　車種リンクボタン
-----------------------------------------------------------*/
.btn_wrap {
  margin: 10px auto 0;
  width: 100%;
	background: #fff;
	overflow: hidden;
}

.btn_wrap .btn_title {
  padding: 0.5em;
  background: #c3002f;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.btn_wrap .btn_title br {
  display: none;
}
@media screen and (max-width: 749px) {
  .btn_wrap .btn_title {
    font-size: 1.8rem;
    padding: 1em 0.5em
  }
  .btn_wrap .btn_title br {
    display: block;
  }
}

.btn_text {
  padding: 30px 0;
  text-align: center;
  color: #333;
}
.btn_text p {
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .btn_text p {
    font-size: 1.4rem;
  }
}
.btn_box {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.btn_box li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.btn_box::after {
	display: block;
	clear: both;
	content: '';
}

/* =============================================
   ① 左からスライドイン
   ============================================= */
.slidein_left {
  animation: slideInLeft 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* =============================================
   ② 下から上にスライドイン（滑らか・透明から）
   ============================================= */
.slidein_up {
  animation: slideInUp 1s ease-out both;
}
@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* =============================================
   共通：アニメーション前の非表示状態
   ============================================= */
.anim-hidden {
  opacity: 0;
  animation: none;
}
.anim-hidden.slidein_left {
  transform: translateX(-100%);
}
.anim-hidden.slidein_up {
  transform: translateY(100px);
}








/*非表示 ------------------------------*/
.hideArea {
  display: none;
}
