@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*　右余白対策　*/

#wrapper {
	overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
}

body {
	margin: 0;
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*リンクデフォルト*/
a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	color: #FFFFFF;
	text-decoration: none;
}

a:focus,
*:focus {
	outline: none;
}

/*画像設定*/
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

a img {
	transition: opacity .2s ease-out;
	-webkit-transform: translateZ(0);
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

a.change img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

img.imgChange {
	visibility: hidden;
}

/*テキスト設定*/
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

/*list-inline*/
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/*余白設定*/
.mb0 {
	margin-bottom: 0px;
}

.mt0 {
	margin-top: 0px;
}

.pb0 {
	padding-bottom: 0px;
}

.pt0 {
	padding-top: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt5 {
	margin-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pt5 {
	padding-top: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt10 {
	padding-top: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt15 {
	margin-top: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pt15 {
	padding-top: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt20 {
	padding-top: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mt25 {
	margin-top: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.pt25 {
	padding-top: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt30 {
	padding-top: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mt35 {
	margin-top: 35px;
}

.pb35 {
	padding-bottom: 35px;
}

.pt35 {
	padding-top: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt40 {
	margin-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pt40 {
	padding-top: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mt45 {
	margin-top: 45px;
}

.pb45 {
	padding-bottom: 45px;
}

.pt45 {
	padding-top: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

/*
.mt50 {
	margin-top: 50px;
}
*/

.pb50 {
	padding-bottom: 50px;
}

.pt50 {
	padding-top: 50px;
}

/*フォントサイズ*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

.fs10 {
	font-size: 10px;
	font-size: 1rem;
}

.fs12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.fs14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.fs16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.fs18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.fs20 {
	font-size: 20px;
	font-size: 2rem;
}

.fs24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.fs26 {
	font-size: 26px;
	font-size: 2.6rem;
}

.fs28 {
	font-size: 28px;
	font-size: 2.8rem;
}

.fs30 {
	font-size: 30px;
	font-size: 3rem;
}

.fs34 {
	font-size: 34px;
	font-size: 3.4rem;
}

.fs36 {
	font-size: 36px;
	font-size: 3.6rem;
}

.fs38 {
	font-size: 38px;
	font-size: 3.8rem;
}

.fs40 {
	font-size: 40px;
	font-size: 4rem;
}

/*フロート設定*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.fl-right {
	float: right !important;
}

.fl-left {
	float: left !important;
}

.inner {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.inner {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.inner {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.inner {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.inner {
		padding: 0 15px;
	}
}

/*改行設定*/
@media screen and (min-width: 768px) {
	.pc-onry {
		display: block;
	}

	.sp-onry {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc-onry {
		display: none;
	}

	.sp-onry {
		display: block;
	}
}