@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton+SC&family=Oswald:wght@200..700&display=swap");
/*
.anton-sc-regular {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------------------------
共通：タグ
------------------------------------------------------------*/
/*
*{
	box-sizing: border-box;
	&:before, &:after{
		box-sizing: inherit;
	}
}
html{
	font-size: 62.5%;
}
body{
	-webkit-text-size-adjust: 100%;
	font-family: $font_family_go;
	font-size: $font_size_pc;
	line-height: 1.5;
	font-weight: 800;
	color: $color_font;
	background: $color_bg;
	text-align: center;
	font-feature-settings: "palt";
	overflow-x: hidden;
	//letter-spacing: 0.05em;//上記字詰めして詰まりすぎた時の為の字間調整用
	&.on{
		overflow: hidden;//ハンバーガーメニューオープン時のコンテンツスクロール無効用
	}
}
img{
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
a{
	color: inherit;
	transition: all 0.25s;
	img{
		transition: all 0.25s;
	}
	// &:visited{}
	// &:hover{}
}
h1 a, h1 a img{
	transition: none;//SP時のロゴサイズ変更に影響しないようにh1に限りtransitionの対象としない
}
li{
	list-style: none;
}
@media screen and (max-width: $break_sp){
	// html{
	// }
	// body{
	// }
}
*/
/*------------------------------------------------------------
共通：クラス
------------------------------------------------------------*/
.sp, .sp_inline {
  display: none;
}

.txt-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
/*
#wrapper{
	margin: 0 auto;
	max-width: $contents_width;
}
@media screen and (max-width: $break_sp){
	#wrapper{
		//width: 100%;
		overflow: hidden;
	}
}

*/
/*------------------------------------------------------------
既存CSSの上書き
------------------------------------------------------------*/
#container {
  /*
  p {
  	color: #000;
  }
  */
  /*
  p {
  	font-size: $font_size_pc;
  }
  */
  color: #000;
  font-size: 1.5rem;
}

footer .pagetop {
  display: none !important;
}

@media print, screen and (max-width: 1400px) and (min-width: 751px) {
  #container {
    overflow-x: inherit;
  }
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
.site-header {
  transition: none !important;
}

.page-local-nav {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 4rem;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 999;
}
.page-local-nav .is-top {
  font-size: 1.3rem;
  color: #fff;
  display: block;
  background: #01622e;
  line-height: 60px;
  width: 144px;
  text-align: center;
}
.page-local-nav .is-top span {
  padding-left: 1rem;
  position: relative;
}
.page-local-nav .is-top span:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -0.6rem;
  bottom: 0;
  margin: auto;
}
.page-local-nav .local-nav-toggle {
  display: none;
}
.page-local-nav ul {
  display: flex;
}
.page-local-nav ul li + li {
  margin-left: 3.8rem;
}
.page-local-nav ul li a {
  color: #89d962;
  font-size: 1.7rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-local-nav ul li a.is-active, .page-local-nav ul li a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-local-nav {
    position: relative;
    flex-wrap: wrap;
    padding: 0 15px 0 0;
    background: #000;
  }
  .page-local-nav .is-top {
    line-height: 41px;
    width: 118px;
  }
  .page-local-nav .local-nav-toggle {
    display: inline;
    background: none;
    border: none;
    cursor: pointer;
    width: 63px;
    z-index: 11;
  }
  .page-local-nav ul {
    position: fixed;
    top: 101px;
    left: 0;
    width: 100%;
    background: #000;
    flex-direction: column;
    padding: 1rem 1.6rem;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .page-local-nav ul li {
    margin: 0 0 1rem 0;
  }
  .page-local-nav ul li a {
    font-size: 1.6rem;
    color: #89d962;
  }
  .page-local-nav ul li a.is-active, .page-local-nav ul li a:hover {
    color: #fff;
  }
  .page-local-nav.is-open ul {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
.contents-header {
  padding: 36px 40px;
  position: relative;
}
.contents-header.c_kindentrinityblitzs {
  padding: 0;
  background: url(../img/kindentrinityblitzs/logo.png) no-repeat 40px bottom;
  background-size: 45.5%;
}
.contents-header h1 span {
  font-size: 2.4rem;
  font-weight: 900;
  display: block;
  margin-top: 1.5rem;
}
.contents-header.about-kindentrinityblitzs h1 img {
  display: block;
  width: 100%;
  max-width: 400px;
}
.contents-header.game-kindentrinityblitzs h1 img {
  display: block;
  width: 100%;
  max-width: 568px;
}
.contents-header.news-kindentrinityblitzs h1 img {
  display: block;
  width: 100%;
  max-width: 162px;
}
.contents-header.player-kindentrinityblitzs h1 img {
  display: block;
  width: 100%;
  max-width: 494px;
}
.contents-header.fan-kindentrinityblitzs h1 img {
  display: block;
  width: 100%;
  max-width: 269px;
}
.contents-header .contents-header-sns {
  position: absolute;
  top: 36px;
  right: 40px;
  z-index: 1;
}
.contents-header .contents-header-sns ul {
  display: flex;
  align-items: center;
}
.contents-header .contents-header-sns ul li {
  width: 55px;
}
.contents-header .contents-header-sns ul li + li {
  margin-left: 16px;
}
.contents-header .contents-header-sns ul li a {
  display: block;
}
.contents-header .contents-header-sns ul li a:hover {
  animation: popScale_hover 0.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .contents-header {
    padding: 85px 15px 15px 15px;
    padding-top: 70px !important;
  }
  .contents-header.sns-on {
    padding-top: 125px !important;
  }
  .contents-header.c_kindentrinityblitzs {
    background-position: 15px bottom;
    background-size: 85.5%;
    padding-top: 20px !important;
  }
  .contents-header.c_kindentrinityblitzs.sns-on {
    padding-top: 50px !important;
  }
  .contents-header h1 span {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .contents-header.about-kindentrinityblitzs h1 img {
    max-width: 228px;
  }
  .contents-header.game-kindentrinityblitzs h1 img {
    max-width: 320px;
  }
  .contents-header.news-kindentrinityblitzs h1 img {
    max-width: 92px;
  }
  .contents-header.player-kindentrinityblitzs h1 img {
    max-width: 281px;
  }
  .contents-header.fan-kindentrinityblitzs h1 img {
    max-width: 154px;
  }
  .contents-header .contents-header-sns {
    top: 60px;
    right: 13px;
  }
  .contents-header .contents-header-sns ul li {
    width: 37px;
  }
  .contents-header .contents-header-sns ul li + li {
    margin-left: 9px;
  }
}

@keyframes popScale_hover {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp_hover {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.contents-main {
  position: relative;
  z-index: 1;
}
.contents-main .btn_buy_ticket {
  width: 14%;
  max-width: 190px;
  position: absolute;
  top: -95px;
  right: 20px;
}
.contents-main .btn_buy_ticket.is-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.contents-main .btn_buy_ticket:hover {
  animation: popScale_hover 0.5s ease-out forwards;
}
@media screen and (max-width: 1380px) {
  .contents-main .btn_buy_ticket {
    top: -23%;
  }
}
@media screen and (max-width: 767px) {
  .contents-main .btn_buy_ticket {
    width: 110px;
    top: calc(100% - 55px);
    right: 10px;
  }
}

.contents-block {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .contents-block {
    padding: 48px 0;
  }
}
.contents-block .team_logo {
  width: 18%;
  max-width: 237px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .contents-block .team_logo {
    width: 38%;
    max-width: 142px;
  }
}
.contents-block h2 {
  color: #000;
  font-size: clamp(24px, -61.6216216216px + 11.1486486486vw, 90px);
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}
.contents-block h2.lower {
  font-size: 6rem;
  margin-bottom: 60px;
}
.contents-block h2 span {
  display: block;
  font-size: clamp(12px, -3.5675675676px + 2.027027027vw, 24px);
  font-weight: 800;
  margin-top: 0.8rem;
}
.contents-block h2.white {
  color: #fff !important;
}
.contents-block h2.white span {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .contents-block h2 {
    font-size: 4.5rem;
  }
  .contents-block h2.lower {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
  .contents-block h2 span {
    font-size: 1.8rem;
    margin-top: 0.2rem;
  }
}
.contents-block h3 {
  color: #007d42 !important;
  font-size: 4rem;
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}
.contents-block h3 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contents-block h3 {
    font-size: 3rem;
  }
  .contents-block h3 span {
    font-size: 1.8rem;
    margin-top: 0.2rem;
  }
}
.contents-block h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contents-block h4 {
    font-size: 1.8rem;
  }
}
.contents-block .movie_container {
  width: 46%;
  max-width: 616px;
  margin: 0 auto;
}
.contents-block .movie_container_item {
  border: solid 4px rgba(58, 173, 0, 0.7);
  border-radius: 20px;
  outline-offset: 0;
  overflow: hidden;
}
.contents-block .movie_container_item a {
  position: relative;
  display: block;
}
.contents-block .movie_container_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(../img/common/icon_play.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.contents-block .movie_container_item a img {
  transition: 0.5s all;
}
.contents-block .movie_container_item a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .contents-block .movie_container {
    width: calc(100% - 30px);
  }
  .contents-block .movie_container_item {
    border-radius: 16px;
  }
  .contents-block .movie_container_item a:before {
    width: 60px;
    height: 60px;
  }
}
.contents-block .google-map {
  position: relative;
  width: 620px;
  height: 343px;
  margin: 0 auto;
}
.contents-block .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contents-block .google-map {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
  }
}

.contents-footer {
  margin-top: 120px;
}
.contents-footer .contents-footer-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-footer .contents-footer-sns ul li {
  width: 55px;
}
.contents-footer .contents-footer-sns ul li + li {
  margin-left: 16px;
}
.contents-footer .contents-footer-sns ul li a {
  display: block;
}
.contents-footer .contents-footer-sns ul li a:hover {
  animation: popScale_hover 0.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .contents-footer {
    margin-top: 80px;
  }
  .contents-footer .contents-footer-sns ul li {
    width: 37px;
  }
  .contents-footer .contents-footer-sns ul li + li {
    margin-left: 9px;
  }
}

.btn-pagetop {
  text-align: center;
  margin-top: 160px;
}
.btn-pagetop .btn_pagetop {
  width: 52px;
}
.btn-pagetop .mascot {
  margin-top: 20px;
}
.btn-pagetop a {
  display: inline-block;
  width: 66px;
}
.btn-pagetop a:hover .btn_pagetop {
  animation: popUp_hover 0.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .btn-pagetop {
    margin-top: 80px;
  }
  .btn-pagetop .btn_pagetop {
    width: 40px;
  }
  .btn-pagetop a {
    width: 41px;
  }
  .btn-pagetop a:hover .btn-pagetop {
    animation: none;
  }
}

/*
.btn-pagetop {
	text-align: center;
	margin-top: 160px;
	a {
		display: inline-block;
		width: 66px;
	}
	@media screen and (max-width: 767px){
		margin-top: 80px;
		a {
			width: 41px;
		}

	}
}
*/
.news-list {
  width: 78%;
  max-width: 1060px;
  margin: 0 auto;
}
.news-list.index {
  width: 62%;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .news-list {
    width: calc(100% - 30px);
  }
  .news-list.index {
    width: calc(100% - 30px);
  }
}
.news-list .link-list {
  text-align: right;
  margin-bottom: 20px;
}
.news-list .link-list a {
  color: #000;
  display: inline-block;
  font-size: clamp(12px, 8.1081081081px + 0.5067567568vw, 15px);
  position: relative;
  padding-right: 30px;
}
.news-list .link-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_link-list.svg) no-repeat center center;
  background-size: contain;
}
.news-list ul {
  font-size: clamp(12px, 8.1081081081px + 0.5067567568vw, 15px);
}
.news-list ul li {
  background: #fff;
  border-radius: 8px;
}
.news-list ul li + li {
  margin-top: 4px;
}
.news-list ul li a {
  display: flex;
  justify-content: space-between;
  padding: 1.8rem 2.5rem;
}
.news-list ul li a span {
  color: #000;
}
.news-list ul li a span:first-of-type {
  width: 10rem;
}
.news-list ul li a span:last-of-type {
  width: calc(100% - 12rem);
}
.news-list ul li a span:last-of-type span {
  position: relative;
}
.news-list ul li a span:last-of-type span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #007d42;
  transition: width 0.3s ease-in-out;
}
.news-list ul li a:hover span:last-of-type span:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-list ul {
    width: 100%;
  }
  .news-list ul li a {
    flex-direction: column;
    padding: 1rem 1.5rem;
  }
  .news-list ul li a span:first-of-type, .news-list ul li a span:last-of-type {
    width: 100%;
  }
  .news-list ul li a:hover span:last-of-type span:after {
    content: none;
  }
}

.info-list.index {
  width: 62%;
  max-width: 840px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .info-list.index {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
}
.info-list ul {
  font-size: 1.5rem;
}
.info-list ul li {
  background: rgba(0, 125, 66, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 1.8rem 2.5rem;
}
.info-list ul li span {
  color: #000;
}
.info-list ul li span:first-of-type {
  width: 13rem;
  font-weight: 700;
}
.info-list ul li span:last-of-type {
  width: calc(100% - 15rem);
}
.info-list ul li + li {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .info-list ul {
    width: 100%;
  }
  .info-list ul li {
    flex-direction: column;
    padding: 1rem 1.5rem;
  }
  .info-list ul li span:first-of-type, .info-list ul li span:last-of-type {
    width: 100%;
  }
}

.schedule-container .schedule-index {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1280px;
  margin: 108px auto 0;
  /*
  &:after {
  	content: '';
  	display: block;
  	width: 31.5%;
  	height: 0;
  }
  */
}
.schedule-container .schedule-index.after_none:after {
  content: "";
  display: block;
  width: 31.5%;
  height: 0;
}
.schedule-container .schedule-index.after_schedule {
  justify-content: center;
}
.schedule-container .schedule-index > div {
  background: #fff;
  border-radius: 16px;
  position: relative;
  width: 31.5%;
  text-align: center;
  padding: 5.7rem 1rem 3.5rem;
  display: flex;
  flex-direction: column;
}
.schedule-container .schedule-index > div:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  width: 64px;
  height: 93px;
  background: url(../img/kindentrinityblitzs/icon_vs.svg) no-repeat center center;
  background-size: contain;
}
.schedule-container .schedule-index > div.season_end {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.schedule-container .schedule-index > div.season_end.none {
  background: none;
}
.schedule-container .schedule-index > div.season_end:before {
  content: none;
}
.schedule-container .schedule-index > div.season_schedule {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 5rem;
}
.schedule-container .schedule-index > div.season_schedule:before {
  content: none;
}
.schedule-container .schedule-index > div .schedule_logo {
  width: 110px;
  margin: 0 auto 12px;
}
.schedule-container .schedule-index > div .schedule_name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.schedule-container .schedule-index > div .schedule_date {
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}
.schedule-container .schedule-index > div .schedule_place {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-container .schedule-index {
    width: calc(100% - 30px);
    flex-direction: column;
    margin-top: 68px;
  }
  .schedule-container .schedule-index > div {
    width: 100%;
    padding-top: 4.5rem;
  }
  .schedule-container .schedule-index > div.season_end {
    padding: 4rem 1rem;
  }
  .schedule-container .schedule-index > div + div {
    margin-top: 48px;
  }
  .schedule-container .schedule-index > div:before {
    top: -35px;
    width: 42px;
    height: 61px;
  }
  .schedule-container .schedule-index > div .schedule_logo {
    width: 80px;
  }
  .schedule-container .schedule-index > div .schedule_name {
    font-size: 2rem;
  }
  .schedule-container .schedule-index > div .schedule_date {
    font-size: 2.9rem;
  }
}

.players-container {
  overflow: hidden;
  width: 100%;
}
.players-container .players-index {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}
.players-container .players-index .players-track {
  /*
  display: flex;
  width: max-content;
  animation: scrollLoop 20s linear infinite;
  &:hover {
  	animation-play-state: paused;
  }
  */
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.players-container .players-index .player {
  width: 185px;
  flex-shrink: 0;
  margin-left: 80px;
  background: #89d962;
  border-radius: 20px;
  text-align: center;
}
.players-container .players-index > div {
  text-align: center;
  border-radius: 20px;
}
.players-container .players-index > div .players_img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.players-container .players-index > div .players_name {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2rem 0.5rem 0.8rem;
  color: #000;
}
.players-container .players-index > div .players_name_en {
  font-size: 1rem;
  padding: 0rem 0.5rem 1.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .players-container .players-index {
    margin-top: 0;
    margin-bottom: 0;
  }
  .players-container .players-index .player {
    width: 140px;
    margin-left: 15px;
  }
  .players-container .players-index > div .players_name {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem 0.5rem 0.5rem;
  }
  .players-container .players-index > div .players_name_en {
    font-size: 1rem;
    padding: 0rem 0.5rem 1.2rem;
  }
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.btn-default a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  background: #007d42;
  border-radius: 50px;
  width: auto;
  min-width: 140px;
  text-align: center;
  padding: 1rem 3.1rem 1.3rem;
  line-height: 1;
  position: relative;
  z-index: 0;
}
.btn-default a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #003b1c, #007d42);
  border-radius: 70px;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.btn-default a:hover:after {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn-default a {
    padding: 0.8rem 3.1rem 1.1rem;
  }
}

.btn-more {
  text-align: center;
  margin-top: 60px;
}
.btn-more a {
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  background: #007d42;
  border-radius: 70px;
  width: calc(100% - 30px);
  max-width: 400px;
  text-align: center;
  padding: 2.5rem 2rem;
  line-height: 1;
  position: relative;
  z-index: 0;
}
.btn-more a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #003b1c, #007d42);
  border-radius: 70px;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.btn-more a:hover:after {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn-more {
    margin-top: 40px;
  }
  .btn-more a {
    font-size: 1.5rem;
    padding: 1.25rem 2rem;
  }
}

.bnr-hiretsu {
  width: 262px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .bnr-hiretsu {
    margin-top: 40px;
  }
}

.section-clip__01 {
  background-color: #89d962;
  background-image: url(../img/kindentrinityblitzs/bg_fire.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 54vw;
  clip-path: polygon(0 100%, 100% 77.95vw, 100% 0, 0 0);
  padding-bottom: 22.05vw;
}
@media screen and (max-width: 767px) {
  .section-clip__01 {
    background-size: 64vw;
    clip-path: polygon(0 100%, 100% calc(100% - 96px), 100% 0, 0 0);
    padding-bottom: 130px;
  }
}
.section-clip__02 {
  background-image: url(../img/kindentrinityblitzs/top/bg_movie.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  clip-path: polygon(0 100%, 100% 77.95vw, 100% 0, 0 22.05vw);
  padding-top: 19.05vw;
  margin-top: -22.05vw;
  padding-bottom: 22.05vw;
}
@media screen and (max-width: 767px) {
  .section-clip__02 {
    background-image: url(../img/kindentrinityblitzs/top/bg_movie_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    clip-path: polygon(0 100%, 100% calc(100% - 96px), 100% 0, 0 96px);
    padding-top: 130px;
    margin-top: -100px;
    padding-bottom: 140px;
  }
}
.section-clip__03 {
  padding: 0;
  clip-path: polygon(0 100%, 100% 75%, 100% 0, 0 30.3%);
  background: url(../img/kindentrinityblitzs/top/bg_deco01.png) no-repeat center center;
  background-size: cover;
  padding-top: 7%;
  margin-top: -26%;
  padding-bottom: 22%;
}
@media screen and (max-width: 767px) {
  .section-clip__03 {
    clip-path: polygon(0 100%, 100% calc(100% - 96px), 100% 0, 0 96px);
    background: url(../img/kindentrinityblitzs/top/bg_deco01_sp.png) no-repeat center center;
    background-size: 100%;
    padding-top: 0px;
    margin-top: -100px;
    padding-bottom: 100px;
  }
}
.section-clip__04 {
  padding: 0;
  background-color: #89d962;
  background-image: url(../img/kindentrinityblitzs/bg_fire.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 54vw;
  clip-path: polygon(0 100%, 100% calc(100% - 21.05vw), 100% 0, 0 22.05vw);
  padding-top: 17.05vw;
  margin-top: -24.05vw;
  padding-bottom: 17.05vw;
  position: relative;
}
.section-clip__04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36vw;
  background: #69c545;
  clip-path: polygon(0 35%, 100% 100%, 100% 10%, 0 -60%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-clip__04 {
    background-size: 64vw;
    clip-path: polygon(0 100%, 100% calc(100% - 96px), 100% 0, 0 96px);
    padding-top: 90px;
    margin-top: -100px;
    padding-bottom: 140px;
  }
  .section-clip__04:before {
    height: 46vw;
    clip-path: polygon(0 68%, 100% 100%, 100% 30%, 0 5%);
  }
}
.section-clip__05 {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .section-clip__05 {
    margin-top: 0;
  }
}
.section-clip__06 {
  padding-bottom: 34vw;
  z-index: 0;
  position: relative;
}
.section-clip__06:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34vw;
  background-color: #89d962;
  background-image: url(../img/kindentrinityblitzs/bg_fire.jpg);
  background-repeat: no-repeat;
  background-position: 0 200%;
  background-size: 54vw;
  clip-path: polygon(0 100%, 100% 12.54vw, 100% 0, 0 22vw);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-clip__06 {
    padding-bottom: 220px;
  }
  .section-clip__06:before {
    background-size: 90vw;
    background-position: 0 70%;
    height: 43vw;
    clip-path: polygon(0 100%, 100% 22vw, 100% 0, 0 22vw);
  }
}
.section-clip__07 {
  padding-bottom: 34vw;
  z-index: 0;
  position: relative;
}
.section-clip__07:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34vw;
  background-color: #89d962;
  background-image: url(../img/kindentrinityblitzs/bg_fire.jpg);
  background-repeat: no-repeat;
  background-position: 0 200%;
  background-size: 54vw;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 22vw);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-clip__07 {
    padding-bottom: 220px;
  }
  .section-clip__07:before {
    background-size: 90vw;
    background-position: 0 70%;
    height: 43vw;
  }
}
.section-clip__08 {
  background-image: url(../img/kindentrinityblitzs/top/bg_movie.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 22vw);
  padding-top: 22vw;
  margin-top: -22vw;
  padding-bottom: 30.5vw;
  /*
  @media screen and (min-width: 768px){
  	background-position: right top;
  }
  	*/
}
@media screen and (max-width: 1375px) {
  .section-clip__08 {
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .section-clip__08 {
    background-image: url(../img/kindentrinityblitzs/top/bg_movie_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    clip-path: polygon(0 100%, 100% calc(100% - 96px), 100% 0, 0 96px);
    padding-top: 130px;
    margin-top: -100px;
    padding-bottom: 140px;
  }
}
.section-clip__header {
  z-index: 0;
  padding: 17rem 0;
  margin-top: -20.5rem;
  position: relative;
}
.section-clip__header:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #89d962;
  background-image: url(../img/kindentrinityblitzs/bg_fire.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 54vw;
  clip-path: polygon(0 100%, 100% 40%, 100% 0%, 0 60%);
  z-index: -1;
}
.section-clip__header + .result-container:not(.other) {
  margin-top: -8vw;
}
@media screen and (max-width: 767px) {
  .section-clip__header {
    margin-top: -7.5rem;
    padding-top: 6.5rem;
    padding-bottom: 60px;
  }
  .section-clip__header:before {
    background-size: 90vw;
    background-position: 0 70%;
    height: 43vw;
    clip-path: polygon(0 100%, 100% 22vw, 100% 0, 0 22vw);
  }
  .section-clip__header + .result-container {
    margin-top: -28vw;
  }
}

.bg_cmn_green {
  background: #89d962 url(../img/kindentrinityblitzs/bg_fire.jpg) no-repeat -210px 128%;
  background-size: 740px;
}
@media screen and (max-width: 767px) {
  .bg_cmn_green {
    background: #89d962 url(../img/kindentrinityblitzs/bg_fire.jpg) no-repeat -130px 112%;
    background-size: 100%;
  }
}

.modal_container__message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5000;
}
.modal_container__message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_container__message.active {
  opacity: 1;
  visibility: visible;
}

.modal_body__message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1117px;
  width: 90%;
}

.modal_close__message {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 20px;
  height: 20px;
  color: #004831;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
  /*
  &:hover {
  	&:before {
  		background: rgba(0,72,49,.3);
  	}
  }
  */
}
.modal_close__message:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 38px;
  height: 38px;
  border: solid 1px rgba(0, 72, 49, 0.3);
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .modal_close__message {
    top: -40px;
    right: -10px;
  }
}

.modal_content__message {
  box-shadow: 0 0 20px #999;
  border-radius: 10px;
}
.modal_content__message .modal_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.modal_content__message .modal_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_content__message iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pt10 {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .sp_pt30 {
    padding-top: 30px;
  }
}
a.none-event {
  pointer-events: none;
}/*# sourceMappingURL=common.css.map */