@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');

.en{ 
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
}

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, pre, ul , ol , li, dl, dt, dd, p, img {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
body {
	font-size: 15px;
    font-family: 'Zen Kaku Gothic New', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
    font-weight: 500;
	color:#000;
    letter-spacing: 0.11em;
    font-feature-settings: "palt";
	line-height: 1.75;
	width: 100%;
	overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

#wrapper{
	width: 100%;
    overflow: hidden;
}

body, div, p, span, ul, ol, li, dl, dt, dd, table, tr, th, td, img, header, footer, small, section, a, h1, h2, h3, h4, h5, h6{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a {
    color: #000;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
a:link {
    color: #000;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}
ul, ol {
	list-style-type:none;
}
a:focus {
  outline: none;
}
img{ 
	vertical-align:bottom;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.sp{ display:none;}
.tab{ display:none;}
.pc{ display:block;}
.pc-inline{ display:inline;}
.btm0{ margin-bottom: 0 !important;}
.top0{ margin-top: 0 !important;}

.center{ text-align: center;}
.justify{ text-align: justify !important;}
.left{ text-align: left;}
.right{ text-align: right;}

.inlineBlock{ display: inline-block;}

.white{ color: #fff;}
.red{ color: #e21b13;}

.bgGray{ background: #f2f2f2;}
.bgBlack{ background: #000;}
.bgWhite{ background: #fff;}
.bgYellow{ background: #ffda00 !important;}
.bgRed{ background: #e21b13;}

.flex{
    display: flex;
    justify-content: space-between;
}
.flex.flex-center{
    justify-content: center;
}

a.link{
    transition: .4s;
    text-decoration: underline;
}
.linkArrow01{
    background: #e21b13;
    width: 1em;
    height: 1em;
    position: relative;
    border-radius: 100px;
    display: block;
}
.linkArrow01::before{
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate(-75%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
    position: absolute;
}
.linkArrow01.white{
    background: #fff;
}
.linkArrow01.white::before{
    border-right: 1px solid #e21b13;
    border-bottom: 1px solid #e21b13;
}

.deco{
    position: absolute;
}

.max1200{    width: 85%;    max-width: 1200px;    margin: 0 auto;}
.max1080{    width: 85%;    max-width: 1080px;    margin: 0 auto;}
.max960{    width: 85%;    max-width: 960px;    margin: 0 auto;}
.max900{    width: 85%;    max-width: 900px;    margin: 0 auto;}
.max750{    width: 85%;    max-width: 750px;    margin: 0 auto;}
.max800{    width: 85%;    max-width: 800px;    margin: 0 auto;}

.max1200 .max1080,
.max1200 .max960,
.max1200 .max900,
.max1200 .max800,
.max1200 .max750{
    width: 100%;
}

.text{
	text-align: justify;
	letter-spacing: 0.08em;
    line-height: 2.2;
}

.nowrap{ white-space: nowrap; display: inline-block;}

/*--- 画像ボケ防止 ---*/
@media screen and (min-width:769px) {
	img { 
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
	}
}

/*----------------------------------------------------
	☆BASE CONTENTS PC
----------------------------------------------------*/

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

#header .header01{
    display: flex;
    justify-content: space-between;
    transition: .3s;
}

body#top.is-headerWhite #header .header01,
body.scrolled #header .header01{
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(15px);
}

#header .headerLogo{
    transition: .4s;
    max-width: 500px;
    display: flex;
    align-items: center;
}

#header .headerLogo a{
    max-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 50%;
}
#header .headerLogo a.oshmans{
    max-width: 245px;
    width: 48%;
    padding-top: 10px;
    aspect-ratio: 450 / 43;
    position: relative;
    margin-left: 12px;
}
#header .headerLogo a.oshmans img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: .4s;
}
#header .headerLogo a.oshmans img.brownLogo{
    opacity: 0;
}
body.scrolled #header .headerLogo a.oshmans img.brownLogo{
    opacity: 1;
}
body.scrolled #header .headerLogo a.oshmans img.orangeLogo{
    opacity: 0;
}
body#top #header .headerLogo a.oshmans img.brownLogo,
body#top #header .headerLogo a.oshmans img.orangeLogo{
    opacity: 0;
}
body#top #header .headerLogo a.oshmans img.yellowLogo{
    opacity: 1;
}


#header .headerR{
    display: flex;
}
.scrolled #header .headerR{
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
}

#header .entryBtn{
    position: relative;
}
#header .entryBtn .title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    padding: 0 60px;
    position: relative;
    background: #e21b13;
    color: #fff;
    font-size: 18px;
    transition: .4s;
}
#header .entryBtn .title::after{
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate(0,-50%) rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 48%;
    transition: .4s;
}

#header .entryBtn .hoverMenu {
	position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 6px;
    padding: 30px 30px;
    left: 50%;
    bottom: 0;
    box-shadow: 0 5px 20px rgb(1 27 66 / 20%);
    transform: translate(-50%, 100%);
    transition: all 300ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

#header .entryBtn:hover .hoverMenu {
    visibility: visible;
    opacity: 1;
	bottom: -6px;
}

#header .entryBtn .hoverMenu:before {
	content: "";
	width: 18px;
	height: 20px;
	background: url(../images/common/fukidashi.svg) center center / cover no-repeat;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

#header .entryBtn .hoverMenu li,
#nav-content .entryBox li{
    margin-bottom: 15px;
}
#header .entryBtn .hoverMenu li:last-child,
#nav-content .entryBox li:last-child{
    margin-bottom: 0;
}
#header .entryBtn .hoverMenu li a,
#nav-content .entryBox li a{
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.2;
    transition: .3s;
}
#header .entryBtn .hoverMenu li a:hover,
#nav-content .entryBox li a:hover{
    color: #e21b13;
}
#header .entryBtn .hoverMenu li a .linkArrow01,
#nav-content .entryBox li a .linkArrow01{
    margin: 0;
    left: 0;
    top: 2px;
    position: absolute;
}
#header .entryBtn .hoverMenu li a:hover .linkArrow01,
#nav-content .entryBox li a:hover .linkArrow01{
   background: #ffda00;
}
#header .entryBtn .hoverMenu li a:hover .linkArrow01::before,
#nav-content .entryBox li a:hover .linkArrow01::before{
    border-color: #000;
}

#header .entryBtn .hoverMenu li.notice,
#nav-content .entryBox li.notice{
    font-size: 11px;
    line-height: 1.3;
    margin-top: 20px;
    color: #000;
}
#header .entryBtn .hoverMenu li.notice .head,
#nav-content .entryBox li.notice .head{
    font-weight: bold;
    margin-bottom: 5px;
    background: #000;
    padding: 3px 10px 5px;
    color: #fff;
    display: table;
    line-height: 1;
}

#nav-content .entryBox{
    display: none;
}

#header .menuBtn{
    width: 75px;
    height: 75px;
    background: #fff;
    position: relative;
    transition: .4s;
}
#header .menuBtn #nav-open{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
}

#header .menuBtn .border{
    height: 1px;
    background: #000;
    position: absolute;
    left: 21px;
    transition: .4s;
}
#header .menuBtn .border01{
    width: 32px;
    top: 37%;
}
#header .menuBtn .border02{
    width: 24px;
    top: 50%;
}
#header .menuBtn .border03{
    width: 15px;
    top: 63%;
}


/*-- バーガーメニュー --*/

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

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 9997;
    width: 100%;
    height: 100vh;

    color: #fff;
    transition: 0.75s;
    visibility: hidden;
    text-align: left;
    opacity: 0;
    padding: 0 7.5%;
}

#nav-content.open {
    opacity: 1;
    visibility: visible;
}
#nav-content a{
    color: #fff;
}

#nav-content .navHeader{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}
#nav-content .navLogo{
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-items: flex-start;	
    max-width: 400px;
}
#nav-content .nav-inner{
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100vh;
}


#nav-content .sitemapLinkList > ul > li ul li a {
    font-size: 16px;
    opacity: 1;
}
#nav-content .sitemapLinkList > ul > li .categoryTitle .jp{
    font-size: 20px;
}
#nav-content .sitemapLinkList > ul > li .categoryTitle {
    margin-bottom: 25px;
}

.nav-close{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
}
.nav-close.open {
    opacity: 1;
    visibility: visible;
}
.nav-close .border{
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 25px;
    top: 50%;
}
.nav-close .border01{
    transform: rotate(45deg);
}
.nav-close .border02{
    transform: rotate(-45deg);
}


/*-- copyBox --*/
#copyBox{
    text-align: center;
    padding: 100px 7.5% 160px;
    background: #fff;
    position: relative;
    z-index: 2;
}
#copyBox .jp{
    font-size: min(60px, 8vw);
    font-weight: 700;
    line-height: 1.5;
}

#copyBox .en{
    font-size: 16px;
    color: #e21b13;
    margin-top: 1em;
    letter-spacing: 0.1em;
}


/*-- followingMovieButton --*/
.followingMovieButton{
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 150px;
    height: 150px;
    z-index: 10;
    opacity: 0;
    transition: .4s;
    pointer-events: none;
}
.followingMovieButton.is-fadein{
    opacity: 1;
    pointer-events: auto;
}
.followingMovieButton a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background: #e21b13;
    transition: .4s;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.followingMovieButton a .icon{
    width: 2em;
    height: 2em;
    background: url(../images/common/film_white.svg) center center / contain no-repeat;
    display: inline-block;
    margin-bottom: 0.5em;
    transition: .4s;
}

.followingMovieButton {
	cursor: pointer;
}

.followingMovieButton a:hover{
    background: #000;
    transform: scale(1.08);
}
.followingMovieButton a:hover .icon{
}
.followingMovieButton a .text{
    text-align: center !important;
    line-height: 1.2;
}

/*-- movieModal --*/

.movieModal {
	opacity: 0;
	visibility: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	transition: all 400ms cubic-bezier(0.32, 0.08, 0.24, 1);
}

.movieModal.active {
	opacity: 1;
	visibility: visible;
}

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

.movieModal.active .modalInner {
	opacity: 1;
	visibility: visible;
}

.movieModal .modalInner iframe {
    width: calc(60 / 9 * 16vh);
    max-width: 100%;
    height: 60vh;
    position: relative;
    z-index: 1;
    border: none;
}

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

.movieModal.active .movieModalClose {
	opacity: 1;
	visibility: visible;
}

.movieModal .movieModalClose span {
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
	margin-top: 20px;
}

.movieModal .movieModalClose:before {
    content: "※音が流れます。音量にご注意ください。";
    display: block;
    line-height: 1.5;
    letter-spacing: .025rem;
    margin: 0 auto;
    font-size: 15px;
}


/*-- footer --*/
#footer{
    background: #000;
    position: relative;
    z-index: 3;
}

#footer .entry{
    max-width: 960px;
    width: 80%;
    margin: 0 auto;
    transform: translate(0,-50%);
    background: #e21b13;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
}
#footer .entry .title{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
}
#footer .entry ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px;
    padding: 10px 20px;
}
#footer .entry ul li a{
    display: flex;
    color: #fff;
    font-size: 14px;
    transition: .4s;
    line-height: 1;
    font-weight: bold;
}
#footer .entry ul li a .linkArrow01{
    background: #fff;
    margin-right: 0.3em;
}
#footer .entry ul li a .linkArrow01::before{
    border-color: #e21b13;
}

#footer .entry ul li.notice{
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    padding: 10px 20px 0;
}
#footer .entry ul li.notice .head{
    font-weight: bold;
    margin: 0 auto 8px;
    background: #fff;
    color: #e21b13;
    padding: 3px 10px 5px;
    display: table;
    line-height: 1;
}

#footer .footerInr{
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0 50px;
    position: relative;
}

.sitemapLinkList > ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -40px;
}

#footer .sitemapLinkList > ul{
    padding-bottom: 30px;
}
.sitemapLinkList > ul > li{
    width: calc((100% - (30px * 4)) / 5);
    margin-right: 30px;
    margin-bottom: 60px;
}
.sitemapLinkList > ul > li:nth-child(5){
    margin-right: 0;
}
.sitemapLinkList > ul > li .categoryTitle{
    margin-bottom: 1em;
    font-weight: 700;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
.sitemapLinkList > ul > li .categoryTitle .en{
    opacity: 0.45;
    font-size: 12px;
    display: block;
    line-height: 1.2;
}
.sitemapLinkList > ul > li ul li + li{
    margin-top: 0.7em;
}
.sitemapLinkList > ul > li ul li a{
    font-size: 13px;
    opacity: 0.45;
    position: relative;
    padding-left: 1em;
    transition: .4s;
    display: block;
}
.sitemapLinkList > ul > li ul li a::after{
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 0.75em;
    transition: .4s;
}

.sitemapLinkList > ul > li ul.intList li a::after{
    top: 7px;
}

.sitemapLinkList > ul > li ul li a .position{
    font-size: 80%;
    line-height: 1.2;
    display: block;
}

#gnav .sitemapLinkList > ul > li{
    width: calc((100% - (30px * 3)) / 4);
    /*width: calc((100% - (30px * 3)) / 3);*/
    margin-right: 30px;
    margin-bottom: 60px;
}
#gnav .sitemapLinkList > ul > li:nth-child(5){
    margin-right: 30px;
}
#gnav .sitemapLinkList > ul > li:nth-child(4){
    margin-right: 0;
}

#footer .footerInr .footerLogo{
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 220px;
    width: 20%;
}
#footer .footerInr a{
    color: #fff;
}


#footer address{
    text-align: center;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    box-sizing: border-box;
}
#footer address small {
    font-size: 100%;
}
#footer address span.copy {
    font-family: Verdana, "Droid Sans" !important;
}
#footer address p {
    opacity: 0.5;
    font-size: 12px;
}
#footer address p a {
    color: #fff;
}
#footer address p a:hover {
    text-decoration: underline;
}

/*--- topcontrol ---*/
#pagetop{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity:0;
    transition: .4s;
    cursor: pointer;
    background: #ffda00;
}
#pagetop::before{
    content: "";
    display: block;
    position: relative;
    background: url("../images/common/pagetop.svg") center center / contain no-repeat;
    width: 24%;
    height: 24%;
    left: 38%;
    top: 38%;
}
#pagetop.is-fadein {
    visibility: visible;
    opacity: 1;
}



/*----------------------------------------------------
	☆INNER BASE PARTS
----------------------------------------------------*/

/*-- mainTitle --*/
#mainTitle{
    background: #000;
    color: #fff;
    padding: 150px 0;
    position: relative;
}
#mainTitle .mainTitleInr{
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
    position: relative;
    z-index: 1;
}

#mainTitle .breadcrumb{
    display: flex;
    letter-spacing: 0.05em;
}
#mainTitle .breadcrumb li{
    margin-right: 10px;
    font-size: 10px;
}
#mainTitle .breadcrumb li:not(:last-child){
    opacity: 0.6;
}
#mainTitle .breadcrumb li:not(:last-child):after{
    content: "/";
    margin-left: 10px;
}
#mainTitle .breadcrumb li a{
    color: #fff;
}

#mainTitle .title{
    margin: 60px 0;
}
#mainTitle .title .en{
    font-size: 100px;
    line-height: 1.1;
    display: block;
}
#mainTitle .title .jp{
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

#mainTitle .inrNav ul{
    display: flex;
    flex-wrap: wrap;
}
#mainTitle .inrNav ul li:not(:last-child){
    margin-right: 30px;
}
#mainTitle .inrNav ul li{    
    margin-bottom: 20px;
}
#mainTitle .inrNav ul li a{
    display: flex;
    color: #fff;
    align-items: center;
    line-height: 1.2;
    font-size: 14px;
}
#mainTitle .inrNav ul li a .linkArrow01{
    margin-right: 0.5em;
}

#mainTitle .introduction{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#mainTitle .introduction dt{
    font-size: 32px;
    line-height: 1.5;
    width: 35%;
    font-weight: 700;
}
#mainTitle .introduction dd{
    width: 60%;
    text-align: justify;
}

#mainTitle::before{
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    aspect-ratio: 1 / 1;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
}


/*--- section ---*/
#contents .section{
    padding: 120px 0;
}
#contents .section.noPadding{
    padding: 0;
}
#contents .section.noPaddingTop{
    padding-top: 0;
}


/*--- innerNav ---*/
#contents .innerNav{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 85%;
    margin: 0 auto -30px;
    flex-wrap: wrap;
}

#contents .innerNav li{
    width: 20%;
    margin: 0 2.5% 30px;
}
#contents .innerNav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    font-size: min(17px, 2vw);
    padding-bottom: 15px;
}
#contents .innerNav li a::after{
    width: 100%;
    content: "";
    display: block;
    height: 2px;
    background: #e21b13;
    position: absolute;
    left: 0;
    bottom: 0;
}
#contents .innerNav li a span {
    margin: 3px 0.5em 0 0;
}


/*--- categoryMenu ---*/

#categoryMenu{
    border-bottom: 1px solid #ccc;
}
#categoryMenu .categoryMenuHead01{
    text-align: center;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 60px;
}
#categoryMenu .categoryMenuHead01::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #e21b13;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
}
#categoryMenu .categoryMenuHead01 span:not(.nowrap){
    display: block;
    line-height: 1.1;
}
#categoryMenu .categoryMenuHead01 .jp{
    font-size: 12px;
    color: #e21b13;
}
#categoryMenu .categoryMenuHead01 .en{
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}
#categoryMenu .categoryMenuList{
    width: 85%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
#categoryMenu .categoryMenuList ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
#categoryMenu .categoryMenuList li{
    width: calc((100% - (10px * 4)) / 4);
    aspect-ratio: 1 / 1;
    position: relative;
    background-position: center center;
    background-size: cover;
}

#categoryMenu.list_item_6 .categoryMenuList{
    max-width: 987px;
}
#categoryMenu.list_item_6 .categoryMenuList li{
    width: calc((100% - (10px * 3)) / 3);
}

#categoryMenu .categoryMenuList li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 30px;
    align-items: center;
    text-align: center;
    color: #fff;
    flex-direction: column;
    position: relative;
}
#categoryMenu .categoryMenuList li a::before{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 56%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    z-index: 0;
}
#categoryMenu .categoryMenuList li a::after{
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    z-index: 0;
    opacity: 0;
}
#categoryMenu .categoryMenuList li:hover a::after{
    opacity: 0.5;
}
#categoryMenu .categoryMenuList li a .big{
    display: block;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
#categoryMenu .categoryMenuList li a .big::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    background: #e21b13;
}
#categoryMenu .categoryMenuList li a .small{
    font-size: 11px;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

/*----------------------------------------------------
	☆COMPONENT PC
----------------------------------------------------*/

/*-- head --*/
.head01{
    text-align: center;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 60px;
}
.head01.small{
    margin-bottom: 40px;
}
.head01::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #e21b13;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
}
.head01 span:not(.nowrap){
    display: block;
    line-height: 1.5;
}
.head01 .en{
    font-size: 12px;
    opacity: 0.5;
}
.head01 .jp{
    font-size: 36px;
    font-weight: 700;
}
.head01.small .jp{
    font-size: 32px;
}


.head01.englishMain .jp{
    font-size: 12px;
    font-weight: 700;
    opacity: 0.5;
    line-height: 1.2;
    margin-bottom: 1em;
}
.head01.englishMain .en{
    font-size: 46px;
    line-height: 1.2;
    color: #e21b13;
    opacity: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.head01.yellow::after{ background: #ffda00;}
.head01.orange::after{ background: #f7931e;}
.head01.pink::after{ background: #f75e5e;}

.head01.left{ text-align: left;}
.head01.left::after{ left: 0;}


.head02{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.head02.noBorder{
    padding-bottom: 0;
}
.head02:not(.noBorder)::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
}
.head02 span{
    display: block;
    line-height: 1.5;
}
.head02 .jp{
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.head02.noBorder .jp{
    opacity: 1;
}
.head02 .en{
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}
.head02 .en.bgEn{
    font-size: 80px;
    opacity: 0.08;
    z-index: -1;
    position: relative;
    margin-bottom: -0.42em;    
    line-height: 1;
}
.head02 .mainJp{
    font-size: 32px;
    padding-bottom: 10px;
}

.head02.white{
    color: #fff;
}
.head02.white:not(.noBorder)::after{
    background: #fff;
}

.head03{
    text-align: center;
    margin-bottom: 45px;
}
.head03 .en{
    font-size: 12px;
    opacity: 0.5;
    display: block;
    line-height: 1.5;
}
.head03 .jp{
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
}

.head04{
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.75;
}

.head05{
    text-align: center;
    position: relative;
    padding-top: 15px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}
.head05::after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #e21b13;
    position: absolute;
    left: calc(50% - 20px);
    top: 0;
}

.head06{
    max-width: 900px;
    margin: 0 auto 45px;
    font-weight: bold;
    position: relative;
    color: #fff;
    background: #e21b13;
    padding: 18px 15px;
    line-height: 1.5;
    border-radius: 100px;
    text-align: center;
    font-size: 26px;
    display: block;
    z-index: 1;
}
.head06::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid #e21b13;
    border-bottom: 0;
}

.head07{
    color: #e21b13;
    font-size: 24px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.head07 .inr{
    margin: 0 0.8em 0 0.9em;
    font-weight: bold;
    white-space: nowrap;
}
.head07::before,
.head07::after{
    content: "";
    height: 1px;
    width: 100%;
    background: #e21b13;
}

/*-- lead --*/
.lead01{
    text-align: center;
    margin-bottom: 60px;
}

/*-- list --*/
ul.indList li {
	text-indent:-1em;
	padding-left:1em;
}
ol.decimal{
	padding-left:1.5em;
}
ol.decimal li{
	list-style:decimal;
	margin-bottom:8px;
}
ul.disc{
	padding-left:1.5em;
}
ul.disc li{
	list-style:disc;
	margin-bottom:8px;
    display: list-item !important;
}

ul.dotList{
}
ul.dotList li{
	margin-bottom:6px;
	padding-left:1.5em;
    line-height: 1.45;
    position: relative;
}
ul.dotList li::before{
    content: "●";
    color: #e21b13;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.45;
    display: block;
}

/*-- button --*/
.btn01{
    max-width: 400px;
    margin: 60px auto 0;
}
.btn01 a{
    display: block;
    position: relative;
    background: #ffda00;
    border-radius: 100px;
    padding: 16px 30px;
    font-size: 16px;
    line-height: 1.2;
    transition: .4s;
    font-weight: bold;
}
.btn01 a .linkArrow01{
    margin: 0;
    position: absolute;
    right: 20px;
    top: calc(50% - 0.5em);
}
.btn01 a .icon{
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: .5em;
}

.btn01.btn01_left{
    margin: min(60px,10vw) 0 0 0;
    max-width: none;
    width: fit-content;
    display: table;
}
.btn01.btn01_left a{
    padding: 16px 50px 16px 30px;
}

/*-- spOverflow --*/
.spOverflow{
    position: relative;
}


/*-- table --*/
.table01 > dl{
    display: flex;
}
.table01 > dl > dt{
    width: 25%;
    position: relative;
    padding: 30px 0;
    font-weight: 700;
    color: #e21b13;
}
.table01 > dl > dd{
    width: 75%;
    position: relative;
    padding: 30px 0 30px 20px;    
}
.table01 > dl:first-child > dd::before,
.table01 > dl:first-child > dt::before,
.table01 > dl > dd::after,
.table01 > dl > dt::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e21b13;
}
.table01 > dl:first-child > dd::before,
.table01 > dl:first-child > dt::before{
    top: 0;
    bottom: auto;
}
.table01 > dl:first-child  > dd::before,
.table01 > dl > dd::after{
    background: #d8d8d8;
}


/*-- bg --*/
.bg01{
}


/*-- box --*/

.inrWhiteBox{
    background: #fff;
    padding: 100px;
    max-width: 1080px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.inrWhiteBox.max1200{
    max-width: 1200px;
}

.box01{
}

/*--- tab ---*/
.tabBox{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.tab__menu {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.tab__menu-item {
	width: 24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ccc;
	cursor: pointer;
	transition: .4s;
	color: #fff;
    position: relative;
}

.tab__menu-item p{
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 0 auto;
	position: relative;
	padding: min(40px,3vw) min(10px,1.1vw);
    line-height: 1.2;
	font-size: min(20px,2.2vw);
    font-weight: bold;
    letter-spacing: 0.01em;
    transition: .4s;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active,
.tab__menu-item:hover{
  background-color: #fff;
	position: relative;
   /* color: #e21b13;*/
    z-index: 2;
    font-size: 20px;
}
.tab__menu-item.is-active p{
}
.tab__menu-item.is-active p::after,
.tab__menu-item:hover p::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #e21b13;
	transform: translate(-50%,0);
}
.tab__panel + .tab__menu .tab__menu-item.is-active p::after,
.tab__panel + .tab__menu .tab__menu-item:hover p::after{
	top: auto;
    bottom: 0;
}

/* タブパネル */
.tab__panel{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    width: 100%;
}
.tab__panel-box{
	display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}


/* カラー管理 */

.tab__menu-item:nth-child(1),
.tab__menu-item.is-active:nth-child(1) p::after,
.tab__menu-item:nth-child(1):hover p::after,
.tab__panel-box001 .head05::after,
.tab__panel-box001 .table01 > dl:first-child > dt::before,
.tab__panel-box001 .table01 > dl > dt::after{ background: #f7931e;}

.tab__menu-item.is-active:nth-child(1) p,
.tab__menu-item:nth-child(1):hover p,
.tab__panel-box001 .table01 > dl > dt,
#contents .tab__panel-box001 .flow .flowList li dl dt,
#contents .tab__panel-box001 .red{color: #f7931e;}

.tab__menu-item:nth-child(2),
.tab__menu-item.is-active:nth-child(2) p::after,
.tab__menu-item:nth-child(2):hover p::after,
.tab__panel-box002 .head05::after,
.tab__panel-box002 .table01 > dl:first-child > dt::before,
.tab__panel-box002 .table01 > dl > dt::after{ background: #f75e5e;}

.tab__menu-item.is-active:nth-child(2) p,
.tab__menu-item:nth-child(2):hover p,
.tab__panel-box002 .table01 > dl > dt,
#contents .tab__panel-box002 .flow .flowList li dl dt,
#contents .tab__panel-box002 .red{color: #f75e5e;}


.tab__menu-item:nth-child(3),
.tab__menu-item.is-active:nth-child(3) p::after,
.tab__menu-item:nth-child(3):hover p::after,
.tab__panel-box003 .head05::after,
.tab__panel-box003 .table01 > dl:first-child > dt::before,
.tab__panel-box003 .table01 > dl > dt::after{ background: #59287f;}

.tab__menu-item.is-active:nth-child(3) p,
.tab__menu-item:nth-child(3):hover p,
.tab__panel-box003 .table01 > dl > dt,
#contents .tab__panel-box003 .flow .flowList li dl dt,
#contents .tab__panel-box003 .red{color: #59287f;}

.tab__menu-item:nth-child(4),
.tab__menu-item.is-active:nth-child(4) p::after,
.tab__menu-item:nth-child(4):hover p::after,
.tab__panel-box004 .head05::after,
.tab__panel-box004 .table01 > dl:first-child > dt::before,
.tab__panel-box004 .table01 > dl > dt::after{ background: #35b697;}

.tab__menu-item.is-active:nth-child(4) p,
.tab__menu-item:nth-child(4):hover p,
.tab__panel-box004 .table01 > dl > dt,
#contents .tab__panel-box004 .flow .flowList li dl dt,
#contents .tab__panel-box004 .red{color: #35b697;}

.tab__menu-item.is-active,
.tab__menu-item:hover{
  background-color: #fff !important;
}


/*--- profileBox ---*/

#contents .profileBox{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents .profileBox .image{
    margin-bottom: 15px;
    max-width: 150px;
}
#contents .profileBox .info{
    font-weight: bold;
}
#contents .profileBox .info .position{
    font-size: 12px;
    line-height: 1.4;
}
#contents .profileBox .info .name{
    margin: 5px 0 1px 0;
    font-size: 20px;
    line-height: 1.4;
}
#contents .profileBox .info  .year{
    font-size: 12px;
    opacity: 0.6;
    line-height: 1.4;
}


/*--- seasonNotice ---*/
#contents .seasonNotice{
    text-align: center;
    opacity: 0.6;
    padding: 80px 0;
    font-size: 0.75em;
}

/*--- memberList --*/
#contents .memberList{
    max-width: 930px;
    margin: 0 auto;
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#contents .memberList li{
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}
#contents .memberList li .image{
    margin-bottom: 20px;
    position: relative;
}
#contents .memberList li .image .balloon{
    position: absolute;
    width: 150px;
}
#contents .memberList li:nth-child(1) .image .balloon{
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
}
#contents .memberList li:nth-child(2) .image .balloon{
    left: 0;
    bottom: 0;
    transform: translate(-50px,20px);
}
#contents .memberList li:nth-child(3) .image .balloon{
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
}
#contents .memberList li .info{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#contents .memberList li .info .position{
    font-size: 12px;
    line-height: 1.4;
}
#contents .memberList li .info .name{
    margin: 8px 0 3px 0;
    font-size: 24px;
}
#contents .memberList li .info  .year{
    font-size: 12px;
    opacity: 0.6;
}

/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/
#mv .slidein,
.out.slidein,
.out .slidein{
    opacity: 0;
}

#mv .slidein,
.in.slidein,
.in .slidein{
    animation: slidein 0.8s ease forwards;
}

@keyframes slidein{
    0%{ transform: translate(0,10px); opacity: 0; }
    100%{  transform: translate(0,0);opacity: 1;}
}

.clip01 {
    transition: 1s;
    clip-path: inset(0 100% 0 0);
}

.in .clip01,
.in.clip01{
    clip-path: inset(0 0 0 0);
}

.clip02 {
    transition: .4s;
    clip-path: inset(50% 50% 50% 50%);
}
.in .clip02,
.in.clip02{
    clip-path: inset(0 0 0 0);
}

#mv .clipAnimationLtoR,
.clipAnimationLtoR {
    clip-path: inset(0 100% 0 0);
}

#mv .clipAnimationLtoR,
.in .clipAnimationLtoR,
.in.clipAnimationLtoR{
    animation: clipAnimationLtoR .5s ease-in-out forwards;
}

@keyframes clipAnimationLtoR {
	0% { clip-path: inset(0 100% 0 0);}
	100% { clip-path: inset(0 0 0 0); }
}

#mv .clipAnimationRtoL,
.clipAnimationRtoL {
    clip-path: inset(0 0 0 100%);
}
#mv .clipAnimationRtoL,
.in .clipAnimationRtoL,
.in.clipAnimationRtoL {
    animation: clipAnimationRtoL .5s ease-in-out forwards;
}

@keyframes clipAnimationRtoL {
    0%   { clip-path: inset(0 0 0 100%); }
    100% { clip-path: inset(0 0 0 0); }
}

#mv .clipAnimationTtoB,
.in .clipAnimationTtoB,
.in.clipAnimationTtoB {
    animation: clipAnimationTtoB .5s ease-in-out forwards;
}
@keyframes clipAnimationTtoB {
	0% { clip-path: inset(0 0 100% 0); }
	100% { clip-path: inset(0 0 0 0); }
}


.fadein{
    opacity: 0;
}
.in.fadein,
.in .fadein,
#mv .fadein,
#mainTitle .fadein{
    animation: fadein 1s ease forwards;
}

@keyframes fadein {
	0% { opacity: 0;}
	100% { opacity: 1; }
}

.delay01{ animation-delay: 0.1s!important;}
.delay02{ animation-delay: 0.2s!important;}
.delay03{ animation-delay: 0.3s!important;}
.delay04{ animation-delay: 0.4s!important;}
.delay05{ animation-delay: 0.5s!important;}
.delay06{ animation-delay: 0.6s!important;}
.delay07{ animation-delay: 0.7s!important;}
.delay08{ animation-delay: 0.8s!important;}
.delay09{ animation-delay: 0.9s!important;}
.delay10{ animation-delay: 1.0s!important;}
.delay11{ animation-delay: 1.1s!important;}
.delay12{ animation-delay: 1.2s!important;}
.delay13{ animation-delay: 1.3s!important;}
.delay14{ animation-delay: 1.4s!important;}
.delay15{ animation-delay: 1.5s!important;}
.delay16{ animation-delay: 1.6s!important;}
.delay17{ animation-delay: 1.7s!important;}
.delay18{ animation-delay: 1.8s!important;}
.delay19{ animation-delay: 1.9s!important;}
.delay20{ animation-delay: 2.0s!important;}
.delay21{ animation-delay: 2.1s!important;}
.delay22{ animation-delay: 2.2s!important;}
.delay23{ animation-delay: 2.3s!important;}
.delay24{ animation-delay: 2.4s!important;}
.delay25{ animation-delay: 2.5s!important;}
.delay26{ animation-delay: 2.6s!important;}
.delay27{ animation-delay: 2.7s!important;}
.delay28{ animation-delay: 2.8s!important;}
.delay29{ animation-delay: 2.9s!important;}
.delay30{ animation-delay: 3.0s!important;}
.delay31{ animation-delay: 3.1s!important;}
.delay32{ animation-delay: 3.2s!important;}
.delay33{ animation-delay: 3.3s!important;}
.delay34{ animation-delay: 3.4s!important;}
.delay35{ animation-delay: 3.5s!important;}
.delay36{ animation-delay: 3.6s!important;}
.delay37{ animation-delay: 3.7s!important;}
.delay38{ animation-delay: 3.8s!important;}
.delay39{ animation-delay: 3.9s!important;}
.delay40{ animation-delay: 4.0s!important;}

.clip01.delay02{ transition-delay: 0.2s !important;}
.clip01.delay04{ transition-delay: 0.4s !important;}
.clip01.delay06{ transition-delay: 0.6s !important;}
.clip01.delay08{ transition-delay: 0.8s !important;}
.clip01.delay10{ transition-delay: 1s !important;}


#mainTitle .breadcrumb,
#mainTitle .title,
#mainTitle .introduction dt,
#mainTitle .introduction dd{
    clip-path: inset(0 100% 0 0);
    animation: mvClip .5s ease-in-out forwards;
}
@keyframes mvClip {
    0% { clip-path: inset(0 100% 0 0);}
	100% { clip-path: inset(0 0 0 0);}
}

#mainTitle .inrNav ul li{
    animation: slidein 0.8s ease forwards;
    opacity: 0;
    animation-delay: 0.4s !important;
}
#mainTitle .inrNav ul li:nth-child(2){ animation-delay: 0.6s !important;}
#mainTitle .inrNav ul li:nth-child(3){ animation-delay: 0.8s !important;}
#mainTitle .inrNav ul li:nth-child(4){ animation-delay: 1.0s !important;}
#mainTitle .inrNav ul li:nth-child(5){ animation-delay: 1.2s !important;}
#mainTitle .inrNav ul li:nth-child(6){ animation-delay: 1.4s !important;}
#mainTitle .inrNav ul li:nth-child(7){ animation-delay: 1.6s !important;}
#mainTitle .inrNav ul li:nth-child(8){ animation-delay: 1.8s !important;}
#mainTitle .inrNav ul li:nth-child(9){ animation-delay: 2.0s !important;}
#mainTitle .inrNav ul li:nth-child(10){ animation-delay: 2.2s !important;}

#mainTitle .introduction dt{ animation-delay: 1.4s !important;}
#mainTitle .introduction dd{ animation-delay: 1.8s !important;}

@keyframes slide {
	0% { transform: translateX(10px); opacity: 0;}
	3% { transform: translateX(10px); opacity: 1;}
	100% { transform: translateX(-10px); opacity: 0; }
}

/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
    
	
    /*--- bace pc hover ---*/
    
    a.link:hover{
        text-decoration: none;
    }
    
    .linkArrow01,
    .linkArrow01::before,
    #mainTitle .inrNav ul li a,
    #contents .innerNav li a{
        transition: .4s;
    }
    .inrNav a:hover .linkArrow01,
    #contents .innerNav li a:hover .linkArrow01{
        transform: rotate(90deg);
        background: #ffda00;
    }
    .inrNav a:hover .linkArrow01::before,
    #contents .innerNav li a:hover .linkArrow01::before{
        border-color: #000;
    }
    #mainTitle .inrNav ul li a:hover,
    #contents .innerNav li a:hover{
        transform: translateY(5px);
    }
    
    #header .entryBtn .title:hover{
        background: #ffda00;
        color: #000;
    }
    #footer .entry ul li a:hover{
        transform: translate(6px);
    }
    #footer .entry ul li a:hover .linkArrow01{
        background: #ffda00;
    }
    #footer .entry ul li a:hover .linkArrow01::before{
        border-color: #000;
    }
    #header .entryBtn .title:hover::after{
        border-color: #000;
        right: 10px;
    }
    #footer .entry a:hover::after{
        border-color: #000;
        right: 30px;
    }
    
    #header .menuBtn #nav-open:hover{        
        background: #ffda00;
    }
    #header .menuBtn #nav-open .border{
        transform-origin: left center;
    }
    #header .menuBtn #nav-open:hover .border{
        animation: strech 1s ease forwards;
    }
    #header .menuBtn #nav-open:hover .border02{
        animation-delay: 0.1s !important;
    }
    #header .menuBtn #nav-open:hover .border03{
        animation-delay: 0.2s !important;
    }
    
    #nav-content .sitemapLinkList > ul > li ul li a,
    #nav-content .sitemapLinkList > ul > li ul li a::after,
    #footer .sitemapLinkList > ul > li ul li a,
    #footer .sitemapLinkList > ul > li ul li a::after{
        transition: .4s;
    }
    #nav-content .sitemapLinkList > ul > li ul li a:hover,
    #footer .sitemapLinkList > ul > li ul li a:hover{
        color: #ffda00;
        opacity: 1;
    }
    #nav-content .sitemapLinkList > ul > li ul li a:hover:after,
    #footer .sitemapLinkList > ul > li ul li a:hover:after{
        border-color: #ffda00;
    }
    
    .btn01 a:hover{
        background: #e21b13;
        color: #fff;
    }
    .btn01 a:hover .linkArrow01{
        background: #ffda00;
    }
    .btn01 a:hover .linkArrow01::before{
        border-color: #000;
    }
    
    
    
}



/*----------------------------------------------------
	☆UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    .sitemapLinkList > ul > li {
        width: calc((100% - (30px * 3)) / 4);
    }
    .sitemapLinkList > ul > li:nth-child(5){
        margin-right: 30px;
    }
    .sitemapLinkList > ul > li:nth-child(4) {
        margin-right: 0;
    }
    
    /*----------------------------------------------------
        ☆COMPONENT
    ----------------------------------------------------*/
    
    /*--- head ---*/
    .head01{
    }
    
    /*--- iconList ---*/
    
    /*--- section ---*/
    #contents .section {
        padding: 100px 0;
    }
    
}

/*----------------------------------------------------
	☆UNDER 1000
----------------------------------------------------*/

@media screen and (max-width:1000px) {
    
    .text {
        line-height: 1.8;
    }
    
    /*----------------------------------------------------
        ☆BASE
    ----------------------------------------------------*/
    #nav-content .nav-inner{
        justify-content: flex-start;
    }
    #gnav{
        padding: 160px 0;
    }
    #gnav .sitemapLinkList > ul{
        justify-content: space-between;
    }
    #gnav .sitemapLinkList > ul > li{
        width: 29%;
        margin-right: 0 !important;
    }
    #nav-content .sitemapLinkList > ul > li .categoryTitle .en{
        font-size: clamp(10px,1.2vw,12px);
    }
    #nav-content .sitemapLinkList > ul > li .categoryTitle .jp {
        font-size: clamp(16px,2vw,20px);
    }
    #nav-content .sitemapLinkList > ul > li ul li a{
        font-size: clamp(12px,1.6vw,16px);
    }
    
    
    /*----------------------------------------------------
        ☆COMPONENT
    ----------------------------------------------------*/
    
    /*--- head ---*/
    .head04 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 1.6;
    }
    
}


/*----------------------------------------------------
	☆UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {
    
    body {
	    font-size:14px;
    }
    
    .tab{ display:block;}
    .pc, .pc-inline{ display:none;}
    
    /*----------------------------------------------------
	    ☆BASE CONTENTS
    ----------------------------------------------------*/
    
    /*--- header ---*/

    /*--- footer ---*/
    #copyBox .jp {
        font-size: min(40px, 8vw);    
    }
    
    #footer .footerInr .footerLogo{
        width: auto;
    }
    
    .sitemapLinkList > ul > li {
        width: calc((100% - (30px * 1)) / 2);
    }
    .sitemapLinkList > ul > li:nth-child(5),
    .sitemapLinkList > ul > li:nth-child(4){
        margin-right: 30px;
    }
    .sitemapLinkList > ul > li:nth-child(2n) {
        margin-right: 0;
    }
    
    
    /*----------------------------------------------------
        ☆INNER BASE PARTS
    ----------------------------------------------------*/
    
    /*--- mainTitle ---*/
    #mainTitle {
        padding: 120px 0 100px;
    }
    #mainTitle::before {
        height: auto;
        width: 80%;
    }
    #mainTitle .title .en {
        font-size: min(75px, 9vw);
    }
    #mainTitle .inrNav ul li a{
        font-size: 13px
    }
    #mainTitle .introduction {
        padding-top: 40px;
    }
    #mainTitle .introduction dt {
        font-size: 28px;
    }
    
    /*--- categoryMenu ---*/
    #categoryMenu .categoryMenuHead01 {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    #categoryMenu .categoryMenuHead01 .en {
        font-size: 28px;
        margin-top: 12px;
    }
    #categoryMenu .categoryMenuList ul{
        justify-content: space-between;
    }
    #categoryMenu .categoryMenuList li,
    #categoryMenu.list_item_6 .categoryMenuList li{
        width: calc((100% - (10px * 1)) / 2);
    }
    #categoryMenu .categoryMenuList li a{
        padding-bottom: 20px;
    }
    #categoryMenu .categoryMenuList li a::before{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 99%, rgba(0, 0, 0, 1) 100%);
    }
    #categoryMenu .categoryMenuList li a .big{
        font-size: max(13px,2.7vw);
    }
    #categoryMenu .categoryMenuList li a .big::after {
        width: 15px;
        height: 1px;
    }
    #categoryMenu .categoryMenuList li a .small {
        font-size: max(9px,1.6vw);
    }
    
    /*----------------------------------------------------
        ☆COMPONENT
    ----------------------------------------------------*/
    
    /*--- lead ---*/
    .lead01{
        margin-bottom: 40px;
    }
    
    /*--- head ---*/
    .head01 .jp {
        font-size: 30px;
    }
    .head01.small .jp{
        font-size: 30px;
    }
    .head02 .en{
        font-size: 46px;
    }
    .head02 .en.bgEn {
        font-size: 8vw;
        margin-bottom: -0.42em;
    }
    .head03 .jp {
        font-size: 26px;
    }
    .head04{
        font-size: 24px;
    }
    
    
    /*--- inrWhiteBox ---*/
    .inrWhiteBox {
        padding: 60px;
    }
    
    
    /*--- memberList ---*/
    #contents .memberList li .image .balloon {
        position: absolute;
        width: 58%;
    }
    #contents .memberList li .info .position{
        font-size: 11px;
    }
    #contents .memberList li .info .name{
        margin: 5px 0 0px 0;
        font-size: 18px;
    }
    #contents .memberList li .info  .year{
        font-size: 11px;
    }
}


/*----------------------------------------------------
	☆UNDER 750
----------------------------------------------------*/

@media screen and (max-width:750px) {
    
    /*----------------------------------------------------
	    ☆BASE CONTENTS
    ----------------------------------------------------*/
    
    /*--- header ---*/
    #gnav .sitemapLinkList > ul > li{
        width: 48%;
    }

    /*--- footer ---*/
    
    
    /*----------------------------------------------------
        ☆INNER BASE PARTS
    ----------------------------------------------------*/
    
    /*--- mainTitle ---*/
    #mainTitle .introduction{
        flex-direction: column;
    }
    #mainTitle .introduction dt,
    #mainTitle .introduction dd{
        width: 100%;
    }
    #mainTitle .introduction dt {
        font-size: min(28px, 4.4vw);
    }
    #mainTitle .introduction dd{
        margin-top: 5%;
    }
    
    /*----------------------------------------------------
        ☆COMPONENT
    ----------------------------------------------------*/
    
}
    
/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    body {
        font-size: 14px;
    }
    
    .sp{ display:block;}
    
    .text {
        line-height: 1.75;
    }
    
    /*----------------------------------------------------
	    ☆BASE CONTENTS
    ----------------------------------------------------*/
    
    #pagetop {
        width: 44px;
        height: 44px;
    }
    
    /*--- header ---*/
    #header .headerLogo {
        width: auto;
        padding: 0 10px;
    }
    #header .headerLogo a{
        padding: 10px 8px;
    }
    #header .menuBtn {
        width: 60px;
        height: 60px;
    }
    #header .entryBtn{
        display: none;
    }
    #header .entryBtn .title{
        height: 60px;
        padding: 0 30px;
        font-size: 14px;
    }
    #header .entryBtn .title::after{
        right: 15px;
    }
    #header .menuBtn .border{
        left: 18px;
    }
    #header .menuBtn .border01{
        width: 26px;
    }
    #header .menuBtn .border02{
        width: 19px;
    }
    #header .menuBtn .border03{
        width: 12px;
    }
    #gnav{
        padding: 80px 0;
    }
    
    #nav-content .entryBox{
        padding: 30px 25px;
        background: #fff;
        margin-bottom: 40px;
        display: block;
    }
    #nav-content .entryBox .title{
        text-align: center;
        margin-bottom: 10px;
        color: #e21b13;
    }
    #nav-content .entryBox li a{
        color: #000;
        word-break: normal;
        white-space: normal;
        letter-spacing: 0.06em;
    }

    /*--- followingMovieButton ---*/
    .followingMovieButton{
        left: 0;
        bottom: 0;
        width: calc(100% - 44px);
        height: 44px;            
    }
    .followingMovieButton a {
        flex-direction: row;
        font-size: 14px;
        border-radius: 0;
        box-shadow: none;
    }
    .followingMovieButton a .text br{
        display: none;
    }
    .followingMovieButton a .icon {
        width: 1.5em;
        height: 1.5em;
        margin: 0 0.75em 0 0;
    }
    
    /*--- movieModal ---*/
    
    .movieModal .modalInner iframe {
        width: 100%;
        height: calc((100vw - 30px) / 16 * 9);
    }
    .movieModal .movieModalClose::before{
        font-size: 12px;
    }
    .movieModal .movieModalClose span{
        font-size: 14px;
    }

    /*--- footer ---*/
    #copyBox {
        padding: 60px 20px 90px;
    }
    #copyBox .en {
        font-size: 12px;
    }
    
    #footer{
        padding-bottom: 60px;
    }
    #footer .entry {
        transform: translate(0, -20%);
        padding: 35px 0;
    }
    #footer .entry .title{
        font-size: 5vw;
    }
    #footer .entry ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap : 15px;
    }
    
    #footer .entry ul li.notice{
        text-align: justify;
        font-size: 11px;
    }
    
    #footer .footerInr {
        padding: 20px 0 30px;
    }
    #footer .sitemapLinkList > ul{
        padding-bottom: 0;
    }
    .sitemapLinkList > ul {
        margin-bottom: 0;
    }
    .sitemapLinkList > ul > li,
    #gnav .sitemapLinkList > ul > li{
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    #footer .footerInr .footerLogo {
        position: static;
        margin: 0 auto;
        width: 45%;
    }
    
    
    /*----------------------------------------------------
        ☆INNER BASE PARTS
    ----------------------------------------------------*/
    
    /*-- -mainTitle ---*/
    #mainTitle {
        padding: 100px 0 60px;
    }
    #mainTitle .title {
        margin: 35px 0;
    }
    #mainTitle .title .jp {
        font-size: 16px;
    }
    #mainTitle .inrNav ul li:not(:last-child){
        margin-right: 15px;
    }
    #mainTitle .inrNav ul li{
        margin-bottom: 10px;
    }
    #mainTitle .inrNav ul li a {
        font-size: 12px;
    }
    #mainTitle .introduction {
        padding-top: 30px;
        margin-top: 10px;
    }
    #mainTitle .breadcrumb{
        flex-wrap: wrap;
    }
    
    
    /*----------------------------------------------------
        ☆COMPONENT
    ----------------------------------------------------*/
    
    /*--- section ---*/
    #contents .section {
        padding: 70px 0;
    }
    
    /*--- innerNav ---*/
    #contents .innerNav li {
        width: 45%;
    }
    #contents .innerNav li a{
        font-size: 13px;
    }
    
    
    /*--- lead ---*/
    .lead01{
        margin-bottom: 30px;
        text-align: justify;
    }
    
    /*--- head ---*/
    .head01 {
        padding-bottom: 16px;
        margin-bottom: 40px;
    }
    .head01 .jp {
        font-size: 24px;
    }    
    .head01.small {
        margin-bottom: 24px;
        padding-bottom: 12px;
    }
    .head01.small .jp{
        font-size: 22px;
    }
    
    .head01::after,
    .head02::after{
        width: 40px;
        left: calc(50% - 20px);
    }
    
    .head01.englishMain .en {
    font-size: 6vw;
    }
    
    .head02{
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .head02 .jp{
        font-size: 12px;
        margin-bottom: 15px;
    }
    .head02 .bgEn + .jp{
        margin-bottom: 10px;
    }
    .head02 .en{
        font-size: 30px;
    }
    .head02 .mainJp {
        font-size: 22px;
        padding-bottom: 6px;
    }
    
    .head03{
        margin-bottom: 25px;
    }
    .head03 .jp {
        font-size: 22px;
    }
    .head04{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .head05{
        font-size: 18px;
        padding-top: 13px;
        line-height: 1.5;
        margin-bottom: 22px;
    }
    
    .head06 {
        margin: 0 auto 35px;
        padding: 13px 10px;
        font-size: 20px;
    }
    
    .head07 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    /*--- inrWhiteBox ---*/
    .inrWhiteBox {
        padding: 45px 30px;
    }
    
    /*-- table --*/
    .table01 > dl{
        flex-direction: column;
    }
    .table01 > dl > dt{
        width: auto;
        padding: 0 0 0 15px;
        margin-bottom: 10px;
        display: table;
    }
    .table01 > dl > dd{
        width: 100%;
        padding: 0 0 25px 15px; 
        margin-bottom: 25px;
    }
    .table01 > dl:last-child > dd{
        margin-bottom: 0;
    }
    .table01 > dl:first-child > dd::before,
    .table01 > dl:first-child > dt::before{
        display: none;
    }
    .table01 > dl > dt::after{
        top: 0;
        left: 0;
        bottom: auto;
        width: 1px;
        height: 100%;
    }
    .table01 > dl:first-child  > dd::before,
    .table01 > dl > dd::after{
        background: #d8d8d8;
    }
    
    /*-- spOverflow --*/
    .spOverflow{
		overflow-x: scroll;
		width: 100%;
		padding: 0 9% 20px;
    }
    .spOverflow img{
		width: 600px;
        opacity: 0.3;
        transition: .4s;
	}
    .spOverflow .inr{
        opacity: 0.3;
        position: relative;
    }
    .spOverflow .deco img{
        width: 100%;
    }
    .spOverflow.touched .inr,
    .spOverflow.touched img{
        opacity: 1;
    }
    .howToScroll.is-ua-sp{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.howToScroll.is-ua-sp .howToScrollInr::after{
		content: "";
		display: block;
		width: 70%;
		height: 100%;
		position: absolute;
		left: 15%;
		top: 0;
		z-index: 2;
		background: url("../images/common/icon_swipe.svg")center center / 60% auto no-repeat;
		animation: slide 1500ms linear infinite;
		transition: all 300ms;
	}
    .howToScroll.is-ua-sp.delete,
	.howToScroll.is-ua-sp .howToScrollInr.delete {
		animation: none;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
	}
    
    /*-- tab --*/
    .tab__panel{
        padding: 40px 30px !important;
    }
    
    /*-- btn01 --*/
    .btn01{
        margin-top: 30px;
    }
    .btn01 a{
        font-size: 13px;
        padding: 16px 20px;
        letter-spacing: 0.05em;
    }
    
    /*-- seasonNotice --*/
    #contents .seasonNotice {
        padding: 50px 0;
    }
    
    
    /*-- memberList --*/
    #contents .memberList{
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-top: 20px;
    }
    #contents .memberList li{
        width: 100%;
        max-width: 220px;
        margin: 0 auto 35px;
    }
    #contents .memberList li:last-child{
        margin-bottom: 0;
    }
}


/*----------------------------------------------------
	☆UNDER 450
----------------------------------------------------*/

@media screen and (max-width:450px) {
    .tab__menu-item p{
        font-size: 3.3vw;
    }
}

