@charset "utf-8";
/* ========================================

	monkichi

	--------------------
	service.css 
	-------------------
	   
========================================== *

/* root
----------------------------------- */
:root {
	--color-white: #fff;
    --color-white-opc50: #ffffff50;
	--color-black: #000;
	--color-orange: #ec6f2c;
	--color-blue: #00aad9;
	--color-yellow: #F5E23A;
	--font-common: "Roboto", "Noto Sans JP", sans-serif;
	--font-title: "Raleway", sans-serif;
}


/* clearfix
----------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}
.clear { clear: both; }

.red { color: var(--color-red)!important; }
.center { text-align: center!important; }
.bold {font-weight: bold!important;}

.sf-minitoolbar {opacity: 0;}

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

img {
	display: block;
	width: 100%;
}

#next .loading {
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
#next .loading img {
	width: 40px;
    margin: 0 auto;
}

/* 点滅 */
@-webkit-keyframes blink {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}
.new {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
}


/* animation top
----------------------------------- */
#top .topBnrList.anim {
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-out;
}
#top .topBnrList.anim.on {
    opacity: 1;
    transform: translateY(0px);
}

#top #topContainer section.anim:after,
#top section.anim h3,
#top section.anim .inBox {
    opacity: 0;
    transition: all .5s ease-out;
}
#top #topContainer section.anim:nth-child(odd):after,
#top section.anim:nth-child(odd) h3,
#top section.anim:nth-child(odd) .inBox {
    transform: translateX(30px);
}
#top #topContainer section.anim:nth-child(even):after,
#top section.anim:nth-child(even) h3, 
#top section.anim:nth-child(even) .inBox {
    transform: translateX(-30px);
}
#top #topContainer section.anim.on:nth-child(odd):after,
#top #topContainer section.anim.on:nth-child(even):after {
    opacity: 0.9;
    transform: translateX(0);
}
#top section.anim.on:nth-child(odd) h3,
#top section.anim.on:nth-child(odd) .inBox,
#top section.anim.on:nth-child(even) h3,
#top section.anim.on:nth-child(even) .inBox {
    opacity: 1;
    transform: translateX(0);
}
#top #topContainer section.anim.on:nth-child(odd):after,
#top section.anim.on:nth-child(odd) .inBox,
#top #topContainer section.anim.on:nth-child(even):after,
#top section.anim.on:nth-child(even) .inBox {
    transition-delay: 0.3s;
}


/* base
----------------------------------- */
html,body { height: 100%; }
html {
	background: var(--color-yellow);
}
body {
	background: var(--color-yellow);
	color: var(--color-white);
	font-family: var(--font-common);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
#wrap {
	min-width: 900px;
	min-height: 100%;
	position: relative;
}
#wrap ~ iframe,
#wrap ~ img { 
	height: 1px !important; 
	line-height: 0; 
	display: none; 
}
#container {
    width: 90%;
    max-width: 1100px;
    min-height: 90vh;
    margin: auto;
    padding: 120px 0 240px;
}



/* 曼荼羅 */
.bgLogo {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 700px;
    min-width: 960px;
    background: var(--color-yellow) url(/static/monkichi/official-pc/cmn/202601/bg_mandara_xG6UQje2.jpg);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	top: 0;
}
.bgLogo p{
    position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}
.bgLogo p img {width: 1000px;}
.bgLogo p.back { display: none; }
.bgLogo p.back img { width: 100%; }
.bgLogo .imgOutside li { position: absolute; z-index: 1; }
.bgLogo .imgOutside li img {width: 100%;}

.bgLogo .imgOutside li.out01 { width: 79%; left: -55%; top: -90%; z-index: 2; }
.bgLogo .imgOutside li.out02 { width: 114%; left: -57%; bottom: -57%; }
.bgLogo .imgOutside li.out03 { width: 83%; right: -50%; top: -75%; }
.bgLogo .imgOutside li.out04 { width: 43%; right: -19%; bottom: -22%; }
.bgLogo .imgOutside li.out05 { width: 60%; right: -30%; top: -5%; z-index: 0; }

/* patternA */
.bgLogo.patternA .logo01,
.bgLogo.patternA .logo03,
.bgLogo.patternA .logo05,
.bgLogo.patternA .imgOutside li.out01,
.bgLogo.patternA .imgOutside li.out04,
.bgLogo.patternA .imgOutside li.out05 {
	-moz-animation: rotateR 40s linear infinite;
	-webkit-animation: rotateR 40s linear infinite;
	-o-animation: rotateR 40s linear infinite;
	-ms-animation: rotateR 40s linear infinite;
	animation: rotateR 40s linear infinite;	
}
.bgLogo.patternA .logo02,
.bgLogo.patternA .logo04,
.bgLogo.patternA .imgOutside li.out02,
.bgLogo.patternA .imgOutside li.out03 {
	-moz-animation: rotateL 50s linear infinite;
	-webkit-animation: rotateL 50s linear infinite;
	-o-animation: rotateL 50s linear infinite;
	-ms-animation: rotateL 50s linear infinite;
	animation: rotateL 50s linear infinite;	
}

/* patternB */
.bgLogo.patternB .logo02,
.bgLogo.patternB .logo03,
.bgLogo.patternB .logo04,
.bgLogo.patternB .imgOutside li.out03 {
	-moz-animation: rotateR 40s linear infinite;
	-webkit-animation: rotateR 40s linear infinite;
	-o-animation: rotateR 40s linear infinite;
	-ms-animation: rotateR 40s linear infinite;
	animation: rotateR 40s linear infinite;	
}
.bgLogo.patternB .logo01,
.bgLogo.patternB .logo05,
.bgLogo.patternB .imgOutside li.out02,
.bgLogo.patternB .imgOutside li.out05 {
	-moz-animation: rotateL 50s linear infinite;
	-webkit-animation: rotateL 50s linear infinite;
	-o-animation: rotateL 50s linear infinite;
	-ms-animation: rotateL 50s linear infinite;
	animation: rotateL 50s linear infinite;	
}

/* patternC */
.bgLogo.patternC .logo01,
.bgLogo.patternC .logo02,
.bgLogo.patternC .logo04,
.bgLogo.patternC .imgOutside li.out04 {
	-moz-animation: rotateR 40s linear infinite;
	-webkit-animation: rotateR 40s linear infinite;
	-o-animation: rotateR 40s linear infinite;
	-ms-animation: rotateR 40s linear infinite;
	animation: rotateR 40s linear infinite;	
}
.bgLogo.patternC .logo03,
.bgLogo.patternC .logo05,
.bgLogo.patternC .imgOutside li.out01 {
	-moz-animation: rotateL 50s linear infinite;
	-webkit-animation: rotateL 50s linear infinite;
	-o-animation: rotateL 50s linear infinite;
	-ms-animation: rotateL 50s linear infinite;
	animation: rotateL 50s linear infinite;	
}

@keyframes rotateR {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotateL {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotateResetR {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotateResetL {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.bgLogo.stop .logo01,
.bgLogo.stop .logo03,
.bgLogo.stop .logo05,
.bgLogo.stop .imgOutside li.out01,
.bgLogo.stop .imgOutside li.out04,
.bgLogo.stop .imgOutside li.out05 {
	-moz-animation: rotateResetR 1s ease 1;
	-webkit-animation: rotateResetR 1s ease 1;
	-o-animation: rotateResetR 1s ease 1;
	-ms-animation: rotateResetR 1s ease 1;
	animation: rotateResetR 1s ease 1;
}
.bgLogo.stop .logo02,
.bgLogo.stop .logo04,
.bgLogo.stop .imgOutside li.out02,
.bgLogo.stop .imgOutside li.out03 {
	-moz-animation: rotateResetL 1s ease 1;
	-webkit-animation: rotateResetL 1s ease 1;
	-o-animation: rotateResetL 1s ease 1;
	-ms-animation: rotateResetL 1s ease 1;
	animation: rotateResetL 1s ease 1;
}



/* anchor
----------------------------------- */
a {
	color: var(--color-yellow);
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	opacity: 0.7;
}
a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);  
	-ms-filter: alpha(opacity=80);
}



/* btn
----------------------------------- */
.btn { text-align: center; }
.btn a,
.btn input {
	display: inline-block;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	padding: 0 20px;
	margin: 0 auto 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.btn .main {
	background: #3F9DF5;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #1776cf;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	position: relative;
	top: 0;
}
.btn .main:hover {
	background: #3494ee;
	color: #ffef3f;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	top: 2px;
}
.btn .sub {
	background: #fff;
	color: #3494ee;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border: 1px solid #3494ee;
}
.btn .sub:hover {
	background: #3494ee;
	color: #fff;
	text-decoration: none;
	border: 1px solid #3494ee;
}
#contents .btn {text-align: left;}

.btn .btnBack {
    min-width: 0;
    color: var(--color-white);
    border-radius: 0;
    padding: 0 0 3px;
    font-size: 14px;
    margin: 0;
    position: relative;
}
.btn .btnBack i {
    padding-right: 5px;
}
.btn .btnBack:hover {
    transform: translateY(-5px);
}



/* header
----------------------------------- */
#header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

body:not(#top) #header {
    position: fixed;
}

#headerInner {}

#header #logoArea h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
}
#header #logoArea:hover img {
	opacity: 0.7;
}
/*
#header #logoArea #siteName {
	display: inline-Block;
	font-family: var(--font-title);
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	color: #fff;
	position: absolute;
	left: 150px;
    top: 15px;
    line-height: 1em;
}
#header #logoArea .siteTit span{
	font-size: 10px;
	display: block;
}
#header #logoArea .copy {
	color: #888;
	font-size: 10px;
}
*/

#headerNav {
    position: absolute;
	z-index: 100;
    top: 20px;
    right: 20px;
}
body:not(#top) #headerNav {
    position: fixed;
}

#headerNav #mainCont {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#headerNav #mainCont li a {
    position: relative;
    z-index: 1;
    display: block;
    font-family: var(--font-title);
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    background: var(--color-orange);
    color: var(--color-white);
    text-decoration: none;
    width: 150px;
    padding: 12px;
    font-size: 20px;
    overflow: hidden;
    border: 1px solid var(--color-yellow);
}
#headerNav #mainCont li.current a {}
#headerNav #mainCont li a:before,
#headerNav #mainCont li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    transition: all .3s ease-out;
}
#headerNav #mainCont li a:before {
    z-index: -2;
    background: var(--color-orange);
}
#headerNav #mainCont li a:after {
    z-index: -1;
    background: var(--color-blue);
    transform: translateX(100%);
}
#headerNav #mainCont li a:hover:after {
    transform: translateX(0%);
}
/*
#headerNav #mainCont li a:hover {
	background: var(--color-blue);
}
    */

body:not(#top) #headerNav #mainCont li a {
    width: 100px;
    padding: 10px;
    font-size: 16px;
}

/* pagetop
----------------------------------- */
#pageTop {
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 0;
    position: fixed;
    right: 30px;
    bottom: -150px;
    background: var(--color-black);
    z-index: 1000;
    border-radius: 100vmax;
}
body:not(#top) #pageTop {
    display: none;
}
#pageTop a {
    display: block;
    width: 60px;
    height: 60px;
}
#pageTop .fa {
    font-size: 25px;
    color: #fff;
    /* text-shadow: 0 0 30px rgba(0,0,0,0.5); */
    position: absolute;
    left: 18px;
    top: 5px;
}
#pageTop .fa::before { position: relative; top:10px; }
.headerFix #pageTop { bottom: 20px; }



/* TOP
----------------------------------- */
#loading { display: none; }
#top #loading {
	display: block;
	width: 300px;
	height: 300px;
	background: url(/static/monkichi/official-pc/cmn/ph_loading.png);
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	animation: spin 5s linear infinite;
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

#top #pageTop {}

#top #wrap { 
	opacity: 0;
}

/* fv */
#top .fv {
	position: relative;
	height: 100vh;
	margin: 0 auto 160px;
}

#top .fv #subCont {
    position: absolute;
	z-index: 100;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: var(--color-orange);
    align-items: center;
    padding: 10px 15px;
    gap: 15px;
}
#top .fv #subCont:after {
	display: none;
}
#top .fv #subCont li{
    line-height: 1;
}
#top .fv #subCont li a {
    color: var(--color-white);
    font-size: 20px;
}
#top .fv #subCont li a:hover {
	color: var(--color-blue);
}
#top .fv #subCont li a span {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
    font-family: var(--font-title);
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.05em;
}

/* slider */
#top .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
#top .slick-dots li {
	position: relative;
    display: inline-block;
    margin: 0 15px 0 0 !important;
}
#top .slick-dots li:last-child {
	margin: 0 !important;
}
#top .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#top .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--color-white);
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100vmax;
}
#top .slick-dots li.slick-active button:before {
    opacity: 1;
}

/* bnrSlider */
#top .topBnrList {
	margin-bottom: 160px;
}
#top .topBnrList li.slick-slide {
	padding: 0 30px;
}
#top .topBnrList .slick-track {
	padding-bottom: 5px;
}
#top .topBnrList .one .slick-track {
    transform: translate3d(0, 0, 0) !important;
}
#top .topBnrList li.slick-slide a img {
	box-shadow: 5px 5px var(--color-blue);
}
#top .topBnrList li.slick-slide.slick-center a img {
	box-shadow: 5px 5px var(--color-orange);
}
#top .topBnrList .bnrList {
	margin-bottom: 30px;
}
#top .topBnrList .slick-dots {
	bottom: -30px;
} 

/* container */
#top #container {
    position: relative;
    z-index: 2;
	padding: 0;
    width: 100%;
    max-width: 100%;
}

#top #topContainer {
    position: relative;
    width: 100%;
    z-index: 2;
    bottom: initial !important;
    overflow: hidden;
}

#top #topContainer section {
    position: relative;
    margin: 0 auto 160px;
    width: 80%;
    max-width: 1200px;
}
#top #topContainer section:last-of-type {
    margin: 0 auto 240px;
}
#top #topContainer section:nth-child(odd) {
	padding: 0 0 60px 60px;
}
#top #topContainer section:nth-child(even) {
	padding: 0 60px 60px 0;
}
#top #topContainer section:after {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    width: 100vw;
    min-width: 960px;
    height: calc(100% - 55px);
    bottom: 0;
    opacity: 0.9;
	pointer-events: none;
}
#top #topContainer section:nth-child(odd):after {
	left: 0;
	background-color: var(--color-orange);
}
#top #topContainer section:nth-child(even):after {
	right: 0;
	background: var(--color-blue);
}

#top #topContainer section h3 {
    position: relative;
    z-index: 2;
	font-family: var(--font-title);
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 120px;
    line-height: 1;
    margin-bottom: 30px;
}
#top #topContainer section:nth-child(odd) h3 {
    left: -120px;
}
#top #topContainer section:nth-child(even) h3 {
    text-align: right;
    right: -120px;
}
#top #topContainer section h3:after {
	position: absolute;
	z-index: -1;
	display: block;
}
#top #topContainer section:nth-child(odd) h3:after {
    color: var(--color-blue);
    top: 5px;
    left: 5px;
}
#top #topContainer section:nth-child(even) h3:after {
	color: var(--color-orange);
	top: 5px;
	right: -5px;
}
#top #topContainer section#newsTop h3:after {content: "NEWS";}
#top #topContainer section#liveTop h3:after {content: "LIVE";}
#top #topContainer section#mediaTop h3:after {content: "MEDIA";}
#top #topContainer section#movieTop h3:after {content: "MOVIE";}

#top #topContainer section .inBox {}

#top #topContainer section .topInfoList {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-bottom: 20px;
}
#top #topContainer section .topInfoList li {}
#top #topContainer section .topInfoList li a {
	position: relative;
    display: block;
    background: var(--color-white);
    color: var(--color-black);
    text-decoration: none;
    padding: 30px;
    font-weight: bold;
    transition: all .5s ease-out;
}
#top #topContainer section .topInfoList li a:hover {
    transform: translateY(-5px);
}
#top #topContainer section:nth-child(odd) .topInfoList li a {
	border-left: 10px solid var(--color-blue);
}
#top #topContainer section:nth-child(even) .topInfoList li a {
	border-left: 10px solid var(--color-orange);
}
#top #topContainer section .topInfoList li a .date {}
#top #topContainer section .topInfoList li a .date .new {}
#top #topContainer section:nth-child(odd) .topInfoList li a .new {
	color: var(--color-orange);
}
#top #topContainer section:nth-child(even) .topInfoList li a .new {
	color: var(--color-blue);
}
#top #topContainer section .topInfoList li a .title {
	font-size: 16px;
}
#top #topContainer section .topInfoList li a .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-size: 18px;
}
#top #topContainer section:nth-child(odd) .topInfoList li a .arrow {
	background: var(--color-blue);
}
#top #topContainer section:nth-child(even) .topInfoList li a .arrow {
	background: var(--color-orange);
}

#top #topContainer section .topInfoList.topDay {}
#top #topContainer section .topInfoList.topDay li {}
#top #topContainer section .topInfoList.topDay li a {
	display: flex;
    gap: 20px;
}
#top #topContainer section .topInfoList.topDay li a .dateBox {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
}
#top #topContainer section .topInfoList.topDay li a .dateBox .new {
    position: absolute;
    top: -20px;
    left: -20px;
}
#top #topContainer section .topInfoList.topDay li a .dateBox .month {
    font-size: 24px;
}
#top #topContainer section .topInfoList.topDay li a .dateBox .month .category {
    display: block;
    font-size: 9px;
}
#top #topContainer section#liveTop .topInfoList.topDay li a .dateBox .month .category {
    font-size: 12px;
}
#top #topContainer section:nth-child(odd) .topInfoList.topDay li a .dateBox .month .category {
	color: var(--color-blue);
}
#top #topContainer section:nth-child(even) .topInfoList.topDay li a .dateBox .month .category {
	color: var(--color-orange);
}
#top #topContainer section .topInfoList.topDay li a .dateBox .day {
    font-size: 42px;
    padding: 0 0 0 5px;
}
#top #topContainer section .topInfoList.topDay li a .dateBox .week {
	writing-mode: vertical-rl;
    font-size: 16px;
    margin-left: 3px;
}
#top #topContainer section .topInfoList.topDay li a .title {}

#top #topContainer section .viewMore {}
#top #topContainer section .viewMore a {
    display: block;
    color: var(--color-white);
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 16px;
    transition: all .5s ease-out;
}
#top #topContainer section .viewMore a:hover {
    transform: translateY(-5px);
}
#top #topContainer section .viewMore a i {
	margin-left: 5px;
}

#top #topContainer section .fa-arrow-up {
    transform: rotate(45deg);
}

/* newsTop */
#newsTop {}

/* liveTop */
#liveTop {}

/* mediaTop */
#mediaTop {}

/* movieTo */
#movieTop {}
#movieTop .ytSlider {
    margin-left: -100%;
    width: 200%;
}
#movieTop .ytSlider li.slick-slide {
    padding-left: 60px;
}
#movieTop .ytSlider li.slick-slide .mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#movieTop .ytSlider li.slick-slide .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#movieTop .ytSlider {
	margin-bottom: 30px;
}
#movieTop .ytSlider .slick-dots {
	bottom: -30px;
    width: calc(100% / 2 - 60px);
    right: 0;
} 
#movieTop .ytSlider .slick-dots li button:before {
    background: var(--color-yellow);
}

#top .topInner {
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}

/*
#top #topInfo {background: #151515;}
#top #topInfo h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 5px 0 10px;
    letter-spacing: 0.05em;
}
#top #topInfo h2 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    position: relative;
    left: 20px;
    padding: 0 0 2px;
    top: -8px;
    letter-spacing: 0.1em;
}
#top #topInfo h2 a:hover {
	color: #54c7ed;
	border-bottom: 2px solid #54c7ed;
}
#top #topInfo .topInfoList {
	margin-left: -40px;
}
#top #topInfo .topInfoList li{
    float: left;
    width: 306px;
    margin: 0 0 0 40px;
}

#top #topInfo .topInfoList li a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
}
#top #topInfo .topInfoList li a:after {
	content: '\f105';
	font-family: FontAwesome;
	color: #222;
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 20px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#top #topInfo .topInfoList li:hover a:after {
	color: #54c7ed;
}
#top #topInfo .topInfoList li:hover a,
#top #topInfo .topInfoList li:hover .date,
#top #topInfo .topInfoList li:hover .date.eventDate {
	color: #54c7ed;
}

#top #topInfo .topInfoList li a .date {
	color: #aaa;
	font-size: 12px;
	line-height: 1em;
	margin: 0 0 10px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
*/

/*
#top #topBnr {
	background: #050505;
}
#top #topBnr .topInner {
	padding: 5px 0 ;
	line-height: 0;
	text-align: center;
}
#top #topBnr .bnrList {
	display: table;
	margin: 0 auto;
}
#top #topBnr li {
	float: left;
	margin: 0 0 0 5px;
}
#top #topBnr li a {
	display: block;
	line-height: 0;
}
#top #topBnr li a img {width: 100%;}
#top #topVideo {
	position: absolute;
	width: 100%;
	    border: 2px solid #252525;
}
*/

/* infoTicker */
#top #infoTicker {
	width: 100%;
    position: absolute;
	top: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
	z-index: -1;
}
#top #infoTicker.tickerShow {
    top: -60px;

}
#top #infoTicker .tickerInner{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#top #infoTicker .tickerFirst {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.05em;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #151515;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
#top #infoTicker .ticker-container {
    background: #fff;
    padding: 0 15px ;
}
#top #infoTicker .tickerList li * {
    height: 40px;
    line-height: 40px;
}
#top #infoTicker .tickerList li a{
    text-decoration: none;
    padding: 0 0 0 175px;
    display: inline-block;
    color: #151515;
    font-weight: normal;
    font-size: 12px;
    position: relative;
}
#top #infoTicker .tickerList > div:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #151515;
    border-right: 2px solid #151515;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    position: absolute;
}
#top #infoTicker .tickerList .cat {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.1em;
    margin: 0 13px 0 0;
    color: #666;
    font-size: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#top #infoTicker .tickerList > div {cursor: pointer;}
#top #infoTicker .tickerList > div.ticker-active:hover {background: #54c7ed;}
#top #infoTicker .tickerList > div:hover:after { opacity: 1;}

/* pulgin */
.ticker-container {
	height: 40px;
	position: relative;
	overflow: hidden;
}
.ticker-container ul {height: 100%;}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	height: 100%;
	left: 0;
	transition: 0.5s ease;
}
.ticker-container ul div.ticker-active {top: 0;}
.ticker-container ul div.not-active {top: 30px;}
.ticker-container ul div.remove {top: -30px;}



/* 下層共通
----------------------------------- */
#contents {
	padding: 60px;
	background: var(--color-orange);
	margin: 0 auto;
	position: relative;
	z-index: 50;
	color: var(--color-white);
	/*opacity: 0;*/
}

#contents #insideBnr {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 240px;
    height: 52px;
    display: none;
}

#contents .inner {line-height: 0px;}
#contents .inner > * {line-height: 1.5em;}

h2.pageTit {
    position: relative;
    font-family: var(--font-title);
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1!important;
    font-size: 72px;
    margin: 0 0 60px;
    text-align: center;
    text-shadow: 4px 4px var(--color-blue);
}

/*
h2 .subTit {
    font-size: 12px;
    font-weight: 500;
    font-family: Helvetica, 'MS Sans Serif', 'Noto Sans Japanese', sans-serif;
    margin: 0 0 0 20px;
    vertical-align: 3px;
    letter-spacing: 0;
}
*/

.list {
	border-top: 1px solid var(--color-white);
}

.list li {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-bottom: 1px solid var(--color-white);
}
.list li:hover {
    background: var(--color-yellow);
}

.list li a,
.list li.noInfo span{
    display: block;
    color: var(--color-black);
    text-decoration: none;
    padding: 20px 18px;
}
.list .date {
	font-size: 12px;
	line-height: 1em;
	margin: 0 0 10px;
}
.date .slash {
	padding: 0 3px 0 5px;
	vertical-align: 1px;
}
.date .year {
	font-size: 10px;
	margin: 0 0 0 5px;
}
.date .new {
	color: var(--color-orange);
	margin: 0 0 0 5px;
}
.list li a.title {
	font-weight: 700;
}

/* infoList */
#contents.infoContents .infoList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#contents.infoContents .infoList li {}
#contents.infoContents .infoList li a {
	position: relative;
    display: block;
    background: var(--color-white);
    color: var(--color-black);
    text-decoration: none;
    padding: 30px;
    font-weight: bold;
    transition: all .5s ease-out;
    border-left: 10px solid var(--color-blue);
}
#contents.infoContents .infoList li a:hover {
    transform: translateY(-5px);
}
#contents.infoContents .infoList li a .date {}
#contents.infoContents .infoList li a .date .new {}
#contents.infoContents:nth-child(odd) .topInfoList li a .new {
	color: var(--color-orange);
}
#contents.infoContents:nth-child(even) .topInfoList li a .new {
	color: var(--color-blue);
}
#contents.infoContents .infoList li a .title {
	font-size: 16px;
}
#contents.infoContents .infoList li a .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-size: 18px;
    background: var(--color-blue);
}

#contents.infoContents .infoList.dayList {}
#contents.infoContents .infoList.dayList li {}
#contents.infoContents .infoList.dayList li a {
	display: flex;
    gap: 20px;
}
#contents.infoContents .infoList.dayList li a .dateBox {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
}
#contents.infoContents .infoList.dayList li a .dateBox .new {
    position: absolute;
    top: -20px;
    left: -20px;
     color: var(--color-blue);
}
#contents.infoContents .infoList.dayList li a .dateBox .month {
    font-size: 24px;
}
#contents.infoContents .infoList.dayList li a .dateBox .month .category {
    display: block;
    font-size: 9px;
    color: var(--color-orange);
}
#contents.infoContents .infoList.dayList li a .dateBox.live .month .category {
    font-size: 12px;
}
#contents.infoContents .infoList.dayList li a .dateBox .day {
    font-size: 42px;
    padding: 0 0 0 5px;
}
#contents.infoContents .infoList.dayList li a .dateBox .week {
	writing-mode: vertical-rl;
    font-size: 16px;
    margin-left: 3px;
}
#contents.infoContents .infoList.dayList li a .title {}

#contents.infoContents .viewMore {}
#contents.infoContents .viewMore a {
    display: block;
    color: var(--color-white);
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 16px;
    transition: all .5s ease-out;
}
#contents.infoContents .viewMore a:hover {
    transform: translateY(-5px);
}
#contents.infoContents .viewMore a i {
	margin-left: 5px;
}

#contents.infoContents .fa-arrow-up {
    transform: rotate(45deg);
}

/* infoDetail */
.detail.infoDetail .tit {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: none;
}
.detail.infoDetail .txtBody {
	background-color: var(--color-white);
    color: var(--color-black);
    padding: 40px;
    box-shadow: 5px 5px var(--color-blue);
}
.detail.infoDetail .txtBody a {
    color: var(--color-orange);
}


/* 下層コンテンツ
----------------------------------- */
.information .subNav,
.disco .subNav  {
    display: inline-block;
    margin-top: -10px;
}

.information .subNav li,
.disco .subNav li {
	float: left;
}
.information .subNav li a,
.information .subNav li span,
.disco .subNav li a,
.disco .subNav li span{
    text-decoration: none;
font-family: var(--font-title);
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.05em;
    padding: 15px 20px;
    color: var(--color-white);
    font-size: 16px;
    line-height: 48px;
}
.disco .subNav li span.current {
    border-bottom: 2px solid;
}

.detail .date {
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 10px;
	font-weight: bold;
}
#top #topInfo .topInfoList li a .date.eventDate {
	margin: 5px 0 0 ;
	color: var(--color-white);
}
.list .date.eventDate {
    margin: 8px 0 0;
}
.detail .date.eventDate {
    font-size: 15px;
}
.detail .date.eventDate .year {
    font-size: 12px;
    margin: 0 0 0 6px;
}
.detail .tit {
    margin: 0 0 30px;
    padding: 0 0 25px;
    border-bottom: 1px solid var(--color-white);
    font-weight: bold;
}
.detail .txtBody {
	line-height: 1.7em;
    margin: 0 0 60px;
}
.detail .txtBody img {
	display: block;
	margin: 15px 0;
	max-width: 500px;
	max-height: 500px;
	position: relative;
	width: auto !important;
}

.detail .txtBody img.imgGuardGif {
    min-width: 450px;
}



.twitterBtn{
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: -3px!important;
	margin: 0 0 30px;
}

.fb-like{
	display: inline-block;
	position: relative;
	top: -1px;
}


/* disco
----------------------------------- */
.disco .lineBox {
    margin-bottom: 40px;
}
.disco .discList {
    background: var(--color-white);
    color: var(--color-black);
    padding: 40px;
    box-shadow: 5px 5px var(--color-blue);
}
.disco .discList li.discoBox {
    border-bottom: 1px solid;
    padding: 25px 0;
}
.disco .discList li.discoBox:last-child {border: none;}
.disco .discList .jacket {
	float: left;
	margin-right: 30px;
	width: 300px;
	line-height: 0;
	text-align: center;
}
.disco .discList .jacket li {
	margin: 0 0 10px;
}
.disco .discList .jacket li:last-child{margin: 0;}
.disco .discList .jacket .jacketTit {
    line-height: 1.7;
    font-size: 12px;
    margin-top: 5px;
}
.disco .discList .jacket img {
    max-width: 100%;
    max-height: 300px;
}
.disco .discList .category {
    background: var(--color-blue);
    display: inline-block;
    color: var(--color-white);
    font-size: 11px;
    line-height: 1em;
    padding: 3px 5px 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 8px 0 0 ;
}
.disco .discList .text {
	overflow: hidden;
}
.disco .discList .text .tit {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}
.disco .discList .text .date {
    font-size: 12px;
    line-height: 1em;
    margin: 0 0 15px;
    font-weight: bold;
}
.disco .discList .text .tieup {
    font-size: 11px;
    vertical-align: 2px;
}
.disco .trackList {
	margin-top: 20px;
}
.disco .discNum {
    font-size: 12px;
    margin: 0 0 12px;
    letter-spacing: 0.1em;
    line-height: 2em;
    position: relative;
    font-weight: bold;
}
.disco .discNum:after{
	content: '';
    background-color: var(--color-black);
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.disco .discs {
	margin: 0 0 20px;
}


/* profile
----------------------------------- */
.featureProfile .profileArea {
	background-color: var(--color-white);
    color: var(--color-black);
    padding: 40px!important;
    box-shadow: 5px 5px var(--color-blue);
}
.featureProfile .profileArea a {
    color: var(--color-orange);
}

.featureProfile .profileArea .txt {
    margin: 0 0 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    line-height: 2em;
}
.featureProfile .profileArea .txt:last-child {margin: 0;}



/* gallery
----------------------------------- */
.featureGallery .dummy {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.featureGallery .year {
    margin: 0 0 30px;
    text-align: center;
    font-size: 20px;
}
.featureGallery .phList {
    margin:0 -7px 30px 0;
}
.featureGallery .ph {
    position: relative;
    float: left;
    width: 294px;
    margin: 0 7px 7px 0;
}
.featureGallery .ph a {
	display: block;
	line-height: 0;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.featureGallery .ph a:hover {
	background: rgba(255, 239, 0,0.5);
}
.featureGallery .ph img {
    width: 100%;
    height: 170px;
}
.ph#ph01 {background: url(/static/monkichi/official-pc/gallery/2013/ph01.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph02 {background: url(/static/monkichi/official-pc/gallery/2013/ph02.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph03 {background: url(/static/monkichi/official-pc/gallery/2013/ph03.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph04 {background: url(/static/monkichi/official-pc/gallery/2013/ph04.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph05 {background: url(/static/monkichi/official-pc/gallery/2013/ph05.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph06 {background: url(/static/monkichi/official-pc/gallery/2013/ph06.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph07 {background: url(/static/monkichi/official-pc/gallery/2013/ph07.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph08 {background: url(/static/monkichi/official-pc/gallery/2013/ph08.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}
.ph#ph09 {background: url(/static/monkichi/official-pc/gallery/2013/ph09.jpg) center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;}

#swipebox-prev {left: 4%;}
#swipebox-next {right: 4%;}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {max-height: 90%;}
#swipebox-caption {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.5);
    height: 60px;
    line-height: 60px;
}
.featureGallery .yearList {
	margin:0 0 0 -10px;
	
}
.featureGallery .yearList li {
    width: 295px;
    float: left;
    margin: 0 0 0 7px;
}
.featureGallery .yearList li.year2013 {
    background: url(/static/monkichi/official-pc/gallery/2013/ph09.jpg) center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.featureGallery .yearList li.noLinkList {
	background: #ddd;
}
.featureGallery .yearList li a,
.featureGallery .yearList li .noLink {
	display: block;
	line-height: 300px;
	text-align: center;
	position: relative;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	height: 295px;
}
.featureGallery .yearList li .yearTxt {
	display: inline-block;
	top:50%;
	left:50%;
	text-decoration: none;
	color: #fff;
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	letter-spacing: 0.051em;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	text-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.featureGallery .yearList li .noLink .yearTxt{text-shadow: none;}

.featureGallery .yearList li .yearTxt span {
display: block;
    font-size: 16px;
    position: absolute;
    top: 50px;
    left: -20px;
    width: 160px;
}
.featureGallery .yearList li a:hover {
	background: rgba(255, 239, 0,0.5);
}
.featureGallery #phArea .more {
    text-align: center;
    background: #151515;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 10px;
    width: 280px;
    margin: 30px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #54c7ed;
    position: absolute;
    left: 50%;
    margin-left: -152px;
}



/* TOPムービー
----------------------------------- */
/*
#video_wrapper {
	z-index: 1000;
	display: none;
}
#video_wrapper #control {
  zoom: 1;
}
#video_wrapper #control:before, #video_wrapper #control:after {
  content: "";
  display: block;
}
#video_wrapper #control:after {
  clear: both;
}
#video_wrapper #control #playcontrol, #video_wrapper #control #volumecontrol, #video_wrapper #ended ul li, #video_wrapper #ended ul li div, #video_wrapper #ended ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#video_wrapper #control, #video_wrapper #control #panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#video_wrapper #control #panel, #video_wrapper #chapter li .caption, #video_wrapper #ended {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: ;
}
#video_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#video_wrapper #video {
  z-index: 1;
}
#video_wrapper #control {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
#video_wrapper #control > div {
  float: left;
}
#video_wrapper #control #panel {
  display: none;
}
#video_wrapper #control #playcontrol, #video_wrapper #control #volumecontrol ,#video_wrapper #control .movieClose {
  margin: 0 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(/static/monkichi/official-pc/top/videocontrol.png);
  background-repeat: no-repeat;
}
#video_wrapper #control #playcontrol:hover, #video_wrapper #control #volumecontrol:hover {
	background-image: url(/static/monkichi/official-pc/top/videocontrol_h.png);
}
#video_wrapper #control .movieClose {
	background-image: url(/static/monkichi/official-pc/top/ico_movieclose.png);
}
#video_wrapper #control .movieClose:hover {
	background-image: url(/static/monkichi/official-pc/top/ico_movieclose_h.png);
}
#video_wrapper #control #playcontrol.play, #video_wrapper #control #volumecontrol.play {
  background-position: 0 2px;
}
#video_wrapper #control #playcontrol.stop, #video_wrapper #control #volumecontrol.stop {
  background-position: -33px 2px;
}
#video_wrapper #control #playcontrol.volumeon, #video_wrapper #control #volumecontrol.volumeon {
  background-position: -66px 2px;
}
#video_wrapper #control #playcontrol.mute, #video_wrapper #control #volumecontrol.mute {
  background-position: -99px 2px;
}
#video_wrapper #seekbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(/static/monkichi/official-pc/top/bg_seekbar.png) repeat-x 0 26px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
#video_wrapper #seekbar #currenttime {
  width: 0;
  height: 5px;
  background:#54c7ed;
}
#video_wrapper #ended {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-indent: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#video_wrapper #ended ul {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 100%;
}
#video_wrapper #ended ul li {
  margin: 0 20px;
}
#video_wrapper #ended ul li div, #video_wrapper #ended ul li a {
    font-size: 18px;
    -webkit-transition: all ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0 40px;
    height: 68px;
    font-weight: 100;
    line-height: 68px;
    border: 1px solid#54c7ed;
    color: #54c7ed;
    text-decoration: none;
    cursor: pointer;
}
#video_wrapper #ended ul li div:hover, #video_wrapper #ended ul li a:hover {
    color: #000;
    font-weight: 200;
    background-color: #54c7ed;
}
*/


#skip {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
	display: none;
}
#skip a {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	padding: 3px 10px;
	  letter-spacing: 0.1em;
  font-weight: 200;
}

#skip a span {
	margin: 0 0 0 5px;
	font-size: 10px;
}

.playNav {
	background: #f00;
	position: absolute;
	z-index: 1000;
	display: none;
}


/* moviePopup */
#moviePopup {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
#moviePopup #bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
#moviePopup #close {
    width: 30px;
    height: 30px;
    background-image: url(/static/monkichi/official-pc/gallery/ico_close.png);
    background-size: 100%;
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
}

#moviePopup #close:hover::before { opacity: 0; }
#moviePopup #close:hover::after { opacity: 1; }
#moviePopup #inner { 
    aspect-ratio: 16 / 9;
    width: 90%;
    max-width: 900px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#moviePopup #inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* birthday
----------------------------------- */
.birthday {
	position: absolute;
	top: 60px;
	bottom: 230px;
	left: 0;
	right: 0;
	margin: auto;
	width: 540px;
	height: 360px;
	z-index: 50;
}
.birthday p img {
	width: 540px;
	height: 360px;
}

/* instagram icon
----------------------------------- */
li.instagram {
    width: 19%;
}

li.instagram img {
   padding: 21px 20px 20px 0;
    width: 18px;
}
li.instagram a:hover{
filter: invert(43%) sepia(52%) saturate(544%) hue-rotate(178deg) brightness(106%) contrast(145%);

}


/* footer
----------------------------------- */
footer {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 5%;
    background: var(--color-orange);
}

footer .bnrBox {
    width: 60%;
    max-width: 600px;
}
footer .bnrBox .bnrList {
    width: 100%;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
footer .bnrBox .bnrList li {
    width: calc(100% / 3 - 10px / 3);
}

footer .copyBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
footer .copyBox .copyright {
    font-size: 10px;
    line-height: 1;
    padding-bottom: 5px;
}
footer .copyBox .copyright span {}
footer .copyBox ul {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}
footer .copyBox ul li {
    height: 35px;
}
footer .copyBox ul li.idE {
    aspect-ratio: 53 / 40;
}
footer .copyBox ul li.num {
    aspect-ratio: 23 / 8;
}