@charset "UTF-8";

/*footer*/
.groupFooterSns {
	display: none;
}

@media (min-width: 769px) {
	.groupFooterSns {
		display: block;
		background: #fff;
		border-top: 1px solid #ccc;
		padding: 30px 10px;
	}
}

.footerSns {
	margin: 15px auto 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	max-width: 315px;
}

.footerSns__item {
	width: 20%;
	text-align: center;
}

.footerSns__item > a {
	display: inline-block;
	width: 36px;
	height: 36px;
	/* border-radius: 50%; */
	position: relative;
}

/* .footerSns__item > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.footerSns__item--facebook > a {
	background: #1E77F2;
}

.footerSns__item--facebook > a > img {
	width: 9px;
}

.footerSns__item--twitter > a {
	background: #22A1F2;
}

.footerSns__item--twitter > a > img {
	width: 16px;
}

.footerSns__item--line > a {
	background: #1CB91E;
}

.footerSns__item--line > a > img {
	width: 18px;
}

.footerSns__item--youtube > a {
	background: #FB1D1B;
}

.footerSns__item--youtube > a > img {
	width: 20px;
}

.footerSns__item--instagram > a {
	background: #D22088;
}

.footerSns__item--instagram > a > img {
	width: 16px;
} */

.footerPagetop {
	position: fixed;
	bottom: -34px;
	right: 0;
	width: 34px;
	height: 34px;
	z-index: 900;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.footerPagetop.is-show {
	bottom: 0;
}

.footerPagetop > a {
	display: block;
	background: #D32732;
	overflow: hidden;
	color: transparent;
	width: 100%;
	height: 100%;
	position: relative;
}

.footerPagetop > a:before {
	content: "";
	height: 9.4px;
	width: 15.6px;
	display: inline-block;
	background: url("/index_assets/img/common/icon-arrow-2.svg") no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
	.footerPagetop {
		width: 60px;
		height: 60px;
		bottom: -60px;
	}
	.footerPagetop > a:before {
		height: 16.6px;
		width: 28.6px;
	}
	.footerPagetop > a:hover {
		background: #E85562;
	}
}

.footerCopy {
	background: #D32732;
	color: #fff;
	padding: 15px 10px 25px;
	font-size: 10px;
	line-height: 1.8;
}

.footerCopy a {
	color: #fff;
	text-decoration: underline;
}

.footerCopy a:hover {
	text-decoration: none;
}

.footerCopy__text {
	display: inline-block;
}

.footerCopy__text2 {
	display: inline-block;
	font-size: 8px;
	margin-top: 7px;
}

@media (min-width: 769px) {
	.footerCopy {
		text-align: center;
		padding: 21px 60px;
	}
}


.headTopSub {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

@media (min-width: 769px) {
	.headTopSub {
		font-size: 18px;
	}
}


.listFooter > li {
	text-align: center;
	width: 50%;
}

.listFooter > li:nth-child(2n) {
	border-left: 1px solid #eee;
}

.listFooter > li > a {
	border-top: 1px solid #eee;
	display: block;
	color: #707070;
	font-size: 12px;
	padding: 1.3em 0.5em;
	background: #fff;
}

.listFooter > li > a[target="_blank"]:after {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	background: url("/index_assets/img/common/icon-blank-1.svg") no-repeat center center;
	background-size: cover;
	margin-left: 5px;
	position: relative;
}

@media (min-width: 769px) {
	.listFooter {
		display: block;
		text-align: center;
		border-top: 1px solid #ccc;
		background: #fff;
	}
	.listFooter > li {
		display: inline-block;
		width: auto;
		border: none !important;
		margin: 0 25px;
	}
	.listFooter > li > a {
		border-top: none;
		background: none;
		padding: 1.6em 0.5em;
	}
	.listFooter > li > a:hover {
		color: #999;
	}
}

.listFooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.listFooter > li {
	text-align: center;
	width: 50%;
}

.listFooter > li:nth-child(2n) {
	border-left: 1px solid #eee;
}

.listFooter > li > a {
	border-top: 1px solid #eee;
	display: block;
	color: #707070;
	font-size: 12px;
	padding: 1.3em 0.5em;
	background: #fff;
}

.listFooter > li > a[target="_blank"]:after {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	background: url("/index_assets/img/common/icon-blank-1.svg") no-repeat center center;
	background-size: cover;
	margin-left: 5px;
	position: relative;
}

@media (min-width: 769px) {
	.listFooter {
		display: block;
		text-align: center;
		border-top: 1px solid #ccc;
		background: #fff;
	}
	.listFooter > li {
		display: inline-block;
		width: auto;
		border: none !important;
		margin: 0 25px;
	}
	.listFooter > li > a {
		border-top: none;
		background: none;
		padding: 1.6em 0.5em;
	}
	.listFooter > li > a:hover {
		color: #999;
	}
}

.listRelation {
	margin-top: 10px;
	text-align: center;
}

.listRelation__item {
	display: block;
	margin-top: 5px;
}

.listRelation__item:first-child {
	margin-top: 0;
}

.listRelation__item > a {
	display: block;
	color: #707070;
	font-size: 12px;
	border: 1px solid #DDD;
	padding: 10px;
	border-radius: 5px;
}

.listRelation__item > a[target="_blank"]:after {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	background: url("/index_assets/img/common/icon-blank-1.svg") no-repeat center center;
	background-size: cover;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

.listRelation__item--banner {
	margin-top: 5px;
}

.listRelation__item--banner > a {
	text-align: center;
	padding: 16px 10px;
}

.listRelation__item--banner > a > img {
	display: inline-block;
}

.listRelation__item--banner > a[target="_blank"] {
	position: relative;
}

.listRelation__item--banner > a[target="_blank"]:after {
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 10px;
}

@media (min-width: 769px) {
	.listRelation {
		max-width: calc(818px + 10px);
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.listRelation__item {
		width: 33.33333%;
		padding: 0 5px;
		margin-top: 0;
	}
	.listRelation__item:nth-child(n+4) {
		margin-top: 6px;
	}
}

/*headerMenu*/
.headerMenuBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -2px;
  right: 0;
}

.headerMenuBtn > a {
  display: block;
  background: #D32732;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: transparent;
  position: relative;
}

.headerMenuBtn > a:before {
  content: "";
  height: 18px;
  width: 24px;
  display: inline-block;
  background: url("/index_assets/img/common/icon-menu-1.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .headerMenuBtn {
    display: none;
  }
}

.headerMenuGroup {
  background: rgba(34, 34, 34, 0.9);
  color: #fff;
  position: absolute;
  left: 100%;
  width: 0;
  height: calc(100vh + 50px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: -2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.headerMenuGroup.is-open {
  opacity: 1;
  left: 0;
  width: 100%;
}

.headerMenuGroup.is-open .headerMenuGroup__close {
  position: fixed;
}

.headerMenuGroup a {
  color: #fff;
}

.headerMenuGroup__close {
  position: static;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.headerMenuGroup__close > a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("/index_assets/img/common/icon-close-1.svg") no-repeat center center;
  background-size: 28px 28px;
  overflow: hidden;
}

.headerMenuGroup__close > a > span {
  white-space: nowrap;
  color: transparent;
}

.headerMenuGroup__inner {
  padding: 50px 10px 200px;
}

.headerMenuList__item {
  border-bottom: 1px solid #fff;
}

/* .headerMenuList__item:nth-child(2) {
  padding: 10px 0 30px;
} */

.headerMenuList__item:nth-child(4) {
  padding: 20px 0;
}

.headerMenuList__item .listTag2 {
  margin-top: 0;
}

.headerMenuList__item .listTag2__item:first-child, .headerMenuList__item .listTag2__item:nth-child(2) {
  margin-top: 0;
}

.headerMenuList__item .listTag2__item > a {
  border: 1px solid #fff;
  font-size: 16px;
}

.headerMenuList__item .listTag2__text:before {
  top: 1px;
}

.headerMenuList__link > a {
  display: block;
  padding: 15px 12px;
  position: relative;
}

.headerMenuList__link > a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/index_assets/img/common/icon-arrow-1.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.headerMenuList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headerMenuList__list > li {
  width: 50%;
}

.headerMenuList__list > li:nth-child(2n) {
  border-left: 1px solid #707070;
}

.headerMenuList__list > li:nth-child(2n) > a {
  padding-left: 22px;
  padding-right: 0;
  font-size: 15px;
}

.headerMenuList__list > li:nth-child(2n) > a:before {
  left: 10px;
}

.headerMenuList__list > li:nth-child(n+3) {
  border-top: 1px solid #707070;
}

.headerMenuList__list > li > a {
  display: block;
  padding: 15px 12px;
  position: relative;
}

.headerMenuList__list > li > a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/index_assets/img/common/icon-arrow-1.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.headerMenuList__list2 > li > a {
  display: block;
  padding: 6px 12px;
  position: relative;
  font-size: 12px;
}

.headerMenuList__list2 > li > a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/index_assets/img/common/icon-arrow-1.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.headerMenuSns {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headerMenuSns__label {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
}

.headerMenuSns__item {
  width: 20%;
  margin-top: 15px;
  text-align: center;
}

.headerMenuSns__item > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  /* border-radius: 50%; */
  position: relative;
}

/* .headerMenuSns__item > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.headerMenuSns__item--facebook > a {
  background: #1E77F2;
}

.headerMenuSns__item--facebook > a > img {
  width: 9px;
}

.headerMenuSns__item--twitter > a {
  background: #22A1F2;
}

.headerMenuSns__item--twitter > a > img {
  width: 16px;
}

.headerMenuSns__item--line > a {
  background: #1CB91E;
}

.headerMenuSns__item--line > a > img {
  width: 18px;
}

.headerMenuSns__item--youtube > a {
  background: #FB1D1B;
}

.headerMenuSns__item--youtube > a > img {
  width: 20px;
}

.headerMenuSns__item--instagram > a {
  background: #D22088;
}

.headerMenuSns__item--instagram > a > img {
  width: 16px;
} */


/*add
/////////////////////////////////////////////////////////////////////*/
.footerPagetop > a,
.headerMenuBtn > a {
	cursor: pointer;
}

#footer {
	line-height: 1.625;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	padding-top: 50px;
}
.secTopFooter__inner {
	padding: 0 10px 60px;
}
.listRelation__item--banner>a>img {
	width: auto;
}
.footerCopy__text {
	display: block;
}
@media screen and (max-width:767.98px) {
	#footer {
		text-align: left;
		padding-top: 40px;
	}
	.listFooter {
		display: none;
	}
	.secTopFooter__inner {
		padding-bottom: 40px;
	}
}

.headerMenuBtn > a span {
	display: none;
}
.headerMenuGroup__inner {
	font-size: 16px;
	text-align: left;
	line-height: 1.625;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
@media screen and (min-width:768px) {
	.headerMenuBtn {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.headerMenuOuter {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}
	.headerMenuBtn {
		width: 48px;
		height: 48px;
		top: 0;
	}
	.headerMenuBtn>a:before {
		transform: translate(-50%, -50%) scale(.95);
	}
}
