@charset "UTF-8";

/*------------------------------------------------------------------------------------
          
COMMON
									
------------------------------------------------------------------------------------*/

* { box-sizing: border-box; }
html { font-size: 62.5%; /*10px*/ }

body {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	color: #001e3f;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

::selection {
	background: #1cc0e2;
	color: #001e3f;
}

::-moz-selection {
	background: #1cc0e2;
	color: #001e3f;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,blockquote,form,input,fieldset,legend { font-weight: 700; margin: 0; padding: 0; }

a, a:focus, a:active { color: inherit; text-decoration: none;}
li { list-style: none; }
p { line-height: 2.266666; }
a.disable { pointer-events: none;}

img { display: block; width: 100%; -webkit-backface-visibility: hidden; }
figure img { display: block; }
picture { display: block; line-height: 0; }
img.fit { object-fit: cover; font-family: 'object-fit: cover;'}
img {
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

#container { width: 100%; margin: 0 auto; background-color: #104195; }
main { display:block; width: 100%;}
article { width: 100%; position:relative; z-index:10;}
article.padding-bottom { padding-bottom: 30vw;}

/* micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ = */
.cf::before,.cf::after{content: "";display: table}
.cf::after{clear: both}
.cf{zoom:1}

.sp-none { display: none;}
br.sp-none { display: none;}

/*FONT*/
.en { font-family: 'Josefin Sans', sans-serif; font-weight: 600;}
.bold { font-weight: 700; }
.nowrap { word-break: keep-all; }


/*------------------------------------------------------ LOAD-ANIM */

#container main {
	opacity: 0;
	transition: opacity 800ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#container.show main {
	opacity: 1;
}

/*------- IE11 */

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container main { opacity: 1;}
}
	


/*------------------------------------------------------ HEADER */

#header {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	transform: translate(0,0);
	transition: transform 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header.fixed {
	transform: translate(0,-70px);
}

#header .headerInner {
}

#header .headerInner .headerLeft {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
	background-color: #111b31;
}

#header .headerInner .headerLeft .headerLogo {
    width: 240px;
    height: auto;
	line-height: 1;
    text-align: center;
    margin: 0 auto;
}

#header .headerInner .headerLeft .headerLogo a {
	display: inline-block;
}

#header .headerInner .headerLeft .headerLogo span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    margin: 5px auto 0;
}

#header .headerInner .headerRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
}

#header .headerInner .headerRight .headerRightList {
    display: flex;
    align-items: center;
	width: calc(100% - 50px);
}

#header .headerInner .headerRight .headerRightList li:not(:last-child) {
	margin-right: 15px;
}

#header .headerInner .headerRight .headerRightList li a {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    position: relative;
    padding-left: 12px;
	cursor: pointer;
}

/*FOR SMALL PHONE*/

@media screen and (max-width: 320px) {
	#header .headerInner .headerRight .headerRightList li a {
		font-size: 1rem;
	}
}

#header .headerInner .headerRight .headerRightList li a:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

#header .headerInner .headerRight .headerRightList li a span {
}

#header .headerInner #entryBtn {
    width: 70px;
    height: 50px;
    position: relative;
    background-color: #1cc0e2;
    text-align: center;
    transition: all 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header .headerInner #entryBtn a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

#header .headerInner #entryBtn .btn {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top:52%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

#header .headerInner .movie {
    position: relative;
}

#header .headerInner .otherBtn,
#header .headerInner .movieBtn {
    width: 70px;
    height: 50px;
    position: relative;
    background-color: #104195;
    text-align: center;
    transition: all 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
    cursor: pointer;
    border-right: 1px solid #0e316f;
}

#header .headerInner .otherBtn a,
#header .headerInner .movieBtn a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

#header .headerInner .otherBtn .btn,
#header .headerInner .movieBtn .btn {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top:52%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

#header .headerInner .subBtn {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  width: 180px;
  padding: 15px;
  margin: 15px auto 0;
}

#header .headerInner .subBtn ul {
  position: relative;
}

#header .headerInner .subBtn ul:before {
      content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -26px;
    left: 10px;
    border-bottom: 16px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}


#header .headerInner .subBtn li {
    font-size: 1.2rem;
}

#header .headerInner .subBtn li a {
    display: block;
    width: 100%;
    color: #001e3f;
    padding-left: 22px;
    position: relative;
    margin-bottom: 6px;
}

#header .headerInner .subBtn li:last-child a {
    margin-bottom: 0;
}

#header .headerInner .subBtn li a:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}


#header .headerInner #headerToggle {
	width: 50px;
	height: 50px;
	background-color: #111a31;
	position: relative;
}

#header .headerInner #headerToggle #navOpen {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#header .headerInner #headerToggle #navOpen span {
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#header .headerInner #headerToggle #navOpen span:nth-child(1) {
	transform: translate(0,-5px);
}

#header .headerInner #headerToggle #navOpen span:nth-child(2) {
	transform: translate(0,5px);
}

.navClose {
	width: 50px;
	height: 50px;
	background-color: #ff0000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1600;
	cursor: pointer;
}

.navClose span {
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.navClose span:nth-child(1) {
	transform: translate(0,0) rotate(-135deg);
}

.navClose span:nth-child(2) {
	transform: translate(0,0) rotate(135deg);
}


/*------------------------------------------------------ OVER-RAY */

#overlay {
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,30,63,.6);
	backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
}

/*------- IE11 */

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #overlay { background-color: rgba(0,30,63,.95);}
}


/*------------------------------------------------------ NAV */

#grandNav {
    width: 100%;
    height: 100vh;
	overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#grandNav.open {
	opacity: 1;
	visibility: visible;
}

#grandNav .grandNavInner {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 70px 20px;
	position: relative;
	padding-bottom: 140px;
}

#grandNav .grandNavInner dl {
}

#grandNav .grandNavInner dl + dl {
	margin-top: 40px;
}

#grandNav .grandNavInner dl dt {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .5rem;
    color: #fff;
    opacity: .4;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
	margin-bottom: 10px;
}

#grandNav .grandNavInner dl dd {
	padding-right: 30px;
}

#grandNav .grandNavInner dl dd a {
    display: block;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 20px;
    position: relative;
}

#grandNav .grandNavInner dl dd.lv2 a {
	padding-left: 40px
}

#grandNav .grandNavInner dl dd a:before {
	content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

#grandNav .grandNavInner dl dd.lv2 a:before {
	left: 20px;
}


/*------------------------------------------------------ TAGS */

#tagSearch {
	width: 100%;
    height: 100vh;
	overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#tagSearch.open {
	opacity: 1;
	visibility: visible;
}

#tagSearch .tagSearchInner {
	width: 100%;
    height: auto;
	overflow: hidden;
    padding: 70px 20px;
	padding-bottom: 140px;
}

#tagSearch .tagSearchInner .tagSearchHead {
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    letter-spacing: .5rem;
    text-indent: .5rem;
    color: #fff;
}

#tagSearch .tagSearchInner .tagSearchHead + p {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    opacity: .7;
    margin: 25px auto 0;
}

#tagSearch .tagSearchInner .tagCategory {
    display: flex;
    flex-wrap: wrap;
	margin: 15px auto 0;
}

#tagSearch .tagSearchInner .tagCategory li {
    margin: 0 8px 8px 0;
}

#tagSearch .tagSearchInner .tagCategory li a {
	display: inline-block;
	line-height: 1;
    padding: 7.5px 15px;
    background-color: #fff;
    border-radius: 50px;
	cursor: pointer;
	transition: background-color 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#tagSearch .tagSearchInner .tagCategory li.active a {
	background-color: #1cc0e2;
	cursor: default;
}

#tagSearch .tagSearchInner .tagContents {
	width: 100%;
	margin: 0 auto;
}

#tagSearch .tagSearchInner .tagContents > li {
	width: 100%;
	height: 300px;
	padding-top: 20px;
	transition: all 300ms cubic-bezier(0.32, 0.08, 0.24, 1) 0ms !important;
}

#tagSearch .tagSearchInner .tagContents > li a {
    display: block;
    position: relative;
}

#tagSearch .tagSearchInner .tagContents > li a .txt {
    width: 100%;
    padding: 0 7.5% 7.5% 7.5%;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 5;
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tagContentsTitle {
    font-size: 1.8rem;
    line-height: 1.3;
	color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
	position: relative;
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tagContentsTitle:after {
	content: "";
	display:block;
	width: 20px;
	height: 1px;
	background-color: #ff0000;
	position: absolute;
	left: 0;
	bottom: 0;
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tagContentsTitle span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .5rem;
	padding-bottom: 5px;
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tags {
    display: flex;
    flex-wrap: wrap;
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tags li {
    font-size: 1.3rem;
    color: #fff;
    opacity: .7;
    margin-right: 10px;
}

#tagSearch .tagSearchInner .tagContents > li a .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#tagSearch .tagSearchInner .tagContents > li a .img:before {
	content: "";
    display: block;
    width: 110%;
    height: 110%;
    opacity: .6;
    background-color: #001e3f;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 5;
}

#tagSearch .tagSearchInner .tagContents > li a img {
	height: 280px;
}


/*------------------------------------------------------ FOOTER */

#footer {
    background: #111a31;
	position: relative;
	z-index: 100;
}

#footer .footerInner {
    padding: 80px 20px 20px;
}

#footer .footerInner .maincopy {
    width: 100%;
    height: auto;
	text-align:center;
    margin: 0 auto;
}

#footer .footerInner .maincopy img {
	display: inline-block;
	width: 204px;
	height: 74px;
	margin: 0 auto;
}

#footer .footerInner .maincopy p {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 1.05rem;
    text-indent: 1.05rem;
    margin-top: 8px;
    opacity: .7;
}

#footer .footerInner .footerLogo {
    width: 240px;
    height: auto;
    text-align: center;
    margin: 60px auto 0;
}

#footer .footerInner .footerList {
    text-align: center;
    margin: 25px auto 0;
}

#footer .footerInner .footerList li {
    margin-top: 10px;
}

#footer .footerInner .footerList li a {
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
	opacity: .5;
}

#footer .footerInner .footerList li a img {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
}

#footer .footerInner .copyrights {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 40px auto 0;
    opacity: .35;
}


/*------------------------------------------------------ LINKS */

a.link {
	display: inline-block;
    width: 100%;
    color: #fff;
    padding-left: 20px;
    position: relative;
}

a.link:before {
	content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    top: -4px;
    left: 0;
    bottom: 0;
    margin: auto;
}


/*------------------------------------------------------ LINK-BOX */

.linkBox {
    width: 100%;
    padding-top: 30vw;
	background-color: #104195;
	position: relative;
	z-index: 10;
}

.linkBox .linkBoxHead {
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 1rem;
    text-indent: 1rem;
    text-align: center;
    color: #1cc0e2;
}

.linkBox .linkBoxHead + .linkBoxInner {
    margin-top: 45px;
}

.linkBox .linkBoxInner {
    width: 100%;
}

.linkBox .linkBoxInner ul {
	width: 100%;
}

.linkBox .linkBoxInner ul li {
	width: 100%;
}

.linkBox .linkBoxInner ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* 以下、ほかでも使うため前段クラス省略記載 */

.linkBoxTitle {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	z-index: 10;
}

.linkBoxTitle p {
    text-align: center;
}

.linkBoxTitle p span.en {
    display: block;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: .5rem;
    text-indent: .5rem;
    text-align: center;
    color: #fff;
	margin-bottom: 10px;
}

.linkBoxTitle p span.hr {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ff0000;
    margin: 0 auto;
}

.linkBoxTitle p span.jp {
    display: block;
    font-size: 1.6rem;
	line-height: 1.3;
    color: #fff;
    margin-top: 13px;
}

.linkBoxTitle .movieIcon {
    width: 40px;
    height: 40px;
    background: url(/staff/images/common/movie-play.svg) center / 100% no-repeat;
    margin: 15px auto 0;
}

.linkBoxImg {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	transition: all 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

.in .linkBoxImg {
	opacity: 1;
    transition: all 1200ms cubic-bezier(0.32, 0.08, 0.24, 1);
}


.linkBoxImg:before {
	content: "";
    display: block;
    width: 110%;
    height: 110%;
    opacity: .675;
    background-color: #001e3f;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 5;
}

.linkBoxImg.irregular:before {
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    opacity: .3;
    background-color: #001e3f;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 5;
}

.linkBoxImg img {
    width: 100%;
    height: 60vw;
}


/*------------------------------------------------------ YOUTUBE-MODAL */

.youtubeButton,
.youtubeButton2,
.youtubeButton3,
.youtubeButton4 {
	cursor: pointer;
}

#modal {
	opacity: 0;
	visibility: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: rgba(0,30,63,.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
	transition: all 400ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#modal.active {
	opacity: 1;
	visibility: visible;
}

#modal .modalInner {
	opacity: 0;
	visibility: hidden;
    width: 100%;
	text-align:center;
	padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all 400ms cubic-bezier(0.32, 0.08, 0.24, 1) 400ms;
}

#modal.active .modalInner {
	opacity: 1;
	visibility: visible;
}

#modal .modalInner iframe {
    width: 100%;
    height: calc((100vw - 40px) / 16 * 9);
    background-color: #111a31;
	overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

#modal #modalClose {
	opacity: 0;
	visibility: hidden;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: .3rem;
    text-indent: .3rem;
    text-align: center;
    color: #ff0000;
    margin: 0 auto;
	padding-top: 15px;
	cursor: pointer;
	transition: all 400ms cubic-bezier(0.32, 0.08, 0.24, 1) 800ms;
}

#modal.active #modalClose {
	opacity: 1;
	visibility: visible;
}

#modal #modalClose span {
    display: inline-block;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 5px;
	margin-top: 20px;
}

#modal #modalClose:before {
    content: "※音が流れます。音量にご注意ください。";
    display: block;
    font-size: 1.2rem;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.5;
    letter-spacing: .025rem;
    margin: 0 auto;
}


/*------------------------------------------------------------------------------------

以下 TAB 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 500px) {
	
article.padding-bottom { padding-bottom: 15vw;}

/*------------------------------------------------------ NAV */

#grandNav .grandNavInner {
    padding: 70px 50px;
}

/*------------------------------------------------------ TAGS */

#tagSearch .tagSearchInner {
    padding: 70px 50px;
}

#tagSearch .tagSearchInner .tagCategory {
    justify-content: center;
}

#tagSearch .tagSearchInner .tagContents {
    display: flex;
}

#tagSearch .tagSearchInner .tagContents > li {
    width: calc(100% / 2 - 20px);
    height: 300px;
    padding-top: 20px;
}

#tagSearch .tagSearchInner .tagContents > li:not(:nth-child(2n)) {
	margin-right: 20px;
}
	
/*------------------------------------------------------ FOOTER */
	
#footer .footerInner .footerList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer .footerInner .footerList li {
    width: 150px;
}

/*------------------------------------------------------ LINKS */

a.link {
    padding-left: 25px;
}


/*------------------------------------------------------ LINK-BOX */

.linkBox {
    padding-top: 20vw;
}

.linkBox .linkBoxHead + .linkBoxInner {
    margin-top: 60px;
}

.linkBox .linkBoxInner ul {
    display: flex;
    flex-wrap: wrap;
}

.linkBox .linkBoxInner ul li {
	width: 50%;
}

/* 以下、ほかでも使うため前段クラス省略記載 */

.linkBoxImg img {
    height: 35vw;
}


/*------------------------------------------------------ YOUTUBE-MODAL */

#modal .modalInner {
    padding: 0 10vw;
}

#modal .modalInner iframe {
    height: 50vh;
    max-height: 45vw;
}
	
}


/*------------------------------------------------------------------------------------

以下 PC 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 900px) {
	
body {
	width: 100%;
	min-width: 1100px;
	font-size: 1.5rem;
	margin: 0 auto;
}

article.padding-bottom { padding-bottom: 10vw;}


/*------------------------------------------------------ HEADER */

#header {
    width: 100%;
    height: 80px;
	transform: none;
	transition: none;
}

#header.fixed {
	transform: none;
}

#header .headerInner .headerLeft {
    width: auto;
    height: 80px;
    padding-left: 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
	transform: translate(0,0);
    transition: transform 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header.fixed .headerInner .headerLeft {
	transform: translate(0,-80px)
}

#header .headerInner .headerLeft .headerLogo {
    width: auto;
	margin: 0;
}

#header .headerInner .headerLeft .headerLogo a {
    display: flex;
	align-items: center;
}

#header .headerInner .headerLeft .headerLogo a img {
	width: 330px;
	height: 24px;
}

#header .headerInner .headerLeft .headerLogo span {
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 0 0 30px;
}

#header .headerInner .headerRight {
    display: flex;
    align-items: center;
    width: auto;
    height: 80px;
    padding: 0;
}

#header .headerInner .headerRight .headerRightList {
	justify-content: flex-end;
    width: calc(100% - 80px);
}

#header .headerInner .headerRight .headerRightList li,
#header .headerInner .headerRight .headerRightList li:not(:last-child) {
    margin-right: 40px;
}

#header .headerInner .headerRight .headerRightList li a {
    font-size: 1.3rem;
	padding-left: 20px;
	transition: color 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header .headerInner .headerRight .headerRightList li a:hover {
	color: #ff0000;
}

#header .headerInner .headerRight .headerRightList li a:before {
    width: 15px;
    height: 1px;
	transform-origin: left center;
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header .headerInner .headerRight .headerRightList li a:hover:before {
	transform: scale(0,1);
	transform-origin: right center;
}

#header .headerInner .headerRight .headerRightList li a:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
	transform-origin: right center;
	transform: scale(0,1);
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1) 125ms;
}

#header .headerInner .headerRight .headerRightList li a:hover:after {
	transform: scale(1,1);
	transform-origin: left center;
}

#header .headerInner #entryBtn,
#header .headerInner .otherBtn,
#header .headerInner .movieBtn {
    width: 90px;
    height: 80px;
}

#header .headerInner #entryBtn .btn,
#header .headerInner .otherBtn .btn,
#header .headerInner .movieBtn .btn {
    font-size: 1.5rem;
}

#header .headerInner .subBtn {
  width: 190px;
}

#header .headerInner .subBtn li {
    font-size: 1.3rem;
}

#header .headerInner .subBtn ul:before {
    left: 18px;
}

#header .headerInner #headerToggle {
    width: 80px;
    height: 80px;
	transition: background-color 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header .headerInner #headerToggle:hover {
	background-color: #ff0000;
}

#header .headerInner #headerToggle #navOpen span {
    width: 36px;
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header .headerInner #headerToggle #navOpen span:nth-child(1) {
    transform: translate(0,-7px);
}

#header .headerInner #headerToggle #navOpen span:nth-child(2) {
    transform: translate(0,7px);
}

#header .headerInner #headerToggle:hover #navOpen span:nth-child(1) {
    transform: translate(0,-5px);
}

#header .headerInner #headerToggle:hover #navOpen span:nth-child(2) {
    transform: translate(0,5px);
}

.navClose {
    width: 80px;
    height: 80px;
}

.navClose span {
    width: 36px;
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

.navClose:hover span:nth-child(1) {
    transform: translate(0,0) rotate(-45deg);
}

.navClose:hover span:nth-child(2) {
    transform: translate(0,0) rotate(225deg);
}


/*------------------------------------------------------ NAV */

#grandNav {
	min-width: 1100px;
    overflow-x: auto;
}

#grandNav .grandNavInner {
	display: flex;
    flex-wrap: wrap;
	padding: 7.5% 10%;
	padding-bottom: calc(10% - 40px);
}

#grandNav .grandNavInner dl {
    width: calc((99.9999% - 80px) / 3);
	margin-bottom: 60px;
	margin-right: 40px;
}

#grandNav .grandNavInner dl:nth-child(4),
#grandNav .grandNavInner dl:nth-child(7) {
	margin-right: 0;
}

#grandNav .grandNavInner dl#backHome {
	width: 100%;
	margin-right: 0;
}


#grandNav .grandNavInner dl + dl {
    margin-top: 0;
}

#grandNav .grandNavInner dl dt {
    font-size: 1.3rem;
	margin-bottom: 15px;
}

#grandNav .grandNavInner dl dd {
    padding-right: 0;
}

#grandNav .grandNavInner dl dd a {
	display: inline-block;
	width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
	transition: color 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#grandNav .grandNavInner dl dd a:hover,
#header .headerInner .subBtn li a:hover {
	color: #ff0000;
}

#grandNav .grandNavInner dl dd a:before,
#header .headerInner .subBtn li a:before  {
	transform-origin: left center;
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#grandNav .grandNavInner dl dd a:hover:before,
#header .headerInner .subBtn li a:hover:before {
	transform: scale(0,1);
	transform-origin: right center;
}

#grandNav .grandNavInner dl dd a:after,
#header .headerInner .subBtn li a:after
 {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
	transform-origin: right center;
	transform: scale(0,1);
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1) 125ms;
}

#grandNav .grandNavInner dl dd.lv2 a:after {
	left: 20px;
}

#grandNav .grandNavInner dl dd a:hover:after,
#header .headerInner .subBtn li a:hover:after {
	transform: scale(1,1);
	transform-origin: left center;
}


/*SCROLL BAR*/

/*#grandNav::-webkit-scrollbar {
    width: 10px;
    cursor: ns-resize;
}

#grandNav::-webkit-scrollbar-thumb {
    background: #ff0100;
    border-radius: 0;
    cursor: ns-resize;
}

#grandNav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    cursor: ns-resize;
}*/


/*------------------------------------------------------ TAGS */

#tagSearch {
	min-width: 1100px;
	overflow-x: auto;
}

#tagSearch .tagSearchInner {
    width: 1000px;
    padding: 7.5% 0;
    margin: 0 auto;
}

#tagSearch .tagSearchInner .tagSearchHead {
    font-size: 2.6rem;
}

#tagSearch .tagSearchInner .tagSearchHead + p {
    font-size: 1.3rem;
}

#tagSearch .tagSearchInner .tagCategory {
    justify-content: center;
    margin: 20px auto 0;
}

#tagSearch .tagSearchInner .tagCategory li {
    margin: 0 10px 10px 0;
}

#tagSearch .tagSearchInner .tagCategory li:not(.active) a:hover {
	background-color: #e6e9ec;
}

#tagSearch .tagSearchInner .tagContents {
    display: flex;
    flex-wrap: wrap;
	margin: 20px auto 0;
}

#tagSearch .tagSearchInner .tagContents > li {
    width: 320px;
    height: 340px;
    padding-top: 20px;
}

#tagSearch .tagSearchInner .tagContents > li:not(:nth-child(3n)) {
	margin-right: 20px;
}

#tagSearch .tagSearchInner .tagContents > li a .txt {
    padding: 0 30px 30px 30px;
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tagContentsTitle {
	font-size: 2.2rem;
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tagContentsTitle:after {
	height: 2px;
	transform: scale(1,1);
	transform-origin: left center;
	transition: transform 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#tagSearch .tagSearchInner .tagContents > li a:hover .txt .tagContentsTitle:after {
	transform: scale(0.3333,1);
}

#tagSearch .tagSearchInner .tagContents > li a .txt .tagContentsTitle span {
    font-size: 1.3rem;
	margin-bottom: 5px;
}

#tagSearch .tagSearchInner .tagContents > li a .img:before {
	transition: opacity 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#tagSearch .tagSearchInner .tagContents > li a:hover .img:before {
	opacity: .3;
	transition: opacity 600ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#tagSearch .tagSearchInner .tagContents > li a img {
	width: 320px;
    height: 320px;
	transform: scale(1.05);
	transition: transform 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#tagSearch .tagSearchInner .tagContents > li a:hover img {
	transform: scale(1);
	transition: transform 1200ms cubic-bezier(0.32, 0.08, 0.24, 1);
}


/*------------------------------------------------------ FOOTER */

#footer .footerInner {
	width: 1000px;
    padding: 80px 0 25px;
	margin: 0 auto;
}

#footer .footerInner .maincopy img {
    width: 408px;
    height: 144px;
}

#footer .footerInner .maincopy p {
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 2.6rem;
    text-indent: 2.6rem;
    margin-top: 20px;
    opacity: .7;
}

#footer .footerInner .footerLogo {
    width: 330px;
	height: 24px;
}

#footer .footerInner .footerList {
    justify-content: space-between;
    margin: 40px auto 0;
}

#footer .footerInner .footerList li {
	width: auto;
    margin-top: 0px;
}

#footer .footerInner .footerList li a {
	transition: opacity 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#footer .footerInner .footerList li a:hover {
	opacity: .8;
}

/*------------------------------------------------------ LINKS */

a.link {
	transition: all 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

a.link:hover {
	color: #ff0000 !important;
	border-color: #ff0000 !important;
}

a.link:before {
	transform-origin: left center;
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

a.link:hover:before {
	transform: scale(0,1);
	transform-origin: right center;
}

a.link:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    top: -4px;
    left: 0;
    bottom: 0;
    margin: auto;
	transform-origin: right center;
	transform: scale(0,1);
	transition: transform 250ms cubic-bezier(0.32, 0.08, 0.24, 1) 125ms;
}

a.link:hover:after {
	transform: scale(1,1);
	transform-origin: left center;
}

/*------------------------------------------------------ LINK-BOX */

.linkBox {
    padding-top: 10vw;
}

.linkBox .linkBoxHead {
    font-size: 2.4rem;
    letter-spacing: 3.2rem;
    text-indent: 3.2rem;
}

/* 以下、ほかでも使うため前段クラス省略記載 */

.linkBoxTitle p span.en {
    font-size: 2.4rem;
    margin-bottom: 18px;
}

.linkBoxTitle p span.hr {
    width: 30px;
}

.linkBoxTitle p span.jp {
    font-size: 1.8rem;
    margin-top: 22px;
}

.linkBoxImg img {
	width: 100%;
	height: 450px;
}

/* 以下、HOVER用 */

.in a .linkBoxTitle p span.en,
.in a .linkBoxTitle p span.jp {
	transition: color 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

.in a:hover .linkBoxTitle p span.en,
.in a:hover .linkBoxTitle p span.jp {
	color: #ff0000;
}

.in a .linkBoxTitle p span.hr {
	transform: scale(1,1);
	transition: transform 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

.in a:hover .linkBoxTitle p span.hr {
	transform: scale(0.3333,1);
}

a .linkBoxImg img {
	transform: scale(1.08);
	transition: transform 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

a:hover .linkBoxImg img {
	transform: scale(1);
	transition: transform 1200ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

a .linkBoxImg:before,
a .linkBoxImg.irregular:before {
	transition: opacity 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

a:hover .linkBoxImg:before {
	opacity: .4;
	transition: opacity 600ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

a:hover .linkBoxImg.irregular:before {
    opacity: .2;
    transition: opacity 600ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

a:hover .linkBoxTitle .movieIcon {
    background: url(/staff/images/common/movie-play-on.svg) center / 100% no-repeat;
}

#header .headerInner #entryBtn:hover,
#header .headerInner .otherBtn:hover,
#header .headerInner .movieBtn:hover {
    background-color: #ff0000;
}



/*------------------------------------------------------ YOUTUBE-MODAL */

#modal .modalInner iframe {
	width: calc(60 / 9 * 16vh);
	max-width: 100%;
    height: 60vh;
}

#modal #modalClose {
    font-size: 1.8rem;
}



	
}