@-webkit-keyframes bound-animation {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -2px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bound-animation {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -2px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes title-cover-animation {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes title-cover-animation {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes fadeIn-up-animation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
@keyframes fadeIn-up-animation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
@-webkit-keyframes fadeIn-animation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn-animation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut-animation {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut-animation {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes rotation-animation {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0);
	}
}
@keyframes rotation-animation {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0);
	}
}
@-webkit-keyframes slider-animation {
	0% {
		-webkit-mask-size: 0% 130%;
		mask-size: 0% 130%;
	}
	100% {
		-webkit-mask-size: 130% 130%;
		mask-size: 130% 130%;
	}
}
@keyframes slider-animation {
	0% {
		-webkit-mask-size: 0% 130%;
		mask-size: 0% 130%;
	}
	100% {
		-webkit-mask-size: 130% 130%;
		mask-size: 130% 130%;
	}
}
@-webkit-keyframes slider-move-animation {
	0% {
		transform: translate3d(-100px, 0, 0);
	}
	100% {
		transform: translate3d(0px, 0, 0);
	}
}
@keyframes slider-move-animation {
	0% {
		transform: translate3d(-100px, 0, 0);
	}
	100% {
		transform: translate3d(0px, 0, 0);
	}
}
@-webkit-keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
html {
	visibility: hidden;
}
html.wf-active,
html.loading-delay {
	visibility: visible;
}
body {
	width: 100%;
	overflow-y: scroll;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body.is-hidden {
	overflow: hidden;
}
body.windows .pickupMenu {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body.windows .pickupMenu::-webkit-scrollbar {
	display: none;
}
body.windows .productModal,
body.windows .storeSearchModal {
	overflow-x: hidden;
}
body.graph_style {
	background-color: #f7f8fb;
}
body.products_style {
	background-color: #effaff;
}
a {
	text-decoration: none;
	color: #fff;
}
a:focus {
	outline: none;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
	color: #444;
}
h2,
h3 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.caption {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
input:focus {
	outline: none;
}
button {
	padding: 0;
	border: none;
}
button:focus {
	outline: none;
}
.waveImg img {
	position: relative;
	width: 100%;
	z-index: -1;
}
.waveImg.top img {
	top: 5px;
}
.waveImg.bottom img {
	bottom: 5px;
}
.attentionMessageArea {
	margin-top: 200px;
	color: #444;
}
.attentionMessageArea h2 {
	font-size: calc((48 / 1440) * 100vw);
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 600;
	font-style: normal;
}
@media screen and (min-width: 1440px) {
	.attentionMessageArea h2 {
		font-size: 48px;
	}
}
@media screen and (max-width: 1000px) {
	.attentionMessageArea h2 {
		font-size: 48px;
	}
}
.attentionMessageArea h2 .subText {
	display: block;
	font-size: calc((40 / 1440) * 100vw);
}
@media screen and (min-width: 1440px) {
	.attentionMessageArea h2 .subText {
		font-size: 40px;
	}
}
@media screen and (max-width: 1000px) {
	.attentionMessageArea h2 .subText {
		font-size: 40px;
	}
}
.attentionMessageArea .attentionText {
	margin-top: 30px;
	font-size: calc((20 / 1440) * 100vw);
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (min-width: 1440px) {
	.attentionMessageArea .attentionText {
		font-size: 18px;
	}
}
@media screen and (max-width: 1000px) {
	.attentionMessageArea .attentionText {
		font-size: 16px;
	}
}
.attentionMessageArea .text {
	display: block;
	margin: 50px auto 0;
	text-align: center;
}
.attentionMessageArea .text a {
	font-size: calc((16px / 1440) * 100vw);
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #34aee2;
	transition: 0.5s ease;
}
@media screen and (min-width: 769px) {
	.attentionMessageArea .text a:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 1440px) {
	.attentionMessageArea .text a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1000px) {
	.attentionMessageArea .text a {
		font-size: 14px;
	}
}
.disable-num {
	color: #444;
	text-decoration: none;
	pointer-events: none;
}
.b01 {
	border-bottom: 10px solid #facd00;
}
.b02 {
	border-bottom: 10px solid #f29f4d;
}
.b03 {
	border-bottom: 10px solid #81d9ff;
}
.b04 {
	border-bottom: 10px solid #ff8181;
}
.b05 {
	border-bottom: 10px solid #927cb7;
}
.b06 {
	border-bottom: 10px solid #609cd3;
}
.b07 {
	border-bottom: 10px solid #4fb99f;
}
.b08 {
	border-bottom: 10px solid #b6d342;
}
.cue-lazy {
	position: relative;
	opacity: 0;
}
.cue-lazy.in {
	top: 50px;
	-webkit-animation: fadeIn-up-animation 0.5s forwards;
	animation: fadeIn-up-animation 0.5s forwards;
}
@media screen and (min-width: 769px) {
	.pc-show {
		display: block;
	}
	.sp-show {
		display: none;
	}
	.pc-br {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.pc-show {
		display: none;
	}
	.sp-show {
		display: block;
	}
	.sp-br {
		display: block;
	}
}
.pickupBtn {
	position: absolute;
	bottom: 40px;
	left: 60px;
	z-index: 3;
}
.pickupBtn .logoBtn img {
	width: 110px;
}
@media screen and (max-width: 1300px) {
	.pickupBtn {
		left: 40px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 1100px) {
	.pickupBtn {
		left: 30px;
		bottom: 30px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 768px) {
	.pickupBtn {
		bottom: -8px;
		left: 8px;
	}
	.pickupBtn .logoBtn img {
		width: 72px;
	}
}
.pickupBtn .logoBtn,
.pickupBtn .logoCircle,
.pickupBtn .closeBtn {
	position: relative;
	transition: 0.5s;
	cursor: pointer;
	z-index: 999;
}
.pickupBtn .logoCircle {
	display: none;
}
.pickupBtn .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	z-index: 998;
	cursor: pointer;
}
.pickupBtn .closeBtn .item {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 22px;
	margin: auto;
}
.pickupBtn .closeBtn .item::before,
.pickupBtn .closeBtn .item::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 22px;
	background-color: #272727;
}
.pickupBtn .closeBtn .item::before {
	transform: rotate(45deg);
	left: 10px;
}
.pickupBtn .closeBtn .item::after {
	transform: rotate(-45deg);
	left: 10px;
}
.pickupBtn .closeBtn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	margin: auto;
}
.pickupBtn.fixed {
	position: fixed;
	left: 45px;
	-webkit-animation: fadeIn-animation;
	animation: fadeIn-animation;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.pickupBtn.fixed .logoCircle {
	display: block;
}
.pickupBtn.fixed .logoCircle img:first-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 65px;
	margin: auto;
}
.pickupBtn.fixed .logoCircle img:last-child {
	display: block;
	width: 100%;
	max-width: 160px;
	-webkit-animation: 20s linear infinite rotation-animation;
	animation: 20s linear infinite rotation-animation;
}
@media screen and (max-width: 768px) {
	.pickupBtn.fixed {
		left: 20px;
		bottom: 20px;
	}
	.pickupBtn.fixed .logoCircle img:first-child {
		width: 45px;
	}
	.pickupBtn.fixed .logoCircle img:last-child {
		max-width: 95px;
	}
}
.pickupBtn .circle {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	background-color: #609cd3;
	transition: 1s;
}
.pickupBtn .circle .item {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 50%;
	background-color: #81d9ff;
	transition: 1s;
}
.pickupBtn .circle .item:nth-child(2) {
	width: 70%;
	height: 70%;
	background-color: #b5e9ff;
}
.pickupBtn .circle .item:nth-child(3) {
	width: 35%;
	height: 35%;
	background-color: #edf9ff;
}
.pickupBtn .circle .item:nth-child(4) {
	width: 20%;
	height: 20%;
	background-color: #fdfeff;
}
.pickupBtn.is-animated .logoBtn,
.pickupBtn.is-animated .logoCircle {
	opacity: 0;
	z-index: 998;
}
.pickupBtn.is-animated .closeBtn {
	opacity: 1;
	z-index: 999;
}
.pickupBtn.is-animated .circle {
	display: block;
	transition: 1s;
}
.pickupBtn.is-animated .circle .item {
	transform: scale3d(50, 50, 50);
	transition: 0.4s;
}
.pickupBtn.is-animated .circle .item:nth-child(2) {
	transition: 0.9s;
}
.pickupBtn.is-animated .circle .item:nth-child(3) {
	transition: 1s;
}
.pickupBtn.is-animated .circle .item:nth-child(4) {
	transition: 1s;
}
.pickupMenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 1040px;
	width: 100%;
	height: 660px;
	margin: auto;
	padding: 0 10px;
	overflow-y: scroll;
	z-index: 998;
}
.pickupMenu .upper {
	text-align: center;
}
.pickupMenu .upper .icon img {
	width: 40px;
	height: 40px;
}
.pickupMenu .upper h2 {
	margin-top: 10px;
	font-size: 30px;
	line-height: 43px;
	letter-spacing: 0.2em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.pickupMenu .upper .caption {
	margin-top: 10px;
	font-size: 16px;
	color: #81d9ff;
	text-transform: capitalize;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pickupMenu .lower {
	max-height: 494px;
	margin-top: 40px;
}
@media screen and (max-width: 370px) {
	.pickupMenu .lower {
		padding: 0 30px;
	}
}
.pickupMenu .lower ul {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.pickupMenu .lower ul {
		display: block;
	}
}
@media screen and (min-width: 1100px) {
	.pickupMenu .lower ul a:hover img {
		transform: scale(1.05);
	}
	.pickupMenu .lower ul a:hover .left .btn::after {
		transform: scale(1.1);
	}
}
.pickupMenu .lower ul li {
	max-width: 306px;
	width: 100%;
}
.pickupMenu .lower ul li:nth-child(2),
.pickupMenu .lower ul li:nth-child(3) {
	margin-left: 40px;
}
.pickupMenu .lower ul li:nth-child(4n) {
	margin: 24px 40px 0 0;
}
.pickupMenu .lower ul li:nth-child(n + 4) {
	margin-top: 24px;
}
.pickupMenu .lower ul li:nth-child(1) .title {
	color: #facd00;
}
.pickupMenu .lower ul li:nth-child(2) .title {
	color: #ff8181;
}
.pickupMenu .lower ul li:nth-child(3) .title {
	color: #34aee2;
}
.pickupMenu .lower ul li:nth-child(4) .title {
	color: #4fb99f;
}
.pickupMenu .lower ul li:nth-child(5) .title {
	color: #609cd3;
}
.pickupMenu .lower ul li:nth-child(6) .title {
	color: #609cd3;
}
.pickupMenu .lower ul li .img {
	width: 100%;
	height: 172px;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (max-width: 370px) {
	.pickupMenu .lower ul li .img {
		height: 147px;
	}
}
.pickupMenu .lower ul li .img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}
.pickupMenu .lower ul li .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}
.pickupMenu .lower ul li .text .right > span {
	display: block;
}
.pickupMenu .lower ul li .text .right > span.title {
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.2em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.pickupMenu .lower ul li .text .right > span.sub {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.2em;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pickupMenu .lower ul li .text .left .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
}
.pickupMenu .lower ul li .text .left .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.pickupMenu .lower ul li .text .left .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
@media (max-width: 1300px) {
	.pickupMenu {
		max-width: 715px;
		padding: 0;
	}
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
	.pickupMenu .upper h2 {
		font-size: 24px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 768px) and (max-width: 374px) {
	.pickupMenu {
		height: 500px;
	}
}
@media (max-width: 1300px) {
	.pickupMenu .lower {
		max-height: none;
	}
	.pickupMenu .lower ul {
		justify-content: space-between;
	}
	.pickupMenu .lower ul li {
		max-width: 336px;
		margin-right: 0;
	}
	.pickupMenu .lower ul li:nth-child(3) {
		margin-left: 0;
	}
	.pickupMenu .lower ul li:nth-child(4) {
		margin-right: 0;
	}
	.pickupMenu .lower ul li:nth-child(3n) {
		margin-top: 24px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
	.pickupMenu .lower ul li {
		max-width: 306px;
		margin: auto;
	}
	.pickupMenu .lower ul li:nth-child(2) {
		margin-left: auto;
	}
	.pickupMenu .lower ul li:nth-child(4) {
		margin: 30px auto 0;
	}
	.pickupMenu .lower ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.pickupMenu .lower ul li:nth-child(3n) {
		margin: 24px auto 0;
	}
	.pickupMenu .lower ul li:not(:first-child) {
		margin-top: 30px;
	}
	.pickupMenu .lower ul li:last-child {
		padding-bottom: 70px;
	}
}
.breadcrumbsArea {
	max-width: 1140px;
	width: 100%;
	margin: 65px auto 0;
}
@media screen and (max-width: 1200px) {
	.breadcrumbsArea {
		max-width: none;
		width: 85%;
	}
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
	.breadcrumbsArea {
		display: none;
	}
}
.breadcrumbsArea .innerBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.breadcrumbsArea .innerBlock ul li {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.breadcrumbsArea .innerBlock ul li a {
	position: relative;
	margin-right: 10px;
	padding-right: 13px;
	color: #444;
	transition: 0.5s;
}
@media screen and (min-width: 1000px) {
	.breadcrumbsArea .innerBlock ul li a:hover {
		color: #609cd3;
	}
}
.breadcrumbsArea .innerBlock ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	width: 6px;
	height: 8px;
	margin: auto;
	background: url(../images/icon_breadcrumb_arrow.svg) no-repeat center;
	background-size: contain;
}
.breadcrumbsArea .innerBlock ul li:nth-child(4) {
	max-width: 360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.breadcrumbsArea + .irDetailArea {
	margin-top: 70px;
}
.breadcrumbsArea + .irDetailArea.library {
	margin-top: 70px;
}
@media screen and (max-width: 1200px) {
	.breadcrumbsArea + .irDetailArea.library .selectSort {
		margin-bottom: 90px;
	}
}
.newsArea {
	position: relative;
	margin-top: 150px;
}
@media screen and (max-width: 599px) {
	.newsArea {
		margin-top: 150px;
	}
}
.newsArea .bg {
	width: 100%;
	padding-top: calc(1060 / 1440 * 100%);
	background: url("../images/top/bg_section_01.svg") no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.newsArea .innerBlock .bubbleImg.top {
	position: absolute;
	right: 65px;
	max-width: 300px;
	width: 100%;
	height: 300px;
	background: url("../images/top/img_news_01.png") no-repeat;
	background-size: contain;
	z-index: 1;
}
.newsArea .innerBlock .bubbleImg.top.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.newsArea .innerBlock .bubbleImg.bottom {
	position: relative;
	left: -50px;
	max-width: 467px;
	width: 100%;
	height: 458px;
	margin-top: -250px;
	background: url("../images/top/img_news_02.png") no-repeat;
	background-size: contain;
}
.newsArea .innerBlock .bubbleImg.bottom.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
@media screen and (max-width: 1100px) {
	.newsArea .innerBlock {
		padding-top: 0;
	}
	.newsArea .innerBlock .bubbleImg.top {
		max-width: 250px;
		height: 250px;
		margin: 0 -20px -70px auto;
	}
}
@media screen and (max-width: 1100px) and (max-width: 414px) {
	.newsArea .innerBlock .bubbleImg.top {
		position: relative;
		margin: 0 -20px -100px auto;
	}
}
@media screen and (max-width: 1100px) {
	.newsArea .innerBlock .bubbleImg.bottom {
		left: -10%;
		max-width: 220px;
		height: 220px;
		margin-top: -100px;
	}
}
.newsArea .innerBlock .contents {
	position: relative;
	padding: 50px 0;
	background: url(../images/top/bg_wave_center_01.jpg);
}
@media screen and (max-width: 1100px) {
	.newsArea .innerBlock .contents {
		padding-bottom: 180px;
	}
}
.newsArea .innerBlock .upper {
	max-width: 450px;
	width: 100%;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.newsArea .innerBlock .upper {
		max-width: 275px;
	}
}
.newsArea .innerBlock .upper .cue-item {
	display: block;
}
.newsArea .innerBlock .upper .cue-item.is-show {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.newsArea .innerBlock .upper h2 {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 20px auto 0;
	font-size: 36px;
	line-height: 54px;
	letter-spacing: 0.15em;
	text-align: left;
}
@media screen and (max-width: 599px) {
	.newsArea .innerBlock .upper h2 {
		font-size: 24px;
	}
}
.newsArea .innerBlock .upper .caption {
	margin-top: 5px;
	font-size: 16px;
	line-height: 32px;
}
.newsArea .innerBlock .lower {
	margin-top: 70px;
}
.newsArea .innerBlock .lower .newsCarousel {
	max-width: 1800px;
	margin: auto;
}
.newsArea .innerBlock .lower .newsCarousel .slick-prev,
.newsArea .innerBlock .lower .newsCarousel .slick-next {
	position: absolute;
	top: 40%;
	width: 74px;
	height: 74px;
	border-radius: 74px;
	background-color: #f29f4d;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 1;
	cursor: pointer;
	transition: 0.3s;
}
.newsArea .innerBlock .lower .newsCarousel .slick-prev img,
.newsArea .innerBlock .lower .newsCarousel .slick-next img {
	transition: 0.3s;
}
@media screen and (min-width: 1100px) {
	.newsArea .innerBlock .lower .newsCarousel .slick-prev:hover,
	.newsArea .innerBlock .lower .newsCarousel .slick-next:hover {
		background-color: #fc9;
		transform: scale(1.1);
	}
}
@media screen and (max-width: 599px) {
	.newsArea .innerBlock .lower .newsCarousel .slick-prev,
	.newsArea .innerBlock .lower .newsCarousel .slick-next {
		width: 54px;
		height: 54px;
	}
}
.newsArea .innerBlock .lower .newsCarousel .slick-prev {
	left: 135px;
}
@media screen and (max-width: 599px) {
	.newsArea .innerBlock .lower .newsCarousel .slick-prev {
		left: 8%;
	}
}
.newsArea .innerBlock .lower .newsCarousel .slick-next {
	right: 135px;
}
@media screen and (max-width: 599px) {
	.newsArea .innerBlock .lower .newsCarousel .slick-next {
		right: 8%;
	}
}
.newsArea .innerBlock .lower .newsCarousel .item {
	max-width: 340px;
	margin: 0 12.5px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.newsArea .innerBlock .lower .newsCarousel .item:nth-child(even) {
	margin-top: 50px;
}
.newsArea .innerBlock .lower .newsCarousel .item a {
	display: block;
	padding: 20px;
	margin: auto;
	border-radius: 4px;
}
@media screen and (min-width: 1100px) {
	.newsArea .innerBlock .lower .newsCarousel .item a:hover img {
		transform: scale(1.05);
	}
	.newsArea .innerBlock .lower .newsCarousel .item a:hover .btn::after {
		transform: scale(1.1);
	}
}
.newsArea .innerBlock .lower .newsCarousel .item .img {
	display: block;
	position: relative;
	width: 100%;
}
.newsArea .innerBlock .lower .newsCarousel .item .img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.6%;
}
.newsArea .innerBlock .lower .newsCarousel .item .img .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.newsArea .innerBlock .lower .newsCarousel .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.newsArea .innerBlock .lower .newsCarousel .item .category {
	display: inline-block;
	height: 25px;
	padding: 2px 14px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #81d9ff;
	border: 2px solid #81d9ff;
	box-sizing: border-box;
	border-radius: 52px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.newsArea .innerBlock .lower .newsCarousel .item .text {
	display: -webkit-box;
	min-height: 75px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.newsArea .innerBlock .lower .newsCarousel .item .btn {
	margin-top: 8px;
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
}
.newsArea .innerBlock .lower .newsCarousel .item .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.newsArea .innerBlock .lower .newsCarousel .item .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
.newsArea .innerBlock .moreBtn {
	display: block;
	position: relative;
	width: 270px;
	margin: 50px auto 0;
	z-index: 1;
}
@media screen and (min-width: 1100px) {
	.newsArea .innerBlock .moreBtn:hover::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1100px) {
	.newsArea .innerBlock .moreBtn {
		margin: 50px auto 0;
	}
}
.newsArea .innerBlock .moreBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_01.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.newsArea .innerBlock .moreBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	margin: auto;
	border-radius: 80px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: -1;
}
.newsArea .innerBlock .moreBtn a {
	display: block;
	padding: 26px 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
@media screen and (max-width: 780px) {
	.newsArea .bg {
		padding-top: calc(971 / 375 * 100%);
		background: url("../images/top/bg_section_01_SP.svg") no-repeat center
			center;
		background-size: cover;
	}
	.newsArea .innerBlock .bubbleImg.top {
		top: 50px;
		right: 0;
	}
	.newsArea .innerBlock .lower {
		margin-top: 40px;
	}
}
.newsArea.report {
	margin-top: 140px;
}
@media screen and (max-width: 780px) {
	.newsArea.report {
		margin-top: 90px;
	}
}
.newsArea.report .innerBlock .contents {
	background: none;
}
@media screen and (max-width: 1100px) {
	.newsArea.report .innerBlock .contents {
		padding-bottom: 0;
	}
}
.newsArea.report .innerBlock .moreBtn {
	margin: 50px auto 15px;
}
.newsArea.report .innerBlock .moreBtn.is-hide {
	display: none;
}
@media screen and (max-width: 1100px) {
	.newsArea.report .innerBlock .moreBtn {
		margin: 50px auto 15px;
	}
}
.selectSort {
	max-width: 1140px;
	margin: 30px auto 40px;
}
@media screen and (max-width: 1200px) {
	.selectSort {
		width: 85%;
	}
}
@media screen and (max-width: 1200px) and (max-width: 414px) {
	.selectSort {
		max-width: 280px;
	}
}
.selectSort .inner {
	position: relative;
	width: 280px;
}
@media screen and (max-width: 1200px) {
	.selectSort .inner {
		margin: auto;
	}
}
@media screen and (max-width: 1200px) and (max-width: 320px) {
	.selectSort .inner {
		width: auto;
	}
}
.selectSort .inner::before,
.selectSort .inner::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
}
.selectSort .inner::before {
	top: 37%;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #34aee2;
	border-left: 4px solid transparent;
}
.selectSort .inner::after {
	bottom: 37%;
	border-right: 4px solid transparent;
	border-top: 4px solid #34aee2;
	border-left: 4px solid transparent;
}
.selectSort .inner select {
	min-width: 280px;
	padding: 10px 104px 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	font-size: 13px;
	line-height: 170%;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.selectSort .inner select:focus {
	outline: none;
}
@media screen and (max-width: 320px) {
	.selectSort .inner select {
		min-width: 221px;
		padding: 10px 44px 10px 20px;
	}
}
.postNavBlock {
	margin-top: 84px;
}
.postNavBlock .innerBlock {
	width: 100%;
	height: 300px;
	background: url(../images/ir/bg_wave_center_01.jpg);
}
.postNavBlock .innerBlock ul {
	display: flex;
	align-items: center;
	width: 510px;
	margin: auto;
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.postNavBlock .innerBlock ul {
		justify-content: center;
		width: auto;
	}
}
.postNavBlock .innerBlock ul li {
	cursor: pointer;
}
.postNavBlock .innerBlock ul li.prev {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	width: 70px;
	height: 70px;
	margin: 0 50px 0 0;
	transform: rotate(180deg);
	z-index: 3;
}
.postNavBlock .innerBlock ul li.prev::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.postNavBlock .innerBlock ul li.prev::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
.postNavBlock .innerBlock ul li.prev::after {
	width: 70px;
	height: 70px;
	z-index: -1;
}
@media screen and (max-width: 668px) {
	.postNavBlock .innerBlock ul li.prev {
		width: 60px;
		height: 60px;
		margin: 0 20px 0 0;
	}
	.postNavBlock .innerBlock ul li.prev::after {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 668px) and (max-width: 320px) {
	.postNavBlock .innerBlock ul li.prev {
		margin: 0 10px 0 0;
	}
}
.postNavBlock .innerBlock ul li.prev::before {
	right: -6px;
	width: 13px;
	height: 22px;
	background: url(../images/icon_arrow_02_big.svg) no-repeat;
	transition: 0.5s;
	z-index: 1;
}
.postNavBlock .innerBlock ul li.menu .moreBtn {
	display: block;
	position: relative;
	width: 270px;
	margin: 0 auto;
	z-index: 1;
}
@media screen and (min-width: 1100px) {
	.postNavBlock .innerBlock ul li.menu .moreBtn:hover::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1100px) {
	.postNavBlock .innerBlock ul li.menu .moreBtn {
		margin: 50px auto 0;
	}
}
.postNavBlock .innerBlock ul li.menu .moreBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_01.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.postNavBlock .innerBlock ul li.menu .moreBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	margin: auto;
	border-radius: 80px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: -1;
}
.postNavBlock .innerBlock ul li.menu .moreBtn a {
	display: block;
	padding: 26px 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
@media screen and (max-width: 1100px) {
	.postNavBlock .innerBlock ul li.menu .moreBtn {
		margin: 0;
	}
}
@media screen and (max-width: 1100px) and (max-width: 668px) {
	.postNavBlock .innerBlock ul li.menu .moreBtn {
		width: 170px;
	}
	.postNavBlock .innerBlock ul li.menu .moreBtn::after {
		width: 170px;
	}
}
@media screen and (max-width: 1100px) and (max-width: 668px) and (max-width: 320px) {
	.postNavBlock .innerBlock ul li.menu .moreBtn::after {
		width: 160px;
	}
}
@media screen and (max-width: 1100px) and (max-width: 668px) {
	.postNavBlock .innerBlock ul li.menu .moreBtn a {
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0.15em;
		text-transform: uppercase;
	}
}
@media screen and (max-width: 1100px) and (max-width: 668px) and (max-width: 320px) {
	.postNavBlock .innerBlock ul li.menu .moreBtn {
		width: 160px;
	}
}
.postNavBlock .innerBlock ul li.next {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	width: 70px;
	height: 70px;
	margin-left: 50px;
	z-index: 3;
}
.postNavBlock .innerBlock ul li.next::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.postNavBlock .innerBlock ul li.next::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
.postNavBlock .innerBlock ul li.next::after {
	width: 70px;
	height: 70px;
	z-index: -1;
}
.postNavBlock .innerBlock ul li.next::before {
	right: -6px;
	width: 12px;
	height: 22px;
	background: url(../images/icon_arrow_02_big.svg) no-repeat;
	transition: 0.3s;
}
@media screen and (max-width: 668px) {
	.postNavBlock .innerBlock ul li.next {
		width: 60px;
		height: 60px;
		margin-left: 20px;
	}
	.postNavBlock .innerBlock ul li.next::after {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 668px) and (max-width: 320px) {
	.postNavBlock .innerBlock ul li.next {
		margin-left: 10px;
	}
}
.postNavBlock .innerBlock ul li a {
	display: block;
	height: 100%;
}
@media screen and (min-width: 1100px) {
	.postNavBlock .innerBlock ul li.prev:hover::after {
		transform: rotate(180deg) scale(1.1);
	}
	.postNavBlock .innerBlock ul li.next:hover::after {
		transform: scale(1.1);
	}
}
.postNavBlock .innerBlock.is-orange {
	background: url(../images/news/single/bg_wave_center_01.jpg);
}
.postNavBlock .innerBlock.is-green {
	background: url(../images/report/single/bg_wave_center_01.jpg);
}
.flameTop,
.flameBottom {
	position: fixed;
	width: 100%;
	height: 8px;
	z-index: 5;
}
.flameTop::before,
.flameTop::after,
.flameBottom::before,
.flameBottom::after {
	content: "";
	position: fixed;
	top: 0;
	width: 33.333%;
	height: 8px;
}
.flameRight,
.flameLeft {
	position: fixed;
	width: 8px;
	height: 100%;
	z-index: 5;
}
.flameRight::before,
.flameRight::after,
.flameLeft::before,
.flameLeft::after {
	content: "";
	position: fixed;
	width: 8px;
}
.flameRight::after,
.flameLeft::after {
	top: 0;
	height: 50%;
	z-index: 6;
}
.flameRight::before,
.flameLeft::before {
	bottom: 0;
	height: 100%;
}
.flameTop {
	top: 0;
	background-color: #f29f4d;
}
.flameTop::before {
	background-color: #facd00;
}
.flameTop::after {
	right: 0;
	background-color: #81d9ff;
}
.flameRight {
	right: 0;
}
.flameRight::after {
	background-color: #ff8181;
}
.flameRight::before {
	background-color: #4fb99f;
}
.flameBottom {
	bottom: 0;
	background-color: #facd00;
}
.flameBottom::before {
	top: auto;
	bottom: 0;
	background-color: #609cd3;
}
.flameBottom::after {
	top: auto;
	right: 0;
	bottom: 0;
	background-color: #f29f4d;
}
.flameLeft {
	left: 0;
}
.flameLeft::after {
	background-color: #b6d342;
}
.flameLeft::before {
	background-color: #4fb99f;
}
header {
	position: absolute;
	width: 100%;
	height: 180px;
	z-index: 4;
}
header h1 {
	position: absolute;
	top: -30px;
	left: 50px;
	width: 130px;
	height: 130px;
	border-radius: 130px;
	background-color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
header h1 a {
	display: block;
	height: 100%;
}
header h1 img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 91px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 700px) {
	header h1 {
		top: -74px;
		left: 20px;
		width: 95px;
		height: 95px;
	}
	header h1 img {
		width: 72px;
	}
}
nav {
	display: block;
	position: fixed;
	top: 8px;
	right: 8px;
	width: auto;
}
@media screen and (min-width: 1199px) {
	nav .pcArea {
		padding: 17px 35px 19px;
		border-radius: 8px 0 0 8px;
		background-color: rgba(79, 35, 16, 0.8);
	}
	nav .pcArea.is-active {
		border-radius: 8px 0 0 0;
	}
	nav .pcArea .innerBlock {
		display: flex;
	}
	nav .pcArea .innerBlock .left {
		margin-right: 30px;
	}
	nav .pcArea .innerBlock .left .upper {
		display: flex;
		justify-content: flex-end;
	}
	nav .pcArea .innerBlock .left .upper li {
		margin-left: 25px;
	}
	nav .pcArea .innerBlock .left .upper li:first-child {
		margin-left: 0;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(1) a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/header/icon_news.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(2) a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/header/icon_magazine.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(3) a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/header/icon_media.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(4) a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/header/icon_people.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(5) a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/header/icon_contact.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(6) a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/header/icon_cart.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(3) a::before {
		background: url(../images/header/icon_contact.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(4) a::before {
		background: url(../images/header/icon_cart.svg) no-repeat;
		background-size: contain;
	}
	nav .pcArea .innerBlock .left .upper li:nth-child(2) a::before {
		height: 11px;
	}
	nav .pcArea .innerBlock .left .upper li a {
		position: relative;
		padding-left: 20px;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 11px;
		color: #fff;
		line-height: 16px;
		letter-spacing: 0.15em;
	}
	nav .pcArea .innerBlock .left .upper li a:hover::before {
		-webkit-animation: bound-animation 0.8s ease alternate;
		animation: bound-animation 0.8s ease alternate;
	}
	nav .pcArea .innerBlock .left .lower {
		position: relative;
		left: -14px;
		display: flex;
		justify-content: flex-end;
		margin-top: 11px;
	}
	nav .pcArea .innerBlock .left .lower li {
		position: relative;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: normal;
		font-style: normal;
	}
	nav .pcArea .innerBlock .left .lower li::before {
		content: "";
		display: block;
		position: absolute;
		bottom: -11px;
		width: 100%;
		height: 3px;
		transition: all 0.2s;
		transform: scale(0, 1);
		transform-origin: center top;
		z-index: 9999;
	}
	nav .pcArea .innerBlock .left .lower li:hover::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		left: -50%;
		margin: auto;
		padding: 0 50%;
		height: 50px;
		z-index: 1;
	}
	nav .pcArea .innerBlock .left .lower li.is-active::before {
		transform: scale(1, 1);
	}
	nav .pcArea .innerBlock .left .lower li:not(:first-child) {
		margin-left: 30px;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .left .lower li:nth-child(2).is-active::before {
		background-color: #facd00;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .left .lower li:nth-child(3).is-active::before {
		background-color: #2bbfff;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .left .lower li:nth-child(4).is-active::before {
		background-color: #ff5a5a;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .left .lower li:nth-child(5).is-active::before {
		background-color: #229e80;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .left .lower li:nth-child(6).is-active::before {
		background-color: #2bbfff;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .left .lower li:nth-child(7).is-active::before {
		background-color: #93b215;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .left .lower li:nth-child(8).is-active::before {
		background-color: #93b215;
	}
}
@media screen and (min-width: 1199px) {
	nav .pcArea .innerBlock .left .lower li a {
		position: relative;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.15em;
		z-index: 2;
	}
}
@media screen and (min-width: 1199px) and (min-width: 599px) {
	nav .pcArea .innerBlock .left .lower li a {
		font-size: 0.972vw;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1440px) {
	nav .pcArea .innerBlock .left .lower li a {
		font-size: 14px;
	}
}
@media screen and (min-width: 1199px) {
	nav .pcArea .innerBlock .left .lower li a::after {
		content: "";
		display: block;
		position: absolute;
		top: 1px;
		right: -13px;
		bottom: 0;
		width: 10px;
		height: 8px;
		margin: auto;
		background: url(../images/header/icon_nav_arrow.svg) no-repeat;
		transition: 0.3s;
	}
	nav .pcArea .innerBlock .left .lower li a:hover::before {
		content: "";
		display: block;
		position: absolute;
		bottom: -20px;
		width: 100%;
		height: 40px;
		margin: auto;
	}
	nav .pcArea .innerBlock .right {
		position: relative;
		width: 60px;
		margin-left: 30px;
	}
	nav .pcArea .innerBlock .right::before {
		content: "";
		position: absolute;
		top: 3px;
		bottom: 0;
		left: -26px;
		width: 15px;
		height: 15px;
		margin: auto;
		background: url(../images/header/icon_global.svg) no-repeat;
		background-size: 15px;
	}
	nav .pcArea .innerBlock .right ul {
		display: flex;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		align-items: center;
	}
	nav .pcArea .innerBlock .right ul li:last-child a {
		padding-left: 10px;
	}
	nav .pcArea .innerBlock .right ul li:last-child a::before {
		content: "";
		padding-right: 10px;
		border-left: 1px solid #fff;
	}
	nav .pcArea .innerBlock .right ul li a {
		font-family: open-sans, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 11px;
	}
	nav .pcArea .innerBlock .right ul li a .text {
		transition: 0.2s;
	}
}
@media screen and (min-width: 1199px) and (min-width: 1100px) {
	nav .pcArea .innerBlock .right ul li a:hover .text {
		opacity: 0.6;
	}
}
@media screen and (min-width: 1199px) {
	nav .spArea {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	nav {
		position: fixed;
		top: 0;
		right: auto;
		width: 100%;
	}
	nav .pcArea {
		display: none;
	}
	nav .spArea {
		display: block;
		position: fixed;
		top: 8px;
		right: 8px;
		width: 60px;
		height: 60px;
		background-color: rgba(79, 35, 16, 0.8);
		z-index: 999;
	}
	nav .spArea .innerBlock .item {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 25px;
		height: 20px;
		cursor: pointer;
	}
	nav .spArea .innerBlock .item span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	nav .spArea .innerBlock .item span:nth-of-type(1) {
		top: 0;
	}
	nav .spArea .innerBlock .item span:nth-of-type(2) {
		top: 8px;
	}
	nav .spArea .innerBlock .item span:nth-of-type(3) {
		bottom: 2px;
	}
	nav .spArea .innerBlock .item.is-active span:nth-of-type(1) {
		top: -12px;
		transform: translateY(20px) rotate(-45deg);
	}
	nav .spArea .innerBlock .item.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	nav .spArea .innerBlock .item.is-active span:nth-of-type(3) {
		bottom: -10px;
		transform: translateY(-20px) rotate(45deg);
	}
	nav .spArea .innerBlock .item,
	nav .spArea .innerBlock .item span {
		display: inline-block;
		transition: all 0.5s;
		box-sizing: border-box;
	}
}
nav .pcMenuArea {
	position: absolute;
	top: 75px;
	left: 0;
	width: 1200px;
}
nav .pcMenuArea .innerBlock {
	width: 100%;
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
nav .pcMenuArea .innerBlock .category {
	display: none;
	width: 100%;
	transition: 0.3s;
	opacity: 0;
}
nav .pcMenuArea .innerBlock .category.is-active {
	display: block;
	opacity: 1;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
}
@media screen and (min-width: 1100px) {
	nav .pcMenuArea .innerBlock .upper a:hover .link .title::before {
		left: 32px;
	}
	nav .pcMenuArea .innerBlock .upper a:hover .link .title::after {
		width: 100%;
	}
}
nav .pcMenuArea .innerBlock .upper .sub {
	padding: 9px 34px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.15em;
	text-transform: capitalize;
	color: #fff;
	font-family: open-sans, sans-serif;
	font-weight: normal;
	font-style: normal;
}
nav .pcMenuArea .innerBlock .upper .link .title {
	display: block;
	position: relative;
	padding: 22px 34px 22px 54px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.15em;
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	transition: all 0.2s;
	z-index: 2;
}
nav .pcMenuArea .innerBlock .upper .link .title::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: 0.3s;
}
nav .pcMenuArea .innerBlock .upper .link .title::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: 0.3s;
	z-index: -1;
}
nav .pcMenuArea .innerBlock .lower {
	display: flex;
	padding: 19px 34px;
	border-radius: 0 0 8px 8px;
}
nav .pcMenuArea .innerBlock .lower ul:not(:first-child) {
	margin-left: 60px;
}
nav .pcMenuArea .innerBlock .lower ul li a {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0.2em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	transition: all 0.3s;
}
@media screen and (min-width: 1100px) {
	nav .pcMenuArea .innerBlock .lower ul li a:hover::before {
		transform: translate3d(2px, 0, 0);
	}
}
nav .pcMenuArea .innerBlock .lower ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
	height: 12px;
	margin: auto;
	transition: 0.5s;
}
nav .pcMenuArea .innerBlock .thought .upper .sub {
	background-color: #facd00;
}
nav .pcMenuArea .innerBlock .thought .upper .link .title {
	background-color: #e5bd02;
}
nav .pcMenuArea .innerBlock .thought .upper a:hover .title::before {
	border-color: #ffeea2;
}
nav .pcMenuArea .innerBlock .thought .upper a:hover .title::after {
	background-color: #facd00;
}
nav .pcMenuArea .innerBlock .thought .lower {
	background-color: rgba(255, 238, 162, 0.9);
}
nav .pcMenuArea .innerBlock .thought .lower a::before {
	background: url(../images/header/icon_arrow_04.svg) no-repeat;
	background-size: contain;
}
nav .pcMenuArea .innerBlock .thought .lower a:hover {
	color: #e5bd02;
}
nav .pcMenuArea .innerBlock .brand .sub,
nav .pcMenuArea .innerBlock .company .sub {
	background-color: #81d9ff;
}
nav .pcMenuArea .innerBlock .brand .upper .link .title,
nav .pcMenuArea .innerBlock .company .upper .link .title {
	background-color: #2bbfff;
}
nav .pcMenuArea .innerBlock .brand .upper a:hover .title::before,
nav .pcMenuArea .innerBlock .company .upper a:hover .title::before {
	border-color: #d3f2ff;
}
nav .pcMenuArea .innerBlock .brand .upper a:hover .title::after,
nav .pcMenuArea .innerBlock .company .upper a:hover .title::after {
	background-color: #84d7fb;
}
nav .pcMenuArea .innerBlock .brand .lower,
nav .pcMenuArea .innerBlock .company .lower {
	background-color: rgba(211, 242, 255, 0.9);
}
nav .pcMenuArea .innerBlock .brand .lower ul li a::before,
nav .pcMenuArea .innerBlock .company .lower ul li a::before {
	background: url(../images/header/icon_arrow_02.svg) no-repeat;
	background-size: contain;
}
nav .pcMenuArea .innerBlock .brand .lower ul li a:hover,
nav .pcMenuArea .innerBlock .company .lower ul li a:hover {
	color: #2bbfff;
}
nav .pcMenuArea .innerBlock .business .upper .sub {
	background-color: #ff8181;
}
nav .pcMenuArea .innerBlock .business .upper .link .title {
	background-color: #ff5a5a;
}
nav .pcMenuArea .innerBlock .business .upper a:hover .title::before {
	border-color: #ffd2d2;
}
nav .pcMenuArea .innerBlock .business .upper a:hover .title::after {
	background-color: #ff8181;
}
nav .pcMenuArea .innerBlock .business .lower {
	background-color: rgba(255, 210, 210, 0.9);
}
nav .pcMenuArea .innerBlock .business .lower a::before {
	background: url(../images/header/icon_arrow_01.svg) no-repeat;
	background-size: contain;
}
nav .pcMenuArea .innerBlock .business .lower a:hover {
	color: #ff8181;
}
nav .pcMenuArea .innerBlock .graphicoIsm .upper .sub,
nav .pcMenuArea .innerBlock .ir .upper .sub {
	background-color: #609cd3;
}
nav .pcMenuArea .innerBlock .graphicoIsm .upper .link .title,
nav .pcMenuArea .innerBlock .ir .upper .link .title {
	background-color: #2c82d3;
}
nav .pcMenuArea .innerBlock .graphicoIsm .upper a:hover .title::before,
nav .pcMenuArea .innerBlock .ir .upper a:hover .title::before {
	border-color: #badeff;
}
nav .pcMenuArea .innerBlock .graphicoIsm .upper a:hover .title::after,
nav .pcMenuArea .innerBlock .ir .upper a:hover .title::after {
	background-color: #679dcf;
}
nav .pcMenuArea .innerBlock .graphicoIsm .lower,
nav .pcMenuArea .innerBlock .ir .lower {
	background-color: rgba(186, 222, 255, 0.9);
}
nav .pcMenuArea .innerBlock .graphicoIsm .lower a::before,
nav .pcMenuArea .innerBlock .ir .lower a::before {
	background: url(../images/header/icon_arrow_03.svg) no-repeat;
	background-size: contain;
}
nav .pcMenuArea .innerBlock .graphicoIsm .lower a:hover,
nav .pcMenuArea .innerBlock .ir .lower a:hover {
	color: #2c82d3;
}
nav .pcMenuArea .innerBlock .ir .lower ul:first-child li:nth-child(2) {
	margin-top: 30px;
}
nav .pcMenuArea .innerBlock .ir .lower ul li a {
	line-height: 180%;
}
nav .pcMenuArea .innerBlock .ir .lower ul li a.link::before {
	left: -6px;
	width: 17px;
	height: 13px;
	background: url(../images/header/img_icon_blank_blue.svg) no-repeat;
	background-size: contain;
}
nav .pcMenuArea .innerBlock .ir .lower li a .text {
	padding-left: 0;
}
nav .pcMenuArea .innerBlock .ir .lower li + .title {
	margin-top: 30px;
}
nav .pcMenuArea .innerBlock .ir .lower li.title + .title {
	margin-top: 30px;
}
nav .pcMenuArea .innerBlock .ir .lower li.title + li {
	margin-top: 7px;
}
@media screen and (min-width: 1100px) {
	nav .pcMenuArea .innerBlock .ir .lower li.title a:hover .text {
		color: #aaaaaa;
	}
}
nav .pcMenuArea .innerBlock .ir .lower li .text {
	margin-top: 33px;
	padding-left: 15px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #609cd3;
	transition: 0.5s;
}
nav .pcMenuArea .innerBlock .sustainability .upper .sub {
	background-color: #4fb99f;
}
nav .pcMenuArea .innerBlock .sustainability .upper .link .title {
	background-color: #229e80;
}
nav .pcMenuArea .innerBlock .sustainability .upper a:hover .title::before {
	border-color: #b0eadb;
}
nav .pcMenuArea .innerBlock .sustainability .upper a:hover .title::after {
	background-color: #58b7a0;
}
nav .pcMenuArea .innerBlock .sustainability .lower {
	background-color: rgba(176, 234, 219, 0.9);
}
nav .pcMenuArea .innerBlock .sustainability .lower a::before {
	background: url(../images/header/icon_arrow_05.svg) no-repeat;
	background-size: contain;
}
nav .pcMenuArea .innerBlock .sustainability .lower a:hover {
	color: #28977c;
}
nav .pcMenuArea .innerBlock .recruit .upper .sub {
	background-color: #c2d934;
}
nav .pcMenuArea .innerBlock .recruit .upper .link .title {
	background-color: #93b215;
}
nav .pcMenuArea .innerBlock .recruit .upper a:hover .title::before {
	border-color: #c2d934;
}
nav .pcMenuArea .innerBlock .recruit .upper a:hover .title::after {
	background-color: #bfd440;
}
nav .pcMenuArea .innerBlock .recruit .lower {
	background-color: rgba(231, 255, 137, 0.9);
}
nav .pcMenuArea .innerBlock .recruit .lower a::before {
	background: url(../images/header/icon_arrow_06.svg) no-repeat;
	background-size: contain;
}
nav .pcMenuArea .innerBlock .recruit .lower a:hover {
	color: #8ca81c;
}
nav .spMenuArea {
	position: fixed;
	top: 0;
	width: 100%;
	height: 0;
	transition: height 0.6s ease;
	overflow: scroll;
	background-color: #fff;
}
nav .spMenuArea.is-open {
	height: 100%;
}
nav .spMenuArea.is-open .head,
nav .spMenuArea.is-open .upper,
nav .spMenuArea.is-open .lower {
	opacity: 1;
}
nav .spMenuArea .head a {
	display: block;
	margin: auto;
	color: #444;
	text-align: center;
}
nav .spMenuArea .head a img {
	display: block;
	max-width: 156px;
	width: 100%;
	margin: auto;
}
nav .spMenuArea .upper {
	margin: 27px 15px 0;
}
nav .spMenuArea .upper > ul {
	border-bottom: 1px solid #81d9ff;
}
nav .spMenuArea .upper > ul li button.toggleMenu {
	position: relative;
}
nav .spMenuArea .upper > ul li button.toggleMenu > a {
	display: block;
	color: #444;
}
nav .spMenuArea .upper > ul li button.toggleMenu .item {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 26px;
	height: 26px;
	margin: auto;
	border: 2px solid #81d9ff;
	border-radius: 50%;
}
nav .spMenuArea .upper > ul li button.toggleMenu .item::before,
nav .spMenuArea .upper > ul li button.toggleMenu .item::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #81d9ff;
	transform: translateY(-50%);
}
nav .spMenuArea .upper > ul li button.toggleMenu .item::after {
	background: #81d9ff;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
	opacity: 1;
}
nav .spMenuArea .upper > ul li button.toggleMenu .item.active::after {
	transform: rotate(0);
	opacity: 0;
}
nav .spMenuArea .upper > ul li button.toggleMenu.thought {
	color: #facd00;
}
nav .spMenuArea .upper > ul li button.toggleMenu.brand {
	padding: 0;
}
nav .spMenuArea .upper > ul li button.toggleMenu.brand > a {
	padding: 26px 0 26px 24px;
	color: #34aee2;
}
nav .spMenuArea .upper > ul li button.toggleMenu.business {
	color: #ff8181;
}
nav .spMenuArea .upper > ul li button.toggleMenu.graphicoIsm,
nav .spMenuArea .upper > ul li button.toggleMenu.ir {
	color: #609cd3;
}
nav .spMenuArea .upper > ul li button.toggleMenu.company {
	color: #34aee2;
}
nav .spMenuArea .upper > ul li button.toggleMenu.philosophy {
	color: #facd00;
}
nav .spMenuArea .upper > ul li button.toggleMenu.sustainability {
	color: #4fb99f;
}
nav .spMenuArea .upper > ul li button.toggleMenu.recruit {
	color: #c2d934;
}
nav .spMenuArea .upper > ul li .toggleMenu {
	display: block;
	width: 100%;
	padding: 26px 0 26px 24px;
	border-top: 1px solid #81d9ff;
	text-align: left;
	color: #444;
	background-color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
nav .spMenuArea .upper > ul li ul {
	display: none;
	padding: 0 0 26px 24px;
}
nav .spMenuArea .upper > ul li ul li a {
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.2em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
nav .spMenuArea .upper > ul li ul li.child a {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 35px;
	letter-spacing: 0.2em;
}
nav .spMenuArea .upper > ul li ul li:nth-child(8) {
	margin-bottom: 5px;
}
nav .spMenuArea .lower {
	position: relative;
	margin-top: 40px;
}
nav .spMenuArea .lower .pageTop {
	position: relative;
	right: 15px;
	display: block;
	bottom: 10px;
	width: 80px;
	height: 35px;
	margin-left: auto;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
@media screen and (min-width: 1100px) {
	nav .spMenuArea .lower .pageTop:hover::before {
		transform: translate3d(0, -5px, 0);
	}
}
nav .spMenuArea .lower .pageTop::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	padding-top: 4px;
	background: url(../images/footer/icon_arrow_01.svg) no-repeat;
	background-size: contain;
	transition: 0.3s;
}
nav .spMenuArea .lower .storeBtn {
	display: block;
	margin: 15px auto 0;
}
@media screen and (max-width: 1200px) {
	nav .spMenuArea .lower .storeBtn {
		margin: 45px auto 0;
	}
}
@media screen and (max-width: 1200px) and (max-width: 320px) {
	nav .spMenuArea .lower .storeBtn {
		width: 270px;
	}
}
nav .spMenuArea .lower .storeBtn a {
	display: block;
	position: relative;
	padding: 15.5px 57px 15.5px 80px;
	font-size: 15px;
	line-height: 39px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #81d9ff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 320px) {
	nav .spMenuArea .lower .storeBtn a {
		padding: 15.5px 17px 15.5px 40px;
	}
}
nav .spMenuArea .lower .storeBtn a::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 55px;
	width: 18px;
	height: 18px;
	margin: auto;
	background: url(../images/footer/icon_cart.svg);
}
@media screen and (max-width: 320px) {
	nav .spMenuArea .lower .storeBtn a::before {
		left: 19px;
	}
}
nav .spMenuArea .lower .footerSubNav {
	margin: 50px 15px 0;
	padding: 35px 0 0 36px;
	border-top: 1px solid #81d9ff;
}
nav .spMenuArea .lower .footerSubNav li {
	position: relative;
	margin-left: 8px;
}
nav .spMenuArea .lower .footerSubNav li:not(:first-child) {
	margin-top: 25px;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(1) a::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_news.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(2) a::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_magazine.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(3) a::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_media.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(4) a::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_people.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(5) a::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_contact.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(6) a::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_cart.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(3) a::before {
	background: url(../images/footer/icon_contact.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(4) a::before {
	background: url(../images/footer/icon_cart.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(2) a::before {
	top: 4px;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(3) a::before {
	top: 1px;
}
nav .spMenuArea .lower .footerSubNav li:nth-child(4) a::before {
	top: 6px;
	left: -19px;
	width: 11px;
}
nav .spMenuArea .lower .footerSubNav li a {
	font-size: 14px;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
nav .spMenuArea .lower .privacy {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
nav .spMenuArea .lower .privacy li:first-child a {
	position: relative;
	padding-left: 20px;
}
nav .spMenuArea .lower .privacy li:first-child a::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../images/footer/icon_global.svg);
}
nav .spMenuArea .lower .privacy li:last-child a {
	margin-left: 10px;
}
nav .spMenuArea .lower .privacy li:last-child a::before {
	content: "";
	display: inline-block;
	padding-right: 10px;
	width: 1px;
	height: 12px;
	border-left: 1px solid #444;
}
nav .spMenuArea .lower .privacy li a {
	display: block;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
nav .spMenuArea .lower .lowerLink {
	display: block;
	margin-top: 13px;
	text-align: center;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
nav .spMenuArea .lower .copyright {
	margin-top: 25px;
	padding: 18px 0 26px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	font-family: open-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #81d9ff;
}
@media screen and (max-width: 1200px) {
	nav .spMenuArea .lower .copyright {
		margin-top: 45px;
	}
}
nav .spMenuArea .spCommonMenu .title {
	position: relative;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 300%;
	letter-spacing: 0.2em;
	color: #444;
}
nav .spMenuArea .spCommonMenu .title a {
	position: relative;
	padding-right: 18px;
	font-weight: bold;
}
nav .spMenuArea .spCommonMenu .title a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 12px;
	margin: auto;
	background: url(../images/header/icon_arrow_03.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .spCommonMenu li:not(.title) {
	padding-left: 20px;
}
nav .spMenuArea .spCommonMenu li + .title {
	margin-top: 5px;
}
nav .spMenuArea .spCommonMenu li .link {
	position: relative;
	padding-right: 25px;
}
nav .spMenuArea .spCommonMenu li .link::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 13px;
	margin: auto;
	background: url(../images/header/img_icon_blank_black.svg) no-repeat;
	background-size: contain;
}
nav .spMenuArea .brandList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
@media screen and (max-width: 1300px) {
	nav .spMenuArea .brandList {
		margin: 60px 30px 0;
	}
}
nav .spMenuArea .brandList .item {
	width: calc(100% / 3);
}
nav .spMenuArea .brandList .item:nth-child(n + 4) {
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	nav .spMenuArea .brandList .item {
		width: calc(100% / 2);
	}
	nav .spMenuArea .brandList .item:nth-child(n + 3) {
		margin-top: 30px;
	}
}
nav .spMenuArea .brandList .item a {
	display: block;
}
nav .spMenuArea .brandList .item .img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 215px;
	height: 215px;
	margin: auto;
	border-radius: 100%;
	background-color: #f7f7f7;
	overflow: hidden;
}
@media screen and (max-width: 500px) {
	nav .spMenuArea .brandList .item .img {
		width: 115px;
		height: 115px;
	}
}
nav .spMenuArea .brandList .item .img::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	width: 20px;
	height: 18px;
	margin: auto;
	background: url(../images/icon_link.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 500px) {
	nav .spMenuArea .brandList .item .img::before {
		width: 10px;
		height: 8px;
	}
}
nav .spMenuArea .brandList .item .img img {
	max-width: 150px;
	width: 100%;
}
@media screen and (max-width: 500px) {
	nav .spMenuArea .brandList .item .img img {
		max-width: 90px;
	}
}
nav .spMenuArea .brandList .item .text {
	display: block;
	position: relative;
	width: 115px;
	height: 42px;
	margin: 10px auto 0;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #444;
}
nav .spMenuArea .brandList .item .text .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
}
nav .spMenuArea .head {
	padding: 20px 20px 0;
}
nav .spMenuArea .head h1 {
	position: relative;
	top: 0;
	left: 0;
	width: 95px;
	height: 95px;
}
nav .spMenuArea .head h1 img {
	width: 72px;
}
nav .spMenuArea .head ul {
	margin-top: 55px;
}
nav .spMenuArea .head,
nav .spMenuArea .upper,
nav .spMenuArea .lower {
	opacity: 0;
	transition: 0.8s;
}
main {
	overflow: hidden;
}
.sliderArea {
	position: relative;
}
.sliderArea > .innerBlock {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 145px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.sliderArea > .innerBlock {
		top: auto;
		bottom: 100px;
		left: 30px;
	}
}
.sliderArea > .innerBlock h2 {
	font-size: 65px;
	line-height: 84px;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width: 1100px) {
	.sliderArea > .innerBlock h2 {
		font-size: 36px;
		line-height: 47px;
	}
}
.sliderArea > .innerBlock p {
	margin-top: 45px;
	font-size: 22px;
	line-height: 44px;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width: 1100px) {
	.sliderArea > .innerBlock p {
		margin-top: 10px;
		font-size: 15px;
		line-height: 27px;
	}
}
.sliderArea .mainSlider {
	position: relative;
	overflow: hidden;
	height: 100vh;
	transition: 1s;
}
@media screen and (max-width: 375px) {
	.sliderArea .mainSlider {
		height: 730px;
	}
}
.sliderArea .mainSlider .item {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.sliderArea .mainSlider .item img {
	width: 130%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
@supports (-webkit-mask-size: 130% 130%) {
	.sliderArea .mainSlider .item img {
		-webkit-mask-size: 130% 130%;
		-webkit-mask-image: url(../images/top/img_mask.jpg);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: left center;
	}
}
@supports ((-webkit-mask-size: 130% 130%) or (mask-size: 130% 130%)) {
	.sliderArea .mainSlider .item img {
		-webkit-mask-size: 130% 130%;
		mask-size: 130% 130%;
		-webkit-mask-image: url(../images/top/img_mask.jpg);
		mask-image: url(../images/top/img_mask.jpg);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: -100px center;
		mask-position: -100px center;
	}
}
.sliderArea .mainSlider .item img.pc {
	display: block;
}
.sliderArea .mainSlider .item img.sp {
	display: none;
}
@media screen and (max-width: 450px) {
	.sliderArea .mainSlider .item img.pc {
		display: none;
	}
	.sliderArea .mainSlider .item img.sp {
		display: block;
	}
}
.sliderArea .mainSlider .item.is-prev {
	z-index: 1;
}
.sliderArea .mainSlider .item.is-current {
	z-index: 2;
}
.sliderArea .mainSlider .item.is-current img {
	-webkit-animation: fadeInOut 0.5s linear forwards;
	animation: fadeInOut 0.5s linear forwards;
}
@supports (-webkit-mask-size: 130% 130%) {
	.sliderArea .mainSlider .item.is-current img {
		-webkit-mask-size: 130% 130%;
		-webkit-animation: slider-animation 1s linear forwards,
			slider-move-animation 20s linear forwards;
		animation: slider-animation 1s linear forwards,
			slider-move-animation 20s linear forwards;
	}
}
@supports ((-webkit-mask-size: 130% 130%) or (mask-size: 130% 130%)) {
	.sliderArea .mainSlider .item.is-current img {
		-webkit-mask-size: 130% 130%;
		mask-size: 130% 130%;
		-webkit-animation: slider-animation 1s linear forwards,
			slider-move-animation 20s linear forwards;
		animation: slider-animation 1s linear forwards,
			slider-move-animation 20s linear forwards;
	}
}
.sliderArea .mainSlider .item.is-blur {
	-moz-filter: blur(1.5px);
	-o-filter: blur(1.5px);
	-ms-filter: blur(1.5px);
	filter: blur(1.5px);
}
.sliderArea .bottomDecoration {
	position: absolute;
	bottom: -10px;
	width: 100%;
	z-index: 2;
}
.sliderArea .bottomDecoration img {
	width: 100%;
}
.sliderArea .importantNotices {
	position: absolute;
	right: 40px;
	bottom: 45px;
	height: 50px;
	border-radius: 8px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
@media screen and (max-width: 599px) {
	.sliderArea .importantNotices {
		right: 0;
		bottom: 0;
		height: 54px;
	}
}
.sliderArea .importantNotices h2 {
	position: relative;
	margin: auto 0;
	padding: 0 23px;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.15em;
	color: #fff;
}
.sliderArea .importantNotices h2::before {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	height: 18px;
	border-right: 2px solid #81d9ff;
}
.sliderArea .importantNotices .innerBlock {
	display: flex;
	height: 100%;
	color: #fff;
	border-radius: 8px;
	background-color: #3ab7ed;
}
.sliderArea .importantNotices .innerBlock .ticker {
	position: relative;
	width: 515px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
}
@media screen and (max-width: 1000px) {
	.sliderArea .importantNotices .innerBlock .ticker {
		width: 245px;
	}
}
@media screen and (max-width: 1000px) and (max-width: 360px) {
	.sliderArea .importantNotices .innerBlock .ticker {
		width: 200px;
	}
}
@-webkit-keyframes ticker-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes ticker-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.sliderArea .importantNotices .innerBlock .ticker ul {
	display: inline-block;
	height: 50px;
	margin: 0;
	padding: 0;
	transform: translateX(0);
}
.sliderArea .importantNotices .innerBlock .ticker ul li {
	display: inline-block;
	position: relative;
	top: 15px;
	margin: 0 100px 0 0;
}
.sliderArea .importantNotices .innerBlock .ticker ul li.only-current {
	width: 515px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1000px) {
	.sliderArea .importantNotices .innerBlock .ticker ul li.only-current {
		width: 245px;
	}
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
	.sliderArea .importantNotices .innerBlock .ticker ul li.only-current a {
		padding-left: 0;
	}
}
@media screen and (max-width: 1000px) and (max-width: 700px) and (max-width: 360px) {
	.sliderArea .importantNotices .innerBlock .ticker ul li.only-current {
		width: 200px;
	}
}
.sliderArea .importantNotices .innerBlock .ticker ul li a {
	width: 500px;
	margin: auto 0;
	padding-left: 23px;
	font-size: 12px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-width: 1000px) {
	.sliderArea .importantNotices .innerBlock .ticker ul li a {
		width: 230px;
	}
}
.sliderArea .importantNotices .innerBlock .ticker ul li a:hover {
	text-decoration: underline;
}
.sliderArea .importantNotices .innerBlock .moreBtn {
	width: 130px;
	height: 100%;
	margin-left: 16px;
	border-radius: 0 8px 8px 0;
	background-color: #81d9ff;
}
.sliderArea .importantNotices .innerBlock .moreBtn a {
	display: block;
	padding: 16px 25px;
	font-size: 13px;
	line-height: 18px;
	font-family: open-sans, sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (min-width: 1100px) {
	.sliderArea .importantNotices .innerBlock .moreBtn a:hover::before {
		transform: translate3d(5px, 0, 0);
	}
}
.sliderArea .importantNotices .innerBlock .moreBtn a::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 22px;
	width: 9px;
	height: 12px;
	margin: auto;
	background: url("../images/top/icon_arrow_01.svg") no-repeat;
	background-size: 9px;
	transition: 0.3s;
}
@media screen and (max-width: 700px) {
	.sliderArea .importantNotices h2 {
		position: absolute;
		top: 8px;
		padding: 0 10px 0 16px;
		font-weight: normal;
		background-color: #3ab7ed;
	}
	.sliderArea .importantNotices h2::before {
		content: none;
	}
	.sliderArea .importantNotices .innerBlock .ticker {
		height: 34px;
		margin: 0 17px;
		padding: 10px 0;
		overflow: hidden;
	}
	.sliderArea .importantNotices .innerBlock .ticker ul {
		height: 35px;
	}
	.sliderArea .importantNotices .innerBlock .ticker ul li {
		display: inline-block;
		top: 18px;
	}
	.sliderArea .importantNotices .innerBlock .ticker ul li .date {
		padding-left: 143px;
	}
	.sliderArea .importantNotices .innerBlock .ticker ul li a {
		display: inline;
		width: 510px;
	}
}
@media screen and (max-width: 700px) and (max-width: 700px) {
	.sliderArea .importantNotices .innerBlock .ticker ul li a {
		width: 220px;
	}
}
@media screen and (max-width: 700px) {
	.sliderArea .importantNotices .innerBlock .moreBtn {
		display: none;
	}
}
.mainImageArea {
	width: 100%;
}
.mainImageArea .innerBlock {
	position: relative;
}
.mainImageArea .innerBlock h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 150px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.mainImageArea .innerBlock h1 {
		top: 50px;
		left: 35px;
		font-size: 28px;
		line-height: 140%;
		letter-spacing: 0.2em;
	}
}
.mainImageArea .innerBlock h1.t-clm {
	top: 20px;
}
@media screen and (max-width: 1200px) {
	.mainImageArea .innerBlock h1.t-clm {
		top: 120px;
		font-size: 28px;
	}
	.mainImageArea .innerBlock h1.t-clm .sub {
		font-size: 20px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
	.mainImageArea .innerBlock h1.t-clm {
		top: 60px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 320px) {
	.mainImageArea .innerBlock h1.t-clm {
		top: 80px;
	}
}
.mainImageArea .innerBlock h1.t-clm .sub {
	display: block;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.mainImageArea .innerBlock h1.t-clm .sub {
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0.2em;
	}
}
.mainImageArea .innerBlock .img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.mainImageArea .innerBlock.t-clm h1.t-clm {
		top: 90px;
	}
}
@media screen and (max-width: 768px) and (max-width: 320px) {
	.mainImageArea .innerBlock.t-clm h1.t-clm {
		font-size: 18px;
	}
}
.businessDetailArea {
	max-width: 1170px;
	margin: 110px auto 0;
}
.businessDetailArea .innerBlock .lower {
	margin-top: 47px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-width: 1200px) {
	.businessDetailArea .innerBlock .lower {
		margin: 47px 30px 0;
	}
}
.businessDetailArea .innerBlock .lower ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.businessDetailArea .innerBlock .lower ul li {
	max-width: 283px;
}
.businessDetailArea .innerBlock .lower ul li:nth-child(2) {
	margin-top: 50px;
}
.businessDetailArea .innerBlock .lower ul li:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.businessDetailArea .innerBlock .lower ul li:nth-child(3) {
	margin-top: 20px;
}
.businessDetailArea .innerBlock .lower ul li:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.businessDetailArea .innerBlock .lower ul li:nth-child(4) {
	margin-top: 50px;
}
.businessDetailArea .innerBlock .lower ul li:nth-child(4).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@media screen and (max-width: 960px) {
	.businessDetailArea .innerBlock .lower ul li {
		max-width: none;
		width: 50%;
	}
}
@media screen and (max-width: 960px) and (max-width: 600px) {
	.businessDetailArea .innerBlock .lower ul li {
		width: 100%;
	}
	.businessDetailArea .innerBlock .lower ul li:nth-child(2) {
		margin-top: 42px;
	}
	.businessDetailArea .innerBlock .lower ul li:nth-child(3) {
		margin-top: 42px;
	}
	.businessDetailArea .innerBlock .lower ul li:nth-child(4) {
		margin-top: 42px;
	}
}
.businessDetailArea .innerBlock .lower .img {
	display: block;
}
.businessDetailArea .innerBlock .lower .img img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 960px) {
	.businessDetailArea .innerBlock .lower .img img {
		max-width: 225px;
		margin: auto;
	}
}
.businessDetailArea .innerBlock .lower .title {
	display: block;
	margin: 20px auto 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #e74c4c;
}
@media screen and (max-width: 960px) {
	.businessDetailArea .innerBlock .lower .title {
		max-width: 240px;
		margin: auto;
	}
}
@media screen and (max-width: 960px) and (max-width: 600px) {
	.businessDetailArea .innerBlock .lower .title {
		margin-top: 20px;
		font-size: 20px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.2em;
	}
}
.businessDetailArea .innerBlock .lower .title .sub {
	display: block;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
	.businessDetailArea .innerBlock .lower .title .sub {
		font-size: 16px;
	}
}
.businessDetailArea .innerBlock .lower .text {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.15em;
	color: #444;
}
@media screen and (max-width: 960px) {
	.businessDetailArea .innerBlock .lower .text {
		max-width: 325px;
		margin: auto;
	}
}
@media screen and (max-width: 960px) and (max-width: 780px) {
	.businessDetailArea .innerBlock .lower .text {
		max-width: 225px;
	}
}
@media screen and (max-width: 960px) and (max-width: 780px) and (max-width: 600px) {
	.businessDetailArea .innerBlock .lower .text {
		max-width: none;
		margin-top: 2px;
		text-align: center;
	}
}
footer {
	display: block;
	width: 100%;
	margin-top: 150px;
	padding-top: 64px;
	background-color: #fff;
}
footer.reset-margin {
	margin-top: 0;
}
footer.reset-padding {
	padding-top: 0;
}
footer .pcArea .upper {
	display: flex;
	position: relative;
	max-width: 1260px;
	margin: auto;
}
@media (max-width: 1440px) {
	footer .pcArea .upper {
		padding: 0 30px;
	}
}
footer .pcArea .upper .left a {
	color: #444;
}
footer .pcArea .upper .left a img {
	width: 224px;
}
footer .pcArea .upper .left ul {
	display: flex;
	margin-top: 50px;
}
footer .pcArea .upper .left ul li:first-child a {
	position: relative;
	padding-left: 20px;
}
footer .pcArea .upper .left ul li:first-child a::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../images/footer/icon_global.svg);
}
footer .pcArea .upper .left ul li:last-child a {
	margin-left: 10px;
}
footer .pcArea .upper .left ul li:last-child a::before {
	content: "";
	display: inline-block;
	padding-right: 10px;
	width: 1px;
	height: 12px;
	border-left: 1px solid #444;
}
footer .pcArea .upper .left ul li a {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	transition: 0.2s;
}
@media screen and (min-width: 1100px) {
	footer .pcArea .upper .left ul li a:hover {
		color: #81d9ff;
	}
}
footer .pcArea .upper .left ul + a {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	transition: 0.2s;
}
@media screen and (min-width: 1100px) {
	footer .pcArea .upper .left ul + a:hover {
		color: #81d9ff;
	}
}
footer .pcArea .upper .right {
	display: flex;
}
@media (min-width: 599px) {
	footer .pcArea .upper .right {
		margin-left: 7.986vw;
	}
}
@media (min-width: 1440px) {
	footer .pcArea .upper .right {
		margin-left: 115px;
	}
}
footer .pcArea .upper .right .title {
	padding-bottom: 8px;
}
footer .pcArea .upper .right .title:not(:first-child) {
	margin-top: 30px;
}
footer .pcArea .upper .right .title a {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.2em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 600;
	font-style: normal;
}
@media (min-width: 599px) {
	footer .pcArea .upper .right .title a {
		font-size: 1.389vw;
	}
}
@media (min-width: 1440px) {
	footer .pcArea .upper .right .title a {
		font-size: 20px;
	}
}
@media (min-width: 599px) {
	footer .pcArea .upper .right ul:not(:first-child) {
		margin-left: 6.736vw;
	}
}
@media (min-width: 1440px) {
	footer .pcArea .upper .right ul:not(:first-child) {
		margin-left: 97px;
	}
}
footer .pcArea .upper .right ul li.thought a {
	color: #facd00;
}
footer .pcArea .upper .right ul li.thought a:hover {
	color: #ffeea2;
}
footer .pcArea .upper .right ul li.brand a,
footer .pcArea .upper .right ul li.company a {
	color: #34aee2;
}
footer .pcArea .upper .right ul li.brand a:hover,
footer .pcArea .upper .right ul li.company a:hover {
	color: #d3f2ff;
}
footer .pcArea .upper .right ul li.business a {
	color: #ff8181;
}
footer .pcArea .upper .right ul li.business a:hover {
	color: #ffd2d2;
}
footer .pcArea .upper .right ul li.graphicoIsm a,
footer .pcArea .upper .right ul li.ir a {
	color: #609cd3;
}
footer .pcArea .upper .right ul li.graphicoIsm a:hover,
footer .pcArea .upper .right ul li.ir a:hover {
	color: #badeff;
}
footer .pcArea .upper .right ul li.sustainability a {
	color: #4fb99f;
}
footer .pcArea .upper .right ul li.sustainability a:hover {
	color: #b0eadb;
}
footer .pcArea .upper .right ul li.recruit a {
	color: #c2d934;
}
footer .pcArea .upper .right ul li.recruit a:hover {
	color: #e7ff89;
}
footer .pcArea .upper .right ul li ul li.title {
	margin-top: 30px;
	padding-bottom: 8px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 600;
	font-style: normal;
	transition: 0.2s;
}
@media screen and (min-width: 1100px) {
	footer .pcArea .upper .right ul li ul li.title:hover {
		color: #81d9ff;
	}
}
footer .pcArea .upper .right ul li ul li.title.sustainability {
	margin-top: 0;
}
footer .pcArea .upper .right ul li a {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	transition: 0.2s;
}
@media screen and (min-width: 1100px) {
	footer .pcArea .upper .right ul li a:hover {
		color: #81d9ff;
	}
}
footer .pcArea .upper .right ul li.child:last-child {
	margin-bottom: 6px;
}
footer .pcArea .upper .right ul li.child a {
	display: block;
	position: relative;
	padding-left: 17px;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.2em;
}
footer .pcArea .upper .right ul li.child a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 7px;
	height: 2px;
	margin: auto;
	background-color: #81d9ff;
}
footer .pcArea .lower {
	position: relative;
	max-width: 1260px;
	margin: 110px auto 0;
}
footer .pcArea .lower .pageTop {
	position: absolute;
	top: -110px;
	right: 0;
	width: 80px;
	height: 35px;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media (max-width: 1440px) {
	footer .pcArea .lower .pageTop {
		right: 30px;
	}
}
@media screen and (min-width: 1100px) {
	footer .pcArea .lower .pageTop:hover::before {
		transform: translate3d(0, -5px, 0);
	}
}
footer .pcArea .lower .pageTop::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	padding-top: 4px;
	background: url(../images/footer/icon_arrow_01.svg) no-repeat;
	background-size: contain;
	transition: 0.3s;
}
footer .pcArea .lower ul {
	display: flex;
	margin-top: 30px;
	padding: 35px 0;
	border-top: 2px solid #81d9ff;
}
@media (max-width: 1440px) {
	footer .pcArea .lower ul {
		padding: 15px;
	}
}
footer .pcArea .lower ul li {
	position: relative;
}
footer .pcArea .lower ul li.--flex {
	display: flex;
}
footer .pcArea .lower ul li.--flex a:nth-child(2) {
	margin-left: 30px;
}
footer .pcArea .lower ul li.--flex a:hover::before {
	animation: none;
}
footer .pcArea .lower ul li:not(:first-child) {
	margin-left: 30px;
}
footer .pcArea .lower ul li:last-child {
	position: absolute;
	right: 0;
}
@media (max-width: 1300px) {
	footer .pcArea .lower ul li:last-child {
		right: 14px;
	}
}
footer .pcArea .lower ul li:nth-child(1) a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_news.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:nth-child(2) a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_magazine.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:nth-child(3) a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_media.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:nth-child(4) a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_people.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:nth-child(5) a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_contact.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:nth-child(6) a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: url(../images/footer/icon_cart.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:nth-child(2) a::before {
	top: 2px;
	height: 12px;
}
footer .pcArea .lower ul li:nth-child(3) a::before {
	top: 2px;
	background: url(../images/footer/icon_contact.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:nth-child(4) a {
	transition: 0.2s;
	font-size: 13px;
}
@media screen and (min-width: 1100px) {
	footer .pcArea .lower ul li:nth-child(4) a:hover {
		color: #81d9ff;
	}
}
footer .pcArea .lower ul li:nth-child(4) a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 18px;
	margin: auto;
	background-color: #444;
}
footer .pcArea .lower ul li:nth-child(5) a::before {
	background: url(../images/footer/icon_cart.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .lower ul li:last-child a {
	padding: 10.5px 57px 10.5px 80px;
	color: #fff;
	font-size: 15px;
	line-height: 39px;
	text-align: center;
	letter-spacing: 0.2em;
	background-color: #81d9ff;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
@media (min-width: 599px) {
	footer .pcArea .lower ul li:last-child a {
		font-size: 1.042vw;
	}
}
@media (min-width: 1440px) {
	footer .pcArea .lower ul li:last-child a {
		font-size: 15px;
	}
}
footer .pcArea .lower ul li:last-child a::before {
	width: 18px;
	height: 18px;
	left: 55px;
}
footer .pcArea .lower ul li a {
	position: relative;
	display: block;
	padding: 10px 0 11px 20px;
	font-size: 15px;
	line-height: 39px;
	letter-spacing: 0.2em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 599px) {
	footer .pcArea .lower ul li a {
		font-size: 1.042vw;
	}
}
@media (min-width: 1440px) {
	footer .pcArea .lower ul li a {
		font-size: 15px;
	}
}
footer .pcArea .lower ul li a:hover::before {
	-webkit-animation: bound-animation 0.8s ease alternate;
	animation: bound-animation 0.8s ease alternate;
}
footer .pcArea .brandList {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
	footer .pcArea .brandList {
		margin: 0 30px 0;
	}
}
footer .pcArea .brandList .item {
	width: calc(100% / 8);
	margin-top: 15px;
}
@media screen and (max-width: 1300px) {
	footer .pcArea .brandList .item {
		width: calc(100% / 7);
	}
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
	footer .pcArea .brandList .item {
		width: calc(100% / 6);
	}
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1100px) {
	footer .pcArea .brandList .item {
		width: calc(100% / 4);
		margin-top: 30px;
	}
}
footer .pcArea .brandList .item a {
	display: block;
}
@media screen and (min-width: 1100px) {
	footer .pcArea .brandList .item a:hover .img img {
		transform: scale(1.05);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
footer .pcArea .brandList .item .img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 130px;
	height: 130px;
	margin: auto;
	border-radius: 100%;
	background-color: #f7f7f7;
	overflow: hidden;
}
footer .pcArea .brandList .item .img::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	width: 10px;
	height: 8px;
	margin: auto;
	background: url(../images/icon_link.svg) no-repeat;
	background-size: contain;
}
footer .pcArea .brandList .item .img img {
	max-width: 90px;
	width: 100%;
	transition: 0.3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
footer .pcArea .brandList .item .text {
	display: block;
	position: relative;
	width: 115px;
	height: 42px;
	margin: 10px auto 0;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #444;
}
footer .pcArea .brandList .item .text .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
}
footer .pcArea .copyright {
	padding: 18px 0 26px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	font-family: open-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #81d9ff;
}
footer .spArea {
	display: none;
}
@media screen and (max-width: 1000px) {
	footer {
		padding-top: 30px;
	}
	footer .pcArea {
		display: none;
	}
	footer .spArea {
		display: block;
	}
	footer .spArea .head a {
		display: block;
		margin: auto;
		color: #444;
		text-align: center;
	}
	footer .spArea .head a img {
		display: block;
		max-width: 156px;
		width: 100%;
		margin: auto;
	}
	footer .spArea .upper {
		margin: 27px 15px 0;
	}
	footer .spArea .upper > ul {
		border-bottom: 1px solid #81d9ff;
	}
	footer .spArea .upper > ul li button.toggleMenu {
		position: relative;
	}
	footer .spArea .upper > ul li button.toggleMenu > a {
		display: block;
		color: #444;
	}
	footer .spArea .upper > ul li button.toggleMenu .item {
		position: absolute;
		top: 0;
		right: 30px;
		bottom: 0;
		width: 26px;
		height: 26px;
		margin: auto;
		border: 2px solid #81d9ff;
		border-radius: 50%;
	}
	footer .spArea .upper > ul li button.toggleMenu .item::before,
	footer .spArea .upper > ul li button.toggleMenu .item::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 5px;
		width: 15px;
		height: 2px;
		border-radius: 5px;
		background: #81d9ff;
		transform: translateY(-50%);
	}
	footer .spArea .upper > ul li button.toggleMenu .item::after {
		background: #81d9ff;
		transform: translateY(-50%) rotate(90deg);
		transition: 0.5s;
		opacity: 1;
	}
	footer .spArea .upper > ul li button.toggleMenu .item.active::after {
		transform: rotate(0);
		opacity: 0;
	}
	footer .spArea .upper > ul li button.toggleMenu.thought {
		color: #facd00;
	}
	footer .spArea .upper > ul li button.toggleMenu.brand {
		padding: 0;
	}
	footer .spArea .upper > ul li button.toggleMenu.brand > a {
		padding: 26px 0 26px 24px;
		color: #34aee2;
	}
	footer .spArea .upper > ul li button.toggleMenu.business {
		color: #ff8181;
	}
	footer .spArea .upper > ul li button.toggleMenu.graphicoIsm,
	footer .spArea .upper > ul li button.toggleMenu.ir {
		color: #609cd3;
	}
	footer .spArea .upper > ul li button.toggleMenu.company {
		color: #34aee2;
	}
	footer .spArea .upper > ul li button.toggleMenu.philosophy {
		color: #facd00;
	}
	footer .spArea .upper > ul li button.toggleMenu.sustainability {
		color: #4fb99f;
	}
	footer .spArea .upper > ul li button.toggleMenu.recruit {
		color: #c2d934;
	}
	footer .spArea .upper > ul li .toggleMenu {
		display: block;
		width: 100%;
		padding: 26px 0 26px 24px;
		border-top: 1px solid #81d9ff;
		text-align: left;
		color: #444;
		background-color: #fff;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: bold;
		font-style: normal;
	}
	footer .spArea .upper > ul li ul {
		display: none;
		padding: 0 0 26px 24px;
	}
	footer .spArea .upper > ul li ul li a {
		font-size: 14px;
		line-height: 35px;
		letter-spacing: 0.2em;
		color: #444;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: normal;
		font-style: normal;
	}
	footer .spArea .upper > ul li ul li.child a {
		display: block;
		position: relative;
		padding-left: 20px;
		line-height: 35px;
		letter-spacing: 0.2em;
	}
	footer .spArea .upper > ul li ul li:nth-child(8) {
		margin-bottom: 5px;
	}
	footer .spArea .lower {
		position: relative;
		margin-top: 40px;
	}
	footer .spArea .lower .pageTop {
		position: relative;
		right: 15px;
		display: block;
		bottom: 10px;
		width: 80px;
		height: 35px;
		margin-left: auto;
		font-size: 13px;
		line-height: 23px;
		text-align: center;
		letter-spacing: 0.1em;
		color: #444;
		font-family: open-sans, sans-serif;
		font-weight: 600;
		font-style: normal;
	}
}
@media screen and (max-width: 1000px) and (min-width: 1100px) {
	footer .spArea .lower .pageTop:hover::before {
		transform: translate3d(0, -5px, 0);
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .lower .pageTop::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		padding-top: 4px;
		background: url(../images/footer/icon_arrow_01.svg) no-repeat;
		background-size: contain;
		transition: 0.3s;
	}
	footer .spArea .lower .storeBtn {
		display: block;
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 1000px) and (max-width: 1200px) {
	footer .spArea .lower .storeBtn {
		margin: 45px auto 0;
	}
}
@media screen and (max-width: 1000px) and (max-width: 1200px) and (max-width: 320px) {
	footer .spArea .lower .storeBtn {
		width: 270px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .lower .storeBtn a {
		display: block;
		position: relative;
		padding: 15.5px 57px 15.5px 80px;
		font-size: 15px;
		line-height: 39px;
		text-align: center;
		letter-spacing: 0.2em;
		color: #fff;
		background-color: #81d9ff;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: bold;
		font-style: normal;
	}
}
@media screen and (max-width: 1000px) and (max-width: 320px) {
	footer .spArea .lower .storeBtn a {
		padding: 15.5px 17px 15.5px 40px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .lower .storeBtn a::before {
		content: "";
		display: block;
		position: absolute;
		top: -2px;
		bottom: 0;
		left: 55px;
		width: 18px;
		height: 18px;
		margin: auto;
		background: url(../images/footer/icon_cart.svg);
	}
}
@media screen and (max-width: 1000px) and (max-width: 320px) {
	footer .spArea .lower .storeBtn a::before {
		left: 19px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .lower .footerSubNav {
		margin: 50px 15px 0;
		padding: 35px 0 0 36px;
		border-top: 1px solid #81d9ff;
	}
	footer .spArea .lower .footerSubNav li {
		position: relative;
		margin-left: 8px;
	}
	footer .spArea .lower .footerSubNav li:not(:first-child) {
		margin-top: 25px;
	}
	footer .spArea .lower .footerSubNav li:nth-child(1) a::before {
		content: "";
		position: absolute;
		top: 2px;
		bottom: 0;
		left: -20px;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/footer/icon_news.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(2) a::before {
		content: "";
		position: absolute;
		top: 2px;
		bottom: 0;
		left: -20px;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/footer/icon_magazine.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(3) a::before {
		content: "";
		position: absolute;
		top: 2px;
		bottom: 0;
		left: -20px;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/footer/icon_media.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(4) a::before {
		content: "";
		position: absolute;
		top: 2px;
		bottom: 0;
		left: -20px;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/footer/icon_people.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(5) a::before {
		content: "";
		position: absolute;
		top: 2px;
		bottom: 0;
		left: -20px;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/footer/icon_contact.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(6) a::before {
		content: "";
		position: absolute;
		top: 2px;
		bottom: 0;
		left: -20px;
		width: 14px;
		height: 14px;
		margin: auto;
		background: url(../images/footer/icon_cart.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(3) a::before {
		background: url(../images/footer/icon_contact.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(4) a::before {
		background: url(../images/footer/icon_cart.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .lower .footerSubNav li:nth-child(2) a::before {
		top: 4px;
	}
	footer .spArea .lower .footerSubNav li:nth-child(3) a::before {
		top: 1px;
	}
	footer .spArea .lower .footerSubNav li:nth-child(4) a::before {
		top: 6px;
		left: -19px;
		width: 11px;
	}
	footer .spArea .lower .footerSubNav li a {
		font-size: 14px;
		color: #444;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: bold;
		font-style: normal;
	}
	footer .spArea .lower .privacy {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
	footer .spArea .lower .privacy li:first-child a {
		position: relative;
		padding-left: 20px;
	}
	footer .spArea .lower .privacy li:first-child a::before {
		content: "";
		display: block;
		position: absolute;
		top: 1px;
		bottom: 0;
		left: 0;
		width: 15px;
		height: 15px;
		margin: auto;
		background: url(../images/footer/icon_global.svg);
	}
	footer .spArea .lower .privacy li:last-child a {
		margin-left: 10px;
	}
	footer .spArea .lower .privacy li:last-child a::before {
		content: "";
		display: inline-block;
		padding-right: 10px;
		width: 1px;
		height: 12px;
		border-left: 1px solid #444;
	}
	footer .spArea .lower .privacy li a {
		display: block;
		color: #444;
		font-family: open-sans, sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	footer .spArea .lower .lowerLink {
		display: block;
		margin-top: 13px;
		text-align: center;
		color: #444;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: normal;
		font-style: normal;
	}
	footer .spArea .lower .copyright {
		margin-top: 25px;
		padding: 18px 0 26px;
		font-size: 11px;
		line-height: 15px;
		text-align: center;
		color: #fff;
		font-family: open-sans, sans-serif;
		font-weight: 500;
		font-style: normal;
		background-color: #81d9ff;
	}
}
@media screen and (max-width: 1000px) and (max-width: 1200px) {
	footer .spArea .lower .copyright {
		margin-top: 45px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .spCommonMenu .title {
		position: relative;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 15px;
		line-height: 300%;
		letter-spacing: 0.2em;
		color: #444;
	}
	footer .spArea .spCommonMenu .title a {
		position: relative;
		padding-right: 18px;
		font-weight: bold;
	}
	footer .spArea .spCommonMenu .title a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 7px;
		height: 12px;
		margin: auto;
		background: url(../images/header/icon_arrow_03.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .spCommonMenu li:not(.title) {
		padding-left: 20px;
	}
	footer .spArea .spCommonMenu li + .title {
		margin-top: 5px;
	}
	footer .spArea .spCommonMenu li .link {
		position: relative;
		padding-right: 25px;
	}
	footer .spArea .spCommonMenu li .link::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 17px;
		height: 13px;
		margin: auto;
		background: url(../images/header/img_icon_blank_black.svg) no-repeat;
		background-size: contain;
	}
	footer .spArea .brandList {
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
}
@media screen and (max-width: 1000px) and (max-width: 1300px) {
	footer .spArea .brandList {
		margin: 60px 30px 0;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .brandList .item {
		width: calc(100% / 3);
	}
	footer .spArea .brandList .item:nth-child(n + 4) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
	footer .spArea .brandList .item {
		width: calc(100% / 2);
	}
	footer .spArea .brandList .item:nth-child(n + 3) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .brandList .item a {
		display: block;
	}
	footer .spArea .brandList .item .img {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 215px;
		height: 215px;
		margin: auto;
		border-radius: 100%;
		background-color: #f7f7f7;
		overflow: hidden;
	}
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
	footer .spArea .brandList .item .img {
		width: 115px;
		height: 115px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .brandList .item .img::before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 12px;
		left: 0;
		width: 20px;
		height: 18px;
		margin: auto;
		background: url(../images/icon_link.svg) no-repeat;
		background-size: contain;
	}
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
	footer .spArea .brandList .item .img::before {
		width: 10px;
		height: 8px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .brandList .item .img img {
		max-width: 150px;
		width: 100%;
	}
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
	footer .spArea .brandList .item .img img {
		max-width: 90px;
	}
}
@media screen and (max-width: 1000px) {
	footer .spArea .brandList .item .text {
		display: block;
		position: relative;
		width: 115px;
		height: 42px;
		margin: 10px auto 0;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		line-height: 150%;
		text-align: center;
		color: #444;
	}
	footer .spArea .brandList .item .text .inner {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		margin: auto;
	}
}
footer .irFooter {
	margin-bottom: 60px;
	padding: 77px 67px;
	background-color: #ebf5ff;
}
@media screen and (max-width: 1000px) {
	footer .irFooter {
		margin-bottom: 30px;
		padding: 67px 38px;
	}
}
footer .irFooter .innerBlock {
	max-width: 1260px;
	margin: auto;
}
footer .irFooter .upper {
	display: flex;
}
footer .irFooter .upper > ul {
	width: calc(100% / 3);
}
footer .irFooter .upper > ul:first-child > li:last-child {
	margin-top: 30px;
}
footer .irFooter .upper > ul li ul > .title + li {
	margin-top: 10px;
}
footer .irFooter .upper > ul li ul li + .title {
	margin-top: 25px;
}
footer .irFooter .upper > ul li ul li.title .text {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #609cd3;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
footer .irFooter .upper > ul li ul li.title a {
	padding-right: 18px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #609cd3;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	transition: 0.5s;
}
footer .irFooter .upper > ul li ul li.title a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url(../images/header/icon_arrow_02.svg) no-repeat center;
	transition: 0.5s;
}
@media screen and (min-width: 1100px) {
	footer .irFooter .upper > ul li ul li.title a:hover {
		color: #aaaaaa;
	}
	footer .irFooter .upper > ul li ul li.title a:hover::before {
		transform: translate3d(2px, 0, 0);
	}
}
footer .irFooter .upper > ul li ul li:not(.title) a {
	padding-left: 20px;
	transition: 0.5s;
}
footer .irFooter .upper > ul li ul li:not(.title) a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url(../images/ir/icon_arrow_01.svg) no-repeat center;
	transition: 0.5s;
}
footer .irFooter .upper > ul li ul li a {
	position: relative;
	font-size: 14px;
	line-height: 250%;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (min-width: 1100px) {
	footer .irFooter .upper > ul li ul li a:hover {
		color: #aaaaaa;
	}
	footer .irFooter .upper > ul li ul li a:hover::before {
		transform: translate3d(2px, 0, 0);
	}
}
footer .irFooter .upper > ul li ul li.link a::before {
	width: 16px;
	height: 13px;
	left: -5px;
	background: url(../images/ir/icon_blank_01.svg) no-repeat center;
	background-size: contain;
}
@media screen and (max-width: 1000px) {
	footer .irFooter .upper {
		display: block;
	}
	footer .irFooter .upper > ul li ul li:not(.title) a {
		display: block;
	}
	footer .irFooter .upper > ul:not(:first-child) {
		margin-top: 30px;
	}
	footer .irFooter .upper > ul:nth-child(1),
	footer .irFooter .upper > ul:nth-child(2),
	footer .irFooter .upper > ul:nth-child(3) {
		width: 100%;
	}
}
.waveBgArea {
	margin-top: 90px;
}
.waveBgArea.m-set {
	padding-top: 190px;
}
.waveBgArea .innerBlock img {
	width: 100%;
}
.productBannerArea {
	margin-top: 110px;
}
.productBannerArea .innerBlock.top {
	display: flex;
	max-width: 1140px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 1000px) {
	.productBannerArea .innerBlock.top {
		display: block;
	}
}
.productBannerArea .innerBlock.top .right,
.productBannerArea .innerBlock.top .left {
	width: 50%;
}
@media screen and (max-width: 1000px) {
	.productBannerArea .innerBlock.top .right,
	.productBannerArea .innerBlock.top .left {
		width: 100%;
	}
}
.productBannerArea .innerBlock.top .right {
	margin-left: 20px;
}
@media screen and (max-width: 1000px) {
	.productBannerArea .innerBlock.top .right {
		margin: 10px 0 0 0;
	}
}
.productBannerArea .innerBlock.top a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 300px;
	border-radius: 4px;
}
@media screen and (max-width: 1140px) {
	.productBannerArea .innerBlock.top a {
		height: auto;
	}
}
.productBannerArea .innerBlock.top a .detail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.productBannerArea .innerBlock.top a .detail .sub {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.productBannerArea .innerBlock.top a .detail .sub {
		font-size: 14px;
	}
}
.productBannerArea .innerBlock.top a .detail .title {
	display: block;
	margin-top: 5px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: 0.15em;
	color: #ffffff;
}
@media screen and (max-width: 1000px) {
	.productBannerArea .innerBlock.top a .detail .title {
		font-size: 24px;
	}
}
.productBannerArea .innerBlock.top a .detail .btn {
	position: relative;
	right: 0;
	margin-top: 30px;
}
.productBannerArea .innerBlock.top a .bg {
	transition: 0.3s;
	border-radius: 4px;
}
.productBannerArea .innerBlock.top a .bg img {
	transition: 0.3s ease;
}
.productBannerArea .innerBlock.top + .innerBlock {
	margin-top: 20px;
}
@media screen and (max-width: 1000px) {
	.productBannerArea .innerBlock.top + .innerBlock {
		margin-top: 0;
	}
}
.productBannerArea.full {
	margin-top: 0;
	z-index: 2;
	position: relative;
}
.productBannerArea.full .wrap {
	max-width: none;
}
.productBannerArea .wrap {
	max-width: 1140px;
	height: 250px;
	margin: auto;
	overflow: hidden;
	border-radius: 4px;
}
@media screen and (max-width: 768px) {
	.productBannerArea .wrap {
		height: auto;
	}
}
.productBannerArea a {
	display: block;
	position: relative;
	height: 250px;
}
@media screen and (min-width: 1100px) {
	.productBannerArea a:hover .bg {
		transform: scale(1.05);
	}
	.productBannerArea a:hover .btn::after {
		transform: scale(1.1);
	}
}
.productBannerArea a img {
	width: 100%;
	transition: 0.3s;
}
.productBannerArea a img.front {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 434px;
	margin: auto;
	z-index: 1;
}
.productBannerArea a img.bg {
	-o-object-fit: cover;
	object-fit: cover;
}
.productBannerArea .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 44px;
	bottom: 0;
	margin: auto;
}
.productBannerArea .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.productBannerArea .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
@media screen and (min-width: 769px) {
	.productBannerArea .btn::before {
		width: 8px;
		height: 14px;
	}
}
@media screen and (max-width: 768px) {
	.productBannerArea {
		display: block;
		width: auto;
	}
	.productBannerArea a {
		max-width: none;
		width: 100%;
		height: auto;
	}
	.productBannerArea a:last-child {
		margin: 15px 0 0 0;
	}
}
.ellipseBtn {
	width: 270px;
	height: 70px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.ellipseBtn::before {
	content: "";
	display: block;
	position: absolute;
	width: 270px;
	height: 70px;
	background: #ffffff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	border-radius: 80px;
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.3s;
}
.ellipseBtn .text {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #232323;
	font-family: open-sans, sans-serif;
	z-index: 1;
}
.ellipseBtn .icon img {
	position: absolute;
	top: 0;
	right: 27px;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width: 1100px) {
	.ellipseBtn:hover::before {
		transform: scale(1.1);
	}
}
.circleBtn {
	display: block;
	position: relative;
	height: 42px;
	width: 42px;
}
.circleBtn::before {
	content: "";
	display: block;
	height: 42px;
	width: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	border-radius: 100px;
	transition: 0.3s;
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.circleBtn.-blue::after {
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 768px) {
	.circleBtn.-blue {
		background-size: 6px;
	}
}
.circleBtn.-blue.-right::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url("../images/news/archive/icon_arrow_right_blue.svg");
}