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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,body { 
	background-color: #F5F5F5;
	text-align: left;
	font-size: 14px;
	line-height: 1;
	height: 100%;
	font-family: "Shippori Antique", serif;
  font-weight: 400;
	font-optical-sizing: auto;
  font-style: normal;
	font-feature-settings: "palt";
}

a { 
	color:#1D5CAB;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	position: relative;
}

header {
	position: fixed;
	height: 120px;
	width: 100%;
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,0.06)
}

.content {
	width: 1240px;
	margin: 0px auto;
	padding-bottom: 160px;
}

/*タブレット*/
@media screen and (max-width : 1365px ){
	.content {
		width: 980px;
	}
}
	
.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: url("../img/Line.png") repeat-y center;
}

/*タブレット*/
@media screen and (max-width : 1365px ){
	.bg {
		background-position-x: calc(50% + 130px);
	}
}

h1 {
	position: fixed;
	top: 20px;
	left: 30px;
	color: #FFF;
	display: flex;
	align-items: center;
	line-height: 1.5em;
	font-size: 16px;
	gap: 30px;
	mix-blend-mode: difference;
}

/*タブレット*/
@media screen and (max-width : 1365px ){
	h1 {
		left: calc(50% - 490px);
	}
}

h1 a{
	color: #FFF;
}

h1 a img {
	height: 80px;
	display: block;
	width: auto;
}

/*英語日付*/
.date { display: none }
@media screen and (min-width : 1440px ){
	.date {
		font-family: "Marcellus", serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 1.4em;
		transform-origin: center;
		transform: translate(-50%, -50%) rotate(90deg);
		position: fixed;
		left: 43px;
		top: 50%;
		letter-spacing: 0.1em;
		display: inline-block
	}
}

/*右上公式サイトボタン*/
.official {
	position: fixed;
	top: 36px;
	right: 30px;
	display: flex;
	width: 360px;
	height: 48px;
	background-color: #1D5CAB;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	z-index: 100;
}

@media screen and (min-width : 1700px ){
	.official {
		right: auto;
		left: calc(50% + 460px);
	}
}

.official_2 {
	display: flex;
	width: fit-content;
	padding-bottom: 10px;
	border-bottom: 1px solid #1D5CAB;
	align-items: center;
	height: 100%;
	font-size: 18px;
}

.blank::after {
	content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("../img/blank.svg") no-repeat center / contain;
}

.blank_2::after {
	content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("../img/blank_2.svg") no-repeat center / contain;
}

.blank_3::after {
	content: "";
	position: absolute;
	right: 20px;
  width: 12px;
  height: 12px;
  background: url("../img/blank_3.svg") no-repeat center / contain;
}

.KV {
	width: 1240px;
	height: auto;
	padding-top: 140px;
	margin: 0 auto 80px;
}

/*タブレット*/
@media screen and (max-width : 1365px ){
	.KV {
		width: 980px;
	}
}

.KV img {
	width: 980px;
	height: auto;
}

h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	margin: 10px 0 60px 0;
}

h4 {
	font-family: "Bodoni Moda SC", serif;
	font-size: 120px;
	margin-left: -4px;
	font-weight: 400;
}


.Overview, .Ceremony, .Award, .News {
	width: 980px;
	padding: 80px 0;
}

.Overview p {
	line-height: 2.4em;
	font-size: 16px;
}

.Ceremony {}

.Ceremony dl {
	border-top: 1px solid #000;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.Ceremony dt {
	width: 340px;
	height: 60px;
	font-size: 14px;
	border-bottom: 1px solid #000;
	display: flex;
	align-items: center;
}

.Ceremony dd {
	width: 640px;
	height: 60px;
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: flex;
	align-items: center;
}

.CTA {
	background-color: #B48C46;
	width: 980px;
	padding: 30px 40px;
	line-height: 2em;
	color: #FFF;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.CTA span {
	font-size: 24px;
	line-height: 2em;
}

.CTA .left {
	width: 300px;
	border-right: 1px solid rgba(255,255,255,0.4)
}

.CTA .right {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.CTA .arrow {
	position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.4)
}

.CTA .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-70%, -50%) rotate(45deg);
}

.CTA_s {
	background-color: #B48C46;
	width: auto;
	padding: 10px 10px;
	line-height: 1.6em;
	color: #FFF;
	font-size: 13px;
	display: flex;
	width: fit-content;
	flex-direction:column ;
	white-space: nowrap;
}

.CTA_s span {
	font-size: 16px;
	line-height: 1.6em;
}

.CTA_s .right {
	line-height: 1em;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
}

.CTA_s .arrow {
	position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.4)
}

.CTA_s .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-70%, -50%) rotate(45deg);
}

.movie video{
	width: 980px;
	height: auto;
	background: #000;
	margin-top: 60px;
}

.AwardInner {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.card_1{
	display: flex;
	gap: 40px;
	margin-bottom: 20px;
}

.card_1 .textArea{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 540px;
}

.card_1 .textArea p{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1D5CAB;
	border: solid 1px #1D5CAB;
	font-size: 20px;
	line-height: 1em;
	padding: 15px 0;
	margin-bottom: 40px;
}

.card_1 .textArea div:nth-of-type(1){
	color: #000;
	font-size: 36px;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	line-height: 1em;
	padding: 20px 0 24px;
	margin-bottom: 40px;
}

.card_1 .textArea div:nth-of-type(2){
	color: #000;
	font-size: 28px;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.card_1 .textArea div:nth-of-type(4){
	display: flex;
	margin-left: auto;
	width: fit-content;
	align-items: center;
	font-size: 16px;
	color: #1D5CAB;
	padding-bottom: 10px;
	border-bottom: 1px solid #1D5CAB;
	gap: 5px; 
}

.arrow_2 {
	position: relative;
  width: 10px;
  height: 10px;
}

.arrow_2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1D5CAB;
  border-right: 2px solid #1D5CAB;
  transform: translate(-50%, -40%) rotate(45deg);
}

.card{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

.card .textArea{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 300px;
}

.card .textArea p{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1D5CAB;
	border: solid 1px #1D5CAB;
	font-size: 16px;
	line-height: 1em;
	padding: 12px 0;
	margin-bottom: 20px;
}

.card .textArea div:nth-of-type(1){
	color: #000;
	font-size: 20px;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	line-height: 1.3em;
	padding: 15px 0 15px;
	margin-bottom: 20px;
}

.card .textArea div:nth-of-type(2){
	color: #000;
	font-size: 18px;
	line-height: 1.6em;
}

.card .textArea div:nth-of-type(3){
	color: #000;
	font-size: 18px;
	line-height: 1.6em;
	margin:5px 0 20px;
}

.card .textArea div:nth-of-type(4){
	display: flex;
	margin-left: auto;
	width: fit-content;
	align-items: center;
	font-size: 16px;
	color: #1D5CAB;
	padding-bottom: 10px;
	border-bottom: 1px solid #1D5CAB;
	gap: 5px; 
}

.card .textArea div:nth-of-type(1) span{
	font-size: 16px;
}

.fade {
  display: grid;
}

/*写真を重ねる*/
.fade img {
	grid-area: 1 / 1;
  width: 300px;
  height:auto;
}

.fade img:nth-child(1) {
	animation: fade1 10s infinite;
}

.fade img:nth-child(2) {
	animation: fade2 10s infinite;
}

@keyframes fade1 {
  0%   { opacity: 1; }
  20%  { opacity: 1; }
  40%  { opacity: 0; }
  60%  { opacity: 0; }
  80%  { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes fade2 {
  0%   { opacity: 0; }
  20%  { opacity: 0; }
  40%  { opacity: 1; }
  60%  { opacity: 1; }
  80%  { opacity: 0; }
  100% { opacity: 0; }
}

.News {
 margin-top : 20px 
}

.News .titleArea {
	display:flex;
	height: auto;
	justify-content: space-between;
	align-items: flex-end;
}

.News h3 {
	font-size: 36px;
	margin: 0;
}

.News .titleArea a {
	font-size: 16px;
}

.NewsInner {
	display:flex;
	justify-content: space-between;
	margin-top: 60px;
}

.News .article{
	width: 300px;
	line-height: 1.6em;
  text-decoration: none;
	color: #000;
}

.News .article:hover{
	color: #1D5CAB;
}

.News .article div:nth-of-type(1){
	font-size: 16px;
	margin: 20px 0 5px;
}

.Detail{
	padding: 140px 0 100px;
}

/*作品賞*/
.Detail .ttl{
	width: 980px;
	text-align: center;
	color: #000;
	font-size: 36px;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	line-height: 1.4em;
	padding: 20px 0 24px;
	margin-bottom: 60px;
}

.detailInner{
	width: 980px;
	display: flex;
	justify-content: space-between
}

.detailInner .left{
	width: 300px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.detailInner .left  div:nth-of-type(1){
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 1.6em;
}

.detailInner .left  div:nth-of-type(2){
	margin: 5px 0 0;
	font-size: 20px;
	line-height: 1.6em;
}

/*公式サイトはこちら*/
.detailInner .left  a{
	position: relative;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: #E1E1E1;
	height: 50px;
	margin-top: 20px;
}

.detailInner .textArea{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 640px;
}

/*選考理由（批評家コメント）*/
.detailInner .textArea div:nth-of-type(1){
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	margin-bottom: 40px;
	background-color: #1D5CAB;
	display: flex;
	align-items: baseline;
	justify-content: center;
	height: 60px;
}

.detailInner .textArea div:nth-of-type(1) span{
	font-size: 16px;
}

.detailInner .textArea div:nth-of-type(2){
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	gap: 20px; 
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}

.detailInner .textArea div:nth-of-type(3){
	font-size: 16px;
	line-height: 1.6em;
	text-align: right;
	margin: 20px 0 40px;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}

/*戻る*/
.detailInner .textArea a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 340px;
	background-color: #000;
	border-radius: 100px;
	color: #FFF;
	font-size: 16px;
	position: relative;
}

.arrow_3 {
	position: absolute;
  width: 10px;
  height: 10px;
	left: 30px;
}

.arrow_3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translate(-50%, -40%) rotate(-135deg);
}

footer {
	background-color: #000;
	color: #FFF;
	padding: 80px 0;
}

footer .footerInner{
	width: 1240px;
	margin: 0 auto;
	display: flex;
}

/*タブレット*/
@media screen and (max-width : 1365px ){
	footer .footerInner{
		width: 980px;
	}
}

footer .left {
	width: 580px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

footer dl {
	display: flex;
	flex-wrap: wrap;
	width: 400px;
	margin-top: -15px;
}

footer dt {
	width: 200px;
	height: 40px;
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	display: flex;
	align-items: center;
}

footer dd {
	width: 200px;
	height: 40px;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	display: flex;
	align-items: center;
}

footer small {
	font-size: 10px;
}

.pagetop {
	mix-blend-mode: difference;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.15);
}

.pagetop::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -30%) rotate(-45deg);
}

/*右ナビ　1366px以上で表示*/
#drawer { display: none }
@media screen and (min-width : 1366px ){
	
	#drawer {
		display: flex;
		width: fit-content;
		flex-direction: column;
		position: fixed;
		top: 140px;
		left: calc(50% + 460px);
	}
	
	#drawer ul {
		display: flex;
		width: fit-content;
		flex-direction: column;
		gap: 15px;
		margin-bottom: 30px;
		border-left: solid 1px #000;
		padding: 0 0 0 30px;
		font-size: 16px;
	}
	
	#drawer li a {
		color: #000;
	}
	
	#drawer li a:hover {
		color: #1D5CAB;
	}
	
}

/*PC表示*/
@media screen and (min-width : 1366px ){
	.rollover:hover {
		filter:brightness(115%);
		/*opacity:0.8;*/
		transition: all 0.2s;
	}
	.sp {display: none}
}

/*スマホ表示*/
@media screen and (max-width : 1019px ){
  .pc {display: none}
	
	body {-webkit-text-size-adjust: 100%; font-size: 14px;}

		/*ハンバーガーメニュー  */
  .menu { height: 50px; width: 50px; display: block; position: fixed; right: 6%; top: 15px; z-index: 1001; }
	.menuInner { width: 24px; height: 14px; position: relative; margin: 18px 13px; }
  .menu.active .menuInner span:before { transform: rotate(45deg);  background-color:#FFF;}
  .menu.active .menuInner span:after { transform: rotate(-45deg);  background-color:#FFF; }
	.menu.active .menuInner span { background: transparent; }
  .menuInner span, .menuInner span:before, .menuInner span:after { content: ''; display: block; position: absolute; height: 2px; width: 24px; background-color: #000; transition: transform 0.4s ease-out;}
  .menuInner span {position: absolute; left: 0; top: 50%; }
	.menuInner span:before { transform: translateY(-6px); }
  .menuInner span:after { transform: translateY(6px); }
	
  .fixed {position: fixed;  width: 100%; height: 100%;}
  #drawer {width: 100%;  background-color:#222; display:none; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; overflow-y: scroll; -webkit-overflow-scrolling:touch; }
	nav > ul{padding:80px 0 30px; line-height:1em;}
	nav > ul > li {display: block; font-size: 20px; color:#FFF; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.15)}
	nav li a {color: #FFF; text-decoration: none;}
	
	#drawer nav {
		width: 88%;
		margin: 0 auto;
	}
	
	#drawer nav .CTA_s {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	#drawer nav .official {
		width: 100%;
		font-size: 14px;
		position: static;
	}
	
	.content {
		width: 88%;
		padding-bottom: 80px;
	}
	
	.bg {
		background: url("../img/sp_Line.png") repeat-y center;
	}
	
	.bg span {
		width: 1px;
		height: 100%;
		background-color: rgba(0,0,0,0.06);
		position: absolute;
	}
	
	.bg span:nth-of-type(1) {
		left: 6%;
	}
	
	.bg span:nth-of-type(2) {
		right: 6%;
	}
	
	h1 {
		position: fixed;
		top: 14px;
		left: 6%;
		font-size: 11px;
		gap: 15px;
	}
	
	h1 a img {
		height: 50px;
	}
	
	.KV {
		width: 100%;
		margin: 0px auto 30px;
		padding-top: 80px;
	}

	.KV img {
		width: 100%;
		height: auto;
	}
	
	h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	h3 {
		font-size: 16px;
		margin: 10px 0 40px 0;
	}

	h4 {
		font-family: "Bodoni Moda SC", serif;
		font-size: 60px;
		margin-left: -2px;
	}

	.Overview, .Ceremony, .Award, .News {
		width: 100%;
		padding: 30px 0;
	}

	.Overview p {
		font-size: 14px;
	}
	
	.Ceremony {
		font-size: 16px;
	}

	.Ceremony dl {
		margin-bottom: 40px;
	}

	.Ceremony dt {
		width: 25%;
		height: 50px;
		font-size: 14px;
	}

	.Ceremony dd {
		width: 75%;
		height: 50px;
		font-size: 16px;
	}
	
	/*チケットボタン*/
	.CTA , .CTA_s {
		width: 100%;
		padding: 15px 20px;
		font-size: 16px;
		flex-direction:column ;
	}
	
	.CTA span , .CTA_s span {
		font-size: 24px;
		line-height: 1.6em;
	}

	.CTA .left {
		width: 100%;
		border-right: none;
	}

	.CTA .right , .CTA_s .right {
		width: 100%;
		font-size: 16px;
		justify-content: space-between;
		margin-top: -2px;
	}

	.CTA .arrow , .CTA_s .arrow {
		width: 32px;
		height: 32px;
	}

	.CTA .arrow::after, .CTA_s .arrow::after {
		width: 5px;
		height: 5px;
	}
	
	.official_2 {
		font-size: 16px;
	}
	
	.movie video{
		width: 100%;
		height: auto;
		margin: 30px 0 0;
	}
		
	.Award p {
		font-size: 12px;
		line-height: 1.6em;
	}
	
	.AwardInner {
		margin-top: 40px;
		padding-bottom: 30px;
		flex-direction: column;
		flex-wrap: nowrap;
    justify-content: flex-start;
	}
				
	.card_1 {
		gap: 20px;
		margin-bottom: 0px;
		flex-direction: column;
	}

	.card_1 img, .card img {
		width: 100%;
		height: auto;
	}
		
	.card_1 .textArea, .card .textArea {
		width: 100%;
	}

	.card_1 .textArea p, .card .textArea p {
		font-size: 16px;
		padding: 12px 0;
		margin-bottom: 20px;
	}

	.card_1 .textArea div:nth-of-type(1), .card .textArea div:nth-of-type(1) {
		font-size: 20px;
		padding: 8px 0 10px;
		margin-bottom: 20px;
	}

	.card_1 .textArea div:nth-of-type(2), .card .textArea div:nth-of-type(2) {
		font-size: 18px;
	}

	.card .textArea div:nth-of-type(3){
		color: #000;
		font-size: 18px;
		line-height: 1.6em;
		margin:5px 0 20px;
	}
	
	.fade {
		width: 100%;
	}

	.Detail{
		padding: 100px 0 40px;
	}

	/*作品賞*/
	.Detail .ttl{
		width: 100%;
		font-size: 24px;
		padding: 16px 0 18px;
		margin-bottom: 40px;
	}

	.detailInner{
		width: 100%;
		flex-direction: column;
	}
	
	.detailInner .left{
		width: 100%;
	}
	
	.detailInner img {
		width: 100%;
		height: auto
	}

	/*公式サイトはこちら*/
	.detailInner .left  a{
		font-size: 14px;
		height: 50px;
	}

	.detailInner .textArea{
		width: 100%;
		margin-top: 50px;
	}

	/*選考理由（批評家コメント）*/
	.detailInner .textArea div:nth-of-type(1){
		font-size: 20px;
		margin-bottom: 20px;
	}

	.detailInner .textArea div:nth-of-type(1) span{
		font-size: 14px;
	}

	.detailInner .textArea div:nth-of-type(2){
		font-size: 14px;
		line-height: 1.6em;
	}

	.detailInner .textArea div:nth-of-type(3){
		font-size: 14px;
		margin: 20px 0 40px;
	}

	/*戻る*/
	.detailInner .textArea a{
		height: 50px;
		width: 100%;
	}
	
	footer {
		padding: 30px 6% 90px;
		position: relative;
	}
	
	footer img {
		height: 80px;
		width: auto;
		margin-right: auto;
	}

	footer .footerInner{
		width: 100%;
		flex-direction: column;
	}

	footer .left {
		width: 100%;
	}

	footer dl {
		width: 100%;
		margin-top: 20px;
	}

	footer dt {
		width: 40%;
		font-size: 11px;
	}

	footer dd {
		width: 60%;
		font-size: 13px;
	}
	
	footer small{
		position: absolute;
		bottom: 24px;
	}

	.pagetop {
		bottom: 20px;
		right: 6%;
		width: 50px;
		height: 50px;
	}

	.pagetop::after {
		width: 7px;
		height: 7px;
	}

}

/*マージン調整*/
.mt30 { margin-top: 30px; }
.mb100 { margin-bottom: 100px; }