@charset "UTF-8";
/* コンパイルCSS 直接修正禁止 */
@-webkit-keyframes cmnBtn03in {
	0% {
		opacity: 0;
		left: 0;
		right: 100%;
	}
	100% {
		opacity: 1;
		left: 0;
		right: 0;
	}
}
@keyframes cmnBtn03in {
	0% {
		opacity: 0;
		left: 0;
		right: 100%;
	}
	100% {
		opacity: 1;
		left: 0;
		right: 0;
	}
}
@-webkit-keyframes cmnBtn03out {
	0% {
		opacity: 1;
		left: 0;
		right: 0;
	}
	100% {
		opacity: 0;
		left: 100%;
		right: 0;
	}
}
@keyframes cmnBtn03out {
	0% {
		opacity: 1;
		left: 0;
		right: 0;
	}
	100% {
		opacity: 0;
		left: 100%;
		right: 0;
	}
}
@keyframes topArrow {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	30% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	70% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	100% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}
}
@-webkit-keyframes topArrow {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	30% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	70% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	100% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}
}
@-webkit-keyframes blogcatbtn {
	0% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	50% {
		-webkit-filter: hue-rotate(-200deg);
		filter: hue-rotate(-200deg);
	}
	100% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
}
@keyframes blogcatbtn {
	0% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	50% {
		-webkit-filter: hue-rotate(-200deg);
		filter: hue-rotate(-200deg);
	}
	100% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
}
.blogArea {
	padding: 0 0 40px;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	.blogArea {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: none;
		flex-direction: none;
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.blogArea .in .ttl {
		font-size: .28rem;
		letter-spacing: 2.24px;
		margin-bottom: 45px;
		text-align: center;
		padding-top: 50px;
	}

	.blogArea .in .list {
		display: none;
		padding: 18px 0;
	}

	.blogArea .in .list_a {
		border-top: 0;
		color: #d9d9d9;
		font-size: .13rem;
		line-height: 1;
		padding: 14px 0;
	}

	.blogArea .in .list_a:before {
		display: none;
	}
	.blogArea .in .list_a {
	}

	.blogArea .navarea {
		z-index: 100;
	}

	.blogArea .navarea .top-open {
		position: relative;
	}

	.blogArea .navarea .accordion-top span {
		display: inline-block;
		padding: 0 20px;
		position: relative;
	}

	.blogArea .navarea .accordion-top span:after {
		content: "";
		background: url(../img/blog/top-after.png);
		background-size: cover;
		height: 8.5px;
		width: 10px;
		top: 50%;
		position: absolute;
		right: 0;
		-webkit-transform: translate(0, -50%) scaleY(-1);
		-ms-transform: translate(0, -50%) scaleY(-1);
		transform: translate(0, -50%) scaleY(-1);
	}

	.blogArea .navarea .accordion-top:after {
		display: none;
	}

	.blogArea .navarea .list {
		display: none;
	}
}
.blogArea .navarea {
	text-align: center;
}

@media print, screen and (min-width: 641px) {
	.blogArea .navarea {
		margin-top: 120px;
		border-top: 1px solid #e2e2e2;
	}
}
@media screen and (max-width: 640px) {
	.blogArea .navarea {
		top: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.blogArea .navarea:before {
		content: "";
		display: block;
		background: url(../img/blog/sidebar-before.jpg);
		background-size: cover;
		height: 2px;
		width: 100%;
		bottom: 0;
		position: absolute;
		left: 0;
		-webkit-animation: blogcatbtn 12s linear infinite;
		animation: blogcatbtn 12s linear infinite;
	}
}
.blogArea .navarea .list {
	max-width: 740px;
	width: 100%;
	margin: auto;
	display: table;
}

@media screen and (max-width: 640px) {
	.blogArea .navarea .list {
		display: none;
	}
}
.blogArea .navarea .list .item {
	display: table-cell;
	width: 20%;
	position: relative;
}

@media screen and (max-width: 640px) {
	.blogArea .navarea .list .item {
		display: block;
		width: 100%;
	}
}
.blogArea .navarea .list .item + .item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 26px;
	background-color: #e2e2e2;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.blogArea .navarea .list .item + .item:after {
		display: none;
	}
}
.blogArea .navarea .list .item.current a {
}

.no-touchevents .blogArea .navarea .list .item a:hover {
}

.blogArea .navarea .list .item_a {
	color: #e2e2e2;
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-size: .16rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.28px;
	padding: 22px 0;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.blogArea .navarea .list .item_a {
		border-top: none;
	}
}
@media screen and (max-width: 640px) {
	.blogArea .navarea .top {
		cursor: pointer;
		font-size: .15rem;
		font-family: aktiv-grotesk, sans-serif;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.9px;
		padding: 18px 0 12px;
		height: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		border-top: 1px solid #e2e2e2;
	}
}
@media screen and (max-width: 640px) {
	.blogArea .navarea .top:before {
		content: "";
		background: url(../img/blog/sidebar-before.jpg);
		background-size: cover;
		height: 2px;
		width: 100%;
		bottom: 0;
		position: absolute;
		left: 0;
		-webkit-animation: blogcatbtn 12s linear infinite;
		animation: blogcatbtn 12s linear infinite;
	}
}
@media screen and (max-width: 640px) {
	.blogArea .navarea .top:after {
		content: "";
		background: url(../img/blog/top-before.png);
		background-size: cover;
		height: 8.5px;
		width: 10px;
		top: 50%;
		position: absolute;
		right: 19px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}
.blogList {
	position: relative;
}

@media screen and (max-width: 640px) {
	.blogList {
		padding: 0 0;
	}
}
@media screen and (max-width: 640px) {
	.blogList .cmnBlock01 {
		width: 100%;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 640px) {
	.blogList .cmnBlock01:first-child {
		margin-top: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.blogList .inner {
		max-width: 1680px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		margin: auto;
		margin-top: 126px;
	}
}
@media screen and (max-width: 640px) {
	.blogList .inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
}
.blogList .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blogSidebar.single {
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: .3rem;
}

@media print, screen and (min-width: 641px) {
	.blogSidebar .in.fix {
		position: absolute;
		bottom: 0;
		top: auto;
	}
}
.blogSidebar .ttl {
	font-family: aktiv-grotesk, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-size: .5rem;
	letter-spacing: 1.5px;
	text-align: center;
}

.blogSidebar .view {
	font-family: aktiv-grotesk, sans-serif;
	font-size: .11rem;
	line-height: 1;
	letter-spacing: 0.66px;
	margin-top: 10px;
	padding-left: 10px;
}

@media screen and (max-width: 640px) {
	.blogAreaDetail .navarea {
		display: none;
	}
	.blogSidebar.single {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.blogArea .container {
		margin: 38px 0 0;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .ttl {
		font-size: .2rem;
		font-family: aktiv-grotesk, sans-serif;
		line-height: 1;
		margin-bottom: 0;
		text-transform: uppercase;
		padding-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .ttl .word {
		font-size: .36rem;
	}
}
.blogDetail .mv {
	width: 100%;
	height: 100vh;
	position: relative;
}

@media screen and (max-width: 640px) {
	.blogDetail .mv {
		height: auto;
	}
}
.blogDetail .imgwrap {
	width: 100%;
	margin-top: .2rem;
}

@media screen and (max-width: 640px) {
	.blogDetail .imgwrap {
		margin-top: .1rem;
	}
}
.blogDetail .mv .imgwrap:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 10;
}

@media screen and (max-width: 640px) {
	.blogDetail .mv .imgwrap:after {
		display: none;
	}
}
.blogDetail .img {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}

.blogDetail .img.active {
	opacity: 1;
}

.blogDetail .img.disableTrs {
	-webkit-transition: none !important;
	transition: none !important;
}

.blogDetail .mv .sectionarrow {
	display: block;
	width: 44px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 50;
}

@media screen and (max-width: 640px) {
	.blogDetail .mv .sectionarrow {
		display: none;
	}
}
.blogDetail .mv .sectionarrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-animation: blogArrow 4s ease infinite;
	animation: blogArrow 4s ease infinite;
}

@media screen and (max-width: 640px) {
	.blogDetail .mv .sectionarrow:after {
		height: 44px;
	}
}
@-webkit-keyframes blogArrow {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	30% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	70% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	100% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}
}
@keyframes blogArrow {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	30% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	70% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	100% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}
}

.blogDetail .mvArea {
	margin-top: .45rem;
}

@media screen and (max-width: 640px) {
	.blogDetail .mvArea {
		margin-top: .2rem;
	}
}

/*
.blogDetail .mv .centerinfo {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
	pointer-events: none;
}

@media screen and (max-width: 640px) {
	.blogDetail .mv .centerinfo {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
*/
.blogDetail .centerinfo {
	pointer-events: none;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.blogDetail .centerinfo {
		box-sizing: border-box;
	}
}
.blogDetail .centerinfo .ttl {
	/*color: #fff;*/
}

@media screen and (max-width: 640px) {
	.blogDetail .centerinfo .ttl {
	}
}
.blogDetail .centerinfo .word {
	font-size: .32rem;
}

@media screen and (max-width: 640px) {
	.blogDetail .centerinfo .word {
		font-size: .16rem;
		line-height: 1.8;
	}
}
.blogDetail .centerinfo .link {
	/*color: #fff;*/
	font-size: .16rem;
	margin-top: 10px;
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.blogDetail .centerinfo .link {
		font-size: .12rem;
	}
}
.blogDetail .mv .pager {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
}

@media screen and (max-width: 640px) {
	.blogDetail .mv .pager {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: center;
	}
}
.blogDetail .mv .pager_button {
	padding: 15px;
	cursor: pointer;
	position: relative;
}

@media screen and (max-width: 640px) {
	.blogDetail .mv .pager_button {
		display: inline-block;
	}
}
.no-touchevents .blogDetail .mv .pager_button .pager_button_in {
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.no-touchevents .blogDetail .mv .pager_button:hover .pager_button_in {
	background-color: #888;
}

.blogDetail .mv .pager_button.active {
	cursor: default;
}

.blogDetail .mv .pager_button.active .pager_button_in {
	background-color: #ddd !important;
}

.blogDetail .mv .pager_button_in {
	width: 14px;
	height: 14px;
	background-image: url(../img/blog/pacman.png?a);
	background-size: 100% auto;
	background-position: left -2100px;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: #ddd;
}

.blogDetail .inner {
}

@media print, screen and (min-width: 641px) {
	.blogDetail .inner {
		padding-top: 1px;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.blogDetail .inner .in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
}

@media screen and (max-width: 640px) {
	.blogDetail .inner .in {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 33px;
	}
}
.blogDetail .slick {
	margin-top: 80px;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.blogDetail .slick {
		margin-top: 56px;
	}
}
.blogDetail .slick .item {
	background: url(../img/blogDetail/slide1.jpg);
	background-size: cover;
	padding-top: 65.56%;
	margin: 0;
	width: 100% !important;
}

.blogDetail .desc {
	/*
	border-right: 1px solid #e2e2e2;
	padding-bottom: 15px;
	width: 36.8%;
	*/
	display: flex;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.blogDetail .desc {
		padding-bottom: 11px;
		justify-content: left;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .desc {
		border-right: none;
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: .1rem;
		width: 100%;
		flex-wrap: wrap;
	}
}
.blogDetail .desc .ttl {
	font-family: aktiv-grotesk, sans-serif;
	font-size: .23rem;
	margin-bottom: 20px;
	margin-top: -8px;
}

.blogDetail .desc .ttl .word {
	font-size: .48rem;
}

.blogDetail .desc .name {
	font-size: .18rem;
	line-height: 1;
	letter-spacing: 1.08px;
}

@media screen and (max-width: 640px) {
	.blogDetail .desc .name {
		font-size: .15rem;
		letter-spacing: 0.9px;
		margin-bottom: 14px;
		text-align: center;
	}
}
.blogDetail .desc .link {
	color: #999;
	font-size: .13rem;
	font-family: aktiv-grotesk, sans-serif;
	line-height: 1;
	letter-spacing: 0.78px;
	margin: 15px 0 37px;
}

@media screen and (max-width: 640px) {
	.blogDetail .desc .link {
		font-size: .11rem;
		margin: 0 0 28px;
		letter-spacing: 0.66px;
		text-align: center;
	}
}
.blogDetail .desc .info {
	color: #999;
	font-size: .14rem;
	font-family: aktiv-grotesk, sans-serif;
	line-height: 1;
	margin-right: .1rem;
}

@media screen and (max-width: 640px) {
	.blogDetail .desc .info {
		font-size: .12rem;
		width: 100%;
	}
}
.blogDetail .desc .info + .info {
	/*
	margin-top: 20px;
	*/
}

@media screen and (max-width: 640px) {
	.blogDetail .desc .info + .info {
	/*
		margin-top: 10px;
	*/
	margin-top: 10px;
	}
}
.blogDetail .desc .info_a {
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touchevents .blogDetail .desc .info_a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.blogDetail .desc .info_a {
		white-space: pre;
		width: calc(100% - 95px);
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.blogDetail .desc .info_span {
	display: inline-block;
	/*min-width: 107px;*/
}

@media screen and (max-width: 640px) {
	.blogDetail .desc .info_span {
		min-width: 90px;
	}
}
.blogDetail .txt {
	/*
	margin-left: 56px;
	width: 66.2%;
	*/
	text-align: justify;
}

@media print, screen and (min-width: 641px) {
	.blogDetail .txt {
		/*
		font-size: 1.6rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
*/
		margin-top: .4rem;
		display: block;
		font-size: .18rem;
		letter-spacing: .1em;
		line-height: 1.75;
		font-weight: 400;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .txt {
		/*
		font-size: 1.3rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
		*/
		font-weight: 400;
		display: block;
		letter-spacing: .1em;
		font-size: .13rem;
		line-height: 1.69;
		padding: 0;
		margin-top: .2rem;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .txt {
		margin: 36px 0 0 0;
		width: 100%;
	}
}
.blogDetail .button {
	position: relative;
	height: 40px;
	margin: 0 auto;
	margin-top: 80px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
	max-width: 1280px;
	max-width: 1000px;
	width: 80%;
}

.blogDetail .button.type01 {
	border-top: none;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.blogDetail .button.type01 {
		margin-top: 20px;
		height: 40px;
		border-bottom: none;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .button {
		width: 100%;
		height: 80px;
		margin-top: 20px;
	}
}
.blogDetail .button .button_a {
	display: block;
	padding: 10px;
	white-space: pre;
}

.blogDetail .button .button_img {
	display: inline-block;
	vertical-align: middle;
}

.blogDetail .button .button_span {
	display: inline-block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	top: 1px;
}

@media screen and (max-width: 640px) {
	.blogDetail .button .button_span {
		display: none;
	}
}
.blogDetail .button .current, .blogDetail .button .next, .blogDetail .button .prev {
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	top: 20px;
	width: 100px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 640px) {
	.blogDetail .button .current, .blogDetail .button .next, .blogDetail .button .prev {
		top: 10px;
		width: auto;
	}
}
.no-touchevents .blogDetail .button .current:hover, .no-touchevents .blogDetail .button .next:hover, .no-touchevents .blogDetail .button .prev:hover {
	opacity: 0.6;
}

.blogDetail .button .prev {
	right: 0;
}

@media screen and (max-width: 640px) {
	.blogDetail .button .prev {
		right: 10px;
	}
}
.blogDetail .button .prev span {
	margin-left: 0;
	margin-right: 10px;
}

.blogDetail .button .next {
	left: 0;
}

@media screen and (max-width: 640px) {
	.blogDetail .button .next {
		left: 10px;
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .button .next img, .blogDetail .button .prev img {
		width: auto;
		height: 19px;
	}
}
.blogDetail .button .current {
	left: 50%;
	margin-left: -50px;
}

@media screen and (max-width: 640px) {
	.blogDetail .button .current {
		top: 12px;
		margin-left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 640px) {
	.blogDetail .button .current img {
		width: auto;
		height: 16px;
	}
}
.moduleArea {
	font-weight: initial;
}
.moduleArea .layout_ph_cap_1 {
	/*margin: 80px 0 83px;*/
	margin-top: .4rem;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_ph_cap_1 {
		/*margin: 56px 0 58px;*/
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_1 {
		margin: 43px 0 46px;
	}
}
.moduleArea .layout_ph_cap_1 .img {
	width: 100%;
}

.moduleArea .layout_ph_cap_1 .img img {
	display: block;
	width: 100%;
	height: auto;
}

.moduleArea .layout_ph_cap_1 .txt {
	color: #AAA;
	font-size: .16rem;
	line-height: 1;
	margin-top: 19px;
	width: auto;
	margin-left: auto;
}

@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_1 .txt {
		font-size: .12rem;
		line-height: .22rem;
		margin-top: 11px;
		text-align: justify;
	}
}
.moduleArea .layout_ph_cap_2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 74px;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_ph_cap_2 {
		margin: 56px 0 58px;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_2 {
		margin: 43px 0 46px;
	}
}
.moduleArea .layout_ph_cap_2 .item {
	margin: 0 !important;
	width: 47.48%;
}

.moduleArea .layout_ph_cap_2 .item .img {
	width: 100%;
}

.moduleArea .layout_ph_cap_2 .item .img img {
	display: block;
	width: 100%;
	height: auto;
}

.moduleArea .layout_ph_cap_2 .item .txt {
	color: #999;
	font-size: .13rem;
	line-height: .25rem;
	margin-top: 25px;
	text-align: justify;
	width: auto;
	margin-left: auto;
}

@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_2 .item .txt {
		font-size: .12rem;
		line-height: .22rem;
		margin-top: 11px;
	}
}
.moduleArea .layout_ph_cap_3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 74px;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_ph_cap_3 {
		margin-top: 52px;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 44px;
	}
}
.moduleArea .layout_ph_cap_3 .item {
	width: 31.3%;
}

@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_3 .item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_3 .item + .item {
		margin-top: 30px;
	}
}
.moduleArea .layout_ph_cap_3 .item .img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_3 .item .img {
		width: 46.8%;
		display: block;
	}
}
.moduleArea .layout_ph_cap_3 .item .img img {
	display: block;
	width: 100%;
	height: auto;
}

.moduleArea .layout_ph_cap_3 .item .title {
	color: #999;
	font-size: .13rem;
	line-height: .25rem;
	margin-top: 15px;
	text-align: justify;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_ph_cap_3 .item .title {
		margin-top: 11px;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_cap_3 .item .title {
		font-size: .12rem;
		line-height: .22rem;
		margin-top: 0;
		width: 46.8%;
	}
}
/*
.moduleArea .layout_free_txt * {
	margin-top: 70px;
	text-align: justify;
}

@media print, screen and (min-width: 641px) {
	.moduleArea .layout_free_txt * {
		font-size: 1.6rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
		font-weight: 400;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_free_txt * {
		font-size: 1.3rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
		font-weight: 400;
	}
}
@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_free_txt * {
		margin-top: 50px;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_free_txt * {
		margin: 45px 0 53px;
	}
}
.moduleArea .layout_free_txt br {
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
}
*/
.moduleArea .layout_mov {
	margin-top: 70px;
}

@media print, screen and (min-width: 641px) {
	.moduleArea .layout_mov {
		font-size: .16rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
		font-weight: 400;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_mov {
		font-size: .13rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
		font-weight: 400;
	}
}
@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_mov {
		margin-top: 50px;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_mov {
		margin: 45px 0 53px;
	}
}
.moduleArea .layout_mov .mov {
	width: 100%;
}

.moduleArea .layout_mov .mov video {
	display: block;
	width: 100%;
	height: auto;
}

.moduleArea .layout_mov .txt {
	color: #999;
	font-size: .13rem;
	line-height: 1;
	margin-top: 19px;
	width: auto;
	margin-left: auto;
}

@media screen and (max-width: 640px) {
	.moduleArea .layout_mov .txt {
		font-size: .12rem;
		line-height: .22rem;
		margin-top: 11px;
		text-align: justify;
	}
}
.moduleArea .layout_ph_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 74px;
}

@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_txt {
		display: block;
	}
}
.moduleArea .layout_ph_txt .phs {
	width: 47.48%;
}

@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_txt .phs {
		width: 100%;
	}
}
.moduleArea .layout_ph_txt .phs .img {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
}

.moduleArea .layout_ph_txt .phs .title {
	color: #999;
	font-size: .13rem;
	line-height: .25rem;
	margin-top: 7px;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_ph_txt .phs .title {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_txt .phs .title {
		font-size: .12rem;
		line-height: .22rem;
		margin-top: 0;
		text-align: justify;
	}
}
.moduleArea .layout_ph_txt .txt {
	margin: -5px 0 0 0;
	text-align: justify;
	width: 48.5%;
}

@media print, screen and (min-width: 641px) {
	.moduleArea .layout_ph_txt .txt {
		font-size: .16rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
		font-weight: 400;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_txt .txt {
		font-size: .13rem;
		letter-spacing: 0.06em;
		line-height: 2.2;
		font-weight: 400;
	}
}
@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_ph_txt .txt {
		margin-top: 52px;
		margin: -3.5px 0 0 0;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_ph_txt .txt {
		margin-top: 100px;
		display: block;
		margin: 0;
		width: 100%;
		margin-top: 30px;
	}
}
@media print, screen and (min-width: 641px) {
	.moduleArea .layout_ph_txt.ph_r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.moduleArea .layout_hr {
	margin: 75px 0;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.moduleArea .layout_hr {
		margin: 52px 0;
	}
}
@media screen and (max-width: 640px) {
	.moduleArea .layout_hr {
		margin: 45px 0;
	}
}
/*# sourceMappingURL=blog.css.map */

/*	--------------------
2022/01/25 修正
--------------------	*/

.moduleArea p a {
	text-decoration: underline;
	color: #7B57FF;
	font-weight: bold;
}
.moduleArea p a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 641px) {
	.moduleArea>*+* {
		margin-top: .5rem;
	}
	.layout_free_txt > p {
		margin-top: .5rem;
	}
	.moduleArea p {
		display: block;
		font-size: .18rem;
		letter-spacing: .1em;
		line-height: 1.75;
	}
	.moduleArea h2 {
		font-size: .33rem;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 1.46;
		margin-top: .8rem;
		margin-bottom: -.2rem;
	}
	.moduleArea h3 {
		font-size: .27rem;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 1.5;
		border-left: 2px solid #FFF;
		padding: 0.05rem 0 0.05rem .15rem;
		margin-top: .8rem;
		margin-bottom: -.15rem;
	}
	.moduleArea h4 {
		font-size: .22rem;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 1.27;
		border-bottom: 1px solid #FFF;
		padding: 0.05rem 0 0.05rem 0;
		margin-top: .8rem;
		margin-bottom: -.1rem;
	}

	.moduleArea .ph_text_edy h2,
	.moduleArea .ph_text_edy h3,
	.moduleArea .ph_text_edy h4 {
		margin-top: 0;
	}

	.moduleArea ol li+li,
	.moduleArea ul li+li {
		margin-top: .1rem;
	}

	.moduleArea ol li {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	.moduleArea ol li,
	.moduleArea ul li {
		font-size: .18rem;
		letter-spacing: .05em;
		line-height: 1.66;
	}

	.moduleArea ul li:before {
		content: "";
		position: relative;
		top: -2px;
		left: 2px;
		display: inline-block;
		width: 0.08rem;
		height: 0.08rem;
		background-color: #FFF;
		background-size: 100% auto;
		background-position: center center;
		background-repeat: no-repeat;
		margin-right: calc(1.5em - 0.08rem);
	}

	.moduleArea ol {
		counter-reset: num;
	}

	.moduleArea ol li:before {
		counter-increment: num;
		content: counter(num) ".";
		color: #ff7900;
		margin-right: 0.4em;
	}

	.moduleArea blockquote {
		position: relative;
		z-index: 1;
		padding: .6rem 0;
	}

	.moduleArea blockquote:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: -.4rem;
		right: -.4rem;
		top: 0;
		bottom: 0;
		border-left: 2px solid #000;
		background-color: #efefef;
		pointer-events: none;
	}

	.moduleArea blockquote:after {
		content: "";
		position: absolute;
		top: .12rem;
		bottom: .12rem;
		left: -.24rem;
		right: -.24rem;
		background-size: .34rem auto;
		background-position: 0 0,right bottom;
		background-repeat: no-repeat;
		background-image: url(/common/img/pkg_icon_blockquote_upper.png),url(/common/img/pkg_icon_blockquote_lower.png);
		pointer-events: none;
	}


	.layout_writer {
		display: flex;
		position: relative;
		padding: .3rem;
		margin-top: .6rem;
		
		background-image: url(../img/top/bg01.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.layout_writer>.thumb {
		top: .2rem;
		left: .2rem;
		width: 100%;
		max-width: 1.1rem;
		height: 1.1rem;
		overflow: hidden;
	}
	.layout_writer>.thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.layout_writer>.detail {
		padding-left: .2rem;
		width: 100%;
	}
	.layout_writer>.detail dt {
		font-size: .26rem;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 1;
	}

	.layout_writer>.detail dd {
		margin-top: .1rem;
		font-size: .14rem;
		letter-spacing: .05em;
		line-height: 1.92;
}








	


}

@media screen and (max-width: 640px) {
	.moduleArea>*+* {
		margin-top: .2rem;
	}
	.layout_free_txt > p {
		margin-top: .2rem;
	}
	.moduleArea p {
		display: block;
		letter-spacing: .1em;
		font-size: .13rem;
		line-height: 1.69;
		padding: 0;
		word-wrap: break-word;
	}
	.moduleArea h2 {
		font-weight: 700;
		letter-spacing: .05em;
		font-size: .18rem;
		line-height: 1.55;
		margin-top: .6rem;
		margin-bottom: -.1rem;
	}
	.moduleArea h3 {
		font-weight: 700;
		letter-spacing: .05em;
		border-left: 2px solid #FFF;
		font-size: .17rem;
		line-height: 1.67;
		border-left-width: 1px;
		padding: 0 0 0 .1rem;
		margin-top: .6rem;
		margin-bottom: -0.075rem;
	}
	.moduleArea h4 {
		font-weight: 700;
		letter-spacing: .05em;
		border-bottom: 1px solid #fff;
		font-size: .16rem;
		line-height: 1.56;
		margin-top: .4rem;
		padding: 0 0 0.08rem 0;
		margin-bottom: -0.05rem;
	}

	.moduleArea .ph_text_edy h2,
	.moduleArea .ph_text_edy h3,
	.moduleArea .ph_text_edy h4 {
		margin-top: 0;
	}


	.moduleArea ol li+li,
	.moduleArea ul li+li {
		margin-top: 0.06rem;
	}

	.moduleArea ol li {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	.moduleArea ol li,
	.moduleArea ul li {
		letter-spacing: .05em;
		font-size: .13rem;
		line-height: 1.69;
	}

	.moduleArea ul li:before {
		content: "";
		position: relative;
		top: 0;
		left: 2px;
		display: inline-block;
		width: 0.08rem;
		height: 0.08rem;
		background-color: #000;
		background-size: 100% auto;
		background-position: center center;
		background-repeat: no-repeat;
		margin-right: calc(1.5em - 0.08rem);
	}

	.moduleArea ol {
		counter-reset: num;
	}

	.moduleArea ol li:before {
		counter-increment: num;
		content: counter(num) ".";
		color: #ff7900;
		margin-right: 0.4em;
	}

	.moduleArea blockquote {
		padding: .3rem 0;
		margin-left: .2rem;
		margin-right: .2rem;
		position: relative;
		z-index: 1;
	}

	.moduleArea blockquote:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: -.2rem;
		right: -.2rem;
		top: 0;
		bottom: 0;
		border-left: 2px solid #000;
		background-color: #efefef;
		pointer-events: none;
	}





	.layout_writer {
		display: flex;
		position: relative;
		padding: .15rem;
		margin-top: .3rem;
		
		background-image: url(../img/top/bg01.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.layout_writer>.thumb {
		top: .2rem;
		left: .2rem;
		width: 100%;
		max-width: 1.0rem;
		height: 1.0rem;
		overflow: hidden;
	}
	.layout_writer>.thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.layout_writer>.detail {
		padding-left: .1rem;
		width: 100%;
	}
	.layout_writer>.detail dt {
		font-size: .18rem;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 1;
	}

	.layout_writer>.detail dd {
		margin-top: .1rem;
		letter-spacing: .05em;
		font-size: .12rem;
		line-height: 1.66;
}



}

@media screen and (max-width: 640px) { 
	.pankuzu .pankuzuone {
		font-feature-settings: "palt";
	}
}

@media print, screen and (min-width: 641px) {
	.blogDetail .imgwrap {
		margin-top: 30px;
	}
	.moduleArea .layout_ph_cap_1 .img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 641px) {
	.cmnBlock01 {
		text-align: center;
		padding-bottom: 100px;
		width: 28%;
	}
}

@media (min-width: 1281px) and (max-width: 1600px) {
	.cmnBlock01 {
		width: 30%;
	}
}

@media (min-width: 641px) and (max-width: 1280px) {
	.cmnBlock01 {
		width: 30%;
	}
}

@media screen and (max-width: 720px) {
	.cmnBlock01 {
		width: 100%;
		padding-bottom: 50px;
		text-align: center;
	}
}

.cmnBlock01.dammy {
	opacity: 0;
	pointer-events: none;
}

@media screen and (max-width: 640px) {
	.cmnBlock01.dammy {
		display: none;
	}
}

.cmnBlock01[data-pararax01-active] {
	opacity: 1;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	-o-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.cmnBlock01 .img_box {
	width: 100%;
	padding-top: 65.7%;
	position: relative;
}

@media screen and (max-width: 720px) {
	.cmnBlock01 .img_box {
		width: 80%;
		padding-top: 50%;
		margin: auto;
	}
}

.cmnBlock01 .img_box .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.cmnBlock01 .work_name {
	font-size: .16rem;
	font-weight: normal;
	line-height: 1;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.ie11 .cmnBlock01 .work_name, .ie10 .cmnBlock01 .work_name, .ie9 .cmnBlock01 .work_name {
	overflow: visible;
}

@media screen and (max-width: 640px) {
	.cmnBlock01 .work_name {
		font-size: .13rem;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.cmnBlock01 .type {
	color: #999999;
	font-size: .12rem;
	font-family: "aktiv-grotesk", sans-serif;
	line-height: 1;
	margin-top: 17px;
}

@media screen and (max-width: 640px) {
	.cmnBlock01 .type {
		font-size: .11rem;
		margin-top: 13px;
	}
}

.cmnBlock01[data-pararax01-active] .type {
	opacity: 1;
	-webkit-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}

.cmnBlock01 a {
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.no-touchevents .cmnBlock01 a:hover {
	opacity: .7;
}





.layout_list_content {
	border-bottom: 1px solid #fff;
	width: 100%;
}
.layout_list_content .tr {
	display: flex;
	width: 100%;
}
.layout_list_content .lc_left,
.layout_list_content .lc_right {
	border-top: 1px solid #fff;
	width: 100%;
}
.layout_list_content .lc_left {
}
.layout_list_content .lc_right {
}
.layout_list_content .lc_left .txt,
.layout_list_content .lc_right .txt {
	margin-top: 0;
}

.type02 .tr:nth-child(1) .lc_left .txt,
.type02 .tr:nth-child(1) .lc_right .txt {
	font-weight: bold;
}

.type03 .tr .lc_left .txt {
	font-weight: bold;
}

@media screen and (max-width: 640px) { 
	.layout_list_content .tr {
		flex-wrap: wrap;
	}
	.layout_list_content .lc_left,
	.layout_list_content .lc_right {
		padding: 0.1rem;
	}
	.layout_list_content .lc_left {
		position: relative;
	}
	.layout_list_content .lc_left .txt {
		position: relative;
		color: #FFF;
	}
	.layout_list_content .lc_left:before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #9F927F;
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media print, screen and (min-width: 641px) {
	.layout_list_content .lc_left,
	.layout_list_content .lc_right {
		padding: 0.15rem 0;
	}
}