@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* ---------------------- */

/* Layout */
body {
	background-color: #FFF;
}
header, footer {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
}
body.fixed {
	position: fixed !important;
}

section,
section.about,
.exbtn,
section.topics h2,
section.news h2,
section.topics ul li .cap,
section.news ul li a .txt,
aside,
#probo {
	font-family: Ryumin Regular KL;
}
div.inline {
	display: inline-block;
	color: #888;
}

.sp_br{
	display:none;
}
/* header */

header {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto !important;
	top: 0;
	z-index: 200;
	transition: all 0.5s;
}
header nav.sp {
	display:none;
}
.pinned header {
	background: rgba(255, 255, 255, .8);
}
.unpinned header {
	top:-100%;
}
header .g_nav_trigger {
	position: relative;
	width:51px;
	height:56px;
	margin-top:30px;
	margin-bottom:30px;
	cursor: pointer;
	transition: all 0.3s;
}
.home header .g_nav_trigger {
	display: none;
}
header .g_nav_trigger img {
	position: absolute;
	width:100%;
	height:auto;
	left:0;
	top:0;
}
.home header .g_nav_trigger img.black {
	display:none;
}
header nav {
	position:fixed;
	top:-100%;
	left:0;
	z-index: 101;
	transition: top .8s;
}
.pin header nav {
	top: 0 !important;
}
header nav {
	width:100%;
	background-color: #FFF;
	max-height: 100%;
  overflow: auto;
}
header nav .inner {
	position: relative;
	max-width:1200px;
	margin:150px auto 125px;
	display: flex;
}
header nav .close {
	position: absolute;
	left:50%;
	top:-120px;
	width:40px;
	height:40px;
	transform:translateX(-50%);
	cursor:pointer;
	transition: all 0.3s;
}
header .g_nav_trigger:hover,
header nav .close:hover {
	opacity:0.5;
}
header nav .close::before,
header nav .close::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 54px;
	background-color: #d2d2d2;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: 20px;
	transform: rotate(45deg);
}
header nav .close::after {
	transform: rotate(135deg);
}
header nav ul {
	margin-right: 2.6%;
}
header nav ul:last-child {
	margin-right: 10px;
}
header nav ul > li{
	margin-bottom: 25px;
}
header nav ul ul li {
	margin-bottom:25px;
	font-weight: lighter;
	float: left;
}
header nav ul.company ul li {
	margin-bottom:25px;
	font-weight: lighter;
}
header nav ul.ir ul li {
	margin-bottom:25px;
	font-weight: lighter;
	float: none!important;
}
header nav ul li a {
	color:#888;
}
header nav ul li a.recruit {
	font-weight: normal;
	color: #000;
}
header nav ul > .cat > a,
header nav ul > .cat > span a,
header nav ul > .cat .black {
	font-weight: normal;
	color:#000;
}
header nav ul.brands > .cat > a,
header nav ul.strategy > .cat > a,
header nav ul.company > .cat > a {
	display: block;
	padding: 0 0 25px;
}
header nav ul li.cat {
	width:100% !important;
}
header nav ul li.cat span {
	display: block;
	padding: 0 0 25px;
	z-index: 1;
}

header nav ul.base {
	/*width: 8.16%;*/
	width: 8.5%;
	margin: 0 3% 0 0;
}
header nav ul.brands {
	/*width: 46.41%;*/
	/*width: 39.41%;*/
	width: 23%;
	margin-right: 1%;
}
header nav ul.strategy {
	width: 21.33%;
}
header nav ul.company {
	/* width: 20.08%; */
	/*width: 24.08%;*/
	width: 29.41%;
	margin-right: 2.6%;
}
header nav ul.ir {
	width: 13.5%;
}
header nav ul.feedback {
	width: 16%;
	margin-right: 0;
}
header nav ul.sns {
	display: flex;
	position: absolute;
	left: 30%;
	bottom: -46px;
	margin: 0 auto;
	transform: translateX(-50%);
}
header nav ul.sns li {
	margin-right: 13px;
	margin-bottom: 0;
	opacity:0.5;
}
header ul.sns a img {
	max-width:35px;
	height:auto;
}
header nav.pc ul.language {
	display: flex;
	position: absolute;
	right:0;
	bottom: -46px;
	margin: 0 auto;
}
header nav.pc ul.language li {
	margin-bottom:0;
	line-height:35px;
}
header nav.pc ul.language a {
	position: relative;
	font-size: 1.6rem;
	color:#888;
	padding-right:24px;
	font-weight: lighter;
}
header nav.pc ul.language .current a {
	color:#CCC;
}
header nav.pc ul.language a::after {
	position: absolute;
	content:"/";
	color:#999;
	right:0.8rem;
	height:1em;
}
header nav.pc ul.language li:last-child a::after {
	content:none;
}

header nav ul.brands ul li:nth-child(1),
header nav ul.brands ul li:nth-child(5),
header nav ul.brands ul li:nth-child(9),
header nav ul.brands ul li:nth-child(13),
header nav ul.brands ul li:nth-child(16) {
	/*width: 24.6%;*/
	/*width: 33.33%;*/
	width: 50%;
	
}
header nav ul.brands ul li:nth-child(2),
header nav ul.brands ul li:nth-child(6),
header nav ul.brands ul li:nth-child(10),
header nav ul.brands ul li:nth-child(14),
header nav ul.brands ul li:nth-child(17) {
	/*width: 20.72%;*/
	/*width: 33.33%;*/
	width: 50%;
}
header nav ul.brands ul li:nth-child(3),
header nav ul.brands ul li:nth-child(7),
header nav ul.brands ul li:nth-child(11),
header nav ul.brands ul li:nth-child(18) {
	/*width: 31.89%;*/
	/*width: 33.33%;*/
	width: 50%;
}
header nav ul.brands ul li:nth-child(4),
header nav ul.brands ul li:nth-child(8),
header nav ul.brands ul li:nth-child(12) {
	/*width: 22.77%;*/
	/*width: 33.33%;*/
	width: 50%;
}
header nav ul.brands ul li:nth-child(15) {
	/*width: 54.66%;*/
	/*width: 33.33%;*/
	width: 50%;
}

header nav ul.strategy li {
	width: 100%;
}
header nav ul.strategy ul li:nth-child(2) {
	/* width: 21.6%; */
}

header nav ul.company li {
	/*width: 66%;*/
	width: 50%;
}
/*header nav ul.company ul li:nth-child(2),*/
/*header nav ul.company ul li:nth-child(4), */
/*header nav ul.company ul li:nth-child(6), */
header nav ul.company ul li:nth-child(8), 
header nav ul.company ul li:nth-child(10) {
	width: 34%;
}

.linkbtn {
	opacity: 1;
}
.linkbtn:hover {
	opacity: 0.6;
}

.searchBox {
	position:absolute;
	bottom: -52px;
	left:0;
}
.searchBox input.keywordinput {
	width:300px;
	padding: 10px 50px 10px 15px;
	height: 46px;
	line-height: 26px;
	font-size: 1.4rem;
	border: solid 1px #DDD;
	background: transparent;
}
.searchBox input.keywordbtn {
	position: absolute;
	width: 48px;
	top: 1px;
	right: 1px;
	padding: 0;
	line-height: 44px;
	font-size: 0;
	cursor: pointer;
	text-indent: 100%;
	background: transparent;
}
.searchBox::before {
	content: '';
	position: absolute;
	right: 17px;
	top: 15px;
	margin-top: 2px;
	margin-left: 3px;
	width: 12px;
	height: 12px;
	border: solid 2px #888;
	border-radius: 100%;
	z-index: -1;
	transition:all 0.3s;
	cursor: pointer;
}
.searchBox::after {
	content: '';
	position: absolute;
	top: 26px;
	right: 16px;
	height: 6px;
	width: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #888;
	transition:all 0.3s;
	cursor: pointer;
	z-index: -1;
}
.searchBox:hover::before {
	border: solid 2px #CCC;
}
.searchBox:hover::after {
	background-color: #CCC;
}
.sp .searchBox input.keywordinput {
	width: 78%;
    float: left;
	border: 2px solid rgba(255,255,255,0.5);
	box-sizing:border-box;
}
.sp .searchBox input.keywordbtn {
  width: 20%;
  /* float: right; */
  text-align: center;
  padding: 0px;
  border: none;
  box-sizing:border-box;
  /* background:#AAA; */
}

.searchBox input::before {
  color: #888;
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  margin-top: 2px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  border: solid 2px currentColor;
  border-radius: 100%;
}
.searchBox input::after {
    content: '';
    position: absolute;
    top: 27px;
    right: 20px;
    height: 6px;
    width: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color:#888;
}

/* アンカー用 */
.anchor {
	padding-top: 130px;
	margin-top: -130px;
}

.exbtn {
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	line-height: 46px;
	display: block;
	width:100%;
	height:100%;
	font-size:1.8rem;
}
.exbtn span {
	display: block;
	position: absolute;
	width: 196px;
	height: 46px;
}
.exbtn:hover {
	background-color: #000;
	color: #FFF;
}
.exbtn::before,
.exbtn::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.exbtn::before {
	right: 0;
}
.exbtn::after {
	left: 0;
}
.exbtn:hover::before,
.exbtn:hover::after {
	width: 0;
	background-color: #59b1eb;
}

/* ゴーストボタン（背景あり用） */
.ghost_slide_left {
	position: relative;
	z-index: 2;
	display: block;
	width: 196px;
	height: 46px;
	margin: 0 auto;
}
.ghost_slide_left.content {
	width: 100%;
	height: auto;
}
.ghost_slide_left .animate_inner {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}
.ghost_slide_left .animate_inner.init {
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-ms-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.ghost_slide_left.content .animate_inner {
	position: static;
}
.ghost_slide_left .animate_inner.btn_wrap {
	color: #FFF;
}
.ghost_slide_left .animate_inner.btn_wrap:hover {
	background: #FFF;
	color: #000;
}
.ghost_slide_left .animate_inner.on {
	width: 100% !important;
}
.ghost_slide_left .animate_inner.btn_wrap .ghost_btn {
	display: block;
	width: 196px;
	border: 1px solid #FFF;
}
.ghost_slide_left .animate_inner.btn_wrap .ghost_btn span {
	display: block;
	width: 100%;
	line-height: 44px;
	font-size: 1.8rem;
}

/* 画像を光ったようにさせる */
.glow_img_box .glow_img {
	opacity: 0;
}
.glow_img_box .glow_img.on {
	animation: glowImg 2s 1 forwards;
}

@keyframes glowImg {
  0% {
		opacity: 0;
    filter: blur(5px) brightness(1000%) brightness(300%);
  }
  100% {
		opacity: 1;
    filter: blur(0px) brightness(100%) brightness(100%);
  }
}

/* 要素を左からニュッと出す */
.slide_in_left {
	left: -100%;

	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}
.slide_in_left.on {
	left: 0;
}

/* footer */

footer {
	background-color: #313131;
	position: relative;
}
footer .inner {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding: 30px 0 0;
}
footer .logo {
	display: block;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 366px;
	height: 29px;
}
footer .logo img {
	width:100%;
	height:auto;
}
footer ul.sns{
	display: flex;
	margin: 0 130px 0 auto;
}
footer ul.language {
	display: flex;
	margin: 0 0 0 auto;
}
footer ul.sns {
	opacity:0.5;
}
footer ul.sns a {
	display: block;
	width:35px;
	height:auto;
}
footer ul.sns a img {
	max-width: 35px;
	height:auto;
}
footer ul.language {
	position: absolute;
	top: 30px;
	right: 0px;
	justify-content: flex-end;
}
footer ul.language li.cat > span{
	display: none;
}
footer ul.language a {
	position: relative;
	font-size: 1.6rem;
	color:#FFF;
	padding-right:24px;
	font-weight: lighter;
}
footer ul.language .current a {
	color:#555;
}
footer ul.language a::after {
	position: absolute;
	content:"/";
	color:#FFF;
	right:0.8rem;
}
footer ul.language ul li:last-child a {
	padding-right:0;
}
footer ul.language ul li:last-child a::after {
	content:none;
}

footer nav {
	display: flex;
	justify-content: space-between;
	/* position: relative; */
	max-width:1200px;
	margin: 30px auto;
	padding:30px 0 5px;
	border-top:1px solid #404345;
	border-bottom:1px solid #404345;
}

footer nav > ul {
	margin-right: 2%;
}
footer nav ul li.cat span,
footer nav ul li.cat .white {
	display: block;
	padding: 0 0 25px;
	z-index: 1;
	color: #FFF;
	font-weight: lighter;
}
footer nav ul.recruit li.cat span{
	padding: 0px;
}
footer nav ul:nth-child(5) ul {
	margin-top:0;
}
footer nav ul:nth-child(4),
footer nav ul:nth-child(5),
footer nav ul:nth-child(5) ul {
	margin-right:0;
}
footer nav ul li {
	margin-bottom:25px;
	font-weight: lighter;
	float: left;
}
footer nav ul li a {
	color:#888;
	font-weight: normal;
}
footer nav ul li a.recruit {
	font-weight: lighter;
	color: #FFF;
}
footer nav .cat > a,
footer nav .cat > span a {
	font-weight: normal;
	color:#FFF;
}
footer nav ul.brands ul {
	display: flex;
	flex-wrap: wrap;
}
footer nav ul.brands,
footer nav ul.strategy,
footer nav ul.company {
	/* display: flex; */
	/* flex-wrap: wrap; */
}
footer nav ul li.cat {
	width:100% !important;
	color:#FFF;
	font-weight: lighter;
}
footer nav ul.language li.cat {
	width: auto !important;
}

footer nav ul.base {
	width: calc(11.81% - 1.6%);/*8.16%;*/
}
footer nav ul.brands {
	width: calc(26.62% - 1.6%);
}
footer nav ul.strategy {
	/*width: calc(18.22% - 3.3%);*/
	/* width: calc(16.22% - 1.6%); */
}
footer nav ul.company {
	width: calc(34.48% - 1.6%);
}
footer nav ul.ir {
	width: calc(18.26% - 1.6%);
	margin-right:1%;
}
footer nav ul.recruit {
	width: 18.26%;
	margin-right: 0;
}
footer nav ul.other {
	display: none;
	position:absolute;
	width: 13.19%;
	margin-right: 0;
	 right: -10px;
	/*top:175px;*/
	 top: 340px;
}
footer nav ul.other li {
	float: none;
}

footer nav ul.brands ul li:nth-child(3n + 1) {
	width: 29.55%;
}
footer nav ul.brands ul li:nth-child(3n + 2) {
	width: 39.94%;
}
footer nav ul.brands ul li:nth-child(3n + 3) {
	width: 30.51%;
}

footer nav ul.brands ul li:nth-child(1),
footer nav ul.brands ul li:nth-child(5),
footer nav ul.brands ul li:nth-child(9),
footer nav ul.brands ul li:nth-child(13),
footer nav ul.brands ul li:nth-child(16) {
	width: 50%;
	
}
footer nav ul.brands ul li:nth-child(2),
footer nav ul.brands ul li:nth-child(6),
footer nav ul.brands ul li:nth-child(10),
footer nav ul.brands ul li:nth-child(14),
footer nav ul.brands ul li:nth-child(17) {
	width: 50%;
}
footer nav ul.brands ul li:nth-child(3),
footer nav ul.brands ul li:nth-child(7),
footer nav ul.brands ul li:nth-child(11),
footer nav ul.brands ul li:nth-child(18) {
	width: 50%;
}
footer nav ul.brands ul li:nth-child(4),
footer nav ul.brands ul li:nth-child(8),
footer nav ul.brands ul li:nth-child(12) {

	width: 50%;
}
footer nav ul.brands ul li:nth-child(15) {
	width: 50%;
}


footer nav ul.strategy li {
	width: 100%;
	color: #666;
}
footer nav ul.strategy ul li:nth-child(2) {
	/* width: 21.6%; */
}

footer nav ul.company li {
	/*width: 59%;*/
	width: 50%;
}

footer nav ul.ir li {
	width: 100%;
}
footer nav ul.ir ul li:nth-child(2),
footer nav ul.ir ul li:nth-child(4),
footer nav ul.ir ul li:nth-child(6),
footer nav ul.ir ul li:nth-child(8),
footer nav ul.ir ul li:nth-child(10) {
	width: 100%;
}

footer nav ul.recruit li {
	width:100%;
}

_::-webkit-full-page-media, _:future, :root footer nav ul li { font-weight:normal; }
_::-webkit-full-page-media, _:future, :root footer nav ul li span { font-weight:normal; }
_::-webkit-full-page-media, _:future, :root footer nav ul li span a { font-weight:normal; }
_::-webkit-full-page-media, _:future, :root footer nav ul li ul li a { font-weight:normal; }


footer .copy {
	margin: 0 auto;
	padding-bottom:30px;
	font-size: 1.0rem;
	color:#FFF;
	text-align: center;
}

/* Contents */
section {
	font-family: Ryumin Regular KL !important;
	font-size: 1.6rem;
}

section h1 {
	position: relative;
	font-size: 3.0rem;
	line-height: 1;
	text-align: center;
	margin: 200px auto 65px;
}
.news_detail h1 {
	line-height:1.6;
}
section h1 span {
	display: block;
	opacity: 0;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

section h1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  top: calc(100% + 27px);
  left: 50%;
  background-color: #ff5400;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

section h1 span.on {
	opacity: 1;
}
section h1.on::after {
	height: 19px;
}


section .lead {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.0;
	padding: 0 20px;
}

.slide_left {
	position: relative;
}
.slide_left .animate_cover,
.slide_left_multi .animate_cover {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 10;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slide_left .animate_cover.on,
.slide_left_multi .animate_cover.on {
	width: 0;
}

/* 上からスライド */
.slide_left.vertical .animate_cover {
	top: auto;
	bottom: 0;
}
.slide_left.vertical .animate_cover.on {
	height: 0;
	width: 100%;
}

.slide_left .fade_txt,
.slide_left_multi .fade_txt {
	opacity: 0;

	-webkit-transition: all 0.5s;
	-mo	z-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slide_left .fade_txt.on,
.slide_left_multi .fade_txt.on {
	opacity: 1;
}
.slide_left_multi li {
	overflow:hidden;
}


/* flex要素の並び替えをクラスで制御したい場合 */
.is-order--1 {order: 1 !important;}
.is-order--2 {order: 2 !important;}
.is-order--3 {order: 3 !important;}
.is-order--4 {order: 4 !important;}
.is-order--5 {order: 5 !important;}
.is-order--6 {order: 6 !important;}
.is-order--7 {order: 7 !important;}
.is-order--8 {order: 8 !important;}
.is-order--9 {order: 9 !important;}
.is-order--10 {order: 10 !important;}
.is-order--11 {order: 11 !important;}
.is-order--12 {order: 12 !important;}
.is-order--13 {order: 13 !important;}
.is-order--14 {order: 14 !important;}
.is-order--15 {order: 15 !important;}
.is-order--16 {order: 16 !important;}
.is-order--17 {order: 17 !important;}
.is-order--18 {order: 18 !important;}
.is-order--19 {order: 19 !important;}
.is-order--20 {order: 20 !important;}

@media screen and (max-width: 900px) {
	.is-order--lg-1 {order: 1 !important;}
	.is-order--lg-2 {order: 2 !important;}
	.is-order--lg-3 {order: 3 !important;}
	.is-order--lg-4 {order: 4 !important;}
	.is-order--lg-5 {order: 5 !important;}
	.is-order--lg-6 {order: 6 !important;}
	.is-order--lg-7 {order: 7 !important;}
	.is-order--lg-8 {order: 8 !important;}
	.is-order--lg-9 {order: 9 !important;}
	.is-order--lg-10 {order: 10 !important;}
	.is-order--lg-11 {order: 11 !important;}
	.is-order--lg-12 {order: 12 !important;}
	.is-order--lg-13 {order: 13 !important;}
	.is-order--lg-14 {order: 14 !important;}
	.is-order--lg-15 {order: 15 !important;}
	.is-order--lg-16 {order: 16 !important;}
	.is-order--lg-17 {order: 17 !important;}
	.is-order--lg-18 {order: 18 !important;}
	.is-order--lg-19 {order: 19 !important;}
	.is-order--lg-20 {order: 20 !important;}
}

@media screen and (max-width: 740px) {
	.is-order--md-1 {order: 1 !important;}
	.is-order--md-2 {order: 2 !important;}
	.is-order--md-3 {order: 3 !important;}
	.is-order--md-4 {order: 4 !important;}
	.is-order--md-5 {order: 5 !important;}
	.is-order--md-6 {order: 6 !important;}
	.is-order--md-7 {order: 7 !important;}
	.is-order--md-8 {order: 8 !important;}
	.is-order--md-9 {order: 9 !important;}
	.is-order--md-10 {order: 10 !important;}
	.is-order--md-11 {order: 11 !important;}
	.is-order--md-12 {order: 12 !important;}
	.is-order--md-13 {order: 13 !important;}
	.is-order--md-14 {order: 14 !important;}
	.is-order--md-15 {order: 15 !important;}
	.is-order--md-16 {order: 16 !important;}
	.is-order--md-17 {order: 17 !important;}
	.is-order--md-18 {order: 18 !important;}
	.is-order--md-19 {order: 19 !important;}
	.is-order--md-20 {order: 20 !important;}
}

@media screen and (max-width: 550px) {
	.is-order--sm-1 {order: 1 !important;}
	.is-order--sm-2 {order: 2 !important;}
	.is-order--sm-3 {order: 3 !important;}
	.is-order--sm-4 {order: 4 !important;}
	.is-order--sm-5 {order: 5 !important;}
	.is-order--sm-6 {order: 6 !important;}
	.is-order--sm-7 {order: 7 !important;}
	.is-order--sm-8 {order: 8 !important;}
	.is-order--sm-9 {order: 9 !important;}
	.is-order--sm-10 {order: 10 !important;}
	.is-order--sm-11 {order: 11 !important;}
	.is-order--sm-12 {order: 12 !important;}
	.is-order--sm-13 {order: 13 !important;}
	.is-order--sm-14 {order: 14 !important;}
	.is-order--sm-15 {order: 15 !important;}
	.is-order--sm-16 {order: 16 !important;}
	.is-order--sm-17 {order: 17 !important;}
	.is-order--sm-18 {order: 18 !important;}
	.is-order--sm-19 {order: 19 !important;}
	.is-order--sm-20 {order: 20 !important;}
}

@media screen and (max-width: 450px) {
	.is-order--xs-1 {order: 1 !important;}
	.is-order--xs-2 {order: 2 !important;}
	.is-order--xs-3 {order: 3 !important;}
	.is-order--xs-4 {order: 4 !important;}
	.is-order--xs-5 {order: 5 !important;}
	.is-order--xs-6 {order: 6 !important;}
	.is-order--xs-7 {order: 7 !important;}
	.is-order--xs-8 {order: 8 !important;}
	.is-order--xs-9 {order: 9 !important;}
	.is-order--xs-10 {order: 10 !important;}
	.is-order--xs-11 {order: 11 !important;}
	.is-order--xs-12 {order: 12 !important;}
	.is-order--xs-13 {order: 13 !important;}
	.is-order--xs-14 {order: 14 !important;}
	.is-order--xs-15 {order: 15 !important;}
	.is-order--xs-16 {order: 16 !important;}
	.is-order--xs-17 {order: 17 !important;}
	.is-order--xs-18 {order: 18 !important;}
	.is-order--xs-19 {order: 19 !important;}
	.is-order--xs-20 {order: 20 !important;}
}
/* flex要素の並び替えをクラスで制御したい場合 */

@media screen and (max-width: 1200px) {
	header nav .inner {
		font-size: 1.3rem;
		margin-left: 20px;
	}
	header nav ul.sns {
		left: 35%;
		transform: translateX(-50%);
	}
	footer .inner {
		padding: 30px 20px 0;
		overflow: hidden;
	}
	footer .logo {
		left:20px;
	}
	footer nav ul.other {
		right: 1.6%;
	}
	footer ul.language {
		right:20px;
		width: auto;
	}
	footer nav {
		padding: 30px 20px 5px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 1024px) {
	header nav ul.strategy li {
		width:100%;
	}
	header nav ul.sns {
		left: 37%;
		transform: translateX(-50%);
	}
	footer nav ul.strategy li {
		width:100%;
	}
}
@media screen (min-width: 940px) and (max-width: 1024px) {

	header nav ul.sns {
		left: 40%;
		transform: translateX(-50%);
	}

}
@media screen and (max-width: 940px) {
	header nav .inner {
		margin-bottom: 80px;
	}
	header nav ul.company li {
		width:100% !important;
	}
	header nav ul.ir li {
		width:100% !important;
	}
	header nav ul.brands {
		width: 44%;
	}
	header nav ul.strategy {
		width: 22.4%;
	}
	header nav ul.company {
		width: 22.4%;
	}
	header nav ul.sns {
		left: 40%;
		transform: translateX(-50%);
	}
	footer nav ul.company li {
		width:100% !important;
	}
	footer nav ul.brands {
		width: 44%;
	}
	footer nav ul.strategy {
		width: 22.4%;
	}
	footer nav ul.company {
		width: 22.4%;
	}

}

@media screen and (min-width: 940px) and (max-width: 900px) {
	.sp_br{
		display:block;
	}
}
@media screen and (max-width: 900px) {
	header nav.pc {
		display:none;
	}
	header nav.sp {
		display:block;
		background-color:rgba(0,0,0,0.86);
	}
	header nav.sp .inner {
		display:block;
		margin:120px auto 70px;
	}
	header nav.sp .inner {
		margin: 150px auto 100px;
	}
	header nav.sp ul.base {
		width:100%;
		text-align:center;
		margin-bottom: 30px;
	}
	header nav.sp ul.base a {
		color: #FFF;
		font-size: 2.0rem;
		font-weight: lighter;
	}
	header nav.sp ul.base li {
		margin-bottom:20px;
	}
	header nav.sp ul.language,
	header nav.sp ul.sns {
		display: flex;
		justify-content: center;
		margin: 0 0 25px;
    }
    header nav.sp ul.language li {
    	margin:0 3%;
    	font-size:1.4rem;
    }
    header nav.sp ul.language li:nth-child(3) {
    	margin-right:5%;
    }
    header nav.sp ul.language li a {
    	display: block;
    	color:#FFF;
    	font-weight: lighter;
    	line-height: 35px;
    	width: 35px;
    	text-align: center;
    }
    header nav.sp ul.sns {
    	width:100%;
    	opacity: 1;
    }
    header nav.sp ul.sns li {
    	margin:0 22px;
    	opacity: 1;
    }
    header .searchBox {
    	width:90%;
    	left:5%
    }
    header .searchBox input {
		width:100%;
		border:2px solid rgba(255,255,255,0.5);
		background:none;
		color:#FFF;
	}
	header .sp .searchBox input.keywordinput {
		width: 100%;
		float: left;
	}
	header .sp .searchBox input.keywordbtn {
	    width: 50px;
	    /* float: right; */
	    text-align: center;
	    padding: 0px;
	}
	footer nav ul li {
		float:left;
	}
	footer nav ul ul {
		width:100%;
	}
	footer nav ul.base,
	footer nav ul.accordion {
		border-bottom: 1px solid #3F4345
	}
	footer nav ul.base,
	footer nav ul.accordion,
	footer nav ul.language {
		position: relative;
		width:100%;
	}
	footer nav ul.base ul li,
	footer nav ul.accordion ul li,
	footer nav ul.language ul li {
		width:20% !important;
	}
	footer nav ul.base li.cat {
		width:20% !important;
	}
	footer nav ul.accordion li.cat,
	footer nav ul.language li.cat {
		width:100% !important;
		margin-bottom:0;
	}
	footer nav ul.language li.cat {
		margin-right:-4px;
	}
	footer nav ul.recruit li.cat ul {
		display: block !important;
		position: absolute;
		top: 173px;
		transition:all 0.5s;
	}
	footer nav ul.recruit li.cat:first-child{
		padding: 25px 0 25px;
	}
	footer nav ul.recruit li.cat{
		padding: 0 0 25px;
	}
	/*footer nav ul.recruit li.cat:first-child{
		border-bottom: 1px solid #3F4345;
	}*/
	footer nav ul.feedback li.cat ul {
		display: block !important;
		position: absolute;
		top: 173px;
		transition:all 0.5s;
	}
	footer nav ul.other {
		display: block;
		position: relative;
		margin-top:25px;
		width: 100%;
		top: 0;
		right: 0;
	}
	footer nav ul.other li {
		float:left;
		width:33.3% !important;
	}
	footer nav ul.accordion li.cat span,
	footer nav ul.language li.cat span {
		cursor:pointer;
		padding-top:25px;
		position:relative;
	}
	footer nav ul.recruit li.cat span {
		cursor:default;
	}
	footer nav ul.feedback li.cat span {
		cursor:default;
	}
	footer nav ul.accordion li.cat span::before,
	footer nav ul.language li.cat span::before,
	footer nav ul.accordion li.cat span::after,
	footer nav ul.language li.cat span::after {
		position:absolute;
		content:"";
		top: 35px;
		right:10px;
		width:30px;
		height:2px;
		background-color:#888;
		z-index: -1;
	}
	footer nav ul.accordion li.cat span::after,
	footer nav ul.language li.cat span::after {
		top: 50%;
		right:24px;
		width:2px;
		height:30px;
		transform:translateY(-50%);
		transition:all 0.3s;
	}
	footer nav ul.accordion li.cat.open span::after,
	footer nav ul.language li.cat.open span::after {
		height:0;
	}
	footer nav ul.recruit li.cat span::before,
	footer nav ul.recruit li.cat span::after {
		display:none;
	}
	footer nav ul.feedback li.cat span::before,
	footer nav ul.feedback li.cat span::after {
		display:none;
	}
	footer nav {
		display: block;
		width:100%;
		padding: 30px 0 0;
	}
	footer nav ul ul {
		display:none;
	}
	footer nav ul li ul {
		margin-top:0;
	}
	footer nav ul.language {
		position:relative;
		right: 0;
		top: 0;
	}
	footer nav.la ul.recruit li.cat ul {
		top:222px;
	}
	footer nav ul li.cat span {
		display:block;
	}
	footer nav ul.language li.cat > span {
		display:block;
	}
	footer ul.language a {
		font-size:1.3rem;
	}
	footer ul.language a::after {
		display:none;
	}
	footer ul.sns {
		margin-right:0
	}

	/* line5 */
	footer nav ul.brands ul {
		display: flex;
		flex-wrap: wrap;
	}
	footer nav ul.brands ul li {
		width: 19.9% !important;
	}
	footer nav ul.brands ul li:nth-child(1) { order: 1;}
	footer nav ul.brands ul li:nth-child(2) { order: 7;}
	footer nav ul.brands ul li:nth-child(3) { order: 13;}
	footer nav ul.brands ul li:nth-child(4) { order: 18;}
	footer nav ul.brands ul li:nth-child(5) { order: 6;}
	footer nav ul.brands ul li:nth-child(6) { order: 12;}
	footer nav ul.brands ul li:nth-child(7) { order: 17;}
	footer nav ul.brands ul li:nth-child(8) { order: 5;}
	footer nav ul.brands ul li:nth-child(9) { order: 11;}
	footer nav ul.brands ul li:nth-child(10) { order: 16;}
	footer nav ul.brands ul li:nth-child(11) { order: 4;}
	footer nav ul.brands ul li:nth-child(12) { order: 10;}
	footer nav ul.brands ul li:nth-child(13) { order: 15;}
	footer nav ul.brands ul li:nth-child(14) { order: 3;}
	footer nav ul.brands ul li:nth-child(15) { order: 9;}
	footer nav ul.brands ul li:nth-child(16) { order: 2;}
	footer nav ul.brands ul li:nth-child(17) { order: 8;}
	footer nav ul.brands ul li:nth-child(18) { order: 14; width:25% !important;}

	footer nav ul.recruit .pc {
		display: none;
	}
}
@media screen and (max-width: 740px) {
	footer nav ul.base ul li,
	footer nav ul.accordion ul li,
	footer nav ul.language ul li {
		width:25% !important;
	}
	footer nav ul.base li.cat {
		width:25% !important;
	}

	/* line4 */
	footer nav ul.brands ul li:nth-child(1) { order: 1; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(2) { order: 2; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(3) { order: 3; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(4) { order: 4; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(5) { order: 5; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(6) { order: 6; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(7) { order: 7; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(8) { order: 8; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(9) { order: 9; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(10) { order: 10; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(11) { order: 11; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(12) { order: 12; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(13) { order: 13; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(14) { order: 14; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(15) { order: 15; width:30% !important;}
	footer nav ul.brands ul li:nth-child(16) { order: 16; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(17) { order: 17; width: 24.8% !important;}
	footer nav ul.brands ul li:nth-child(18) { order: 18; width: 24.8% !important;}
}
@media screen and (max-width: 640px) {

	header {
		background-color:rgba(0,0,0,0.8) !important;
	}
	header nav.sp .close {
		top:-90px;
	}
	header nav.sp .inner {
		margin: 100px auto 80px;
	}
	header .g_nav_trigger img.black {
		display:none;
	}
	header .g_nav_trigger {
		width:40px;
		height: 44px;
		margin: 10px 0;
	}

	section {
		font-size: 1.4rem;
	}
	section .lead {
		padding:0 20px;
		font-size:1.6rem;
		text-align: left;
	}

	/* アンカー用 */
	.anchor {
		padding-top: 80px;
		margin-top: -80px;
	}

}
@media screen and (max-width: 550px) {
	footer nav ul.base ul li,
	footer nav ul.accordion ul li,
	footer nav ul.language ul li {
		width:33.3% !important;
	}
	footer nav ul.base li.cat {
		width:33.3% !important;
	}

	section h1 {
		margin: 140px auto 65px;
	}
	footer .logo img {
		position:absolute;
		left: -268px;
	}

	footer nav ul.other li {
		width:50% !important;
	}

	/* line3 */
	footer nav ul.brands ul li:nth-child(1) { order: 1; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(2) { order: 15; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(3) { order: 11; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(4) { order: 6; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(5) { order: 4; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(6) { order: 17; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(7) { order: 14; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(8) { order: 9; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(9) { order: 7; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(10) { order: 2; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(11) { order: 16; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(12) { order: 12; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(13) { order: 10; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(14) { order: 5; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(15) { order: 18; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(16) { order: 13; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(17) { order: 8; width: 33.1% !important;}
	footer nav ul.brands ul li:nth-child(18) { order: 3; width: 33.1% !important;}
}
@media screen and (max-width: 480px) {
	section h1 {
		font-size:2.4rem;
	}
}
@media screen and (max-width: 450px) {
	footer nav ul.accordion ul li {
		width:50% !important;
	}
	footer nav ul.language ul li {
		width:33.3% !important;
	}
	footer .logo {
		overflow:hidden;
	}
	footer ul.sns {
		margin: 0 0 0 88%;
	}
	header nav.sp .close {
		top:-20vw;
	}
	header nav.sp .inner {
		margin-top: 25vw;
	}
	header nav.sp ul.base a {
		font-size: 5vw;
	}
	header nav.sp ul.base li {
		margin-bottom: 2.9vw;
	}
	header nav.sp ul.base {
    	margin-bottom: 20px;
	}
	header nav.sp ul.language li {
	    margin: 0 2.5%;
	}

	/* line2 */
	footer nav ul.brands ul li:nth-child(1) { order: 1; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(2) { order: 7; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(3) { order: 10; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(4) { order: 16; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(5) { order: 2; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(6) { order: 6; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(7) { order: 12; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(8) { order: 17; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(9) { order: 3; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(10) { order: 8; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(11) { order: 13; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(12) { order: 18; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(13) { order: 4; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(14) { order: 9; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(15) { order: 15; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(16) { order: 5; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(17) { order: 11; width: 48% !important;}
	footer nav ul.brands ul li:nth-child(18) { order: 14; width: 48% !important;}
}
