@charset "utf-8";

/*=====================================
common.css
=====================================*/

/*-------------------------------------
 information
-------------------------------------*/
.informationBlock {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.informationBlock p {
	margin: 0 0 20px 0;
	line-height: 2.2;
}
.informationBanner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.informationBanner ul li {
	padding: 0 10px 10px;
}


/*-------------------------------------
 sns
-------------------------------------*/
.sectionSns {
	position: relative;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color:  #19233c;
}
.sectionSns:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 200px;
	background: url(../images/bg_pic01.png) no-repeat center center / cover;
}
.twitterBox {
	width: 800px;
	margin: 0 auto 60px;
}
.snsList ul {
	display: flex;
	justify-content: center;
}
.snsList ul li {
	width: 20%;
	max-width: 128px;
	text-align: center;
}
.snsList ul li img {
	width: 64px;
}


/*-------------------------------------
 ranking
-------------------------------------*/
.rankingTitle {
	max-width: 680px;
	margin: 0 auto 40px;
	font-size: 24px;
}
.rankingTab {
	max-width: 590px;
	margin: 0 auto 80px;
}
.rankingTab ul {
	display: flex;
	justify-content: space-around;
}
.rankingTab ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 49px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 25px;
	border: 3px solid #fff;
}
.rankingTab ul li.current {
	border-color: #004774;
	background: #004774;
}

.rankingPanel {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.rankingPanel .pic {
	position: relative;
	margin: 0 0 10px 0;
}
.rankingPanel .pic figcaption {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 60px;
}
.rankingPanel .pic img {
	border-radius: 16px;
}
.rankingPanel .pos {
	margin: 0 0 3px 0;
	font-size: 20px;
}
.rankingPanel .namej {
	margin: 0 0 3px 0;
	font-size: 28px;
	font-weight: bold;
}
.rankingPanel .namee {
	margin: 0 0 25px 0;
}
.rankingPanel .tag {
	display: flex;
	flex-wrap: wrap;
}
.rankingPanel .tag li {
	margin: 0 10px 10px 0;
	padding: 6px 10px;
	font-weight: 500;
	border-radius: 5px;
	background: linear-gradient(to right, #2e476c 0%, #3f6a87 60%, #658b98 100%);
}

.ranking1st {
	padding: 0 0 70px 0;
}
.ranking1st .grp {
	max-width: 400px;
	margin: 0 auto;
}
.ranking1st .pic figcaption {
	top: 10px;
	left: 10px;
	width: 80px;
}
.ranking1st .tag {
	justify-content: center;
}

.rankingList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 0 0 20px 0;
}
.rankingList .clm {
	width: 50%;
	padding: 0 20px 70px;
	flex-shrink: 0;
}


/*-------------------------------------
 movie
-------------------------------------*/
.sectionMovie {
	position: relative;
	background-color: #ebf5fa;
}
.sectionMovie:before,
.sectionMovie:after {
	content: "";
	position: absolute;
	display: block;
}
.sectionMovie:before {
	top: 0;
	right: 0;
	width: 600px;
	height: 300px;
	background: linear-gradient(to right, #3296c8 0%, #001932 50%, #000a14 100%);
}
.sectionMovie:after {
	bottom: 0;
	right: 0;
	width: 400px;
	height: 400px;
	background: linear-gradient(-45deg, #436f9b 0%, rgba(164, 212, 230, 0.5) 25%, rgba(229, 255, 255, 0.8) 40%, transparent 45%);
	opacity: 0.7;
}
.sectionMovie .inner {
	max-width: 720px;
	padding-top: 80px;
	padding-bottom: 100px;
}
.movieBlock {
	padding: 0 0 70px 0;
}
.movieBlock .movie {
	position: relative;
	margin: 0 0 15px 0;
	padding-top: 56.25%;
}
.movieBlock .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieBlock .title {
	line-height: 1.8;
}


/*-------------------------------------
 event
-------------------------------------*/
.eventBlock {
	max-width: 680px;
	margin: 0 auto;
}
.eventList {
	padding: 20px 0 30px;
}
.eventList ul li {
	display: flex;
	align-items: center;
	margin: 0 0 30px 0;;
}
.eventList ul li .date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #285078;
}
.eventList ul li .title {
	padding: 0 0 0 20px;
}


/*-------------------------------------
 pickup
-------------------------------------*/
.sectionPickup .inner {
	max-width: inherit;
}
.pickupBlock {
	display: flex;
	max-width: 680px;
	margin: 0 auto 50px;
}
.pickupFig {
	width: 50%;
	max-width: 320px;
	flex-shrink: 0;
}
.pickupFig img {
	border-radius: 18px;
}
.pickupDetail {
	padding: 0 0 0 25px;
	flex: 1;
}
.pickupDetail .pos {
	color: #808080;
	font-size: 20px;
}
.pickupDetail .namej {
	margin: 0 0 5px 0;
	font-size: 28px;
	font-weight: bold;
}
.pickupDetail .namee {
	color: #808080;
}
.pickupDetail .txt {
	padding: 30px 0 0 0;
	line-height: 2.2;
}
.pickupSlide {
	padding: 0 0 60px 0;
}
.pickupSlide div {
	vertical-align: bottom;
}
.pickupSlide ul li {
	vertical-align: bottom;
}
.pickupSlide ul li figure {
	padding: 0 20px;
	max-width: 400px;
	position: relative;
    width: 100%;
}
.pickupSlide ul li figure img{
	width: 400px;
	height: 300px;
	object-fit: cover;
	object-position: 0 0;
}

/*-------------------------------------
 guide
-------------------------------------*/
.sectionGuide {
	position: relative;
	color: #fff;
	background-color:  #19233c;
}
.sectionGuide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 200px;;
	background: url(../images/bg_pic02.png) no-repeat center center / cover;
}
.sectionGuide .inner {
	padding-top: 40px;
	padding-bottom: 60px;
}
.guideMap {
	position: relative;
	width: 800px;
	height: 280px;
	margin: 0 0 35px 0;
}
.guideMap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.guideAddress {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #fff;
}
.guideAddress div {
	margin: 0 0 12px 0;
	padding: 0 0 0 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.guideAddress .address {
	background-image: url(../images/ico_pin01.svg);
	background-size: 15px auto;
}
.guideAddress .tel {
	background-image: url(../images/ico_tel01.svg);
	background-size: 21px auto;
	background-position: left center;
}
.guideDetail {
	margin: 0 0 40px 0;
	line-height: 2.2;
}


/*-------------------------------------
 banner
-------------------------------------*/
.sectionBanner {
	background: #ebf5fa;
}
.sectionBanner .inner {
	max-width: 1000px;
}
.bannerList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 40px 0;
}
.bannerList ul li {
	width: 33.333%;
	padding: 0 10px 20px;
	flex-shrink: 0;
}


/*-------------------------------------
 btn
-------------------------------------*/
.btnStyle01 {
	text-align: center;
}
.btnStyle01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-width: 210px;
	height: 60px;
	margin: 0 auto;
	padding: 5px 45px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(50deg, #1b2539 0%, #777ca0 17%, #081327 51%, #495165 100%);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.btnStyle01 a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 15px;
	height: 15px;
	margin: -7px 0 0 0;
	background: url(../images/ico_arw01.svg) no-repeat 0 0 / 100% auto;
}
.footBtnBox{
	padding-top: 70px;
}

/*-------------------------------------
 gallery
-------------------------------------*/
.sectionTitle.bottom{
	max-width: 800px;
}
.selectYear{
	margin-bottom: 50px;
	text-align: right;
}
.selectYear select{
	padding: 10px;
	padding: 3px 15px;
	-webkit-appearance: auto;
}
.galleryPanelInner{
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	row-gap: 80px;
}
.galleryPanelInner .items a{
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.galleryPanelInner .items a.movie:hover img{
	opacity: 1;
}

.galleryPanelInner .items a.movie::before{
	display: block;
    background-image: url(../images/movie_play_btn.svg);
    width: 60px;
    height: 35px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}
.galleryPanelInner .items:first-child a.movie::before {
    width: 100px;
    height: 57px;
}
.galleryPanelInner div.items:first-child{
	margin-bottom: 100px;
	grid-column: span 2;
}
.galleryPanelDetailInner{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	column-gap: 5%;
	row-gap: 60px;
}
.galleryPanelDetailInner .items a{
	display: block;
	margin-bottom: 10px;
}
.galleryPanelDetailInner .items p{
	font-size: 16px;
}
.bottomTitle {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(46,71,108,1) 0%, rgba(67,110,137,1) 63%, rgba(100,138,152,1) 100%);
    z-index: 2;
    position: relative;
}
.bottomTitle h1{
	font-size: 24px;
	color: #FFFFFF;
}
.bottomTitle p{
	color: #FFFFFF;
}
.pagerBox {
	padding-top: 30px;
	padding-bottom: 60px;
}

.pagerBox .pager{
	text-align: center;
}
.pagerBox .pager .prev,
.pagerBox .pager .next {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.pagerBox .pager .prev a,
.pagerBox .pager .next a{
	display: block;
    width: 33px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.pagerBox .pager .prev a{
	background-image: url(../images/prev.svg);
}
.pagerBox .pager .next a{
	background-image: url(../images/next.svg);
}
.pagerBox .pager ul{
	display: inline-block;
}
.pagerBox .pager ul li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.pagerBox .pager ul li a{
	display: block;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.pagerBox .pager ul li a{
	background-color: #b1c0ce;
	color: #000;
}
.pagerBox .pager ul li.current a{
	background-color: #2c678c;
	color: #FFFFFF;
}

/*-------------------------------------
 staff
-------------------------------------*/

.staffPanelInner{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	column-gap: 5%;
	row-gap: 60px;
}
.staffPanelInner h3{
	font-size: 24px;
	font-weight: bold;
}
.staffPanelInner h4{
	font-size: 18px;
}
.staffPanelInner h5{
	font-size: 14px;
}
.staffPanelInner .itemImg {
    margin-bottom: 15px;
    display: block;
	overflow: hidden;
	border-radius: 10px;
}
.staffDetailImgWrapper{
	display: grid;
	grid-template-columns: 38% 58%;
	column-gap: 4%;
}
.slideImgBox{
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.slideThumBox ul{
	display: grid;
	grid-template-columns: 32% 32% 32%;
	column-gap: 2%;
	row-gap: 10px;
}
.slideThumBox ul li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slideThumBox ul li img{
	width: 148px;
	height: 148px;
	object-fit: cover;
	
}
.staffDetailImgWrapper .slideThumBox ul li{
	cursor: pointer;
}
.staffDetailImgWrapper{
	margin-bottom: 15px;
}
.staffDetailTextBox{
	margin-bottom: 30px;
}
.staffDetailTextBox h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.staffDetailTextBox h4{
	font-size: 18px;
}
.staffDetailTextBox h5{
	font-size: 14px;
}

ul.prizeList {
	width: 80%;
	margin-bottom: 30px;
	padding-top: 30px;
}
ul.prizeList  li{
	margin-right: 15px;
	display: inline-block;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(46,71,108,1) 0%, rgba(67,110,137,1) 63%, rgba(100,138,152,1) 100%);
	padding: 5px 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.profileDataList dt{
	clear: both;
	float: left;
	font-weight: normal;
}
.profileDataList dd{
	font-weight: bold;
	
	margin-bottom: 20px;
}
.profileDataList dd::after{
	content: '';
	display: block;
	clear: both;
}
.staffDetailSnsBox{
	padding-top: 30px;
	padding-bottom: 30px;
}
.staffDetailSnsBox {
	text-align: center;
}
.staffDetailSnsBox li{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
.staffDetailSnsBox img{
	height: 80px;
	width: auto;
}
.staffDetailSnsBox{
	background-color: #19233c;
}
.staffDetailMovieBox{
	background-color: #FFFFFF;
}
.staffDetailMovieBox{
	padding-top: 120px;
	padding-bottom: 120px;
}
.staffDetailMovieBox .items{
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}
.staffDetailMovieBox .items a{
	display: block;
	margin-bottom: 15px;
}
.staffDetailMovieBox .items p{
	color: #555555;
}



/*-------------------------------------
 schedule
-------------------------------------*/


.bottomTitle h2{
	color: #FFFFFF;
	font-size: 24px;
}
.bottomTitle h2 span{
	font-size: 16px;
	margin-left: 15px;
}
.scheduleEventList ul li {
    display: grid;
    grid-template-columns: 140px 1fr;
    margin-bottom: 30px;
}
.scheduleEventList .date{
	text-align: center;
}
.scheduleEventList .date time{
	overflow: hidden;
	border-radius: 200px;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(46,71,108,1) 0%, rgba(67,110,137,1) 63%, rgba(100,138,152,1) 100%);
}
.scheduleEventList .title{
    display: flex;
    align-items: center;
}
.scheduleHolidayList ul li{
	margin-bottom: 20px;
}
.scheduleTitle h1{
	font-size: 20px;
	padding-top: 15px;
}
.scheduleTitle .pager{
	float: right;
}
.scheduleTitle .pager li{
	margin-left: 20px;
	display: inline-block;
}
.scheduleTitle .pager img{
	width: 100px;
	height: auto;
}

.scheduleTitle .pager .disabled a{
	pointer-events: none;
	cursor: default;
}
.scheduleTitle .pager .disabled img{
	opacity: 0.5;
}

/*-------------------------------------
 about
-------------------------------------*/
.aboutLogo{
	text-align: center;
	margin-bottom: 30px;
}
.aboutLogo img{
	max-width: 40%;
}
.aboutShopPic{
	margin-bottom: 30px;
}
.aboutContents p{
	margin-bottom: 40px;
}
.shopSystemBox{
	background-color: #ebf5fa;
	padding-top: 20px;
	padding-bottom: 20px;
}
.shopSystemBox h3 {
    border-bottom: #285078 solid 1px;
    padding-bottom: 20px;
    color: #2d4c73;
    padding-left: 20px;
    font-size: 20px;
}
.shopSystemBox .shopSystemDataList{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #2d4c73;
}
.shopSystemBox .shopSystemDataList dd{
	color: #555555;
}
.shopSystemDataList dt{
	clear: both;
	float: left;
	font-weight: normal;
}
.shopSystemDataList dd{
	margin-bottom: 20px;
}
.aboutBgImgBox{
    height: 150px;
}
.aboutMapBox{
    margin-top: -100px;	
}
.aboutMapBoxInner iframe{
    border: 0;
    width: 100%;
    height: 600px;
}
.aboutMapBoxInner{
	margin-bottom: 30px;
}
ul.accessText  li{
	padding-left: 30px;
	margin-bottom: 20px;
	line-height: 1;
}
ul.accessText  li.pin{
	background-image: url(../images/pin.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
ul.accessText  li.tel{
	background-image: url(../images/tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/


/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/*-------------------------------------
 information
-------------------------------------*/
.informationBlock {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.informationBlock p {
	margin: 0 0 20px 0;
	line-height: 2.2;
}
.informationBanner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.informationBanner ul li {
	padding: 0 10px 10px;
}


/*-------------------------------------
 sns
-------------------------------------*/
.sectionSns {
	padding: 30px 17px;
}
.sectionSns:before {
	height: 100px;
}
.twitterBox {
	width: 100%;
	margin: 0 auto 45px;
}
.snsList ul {
	margin: 0 0 15px 0;
}
.snsList ul li {
	width: 33.333%;
	max-width: 128px;
}
.snsList ul li img {
	width: 75px;
}


/*-------------------------------------
 ranking
-------------------------------------*/
.rankingTitle {
	margin: 0 auto 30px;
	font-size: 12px;
}
.rankingTab {
	margin: 0 auto 40px;
}
.rankingTab ul li {
	width: 150px;
	height: 35px;
	font-size: 10px;
	border-width: 2px;
}

.rankingPanel {
	padding: 0 0 35px 0;
}
.rankingPanel .pic {
	margin: 0 0 5px 0;
}
.rankingPanel .pic figcaption {
	top: 3px;
	left: 3px;
	width: 30px;
}
.rankingPanel .pic img {
	border-radius: 8px;
}
.rankingPanel .pos {
	margin: 0 0 3px 0;
	font-size: 10px;
}
.rankingPanel .namej {
	margin: 0;
	font-size: 14px;
}
.rankingPanel .namee {
	margin: 0 0 11px 0;
	font-size: 9px;
}
.rankingPanel .tag li {
	margin: 0 5px 5px 0;
	padding: 3px 5px;
	font-size: 9px;
	border-radius: 3px;
}

.ranking1st {
	padding: 0 0 35px 0;
}
.ranking1st .grp {
	max-width: 200px;
}
.ranking1st .pic figcaption {
	top: 5px;
	left: 5px;
	width: 40px;
}

.rankingList {
	margin: 0 -10px;
	padding: 0 0 5px 0;
}
.rankingList .clm {
	padding: 0 10px 35px;
}


/*-------------------------------------
 movie
-------------------------------------*/
.sectionMovie:before {
	width: 80%;
	height: 150px;
}
.sectionMovie:after {
	width: 150px;
	height: 150px;
}
.sectionMovie .inner {
	padding: 45px 25px 75px;
}
.movieBlock {
	padding: 0 0 50px 0;
}
.movieBlock .movie {
	margin: 0 0 10px 0;
}
.modaal-video-wrap {
    margin: auto 0px;
    position: relative;
}

/*-------------------------------------
 event
-------------------------------------*/
.sectionEvent .inner {
	padding-bottom: 75px;
}
.eventList {
	padding: 10px 0 30px;
}
.eventList ul li {
	margin: 0 0 15px 0;;
}
.eventList ul li .date {
	width: 45px;
	height: 45px;
	font-size: 9px;
}
.eventList ul li .title {
	padding: 0 0 0 10px;
}


/*-------------------------------------
 pickup
-------------------------------------*/
.pickupBlock {
	padding: 5px 0 0;
	margin: 0 auto 30px;
}
.pickupDetail .pos {
	margin: 0 0 3px 0;
	font-size: 10px;
}
.pickupDetail .namej {
	margin: 0;
	font-size: 14px;
}
.pickupDetail .namee {
	font-size: 9px;
}
.pickupDetail {
	padding: 0 0 0 12px;
}
.pickupDetail .txt {
	padding: 13px 0 0 0;
	font-size: 9px;
	line-height: 2;
}
.pickupSlide {
	margin: 0 -17px;
	padding: 0 0 40px 0;
}
.pickupSlide ul li figure {
	max-width: 200px;
	padding: 0 10px;
	position: relative;
    width: 100%;
}
.pickupSlide ul li figure img{
	width: 200px;
	height: 133px;
	object-fit: cover;
}

/*-------------------------------------
 guide
-------------------------------------*/
.sectionGuide .inner {
	padding: 60px 17px;
}
.guideMap {
	position: relative;
	width: 100%;
	height: 340px;
	margin: 0 0 20px 0;
}
.guideAddress {
	margin: 0 0 12px 0;
	padding: 0 15px 6px;
}
.guideAddress div {
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
	font-size: 10px;
}
.guideAddress .address {
	background-size: 8px auto;
}
.guideAddress .tel {
	background-size: 10px auto;
}
.guideAddress .tel a {
	color: #fff;
}
.guideDetail {
	margin: 0 0 40px 0;
	padding: 0 15px;
	font-size: 10px;
	line-height: 2;
}


/*-------------------------------------
 banner
-------------------------------------*/
.sectionBanner .inner {
	padding: 10px 25px;
}
.bannerList ul {
	display: block;
	margin: 0;
	padding: 10px 0;
}
.bannerList ul li {
	width: 100%;
	padding: 12px 0;
}

.galleryPanelDetailInner{
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	row-gap: 30px;
}





/*-------------------------------------
 btn
-------------------------------------*/
.btnStyle01 a {
	min-width: 140px;
	height: 40px;
	padding: 5px 25px;
	font-size: 10px;
}
.btnStyle01 a:before {
	right: 15px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
}


.pagerBox .pager ul li a{
	width: 30px;
    height: 30px;
}

.galleryPanelInner div.items:first-child {
    margin-bottom: 0;
}
.galleryPanelInner{
	row-gap: 30px;
}

.staffPanelInner{
	grid-template-columns: 48% 48%;
	column-gap: 4%;
}
.staffPanelInner h3 {
    font-size: 20px;
}
.staffDetailImgWrapper {
    grid-template-columns: 100%;
	row-gap: 20px;
}
ul.prizeList {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}
.profileDataList dd {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}
.staffDetailSnsBox li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.staffDetailSnsBox {
    padding-top: 30px;
    padding-bottom: 10px;
}
.sectionType04:before {
    content: "";
    position: absolute;
    display: block;
    width: 310px;
    height: 340px;
    z-index: 0;
}
.staffDetailMovieBox {
    padding-top: 70px;
    padding-bottom: 70px;
}
.staffDetailMovieBox {
    padding-top: 50px;
    padding-bottom: 70px;
}
.footBtnBox {
    padding-top: 50px;
}
.scheduleTitle .pager img {
    width: 50px;
    height: auto;
}
.scheduleTitle h1 {
    font-size: 15px;
    padding-top: 15px;
}

.scheduleTitle .pager {
    float: right;
    margin-top: 12px;
}
.bottomTitle {
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 4%;
}

.scheduleEventList .date {
    text-align: center;
    font-size: 16px;
}
.scheduleEventList .date time {
    overflow: hidden;
    border-radius: 200px;
    width: 80px;
    height: 80px;
}
.scheduleEventList ul li {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 20px;
}
.scheduleEventList .title{
	font-size: 14px;
}
.scheduleHolidayList ul li {
    margin-bottom: 15px;
    font-size: 14px;
}
.aboutLogo {
    text-align: center;
    margin-bottom: 20px;
}
.aboutShopPic {
    margin-bottom: 20px;
}
.aboutContents p {
    margin-bottom: 20px;
    font-size: 14px;
}
.shopSystemBox {
    background-color: #ebf5fa;
    padding-top: 15px;
    padding-bottom: 5px;
}
.aboutMapBoxInner iframe {
    border: 0;
    width: 100%;
    height: calc(100vw - 30px);
}
ul.accessText li {
    font-size: 14px;
}
.shopSystemDataList dd {
    margin-bottom: 15px;
}

.slideThumBox ul li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slideThumBox ul li img{
	width: 100%;
	height: calc(33vw - 15px);
	object-fit: cover;
	
}




}



/* PC layout
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

.btnStyle01 a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.btnStyle01 a:hover {
	opacity: 0.7;
}


}

