@charset "utf-8";
/* top
--------------------------------------------------- */
.topsection {
	height: 100%;
	margin-bottom: -131px;
}
.contents h1 {
  width: 100%;
	text-align: center;
}
.contents h1 img {
	max-width: 350px;
}
.contents h1 strong {
  display: none;
}
@media screen and (max-width: 750px) {
	.topsection {
		padding-top: 30px!important;
	}
  .contents h1 img {
    width: 60%;
  }
}
/* profile
--------------------------------------------------- */

.profile dl dt {
	width: 30%;
	display: block;
	padding: 20px 5%;
	float: left;
	text-align: right;
	clear: both;
	font-size: 1.6rem;
}
.profile dl dd {
	width: 70%;
	display: block;
	padding: 20px 5%;
	float: left;
	font-size: 1.6rem;
}
@media (max-width:767px) {
	.profile dl dt,
	.profile dl dd {
		width: 90%;
		float: none;
		text-align: left;
	}
	.profile dl dt {
		padding-bottom: 0px;
	}
	.profile dl dd {
		padding-top: 0px;
	}
}

/* section
--------------------------------------------------- */
.c-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width:767px) {
.c-section {
	padding-top: 40px;
	padding-bottom: 40px
}
}

.c-section__heading {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	font-weight: 600;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center
}

@media (max-width:767px) {
.c-section__heading {
	margin-bottom: 20px
}
}
.c-section__heading:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 1px;
	background-color: #2B292B;
	content: ""
}
.c-section__more {
	max-width: 280px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

@media (max-width:767px) {
.c-section__more {
	margin-top: 0
}
}

/* post
--------------------------------------------------- */
.c-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.c-post {
		display: block;
		margin-bottom: 0px;
	}
}
.c-post__frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	position: relative;
	width: 100%;
	border: solid 1px #EEE;
	background-color: #FFF;
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media (max-width:767px) {
	.c-post__frame {
		display: block;
		background: #000;
	}
}
.c-post__frame:hover {
	background-color: #F7F7F7
}
.c-post__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	overflow: hidden;
	/* border-bottom: solid 1px #f1f1f1 */
}
.c-post__image a {
	display: block;
	width: 100%;
	padding-top: 60%;
}
.c-post__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: auto!important;
	height: 100%!important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.is-music .c-post__image img, .is-podcasts .c-post__image img, .is-vertical .c-post__image img {
	width: auto!important;
	height: 100%!important
}
.c-post__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 20px 25px 0
}
.c-post__body a {
	display: block;
	height: 100%
}
.c-post__viewmore {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 22px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	color: #FFF;
	text-align: center
}
.c-post__viewmore-text {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.c-post__frame:hover .c-post__viewmore-text {
	visibility: visible;
	opacity: 1
}
.c-post-border {
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #FFF
}
.c-post-border--top {
	left: 0;
	top: 0;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: 100%;
	height: 4px
}
.c-post-border--left {
	left: 0;
	top: 0;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	width: 4px;
	height: 100%
}
.c-post-border--right {
	right: 0;
	top: 0;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	width: 4px;
	height: 100%
}
.c-post-border--bottom {
	right: 0;
	bottom: 0;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: 100%;
	height: 4px
}
.c-post__frame:hover .c-post-border--top {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);

	transform: scaleX(1)
}
.c-post__frame:hover .c-post-border--left {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}
.c-post__frame:hover .c-post-border--right {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}
.c-post__frame:hover .c-post-border--bottom {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.c-post__overlay {
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.c-post__frame:hover .c-post__overlay {
	visibility: visible;
	opacity: 0.5
}
.modalcontent {
  display: none;
	max-width: 500px;
}
.modalcontentL {
	max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .modalcontent {
    width: 80%;
    min-width: 100%;
  }
}
.modalcontent img {
  width: 100%;
}
.fancybox-slide {
  min-width: 1100px;
}
.fancybox-slide > * {
  padding: 5px!important;
}
@media screen and (max-width: 750px) {
  .fancybox-slide {
    min-width: 80%;
  }
}
.fancybox-slide > * {
  padding: 5px;
}
@media screen and (max-width: 750px) {
  .fancybox-slide > * {
    padding: 5px;
  }
}
.fancybox-close-small {
  background: #595959;
}
#contactform .contact_wrap {
  width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #contactform .contact_wrap {
    width: 92%;
  }
}
#contactform .contact_wrap p {
  text-align: center;
}
#contactform .wrap .text {
  margin-top: 60px;
  font-weight: 700;
}
#contactform .contact_wrap input[type="text"],
#contactform .contact_wrap textarea {
  width: 100%;
  margin: 25px auto 0;
  text-align: center;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 0;
}
#contactform .contact_wrap input[type="submit"] {
  width: 100%;
  background: #000;
  border: 1px solid #000;
  margin: 30px auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px;
  font-weight: 700;
  font-size: 1.3rem !important;
}
@media screen and (max-width: 750px) {
  #contactform .contact_wrap input[type="submit"] {
    display: block;
    min-width: 100%;
    width: 100%;
  }
}
#contactform .contact_wrap input[type="submit"]:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 750px) {
  #contactform .contact_wrap input[type="submit"]:hover {
    color: #fff;
  }
}
.slider {
  width: 100%;
  height: 100%;
}
.slider div {
  height: 100%;
}
.slider img {
  width: 100%;
}