@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #222;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #222;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
}
.cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #242424;
	opacity: 1;
	visibility: visible;
	z-index: 101;
}
body.whiteBg .cover {
	background-color: #fff;
}
.hideCover .cover {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s ease;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #242424;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.gHeader {
	position: relative;
	width: 100%;
	padding: 74px 30px 44px;
	box-sizing: border-box;
}
.gHeader .time {
	padding: 6px 0 5px;
	position: absolute;
	left: 24px;
	top: 17px;
	width: 217px;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	z-index: 1;
}
.gHeader .time span {
	margin-left: 9px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.gHeader .hList {
	position: absolute;
	right: 28px;
	top: 24px;
	font-size: 1.1rem;
	letter-spacing: 0.06em;
	z-index: 1;
}
.gHeader .hList li:nth-child(2) {
	margin: 0 23px;
}
.gHeader .hList a {
	display: block;
	color: #fff;
}
.gHeader .hList a:hover {
	opacity: 0.7;
}
.gHeader .hList .search a, .gHeader .hList .star a {
	display: block;
	width: 16px;
	height: 18px;
	background: url("../img/common/icon02.png") no-repeat center top 2px;
	background-size: 16px auto;
}
.gHeader .hList .search a {
	background-image: url("../img/common/icon01.png");
}
.gHeader .hSearch {
	display: none;
	position: fixed;
	left: 0;
	top: 58px;
	width: 100%;
	padding: 43px 0;
	z-index: 99;
	background-color: #000;
}
.gHeader .hSearch .close {
	position: absolute;
	right: 32px;
	top: 52px;
	width: 24px;
	cursor: pointer;
	transition: .3s;
}
.gHeader .hSearch .close:hover {
	opacity: 0.7;
}
.gHeader .hSearch .search {
	width: 531px;
	margin: 0 auto;
}
.gHeader .hSearch .search .button {
	width: 104px;
	height: 40px;
	padding-right: 10px;
	color: #222;
	font-size: 1.3rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	letter-spacing: 0.12em;
	background: #fff url("../img/common/white_icon01.png") no-repeat center right 24px;
	background-size: 13px auto;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	font-family: 'Noto Serif JP', serif;
	transition: .3s;
	cursor: pointer;
}
.gHeader .hSearch input[type="text"] {
	width: 427px;
	height: 40px;
	padding: 0 17px;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.04em;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: #333;
}
.gHeader .hInfo {
	position: absolute;
	right: 192px;
	top: 22px;
	width: 175px;
}
.gHeader .hInfo p {
	padding-bottom: 4px;
	font-size: 1.3rem;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.06em;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	background: url("../img/common/icon15_on.png") no-repeat right 4px top 7px;
	background-size: 12px auto;
}
.whiteBg .gHeader .hInfo p {
	border-color: #707070;
}
.gHeader .hInfo.on p {
	background-image: url("../img/common/icon15.png");
}
.gHeader .hInfo ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 17px 19px;
	background-color: #000;
	box-sizing: border-box;
	z-index: 10;
}
.gHeader .hInfo ul li:not(:last-child) {
	margin-bottom: 12px;
}
.gHeader .hInfo li a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.03em;
}
.gHeader h1 {
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-family: 'Crimson Text', serif;
}
.gHeader h1 .en {
	margin-bottom: 15px;
	display: block;
}
.gHeader h1 .en img {
	max-width: 280px;
	max-height: 80px;
}
.mainVisual .en img, .comSlideBox .en img {
	max-width: 270px;
	max-height: 100px;
}
.gHeader.on {
	position: fixed;
	left: 0;
	top: 0;
	height: 58px;
	padding: 10px 30px;
	background: rgba(0, 0, 0, .8);
	transform: translateY(-100%);
	transition: all 0.3s ease;
	z-index: 99;
}
.gHeader.on.active {
	transform: translateY(0);
}
.gHeader.on .time {
	position: static;
}
.gHeader.on .hList {
	top: 21px;
}
.gHeader.on .hInfo {
	top: 19px;
}
.gHeader.on .logo {
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	z-index: 1000;
}
.gHeader.on .logo a {
	display: flex;
	margin: 0 20px 0 0;
	align-items: center;
}
.gHeader.on .logo img {
	max-width: 150px;
	max-height: 32px;
}
.gHeader .hList .search a.on {
	opacity: 0.3 !important;
}
@media all and (min-width: 768px) {
	.gHeader .hSearch .button:hover {
		opacity: .6;
	}
	.gHeader .hInfo li a:hover {
		opacity: .6;
	}
}
@media all and (max-width: 800px) {
	.gHeader.on .hList {
		right: 15px;
	}
	.gHeader.on .hList li:nth-child(2) {
		margin: 0 15px;
	}
	.gHeader.on .hInfo {
		right: 150px;
	}
}
@media all and (max-width: 767px) {
	.gHeader {
		padding: 72px 10px 16px;
	}
	.gHeader .hList {
		right: 49px;
		top: 19px;
		z-index: 100;
	}
	.gHeader .hInfo {
		display: none;
	}
	.gHeader h1 {
		font-size: 2.1rem;
	}
	.gHeader h1 .en {
		margin-bottom: 11px;
	}
	.gHeader h1 .en img {
		max-width: 210px;
		max-height: 60px;
	}
	.gHeader .time {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 48px;
		color: #222;
		padding: 14px 10px 0;
		letter-spacing: 0.05em;
		top: auto !important;
		background-color: #fff;
		z-index: 105;
	}
	.gHeader .time span {
		font-size: 1.2rem;
		letter-spacing: 0.04em;
	}
	.gHeader .menu {
		position: absolute;
		width: 54px;
		height: 54px;
		right: 9px;
		top: 0;
		z-index: 99;
	}
	.gHeader .menu span {
		width: 30px;
		height: 1px;
		position: absolute;
		top: 25px;
		left: 12px;
		background: #fff;
		transition: all .35s ease;
	}
	.gHeader .menu span:nth-of-type(2) {
		top: 29px;
	}
	.gHeader .menu.on span {
		width: 24px;
		left: 14px;
	}
	.gHeader .menu.on span:nth-of-type(1) {
		transform: translateY(2px) translateX(0) rotate(45deg);
	}
	.gHeader .menu.on span:nth-of-type(2) {
		transform: translateY(-2px) translateX(0) rotate(-45deg);
	}
	.gHeader.on {
		height: 54px;
		padding: 10px
	}
	.gHeader.on .logo {
		left: 13px;
	}
	.gHeader.on .logo img {
		max-width: 160px;
		max-height: 30px;
	}
	.gHeader.on .hList {
		right: 76px;
		top: 18px;
	}
	.gHeader.on .hList li:nth-child(2) {
		margin: 0 0 0 25px;
	}
	.gHeader .hSearch {
		top: 0;
		width: 100%;
		height: calc(100vh - 48px);
		padding: 0;
		box-sizing: border-box;
		background: rgba(0, 0, 0, .9);
	}
	.gHeader .hSearch .info {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px 25px 94px;
		box-sizing: border-box;
	}
	.gHeader .hSearch .close {
		right: 25px;
		top: 21px;
		width: 18px;
	}
	.gHeader .hSearch .search {
		width: 100%;
	}
	.gHeader .hSearch .search .button {
		width: 64px;
		height: 42px;
		padding-right: 0;
		font-size: 0;
		background-position: center center;
		background-size: 16px auto;
	}
	.gHeader .hSearch input[type="text"] {
		width: calc(100% - 64px);
		height: 42px;
		padding: 0 12px;
	}
	.menuBox {
		position: fixed;
		right: 0;
		top: 0;
		width: 250px;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		background-color: #000;
		z-index: 98;
		transform: translateX(100%);
		transition: 0.3s;
	}
	.menuBox.on {
		transform: translateX(0);
	}
	.menuBox .menuInfo {
		padding: 84px 30px 70px 41px;
	}
	.menuBox .menuTtl {
		margin-bottom: 18px;
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #fff;
	}
	.menuBox .menuList {
		margin-bottom: 64px;
	}
	.menuBox .menuList li:not(:last-child) {
		margin-bottom: 14px;
	}
	.menuBox .menuList a {
		display: block;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
	}
	.menuBox .menuUl {
		margin-bottom: 38px;
	}
	.menuBox .menuUl li:not(:last-child) {
		margin-bottom: 16px;
	}
	.menuBox .menuUl a {
		display: block;
		color: #fff;
		font-size: 1.1rem;
		letter-spacing: 0.05em;
	}
	.menuBox .menuLink a {
		display: inline-block;
		float: right;
		color: #fff;
		text-align: right;
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	.mainVisual .en img,
	.comSlideBox .en img {
		max-width: 170px;
		max-height: 70px;
	}
}
/*------------------------------------------------------------
	whiteBg
------------------------------------------------------------*/
.whiteBg #container {
	background-color: #fff;
}
.whiteBg .gHeader .time {
	color: #222;
	border: 1px solid rgba(34, 34, 34, 0.3);
}
.whiteBg .gHeader .hList a {
	color: #222;
}
.whiteBg .gHeader h1,
.whiteBg .gHeader .logo01 {
	color: #2B2B2B;
}
.whiteBg .gHeader.on {
	background: rgba(255, 255, 255, 0.8);
}
.whiteBg .gHeader .hInfo p {
	color: #222;
	background-image: url("../img/common/white_icon15.png");
}
.whiteBg .gHeader .hInfo.on p {
	background-image: url("../img/common/white_icon15_on.png");
}
.whiteBg .gHeader .hInfo ul {
	background-color: #eee;
}
.whiteBg .gHeader .hInfo li a {
	color: #222;
}
.whiteBg .gHeader .hList .star a {
	background-image: url("../img/common/white_icon02.png");
}
.whiteBg .gHeader .hList .search a:not(.button) {
	background-image: url("../img/common/white_icon01.png");
}
.whiteBg .gHeader .hSearch {
	background-color: rgba(255, 255, 255, .95);
}
.whiteBg .gHeader .hSearch input[type="text"] {
	color: #222;
	background: #eee;
}
.whiteBg .gHeader .hSearch .button {
	color: #fff;
	background-color: #000;
	background-image: url("../../../img/common/icon01.png");
}
@media all and (max-width: 767px) {
	.whiteBg .gHeader .menu span {
		background: #222;
	}
	.whiteBg .gHeader .time {
		border-color: #fff;
	}
	.whiteBg .menuBox {
		background-color: #eee;
	}
	.whiteBg .menuBox .menuTtl {
		color: #222;
	}
	.whiteBg .menuBox .menuList a,
	.whiteBg .menuBox .menuUl a,
	.whiteBg .menuBox .menuLink a {
		color: #222;
	}
	.whiteBg .gHeader.on .hSearch .search .button {
		color: #fff;
		background-image: url("../img/common/icon01.png");
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background-color: rgba(0, 0, 0, .2);
	padding: 62px 17px 19px;
}
.whiteBg #gFooter {
	background-color: rgba(0, 0, 0, .05);
}
#gFooter.fBg {
	background-color: rgba(0, 0, 0, .3);
}
#gFooter .fBox {
	width: 480px;
	justify-content: center;
	margin: 0 auto 36px;
}
#gFooter .fLeft {
	margin: 0 auto 11px;
}
#gFooter .fLeft img {
	max-width: 210px;
	max-height: 54px;
	margin: 0 auto;
	display: block;
}
#gFooter .fLeft p {
	margin-bottom: 21px;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.4);
}
#gFooter .fRight {
	width: 468px;
	text-align: center;
	margin: 0;
}
#gFooter .fRight p {
	color: #fff;
}
#gFooter .fRight .fTtl {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#gFooter .fRight .tel {
	margin-bottom: 12px;
	font-size: 1.1rem;
	letter-spacing: 0.06em;
}
#gFooter .fRight .tel span {
	margin-bottom: 1px;
	display: block;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#gFooter .fRight .tel a {
	color: #fff;
}
#gFooter .fRight .fText {
	font-size: 1.1rem;
	line-height: 1.81;
	letter-spacing: 0.08em;
}
#gFooter .fNavi {
	margin-bottom: -7px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}
#gFooter .fNavi li {
	position: relative;
}
#gFooter .fNavi li:not(:last-child):before {
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	content: "";
}
#gFooter .fNavi a {
	padding: 0 16px 0 18px;
	color: #fff;
	display: inline-block;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter address {
	font-size: 1rem;
	letter-spacing: 0.07em;
	color: rgba(255, 255, 255, 0.5);
	font-style: normal;
	font-family: 'Crimson Text', serif;
	text-align: center;
}
.pageTop {
	position: fixed;
	right: 29px;
	bottom: 22px;
	width: 35px;
	z-index: 9;
}
.pageTop a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	whiteBg
------------------------------------------------------------*/
.whiteBg #gFooter {
	/* background-color: #F5F5F5; */
}
.whiteBg #gFooter .fLeft p {
	color: rgba(0, 0, 0, 0.4);
}
.whiteBg #gFooter .fRight p {
	color: #222;
}
.whiteBg #gFooter .fRight .tel a {
	color: #222;
}
.whiteBg #gFooter .fNavi a {
	color: #222;
}
.whiteBg #gFooter .fNavi li:not(:last-child)::before {
	background-color: rgba(0, 0, 0, 0.3);
}
.whiteBg #gFooter address {
	color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 79px 25px 64px;
	}
	#gFooter .fBox {
		width: auto;
		display: block;
		margin: 0 auto 56px;
	}
	#gFooter .fLeft img {
		max-width: 160px;
		max-height: 50px;
	}
	#gFooter .fLeft p {
		margin-bottom: 10px;
	}
	#gFooter .fRight {
		width: auto;
		margin: 10px 0 0;
		text-align: center;
	}
	#gFooter .fRight .tel {
		font-size: 1.2rem;
		letter-spacing: 0.06em;
		line-height: 1.59;
	}
	#gFooter .fRight .tel span {
		font-size: 1.4rem;
		font-weight: 400;
		letter-spacing: 0.1em;
	}
	#gFooter .fNavi {
		margin-bottom: 20px;
		justify-content: center;
	}
	#gFooter address {
		position: static;
		font-size: 1rem;
		text-align: center;
		letter-spacing: 0.07em;
		line-height: 1.3;
	}
	.pageTop {
		position: absolute;
		right: 50%;
		bottom: auto;
		top: 19px;
		text-align: center;
		z-index: 9;
		transform: translateX(50%);
	}
	.pageTop a {
		display: block;
	}
	.pageTop img {
		width: 19px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 18px;
	font-family: 'Noto Serif JP', serif;
}
#pagePath li {
	margin-right: 6px;
	display: inline;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.06em;
}
#pagePath li:last-child {
	margin-right: 0 !important;
}
#pagePath li a {
	padding-right: 16px;
	display: inline-block;
	color: #fff;
	background: url("/img/common/icon06.png") no-repeat center right;
	background-size: 6px auto;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	whiteBg
------------------------------------------------------------*/
.whiteBg #pagePath li {
	color: #222;
}
.whiteBg #pagePath li a {
	color: #222;
	background-image: url("/img/common/icon09.png");
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.roboto {
	font-family: 'Roboto', sans-serif;
}
.crimson {
	font-family: 'Crimson Text', serif;
}
.serif {
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 48px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
}
.headLine01 .en {
	display: block;
	font-weight: 400;
	font-size: 3.5rem;
	letter-spacing: 0.04em;
	font-family: 'Crimson Text', serif;
	color: #fff;
}
/* whiteBg */
.whiteBg .headLine01 {
	color: #222;
}
.whiteBg .headLine01 .en {
	color: #585858;
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 28px;
		font-size: 1rem;
	}
	.headLine01 .en {
		margin-bottom: 0;
		font-size: 2.5rem;
	}
	.whiteBg .headLine01 .en {
		color: #222;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 51px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
}
.headLine02 .en {
	margin-bottom: 3px;
	display: block;
	position: relative;
	color: #585858;
	font-weight: 400;
	font-size: 3.4rem;
	letter-spacing: 0.02em;
	font-family: 'Crimson Text', serif;
}
.headLine02 .en:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	content: "";
}
.headLine02 .en span {
	padding-right: 12px;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #242424;
	color: #fff;
}
@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 32px;
		font-size: 1rem;
		line-height: 1.46;
	}
	.headLine02 .en {
		margin-bottom: 0;
		font-size: 2.5rem;
		letter-spacing: 0.04em;
	}
	.headLine02 .en span {
		padding-right: 5px;
	}
}
/* whiteBg */
.whiteBg .headLine02 {
	color: #222;
}
.whiteBg .headLine02 .en:before {
	background-color: rgba(0, 0, 0, .2);
}
/*------------------------------------------------------------
	comCategory
------------------------------------------------------------*/
.comCategory {
	padding: 105px 0 97px;
	border-top: solid 1px rgba(255, 255, 255, .1);
}
.whiteBg .comCategory {
	border-color: rgba(0, 0, 0, .1);
}
.comCategory .photoList {
	margin: 0 0 20px;
}
.comCategory .photoList li {
	width: 25%;
	border-right: 2px solid transparent;
	box-sizing: border-box;
	margin: 0 0 40px;
}
.comCategory li a {
	display: block;
	text-align: center;
}
.comCategory li .pho {
	margin-bottom: 17px;
	overflow: hidden;
}
.comCategory li .pho img {
	width: 100%;
	transition: 0.6s;
}
.comCategory li p {
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	color: #fff;
}
.comCategory .photoUl {
	margin: 0 -2px 61px 0;
}
.comCategory .photoUl li {
	width: 20%;
	border-right: 2px solid transparent;
	box-sizing: border-box;
}
@media all and (min-width: 768px) {
	.comCategory li a:hover .pho img {
		transform: scale(1.07);
	}
}
@media all and (max-width: 767px) {
	.comCategory {
		padding: 40px 0;
	}
	.comCategory .photoList {
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.comCategory .photoList li {
		margin-top: 51px;
		padding-right: 1px;
		width: 50%;
		border-right: none;
		margin: 0 0 38px;
	}
	.comCategory li .pho {
		margin-bottom: 13px;
	}
	.comCategory li p {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		line-height: 1.46;
	}
	.comCategory .photoUl {
		margin: -51px -1px 34px 0;
		justify-content: space-between;
	}
	.comCategory .photoUl::after {
		width: calc(100% / 3);
		content: "";
	}
	.comCategory .photoUl li {
		margin-top: 51px;
		padding-right: 1px;
		width: calc(100% / 3);
		border-right: none;
	}
	.comCategory .photoUl li .pho {
		margin-bottom: 10px;
	}
	.comCategory .photoUl li p {
		font-size: 1.2rem;
		line-height: 1.416;
	}
}
/* whiteBg */
.whiteBg .comCategory li p {
	color: #222;
}
.whiteBg .headLine02 .en span {
	background: #fff;
	color: #222;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: center;
	font-size: 1.3rem;
}
.comLink a {
	padding-bottom: 2px;
	display: inline-block;
	letter-spacing: 0.12em;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.comLink a:hover {
	opacity: 0.7;
}
/* whiteBg */
.whiteBg .comLink a {
	color: #222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 767px) {
	.comLink {
		font-size: 1.2rem;
	}
	.comLink a {
		padding-bottom: 3px;
		border-color: rgba(255, 255, 255, 0.3);
	}
}
/*------------------------------------------------------------
	comItem
------------------------------------------------------------*/
.comItem {
	width: 82%;
	margin: 0 auto 136px;
}
.comItem .headLine01 .en {
	font-size: 3.2rem;
	margin-bottom: 0px;
}
.comItem ul {
	margin: 0 -2px 80px 0;
	justify-content: center;
}
.comItem ul li {
	width: 20%;
	border-right: 2px solid transparent;
	box-sizing: border-box;
}
.comItem li a {
	display: block;
}
.comItem li .pho {
	margin-bottom: 16px;
	overflow: hidden;
	border: solid 1px rgba(255, 255, 255, .1);
}
.whiteBg .comItem li .pho {
	border-color: #E6E6E6;
}
.comItem li .pho img {
	width: 100%;
	transition: 0.8s;
}
.comItem li p {
	letter-spacing: 0.1em;
	color: #fff;
	padding: 0 20px 0 0;
	line-height: 1.6;
}
@media all and (min-width: 768px) {
	.comItem li a:hover .pho img {
		transform: scale(1.07);
	}
}
@media all and (max-width: 767px) {
	.comItem {
		width: auto;
		margin: 0 25px 80px;
	}
	.comItem .headLine01 {
		margin-bottom: 38px;
	}
	.comItem .headLine01 .en {
		margin-bottom: 2px;
		font-size: 2.5rem;
	}
	.comItem ul {
		margin: -39px 0 30px;
		justify-content: space-between;
	}
	.comItem ul:last-child {
		margin-bottom: 0 !important;
	}
	.comItem ul li {
		margin-top: 32px;
		width: 48.5%;
		border-right: none;
	}
	.comItem li .pho {
		margin-bottom: 9px;
	}
	.comItem li p {
		margin-right: -14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		line-height: 1.67;
	}
}
/* whiteBg */
.whiteBg .comItem li p {
	color: #222;
}
/*------------------------------------------------------------
	listBox
------------------------------------------------------------*/
.listBox {
	margin-bottom: 80px;
}
@media all and (max-width: 767px) {
	.listBox {
		margin-bottom: 67px;
	}
}
/*------------------------------------------------------------
	comCheck
------------------------------------------------------------*/
.comCheck {
	padding: 85px 0 109px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.whiteBg .comCheck {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.comCheck .headLine01 {
	margin-bottom: 42px;
}
.comCheck .headLine01 .en {
	font-size: 3rem;
}
.comCheck .info {
	width: 82%;
	margin: 0 auto;
	position: relative;
}
.comCheck .info .prev, .comCheck .info .next {
	margin-top: -15px;
	position: absolute;
	left: -4.6%;
	top: 50%;
	width: 12px;
	cursor: pointer;
	z-index: 1;
}
.comCheck .info .next {
	left: auto;
	right: -4.7%;
}
.comCheck .slideBox {
	margin-right: -13px;
}
.comCheck .slick-slide > div {
	margin-right: 13px;
}
.comCheck .slide {
	overflow: hidden;
	vertical-align: top;
}
.comCheck .slide span {
	display: block;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	transition: 0.8s;
}
@media all and (min-width: 768px) {
	.comCheck .slide a:hover span {
		transform: scale(1.07);
	}
}
@media all and (max-width: 767px) {
	.comCheck {
		padding: 48px 25px 65px;
	}
	.comCheck .headLine01 {
		margin-bottom: 26px;
		text-align: left;
		line-height: 1.41;
	}
	.comCheck .headLine01 .en {
		margin: 0;
		font-size: 2.5rem;
	}
	.comCheck .info {
		margin-right: -25px;
		width: auto;
	}
	.comCheck .info .prev,
	.comCheck .info .next {
		left: -13px;
		display: none;
	}
	.comCheck .info .next {
		left: auto;
		right: -13px;
	}
	.comCheck .slide {
		margin: 0 8px 0 0;
		width: 101px !important;
		flex-shrink: 0;
	}
	.comCheck .slideBox {
		margin-right: 0;
		overflow: auto;
		display: flex;
	}
	.comCheck .slick-list {
		box-sizing: border-box;
		padding: 0 6.4vw !important;
	}
	.comCheck .slick-slide {
		margin: 0 4px;
	}
	.comCheck .slick-slide > div {
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	comSearch
------------------------------------------------------------*/
.comSearch {
	padding: 73px 0 31px;
	border-top: solid 1px rgba(255, 255, 255, .2);
}
.whiteBg .comSearch {
	border-color: rgba(0, 0, 0, .1);
}
.comSearch input[type="text"] {
	color: #fff;
}
.comSearch .info {
	width: 778px;
	margin: 0 auto;
	align-items: flex-start;
}
.comSearch .headLine01 {
	text-align: left;
	font-size: 1.1rem;
}
.comSearch .headLine01 .en {
	margin-bottom: 0;
	font-size: 2.4rem;
}
.comSearch .search {
	margin-top: 4px;
	width: 570px;
}
.comSearch .button {
	width: 120px;
	height: 37px;
	padding-right: 10px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	background: #000 url("/img/common/icon01.png") no-repeat center right 17px;
	background-size: 13px auto;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #000;
	font-family: 'Noto Serif JP', serif;
	transition: .3s;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}
.comSearch input[type="text"] {
	width: 450px;
	height: 37px;
	padding-top: 4px;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: rgba(255, 255, 255, .1);
	padding-left: 17px;
	color: #fff;
}
.whiteBg .comSearch input[type="text"] {
	color: #222;
	background: #eee;
}
@media all and (min-width: 768px) {
	.comSearch .button:hover {
		opacity: .6;
	}
}
@media all and (max-width: 767px) {
	.comSearch {
		padding: 43px 25px 69px;
	}
	.comSearch .info {
		width: auto;
		display: block;
	}
	.comSearch .headLine01 {
		margin-bottom: 19px;
		text-align: center;
		font-size: 1rem;
		line-height: 1.42;
	}
	.comSearch .headLine01 .en {
		margin-bottom: 1px;
		font-size: 2.1rem;
	}
	.comSearch .search {
		margin-top: 0;
		width: 100%;
		flex-wrap: nowrap;
	}
	.comSearch input[type="submit"] {
		width: 60px;
		height: 34px;
		padding-right: 15px;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		background-position: top 10px right 3px;
	}
	.comSearch input[type="text"] {
		padding-left: 10px;
		width: calc(100% - 89px);
		height: 34px;
		font-size: 1.1rem;
		letter-spacing: 0.04em;
		line-height: 1.2;
	}
	.comSearch .button {
		width: 89px;
		height: 34px;
		font-size: 1.3rem;
		line-height: 34px;
		letter-spacing: 0.18em;
		background-position: right 13px top 60%;
	}
	.whiteBg .comSearch input[type="text"] {
		color: #222;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 82%;
	margin: 0 auto;
}
.content01 {
	width: 83.2%;
}
@media all and (max-width: 767px) {
	.content {
		width: auto !important;
		margin: 0 25px;
	}
	.content01 {
		margin: 0;
		width: auto;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.4rem;
	display: inline-block;
	margin: 0 21px 0 0;
	color: #fff;
	padding: 0 1px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	border-bottom: 1px solid transparent;
	font-family: 'Crimson Text', serif;
}
.wp-pagenavi .extend {
	color: rgba(255, 255, 255, 0.4);
}
.wp-pagenavi img {
	margin-top: -2px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
}
.wp-pagenavi span.current {
	border-color: #DEDEDE;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	margin: 0 17px;
}
.whiteBg .wp-pagenavi a,
.whiteBg .wp-pagenavi span {
	color: #000;
}
.whiteBg .wp-pagenavi span.current {
	border-color: #000;
}
@media all and (min-width: 768px) {
	.wp-pagenavi .page:hover {
		border-color: #DEDEDE;
	}
	.whiteBg .wp-pagenavi .page:hover {
		border-color: #000;
	}
	.wp-pagenavi a:hover img {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.wp-pagenavi {
		text-align: center;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 10px;
		font-size: 1.5rem;
	}
	.wp-pagenavi .nextpostslink {
		margin: 0 6px 0 30px;
	}
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
}
.loading .img {
	width: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.bgLazy {
	opacity: 0;
	transition: opacity 0.5s;
}
.bgLazy.visible {
	opacity: 1;
}
.lazy {
	opacity: 0;
	transition: opacity 0.5s;
}
.lazy.on {
	opacity: 1;
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transition: opacity 0.4s;
}
.fadeIn.visible {
	opacity: 1;
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin: -72px 0 68px;
	position: relative;
}
.comList li {
	margin: 72px 1.5875% 0 0;
	width: 18.73%;
}
.comList li:nth-child(5n) {
	margin-right: 0;
}
.comList .phoBox {
	margin-bottom: 15px;
	position: relative;
	border: solid 1px rgba(255, 255, 255, .1);
}
.whiteBg .comList .phoBox {
	border-color: #E6E6E6;
}
.comList .phoBox .recommend,
.comList .phoBox .campaign {
	position: absolute;
	height: 30px;
	background: rgba(255, 255, 255, .6);
	width: 100%;
	text-align: center;
	line-height: 30px;
	letter-spacing: .2rem;
	z-index: 10;
	font-size: 1.2rem;
}
.comList .phoBox .campaign {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}
.comList .phoBox a {
	display: block;
}
.comList .phoBox .pho a:after {
	content: "";
    background: linear-gradient(to top, black, transparent);
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    bottom: 0;
    opacity: .1;
}
.comList .star {
	position: absolute;
	bottom: 10px;
	width: 21px;
	z-index: 1;
	right: 12px;
	opacity: .6;
	transition: .2s;
}
.comList .star img {
	transition: .8s;
}
.comList .pho {
	overflow: hidden;
}
.comList .pho img {
	width: 100%;
	transition: 0.8s;
}
.comList p {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	color: #fff;
}
.whiteBg .comList p {
	color: #222;
}
.comList.col3 {
	margin: -98px 0 80px;
}
.comList.col3:after {
	content: "";
	width: 32.39%;
}
.comList.col3 li {
	width: 32.39%;
	margin: 98px 0 0;
}
.comList.col3 .phoBox {
	margin-bottom: 17px;
	border: 1px solid rgba(255, 255, 255, .1);
}
.whiteBg .comList.col3 .phoBox {
	border-color: #E6E6E6;
}
.comList.col3 .star {
	bottom: 14px;
	right: 18px;
	width: 22px;
}
.comList.col3 p {
	font-size: 1.5rem;
	letter-spacing: 0.13em;
}
.comList.col3 p {
	color: #fff;
}
.whiteBg .comList.col3 p {
	color: #222;
}
.comList.col4 {
	margin: -88px 0 70px;
}
.comList.col4 li {
	width: 23.5%;
	margin-top: 88px;
	margin-right: 2% !important;
}
.comList.col4 li:nth-child(4n) {
	margin-right: 0 !important;
}
@media all and (min-width: 768px) {
	.comList .pho a:hover img {
		transform: scale(1.07);
	}
	.comList p a:hover {
		opacity: 0.7;
	}
	.comList .star:hover {
		opacity: 1;
	}
}
@media all and (max-width: 767px) {
	.comList {
		margin: -40px 0 57px;
		justify-content: space-between;
	}
	.comList li {
		margin: 40px 0 0;
		width: 48.5%;
	}
	.comList .phoBox {
		margin-bottom: 13px;
	}
	.comList .star {
		width: 19px;
		right: 9px;
		bottom: 8px;
	}
	.comList p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.comList.col3 {
		margin: -55px 0 57px;
	}
	.comList.col3 li {
		margin-top: 55px;
		width: 50%;
	}
	.comList.col3 .phoBox {
		margin-bottom: 14px;
	}
	.comList.col3 .star {
		bottom: 8px;
		right: 8px;
		width: 18px;
	}
	.comList.col3 p {
		margin: 0;
		font-size: 1.3rem;
		line-height: 1.615;
		letter-spacing: 0.05em;
		padding: 0 10px 0 0;
	}
	.comList.col3 li:nth-child(2n-1) p {
		margin-left: 14px;
	}
	.comList.col3 li:nth-child(2n) p {
		margin-right: 14px;
	}
	.comList.col4 {
		margin: -43px 0 0;
	}
	.comList.col4 li {
		margin: 43px 0 0 !important;
		width: 47.9%;
	}
}
/*------------------------------------------------------------
	comTopList
------------------------------------------------------------*/
.comTopList {
	margin-bottom: 70px;
	position: relative;
	z-index: 1;
}
.comTopList li {
	margin: 0 11px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.comTopList a {
	color: #fff;
}
.comTopList a:hover {
	opacity: 0.7;
}
.whiteBg .comTopList a {
	color: #222;
}
@media all and (max-width: 767px) {
	.comTopList {
		margin: -5px 0 20px;
	}
	.comTopList li {
		margin: 5px 8px 0;
	}
}
/*------------------------------------------------------------
	comNews
------------------------------------------------------------*/
.comNews {
	padding: 17px 0 96px;
}
.comNews h2 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.12em;
}
.comNews dl {
	margin-top: 2px;
	width: calc(100% - 103px);
}
.comNews dt {
	padding-top: 3px;
	float: left;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	color: rgba(34, 34, 34, 0.6);
	font-family: 'Roboto', sans-serif;
}
.comNews dd {
	padding: 0 0 0 5.4em;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
}
.comNews dd a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.comNews {
		padding: 38px 25px 68px;
	}
	.comNews .content {
		display: block;
	}
	.comNews h2 {
		font-size: 1.7rem;
	}
	.comNews dl {
		margin-top: 13px;
		width: auto !important;
	}
	.comNews dt {
		margin-bottom: 2px;
		padding-top: 0;
		float: none;
	}
	.comNews dd {
		padding: 0 !important;
		font-size: 1.2rem;
		margin-bottom: 21px;
		line-height: 1.7;
	}
	.comNews dd:last-child {
		margin-bottom: 0 !important;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 53px;
	text-align: center;
	font-size: 3.2rem;
	color: #fff;
	letter-spacing: 0.15em;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
@media all and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 25px;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
}
/*------------------------------------------------------------
	comSlideBox
------------------------------------------------------------*/
.comSlideBox {
	position: relative;
	z-index: 1;
}
.comSlideBox .prev, .comSlideBox .next {
	/*margin-top: -17px;*/
	position: absolute;
	/*left: calc(11% - 60px);
	top: 50%;
	width: 15px;*/
	cursor: pointer;
	width: 10.6%;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 37px;
	box-sizing: border-box;
}
.comSlideBox .prev img,
.comSlideBox .next img {
	width: 15px;
}
.comSlideBox .next {
	left: auto;
	right: 0;
	padding: 0 0 0 37px;
	justify-content: flex-start;
}
.comSlideBox .slick-slide > div {
	margin: 0 6px;
}
.comSlideBox .slide {
	position: relative;
	vertical-align: top;
}
.mainVisual .slide a {
	transition: .4s;
}
.mainVisual .slide a:hover {
	opacity: .8;
}
.mainVisual .slide a:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 150px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
}
.comSlideBox .slide span {
	position: absolute;
	display: block;
	letter-spacing: 0.18em;
	font-size: 1.8rem;
	left: 41px;
	bottom: 37px;
	color: #fff;
	z-index: 2;
}
.comSlideBox .slide span a {
	padding-right: 13px;
	display: inline-block;
	color: #fff;
	background: url("/img/common/icon03.png") no-repeat center right;
	background-size: 6px auto;
}
.comSlideBox .slide span a:hover {
	opacity: 0.7;
}
.comSlideBox .slick-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.comSlideBox .slick-dots {
	position: absolute;
	left: 0;
	bottom: -32px;
	width: 100%;
	text-align: center;
}
.comSlideBox .slick-dots li button {
	display: none;
}
.comSlideBox .slick-dots li {
	margin: 0 7px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #D5D5D5;
}
.comSlideBox .slick-dots li.slick-active {
	background-color: #D5D5D5;
}
@media all and (max-width: 767px) {
	.comSlideBox .slick-slide > div {
		margin: 0;
	}
	.comSlideBox .slide {
		padding-bottom: 80%;
		width: auto;
	}
	.comSlideBox .slide:before {
		height: 50px;
	}
	.comSlideBox .slide > a {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.comSlideBox .slide > img,
	.comSlideBox .slide > a > img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
	}
	.comSlideBox .slide span {
		left: 25px;
		right: 25px;
		bottom: 20px;
		font-size: 1.3rem;
		font-weight: 600;
		letter-spacing: 0.13em;
		line-height: 1.46;
	}
	.comSlideBox .slide span a {
		padding-right: 8px;
	}
	.comSlideBox .slick-dots {
		bottom: -21px;
		font-size: 0;
		line-height: 0;
	}
	.comSlideBox .prev,
	.comSlideBox .next {
		padding-right: 16px;
	}
	.comSlideBox .prev img,
	.comSlideBox .next img {
		width: 10px;
	}
	.comSlideBox .next {
		padding: 0 0 0 16px;
	}
}
/*------------------------------------------------------------
	infoBox
------------------------------------------------------------*/
#main .infoBox {
	padding: 104px 0 183px;
}
#main .infoBox .imgBox {
	align-items: center;
}
#main .infoBox .imgBox:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#main .infoBox .imgBox:not(:last-child) {
	margin-bottom: 120px;
}
#main .infoBox .pho {
	width: 50%;
}
#main .infoBox .pho img {
	width: 100%;
}
#main .infoBox .textBox {
	width: 50%;
    padding: 0 4.5% 0 7.5%;
	box-sizing: border-box;
}
#main .infoBox .textBox p {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 2.3;
	letter-spacing: 0.13em;
}
#main .infoBox .textBox h3 {
	margin-bottom: 35px;
	position: relative;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.88;
	letter-spacing: 0.14em;
}
#main .infoBox .textBox .num {
	position: absolute;
	left: -70px;
	top: -40px;
	color: #000;
	font-weight: 400;
	line-height: 1;
	font-size: 13rem;
	font-style: italic;
	letter-spacing: 0.03em;
}
#main .infoBox .textBox .text {
	position: relative;
	z-index: 1;
}
/* whiteBg */
.whiteBg #main .infoBox .textBox h3 {
	color: #222;
}
.whiteBg #main .infoBox .textBox .num {
	color: rgba(0, 0, 0, 0.07);
}
.whiteBg #main .infoBox .textBox p {
	color: #222;
}
@media all and (max-width: 767px) {
	#main .infoBox {
		padding: 92px 0 64px;
	}
	#main .infoBox .imgBox {
		display: block;
	}
	#main .infoBox .imgBox:not(:last-child) {
		margin-bottom: 56px;
	}
	#main .infoBox .pho {
		margin-right: 25px;
		width: auto;
	}
	#main .infoBox .imgBox:nth-child(2n) .pho {
		margin-right: 0;
		margin-left: 25px;
	}
	#main .infoBox .textBox {
		width: 100%;
		padding: 31px 25px 0 !important;
	}
	#main .infoBox .textBox h3 {
		margin-bottom: 9px;
		font-size: 1.7rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 2;
	}
	#main .infoBox .textBox p {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		letter-spacing: 0.06em;
		line-height: 1.93;
	}
	#main .infoBox .textBox .num {
		position: static;
		display: block;
		font-size: 5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 23px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-family: 'Noto Serif JP', serif;
}
.headLine04 .en {
	margin-right: 16px;
	color: #585858;
	font-weight: 400;
	font-size: 3.3rem;
	letter-spacing: 0.02em;
	font-family: 'Crimson Text', serif;
}
@media all and (max-width: 767px) {
	.headLine04 {
		margin-bottom: 27px;
		text-align: center;
		color: #222;
		font-size: 1rem;
	}
	.headLine04 .en {
		display: block;
		margin: 0;
		color: #222;
		font-size: 2.5rem;
		letter-spacing: 0.04em;
	}
}
/*------------------------------------------------------------
	comPop
------------------------------------------------------------*/
.popBox ::-webkit-scrollbar {
	display: none;
}
.simplebar-scrollbar::before {
	opacity: 1;
	background-color: #636363;
	width: 2px;
	top: 6px !important;
	left: 4px;
}
.simplebar-track.simplebar-vertical {
	top: 5px;
	bottom: 5px;
	right: 5px;
	box-sizing: border-box;
	background-color: transparent;
}
.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
	transition: none;
}
.popBox {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.popBox .close {
	width: 21px;
	position: absolute;
	right: 37px;
	top: 72px;
	z-index: 1;
	cursor: pointer;
	transition: .2s;
}
.popBox .close:hover {
	transform: scale(.8);
}
.popBox .popTtl {
	margin-bottom: 6px;
	color: #fff;
	font-size: 2.3rem;
	letter-spacing: 0.08em;
	text-align: center;
}
.popBox .whiteBg {
	padding: 81px 84px 81px;
	background-color: #FAF9F5;
	box-sizing: border-box;
	height: 450px;
}
.popBox .popTitle {
	margin-bottom: 39px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
.popBox .popTitle .time {
	margin-top: 8px;
	display: block;
	color: rgba(34, 34, 34, 0.8);
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	font-family: 'Roboto', sans-serif;
}
.popBox .textBox p {
	margin-bottom: 15px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.08em;
}
.popBox .textBox p:last-child {
	margin-bottom: 0 !important;
}
.popBox .textBox p a {
	color: #B49D60;
	text-decoration: underline;
}
.popBox .textBox p a:hover {
	text-decoration: none;
}
.popBox .counter {
	text-align: center;
	color: #D9D9D9;
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-top: 12px;
}
.popBox .counter span {
	margin: 0 5px;
}
.mfp-container {
    position: fixed;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.6;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-content {
	position: relative;
}
button.mfp-arrow.mfp-arrow-left {
	margin-top: -20px;
	position: absolute;
	left: calc(50% - 460px);
	top: 50%;
	width: 24px;
	height: 46px;
	background: url(../img/common/prev02.png) no-repeat center;
	background-size: 12px auto;
	opacity: 1 !important;
}
button.mfp-arrow.mfp-arrow-right {
	margin-top: -20px;
	position: absolute;
	right: calc(50% - 460px);
	top: 50%;
	width: 24px;
	height: 46px;
	background: url(../img/common/next02.png) no-repeat center;
	background-size: 12px auto;
	opacity: 1 !important;
}
button.mfp-arrow::before, button.mfp-arrow::after {
	display: none;
}
@media all and (max-width: 767px) {
	.popBox {
		width: 100%;
		min-height: 105vh;
		padding: 54px 4px 20px;
		box-sizing: border-box;
		background: rgba(250,249,245,0.95);
	}
	.popBox .close {
		width: 20px;
		right: 28px;
		top: 24px;
	}
	.popBox .popTtl {
		margin: 0 21px 28px;
		text-align: left;
		color: #222;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
	}
	.popBox .whiteBg {
		padding: 0 21px;
		height: 470px;
		height: calc(100vh - 256px);
		background-color: transparent;
	}
	.popBox .popTitle {
		margin-bottom: 28px;
		font-size: 1.7rem;
		letter-spacing: 0.08em;
		line-height: 1.647;
	}
	.popBox .popTitle .time {
		margin-top: 7px;
		font-size: 1rem;
		color: #222;
		opacity: 0.6;
		letter-spacing: 0.05em;
	}
	.popBox .textBox p {
		margin-bottom: 21px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}
	.popBox .textBox p a:hover {
		text-decoration: underline;
	}
	.popBox .counter {
		margin-top: 30px;
		color: #fff;
		font-size: 1.2rem;
		font-family: 'Crimson Text', serif;
		letter-spacing: 0.05em;
	}
	.whiteBg .popBox .counter {
		color: #222;
	}
	.simplebar-track.simplebar-vertical {
		width: 8px;
		right: 0;
	}
	.simplebar-scrollbar::before {
		width: 7px;
		left: 0;
		top: 0 !important;
		background: #DEDEDE;
		border-radius: 7px;
	}
	.mfp-container {
		padding: 0;
	}
	button.mfp-arrow.mfp-arrow-left {
		width: 24px;
		height: 46px;
		top: calc(100vh - 112px);
		bottom: 28px;
		left: 22px;
		background-image: url("../img/common/prev05.png");
		background-size: 16px;
		background-position: center center;
	}
	button.mfp-arrow.mfp-arrow-right {
		width: 24px;
		height: 46px;
		top: calc(100vh - 112px);
		bottom: 28px;
		right: 22px;
		background-image: url("../img/common/next05.png");
		background-size: 16px;
		background-position: center center;
	}
}
/*------------------------------------------------------------
	comCategorySp
------------------------------------------------------------*/
@media all and (max-width: 767px) {
	.comCategorySp {
		margin-bottom: 40px;
		position: relative;
		text-align: center;
	}
	.comCategorySp > p {
		box-sizing: border-box;
		min-width: 122px;
		padding: 5px 15px;
		display: inline-block;
		position: relative;
		vertical-align: top;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		letter-spacing: 0.04em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.comCategorySp > p::after {
		margin-top: 2px;
		width: 8px;
		height: 7px;
		position: absolute;
		right: 2px;
		top: 50%;
		background: url("../img/common/icon16.png") no-repeat center center / 100%;
		transform: translateY(-50%);
		content: "";
	}
	.comCategorySp .comTopList {
		margin: 0;
		padding: 10px 0;
		min-width: 122px;
		display: block;
		position: absolute;
		left: 50%;
		top: 100%;
		background: #000;
		transform: translateX(-50%);
		box-sizing: border-box;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
	}
	.comCategorySp .comTopList.on {
		opacity: 1;
		visibility: visible;
	}
	.comCategorySp .comTopList li {
		margin: 0;
	}
	.comCategorySp .comTopList li a {
		padding: 8px 15px;
		display: block;
		text-align: center;
		font-size: 1.1rem;
		letter-spacing: 0.04em;
		white-space: nowrap;
	}
	.whiteBg .comCategorySp > p {
		color: #222;
		border-color: rgba(0, 0, 0, .5);
	}
	.whiteBg .comCategorySp > p::after {
		background-image: url("../img/common/icon17.png");
	}
	.whiteBg .comCategorySp .comTopList {
		background-color: #eee;
	}
	.whiteBg .comCategorySp .comTopList li a {
		color: #222;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 43px;
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
@media all and (max-width: 767px) {
	.headLine05 {
		margin-bottom: 24px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 10px;
	padding-bottom: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
	.headLine06 {
		margin-bottom: 16px;
		padding-bottom: 8px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 15px;
	padding-bottom: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
	.headLine07 {
		margin-bottom: 14px;
		padding-bottom: 9px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 17px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
	.headLine08 {
		margin-bottom: 12px;
		font-size: 1.8rem;
		letter-spacing: 0.08em;
	}
}