@charset "UTF-8";

/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	/* scroll-behavior: smooth; */
	color: #000;
}

/* 要素設定*/
body {}

button,
a {
	color: #000;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.en {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
}

.en_midium {
	font-family: futura-pt, sans-serif;
}


.wrapper {
	width: 100vw;
	overflow: hidden;
}

.inview_box {
	position: relative;
	top: 50px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 1300ms cubic-bezier(.86, 0, .07, 1);
	-moz-transition: all 1300ms cubic-bezier(.86, 0, .07, 1);
	transition: all 1300ms cubic-bezier(.86, 0, .07, 1);
}

.inview_box_on {
	top: 0;
	opacity: 1;
}

.mainWidth,
.mainWidth_small {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 70px;
}

.mainInner {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 30px;
}

.pc_img {
	display: inline-block;
}

.sp_img {
	display: none;
}

.pageTopBtn--pc {
	position: absolute;
	right: 0;
	bottom: -350px;
	z-index: 100;
	display: inline-block;
}

.pageTopBtn--sp {
	display: none;
}

@media screen and (max-width: 737px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
	.sp_img {
		display: inline-block;
	}

	.pc_img {
		display: none;
	}

	.pageTopBtn--sp {
		position: fixed;
		right: 10px;
		bottom: 0px;
		z-index: 100;
		display: inline-block;
		width: 80px;
		height: 80px;
	}

	.pageTopBtn--pc {
		display: none;
	}
}


/*　ヘッダー
---------------------------------------------------------*/
.pageHeader {
	position: fixed;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 45px;
	font-weight: 600;
	font-size: 15px;
	background-color: transparent;
	transition: all 0.5s;
}


.header_logo {
	display: inline-block;
}

.headerCenter_menu {
	display: flex;
	line-height: 110px;
}

.headerCenter_menu li + li {
	margin-left: 40px;
}


.headerRight_menu {
	display: flex;
	line-height: 110px;
}

.headerRight_menu li + li {
	margin-left: 40px;
}



.sphead_main_content {
	display: none;
}

.sp_header_menu {
	display: none;
}

.headerContact a {
	display: inline-block;
	padding: 0 40px;
	color: #fff;
	background-color: #ea7b69;
	border: 2px solid #fff;
	border-radius: 33px;
}

.headerContact a:hover {
	color: #ea7b69;
	background-color: #fff;
	border: 2px solid #ea7b69;
}

.headerContactLogo {
	transform: translateX(-5px)translateY(2px);
}


/*---------------------------------------------------------
	ヘッダースマホ
---------------------------------------------------------*/
@media screen and (max-width: 1320px) and (orientation: portrait),
screen and (max-width: 1320px) and (orientation: landscape) {
	.pageHeader {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 60px;
		padding: 20px 25px;
		font-size: 15px;
		background-color: transparent;
	}

	.header_logo {
		position: absolute;
		top: 15px;
		left: 20px;
		width: 60%;
		max-width: 250px;

	}

	.header_menu {
		display: none;
	}

	.sp_header_menu {
		position: fixed;
		z-index: 3;
		display: block;
		width: 30px;
		height: 30px;
	}

	.sp_header_menu span {
		z-index: 3;
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #ea7b69;
	}


	.sphead_main_inner {
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 100vh;
		padding: 15px 0 50px;
		background-color: #fafafa;
		transform: translateY(-100%);
		transition: all 0.3s;
	}

	.sphead_on {
		transform: translateY(0);
		transition: all 0.3s;
	}

	.sphead_main_content {
		display: block;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		background-color: #fafafa;
	}

	.sphead_menu {
		z-index: 3;
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 25px 0 auto;
	}

	.sphead_menu span {
		z-index: 3;
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #ea7b69;
		transform-origin: left;
	}

	.sphead_menu span:first-child {
		transform: translateY(-2px) rotate(30deg);
	}

	.sphead_menu span:last-child {
		transform: translateY(1px) rotate(-30deg);
	}


	.sphead_logo {
		z-index: 1;
		width: 60%;
		max-width: 250px;
		margin: 60px auto 85px;
	}

	.sphead_insta_logo::before {
		position: absolute;
		top: 3px;
		left: -125px;
		color: #8b8b8b;
		font-size: 15px;
		content: "FOLLOW US";
	}

	.sphead_insta_logo::after {
		position: absolute;
		top: 15px;
		left: -35px;
		width: 23px;
		height: 1px;
		color: #8b8b8b;
		background-color: #8b8b8b;
		content: "";
	}


	.sphead_main_content:nth-child(1) {
		margin-bottom: 40px;
	}

	.sphead_main_content:nth-child(2) {
		margin-bottom: 50px;
	}

	.sphead_insta_logo {
		position: relative;
		width: 20px;
		margin: 0 0 50px calc(50% + 45px);
	}



	.sphead_pagelink {
		display: block;
		flex-wrap: wrap;
		width: 60%;
		margin: 0 auto 30px;
		text-align: center;
	}

	.sphead_pagelink li {
		width: 100%;
		margin: 0 0 30px 0;
		font-size: 15px;
	}





}

/*　コンテンツ
---------------------------------------------------------*/




/*　タイトル　*/
.ttl01 {}

/*　ボタン　*/
.btn01 {
	display: block;
	padding: 0 40px;
	line-height: 60px;
	background-color: #fff;
	border: 1px solid #edeae3;
}

.btn01:hover {
	color: #333333;
	background-color: #fafafa;
}

.btn02 {
	position: relative;
	display: block;
	width: 270px;
	padding: 24px 60px 24px 40px;
	color: #fafafa;
	background-color: #333333;
	border: 1px solid #333333;
}

.btn02::after {
	position: absolute;
	top: 16px;
	right: 17px;
	color: #fafafa;
	font-weight: 300;
	font-size: 25px;
	content: "＋";
}

.btn02:hover {
	color: #333333;
	background-color: #fafafa;
}

.btn02:hover::after {
	color: #333333;
}

.btn03 {
	position: relative;
	width: 270px;
	padding: 24px 60px 24px 40px;
	color: #333;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.btn03::after {
	position: absolute;
	top: 16px;
	right: 17px;
	color: #333333;
	font-weight: 300;
	font-size: 25px;
	content: "ー";
}


/* 白背景 */

.whiteBg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}


/*　ヤジルシ　*/
.arw01 {}

/*　フッター
---------------------------------------------------------*/

#pageFooter {
	padding: 60px 0 40px;
	border-top: 2px solid #fcf2f0;
}

.foot_inner {
	display: flex;
	justify-content: space-between;
}

.foot_logo span {
	display: inline-block;
	margin-left: 15px;
	font-weight: 600;
	font-size: 12px;
}

.snsLogo {
	display: flex;
	margin-top: 35px;
}

.snsLogoItem {
	width: 43px;
	height: 43px;
	margin-right: 8px;
	color: #fff;
	line-height: 43px;
	text-align: center;
	text-align: center;
	background-color: #f59586;
	border: 1px solid #f59586;
	border-radius: 50%;
	transition: 0.3s;
}

.snsLogoItem:hover {
	color: #f59586;
	background-color: #fff;
	border: 1px solid #f59586;
	transition: 0.3s;

}


.footer_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer_menu ul li {
	margin-right: 40px;
}

.footer_menu ul li:nth-last-child(1) {
	margin-right: 0px;
}

.footer_menu .footLink li a {
	display: inline-block;
	font-weight: 600;
}

.footer_menu .footLink li a:hover {
	color: #f59586;
}

.footLink {
	font-size: 13px;
}

.foot_content {
	position: relative;
	width: 50%;
}

.allright {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ea7b69;
	font-weight: 600;
	font-size: 10px;
	text-align: right;
}

/*---------------------------------------------------------
	フッタースマホ
---------------------------------------------------------*/
@media screen and (max-width: 1100px) and (orientation: portrait),
screen and (max-width: 1100px) and (orientation: landscape) {

	.footer_menu ul li {
		width: 120px;
	}

}


@media screen and (max-width: 767px) and (orientation: portrait),
screen and (max-width: 767px) and (orientation: landscape) {

	#pageFooter {
		padding: 60px 0 40px;
		text-align: center;
		border-top: 2px solid #fcf2f0;
	}

	.foot_inner {
		display: block;
	}

	.foot_logo span {
		display: inline-block;
		margin-left: 15px;
		font-weight: 600;
		font-size: 12px;
	}

	.snsLogo {
		display: flex;
		justify-content: center;
		margin-top: 35px;
		margin-bottom: 40px;
	}

	.snsLogoItem {
		width: 43px;
		height: 43px;
		margin-right: 8px;
		color: #fff;
		line-height: 43px;
		text-align: center;
		text-align: center;
		background-color: #f59586;
		border: 1px solid #f59586;
		border-radius: 50%;
		transition: 0.3s;
	}

	.snsLogoItem:hover {
		color: #f59586;
		background-color: #fff;
		border: 1px solid #f59586;
		transition: 0.3s;

	}


	.footer_menu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer_menu ul li {
		width: auto;
		margin-right: 40px;
	}

	.footer_menu ul li:nth-last-child(1) {
		margin-right: 0px;
	}

	.footer_menu ul li a {
		font-weight: 600;
	}





	.footLink {
		font-size: 13px;
	}

	.foot_content {
		position: relative;
		width: 100%;
	}

	.allright {
		position: relative;
		color: #ea7b69;
		font-weight: 600;
		font-size: 10px;
		text-align: center;
		transform: translateY(10px);

	}

}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/

.sp-block,
.sp-inline {
	display: none;
}

@media screen and (max-width: 1200px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {

	body,
	html {
		min-width: 0;
	}


	.mainWidth,
	.mainWidth_small {
		padding: 0 4%;
	}

	.mainInner {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 4%;
	}


	.sp-none {
		display: none;
	}

	.sp-block {
		display: block;
	}

	.sp-inline {
		display: inline;
	}

	.sp-brNone br {
		display: none;
	}

	.btn01 {
		display: block;
		width: 85%;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 14px;
	}

	.side_insta_logo {
		display: none;
	}

	.btn02 {
		position: relative;
		display: block;
		width: 85%;
		padding: 20px 60px 20px 40px;
		color: #d9d9d9;
		font-size: 14px;
		background-color: #333333;
		border: 1px solid #333333;
	}

	.btn02::after {
		position: absolute;
		top: 10px;
		right: 17px;
		color: #d9d9d9;
		font-weight: 300;
		font-size: 25px;
		font-size: 25px;
		content: "＋";
	}


	.btn03 {
		position: relative;
		display: block;
		width: 85%;
		padding: 20px 60px 20px 40px;
		color: #333;
		font-size: 14px;
		background-color: #ffffff;
		border: 1px solid #000000;
		border-bottom: 0px;
	}

	.btn03::after {
		position: absolute;
		top: 10px;
		right: 17px;
		color: #000000;
		font-weight: 300;
		font-size: 25px;
		content: "ー";
	}


	.title {
		margin-bottom: 20px;
	}

	.title_en {
		position: relative;
		font-weight: 100;
		font-size: 30px;
		line-height: 60px;
		letter-spacing: 2.5px;
	}

	.title_en::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 60px;
		height: 2px;
		background-color: black;
		content: "";
	}

	.center_title {
		text-align: left;
	}

	.center_title_en::before {
		left: 0;
	}

	.title_text {
		font-weight: 300;
		font-size: 13px;
		line-height: 40px;
		letter-spacing: 1.4px;
	}

	.text_section_title {
		font-weight: 300;
		font-size: 20px;
		line-height: 35px;
		letter-spacing: 2.4px;
	}

	.text_section_text {
		font-size: 14px;
		line-height: 27px;
		letter-spacing: 1px;
	}


}


/* 下層メインビジュアル */
/*

.mainvCover {
	position: relative;
}

.mainv {
	position: relative;
	padding-top: 200px;
	padding-bottom: 70px;
}

.mainvBg {
	background-image: url(../../img/common/mainvbg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}


.mainvBg svg {
	max-width: 100vw;
}


.mainvInner {
	padding: 100px 30px 120px;
}

.articleInfo {
	text-align: left;
}


.pageTtl-en {
	display: inline-block;
	margin-right: 25px;
	color: #E60000;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
}

.pageTtl-en::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	color: #E60000;
	background-color: #E60000;
	border-radius: 50%;
	content:"";

}

.clientName {
	display: inline-block;
	color: #A09E97;
}

.pageTtl {
	font-size: 42px;
	line-height: 52px;
	text-align: left;
}
*/

/*---------------------------------------------------------
	メインビジュアルスマホ
---------------------------------------------------------*/
/*
@media screen and (max-width: 1400px) {

	.mainv {
		position: relative;
		padding-top: 100px;
	}

	.mainvInner {
		padding: 50px 30px 60px;
	}

}


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

	.mainv {
		padding-bottom: 0;
	}

	.mainvInner {
		padding: 0 0 30px;

	}

	.articleInfo {
		margin-bottom: 5px;
		text-align: left;
	}

	.mainv {
		position: relative;
		padding-top: 80px;
	}

	.pageTtl {
		font-size: 20px;
		line-height: 30px;
		text-align: left;
	}

	.clientName {
		font-size: 13px;
	}
}
*/



/* ぱんくずリスト */

.pankuzCover {
	padding: 21px 0 40px;
	background-color: #FAF8F4;
}

.pankuz {}

.pankuzText {
	width: 500px;
	margin: 0 0 0 auto;
	overflow: hidden;
	color: #E60000;
	font-weight: 600;
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	line-height: 20px;
	white-space: nowrap;
	text-align: end;
	text-overflow: ellipsis;
}

.pankuzText span + span:before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 15px;
	background-color: #E60000;
	border-radius: 50%;
	content: "";
}

.pankuzText span a {
	color: #A09E97;
}

.pankuzText span:nth-last-child(1) a {
	color: #E60000;
}

.pankuzText span a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.pankuzText span a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #A09E97;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	content: "";
}

.pankuzText span a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

/*---------------------------------------------------------
	パンくずスマホ
---------------------------------------------------------*/

@media screen and (max-width: 1320px) and (orientation: portrait) {
	/* ぱんくずリスト */

	.pankuzCover {
		padding: 11px 0 20px;
	}

	.pankuzText {
		width: 90%;
		font-size: 10px;
	}

	.pankuzText span + span:before {
		margin: 0 5px;
		font-size: 10px;
		transform: translateY(0px);
	}

}



/* ページャー */

.pager {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	width: 410px;
	margin: 0 auto;
}

.pagerLink {
	width: 48px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #EDEAE3;
	border-radius: 10px;
}

.pagerLink:hover a {
	color: #E60000;
}

.currentPage {
	border: 2px solid #E60000;
}

.currentPage a {
	color: #E60000;
}

.pagerNext:hover {
	animation: hoverArw 0.5s;
}

.pagerPrev:hover {
	animation: hoverArwRe 0.5s;
}

@keyframes hoverArw {
	0% {
		transform: translateX(0px);
	}

	45% {
		transform: translateX(15px);
		opacity: 0;
	}

	50% {
		transform: translateX(-15px);
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes hoverArwRe {
	0% {
		transform: translateX(0px);
	}

	45% {
		transform: translateX(-15px);
		opacity: 0;
	}

	50% {
		transform: translateX(15px);
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}



@media screen and (max-width: 450px) and (orientation: portrait) {
	/* ページャー */

	.pager {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		width: 300px;
		margin: 0 auto;
	}

	.pagerLink {
		width: 40px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border: 2px solid #EDEAE3;
		border-radius: 10px;
	}

	.currentPage {
		border: 2px solid #E60000;
	}

	.currentPage a {
		color: #E60000;
	}

}


/* ページ内リンク */

.pageLinkBtnBg {
	padding: 0 30px 70px;
	background-color: #FAF8F4;
}

.pageLinkBtnCover {
	padding: 0;
}

.pageLinkBtnList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px -20px;
}

.pageLinkBtnItem {
	width: 25%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.pageLinkBtn {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 30px 20px 10px;
	font-weight: 700;
	line-height: 1.6667;
	background: -webkit-gradient(linear, left top, left bottom, from(#E60000), to(#E60000)) 0 100%/0 2px no-repeat;
	background: -webkit-linear-gradient(#E60000, #E60000) 0 100%/0 2px no-repeat;
	background: linear-gradient(#E60000, #E60000) 0 100%/0 2px no-repeat;
	border-bottom: 1px solid #EDEAE3;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.pageLinkBtn:hover {
	background-size: 100% 2px;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.pageLinkBtn::after {
	position: absolute;
	top: 12px;
	right: 15px;
	display: inline-block;
	width: 10px;
	height: 7px;
	vertical-align: middle;
	background-image: url(../../img/common/pagelink.png);
	background-size: contain;
	content: "";
}

.pageLinkBtn:hover::after {
	-webkit-animation: hoverUnderArrow 0.3s;
	animation: hoverUnderArrow 0.3s;
}

@-webkit-keyframes hoverUnderArrow {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}

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

@keyframes hoverUnderArrow {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}

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

@media screen and (max-width: 767px) {
	.pageLinkBtnBg {
		padding: 0 10px 35px;
	}

	.pageLinkBtn {
		padding: 0 25px 10px 10px;
		font-size: 14px;
	}

	.pageLinkBtn::after {
		top: 10px;
		right: 10px;
	}
}

@media screen and (max-width: 991px) {
	.pageLinkBtnList {
		margin: 0 -5px -20px;
	}

	.pageLinkBtnItem {
		width: 33.3334%;
		padding: 0 5px;
	}
}

@media screen and (max-width: 480px) {
	.pageLinkBtnItem {
		width: 50%;
	}
}
