@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;
	background: #fff;
	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;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@media print, screen and (min-width:750px){
	.display_sp {display: none}
}
@media screen and (max-width:749px){
	.display_pc {display: none}
}
@media print, screen and (min-width:1080px){
	.display_sp2 {display: none}
}
@media screen and (max-width:1079px){
	.display_pc2 {display: none}
}


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

.container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.inner_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and ( max-width: 599px ) {
	.container {
	}
}
/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
/*header {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
*/
header {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
}

.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.header_logo {
	width: 15%;
	text-align: left;
  align-items: center;
}
.header_logo img {
  width: 100%;
	max-width: 100px;
}
.header_name {
  width: 85%;
	text-align: right;
  align-items: center;
}
@media only screen and ( max-width: 749px ) {
	header {

	}
	.header_logo {
		width: 50%;
	}
	.header_logo img {
    width: 100%;
    max-width: 230px;
    vertical-align: middle;
	}
	.header_name {
    width: 50%;
    padding: 2% 0;
	}
	.header_name img {
    max-width: 100px;
    
  }
}
/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
main {
  background: url("../img/bg_body.png") center top;

}
.mv_lead_wrap {
  background: #E7141A;
  border-bottom: 6px solid #fff;
  box-shadow: 0 20px 20px -20px rgba(0,0,0,0.7);
  position: relative;
  z-index: 1;
}
/*.mv_lead_wrap::after {
  content: " ";
  display: block;
  height: 6px;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
}*/
.mv_box_wrap {
  background: #E50012;
  /*border-bottom: 6px solid #fff;*/
  box-shadow: 0 20px 20px -20px rgba(0,0,0,0.7);
  position: relative;
}
@media only screen and ( max-width: 1499px ) {
}

h1 {
  padding: 0;
}
.target_element {
  padding: 0;
}

.dop_wrap {
  overflow: hidden;
}
  
.dop_box {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  background: #FFFF00;
  overflow: hidden;
}
.dop_title {
  padding-top: 5%;
}
.dop_item {
  width: calc(860 / 990 * 100%);
  max-width: 860px;
  margin: 3% auto;
}
.dop_text {
  text-align: left;
  font-size: 1.2rem;
}

.car_wrap {
}
.car_box {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  background: #FF3C69;
  overflow: hidden;
}


.tab_title {
  padding: 5% 0 0;
}

/*ふわふわ*/
.floating_img {
  animation: floating 1.8s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  5% {
    transform: translateY(-15px); /* さらに早い動きにするため、25%の位置で20px上に移動 */
  }
  10% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(-15px); /* さらに早い動きにするため、75%の位置で20px下に移動 */
  }
  20% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*注意事項ドロップダウン
---------------------------------------*/
.drop_wrap {
  padding-bottom: 8%; 
}
.drop_btn {
  width: 90%;
  max-width: 1080px;
  margin: 3% auto 1em;
  border-bottom: 1px solid #ccc;
  /*border-top: 1px solid #333;*/
  text-align: left;
  font-size: 1.2rem;
}
.drop_btn:hover {
  cursor: pointer;
}
.drop_box {
  display: none;
}
.drop_inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 1em;
  overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;

}
@media only screen and ( max-width: 749px) {
.drop_inner {
	font-size: 1.0rem;
	line-height: 1.2;
}
}

/*----------------------------------------------------------
　ページの先頭に戻る
-----------------------------------------------------------*/
#pageTop {
	position: fixed;
	/*bottom: 60px;*/
	bottom: 10px;
	right: 1rem;
	display: block;
	z-index: 1001;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	line-height: 1.2;
	border-radius: 50%;
	background: #000;
	text-align: center;
	color: #ffffff;
	transition: .3s;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.4);
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media only screen and ( max-width: 599px ) {
	#pageTop {
	/*bottom: 70px;*/
		bottom: 10px;
		right: 1em;
	}
}

/*----------------------------------------------------------
　フッター 
-----------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0 auto;
	background: #f2f2f2;
  padding-bottom: 50px;
}
@media only screen and ( max-width: 749px) {
  footer {
    /*padding-bottom: 100px;*/
  }
}

/*フッターバナー
-------------------------------------*/
.footer_bn_wrap {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 6;
}

.footer_btn_wrap {
  background: #ff0000;
}
.footer_btn {
  margin: 0 auto;
}
.footer_btn a {
}
/*.footer_btn a div:hover {
  opacity: 0.8;
  transition: 0.4s;
}
*/
@media only screen and ( max-width: 749px ) {
}
/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.notice_inner {
	width: 90%;
	margin: 0 auto;
	font-size: 1.4rem;
	padding: 3% 0 2em;
	text-align: left;
}
.copyright {
	text-align: center;
	padding: 0 0 5%;
}
.copyright a {
  color: #333;
}

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

/*----------------------------------------------------------
　左メニュー
-----------------------------------------------------------*/

.rightMenu {
	position: fixed;
	top: max(100px, 10%);
	right: 0;
	z-index: 1001;
}

.right_menu_box {
}
.right_menu_item {
  text-align: right;
  /*margin-bottom: 12px;*/
}

@media only screen and ( max-width: 899px) {
  .right_menu_item img {
    width: 50%;
    height: auto;
  }
}
.rightMenu a {
	transition: .3s;
}
.rightMenu a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/*非表示 ------------------------------*/
