@charset "utf-8";

body {
	font-family: "Helvetica","Noto Serif JP";
	color: #42423c;
	line-height: 160%;
}

.f-w {
	font-weight: normal;
}

.kochira-fw {
    font-weight: 600;
}

.f-w-b {
    font-weight: bold;
    color: red;
}

.kochira {
	font-weight: normal;
    cursor: pointer;
}

.color-red {
	color: red;
}

.kannbai-line {
	text-decoration: line-through;
}

.random-container {
	width: 100%;
	text-align: center;
}

.logomark {
	display: none;
}

.menu-title {
    margin: 10px 10px 10px 10px;
    font-weight: bold;
}

.menu-ichiran .mokuji {
	display: block;
	padding: 10px 10px 10px 10px;
}

.menu-ichiran .mokuji {
	border-top: 1px solid #000;
    margin: 0;
    position: relative;
}

.mokuji-last {
	border-bottom: 1px solid #000;
}

@media screen and (min-width : 960px) {
	.sp-menu {
		display: none;
	}
	.menu-title {
		display: none;
	}
}

.randomshow {
	width: 100%;
	height: auto;
}

@media screen and (min-width : 960px) {
	.randomshow {
		width: 100%;
		height: 100vh;
	}
}

.space_mv {
	width: 100%;
	height: auto;
}

@media screen and (min-width : 960px) {
	.space_mv {
		width: 100%;
        height: 100vh;
        /*height: 55vw;*/
	}
}

/*モーダルウインドウCSS*/

.modal-area00 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg00 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper00 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper00 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 615px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal00 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area01 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg01 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper01 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal01 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area02 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg02 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper02 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal02 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area03 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg03 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper03 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper03 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal03 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area04 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg04 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper04 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper04 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal04 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area05 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg05 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper05 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper05 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal05 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area06 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg06 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper06 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper06 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal06 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area07 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg07 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper07 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper07 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal07 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area08 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg08 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper08 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper08 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal08 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area09 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg09 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper09 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper09 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal09 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area10 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg10 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper10 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper10 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal10 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area11 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg11 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper11 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper11 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal11 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area12 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg12 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper12 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper12 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal12 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area13 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg13 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper13 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper13 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal13 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area14 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg14 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper14 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper14 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal14 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area15 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg15 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper15 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper15 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal15 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area16 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg16 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper16 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper16 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal16 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area17 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg17 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper17 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper17 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal17 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area18 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg18 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper18 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper18 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal18 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area19 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg19 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper19 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper19 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal19 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area20 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg20 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper20 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper20 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal20 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area21 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg21 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper21 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper21 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal21 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area22 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg22 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper22 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper22 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal22 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area23 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg23 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper23 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper23 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal23 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area24 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg24 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper24 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper24 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal24 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area25 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg25 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper25 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper25 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal25 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area26 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg26 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper26 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper26 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal26 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area27 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg27 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper27 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper27 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal27 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area28 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg28 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper28 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper28 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}
.close-modal28 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area29 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg29 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper29 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper29 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}

.close-modal29 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area30 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg30 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper30 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper30 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}

.close-modal30 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area31 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg31 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper31 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper31 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}

.close-modal31 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area32 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg32 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper32 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper32 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}

.close-modal32 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.modal-area33 {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg33 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.9;
}

.modal-wrapper33 {
    position: absolute;
	top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
	width: 90%;
    max-width: 360px;
	padding: 10px;
    background-color: #fff;
	z-index: 20;
}

@media screen and (min-width : 520px) {
.modal-wrapper33 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 640px;
    padding: 30px 30px;
    background-color: #fff;
}
}

.close-modal33 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

/*モーダルウインドウCSS終了*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;  
}
  
li {
	list-style: none;
}
  
a { 
	text-decoration: none; 
	color:#42423c;
	font-weight: bold;
}
  
a:hover { 
	text-decoration: underline; 
	color:#42423c;
}

.color {
	color: #42423c;
}

.color:hover {
	color: red;
}
  
.container {
	width: 100%;
	padding: 30px;
}
  
@media screen and (min-width: 520px) {
	.container {
	  width: 100%;
	  padding: 40px;
	}
}

@media screen and (min-width: 960px) {
	.container {
	  width: 100%;
	  padding: 50px 170px 0px 170px;
	}
}

.container_space {
	width: 100%;
	padding: 30px;
}

@media screen and (min-width: 520px) {
	.container_space {
	  width: 100%;
	  padding: 40px;
	}
}

@media screen and (min-width: 960px) {
	.container_space {
	  width: 1000px;
	  margin: 0 auto;
	}
}
  
.header {
	width: 100%;
	height: 100px;
	position: relative;
}
  
@media screen and (min-width: 520px) {
	.header {
	  width: 100%;
	  height: 65px;
	}
}
  
@media screen and (min-width: 960px) {
	.header {
	  width: 100%;
	  height: 72px;
	}
}
  
.header-logomark-sp {
	position: relative;
	top: 56%;
	width: 60px;
}
  
@media screen and (min-width: 520px) {
	.header-logomark-sp {
		display: none;
	}
	.header-logomark {
	  width: 60px;
	  top: 200%;
	  left: 1%;
	}
	
}
  
@media screen and (min-width: 960px) {
	.header-logomark-sp {
		display: none;
	}
	.header-logomark {
	  width: 80px;
	  top: 81%;
	  left: 2%;
	}
}
  
.menu {
	display: none;
}

.menu_space {
	display: none;
}
  
.g-nav { 
	position:fixed;
	z-index: 100; 
	top:0;
	left: -120%;
	width:100%;
	height: 100vh; 
	background: rgb(240, 240, 240);
	transition: all 0.6s;
}
   
.g-nav.panelactive {
	left: 0;
}
   
.g-nav.panelactive { 
	position: fixed;
	z-index: 1; 
	width:100%;
	height: 100vh; 
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
  
.g-nav ul {
	position: absolute;
	z-index: 999;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
  
.g-nav li {
	list-style: none;
	text-align: center; 
}
  
.g-nav li a {
	color: #42423c;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
  
.openbtn {
	position: absolute;
	z-index: 99;
	top: 45%;
	right: 2%;
	cursor: pointer;
	width: 60px;
	height: 60px;
}
  
@media screen and (min-width: 520px) {
	.openbtn {
		display: none;
	}
}
  
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #000;
	width: 45%;
}
  
.openbtn span:nth-of-type(1) {
	top:15px; 
}
  
.openbtn span:nth-of-type(2) {
	top:23px;
}
  
.openbtn span:nth-of-type(3) {
	top:31px;
}
  
.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
  
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
  
.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
  
.menu-list {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 5px;
}
  
@media screen and (min-width: 520px) {
	.menu-list {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 4px;
	  font-size: 12px;
	}
}
  
@media screen and (min-width: 960px) {
	.menu-list {
	  margin: 2px;
	  padding: 2px;
      font-size: 10px;
	}
}

@media screen and (min-width: 1315px) {
	.menu-list {
	  margin: 5px;
	  padding: 5px;
      font-size: 16px;
	}
}
  
.menu-list:hover {
	  background-color: rgba(255, 255, 255, .5);
	  color: #42423c;
	  cursor: pointer;
	  transition: .3s;
}
  
@media screen and (min-width: 520px) {
	.menu {
		display: flex;
		justify-content: center;
		width: 740px;
		margin-top: 35px;
	}
}
  
@media screen and (min-width: 960px) {
	.menu {
	  display: flex;
	  justify-content: center;
	  width: 100%;
	  margin-top: 0;
      position: relative;
      top: 10px;
	}
}

@media screen and (min-width: 1315px) {
	.menu {
	  display: flex;
	  justify-content: center;
	  width: 100%;
	  margin-top: 0;
      position: relative;
      top: 0px;
	}
}

@media screen and (min-width: 520px) {
	.menu_space {
		display: flex;
		justify-content: space-evenly;
		width: 740px;
		margin-top: 35px;
	}
}
  
@media screen and (min-width: 960px) {
	.menu_space {
	  display: flex;
	  justify-content: space-evenly;
	  width: 100%;
	  margin-top: 0;
	}
}
  
.contents {
	width: 100%;
}
  
@media screen and (min-width: 520px) {
	.contents {
	  width: 100%;
	}
}
  
@media screen and (min-width: 960px) {
	.contents {
	  width: 100%;
	}
}
  
.main {
	width: 100%;
}
  
@media screen and (min-width: 520px) {
	.main {
	  width: 100%;
	}
}
  
@media screen and (min-width: 960px) {
	.main {
	  width: 100%;
	}
}
  
.footer {
	width: 100%;
	font-size: 90%;
	padding-top: 6px;
	border-top: 1px solid #000;
}
  
@media screen and (min-width: 520px) {
	.footer {
	  width: 100%;
	  font-size: 90%;
	  padding-top: 6px;
	  border-top: 1px solid #000;
	}
}
  
@media screen and (min-width: 960px) {
	.footer {
	  width: 100%;
	  font-size: 90%;
	  padding-top: 6px;
	  border-top: 1px solid #000;
	}
}
  
.main .topics{
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
}

.main .topics h2 {
	font-size: 16px;
	margin-bottom: 20px;
}

@media screen and (min-width: 520px) {
.main .topics h2 {
	font-size: 20px;
	}
}

.tenpo-concept {
	font-weight: bold;
}

.blog-text {
	font-size: 12px;
}

.topics-text {
	font-size: 14px;
	margin-bottom: 24px;
}

.h3-fontsize {
	font-size: 14px;
	color: #42423c;
}

@media screen and (max-width: 320px) {
	.modal-topic {
		font-size: 10px;
		color: #42423c;
	}
}

@media screen and (min-width: 321px) {
	.modal-topic {
		font-size: 14px;
	}
}

.text-kochira {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira00 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira01 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira02 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira03 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira04 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira05 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira06 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira07 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira08 {
	cursor: pointer;
	font-weight: normal;
}
.text-kochira09 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira10 {
	cursor: pointer;
	font-weight: normal;
}
.text-kochira11 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira12 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira13 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira14 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira15 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira16 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira17 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira18 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira19 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira20 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira21 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira22 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira23 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira24 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira25 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira26 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira27 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira28 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira29 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira30 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira31 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira32 {
	cursor: pointer;
	font-weight: normal;
}

.text-kochira33 {
	cursor: pointer;
	font-weight: normal;
}

.access-text-title {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (min-width: 520px) {
	.topics-text {
		font-size: 14px;
		color: #42423c;
	}
	.h3-fontsize {
		font-size: 18px;
	}
	.modal-topic {
		font-size: 16px;
	}
}

.h2-title {
	font-weight: bold;
}

.season-menu {
	display: flex;
}

.season-suop-okazu-left {
	font-size: 12px;
	border: solid 2px #000;
	padding: 8px;
}

.season-suop-okazu-right {
	font-size: 12px;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	border-top: solid 2px #000;
	padding: 8px;
}

@media screen and (min-width: 520px) {
	.season-suop-okazu-left {
		font-size: 14px;
		padding: 20px;
	}
	.season-suop-okazu-right {
		font-size: 14px;
		padding: 20px;
	}
}

@media screen and (min-width: 960px) {
	.season-suop-okazu-left {
		font-size: 16px;
	}
	.season-suop-okazu-right {
		font-size: 16px;
	}
}

.chuushaku {
	font-size: 13px;
	font-weight: bold;
}

@media screen and (min-width: 520px) {
	.chuushaku {
		font-size: 16px;
	}	
}

.contact-form {
	width: 100%;
	height: 570px;
    display: grid;
    align-items: center;
    justify-content: center;
	border-top: 1px solid #000;
	overflow: hidden;
}

@media screen and (min-width: 520px) {
	.contact-form {
	  width: 100%;
	  height: 570px;
      display: grid;
      align-items: center;
      justify-content: center;
	  border-top: 1px solid #000;
	  overflow: hidden;
	}
}

@media screen and (min-width: 960px) {
	.contact-form {
	  width: 100%;
	  /*height: 60vh;*/
      display: grid;
      align-items: center;
      justify-content: center;
	  border-top: 1px solid #000;
  }
}

.contact-form_space {
	width: 100%;
	height: 900px;
    display: grid;
    align-items: center;
    justify-content: center;
	border-top: 1px solid #000;
	overflow: hidden;
}

@media screen and (min-width: 520px) {
	.contact-form_space {
	  width: 100%;
	  height: 800px;
      display: grid;
      align-items: center;
      justify-content: center;
	  border-top: 1px solid #000;
	  overflow: hidden;
	}
}

@media screen and (min-width: 960px) {
	.contact-form_space {
	  width: 100%;
	  /*height: 60vh;*/
      display: grid;
      align-items: center;
      justify-content: center;
	  border-top: 1px solid #000;
  }
}

.detail-text {
	font-size: 14px;
}

.access-text {
	font-size: 14px;
}

.live-flyer {
	width: 330px;
	height: 330px;
	margin-top: 8px;
}

.past-performers {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.performers {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.event-flyer-wreath {
	width: 300px;
	height: 283px;
}
.event-flyer-kinoene {
	width: 200px;
	height: 283px;
}
.chuuijikou {
	margin-top: 20px;
	font-weight: bold;
}

@media screen and (min-width: 520px) {
	.live-info {
		display: flex;
		justify-content: space-between;
	}
	.detail-text {
		font-size: 14px;
	}
	.access-text {
		font-size: 14px;
	}
	/*.live-detail {
		margin-bottom: 10px;
	}*/
	.live-flyer {
		width: 300px;
		height: 300px;
	}
	.past-performers {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	.performers {
		font-size: 14px;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.chuuijikou {
		margin-top: 20px;
		font-weight: bold;
	}
}

@media screen and (min-width: 960px) {
	/*.access-text {
		margin-bottom: 20px;
	}
	.live-detail {
		margin-top: 10px;
		margin-bottom: 20px;
	}*/
	.detail-text {
		font-size: 16px;
	}
	.access-text {
		font-size: 16px;
	}
	.access-text-title {
		font-size: 20px;
		font-weight: bold;
	}
	.live-flyer {
		width: 400px;
		height: 400px;
	}
	.performers {
		font-size: 16px;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.event-flyer-wreath {
		width: 400px;
		height: 400px;
	}
	.event-flyer-kinoene {
		width: 400px;
		height: 566px;
	}
	.topics-text {
		font-size: 16px;
	}
}

.form-title {
    text-align: left;
    font-size: 16px;
    margin-bottom: -38px;
    font-weight: bold;
}

.form-title_space {
    text-align: left;
    font-size: 16px;
    /*margin-bottom: -38px;*/
    font-weight: bold;
}

@media screen and (min-width: 520px) {
.form-title {
    font-size: 20px;
	}

form {
	width: 100%;
	margin: 0 auto;
    }

}

@media screen and (min-width: 520px) {
    .form-title_space {
        font-size: 20px;
        }
    
    form {
        width: 100%;
        margin: 0 auto;
        }
    
    }

@media screen and (min-width: 520px) {
	.form-title {
		text-align: center;
		margin-bottom: -80px;
	}

	form {
    width: 660px;
	}
}

@media screen and (min-width: 520px) {
	.form-title_space {
		text-align: center;
		margin-bottom: -80px;
	}

	form {
    width: 660px;
	}
}

.item {
    overflow: hidden;
    margin-bottom: 20px;
}

.label {
	padding-left: 0;
}

@media screen and (min-width: 520px) {
.label {
    float: left;
    margin-right: 20px;
    width: 140px;
    padding-left: 10px;
 }
}

.inputs {
	float: left;
	width: 100%;
}

@media screen and (min-width: 520px) {
.inputs {
    float: left;
    width: 450px;
 }
}

input[type="text"],
input[type="email"] {
    border: solid 1px #000;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
}

textarea {
    border: solid 1px #000;
    border-radius: 5px;
    padding: 10px;
    height: 200px;
    width: 300px;
    font-size: 15px;
}

.textarea_space {
    height: 300px;
}

.info-button {
    text-align: center;
}

input[type="submit"] {
    background-color: #000;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.yajirushi-wrapper {
	display: flex;
	margin-bottom: 20px;
}

.yajirushi-migi {
	padding-right: 50px;
	width: 80px;
}

.yajirushi-hidari {
	padding-right: 50px;
	width: 80px;
}

/*3Fスペース*/

.event_img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 520px) {
	.event_img {
        width: 350px;
        height: auto;
    }
}

.heimenzu_size {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 520px) {
	.heimenzu_size {
        width: 600px;
        height: auto;
        text-align: center;
    }
}

.ct {
    text-align: center;
}