@charset "utf-8";
/* CSS Document */

/*common*/
.sp {
	display: block;
}
.pc {
	display: none;
}
.ib_img {
	width: 100%;
	height: auto;
	display: block;
}
.ib_text {
	font-size: 4vw;
	line-height: 1.7em;
	color: #000;
}
.ib_text.b {
	font-weight: bold;
}

.f-kakugo_w3 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 300;
}
.f-kakugo_w6 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
}
.wf-loading {
	opacity: 0;
}

#ikubeshi {
	position: relative;
}
#ikubeshi + #footer {
	margin-top: 0;
}
.ib_head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 5px 0 10px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 1px;
}
.ib_h1 {
	margin-left: 10px;
	text-align: left;
	display: block;
}
.ib_h1 .ib_text {
	white-space: nowrap;
}
.ib_logo {
	display: flex;
	justify-content: start;
	align-items: center;
}
.beshiicon_img {
	width: 32px;
	margin-right: 0.3em;
}
.beshigaikubeshi_img {
	width: 176px;
}

/* single post */
.single .ib_main img {
	width: 100%;
	height: auto;
}
.ib_catch a {
	display: block;
	cursor: pointer;
}
.ib_title_wrap {
	margin: 1.5em;
}
.ib_title_wrap .ib_text {
	text-align: left;
}
.ib_post_title {
	font-size: 5vw;
}
.ib_eventname,
.ib_eventdate {
	margin-top: 0.25em;
	font-size: 3.8vw;
}
.ib_eventname {
	margin-top: 1em;
	padding-left: 1em;
	border-left: 4px #444 solid;
}
.ib_contents {
	margin: 0 1.5em 3em;
}
.ib_contents img {
	vertical-align: bottom;
}
.ib_contents .ib_text.ikubeshi_wrap {
	margin-top: 0.5em;
}
.ib_contents img.ikubeshi_img {
	width: 90%;
	margin: auto;
}
.ib_contents .quarter {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}
.ib_contents .border {
	border: 1px #999 solid;
}
.ib_contents .ib_text {
	text-align: left;
	font-size: 4.2vw;
	margin-top: 1.7em;
}
.ib_contents .ib_text.center {
	text-align: center;
}
.ib_contents .ib_img_wrap {
	display: flex;
	justify-content: center;
	align-items: start;
}
.ib_contents .ib_img_wrap .ib_text {
	margin-right: 10px;
}
.ib_contents .ib_img_wrap .ib_text:last-child {
	margin-right: 0;
}
.ib_contents .graybox {
	background-color: #ebebeb;
	padding: 1.5em;
	margin-top: 1.7em;
}
.ib_contents .graybox .ib_text {
	font-size: 3.8vw;
	margin-top: 0;
}
.ib_contents .graybox_header {
	border-bottom: 1px #999 solid;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.ib_contents .graybox .graybox_list {
	line-height: 1.5em;
}
.ib_contents .lastimg {
	width: 50%;
	margin: 1.7em auto 0;
}
.ib_contents .lastimg2 {
	width: 75%;
	margin: 1.7em auto 0;
}
.ib_contents .sns_link {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	margin-left: 1em;
	position: relative;
	vertical-align: middle;
	color: #0088ff;
}
.ib_contents .sns_link.link {
	font-size: 16px;
	margin-left: 0;
	width: 100%;
}
.ib_contents .sns_link::before {
	content: "";
	display: inline-block;
	width: 1.25em;
	height: 1.5em;
	margin-right: 0.25em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
	opacity: 0.4;
}
.ib_contents .sns_link:hover::before {
	opacity: 1;
}
.ib_contents .sns_link.ig::before {
	background-image: url(instagram-brands.svg);
}
.ib_contents .sns_link.xt::before {
	background-image: url(x-twitter-brands.svg);
}
.ib_contents .sns_link.link::before {
	background-image: url(link-solid-full.svg);
}

.ib_contents .sns_link2 {
	display: inline;
	vertical-align: baseline;
	color: #000;
}
.ib_contents .sns_link2::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
	opacity: 0.4;	
}
.ib_contents .sns_link2:hover::after {
	opacity: 1;
}
.ib_contents .sns_link2.link::after {
	background-image: url(link-solid-full.svg);
}

.ib_contents blockquote {
	background-color: #fbfbfb;
	border-radius: 0.25em;
	margin: 0.5em 1em;
}
.ib_contents blockquote p {
	text-align: left;
	padding: 1em;
	line-height: 1.8em;
	font-style: italic;
	color: #222;
}
.ib_contents blockquote + .ib_text {
	margin-top: 0;
}

/*.ib_contents .wpulike {
	display: flex !important;
}*/
.ib_tablenav {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 1em;
	border-top: 1px #ccc solid;
}
.ib_tablenav .prev,
.ib_tablenav .next {
	width: 50%;
	display: flex;
	align-items: center;
}
.ib_tablenav .prev {
	text-align: left;
	justify-content: start;
	border-right: 1px #ccc solid;
}
.ib_tablenav .next {
	text-align: right;
	justify-content: end;
}
.ib_tablenav .prev:hover,
.ib_tablenav .next:hover {
	color: #ff554c;
}
.ib_tablenav .prev a,
.ib_tablenav .next a {
	display: block;
	position: relative;
	padding: 0 1em;
	color: #000;
}
.ib_tablenav .prev a::before,
.ib_tablenav .next a::before {
	display: block;
	color: #666;
}
.ib_tablenav .prev a::before {
	content: "前の記事べし";
}
.ib_tablenav .next a::before {
	content: "次の記事べし";
}

.link_90th {
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: end;
	align-items: center;
}
.aasingle .link_90th {
	justify-content: start;
}
.link_90th .link_90th_btn {
	display: block;
	width: 68px;
	transition: 0.3s;
}
.link_90th .link_90th_btn:hover .ib_img {
	animation: logo90thhover 0.8s;
}
@keyframes logo90thhover {
	0% {
		transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}

/* archive page */
.archive .ikubeshi_posts {
	width: 96%;
	margin: auto;
}
.archive .ikubeshi_post {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	box-sizing: border-box;
	border: 1px #ccc solid;
	border-radius: 10px;
}
.archive .ikubeshi_post .ib_posts_link {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.archive .ikubeshi_post .ib_posts_link .ib_posts_info {
	width: calc(75% - 10px);
}
.archive .ikubeshi_post .ib_posts_link .ib_posts_catch {
	width: 25%;
	margin-left: 10px;
}
.archive .ikubeshi_post .ib_posts_link .ib_posts_catch .ib_img {
	border-radius: 10px;
}
.archive .ikubeshi_post .ib_posts_link .ib_posts_title {
	text-align: left;
	font-size: 3.8vw;
	font-weight: 600;
	color: #000;
}
.archive .ikubeshi_post .ib_posts_link .ib_eventname,
.archive .ikubeshi_post .ib_posts_link .ib_eventdate {
	text-align: left;
	color: #333;
}
.archive .ikubeshi_post .ib_posts_link .ib_eventname {
	margin-top: 0.5em;
	border-left: 2px #666 solid;
	font-size: 3.4vw;
	line-height: 1.4em;
}
.archive .ikubeshi_post .ib_posts_link .ib_eventdate {
	font-size: 3.2vw;
}

/*video 埋め込み*/
div.vid_contents {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 0;
	background: #fff;
}
video.vid_main {
	width: 100%;
	max-width: 800px;/*PC版での最大幅*/
}

@media (min-width: 768px) {
	
	/*common*/
	#ikubeshi {
		margin: auto;
		font-size: 18px;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.ib_img {
		width: auto;
	}

	.ib_text {
		font-size: 18px;
	}

	.ib_head {
		padding: 0 0 5px;
		margin: 0 auto 10px;
		justify-content: center;
		position: sticky;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 1;
	}
	.ib_h1 .ib_text {
		font-size: 15px;
	}
	.beshiicon_img {
		width: 48px;
	}
	.beshigaikubeshi_img {
		width: 240px;
	}
	.ib_catch,
	.ib_title_wrap {
		max-width: 800px;
		margin: auto;
	}
	.ib_title_wrap2 {
		max-width: 850px;
	}
	.ib_post_title {
		font-size: 24px;
		margin: 18px 24px;
	}
	.ib_eventname,
	.ib_eventdate {
		font-size: 15px;
		margin: 0.25em 24px 0;
	}
	.ib_contents {
		width: 640px;
		margin: auto;
	}
	.ib_contents img.ikubeshi_img {
		width: 413px;
	}
	.ib_contents .ib_text {
		font-size: 18px;
	}
	.ib_contents .graybox .ib_text {
		font-size: 16px;
	}
	.ib_contents .sns_link,
	.ib_contents .sns_link2 {
		font-size: 16px;
	}
	.ib_contents .lastimg {
		width: 25%;
	}
	.ib_contents .lastimg2 {
		width: 50%;
	}
	.ib_tablenav {
		margin-top: 1.7em;
		justify-content: center;
	}
	.ib_tablenav .prev, .ib_tablenav .next {
		max-width: 400px;
	}
	.ib_tablenav .prev a, .ib_tablenav .next a {
		font-size: 16px;
	}

	.link_90th {
		width: 830px;
	}
	.link_90th .link_90th_btn,
	.link_90th .link_90th_btn .ib_img {
		width: 80px;
	}

	/* archive page */
	.archive .ikubeshi_posts {
		width: 600px;
	}
	.archive .ikubeshi_post {
		padding: 16px;
		margin: 20px 0;
	}
	.archive .ikubeshi_post .ib_posts_link .ib_posts_title {
		font-size: 18px;
	}
	.archive .ikubeshi_post .ib_posts_link .ib_eventname {
		font-size: 16px;
		margin-left: 0;
		margin-top: 1.5em;
	}
	.archive .ikubeshi_post .ib_posts_link .ib_eventdate {
		font-size: 14px;
		margin-left: 0;
	}
	.archive .ikubeshi_post .ib_posts_link .ib_posts_info {
		width: calc(70% - 10px);
	}
	.archive .ikubeshi_post .ib_posts_link .ib_posts_catch {
		width: 30%;
	}
	.archive .ikubeshi_post .ib_posts_link .ib_posts_catch .ib_img {
		width: 100%;
	}

}
