@charset "UTF-8";
/* CSS Document */
body {
	position: relative;
	font-feature-settings: "palt";
    background-image: url(../images/image_nomalpage.webp);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
}
main {
  min-height: calc(100vh - 130px);
}

a {
    text-decoration:none; 
}


h1  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}
h2  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0.1em;
}
h3  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.1em;
}
h4  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
	line-height: 28px;
    letter-spacing: 0.05em;
}
h5  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
	line-height: 12px;
    letter-spacing: 0.125em;
}
h6  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
	line-height: 15px;
    letter-spacing: 0.05em;
}

.blue {
    color: #196AC9;	
}
.white {
    color: #FFFFFF;	
}
.darkgray {
    color: #777777;	
}
.yellow {
    color: #fff100;	
}
.gray {
    color: #999999;	
}
.navy {
    color: #004098;	
}
.glassgreen {
    color: #4da635;
}

.container_top	{
    background-image: url(../images/image_toppage.webp);
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: 100dvh;
    display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.silhouette_zageimu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/silhouette_zageimu.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.7;
}
.designarea_top {
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.designarea {
	width: 700px;
	margin-top: 35px;
	margin-bottom: 35px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}

.logo_top {
    width: 420px;
    margin-top: 55px;
    z-index: 100;
    max-height: 65vh;
}
.title_top {
    width: 700px;
	height: 32px;
    z-index: 100;
    position: absolute;
    top: 35px;
    background-image: url(../images/title_toppage.svg);
    background-repeat: no-repeat;
}
.icon_scroll {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-image: url(../images/icon_scroll_pc.svg);
	z-index: 101;
}
.sponsor {
	font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    z-index: 102;
    top: calc(100vh - 30px);
    position: absolute;
}

/*ナビゲーション*/
.menu {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    background-image: url(../images/mark_menuopen.svg);
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.menu.is-active {
    background-image: url(../images/mark_menuclose.svg);
}
.navi_back {
    flex-direction: column;
	align-items: center;
    position: fixed;
    top: 0px;
    right: -350px;
    height: 100vh;
    width: 350px;
    background-color: #004098;
    mix-blend-mode: multiply;
	opacity: 0.9;
	z-index: 888;
}
.navi_back.is-active {
    right: -100px;
	transition: 0.5s;
}
.navi_text {
	width: 350px;
    height: 100vh;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: start;
    color: #FFFFFF;
    position: fixed;
    top: 0px;
    right: -350px;
    z-index: 888;
}
.navi_text a {
    font-size: 16px;
    text-decoration: none;
	width: 350px;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
	padding-left: 20px;
}
.navi_text.is-active {
    right: -100px;
	transition: 0.5s;
}
.navi_text a:hover {
	background-color: #196AC9;
	padding-left: 30px;
	font-weight: 700;
	transition: 0.25s;
}
.top {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    background-image: url(../images/mark_top.svg);
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
}
/*ここまでナビゲーション*/


/*イントロページ*/
.container_intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea00 {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
	margin-top: 50px;
	margin-bottom: 20px;
    position: relative;
}
.contentsarea00:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #002d5c;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.6;
    z-index: -1;
    display: block;
}
.designarea00 {
	width: 700px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.imabarishi {
    width: 100vw;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-top: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
}
.imabarishi:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    display: block;
}
.copy_machidukurijigyo {
    font-size: 12px;
    line-height: 19px;
    margin-top: 7px;
}
.copy_dai1danevent {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 7px;
}
.title_quest001 {
    width: 404px;
    margin-top: 55px;
}
.bodycopy {
    text-align: center;
    margin-top: 15px;
}

.zageimu-chang {
    width: 160px;
    margin-top: 30px;
}
.oshiete {
	width: 700px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 40px;
}
.button_oshiete a{
	color: #002d5c;
    background-color: white;
    font-size: 15px;
	line-height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 15px;
    display: block;
}

/*ここまでイントロページ*/


/*金星川クエストページ*/
.container_thegame {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea0 {
    width: 700px;
    border: 5px solid #888888;
    border-radius: 40px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contentsarea0:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #002d5c;
    border: 5px solid #888888;
    border-radius: 40px 20px 20px;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.6;
    display: block;
    z-index: -1;
}
.title_thegame {
    width: 440px;
}
.thegameinimabariarea {
	width: 600px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-top: 30px;
    position: relative;
}
.thegameinimabariarea:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #002d5c;
    border-radius: 20px;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.4;
    display: block;
    z-index: -1;
}
.title_thegameinimabari {
    width: 425px;
}

.map {
	width: 400px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bridges {
    width: 552px;
    z-index: 103;
    margin-top: 5px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_bridge {
    width: 72px;
    height: 54px;
}

.container_howtoplay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contentsarea1 {
    width: 700px;
    border-radius: 40px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.contentsarea1:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 5px solid #888888;
    border-radius: 40px 20px 20px;
    position: absolute;
    opacity: 0.95;
    display: block;
    z-index: -1;
}
.contentsarea1-1 {
	width: 620px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bodycopy-j {
    text-align: justify;
}

.title_asobikata {
    height: 47px;
	margin-bottom: 10px;
    margin-right: auto;
    margin-left: 40px;
}

.leftarea1 {
    width: 450px;
}

.button_hintmovie {
    margin-top: 8px;
    margin-bottom: 8px;
}
.rightarea1 {
    width: 150px;
    margin-top: 8px;	
}

.sticker_nftquest　{
    width: 150px;
}
.caption {
	font-size: 12px;
	text-align: center;
    margin-top: 5px;	
}

.container_zageimunft {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea2 {
    width: 700px;
    border-radius: 40px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.contentsarea2:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 5px solid #888888;
    border-radius: 40px 20px 20px;
    position: absolute;
    opacity: 0.95;
    display: block;
    z-index: -1;
}
.contentsarea2-1 {
	width: 620px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.title_zageimunft {
    height: 47px;
	margin-bottom: 10px;
    margin-right: auto;
    margin-left: 40px;
}

.leftarea2 {
    width: 150px;
    margin-top: 8px;	
}

.rightarea2 {
    width: 450px;
}
.zageimu-chang_all　{
    width: 150px;
}

.setsumei_zageimu {
    margin-top: 9px;
}
.contentsarea3 {
    width: 700px;
    border-radius: 40px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.contentsarea3:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 5px solid #888888;
    border-radius: 40px 20px 20px;
    position: absolute;
    opacity: 0.95;
    display: block;
    z-index: -1;
}
.contentsarea3-1 {
	width: 620px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.leftarea3 {
    width: 430px;
}

.button_shogetsudo {
    margin-top: 18px;
    margin-bottom: 8px;
}
.rightarea3 {
    width: 170px;
    margin-top: 5px;	
}
.p_taikoman {
    width: 170px;
}

.title_comp {
    height: 47px;
	margin-bottom: 10px;
    margin-right: auto;
    margin-left: 40px;
}

.title_idea {
    height: 47px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: 40px;
}
.contentsarea4 {
    width: 700px;
    border: 5px solid rgba(128,128,128,0.50);
    border-radius: 40px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contentsarea4:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: white;
    background-color: #002d5c;
    border: 5px solid #888888;
    border-radius: 40px 20px 20px;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.6;
    z-index: -1;
	display: block;
}
.contentsarea4-1 {
	width: 620px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.leftarea4 {
    width: 620px;
}
.button_teian {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*オリエンテーション*/
.container_orientation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea5 {
    width: 700px;
	border: 1px solid #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
	position:relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contentsarea5:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #4da635;
    border-radius: 20px;
    display: block;
    mix-blend-mode: hue;
    opacity: 0.7;
    z-index: -1;
}
.contentsarea5-1 {
	width: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title_orientation {
    width: 620px;
    margin-bottom: 15px;
}


.date_orientation {
    width: 400px;
    margin-bottom: 20px;
}
.textarea_ori01 {
	z-index: 200;
}
.text_osusume {
	font-size: 25px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
}

.text_osusumenaiyou {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.text_orien-obi {
    font-size: 16px;
	text-align: center;
    width: 620px;
    background-color: #ffffff;
	border-radius: 5px;
	margin-top: 20px;
}
.time {
	line-height: 15.5px;
    border-top: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
}
.place {
	line-height: 15.5px;
}
.onecolumnarea5 {
	width: 620px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twocolumnarea5 {
	width: 620px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftarea5 {
	width: 300px;
}
.rightarea5 {
	width: 300px;
}
.event {
	line-height: 16px;
	margin-top: 11px;
	margin-bottom: 8px;
}
.eventnaiyou {
    font-size: 12.5px;
	line-height: 18px;
}
.button_ticketarea　{
	width: 620px;
}
.button_ticket a{
    color: #FFFFFF;
    background-color: black;
    font-size: 18px;
	line-height: 45px;
    padding-right: 45px;
    padding-left: 45px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 22.5px;
    display: block;
	margin-top: 40px;
}
.tachimi {
	font-size: 12px;
}
.twocolumnarea5-2 {
	width: 620px;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.leftarea5-2 {
	width: 195px;
}
.rightarea5-2 {
	width: 195px;
}
.photo {
	width: 100px;
}
.name {
	font-size: 22px;
	line-height: 30px;
}
.yomi {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
/*ここまでオリエンテーション*/

/*クリ・コモ*/
.container_darkgray	{
	background-color: #555555;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.designarea-t {
	width: 100vw;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: row;
}
.ccmark {
    height: 28px;
    margin-right: 10px;
}
.creativecommons {
	font-size: 12px;
	font-weight: 100;
    line-height: 15px;
	text-align: left;
    letter-spacing: 0.05em;
}
/*ここまでクリ・コモ*/

.text-link {
	color: #FFFFFF;
}
.notes {
	width: 700px;
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.03em;
	margin-top: 5px;
}
.notes-c {
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.03em;
	margin-top: 5px;
	text-align: center; 
}
.warichu {
    font-size: 80%;
    vertical-align: top;
    letter-spacing: -0.05em;
}

.footer_short_page {
	width: 100vw;
    position: fixed;
    bottom: 0px;
}

.copyright {
	width: 100vw;
	background-color: #000000;
	font-weight: 100;
    line-height: 60px;
	text-align: center;
    letter-spacing: 0.05em;
	padding-bottom: 20px;
}


/*ボトムロゴ*/
.logo_bottom {
	width: 100vw;
	height: 110px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 20px;
	position:relative;
}
.logo_bottom:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #002d5c;
    position: absolute;
    opacity: 0.70;
    display: block;
    z-index: -1;
}

.logo_pbc4i {
	width: 250px;
	margin-top: -5px;
}





/*ここまでボトムロゴ*/





/* for Smart Phone */
@media screen and (max-width:599px){

h4  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
	line-height: 24px;
    letter-spacing: 0.05em;
}
h5  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
	line-height: 12px;
    letter-spacing: 0.125em;
}
h6  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
	line-height: 15px;
    letter-spacing: 0.05em;
}

.container_top	{
    background-image: url(../images/image_toppage.webp);
}
.silhouette_top {
    mix-blend-mode: multiply;
    opacity: 0.75;
    position: absolute;	
    width: 100vw;
	height: 100dvh;
}

.designarea {
	width: 345px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo_top {
    width: 295px;
    margin-top: 55px;
}
.title_top {
    width: 345px;
	height: 53px;
    z-index: 100;
    position: absolute;
    top: 25px;
    background-image: url(../images/title_toppage_sp.svg);
    background-repeat: no-repeat;
}
.icon_scroll {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-image: url(../images/icon_scroll_sp.svg);
	z-index: 101;
}
.sponsor {
	font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    z-index: 102;
    top: calc(100vh - 30px);
    position: absolute;
}

.container_intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea00 {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
	margin-top: 50px;
	margin-bottom: 20px;
    position: relative;
}
.contentsarea00:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #002d5c;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.6;
    z-index: -1;
    display: block;
}
.designarea00 {
	width: 345px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.imabarishi {
    width: 100vw;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-top: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
	text-align: center;
}
.imabarishi:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    display: block;
}
.copy_machidukurijigyo {
    font-size: 12px;
    line-height: 19px;
    margin-top: 7px;
}
.copy_dai1danevent span{
    font-size: 15px;
    line-height: 8px;
    margin-bottom: 7px;
    display: inline-block;
}
.title_quest001 {
    width: 345px;
    margin-top: 55px;
    margin-bottom: 15px;
}
.bodycopy span{
    text-align: center;
    display: inline-block;
}

.zageimu-chang {
    width: 160px;
    margin-top: 30px;
}
.oshiete {
	width: 345px;
	height: 110px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	margin-bottom: 40px;
}
.button_oshiete {
    color: rgba(0,45,92,1.00);
    background-color: white;
    font-size: 13px;
	line-height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 15px;
    display: block;
}
.container_thegame {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea0 {
    width: 345px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.title_thegame {
    width: 315px;
    z-index: 103;
    margin-top: 5px;
}
.title_thegameinimabari {
    width: 285px;
}
.thegameinimabariarea {
	width: 320px;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-top: 30px;
    position: relative;
}
.map {
	width: 290px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.bridges {
    width: 290px;
    margin-top: 0px;
}
.p_bridge {
    width: 36px;
    height: 27px;
}

.container_howtoplay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contentsarea1 {
    width: 345px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contentsarea1-1 {
	width: 315px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bodycopy-j {
    text-align: justify;
}

.title_asobikata {
    width: 300px;
	margin-bottom: 10px;
    margin-left: 20px;
}

.leftarea1 {
    width: 315px;
}

.button_hintmovie {
    margin-top: 8px;
    margin-bottom: 8px;
}
.rightarea1 {
    width: 315px;
    margin-top: 8px;	
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sticker_nftquest　{
    width: 150px;
}
.caption {
	font-size: 12px;
	text-align: center;
    margin-top: 5px;	
    margin-bottom: 10px;	
}

.container_zageimunft {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea2 {
    width: 345px;
    padding-top: 15px;
    padding-bottom: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea2-1 {
	width: 310px;
    flex-direction: column;
}

.title_zageimunft {
    width: 300px;
	margin-bottom: 10px;
    margin-left: 20px;
}
	
.sticker_nftquest {
    width: 200px;
}
.leftarea2 {
    width: 315px;
    margin-top: 8px;	
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rightarea2 {
    width: 315px;
}
.zageimu-chang_all　{
    width: 150px;
}

.setsumei_zageimu {
    margin-top: 9px;
}
.contentsarea3 {
    width: 345px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contentsarea3-1 {
	width: 310px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.leftarea3 {
    width: 315px;
}

.button_shogetsudo {
    margin-top: 18px;
    margin-bottom: 8px;
}
.rightarea3 {
    width: 170px;
    margin-top: 5px;	
}
.p_taikoman {
}

.title_comp {
    width: 300px;
	margin-bottom: 10px;
    margin-left: 20px;
}

.title_idea {
    width: 300px;
	margin-bottom: 10px;
    margin-left: 20px;
}
.contentsarea4 {
    width: 345px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contentsarea4-1 {
	width: 315px;
}
.leftarea4 {
    width: 315px;
}
.button_teian {
    margin-top: 10px;
    margin-bottom: 10px;
}


	
	
	
	
	
	
.container_orientation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentsarea5 {
    width: 345px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 10px;	
}
.contentsarea5-1 {
	width: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title_orientation {
    width: 300px;
    margin-bottom: 15px;
}

.logo_orientation {
    width: 300px;
    margin-bottom: 35px;
}

.date_orientation {
    width: 310px;
    margin-bottom: 20px;
}

.text_osusume {
	font-size: 25px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
}

.text_osusumenaiyou {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.text_orien-obi {
    font-size: 16px;
	text-align: center;
    width: 310px;
    background-color: #ffffff;
	border-radius: 5px;
	margin-top: 20px;
}
.time {
	line-height: 15.5px;
    border-top: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
}
.twocolumnarea5 {
	width: 310px;
	flex-direction: column;
}
.onecolumnarea5 {
	width: 310px;
}
.leftarea5 {
	width: 310px;
}
.rightarea5 {
	width: 310px;
}
.event {
	line-height: 16px;
	margin-top: 11px;
	margin-bottom: 8px;
}
.eventnaiyou {
    font-size: 12.5px;
	line-height: 18px;
	margin-bottom: 10px;
}


.twocolumnarea5-2 {
	width: 310px;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}

.leftarea5-2 {
	width: 310px;
}
.rightarea5-2 {
	width: 310px;
}
.photo {
	width: 100px;
}
.name {
	font-size: 22px;
	line-height: 30px;
}
.yomi {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.button_ticket {
    margin-bottom: 5px;
}

.tachimi {
	text-align: justify;
	font-size: 11px;
	width:300px;
	line-height: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
}	
	
	
/*クリ・コモ*/
.container_darkgray	{
	background-color: #555555;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.designarea-t {
	width: 100vw;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: row;
}
/*ここまでクリ・コモ*/
