@charset "utf-8";

body{
font-size: 100%!important;
}

/* common
-------------------------------------------------------*/
.contents_inner {
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
line-height: 1;
color: #000;
height: 100%;
min-width: 320px;
}
.contents_inner a {
color: #C7DC68;
text-decoration: underline;
transition: .2s;
}
.contents_inner a:hover {
opacity: 0.7;
}
.contents_inner b {
font-weight: bold;
}
.contents_inner img {
width: 100%;
width: auto;
max-width: 100%;
vertical-align: top;
}
.contents_inner ol, .contents_inner ul {
list-style: none;
}
.contents_inner dl::before, .contents_inner dl::after,
.contents_inner ol::before, .contents_inner ul::before,
.contents_inner ol::after, .contents_inner ul::after {
display: none;
}
.contents_inner blockquote, q {
quotes: none;
}
.contents_inner blockquote:before, .contents_inner blockquote:after,
.contents_inner q:before, .contents_inner q:after {
content: '';
content: none;
}
.contents_inner table {
border-collapse: collapse;
border-spacing: 0;
}
@media screen and (max-width: 768px) {
	.contents_inner {
	font-size: 90%;
	line-height: 1.2;
	}
}
.contents_inner .sp {
display: none;
}
@media screen and (max-width: 768px) {
	.contents_inner .pc {
	display: none;
	}
	.contents_inner .sp {
	display: block;
	}
}

/* common cont
----------------------------------------------- */
#trend01,
#trend02,
#trend03,
#trend04,
#trend05 {
padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
	#trend01,
	#trend02,
	#trend03,
	#trend04,
	#trend05 {
	padding: 0 0 20px 0;
	}
}
.inner {
max-width: 1080px;
margin: 0 auto;
padding: 0 50px;
position: relative;
}
@media screen and (max-width: 768px) {
	.inner {
	padding: 0 20px;
	}
}

/* header 
----------------------------------------------- */
#header {
background: #fff;
padding: 30px;
border-bottom: 1px solid #ddd;
border: none;
}
.logo {
display: flex;
height: 40px;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
.logo .logo01 {
max-width: 310px;
max-width: 388px;
width: 100%;
}
.logo .times {
margin: 0 30px;
}
.logo .times img {
max-width: 24px;
max-width: 30px;
width: 100%;
}
.logo .logo02 {
max-width: 228px;
max-width: 284px;
width: 100%;
}
@media screen and (max-width: 768px) {
	#header {
	padding: 10px 20px;
	}
	#header .inner {
	padding: 0;
	}
	.logo .logo01 {
	max-width: 287px;
	}
	.logo .times {
	margin: 0 15px;
	}
	.logo .times img {
	max-width: 20px;
	}
	.logo .logo02 {
	max-width: 227px;
	}
}

/* top_box
----------------------------------------------- */
#visual {
width: 100%;
}
#visual .inner {
}
.visual_box {
position: relative;
background: #C7DC68;
border-radius: 20px;
}
.visual_box .ttl {
overflow: hidden;
}
.visual_box .ttl img {
max-width: 50%;
}
.nav {
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
padding: 3%;
}
.nav ul {
position: relative;
display: flex;
flex-flow: row wrap;
width: 100%;
height: 100%;
}
.nav li {
position: absolute;
}
.nav li > * {
display: inline-block;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
background: #fff;
}
.nav li > * img {
transition: .2s;
}
.nav li > *:hover {
opacity: 1;
transform: scale(1.1);
}
.nav li > *:hover img {
opacity: 0.7;
}
.nav li:nth-child(1) {
max-width: 47%;
left: 0;
top: 0;
}
.nav li:nth-child(2) {
max-width: 35%;
right: 7%;
top: 9%;
}
.nav li:nth-child(3) {
max-width: 35%;
order: 5;
left: -20%;
top: 43%;
}
.nav li:nth-child(4) {
max-width: 57%;
right: 0;
bottom: 11%;
}
.nav li:nth-child(5) {
max-width: 43%;
bottom: -10%;
left: -10%;
}
@media screen and (max-width: 800px) {
	.nav li > * {
	border-radius: 10px;
	}
}
.visual_link {
display: flex;
justify-content: center;
align-items: center;
padding: 50px;
}
.visual_link .vol {
font-family: 'Kiwi Maru', serif;
font-weight: 500;
padding: 10px;
}
.visual_link .vol > * {
display: block;
text-align: center;
}
.visual_link .vol > *.num {
font-size: 400%;
}
.visual_link .vol > *.date {
font-size: 200%;
}
.visual_link .btn_box {
padding: 30px 10px;
}
.visual_link .btn_box .button {
display: flex;
background: #C7DC68;
height: 50px;
border-radius: 25px;
justify-content: center;
align-items: center;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 120%;
padding: 0 30px 0 60px;
margin: 5px 0;
}
.visual_link .btn_box .button:hover {
opacity: 1;
background: #333;
transform: scale(1.1);
}
.visual_link .btn_box .button span {
display: inline-block;
margin-right: 20px;
flex: 1 0 0%;
text-align: center;
}
.visual_link .btn_box .button::after {
content: "";
width: 12px;
height: 12px;
display: inline-block;
border: 4px solid #fff;
border-top: none;
border-left: none;
transform: rotate(-45deg);
flex: 0 1 12px;
}
@media screen and (max-width: 768px) {
	.visual_link {
	padding: 10px;
	display: block;
	}
	.visual_link .vol {
	padding-top: 0;
	}
	.visual_link .vol > *.num {
	font-size: 300%;
	}
	.visual_link .vol > *.date {
	font-size: 150%;
	}
	.visual_link .btn_box {
	padding: 0;
	}
}
.visual_txt {
padding: 0 0 50px;
}
.visual_ttl {
font-family: 'Kiwi Maru', serif;
font-weight: 500;
font-size: 250%;
text-align: center;
letter-spacing: -0.05em;
line-height: 1.2;
margin-bottom: 20px;
}
.visual_ttl_txt {
line-height: 1.4;
margin-bottom: 10px;
}
.visual_ttl_txt + .caution {
font-size: 80%;
margin-bottom: 20px;
}
.sns {
margin: 0.5rem 0;
text-align: center;
}
.sns > a {
text-decoration: none;
}
.sns > a.twitter {
display: inline-block;
background-color: #1b95e0;
color: #fff;
border-radius: 2px;
cursor: pointer;
text-align: center;
padding: 4px 10px;
margin: 0 4px 8px 4px;
font-size: 11px;
font-weight: bold;
position: relative;
}
.sns > a.twitter::before {
content: "";
display: inline-block;
width: 14px;
height: 12px;
margin-right: 4px;
vertical-align: middle;
background: url("../images/twitter.png");
background-size: 14px 12px;
}
@media screen and (max-width: 768px) {
	.visual_ttl {
	font-size: 200%;
	}
	.visual_ttl br {
	display: none;
	}
	.visual_txt {
	padding: 0 0 20px;
	}
}
/* editor
----------------------------------------------- */
#editor .tit {
font-family: 'Kiwi Maru', serif;
font-weight: 500;
font-size: 250%;
text-align: center;
letter-spacing: -0.05em;
line-height: 1.2;
margin-bottom: 20px;
}
.editor {
display: flex;
justify-content: space-between;
}
.editor li {
flex: 0 1 31%;
display: flex;
border: 3px solid #000;
background: #fff3b1;
border-radius: 20px;
align-items: center;
padding: 10px;
}
.editor .img {
flex: 0 1 45%;
padding: 10px 0;
text-align: center;
}
.editor .img .name {
display: block;
text-align: center;
padding-top: 10px;
font-weight: bold;
}
.editor img {
width: 100%;
max-width: 120px;
}
.editor .txt {
flex: 1 0 0%;
line-height: 1.4;
font-size: 90%;
}
@media screen and (max-width: 800px) {
	.editor {
	display: block;
	}
	#editor .tit {
	font-size: 200%;
	}
	.editor li {
	padding: 0;
	margin-bottom: 20px;
	}
	.editor .img {
	flex: 0 1 100px;
	}
	.editor img {
	max-width: 80px;
	}
	.editor .img .name {
	padding-top: 0;
	}
	.editor .txt {
	padding: 10px 10px 10px 0;
	}
}

/* article_box
----------------------------------------------- */
.article_box {
position: relative;
border: 3px solid #000;
border-radius: 20px;
background: #fff;
padding: 50px;
overflow: hidden;
}
.article_box > .num {
font-family: 'Kiwi Maru', serif;
font-weight: 500;
font-size: 250%;
background: #000;
width: 100px;
height: 100px;
border-radius: 0 0 50px 0;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 230%;
position: absolute;
left: 0;
top: 0;
padding: 0 10px 10px 0;
}
.article_box > .tit {
font-family: 'Kiwi Maru', serif;
font-weight: 500;
padding: 30px 0 20px 0;
font-size: 250%;
color: #C7DC68;
letter-spacing: -0.05em;
text-align: center;
line-height: 1.2;
}
.article_box > .lead {
padding: 0 0 40px;
font-size: 150%;
line-height: 1.6;
text-align: center;
}
.article_box > .txt {
padding: 0 0 30px;
font-size: 100%;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.article_box {
	padding: 20px;
	}
	.article_box > .num {
	width: 50px;
	height: 50px;
	border-radius: 0 0 20px 0;
	font-size: 150%;
	padding: 0 2px 3px 0;
	}
	.article_box > .tit {
	padding: 40px 0 20px 0;
	font-size: 200%;
	}
	.article_box > .tit br {
	display: none;
	}
	.article_box > .lead {
	padding: 0 0 20px;
	font-size: 120%;
	line-height: 1.4;
	text-align: left;
	}
	.article_box > .lead br {
	display: none;
	}
	.article_box > .txt {
	line-height: 1.6;
	}
}
.list {
padding: 30px 0;
}
.list li {
display: flex;
align-items: center;
padding-bottom: 10px;
flex-flow: row nowrap;
}
.list li .img{
flex: 0 1 160px;
padding-right: 20px;
text-align: center;
}
.list li .img .face {
display: flex;
width: 140px;
height: 140px;
border: 3px solid #000;
background: #fff3b1;
border-radius: 70px;
align-items: center;
overflow: hidden;
text-align: center;
}
.list li .img .name {
display: block;
text-align: center;
font-weight: bold;
padding-top: 10px;
}
.list li .txt {
flex: 1 0 0;
padding: 0 180px 0 20px;
}
.list li .txt span {
position: relative;
display: flex;
padding: 30px 40px;
background: #FFE4F2;
border-radius: 10px;
line-height: 1.8;
}
.list li .txt span::before {
position: absolute;
left: -29px;
top: 50%;
content: "";
width: 0;
height: 0;
border: 15px solid transparent;
border-right: 30px solid #FFE4F2;
border-left-width: 0px;
transform: translate(0,-50%);
}
.list li:nth-child(even) {
flex-flow: row-reverse nowrap;
}
.list li:nth-child(even) .img{
padding-right: 0;
padding-left: 20px;
}
.list li:nth-child(even) .txt {
padding: 0 20px 0 180px;
}
.list li:nth-child(even) .txt span::before {
left: inherit;
right: -29px;
border: 15px solid transparent;
border-left: 30px solid #FFE4F2;
border-right-width: 0px;
transform: translate(0,-50%);
}
@media screen and (max-width: 1000px) {
	.list li .txt {
	padding: 0 0 0 20px;
	}
	.list li:nth-child(even) .txt {
	padding: 0 20px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.list {
	padding: 0;
	}
	.list li {
	padding-bottom: 20px;
	}
	.list li .img{
	flex: 0 1 120px;
	}
	.list li .img .face {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	}
	.list li .img .name {
	padding-top: 5px;
	}
	.list li .txt {
	flex: 1 0 0;
	padding: 0 0 0 10px;
	}
	.list li:nth-child(even) .txt {
	padding: 0 10px 0 120px;
	}
	.list li .txt span {
	padding: 20px 20px;
	line-height: 1.6;
	}
	.list li .txt span::before {
	left: -20px;
	border: 10px solid transparent;
	border-right: 21px solid #FFE4F2;
	border-left-width: 0px;
	}
	.list li:nth-child(even) .txt span::before {
	left: inherit;
	right: -20px;
	border: 10px solid transparent;
	border-left: 21px solid #FFE4F2;
	border-right-width: 0px;
	transform: translate(0,-50%);
	}
	.list li:nth-child(even) .txt {
	padding: 0 10px 0 0;
	}
}
.trend > .tit {
font-family: 'Kiwi Maru', serif;
font-weight: 500;
padding: 20px 0 20px 0;
font-size: 250%;
color: #C7DC68;
letter-spacing: -0.05em;
text-align: center;
line-height: 1.2;
}
.trend > .tit br {
display: none;
}
.trend_box {
position: relative;
background: #333;
border-radius: 10px;
padding: 0 60px 40px;
margin-bottom: 30px;
}
.trend_box:last-child {
margin: 0;
}
.trend_box > .tit {
text-align: center;
line-height: 1.4;
color: #fff;
font-size: 150%;
padding: 20px 0 20px;
}
.trend_box .img {
max-width: 750px;
margin: 0 auto;
}
.trend_box .img .c {
color: #fff;
text-align: right;
display: block;
margin-top: 10px;
}
.trend_box .btn_box {
padding: 40px 0 0;
}
.trend_box .btn_box .button {
display: flex;
padding: 30px;
font-size: 150%;
font-weight: bold;
color: #333;
text-decoration: none;
height: 80px;
border-radius: 40px;
text-align: center;
background: #fff;
align-items: center;
justify-content: center;
line-height: 1.2;
letter-spacing: -0.05em;
margin: 0 auto;
max-width: 700px;
}
.trend_box .btn_box .button:hover {
opacity: 1;
background: #C7DC68;
color: #fff;
transform: scale(1.1);
}
.trend_box .btn_box + .txt {
font-size: 90%;
color: #fff;
text-align: center;
padding-top: 20px;
}
@media screen and (max-width: 768px) {
	.trend > .tit {
	font-size: 170%;
	}
	.trend > .tit br {
	display: block;
	}
	.trend_box {
	padding: 20px;
	margin-bottom: 20px;
	}
	.trend_box > .tit {
	font-size: 130%;
	padding: 0 0 20px;
	}
	.trend_box > .tit br {
	display: none;
	}
	.trend_box .btn_box {
	padding: 20px 0 0;
	}
	.trend_box .btn_box .button {
	padding: 10px;
	font-size: 120%;
	height: 60px;
	border-radius: 30px;
	}
	.trend_box .btn_box .button:hover {
	transform: scale(1.05);
	}
}
@media screen and (max-width: 600px) {
	.trend_box .btn_box .button br {
	display: none;
	}
}
.trend_box ul {
display: flex;
justify-content: space-between;
}
.trend_box ul li {
flex: 0 1 31%;
}
.trend_box ul .btn_box .button {
font-size: 100%;
padding: 10px;
}
	@media screen and (max-width: 800px) {
	.trend_box ul {
	flex-flow: column nowrap;
	}
	.trend_box ul li {
	flex: 1 0 0%;
	display: flex;
	align-items: center;
	}
	.trend_box ul li .img {
	flex: 0 1 30%;
	padding: 5px 20px 5px 0;
	}
	.trend_box ul li .btn_box {
	flex: 1 0 0%;
	padding: 0;
	}
	}
	@media screen and (max-width: 550px) {
	.trend_box ul .btn_box .button {
	height: 40px;
	border-radius: 20px;
	}
	}
/* btn_area
----------------------------------------------- */
#btn_area.area {
padding: 100px 0 40px;
}
#btn_area .btn_box {
padding-top: 40px;
}
#btn_area .button {
width: 100%;
margin: 0 auto;
max-width: 800px;
height: 120px;
font-size: 200%;
font-weight: 700;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.3;
border-radius: 60px;
background: #C7DC68;
color: #fff;
position: relative;
text-decoration: none;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#btn_area .button:hover {
opacity: 1;
background: #333;
transform: scale(1.1);
}
@media screen and (max-width: 768px) {
	#btn_area.area {
	padding: 0;
	}
	#btn_area .btn_box {
    padding-top: 20px;
	}
	#btn_area .button {
	max-width: 800px;
	height: 60px;
	font-size: 150%;
	border-radius: 30px;
	}
}
/* footer
----------------------------------------------- */
#footer {
text-align: center;
background: #fff;
}
#footer.area {
padding: 40px 40px 60px;
}
#footer .txt {
margin: 0 0 20px;
}
#footer .copy {
font-size: 80%;
}
@media screen and (max-width: 768px) {
	#footer.area {
	padding: 20px 20px 40px;
	}
}


main nav.breadcrumb {
border-bottom: none!important;
}