#WORK .pickup ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#WORK .pickup ul {
    zoom: 1;
}

#VISUAL .cont {
position: relative;
}
#VISUAL .catch {
position: absolute;
left: 0;
top: 0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
z-index: 1;
color: #fff;
}
#VISUAL h1 {
margin-bottom: 20px;
font-style: italic;
font-weight: 700;
font-size: 35px;
line-height: 1.29;
letter-spacing: 0.1em;
text-align: center;
}
#VISUAL p {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-size: 18px;
letter-spacing: 0.1em;
}
#VISUAL .image {
width: 100%;
height: 500px;
}
#VISUAL .image img {
display: block;
width: 100%;
height: 500px;
object-fit: cover;
}
@media (min-width: 768px) {
	#VISUAL h1 {
	margin-bottom: 24px;
	font-size: 50px;
	}
	#VISUAL p {
	font-size: 26px;
	}
	#VISUAL .image {
	height: 760px;
	}
	#VISUAL .image img {
	height: 760px;
	}
}

#PICKUP {
background-color: #bfe036;
padding: 0 0 0 10px;
}
#PICKUP .cont {
position: relative;
background-color: #fff;
box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
margin-top: -20px;
padding: 20px 20px 40px 20px;
}
#PICKUP .cont h3 {
margin-bottom: 15px;
font-size: 22px;
color: #90c31f;
font-weight: 500;
font-family: 'Roboto', sans-serif;
}
#PICKUP .event {
margin-bottom: 20px;
}
#PICKUP .slider {
margin-right: -200px;
}
#PICKUP .event .block {
box-sizing: border-box;
padding-right: 20px;
width: 300px;
}
#PICKUP .event .block img {
display: block;
margin-bottom: 13px;
width: 100%;
height: auto;
}
#PICKUP .event .block .title {
margin-bottom: 12px;
font-weight: 900;
font-size: 14px;
line-height: 1.29;
}
#PICKUP .event .block .title a {
display: block;
position: relative;
padding-right: 50px;
}
#PICKUP .event .block .title a::before {
content: '';
display: block;
position: absolute;
right: 0;
top: 7px;
border-top: 3px solid transparent;
border-right: 5px solid transparent;
border-bottom: 3px solid #000;
border-left: 5px solid #000;
}
#PICKUP .event .block .title a::after {
content: '';
display: block;
position: absolute;
right: 5px;
top: 12px;
width: 22px;
border-bottom: 1px solid #000;
}
#PICKUP .event .block .tag {
display: flex;
flex-wrap: wrap;
gap: 5px;
list-style: none;
}
#PICKUP .event .block .tag li {
background-color: #90c31f;
border-radius: 5px;
padding: 0 10px;
font-weight: 700;
font-size: 10px;
line-height: 20px;
color: #fff;
}
#PICKUP .news .tab {
display: flex;
flex-wrap: wrap;
gap: 0 25px;
margin: -8px 0 16px 0;
list-style: none;
}
#PICKUP .news .tab li {
font-weight: 500;
font-size: 13px;
line-height: 20px;
}
#PICKUP .news .tab li a {
display: block;
padding: 0 5px;
}
#PICKUP .news .tab li a.active {
background-color: #e7e700;
border-radius: 99999px;
}
#PICKUP .news .list {
border-top: solid 1px #999;
}
#PICKUP .news .block {
border-bottom: solid 1px #999;
padding: 15px 0;
}
#PICKUP .news .block .meta {
display: flex;
flex-wrap: wrap;
gap: 0 25px;
margin-bottom: 5px;
font-weight: 500;
font-size: 13px;
}
#PICKUP .news .block .title {
font-weight: 700;
font-size: 13px;
}
#PICKUP .news .block .title a {
color: #90c31f;
}
#PICKUP .news .more {
margin-top: 12px;
font-weight: 500;
font-size: 14px;
text-align: right;
}
#PICKUP .news .more a {
display: inline-block;
position: relative;
padding-right: 45px;
}
#PICKUP .news .more a::before {
content: '';
display: block;
position: absolute;
right: 0;
top: 7px;
border-top: 3px solid transparent;
border-right: 5px solid transparent;
border-bottom: 3px solid #000;
border-left: 5px solid #000;
}
#PICKUP .news .more a::after {
content: '';
display: block;
position: absolute;
right: 5px;
top: 12px;
width: 32px;
border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
	.slick-prev,
	.slick-next {
	display: none !important;
	}
}
@media (min-width: 768px) {
	#PICKUP {
	background-color: #bfe036;
	padding: 0 0 0 50px;
	}
	#PICKUP .cont {
	box-sizing: border-box;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	margin: -80px 0 0 0; 
	padding: 32px 100px 70px 50px;
	z-index: 1;
	}
	#PICKUP .inner {
	margin: 0 auto;
	width: 1100px;
	}
	#PICKUP .cont h3 {
	margin-bottom: 17px;
	}
	#PICKUP .event {
	margin-bottom: 50px;
	}
	#PICKUP .slider {
	margin: 0 -15px;
	}
	#PICKUP .event .block {
	box-sizing: border-box;
	padding: 0 15px;
	width: 375px;
	}
	#PICKUP .event .block img {
	margin-bottom: 11px;
	}
	#PICKUP .event .block .title {
	margin-bottom: 15px;
	font-size: 16px;
	}
	#PICKUP .event .block .title a {
	padding-right: 40px;
	}
	#PICKUP .event .block .tag {
	gap: 10px;
	}
	#PICKUP .event .block .tag li {
	padding: 0 15px;
	font-size: 12px;
	line-height: 24px;
	}
	#PICKUP .news {
	position: relative;
	}
	#PICKUP .news .tab {
	gap: 0 25px;
	position: absolute;
	left: 105px;
	top: 4px;
	margin: 0;
	}
	#PICKUP .news .tab li {
	font-size: 14px;
	line-height: 22px;
	}
	#PICKUP .news .list {
	border-top: solid 1px #999;
	}
	#PICKUP .news .block {
	border-bottom: solid 1px #999;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	}
	#PICKUP .news .block .meta {
	gap: 0 25px;
	margin-bottom: 0;
	width: 225px;
	font-size: 14px;
	}
	#PICKUP .news .block .title {
	flex: 1;
	font-size: 14px;
	}
	#PICKUP .news .more {
	margin-top: 18px;
	}
	.slick-prev,
	.slick-next {
	display: block;
	position: absolute;
	top: -60px;
	background-color: inherit;
	border: none;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	z-index: 9;
	}
	.slick-prev:hover:before,
	.slick-prev:focus:before,
	.slick-next:hover:before,
	.slick-next:focus:before {
	opacity: 1;
	}
	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
	opacity: .25;
	}
	.slick-prev {
	right: 75px;
	}
	.slick-prev::before {
	content: '';
	display: block;
	position: absolute;
	left: 13px;
	top: 27px;
	border-top: 3px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 3px solid #000;
	border-right: 5px solid #000;
	}
	.slick-prev::after {
	content: '';
	display: block;
	position: absolute;
	left: 18px;
	top: 32px;
	width: 32px;
	border-bottom: 1px solid #000;
	}
	.slick-next {
	right: 15px;
	}
	.slick-next::before {
	content: '';
	display: block;
	position: absolute;
	right: 13px;
	top: 27px;
	border-top: 3px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 3px solid #000;
	border-left: 5px solid #000;
	}
	.slick-next::after {
	content: '';
	display: block;
	position: absolute;
	right: 18px;
	top: 32px;
	width: 32px;
	border-bottom: 1px solid #000;
	}
}

#KEYWOED {
position: relative;
background-color: #bfe036;
padding: 30px 0 0 0;
overflow: hidden;
}
#KEYWOED::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-color: #edede8;
width: 50%;
height: 100%;
}
#KEYWOED::after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background: url("../img/key_bg.svg") no-repeat center center;
background-size: cover;
width: 100%;
height: 100%;
}
#KEYWOED .cont {
position: relative;
padding: 0 20px;
z-index: 1;
}
#KEYWOED h2 {
margin-bottom: 16px;
font-style: italic;
font-weight: 900;
font-size: 38px;
text-shadow: 2px 3px 0 #a6c42a, 4px 5px 0 #9bb636;
line-height: 1.1;
}
#KEYWOED .lead {
margin-bottom: 75px;
font-weight: 500;
font-size: 14px;
line-height: 1.43;
}
#KEYWOED h3 {
margin-bottom: 12px;
font-style: italic;
font-weight: 900;
font-size: 36px;
line-height: 1.1;
}
#KEYWOED .block {
position: relative;
margin-bottom: 95px;
}
#KEYWOED .block:nth-of-type(1) .image {
position: absolute;
right: -100px;
top: -80px;
width: 300px;
z-index: -1;
}
#KEYWOED .block:nth-of-type(2) .image {
position: absolute;
right: -35px;
top: 100px;
width: 180px;
z-index: -1;
}
#KEYWOED .block:nth-of-type(3) .image {
position: absolute;
right: -35px;
top: 100px;
width: 180px;
z-index: -1;
}
#KEYWOED .block .image img {
display: block;
width: 100%;
height: auto;
}
#KEYWOED .block p {
width: 220px;
font-weight: 400;
font-size: 13px;
line-height: 1.39;
}
#KEYWOED .block .number {
margin-bottom: 4px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 18px;
color: #6cab07;
}
#KEYWOED .block .more {
margin-top: 20px;
width: 220px;
}
#KEYWOED .block .more a {
display: block;
position: relative;
background-color: #6cab07;
padding: 7px 7px 7px 30px;
font-weight: 700;
font-size: 13px;
text-align: center;
color: #fff;
}
#KEYWOED .block .more a::before {
content: '';
display: block;
position: absolute;
left: 63px;
top: 14px;
border-top: 3px solid transparent;
border-right: 5px solid transparent;
border-bottom: 3px solid #fff;
border-left: 5px solid #fff;
}
#KEYWOED .block .more a::after {
content: '';
display: block;
position: absolute;
left: 35px;
top: 19px;
width: 32px;
border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
	#KEYWOED {
	position: relative;
	background-color: #bfe036;
	padding: 60px 0 60px 0;
	overflow: hidden;
	}
	#KEYWOED .cont {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 1100px;
	z-index: 1;
	}
	#KEYWOED h2 {
	margin-bottom: 16px;
	font-size: 60px;
	}
	#KEYWOED .lead {
	margin-bottom: 75px;
	font-size: 20px;
	line-height: 1.6;
	}
	#KEYWOED h3 {
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 1.2;
	}
	#KEYWOED .block {
	margin-bottom: 30px;
	width: 500px;
	}
	#KEYWOED .block:nth-of-type(1) .image {
	position: absolute;
	right: -600px;
	top: -70px;
	width: 613px;
	z-index: -1;
	}
	#KEYWOED .block:nth-of-type(2) .image {
	position: absolute;
	right: 700px;
	top: 10px;
	width: 450px;
	z-index: -1;
	}
	#KEYWOED .block:nth-of-type(3) .image {
	position: absolute;
	right: -620px;
	top: -40px;
	width: 507px;
	z-index: -1;
	}
	#KEYWOED .block:nth-of-type(even) {
	margin-left: auto;
	}
	#KEYWOED .block p {
	width: 500px;
	font-size: 16px;
	line-height: 1.38;
	}
	#KEYWOED .block .number {
	margin-bottom: 4px;
	font-size: 26px;
	}
	#KEYWOED .block .more {
	margin-top: 20px;
	width: 220px;
	}
	#KEYWOED .block .more a {
	padding: 7px 7px 7px 30px;
	font-size: 16px;
	}
	#KEYWOED .block .more a::before {
	content: '';
	display: block;
	position: absolute;
	left: 63px;
	top: 14px;
	border-top: 3px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 3px solid #fff;
	border-left: 5px solid #fff;
	}
	#KEYWOED .block .more a::after {
	content: '';
	display: block;
	position: absolute;
	left: 35px;
	top: 19px;
	width: 32px;
	border-bottom: 1px solid #fff;
	}
}

#contents .photo .cont {
position: relative;
}
#contents .photo img {
display: block;
width: 100%;
height: 375px;
object-fit: cover;
}
#contents .photo .catch {
position: absolute;
left: 0;
top: 0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
z-index: 1;
}
#contents .photo .catch h2 {
font-family: 'Noto Serif JP', serif;
font-weight: 300;
font-size: 30px;
color: #fff;
}
@media (min-width: 768px) {
	#contents .photo img {
	height: 570px;
	}
	#contents .photo .catch h2 {
	font-size: 60px;
	}
}

#EVENT {
background-color: #bfe036;
padding-bottom: 65px;
}
#EVENT .hed {
padding: 40px 20px 45px 20px;
}
#EVENT .hed .en {
margin-bottom: 10px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 30px;
color: #6cab07;
}
#EVENT .hed h2 {
margin-bottom: 28px;
font-weight: 900;
font-size: 20px;
}
#EVENT .hed .lead {
font-weight: 700;
font-size: 13px;
line-height: 1.54;
}
#EVENT .list {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0 0 0 1px;
}
#EVENT .list .block {
position: relative;
box-sizing: border-box;
padding: 0 1px 1px 0;
width: 50%;
}
#EVENT .list img {
display: block;
border-radius: 5px;
width: 100%;
height: auto;
}
#EVENT .list p {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
font-weight: 700;
font-size: 11px;
text-align: center;
}
#EVENT .list p a {
color: #fff;
}
#EVENT .list p span {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 20px;
}
#EVENT .more {
margin: 39px auto 0 auto;
width: 220px;
}
#EVENT .more a {
display: block;
position: relative;
background-color: #6cab07;
padding: 7px 7px 7px 30px;
font-weight: 700;
font-size: 13px;
text-align: center;
color: #fff;
}
#EVENT .more a::before {
content: '';
display: block;
position: absolute;
left: 63px;
top: 14px;
border-top: 3px solid transparent;
border-right: 5px solid transparent;
border-bottom: 3px solid #fff;
border-left: 5px solid #fff;
}
#EVENT .more a::after {
content: '';
display: block;
position: absolute;
left: 35px;
top: 19px;
width: 32px;
border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
	#EVENT {
	padding-bottom: 90px;
	}
	#EVENT .hed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 75px 30px 120px 30px;
	width: 1100px;
	}
	#EVENT .hed .en {
	margin-bottom: 15px;
	font-size: 60px;
	}
	#EVENT .hed h2 {
	margin-bottom: 0;
	font-size: 40px;
	}
	#EVENT .hed .lead {
	padding: 10px 0 0 0;
	width: 530px;
	font-size: 18px;
	line-height: 1.89;
	}
	#EVENT .list .block {
	width: calc(100% / 3);
	}
	#EVENT .list img {
	display: block;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	}
	#EVENT .list p {
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.2;
	}
	#EVENT .list p span {
	font-size: 36px;
	}
	#EVENT .more {
	margin: 59px auto 0 auto;
	width: 350px;
	}
	#EVENT .more a {
	padding: 13px 7px 13px 30px;
	font-size: 16px;
	}
	#EVENT .more a::before {
	content: '';
	display: block;
	position: absolute;
	left: 103px;
	top: 20px;
	border-top: 3px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 3px solid #fff;
	border-left: 5px solid #fff;
	}
	#EVENT .more a::after {
	content: '';
	display: block;
	position: absolute;
	left: 75px;
	top: 25px;
	width: 32px;
	border-bottom: 1px solid #fff;
	}
}

#SERVICE {
background: #212835 url("../img/ser_bg.jpg") no-repeat 35% center;
background-size: auto 100%;
}
#SERVICE .cont {
padding: 80px 60px 105px 20px;
}
#SERVICE .hed .en {
margin-bottom: 25px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 30px;
color: #6cab07;
}
#SERVICE .hed h2 {
margin-bottom: 20px;
font-weight: 900;
font-size: 20px;
color: #fff;
}
#SERVICE .lead {
font-weight: 700;
font-size: 13px;
line-height: 1.54;
color: #fff;
}
#SERVICE .more {
margin: 50px 0 0 0;
width: 220px;
}
#SERVICE .more a {
display: block;
position: relative;
background-color: #6cab07;
padding: 7px 7px 7px 30px;
font-weight: 700;
font-size: 13px;
text-align: center;
color: #fff;
}
#SERVICE .more a::before {
content: '';
display: block;
position: absolute;
left: 63px;
top: 14px;
border-top: 3px solid transparent;
border-right: 5px solid transparent;
border-bottom: 3px solid #fff;
border-left: 5px solid #fff;
}
#SERVICE .more a::after {
content: '';
display: block;
position: absolute;
left: 35px;
top: 19px;
width: 32px;
border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
	#SERVICE {
	background: #212835 url("../img/ser_bg.jpg") no-repeat center center;
	background-size: cover;
	}
	#SERVICE .cont {
	margin: 0 auto;
	padding: 125px 0 155px 0;
	width: 1100px;
	}
	#SERVICE .hed .en {
	margin-bottom: 30px;
	font-size: 60px;
	}
	#SERVICE .hed h2 {
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 1.3;
	}
	#SERVICE .lead {
	width: 400px;
	font-size: 18px;
	line-height: 1.56;
	}
	#SERVICE .more {
	margin: 65px 0 0 0;
	width: 350px;
	}
	#SERVICE .more a {
	padding: 13px 7px 13px 30px;
	font-size: 16px;
	}
	#SERVICE .more a::before {
	content: '';
	display: block;
	position: absolute;
	left: 103px;
	top: 20px;
	border-top: 3px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 3px solid #fff;
	border-left: 5px solid #fff;
	}
	#SERVICE .more a::after {
	content: '';
	display: block;
	position: absolute;
	left: 75px;
	top: 25px;
	width: 32px;
	border-bottom: 1px solid #fff;
	}
}

#COMPANY {
position: relative;
background-image: linear-gradient(90deg, #bfe036 0%, #8fc50b 100%);
}
#COMPANY .image {
position: absolute;
right: 0;
top: 10px;
width: 222px;
z-index: 0;
}
#COMPANY .image img {
display: block;
width: 100%;
height: auto;
}
#COMPANY .cont {
position: relative;
padding: 70px 60px 70px 20px;
}
#COMPANY .hed {
position: relative;
}
#COMPANY .hed .en {
margin-bottom: 25px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 30px;
color: #6cab07;
}
#COMPANY .hed h2 {
margin-bottom: 20px;
font-weight: 900;
font-size: 20px;
}
#COMPANY .lead {
font-weight: 700;
font-size: 13px;
line-height: 1.54;
}
#COMPANY .more {
margin: 50px 0 0 0;
width: 220px;
}
#COMPANY .more a {
display: block;
position: relative;
background-color: #6cab07;
padding: 7px 7px 7px 30px;
font-weight: 700;
font-size: 13px;
text-align: center;
color: #fff;
}
#COMPANY .more a::before {
content: '';
display: block;
position: absolute;
left: 63px;
top: 14px;
border-top: 3px solid transparent;
border-right: 5px solid transparent;
border-bottom: 3px solid #fff;
border-left: 5px solid #fff;
}
#COMPANY .more a::after {
content: '';
display: block;
position: absolute;
left: 35px;
top: 19px;
width: 32px;
border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
	#COMPANY .cont {
	margin: 0 auto;
	padding: 60px 0 95px 0;
	width: 1100px;
	}
	#COMPANY .image {
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	top: 50%;
	width: 446px;
	z-index: 0;
	}
	#COMPANY .hed .en {
	margin-bottom: 30px;
	font-size: 60px;
	}
	#COMPANY .hed h2 {
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 1.3;
	}
	#COMPANY .lead {
	width: 400px;
	font-size: 18px;
	line-height: 1.56;
	}
	#COMPANY .more {
	margin: 65px 0 0 0;
	width: 350px;
	}
	#COMPANY .more a {
	padding: 13px 7px 13px 30px;
	font-size: 16px;
	}
	#COMPANY .more a::before {
	content: '';
	display: block;
	position: absolute;
	left: 103px;
	top: 20px;
	border-top: 3px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 3px solid #fff;
	border-left: 5px solid #fff;
	}
	#COMPANY .more a::after {
	content: '';
	display: block;
	position: absolute;
	left: 75px;
	top: 25px;
	width: 32px;
	border-bottom: 1px solid #fff;
	}
}

#contents .official {
background-color: #83ba1a;
padding: 24px 27px 27px 27px;
}
#contents .partner {
background-color: #ba8b1a;
padding: 24px 27px 27px 27px;
}
#contents .set h3 {
margin-bottom: 12px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 20px;
}
#contents .insta,
#contents .partner ul {
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
list-style: none;
}
#contents .insta li,
#contents .partner li {
box-sizing: border-box;
width: calc(100% / 3);
padding: 5px;
}
#contents .insta li img,
#contents .partner li img {
display: block;
width: 100%;
height: auto;
}
#contents .sns {
list-style: none;
padding-top: 5px;
}
#contents .sns li {
margin-top: 5px;
}
#contents .sns a {
display: block;
background-color: #fff;
padding: 5px 0;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 13px;
text-align: center;
color: #6cab07;
}
#contents .sns span {
display: inline-block;
background-color: #6cab07;
border-radius: 50%;
margin-right: 6px;
width: 22px;
height: 22px;
font-size: 12px;
line-height: 22px;
text-align: center;
color: #fff;
}
@media (min-width: 768px) {
	#contents .set {
	display: flex;
	flex-wrap: wrap;
	}
	#contents .official {
	flex: 1;
	padding: 35px 0 30px 0;
	}
	#contents .partner {
	flex: 1;
	padding: 35px 0 30px 0;
	}
	#contents .set .cont {
	margin: 0 auto;
	width: 470px;
	}
	#contents .set h3 {
	margin-bottom: 14px;
	font-size: 26px;
	}
	#contents .sns {
	list-style: none;
	padding-top: 4;
	}
	#contents .sns li {
	margin-top: 5px;
	}
	#contents .sns li:first-child {
	margin-top: 0;
	}
	#contents .sns a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	font-size: 18px;
	}
	#contents .sns span {
	margin-right: 6px;
	width: 31px;
	height: 31px;
	font-size: 16px;
	line-height: 31px;
	}
}