@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700;800&display=swap');


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--line-primary: #acbce5;
	--bg-table: #e8ebff;
	--bg-table-td: #f6f8ff;
	--bg-pink: #eb6ea5;
	--light-purple: #b56dff;
}


html {
overflow: auto;
overflow-x: hidden;
}


body.tdp-merged-body {
color: var(--bs-gray-900);
font-size: 1rem;
font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
letter-spacing: 1px;
overflow-wrap: anywhere;
line-break: strict;
}



#wrap {
flex: 1;
}

img {
max-width: 100%;
height: auto;
}

.ie8 img {
width: auto;
}

a:link {
/* color: #fff;  ← atelier統合のため削除 */
text-decoration: none;
transition-property: all;
transition: 0.2s linear;
border-style: none;
}

a:visited {
/* color: #fff;  ← atelier統合のため削除 */
}

a:hover {
/* color: #fff;  ← atelier統合のため削除 */
text-decoration: underline;
}

.message_exceptionnel {
    background-color: #0e5bd7;
}


.main_h1 {
    color: #C2BECA;
    font-size: 8rem;
    line-height: 1.3;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    margin: 0;
	padding: 0.2em 0 0.5em;
}


p {
    font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 1rem;
}


.ja-bilingual-title {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.ja-bilingual-title__en {
	display: inline-block;
}
.ja-bilingual-title__ja {
	display: inline-block;
	margin-left: 0.7rem;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}
.expo__intro .ja-bilingual-title, .exhibition__header .ja-bilingual-title {
	color: inherit;
}
.expo__intro h1 .ja-bilingual-title__ja {
	display: block;
	margin-top: 0.35rem;
}
.expo__intro h1 img + .ja-bilingual-title__ja {
	color: #fff;
}

.header__language .nav .is-active {
	display: none;
}

.c-hamburger {
	margin-right: 15px;
}
.c-hamburger--htx.is-active {
	top: 0;
	z-index: 1000;
}

.header__menuBlock a:hover,
.header__menuBlock__responsive a:hover,
.header__language a:hover {
	text-decoration: none;
}

.ticket_wrap {
	margin: 0;
	padding: 0;
}

.ticket_wrap .lead_txt {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	font-weight: 800;
	margin: 0 0 30px;
	padding: 0;
}

.ticket_lead {
	font-size: 1.15rem;
	line-height: 2em;
	font-weight: bold;
	text-align: center !important;
	margin: 0 0 50px;
}

.ticket_lead span {
	color: #fff;
	font-weight: 600;
	display: inline-block;
	line-height: 1.7;
	padding-right: 8px;
	padding-left: 8px;
	background-color: var(--bg-pink);
	margin-right: 20px;
	margin-bottom: 10px;
}

.ticket_wrap p {
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
	margin: 0;
	padding: 0;
}

.ticket_wrap .btn--ticket {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90% !important;
	max-width: 400px;
	margin: 60px auto 0;
	padding: 1.4rem 2rem;
	font-size: 1.15rem;
	font-weight: 700;
	transition: transform 0.3s ease;
}
.ticket_wrap .btn--ticket,
.ticket_wrap .btn--ticket::after {
	border-radius: 0.4rem;
}
.ticket_wrap .btn--ticket::before {
	content: none !important;
}
.ticket_wrap .btn--ticket__arrow {
	position: absolute;
	right: 1.8rem;
	top: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	flex-shrink: 0;
}

.ticket_wrap .btn--ticket:hover,
.ticket_wrap .btn--ticket:focus {
	background-color: #7e1ee0;
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
}
.ticket_wrap .btn--ticket.bouton--anim:hover::after,
.ticket_wrap .btn--ticket.bouton--anim:focus::after {
	left: -110%;
}

.goto_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90% !important;
	max-width: 400px;
	margin: 60px auto 0;
	padding: 1.4rem 2rem;
	font-size: 1.15rem;
	font-weight: 700;
	transition: transform 0.3s ease;
}
.goto_btn,
.goto_btn::after {
	border-radius: 0.4rem;
}
.goto_btn::before {
	content: none !important;
}
.goto_btn:hover,
.goto_btn:focus {
	background-color: #7e1ee0;
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
}
.goto_btn.bouton--anim:hover::after,
.goto_btn.bouton--anim:focus::after {
	left: -110%;
}

.ticket_wrap .structure {
	margin-bottom: 2.5rem;
}

.ticket_wrap .paragraphBlockContour .block__texte {
	display: block;
	width: 100%;
	padding: 2rem;
	border: 1px solid #ddd;
	border-radius: 0.75rem;
	background-color: #fff;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	margin: 80px 0 0;
}


.ticket_wrap .paragraphBlockContour h3 {
    color: var(--light-purple);
    font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 800;
    margin: 0 0 30px;
}

.ticket_wrap .ticket__badge {
    color: #fff;
	font-size: 0.9rem;
	line-height: 1;
    background: var(--light-purple);
    border-radius: 3px;
    vertical-align: middle;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-left: 0.6rem;
	padding: 0.5rem 0.6rem 0.3rem;
}

.ticket_wrap h2 {
	font-size: 2rem;
	letter-spacing: 0.04em;
	margin: 2rem 0 1rem;
	color: #141414;
}


/*チケットテーブル*/
.ticket_table {
	width: 100%;
	margin: 20px auto;
	overflow-x: auto;
	border-collapse: collapse;
	text-align: center;
}

.ticket_table--mobile {
	display: none;
}

.ticket_table caption {
	caption-side: top;
	font-size: 0.8rem;
	line-height: 1;
	letter-spacing: 1px;
	text-align: right;
	margin-bottom: 0;
}

.ticket_table th {
	background-color: var(--bg-table);
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
	padding: 20px 15px;
	border-top: 1px solid var(--line-primary);
	border-bottom: 1px solid var(--line-primary);
	width: 20%;
	letter-spacing: 2px;
}

.ticket_table td {
	font-size: 1.5rem;
	line-height: 1;
	padding: 15px;
	border-bottom: 1px solid var(--line-primary);
	background-color: var(--bg-table-td);
}

.ticket_table td span {
	font-size: 1rem;
	margin-left: 3px;
}

.ticket_notes {
	color: #444;
	font-size: 0.85rem;
	line-height: 1.7;
	text-align: left;
	margin: 0;
	padding: 0;
}

.block__texte .dl01 {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 30px 0 0;
}

.block__texte .dl01 dt {
    font-size: 0.9em;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    background-color: var(--light-purple);
    margin: 0 10px 10px 0;
    padding: 3px 10px 1px;
    width: 100px;
}

.block__texte .dl01 dd {
    flex: 1;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 1px;
}

.block__texte .dl01 dd {
    font-size: 0.95em;
    line-height: 1.8;
    flex: 1;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 10px 1px;
}


/* 注意事項ページ */
.notes_ul li {
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
	margin: 0;
	padding: 0;
}

.notes_wrap h3 {
	color: #141414;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	border-left: 5px solid #b56dff;
	padding: 0.2rem 0 0.2rem 1rem;
	margin: 3.5rem 0 1.5rem;
}

.notes_wrap h3:first-of-type {
	margin-top: 1rem;
}

.notes_wrap ul {
	font-size: 0.95rem;
	line-height: 1.8;
	padding-left: 1.5rem;
}

.notes_wrap ul li {
	margin-bottom: 0.4rem;
}

.notes_wrap ul ul {
	margin-top: 0.4rem;
}


/* 概要テーブル */
table.outline {
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 100px;
	border: thin solid #aaa;
	border-left-style: none;
	border-right-style: none;
}

.outline th {
	color: #444;
	font-weight: normal;
	text-align: left;
	letter-spacing: 3px;
	vertical-align: top;
	width: 200px;
	padding: 1.5em .5em;
}

.outline td {
	vertical-align: top;
	border-left: thin solid #aaa;
	padding: 1.5em 1em 1.5em 3em;
}

.outline td span {
	display: inline-block;
}


/* フロアガイド */
.floorPage__lead {
    text-align: center;
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
    margin: 0 auto 60px;
    max-width: 720px;
}

.floorList__work {
    color: #2c6e8a;
    font-size: 0.85rem;
	line-height: 1.6;
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    background: #f0f6f9;
    border-left: 1px solid #2c6e8a;
}

/* atelier統合のため .container 全体指定を停止（Bootstrap .container と衝突するため）
   tdp構造内（slide4等）で必要なときは .slide4_bg .container などスコープして再定義する */
.slide4_bg .container,
.tdp-container {
width: 92%;
max-width: 1000px;
margin: auto;
}

.container1000 {
width: 92%;
max-width: 1000px;
margin: auto;
}


.container1080 {
width: 92%;
max-width: 1080px;
margin: auto;
}


.container1200 {
width: 92%;
max-width: 1200px;
margin: auto;
}



/* ふわっと表示 */
/* 画面外にいる状態 */
.fadein {
opacity: 0;
transform: translate(0, 45px);
transition: all 700ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
opacity: 1;
transform: translate(0, 0);
}


/* header */
header {
	margin: 0;
	padding: 0;
}

.ul_lang ul {
margin: 0;
list-style-type: none;
position: absolute;
z-index: 100;
top: 15px;
right: 20px;
display: flex;
gap: 5px;
}

.lang-btn {
width: 30px;
height: 30px;
border-radius: 50%;
border: none;
cursor: pointer;
font-weight: bold;
font-size: 12px;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lang-btn.jp {
background: #ffdf2a;
color: #333;
}

.lang-btn.en {
background: white;
color: #333;
}

.lang-btn.jp-off {
background: white;
color: #333;
}

.lang-btn.en-on {
background: #ffdf2a;
color: #333;
}

.lang-btn a {
	color: #000;
	text-decoration: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-btn a:focus,
.lang-btn a:visited {
	outline: none;
	text-decoration: none;
}

.lang-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.lang-btn:active {
transform: translateY(0);
}

.lang-btn.jp:hover {
background: #ffed4e;
text-decoration: none !important;
}

.lang-btn.jp a:hover {
text-decoration: none !important;
}

.lang-btn.en:hover {
background: #f8f9fa;
}



/* General Slides */
.slide {
background-attachment: fixed;
width: 100%;
height: auto;
position: relative;
padding: 0;
}

/* Slide1: slide1 関連は css/topanime.css に移動 */

/* overlay */
.overlay1 {
position: relative;
padding: 0;
overflow: hidden; /* 追加 */
}

/* Slide2 */
#slide2 {
margin: 0;
padding: 100px 0;
  width: 100%;
position: relative;
}

 .slide2_h2 {
      color: var(--light-purple);
      font-size: 4.5rem;
      line-height: 1.8;
      text-align: center;
      font-family: "Shippori Mincho", serif;
      font-weight: 800;
      font-style: normal;
      margin: 0;
      padding: 0 !important;
      letter-spacing: -3px;

    }

.slide2_h2 .sub {
    font-size: 0.6em;
    display: inline-block;
}

.sp-only { display: none; }
@media screen and (max-width: 640px) {
    .sp-only { display: inline; }
}
    
.split {
font-size: 1.8rem;
line-height: 2.5em;
text-align: center;
font-weight: 300;
font-style: normal;
transform: scale(0.8, 1);
margin: 70px auto 0;
padding: 0;
letter-spacing: 4px;
 opacity: 1;
  will-change: transform;
}

.split * {
  will-change: transform;
}

.italic {
	font-style: italic;
}

.news_h2 {
color: #C2BECA;
font-family: "Bebas Neue", sans-serif;
font-size: 4.5rem;
line-height: 1.2;
text-align: center;
font-weight: 400;
margin: 200px 0 0;
padding: 0;
letter-spacing: 4px;
}

.news_wrap {
width: 100%;
border-bottom: 1px solid #666;
margin: 40px 0 0;
}

ruby {
  position: relative;
  display: inline-block;
}
ruby rt {
  font-size: 0.5em;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0em;
  line-height: 1;
}

/* Safari専用調整 */
@supports (-webkit-appearance: none) {
  ruby rt {
    top: 0.1em;
    transform: translateY(-0.5em); /* Safari用強制移動 */
  }
}


/* Slide3 */
#slide3 {
margin: 0;
padding: 100px 0 0;
width: 100%;
position: relative;
}

.sns_title {
  text-align: center;
}

.sns_h2 {
color: #C2BECA;
font-size: 4.5rem;
line-height: 1.2;
text-align: center;
font-weight: 400;
font-family: "Bebas Neue", sans-serif;
margin: 0;
padding: 0;
letter-spacing: 4px;
}

.sns_link {
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	margin: 40px 0 0;
	padding: 0 1px 0 0;
}

.sns_link .icon {
	width: 40px;
	height: 40px;
	display: flex;
	 justify-content: center;
	 align-items: center;
	background-color: #6503D3;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 4px;
}

.sns_link img {
	width: 24px;
	height: auto;
}

.sns_link a:hover {
  animation: dora-swing 0.6s ease;
}

.sns_link a:hover img {
opacity: 1;
}

/* Instagram */
.insta-box {
  border-top: 1px solid #666;
  position: relative;
  padding: 40px 0;
  margin: 80px 0;
  text-align: center;
}

/* ← 短い縦線を左右に“だけ”描く（各100px） */
.insta-box::before,
.insta-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;          /* 線の太さ */
  height: 100px;       /* ★ ご指定の長さ */
  background: #666;
}
.insta-box::before { left: 0; }   /* 1080px枠の左端から */
.insta-box::after  { right: 0; }  /* 1080px枠の右端から */

/* 見出し部分 */
.insta-title {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 4px;
  background-color: #000;
  width: auto;
    white-space: nowrap;
}

.insta-images {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.insta-item {
  width: 30%;
  margin-right: 5%;
}

.insta-item:nth-child(3n) {
  margin-right: 0;
}

.insta-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;       /* 画像がはみ出す場合に整える */
}


/* slide4 */
#slide4 {
margin: 180px 0 0;
padding: 0;
position: relative;
}

.slide4_bg {
	position: relative;
	padding: 0;
}

.slide4_bg::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
}

.slide4_bg img {
	width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: left 20%;
    vertical-align: bottom;
}

.banner_link {
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    margin: 0;
    padding: 0;
}

.banner_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.banner_link li {
  display: inline-block;
  margin: 0 30px;
}

.banner_link li img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.banner_link a {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner_link a:hover {
  transform: translateY(-4px);
}


/* 注意事項 */



/* FOOTER */
footer {
margin: 0;
padding: 30px 0;
width: 100%;
position: relative;
text-align: center;
background-color: #000;
color: #fff;
z-index: 5;
}
footer dt,
footer dd,
footer p,
footer a { color: #fff; }

.footer_p {
	font-size: 0.85em;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}

.footer_p a {
	color: #fff;
}

.footer_dl_wrap {
text-align: center;
margin: 50px auto 0;
width: 100%;
max-width: 550px;
}

.dl_01 {
font-size: 0.9em;
line-height: 1.3em;
text-align: left;
font-weight: 500;
display: flex;
align-items: center;
margin: 0 0 15px;
padding: 0;
}

.dl_01 dt {
	width: 50%;
	margin: 0;
	text-align: right;
}

.dl_01 dd {
width: 50%;
margin: 0;
display: flex;
align-items: center;
padding-left: 2em;
}

.dl_01 dd img {
	margin: 0;
}

.f_logo_01 {
	width: auto;
	height: 20px;
}

.f_logo_02 {
	width: auto;
	height: 15px;
}

.f_logo_03 {
	width: auto;
	height: 28px;
}

.f_logo_04 {
	width: 180px;
}

.f_logo_05 {
	width: auto;
	height: 18px;
	position: relative;
	top: 5px;
}

.copyright {
color: #aaa;
font-size: 0.9em;
line-height: 1.6em;
text-align: left;
margin: 20px 0 0 20px;
padding: 0;
}



/* font */
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}



/*view point 切り替え*/
@media screen and (max-width: 1024px) {
.slide2_h2 {
    font-size: 3.5rem;
}

.insta-images {
    width: 95%;
}
}

@media screen and (max-width: 912px) {
.slide2_h2 {
    font-size: 3rem;
}

.lead_txt {
    font-size: 1.6rem;
}

.slide4_bg img {
    height: 300px;
    object-position: left 20%;
}
}

@media screen and (max-width: 820px) {
.lead_txt {
    font-size: 1.4rem;
    line-height: 2.5em;
}
}

@media screen and (max-width: 768px) {

}

@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media screen and (max-width: 640px) {
.slide4_bg .container,
.tdp-container {
width: 90%;
}

.container1080 {
width: 90%;
}


.container1200 {
width: 90%;
}

	.ja-bilingual-title {
		flex-direction: column;
		align-items: flex-start;
	}
	.ja-bilingual-title__ja {
		margin-left: 0;
		margin-top: -0.6rem;
	}

	.ticket_wrap h2 {
		font-size: 1.6rem;
	}
	.ticket_wrap .ticket__badge {
		display: block;
		margin: 0.4rem 0 0;
	}

	.ticket_table--desktop {
		display: none;
	}
	.ticket_table--mobile {
		display: table;
	}

	.block__texte .dl01 dt,
	.block__texte .dl01 dd {
		flex: 0 0 100%;
		width: 100%;
	}
	.block__texte .dl01 dd {
		padding: 0;
		margin: 0 0 15px 0;
	}

/* slide1 のレスポンシブは css/topanime.css に移動 */

  #slide2 {
    padding: 50px 0;
}

.slide2_h2 {
font-size: 2.2rem;
line-height: 1.7;
}

.split {
font-size: 1.1rem;
line-height: 2.5em;
margin: 50px auto 0;
letter-spacing: 1px;
}

.news_h2 {
    font-size: 3.5rem;
    line-height: 1.2;
	margin-top: 150px;
}

.news_wrap {
    margin: 30px 0 0;
}

.summary_inner {
    display: flex;
    flex-direction: column;
    padding: 25px 10px 25px 0;
}

.sns_h2 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.sns_link {
 margin: 30px 0 0;
}

.insta-images {
    flex-direction: column;
    align-items: center;
  }

  .insta-item {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .insta-item:last-child {
    margin-bottom: 0;
  }

.slide4_bg img {
        height: 250px;
        object-position: center 20%;
    }
	
.banner_link li {
  display: inline-block;
  margin: 0 15% 20px;
}

#slide4 {
    margin: 80px 0 0;
}

footer {
    margin: 0;
    padding: 70px 20px 30px;
}

.dl_01 {
    font-size: 0.8em;
}

.dl_01 dt {
    width: 25%;
}

.dl_01 dd {
    width: 75%;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 2em;
}


/*チケット-sp*/
.main_h1 {
    color: #C2BECA;
    font-size: 4rem;
}

.ticket_wrap .lead_txt {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: left;
}

.ticket_wrap .paragraphBlockContour .block__texte {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem;
}

.copyright {
    margin: 30px 0 0;
}

table.outline {
   font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 30px;
    margin-bottom: 0;
}

.outline th {
letter-spacing: 1px;
padding: 1.5em 0;
width: 100px;
}

.outline td {
padding: 1.5em 0 1.5em 1em;
}

/* フロアガイド */
.floorPage__lead {
    text-align: left;
}



.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}
