@charset "UTF-8";
html {
  overflow: auto; }

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif, "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  font-weight: 400;
  position: relative;
  color: #000000;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: #000000;
  font-size: 100%; }

.en {
  font-family: "Roboto", sans-serif; }
  .en p {
    font-family: "Roboto", sans-serif; }

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

.center {
  text-align: center; }

.sp, .tab {
  display: none; }

/*----------------------------------------
header
----------------------------------------*/
header {
  background: #000000;
  height: 56px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  z-index: 100; }

.header_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1270px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  height: 56px; }
  .header_inner .left {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .header_inner .left .head_logo a {
      padding: 16px 58px 16px 0; }
    .header_inner .left > ul {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .header_inner .left > ul .active_icon a {
        color: #D7FF00; }
      .header_inner .left > ul a {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 0 12px;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        transition: 0.3s; }
  .header_inner .right {
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header_inner .right .text_link {
      color: #D7FF00;
      display: block;
      padding: 16px 24px;
      line-height: 22px;
      font-size: 16px;
      font-weight: 700;
      height: 100%;
      transition: 0.3s; }
      .header_inner .right .text_link:hover {
        transition: 0.3s;
        color: #fff; }

/* ---------- ボタンの基本スタイル ---------*/
.shine_btn a {
  background-color: #D7FF00;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  width: 180px;
  height: 56px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  text-decoration: none; }
  .shine_btn a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%); }
  .shine_btn a:hover:before {
    animation: shine .4s linear; }

@keyframes shine {
  100% {
    left: 100%; } }
/*------hover------*/
/*------スマートフォン------*/
@media screen and (max-width: 1024px) {
  .header_inner .left .head_logo a {
    padding-right: 32px; }
  .header_inner .left > ul a {
    font-size: 14px; }

  .tab {
    display: block; } }
@media screen and (max-width: 767px) {
  .sp {
    display: block; }

  header, .header_inner, .shine_btn a {
    height: 48px; }

  .header_inner .left {
    height: 48px; }
    .header_inner .left > ul {
      display: none; }

  .shine_btn a {
    width: 73px;
    text-align: left;
    font-size: 12px;
    line-height: 16px; }

  .header_inner .left .head_logo a {
    padding: 12px 0; }
    .header_inner .left .head_logo a img {
      width: 78px;
      height: auto; }

  .header_inner .right .text_link {
    padding: 12px 16px;
    font-size: 14px; } }
/*----------------------------------------
トップビジュアル
----------------------------------------*/
.main_visual {
  margin-top: 89px; }
  .main_visual .text_visial {
    position: relative;
    height: 320px; }
    .main_visual .text_visial .bg {
      width: 100%;
      height: 100%; }
      .main_visual .text_visial .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .main_visual .text_visial .text {
      text-align: center;
      color: white;
      position: absolute;
      top: -56px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      max-width: calc(100% - 40px); }
      .main_visual .text_visial .text .logo {
        margin-bottom: 18px;
        max-width: 100%;
        height: auto;
        width: 778px; }
      .main_visual .text_visial .text .text_item h1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px; }
        .main_visual .text_visial .text .text_item h1 span {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 6px;
          display: block; }
      .main_visual .text_visial .text .text_item p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px; }
        .main_visual .text_visial .text .text_item p span {
          font-size: 18px;
          line-height: 21px;
          display: block;
          margin-bottom: 4px; }

.img_slide {
  background: #fff;
  height: 320px;
  overflow: hidden; }
  .img_slide__item {
    width: 340px !important;
    height: 320px; }
    .img_slide__item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/*----------------------------------------
本文
----------------------------------------*/
h2, .h2_style {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px; }
  h2 span, .h2_style span {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 3px; }
  h2.big, .h2_style.big {
    font-size: 28px;
    line-height: 40px; }
    h2.big span, .h2_style.big span {
      font-size: 32px;
      line-height: 43px; }

h3 {
  font-weight: 700;
  margin-bottom: 8px; }

.en h3 {
  margin-bottom: 6px; }

.fixed_btn {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 83px; }
  .fixed_btn .btn {
    width: 200px; }
    .fixed_btn .btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 44px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
      display: flex;
      align-items: center;
      justify-content: center; }

.gif_outer {
  background: #FBFBFB;
  padding: 24px 0; }

.gif_slide {
  position: relative;
  max-width: 683px;
  width: 90%;
  margin: 0 auto; }
  .gif_slide__item {
    height: calc(100% - 2px);
    overflow: hidden; }
    .gif_slide__item > span {
      display: block;
      height: 382px;
      position: relative; }
      .gif_slide__item > span .text {
        position: absolute;
        top: 32px;
        left: 50%;
        height: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 24px;
        font-weight: 700;
        font-family: "Roboto", sans-serif; }
    .gif_slide__item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .gif_slide .slick-list {
    padding: 0 !important;
    overflow: visible; }
  .gif_slide .slick-prev, .gif_slide .slick-next {
    z-index: 10;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer; }
    .gif_slide .slick-prev:hover, .gif_slide .slick-next:hover {
      opacity: 0.7;
      transition: 0.3s; }
      .gif_slide .slick-prev:hover:before, .gif_slide .slick-next:hover:before {
        opacity: 0.7;
        transition: 0.3s; }
    .gif_slide .slick-prev:before, .gif_slide .slick-next:before {
      content: "";
      width: 16px;
      height: 29px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat; }
  .gif_slide .slick-prev {
    left: calc(50% - 320px); }
    .gif_slide .slick-prev:before {
      background-image: url("../img/icon_prev.svg"); }
  .gif_slide .slick-next {
    left: calc(50% + 320px);
    padding: 0 20px; }
    .gif_slide .slick-next:before {
      background-image: url("../img/icon_next.svg"); }

.btn a {
  max-width: 184px;
  width: 100%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 8px;
  background: #D7FF00;
  color: #000000;
  transition: 0.3s;
  display: block;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .btn a::after {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1; }
  .btn a:hover::after {
    transform: scale(1, 1); }
  .btn a:hover {
    transition: 0.3s; }
.btn.white a {
  background: #fff; }
  .btn.white a::after {
    background: #D7FF00; }

.main_inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

.bg_yellow {
  background: #D7FF00; }

.bg_gray {
  background: #F4F4F4; }

.bg_white {
  background: #fff; }

.bg_yellow, .bg_gray, .bg_white {
  padding: 96px 0; }
  .bg_yellow.margin_min, .bg_gray.margin_min, .bg_white.margin_min {
    padding: 65px 0; }

.flex_two {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 40px;
  width: calc(100% - 80px); }
  .flex_two__item {
    width: calc(50% - 20px); }
    .flex_two__item p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 8px; }
    .flex_two__item.en p {
      font-size: 16px; }
    .flex_two__item.en .inner_box h3 {
      margin-top: 22px;
      font-size: 16px; }
    .flex_two__item .inner_box {
      padding-left: 60px;
      margin: 32px 0; }
      .flex_two__item .inner_box h3 {
        margin-top: 24px;
        font-size: 14px; }

.left_title {
  writing-mode: sideways-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: -25px;
  font-size: 38px;
  line-height: 50px; }

.youtube {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 62px;
  max-width: calc(100vw - 40px); }
  .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

/*------emotions------*/
.emotions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 28px);
  margin-left: -14px; }
  .emotions__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85.82%;
    margin-top: 12px;
    margin-bottom: -16px; }
    .emotions__list li {
      width: calc(16.66% - 13.33px);
      padding-bottom: calc(16.66% - 13.33px);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      background: #fff;
      border: 1px solid #000000;
      border-radius: 200px;
      text-align: center;
      position: relative;
      margin-bottom: 16px; }
      .emotions__list li > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 16px; }
        .emotions__list li > span span {
          display: block;
          font-family: "Roboto", sans-serif;
          margin-bottom: 11px;
          width: 100%;
          font-size: 18px; }
  .emotions .emotions_all {
    width: 12.95%;
    padding-bottom: 12.95%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #E0E0E0;
    border: 1px solid #000000;
    border-radius: 200px;
    text-align: center;
    position: relative; }
    .emotions .emotions_all > span {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      .emotions .emotions_all > span span {
        display: block;
        font-family: "Roboto", sans-serif;
        margin-bottom: 3px; }

.icon_x {
  text-align: center;
  margin: 48px 0 46px;
  position: relative;
  z-index: 10; }
  .icon_x.float {
    margin: -25px 0; }

.icon_equal {
  text-align: center;
  margin: 34px 0; }
  .icon_equal.float {
    margin: -30px 0; }

.box p {
  font-size: 16px;
  line-height: 26px; }
  .box p .en {
    font-size: 18px; }

.performers {
  margin-top: 10px; }

.flex_three {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  .flex_three__item {
    text-align: center;
    max-width: 210px;
    width: 33.33%; }
    .flex_three__item p {
      font-size: 16px;
      line-height: 24px; }
      .flex_three__item p .en {
        font-size: 18px;
        display: block;
        margin-bottom: 3px; }

/*------our------*/
#our h2 {
  margin-bottom: 31px; }

/*------フッター------*/
footer .bg_gray {
  padding-bottom: 16px; }
footer p {
  font-size: 16px;
  line-height: 24px; }
  footer p .en {
    font-size: 18px;
    display: block;
    margin-bottom: 3px; }
footer .btn {
  margin: 24px 0 44px; }
footer .contact p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px; }
footer .contact .copy {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0; }

/*------hover------*/
/*------スマートフォン------*/
@media screen and (max-width: 1024px) {
  .left_title {
    left: 6px; } }
@media screen and (max-width: 767px) {
  .main_visual {
    margin-top: 64px; }
    .main_visual .text_visial {
      height: 267px; }
      .main_visual .text_visial .text {
        max-width: 335px;
        top: -22px;
        width: calc(100% - 40px); }
        .main_visual .text_visial .text .text_item h1 {
          line-height: 20px;
          font-size: 14px; }
          .main_visual .text_visial .text .text_item h1 span {
            font-size: 16px;
            line-height: 20px; }
        .main_visual .text_visial .text .text_item p {
          line-height: 17px;
          font-size: 12px; }
          .main_visual .text_visial .text .text_item p span {
            font-size: 14px;
            line-height: 17px; }

  .img_slide {
    margin-bottom: 16px;
    height: 168px; }
    .img_slide__item {
      width: 180px !important;
      height: 168px; }

  .btn a {
    max-width: calc(100% - 16px);
    width: 335px; }

  .flex_two {
    flex-wrap: wrap;
    padding: 0 0 0 50px;
    width: calc(100% - 50px); }
    .flex_two.wide {
      padding-left: 0;
      width: 100%; }
    .flex_two__item {
      width: 100%; }
      .flex_two__item.en {
        margin-bottom: 15px; }
        .flex_two__item.en p {
          font-size: 14px; }
        .flex_two__item.en .inner_box h3 {
          font-size: 14px; }
      .flex_two__item p {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 22px; }
      .flex_two__item .inner_box {
        padding-left: 25px; }
        .flex_two__item .inner_box h3 {
          font-size: 13px;
          line-height: 22px; }

  .left_title {
    font-size: 32px; }

  .bg_yellow, .bg_gray, .bg_white {
    padding: 54px 0; }
    .bg_yellow.margin_min, .bg_gray.margin_min, .bg_white.margin_min {
      padding: 44px 0; }

  .youtube {
    margin-top: 18px; }

  .emotions {
    width: 100%;
    flex-wrap: wrap;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto; }
    .emotions__list {
      width: 100%; }
      .emotions__list li {
        width: calc(33.33% - 12px);
        padding-bottom: calc(33.33% - 12px);
        margin-bottom: 18px; }
        .emotions__list li > span {
          font-size: 16px; }
          .emotions__list li > span span {
            font-size: 14px; }
    .emotions .emotions_all {
      width: calc(33.33% - 12px);
      padding-bottom: calc(33.33% - 12px);
      margin: 24px auto 0; }
      .emotions .emotions_all > span {
        font-size: 16px; }
        .emotions .emotions_all > span span {
          font-size: 14px; }

  h2, .h2_style {
    font-size: 18px;
    line-height: 24px; }
    h2 .en, .h2_style .en {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 3px; }
    h2.big, .h2_style.big {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0; }
      h2.big span, .h2_style.big span {
        font-size: 20px;
        line-height: 26px; }

  .icon_x {
    margin: 21px 0 20px; }

  .fixed_btn {
    bottom: 25px; }
    .fixed_btn .btn {
      width: 93px; }
      .fixed_btn .btn a {
        width: 93px;
        text-align: left;
        font-size: 12px;
        line-height: 16px;
        height: 28px; }

  .box.center p {
    text-align: left; }

  .performers img {
    width: 132px;
    height: auto; }

  .flex_three {
    flex-wrap: wrap;
    margin-top: 0; }
    .flex_three__item {
      max-width: none;
      width: 100%;
      margin-top: 24px; }
      .flex_three__item > img {
        width: 74px;
        height: auto; }
      .flex_three__item p {
        font-size: 13px;
        line-height: 19px; }
        .flex_three__item p .en {
          font-size: 14px;
          margin-bottom: -2px; }

  .gif_slide {
    max-width: none;
    width: 335px; }
    .gif_slide__item {
      height: 190px;
      overflow: hidden; }
      .gif_slide__item > span {
        height: 193px; }
        .gif_slide__item > span .text {
          top: 12px;
          font-size: 20px; }
    .gif_slide .slick-next:before, .gif_slide .slick-prev:before {
      width: 13px;
      height: 23px; }
    .gif_slide .slick-next {
      left: calc(50% + 160px); }
    .gif_slide .slick-prev {
      left: calc(50% - 160px); }

  footer p {
    font-size: 12px;
    line-height: 16px; }
    footer p .en {
      font-size: 14px; }
  footer .btn {
    margin: 24px 0 32px; }
  footer .contact .copy {
    text-align: left; } }
@media screen and (max-width: 374px) {
  .main_visual .text_visial {
    height: 300px; }

  .gif_slide {
    height: 56vw;
    overflow: hidden;
    margin: 0;
    width: 100vw; }
    .gif_slide__item {
      width: 100vw !important;
      height: 56vw;
      overflow: hidden; }
      .gif_slide__item > span {
        height: calc(100% - 2px);
        overflow: hidden; }
    .gif_slide .slick-next, .gif_slide .slick-prev {
      width: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .gif_slide .slick-next {
      right: 8px !important;
      left: auto;
      padding: 0; }
    .gif_slide .slick-prev {
      left: 8px !important; } }
/*****20251217追記*****/
/* 
.head_logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header_inner .left .head_logo a {
		padding-right: 16px;
}

.header_inner .left .head_logo .text_link {
		&.home_link {
		font-feature-settings: "palt";
		padding: 0 16px 0 0;
		position: relative;
		font-size: 12px;
		transition: 0.3s;
		font-weight: 400;
		padding: 8px 32px 8px 16px;
		background: $bg_gray;
		color: $text;
		border-radius: 20px;
		&:after {
			content: "";
			position: absolute;
			display: inline-block;
			right: 16px;
			left: auto;
			width: 12px;
			height: 12px;
			margin-top: 0;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			background-repeat: no-repeat;
			background-image: url("../img/icon_link.svg");
			background-size: contain;
			-webkit-background-size: contain;
		}
		&:hover {
			opacity: 0.7;
			transition: 0.3s;
		}
	}
}
*/
.right_link {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .right_link .home_link {
    padding: 0;
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 240px; }

.header_inner .right .text_link {
  font-weight: 400;
  border: 1px solid #D7FF00;
  padding: 4px 10px 4px 7px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: 0.3s; }
  .header_inner .right .text_link:hover {
    background: #D7FF00;
    color: #000000;
    transition: 0.3s; }

a.pdf {
  transition: 0.3s; }
  a.pdf:after {
    content: url("../img/icon_pdf_yellow.svg");
    display: inline-block;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    transition: 0.3s; }
  a.pdf:hover:after {
    content: url("../img/icon_pdf.svg");
    transition: 0.3s; }

footer .contact .copy {
  transition: 0.3s; }
  footer .contact .copy:after {
    content: url("../img/icon_link.svg");
    transform: scale(0.7);
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
    width: 12px;
    height: 12px;
    /*	  content: "";
        position: absolute;
        display: inline-block;
    		right: 0;
        left: auto;
        width: 10px;
        height: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background-repeat: no-repeat;
        background-image: url("../img/icon_link.svg");
        background-size: contain;
        -webkit-background-size: contain; */ }
  footer .contact .copy:hover {
    opacity: 0.7;
    transition: 0.3s; }

@media screen and (max-width: 767px) {
  	/*
  	.header_inner .left .head_logo a {
  		padding: 0;
  	}
  	.header_inner .left .head_logo .text_link {
  		&.home_link {
  			position: fixed;
  			top: 48px;
  			padding: 4px 20px;
  			left: 0;
  			margin: 0;
  			display: block;
  			line-height: 10px;
  		//	padding: 6px 18px 6px 12px;
  			font-size: 10px;
  			text-align: left;
  			padding-right: 14px;
  			&:before {
  				content: "";
  				width: 100vw;
  				height: 20px;
  				left: 0;
  				top: 0;
  				background: $bg_gray;
  				position: absolute;
          z-index: -1;
  			}
  			&:after {
  				right: 0;
  				width: 10px;
  			 height: 10px;
  			}
  		}
  	}
  	*/
  .right_link .home_link {
    position: fixed;
    top: 48px;
    width: 100vw;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 32px; }
    .right_link .home_link img {
      padding: 0 20px; }

  footer .contact a.copy {
    display: block; }
    footer .contact a.copy:after {
      transform: scale(0.6);
      margin-top: -1px; } }
.ssp {
  display: none; }

@media screen and (max-width: 400px) {
  .ssp {
    display: block; } }
