@charset "utf-8";
/*--------------------------------------------------
[1]common
[2]headerContainer
[3]sideContainer
[4]footerContainer
[5]Container
[6]topContainer
[7]subContainer
[8]Display: none;
----------------------------------------------------*/

/* [1]common
----------------------------------------------------*/
/* 設定 */
html{
	margin: 0;
	padding: 0;
}

/* font */
body{
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;	
	color: #000;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	min-width: 1130px;
}

header {
	width: 100%;
	z-index: 9999999;
	position: relative;
}

.headerContetns {	
	width: 100%;
	height: 84px;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 9999999;
	position: absolute;
	top: 0;
}

.headerBox {
	width: 100%;
	height: 84px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;	
}

#trns{
	  position: fixed;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9999999999;
		background-image: url(images/logo-sub.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 291px 53px;
		background-color: #FFF;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* clear
-------------------------------------------------- */
.clear { clear: both; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.fixed {
	height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	transition: height .5s;
}

.headerContetns.fixed,
.fixed .headerBox {	
	height: 64px;
}

.right { float: right; width: 40%; margin-left: 20px; }


/* a 
----------------------------------------------- */
a,a:link { text-decoration: none; }
a img, img {
	border: none;
	line-height: normal;
	vertical-align: top;
}

/* img 
--------------------------------------------- */
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
.imgText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}

/* slide
------------------------------------ */
#sliderbox { position: relative; }
.box {
	width: 100%;
	position: relative;
 	padding-top: 84px;
}

#sliderbox li {
	position: relative;
	width: 100%;
	overflow: hidden;	
}

#sliderbox li figure{
	position: relative;
	width: 100%;
	height: calc(100vh - 84px);
	overflow: hidden;	
}

#sliderbox li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .fitImg {
   position: absolute;
} */

#sliderbox li div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 100px;
	margin-left: -400px;
	margin-top: -50px;
	z-index: 99998;
	text-align: center;
	line-height: 1.2;	
}

#sliderbox li div p{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,0.5) 0 0 5px;
}

/* scroll */
.scroll {
	z-index: 999999;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	text-align: center;
}
.scroll a{
	color: #fff;
	display: block;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	width: 80px;
	height: 80px;
	letter-spacing: 1px;
}

.scroll a:after{
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 2px;
	height: 30px;
	background-color: #FFF;
	content:"";
	margin-left: -1px;
}

.scroll.fixed2 {
	position: absolute;
}

.scroll a:hover:after{
	bottom: 0px;
	height: 50px;
	transition: bottom .5s,height .5s;
}

/* [2]headerContainer
----------------------------------------------------------------------------------------- */
.headerContetns h1 {
	position: absolute;
	left: 20px;
	z-index: 9999999;
	width: 291px;
	height: 53px;
	top: 18px;
}
.headerContetns h1 a{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	width: 291px;
	height: 53px;
	background-image: url(images/logo-sub.png);
}

.headerContetns.fixed h1 {
	left: 20px;
	margin-left: 0;
	width: auto;
	height: 44px;
	top: 10px;
}
.headerContetns.fixed h1 a{
	display: block;
	background-size: contain;
	width: auto;
	height: 44px;
}


/* gnav */
nav.gnav {
	width: 100%;
	z-index: 999999;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px 10px 0 0;
	box-sizing: border-box;
}

nav.gnav li { box-sizing: border-box; float: right; padding: 0 10px;}
nav.gnav li a{
	font-size: 15px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	color: #000;
	font-weight: 700;
	height: 64px;
	padding-top: 10px;
}
nav.gnav li a:after{
	background-color: #ffea00;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	content: "";
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}

nav.gnav li a:hover:after{
	transform-origin: left top;
	transform: scale(1, 1);
}


.fixed nav.gnav li a{
	padding-top: 0;
	height: 44px;
	display: block;
}

nav li div{
	width: 100%;
	background-color: #fff;
	position: absolute;
	display: none;
	left: 0;
	top: 84px;	
	z-index: 9999999;
	padding: 40px 15px;
	box-sizing: border-box;
	height: auto;
}
.fixed nav li div{
	top: 64px;
}

nav.gnav ul ul{
	margin: 0 auto;
	position: relative;
	width: 1000px;
	text-align: center;
}

nav.gnav li li { width: 160px; padding: 0 2.5px; float: none; display: inline-block; text-align: center; box-sizing: border-box; }
nav.gnav li li a { height: auto; padding: 0; display: block; }
nav.gnav li li a span,
.fixed nav.gnav li li a span {
	font-size: 13px;
	display: inline-block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	background-image: url(images/icon.png);
	padding: 0 0 0 14px;
	text-align: center;
	line-height: 1.2;
}

nav.gnav li li figure {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 185px;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 2px;
	margin: 0 auto;
}


nav.gnav li li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;	
}

nav.gnav li li a figure span{
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;
	background-image: none;
	padding: 0;
}

nav.gnav li li a:hover figure span{
	transform-origin: left top;
	transform: scale(0, 1);
}
nav.gnav li li a:after {
	background: none;
}
nav.gnav li li a:hover:after {
	transform-origin: right top;
	transform: scale(0, 1);
}

/* [4]footerContainer
----------------------------------------------------------------------------------------- */
footer {
	padding: 40px 20px;
	box-sizing: border-box;
}

footer h2 {
	margin: 0 auto;
	width: 20%;
	float: left;
}

footer h2 a{
	background-image: url(images/logo-sub.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 100%;
	height: 30px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: block;	
}

.headerContetns h1 a:hover,
footer h2 a:hover {
	opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";
}

footer ul {
	width: 80%;
	float: left;	
}

footer ul ul{
	width: 100%;
	float: none;
	margin: 5px 0 0;	
}

footer ul li{
	width: 25%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;	
}

footer ul li a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #efefef;
	color: #000;
	padding: 0 5px 5px;
	font-weight: 700;
	position: relative;	
}

footer ul li li a{
	font-size: 12px;
	width: 100%;
	display: block;
	border-bottom: none;
	color: #000;
	padding: 5px 20px 5px;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

footer ul li li{
	width: auto;
	float: none;
	padding: 0;	
}

footer ul li a:hover {
	text-decoration: underline;
}


.copyright {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.0px;
	font-family: 'Ubuntu', sans-serif;
}

.copyright p{
	width: 100%;
}

/* pageTop */
#pageTop {
	width: 100%;
	height: 50px;
	z-index: 99999;
}

#pageTop a{
	width: 100%;
	height: 50px;
	z-index: 9998;
	background-image: url(images/pagetop.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-color: #ffea00;
	transition: background-color .5s;

}

#pageTop a:hover {
	background-color: #ffdf00;
	transition: background-color .5s;
}

/* [5]Container
----------------------------------------------------------------------------------------- */

#container {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.btn {
	text-align: center;
	clear: both;
	margin: 30px auto 0;
}
.kenkyuuBox {
	text-align: right;
	clear: both;
	margin: 30px auto 0;
}

.kenkyuuBox .btn3 { display: inline-block; }
.btn3 a {
	background-color: #ffea00;
	font-size: 18px;
	display: inline-block;
	height: 55px;
	box-sizing: border-box;
	padding: 10px 20px 10px 25px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border: none;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
}

.btn a,
.btn input {
	background-color: #ffea00;
	font-size: 18px;
	display: inline-block;
	height: 55px;
	box-sizing: border-box;
	padding: 10px 70px 10px 70px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border: none;
}

.btn a:hover,
.btn input:hover,
.btn3 a:hover {
	background-color: #ffdf00;
	transition: background-color .5s, color .5s;
}


/* [6]topContainer
----------------------------------------------------------------------------------------- */


/* toppick */
.swiper-wrapper li {
	box-sizing: border-box;
	padding: 0 20px;
}
.swiper-wrapper li div {
	position: relative;
	width: 100%;	
}

.swiper-wrapper li dl {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	width: 100%;
	margin-left: -50%;
	margin-top: -60px;	
}

.swiper-wrapper li dl.patarn {
	margin-top: -90px;
}

.swiper-wrapper li dt {
	font-size: 30px;
	line-height: 1.3;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-weight: bold;	
}
.swiper-wrapper li dt:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 45px;
	margin-left: -22.5px;
	content: "";
	background-color: #FFF;
}

.swiper-wrapper li dd {
	font-size: 18px;
	letter-spacing: 0.5px;	
}

.swiper-wrapper li dt .enttl02,
.swiper-wrapper li dd .enttl {
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 3px;
	display: block;	
}
.swiper-wrapper li dd .enttl {
	margin-bottom: 20px;	
}
.swiper-wrapper li dt .enttl02{
	display: inline-block;
	position: relative;
	padding: 0 11px;	
}

.swiper-wrapper li dt .enttl02:after,
.swiper-wrapper li dt .enttl02:before{
	position: absolute;
	top: 0;
	content: "";
	width: 11px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
}

.swiper-wrapper li dt .enttl02:after {
	right: 0;
	background-image: url(images/icon-bnr-right.png);
}
.swiper-wrapper li dt .enttl02:before {
	left: 0;
	background-image: url(images/icon-bnr-left.png);
}

.swiper-wrapper li figure {
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: hidden;	
}

.swiper-wrapper li figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.swiper-wrapper li a:hover figure img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.swiper-wrapper li a figure span {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.swiper-wrapper li a:hover figure span {
	transform-origin: left top;
	transform: scale(0, 1);
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -24.5px;
	width: 49px;
	height: 49px;
	background-repeat: no-repeat;
	z-index: 99999;
	cursor: pointer;
}

.swiper-button-prev {
	left: -24px;
	background-image: url(images/prev.png);	
}
.swiper-button-next {
	right: -24px;
	background-image: url(images/next.png);	
}

.swiper-button-prev:hover {
	background-image: url(images/prev-on.png);	
}
.swiper-button-next:hover {
	background-image: url(images/next-on.png);	
}

/* otherBnr */
.otherBnr li{
	float: left;
	position: relative;
	width: 25%;
	height: 560px;	
}
.otherBnr li:nth-of-type(1) {
	width: 50%;
}

.otherBnr li figure{
	position: relative;
	height: 560px;
	width: 100%;
	overflow: hidden;	
}

.otherBnr li:nth-of-type(1) {
	position: relative;
	height: 560px;
	width: 50%;
	overflow: hidden;	
}

.otherBnr li video {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
}


.otherBnr li figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}


.otherBnr li:nth-of-type(2) figure img {
	height: auto;
}

.otherBnr li a:hover figure img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.otherBnr li a figure span,
.otherBnr li .mask {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.otherBnr li .otherbnrTtl {
	color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.otherBnr li dl {
	position: relative;
	padding: 0 0 0px 30px;	
}
.otherBnr li dl:after{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 100%;
	width: 5px;
	content: "";
}

.otherBnr li dt{
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.1;
}

.otherBnr li dd{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.1;
}

.otherBnr li .bnrBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #FFF;
	text-align: center;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	box-sizing: border-box;
	padding-top: 100px;
}

.otherBnr li:nth-of-type(1) .bnrBtn{
	background-image: url(images/icon-movie.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}
.otherBnr li:nth-of-type(2) .bnrBtn{
	background-image: url(images/icon-download.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}


.otherBnr li a:hover .bnrBtn{
	background-color: #ffea00;
	border: 2px solid #ffea00;
	text-align: center;
	transition:background-color .5s, border .5s;

}



/* facebook */
#facebookBox {
	width: 100%;
	box-sizing: border-box;
}


.facebook-wrapper {
    max-width: 500px;
    display: block;
	margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/* [7]subContainer
----------------------------------------------------------------------------------------- */
#subMainBox {
	position: relative;
	padding-top: 84px;	
}
.bread {
	background-color: #fafafa;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
}
.bread ul li { float: left; padding: 0 5px; color: #000; }
.bread ul li a { color: #000; }
.bread ul li a:hover { text-decoration: underline; }


.pageTtl { position: relative; }
.pageTtl figure{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 18.22916%;
}

.pageTtl figure.big {
	padding-top: 52.08333%;	
}


.pageTtl figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageTtl h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	padding: 80px 20px;
	box-sizing: border-box;
	width: 100%;
}

/* ttl */
.ttl1 {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;	
}

.ttlcomment {
	display: block;
	position: relative;
	font-size: 20px;
	padding-left: 50px;	
}

.ttlcomment:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	background-color: #000;
	width: 25px;
	height: 1px;
	content: "";
	margin: auto 0;
}

.tag {
	background-color: #ffd600;
	font-size: 14px;
	padding: 1px 5px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	
}


.ttl2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
	line-height: 1.3;	
}

.ttl2:after {
	position: absolute;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: 50%;
	width: 45px;
	margin-left: -22.5px;
	content:"";
}

.ttl3 {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	line-height: 1.2;	
}

.ttl3:after {
	position: absolute;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: 0;
	width: 45px;
	content:"";	
}

.ttl4 {
	font-size: 28px;
	margin-top: 30px;
	font-weight: bold;
	position: relative;
	line-height: 1.2;	
}

.ttl5 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
	position: relative;
	line-height: 1.2;
	padding-left: 8px;	
}
.ttl5:after {
	position: absolute;
	width: 4px;
	background-color: #000;
	content: "";
	height: 100%;
	top: 0;
	left: 0;	
}

.subttl {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;	
}

.subttl .num{font-size: 25px;}
.subttl2 {font-size: 20px;}

/* btn */
.subBtn { text-align: center;}
.subBtn a {
	background-color: #;
	display: inline-block;
	padding: 20px 30px;
	margin: 0 auto;	
}




#sub #container { font-size: 15px; line-height: 1.8; }


.btnBox li{
	float: left;
	width: 25%;	
}
.btnBox2 li{
	float: left;
	width: 20%;	
}
.btnBox3 li{
	float: left;
	width: 33.33333%;	
}

.btnBox li div,
.btnBox2 li div,
.btnBox3 li div{
	position: relative;
}

.btnBox li figure,
.btnBox2 li figure,
.btnBox3 li figure {
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: hidden;	
}
.btnBox li figure img,
.btnBox2 li figure img,
.btnBox3 li figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.btnBox li a:hover figure img,
.btnBox2 li a:hover figure img,
.btnBox3 li a:hover figure img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.btnBox li a figure span,
.btnBox2 li a figure span,
.btnBox3 li a figure span {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}
.btnBox li a:hover figure span,
.btnBox2 li a:hover figure span,
.btnBox3 li a:hover figure span {
	transform-origin: left top;
	transform: scale(0, 1);
}
.btnBox li h3,
.btnBox2 li h3,
.btnBox3 li h3 {
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding-left: 10px;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.1;
}
.btnBox li h3:after,
.btnBox2 li h3:after,
.btnBox3 li h3:after{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 100%;
	width: 5px;
	content: "";
}
.btnBox li p,
.btnBox2 li p,
.btnBox3 li p { padding: 10px 20px 20px; box-sizing: border-box; color: #000; }

/* gakka */
.gakkaTtl h3 { float: left;}
.gakkaTtl p { float: right; padding-top: 20px; text-align: right;}
.gakkaentry { padding: 20px 0 0; box-sizing: border-box; }
.gakkaImg li{ float: left; width: 33.3333%; padding: 0 0.5px; box-sizing: border-box; }
.gakkaImg li:nth-of-type(3n+1){ clear: both;}
.gakkaImg li p { padding: 2px 5px 5px; box-sizing: border-box; }
.gakkaImg li p span{ line-height: 1.4; display: inline-block; }
.gakkaImg li figure {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 66.6666%;
}
.gakkaImg li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gakkaentry div { padding: 0 50px; box-sizing: border-box; margin: 0 auto;}
.gakkaentry div p { padding: 20px; box-sizing: border-box; border: 1px solid #ccc; }
.curriculumBox { margin-top: 50px; }
.curriculumList {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 30px;	
}

.curriculumList ul { margin-top: 20px; }
.curriculumBox2 { padding: 30px; box-sizing: border-box; }

.curriculumBox2 li {
	float: left;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.curriculumBox2 li a {
	font-size: 15px;
	display: block;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.curriculumBox2 li a:hover {
	background-color: #fdfd75;
	transition: background-color .5s;
}



.course li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px 10px;	
}
.program li{
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
	padding: 0 5px 10px;	
}

.course h4,.program h4 {
	background-color: #ffd600;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;	
}
.course h4 span,.program h4 span{
	font-size: 13px;	
}

.course p {
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.4;
}

.curriculumTtl li { float: left; }
.curriculumTtl li:nth-of-type(1) { width: 30%; }
.curriculumTtl li:nth-of-type(2) { width: 70%; padding-left: 20px; box-sizing: border-box; }

.curriculumTtl li .curriculumImg li:nth-of-type(1),
.curriculumTtl li .curriculumImg li:nth-of-type(2) { width: 50%; padding: 0 0.5px; box-sizing: border-box; }
.curriculumTtl li ul.curriculumImg,
.curriculumTtl li p { margin-bottom: 30px; }

.curriculumTtl li dd li,
.curriculumTtl li dd li:nth-of-type(1),
.curriculumTtl li dd li:nth-of-type(2) { width: 50%; padding: 0 20px; box-sizing: border-box; }

.curriculumTtl li dd li:nth-of-type(2n+1) { clear: both; }

.curriculumDetail dt{
	border: 1px solid #000;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.curriculumDetail dt span{
	background-color: #ffd600;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

.curriculumDetail dt:after{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
	height: 18px;
	line-height:1.0;
}

.curriculumDetail dt.off:after{content: "＋";}
.curriculumDetail dt.on:after{content: "－";}

.curriculumTtl li dd { margin-bottom: 20px; }
.curriculumTtl li dd h5{ font-size: 15px; font-weight: bold; margin-top: 10px; }
.curriculumSubTtl { font-size: 20px; font-weight: bold; }

.blueBg { background-color: #fdfd75;}
.minBox {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 1px 5px;
	margin-right: 2px;	
}

.curriculumAtention { padding: 20px; box-sizing: border-box; font-size: 11px; }

.laboratoryBox li{
	float: left;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 20px 0;
}
.laboratoryList { border: 1px solid #ddd; padding: 20px 30px 30px; box-sizing: border-box; position: relative; }
.laboratoryBox li:nth-of-type(2n+1) { clear: both; }
.laboratoryList div { clear: both; }
.laboratoryList div.kyoujyuname {
	width: 40%;
	float: left;

}

.laboratoryList figure {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}

.laboratoryList figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.laboratoryList p {
	float: left;
	width: 60%;
	padding-top: 25px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}
.laboratoryList.list2 div.kyoujyuname {
	width: 30%;
	clear: none;
}
.laboratoryList.list2 div.kyoujyuname figure{
	padding-top: 130%;
}
.laboratoryList.list2 p {
	width: 40%;
}
.laboratoryList.list3 div.kyoujyuname {
	width: 21%;
	clear: none;
}
.laboratoryList.list3 div.kyoujyuname figure{
	padding-top: 174%;
}
.laboratoryList.list3 p {
	width: 37%;
}
.name { font-size: 14px; line-height: 1.1; display: block; margin-bottom: 5px;}

.laboratoryList p span{
	position: relative;
}

.laboratoryList p span:before,
.laboratoryList p span:after{
	position: absolute;
}

.laboratoryList p span:before{
	content: "「";
	top: -8px;
	left: -20px;
}
.laboratoryList p span:after{
	content: "」";
	bottom: -8px;
	right: -20px;
}
.laboratoryList div.kyoujyuBtn{
	clear: both;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.laboratoryList div.kyoujyuBtn a{
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	position: relative;
	padding: 5px 5px 5px 20px;

}

.laboratoryList div.kyoujyuBtn a:after{
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	width: 19px;
	height: 14px;
	margin-top: -7px;
	content: "";	
}
.laboratoryList div.kyoujyuBtn a:hover{
	text-decoration: underline;
}
.labImg { margin-top: 5px; }
.labImg.kenkyu { margin-bottom: 30px; }
.labImg li { float: left; padding: 0.5px; box-sizing: border-box; }
.labImg .floatN li { float: none; padding: 0.5px; box-sizing: border-box; width: 100%; }
.labImg li figure {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	padding-top: 84%;
}
.labImg .floatN li { float: none; padding: 0.5px; box-sizing: border-box; width: 100%; }
.labImg .floatN figure { float: none; padding-top: 45%; }
.labImg .floatN figure img{
  object-position: 50% 0;
  font-family: 'object-fit: cover; object-position: 50% 0;'
}

.labImg li figure a {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 30px;
}

.labImg li figure a span{
	border: 1px solid #FFF;
	width: 50px;
	height: 50px;
	line-height: 1.0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	padding-top: 8px;
	box-sizing: border-box;
}

.labImg li figure a:hover {background-color: rgba(0,0,0,0.7);}


.labImg li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.labImg li p { padding: 5px 20px 0; box-sizing: border-box;}

.labTeacher {
	padding: 20px 30px 30px;
	box-sizing: border-box;
	border: 1px solid #ddd;	
}

.labTeacherImg { float: left; width: 25%; margin-top: 0; padding-top: 0; }
.labTeacherProf { float: left; width: 75%; padding: 10px 0 0 30px; box-sizing: border-box; }

.labTeacher figure {
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	width: 100%;
	float: left;
}

.labTeacher figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.labTeacherProf dt { font-weight: bold; font-size: 16px; }
.labTeacherProf dd { padding: 0px 15px 10px; box-sizing: border-box; }
.labTeacherProf dd li span.profBg{
	font-size: 12px;
	display: inline-block;
	line-height: 1.2;
	background-color: #fcfcfc;
	padding: 10px;
	box-sizing: border-box;
}


.labLinkList li {
	float: left;
	width: 33.3333%;
	padding: 5px;
	box-sizing: border-box;	
}
.labLinkList li div a{
	border: 1px solid #ddd;
	padding: 10px 10px 10px 30px;
	box-sizing: border-box;
	display: block;
	color: #000;
	line-height: 1.2;
	position: relative;
}
.labLinkList li div a:after{
	position: absolute;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 14px;
	height: 14px;
	content: "";
	top: 50%;
	left: 10px;
	margin-top: -7px;
}
.labLinkList li div a span{
	font-size: 11px;
	color: #aaa;
}
.labLinkList li div a:hover{border: 1px solid #ffd600;}

.point {
	background-color: /* #fdfd75 */#ffd600;
	padding: 30px 30px 10px;
	box-sizing: border-box;
	margin-top: 1px;
}
.point dt {
	background-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.1;
	font-size: 12px;
	padding-top: 13px;
	margin-bottom: 20px;
}
.point dt span{
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.point dd {
	width: 93%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.point dd h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.point dd h3 span{
	font-size: 14px;
	font-weight: normal;
}

/* jyuken */
.imgTxtBox figure {
	float: left;
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;	
}
.imgTxtBox div {
	float: left;
	width: 50%;	
}

.imgTxtBox figure p{
	font-size: 13px;
	text-align: right;
}

.shikakuBox li {
	float: left;
	width: 33.3333%;
	padding: 5px;
	box-sizing: border-box;
}

.messageImg { float: left; width: 40%; padding: 30px; box-sizing: border-box; border: 1px solid #ddd; }
.messageTxt { float: left; width: 60%; padding-left: 50px; box-sizing: border-box; }

.messageBox dt{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}

.messageBox dl{
	margin-bottom: 30px;
}
.messageTxt figure {
	margin-top: 30px;
	position: relative;
	width: 100%;
	padding-top: 75.02634%;
	overflow: hidden;
}
.messageImg figure {
	position: relative;
	width: 100%;
	padding-top: 150%;
	overflow: hidden;
}
.messageImg figure img,
.messageTxt figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* faq */
.answer {
	float: left;
	display: inline-block;
	background-color: #ffd600;
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

.faqBox {
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.answerTxt {
	float: left;
	width: 95%;
}

.answerTxt span,
.btn2 {
	display: block;
	text-align: right;	
}

.answerTxt span a,
.btn2 a{
	display: inline-block;
	color: #000;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
}

.answerTxt span a:hover,
.btn2 a:hover {
	text-decoration: underline;
}

/* about */
.ttl2subBox {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 80px;
	padding: 2px 20px;
	font-size: 16px;
}

.hukidashi1 {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffd600;
	padding-top: 8px;
	box-sizing: border-box;
	text-align: center;
	top: -10px;
	left: 50%;
	margin-left: 120px;
	font-size: 20px;
}
.hukidashi1:after {
	position: absolute;
	bottom: -10px;
	left: 5px;
	background-image: url(images/hukidashi1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
}

.timeschedule li { float: left; width: 33.3333%; padding: 20px 20px 40px; box-sizing: border-box; }
.timeschedule li:nth-of-type(1),
.timeschedule li:nth-of-type(3) { background-color: #fafafa;}
.timeschedule dl,
.timeschedule .timeline { position: relative; }
.timeschedule .timeline:after {
	position: absolute;
	top: 0;
	left: 55px;
	height: 100%;
	width: 1px;
	content: "";
	background-color: #ccc;
}
.timeschedule dl dt,
.timeschedule dl dd{
	float: left;
	position: relative;
	height: 120px;
}
.timeschedule dl:last-child dt,
.timeschedule dl:last-child dd{
	float: left;
	position: relative;
	height: 13px;
}
.timeschedule dl dt { padding-right: 25px; line-height:1.0; }
.timeschedule dl dd{ line-height:1.0; position: relative; width: 80%; }
.timeschedule dl dd span{ padding-left: 10px; position: relative; line-height: 1.2; }
.timeschedule dl dd span.middleTxt { top: 56px; }
.timeschedule dl dd p {
	position: absolute;
	font-size: 12px;
	line-height: 1.3;
	border: 2px solid #ffd600;
	padding: 8px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 5px;
}
.timeschedule dl dd div {
	position: absolute;
	font-size: 12px;
	line-height: 1.3;
	top: 80px;
	right: 0;
	width: 80%;
}
.timeschedule dl dd figure {
	position: absolute;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);

}
.timeschedule dl dt:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #ccc;
	content:"";
}
.timeschedule dl dd span:after{
	position: absolute;
	top: 3px;
	left: -16px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffd600;
	content:"";
	z-index: 999;
}

.fukidashi2 {
	top: -90px;
	right: 0px;
	width: 75%;
}

.fukidashi2:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}
.timeImg1 {
	top: -130px;
	right: 0px;
	transform: rotate(-5deg);
	width: 60%;
}

.fukidashi3 {
	top: -70px;
	right: 0px;
	width: 60%;
}

.fukidashi3:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}
.timeImg2 {
	top: 30px;
	right: 30px;
	width: 70%;
}

.fukidashi4 {
	top: -10px;
	right: 0px;
	width: 70%;
}

.fukidashi4:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}
.timeImg3 {
	top: 80px;
	right: 0px;
	transform: rotate(5deg);
	width: 50%;
}

.fukidashi5 {
	top: 90px;
	left: 5px;
	width: 70%;
}

.fukidashi5:after {
	position: absolute;
	background-image: url(images/hukidashi3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	top: -20px;
	left: 30px;
}

.fukidashi6 {
	top: -40px;
	left: 10px;
	width: 70%;
}

.fukidashi6:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 40px;
}

.fukidashi7 {
	top: 90px;
	left: 30px;
	width: 80%;
}

.fukidashi7:after {
	position: absolute;
	background-image: url(images/hukidashi3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	top: -20px;
	left: 50px;
}

.fukidashi8 {
	top: -50px;
	right: 0px;
	width: 60%;
}

.fukidashi8:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}

.timeImg4 {
	top: 60px;
	right: 0px;
	transform: rotate(5deg);
	width: 70%;
}

.timeImg5 {
	top: 90px;
	right: 0px;
	width: 80%;
}

.fukidashi9 {
	top: -30px;
	left: 20px;
	width: 80%;
}

.fukidashi9:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 40px;
}

/* map */
.map {
	position: relative;
	background-image: url(images/sample/map.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 100%;
	padding-top: 58.90625%;
}

.map ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map ul li{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.map ul li.point1{
	top: 40%;
	left: 70%;
}
.map ul li.point1-2{
	top: 39%;
	left: 81%;
}
.map ul li.point1-3{
	top: 56%;
	left: 62%;
}
.map ul li.point1-4{
	top: 40%;
	left: 83%;
}
.map ul li.point1-5{
	top: 47%;
	left: 72%;
}
.map ul li.point1-6{
	top: 47%;
	left: 76%;
}
.map ul li.point1-7{
	top: 45%;
	left: 77%;
}
.map ul li.point1-8{
	top: 44%;
	left: 83%;
}

.map ul li.point2{
	top: 32%;
	left: 74%;

}
.map ul li.point2-1{
	top: 38%;
	left: 70%;
}

.map ul li.point3{
	top: 77.89%;
	left: 42.65%;
}
.map ul li.point3-1{
	top: 88.24%;
	left: 52.08%;
}

.map ul li.point4{
	top: 62.77%;
	left: 28.28%;
}

.map ul li.point5{
	top: 66%;
	left: 16%;
}
.map ul li.point5-1{
	top: 57%;
	left: 3%;
}
.map ul li.point5-2{
	top: 61%;
	left: 5%;
}

.map ul li.point6{
	top: 28%;
	left: 12%;
}

.map ul li.point7{
	top: 54.64%;
	left: 38.12%;
}
.map ul li.point7-1{
	top: 47%;
	left: 40%;
}

.map ul li.point8{
	top: 71.61%;
	left: 84.37%;
}

.map ul li.point9{
	top: 59.59%;
	left: 39.37%;
}

.map ul li.point10{
	top: 65.16%;
	left: 33.38%;
}
.map ul li.point10-1{
	top: 67.90%;
	left: 34.63%;
}
.map ul li.point10-2{
	top: 69%;
	left: 36%;
}
.map ul li.point10-3{
	top: 65.5%;
	left: 37%;
}

.map ul li.point11{
	top: 35%;
	left: 4.5%;
}
.map ul li.point11-1{
	top: 44.03%;
	left: 9.47%;
}

.ryugaku { color: #0f9619; }
.ryugaku2 { color: #9d03f5; }
.ryugaku3 { color: #0584fb; }
.ryugaku4 { color: #ff0000; }
.ryugaku5 { color: #f88f06; }

.map ul li.ryugaku{background-color: #0f9619;}
.map ul li.ryugaku2{background-color: #9d03f5;}
.map ul li.ryugaku3{background-color: #0584fb;}
.map ul li.ryugaku4{background-color: #ff0000;}
.map ul li.ryugaku5{background-color: #f88f06;}
/* contact */
.accessBox li {
	float: left;
	width: 50%;
}
.accessBox li:nth-of-type(1) {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 33px 10px;
}
.accessTxt { margin-bottom: 30px; }
.accessTxt dt,
.accessTxt dd{
	float: left;
	box-sizing: border-box;
}

.accessTxt dd{
	padding: 5px 20px;
	border-left: 1px solid #ddd;
	margin-left: 20px;
}

.accessTxt dt {
	background-image: url(images/logo-sub.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	width: 291px;
	height: 68px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;	
}

.mapBox {
position: relative;
padding-top: 56%;
height: 0;
overflow: hidden;
}
 
.mapBox iframe,
.mapBox object,
.mapBox embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.contactBtn { text-align: center; }
.contactBtn a{
	background-color: #ffea00;
	text-align: center;
	color: #000;
	padding: 10px 25px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.contactBtn a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contactBtn a:hover{
	background-color: #ffdf00;
}
.listTable2,
.listTable,
.contactTable {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}
.listTable th,
.listTable2 th,
.contactTable th {
	background-color: #fafafa;	
}
.listTable th,
.listTable td,
.listTable2 th,
.listTable2 td,
.contactTable th,
.contactTable td { border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px; box-sizing: border-box; }

.listTable2 .contactBtn a{
	background-color: #ffea00;
	text-align: center;
	color: #000;
	padding: 10px 25px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: 100%;
}


.his {
	background-color: #f00;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	display: inline-block;
	float: right;	
}

.privacyBox dt{
	font-size: 15px;
	font-weight: bold;
	padding: 10px 10px 0;
	box-sizing: border-box;	
}

.privacyBox dt span{
	border: 1px solid #000;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
	margin-right: 5px;	
}

.privacyBox dd{
	padding: 0px 10px 10px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
}

.privacyBox dd a{
	color: #000;
	text-decoration: underline;
}

.privacyBox dd:last-child{
	border-bottom: none;
}

/* panf */

.panfBox {
	position: relative;
	height: 560px;
	width: 100%;
	max-width: 480px;
	overflow: hidden;
	margin: 0 auto;	
}

.panfBox figure{
	position: relative;
	height: 560px;
	width: 100%;
	max-width: 480px;
	overflow: hidden;	
}

.panfBox figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.panfBox a:hover figure img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.panfBox a figure span {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.panfBox .otherbnrTtl {
	color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.panfBox dl {
	position: relative;
	padding: 0 0 0px 30px;	
}
.panfBox dl:after{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 100%;
	width: 5px;
	content: "";
}

.panfBox dt{
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.1;
}

.panfBox dd{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.1;
}

.panfBox .bnrBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #FFF;
	text-align: center;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	box-sizing: border-box;
	padding-top: 100px;
	background-image: url(images/icon-download.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}

.panfBox a:hover .bnrBtn{
	background-color: #ffea00;
	border: 2px solid #ffea00;
	text-align: center;
	transition:background-color .5s, border .5s;

}

.float2 li{ width: 50%;}
.float3 li{ width: 33.3333%;}
.float4 li{ width: 25%;}
.float5 li{ width: 20%;}


/* add */
.entranceList li{
	padding: 5px;
	float: left;
	width: 25%;
	box-sizing: border-box;	
}
.entranceList li a {
	font-size: 15px;
	display: block;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.entranceList li a:hover {
	background-color: #fdfd75;
	transition: background-color .5s;
}
.entranceList li a span{font-size: 12px;}
.entranceTable {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}
.entranceTable th {
	background-color: #fafafa;
	width: 25%;	
}
.entranceTable td {
	width: 75%;	
}
.entranceTable th,
.entranceTable td { border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px; box-sizing: border-box; }
.entranceTable td p{ margin-bottom: 10px;}
.gryBox {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fafafa;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.6;	
}

.line {
	display: block;
	padding: 0 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ddd;	
}

.gryBox br {
	content: '';
    margin-bottom: 10px;
    display: block;
}



/* form
---------------------------------------------- */
	input[type=text],textarea,input[type=password] {
			background-color: #fff;
			padding: 8px;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border: 1px solid #ddd;
	}
	input.boxShort,input.box60 {width: 10%;}
	input.box120 {width: 20%;}
	input.box140 {width: 40%;}
	input.boxMiddle,input.box380,input.box300 {width: 70%;}
	input.boxLong,input.box1000 {width: 100%;}
	.box95,textarea.box380 {width: 100%;}
	
	.styledRadio {
		display: inline-block;
		vertical-align: middle;
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.radioV input br{ padding-bottom: 80px; }
	select {
		/*　矢印を消す　*/
		-webkit-appearance:none;
		-moz-appearance:none;
			text-indent: .01px; /* Firefox用 */
			text-overflow: ""; /* Firefox用 */
		appearance:none;
		 
		/*　背景画像の指定　*/
		width: auto;
		height: 40px;
		padding: 5px 20px 5px 5px;
		background-color: #fff;
		background-image: url(images/select.png);
		background-repeat: no-repeat;
		background-size: 7px 10px;
		background-position: right 5px center;
		cursor: pointer;
		border: 1px solid #ddd;
		margin: 0 5px 5px 0;
	}
	.detailshopping select { width: 150px; }
	.selectV select {width: 20%;}
	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		select:not(:target) {
			padding-right:0;
			background-image: none;
		}
	}



/* font 
--------------------------------------------- */
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f25 { font-size: 25px; }
.f30 { font-size: 30px; }
.f35 { font-size: 35px; }
.f40 { font-size: 40px; }
.f45 { font-size: 45px; }
.f50 { font-size: 50px; }
.f55 { font-size: 55px; }
.f60 { font-size: 60px; }
.f65 { font-size: 65px; }
.f70 { font-size: 70px; }

.txtC,.alignC { text-align: center; }
.txtR,.alignR { text-align: right; }
.txtL,.alignL { text-align: left; }

a.txtD { text-decoration: underline; color: #000; }

.pb60 { padding: 60px 0;}
.pb30 { padding: 30px 0;}
.mb30 { margin-bottom: 30px; }
.mb10 { margin-bottom: 10px; }

.box90 {
	width: 100%;
	padding: 60px 90px;
	box-sizing: border-box;
}

.box1130 {
	width: 100%;
	padding: 60px 20px;
	max-width: 1130px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width:1170px) { 
.box1130 {
	padding: 60px 20px;
	max-width: 100%;
}
}

.yellow { background-color: #ffd600; }
.red { color: #fd0000; }

.gryBg { background-color: #fcfcfc; }
.borderB { border-bottom: 1px dashed #ddd;}
.borderR { border-right: 1px dashed #ddd;}
.borderL { border-left: 1px dashed #ddd;}

.fontB { font-weight: bold; }
.mincho {
	  font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	  font-style: normal;
	  font-variant: normal;
	  font-weight: lighter;	
}

.notosansjp {font-family: 'Noto Sans JP', sans-serif;}
.ubuntu {font-family: 'Ubuntu', sans-serif;}

:hover { transition:background-color .5s, color .5s, opacity .5s;}
.pcno { display: none; }

#_btn {display: none; }	

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

