.entry-header-sub h2,
.entry-header_vol,
#entry .entry-header h1,
.entry-col-profile .entry-col-profile-header h2{
	font-family: "UD新ゴNT M", sans-serif;
}

@media screen and (min-width: 768px) {


	.entry-inner{
		margin: auto;
		max-width: 1100px;
	}
	.entry-header{
		padding: 0 0 80px;
	}
	.entry-header h1{
		font-size: 46px;
		text-align: center;
		line-height: 1.3;
	}
	.entry-header h1 span{
		font-size: 24px;
	}
	.entry-header h1 strong{
		display: block;
		font-size: 32px;
	}

	.entry-header-sub{
		font-size: 18px;
		text-align: center;
		line-height: 1.5;
		font-weight: 600;
	}
	.entry-header-sub + h1{
		margin: 20px 0 0;
	}
	.entry-header-author{
		margin: 30px 0 0;
	}
	.entry-header-author p{
		text-align: center;
		font-weight: 600;
		font-size: 18px;
	}

	.entry-header-lead{
		margin: 40px 0 0;
		text-align: center;
	}
	.entry-header-lead p{
		line-height: 2;
	}

	.entry-lead{
		margin: 50px 0 0;
		text-align: center;
	}
	.entry-lead p{
		line-height: 2;
		font-weight: 600;
	}

	.entry-header_vol{
		margin: 0 0 20px;
		text-align: center;
		font-size: 20px;
		line-height: calc(42/20);
	}
	.entry-header_vol span{
		position: relative;
		display: block;
	}
	.entry-header_vol span + span{
		padding: 5px 0 0;
		margin: 5px 0 0;
	}
	.entry-header_vol span + span:before{
		content: "";
		position: absolute;
		margin: auto;
		left: 0;
		top: 0;
		right: 0;
		display: block;
		width: 20px;
		height: 1px;
		background: #ccc;
	}

	.entry__detail-credit{
		margin: 30px 0 0;
	}
	.entry__detail-credit p{
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.5;
	}

	.entry-col-wrap{
		padding: 80px 0;
		border-top: 1px solid #ccc;
	}
	.entry-col-wrap:last-child{
		padding: 80px 0 0;
	}

	.entry-col__txt p + p{
		margin-top: 30px;
	}
	.entry-col{
		margin: auto;
		max-width: 816px;
	}
	.entry-col-full{
		position: relative;
		margin: auto;
		max-width: inherit;
	}
	.entry-col-center figure{
		margin: auto;
		max-width: 480px;
	}
	.entry-col__caption{
		margin: 15px 0 0;
		font-size: 12px;
		line-height: 2;
	}


	.entry-col-flex1{
		display: flex;
	}
	.entry-col-flex1 .entry-col__txt{
		padding: 0 50px 0 0;
		width: calc(100% - 248px);
	}
	.entry-col-flex1 figure{
		width: 248px;
	}

	.entry-col-flex2{
		display: flex;
		flex-direction: row-reverse;
	}
	.entry-col-flex2 .entry-col__txt{
		padding: 0 50px 0 0;
		width: 50%;
	}
	.entry-col-flex2 figure{
		width: 50%;
	}

	.entry-col-ex1{
		position: absolute;
		top: 0;
		display: flex;
		width: 100%;
	}
	.entry-col-ex1 figure{
		width: 50%;
	}
	.entry-col-ex2{
		position: relative;
		display: flex;
		justify-content: flex-end;
		margin: auto;
		max-width: 816px;
		z-index: 10;
	}
	.entry-col-ex2 .entry-col__txt{
		padding: 0 0 0 50px;
		width: 50%;
	}
	.entry-col__txt p{
		line-height: 2;
	}
	.entry-col__header{
		padding: 0 0 55px;
	}
	.entry-col__header h2{
		font-size: 32px;
		font-weight: 600;
		text-align: center;
		line-height: 1.5;
	}
	.entry-col + .entry-col{
		margin-top: 60px;
	}

	.entry-col figure{
		text-align: center;
	}

	.entry-col-box{
		border: 1px solid #ccc;
		padding: 30px;
	}
	.entry-col-box h3{
		font-weight: 600;
		line-height: 1.5;
		font-size: 18px;
	}
	.entry-col-box .entry-col__txt-elm{
		margin: 25px 0 0;
	}

	.entry-col-profile{
		display: flex;
		padding: 30px;
		border: 4px solid #ccc;
	}
	.entry-col-profile figure{
		width: 200px;
	}
	.entry-col-profile .entry-col-profile-txt{
		padding: 0 0 0 20px;
		width: calc(100% - 200px);
	}
	.entry-col-profile .entry-col-profile-txt p{
		line-height: 2;
		font-size: 14px;
	}
	.entry-col-profile .entry-col-profile-header h2{
		font-size: 18px;
	}
	.entry-col-profile .entry-col-profile-lead{
		margin: 20px 0 0;
	}



/* popup
========================================================*/

	.entry__detail-figure a:hover{
		opacity: 0.7;
		transition: opacity 400ms ease;
	}

	.popup{
		position: fixed;
		top: 50%;
		left: 50%;
		padding: 0 10px;
		width: 100%;
		max-width: 610px;
		transform: translate(-50%,-50%);
		z-index: 99999999;
		opacity: 0;
		visibility: hidden;
	}
	.is-popup-ease .popup{
		transition: opacity 400ms ease,visibility 400ms ease;
	}
	.is-popup .popup{
		opacity: 1;
		visibility: visible;
	}

	.popup-movie{
		position: relative;
		padding-top: 56.25%;
		overflow: hidden;
	}
	.popup-movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.popup-photo{
		position: relative;
		overflow: hidden;
	}
	.popup-photo figure{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity 400ms ease;
		text-align: center;
	}
	.popup-photo figure img{
	    width:auto;
	    height:auto;
	    max-width:100%;
	    max-height:100%;
	}

	.popup-contents{
		position: relative;
		padding: 50px;
	}
	.popup-contents p{
		margin: 30px 0 0;
		font-weight: 500;
		line-height: 1.6;
	}
	.popup-close{
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
	}
	.popup-close a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		transition: opacity 400ms ease;
	}
	.popup-close a:after,
	.popup-close a:before{
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
	}
	.popup-close a:before{
		transform: rotate(45deg);
	}
	.popup-close a:after{
		transform: rotate(-45deg);
	}


	.popup-close a:hover{
		opacity: 0.5;
	}
	.popup-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.75);
		z-index: 9999999;
		opacity: 0;
		visibility: hidden;
	}
	.is-popup-ease .popup-overlay{
		transition: opacity 400ms ease,visibility 400ms ease;
	}
	.is-popup .popup-overlay{
		opacity: 1;
		visibility: visible;
	}



}



@media screen and (max-width: 767px) {


	.entry-header{
		padding: 0 0 30px;
	}
	.entry-header h1{
		font-size: 28px;
		line-height: calc(44/32);
	}
	.entry-header h1 br{
		display: none;
	}
	.entry-header h1 span{
		font-size: 18px;
	}
	.entry-header h1 strong{
		margin: 10px 0 0;
		display: block;
		font-size: 24px;
	}

	.entry-header-sub{
		font-size: 16px;
		line-height: 1.5;
		font-weight: 600;
	}
	.entry-header-sub + h1{
		margin: 10px 0 0;
	}
	.entry-header-author{
		margin: 20px 0 0;
	}
	.entry-header-author p{
		font-weight: 600;
		font-size: 16px;
	}


	.entry-header-lead{
		margin: 30px 0 0;
	}
	.entry-header-lead p{
		line-height: 2;
	}

	.entry-lead{
		margin: 30px 0 0;
	}
	.entry-lead p{
		line-height: 2;
		font-weight: 600;
	}

	.entry-header_vol{
		margin: 0 0 10px;
		text-align: center;
		font-size: 18px;
		line-height: calc(42/20);
	}
	.entry-header_vol span{
		position: relative;
		display: block;
	}
	.entry-header_vol span + span{
		padding: 5px 0 0;
		margin: 5px 0 0;
	}
	.entry-header_vol span + span:before{
		content: "";
		position: absolute;
		margin: auto;
		left: 0;
		top: 0;
		right: 0;
		display: block;
		width: 20px;
		height: 1px;
		background: #ccc;
	}
	.entry__detail-credit{
		margin: 20px 0 0;
	}
	.entry__detail-credit p{
		text-align: center;
		font-weight: 600;
		line-height: 1.5;
	}


	.entry-col-wrap{
		padding: 30px 0;
		border-top: 1px solid #ccc;
	}
	.entry-col-wrap:last-child{
		padding: 30px 0 0;
		border-bottom: none;
	}

	.entry-col__txt p + p{
		margin-top: 25px;
	}
	.entry-col{
		margin: auto;
		max-width: 816px;
	}
	.entry-col__caption{
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 1.8;
	}

	.entry-col-full{
		position: relative;
		margin: auto;
		max-width: inherit;
	}
	.entry-col-flex1 figure{
		margin: 25px auto 0;
		max-width: 192px;
	}
	.entry-col-flex2 .entry-col__txt{
		margin: 25px auto 0;
	}
	.entry-col-ex2{
		margin: 25px auto 0;
	}
	.entry-col__txt p{
		line-height: 2;
	}
	.entry-col__header{
		padding: 0 0 25px;
	}
	.entry-col__header h2{
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 1.5;
	}
	.entry-col + .entry-col{
		margin-top: 30px;
	}
	.entry-col figure{
		text-align: center;
	}

	.entry-col-box{
		border: 1px solid #ccc;
		padding: 16px;
	}
	.entry-col-box h3{
		font-weight: 600;
		line-height: 1.5;
		font-size: 16px;
	}
	.entry-col-box .entry-col__txt-elm{
		margin: 10px 0 0;
	}

	.entry-col-profile{
		padding: 15px;
		border: 2px solid #ccc;
	}
	.entry-col-profile figure{
		margin: auto;
		width: 140px;
	}
	.entry-col-profile .entry-col-profile-txt{
		padding: 20px 0 0;
	}
	.entry-col-profile .entry-col-profile-txt p{
		line-height: 2;
		font-size: 12px;
	}
	.entry-col-profile .entry-col-profile-header h2{
		font-size: 15px;
	}
	.entry-col-profile .entry-col-profile-lead{
		margin: 15px 0 0;
	}





/* popup
========================================================*/

	.popup{
		position: fixed;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: 900px;
		transform: translate(-50%,-50%);
		z-index: 99999999;
		opacity: 0;
		visibility: hidden;

	}
	.is-popup-ease .popup{
		transition: opacity 400ms ease,visibility 400ms ease;
	}
	.is-popup .popup{
		opacity: 1;
		visibility: visible;
	}

	.popup-movie{
		position: relative;
		padding-top: 56.25%;
		overflow: hidden;
	}
	.popup-movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.popup-photo{
		position: relative;
		overflow: hidden;
	}
	.popup-photo figure{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity 400ms ease;
		text-align: center;
		
	}
	.popup-photo figure img{
	    width:auto;
	    height:auto;
	    max-width:100%;
	    max-height:100%;
	}
	.popup-contents{
		position: relative;
		padding: 40px;
	}
	.popup-contents p{
		margin: 30px 0 0;
		font-weight: 500;
		line-height: 1.6;
	}
	.popup-close{
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
	}
	.popup-close a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		transition: opacity 400ms ease;
	}
	.popup-close a:after,
	.popup-close a:before{
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 25px;
		height: 1px;
		background: #fff;
	}
	.popup-close a:before{
		transform: rotate(45deg);
	}
	.popup-close a:after{
		transform: rotate(-45deg);
	}

	.popup-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.75);
		z-index: 9999999;
		opacity: 0;
		visibility: hidden;
	}
	.is-popup-ease .popup-overlay{
		transition: opacity 400ms ease,visibility 400ms ease;
	}
	.is-popup .popup-overlay{
		opacity: 1;
		visibility: visible;
	}


}



@media screen and (max-width: 736px) and (max-width: 360px){



}









