@charset "utf-8";
/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,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;
	color: #333;
	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;
}
.container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.inner {
  width: calc(660 / 750 * 100%);
  max-width: 660px;
  margin: 0 auto;
}
.attn_box {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and ( max-width: 749px ) {
  .attn_box {
    font-size: 1.0rem;
    line-height: 1.3;
  }
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
	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: 1080px;*/
	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: 300px;
}
@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: 40%
	}
  .header_logo img {
    width: 100%;
    max-width: 200px;
  }
  .header_name {
    width: 60%;
    text-align: left;
  }
  .header_name img {
    width: 80%;
    max-width: 250px
    }
}
@media only screen and ( max-width: 450px ) {
  .header_logo img {
    width: 100%;
    max-width: none;
  }
  .header_name img {
    width: 80%;
    max-width: 105px
    }
}

/*----------------------------------------------------------
　メインコンテンツ
-----------------------------------------------------------*/
body {
  background: url("../img/bg_body.png") center top / auto 100%;
  background-attachment: fixed;
}
.contents_wrap {
  background: url("../img/bg_contents.png") center top / 100% auto no-repeat;
  background-attachment: fixed;
}
.main {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .main {
    width: 750px;
    margin-left: auto;
    /*margin-right: 290px;*/
    margin-right: calc(50% - 375px);/*widthの半分の値をマイナス*/
  }
}
@media screen and (min-width: 1599px) {
  .main {
    /*margin-left: 45.82%;*/
    margin-left: calc(50% - 375px);/*左コンテンツサイズ：widthの半分の値をマイナス*/
    margin-right: inherit;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .main {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.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ｘh730*/
.mv_wrap .area1 {
  top: calc(445 / 730 * 100%);
  left: calc(460 / 750 * 100%);
  width: calc(270 / 750 * 100%);
  height: calc(150 / 730 * 100%);
}
/*画像のサイズw660ｘh220*/
.grade_wrap .area1 {
  top: calc(170 / 220 * 100%);
  left: calc(90 / 660 * 100%);
  width: calc(245 / 660 * 100%);
  height: calc(50 / 220 * 100%);
}
.grade_wrap .area2 {
  top: calc(170 / 220 * 100%);
  left: calc(380 / 660 * 100%);
  width: calc(245 / 660 * 100%);
  height: calc(50 / 220 * 100%);
}

/*MV下スライダー
------------------------------------------------*/
.ex_box_wrap {
  background: url("../img/bg_main.png") center bottom / 100% auto;
}
.ex_slide_wrap {
  position: relative;
  background: url("../img/bg_slide_ex.png") center top / 100% auto no-repeat;
}
.ex_slide_cover {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* サムネイル */
.thum_box_wrap {
  margin-left: calc(350 / 750 * 100%);
  margin-right: 10px;
}
.thum_title {
  margin: 0 auto 5%;
}
.thum_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thum_item {
  flex: 0 0 calc(25% - 7.5px); /* 4列 = 25%、gapを考慮 */
  cursor: pointer;
  border: 2px solid white;
  transition: border-color 0.3s;
  overflow: hidden;
  box-sizing: border-box;
}

.thum_item img {
  width: 100%;
  height: auto;
  display: block;
}

.thum_item.active {
  border-color: yellow;
}

/* レスポンシブ対応 - 4x2列は維持したまま全体を縮小 */
@media (max-width: 1200px) {
  .thum_box {
    gap: 8px;
  }
  
  .thum_item {
    flex: 0 0 calc(25% - 6px);
  }
}

@media (max-width: 768px) {
  .thum_box {
    gap: 6px;
  }
  
  .thum_item {
    flex: 0 0 calc(25% - 4.5px);
    border: 2px solid white;
  }
  
  .thum_item.active {
    border: 2px solid yellow;
  }
}

@media (max-width: 480px) {
  .thum_box {
    gap: 4px;
  }
  
  .thum_item {
    flex: 0 0 calc(25% - 3px);
    border: 2px solid white;
  }
}

/*効率
------------------------------------------------*/
.kouritsu_wrap {
  background: url("../img/bg_main.png") center top / 100% auto;
  padding-bottom: 5%;
}
.kouritsu_text {
  width: 90%;
  color: #fff;
  margin: 0.1em auto 1em;
  text-align: left;
}
.kouritsu_more {
  margin: 5% auto 0;
}

/*楽しみ方
------------------------------------------------*/
.enjoy_wrap {
  background: #E1FFFE;
  padding: 5% 0;
}
.enjoy_wrap h3 {
  margin-bottom: 2%;
}
.enjoy1_box_wrap {
  position: relative;
}
/*下敷き750x1440*/
.enjoy1_item1 {
  position: absolute;
  top: 0;
  left: 0;
}
/*375x420*/
.enjoy1_item2 {
  position: absolute;
  top: calc(165 / 1440 * 100%);
  left: 0;
  width: calc(375 / 750 * 100%);
  height: calc(420 / 1440 * 100%);
}
/*375x380*/
.enjoy1_item3 {
  position: absolute;
  top: calc(285 / 1440 * 100%);
  right: 0;
  width: calc(375 / 750 * 100%);
  height: calc(380 / 1440 * 100%);
}
/*375x315*/
.enjoy1_item4 {
  position: absolute;
  top: calc(615 / 1440 * 100%);
  left: 0;
  width: calc(375 / 750 * 100%);
  height: calc(315 / 1440 * 100%);
}
/*400x440*/
.enjoy1_item5 {
  position: absolute;
  top: calc(745 / 1440 * 100%);
  right: 0;
  width: calc(400 / 750 * 100%);
  height: calc(440 / 1440 * 100%);
}
/*375x180*/
.enjoy1_item6 {
  position: absolute;
  top: calc(1025 / 1440 * 100%);
  left: 0;
  width: calc(375 / 750 * 100%);
  height: calc(180 / 1440 * 100%);
}
/*375x380*/
.enjoy1_item7 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #C8EAE9;
}

/*enjoy2
------------------------------------------------*/
.enjoy2_inner {
  width: calc(660 / 750 * 100%);
  max-width: 660px;
  margin: 0 auto;
}
.enjoy2_img1 {
  margin: 5% auto;
}
.enjoy2_box_wrap {
  background: #fff;
  margin: 8% auto 0;
  padding: 8% 0;
}
.enjoy2_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: calc(660 / 750 * 100%);
  max-width: 660px;
  margin: 0 auto;
}
.enjoy2_img {
  width: calc(310 / 660 * 100%);
  max-width: 310px;
  margin: 0 auto;
}
.enjoy2_video_box_wrap {
  width: calc(350 / 660 * 100%);
  max-width: 350px;
  margin: 0 auto;
}
.enjoy2_video_box {
  position: relative;
  width: 100%;
  max-width: 332px; /* 最大幅を指定 */
  aspect-ratio: 332 / 280; /* アスペクト比 */
}
.enjoy2_video_box video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* またはcover */
}
.slide_grade_title {
  margin: 5% auto 1%;
}
.grade4_box {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  align-items: center;
}
.grade4_video_box_wrap {
  width: calc(335 / 590 * 100%);
  max-width: 335px;
  margin: 0 auto;
}
.grade4_img {
  width: calc(240 / 590 * 100%);
  max-width: 240px;
  margin: 0 auto;
}
.grade4_video_box {
  position: relative;
  width: 100%;
  max-width: 335px; /* 最大幅を指定 */
  aspect-ratio: 335 / 196; /* アスペクト比 */
}
.grade4_video_box video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* またはcover */
  border: 1px solid #fff;
}
/*enjoy3
------------------------------------------------*/
.enjoy3_box_wrap {
  background: #E1FFFE;
  padding: 8% 0 5%;
}
.enjoy3_inner {
  width: calc(660 / 750 * 100%);
  max-width: 660px;
  margin: 0 auto;
}
.enjoy3_bottom {
  margin: 5% auto 0;
}
.enjoy3_box {
  position: relative;
}
/*660x345*/
.enjoy3_video_box_wrap {
  position: absolute;
  top: calc(45 / 345 * 100%);
  right: calc(45 / 660 * 100%);
  width: calc(154 / 660 * 100%);
  height: calc(440 / 345 * 100%);
}
.enjoy3_video_box_border {
  border: 4px solid #B6CB70;
  background: #D8DDBA;
  border-radius: 10px;
}
.enjoy3_video_box {
  position: relative;
  width: 100%;
  max-width: 154px; /* 最大幅を指定 */
  aspect-ratio: 154 / 144; /* アスペクト比 */
}
.enjoy3_video_box video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* またはcover */
}
.enjoy3_icon {
  position: absolute;
  top: calc(25 / 345 * 100%);
  right: calc(30 / 660 * 100%);
  width: calc(53 / 660 * 100%);
  height: calc(48 / 345 * 100%);
}
/*グレード
------------------------------------------------*/
.grade_wrap {
  background: url("../img/bg_main.png") center top / 100% auto;
  padding: 5% 0;
}
.grade_wrap h2 {
  background: #fff;
  margin: 0 auto 5%;
}
.grade_inner {
  width: calc(660 / 750 * 100%);
  max-width: 660px;
  margin: 0 auto;
}
/*　EV
-----------------------------------------------------------*/
.ev_wrap {
  background: #E1FFFE;
  padding: 2% 0 8%;
}
.ev_wrap h2 {
  margin: 0 auto 5%;
}
/*　開催中のCP
-----------------------------------------------------------*/
.event_wrap {
  background: #fff;
  padding: 3% 0 0;
}
.event_wrap h2 {
}

/*　特典
-----------------------------------------------------------*/
/*購入支援金プレゼントキャンペーン
------------------------------------------------*/
.tokuten_wrap {
  background: #DADCCB;
  padding-bottom: 5%;
}
.tokuten_title {
  margin-bottom: 5%;
}
.btn_kiyaku {
  width: 50%;
  max-width: 380px;
  margin: 2% auto;
}

.tokuten_entry_wrap {
  width: 94%;
  max-width: 990px;
  margin: 0 auto;
  /*background: url("../img/bg_tokuten_entry.png") center bottom / 100% auto no-repeat;*/
  padding-bottom: 4%;
}
.tokuten_entry_btn_wrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.tokuten_entry_btn {
  margin: -5% auto 0;
}
.tokuten_entry_btn_serif {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/*----------------------------------------------------------
　近畿版：リンク
-----------------------------------------------------------*/
.shopArea {
  background: #fff;
  overflow: hidden;
}

.info_title {
	margin: 5% auto 5%;
}

.shop_box {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 1em;
  font-size: 2.8rem;
}
.area_name {
  background: #175D72;
  font-weight: 700;
  color: #fff;
  padding: 1.5em 1em;
  min-width: 6em;
}

.shop_box:nth-child(odd) .area_name {
  background: #47ADC7;
}
.shop_name {
  text-align: left;
  align-self: center;
  padding: 0 0 0 2em;
  line-height: 1.5;
}
.shop_name a {
  color: #333;
  text-decoration: underline;
}
.shop_name a:hover {
  color: #c3002f;
  text-decoration: underline;
}
@media only screen and ( max-width: 1500px ) {
  
  .shop_box {
    display: block;
    font-size: 2.0rem;
  }
  .area_name {
    text-align: left;
    padding: 0.2em 0.5em;
  }
  .shop_name {
    font-size: 1.6rem;
    padding: 0;
    margin: 0.5em 0 0 0.5em;
    
  }
}

/*----------------------------------------------------------
　ボタン
-----------------------------------------------------------*/
/*日産自動車へのリンク*/
.btn_box {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 5rem;
	text-align: center;
}
.link a {
	color: #000;
	font-size: 24px;
	text-decoration: underline;
}
.link a span {
	color: #00A1E0;
}
@media only screen and ( max-width: 749px ) {
	.btn_box {
		padding: 4% 0 4rem;
	}
	.link a {
		font-size: 16px;
	}
}

/*フッターボタン*/
.footer_btn {
	width: 100%;
	margin: 0 auto;
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 15;
}
.footer_btn_wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.footer_btn_wrap a:hover {
  opacity: 0.9;
  transition: 0.3s;
}















/*----------------------------------------------------------
　右コンテンツ：Right-container
-----------------------------------------------------------*/
.pc-right {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  /*background: url("../img/bg_right.png") left top / 100% auto no-repeat;*/
}
@media screen and (max-width: 1599px) {
  .pc-right {
    display: none;
  }
}
/*@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: 1599px) {
  .pc-right {
    /*width: 57.5%;*/
    width: calc(50% - 375px);/*メインコンテンツ幅750pxの半分の値*/
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-right {
    display: none;
  }
}

/*右にメニューコンテンツ置く場合
---------------------------------------------*/
.pc_right_wrap {
  position: relative;
}
.pc_right_img {
  margin: 8% auto 2%;
}
.pc_right_title {
  margin: 0 auto 2%;
}
.pc_right_list ul li {
  margin-bottom: 2%;
}
/*----------------------------------------------------------
　左コンテンツ：Left-container
-----------------------------------------------------------*/
.pc-left {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  /*width: 30%;*/
  width: calc(50% - 375px);/*メインコンテンツ幅750pxの半分の値*/
}
/*.pc-left::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  opacity: 0.1;
}*/
@media screen and (max-width: 1599px) {
  .pc-left {
    display: none;
  }
}
/*@media screen and (min-width: 751px) {
  .pc-left {
    width: calc(100vw - 740px);
  }
}*/
@media screen and (min-width: 1599px) {
  .pc-left {
    width: calc(50% - 375px);/*メインコンテンツ幅750pxの半分の値*/
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-left {
    width: 100%;

  }
}

/*左にメニューコンテンツ置く場合
-------------------------------*/
.pc_left_wrap {
  position: relative;
}
.pc_left_img {
  margin: 8% auto 2%;
}
.pc_left_title {
  margin: 0 auto 2%;
}
.pc_left_list ul li {
  /*margin-bottom: 2%;*/
}

/*.pc-left-mv {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  width: 95%;
  max-width: 450px;
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pc-left-mv {
    display: none;
  }
}
.bn_item {
  margin: 0 auto 3%;
}
.bn_item img {
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
}*/


/*----------------------------------------------------------
　nav
-----------------------------------------------------------*/

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

/*メニューの位置
----------------------------*/
/*幅1599px以上基本設定
--------------------*/
/*右にメニューコンテンツ置く場合
------------------------------------------------*/
/*.pc_right_nav_box {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
}
.pc_right_nav {
  padding-top: 0;
}
.pc_right_nav ul {
  padding: 0 0 10px;
}

@media screen and (max-width: 1599px) {
  .pc_right_nav {
    display: none;
  }
}
.pc_left_bn_box {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}
.pc_left_bn_title {
  margin-bottom: 2%;
}
.pc_left_bn_item {
  margin-bottom: 2%;
}*/
/*右にメニューコンテンツ置く場合：ここまで
------------------------------------------------*/

/*左にメニューコンテンツ置く場合
--------------------------------------------*/
.pc_left_nav_box {
  width: 100%;
  max-width: 600px;
  margin-top: 70px;
  margin-left: auto;
}
.pc_left_nav {
  padding-top: 0;
}
.pc_left_nav ul {
  padding: 0 0 10px;
}

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

.pc_right_bn_box {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-top: 70px;
  /*padding-right: 5%;*/
}
.pc_right_bn_title {
  margin-bottom: 2%;
}
.pc_rigth_bn_item {
  margin-bottom: 2%;
}
/*左にメニューコンテンツ置く場合：ここまで
--------------------------------------------*/

/*幅1599px以上基本設定
--------------------*/
.gnav {
  position: fixed;
  right: 30px;
  top: 40px;
  z-index: 10;
}
@media screen and (min-width: 1599px) {
  .gnav {
    display: none;
  }
}
/*幅1599px以下
--------------------*/
@media screen and (max-width: 1599px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    background-color: #f00;
    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: 1599px) {
  .gnav-inner {
    background: url("../img/bg_body.png") center top / 100% auto repeat-y;

    
    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: 20px 0;
  /*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: 2.3vh 90px;
  }
}

.gnav-inner li {
  text-align: center;
  /*margin-bottom: 2%;*/
}
.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;
}
/*幅1599px以下
--------------------*/
@media screen and (max-width: 1599px) {
  .gnav-close {
    display: block;
  }
}



/*ハンバーガーメニュー内のバナーボタン
----------------------------------------------------*/
.bn_box_wrap {
  margin: 0 auto;
}
.bn_box_wrap > div {
  width: 100%;
  max-width: 350px;
  margin: 2% auto 2%;
}

.gnav_top_img {
  width: 100%;
  max-width: 585px;
  margin: 0 auto;
}

/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
footer {
  background: #f0f0f0;
}
.footer_wrap {
  margin-top: 3%;
}
.notice_inner {
	width: 94%;
	margin: 0 auto;
	font-size: 1.4rem;
	padding: 3% 0 2em;
  text-align: left;
}
.copyright {
	text-align: center;
	padding: 0 0 1em;
}

@media only screen and ( max-width: 599px ) {
	.notice_inner {
		font-size: 1.2rem;
	}
}


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

@keyframes floating {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(8px);
  }
}
/*縮小拡大*/
.bound_img {
  animation: explosion 3s ease-out infinite;
  opacity: 1;
}

@keyframes explosion {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  15% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  30% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  45% {
    transform: scale(1.15);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.9);
    opacity: 0.95;
  }
  75% {
    transform: scale(1.05);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

/*スライドイン
------------------------------------------*/
/* フェードイン（下から） */
.fadein {
  opacity: 0;
  transform: translateY(30px); /* 初期位置を下に */
  /*transition: opacity 1.0s ease-out, transform 1.0s ease-out;*/
  /*transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);*/
  transition: opacity 0.5s ease-out, transform 1.0s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fadein.show {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
}

/* フェードイン（その場） */
.fadein2 {
    opacity: 0;
    transition: opacity 3.0s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fadein2.show {
    opacity: 1;
}

/* 遅延用のクラス */
.fadein.delay1,
.fadein2.delay1 {
    transition-delay: 0.3s;
}
.fadein.delay2,
.fadein2.delay2 {
    transition-delay: 0.6s;
}
.fadein.delay3,
.fadein2.delay3 {
    transition-delay: 0.9s;
}


/*ポップアップ
-----------------------------------------------------------*/
.pop_contents {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.pop_wrap {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.pop_item {
  margin: 2% auto;
}
.pop_btn_box {
  width: 90%;
  margin: 5% auto;
}
.pop_btn_item {
  margin: 0 auto 2%;
}

/*ドロップダウン
-----------------------------------------------------------*/
.drop_wrap {
  width: 96%;
  margin: 2% auto;
}
.pop_bvc_box {
  margin-bottom: 5%;
}

.drop_btn {
  width: 96%;
  margin: 0 auto;
}
.pop_window .drop_btn {
  width: 100%;
  margin: 0 auto;
}
.drop_btn_text {
  padding: 0.2em 0;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}
.drop_btn:hover {
  cursor: pointer;
}
.drop_box {
  display: none;
}
.drop_inner {
  width: 96%;
  margin: 1em auto 0;
  overflow: hidden;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
}















.drop_btn2:hover {
  cursor: pointer;
}

.pop_omatome_wrap .drop_btn {
  border-bottom: 1px solid #fff;
}



.pop_dop_wrap .drop_btn {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
}
.pop_dop_wrap .drop_inner {
  color: #fff;
}
.omatome_drop .drop_btn {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: none;
  border-top: none;
  text-align: left;
  padding: 0 0 10px;
  font-size: 1.4rem;
  background: #F7931E;
}
.omatome_drop .drop_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
  padding-bottom: 1em;
  word-break: break-all;
}


/*動画
---------------------------------------------------*/

.movieArea {
  background: #000;
}
.lead_movie_wrap {
  width: 100%;
  margin: 0 auto;
}
.lead_movie_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*padding-top: 56.25%;*/
  padding-top: 66.66%;
}
.lead_movie_box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



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

