@charset "utf-8";
/*
Theme Name: 大分みらい水産2607
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #122c58; }
a:active { text-decoration: none; color: #122c58; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
	font-weight: 400;
}

#container {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

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


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.pc {
		display: block;
	}

.tab {
	display: none;
}

.sp {
	display: none;
}
/* ヘッダー */
/* -------------------------------------------------- */
#headerNav {
	width: 100%;
	height: 90px;
	padding-right: 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

#headerNav > li {
	margin-left: 30px;
}

#language {
	display: flex;
	justify-content: center;
	align-items: center;
}

#spLogo {
	display: none;
}

/* ハンバーガーメニュー */
#menuBtnWrap {
	padding: 19px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9989;
	background: #FFF;
}

#menu {
	width: 35%;
	max-width: 430px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100%;
	background: #122c58;
	z-index: 9987;
	transition: all 0.3s ease-in-out 0s;
}

.open #menu {
	right: 0%;
}

.open {
	overflow: hidden;
}

.open #container {
	-ms-filter: blur(20px);
	filter: blur(20px);
}

#menuIn {
	padding: 120px 5%;
	height: 100%;
	overflow: auto;
}

#mainMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.mmLink {
	width: 48%;
	margin-bottom: 20px;
}

.mmLink a {
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}

.mmLink a:hover {
	opacity: 0.7;
}

.mmLink img {
	width: 100%;
	height: auto;
}

.subMenu li {
	border-bottom: 1px #FFF solid;
}

.subMenu li a {
	padding: 20px;
	color: #FFF;
	display: block;
	background: url(img/common/icon_arrow_right_w.svg) 98% center no-repeat;
	transition: all 0.3s ease-in-out 0s;
}

.subMenu li a:hover {
	opacity: 0.7;
}

#menuBtn {
	position: relative;
	width: 50px;
	height: 46px;
	cursor: pointer;
}

#menuBtn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	border-radius: 4px;
}

#menuBtn,
#menuBtn span {
	display: inline-block;
	transition: all .5s;
}

#menuBtn span:nth-of-type(1) {
	top: 0;
}

#menuBtn span:nth-of-type(2) {
	top: 23px;
}

#menuBtn span:nth-of-type(3) {
	bottom: 0;
}

#menuBtn span:nth-of-type(1) {
	-webkit-animation: menuBtn-bar01 .75s forwards;
	animation: menuBtn-bar01 .75s forwards;
}

@-webkit-keyframes menuBtn-bar01 {
	0% {
		-webkit-transform: translateY(23px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(23px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menuBtn-bar01 {
	0% {
		transform: translateY(23px) rotate(45deg);
	}

	50% {
		transform: translateY(23px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

#menuBtn span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}

#menuBtn span:nth-of-type(3) {
	-webkit-animation: menuBtn-bar03 .75s forwards;
	animation: menuBtn-bar03 .75s forwards;
}

@-webkit-keyframes menuBtn-bar03 {
	0% {
		-webkit-transform: translateY(-23px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(-23px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menuBtn-bar03 {
	0% {
		transform: translateY(-23px) rotate(-45deg);
	}

	50% {
		transform: translateY(-23px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

#menuBtn.active span:nth-of-type(1) {
	-webkit-animation: active-menuBtn-bar01 .75s forwards;
	animation: active-menuBtn-bar01 .75s forwards;
}

@-webkit-keyframes active-menuBtn-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(23px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(23px) rotate(45deg);
	}
}

@keyframes active-menuBtn-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(23px) rotate(0);
	}

	100% {
		transform: translateY(23px) rotate(45deg);
	}
}

#menuBtn.active span:nth-of-type(2) {
	opacity: 0;
}

#menuBtn.active span:nth-of-type(3) {
	-webkit-animation: active-menuBtn-bar03 .75s forwards;
	animation: active-menuBtn-bar03 .75s forwards;
}

@-webkit-keyframes active-menuBtn-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-23px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-23px) rotate(-45deg);
	}
}

@keyframes active-menuBtn-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-23px) rotate(0);
	}

	100% {
		transform: translateY(-23px) rotate(-45deg);
	}
}


/* 固定ナビ */
/* -------------------------------------------------- */
#fixedNav {
	position: fixed;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9000;
}

#fixedContact {
	height: 80px;
	padding: 10px 20px;
	background: #122c58;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

#fixedContact .tit {
	display: block;
	font-size: 1.4rem;
}

#fixedContact .num {
	font-size: 2.5rem;
	line-height: 1;
}

#fixedContact .num::before {
	content: "";
	width: 18px;
	height: 21px;
	margin-right: 2px;
	background: url(img/common/icon_tel.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-background-size: contain;
	background-size: contain;
}

#fixedContact .telLink {
	display: inline-block;
	vertical-align: middle;
}

#fixedContact .mail {
	margin-left: 20px;
	background: #FFF;
	border-radius: 5px;
}

#fixedContact .mail a {
	padding: 10px 7px;
	display: block;
	transition: all 0.3s ease-in-out 0s;
}

#fixedContact .mail a:hover {
	opacity: 0.7;
}

#fixedOnline {
	position: relative;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#fixedOnline .onlineBtn {
	padding: 0 10px;
	background: #051e2d;
	color: #FFF;
	display: block;
}

#fixedOnline #box {
	padding: 10px;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;
	display: block;
}

#fixedOnline #box::before {
	content: "";
	width: 30px;
	height: 27px;
	background: url(img/common/icon_onlineshop.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	margin: 0 auto 10px;
}

#fixedOnline .fukidashi {
	width: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#fixedOnline .fukidashi img {
	width: 100%;
}

/* フッター */
/* -------------------------------------------------- */
footer {
	width: 100%;
	border-top: 1px #eee solid;
}

#footerIn{
	width: 1000px;
	padding: 40px 0;
	margin: 0 auto;
	position: relative;
}

#footerInfo {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

#fLogo {
	padding-right: 20px;
	transition: all 0.3s ease-in-out 0s;
}

#fLogo:hover {
	opacity: 0.7;
}

#pageTop a {
	width: 230px;
	height: 190px;
	background: url(img/common/pagetop_bg.svg) center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	color: #093753;
	display: block;
	transition: all 0.3s ease-in-out 0s;
}

#pageTop a:hover {
	opacity: 0.7;
}

#pageTop a::before {
	content: "";
	width: 10px;
	height: 6px;
	padding-right: 5px;
	background: url(img/common/icon_arrow_top.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#pageTop a span {
	display: inline-block;
	vertical-align: middle;
}

/* 下層ページFV*/
/* -------------------------------------------------- */
#underFv {
	width: 100%;
	margin-bottom: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

#underFvNav {
	width: 20%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

#underFvNav::after {
	content: "";
	width: 405px;
	height: 220px;
	background: url(img/common/wave_bg.jpg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: -125px;
	left: 45%;
	z-index: -1;
}

#underHLogo {
	padding-bottom: 80px;
}

#underSubMenu {
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

#underSubMenu li {
	padding: 0 7px;
	font-size: 1.5rem;
}

#underSubMenu li::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-bottom: 10px;
	background: #093753;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
}

#underFv li a{
	position: relative;
}

#underFv li a::after {
	content: "";
	width: 1px;
	height: 0px;
	margin-top: 5px;
	background: #093753;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all 0.3s ease-in-out 0s;
}

#underFv li a:hover::after {
	height: 50px;
}

#underFv a {
	font-weight: bold;
}

#underFvImg {
	width: 80%;
	height: 550px;
	padding-right: 5%;
	position: relative;
}

#pageTit {
	display: block;
	padding: 40px 20px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #093753;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#underFvImg .img {
	width: 100%;
	height: 550px;
}

#underFvImg .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */

@-webkit-keyframes menuBtn-bar01-sp {
	0% {
		-webkit-transform: translateY(13px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(13px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menuBtn-bar01-sp {
	0% {
		transform: translateY(13px) rotate(45deg);
	}

	50% {
		transform: translateY(13px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes menuBtn-bar03-sp {
	0% {
		-webkit-transform: translateY(-13px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(-13px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menuBtn-bar03-sp {
	0% {
		transform: translateY(-13px) rotate(-45deg);
	}

	50% {
		transform: translateY(-13px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes active-menuBtn-bar01-sp {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(13px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(13px) rotate(45deg);
	}
}

@keyframes active-menuBtn-bar01-sp {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(13px) rotate(0);
	}

	100% {
		transform: translateY(13px) rotate(45deg);
	}
}

@-webkit-keyframes active-menuBtn-bar03-sp {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-13px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-13px) rotate(-45deg);
	}
}

@keyframes active-menuBtn-bar03-sp {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-13px) rotate(0);
	}

	100% {
		transform: translateY(-13px) rotate(-45deg);
	}
}

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

	.tab {
		display: none;
	}

	.sp {
		display: block;
	}
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		height: 50px;
		padding: 0 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	#headerNav {
		display: none;
	}
	
	/* ハンバーガーメニュー */
	#menuBtnWrap {
		padding: 12px 10px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9989;
		background: #FFF;
	}

	#spLogo {
		display: block;
		height: 20px;
	}

	#spLogo img {
		height: 100%;
		width: auto;
	}
	
	#menu {
		width: 80%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: -100%;
		background: #122c58;
		z-index: 9987;
		transition: all 0.3s ease-in-out 0s;
	}

	.open #menu {
		right: 0%;
	}

	.open {
		overflow: hidden;
	}

	.open #container {
		-ms-filter: blur(20px);
		filter: blur(20px);
	}

	#menuIn {
		padding: 80px 5%;
		height: 100%;
		overflow: auto;
	}

	#mainMenu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.mmLink {
		width: 48%;
		margin-bottom: 20px;
	}

	.mmLink a {
		color: #FFF;
		transition: all 0.3s ease-in-out 0s;
		font-size: 1.2rem;
	}

	.mmLink a:hover {
		opacity: 0.7;
	}

	.mmLink img {
		width: 100%;
		height: auto;
	}

	.subMenu li {
		border-bottom: 1px #FFF solid;
	}

	.subMenu li a {
		padding: 10px;
		color: #FFF;
		display: block;
		background: url(img/common/icon_arrow_right_w.svg) 98% center no-repeat;
		transition: all 0.3s ease-in-out 0s;
		font-size: 1.2rem;
	}

	.subMenu li a:hover {
		opacity: 0.7;
	}

	#menuBtn {
		position: relative;
		width: 30px;
		height: 26px;
		cursor: pointer;
	}

	#menuBtn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #000;
		border-radius: 4px;
	}

	#menuBtn,
	#menuBtn span {
		display: block;
		transition: all .5s;
	}

	#menuBtn span:nth-of-type(1) {
		top: 0;
	}

	#menuBtn span:nth-of-type(2) {
		top: 13px;
	}

	#menuBtn span:nth-of-type(3) {
		bottom: 0;
	}
	
	#menuBtn span:nth-of-type(1) {
		-webkit-animation: menuBtn-bar01-sp .75s forwards;
		animation: menuBtn-bar01-sp .75s forwards;
	}

	#menuBtn span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}

	#menuBtn span:nth-of-type(3) {
		-webkit-animation: menuBtn-bar03-sp .75s forwards;
		animation: menuBtn-bar03-sp .75s forwards;
	}

	#menuBtn.active span:nth-of-type(1) {
		-webkit-animation: active-menuBtn-bar01-sp .75s forwards;
		animation: active-menuBtn-bar01-sp .75s forwards;
	}

	#menuBtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menuBtn.active span:nth-of-type(3) {
		-webkit-animation: active-menuBtn-bar03-sp .75s forwards;
		animation: active-menuBtn-bar03-sp .75s forwards;
	}

	/* 固定ナビ */
	/* -------------------------------------------------- */
	#fixedNav {
		position: fixed;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9000;
	}

	#fixedContact {
		height: 50px;
		padding: 5px 10px;
		background: #122c58;
		color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#fixedContact .tit {
		display: block;
		font-size: 1.2rem;
	}

	#fixedContact .num {
		font-size: 2rem;
		line-height: 1;
	}

	#fixedContact .telLink a {
		color: #FFF;
	}

	#fixedContact .mail {
		margin-left: 10px;
		background: #FFF;
		border-radius: 5px;
	}

	#fixedContact .mail a {
		padding: 10px 7px;
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	#fixedContact .mail a img {
		width: 18px;
		height: auto;
		display: block;
	}

	#fixedContact .mail a:hover {
		opacity: 0.7;
	}

	#fixedOnline {
		position: relative;
		height: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#fixedOnline .onlineBtn {
		padding: 0 10px;
		background: #051e2d;
		color: #FFF;
		display: block;
	}

	#fixedOnline #box {
		padding: 5px;
		height: 50px;
		text-align: left;
		line-height: 1;
		font-size: 1rem;
		display: block;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#fixedOnline #box span {
		display: inline-block;
		vertical-align: middle;
	}

	#fixedOnline #box::before {
		content: "";
		width: 20px;
		height: 19px;
		background: url(img/common/icon_onlineshop.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}

	#fixedOnline .fukidashi {
		width: 80px;
		position: absolute;
		top: -28px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	#fixedOnline .fukidashi img {
		width: 100%;
	}

	/* フッター */
	/* -------------------------------------------------- */
	footer {
		width: 100%;
		border-top: 1px #eee solid;
	}

	#footerIn{
		width: 100%;
		padding: 20px 0 100px;
		margin: 0 auto;
		position: relative;
	}

	#footerInfo {
		padding: 0 5% 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.1rem;
	}

	#fLogo {
		padding-right: 10px;
		transition: all 0.3s ease-in-out 0s;
	}

	#fLogo img {
		width: 80px;
		height: auto;
	}

	#fLogo:hover {
		opacity: 0.7;
	}
	
	#spCopy {
		padding: 0 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#pageTop a {
		width: auto;
		height: auto;
		background: none;
		position: static;
		text-align: center;
		font-weight: bold;
		color: #093753;
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageTop a:hover {
		opacity: 0.7;
	}

	#pageTop a::before {
		content: "";
		width: 10px;
		height: 6px;
		padding-right: 5px;
		background: url(img/common/icon_arrow_top.svg) 0 0 no-repeat;
		display: inline-block;
		vertical-align: middle;
	}

	#pageTop a span {
		display: inline-block;
		vertical-align: middle;
	}
	
	#copyright {
		font-size: 1rem;
	}
	
	/* 下層ページFV*/
	/* -------------------------------------------------- */
	#underFv {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}

	#underFvNav {
		display: none;
	}

	#underFvNav::after {
		display: none;
	}

	#underFvImg {
		width: 100%;
		height: 300px;
		padding: 0 5%;
		position: relative;
	}

	#pageTit {
		display: block;
		padding: 40px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		color: #093753;
		background: rgba(255,255,255,0.9);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
	}

	#underFvImg .img {
		width: 100%;
		height: 300px;
	}

	#underFvImg .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tab {
		display: block;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}