@charset "utf-8";
/* =========================
*  基本（PC/SP共通）
========================= */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  background: #ffffff;
  color: #000000;
  font-family: 'Zen Maru Gothic', sans-serif;
  width: 100%;
  /* overflow: hidden; */
}
img {
  max-width: 100%;
  height: auto;
}
a {
	color: #000000;
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.7;
}

/***** ローディング画面 *****/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
	background: url(../img/bg_dots.jpg) top center;
	background-size: contain;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .img,
.loader .txt,
.loader .anime {
  display: none;
}

.loader .img img {
  width: 360px;
	animation-name: upDown;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	-webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader .loading {
  margin: 0 0 0 4em;
}

.loader .txt {
  font-size: 60px;
	font-weight: bold;
	color: #09529e;
}

.loader .txt span:nth-of-type(1) {
  color: #00B900;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1), 6px 6px 0px #00F600;
  letter-spacing: 0.2em;
}

.loader .txt span:nth-of-type(2) {
  color: #ed7baf;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1), 6px 6px 0px #7ECDF4;
  padding: 0 0.25em 0 0;
}

.loader .txt span:nth-of-type(3) {
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1), 6px 6px 0px #09529e;
}

.loader .anime,
.loader .anime:before,
.loader .anime:after {
  background: #09529e;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader .anime {
  color: #09529e;
  text-indent: -9999em;
  margin: 6em auto 0;
  position: relative;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader .anime:before,
.loader .anime:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader .anime:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .anime:after {
  left: 1.5em;
}

/***** ローディング画面 *****/

#wrap {
	background: url(../img/bg_cloud.jpg) top center;
	background-attachment: fixed;
  background-size: contain;
	position: relative;
  overflow: hidden;
}
header {
	position: fixed;
	z-index: 999;
	padding: 30px;
}
main {
	padding: 150px 0 0;
}
section {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  position: relative;
  padding-top: 60px;
}
.main_visual {
	text-align: center;
	margin-bottom: 300px !important;
  padding-top: 0 !important;
}
.main_visual img {
  width: 1080px;
}
.navi {
	animation: SlideIn 1.6s;
}
.navi::after {
  content: "";
  display: inline-block;
  background: url(../img/haretta_po27.png) top right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1280px;
  height: 258px;
  margin: 90px 0 30px;
	animation-name: upDown;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
}
.nav_comment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  top: -247px;
  width: 100%;
}
.nav_comment .balloon {
  position: relative;
  /*
  width: 540px;
  height: 270px;
  */
  border-radius: 60px;
  text-align: center;
  color: #000000;
  /* letter-spacing: 0.2em; */
  font-size: 30px;
  background-color: #ffffcc;
  display: grid;
  place-items: center center;
  font-weight: bold;
  padding: 3em 1em;
  margin: 0 0 30px;
}
.nav_comment .balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -45px;
  top: 75px;
  border-left: 90px solid #ffffcc;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  transform: rotate(10deg);
  z-index: -1;
}
.nav_comment p {
  margin: 0 0 0 30px;
}
nav {
	background: #ffffcc;
	border-radius: 90px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

nav p img {
	width: 300px;
}

nav ul {
	padding: 60px;
}

nav li {
	display: flex;
	align-items: center;
	font-size: 48px;
  font-weight: 700;
	margin: 0 0 30px;
  position: relative;
}

nav li:last-child {
	margin: 0;
}
nav li::before {
	content: "";
  display: inline-block;
	background: url(../img/ico_sun.png) top center;
	background-size: contain;
  background-repeat: no-repeat;
	min-width: 128px;
	min-height: 128px;
}
nav a {
	margin: 0 0 0 30px;
  line-height: 1.25em;
}
nav a[href="#dance-post"] span:nth-of-type(1),
nav a[href="#dance-post"] span:nth-of-type(5) {
  color: #ff6600;
}
nav a[href="#dance-post"] span:nth-of-type(2),
nav a[href="#dance-post"] span:nth-of-type(4) {
  color: #ff0099;
}
nav a[href="#dance-post"] span:nth-of-type(3) {
  color: #00B0F0;
}

nav li img {
	vertical-align: sub;
	margin: 0 0 0 15px;
}

/* nav li img[src="assets/img/ico_line.png"] {
  width: 60px;
  vertical-align: text-bottom;
  margin: 0 15px 0 0;
} */

nav a[href="https://store.line.me/stickershop/product/26918622/ja"] i {
  background: #fff;
  border-radius: 1em;
  color: #00B900;
  margin: 0 0.25em 0 0;
}

nav a[href="https://store.line.me/stickershop/product/26918622/ja"] span.stamp {
  color: #ed7baf;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 4px 4px 0px #7ECDF4;
  margin: 0 0.25em 0 0;
}

nav a[href="https://store.line.me/stickershop/product/26918622/ja"] span.kome {
  font-size: 24px;
  display: block;
}

nav li.new::after {
  /* content: "NEW"; */
  content: "第2弾もできたよ！";
  display: flex;
  /* background: url(../img/ico_new.png) top center; */
  background: url(../img/ico_menu_speech-bubble.png) top center;
  background-size: contain;
  background-repeat: no-repeat;
  /* min-width: 120px;
  min-height: 90px; */
  min-width: 11em;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin: 0 0 0 1em;
  aspect-ratio: 600 / 408;
  position: absolute;
  top: -32%;
  right: 8%;
}

h2 {
  display: flex;
  align-items: center;
  font-size: 54px;
  font-weight: bold;
  position: relative;
  height: 96px;
  top: 48px;
  left: 30px;
}
h2::before {
	content: "";
  display: inline-block;
	background: url(../img/ico_sun.png) top center;
	background-size: contain;
  background-repeat: no-repeat;
	width: 128px;
	height: 128px;
  position: absolute;
  z-index: 10;
}
h2 span.in-txt {
  background: #ffffcc;
  border-radius: 100vh;
  height: 96px;
  line-height: 96px;
  position: absolute;
  left: 48px;
  width: 480px;
  padding-left: 2em;
}
.aboutBox {
  background: #FFE7FF;
  border-radius: 150px;
  padding: 90px;
}
.aboutBox ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 30px;
}

/*===== プロフィール =====*/
.haretta1 img {
  width: 420px;
}
.text-name {
  display: flex;
  align-items: center;
}
.text-name img {
  height: 36px;
  margin: 0 0.25em;
}
.balloon1 {
  position: relative;
  width: 600px;
  height: 600px;
  line-height: 1.5em;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  /* letter-spacing: 0.2em; */
  font-size: 36px;
  background-color: #ffffff;
  display: grid;
  place-items: center center;
  margin: 0 0 0 60px;
  font-weight: bold;
}
.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -90px;
  top: 180px;
  border-right: 120px solid #ffffff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  /* transform: rotate(0deg); */
}
.line {
  margin: 0.5em 0 0;
}
.bg_cloud {
  width: 240px;
  height: 240px;
  display: grid;
  place-items: center center;
  font-weight: 500;
}
.bg_cloud::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_cloud.png) top center;
  background-size: contain;
  background-repeat: no-repeat;
	width: 215px;
	height: 200px;
  position: absolute;
  z-index: 1;
}
.bg_cloud span {
  position: absolute;
  z-index: 100;
}
.cloud_right {
  width: 15em;
  margin: 0 0 0 1.5em;
  line-height: 1.5em;
  font-weight: 500;
}
.designer {
  margin: 60px 0 0;
  position: relative;
}
.designer ul {
  display: flex;
  /* align-items: center; */
  align-items: stretch;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.designer .pic {
  width: 360px;
}
.designer #show_1 {
  margin: 120px 0 0;
}
.designer #show_1.active {
  height: 680px;
}
.designer #show_1 a {
  background: #F19759;
  border-radius: 60px;
  font-size: 48px;
  text-align: center;
  padding: 45px 60px;
  margin: 0 0 0 60px;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  width: 480px;
}
.designer #show_1 a:hover {
  opacity: 1;
}
.designer #show_1.active a {
  transform: scale(.8, .8);
}
.designer #show_1 a p:nth-child(2) {
  font-size: 72px;
  font-weight: 500;
  margin: 30px 0 0px;
}
.designer #hide_1 {
  height: 0;
  opacity: 0;
  /* visibility: hidden; */
  display: none;
  position: absolute;
  background: #ffffff;
  border: 3px solid #F19759;
  border-radius: 30px;
  padding: 120px 30px 30px;
  top: 240px;
  width: 620px;
  right: 85px;
  z-index: 1;
  font-size: 18px;
  transition: 0.5s;
  line-height: 1.5em;
  font-size: 21px;
}
.designer #hide_1.active {
  opacity: 1;
  /* visibility: visible; */
  display: block;
  height: 485px;
}

.designer #hide_1 p {
  margin: 0 0 0.5em;
}
.designer #hide_1 p:first-child {
  font-size: 24px;
  font-weight: 500;
}
.designer #hide_1 .msg {
  margin: 1em 0 0;
}
/*===== プロフィール =====*/

/*===== ハレッタのうた =====*/
.song_header {
  justify-content: space-around;
}
.song_header li:nth-of-type(1) {
  text-align: center;
  font-size: 42px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0 30px 0 0;
}
.song_header li:nth-of-type(2) {
  position: relative;
  display: inline-block;
}
.song_header li:nth-of-type(2)::before {
  position: absolute;
  left: -80px;
  top: 40px;
  content: "";
  width: 3px;
  height: 40%;
  background: #000;
  border-radius: 3px;
  transform: rotate(110deg);
}
.song_header li:nth-of-type(2)::after {
  position: absolute;
  left: -80px;
  bottom: 40px;
  content: "";
  width: 3px;
  height: 40%;
  background: #000;
  border-radius: 3px;
  transform: rotate(70deg);
}
.song_header li:nth-of-type(2) img {
  width: 360px;
}
.yt_embed {
  position: relative;
  width: 960px;
  /* padding-top: 56.25%; */
  padding-top: 540px;
  margin: 30px auto 60px;
}
.yt_embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gp_link {
	position: relative;
}
.gp_link p {
  width: 720px;
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
	position: relative;
  z-index: 1;
}
.gp_link p:last-child {
  margin: 0 auto;
}
.gp_link p a {
	padding: 1em 0;
	background: #ffffcc;
	/* border: 3px solid #d9d9d9; */
  border: 3px solid #a0a1a1;
	border-radius: 15px;
	transition: 0.5s;
}
.gp_link p#show_6 a:hover {
	opacity: 1;
	text-decoration: none;
}
.lyrics {
	font-size: 21px;
	background: #fff;
	border-radius: 30px;
	/* border: 3px solid #d9d9d9; */
  border: 3px solid #a0a1a1;
	padding: 75px 0 30px;
	position: absolute;
	width: 960px;
	top: 45px;
	right: 0;
	left: 0;
	margin: auto;
	/* opacity: 0; */
	transition: 1s;
}
.lyrics ul {
	align-items: stretch;
	font-size: 21px;
}
.lyrics ul li {
	width: 420px;
}
.lyrics .artists {
  margin: 30px auto 0 !important;
  font-weight: 400;
  font-size: 24px;
  width: 26em;
  line-height: 1.5em;
}
.creator {
  margin: 60px 0 0;
  position: relative;
}
.creator ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.creator .pic {
  width: 360px;
}
.creator #show_2,
.creator #show_3,
.creator #show_4 {
  margin: 120px 0 0;
}
.creator #show_2.active {
  height: 395px;
}
.creator #show_3.active {
  height: 510px;
}
.creator #show_4.active {
  height: 555px;
}
.creator #show_2 a,
.creator #show_3 a,
.creator #show_4 a {
  background: #F19759;
  border-radius: 60px;
  font-size: 48px;
  text-align: center;
  padding: 45px 60px;
  margin: 0 0 0 60px;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  width: 480px;
}
.creator #show_2 a:hover,
.creator #show_3 a:hover,
.creator #show_4 a:hover {
  opacity: 1;
}
.creator #show_2.active a,
.creator #show_3.active a,
.creator #show_4.active a {
  transform: scale(.8, .8);
}

.creator #show_2 a p:nth-child(2),
.creator #show_3 a p:nth-child(2),
.creator #show_4 a p:nth-child(2) {
  font-size: 72px;
  font-weight: 500;
  margin: 30px 0 0px;
}
.creator #hide_2,
.creator #hide_3,
.creator #hide_4 {
  height: 0;
  opacity: 0;
  /* visibility: hidden; */
  display: none;
  position: absolute;
  background: #ffffff;
  border: 3px solid #F19759;
  border-radius: 30px;
  padding: 120px 30px 30px;
  top: 240px;
  width: 620px;
  right: 85px;
  z-index: 1;
  transition: 0.5s;
  line-height: 1.5em;
  font-size: 21px;
}
.creator #hide_2.active,
.creator #hide_3.active,
.creator #hide_4.active {
  opacity: 1;
  /* visibility: visible; */
  display: block;
}
.creator #hide_2.active {
  height: 110px;
}
.creator #hide_3.active {
  height: 240px;
}
.creator #hide_4.active {
  height: 225px;
}
.creator #hide_2 p,
.creator #hide_3 p,
.creator #hide_4 p {
  margin: 0 0 0.5em;
}
.creator #hide_2 p:first-child,
.creator #hide_3 p:first-child,
.creator #hide_4 p:first-child {
  font-size: 24px;
  font-weight: 500;
}
/*===== ハレッタのうた =====*/

/*===== ハレッタのダンス =====*/
#dance h2 span {
  background: #FFE7FF;
}
#dance .aboutBox {
  background: #ffffcc;
}
#dance .headline {
  text-align: center;
  /* margin: 120px 0 0; */
  position: relative;
}
#dance .headline p {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  padding: 0 1em;
}
#dance .headline p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 120%;
  background: #000;
  border-radius: 4px;
  transform: rotate(-45deg);
}
#dance .headline p:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 120%;
  background: #000;
  border-radius: 4px;
  transform: rotate(45deg);
}
#dance .headline dl {
  position: absolute;
  top: -420px;
  /* right: -90px; */
  right: -120px;
  display: flex;
  align-items: center;
}
#dance .headline dl img {
  width: 270px;
  transform: rotate(15deg);
  display: inline-block;
  position: relative;
}
#dance .headline dd {
  font-size: 30px;
  line-height: 1.5em;
  padding: 0 0 0 1em;
  position: relative;
  text-align: center;
  font-weight: 500;
}
#dance .headline dd:before {
  position: absolute;
  left: 50px;
  top: -80px;
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  border-radius: 4px;
  transform: rotate(45deg);
}
#dance .headline dd:after {
  position: absolute;
  content: "";
  left: 50px;
  bottom: -80px;
  width: 2px;
  height: 100%;
  background: #000;
  border-radius: 4px;
  transform: rotate(135deg);
}
#dance .gp_link a {
	background: #FFE7FF;
}
#dance .gp_link a span {
  font-size: 24px;
}
.dancer {
  margin: 60px 0 0;
  position: relative;
}
.dancer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.dancer ul li {
  width: 360px;
  margin: 0 45px;
}
#show_5 {
  position: relative;
  /* height: 620px; */
  max-width: 1080px;
  margin: 0px auto;
}
#show_5.active {
  height: 770px;
}
.dancer .name {
  background: #F19759;
  border-radius: 60px;
  font-size: 48px;
  text-align: center;
  padding: 45px 60px;
  margin: 30px auto 0;
  transition: 0.5s;
  width: 960px;
  position: relative;
  z-index: 20;
}
#show_5.active .name {
  transform: scale(.8, .8);
}
.dancer .name p:first-child {
  margin: 0 0 30px;
}
.dancer .name ul {
  justify-content: space-around;
  font-weight: 500;
  font-size: 60px;
}
.dancer .name ul span {
  display: inline-block;
  margin: 0 0 0.25em;
}
#hide_5 {
  height: 0;
  opacity: 0;
  /* visibility: hidden; */
  display: none;
  position: absolute;
  background: #ffffff;
  border: 3px solid #F19759;
  border-radius: 30px;
  padding: 120px 30px 30px;
  top: 170px;
  width: 900px;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  line-height: 1.5em;
  font-size: 21px;
  right: 0;
  margin: auto;
}
#hide_5.active {
  opacity: 1;
  /* visibility: visible; */
  display: block;
  height: 445px;
}
#hide_5 ul {
  width: 768px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: center;
}
#hide_5 ul li:nth-of-type(1) {
  margin: 0 30px 0 0;
}
#hide_5 ul li:nth-of-type(2) {
  margin: 0 0 0 30px;
}
#hide_5 ul li p:first-child {
  margin: 0 0 0.5em;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#hide_5 .msg {
  margin: 1em 0 0;
}
#hide_5 .msg p:first-child {
  margin: 0 0 0.5em;
  font-size: 24px;
  font-weight: 500;
}
.footline {
  position: relative;
}
.animation_tilt {
  animation-name: tilt;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3s;
  transform-origin: left bottom;
}
.footline::before {
  content: "解説も\Aあるよ";
  white-space: pre;
  display: flex;
  background: url(../img/ico_new.png) top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 137px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: absolute;
  top: -180px;
  left: -90px;
  line-height: 1.25em;
  font-weight: 500;
}
.footline img {
  position: absolute;
  top: -40px;
  left: -105px;
  width: 210px;
}


/*===== ハレッタのダンス =====*/

/*========= ▼▼▼▼▼歌詞はこちら▼▼▼▼▼ ===============*/
.show-hide_box_1,
.show-hide_box_2 {
  position: relative;
}
.show-hide_box_1.active {
  height: 925px;
}
.show-hide_box_2.active {
  height: 240px;
}
.show-hide_box_1 a:hover,
.show-hide_box_2 a:hover {
  opacity: 1;
}
.show_1::after,
.show_2::after {
  content: '▼';
  display: inline-block;
  transform: rotate(-90deg);
  transition: .4s;
}
.show_1.active,
.show_2.active {
  transform: scale(.8, .8);
}
.show_1.active::after,
.show_2.active::after {
  transform: rotate(0deg);
}
.hide_1,
.hide_2 {
  height: 0;
  opacity: 0;
  /* visibility: hidden; */
  display: none;
  transition: .4s;
  /* display: none; */
}
.hide_1.active,
.hide_2.active {
  opacity: 1;
  /* visibility: visible; */
  display: block;
}
.hide_1.active {
  height: 740px;
}
.hide_2 ul {
  font-size: 24px;
}
.hide_2 ul li {
  width: 45%;
  margin: 0 15px;
  text-align: center;
}
.hide_2 ul li a {
  padding: 1em 0;
  border: 3px solid #a0a1a1;
  border-radius: 15px;
  transition: 0.5s;
}
.hide_2 ul li a:hover {
  opacity: 0.7;
}
/*========= ▲▲▲▲▲歌詞はこちら▲▲▲▲▲ ===============*/

.tw {
  margin-bottom: 240px !important;
}
.tw_embed {
  width: 720px;
  margin: 0 auto;
}
.tw_embed h2 {
  margin: 0 0 90px;
}
.tw_embed h2 span {
  background: #FFE7FF;
}

/*========= 動画募集CSS ===============*/
#dance-post {
  padding: 150px 0 0;
}
#dance-post h2 {
  font-size: 36px;
}
#dance-post h2 span.in-txt {
  width: 680px;
  background: #FFE7FF;
  padding-left: 96px;
}
#dance-post h2 span span:nth-of-type(1),
#dance-post h2 span span:nth-of-type(5) {
  color: #ff6600;
}
#dance-post h2 span span:nth-of-type(2),
#dance-post h2 span span:nth-of-type(4) {
  color: #ff0099;
}
#dance-post h2 span span:nth-of-type(3) {
  color: #00B0F0;
}
#dance-post .aboutBox {
  background: #ffffcc;
}
#dance-post .headline {
  text-align: center;
  position: relative;
  /* display: flex; */
}
#dance-post .headline p {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  /* padding: 0 1em; */
  line-height: 1.5em;
  margin: 15px 0 0;
}
/*
#dance-post .headline p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 120%;
  background: #000;
  border-radius: 4px;
  transform: rotate(-45deg);
}
#dance-post .headline p:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 120%;
  background: #000;
  border-radius: 4px;
  transform: rotate(45deg);
}
*/
#dance-post .headline dl {
  position: absolute;
  top: -320px;
  right: -75px;
  display: flex;
  align-items: center;
}
#dance-post .headline dl img {
  width: 210px;
  transform: rotate(15deg);
  display: inline-block;
  position: relative;
}
.animation_jump {
  animation-name: jump;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}
#dance-post .headline dd {
  font-size: 24px;
  line-height: 1.5em;
  padding: 0 0 0 1em;
  position: relative;
  text-align: center;
  font-weight: 500;
}
#dance-post .headline dd:before {
  position: absolute;
  left: 50px;
  top: -80px;
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  border-radius: 4px;
  transform: rotate(45deg);
}
#dance-post .headline dd:after {
  position: absolute;
  content: "";
  left: 50px;
  bottom: -80px;
  width: 2px;
  height: 100%;
  background: #000;
  border-radius: 4px;
  transform: rotate(135deg);
}
#dance-post .flow {
  margin: 60px 0 0;
}
#dance-post .flow .head {
  background: url(../img/bg_cloud.png) top center no-repeat;
  padding: 1em 0;
  border-radius: 15px;
  transition: 0.5s;
  text-align: center;
  font-size: 36px;
  width: 303px;
  margin: 0 auto;
  font-weight: 600;
  background-size: cover;
  height: 82px;
  line-height: 82px;
}
#dance-post .flow dl {
  margin: 60px 0 0;
}
#dance-post .flow dt {
  display: flex;
  align-items: center;
  font-size: 30px;
}
#dance-post .flow dt::before {
  display: flex;
  background: url(../img/ico_new.png) top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 90px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 600;
  margin: 0 18px 0 0;
}
#dance-post .flow dl:nth-of-type(1) dt:before {
  content: "1";
}
#dance-post .flow dl:nth-of-type(2) dt:before {
  content: "2";
}
#dance-post .flow dl:nth-of-type(3) dt:before {
  content: "3";
}
#dance-post .flow span {
  line-height: 1.25em;
  font-weight: 500;
}
#dance-post .flow dd {
  margin: 30px 0 0;
}
#dance-post .yt_box {
  display: flex;
}
#dance-post .yt_embed {
  width: 480px;
  padding-top: 270px;
  margin: 0 auto;
}
#dance-post .dl_music {
  width: 800px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin: 0 auto 30px;
}
#dance-post .dl_music a {
  padding: 1em 0;
  background: #FFE7FF;
  border: 3px solid #a0a1a1;
  border-radius: 15px;
  transition: 0.5s;
}
#dance-post .attention {
  text-align: center;
  margin: 0 0 15px;
}
#dance-post .attention p {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  padding: 0 1.25em;
  line-height: 1.5em;
}
#dance-post .attention span {
  font-size: 42px;
  font-weight: 600;
}
#dance-post .attention span:nth-of-type(1) {
  color: #ff6600;
}
#dance-post .attention span:nth-of-type(2) {
  color: #ff0099;
}
#dance-post .attention p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 105%;
  background: #000;
  border-radius: 4px;
  transform: rotate(-30deg);
}
#dance-post .attention p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 105%;
  background: #000;
  border-radius: 4px;
  transform: rotate(30deg);
}
#dance-post .layout {
  text-align: center;
  margin: 0 0 15px;
}
#dance-post .layout img {
  width: 800px;
}
#dance-post .sup {
  text-align: center;
  font-size: 21px;
}
#dance-post .sup p {
  text-align: left;
  display: inline-block;
  line-height: 1.5em;
}
#dance-post .notice {
  background: #ffffff;
  border: 2px solid #7f7f7f;
  border-radius: 30px;
  width: 800px;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
}
#dance-post .notice p {
  line-height: 1.5em;
  font-size: 18px;
}
#dance-post .notice span {
  font-weight: 600;
}

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:30px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
  display: block;
  width: 100px;
  height: 100px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size:0.6rem;
    /*背景画像の指定*/
  background: url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/8-1-8/img/pagetop_1.png") no-repeat center;
  background-size: contain;
}

#page-top.floatAnime a{
  width: 100px;
  height: 130px;
    /*背景画像の指定*/
  background: url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/8-1-8/img/pagetop_2.png") no-repeat center;
  background-size: contain;
    /*アニメーションの指定*/
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }
}

/*Page Topと書かれたテキストの位置*/
#page-top span{
    position: absolute;
    bottom: -20px;
    right: 20px;
  color: #666;
}
footer {
  margin: 150px 0 0;
}
footer .copy {
	background: #ec7aac;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding: 30px 0;

}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes upDown {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 60px)
	}
}
@keyframes upDown_sp {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 6vw)
	}
}

@keyframes jump{
  0%   { transform:translate(0%, 45px); }
  100% { transform:translate(0%, 0%); }
}

@keyframes jump_sp{
  0%   { transform:translate(0%, 6vw); }
  100% { transform:translate(0%, 0%); }
}

@keyframes tilt {
  0% , 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

@media screen and (min-width :900px) {
  .sp {
    display: none;
  }
}


@media screen and (max-width :899px) {
  /***** ローディング画面 *****/
  .loader {
    display: block;
    padding: 12vw 0 0;
  }

  .loader .img,
  .loader .txt,
  .loader .anime {
    text-align: center;
  }

  .loader .img img {
    width: 45vw;
    animation-name: upDown_sp;
  }

  .loader .loading {
    margin: 12vw 0 0;
  }

  .loader .txt {
    font-size: 8vw;
    margin: 0;
  }

  .loader .anime {
    margin: 12vw auto 0;
    font-size: 2vw;
  }

  .loader .txt span:nth-of-type(1) {
    text-shadow: 0.05em 0.05em 0px rgba(255, 255, 255, 1), 0.1em 0.1em 0px #00F600;
  }

  .loader .txt span:nth-of-type(2) {
    text-shadow: 0.05em 0.05em 0px rgba(255, 255, 255, 1), 0.1em 0.1em 0px #7ECDF4;
  }

  .loader .txt span:nth-of-type(3) {
    text-shadow: 0.05em 0.05em 0px rgba(255, 255, 255, 1), 0.1em 0.1em 0px #09529e;
  }

  /***** ローディング画面 *****/

  .pc {
    display: none;
  }
  header {
    padding: 2vw;
  }
  h1 img {
    width: 15vw;
  }
  main {
    padding: 21vw 0 0;
  }
  section {
    width: 95%;
    margin: 0 auto 6vw;
    padding-top: 4vw;
  }
  .main_visual {
    margin: 0 auto 24vw !important;
  }
  .main_visual img {
    width: 100%;
  }
  .navi::after {
    width: 95%;
    height: 30vw;
    margin: 6vw 0 0vw;
    animation-name: upDown_sp;
    background-position: right;
  }
  .nav_comment {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -22vw;
    font-size: 4vw;
  }
  .nav_comment .balloon {
    width: 50%;
    height: auto;
    font-size: 4vw;
    padding: 1em;
    line-height: 1.25em;
    border-radius: 4vw;
    margin: 0 0 4vw;
  }
  .nav_comment .balloon::before {
    right: -4vw;
    top: 6vw;
    border-left: 8vw solid #ffffcc;
    border-top: 4vw solid transparent;
    border-bottom: 4vw solid transparent;
    transform: rotate(10deg);
  }
  .nav_comment p {
    margin: 0 0 0 4vw;
  }
  .nav_comment img {
    width: 27vw;
  }
  nav {
    border-radius: 8vw;
    width: 95%;
  }
  nav ul {
    padding: 6vw 4vw;
  }

  nav li {
    font-size: 5vw;
    margin: 0 0 4vw;
  }
  nav li.new {
    margin: 2vw 0 4vw;
  }

  nav li::before {
    min-width: 12vw;
    min-height: 12vw;
  }
  nav a {
    margin: 0 0 0 2vw;
  }

  nav li img {
    /* display: none; */
    margin: 0 0 0 0.5em;
    width: 6vw;
  }

  nav li img[src="assets/img/ico_line.png"] {
    display: inline-block;
    width: 8vw;
    margin: 0 0.25em 0 0;
  }

  nav a[href="https://store.line.me/stickershop/product/26918622/ja"] span.stamp {
    text-shadow: 0.05em 0.05em 0px rgba(255, 255, 255, 1), 0.1em 0.1em 0px #7ECDF4;
  }

  nav a[href="https://store.line.me/stickershop/product/26918622/ja"] span.kome {
    font-size: 2.75vw;
  }

  nav li.new::after {
    /* min-width: 24vw; */
    /* min-height: 12vw; */
    /* font-size: 3.5vw; */
    /* margin: 0 0 0 2vw; */
    font-size: 2.75vw;
    min-width: 10em;
    top: -46%;
    right: 0%;
  }

  h2 {
    font-size: 7vw;
    height: 14vw;
    top: 7vw;
    left: 0;
  }
  h2::before {
    width: 16vw;
    height: 16vw;
  }
  h2 span.in-txt {
    height: 14vw;
    line-height: 14vw;
    left: 3.5vw;
    width: 9em;
    padding-left: 2em;
  }
  .aboutBox {
    border-radius: 8vw;
    padding: 12vw 4vw 6vw;
    width: auto;
    margin: 0 auto;
  }
  .aboutBox ul {
    display: block;
  }
  .aboutBox ul.first {
    display: block;
    text-align: center;
  }
  .haretta1 img {
    width: 50%;
  }
  .balloon1 {
    width: 80vw;
    height: 80vw;
    font-size: 6vw;
    margin: 10vw auto 0;
  }
  .text-name {
    display: block;
  }
  .text-name img {
    height: 6vw;
    margin: 0 0.25em;
  }
  .balloon1::before {
    left: 0;
    top: -12vw;
    border-right: 15vw solid #ffffff;
    border-top: 10vw solid transparent;
    border-bottom: 10vw solid transparent;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  .bg_cloud {
    text-align: center;
    width: 30vw;
    height: 30vw;
    margin: 8vw auto 4vw;
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg_cloud::before {
    width: 35vw;
    height: 33vw;
  }
  .cloud_right {
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 5.5vw;
  }
  .designer {
    margin: 6vw 0 0;
  }
  .designer ul {
    display: block;
  }
  .designer .pic {
    width: 75%;
    margin: 0 auto;
  }
  .designer #show_1 {
    width: 90%;
    margin: 4vw auto 0;
  }
  .designer #show_1.active {
    height: 150vw;
  }
  .designer #show_1 a {
    width: auto;
    font-size: 6vw;
    border-radius: 10vw;
    padding: 1em 2em;
    margin: 0 auto;
  }
  .designer #show_1 a p:nth-child(2) {
    font-size: 12vw;
    margin: 4vw 0 0;
  }
  .designer #hide_1 {
    border-radius: 4vw;
    padding: 12vw 4vw 4vw;
    font-size: 4vw;
    width: 90%;
    top: 115vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .designer #hide_1.active {
    height: 122vw;
  }
  .designer #hide_1 p:first-child {
    font-size: 5vw;
  }
  .song_header li:nth-of-type(1) {
    font-size: 6vw;
    margin: 0;
  }
  .song_header li:nth-of-type(2) {
    text-align: center;
    margin: 8vw 0 0;
    display: block;
  }
  .song_header li:nth-of-type(2)::before {
    left: 10vw;
    top: -18vw;
    height: 30%;
    width: 2px;
    border-radius: 2px;
    transform: rotate(125deg);
  }
  .song_header li:nth-of-type(2)::after {
    right: 10vw;
    top: -18vw;
    height: 30%;
    width: 2px;
    border-radius: 2px;
    transform: rotate(55deg);
    bottom: auto;
    left: auto;
  }
  .song_header li:nth-of-type(2) img {
    width: 60%;
  }
  .yt_embed {
    width: 90%;
    padding-top: 56.25%;
    margin: 4vw auto;
  }
  .gp_link p {
    width: 90%;
    margin: 4vw auto;
    font-size: 5vw;
  }
  .show-hide_box_1.active {
    height: 355vw;
  }
  .hide_1.active {
    height: 325vw;
  }
  .show-hide_box_2.active {
    height: 60vw;
  }
  .hide_2 ul {
    font-size: 3.5vw;
    width: 90%;
    margin: 0 auto;
  }
  .hide_2 ul li {
    width: 90%;
    margin: 4vw auto 0;
    text-align: center;
  }
  .hide_2 ul li a {
    padding: 1em 0;
    border: 3px solid #a0a1a1;
    border-radius: 15px;
    transition: 0.5s;
  }
  .lyrics {
    border-radius: 4vw;
    width: 90%;
    top: 8vw;
    padding: 8vw 0 4vw;
  }
  .lyrics ul {
    font-size: 3.5vw;
    margin: 0 2vw;
  }
  .lyrics ul li {
    width: 100%;
    line-height: 1.25em;
  }
  .lyrics .artists {
    margin: 4vw auto 0 !important;
    font-size: 4vw;
    width: 17em;
    text-align: left;
  }
  .creator {
    margin: 6vw 0 0;
  }
  .creator ul {
    display: block;
  }
  .creator .pic {
    width: 75%;
    margin: 0 auto;
  }
  .creator #show_2,
  .creator #show_3,
  .creator #show_4 {
    margin: 4vw auto 0;
    position: relative;
    width: 90%;
  }
  .creator #show_2.active {
    height: 75vw;
  }
  .creator #show_3.active {
    height: 112vw;
  }
  .creator #show_4.active {
    height: 108vw;
  }
  .creator #show_2 a,
  .creator #show_3 a,
  .creator #show_4 a {
    width: auto;
    font-size: 6vw;
    border-radius: 10vw;
    padding: 1em;
    margin: 0 auto;
  }
  .creator #show_2 a p:nth-child(2),
  .creator #show_3 a p:nth-child(2),
  .creator #show_4 a p:nth-child(2) {
    font-size: 12vw;
    margin: 4vw 0 0;
  }
  .creator #hide_2,
  .creator #hide_3,
  .creator #hide_4 {
    border-radius: 4vw;
    padding: 18vw 4vw 4vw;
    font-size: 4vw;
    width: 90%;
    top: 18vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .creator #hide_2.active {
    height: 30vw;
  }
  .creator #hide_3.active {
    height: 68vw;
  }
  .creator #hide_4.active {
    height: 62vw;
  }
  .creator #hide_2 p:first-child,
  .creator #hide_3 p:first-child,
  .creator #hide_4 p:first-child {
    font-size: 5vw;
  }
  #dance .headline {
    margin: 0;
  }
  #dance .headline dl {
    position: static;
    margin: 4vw 0 10vw;
    justify-content: center;
  }
  .animation_jump {
    animation-name: jump_sp;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.5s;
  }
  #dance .headline dl img {
    width: 40vw;
  }
  #dance .headline dd {
    font-size: 6vw;
  }
  #dance .headline dd:before {
    left: 12vw;
    top: -15vw;
    width: 2px;
    height: 80%;
    transform: rotate(55deg);
  }
  #dance .headline dd:after {
    left: 12vw;
    bottom: -15vw;
    width: 2px;
    height: 80%;
    transform: rotate(125deg);
  }
  #dance .headline p {
    font-size: 8vw;
    padding: 0 0.5em;
  }
  #dance .headline p:before {
    height: 100%;
    bottom: 0;
    top: auto;
    transform: rotate(-30deg);
  }
  #dance .headline p:after {
    height: 100%;
    bottom: 0;
    top: auto;
    transform: rotate(30deg);
  }
  #dance .gp_link a span {
    font-size: 4vw;
  }
  .dancer {
    margin: 6vw 0 0;
  }
  .dancer ul {
    display: block;
  }
  .dancer .pic {
    width: 75%;
    margin: 0 auto;
  }
  #show_6,
  #show_7 {
    position: relative;
    width: 90%;
    margin: 4vw auto 0;
  }
  #show_6.active {
    height: 160vw;
  }
  #show_7.active {
    height: 150vw;
  }
  .dancer .name {
    border-radius: 10vw;
    font-size: 6vw;
    text-align: center;
    padding: 1em;
    margin: 0 auto;
    transition: 0.5s;
    width: auto;
    position: relative;
    z-index: 20;
  }
  #show_6.active .name,
  #show_7.active .name {
    transform: scale(.8, .8);
  }
  #show_6 a p:nth-child(2),
  #show_7 a p:nth-child(2) {
    font-size: 12vw;
    margin: 4vw 0 0;
  }
  .dancer .name p:first-child {
    margin: 0 0 4vw;
  }
  .dancer .name ul {
    justify-content: space-around;
    font-weight: 500;
    font-size: 60px;
  }
  .dancer .name ul span {
    display: inline-block;
    margin: 0 0 0.25em;
  }
  .dancer ul li {
    width: auto;
    margin: 0;
    font-size: 12vw;
  }
  /*
  .dancer ul li:first-child {
    margin: 4vw 0 0;
    font-size: 12vw;
  }
  */
  #hide_6,
  #hide_7 {
    height: 0;
    opacity: 0;
    /* visibility: hidden; */
    display: none;
    position: absolute;
    background: #ffffff;
    border: 3px solid #F19759;
    border-radius: 4vw;
    padding: 24vw 4vw 4vw;
    font-size: 4vw;
    width: 90%;
    top: 24vw;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 1.5em;
  }
  #hide_6.active,
  #hide_7.active {
    opacity: 1;
    /* visibility: visible; */
    display: block;
  }
  #hide_6.active {
    height: 105vw;
  }
  #hide_7.active {
    height: 90vw;
  }
  #hide_6 ul li,
  #hide_7 ul li {
    font-size: 4vw;
  }
  #hide_6 ul li p:first-child,
  #hide_7 ul li p:first-child {
    margin: 0 0 0.5em;
    font-size: 5.5vw;
    font-weight: 500;
    text-align: center;
  }
  #hide_6 .msg,
  #hide_7 .msg {
    margin: 1em 0 0;
  }
  #hide_6 .msg p:first-child,
  #hide_7 .msg p:first-child {
    margin: 0 0 0.5em;
    font-size: 5.5vw;
    font-weight: 500;
  }
  .tw {
    margin-bottom: 30vw !important;
  }
  .tw_embed {
    width: 90%;
    margin: 0 auto;
  }
  .tw_embed h2 {
    margin: 0 0 12vw;
  }

  /*========= 動画募集CSS ===============*/
  #dance-post {
    padding: 4vw 0 0;
  }
  #dance-post h2 {
    font-size: 36px;
  }
  #dance-post h2 span.in-txt {
    width: auto;
    background: #FFE7FF;
    padding: 0.25em 1em 0.25em 2.5em;
    font-size: 6vw;
    height: 16vw;
    line-height: 1.25em;
  }
  #dance-post h2 span span:nth-of-type(1),
  #dance-post h2 span span:nth-of-type(5) {
    color: #ff6600;
  }
  #dance-post h2 span span:nth-of-type(2),
  #dance-post h2 span span:nth-of-type(4) {
    color: #ff0099;
  }
  #dance-post h2 span span:nth-of-type(3) {
    color: #00B0F0;
  }
  #dance-post .aboutBox {
    background: #ffffcc;
  }
  #dance-post .headline p {
    font-size: 6vw;
    margin: 2vw 0 0;
  }
  /*
  #dance-post .headline p:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 120%;
    background: #000;
    border-radius: 4px;
    transform: rotate(-45deg);
  }
  #dance-post .headline p:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 120%;
    background: #000;
    border-radius: 4px;
    transform: rotate(45deg);
  }
  */
  #dance-post .headline dl {
    position: static;
    margin: 6vw 0;
    justify-content: center;
  }
  #dance-post .headline dl img {
    width: 40vw;
  }
  #dance-post .headline dd {
    font-size: 6vw;
  }
  #dance-post .headline dd:before {
    position: absolute;
    left: 50px;
    top: -80px;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 4px;
    transform: rotate(45deg);
  }
  #dance-post .headline dd:after {
    position: absolute;
    content: "";
    left: 50px;
    bottom: -80px;
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 4px;
    transform: rotate(135deg);
  }
  #dance-post .flow {
    margin: 60px 0 0;
  }
  #dance-post .flow .head {
    font-size: 6vw;
    width: 59vw;
    height: 18vw;
    line-height: 18vw;
  }
  #dance-post .flow dl {
    margin: 6vw 0 0;
  }
  #dance-post .flow dt {
    display: flex;
    align-items: center;
    font-size: 4.5vw;
  }
  #dance-post .flow dt::before {
    width: 24vw;
    height: 12vw;
    font-size: 6vw;
    margin: 0 0.5em 0 0;
  }
  #dance-post .flow span {
    line-height: 1.25em;
    font-weight: 500;
  }
  #dance-post .flow dd {
    margin: 4vw 0 0;
  }
  #dance-post .yt_box {
    display: block;
  }
  #dance-post .yt_embed {
    width: 90%;
    padding-top: 56.25%;
    margin: 4vw auto;
  }
  #dance-post .dl_music {
    width: 90%;
    font-size: 5vw;
    margin: 0 auto 6vw;
  }
  #dance-post .dl_music a {

  }
  #dance-post .attention {
    margin: 0 0 2vw;
  }
  #dance-post .attention p {
    font-size: 4.25vw;
  }
  #dance-post .attention span {
    font-size: 6vw;
  }
  #dance-post .layout {
    margin: 0 0 2vw;
  }
  #dance-post .layout img {
    width: 90%;
  }
  #dance-post .sup {
    font-size: 3.5vw;
  }
  #dance-post .notice {
    width: 90%;
    padding: 4vw;
  }
  #dance-post .notice p {
    font-size: 3.25vw;
  }

  footer {
    margin: 12vw 0 0;
  }
}