@charset "utf-8";
/* CSS Document */
#gHeader .hBox {
	position: relative;
}
.header-sns {
    position: absolute;
	top: 104px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
	.header-sns_youtube {
		width: 30px;
		height: auto;
	}
	.header-sns_instagram {
		width: 24px;
		height: auto;
		margin-left: 12px;
	}
	.header-sns_facebook {
		width: 24px;
		height: auto;
		margin-left: 12px;
	}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 5%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.interview {
	margin-top: 215px !important;
}

#main .sec05 .imgBoxR .phoBox {
	position: relative;
	top: 5em;
}

#main .sec08 table {
	margin-bottom: 215px;
	width: 100%;
	border-collapse: collapse;
}

#main .sec08 table th,
#main .sec08 table td {
	padding: 32px 0 42px 60px;
	color: #FFF;
	font-size: 25px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	letter-spacing: 1px;
	border-top: 1px dashed #CFAE77;
	border-bottom: 1px dashed #CFAE77;
}

#main .sec08 table th {
	padding: 32px 10px 42px;
	width: 26.5%;
	color: #CFAE77;
	font-size: 27px;
	font-weight: normal;
	text-align: center;
	background: url(../img/common/bg04.png) repeat left top;
}

#main .sec08 table th span {
	display: block;
	font-size: 18px;
}

#main .sec08 table td span {
	display: block;
	color: #CFAE77;
}

#main .sec08 table td a {
	color: #FFF;
	text-decoration: underline;
	font-size: 20px;
}

#main .sec08 table td a:hover {
	text-decoration: none;
}

#main .sec08 li {
	margin-bottom: 100px;
}

#main .sec08 li:last-child {
	margin-bottom: 0;
}

.img-box{
	display: grid;
	width: 780px;
	gap: 26px;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto 50px;
}

.img-box-center{
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

.img-box-center .phoBox{
	margin: 0 auto 50px;
}

.img-box-text{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 780px;
	margin: 0 auto 30px;
}

.img-box-text img{
	width: 100%;
}

.img-box-text .phoBox{
	width: 400px;
}

.img-box-text .txBox{
	font-size: 30px;
	margin-left: 30px;
	font-weight: normal;
}

.goldTx{
	color: #CFAE77;
}

.sec09 .txBox{
	font-size: 1.7rem;
}

#gHeader ul li span{
	font-size: 15px;
}

.sec03 ul .instaUrl{
	display: block!important; 
	margin-top: 30px!important; 
	font-size: 20px!important;
}

.topYoutube{
	/* width: 780px!important;  */
	margin:20px auto 0!important;
}

.sec04 .linkImg,.sec08 .linkImg{
	margin-bottom:15px;
}

.sec04 .linkImg:hover,.sec08 .linkImg:hover{
	opacity: 0.5;
	transition:0.5s;
}

/* MEDIA　start */

.sec04 .sort-text .sort-text-wrap h1 {
	color: #cfbd7a;
	text-shadow: 1px 1px 3px #000;
	line-height: 1.5em;
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E',
		'ＭＳ Ｐ明朝', serif;
	font-weight: 100;
	text-align: center;
}


.sort-box {
	overflow: auto;
	overflow-y: hidden;
	width: 780px;
	height: 250px;
	margin-left: 0;
	background: -moz-linear-gradient(top,
			rgba(50, 50, 50, 0.65) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,
			rgba(50, 50, 50, 0.65) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,
			rgba(50, 50, 50, 0.65) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6323232', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.sort-box:hover {
	background-color: #555;

	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-left: 30px;
}

.sort-img {
	float: left;
	width: 250px;
	height: 250px;
}

.sort-text {
	width: 530px;
	height: 250px;
	float: right;
}

.sort-text .sort-text-wrap {
	padding: 10px;
}

.sort-text .sort-text-wrap h1 {
	font-size: 25px !important;
	line-height: 1.2em !important;
	color: #fff !important;
	text-align: left !important;
	border: none !important;
	margin-bottom: 10px;
	padding: 0 !important;
}

.sort-text .sort-text-wrap h1 span {
	font-size: 50%;
}

.sort-text .sort-text-wrap p {
	margin: 0 !important;
	text-align: left;
	color: #a09b9b;
	font-size: 16px;
}

.sort-box:hover p{
	color: #ffffff;
}



#sort li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #fff;
	/*font-weight: bold;*/
	font-family: 'Gilda Display' !important;
	padding: 15px 40px;
	font-size: 1.4rem !important;
	cursor: pointer;
	background: #666;
	border-bottom: solid 5px #000;
	background: -moz-linear-gradient(top, #787f72 0%, #555a51);
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#787f72),
			to(#555a51));
}

#sort li:hover {
	border-bottom: solid 5px red;
	color: #000;
	background: #fff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}


.sec04 #category h1 {
	color: #cfbd7a;
	text-shadow: 1px 1px 3px #000;
	line-height: 1.5em;
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E',
		'ＭＳ Ｐ明朝', serif;
	font-weight: 100;
	text-align: center;
}

.sec04 #category h2 {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	line-height: 1.7em;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #cfbd7a;
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E',
		'ＭＳ Ｐ明朝', serif;
	font-weight: 100;
}

.sec04 #category h3 {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	line-height: 1.7em;
	padding-bottom: 10px;
	font-size: 18px !important;
	border-bottom: 2px solid #cfbd7a;
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E',
		'ＭＳ Ｐ明朝', serif;
	font-weight: 100;
}

.sec04 #category h4 {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	line-height: 1.7em;
	font-size: 16px !important;
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E',
		'ＭＳ Ｐ明朝', serif;
	font-weight: 100;
}


.sec04 #category p {
	margin-top: 20px;
	line-height: 2.2em;
	text-shadow: 1px 1px 3px #000;
}

.sec04 #category p:first-child {
	margin-top: 0 !important;
}

.sec04 #category p a {
	color: #fff;
	padding: 0 3px 3px;
	border-bottom: solid 1px;
}

.sec04 #category p a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}



.sec04 #categoryr figure {
	margin-top: 20px;
}

.sec04 #category figure:first-child {
	margin-top: 0 !important;
}

.sec04 #category figure img {
	margin-bottom: 15px;
}

.sec04 #category figure figcaption {
	width: 364px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.7em;
}

/* MEDIA end */

#main .sec01 .photo02{
	margin-bottom: 164px;
	text-align: center;
	background-size: 100% auto;
}

#world .worldtittle {
	padding-top: 48.9583%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 20px 0;
}

#background,
#background-front {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -1;
}



@media all and (min-width: 0) and (max-width: 767px) {
	.youtube {
		margin: 0 auto 8%;
	}
	
	.interview {
		margin-top: 50px !important;
	}

	.img-box{
		width: 100%;
		gap: 15px;
		grid-template-columns: 1fr;
	}

	.img-box .phoBox{
		width: 100%;
		text-align: center;
	}

	.img-box .phoBox img{
		width: 340px;
	}

	.img-box-center{
		width: 100%;
	}

	.img-box-center .phoBox{
		width: 100%;
	}

	.img-box-center .phoBox img{
		width: 100%;
	}

	.img-box-text{
		width: 100%;
		grid-template-columns: 1fr;
	}

	.img-box-text .phoBox{
		width: 100%;
	}

	.img-box-text .txBox{
		width: 100%;
		font-size: 25px;
		margin-left: 0;
	}

	.img-box-text .txBox img{
		width: 100%;
	}

	#main .sec08 .headLine01 {
		margin-bottom: 40px;
		line-height: 1.25;
	}
	
	#main .sec08 .headLine01 span {
		padding-bottom: 30px;
	}
	
	#main .sec08 table {
		margin-bottom: 50px;
	}
	
	#main .sec08 table th,
	#main .sec08 table td {
		padding: 10px;
		font-size: 20px;
		word-break: break-all;
	}
	
	#main .sec08 table th {
		padding: 10px;
		font-size: 20px;
	}
		
	#main .sec08 table th span {
		font-size: 15px;
	}
	
	#main .sec08 li {
		margin-bottom: 50px;
	}
	
	#main .sec08 li img {
		max-width: 100%;
	}
	
	#main .sec08 li:last-child {
		margin-bottom: 0;
	}
	
	#main .sec08 .bgBox:before {
		height: 96.6%;
		background-size: 26.5% auto;
	}

	.sec09 .txBox{
		font-size: 20px;
	}

	.sec03 ul .instaUrl{
		margin-top: 0!important; 
		font-size: 17px!important;
	}

	#main .sec08 table td a {
		font-size: 17px;
	}

	.sec05 .photo02 img{
		width: 300px;
	}

	.sec05 .bgSec .txt01{
		width: 95%!important;
	}

	.sec04 .linkImg{
		width: 100%!important;
	}

	.sort-box a{
		display: flex!important;
		flex-direction: column!important;
	}

	.sort-box{
		width: 100%;
		height: 100%;
	}

	.sort-text{
		width: 100%;
		height: 100%;
	}

	.sort-img{
		width: 100%;
		height: auto;
	}

	.sort-img img{
		width: 100%!important;
		height: auto!important;
	}

	.sec04 #category h1 {
		font-size: 17px!important;
	}

	.sec04 #category p {
		font-size: 12px!important;
	}

	#sort li{
		padding: 10px 25px;
		margin-bottom: 5px;
	}

	.mainVisual .inner{
		width: 95%!important;
	}

	#sort-container .sort-box{
		margin-bottom:15px;
	}
}