@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.9;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.Barlow{
	font-family: 'Barlow', sans-serif;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */


/* ▼▼▼ ヘッダー
====================================================== */


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	clear: both;
	overflow: hidden;
}

/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/* ▼ パンくず
--------------------------------------- */

/* ▼▼▼ フッター
===================================== */
footer{
	clear: both;
	padding: 50px 3% 60px;
	text-align: center;
}
footer p.btn a{
	display: inline-block;
	min-width: 310px;
	padding: 15px 50px 15px 30px;
	margin-bottom: 40px;
	color: #035B7F;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: url("../../../air_lp/common/images/arrow-right.svg") no-repeat right 10px center;
	border: 1px solid #035B7F;
	font-weight: normal;
}
footer ul{
	margin-bottom: 40px;
	text-align: center;
}
footer ul li{
	display: inline-block;
	margin: 0 1em;
	font-size: 14px;
	vertical-align: top;
}
footer ul li a[target="_blank"]:after{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: .5em;
	background: url("../../../air_lp/common/images/icon-blank.svg") no-repeat;
	vertical-align: middle;
}
footer > p {
	text-align: center;
	}
	footer > p.f_logo{
		margin: 0 auto 10px;
		}
		footer > p.f_logo img[src*="f_logo"] {
			width: 90px;
			margin-bottom: 15px;
		}
		footer > p.f_logo img[src*="footer_group_copy"] {
			width: 280px;
		}
		footer > p.f_logo span a{
			display: block;
			color: #035B7F;
			text-align: center;
			font-weight: bold;
		}
footer p.copy{
	font-size: 10px;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}


/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */


	/* ▼▼▼ ヘッダー
	====================================================== */



	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}

	/* 2column の場合！！各自修正して使用してください */
	.flex_box{
		display: block;
	}


	/* ▼▼▼ フッター
	====================================================== */
	footer p.btn a{
		font-size: 16px;
	}
	footer > p.f_logo img[src*="footer_group_copy"] {
		width: 230px;
	}
	footer > p.f_logo span a{
		font-size: 90%;
	}
	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		background: #000;
		padding: 10px;
		color: #fff;
	}


}

/* ▼▼▼ ヘッダー
====================================================== */
/* ▼ タイトル
--------------------------------------- */
h1 {margin-top: 90px;}
#site_title{
	overflow: hidden;
}
header{
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header::before{
	content: "";
	width: 100%;
	height: 90px;
	background: #F7F7F7;
	position: absolute;
	top: 0;
	left: 0;
}
header .container{
	max-width: 1170px;
	padding: 20px;
}

.menu{display: none;}

    .header_inner {float: left;}
	/* headerご購入ボタン */
	.header_buy{
        float: right;
		width: 100%;
		max-width: 188.9px;
	}
	.header_buy > p{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 188.9px;
		height: 50px;
		background: #00587C;
		border-radius: 50px;
		font-size: 20px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		position: relative;
		z-index: 9;
		overflow: hidden;
	}
	.header_buy > p::after{
		content: "";
	  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
	  background-color: #fff;
	  width: 140%;
	  height: 100%;
	  transform: skewX(-45deg);
	  top: 0;
	  left: -160%;
	  opacity: 0.5;
	  position: absolute;
	}
	@keyframes shine{
	  0% {
	    left: -160%;
	    opacity: 0;
	  }
	  70% {
	    left: -160%;
	    opacity: 0.5;
	  }
	  71% {
	    left: -160%;
	    opacity: 1;
	  }
	  100% {
	    left: -20%;
	    opacity: 0;
	  }
	}
	.header_buy > p:hover{
		cursor: pointer;
	}
	.header_buy > p::before{
		content: "";
		width: 21.29px;
		height: 22px;
		background: url(../img/icon_cart.svg)no-repeat center/cover;
		margin: 0 10px 0 -5px;
	}
	.header_buy > ul{
		display: none;
		position: relative;
		top: -25px;
	}
	.header_buy > ul> li{
		margin-bottom: 3px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 1px 1px 10px rgba(0, 0, 0,.16);
	}
	.header_buy > ul> li a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		text-align: center;
		position: relative;
	}
	.header_buy > ul> li a::after{
		content: "";
		width: 16px;
		height: 5px;
		background: url(../img/bnr_arrow.svg)no-repeat center/cover;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
	}
	.header_buy > ul> li.shop_online a{
		height: auto;
		padding: 40px 0 10px;
	}
	.header_buy > ul> li.shop_online a::after{
		display: none;
	}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {
    /* ▼タイトル
	--------------------------------------- */
    h1 {margin-top: 70px;}
	#site_title{
		max-width: 60px;
	}

    header{
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}
	header::before{
		height:70px;
	}
	header .container{
		display: block;
	}

	.header_inner{
		width: 100%;
	}

	/* headerご購入ボタン */
	.header_buy{
		max-width: 230px;
		margin: 0 0 0 auto;
	}
	.header_buy > p{
		width: 54px;
		height: 54px;
		padding: 25px 0 0;
		font-size: 10px;
		position: absolute;
		top: 6px;
		right: 20px;
	}
	.header_buy > p::before{
		content: "";
		width: 19.51px;
		height: 20.16px;
		background: url(../img/icon_cart.svg)no-repeat center/cover;
		margin: 0;
		margin-left: 2px;
		position: absolute;
		top: 10px;
	}
	.header_buy > ul{
		top: 10px;
		right: 0;
		z-index: 9999;
	}
	.header_buy > ul li a{
		height: 60px;
	}
	.header_buy > ul> li.shop_online a{
		padding: 15px;
	}
	.header_buy > ul> li.shop_online a img{
		width: 100%;
	}

}
