<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/* clearfix */
.clearfix:after {
	visibility: hidden;/*見えなくする*/
	height: 0;/*見えなくする*/
	display: block;/*block要素にする*/
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 全体　*/
html {
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
}

.blue_bk{	
background-color: #72b3dd;	
background-image:none;	
}

body {
	position: relative;
}

.wrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 103px;
	/* padding-bottom: 191px; */
}

header {
	width: 100%;
	height:auto;
	box-shadow: 0 1px 5px #000;
	z-index: 300;
	position: absolute;
	top: 0;
}

.hInner {
	width: 100%;
  hight:auto;
	background: linear-gradient(to bottom, #2077bc 29%,#2077bc 29%,#0162af 97%);
}

.title{
width: 100%;
height: 100%;
padding:0.2em;
}

.title img{
 width: 95%;
 margin:0 auto;
}

#contents {
	margin: 0 auto;
	position: relative;
	background-color: #121659;
}


/*　サイドバー */	
.side {
	background-color:#0d1050;

}
.livebtnbox img {
	width: 97%;
}

nav ul{
background-color:#fff;	
}
nav ul li {
	width: 279px;
	height: 45px;
	list-style: none;
}
nav ul li a {
	width: 279px;
	height: 45px;
	list-style: none;
	line-height: 3.5em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #121659;
	padding-left: 2em;
	font-size: 14px;
	background: url(../images/sidebar.jpg);
}
nav ul li a:hover {
	width: 279px;
	height: 45px;
	list-style: none;
	line-height: 3.5em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #fff;
	padding-left: 2em;
	font-size: 14px;
	background: url("../images/sidebar_hover.jpg");
}
/*nav２行のタイトル*/
nav ul li a span.btn2l {
	width: 252px;
	height: 45px;
	list-style: none;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #121659;
	font-size: 14px;
	padding-top: 0.1em;
	padding-right: 0.5em;
}
nav ul li a span.btn2l:hover {
	width: 252px;
	height: 45px;
	list-style: none;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #fff;
	font-size: 14px;
	padding-top: 0.1em;
	padding-right: 0.5em;
}
/*Chrome表示用の記述*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.nav ul li a span.btn2l, .nav ul li a span.btn2l:hover {
padding-top:0.5em;
line-height: 1.1em;
}
}
/*Firefox表示用の記述*/
@-moz-document url-prefix() {
.nav ul li a span.btn2l, .nav ul li a span.btn2l:hover {
padding-top:0.5em;
line-height: 1em;
}
.nav ul li a span.line, .nav ul li a span.line:hover {
line-height: 1.5em;
padding-top:0;
}	
}
/*safari表示のため記載*/
_::-webkit-full-page-media, _:future, :root .nav ul li a span.btn2l, .nav ul li a span.btn2l:hover {
padding-top:0.1em;
line-height: 0.5em;
}


.newmark {	
margin-left:0.5em;	
font-style: normal;	
font-weight: bolder;	
display: inline-block;	
font-size: 14px;	
line-height: 1;	
letter-spacing: normal;	
background-color:red;	
color: #fff;	
padding: 5px;	
z-index: 2;	
}
.newmark_small {
    margin-left:0.5em;	
	font-style: normal;
	font-weight: bolder;
	display: inline-block;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: normal;
	background-color:red;
	color: #fff;
	padding: 5px;
	z-index: 2;
}

/* 映画上映とライブセミナーのナビボタン非表示 */	
.toggle-visible {	
display: none;	
}

.nopage{
	opacity: 0.5;
}

/*　サイドバー */

.btnbox {
	margin-top: 5px;
	text-align: center;
}
.btnbox img {
	display: inline-block;
	margin-top: 5px;
	margin-left: 3px;
	width: 47%;
}
.livebtnbox {
	margin-top: 5px;
	text-align: center;
}
.livebtnbox img {
	display: block;
	margin-left: 3px;
	margin:2pt auto;
	width: 80%;
}
/*インタビューボタン*/
.spImg {
    position: relative;
}
.overlay-image {
    position: absolute;
    top: 3.5%;
    left: 29%;
    transform: translate(-50%, -50%);
    z-index: 10; /* 他の要素より前に表示 */
}

.overlay-image img {
    width: 327px; /* 必要に応じてサイズ調整 */
    height: 62px; /* アスペクト比を保持 */
    max-width: 100%; /* 親要素に収まるように */
}
.overlay-image:hover img {
    filter: brightness(1.2); /* 明度を1.2倍にする */
    opacity: 0.9; /* 不透明度を下げる（必要に応じて） */
}
/* ボタン画像 */	
.btn-movie,.btn-tstl {	
width: 267px;	
height: 75px;	
margin: 14px 0 14px 4px;	
text-align: center;	
border: 1px solid #000;	
}


/* バナー */
.banner {
	width: 267px;
	height: 75px;
	margin: 14px 0 14px 4px;
	text-align: center;
	border: 1px solid #000;
}

/* フッター　*/
.uFBox {
	background-color: #d9eff9;
	height: 125px;
	/* padding-top: 15px; */
	box-shadow: 0 -1px 5px #000;
}

.fInner {
	width: 1000px;
	margin: 0 auto;
}

.fFlex {
	display: flex;
	/* justify-content: center; */
	padding-top: 17.5px;
}

.fFlex__lBox {
	/* width: 50%; */
	margin-right: 22px;
}

.fFlexHL {
	font-weight: bold;
	color: #0084e7;
	padding-left: 0.5em;
	border-left: 4px solid #0084e7;
}

.fFlexHL :: before {
	width: 3px;
	height: 100%;
	background-color: #0084e7;
}

.dFBox {
	background-color: #0c2d57;
	text-align: center;
	padding: 1em 0;
	color: #fff;
	font-size: 14px;

}

.fs14 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

/* 見出し */
h1 {
box-sizing: border-box;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

h2 {
  background-color: #2077bc;
  background-image: repeating-linear-gradient(180deg, transparent, transparent 3px,#1261a1 3px, #1261a1 4px );	
  border-left: 10px solid #51AC9A;	
  padding: 20px 30px 22px 30px;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: #FFF;
  text-shadow: 0px 0px 5px #000000;
  margin-bottom:1em;
}

h2.twoline {
	background-image: url(../img/h2-2.png);
	height: 110px;
}
h2.threeline {
	background-image: url(../img/h2-2.png);
	height: 150px;
}
h2.fourline {
	background-image: url(../img/h2-2.png);
	height: 190px;
}
h3 {
  border-bottom: 1px solid #04356e;
  border-left: 5px solid #04356e;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 1em;	
  margin-bottom: 0.5em;
  padding: 4px 15px;
}

h4{	
font-size: 18px;	
font-weight:bold;	
color: #FFF;	
font-color:#a2095a;	
}	
h5{	
padding-left: 10px;	
line-height: 1.5;	
}	
h6{	
margin: 20px 0px 10px 20px;	
line-height: 1.5;	
border-bottom: 1px solid #000;	
display: inline-block;	
}	


/* トップに戻るボタン */
#page_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	width: 95px;
	height: 95px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: rgba(0,0,0,0.5);
}

.page_top__bx {
	width: 100%;
	height: 100%;
	position: relative;
}

.page_top__tri {
	width:0;
	height:0;
	border-right:25px solid transparent;
	border-left:25px solid transparent;
	border-bottom:50px solid #fff;
	position: absolute;
	left: 22.5%;
	top: 44%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}

/* PCで表示しない改行 */
.sp320 {
	display: none;
}
.sp414 {
	display: none;
}
.sp500 {
	display: none;
}
.sp575 {
	display: none;
}
.sp600 {
	display: none;
}
.sp700{
	display: none;
}

/* PCとSPの切り替え */
.sp {
	display: none;
}

/*
@media print, screen and (min-width: 750px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
}
*/

@media print, screen and (min-width: 1000px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
.pc_fleft {
	float: left;
}


/*　全体 */
.hInner {
  hight:4em;
}


#contents {
	width: 1000px;
	display: flex;
}

/*
.posterLink{
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-left: 2.25em;
}
.posterLink:hover{
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-left: 2.25em;
}

#on {
	background: url(../img/navi_on.png);
	color: #fff67f;
}
*/
	
/*　内容 */


#main {
	background-color: #121659;
	width: 721px;
	position: relative;
}
/*TOP会期中のご連絡先	*/
.top_contact {
  background-color: #fff; 
  padding: 20px 30px;
  border-radius: 8px; 
  margin: 20px 0; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  width: 90%;	
  margin-left: auto; 
  margin-right: auto;
  border: 3px solid #f00; 
  padding: 16px;
  border-radius: 8px;
  text-align: center; 
}	
	.contact_title{
		font-size: 22px;
		color: #f00;
		font-weight: bold;
	}
/*awardボタン掲載*/ 	
.top_awardbtn{ 	
width: 90%; 	
margin-left: auto; 	
margin-right: auto; 	
} 	
.top_awardbtn a img{ 	
width: 100%; 	
display:inline-block; 	
}
	
	
/*インタビューボタン */ 	
/* 	
.overlay-image { 	
position: absolute; 	
top: 8%; 	
left: 50%; 	
transform: translate(-50%, -50%); 	
z-index: 10; 	
} 	
	
.overlay-image img { 	
width: 500px; 	
height: 50px; 	
} 	
*/ 	


/*awardボタン掲載*/ 	
.top_awardbtn{ 	
width: 90%; 	
margin-left: auto; 	
margin-right: auto; 	
} 	
.top_awardbtn a img{ 	
width: 100%; 	
display:inline-block; 	
} 	
		
} 

@media screen and (max-width: 1000px) {
/* 全体 */
	
.pc_fleft {
	float: none;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
	
/* wrapper */
.wrapper {
	padding-top:0;
}
	
/* ヘッダー */
header {
	width: 100%;
  position:fixed;
	box-shadow: none;
	z-index:9999;
}

.title{
width: 100%;
padding:0.8em;
}

.title img{
width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
	width : 100%;
	height: 2.7em;
	background: url("../images/hamburger_bk.jpg") repeat-x;
	display: block;
	position: fixed;
  top:6.8em;
	z-index: 9999;
	box-shadow: 0 1px 5px #000;
}

/*
.hamburger {
	display : block;
	position: fixed;
	z-index : 3000;
	right : 13px;
	top : 7px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
}
*/
	
.hamburgerBx {
	width : 30px;
	height: 42px;
	margin: 0;
	padding: 28.5px 0 0 20px;
	cursor: pointer;
	text-align: center;
	position: relative;
}
	
.hamburger span {
	display : block;
	position: absolute;
	width: 100%;
	height: 2px;
	/* left: 6px; */
	background : #121659;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition : 0.3s ease-in-out;
	transition : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}
.livebtnbox img {
	margin-left: 10px;
	width: 95%;
}
.nowrap {
	white-space: normal;
}
/* ナビ開いてる時のボタン */
	
.hamburger.active span:nth-child(1) {
	/*
	top : 16px;
	left: 6px;
	*/
	top: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform : rotate(-45deg);
	transform : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
	display: none;
}

.hamburger.active span:nth-child(3) {
	/* top: 16px; */
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform : rotate(45deg);
	transform : rotate(45deg);
}
nav.nav {
	position: fixed;
	z-index : 2000;
	top : 0;
	left : 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	padding-bottom: 80px;
}
nav.nav ul {
	margin: 0 auto;
	/* padding: 0; */
	padding-top: 10px;
	width: 100%;
}
nav.nav ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: 41px;
	position: relative;
}
nav.nav ul li a {
	/* display: block; */
	display: flex;
	align-items: center;
	width: 100%;
	height: 41px;
	line-height: 1;
	/* color: #000; */
	color: #121659;
	text-align: left;
	text-decoration : none;
	position: relative;
	/*
	background-size: cover;
	background-image: url(../images/nav.jpg);
	background-position: -50% -15%;
	*/
	/*
	background: -moz-linear-gradient(right, #bebebe, #dbd8d7 30%, #f9fafa);
	background: -webkit-linear-gradient(right, #bebebe, #dbd8d7 30%, #f9fafa);
	background: linear-gradient(to left, #bebebe, #dbd8d7 30%, #f9fafa);
	*/
	background: linear-gradient(to top, #bebebe, #dbd8d7 30%, #f9fafa);
	width: 100%;
	border: 1px solid #999999;
	/* line-height: 4; */
	-webkit-box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),  0 6px 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),  0 6px 10px rgba(0, 0, 0, 0.2);
	/* padding-left: 15px; */
	padding-left: 30px;
	position: relative;
	font-weight: bolder;
	font-size: 15px;
}

nav.nav ul li a:before {
	content: "";
	display: inline-block;
	/*
	width: 5px;
	height: 35px;
	*/
	position: absolute;
	/* top: 15px; */
	top: 10px;
	left: 10px;
	/*
	border-radius: 100px;
	background: -moz-linear-gradient(top, #008dd7, #002f74);
	background: -webkit-linear-gradient(top, #008dd7, #002f74);
	background: linear-gradient(to bottom, #008dd7, #002f74);
	*/
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #990066;
}

nav.nav ul li a:hover {
	color: #fff;
	background: linear-gradient(to top, #990066, #990066 30%, #990066);
}

nav.nav ul li a:hover:before {
	border-left: 8px solid #fff;
}

/*
.pa {
	position: absolute;
}
*/
	
/*
nav.nav ul li a:hover {
	display: block;
	color: #fff67f; 
	color: #fff;
	text-align: left;
	text-decoration : none;
	background-image: url(../images/nav_hover.jpg); 
	background: -moz-linear-gradient(right, #0084e7, #009eff);
	background: -webkit-linear-gradient(right, #0084e7, #009eff);
	background: linear-gradient(to left, #0084e7, #009eff);
	background-color: #990066;
	width: 100%;
	border: 1px solid #0084e7;
	-webkit-box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),  0 6px 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),  0 6px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	font-weight: bolder;
	font-size: 15px;
}

nav.nav ul li a:hover:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 5px;
	border-radius: 100px;
	background: -moz-linear-gradient(top, #fff698, #ffdb00);
	background: -webkit-linear-gradient(top, #fff698, #ffdb00);
	background: linear-gradient(to bottom, #fff698, #ffdb00);
}
*/
	
nav.nav &gt; .menu li li {
	height: auto;
	overflow: visible;
}
nav.nav &gt; .menu li li a {
	background: #fff;
	color: #000;
}
/* このクラスを、jQueryで付与・削除する */
nav.nav.active {
	transform: translateY(0%);
	height: calc(100vh - 100px );
	overflow-y: auto; /* 縦方向にスクロールできるように設定 */
	top: 9.9em;
}
.sp_btn {
	display: inline-block !important;
	background: #27b4ea !important;
	width: 30% !important;
}
.nav_img {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
	
.newmark {	
margin-left:1em;	
font-style: normal;	
font-weight: bolder;	
display: inline-block;	
font-size: 12px;	
line-height: 1;	
letter-spacing: normal;	
padding: 4.5px;	
z-index: 2;	
}
.newmark_small {
	margin-left:1em;
	font-style: normal;
	font-weight: bolder;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: normal;
	padding: 4.5px;
	z-index: 2;
}
	
/*ハンバーガーメニューが開いているときに表示される*/
.toggle-visible {	
display: none;	
}	
.nav.active .toggle-visible{	
display: block;	
}
	
.nav ul li a span.btn2l { 	
width: 500px; 	
line-height: 2.5em; 	
padding-top: 0.3em; 	
padding-right: 1em; 	
} 	
.nav ul li a span.btn2l:hover { 	
width: 500px; 	
line-height: 2.5em; 	
padding-top: 1em; 	
} 	
	
/*　内容　*/
	
#main {
	width: 100%;
	position: relative;
	box-sizing: border-box;
  padding-top:9em;
}
.side {
	position: absolute;
}
.spImg {
	width: 100%;
	/*
	height: 609px;
	background-size: cover;
	background-image: url(../images/main_sp.jpg);
	*/
}
.spImg img {
	max-width: 100%;
  height: auto;
}
	
	
/*受賞ボタン	SP*/
	.award_content{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	
.overlay-button_sp{ 	
width: 90%; 	
padding: 5px 25px; 	
font-size: 18px; 	
background-color: #FF0000; 	
color: white; 	
text-decoration: none; /* リンクの下線を消す */ 	
display: inline-block; 	
font-weight: bold; 	
border-radius: 5px; 	
box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3); 	
border: 2px solid #FFF; 	
} 	
	
.overlay-button_sp:hover { 	
background-color: #DB2773; 	
} 	
.space { 	
height: 0; 	
background-color: transparent; /* 背景色を透明にする */ 	
} 	
	
/* 画像やボタンの位置調整 */ 	
.sp .top_contact { 	
padding-top: 40px; /* 上部に余白を確保 */ 	
} 
	
/*TOP会期中のご連絡先	*/
.top_contact {
  background-color: #fff; 
  padding: 20px 30px;
  border-radius: 8px; 
  margin: 20px 0; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  width: 90%;	
  margin-left: auto; 
  margin-right: auto;
  border: 3px solid #f00; 
  padding: 16px;
  border-radius: 8px;
  text-align: center; 
}	
	.contact_title{
		font-size: 22px;
		color: #f00;
		font-weight: bold;
	}
	/*awardボタン掲載*/ 	
.top_awardbtn{ 	
width: 90%; 	
margin-left: auto; 	
margin-right: auto; 	
} 	
.top_awardbtn a img{ 	
width: 100%; 	
display:inline-block; 	
} 	
	
	
	
/*インタビューボタン */ 	
/* 	
.overlay-image { 	
position: absolute; 	
top: 8%; 	
left: 50%; 	
transform: translate(-50%, -50%); 	
z-index: 10; 	
} 	
	
.overlay-image img { 	
width: 500px; 	
height: 50px; 	
} 	
*/ 
	
.overlay-image {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* 他の要素より前に表示 */
	width: 100%;
}

.overlay-image img {
    width: 100%; /* 親要素の幅に基づいてサイズを調整 */
    height: auto; /* アスペクト比を保持 */
}
/*見出し*/
h2 {
  padding: 15px 20px 18px 20px;
  font-size: 26px;
  margin-bottom:0.5em;
}
/*　内容英語　*/
/*
.main_en {
	background-color: #082357;
	width: 100%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
*/
/*　フッター　*/	
.fInner {
	width: auto;
}
.uFBox {
	height: 250px;
}
.fFlex {
	display: block;
	margin-left: 20px;
	padding-top: 10px;

}
.fFlex__rBox {
	margin-top: 20px;
}
.dFBox {
	font-size: 9px;
}

/* TOPに戻るボタン */
#page_top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 65px;
	height: 65px;
	border: none;
	background-color: rgba(255,255,255,0.8);
}

.page_top__tri {
	border-right:20px solid transparent;
	border-left:20px solid transparent;
	border-bottom:35px solid #121659;
	position: absolute;
	left: 19%;
	top: 44%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}
	
}

/*　下記以降細かい微調整　*/
@media screen and (max-width: 800px) {
#main {
  padding-top:7em;
}  
.hamburger {
  top:6em;
}
.nav.nav.active {
height: calc(100vh - 100px );	
overflow-y: auto; /* 縦方向にスクロールできるように設定 */	
top: 8.8em;
}
.overlay-image {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* 他の要素より前に表示 */
	width: 100%;
}	
}

@media screen and (max-width: 700px) {	
.sp700 {	
display: inline;	
}	
.menu-item.toggle-visible.letter-spacing-sp-414 {	
/* 高さを調整する */	
height: auto; /* 内容に応じて高さを自動で調整 */	
padding:0 0 20px 0; /* 上下に余白を追加 */	
}	
.menu-item.toggle-visible.letter-spacing-sp-414 a {	
height: 60px;	
line-height: 1.5; /* 行間を広げて見やすくする */	
padding-right: 2em;	
}
.hamburger {
    top: 6.1em;
}
/*TOP会期中のご連絡先	*/
.contact_title {
  margin-top: -5px;	
}
	.contact_detail{
		padding-top: 0.5em;
	}	
}

@media screen and (max-width: 600px) {
	.sp600 {
		display: inline;
	}
	
	.uFBox {
		height: 270px;
	}
	
  .hamburger {
  top:5.2em;
}
.nav.nav.active {
	top: 8em;
}
nav.nav ul li {	
height: 36px;	
}	
nav.nav ul li a {	
height: 36px;	
}
.overlay-image {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* 他の要素より前に表示 */
}	
}	
@media screen and (max-width: 575px){	
.sp575 {	
display: block;
}
}

@media screen and (max-width: 500px) {
	.sp500 {
		display: inline;
	}
	
	.uFBox {
		height: 310px;
	}

  .hamburger {
  top:4.5em;
}
.nav.nav.active {
	top: 7em;
}
.overlay-image {
    position: absolute;
    top: 4.1%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* 他の要素より前に表示 */
}	
}
@media screen and (max-width: 450px) {	
nav.nav ul li {	
height: 33px;
font-size: 13px;	
}	
nav.nav ul li a {	
height: 33px;
font-size: 13px;
}	
nav.nav ul li a:before {	
top: 7px;	
}	
	
.menu-item.toggle-visible.letter-spacing-sp-414 a::before {	
top: 10px;	
}	
.sp414 {	
display: block;	
}	
.letter-spacing-sp-414{	
letter-spacing: -1px;	
}
.nav ul li a span.btn2l { 	
width: 450px; 	
line-height: 2.5em; 	
padding-top: 0.3em; 	
padding-right: 1em; 	
}
.overlay-image {
   position: absolute;
   top: 4%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 10; /* 他の要素より前に表示 */
}	
}


@media screen and (max-width: 414px) {
.hamburger {
top:4.2em;
}
.nav.nav.active {
height: calc(100vh - 100px );	
overflow-y: auto; /* 縦方向にスクロールできるように設定 */
}
.overlay-image {
    top: 3.5%;
}	
.top_contact {
		padding: 16px 0px;
	}		
}
	
@media screen and (max-width:375px){	
.nav.nav.active {	
height: calc(100vh - 95px );	
overflow-y: auto; /* 縦方向にスクロールできるように設定 */	
}	
nav.nav ul li {	
height: 32px;	
font-size: 13px;	
}	
nav.nav ul li a {	
height: 32px;	
font-size: 13px;	
}	
.menu-item.toggle-visible.letter-spacing-sp-414 a {	
line-height: 1.5;	
}	
.menu-item.toggle-visible.letter-spacing-sp-414 a::before {	
top: 11px;	
}

/* 375px 以下の画面幅で、Chrome のみ適用 */
  body.chrome .overlay-image {
    top: 3.5% !important;
  }
}
/* WebKit ベースのブラウザで、375px 以下のときに適用されるスタイル */
/*
@media screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 0) {
  .overlay-image {
    top: 4.5%;
  }
}
*/

@media screen and (max-width: 320px) {
.hamburger {
top:3.5em;
}  
.nav.nav.active {
	top: 6em;
}
.menu-item.toggle-visible.letter-spacing-sp-414 a {	
line-height: 1.2;	
}	
.sp320 {	
display: block;	
}	
#main {
  padding-top:6em;
}
}

</pre></body></html>