@charset "UTF-8";
/* --[ html5 reset ]---------------------------------------------------------------------- */
html, body, div, span, address, img, strong, i, dl, dt, dd, ol, ul, li, table, tr, th, td, footer, header, menu, section {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
	-webkit-font-smoothing: antialiased; /* safariの太字を調整 */
	height:100%;
	background: #41210F;
}

body {
	overflow: hidden;
	color: #fff;
	line-height: 1.6;
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	/* background: #000; */
	min-height:100%;
}
body.animation{
	background: #ccc;
}

#wrap{
	min-height:100%;
}

/* --[ Web font ]---------------------------------------------------------------------- */



/* --[ anchors ]---------------------------------------------------------------------- */
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #DA272C;
}
a:hover, a:focus {
	color: #DA272C;
	text-decoration: none;
}
a:hover, a:active {
	outline: none;
}
a:link {
	-webkit-tap-highlight-color: rgba(229,242,238,0.5); /* iPhoneでリンクをタップ時の色 */
}
li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
}

p:first-child {	margin-top: 0; }
p:last-child { margin-bottom: 0; }

img {
	margin: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}

.header img[src$=".svg"],
.footer img[src$=".svg"]{
	width: 100%;
}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

header, footer {
	display: block;
}


/* --[ loader ]---------------------------------------------------------------------- */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity:0.78;
	background: #fff;
	z-index: 9999;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	z-index: 2;
}


/* --[ header ]---------------------------------------------------------------------- */
.header-wrapper {
	position: fixed;
	z-index: 999;
	width: 100%;
	/* background-color: #000; */
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	/*-- 追加ここから --*/
	/* background: #000; */
	/*-- 追加ここまで --*/

}

.col2 {
	width: 130px;
	height: 44px;
	margin: 0;
	padding: 0;
	margin-top: -2px;

}

.col2 a.left-btn { display: block; padding: 0px 0 0 0; margin-left: -3px;}
.col2 a.right-btn { display: block; padding: 0px 0px 0 0; margin-right: -3px;}


/* --[ select lang ]---------------------------------------------------------------------- */
.header select::-ms-expand {
	display: none;
}


/* --[ list ]---------------------------------------------------------------------- */
.list-title {
	box-sizing: border-box;
	width: 100%;
	/*background-color: #000; */ /* リストタイトル色を差し替え */
	margin-bottom: 10px;
}
.list-title h1 {
	font-size: 24px;
	line-height: 1.5;
	/* color: #fff; */
	text-align: center;
	/*-- 追加ここから --*/
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	padding-top:10px
	/*-- 追加ここまで --*/


}

/*-- リスト内番号、2段にする変更ここから --*/
.list-box{
 display:flex;
 color:#fff;
 background:#595959;
 height:90px;
 width:100%;
 padding-left:7px;
}

.list-number{
 font-size:1em;
 font-weight:bold;
 padding:25px 3px 25px 8px;
 width:10%;

}

.list-text{
 padding:25px 5px;
 width:90%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: space-around;
}

.list-m-text{
 font-size:1em;
 font-weight:bold;
 line-height: 1.3;
 text-indent: -1.45em;
 margin-left: 1.45em;
 margin-bottom:2px;
}

.list-s-text{
 font-size:11px;
 /* margin-top:-3px; */
 /* margin-left: 24px; */
 line-height: 1.0;
}
/*-- リスト内番号、2段にする変更ここまで --*/

.list {
	box-sizing: border-box;
	/* width: 100%; */
	padding: 0 10px;
	display: flex;
	width: 95%;
	/* height: 90px; */
	margin: 0 auto 10px;
}

.list img{
	border-radius: 10px;
}

/*右矢印*/

.list-arrow{
  position: relative;
  display: inline-block;
  padding-right: 3px;
  width:9%;
}

.list-arrow::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
/*
.list a:after{
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	width: 18px;
	height: 18px;
	margin: 43px 20px 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

.list p:nth-child(1){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	min-width: 120px;
	margin: 0 0 0 0;
}
.list p:nth-child(1) span {
	display: block;
	width: 120px;
	/*background-color: #003854;*/
	overflow: hidden;
	position: relative;
	margin: auto;
}
.list p:nth-child(1) span img {
/*	position: absolute;*/
	width: 120px;
	height: 90px;
	/* -- 変更ここから
	top: 38%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: cover;
	変更ここまで -- */

	object-fit: cover;
}
/*
.list p:nth-child(1) span:after {
	display: block;
	padding-top: 100%;
	content: '';
}
*/
.list p:nth-child(2){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	min-height: 58px;
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5px 0;
	/*-- 変更ここから　---*/
	font-size: 1.1em;
	background-color: #006581;
	/*-- 変更ここまで　---*/
	height:90px;
	padding-left: 21px;
	/*opacity: 0.5;*/
}


.list a:visited p:nth-child(2) {
	color: #fff;
}
.list a p:nth-child(2):hover {
	color: #fff;
}
.list p:nth-child(3){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-preferred-size: 35px;
	flex-basis: 35px;
	font-size: 11px;
	color: #fff;
	margin: 0 0px 3px 4px;
}
.list p:nth-child(3) span{
	display: block;
	margin-left: auto;
}
.list a:visited span {
	color: #ccc;
}


/* --[ bottom arrows ]---------------------------------------------------------------------- */
.footer-wrapper {
	overflow: hidden;
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #000;
	/* opacity: 0.8; */
}
.footer {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

    /*iPhoneセーフエリア設定*/
	height: calc(56px + env(safe-area-inset-bottom));
	line-height: 56px;
	padding-bottom: calc(env(safe-area-inset-bottom));
	padding-top: calc(env(safe-area-inset-bottom) - 35px);
}
.footer-arrow {
	width: 100%;
	margin: 0;
	padding: 0;
	position:relative;
}
.footer-arrow a {
	display: block;
	width: 37px;
	padding: 90px 0 0 0;
	position: absolute;
	z-index:10;
}
.text-play{
	position: absolute;
	bottom:8px;
  color:#FFFF00;
	left: 50%;
	transform: translate(-50%, 0);
	font-size:13px;
}



/* --[ content-top-page ]---------------------------------------------------------------------- */
.content-top {
	width: 100%;
	margin: 0;
	padding: 48px 0;
}
.content-top img {
	z-index: 1 !important;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;

}

footer.logo {
	/* display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: center; */
	padding: 16px 16px 0;
	/* background:#000; */
}
footer .logo-box {
	width: 300px;
	height: auto;
	min-width: 140px;
	text-align: center;
}
footer.logo img {
	width: 93%;
	height: auto;
}


/* --[ content-sub-page common ]---------------------------------------------------------------------- */
.content-list,
.content-map {
	width: 100%;
	margin: 0;
	padding: 50px 0 60px;
	/*-- 追加ここから --*/
	/* background:#000; */
	/*-- 追加ここまで --*/

}

.content {
	width: 100%;
	margin: 0;
	padding: 48px 0 175px;/* 下のメニュー比率と合わせて調整**/
	/* background:#000; */
}

.content img {
	z-index: 1 !important;
	width: 100%;
	max-width: 100%;
	height: auto;
}


/* --[ info page ]---------------------------------------------------------------------- */
.content-info {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 24px 0px;
}
.content-info p {
	font-size: 107%;
	line-height: 1.57;
	margin: 0 0 2em;
}


/* --[ map page ]---------------------------------------------------------------------- */
.content-map .map {
	z-index: 1 !important;
	width: 90%;
	/* max-width: 100%; */
	height: auto;
	margin: 0px 5% 0;
}


/* --[ map tab ]---------------------------------------------------------------------- */
.tab-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
}
.tab{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 10px;
	margin: 1px;
	list-style: none;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}
.panel{
	display: none;
}
.tab.is-active{
	background-color: #666;
	color: #fff;
	transition: all 0.2s ease-out;
}
.panel.is-show{
	display: block;
}


/* --[ guide page ]---------------------------------------------------------------------- */
.main {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 5% 0px;
	/* background:#000; */
}
.main p {
	/* font-size: 107%; */
	line-height: 1.6;
	margin-bottom: 0;
  text-indent: 1em;
}
.main p.chu {
    display: block;
	font-size: 103%;
	line-height: 1.57;
    letter-spacing: -0.2px;
	margin: 26px 0 2em;
}

h2.work-title:first-line {
	font-size: 22px;
}
h2.work-title {
	font-size: 18px;
	line-height: 1.28;
	margin: 0.7em 0 0.6em;
	text-align: center;
}
h2.select-tour {
	font-size: 48px;
	line-height: 1.28;
	margin: 0.7em 0 0.6em;
	text-align: center;
	border-bottom:solid 2px #fff;
}

#commentary .content,#commentary .main{
	/* background:#790000 !important; */
}

#commentary .main{
	font-size:.9em;
}

.to_commentary {
	margin:20px auto;
	text-align:center;
}

.btn_to_commentary, #machiaruki .modal-close {
	padding:15px 40px;
	margin:auto;
	background:#fff;
	color:#41210F;
	letter-spacing:2px;
	border-radius:50px;
	font-weight:bold;
}

/* --[ fontsize-change ]---------------------------------------------------------------------- */
ul#fontSize {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 0.35em;
}
ul#fontSize li {
	display: block;
	width: 22px;
	height: 22px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 1px 0 0;
	padding: 4px 6px 6px 2px;
	cursor: pointer;
}
#changeArea ul#fontSize li a {
	display: block;
}

#changeArea ul#fontSize li.s {
	font-size: 12.5px;
	text-align: right;
	margin-left:0;
	padding: 10px 2px 0 6px;
}
#changeArea ul#fontSize li.active {
	color: #4C4CB8;
	text-decoration: none;
	cursor: default;
}
/* --[ style ]---------------------------------------------------------------------- */
.red { color: #DA272C; }

.center { text-align: center; }
.left {	text-align: left; }
.right { text-align: right; }

.right-b { margin: 0 0 0 auto; }
.border-b { border-bottom: 1px solid #6e6e6e; }

.left-b-arrow {
	margin: 0 0 0 16px;
	left:0;
 }
.right-b-arrow {
	margin: 0 16px 0 0;
	right:0;
 }

.ai1 { width: 62px; height: 55px; }
.ai2 { width: 62px; height: 55px; }


.top-box {
	/* padding-top: 200px;
	padding-bottom: 76px;
	padding-left: 45px;
	padding-right: 45px; */
	position: relative;
	/* background-image:url("../../assets/img/top.jpg");
	background-size:cover; */
	margin: 72px 16px 16px;
	min-height: 500px;
}


.guide {

    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 0;
}
/*top角丸*/
.top-button {
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
 	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
	text-align: center;;
	align-items: center;
	color: #fff;
	border: 1px solid white;
	background-color:#000;
	border-radius: 10px;
	font-weight: bold;
	width: 80%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	padding: 0px;

}

#panolens {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 700px;
	height: 365px;
}

video {
	max-width: 100%;/* はみ出ないように */
  }
  p {
	margin: 0 0 5px;
  }
  #myCanvas {
	max-width: 100%;/* はみ出ないように */
	display: block;
	margin: 0 auto;
  }
  p {
	margin: 0 0 5px;
  }

.col2.right.info{
	width:100%;
}
body#top{
	min-height:100%;
}
/* body#top, body#info{

	background: linear-gradient(45deg, #000000 25%, #777777 100%);
	background-attachment: fixed !important;
} */
#top .message{
	/* display: flex;
  justify-content: center; */
	margin-top:32px;
	line-height:1.3;
	font-size:22px;
	font-weight: bold;
}
#map .main p{
	margin-bottom:0;
}
#video .footer-arrow a{
	padding-top:16px;
}
body#david{
	/* background:#004C71; */
}
#david .content, #david .main{
	/* background:#004C71; */
}
.list-box.img{
	padding:0;
}
.list-box.img .list-text{
	padding:0;
	padding-left:5px;
}
#machiaruki .modal-container{
	padding:0;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
	z-index: 1100;
	transition: .5s;
}
#machiaruki .modal-container.active{
	opacity: 1;
	visibility: visible;
}
#machiaruki .layer_board_bg{
	background: linear-gradient(to bottom, #031036 37%, #727A8D 100%);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}
#machiaruki .layer_board{
	background:transparent;
	color:#fff;
	margin: 0 auto;
	padding: 3em;
	padding-right:40px;
	padding-left:40px;
	position: relative;
	max-width: 800px;
	box-sizing: border-box;
  font-size: 18px;
	z-index: 1200;
	top: 0;
	left: 0;
	transform:none;
}
#machiaruki .layer_board_content{
	margin: 36px auto 48px;
}
#machiaruki .layer_board h2{
	margin-bottom:32px;
}
#machiaruki .layer_board p{
	font-size:16px;
	line-height: 1.7;
	margin-bottom:16px;
}
#machiaruki .content, #machiaruki .main{
	/* background:#031036; */
}
#machiaruki .btn_to_commentary, #machiaruki .modal-close{
	background:transparent;
	border: solid 2px #fff;
	color:#fff;
}
#machiaruki .modal-close{
	border: solid 2px #fff;
	color:#ffffff;
}



@media only screen and (min-width: 768px){
	.col2 a.left-btn,
	.col2 a.right-btn { padding: 6px 39px 0; }

	.navToggle { padding: 0 0 0 33px; }
	nav.globalMenuSp ul li a { padding: 14px 35px 14px 0; }

	footer.logo { padding: 20px 30px; }

	.list-title { padding: 13px 0 12px 37px;background-color: #fff; }
	.list-title h1 { font-size: 23px;color: black; }
	.list {	padding: 0 29px; }
	.list p:nth-child(1) { -ms-flex-preferred-size: 102px; flex-basis: 102px; min-width: 102px; }
	.list p:nth-child(1) span { width: 100px; }
	.list p:nth-child(2) { font-size: 21px; }

	.main {
		font-size: 110%;
		line-height: 1.58;
		padding: 0px 30px 0;
	}
	h2.work-title {	font-size: 24px; }

	/* .footer-arrow {	width: 190px; }
	.footer-arrow a { padding: 11px 55px 0; } */


	/* --[ fontsize-change ]---------------------------------------------------------------------- */
	ul#fontSize { margin: 0 0.5em 0.45em; }
	ul#fontSize li { font-size: 20px; }
	#changeArea ul#fontSize li.s { font-size: 14.5px; }

}


@media only screen and (min-width: 828px){
	.wrapper,
	.header,
	.footer {
		width: 828px;
		margin: 0 auto;
	}
}
/* @media (max-width:375px){
	.top-box {
		padding-bottom: 42px;
	}
} */


@media screen and (max-width: 480px){
	#machiaruki .layer_board {
	    width: 100%;
	    font-size: 17px;
	    /* margin: 1em auto; */
	    padding: 1.5em;
			padding-right:40px;
			padding-left:40px;
	}
}
.perspective{
	-webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: calc(50% + 120px) 50%;
    perspective-origin: calc(50% + 120px) 50%;
}

.flip-in-ver-left {
	/* margin:20px 0; */
	/* padding:20px 0; */
	-webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	background: #41210F;
	/* border: 8px solid #fff; */
	overflow: hidden;
	box-sizing: border-box;
	/* transform-origin: right; */
	-webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);

}

.swing-in-right-bck {
	-webkit-animation: swing-in-right-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s both;
	        animation: swing-in-right-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s both;
}

.fade-in{
animation-name:fadeInAnime;
animation-duration:0.5s;
animation-delay: 1.2s;
animation-fill-mode:forwards;
opacity:0;
}
.animation .fade-in{
	animation-delay: .9s;
}



/**
 * ----------------------------------------
 * animation flip-in-ver-left
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
            transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
            transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-1-13 20:6:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-right-bck
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-right-bck {
  0% {
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@keyframes swing-in-right-bck {
  0% {
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

form#keyform{
	text-align: center;
	margin-top:16px;
}
#keyform input[type='text']{
	display: block;
	width:200px;
	margin:8px auto;
	font-size:18px;
	padding:12px;
	border:1px solid #000;
	outline: unset;
}
#keyform input[type='button']{
	-webkit-appearance: none;
	display: block;
  width: 104px;
  margin: 16px auto 16px;
  font-size: 16px;
  padding: 8px;
  border-radius: 22px;
  background: #666;
  color: #fff;
	font-family: inherit;
  border: none;
  font-weight: bold;
}

.lock-icn{
	background: url(../img/locked.png) no-repeat 0px 0px;
	background-size: contain;
	width: 80px;
  height: 80px;
  text-align: center;
  text-indent: -9999px;
  /* cursor: pointer; */
  z-index: 2;
  bottom: 36px;
  left: 50%;
  margin-left: -40px;
	position: absolute;
}
.lock .audioplayer-stopped .audioplayer-playpause a, .lock .audioplayer-bar, .lock .audioplayer-time{
	display: none;
	animation-delay:0.2s;
	animation-duration:0.8s;
}
.lock p{
	margin-bottom:8px;
	font-size:16px;
	line-height:1.6;
}
.lock .answer{
	font-weight:bold;
	text-align: center;
	font-size:20px;
}

.logo a{
	margin-bottom:24px;
	display: block;
}
.start {
	width: 272px;
	text-align: left;
	margin:0 auto;
	padding-left:32px;
  color: #fff;
	height:72px;
  border-radius: 36px;
  font-size: 18px;
  position: relative;
  background: #C52548;
	display: flex;
  align-items: center;
	line-height: 1.3;
}
.start:before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
}
.start:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 29.5px;
    width: 0;
    height: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
}
.main .margin-b{
	margin-bottom:12px;
}
#map h2.work-title{
	font-size: 25px;
}

/* --[ language selection ]---------------------------------------------------------------------- */
.language-selection {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.guide-title {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 40px;
	color: #fff;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.language-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.lang-btn {
	width: 280px;
	height: 60px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.lang-btn:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: scale(1.05);
}

.lang-btn:active {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(0.98);
}

@media only screen and (min-width: 768px) {
	.guide-title {
		font-size: 36px;
		margin-bottom: 50px;
	}
	
	.lang-btn {
		width: 320px;
		height: 70px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 480px) {
	.guide-title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.lang-btn {
		width: 240px;
		height: 55px;
		font-size: 18px;
	}
}
