@charset "utf-8";

#main .content{ background-color: #ffffff; position: relative; }
#main .content header {
	background-color: #017C40;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
header .inner .come {
	margin-top: 5%;
}
.kizuna-navi ul {
	display: flex;
}
.kizuna-navi ul li {
	list-style-type: none;
}
.kizuna-navi ul li a:hover {
	opacity: 0.95;
}
#main .content .section {
	background-image: url("../image/bg.webp");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 10%;
}
.inner .kizunaitem {
}
.section .inner .collabo01 {
	padding-top: 15%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.section .inner .circle {
	border-radius: 50%;
	overflow: hidden;
	margin-top: 8%;
}
.section .inner .item {
	text-align: center;
	margin-top: 8%;
}
.section .inner .kizuna-copy {
	color: #028749;
	font-weight: bold;
	text-align: center;
	margin-top: 5%; 
	font-size: 1.1rem;
	line-height: 1.5;
}
.kizuna-sp5 {
	margin-top: 5%;
}
.kizuna-sp10 {
	margin-top: 10%;
}
.kizuna-sp20 {
	margin-top: 20%;
}
.kizuna-sp25 {
	margin-top: 25%;
}
.section .inner .kizunaitem .kizuna-txt {
	font-size: 1.1rem;
	line-height: 1.5;
	color: #231815;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section .inner .kizunastory .kizuna-txt  {
	font-size: 1.1rem;
	line-height: 1.5;
	color: #231815;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section .inner .txt {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 5%;
	color: #231815;
}
.gentei {
	background-color: #D71718;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 1.5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}
.section .story  {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 15%;
	margin-bottom: 3%;
}
.photo   {
	position: relative;
}
.section .photo-notes  {
	font-size: 0.8rem;
	line-height: 1.5294;
	color: #231815;
	margin-top: 2%;
}
.story-copy   {
	position: absolute;
	left: -35px;
	width: 100%;
	bottom: -55px;
}
.c01 {
	width: 100%;
	margin-top: 5%;
	position: absolute;
	bottom: -150px;
}
.c03 {
	position: absolute;
	bottom: -15px;
}



@media screen and (max-width: 780px){ /*780px以下のcss*/
}
@media screen and (max-width: 480px){ /*480px以下のcss*/
.c01 {
	width: 100%;
	margin-top: 5%;
	position: absolute;
	bottom: -40%;
}
}
