/*
----------------------------------------
reset
----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/*
----------------------------------------
common
----------------------------------------
*/

html[lang=ja] {
	margin-top: 0 !important;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sp {
	display: none;
}

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

.coming-soon {
	color: #999;
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}

/* scrollbar */

/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/

.slick-dotted.slick-slider {
	margin-bottom: 50px !important;
}

.slick-dots li.slick-active button:before {
	/* color: #c4ac6d !important; */
	color: #000 !important;
	opacity: 1 !important;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all .2s;
}

/* font */

.en {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	word-break: break-all;
}

.en-02 {
	font-family: 'Lora', serif;
	font-weight: 400;
}

.en-03 {
	font-family: 'Mrs Saint Delafield', cursive;
	font-weight: 400;
}

.gothic {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.heading-01 {
	font-size: 2.8rem;
	letter-spacing: 2.5px;
	line-height: 1.5;
	padding-left: 4.5rem;
	margin-bottom: 2rem;
	position: relative;
}

.heading-01::before {
	content: '';
	width: 30px;
	height: 1px;
	/* background: #c4ac6d; */
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
}

.heading-02 {
	font-size: 2.2rem;
	letter-spacing: 4px;
	text-align: center;
	padding-bottom: 4.4rem;
	position: relative;
}

.heading-02:after {
	content: '';
	width: 1px;
	height: 40px;
	/* background: #c4ac6d; */
	background: #777;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 1px );
}

/* ttl */

.ttl-01 {
	text-align: center;
	margin-bottom: 3rem;
}

.ttl-01 .en {
	font-size: 6rem;
	line-height: 1.1;
	letter-spacing: 3px;
	text-indent: -1px;
}

.ttl-01 .jp {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 6px;
}

.ttl-01.line {
	position: relative;
	padding-bottom: 7rem;
}

.ttl-01.line .en {
	line-height: 1.2;
	letter-spacing: 0;
	padding: 3px 0;
}

.ttl-01.line .jp {
	text-indent: 6px;
}

.ttl-01.line::after {
	content: '';
	width: 1px;
	height: 50px;
	/* background: #A58B30; */
	background: #777;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.ttl-02 .en {
	font-size: 18rem;
	line-height: .9;
	letter-spacing: 7px;
	text-indent: 5px;
	color: #F5F5F5;
	margin-bottom: -4.8rem;
}

.ttl-02 .jp {
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 3.2px;
	text-indent: -12px;
}

/* link */

.link a {
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 1.8;
	padding-right: 3rem;
	/* background: #A58B30; */
	background: #333;
	padding: 1px 20px;
}

.link a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background: url( ../img/page/2x/icon-ext-link-wh.png ) center center / contain no-repeat;
	transform: translateY( -3px );
}

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

.link-02 a {
	display: inline-block;
	padding-right: 2rem;
	letter-spacing: .5px;
	line-height: 1.5;
	background: url( ../img/page/2x/icon-ext-link.png ) right center / 16px no-repeat;
	/* color: #a58b30; */
	/* border-bottom: solid 1px #a58b30; */
	border-bottom: solid 1px #333;
}

/* btn */

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

.btn-01 a {
	display: inline-block;
	width: 250px;
	max-width: 100%;
	padding: 7px;
	/* background: #c4ac6d
	border: solid 2px #c4ac6d;
	border-radius: 3px; */
	background: #333;
	border: solid 2px #333;
	color: #fff;
	text-align: center;
	letter-spacing: 2.5px;
	text-indent: 2px;
}

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

.back-btn a {
	display: inline-block;
	/* color: #A58B30; */
	/* border: solid 1px #A58B30; */
	border: solid 1px #333;
	width: 300px;
	max-width: 100%;
	padding: 13px 0;
	position: relative;
}

/* bnr */

.block-bnr a {
	display: block;
	color: #fff;
	background: #ccc;
	position: relative;
}

.block-bnr a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 0, 0, 0, .5 );
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.block-bnr a .flex {
	width: 100%;
	height: 600px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.8rem;
	padding-top: 4.5rem;
	position: relative;
	z-index: 99;
}

.block-bnr a .ttl {
	font-size: 7rem;
	line-height: 1;
	letter-spacing: 3px;
}

.block-bnr a .read {
	font-size: 1.8rem;
	letter-spacing: 7.2px;
	text-indent: 8px;
	margin: 2.2rem 0 3rem;
}

.block-bnr a .btn span {
	display: inline-block;
	width: 250px;
	max-width: 100%;
	padding: 8px;
	font-size: 1.6rem;
	letter-spacing: 2.5px;
	border: solid 1px #fff;
	border-radius: 3px;
	transition: all .5s;
}

/* block-list */

.block-list-01 .block {
	position: relative;
	min-height: 800px;
	padding-top: 200px;
	margin-bottom: 8rem;
	overflow-x: hidden;
}

.block-list-01 .en-bg {
	font-size: 16rem;
	line-height: 1;
	letter-spacing: 7px;
	white-space: nowrap;
	color: #F5F5F5;
	position: absolute;
	top: 4px;
	left: 80px;
	z-index: 1;
}

.block-list-01 .en-bg .num {
	font-size: 22rem;
}

.block-list-01 .txt {
	background: #F5F5F5;
	position: relative;
	z-index: 2;
}

.block-list-01 .box {
	margin: 0 calc( 50% - 160px ) 0 0;
	padding: 6rem 0 3rem;
	min-height: 540px;
	position: relative;
}

.block-list-01 .sdgs-txt {
	font-size: 3.6rem;
	line-height: 1.5;
	white-space: nowrap;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY( -58% );
}

.block-list-01 .ttl {
	align-items: center;
	margin-bottom: 3rem;
}

.block-list-01 .ttl .icon {
	width: 125px;
	margin-right: 3rem;
	line-height: .5;
}

.block-list-01 .ttl h3 {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
}

.block-list-01 .read {
	line-height: 2.5;
	letter-spacing: 1.4px;
	margin-bottom: 3rem;
}

.block-list-01 .img {
	height: 800px;
	position: absolute;
	top: 0;
	right: 0;
	left: calc( 50% + 200px );
	z-index: 3;
}

.block-list-01 .img img {
	width: 100%;
	height: 100%;
}

.block-list-01 .block:nth-of-type( even ) .en-bg {
	color: #F5F5F5;
	right: 70px;
	left: auto;
}

.block-list-01 .block:nth-of-type( even ) .txt {
	background: #F5F5F5;
}

.block-list-01 .block:nth-of-type( even ) .box {
	margin: 0 0 0 calc( 50% - 160px );
	transform: translateX( 210px );
}

.block-list-01 .block:nth-of-type( even ) .img {
	right: calc( 50% + 200px );
	left: 0;
}

/* list */

.list {
	list-style: none;
}

.list li {
	padding-left: 1.6rem;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 3.8px;
}

.list li::before {
	content: '';
	width: 6px;
	height: 6px;
	/* background: #A58B30; */
	background: #777;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
}

.list-02 {
	list-style: none;
}

.list-02 li {
	padding-left: 1.6rem;
	position: relative;
	margin-bottom: 2rem;
}

.list-02 li:last-of-type {
	margin-bottom: 0;
}


.list-02 li::before {
	content: '';
	width: 3px;
	height: 3px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 4px;
}


ul.check li {
	font-size: 1.7rem;
	letter-spacing: 1.2px;
	padding-left: 4rem;
	margin-bottom: 10px;
	position: relative;
}

ul.check li::before {
	content: '';
	width: 27px;
	height: 27px;
	background: url( ../img/common/new/2x/icon-check.png ) center center / contain no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

.dl-01 {
	font-size: 1.6rem;
}

.dl-01 dt {
	width: 19rem;
	padding: 2.4rem 4rem;
	letter-spacing: 1px;
}

.dl-01 dd {
	width: calc( 100% - 19rem );
	padding: 2.4rem 2rem 2.4rem 0;
	letter-spacing: 1.4px;
	text-align: justify;
}

.dl-01 dt:nth-of-type( odd ) {
	background: #f5f5f5;
}

.dl-01 dd:nth-of-type( odd ) {
	background: #f5f5f5;
}

/* layout */

.wrap {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
	text-align: left;
	margin: 0 auto;
}

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

/* keyframes */

.fade-in {
	opacity: 0;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fade-up {
	position: relative;
	top: 20px;
	opacity: 0;
}

@keyframes fade-up {
	0% {
		top: 20px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

.left-in {
	position: relative;
	left: -20px;
	opacity: 0;
}

@keyframes left-in {
	0% {
		left: -20px;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}

.right-in {
	position: relative;
	right: -20px;
	opacity: 0;
}

@keyframes right-in {
	0% {
		right: -20px;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}

/* anime */

@keyframes fade-block {
	0% {
		opacity: 0;
		transform: translateY( 40px );
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fade-block {
	opacity: 0;
	transform: translateY( 40px );
}

.fade-block.view {
	animation: fade-block .6s ease-in-out .6s 1 normal forwards;
}

@keyframes fade-cont {
	0% {
		opacity: 0;
		transform: translateY( 20px );
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fade-cont {
	opacity: 0;
	transform: translateY( 20px );
}

.view .fade-cont {
	animation: fade-cont .6s ease-in-out .8s 1 normal forwards;
}

.view .fade-cont.fade-02 {
	animation: fade-cont .6s ease-in-out 1s 1 normal forwards;
}

.view .fade-cont.fade-03 {
	animation: fade-cont .6s ease-in-out 1.2s 1 normal forwards;
}

@keyframes fade-list {
	0% {
		opacity: 0;
		transform: translateX( -40px );
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fade-list > * {
	opacity: 0;
	transform: translateY( 20px );
}

.view .fade-list > * {
	animation: fade-list .6s ease-in-out 1.2s 1 normal forwards;
}

.view .fade-list > *:nth-child( 2 ) {
	animation: fade-list .6s ease-in-out 1.4s 1 normal forwards;
}

.view .fade-list > *:nth-child( 3 ) {
	animation: fade-list .6s ease-in-out 1.6s 1 normal forwards;
}

.view .fade-list > *:nth-child( 4 ) {
	animation: fade-list .6s ease-in-out 1.8s 1 normal forwards;
}

.view .fade-list > *:nth-child( 5 ) {
	animation: fade-list .6s ease-in-out 2s 1 normal forwards;
}

.view .fade-list > *:nth-child( 6 ) {
	animation: fade-list .6s ease-in-out 2.2s 1 normal forwards;
}

@keyframes mov-box {
	0% {
		width: 0;
		left: 0;
		right: auto;
	}
	40% {
		width: 100%;
		left: 0;
		right: 0;
	}
	60% {
		width: 100%;
		left: 0;
		right: 0;
	}
	61% {
		width: 100%;
		left: auto;
		right: 0;
	}
	100% {
		width: 0;
		left: auto;
		right: 0;
	}
}

.mov-block {
	width: 100%;
	height: 100%;
	position: relative;
}

.mov-block::after {
	content: '';
	width: 0;
	background: #F5F5F5;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}

.mov-block.clr::after {
	background: #F5F5F5;
}

.mov-block img {
	opacity: 0;
	transition: .6s 1.6s all;
}

.view .mov-block::after {
	animation: mov-box 1.2s ease-in-out 1s 1 normal forwards;
}

.view .mov-block.block-02::after {
	animation: mov-box 1.2s ease-in-out 1.2s 1 normal forwards;
}

.view .mov-block img {
	opacity: 1;
}


/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 300;
	font-feature-settings: 'palt';
	line-height: 2;
	text-align: center;
	color: #333;
	position: relative;
	min-width: 375px;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

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

a {
	color: #333;
	text-decoration: none;
	transition: all .2s;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

#contents {
	width: 100vw;
	transition: all .4s;
}

.nav-open #contents {
	transform: translateX( -43.8vw );
	overflow: hidden;
}

.nav-open #contents * {
	pointer-events: none;
}

/* g-nav */

#g-nav {
	position: fixed;
	top: 0;
	right: -50vw;
	bottom: 0;
	width: 50vw;
	overflow: auto;
	overflow-scrolling: touch;
	z-index: 999999;
	transition: all .4s;
}

#g-nav-bg {
	display: none;
}

.nav-open #g-nav {
	right: 0;
}

#g-nav .box {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #F5F5F5;
}

#g-nav .box .logo {
	margin-bottom: 10px;
}

#g-nav .box .nav-menu li {
	margin: 18px 0;
}

#g-nav .box .nav-menu a {
	display: inline-block;
	letter-spacing: 2px;
	padding: 0 10px;
	position: relative;
}

#g-nav .box .nav-menu a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	/* background: #A58B30; */
	background: #000;
	opacity: 0;
	transition: all .2s;
}

#g-nav .box .nav-menu a[target=_blank] span {
	padding-right: 1.8rem;
	background: url( ../img/common/new/2x/icon-link.png ) right center / 14px no-repeat;
}

#g-nav .box .nav-menu a span {
	position: relative;
	z-index: 99;
}

#g-nav .box .sns {
	margin-top: 40px;
}

#g-nav .sns ul {
	width: 540px;
	max-width: 100%;
}

#g-nav .sns li {
	margin-top: 16px;
	padding: 0 5px;
    display: flex;
    align-items: center;
}

.sns ul li:first-child {
    width: 100%;
    margin: 0;
	justify-content: center;
}

.sns ul {
	list-style: none;
}

#g-nav .sns li.sns-name {
	width: calc(50% - 110px);
}

.sns li:first-child {
	line-height: .5;
}

.sns a.insta-btn {
	display: inline-block;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	line-height: .5;
	background-position: center center;
	background-size: 20px;
	background-repeat: no-repeat;
}

.sns a.insta-btn img {
	transition: all .2s;
	width: 20px;
	height: 20px;
}

.sns a.youtube-btn {
	display: inline-block;
	border-radius: 4px;
	background: #fff url( ../img/common/new/2x/icon-youtube.png ) center / 22px no-repeat;
	width: 40px;
	height: 40px;
	font-size: 1.3rem;
	letter-spacing: .4px;
}

.sns-name{
	border-radius: 4px;
    background: #fff;
	margin: 0 5px;
}

/* nav-btn */

#nav-btn {
	position: fixed;
	top: 22px;
	right: 24px;
	z-index: 99999999;
}

#nav-btn > div {
	width: 80px;
	height: 80px;
	position: relative;
	cursor: pointer;
}

#nav-btn > div > span {
	display: block;
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	left: calc( 50% - 15px );
	transition: all .2s;
}

#nav-btn > div > span:first-child {
	top: 29px;
}

#nav-btn > div > span:nth-child( 2 ) {
	top: 39px;
}

#nav-btn > div > span:last-child {
	top: 49px;
}

.nav-open #nav-btn > div > span:first-child {
	width: 44px;
	left: calc( 50% - 22px );
	top: 39px;
	transform: rotate( -30deg );
	height: 1.5px;
}

.nav-open #nav-btn > div > span:nth-child( 2 ) {
	opacity: 0;
}

.nav-open #nav-btn > div > span:last-child {
	width: 44px;
	left: calc( 50% - 22px );
	top: 39px;
	transform: rotate( 30deg );
	height: 1.5px;
}

#overlay {
	background: rgba( 0, 0, 0, .8 );
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

.nav-open #overlay {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

footer .bnr-wrap {
	position: relative;
	padding: 13rem 0 17rem;
	overflow-x: hidden;
}

footer .bnr-wrap .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

#bnr-tel-bg {
	background: url( ../img/common/new/2x/phone-bg.png ) center center / cover no-repeat;
}

#bnr-company-bg {
	background: url( ../img/common/new/2x/company-bg.png ) center center / cover no-repeat;
}

#bnr-contact-bg {
	background: url( ../img/common/new/2x/contact-bg.png ) center center / cover no-repeat;
}

footer .wrap {
	max-width: 1320px;
	padding: 0 60px;
	position: relative;
	z-index: 99;
}

footer .bnr-set {
	justify-content: space-between;
	align-items: center;
}

footer .bnr-set > div {
	opacity: 0;
}

footer.view .bnr-set .bnr-tel {
	animation: fade-in .6s ease-in-out .6s 1 normal forwards;
}

footer.view .bnr-set .bnr-company {
	animation: fade-in .6s ease-in-out .6s 1 normal forwards;
}

footer.view .bnr-set .bnr-contact {
	animation: fade-in .6s ease-in-out .8s 1 normal forwards;
}

a .tel-wrap {
	text-align: center;
}

a .tel-wrap span {
	display: inline-block;
	line-height: 1.4;
}

a .tel-wrap .tel {
	font-size: 1.4rem;
	/* background: #A58B30; */
	background: #333;
	color: #fff;
	padding: 1px 7px;
	margin-right: 10px;
	transform: translateY( -8px );
}

a .tel-wrap .num {
	font-size: 3.6rem;
	letter-spacing: 2px;
	/* color: #A58B30; */
	margin-right: 20px;
}

a .tel-wrap .note {
	font-size: 1.5rem;
	color: #000;
	letter-spacing: 1px;
}

footer #footer {
	padding: 9rem 0;
	text-align: center;
	background: #F5F5F5;
}

footer .wrap {
	text-align: center;
}

footer .sitemap .flex {
	justify-content: center;
	margin: 30px 0 42px;
}

footer .sitemap .flex > li {
	padding: 0 15px;
	letter-spacing: 2.5px;
}

footer .sitemap a {
	font-size: 1.4rem;
	display: inline-block;
}

footer .sitemap a[target=_blank] {
	padding-right: 1.8rem;
	background: url( ../img/common/new/2x/icon-link.png ) right center / 14px no-repeat;
}

footer .sns .flex {
	justify-content: center;
	margin-bottom: 28px;
}

footer .sns li {
	padding: 0 5px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.copyright {
	font-size: 1.2rem;
	letter-spacing: 1.5px;
}

.bnr-set > div {
	width: calc( ( 100% - 60px ) / 2 );
	margin-right: 60px;
}

.bnr-set > div:nth-child( even ),
.bnr-set > div:last-child {
	margin-right: 0;
}

.bnr-set a {
	width: 100%;
	height: 300px;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: solid 1px #dbdbdb;
	position: relative;
	line-height: 1.8;
	z-index: 99;
	transition: all .8s;
}

.bnr-set a * {
	position: relative;
	z-index: 99;
	transition: all .2s;
}

.bnr-set a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .8s;
}

.bnr-set .bnr-tel a::after {
	background: url( '../img/common/new/2x/phone-img.png' ) center center / cover no-repeat;
}

.bnr-set .bnr-company a::after {
	background: url( '../img/common/new/2x/company-img.png' ) center center / cover no-repeat;
}

.bnr-set .bnr-contact a::after {
	background: url( '../img/common/new/2x/contact-img.png' ) center center / cover no-repeat;
}

.bnr-set a .ttl {
	margin-bottom: 5px;
}

.bnr-set a .ttl .en {
	font-size: 2.8rem;
	letter-spacing: 1.5px;
	line-height: 1.5;
	color: #333;
}

.bnr-set a .ttl .page-name {
	letter-spacing: 1px;
}

.bnr-set a .more {
	font-size: 1.8rem;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	bottom: -5.5rem;
	left: 0;
	text-align: center;
}

.bnr-set a .more span {
	padding-top: 5.5rem;
	color: #333;
	position: relative;
}

.bnr-set a .more span::before {
	content: '';
	width: 1px;
	height: 50px;
	/* background: #c4ac6d; */
	background: #777;
	position: absolute;
	top: 0;
	left: 50%;
}


/*
----------------------------------------
page
----------------------------------------
*/

.page #nav-btn {
	top: 22px;
}

.page #nav-btn > div {
	background: #000;
	transition: all .2s;
}

.page #nav-btn > div > span {
	background: #fff;
}

.page #nav-btn > div.show {
	background: #E9E0E1;
}

.page #contents > header {
	height: 250px;
	background: url( ../img/news/2x/header-bg.png ) center center / cover no-repeat;
	color: #fff;
}

.page #contents > header > .wrap {
	max-width: 1160px;
}

.page #contents > header .logo .wrap {
	max-width: 1500px;
}

.page #contents > header .logo {
	display: inline-block;
	position: absolute;
	top: 65px;
	right: 0;
	left: 0;
}

.page #contents > header .logo a {
	display: inline-block;
	position: relative;
	opacity: 0;
	z-index: 99;
}

.page #contents > header.view .logo a {
	animation: fade-in .6s ease-in-out .2s 1 normal forwards;
}

.page #contents > header .ttl {
	font-size: 5.4rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	padding: 6.8rem 0 4.2rem;
	opacity: 0;
	pointer-events: none;
}

.page #contents > header.view .ttl {
	animation: fade-in .6s ease-in-out .4s 1 normal forwards;
}

.topic-path {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 300;
	opacity: 0;
	white-space: nowrap;
	overflow: auto;
}

.view .topic-path {
	animation: fade-in .6s ease-in-out .6s 1 normal forwards;
}

.topic-path ul {
	list-style: none;
	font-size: 1.4rem;
	letter-spacing: 3px;
	flex-wrap: nowrap;
}

.topic-path ul a {
	display: inline-block;
	padding-right: 18px;
	background: url( ../img/common/arrow-02@2x.png ) right 3px center / 6px no-repeat;
	color: #fff;
	margin-right: 5px;
	letter-spacing: 1px;
}

.page footer {
	border-top: solid 1px #ccc;
}

footer .heading-02 {
	margin-bottom: 10.5rem;
}

footer.view .heading-02 {
	animation: fade-up .6s ease-in-out .4s 1 normal forwards;
}

/* linkcard */

.page .linkcard {
	margin: 0 0 4rem;
}

.page .linkcard + br {
	display: none;
}

.page .lkc-external-wrap,
.page .lkc-internal-wrap,
.page .lkc-this-wrap {
	max-width: 100%;
	background: transparent;
	border: none;
}

.page .lkc-this-wrap a,
.page .lkc-internal-wrap a,
.page .lkc-external-wrap a {
	display: block;
	height: 160px;
	padding: 20px 90px 20px 220px;
	border: solid 1px #ccc;
	overflow: hidden;
	position: relative;
}

.page .lkc-internal-wrap a {
	background: url( ../img/news/2x/icon-link.png ) right 28px center / 25px no-repeat;
}

.page .lkc-external-wrap a {
	background: url( ../img/news/2x/icon-ext-link.png ) right 28px center / 26px no-repeat;
}

.page .lkc-thumbnail-img {
	border: solid 1px transparent;
	transition: all .2s;
}

.page .lkc-card {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0;
}

.page .lkc-info {
	display: none !important;
}

.page .lkc-content {
	height: auto;
	margin: 0;
}

.page .lkc-thumbnail {
	max-width: initial;
	max-height: initial;
	overflow: hidden;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
}

.page .lkc-thumbnail-img {
	width: 180px;
	height: 120px;
	max-width: initial;
	max-height: initial;
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

.page .lkc-title-text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none !important;
	/* border-left: solid 4px #A58B30; */
	border-left: solid 4px #777;
	padding: 3px 0 3px 10px;
}

.page .lkc-url {
	display: block;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 1.2rem;
	text-decoration: none;
	line-height: 1.5;
	/* color: #A58B30; */
	color: #333;
	margin: 1.5rem 0 1rem;
}

.page .lkc-excerpt {
	display: block;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and ( max-width: 1400px ) {

	.block-list-01 .block {
		min-height: 700px;
		padding-top: 160px;
	}

	.block-list-01 .box {
		min-height: 500px;
		margin-right: 45%;
	}

	.block-list-01 .en-bg {
		top: -40px;
	}

	.block-list-01 .img {
		height: 700px;
		left: 60%;
	}

	.block-list-01 .block:nth-of-type( even ) .box {
		transform: none;
		margin: 0 0 0 45%;
	}

	.block-list-01 .block:nth-of-type( even ) .img {
		right: 60%;
	}

}


/*
----------------------------------------
1200
----------------------------------------
*/

@media screen and ( max-width: 1200px ) {

	.bnr-set a {
		margin: 0 auto;
		flex-direction: column;
		justify-content: center;
	}

	.block-bnr a .flex {
		height: 450px;
	}

	.block-bnr a .ttl {
		font-size: 6rem;
	}

	.block-bnr a .read {
		font-size: 1.6rem;
	}

	.page #contents > header .logo {
		top: 52px;
	}

	.page #contents > header .logo img {
		max-height: 40px;
	}

	.block-list-01 .block {
		min-height: 640px;
		padding-top: 135px;
	}

	.block-list-01 .box {
		padding: 5rem 0 3rem;
		min-height: 480px;
	}

	.block-list-01 .en-bg {
		font-size: 12rem;
		top: -30px;
		left: 30px;
		letter-spacing: 1px;
	}

	.block-list-01 .block:nth-of-type( even ) .en-bg {
		right: 30px;
	}

	.block-list-01 .en-bg .num {
		font-size: 18rem;
	}

	.block-list-01 .sdgs-txt {
		font-size: 2.8rem;
	}

	.block-list-01 .ttl {
		margin-bottom: 2rem;
	}

	.block-list-01 .ttl .icon {
		width: 110px;
	}

	.block-list-01 .ttl h3 {
		font-size: 2.8rem;
	}

	.block-list-01 .read {
		margin-bottom: 2rem;
	}

	.block-list-01 .read br.pc {
		display: none;
	}

	.block-list-01 .read br.sp {
		display: inline-block;
	}

	.block-list-01 .img {
		height: 640px;
		left: 55%;
	}

	.page .lkc-title-text {
		font-size: 1.8rem;
	}

	.page .lkc-url {
		margin: .5rem 0;
	}

}


/*
----------------------------------------
1000
----------------------------------------
*/

@media screen and ( max-width: 1000px ) {

	#nav-btn {
		top: 30px !important;
		right: 30px;
	}

	#head-nav {
		margin: 10px 0 0;
	}

	#head-nav li {
		margin-right: 3rem;
	}

	.page #contents > header .logo {
		top: 25px;
	}

	.ttl-01 .en {
		font-size: 5rem;
	}

	.ttl-01 .jp {
		font-size: 1.6rem;
	}

	.ttl-02 .en {
		font-size: 14rem;
		margin-bottom: -3rem;
	}

	.ttl-02 .jp {
		font-size: 3rem;
		letter-spacing: 1px;
	}

	.list-02 li {
		margin-bottom: 1rem;
	}

	.dl-01 {
		font-size: 1.5rem;
	}

	.dl-01 dt {
		width: 12rem;
		padding: 2rem;
		letter-spacing: 0;
	}

	.dl-01 dd {
		width: calc( 100% - 12rem );
		padding: 2rem 2rem 2rem 0;
		letter-spacing: 0;
	}

	.block-list-01 .block {
		padding-top: 100px;
		min-height: 580px;
	}

	.block-list-01 .box {
		padding: 4.5rem 0 3rem;
		min-height: 440px;
	}

	.block-list-01 .en-bg {
		font-size: 10rem;
	}

	.block-list-01 .en-bg .num {
		font-size: 14rem;
	}

	.block-list-01 .ttl .icon {
		width: 100px;
		margin-right: 2rem;
	}

	.block-list-01 .ttl h3 {
		font-size: 2.6rem;
	}

	.block-list-01 .sdgs-txt {
		font-size: 2.2rem;
	}

	.block-list-01 .read {
		letter-spacing: 0;
		line-height: 2;
	}

	.block-list-01 .img {
		height: 580px;
	}

	ul.check li {
		font-size: 1.6rem;
	}

	ul.check li::before {
		top: 2px;
	}

	#g-nav .box {
		background-size: 200px;
	}

	.bnr-set a {
		height: 220px;
	}

	footer .bnr-wrap {
		padding: 8rem 0;
	}

	footer .heading-02 {
		margin-bottom: 6rem;
	}

	a .tel-wrap .num {
		letter-spacing: 0;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	html #wpadminbar {
		display: none;
	}

	body {
		font-size: 1.4rem;
	}

	.wrap {
		padding: 0 20px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.topic-path ul {
		font-size: 1.2rem;
	}

	.ttl-01 .en {
		font-size: 3.6rem;
	}

	.ttl-01 .jp {
		font-size: 1.5rem;
		letter-spacing: 2px;
	}

	.ttl-01.line {
		padding-bottom: 4.5rem;
	}

	.ttl-01.line::after {
		height: 30px;
	}

	.ttl-02 .en {
		font-size: 7rem;
		letter-spacing: 2px;
		margin-bottom: -1.5rem;
	}

	.ttl-02 .jp {
		font-size: 2rem;
	}

	.dl-01 dt {
		width: 10rem;
		padding: 1.5rem;
	}

	.dl-01 dd {
		width: calc( 100% - 10rem );
		padding: 1.5rem 1.5rem 1.5rem 0;
	}

	.list-02 li {
		line-height: 1.8;
	}

	.list-02 li::before {
		top: 13px;
	}

	ul.check li {
		padding-left: 3rem;
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 10px;
	}

	ul.check li::before {
		width: 20px;
		height: 20px;
		top: 1px;
	}

	.heading-01 {
		font-size: 1.8rem;
		padding-left: 3.5rem;
	}

	.heading-01::before {
		width: 20px;
	}

	.heading-02 {
		font-size: 1.7rem;
		padding-bottom: 3rem;
		letter-spacing: 3.2px;
		text-indent: 3.2px;
	}

	.heading-02:after {
		height: 20px;
	}

	.block-list-01 .block {
		min-height: initial;
		padding-top: 140px;
		margin-bottom: 3rem;
	}

	.block-list-01 .en-bg {
		display: none;
	}

	.block-list-01 .block .wrap {
		padding: 100px 40px 20px;
	}

	.block-list-01 .box {
		padding: 0 0 1rem;
		margin-right: 0;
		position: relative;
	}

	.block-list-01 .sdgs-txt {
		padding: 2rem 0;
		position: relative;
		transform: none;
	}

	.block-list-01 .sdgs-txt .sdgs-num {
		position: absolute;
		top: -30px;
		right: -40px;
		left: -40px;
		font-size: 8rem;
		letter-spacing: .8px;
		line-height: 1;
		color: #fff;
		text-align: center;
	}

	.block-list-01 .sdgs-txt .sdgs-num .num {
		font-size: 11rem;
	}

	.block-list-01 .sdgs-txt .en-ttl {
		font-size: 1.6rem;
		letter-spacing: 1.1px;
		text-transform: uppercase;
		position: relative;
		z-index: 99;
	}

	.block-list-01 .ttl {
		margin-bottom: 1.5rem;
	}

	.block-list-01 .ttl .icon {
		width: 63px;
		margin-right: 1.6rem;
	}

	.block-list-01 .ttl h3 {
		font-size: 1.8rem;
		letter-spacing: .4px;
	}

	.block-list-01 .read {
		font-size: 1.4rem;
		letter-spacing: .8px;
		line-height: 2.1;
		text-align: justify;
		margin-bottom: 3rem;
	}

	.block-list-01 ul.check li {
		font-size: 1.4rem;
		letter-spacing: .6px;
		margin-bottom: 18px;
	}

	.block-list-01 .img {
		height: 235px;
		top: 0;
		right: 26.5vw;
		left: 26.5vw;
		text-align: center;
	}

	.block-list-01 .block:nth-of-type( even ) .box {
		transform: none;
		margin: 0;
	}

	.block-list-01 .block:nth-of-type( even ) .img {
		right: 26.5vw;
		left: 26.5vw;
	}

	.slick-initialized .slick-slide {
		opacity: .5;
		transition: all .2s;
	}

	.slick-initialized .slick-slide.slick-current {
		opacity: 1;
	}

	header > .wrap {
		padding: 0;
	}

	.topic-path {
		padding: 0 2rem;
		overflow: auto;
	}

	.topic-path ul li:last-of-type {
		padding-right: 2rem;
	}

	#head-nav {
		display: none;
	}

	#nav-btn {
		top: 10px !important;
		right: 10px;
	}

	#nav-btn > div {
		width: 51px;
		height: 51px;
	}

	#nav-btn > div > span {
		width: 23px;
		left: calc( 50% - 11.5px );
	}

	#nav-btn > div > span:first-child {
		top: 19px;
	}

	#nav-btn > div > span:nth-child( 2 ) {
		top: 25px;
	}

	#nav-btn > div > span:last-child {
		top: 31px;
	}

	#nav-btn > div:hover > span:first-child {
		width: 23px;
		transform: none;
		top: 19px;
		left: calc( 50% - 11.5px );
	}

	#nav-btn > div:hover > span:nth-child( 2 ) {
		width: 23px;
	}

	#nav-btn > div:hover > span:last-child {
		width: 23px;
		transform: none;
		top: 31px;
		left: calc( 50% - 11.5px );
	}

	.nav-open #nav-btn > div > span:first-child,
	.nav-open #nav-btn > div:hover > span:first-child {
		width: 25px;
		left: calc( 50% - 12.5px );
		top: 25px;
		transform: rotate( -30deg );
	}

	.nav-open #nav-btn > div > span:nth-child( 2 ),
	.nav-open #nav-btn > div:hover > span:nth-child( 2 ) {
		opacity: 0;
	}

	.nav-open #nav-btn > div > span:last-child,
	.nav-open #nav-btn > div:hover > span:last-child {
		width: 25px;
		left: calc( 50% - 12.5px );
		top: 25px;
		transform: rotate( 30deg );
	}

	.nav-open #contents {
		transform: none;
	}

	#g-nav {
		right: 0;
		left: 0;
		width: 100vw;
		padding: 0 30px;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	#g-nav-bg {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url( ../img/top/img-main-sp-bg@2x.png) center center / cover no-repeat;
	}

	.nav-open #g-nav {
		opacity: 1;
		visibility: visible;
		z-index: 999999;
	}

	#g-nav .box {
		background: rgba( 255, 255, 255, .9 );
		padding-top: 15px;
		position: relative;
		max-height: 155vw;
		margin: auto;
		z-index: 999;
	}

	#g-nav .box .logo {
		margin-bottom: 0;
		transform: translateX( -2px );
		line-height: .5;
		margin-bottom: 5px;
	}

	#g-nav .box .logo img {
		width: 238.45px;
	}

	#g-nav .box .nav-menu {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
	}

	#g-nav .box .nav-menu li {
		width: calc( ( 100% - 10px ) / 2 );
		margin: 5px 0;
	}

	#g-nav .box .nav-menu li:nth-child( odd ) {
		margin-right: 10px;
	}

	#g-nav .box .nav-menu a {
		display: block;
		padding: 5px;
	}

	#g-nav .sns li {
		margin-top: 8px;
	}

	#g-nav .sns ul {
		width: 280px;
		max-width: 100%;
	}

	#g-nav .sns li.sns-name {
		width: calc(100% - 110px);
	}

	#g-nav .box .sns {
		margin-top: 5px;
	}

	.nav-open #overlay {
		display: none;
	}

	footer .bnr-wrap {
		padding: 3rem 0 0;
	}

	footer .wrap {
		padding: 0 20px;
	}

	footer .logo {
		margin: 15px 0 25px;
	}

	footer.view .logo {
		animation: fade-up .6s ease-in-out .4s 1 normal forwards;
	}

	footer .logo img {
		width: 238.45px;
		transform: translateX( -4px );
	}

	.bnr-set {
		flex-direction: column;
	}

	.bnr-set > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.bnr-set a {
		background: #333;
	}

	.bnr-set .brand-01 a,
	.bnr-set .brand-02 a,
	.bnr-set .brand-03 a,
	.bnr-set .brand-04 a,
  .bnr-set .brand-05 a {
		background: #fff;
	}

	.bnr-set a::after {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.bnr-set .brand-01 a::after,
	.bnr-set .brand-02 a::after,
	.bnr-set .brand-03 a::after,
	.bnr-set .brand-04 a::after,
  .bnr-set .brand-05 a::after {
		display: none;
	}

	a .tel-wrap .tel {
		background: #fff;
		color: #333;
		padding: 2px 7px 0;
	}

	a .tel-wrap .num {
		color: #fff;
		font-size: 3rem;
		letter-spacing: 3.5px;
		margin-right: 0;
	}

	a .tel-wrap .note {
		color: #fff;
	}

	.block-bnr a .flex {
		height: 240px;
		padding-top: 0;
	}

	.block-bnr a .ttl {
		font-size: 3.6rem;
	}

	.block-bnr a .read {
		font-size: 1.4rem;
		letter-spacing: 2px;
		margin: 1rem 0 1.5rem;
	}

	.block-bnr a .btn span {
		width: auto;
		font-size: 1.4rem;
		padding: 5px 20px;
	}

	footer #footer {
		height: auto;
		padding: 2rem 0;
	}

	footer .sitemap .flex {
		margin: 0 0 10px;
	}

	footer .sitemap .flex > li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	/*
	footer .sitemap .flex > li:nth-child( odd ) {
		transform: translateX( 12px );
	}

	footer .sitemap .flex > li:first-child {
		transform: none;
	}
	*/

	footer .sns .flex {
		width: 280px;
		margin: 0 auto 10px;
	}

	footer .sns li {
		margin-top: 12px;
	}
	footer .sns li.sns-name {
		width: calc(100% - 110px);
	}

	footer .sns a {
		width: 100%;
		white-space: nowrap;
	}

	footer .sns a.insta-btn {
		width: 40px;
		height: 40px;
	}

	.sns a.youtube-btn {
		padding: 0;
	}

	footer .heading-02 {
		display: none;
	}

	footer .bnr-set {
		padding: 2rem 0;
		height: auto;
	}

	.copyright {
		font-size: 1.2rem;
		letter-spacing: 0;
		padding-bottom: 5px;
	}

	.bnr-set a {
		flex-direction: row;
		width: 100%;
		height: 120px;
		color: #fff;
		font-size: 1.4rem;
	}

	.bnr-set a .ttl {
		margin-bottom: 1rem;
	}

	.bnr-set a .ttl .en {
		color: #fff;
	}

	.bnr-set a .more {
		display: none;
	}

	/* page */

	.page #contents > header {
		height: 180px;
	}

	.page #contents > header .logo img {
		width: 238.45px;
		transform: translateX( 1px );
	}

	.page #contents > header .ttl {
		padding: 7rem 0 1.5rem;
		font-size: 3.2rem;
	}

	.page .bnr-set a .en {
		top: -2px;
	}

	.page .copyright {
		padding: 6px 0;
	}

	.bnr-set > div {
		margin-bottom: 30px;
	}

	.back-btn a {
		width: auto;
		padding: 13px 60px;
	}

	.page .lkc-this-wrap a,
	.page .lkc-internal-wrap a,
	.page .lkc-external-wrap a {
		padding: 0 35px 0 100px;
		height: 80px;
	}

	.page .lkc-internal-wrap a {
		background: url( ../img/news/2x/icon-link.png ) right 10px center / 16px no-repeat;
	}

	.page .lkc-external-wrap a {
		background: url( ../img/news/2x/icon-ext-link.png ) right 10px center / 16px no-repeat;
	}

	.page .lkc-thumbnail {
		width: 80px;
		top: 10px;
		left: 10px;
	}

	.page .lkc-card {
		height: auto;
		padding: 8px 0;
	}

	.page .lkc-thumbnail-img {
		width: 80px;
		height: 60px;
	}

	.page .lkc-title-text {
		font-size: 1.4rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 0 0 0 1rem;
		margin: 3px 0;
	}

	.page .lkc-url {
		font-size: 1.1rem;
		margin: 0;
	}

	.page .lkc-excerpt {
		font-size: 1.1rem;
	}

	.post .linkcard {
		margin-bottom: 2rem;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and ( min-width: 768px ) {

	.btn-01 a:hover {
		/* color: #c4ac6d; */
		color: #000;
		background: #fff;
	}

	.block-bnr a:hover::after {
		opacity: 1;
		visibility: visible;
	}

	.block-bnr a:hover .btn span {
		background: #fff;
		color: #000;
	}

	.link a:hover {
		opacity: .75;
	}

	.back-btn a:hover {
		color: #fff;
		/* background: #A58B30; */
		background: #000;
		border: solid 1px #000;
	}

	#g-nav .box .nav-menu a:hover {
		color: #fff;
	}

	#g-nav .box .nav-menu a:hover::after {
		right: 0;
		opacity: 1;
	}

	#g-nav .box .nav-menu a[target=_blank]:hover span {
		background: url( ../img/common/new/2x/icon-link-wh.png ) right center / 14px no-repeat;
	}

	.sns a.insta-btn:hover {
		/* background-color: #c4ac6d; */
		background-color: #000;
		background-image: url( ../img/common/new/2x/icon-insta-wh.png );
	}

	.sns a.insta-btn:hover img {
		opacity: 0;
		visibility: hidden;
	}

	.sns a.youtube-btn:hover {
		/* background: #c4ac6d url( ../img/common/new/2x/icon-youtube-wh.png ) 10px center / 22px no-repeat; */
		background: #000 url( ../img/common/new/2x/icon-youtube-wh.png ) center / 22px no-repeat;
		color: #fff;
	}

	#nav-btn > div:hover > span:first-child {
		width: 15px;
		transform: rotate( -45deg );
		top: 34px;
		left: calc( 50% - 19px );
		height: 1.5px;
	}

	#nav-btn > div:hover > span:nth-child( 2 ) {
		width: 30px;
	}

	#nav-btn > div:hover > span:last-child {
		width: 15px;
		transform: rotate( 45deg );
		top: 44px;
		left: calc( 50% - 19px );
		height: 1.5px;
	}

	.nav-open #nav-btn > div:hover > span:first-child {
		width: 15px;
		transform: rotate( 45deg );
		top: 34px;
		left: calc( 50% + 4px );
	}

	.nav-open #nav-btn > div:hover > span:nth-child( 2 ) {
		opacity: 1;
	}

	.nav-open #nav-btn > div:hover > span:last-child {
		width: 15px;
		transform: rotate( -45deg );
		top: 44px;
		left: calc( 50% + 4px );
	}

	a:hover .tel-wrap .tel {
		background: #fff;
		color: #333;
	}

	a:hover .tel-wrap .num,
	a:hover .tel-wrap .note {
		color: #fff;
	}

	footer .sitemap a:hover {
		/* color: #A58B30; */
		text-decoration: underline;
	}

	.bnr-set a:hover {
		background: #333;
	}

	.bnr-set a:hover * {
		color: #fff;
	}

	.bnr-set a:hover::after {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.bnr-set a:hover .ttl .en {
		color: #fff;
	}

	.page #contents > header .logo a:hover {
		opacity: .75 !important;
	}

}
