@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Zen+Kaku+Gothic+New:wght@500&display=swap');

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, font, 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, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #111;
	text-decoration: none;
	transition: 0.3s;
	cursor: none;
}
a:visited {
	color: #111;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
.grecaptcha-badge {
	display: none;
}
@media all and (max-width: 374px) {
	html {
		font-size: 2.666vw;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {
	font-family: "Chewy", "Noto Sans JP", serif, sans-serif;	
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1d1d1f;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	cursor: none;
}
::-webkit-scrollbar{
	width: 5px;
 }
 ::-webkit-scrollbar-track{
	background-color: #fff;
 }
 ::-webkit-scrollbar-thumb{
	background-color: #ccff00;
	border-radius: 6px;
 }
#cursor{
	position: fixed;
  
	/*丸の大きさと色の指定*/
	background: #ccff00;
	border-radius:5px;
	width: 5px;
	height: 5px;
	margin: -2.5px 0 0 -2.5px;/*真ん中にくるようにマイナスマージンで調整*/
  
	z-index: 1999999999;/*一番手前に来るように*/
	pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
	opacity: 0;
	transition: transform 0.1s;/*アニメーションの秒数指定*/
  }
  
  /*ちょっと遅れてついてくるストーカー要素*/
  #stalker{
	position: fixed;
  
	/*丸の大きさと色の指定*/
	background: #000;
	width: 10px;
	height: 10px;
	border-radius:10px;
	margin: -5px 0 0 -5px;/*真ん中にくるようにマイナスマージンで調整*/
	z-index: 999999999;/*カーソルの後ろに来るように*/
	pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
	opacity: 0;
	transition: transform 0.3s;/*アニメーションの秒数指定*/
  }
  
  #cursor.active{
	transform: scale(3);
  }
  #stalker.active {
	transform: scale(0);
  }

#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	padding: 6rem 3rem;
	position: relative;
	max-width: 1600px;
    margin: 0 auto;
}
@media all and (max-width: 896px) {
	#main {
		padding: 6rem 2rem;
	}
	#main section.sec02, #main section.sec04 {
		padding: 6rem 2rem;
		margin: 0 -2rem 6rem;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
body.on #gHeader {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}
#gHeader {
	position: relative;
}
#gHeader h1 {
	font-weight: normal;
}
#gHeader h1 img {
	width: 30rem;
}
body.on #gHeader h1 {
    opacity: 0;
    z-index: -1;
    position: relative;
    height: 0;
    padding: 0;
}
#gHeader .hBox {
	padding: 0 3rem;
}
#gHeader .hBox .logo {
	margin-top: 2.5rem;
	display: flex;
	align-items: center;;
}
#gHeader .hBox .logo img {
	width: 21.55rem;
	display: block;
	margin-right: 2rem;
}
#gHeader .hBox .logo .tagline {
	font-size: 1.2rem;
}
#gHeader .hBox .logo .tagline .big {
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		padding: 1.1rem 0 0.8rem;
	}
	#gHeader h1 img {
		width: 24rem;
	}
	#gNavi {
		display: none;
	}
	#gHeader .hBox {
		padding: 1.7rem 2rem 1.4rem;
	}
	#gHeader .hBox .logo {
		margin-top: 0;
		flex-wrap: wrap;
	}
	#gHeader .hBox .logo p.tagline {
		display: none;
	}
	#gHeader .hBox .logo img {
		width: 15rem;
	}
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#main section {
	margin-bottom: 6rem;
}

#main section.sec02 ,
#main section.sec04 {
	padding: 6rem 3rem;
    margin: 0 -3rem 6rem;
    background-color: #f0f0f0;
}

#main .top-nav-list {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

#main .top-nav-list li a {
	border: 2px solid #000;
	border-radius: 6px;
	padding: .5em 1em;
	background-color: #fff;
	transition: .3s;
	display: block;
}

#main .top-nav li a:hover {
	border: 2px solid #000;
	padding: .5em 1em;
	background-color: #000;
	color: #fff;
}


#main h2 {
    font-size: 3rem;
    margin-bottom: 1.2rem;
    letter-spacing: .5px;
}

#main h3 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
}

#main dl.profile dt {
	float: left;
	width: 8em;
}

#main dl.profile dd {
	padding-left: 8.5em;
	padding-bottom: .4em;
	margin-bottom: .4em;
	border-bottom: 1px solid #ccc;
}

#main .photoList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
#main .photoList li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
	min-width: 30rem;
}
#main .photoList li .point {
	background-color: #000;
	padding: 6px;
	margin-bottom: 6px;
}
#main .photoList li .text {
	position: relative;
	padding-right: 15px;
}
#main .photoList li .point p {
	background-color: #fff;
	padding: 2px 6px;
	border-radius: 6px;
	padding-left: 25px;
	position: relative;
	font-size: 1.2rem;
}
#main .photoList li .point p:before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../image/icon_check.png);
	background-size: cover;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
#main .photoList li .photoBox {
	position: relative;
	border: 2px solid #000;
}
#main .photoList li .photoBox .imghover {
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0,0,0,.7);
	top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
	opacity: 0;
	transition: .5s;
}
#main .photoList li .photoBox .imghover:hover {
	opacity: 1;
}
#main .photoList li .photoBox .imghover a {
    display: flex;
    width: 100%;
	padding: 10px;
    justify-content: center;
    align-items: center;
	color: #fff;
	position: relative;
}
#main .photoList li .photoBox .imghover a span {
	position: relative;
	padding-right: 25px;
}
#main .photoList li .photoBox .imghover a span:after {
	content: "";
	width: 15px;
	height: 15px;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
}
#main .photoList li .photoBox .imghover a:hover span:after {
	width: 18px;
	height: 18px;
	right: -1.5px;
}
#main .photoList li .photoBox .imghover a.link-detail span:after {
	background-image: url(../image/icon_link01.png);
}
#main .photoList li .photoBox .imghover a.link-site span:after {
	background-image: url(../image/icon_link02.png);
}
#main .photoList li .photoBox .imghover a.link-detail:before {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 25%;
	bottom: 0;
}
#main .photoList li p.url a {
	color: #999;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#main .photoList li dl {
	font-size: 1.2rem;
	margin-top: .5em;
	padding: .5em 1em;
	background-color: #f0f0f0;
}
#main .photoList li dl dt {
	float: left;
	width: 7em;
	color: #999;
}
#main .photoList li dl dd {
	padding-left: 7.5em;
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px solid #fff;
}
#main .pankuzu ,
#main .pankuzu a {
	font-size: 1.2rem;
	color: #999;
}
#main .single-content .entry-body {
	margin: 0 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main .single-content .entry-body .pho {
	width: 60%;
	border: 2px solid #000;
	transition: .5s;
}
#main .single-content .entry-body .pho:hover {
	transform: translateY(5px);
}
#main .single-content .entry-body .conts {
	width: 35%;
}
#main .single-content .entry-body .conts h1.page-title {
	font-size: 3rem;
}
#main .single-content .entry-body .conts p.url a {
	color: #999;
}
#main .single-content .entry-body .conts ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
#main .single-content .entry-body .conts ul li {
	margin-right: 6px;
}
#main .single-content .entry-body .conts ul li a {
	border: 2px solid #000;
	padding: 2px 8px;
	border-radius: 4px;
	transition: .5s;
}
#main .single-content .entry-body .conts ul li a:hover {
	background-color: #000;
	color: #fff;
}
#main .single-content .entry-body .conts p.desc {
	margin-bottom: 20px;
}
#main .single-content .entry-body .conts dl {
	margin-top: .5em;
	padding: .5em 1em;
	background-color: #f0f0f0;
	margin-bottom: 20px;
}
#main .single-content .entry-body .conts dl dt {
	float: left;
	width: 7em;
	color: #999;
}
#main .single-content .entry-body .conts dl dd {
	padding-left: 7.5em;
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px solid #fff;
}
#main .more {
	text-align: center;
}
#main .more a {
	display: inline-block;
    background-color: #000;
    color: #fff;
    padding: .5em 1.5em;
    border-radius: 6px;
    border: 2px solid #000;
    transition: .5s;
    font-size: 16px;
}
#main .more a:hover {
	background-color: #fff;
	color: #000;
}
#main .entry-header h1.page-title {
	font-size: 2.4rem;
	margin: 0 0 40px 0;
}
#main .entry-header h1.page-title span {
	font-size: .8em;
}
#main .pagenavi {
	display: none;
}

#main .page-more {
	text-align: center;
}

#main .view-more-button {
	background-color: #000;
    color: #fff;
    appearance: none;
	border-radius: 6px;
    padding: .5em 1em;
    box-shadow: none;
    border: 0;
	font-family: "Chewy", "Noto Sans JP", serif, sans-serif;
	font-size: 1.6rem;
}

#main .infinite-scroll-request {
	margin-top: 10px;
}

.favorite_button {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    transition: 0.3s ease-in-out;
}
.favorite_button_in {
	display: block;
    padding: 0;
    border: 0;
    box-shadow: none;
    /*cursor: pointer;*/
	background-color: inherit;
	background-image: url(../image/favorite_off.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.favorite_button_in:hover {
}
.favorite_button_in i {
    color: #6bb6ff;
    font-size: 1.3rem;
    vertical-align: -1px;
    margin-right: 8px;
    opacity: 0.3;
}
.favorite_button_in.active {
	animation: fbpush .5s ease-out 0s 1 normal;
	background-image: url(../image/favorite_on.png);
}
@keyframes fbpush {
	0% {
		transform: scale(1);
		background-image: url(../image/favorite_on.png);
	}
	60% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@media all and (max-width: 896px) {

	#main .photoList li {
		width: 100%;
	}

	#main .single-content .entry-body {
		flex-wrap: wrap;
	}

	#main .single-content .entry-body .pho ,
	#main .single-content .entry-body .conts {
		width: 100%;
	}

	#main .single-content .entry-body .pho {
		margin-bottom: 2rem;
	}

	#main .single-content .entry-body .conts h1.page-title {
		font-size: 2.6rem;
	}

	#main .single-content .entry-body .more {
		text-align: center;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pagTop {
	width: 4rem;
	position: fixed;
	right: 2rem;
	bottom: -7rem;
	z-index: 10;
	transition: .6s;
	transition-timing-function: ease-in-out;
}
.pagTop.on {
	bottom: 2rem;
}
.pagTop a {
	display: block;
}
.pagTop a:hover img {
	opacity: 0.7;
}
#gFooter {
	position: relative;
	padding: 4rem 3rem;
	color: #FFF;
	background-color: #000;
}
#gFooter .fBox {
	margin: 0 auto;
	font-weight: 400;
	justify-content: space-between;
}
#gFooter .textBox {
}
#gFooter .fLogo {
	margin-bottom: 2rem;
}
#gFooter address {
	font-size: 1.3rem;
}
#gFooter .navBox {
}
#gFooter .fNavi {
	display: flex;
	justify-content: flex-end;
}
#gFooter .fNavi li {
	margin-left: 1.5rem;
}
#gFooter .fNavi a {
	color: #FFF;
	font-size: 1.3rem;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.pagTop {
		bottom: -6rem;		
		width: 3rem;
	}
	.pagTop.on {
		width: 4rem;
		bottom: 2rem;		
	}
	
	#gFooter {
		padding: 3rem 2rem 8rem;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .textBox {
		padding: 0;
		width: auto;
		text-align: center;
	}
	#gFooter .fLogo {
		margin: 0 auto 2.4rem;
		width: 15rem;
	}
	#gFooter address {
		font-size: 1.3rem;
	}
	#gFooter .navBox {
		margin-top: 3rem;
        justify-content: center;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
    position: fixed;
    top: 3rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    background-color: #000;
    border-radius: 100%;
    z-index: 100;
    /*cursor: pointer;*/
    transition: .3s;
	z-index: 99999;
}
.menu.on {
    background-color: #fff;
}
.menu span {
    width: 2rem;
    height: 0.2rem;
    position: absolute;
    top: 1.2rem;
    left: 1rem;
    background: #fff;
    transition: all .35s ease;
}
.menu.on span {
    background: #000;
}
.menu span:nth-of-type(2) {
    top: 1.9rem;
}
.menu span:nth-of-type(3) {
    top: 2.6rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(0.67rem) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-0.67rem) rotate(45deg);
}
.menuBox {
	position: fixed;
	right: -420px;
	top: 0;
	max-width: 100%;
	background-color: #000;
	z-index: 99;
	box-sizing: border-box;
	padding: 5rem;
	min-height: 100vh;
	max-height: 100vh;
    overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transition: .5s;
}
.menuBox.on {
	right: 0;
}
/*スクロールバー非表示（Chrome・Safari）*/
.menuBox::-webkit-scrollbar{
  display:none;
}
.menuBox .hNaviarea {
	display: flex;
	flex-wrap: wrap;
}
.menuBox .hNavi:first-of-type {
	margin-right: 2rem;
}
.menuBox .hNavi li {
	position: relative;
	font-weight: 400;
	letter-spacing: -0.072em;
}
.menuBox .hNavi li .ico {
	width: 4rem;
	height: 5.6rem;
	position: absolute;
	right: 0;
	top: 0;
	/*cursor: pointer;*/
	background: url(../image/plus.png) no-repeat center center / 0.6rem auto;
}
.menuBox .hNavi .listLi .ico.on {
	background-image: url(../image/plus2.png);
}
.menuBox .hNavi a {
	padding: 1.4rem 2rem;
	display: block;
	color: #fff;
	border-top: 0.1rem solid #333;
	min-width: 30rem;
}
.menuBox .hNavi a .num {
	display: inline-block;
	margin-left: 1em;
	color: #ccff00;
}
.menuBox .subNavi {
	display: none;
}
.menuBox .subNavi a {
	border: 0;
	padding: .8rem 2rem .8rem 3rem;
}
.menuBox .subNavi li:first-of-type a {
	padding-top: 0;
}
.menuBox .subNavi li:last-of-type a {
	padding-bottom: 1.4rem;
}
.favoritebtn {
	position: fixed;
    top: 3rem;
    right: 8rem;
    width: 4rem;
    height: 4rem;
    background-color: #000;
    border-radius: 100%;
    z-index: 100;
    /*cursor: pointer;*/
    transition: .3s;
    padding: 1rem;
	animation: fbbtn 3s ease-out 0s infinite normal;
}
@keyframes fbbtn {
	0% {
		box-shadow: 0 0 3px #fff;
	}
	60% {
		box-shadow: 0 0 10px #ccff00;
	}
	80% {
		box-shadow: 0 0 1px #fff;
	}
	90% {
		box-shadow: 0 0 1px #fff;
	}
	100% {
		box-shadow: 0 0 3px #fff;
	}
}
.favoritebtn img {
    transition: .3s;
}
.favoritebtn:hover img {
	transform: rotateY(180deg);
}
@media all and (min-width: 897px) {
	.menu:hover {
		transform: rotate(180deg);
	}
	.menuBox .hNavi a:hover {
	}
}
@media all and (max-width: 896px) {
	.menu {
		top: 1.8rem;
        right: 1rem;
        width: 4rem;
        height: 4rem;
		z-index: 999999;
	}
	.menu span {
		width: 2rem;
        height: 0.2rem;
        top: 1.2rem;
        left: 1rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.8rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.8rem) rotate(45deg);
	}
	.menuBox {
		max-width: 100%;
		padding: 3rem 3rem 6rem;
		max-height: calc(100vh - 60px);
		z-index: 9999;
	}
	.menuBox .hNaviarea {
		display: block;
	}
	.menuBox .hNavi a {
		width: 100%;
	}
	.menuBox .hNavi:first-of-type {
		margin-right: 0;
	}
	.favoritebtn {
		top: 1.8rem;
		right: 6rem;
		z-index: 999999;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 98;
	transform: translateY(-50%);
  }
.fixedBox li {
	position: relative;
	left: 6.6rem;
	transition: .6s;
	opacity: 0;
}
.fixedBox.active li {
	left: 0;
	opacity: 1;
}
.fixedBox.active li:nth-of-type(2) {
	transition-delay: .4s;
}
.fixedBox.active li:nth-of-type(3) {
	transition-delay: .8s;
}
.fixedBox li:not(:last-child) {
	margin-bottom: 0.7rem;
}
.fixedBox li a {
	margin: 0 auto;
	padding: 2rem 2.1rem 1.4rem 1rem;
	width: 6.6rem;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
	background-color: #fff;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
 	writing-mode: vertical-rl;
}
.fixedBox li a:after {
	margin: .3rem .6rem 0 0;
}
.fixedBox .li02 a,
.fixedBox .li03 a {
	letter-spacing: 0.1em;
}
.fixedBox .li03 a {
	color: #fff;
	background-color: #00366E;
}
.fixedBox .li01 a img {
	
	width: 2.5rem;
}
.fixedBox .li02 a img {
	margin-right: 0.2rem;
	width: 2rem;
}
.fixedBox .li03 a img {
	margin-right: 0.2rem;
	width: 2.1rem;
}
.fixedBox li a img {
	margin-bottom: 1rem;
}
@media all and (min-width: 897px) {
	.fixedBox li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fixedBox {
		display: flex;
		flex-wrap: wrap;
		top: auto;
		left: 0;
		bottom: -5.5rem;
		z-index: 98;
		transform: translateY(0);
		transition: .6s;
	}
	.fixedBox.on {
		bottom: 0;
	}
	.fixedBox li {
		text-align: center;
		left: 0;
	}
	.fixedBox.on li {
		opacity: 1;
	}
	.fixedBox .li01 {
		width: 28.5%;
	}
	.fixedBox .li02 {
		width: 35.8%;
	}
	.fixedBox .li03 {
		width: 35.7%;
	}
	.fixedBox li:not(:last-child) {
		margin-bottom: 0;
	}
	.fixedBox li a {
		padding: 1.5rem 0rem;
		display: block;
		width:100%;
		font-size: 1.4rem;
		letter-spacing: 0;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	.fixedBox li:not(:last-of-type) a {
		border-right: 0.1rem solid #00366E;
	}
	.fixedBox .li02 a, .fixedBox .li03 a {
		letter-spacing: -0.02em;
	}
	.fixedBox .li03 a {
		color: #00366E;
		background-color: #FFF;
	}
	.fixedBox .li01 a img {
		margin: 0.2rem 0.2rem 0 0;
		width: 2rem;
	}
	.fixedBox .li02 a img {
		margin: 0.2rem 0.2rem 0 0;
		width: 1.5rem;
	}
	.fixedBox .li03 a img {
		margin: 0.2rem 0.2rem 0 0;
		width: 1.7rem;
	}
	.fixedBox li a:after {
		margin: 0rem 0 0 .3rem;
		background-image: url("../image/outlink.png");
	}
	.fixedBox li a img {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.7rem;
}
.headLine01 img {
	margin-bottom: 1rem;
	width: 4rem;
}
.headLine01 span {
	display: block;
}
.headLine01 .jp {
	margin-bottom: 0.5rem;
	font-size: 2rem;
	letter-spacing: 0.36em;
}
.headLine01 .en {
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	.headLine01 .jp {
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.3rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.9rem;
	font-size: 2rem;
	letter-spacing: 0.2em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1.7rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 15.5rem;
}
.comBtn a {
	padding: 0.8rem 0.5rem;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 2rem;
	background-color: #00366E;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 0.7rem 0.5rem ;
		font-size: 1.5rem;
	}
}

.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(20px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}
.delay04 {
	transition-delay: 1.2s;
}
.delay05 {
	transition-delay: 1.5s;
}
.delay06 {
	transition-delay: 1.8s;
}
.delay07 {
	transition-delay: 2.1s;
}
.delay08 {
	transition-delay: 2.4s;
}
.delay09 {
	transition-delay: 2.7s;
}
.delay10 {
	transition-delay: 3s;
}
.delay11 {
	transition-delay: 3.3s;
}
.delay12 {
	transition-delay: 3.6s;
}
.delay13 {
	transition-delay: 3.9s;
}
.delay14 {
	transition-delay: 4.2s;
}
.delay15 {
	transition-delay: 4.5s;
}