@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow: hidden;
}

#wrapper {
  position: relative;
  margin: 0 auto;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

.pc_el {
  display: inline-block;
}

.sp_el {
  display: none;
}

img {
  max-width: 100%;
}

/*==============================================================
	header : ヘッダ
===============================================================*/
/*==============================================================
	footer : フッタ
===============================================================*/
footer {
  background-color: #014a97;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
footer .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .border {
  margin: 0 10px;
}
footer a {
  color: #fff;
}
footer .bnr_list {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bnr_list li {
  width: 30%;
  transition: 0.3s;
}
footer .bnr_list li:hover {
  transition: 0.3s;
  opacity: 0.8;
}
footer .bnr_list img {
  max-width: 100%;
  height: auto;
  background-color: #fff;
}
footer .link_box {
  border-top: 1px solid #fff;
  padding-top: 10px;
}
footer .link_box a {
  transition: 0.3s;
}
footer .link_box a:hover {
  transition: 0.3s;
  opacity: 0.8;
}

#toTop {
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 4;
}
#toTop a {
  width: 84px;
  height: 84px;
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 100%;
  color: #014a97;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff100;
}
#toTop a span {
  position: relative;
}
#toTop a span::before {
  content: "";
  bottom: 75%;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 3px solid #014a97;
  border-right: 3px solid #014a97;
  transform: rotate(-45deg);
  position: absolute;
}

/*==============================================================
	home : TOPページ
===============================================================*/
#home .mainvisual_area {
  background: url(../img/bg_mainvisual.png) no-repeat center;
  padding: 60px 0;
  color: #fff;
}
#home .mainvisual_area .mv_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#home .mainvisual_area .logo {
  opacity: 0;
  width: 100%;
  text-align: center;
}
#home .mainvisual_area .logo img {
  max-width: 300px;
  height: auto;
}
#home .mainvisual_area .logo .logo_txt {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  margin-top: 10px;
}
#home .mainvisual_area .mv_tl {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.5;
  opacity: 0;
}
#home .mainvisual_area .mv_sub {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: bold;
  opacity: 0;
}
#home .mainvisual_area .mv_txt {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8;
}
#home .mainvisual_area .mv_txt .txt {
  display: flex;
  align-items: center;
}
#home .mainvisual_area .mv_txt .small {
  font-size: 12px;
  font-size: 1.2rem;
}
#home .mainvisual_area .mv_txt img {
  margin: 0 10px;
}
#home .mainvisual_area .is-scroll .logo {
  animation: slideUP 0.8s ease-out 0.9s 1 forwards;
}
#home .mainvisual_area .is-scroll .mv_tl {
  animation: slideUP 0.8s ease-out 0.9s 1 forwards;
}
#home .mainvisual_area .is-scroll .mv_sub {
  animation: fadeIn 1s ease-out 1.8s 1 forwards;
}
#home .mainvisual_area .is-scroll .mv_txt {
  animation: fadeIn 1s ease-out 2.1s 1 forwards;
}
#home .festival_area {
  padding: 70px 0;
}
#home .festival_area .fl_box {
  justify-content: space-between;
}
#home .festival_area .box {
  opacity: 0;
  width: 46%;
  position: relative;
}
#home .festival_area .box .place {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #014a97;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  z-index: 1;
}
#home .festival_area .photo {
  overflow: hidden;
}
#home .festival_area .photo img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
#home .festival_area .photo img:hover {
  transition: 0.5s;
  transform: scale(1.1);
}
#home .festival_area .txt_box {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  text-align: center;
  color: #014a97;
  border: 10px solid rgba(1, 74, 151, 0.7);
}
#home .festival_area .txt_box .campus {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 5px;
}
#home .festival_area .txt_box .tl {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.2;
}
#home .festival_area .txt_box .en {
  font-size: 16px;
  font-size: 1.6rem;
}
#home .festival_area .is-scroll .box:nth-child(1) {
  animation: fadeIn 0.8s ease-out 0.5s 1 forwards;
}
#home .festival_area .is-scroll .box:nth-child(2) {
  animation: fadeIn 0.8s ease-out 0.8s 1 forwards;
}

/*==============================================================
	 toei: 
===============================================================*/
#toei {
  background: url(../../img/bg_white.webp) repeat top/contain;
}
#toei .base_tl {
  opacity: 0;
  text-align: center;
  margin-bottom: 60px;
}
#toei .base_tl .en {
  display: block;
  font-size: 112px;
  font-size: 11.2rem;
  color: #014a97;
  font-family: din-condensed, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
#toei .base_tl .ja {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #3e3a39;
}
#toei .base_btn {
  width: 100%;
  max-width: 683px;
  margin: auto;
  background-color: #ffe200;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #014a97;
  font-size: 32px;
  font-size: 3.2rem;
}
#toei .base_btn span {
  position: relative;
}
#toei .base_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 20px solid #014a97;
}
#toei .base_btn.close {
  pointer-events: none;
  color: #fff;
  background-color: #014a97;
}
#toei .base_btn.close span::before {
  content: none;
}
#toei .base_btn.js-modal-open-sp {
  display: none;
}
#toei .white_bg {
  position: relative;
  background-image: linear-gradient(41deg, rgb(0, 151, 243), rgb(255, 255, 225), rgb(250, 239, 74));
}
#toei .blue_bg {
  position: relative;
}
#toei .blue_bg2 {
  background: url(../../img/bg_blue.png) no-repeat center/cover;
}
#toei .blue_bg2 .base_tl .en,
#toei .blue_bg2 .base_tl .ja {
  color: #fff;
}
#toei header {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 10px;
  z-index: 3;
}
#toei header::before {
  content: "";
  background-color: #014a97;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
}
#toei header .hamburger {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #fff;
  z-index: 11;
}
#toei header .hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  transition: 0.3s ease-in-out;
}
#toei header .hamburger span:nth-child(1) {
  top: 10px;
}
#toei header .hamburger span:nth-child(2) {
  top: 17px;
}
#toei header .hamburger span:nth-child(3) {
  top: 24px;
}
#toei header .hamburger.active {
  position: fixed;
  right: 5%;
}
#toei header .hamburger.active span:nth-child(1) {
  top: 16px;
  background: #fff;
  transform: rotate(-45deg);
}
#toei header .hamburger.active span:nth-child(2), #toei header .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}
#toei header .hamburger.fixed {
  position: fixed;
  top: 20px;
  right: 5%;
  background-color: #014a97;
}
#toei header .nav_box {
  background-color: #014a97;
  padding: 10px 0 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
}
#toei header .nav_box::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  border-top: 64px solid #014a97;
  border-left: 70px solid transparent;
  z-index: 2;
}
#toei header nav {
  margin: 10px 0;
  display: flex;
}
#toei header nav .nav_ul {
  display: flex;
  color: #fff;
}
#toei header nav a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
#toei header nav .border {
  display: inline-block;
  margin: 0 10px;
}
#toei header .gl_nav {
  display: none;
}
#toei header .gl_nav.active {
  display: block;
  z-index: 10;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #014a97;
}
#toei header .gl_nav .nav_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#toei header .gl_nav .nav_ul li {
  width: 48%;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
#toei header .gl_nav .nav_ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 20px solid #fff;
}
#toei header .gl_nav .nav_ul li:hover {
  border-bottom: 1px solid #ffe200;
}
#toei header .gl_nav .nav_ul li:hover::before {
  border: 10px solid transparent;
  border-left: 20px solid #ffe200;
}
#toei header .gl_nav .nav_ul li:hover a {
  color: #ffe200;
  display: block;
}
#toei header .gl_nav .nav_ul a {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
#toei .mv_area {
  overflow: hidden;
  min-height: 100vh;
  background-image: url(../../img/mainvisual.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
#toei .greeting_area {
  padding: 100px 0;
}
#toei .greeting_area .lead_box.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .greeting_area .lead_txt {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  background: url(../../img/bg_greeting.png) no-repeat;
  background-size: cover;
  background-position: center left;
  padding: 55px 0;
  margin-bottom: 180px;
  position: relative;
}
#toei .greeting_area .lead_txt::before {
  background-color: #f7f8f8;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
#toei .greeting_area .people {
  opacity: 0;
  position: relative;
  margin: 250px 0;
}
#toei .greeting_area .people::before {
  content: "";
  background-color: #f7f8f8;
  width: 120%;
  height: 80%;
  position: absolute;
  left: -10%;
  top: 0;
  right: 0;
  margin: auto;
  transform: rotate(-10deg);
  z-index: -1;
}
#toei .greeting_area .people .photo img {
  position: relative;
}
#toei .greeting_area .people .photo img::before {
  content: "";
  background: #014a97;
  position: absolute;
  width: 247px;
  height: 332px;
  top: 80px;
  left: -50px;
  right: 0;
  margin: auto;
  z-index: -1;
}
#toei .greeting_area .one {
  margin: 0 0 250px;
}
#toei .greeting_area .one.is-scroll {
  animation: slideUP 0.8s ease-out 0.3s 1 forwards;
}
#toei .greeting_area .two::before {
  content: "";
  background-color: #f7f8f8;
  width: 120%;
  height: 80%;
  position: absolute;
  left: -10%;
  top: 0;
  right: 0;
  margin: auto;
  transform: rotate(10deg);
  z-index: -1;
}
#toei .greeting_area .two .people_box .photo {
  text-align: right;
}
#toei .greeting_area .two .people_box .photo::before {
  content: "";
  background: #014a97;
  position: absolute;
  width: 247px;
  height: 332px;
  top: 80px;
  left: 0;
  right: 50px;
  margin: auto;
  z-index: -1;
}
#toei .greeting_area .two.is-scroll {
  animation: slideUP 0.8s ease-out 0.3s 1 forwards;
}
#toei .greeting_area .three .people_box {
  flex-wrap: wrap;
}
#toei .greeting_area .three .people_box .name_tl {
  width: 100%;
}
#toei .greeting_area .three .people_box .name_tl .en {
  font-size: 86px;
  font-size: 8.6rem;
}
#toei .greeting_area .three .people_box .photo {
  margin-top: -30px;
}
#toei .greeting_area .three.is-scroll {
  animation: slideUP 0.8s ease-out 0.3s 1 forwards;
}
#toei .greeting_area .people_box {
  width: 1200px;
  margin: 0px auto 0;
  display: flex;
  justify-content: space-between;
}
#toei .greeting_area .txt_box {
  width: 70%;
}
#toei .greeting_area .txt_box .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
#toei .greeting_area .photo {
  width: 25%;
  position: relative;
  margin-top: 100px;
}
#toei .greeting_area .photo img {
  max-width: 100%;
  height: auto;
}
#toei .greeting_area .photo::before {
  content: "";
  background: #014a97;
  position: absolute;
  width: 247px;
  height: 332px;
  top: 80px;
  right: -50px;
  left: 0;
  margin: auto;
  z-index: -1;
}
#toei .greeting_area .name_tl {
  margin-bottom: 30px;
}
#toei .greeting_area .name_tl .en {
  display: block;
  font-size: 112px;
  font-size: 11.2rem;
  color: #b5b5b6;
  font-family: din-condensed, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
#toei .greeting_area .name_tl .ja {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  color: #014a97;
}
#toei .schedule_area {
  padding: 100px 0;
}
#toei .schedule_area .fl_box {
  display: flex;
  justify-content: space-between;
}
#toei .schedule_area .con_wrap {
  width: 48%;
}
#toei .schedule_area .con_box {
  opacity: 0;
  width: 100%;
  padding: 30px;
  background-color: #fff000;
  margin-bottom: 50px;
}
#toei .schedule_area .con_box .date {
  text-align: center;
  font-family: din-condensed, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 50px;
}
#toei .schedule_area .con_box .box {
  display: flex;
}
#toei .schedule_area .con_box .box .border {
  width: 10%;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  color: #3e3a39;
  line-height: 1.7;
}
#toei .schedule_area .con_box .box .border::before {
  content: "";
  width: 2px;
  height: 110%;
  background-color: #3e3a39;
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  margin: auto;
}
#toei .schedule_area .con_box .box .txt_box {
  width: 90%;
  margin-bottom: 50px;
}
#toei .schedule_area .con_box .box .time {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
#toei .schedule_area .con_box .box .time span {
  font-family: din-condensed, sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 4px;
}
#toei .schedule_area .con_box .box .tl {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  padding: 10px 70px 10px 10px;
  margin-bottom: 10px;
  position: relative;
}
#toei .schedule_area .con_box .box .tl::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 15px 0 15px;
}
#toei .schedule_area .con_box .box .tl.color1 {
  background-color: #0b52a0;
}
#toei .schedule_area .con_box .box .tl.color2 {
  background-color: #0094d5;
}
#toei .schedule_area .con_box .box .tl.color3 {
  background-color: #e99200;
}
#toei .schedule_area .con_box .box .txt {
  line-height: 1.8;
}
#toei .schedule_area .con_box.last .box .txt_box {
  width: 100%;
}
#toei .schedule_area.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .schedule_area.is-scroll .con_box {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#toei .entertainment_area {
  padding: 100px 0;
}
#toei .entertainment_area .contents_box {
  margin-bottom: 70px;
}
#toei .entertainment_area .contents_box .fl_box {
  display: flex;
  justify-content: space-between;
}
#toei .entertainment_area .contents_box .box {
  opacity: 0;
  width: 48%;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
#toei .entertainment_area .contents_box .box .photo img {
  max-width: 100%;
}
#toei .entertainment_area .contents_box .box .name {
  font-size: clamp(28px, 5vw, 34px);
  text-align: center;
  color: #0b52a0;
  margin-bottom: 20px;
}
#toei .entertainment_area .contents_box .time_box {
  margin-top: 30px;
  text-align: center;
  padding: 10px;
  font-size: clamp(24px, 5vw, 24px);
  background-color: #fff100;
}
#toei .entertainment_area .contents_box.monomane .fl_box {
  justify-content: center;
}
#toei .entertainment_area .notes {
  background-color: #fff;
  padding: 20px;
}
#toei .entertainment_area.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .entertainment_area.is-scroll .box {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#toei .interview_area {
  padding: 100px 0;
}
#toei .interview_area .people_box {
  opacity: 0;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
}
#toei .interview_area .con_box {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#toei .interview_area .con_box .photo {
  width: 30%;
  position: relative;
  z-index: 1;
  text-align: center;
}
#toei .interview_area .con_box .photo img {
  max-width: 100%;
  height: auto;
}
#toei .interview_area .con_box .txt {
  width: 68%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
#toei .interview_area .con_box:last-child {
  margin-bottom: 0;
}
#toei .interview_area .name_tl {
  opacity: 0;
  margin-bottom: 30px;
}
#toei .interview_area .name_tl .en {
  display: block;
  font-size: 112px;
  font-size: 11.2rem;
  color: #b5b5b6;
  font-family: din-condensed, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
#toei .interview_area .name_tl .ja {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  color: #014a97;
}
#toei .interview_area .dummy {
  margin-bottom: 50px;
  height: 500px;
  background-color: #727171;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#toei .interview_area.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .interview_area.is-scroll .people_box {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#toei .interview_area.is-scroll .con_box {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei .interview_area.is-scroll .name_tl {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#toei .contest_area {
  padding: 100px 0;
}
#toei .contest_area .winner {
  opacity: 0;
  text-align: center;
  margin-bottom: 50px;
  color: #fff000;
  font-size: 20px;
  font-size: 2rem;
}
#toei .contest_area .winner span {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 10px;
}
#toei .contest_area .lead_txt {
  opacity: 0;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}
#toei .contest_area .lead_box .con_box {
  width: 100%;
  margin: 0 auto 80px;
}
#toei .contest_area .lead_box .con_box .photo {
  margin-bottom: 30px;
}
#toei .contest_area .lead_box_info .con_box {
  width: 80%;
  margin: 0 auto 80px;
}
#toei .contest_area .lead_box_info .con_box .photo {
  margin-bottom: 30px;
}
#toei .contest_area .fl_box {
  flex-wrap: wrap;
  justify-content: space-between;
}
#toei .contest_area .con_box {
  opacity: 0;
  width: 32%;
  margin-bottom: 30px;
  color: #fff;
}
#toei .contest_area .con_box .photo {
  margin-bottom: 10px;
}
#toei .contest_area .con_box .photo img {
  width: 100%;
  height: auto;
}
#toei .contest_area .con_box .tl {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
#toei .contest_area .con_box .txt {
  line-height: 1.8;
  margin-bottom: 10px;
}
#toei .contest_area .con_box .base_btn {
  width: 260px;
  padding: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  flex-wrap: wrap;
}
#toei .contest_area .con_box .base_btn small {
  display: block;
  color: #e60012;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}
#toei .contest_area .con_box .base_btn span::before {
  border: 8px solid transparent;
  border-left: 14px solid #014a97;
}
#toei .contest_area .con_box .base_btn.close {
  margin-top: 20px;
  color: #048;
  background-color: #ffffff;
}
#toei .contest_area .vote_btn {
  opacity: 0;
  background-color: #e60012;
  color: #fff;
  max-width: 890px;
}
#toei .contest_area .vote_btn span::before {
  border: 10px solid transparent;
  border-left: 20px solid #fff;
}
#toei .contest_area.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .contest_area.is-scroll .winner {
  animation: fadeIn 0.8s ease-out 0.5s 1 forwards;
}
#toei .contest_area.is-scroll .lead_txt {
  animation: fadeIn 0.8s ease-out 0.5s 1 forwards;
}
#toei .contest_area.is-scroll .con_box {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei .contest_area.is-scroll .vote_btn {
  animation: fadeIn 0.8s ease-out 2s 1 forwards;
}
#toei .effort_area {
  padding: 100px 0;
}
#toei .effort_area .tl {
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(24px, 5vw, 28px);
}
#toei .effort_area .txt_box {
  opacity: 0;
  text-align: center;
  margin-bottom: 50px;
}
#toei .effort_area .txt_box .txt {
  margin-bottom: 20px;
}
#toei .effort_area .base_btn {
  font-size: clamp(14px, 5vw, 18px);
  max-width: 420px;
}
#toei .effort_area .photo {
  opacity: 0;
}
#toei .effort_area .photo img {
  max-width: 100%;
}
#toei .effort_area.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .effort_area.is-scroll .txt_box {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .effort_area.is-scroll .photo {
  animation: fadeIn 0.8s ease-out 0.5s 1 forwards;
}
#toei .instagram_area {
  padding: 100px 0;
}
#toei .instagram_area .insta_list {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#toei .instagram_area .insta_list li {
  width: 18%;
  margin: 0 2% 2% 0;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 18%;
  position: relative;
}
#toei .instagram_area .insta_list li:nth-of-type(5n) {
  margin-right: 0;
}
#toei .instagram_area .insta_list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#toei .instagram_area .insta_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#toei .instagram_area .insta_list li a:hover {
  opacity: 1;
}
#toei .instagram_area .insta_list li a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
#toei .instagram_area .insta_list li a:hover .c {
  display: block;
  width: 90%;
  text-align: center;
}
#toei .instagram_area .insta_list li .c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
#toei .instagram_area .insta_list li .c span {
  display: inline-block;
  padding: 0 7px;
  box-sizing: border-box;
  max-width: 50%;
}
#toei .instagram_area .insta_list li .like:before {
  content: url(../img/iniine.png);
  vertical-align: middle;
  margin-right: 5px;
}
#toei .instagram_area .insta_list li .comme:before {
  content: url(../img/incomme.png);
  vertical-align: middle;
  margin-right: 5px;
}
#toei .instagram_area .bnner {
  opacity: 0;
  width: 40%;
  display: block;
  margin: 30px auto 0;
}
#toei .instagram_area .bnner img {
  max-width: 100%;
}
#toei .instagram_area.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .instagram_area.is-scroll .insta_list {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei .instagram_area.is-scroll .bnner {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei .sponsor_area {
  padding: 100px 0;
  background-color: #fff;
}
#toei .sponsor_area .txt {
  text-align: right;
  opacity: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
#toei .sponsor_area .sponsor_list {
  display: flex;
  opacity: 0;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 20px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#toei .sponsor_area .sponsor_list li {
  width: 32%;
  margin-bottom: 10px;
  font-size: clamp(18px, 5vw, 18px);
}
#toei .sponsor_area .f_txt {
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  font-size: clamp(20px, 5vw, 20px);
}
#toei .sponsor_area.is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#toei .sponsor_area.is-scroll .sponsor_list {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei .sponsor_area.is-scroll .f_txt {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei .sponsor_area.is-scroll .txt {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei footer .bnr_list {
  padding-bottom: 50px;
}
#toei footer .base_btn {
  max-width: 250px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 30px;
}
#toei footer .base_btn span::before {
  border: 8px solid transparent;
  border-left: 14px solid #014a97;
}
#toei footer address {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/*==============================================================
	 towa: 
===============================================================*/
#towa .base_tl {
  opacity: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: italic;
  position: relative;
  margin-bottom: 30px;
  font-size: 72px;
  font-size: 7.2rem;
  padding-left: 100px;
  color: #fff;
  text-shadow: 0 10px 10px black;
}
#towa .base_tl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 177px;
}
#towa .base_tl.yellow::before {
  background: url(../img/../../towa/img/ico_circle_y.png) no-repeat;
  background-size: 100px;
}
#towa .base_tl.blue::before {
  background: url(../img/../../towa/img/ico_circle_b.png) no-repeat;
  background-size: 100px;
}
#towa .base_tl.blue_yellow::before {
  background: url(../img/../../towa/img/ico_circle_by.png) no-repeat;
  background-size: 100px;
}
#towa .base_tl.blue_orange_yellow::before {
  background: url(../img/../../towa/img/ico_circle_boy.png) no-repeat;
  background-size: 100px;
}
#towa .is-scroll .base_tl {
  animation: fadeIn 0.8s ease-out 0.3s 1 forwards;
}
#towa .base_btn {
  width: 100%;
  max-width: 250px;
  margin: auto;
  background-color: #e2007e;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
#towa .base_btn span {
  position: relative;
}
#towa .base_btn span::before {
  content: "";
  position: absolute;
  left: 105%;
  top: 2px;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f7d512 transparent transparent transparent;
  border-width: 12px 7px 0 7px;
}
#towa .base_btn.close {
  pointer-events: none;
  color: #fff;
  background-color: #014a97;
}
#towa .base_btn.close span::before {
  content: none;
}
#towa .circle_btn {
  width: 100%;
  max-width: 250px;
  margin: auto;
  background-color: #e2007e;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}
#towa .circle_btn span {
  padding: 0 10px;
  position: relative;
}
#towa .circle_btn span::before {
  content: "";
  background: url(../../towa/img/ico_circle.png) no-repeat;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 30px;
  width: 30px;
  height: 7px;
  transform: rotate(180deg);
}
#towa .circle_btn span::after {
  content: "";
  background: url(../../towa/img/ico_circle.png) no-repeat;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 30px;
  width: 30px;
  height: 7px;
}
#towa .circle_btn.close {
  max-width: 280px;
  padding: 10px;
}
#towa .close {
  background-color: #014a97 !important;
}
#towa header {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 10px;
  z-index: 3;
}
#towa header::before {
  content: "";
  background-color: #009fa3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
}
#towa header .hamburger {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 11;
}
#towa header .hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  transition: 0.3s ease-in-out;
}
#towa header .hamburger span:nth-child(1) {
  top: 10px;
}
#towa header .hamburger span:nth-child(2) {
  top: 17px;
}
#towa header .hamburger span:nth-child(3) {
  top: 24px;
}
#towa header .hamburger.active {
  position: fixed;
  right: 5%;
}
#towa header .hamburger.active span:nth-child(1) {
  top: 16px;
  background: #fff;
  transform: rotate(-45deg);
}
#towa header .hamburger.active span:nth-child(2), #towa header .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}
#towa header .hamburger.fixed {
  position: fixed;
  top: 20px;
  right: 5%;
  background-color: #009fa3;
}
#towa header .nav_box {
  background-color: #009fa3;
  padding: 10px 0 10px 30px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 100px 0 0 100px;
}
#towa header nav {
  margin: 10px 0;
  display: flex;
}
#towa header nav .nav_ul {
  display: flex;
  color: #fff;
}
#towa header nav a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#towa header nav .border {
  display: inline-block;
  margin: 0 10px;
}
#towa header .gl_nav {
  display: none;
}
#towa header .gl_nav.active {
  display: block;
  z-index: 10;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #009fa3;
}
#towa header .gl_nav .nav_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#towa header .gl_nav .nav_ul li {
  width: 48%;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-left: 50px;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#towa header .gl_nav .nav_ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 20px solid #fff;
}
#towa header .gl_nav .nav_ul li:hover {
  border-bottom: 1px solid #ffe200;
}
#towa header .gl_nav .nav_ul li:hover::before {
  border: 10px solid transparent;
  border-left: 20px solid #ffe200;
}
#towa header .gl_nav .nav_ul li:hover a {
  color: #ffe200;
  display: block;
}
#towa header .gl_nav .nav_ul a {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
#towa #canvas {
  position: absolute;
}
#towa .mv_area {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
#towa .mv_area::before {
  content: "";
  background: url(../../towa/img/bg_mainvisual.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#towa .mv_area .canvas_bg {
  transform: translate3d(0, 0, 0);
}
#towa .mv_area .mv_box {
  position: relative;
  z-index: 1;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin-top: -64px;
  text-align: center;
}
#towa .mv_area .logo {
  width: 50vh;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#towa .mv_area .logo img {
  width: 90%;
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: zoom-in-anim 4s infinite;
}
#towa .mv_area .mv_sub_tl {
  width: 300px;
  margin: auto;
}
#towa .mv_area .mv_sub_tl img {
  max-width: 100%;
  height: auto;
}
#towa .mv_area .mv_tl {
  width: 800px;
  margin: auto;
}
#towa .mv_area .mv_tl img {
  max-width: 100%;
  height: auto;
}
#towa .mv_area .mv_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  position: relative;
  top: -100px;
  color: #fff;
}
#towa .mv_area .mv_txt .txt {
  display: flex;
  align-items: center;
}
#towa .mv_area .mv_txt .small {
  font-size: 18px;
  font-size: 1.8rem;
}
#towa .mv_area .mv_txt img {
  margin: 0 10px;
}
#towa .mv_area .fig {
  text-align: center;
}
#towa .mv_area .fig img {
  max-width: 100%;
  height: auto;
}
#towa .mv_area.is-scroll .logo {
  animation: fadeIn 0.8s ease-out 0.5s 1 forwards;
}
#towa .about_area {
  background-color: #009fa3;
  padding: 80px 0;
}
#towa .about_area .lead_txt {
  opacity: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.8;
}
#towa .about_area .about_wrap {
  position: relative;
  background: #fff;
  border-radius: 100% 0 0 100%;
  padding: 80px 0;
}
#towa .about_area .about_wrap::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
#towa .about_area .about_wrap .con_box {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#towa .about_area .about_wrap .con_box:last-child {
  margin-bottom: 0;
}
#towa .about_area .about_wrap .con_box:nth-child(2) {
  margin-left: -100px;
}
#towa .about_area .about_wrap .photo {
  width: 30%;
}
#towa .about_area .about_wrap .photo img {
  max-width: 100%;
  height: auto;
}
#towa .about_area .about_wrap .txt_box {
  width: 68%;
}
#towa .about_area .about_wrap .name {
  font-size: 26px;
  font-size: 2.6rem;
  color: #009fa3;
  margin-bottom: 10px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#towa .about_area .about_wrap .txt {
  line-height: 1.8;
}
#towa .about_area.is-scroll .lead_txt {
  animation: fadeIn 0.8s ease-out 0.5s 1 forwards;
}
#towa .about_area.is-scroll .about_wrap .con_box:nth-child(1) {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#towa .about_area.is-scroll .about_wrap .con_box:nth-child(2) {
  animation: slideUP 0.8s ease-out 1.1s 1 forwards;
}
#towa .about_area.is-scroll .about_wrap .con_box:nth-child(3) {
  animation: slideUP 0.8s ease-out 1.4s 1 forwards;
}
#towa .timetable_area {
  padding: 80px 0;
  background-color: #f7d512;
}
#towa .timetable_area .base_tl {
  margin-bottom: 60px;
}
#towa .timetable_area .timetable_wrap {
  display: flex;
  justify-content: space-between;
}
#towa .timetable_area .con_wrap {
  opacity: 0;
  width: 48%;
}
#towa .timetable_area .con_wrap .date {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 10px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  margin: 0 50px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  line-height: 1.5;
}
#towa .timetable_area .con_wrap .date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 9px;
  background-color: #009fa3;
}
#towa .timetable_area .con_wrap:nth-child(2) .date::before {
  background-color: #ee7a2a;
}
#towa .timetable_area .con_wrap .con_box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 10px;
}
#towa .timetable_area .con_wrap .box {
  display: flex;
}
#towa .timetable_area .con_wrap .box .border {
  width: 8%;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  color: #3e3a39;
  line-height: 1.7;
  z-index: 1;
}
#towa .timetable_area .con_wrap .box .border::after {
  content: "";
  width: 3px;
  height: 105%;
  background-color: #3e3a39;
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  margin: auto;
}
#towa .timetable_area .con_wrap .box .txt_box {
  width: 92%;
  margin-bottom: 20px;
}
#towa .timetable_area .con_wrap .box .time {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 7px 0 5px;
}
#towa .timetable_area .con_wrap .box .tl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #3e3a39;
  background-color: #3e3a39;
  padding: 5px 70px 5px 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
}
#towa .timetable_area .con_wrap .box .tl::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 3px;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f7d512 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
#towa .timetable_area .con_wrap .box .tl::before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
#towa .timetable_area .con_wrap .box .tl.custom {
  display: flex;
  align-items: flex-start;
}
#towa .timetable_area .con_wrap .box .tl.custom span {
  color: #fff !important;
  background-color: #e2007e !important;
}
#towa .timetable_area .con_wrap .box .tl.custom b {
  display: block;
  font-weight: normal;
}
#towa .timetable_area .con_wrap .box .txt {
  line-height: 1.8;
}
#towa .timetable_area .con_wrap .box.yellow .border {
  color: #f7d512;
}
#towa .timetable_area .con_wrap .box.yellow .border::after {
  background-color: #f7d512;
}
#towa .timetable_area .con_wrap .box.yellow .tl {
  background-color: #f7d512;
}
#towa .timetable_area .con_wrap .box.yellow .tl span {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background-color: #e2007e;
  margin-right: 10px;
  padding: 5px 15px;
}
#towa .timetable_area .con_wrap .box.pink .border {
  color: #e2007e;
}
#towa .timetable_area .con_wrap .box.pink .border::after {
  background-color: #f7d512;
  z-index: -1;
}
#towa .timetable_area .con_wrap .box.pink .time {
  color: #e2007e;
}
#towa .timetable_area .con_wrap .box.pink .tl {
  background-color: #e2007e;
  color: #fff;
}
#towa .timetable_area .con_wrap .box.pink .tl::after {
  border-color: #e2007e transparent transparent transparent;
}
#towa .timetable_area .con_wrap .box.pink .tl span {
  display: inline-block;
  border-radius: 10px;
  color: #e2007e;
  background-color: #fff;
  margin-right: 10px;
  padding: 5px 15px;
}
#towa .timetable_area .con_wrap .box.pink .tl span.vtr {
  color: #3e3a39;
}
#towa .timetable_area .con_wrap .box.half .txt_box {
  display: flex;
  justify-content: space-between;
}
#towa .timetable_area .con_wrap .box.half .tl {
  width: 73%;
}
#towa .timetable_area .con_wrap .box.half .tl span {
  display: inline-block;
  border-radius: 10px;
  color: #3e3a39;
  background-color: #fff;
  margin-right: 10px;
  padding: 5px 15px;
}
#towa .timetable_area .con_wrap .box.half.custom .contents {
  display: flex;
  width: 92%;
  margin-bottom: 20px;
}
#towa .timetable_area .con_wrap .box.half.custom .t_box {
  margin-left: auto;
  width: 73%;
}
#towa .timetable_area .con_wrap .box.half.custom .t_box .tl {
  width: 100%;
}
#towa .timetable_area .con_wrap .box.half.custom .t_box .txt_box {
  width: 100%;
  margin: 0;
}
#towa .timetable_area .con_wrap .box.dual .tl span {
  display: block;
  width: 160px;
  text-align: center;
  margin-bottom: 5px;
}
#towa .timetable_area .time_ft_txt {
  text-align: center;
  margin-top: 50px;
}
#towa .timetable_area.is-scroll .con_wrap:nth-child(1) {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#towa .timetable_area.is-scroll .con_wrap:nth-child(2) {
  animation: slideUP 0.8s ease-out 1.1s 1 forwards;
}
#towa .guide_area {
  padding: 80px 0;
  background-color: #ee7a2a;
}
#towa .guide_area .lead_txt {
  opacity: 0;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 50px;
  color: #fff;
}
#towa .guide_area .fl_box {
  opacity: 0;
  justify-content: space-between;
  margin-bottom: 80px;
  z-index: 1;
  position: relative;
}
#towa .guide_area .fl_box .con_box {
  width: 320px;
  height: 320px;
  position: relative;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
}
#towa .guide_area .fl_box .con_box::before {
  content: "";
  background-color: #f7d512;
  width: 320px;
  height: 320px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  border-radius: 100%;
  z-index: -1;
}
#towa .guide_area .fl_box .con_box .num {
  position: absolute;
  left: -10px;
  top: -10px;
  font-weight: normal;
  background-color: #f7d512;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  color: #fff;
  font-size: 53px;
  font-size: 5.3rem;
}
#towa .guide_area .fl_box .con_box .box {
  width: 100%;
  margin-top: 20px;
}
#towa .guide_area .fl_box .con_box .tl {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
#towa .guide_area .pdf_btn {
  width: 100%;
  max-width: 400px;
  margin: auto;
  background-color: #e2007e;
  border-radius: 100px;
  padding: 15px 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 80px;
}
#towa .guide_area .pdf_btn img {
  width: 30px;
  max-width: 100%;
  height: auto;
  margin-left: 10px;
}
#towa .guide_area .notes_box .notes {
  background-color: #f7d512;
  text-align: center;
  color: #3e3a39;
  font-size: 14px;
  font-size: 1.4rem;
  width: 190px;
  margin-bottom: 20px;
  border-radius: 100px;
  padding: 5px;
  display: inline-block;
}
#towa .guide_area .notes_box .notes_txt {
  line-height: 1.8;
}
#towa .guide_area.is-scroll .lead_txt {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#towa .guide_area.is-scroll .fl_box {
  animation: fadeIn 0.8s ease-out 0.8s 1 forwards;
}
#towa .events_area {
  background-color: #e2007e;
  padding: 80px 0;
}
#towa .events_area .controller_box {
  display: flex;
  justify-content: center;
}
#towa .events_area .controller_box li {
  background-color: #c8c9c9;
  border-radius: 30px 30px 0 0;
  padding: 10px;
  width: 400px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  margin: 0 50px;
  line-height: 1.5;
  position: relative;
}
#towa .events_area .controller_box li a {
  color: #3e3a39;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  pointer-events: none;
}
#towa .events_area .controller_box li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 9px;
  background-color: #009fa3;
}
#towa .events_area .controller_box li:last-child::before {
  background-color: #ee7a2a;
}
#towa .events_area .controller_box li.is-active {
  background-color: #fff;
}
#towa .events_area .contents_wrap {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}
#towa .events_area .contents_wrap.archive {
  margin-top: 50px;
}
#towa .events_area .contents_wrap.archive .event_rec {
  margin: 0 0 20px;
  font-size: 50px;
  font-size: 5rem;
}
#towa .events_area .contents_wrap.archive .event_rec::before {
  background-size: 45px;
  width: 45px;
}
#towa .events_area .contents_wrap .con_box {
  border: 5px solid #f7d512;
  border-radius: 30px;
  margin-bottom: 30px;
}
#towa .events_area .contents_wrap .event_rec {
  position: relative;
  margin: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  padding-left: 30px;
  color: #e2007e;
  line-height: 1.5;
}
#towa .events_area .contents_wrap .event_rec::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  background: url(../img/../../towa/img/ico_circle_boy.png) no-repeat;
  background-size: 30px;
  height: 177px;
}
#towa .events_area .contents_wrap .event_tl_box {
  display: flex;
  align-items: center;
}
#towa .events_area .contents_wrap .event_tl_box .date_box {
  width: 350px;
  display: flex;
  align-items: center;
  background-color: #f7d512;
  padding: 5px 5px 5px 0;
  border-radius: 0 100px 100px 0;
}
#towa .events_area .contents_wrap .event_tl_box .date_box.center {
  justify-content: center;
}
#towa .events_area .contents_wrap .event_tl_box .date_box .live {
  background-color: #e2007e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
#towa .events_area .contents_wrap .event_tl_box .date_box .vtr {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
#towa .events_area .contents_wrap .event_tl_box .date_box .date {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  margin: 0 0 0 20px;
}
#towa .events_area .contents_wrap .event_tl_box .event_tl {
  margin-left: 50px;
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: 4px solid #f7d512;
}
#towa .events_area .contents_wrap .fl_box {
  padding: 30px;
}
#towa .events_area .contents_wrap .fl_box .photo_box {
  width: 340px;
}
#towa .events_area .contents_wrap .fl_box .photo_box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#towa .events_area .contents_wrap .fl_box .txt_box {
  width: calc(100% - 340px);
  margin-left: 50px;
}
#towa .events_area .contents_wrap .fl_box .txt_box .name {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
#towa .events_area .contents_wrap .fl_box .txt_box .txt {
  line-height: 1.8;
}
#towa .events_area .contents_wrap .fl_box .txt_box .txt .red {
  color: #e2007e;
}
#towa .events_area .contents_wrap .fl_box .txt_box .sns_list {
  justify-content: flex-start;
  margin-bottom: 20px;
}
#towa .events_area .contents_wrap .missmr_list {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
#towa .events_area .contents_wrap .missmr_list li {
  width: 19%;
}
#towa .events_area .contents_wrap .missmr_list li img {
  max-width: 100%;
  height: auto;
}
#towa .events_area .contents_wrap .missmr_list li .missmr_name {
  background-color: #f7d512;
  text-align: center;
  padding: 5px 0;
}
#towa .events_area .contents_wrap .guest_list {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
#towa .events_area .contents_wrap .guest_list li {
  width: 48%;
  border: 1px solid #f7d512;
}
#towa .events_area .contents_wrap .guest_list li img {
  max-width: 100%;
  height: auto;
}
#towa .events_area .contents_wrap .guest_list li .guest_name {
  background-color: #f7d512;
  text-align: center;
  padding: 5px 0;
}
#towa .events_area .contents_wrap .guest_list li .guest_txt {
  padding: 20px;
}
#towa .events_area .contents_wrap .guest_box {
  display: flex;
  margin-top: 20px;
}
#towa .events_area .contents_wrap .guest_box .photo_box {
  width: 30%;
}
#towa .events_area .contents_wrap .guest_box .photo_box img {
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}
#towa .events_area .contents_wrap .guest_box .photo_box .guest_name {
  background-color: #f7d512;
  text-align: center;
  padding: 5px 0;
}
#towa .events_area .contents_wrap .guest_box .guest_txt_box {
  width: 68%;
  margin-left: 2%;
}
#towa .events_area .contents_wrap .sns_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#towa .events_area .contents_wrap .sns_list li {
  margin: 0 10px;
}
#towa .events_area .contents_wrap .sns_list li img {
  width: 60px;
  height: auto;
}
#towa .events_area .contents_wrap .vote_btn {
  width: 300px;
  padding: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  margin: 20px auto 0;
  background-color: #e2007e;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}
#towa .events_area .contents_wrap .vote_btn span {
  position: relative;
  margin-left: 35px;
}
#towa .events_area .contents_wrap .vote_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 14px solid #f7d512;
}
#towa .events_area .contents_wrap .close_btn {
  width: 300px;
  padding: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  margin: 20px auto 0;
  background-color: #014a97;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}
#towa .events_area .contents_wrap .missname {
  font-size: 24px;
  color: #e2007d;
}
#towa .events_area .contents_wrap .method {
  background-color: #dbdcdc;
  text-align: center;
  padding: 5px;
  border-radius: 100px;
  margin-bottom: 10px;
}
#towa .events_area .contents_wrap .con_list {
  display: flex;
  flex-wrap: wrap;
}
#towa .events_area .contents_wrap .con_list > li {
  width: 32%;
  margin-right: 2%;
  border: 5px solid #f7d512;
  border-radius: 30px;
  margin-bottom: 30px;
}
#towa .events_area .contents_wrap .con_list > li .con_box {
  border: none;
  margin-bottom: 0;
}
#towa .events_area .contents_wrap .con_list > li:nth-child(3n) {
  margin-right: 0;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box {
  flex-wrap: wrap;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .date_box {
  margin: 20px 20px 20px 0;
  width: 250px;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .date_box .date {
  font-size: 24px;
  font-size: 2.4rem;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .date_box.custom {
  width: 100%;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .date_box.custom .date {
  font-size: 17px;
  font-size: 1.7rem;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .date_box.custom_2 {
  width: 100%;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .date_box.custom_2 .date {
  font-size: 14px;
  font-size: 1.4rem;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .event_tl {
  width: 100%;
  margin: 0 20px 20px;
  font-size: 21px;
  font-size: 2.1rem;
}
#towa .events_area .contents_wrap .con_list > li .event_tl_box .event_tl.small {
  font-size: 15px;
  font-size: 1.5rem;
}
#towa .events_area .contents_wrap .con_list > li .fl_box {
  padding: 0 20px;
  flex-wrap: wrap;
}
#towa .events_area .contents_wrap .con_list > li .fl_box .txt_box {
  width: 100%;
  margin: 20px 0;
}
#towa .events_area .contents_wrap .con_list > li .fl_box .txt_box .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
#towa .events_area .contents_wrap .con_list > li .hashtag {
  margin-bottom: 10px;
}
#towa .events_area .contents_wrap .con_list > li .hashtag li {
  border: 2px solid #9e9f9f;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
}
#towa .events_area .tab_content {
  opacity: 0;
  display: none;
  transition: all 0.3s;
}
#towa .events_area .tab_content.show-tab {
  opacity: 1;
  display: block;
  animation: fadeIn-base ease-out 0.8s 1 forwards;
}
#towa .studentdivision_area {
  padding: 80px 0;
  background-color: #009fa3;
}
#towa .studentdivision_area .fl_box {
  align-items: center;
}
#towa .studentdivision_area .fl_box .photo_box {
  opacity: 0;
  width: 25%;
  position: relative;
  z-index: 1;
}
#towa .studentdivision_area .fl_box .photo_box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#towa .studentdivision_area .fl_box .txt_box {
  opacity: 0;
  position: relative;
  left: -30px;
  width: 75%;
  padding: 35px 0px 35px 100px;
  background-color: #fff;
  border-radius: 150px 0 0 150px;
}
#towa .studentdivision_area .fl_box .txt_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}
#towa .studentdivision_area .fl_box .txt_box .tl {
  font-size: 32px;
  font-size: 3.2rem;
  color: #009fa3;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
#towa .studentdivision_area .fl_box .txt_box .txt {
  line-height: 1.8;
}
#towa .studentdivision_area.is-scroll .photo_box {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#towa .studentdivision_area.is-scroll .txt_box {
  animation: fadeIn 0.8s ease-out 0.8s 1 forwards;
}
#towa .social_area {
  padding: 80px 0;
  background-color: #f7d512;
}
#towa .social_area .fl_box {
  justify-content: center;
}
#towa .social_area .twitter_box {
  overflow: scroll;
  opacity: 0;
  width: 30%;
  margin: 0 5%;
  height: 400px;
}
#towa .social_area .insta_box {
  opacity: 0;
  overflow: scroll;
  width: 60%;
  margin: 0 5%;
  height: 400px;
}
#towa .social_area .insta_list {
  display: flex;
  flex-wrap: wrap;
}
#towa .social_area .insta_list li {
  width: 31%;
  margin: 0 2% 2% 0;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 31%;
  position: relative;
}
#towa .social_area .insta_list li:nth-of-type(3n) {
  margin-right: 0;
}
#towa .social_area .insta_list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#towa .social_area .insta_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#towa .social_area .insta_list li a:hover {
  opacity: 1;
}
#towa .social_area .insta_list li a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
#towa .social_area .insta_list li a:hover .c {
  display: block;
  width: 90%;
  text-align: center;
}
#towa .social_area .insta_list li .c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
#towa .social_area .insta_list li .c span {
  display: inline-block;
  padding: 0 7px;
  box-sizing: border-box;
  max-width: 50%;
}
#towa .social_area .insta_list li .like:before {
  content: url(../img/iniine.png);
  vertical-align: middle;
  margin-right: 5px;
}
#towa .social_area .insta_list li .comme:before {
  content: url(../img/incomme.png);
  vertical-align: middle;
  margin-right: 5px;
}
#towa .social_area.is-scroll .twitter_box {
  animation: fadeIn 0.8s ease-out 0.5s 1 forwards;
}
#towa .social_area.is-scroll .insta_box {
  animation: fadeIn 0.8s ease-out 0.8s 1 forwards;
}
#towa .link_area {
  padding: 80px 0;
  background-color: #ee7a2a;
}
#towa .link_area .list {
  display: flex;
  justify-content: space-between;
}
#towa .link_area .list li {
  opacity: 0;
  width: 32%;
}
#towa .link_area .list li img {
  max-width: 100%;
  height: auto;
}
#towa .link_area.is-scroll .list li:nth-child(1) {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#towa .link_area.is-scroll .list li:nth-child(2) {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#towa .link_area.is-scroll .list li:nth-child(3) {
  animation: slideUP 0.8s ease-out 1.1s 1 forwards;
}
#towa .banner_area {
  padding: 80px 0;
}
#towa .banner_area .list {
  display: flex;
  flex-wrap: wrap;
}
#towa .banner_area .list li {
  opacity: 0;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#towa .banner_area .list li:nth-child(3n) {
  margin-right: 0;
}
#towa .banner_area .list li img {
  max-width: 100%;
  height: auto;
}
#towa .banner_area.is-scroll .list li:nth-child(1) {
  animation: slideUP 0.8s ease-out 0.5s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(2) {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(3) {
  animation: slideUP 0.8s ease-out 1.1s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(4) {
  animation: slideUP 0.8s ease-out 1.4s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(5) {
  animation: slideUP 0.8s ease-out 1.7s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(6) {
  animation: slideUP 0.8s ease-out 2s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(7) {
  animation: slideUP 0.8s ease-out 2.3s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(8) {
  animation: slideUP 0.8s ease-out 2.6s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(9) {
  animation: slideUP 0.8s ease-out 2.9s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(10) {
  animation: slideUP 0.8s ease-out 3.1s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(11) {
  animation: slideUP 0.8s ease-out 3.4s 1 forwards;
}
#towa .banner_area.is-scroll .list li:nth-child(12) {
  animation: slideUP 0.8s ease-out 3.7s 1 forwards;
}
#towa footer {
  background-color: #009fa3;
}

/*==============================================================
	 daigakushusai: MejiroTube
===============================================================*/
#daigakushusai main {
  background: rgba(4, 74, 150, 0.0005);
}
#daigakushusai header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 2px solid #e0e0e0;
  z-index: 8;
}
#daigakushusai header .logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
#daigakushusai .mejirotube_area {
  margin-top: 76px;
}
#daigakushusai .mejirotube_area .lead_txt {
  padding: 40px 100px;
  text-align: center;
}
#daigakushusai .mejirotube_area .menu {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
#daigakushusai .mejirotube_area .menu li {
  width: 19%;
  margin-bottom: 1%;
  margin-right: 1%;
}
#daigakushusai .mejirotube_area .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #9fa0a0;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
  border-radius: 100px;
}
#daigakushusai .mejirotube_area .menu li a:hover {
  background-color: #014a97;
  color: #fff;
  transition: 0.3s;
}
#daigakushusai .mejirotube_area .contents_box {
  padding: 80px 0 60px;
  margin-top: -20px;
  border-bottom: 4px solid #e0e0e0;
}
#daigakushusai .mejirotube_area .contents_box .contents_wrap {
  display: flex;
  flex-wrap: wrap;
}
#daigakushusai .mejirotube_area .contents_box .con_box {
  width: 24%;
  margin-right: 1.334%;
  margin-bottom: 30px;
}
#daigakushusai .mejirotube_area .contents_box .con_box:nth-child(4), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(8), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(12), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(16), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(20), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(24), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(28), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(32), #daigakushusai .mejirotube_area .contents_box .con_box:nth-child(36) {
  margin-right: 0;
}
#daigakushusai .mejirotube_area .contents_box .con_box img {
  max-width: 100%;
  height: auto;
}
#daigakushusai .mejirotube_area .contents_box .con_tl_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#daigakushusai .mejirotube_area .contents_box .con_tl_box img {
  width: 60px;
  height: auto;
}
#daigakushusai .mejirotube_area .contents_box .con_tl_box .con_tl {
  margin-left: 20px;
}
#daigakushusai .mejirotube_area .contents_box .con_tl_box .con_tl .ja {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}
#daigakushusai .mejirotube_area .contents_box .con_tl_box .con_tl .en {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #727171;
}
#daigakushusai .mejirotube_area .contents_box .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
#daigakushusai .mejirotube_area .contents_box .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#daigakushusai .mejirotube_area .contents_box .modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
#daigakushusai .mejirotube_area .contents_box .video {
  position: relative;
  width: 100%;
}
#daigakushusai .mejirotube_area .contents_box .video video {
  width: 100%;
  height: auto;
}
#daigakushusai .mejirotube_area .contents_box .txt_box {
  margin-top: 10px;
}
#daigakushusai .mejirotube_area .contents_box .txt_box .tl {
  margin-bottom: 10px;
}
#daigakushusai .mejirotube_area .contents_box .txt_box .txt {
  font-size: 12px;
  font-size: 1.2rem;
}
#daigakushusai .mejirotube_area .contents_box .reserve {
  color: #e60012;
  padding: 10px;
  border: 1px solid #e60012;
  border-radius: 100px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
#daigakushusai .mejirotube_area .contents_box .reserve span {
  position: relative;
}
#daigakushusai .mejirotube_area .contents_box .reserve span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #e60012;
}
#daigakushusai .mejirotube_area .contents_box .reserve:hover {
  background-color: #e60012;
  color: #fff;
  transition: 0.3s;
}
#daigakushusai .mejirotube_area .contents_box .reserve:hover span::before {
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.3s;
}
#daigakushusai .mejirotube_area .contents_box .close {
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
#daigakushusai .mejirotube_area .contents_box .detail {
  color: #22ac38;
  padding: 10px;
  border: 1px solid #22ac38;
  border-radius: 100px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
#daigakushusai .mejirotube_area .contents_box .detail span {
  position: relative;
}
#daigakushusai .mejirotube_area .contents_box .detail span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #22ac38;
}
#daigakushusai .mejirotube_area .contents_box .detail:hover {
  background-color: #22ac38;
  color: #fff;
  transition: 0.3s;
}
#daigakushusai .mejirotube_area .contents_box .detail:hover span::before {
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.3s;
}
#daigakushusai footer {
  margin-top: 30px;
}
#daigakushusai .ytp-large-play-button {
  opacity: 0 !important;
}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
  #towa .canvas_bg {
    display: none;
  }
  #towa .mv_area {
    background: url(../../towa/img/bg_mv_ie.png) no-repeat center/cover;
  }
}
/*END
---------------------------------------------------------------------------------------*//*# sourceMappingURL=layout.css.map */