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

/*******************************
common
*******************************/
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.6;
}

.sp {
    display: none;
}
.pc {
    display: block;
}

#mainVisual {
	position: relative;
	height: 65%;
}

#mainVisual2 {
	position: relative;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainIndex01.jpg') no-repeat 0 0 #222;
	background-size: 110%;
}

#mainVisual .bg2 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAbout01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg3 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainCcard01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg4 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainShop01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg5 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAttraction01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

/*#mainVisual h1,
#mainVisual2 h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 4% 0 0;
	max-width: 71.25rem;
}*/

#mainVisual h1 b,
#mainVisual2 h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisual a.arrow01,
#mainVisual2 a.arrow01 {
	position: absolute;
	bottom: -2%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span,
#mainVisual2 .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#featured h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

#featured h2 span {
	display: block;
    font-weight: 300;
	line-height: 0.65em;
	font-size: 0.65em;
	opacity: 0.7;
}

#featured ul {
	letter-spacing: -.4em;
}

#featured ul li {
	width: 23.5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
}

#featured ul li:not(:nth-child(4n)) {
	margin-right: 2%;
}

#featured ul li a {
	display: block;
	color: #000;
}

#featured ul li a img {
	width: 100%;
}

#featured ul li a dl {
	margin-top: 0.8em;
}

#featured ul li a dl dt {
	font-weight: bold;
	margin-bottom: 0.8em;
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

/*******************************
index
*******************************/
#index .mainBox p:not(:last-child) {
	margin-bottom: 1em;
}

/*******************************
60th
*******************************/
.sp_parts {
    display: none;
}

.fullkv {
    display: block;
    max-width: 100%;
    padding-top: 89px;
}

.anni #mainVisual2 .bg {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -100;
    background: url('/60th/images/fullkv.png') no-repeat 0 0 #222;
    background-size: 100%;
    top: 89px;
}

.anni #mainVisual2 h1 img {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 4%;
}

#mainVisual2 {
    background-color: rgba(0,0,0,0);
}

.kvtxt {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 6%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.kvtxt p {
    margin-bottom: 15px;
}

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

header

-------------------------------------*/
header {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 1000;
}
header .logo {
    width: 180px;
}
header .thlogo {
    margin-left: 20px;
}
header .thlogo img {
    height: 70px;
}
header.box-header1 {
}
header ul {
    display: flex;
    margin-left: auto;
}
header ul li {
    margin-left: 40px;
}
header ul li a {
}
header .sns {
    margin-left: 60px;
    display: flex;
}
header .sns li {
    margin-left: 20px;
    font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
    header {
        padding: 20px 40px;
    }
    header .sns.pc {
        display: none;
    }
    header ul {
        display: none;
    }
    header ul li a {
        font-size: 1.2rem;
    }
    .dropdwn {
        position: fixed;
        z-index: 2;
        top: 60px;
        left: 0;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        background-color: #fff;
        padding: 15px 10px 25px 10px;
        box-sizing: border-box;
        opacity: 0.96;
    }
    .dropdwn li {
        border-bottom: 1px dashed #32a7de;
        padding: 10px;
        margin-left: 0;
    }
    .dropdwn li a {
    }
    .dropdwn.open {
        transform: translateX(0%);
    }
    .dropdwn .sns ul {
        display: flex;
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }
    header .sns li {
        margin: 0 20px;
        padding: 0;
        border: none;
    }
    header .sns li a {
        font-size: 2.25rem;
    }
    .toggle {
        display: block;
        position: fixed;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        z-index: 1000;
    }
    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #3F51B5;
        -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
        -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
        transition: .35s ease-in-out;			/*変化の速度を指定*/
        left: 6px;
    }
    .toggle span:nth-child(1) {
        top: 9px;
    }
    .toggle span:nth-child(2) {
        top: 18px;
    }
    .toggle span:nth-child(3) {
        top: 27px;
    }
    /* 最初のspanをマイナス45度に */
    .toggle.open span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* 2番目と3番目のspanを45度に */
    .toggle.open span:nth-child(2),
    .toggle.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@media screen and (max-width: 768px) {
    header {
        padding: 10px;
        height: 60px;
    }
    header .logo {
        width: 120px;
        margin-top: 6px;
    }
    header .thlogo {
        margin-left: 10px;
        height: 50px;
    }
    header .thlogo img {
        height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

h1 img {
    width: 393px;
}

nav {
    padding: 25px 0;
}

nav ul {
    /*max-width: 71.25rem;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

nav ul li {
    width: 300px;
    margin-bottom: 25px;
}

nav ul li a {
    color: #fff;
    font-weight: bold;
    background-size: cover;
    display: flex;
    height: 190px;
    justify-content: center;
    align-items: flex-end;
    font-size: 25px;
}

/* nav ul li:first-of-type a {
    background: url(/60th/images/news.jpg) no-repeat 0 #222;
    background-size: cover;
}

nav ul li:nth-of-type(2) a {
    background: url(/60th/images/history.jpg) no-repeat 0 #222;
    background-size: cover;
}

nav ul li:nth-of-type(3) a {
    background: url(/60th/images/greeting.jpg) no-repeat 0 #222;
    background-size: cover;
} */
nav ul li.btn01 a {
    background: url(/60th/images/movie.jpg) no-repeat 0 #222;
    background-size: cover;
}

nav ul li.btn02 a {
    background: url(/60th/images/movie.jpg) no-repeat 0 #222;
    background-size: cover;
}

nav ul li.btn03 a {
    background: url(/60th/images/movie.jpg) no-repeat 0 #222;
    background-size: cover;
}

nav ul li.btn04 a {
    background: url(/60th/images/movie.jpg) no-repeat 0 #222;
    background-size: cover;
}


nav ul li a span {
    background: rgb(27,68,137,0.8);
    width: 100%;
    text-align: center;
    padding: 3px;
    color: #fff;
    font-size: 20px;
}

nav ul li:first-of-type a {
}

section {
    padding: 50px 0;
}

section.news,
section.history,
section.greeting {
    background: #e9edf4;
}

section>div {
    max-width: 71.25rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section h2 span {
    display: block;
    font-size: 1rem;
}

section h2 {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    width: 250px;
}

footer {
    padding: 1em 0;
}
footer .copyright {
    margin-top: 0%;
}




/* MOVIE
----------------------------------------------*/
.movie #main {
	padding-top: 90px;
}
.movie #lower {
	max-width: 71.25rem;
	margin: 0 auto;
}
.movie h2 {
	background-color: #1d84b5;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.movie .movieBox {
	margin: 20px 0 10px 0;
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .movieBox iframe {
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie .smallTxt {
	font-size: 12px;
}

/* 下層ページ共通
----------------------------------------------*/
.page #main {
    padding-top: 90px;
}
.page #lower {
    max-width: 71.25rem;
    margin: 0 auto;
}
.page h2 {
    background-color: #1d84b5;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}
.page .movieBox {
    margin: 20px 0 10px 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.page .movieBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.page .smallTxt {
    font-size: 12px;
}

#main p {
    margin-bottom: 20px;
}

#main img {
    max-width: 100%;
}

.link_bnr {
    text-align: center;
    margin: 50px 0;
}

.link_bnr a {
    background: rgb(41, 163, 221);
    color: rgb(255, 255, 255);
    padding: 16px 50px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.flex_n01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_n01 li {
    margin-bottom: 15px;
    margin: 20px;
}

#main .flex_n01 li img {
    max-width: 300px;
    border: 1px solid #888;
    border-radius: 10px;
}

.m_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

.m_list li {
    width: 47%;
    margin-bottom: 20px;
    background: #f3fdff;
    padding: 10px;
}

.m_list li dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.m_list li dl dt {
    width: 30%;
    
    display: table;
    width: 170px;
    height: 170px;
    
    margin: 0 20px 0px 0;
}

#main .m_list li dl dt img:first-of-type {
    max-width: 170px;

    display: table-cell;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 170px;
    text-align: center;
    vertical-align: middle;
    
    border-width: 6px;
    border-style: solid;
    border-color: #eee;
}



#main .m_list li dl dt img:nth-of-type(2) {
    max-width: 170px;

    display: table-cell;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
    
    border-width: 6px;
    border-style: solid;
    border-color: #eee;
    margin-top: 10px;
}

#main .m_list li dl dt img:nth-of-type(3) {
    max-width: 170px;

    display: table-cell;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;

    border-width: 6px;
    border-style: solid;
    border-color: #eee;
    margin-top: 10px;
}

#main .m_list li dl dt img:nth-of-type(2).circle {
    max-width: 170px;

    display: table-cell;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 170px;
    text-align: center;
    vertical-align: middle;

    border-width: 6px;
    border-style: solid;
    border-color: #eee;
}

.m_list li dl dd {
    width: 70%;
}

#main .m_list li dl dd p:first-of-type{
    margin-bottom: 10px;
}

#main .m_list li dl dd p:last-of-type{
    margin-bottom: 0px;
    font-size: 13px;
}

#main .m_list li dl dd p:last-of-type span{
    font-size: 25px;
}
