@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "dnp-shuei-mgothic-std", 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%;
}

.mgothic {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*==============================================================
	header : ヘッダ
===============================================================*/
/*==============================================================
	footer : フッタ
===============================================================*/
footer {
  background-color: #014a97;
  background: url(../img/bg_footer.png) no-repeat center/cover;
  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;
}
footer address {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#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: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(150deg, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%);
}
#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 #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

/*==============================================================
	 toei: 
===============================================================*/
#toei {
  /*greeting_area*/
  /*schedule_area*/
  /*entertainment_area*/
  /*interview_area*/
  /*contest_area*/
  /*effort_area*/
  /*instagram_area*/
  /*sponsor_area*/
}
#toei .base_tl {
  opacity: 0;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
  font-size: clamp(36px, 5vw, 60px);
  color: #014a97;
  font-family: serif;
  font-style: normal;
  line-height: 1;
  background: linear-gradient(180deg, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#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.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 .color_bg {
  position: relative;
  background: url(../img/bg_color.png) no-repeat center/cover;
}
#toei .color_bg .base_tl {
  background: none;
  color: #fff;
  -webkit-text-fill-color: unset;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#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;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  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;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#toei header .hamburger.active span:nth-child(2), #toei header .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  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;
  -webkit-transform: translateY(-50%);
  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 .comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%);
  color: #fff;
  font-size: 36px;
  letter-spacing: 2px;
  padding: 10px;
  font-family: serif;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#toei .mv_area .box {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
#toei .mv_area .box__bg_photo {
  background-image: url(../../img/mainvisual.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#toei .mv_area .box__bg_photo h1 {
  opacity: 0;
}
#toei .greeting_area {
  padding: 100px 0 0;
}
#toei .greeting_area .lead_box {
  margin-bottom: 100px;
}
#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;
  background-image: linear-gradient(-90deg, #8975ad, #d67b9a);
  opacity: 0.1;
  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 .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;
  background: linear-gradient(-90deg, #5f9bc6, #8175b0);
  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 .name_tl .en {
  background: linear-gradient(-90deg, #5f9bc6, #8175b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}
#toei .greeting_area .two .people_box .name_tl .ja {
  background: linear-gradient(-90deg, #5f9bc6, #8175b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#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 .name_tl {
  margin-bottom: 30px;
}
#toei .greeting_area .name_tl .en {
  display: block;
  font-size: 112px;
  font-size: 11.2rem;
  background-image: linear-gradient(-90deg, #8975ad, #d67b9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
  font-family: serif;
  font-style: normal;
  padding-bottom: 15px;
  line-height: 1;
}
#toei .greeting_area .name_tl .ja {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  background-image: linear-gradient(-90deg, #8975ad, #d67b9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
#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;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 50px;
}
#toei .schedule_area .con_box .date {
  background-image: linear-gradient(-90deg, #8975ad, #d67b9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  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: #9475ab;
  line-height: 2.2;
}
#toei .schedule_area .con_box .box .border::before {
  content: "";
  width: 2px;
  height: 110%;
  background-color: #9475ab;
  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;
  color: #9475ab;
  margin-bottom: 10px;
}
#toei .schedule_area .con_box .box .time span {
  letter-spacing: 3px;
}
#toei .schedule_area .con_box .box .tl {
  display: block;
  border-radius: 10px;
  line-height: 1.5;
  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-image: linear-gradient(-90deg, #8975ad, #d67b9a);
}
#toei .schedule_area .con_box .box .tl.color2 {
  background-image: linear-gradient(-90deg, #5f9bc6, #8175b0);
}
#toei .schedule_area .con_box .box .tl.noclick {
  pointer-events: none;
}
#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: 30px;
}
#toei .entertainment_area .contents_box .fl_box {
  display: flex;
  justify-content: space-between;
}
#toei .entertainment_area .contents_box .box {
  opacity: 0;
  width: 48%;
  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;
  background: linear-gradient(90deg, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%);
  color: #fff;
  padding: 5px;
  border-radius: 100px;
  margin-bottom: 10px;
}
#toei .entertainment_area .contents_box .time_box {
  margin-top: 50px;
  text-align: center;
  padding: 15px;
  font-size: clamp(28px, 5vw, 28px);
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%) 1;
  background: linear-gradient(90deg, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#toei .entertainment_area .contents_box.monomane .fl_box {
  justify-content: center;
}
#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;
  border-radius: 10px;
  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;
}
#toei .interview_area .name_tl .ja {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  background: linear-gradient(-90deg, #5f9bc6, #8175b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#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;
}
#toei .contest_area .con_box {
  opacity: 0;
  width: 32%;
  margin: 0 0.5%;
  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);
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#toei .effort_area .txt_box {
  opacity: 0;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
#toei .effort_area .txt_box .txt {
  margin-bottom: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#toei .effort_area .base_btn {
  width: 100%;
  max-width: 450px;
  margin: auto;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
}
#toei .effort_area .base_btn span {
  background: linear-gradient(180deg, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#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 {
  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 100px;
  background-color: #fff;
}
#toei .sponsor_area .txt {
  text-align: center;
  opacity: 0;
  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(17px, 5vw, 17px);
}
#toei .sponsor_area .f_txt {
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  font-size: clamp(20px, 5vw, 20px);
}
#toei .sponsor_area .bnr {
  opacity: 0;
  text-align: center;
  max-width: 450px;
  margin: 50px auto 0;
}
#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 .sponsor_area.is-scroll .bnr {
  animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}
#toei footer .bnr_list {
  padding-bottom: 50px;
}
#toei footer .base_btn {
  width: 100%;
  max-width: 250px;
  margin: auto;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
}
#toei footer .base_btn span {
  background: linear-gradient(180deg, #3fa9ef 20%, #50b2c1 30%, #a2be2c 40%, #9bc42d 50%, #e49773 70%, #fe7bac 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#toei footer address {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/*END
---------------------------------------------------------------------------------------*//*# sourceMappingURL=layout.css.map */