﻿@charset "utf-8";

/* ==========================================
	top.css
	Last Up Date 2021/08/06
 --------------------------------------------
	INDEX
 --------------------------------------------
 
    0.00.00 ALL SETTING
        0.01.00 @keyfream
	1.00.00 PC_media screen 
		1.01.00 #main_photo の設定
        1.02.00 #mov の設定
        1.03.00 #first_of_all の設定
        1.04.00 #profile の設定
        1.05.00 #hassaku_tt の設定
        1.06.00 #loopSd_rl の設定
        1.07.00 #loopSd_lr の設定
        1.08.00 #activity の設定
        1.09.00 #support の設定
        1.10.00 #footer の設定
        1.11.00 #start の設定
	2.00.00 PC_media screen 
        2.01.00 #main_photo の設定
		2.02.00 #mov の設定
        2.03.00 #first_of_all の設定
        2.04.00 #profile の設定
        2.05.00 #hassaku_tt の設定
        2.06.00 #loopSd_rl の設定
        2.07.00 #loopSd_lr の設定
        2.08.00 #activity の設定
        2.09.00 #support の設定
        2.10.00 #footer の設定
        2.11.00 #start の設定
    3.00.00 SP_media screen
		3.01.00 #main_photo の設定
		3.02.00 #mov の設定
        3.03.00 #first_of_all の設定
        3.04.00 #profile の設定
        3.05.00 #hassaku_tt の設定
        3.06.00 #loopSd_rl の設定
        3.07.00 #loopSd_lr の設定
        3.08.00 #activity の設定
        3.09.00 #support の設定
        3.10.00 #footer の設定
        3.11.00 #start の設定

========================================== */


/* ==========================================
0.00.00 ALL SETTING
========================================== */
/* ==========================================
    0.01.00 @keyfream
========================================== */
@keyframes maru01 {
  0% {transform: scale(1.0);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1.0);}
}
@keyframes maru02 {
  0% {transform: scale(1.0);}
  50% {transform: scale(0.7);}
  100% {transform: scale(1.0);}
}
@keyframes startmozi {
    0% { opacity: 0; }
    100% { opacity: 1.0; }
}
@keyframes startmozikieru {
    0% { opacity: 1.0; }
    100% { opacity: 0; }
}
/* ==========================================
1.00.00 PC_media screen 
========================================== */
@media screen and (min-width:1025px),print{
/* ==========================================
	1.01.00 #main_photo の設定
========================================== */
div#main_photo.lazyloaded {
    display: block;
    height: 100vh;
    max-height: 1080px;
    min-height: 780px;
    width: calc(100% - 150px);
    max-width: 1830px;
    margin: 0 auto;
    position: relative;
    background: url("../../image/index/main_photo.jpg.webp") no-repeat top center;
    background-size: cover;
}
.no-webp div#main_photo.lazyloaded {
    background: url("../../image/index/main_photo.jpg") no-repeat top center;
    background-size: cover;
}
div#main_photo::after {
    content: "SUPPORT ASSOCIATION";
    position: absolute;
    left: -45px;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    top: calc(50% - 91px);
    font: 300 14px "Jost", "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    transform: rotate(180deg);
}
div#main_photo::before {
    content: "SUPPORT ASSOCIATION";
    position: absolute;
    right: -45px;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    top: calc(50% - 91px);
    font: 300 14px "Jost", "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
}
div#main_photo > p {
    display: block;
    position: absolute;
    width: 190px;
    box-sizing: border-box;
    padding:40px 30px;
    background: #FFFFFF;
    left: -75px;
    top: 0;
}
div#main_photo div.in_box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    height: 100%;
    padding: 0 35px;
    color: #FFFFFF;
    position: relative;
}
div#main_photo div.in_box p:first-child {
    display: block;
    width: 20px;
    order: 2;
    margin: -70px 0 0 20px;
    /*padding: 0 300px 0 0;*/
}
div#main_photo h2 {
    display: block;
    font:600 30px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1.0rem;
    line-height: 2.2;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    order: 1;
    position: relative;
    color: #000000;
}
div#main_photo h2::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -180px;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat top center;
    background-size: contain;
    width: 248px;
    height: 174px;
}
div#main_photo h2 + p {
    display: block;
    font:300 15px "Jost", "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 31.5px);
}
div#main_photo h2 + p::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: -35px;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #FFFFFF;
    animation: maru01 5.0s linear infinite;
}
div#main_photo h2 + p::before {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    top: -16px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #FFFFFF;
    animation: maru02 5.0s linear infinite;
}
/* ==========================================
	1.02.00 #mov の設定
========================================== */
div#mov {
    position: relative;
    padding: 70px 0 0;
}
div#mov div.in_box {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    padding: 0 35px;
}
/* ==========================================
	1.03.00 #first_of_all の設定
========================================== */
div#first_of_all {
    position: relative;
    max-width: 1980px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
    z-index: -1;
}
div#first_of_all::after {
    content: "";
    position: absolute;
    left: calc(50% - 287px);
    top: -450px;
    height: 780px;
    width: 1275px;
    background: #EAE8E5;
    z-index: -1;
}
div#first_of_all::before {
    content: "";
    position: absolute;
    right: calc(50% - 25px);
    top: 530px;
    height: 315px;
    width: 1015px;
    background: #EAE8E5;
    z-index: -1;
}
div#first_of_all div.in_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 1200px;
    padding: 0 35px;
    position: relative;
    z-index: 2;
}
div#first_of_all.lazyloaded div.in_box::before {
    content: "";
    position: absolute;
    background: url("../../image/index/first_bg.jpg.webp") no-repeat;
    background-size: contain;
    right: calc(50% - 102px);
    top: 0;
    width: 1014px;
    height: 635px;
    z-index: -1;
}
.no-webp div#first_of_all.lazyloaded div.in_box::before  {
    background: url("../../image/index/first_bg.jpg") no-repeat;
    background-size: contain;
}
div#first_of_all div.in_box::after {
    content: "";
    position: absolute;
    background: url("../../image/index/firest_txt.svg") no-repeat;
    background-size: contain;
    right: calc(50% + 45px);
    top: 520px;
    width: 130px;
    height: 130px;
    z-index: -1;
}
div#first_of_all h4 {
    display: block;
    font: 400 50px 'Baskervville', serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    width: 100%;
    box-sizing: border-box;
    padding: 10px calc(50% - 140px) 20px 0;
}
div#first_of_all h3 {
    display: block;
    font: 400 25px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 2.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    padding: 0 0 125px 0;
    margin: 0 65px 0 0;
}
div#first_of_all h3 + div {
    display: block;
    width: 630px;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 65px;
    min-height: 700px;
}
div#first_of_all h3 + div p:first-child {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 2.5;
    text-align: justify;
}
div#first_of_all h3 + div p + p {
    display: block;
    width: 170px;
    margin: 30px 0 0;
}
div#first_of_all h3 + div p + p * {
    mix-blend-mode: darken;
}
/* ==========================================
	1.04.00 #profile の設定
========================================== */
div#profile {
    margin: -80px 0 0;
    position: relative;
    z-index: 2;
}
div#profile div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    padding: 100px 35px 0;
    position: relative;
}
div#profile div.in_box::after {
    content: "";
    position: absolute;
    left: 135px;
    top: 0;
    height: 765px;
    width: 1453px;
    background: #EAE8E5;
    z-index: -2;
}
div#profile div.in_box::before {
    content: "";
    position: absolute;
    left: 90px;
    top: 100px;
    background:url("../../image/index/profile_txt.svg") no-repeat;
    background-size: contain;
    width: 71px;
    height: 242px;
    z-index: -1;
}
div#profile div.in_box div:first-child {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 215px);
    margin: 0 0 0 215px;
}
div#profile div.in_box div:first-child p:first-child {
    display: block;
    align-self: flex-end;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    order: 3;
    padding: 0 0 5px 30px;
    box-sizing: border-box;
}
div#profile div.in_box div:first-child h4 {
    display: flex;
    align-items: center;
    font: 400 28px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 1.2rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    order: 2;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}
div#profile div.in_box div:first-child h4 span {
    font: 400 55px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 1.2rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
}
div#profile div.in_box div:first-child h4 + p {
    display: block;
    font: 400 16px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 2.5;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    position: relative;
    order: 1;
}
div#profile div.in_box div:first-child h4 + p::after {
    content: "A";
    position: absolute;
    font: 400 40px 'Baskervville', serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    bottom: -20px;
    left: 0;
    transform: rotate(-90deg);
}
div#profile div.in_box div:first-child h4 + p::before {
    content: "型";
    position: absolute;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.0;
    bottom: -43px;
    left: 20px;
}
div#profile div.in_box div:first-child p + p {
    display: flex;
    flex-flow: column;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 2.0;
    width: 100%;
    order: 4;
    box-sizing: border-box;
    padding: 0 0 0 13px;
    margin: 190px 0 0;
}
div#profile div.in_box div:first-child p + p span {
    display: block;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.15rem;
    line-height: 2.0;
}
div#profile div.in_box div:nth-child(2) {
    width: 50%;
    box-sizing: border-box;
    align-self: flex-end;
    padding: 0 0 0 60px;
}
div#profile div.in_box div:nth-child(2) p {
    font: 400 15px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.25rem;
    line-height: 2.5;
}
div#profile div.in_box div:nth-child(2) p + p {
    display: block;
    margin: 50px 0 0;
}
div#profile div.in_box > p {
    display: block;
    margin: 65px 0 0;
    border-top-left-radius: 50px;
}
div#profile div.in_box > p img {
    border-top-left-radius: 250px;
}
/* ==========================================
	1.05.00 #hassaku_tt の設定
========================================== */
div#hassaku_tt {
    min-height: 665px;
    max-width: 1980px;
    width: 100%;
    margin: -170px auto 0;
    position: relative;
}
div#hassaku_tt.lazyloaded::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    background: url("../../image/index/line_green.jpg.webp") no-repeat top center;
    background-size: cover;
    z-index: -2;
}
.no-webp div#hassaku_tt.lazyloaded::after  {
    background: url("../../image/index/line_green.jpg") no-repeat top center;
    background-size: cover;
}
div#hassaku_tt.lazyloaded::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../image/index/hassaku_tt.png.webp") no-repeat top center;
    height: 665px;
    width: 100%;
    z-index: -1;
}
.no-webp div#hassaku_tt.lazyloaded::before  {
    background: url("../../image/index/hassaku_tt.png") no-repeat top center;
}
/* ==========================================
	1.06.00 #loopSd_rl の設定
========================================== */
div#loopSd_rl {
	height: 532px;
	overflow: hidden;
	position: relative;
}
div#loopSd_rl div#loopSdwrap_rl {
	height: 532px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
div#loopSd_rl div#loopSdwrap_rl ul {
	display: flex;
}
div#loopSd_rl div#loopSdwrap_rl li {
    display: flex;
	width: 1064px;
    position: relative;
}
div#loopSd_rl div#loopSdwrap_rl li::after {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 0;
    width: 185px;
    height: 65px;
}
div#loopSd_rl div#loopSdwrap_rl li:first-child::after {
    background: url("../../image/index/first.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(2)::after {
    background: url("../../image/index/two.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(3)::after {
    background: url("../../image/index/three.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:last-child::after {
    background: url("../../image/index/four.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    background: #22A238;
    box-sizing: border-box;
    padding:70px;
    color: #FFFFFF;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(2) div {
    background: #008041;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(3) div {
    background: #245F40;
}
div#loopSd_rl div#loopSdwrap_rl li:last-child div {
    background: #244C33;
}
div#loopSd_rl div#loopSdwrap_rl li div h4 {
    display: block;
    font: 600 16px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.5rem;
    line-height: 2.0;
    position: relative;
    padding: 35px 0 40px;
}
div#loopSd_rl div#loopSdwrap_rl li div h4::after {
    content: "";
    position: absolute;
    background: url("../../image/index/check_icon.svg") no-repeat top center;
    background-size: contain;
    width: 29px;
    height: 23px;
    left: 0;
    top: 0;
}
div#loopSd_rl div#loopSdwrap_rl li div p {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    text-align: justify;
}
div#loopSd_rl div#loopSdwrap_rl li > p {
    display: block;
    width: 50%;
}
div#loopSd_rl div#loopSdwrap_rl li > p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	1.07.00 #loopSd_lr の設定
========================================== */
div#loopSd_lr {
	height: 532px;
	overflow: hidden;
	position: relative;
}
div#loopSd_lr div#loopSdwrap_lr {
	height: 532px;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}
div#loopSd_lr div#loopSdwrap_lr ul {
	display: flex;
}
div#loopSd_lr div#loopSdwrap_lr li {
    display: flex;
	width: 1064px;
    position: relative;
}
div#loopSd_lr div#loopSdwrap_lr li::after {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 0;
    width: 185px;
    height: 65px;
}
div#loopSd_lr div#loopSdwrap_lr li:first-child::after {
    background: url("../../image/index/eight.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(2)::after {
    background: url("../../image/index/seven.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(3)::after {
    background: url("../../image/index/six.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:last-child::after {
    background: url("../../image/index/five.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    background: #22A238;
    box-sizing: border-box;
    padding:70px;
    color: #FFFFFF;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(2) div {
    background: #008041;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(3) div {
    background: #245F40;
}
div#loopSd_lr div#loopSdwrap_lr li:last-child div {
    background: #244C33;
}
div#loopSd_lr div#loopSdwrap_lr li div h4 {
    display: block;
    font: 600 16px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.5rem;
    line-height: 2.0;
    position: relative;
    padding: 35px 0 40px;
}
div#loopSd_lr div#loopSdwrap_lr li div h4::after {
    content: "";
    position: absolute;
    background: url("../../image/index/check_icon.svg") no-repeat top center;
    background-size: contain;
    width: 29px;
    height: 23px;
    left: 0;
    top: 0;
}
div#loopSd_lr div#loopSdwrap_lr li div p {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    text-align: justify;
}
div#loopSd_lr div#loopSdwrap_lr li > p {
    display: block;
    width: 50%;
}
div#loopSd_lr div#loopSdwrap_lr li > p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	1.08.00 #activity の設定
========================================== */
div#activity {
    margin: 135px 0 0;
    width: 100%;
    max-width: 1980px;
    position: relative;
}
div#activity div.in_box {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    max-width: 1200px;
    padding: 80px 35px 0 0;
    position: relative;
}
div#activity.lazyloaded div.in_box::after {
    content: "";
    position: absolute;
    background: url("../../image/index/secound_bg.jpg.webp") no-repeat;
    background-size: contain;
    width: 740px;
    height: 554px;
    right: 540px;
    top: 0;
}
.no-webp div#activity.lazyloaded div.in_box::after  {
    background: url("../../image/index/secound_bg.jpg") no-repeat;
    background-size: contain;
}
div#activity div.in_box > p:first-child {
    display: block;
    width: 145px;
    padding: 0 255px 0 0;
    margin: 0 0 25px;
}
div#activity div.in_box h3 {
    display: block;
    font: 600 17px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.35rem;
    line-height: 1.0;
    position: relative;
    padding: 45px 0 15px;
    box-sizing: border-box;
    width: 400px;
}
div#activity div.in_box h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../image/index/secound_txt_bk.svg") no-repeat;
    background-size: contain;
    width: 79px;
    height: 27px;
}
div#activity div.in_box h3 + p {
    display: block;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.02rem;
    text-align: justify;
    max-width: 400px;
}
div#activity div.in_box div {
    display: flex;
    align-items: center;
    margin: 105px 0 0; 
}
div#activity div.in_box div p {
    display: block;
    position: relative;
    width: 415px;
}
div#activity.lazyloaded div.in_box div p:first-child::after {
    content: "";
    position: absolute;
    width: 415px;
    height: 311px;
    left: -415px;
    top: 0;
    background: url("../../image/index/football_practice.jpg.webp") no-repeat;
    background-size: cover;
}
.no-webp div#activity.lazyloaded div.in_box div p:first-child::after  {
    background: url("../../image/index/football_practice.jpg") no-repeat;
    background-size: cover;
}
div#activity.lazyloaded div.in_box div p:last-child::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 618px;
    right: -485px;
    bottom: 0;
    background: url("../../image/index/okushita_football.jpg.webp") no-repeat;
    background-size: cover;
}
.no-webp div#activity.lazyloaded div.in_box div p:last-child::after  {
    background: url("../../image/index/okushita_football.jpg") no-repeat;
    background-size: cover;
}
/* ==========================================
	1.09.00 #support の設定
========================================== */
div#support.lazyloaded {
    background: url("../../image/index/support_bg.jpg.webp") no-repeat top center;
    background-size: cover;
    margin: 100px 0 0;
    padding: 0 0 145px;
    position: relative;
    z-index: 1;
}
.no-webp div#support.lazyloaded  {
    background: url("../../image/index/support_bg.jpg") no-repeat top center;
    background-size: cover;
}
div#support::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    height: 150px;
    width: 100%;
    z-index: -1;
}
div#support div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1200px;
    padding: 0 35px 70px;
    background: #FFFFFF;
    box-shadow: 0 15px 0 rgba(0,0,0,0.2);
}
div#support div.in_box > p {
    display: block;
    position: relative;
    width: 65px;
    margin: 0 0 60px;
}
div#support div.in_box > p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url("../../image/index/support_txt.svg") no-repeat top center;
    background-size: contain;
    width: 61px;
    height: 14px;
}
div#support div.in_box h3 {
    display: block;
    font: 600 16px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.35rem;
    line-height: 2.0;
    text-align: center;
    margin: 0 0 70px;
}
div#support div.in_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#support div.in_box li {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 350px;
    box-sizing: border-box;
}
div#support div.in_box li:first-child {
    border-right: solid thin rgba(0,0,0,1.0);
}
div#support div.in_box li p {
    display: block;
    font: 400 17px 'Bebas Neue', cursive;
    line-height: 1.0;
    letter-spacing: 0.5rem;
}
div#support div.in_box li a {
    display: block;
    font: 600 16px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.8;
    margin: 20px 0 0;
    padding: 0 0 50px;
    position: relative;
    color: #000000;
    text-align: center;
}
div#support div.in_box li a::after {
    content: "";
    position: absolute;
    left: calc(50% - 11px);
    bottom: 0;
    background: url("../../image/index/under_arrow.svg") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}
div#support div.in_box li a:hover {
    color: #22A238;
}
div#support div.in_box li a:hover::after {
    transform: scale(1.2) rotate(360deg);
}
/* ==========================================
	1.10.00 #footer の設定
========================================== */
div#footer { 
    position: relative;
    z-index: 2;
}
div#footer div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    padding: 80px 35px 0;
}
div#footer div.in_box > a { 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 29px);
    top: -29px;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    border: solid thin #22A238;
    background: #FFFFFF;
    border-radius: 100px;
}
div#footer div.in_box > a img { 
    width: 15px;
    height: auto;
}
div#footer div.in_box > a:hover { 
    transform: scale(1.1) rotate(360deg);
}
div#footer div.in_box a + p { 
    display: block;
    width: 10px;
    order: 2;
    margin: 0 0 0 15px;
}
div#footer div.in_box h4 { 
    display: block;
    font:600 16px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.8rem;
    line-height: 3.2;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    order: 1;
    position: relative;
}
div#footer div.in_box h4::after { 
    content: "";
    position: absolute;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat;
    background-size: contain;
    width: 193px;
    height: 135px;
    left: 0;
    bottom: -140px;
}
div#footer div.in_box h4 + div { 
    display: flex;
    justify-content: center;
    width: 100%;
    order: 3;
    margin: 180px 0 50px;
}
div#footer div.in_box h4 + div a { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background: #000000;
    border-radius: 100px;
    margin: 0 15px;
}
div#footer div.in_box h4 + div a img { 
    width: 20px;
}
div#footer div.in_box h4 + div a:hover { 
    background: #22A238;
    transform: scale(1.1);
}
div#footer div.in_box h4 + div a:last-child img { 
    width: 10px;
}
div#footer div.in_box div + div { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 4;
    margin: 0 0 50px;
}
div#footer div.in_box div + div a { 
    display: block;
    margin: 0 25px;
    width: 200px;
}
div#footer div.in_box div + div a:hover { 
    opacity: 0.5;
}
div#footer div.in_box > p { 
    width: 100%;
    order: 5;
    font: 400 12px "Jost","sans-serif";
    line-height: 1.0;
    letter-spacing: 0.1rem;
    text-align: center;
    margin: 0 0 35px;
}
/* ==========================================
	1.11.00 #start の設定
========================================== */
div#start {
    position: fixed;
    background: rgba(255,255,255,1.0);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
div#start div.in_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding: 0 35px;
    height: 100%;
    position: relative;
}
div#start h3 {
    display: block;
    font:600 25px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1.0rem;
    line-height: 2.8;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    padding: 0 0 60px;
    position: relative;
    animation: startmozikieru 3.0s 8.0s forwards;
}
div#start h3 span {
    font:600 25px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1.0rem;
    line-height: 2.5;
}
div#start h3 span:nth-child(-n + 18) {
    font: 400 18px 'Bebas Neue', cursive;
    line-height: 1.0;
    letter-spacing: 0.5rem;
}
div#start h3 span:nth-child(18)::after,
div#start h3 span:nth-child(22)::after,
div#start h3 span:nth-child(29)::after {
    content: "\A";
    white-space: pre;
}
div#start h3::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -80px;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat top center;
    background-size: contain;
    width: 248px;
    height: 174px;
    animation: startmozi 5.0s 6s forwards;
    opacity: 0;
}
div#start div.in_box p {
    display:block;
    width: 190px;
    height: 254px;
    animation: startmozi 5.0s 9.0s forwards;
    position: absolute;
    top: calc(50% - 127px);
    left: calc(50% - 95px);
    opacity: 0;
}
}
/* ==========================================
2.00.00 PC_media screen 
========================================== */
@media screen and (max-width: 1024px) and (min-width:569px) {
/* ==========================================
	2.01.00 #main_photo の設定
========================================== */
div#main_photo.lazyloaded {
    display: block;
    height: 100vh;
    max-height: 1080px;
    min-height: 780px;
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;
    background: url("../../image/index/main_photo_tb.jpg.webp") no-repeat top center;
}
.no-webp div#main_photo.lazyloaded  {
    background: url("../../image/index/main_photo_tb.jpg") no-repeat top center;
}
div#main_photo::after {
    content: "SUPPORT ASSOCIATION";
    position: absolute;
    left: -25px;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    top: calc(50% - 91px);
    font: 300 12px "Jost", "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    transform: rotate(180deg);
}
div#main_photo::before {
    content: "SUPPORT ASSOCIATION";
    position: absolute;
    right: -25px;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    top: calc(50% - 91px);
    font: 300 12px "Jost", "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
}
div#main_photo > p {
    display: block;
    position: absolute;
    width: 140px;
    box-sizing: border-box;
    padding:30px 20px;
    background: #FFFFFF;
    left: -35px;
    top: 0;
}
div#main_photo div.in_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 30px;
    color: #FFFFFF;
    position: relative;
}
div#main_photo div.in_box p:first-child {
    display: block;
    width: 15px;
    order: 2;
    margin: -87px 0 0 12px;
    /*padding: 0 220px 0 0;*/
}
div#main_photo h2 {
    display: block;
    font:600 27px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.8rem;
    line-height: 2.2;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    order: 1;
    position: relative;
    color: #000000;
}
div#main_photo h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -120px;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat top center;
    background-size: contain;
    width: 200px;
    height: 140px;
}
div#main_photo h2 + p {
    display: block;
    font:300 13px "Jost", "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 31.5px);
}
div#main_photo h2 + p::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: -35px;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #FFFFFF;
    animation: maru01 5.0s linear infinite;
}
div#main_photo h2 + p::before {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    top: -16px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #FFFFFF;
    animation: maru02 5.0s linear infinite;
}
/* ==========================================
	2.02.00 #mov の設定
========================================== */
div#mov {
    position: relative;
    padding: 70px 0 0;
}
div#mov div.in_box {
    display: flex;
    justify-content: center;
    padding: 0 30px;
}
/* ==========================================
	2.03.00 #first_of_all の設定
========================================== */
div#first_of_all {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
    z-index: -1;
}
div#first_of_all::after {
    content: "";
    position: absolute;
    left: calc(50% - 150px);
    top: -400px;
    height: 730px;
    width: 800px;
    background: #EAE8E5;
    z-index: -1;
}
div#first_of_all::before {
    content: "";
    position: absolute;
    right: calc(50% - 25px);
    top: 530px;
    height: 140px;
    width: 1015px;
    background: #EAE8E5;
    z-index: -1;
}
div#first_of_all div.in_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 2;
}
div#first_of_all.lazyloaded div.in_box::before {
    content: "";
    position: absolute;
    background: url("../../image/index/first_bg.jpg.webp") no-repeat;
    background-size: contain;
    right: calc(50% - 102px);
    top: 0;
    width: 775px;
    height: 485px;
    z-index: -1;
}
.no-webp div#first_of_all.lazyloaded div.in_box::before {
    background: url("../../image/index/first_bg.jpg") no-repeat;
    background-size: contain;
}
/*div#first_of_all div.in_box::after {
    content: "";
    position: absolute;
    background: url("../../image/index/firest_txt.svg") no-repeat;
    background-size: contain;
    right: calc(50% + 45px);
    top: 520px;
    width: 130px;
    height: 130px;
    z-index: -1;
}*/
div#first_of_all h4 {
    display: block;
    font: 400 50px 'Baskervville', serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    width: 100%;
    box-sizing: border-box;
    padding: 25px calc(50% - 125px) 20px 0;
}
div#first_of_all h3 {
    display: block;
    font: 400 20px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 2.0;
    position: absolute;
    right: 290px;
    top: 350px;
}
div#first_of_all h3 + div {
    display: block;
    max-width: 500px;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 55px 65px;
}
div#first_of_all h3 + div p:first-child {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05rem;
    line-height: 2.3;
    text-align: justify;
}
div#first_of_all h3 + div p + p {
    display: block;
    width: 150px;
    margin: 20px 0 0;
}
/* ==========================================
	2.04.00 #profile の設定
========================================== */
div#profile {
    margin: -80px 0 0;
    position: relative;
    z-index: 2;
}
div#profile div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 100px 30px 0;
    position: relative;
}
div#profile div.in_box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 765px;
    width: 650px;
    background: #EAE8E5;
    z-index: -2;
}
div#profile div.in_box::before {
    content: "";
    position: absolute;
    right: 630px;
    top: 100px;
    background:url("../../image/index/profile_txt.svg") no-repeat;
    background-size: contain;
    width: 60px;
    height: 203px;
    z-index: -1;
}
div#profile div.in_box div:first-child {
    display: flex;
    flex-wrap: wrap;
    width: 175px;
}
div#profile div.in_box div:first-child p:first-child {
    display: block;
    align-self: flex-end;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    order: 3;
    padding: 0 0 5px 10px;
    box-sizing: border-box;
}
div#profile div.in_box div:first-child h4 {
    display: flex;
    align-items: center;
    font: 400 25px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 1.2rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    order: 2;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}
div#profile div.in_box div:first-child h4 span {
    font: 400 45px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 1.2rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
}
div#profile div.in_box div:first-child h4 + p {
    display: block;
    font: 400 15px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 2.3;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    position: relative;
    order: 1;
}
div#profile div.in_box div:first-child h4 + p::after {
    content: "A";
    position: absolute;
    font: 400 30px 'Baskervville', serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    bottom: -5px;
    left: 5px;
    transform: rotate(-90deg);
}
div#profile div.in_box div:first-child h4 + p::before {
    content: "型";
    position: absolute;
    font: 400 12px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.0;
    bottom: -25px;
    left: 18px;
}
div#profile div.in_box div:first-child p + p {
    display: flex;
    flex-flow: column;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 2.0;
    width: 100%;
    order: 4;
    box-sizing: border-box;
    padding: 0 0 0 13px;
    margin: 190px 0 0;
}
div#profile div.in_box div:first-child p + p span {
    display: block;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.15rem;
    line-height: 2.0;
}
div#profile div.in_box div:nth-child(2) {
    width: 330px;
    box-sizing: border-box;
    align-self: flex-end;
    padding: 0 0 0 60px;
}
div#profile div.in_box div:nth-child(2) p {
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.20rem;
    line-height: 2.3;
}
div#profile div.in_box div:nth-child(2) p + p {
    display: block;
    margin: 50px 0 0;
}
div#profile div.in_box > p {
    display: block;
    margin: 65px 0 0;
}
div#profile div.in_box > p img {
}
/* ==========================================
	2.05.00 #hassaku_tt の設定
========================================== */
div#hassaku_tt {
    min-height: 590px;
    width: 100%;
    margin: -202px auto 0;
    position: relative;
}
div#hassaku_tt.lazyloaded::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background: url("../../image/index/line_green.jpg.webp") no-repeat top center;
    background-size: cover;
    z-index: -2;
}
.no-webp div#hassaku_tt.lazyloaded::after {
    background: url("../../image/index/line_green.jpg") no-repeat top center;
    background-size: cover;
}
div#hassaku_tt.lazyloaded::before {
    content: "";
    position: absolute;
    left: calc(50% - 605px);
    top: 0;
    background: url("../../image/index/hassaku_tt_tb.png.webp") no-repeat top center;
    height: 590px;
    width: 1168px;
    z-index: -1;
}
.no-webp div#hassaku_tt.lazyloaded::before {
    background: url("../../image/index/hassaku_tt_tb.png") no-repeat top center;
}
/* ==========================================
	2.06.00 #loopSd_rl の設定
========================================== */
div#loopSd_rl {
	height: 480px;
	overflow: hidden;
	position: relative;
}
div#loopSd_rl div#loopSdwrap_rl {
	height: 480px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
div#loopSd_rl div#loopSdwrap_rl ul {
	display: flex;
}
div#loopSd_rl div#loopSdwrap_rl li {
    display: flex;
	width: 900px;
    position: relative;
}
div#loopSd_rl div#loopSdwrap_rl li::after {
    content: "";
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 170px;
    height: 60px;
}
div#loopSd_rl div#loopSdwrap_rl li:first-child::after {
    background: url("../../image/index/first.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(2)::after {
    background: url("../../image/index/two.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(3)::after {
    background: url("../../image/index/three.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:last-child::after {
    background: url("../../image/index/four.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    background: #22A238;
    box-sizing: border-box;
    padding:60px;
    color: #FFFFFF;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(2) div {
    background: #008041;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(3) div {
    background: #245F40;
}
div#loopSd_rl div#loopSdwrap_rl li:last-child div {
    background: #244C33;
}
div#loopSd_rl div#loopSdwrap_rl li div h4 {
    display: block;
    font: 600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.5rem;
    line-height: 2.0;
    position: relative;
    padding: 35px 0 30px;
}
div#loopSd_rl div#loopSdwrap_rl li div h4::after {
    content: "";
    position: absolute;
    background: url("../../image/index/check_icon.svg") no-repeat top center;
    background-size: contain;
    width: 29px;
    height: 23px;
    left: 0;
    top: 0;
}
div#loopSd_rl div#loopSdwrap_rl li div p {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    text-align: justify;
}
div#loopSd_rl div#loopSdwrap_rl li > p {
    display: block;
    width: 50%;
}
div#loopSd_rl div#loopSdwrap_rl li > p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	2.07.00 #loopSd_lr の設定
========================================== */
div#loopSd_lr {
	height: 480px;
	overflow: hidden;
	position: relative;
}
div#loopSd_lr div#loopSdwrap_lr {
	height: 480px;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}
div#loopSd_lr div#loopSdwrap_lr ul {
	display: flex;
}
div#loopSd_lr div#loopSdwrap_lr li {
    display: flex;
	width: 900px;
    position: relative;
}
div#loopSd_lr div#loopSdwrap_lr li::after {
    content: "";
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 170px;
    height: 60px;
}
div#loopSd_lr div#loopSdwrap_lr li:first-child::after {
    background: url("../../image/index/eight.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(2)::after {
    background: url("../../image/index/seven.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(3)::after {
    background: url("../../image/index/six.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:last-child::after {
    background: url("../../image/index/five.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    background: #22A238;
    box-sizing: border-box;
    padding:70px;
    color: #FFFFFF;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(2) div {
    background: #008041;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(3) div {
    background: #245F40;
}
div#loopSd_lr div#loopSdwrap_lr li:last-child div {
    background: #244C33;
}
div#loopSd_lr div#loopSdwrap_lr li div h4 {
    display: block;
    font: 600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.5rem;
    line-height: 2.0;
    position: relative;
    padding: 35px 0 30px;
}
div#loopSd_lr div#loopSdwrap_lr li div h4::after {
    content: "";
    position: absolute;
    background: url("../../image/index/check_icon.svg") no-repeat top center;
    background-size: contain;
    width: 29px;
    height: 23px;
    left: 0;
    top: 0;
}
div#loopSd_lr div#loopSdwrap_lr li div p {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    text-align: justify;
}
div#loopSd_lr div#loopSdwrap_lr li > p {
    display: block;
    width: 50%;
}
div#loopSd_lr div#loopSdwrap_lr li > p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	2.08.00 #activity の設定
========================================== */
div#activity {
    margin: 135px 0 0;
    width: 100%;
    position: relative;
}
div#activity div.in_box {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding: 80px 30px 0 0;
    position: relative;
}
div#activity.lazyloaded div.in_box::after {
    content: "";
    position: absolute;
    background: url("../../image/index/secound_bg.jpg.webp") no-repeat;
    background-size: contain;
    width: 740px;
    height: 554px;
    right: 425px;
    top: 0;
}
.no-webp div#activity.lazyloaded div.in_box::after {
    background: url("../../image/index/secound_bg.jpg") no-repeat;
    background-size: contain;
}
div#activity div.in_box > p:first-child {
    display: block;
    width: 145px;
    padding: 0 205px 0 0;
    margin: 0 0 25px;
}
div#activity div.in_box h3 {
    display: block;
    font: 600 16px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.35rem;
    line-height: 1.0;
    position: relative;
    padding: 45px 0 15px;
    box-sizing: border-box;
    width: 350px;
}
div#activity div.in_box h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../image/index/secound_txt_bk.svg") no-repeat;
    background-size: contain;
    width: 79px;
    height: 27px;
}
div#activity div.in_box h3 + p {
    display: block;
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 0.02rem;
    text-align: justify;
    max-width: 350px;
}
div#activity div.in_box div {
    display: flex;
    align-items: center;
    margin: 105px 0 0; 
}
div#activity div.in_box div p {
    display: block;
    position: relative;
    width: 415px;
}
div#activity.lazyloaded div.in_box div p:first-child::after {
    content: "";
    position: absolute;
    width: 415px;
    height: 311px;
    left: -415px;
    top: 0;
    background: url("../../image/index/football_practice.jpg.webp") no-repeat;
    background-size: cover;
}
.no-webp div#activity.lazyloaded div.in_box div p:first-child::after {
    background: url("../../image/index/football_practice.jpg") no-repeat;
    background-size: cover;
}
/* ==========================================
	2.09.00 #support の設定
========================================== */
div#support.lazyloaded {
    background: url("../../image/index/support_bg.jpg.webp") no-repeat top center;
    background-size: cover;
    margin: 100px 0 0;
    padding: 0 0 145px;
    position: relative;
    z-index: 1;
}
.no-webp div#support.lazyloaded {
    background: url("../../image/index/support_bg.jpg") no-repeat top center;
    background-size: cover;
}
div#support div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 30px 70px;
    background: #FFFFFF;
    box-shadow: 0 15px 0 rgba(0,0,0,0.2);
}
div#support div.in_box > p {
    display: block;
    position: relative;
    width: 65px;
    margin: 0 0 60px;
}
div#support div.in_box > p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url("../../image/index/support_txt.svg") no-repeat top center;
    background-size: contain;
    width: 61px;
    height: 14px;
}
div#support div.in_box h3 {
    display: block;
    font: 600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.35rem;
    line-height: 2.0;
    text-align: center;
    margin: 0 0 70px;
}
div#support div.in_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#support div.in_box li {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 280px;
    box-sizing: border-box;
}
div#support div.in_box li:first-child {
    border-right: solid thin rgba(0,0,0,1.0);
}
div#support div.in_box li p {
    display: block;
    font: 400 17px 'Bebas Neue', cursive;
    line-height: 1.0;
    letter-spacing: 0.5rem;
}
div#support div.in_box li a {
    display: block;
    font: 600 16px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.8;
    margin: 20px 0 0;
    padding: 0 0 50px;
    position: relative;
    color: #000000;
    text-align: center;
}
div#support div.in_box li a::after {
    content: "";
    position: absolute;
    left: calc(50% - 11px);
    bottom: 0;
    background: url("../../image/index/under_arrow.svg") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}
div#support div.in_box li a:hover {
    color: #22A238;
}
div#support div.in_box li a:hover::after {
    transform: scale(1.2) rotate(360deg);
}
/* ==========================================
	2.10.00 #footer の設定
========================================== */
div#footer { 
    position: relative;
    z-index: 2;
}
div#footer div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 30px 0;
}
div#footer div.in_box > a { 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 25px);
    top: -25px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: solid thin #22A238;
    background: #FFFFFF;
    border-radius: 100px;
}
div#footer div.in_box > a img { 
    width: 13px;
    height: auto;
}
div#footer div.in_box > a:hover { 
    transform: scale(1.1) rotate(360deg);
}
div#footer div.in_box a + p { 
    display: block;
    width: 8px;
    order: 2;
    margin: 0 0 0 15px;
}
div#footer div.in_box h4 { 
    display: block;
    font:600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.8rem;
    line-height: 3.2;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    order: 1;
    position: relative;
}
div#footer div.in_box h4::after { 
    content: "";
    position: absolute;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat;
    background-size: contain;
    width: 180px;
    height: 128px;
    left: 5px;
    bottom: -140px;
}
div#footer div.in_box h4 + div { 
    display: flex;
    justify-content: center;
    width: 100%;
    order: 3;
    margin: 180px 0 50px;
}
div#footer div.in_box h4 + div a { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 100px;
    margin: 0 15px;
}
div#footer div.in_box h4 + div a img { 
    width: 16px;
}
div#footer div.in_box h4 + div a:hover { 
    background: #22A238;
    transform: scale(1.1);
}
div#footer div.in_box h4 + div a:last-child img { 
    width: 8px;
}
div#footer div.in_box div + div { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 4;
    margin: 0 0 50px;
}
div#footer div.in_box div + div a { 
    display: block;
    margin: 0 15px;
    width: 180px;
}
div#footer div.in_box div + div a:hover { 
    opacity: 0.5;
}
div#footer div.in_box > p { 
    width: 100%;
    order: 5;
    font: 400 10px "Jost","sans-serif";
    line-height: 1.0;
    letter-spacing: 0.1rem;
    text-align: center;
    margin: 0 0 25px;
}
/* ==========================================
	2.11.00 #start の設定
========================================== */
div#start {
    position: fixed;
    background: rgba(255,255,255,1.0);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
div#start div.in_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: 100%;
    position: relative;
}
div#start h3 {
    display: block;
    font:600 25px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1.0rem;
    line-height: 2.8;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    padding: 0 0 60px;
    position: relative;
    animation: startmozikieru 3.0s 8.0s forwards;
}
div#start h3 span {
    font:600 25px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1.0rem;
    line-height: 2.5;
}
div#start h3 span:nth-child(-n + 18) {
    font: 400 18px 'Bebas Neue', cursive;
    line-height: 1.0;
    letter-spacing: 0.5rem;
}
div#start h3 span:nth-child(18)::after,
div#start h3 span:nth-child(22)::after,
div#start h3 span:nth-child(29)::after {
    content: "\A";
    white-space: pre;
}
div#start h3::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -80px;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat top center;
    background-size: contain;
    width: 248px;
    height: 174px;
    animation: startmozi 5.0s 6s forwards;
    opacity: 0;
}
div#start div.in_box p {
    display:block;
    width: 190px;
    height: 254px;
    animation: startmozi 5.0s 9.0s forwards;
    position: absolute;
    top: calc(50% - 127px);
    left: calc(50% - 95px);
    opacity: 0;
}
}
/* ==========================================
3.00.00 SP_media screen 
========================================== */
@media screen and (max-width: 568px) {
/* ==========================================
	3.01.00 #main_photo の設定
========================================== */
div#main_photo.lazyloaded {
    display: block;
    height: 100vh;
    max-height: 650px;
    min-height: 650px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url("../../image/index/main_photo_sp.jpg.webp") no-repeat top center;
    background-size: cover;
}
.no-webp div#main_photo.lazyloaded {
    background: url("../../image/index/main_photo_sp.jpg") no-repeat top center;
    background-size: cover;
}
div#main_photo > p {
    display: block;
    position: absolute;
    width: 80px;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #FFFFFF;
    left: 0;
    top: 0;
}
div#main_photo div.in_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 25px;
    color: #FFFFFF;
    position: relative;
}
div#main_photo div.in_box p:first-child {
    display: block;
    width: 12px;
    order: 2;
    margin: -178px /*105px*/0 0 10px;
}
div#main_photo h2 {
    display: block;
    font:600 20px "Hiragino Kaku Gothic ProN","Hiragino Sans", YuGothic, "Yu Gothic medium",Meiryo, "sans-serif";
    letter-spacing: 0.8rem;
    line-height: 2.2;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    order: 1;
    position: relative;
    padding: 0 0 110px;
    color: #000000;
}
div#main_photo h2::before {
    content: "";
    position: absolute;
    left: /*-10*/-35px;
    bottom: 0;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat top center;
    background-size: contain;
    width: 180px;
    height: 128px;
}
div#main_photo h2 + p {
    display: block;
    font:300 12px "Jost", "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 26px);
}
div#main_photo h2 + p::after {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    top: -35px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #FFFFFF;
    animation: maru01 5.0s linear infinite;
}
div#main_photo h2 + p::before {
    content: "";
    position: absolute;
    left: calc(50% - 3.5px);
    top: -16px;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background: #FFFFFF;
    animation: maru02 5.0s linear infinite;
}
/* ==========================================
	3.02.00 #mov の設定
========================================== */
div#mov {
    position: relative;
}
div#mov div.in_box {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
div#mov div.in_box iframe {
    width: 90%;
    margin: 0 auto;
    height: 230px;
}
/* ==========================================
	3.03.00 #first_of_all の設定
========================================== */
div#first_of_all {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
}
/*div#first_of_all::after {
    content: "";
    position: absolute;
    left: calc(50% - 150px);
    top: -100px;
    height: 450px;
    width: 800px;
    background: #EAE8E5;
    z-index: -1;
}
div#first_of_all::before {
    content: "";
    position: absolute;
    right: calc(50% - 25px);
    top: 530px;
    height: 315px;
    width: 1015px;
    background: #EAE8E5;
    z-index: -1;
}*/
div#first_of_all div.in_box {
    padding: 400px 25px 0;
    position: relative;
    z-index: 2;
}
div#first_of_all.lazyloaded div.in_box::before {
    content: "";
    position: absolute;
    background: url("../../image/index/first_bg.jpg.webp") no-repeat top center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
}
.no-webp div#first_of_all.lazyloaded div.in_box::before {
    background: url("../../image/index/first_bg.jpg") no-repeat top center;
    background-size: cover;
}
div#first_of_all h4 {
    display: none;
}
div#first_of_all h3 {
    display: block;
    font: 400 18px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 2.0;
    background: rgba(255,255,255,0.9);
    padding: 45px 25px 0;
    width: calc(100% + 50px);
    margin: 0 0 0 -25px;
}
div#first_of_all h3 + div {
    display: block;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 15px 25px 0;
    width: calc(100% + 50px);
    margin: 0 0 0 -25px;
}
div#first_of_all h3 + div p:first-child {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05rem;
    line-height: 2.3;
    text-align: justify;
}
div#first_of_all h3 + div p + p {
    display: block;
    width: 130px;
    margin: 20px 0 0;
}
/* ==========================================
	3.04.00 #profile の設定
========================================== */
div#profile {
    margin: -50px 0 0;
    position: relative;
    z-index: 2;
}
div#profile div.in_box {
    padding: 70px 25px 0;
    position: relative;
}
div#profile div.in_box::after {
    content: "";
    position: absolute;
    left: -220px;
    top: 0;
    height: 765px;
    width: 568px;
    background: #EAE8E5;
    z-index: -2;
}
div#profile div.in_box::before {
    content: "";
    position: absolute;
    left: 320px;
    top: 60px;
    background:url("../../image/index/profile_txt.svg") no-repeat;
    background-size: contain;
    width: 60px;
    height: 203px;
    z-index: -1;
    transform: rotate(180deg);
}
div#profile div.in_box div:first-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div#profile div.in_box div:first-child p:first-child {
    display: block;
    align-self: flex-end;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    order: 3;
    padding: 0 0 5px 10px;
    box-sizing: border-box;
}
div#profile div.in_box div:first-child h4 {
    display: flex;
    align-items: center;
    font: 400 25px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 1.2rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    order: 2;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}
div#profile div.in_box div:first-child h4 span {
    font: 400 45px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 1.2rem;
    line-height: 1.0;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
}
div#profile div.in_box div:first-child h4 + p {
    display: block;
    font: 400 15px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 2.3;
    writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    -webkit-writing-mode:tb-rl;
    position: relative;
    order: 1;
}
div#profile div.in_box div:first-child h4 + p::after {
    content: "A";
    position: absolute;
    font: 400 30px 'Baskervville', serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    bottom: -5px;
    left: 5px;
    transform: rotate(-90deg);
}
div#profile div.in_box div:first-child h4 + p::before {
    content: "型";
    position: absolute;
    font: 400 12px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.0;
    bottom: -25px;
    left: 18px;
}
div#profile div.in_box div:first-child p + p {
    display: flex;
    flex-flow: column;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 2.0;
    width: 100%;
    order: 4;
    box-sizing: border-box;
    margin: 50px 0 0;
}
div#profile div.in_box div:first-child p + p span {
    display: block;
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.15rem;
    line-height: 2.0;
}
div#profile div.in_box div:nth-child(2) {
    width: 100%;
    box-sizing: border-box;
}
div#profile div.in_box div:nth-child(2) p {
    font: 400 13px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.20rem;
    line-height: 2.3;
}
div#profile div.in_box div:nth-child(2) p + p {
    display: block;
    margin: 50px 0 0;
}
div#profile div.in_box > p {
    display: block;
    width: calc(100% + 50px);
    margin: 30px 0 0 -25px;
    height: 380px;
}
div#profile div.in_box > p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	3.05.00 #hassaku_tt の設定
========================================== */
div#hassaku_tt {
    min-height: 484px;
    width: 100%;
    margin: -190px auto 0;
    position: relative;
}
div#hassaku_tt.lazyloaded::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background: url("../../image/index/line_green.jpg.webp") no-repeat top center;
    background-size: cover;
    z-index: -2;
}
.no-webp div#hassaku_tt.lazyloaded::after {
    background: url("../../image/index/line_green.jpg") no-repeat top center;
    background-size: cover;
}
div#hassaku_tt.lazyloaded::before {
    content: "";
    position: absolute;
    left: calc(50% - 479px);
    top: 0;
    background: url("../../image/index/hassaku_tt_sp.png.webp") no-repeat top center;
    height: 484px;
    width: 958px;
    z-index: -1;
}
.no-webp div#hassaku_tt.lazyloaded::before {
    background: url("../../image/index/hassaku_tt_sp.png") no-repeat top center;
}
/* ==========================================
	3.06.00 #loopSd_rl の設定
========================================== */
div#loopSd_rl {
	height: 430px;
	overflow: hidden;
	position: relative;
}
div#loopSd_rl div#loopSdwrap_rl {
	height: 430px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
div#loopSd_rl div#loopSdwrap_rl ul {
	display: flex;
}
div#loopSd_rl div#loopSdwrap_rl li {
    display: flex;
	width: 800px;
    position: relative;
}
div#loopSd_rl div#loopSdwrap_rl li::after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 130px;
    height: 46px;
}
div#loopSd_rl div#loopSdwrap_rl li:first-child::after {
    background: url("../../image/index/first.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(2)::after {
    background: url("../../image/index/two.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(3)::after {
    background: url("../../image/index/three.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li:last-child::after {
    background: url("../../image/index/four.svg") no-repeat;
    background-size: contain;
}
div#loopSd_rl div#loopSdwrap_rl li div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    background: #22A238;
    box-sizing: border-box;
    padding:45px;
    color: #FFFFFF;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(2) div {
    background: #008041;
}
div#loopSd_rl div#loopSdwrap_rl li:nth-child(3) div {
    background: #245F40;
}
div#loopSd_rl div#loopSdwrap_rl li:last-child div {
    background: #244C33;
}
div#loopSd_rl div#loopSdwrap_rl li div h4 {
    display: block;
    font: 600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.5rem;
    line-height: 2.0;
    position: relative;
    padding: 35px 0 30px;
}
div#loopSd_rl div#loopSdwrap_rl li div h4::after {
    content: "";
    position: absolute;
    background: url("../../image/index/check_icon.svg") no-repeat top center;
    background-size: contain;
    width: 29px;
    height: 23px;
    left: 0;
    top: 0;
}
div#loopSd_rl div#loopSdwrap_rl li div p {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    text-align: justify;
}
div#loopSd_rl div#loopSdwrap_rl li > p {
    display: block;
    width: 50%;
}
div#loopSd_rl div#loopSdwrap_rl li > p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	3.07.00 #loopSd_lr の設定
========================================== */
div#loopSd_lr {
	height: 430px;
	overflow: hidden;
	position: relative;
}
div#loopSd_lr div#loopSdwrap_lr {
	height: 430px;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}
div#loopSd_lr div#loopSdwrap_lr ul {
	display: flex;
}
div#loopSd_lr div#loopSdwrap_lr li {
    display: flex;
	width: 800px;
    position: relative;
}
div#loopSd_lr div#loopSdwrap_lr li::after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 130px;
    height: 46px;
}
div#loopSd_lr div#loopSdwrap_lr li:first-child::after {
    background: url("../../image/index/eight.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(2)::after {
    background: url("../../image/index/seven.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(3)::after {
    background: url("../../image/index/six.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li:last-child::after {
    background: url("../../image/index/five.svg") no-repeat;
    background-size: contain;
}
div#loopSd_lr div#loopSdwrap_lr li div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    background: #22A238;
    box-sizing: border-box;
    padding:45px;
    color: #FFFFFF;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(2) div {
    background: #008041;
}
div#loopSd_lr div#loopSdwrap_lr li:nth-child(3) div {
    background: #245F40;
}
div#loopSd_lr div#loopSdwrap_lr li:last-child div {
    background: #244C33;
}
div#loopSd_lr div#loopSdwrap_lr li div h4 {
    display: block;
    font: 600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.5rem;
    line-height: 2.0;
    position: relative;
    padding: 35px 0 30px;
}
div#loopSd_lr div#loopSdwrap_lr li div h4::after {
    content: "";
    position: absolute;
    background: url("../../image/index/check_icon.svg") no-repeat top center;
    background-size: contain;
    width: 29px;
    height: 23px;
    left: 0;
    top: 0;
}
div#loopSd_lr div#loopSdwrap_lr li div p {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    text-align: justify;
}
div#loopSd_lr div#loopSdwrap_lr li > p {
    display: block;
    width: 50%;
}
div#loopSd_lr div#loopSdwrap_lr li > p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	3.08.00 #activity の設定
========================================== */
div#activity {
    width: 100%;
    position: relative;
}
div#activity div.in_box {
    display: flex;
    flex-flow: column;
    padding: 80px 25px 0;
    position: relative;
}
div#activity div.in_box > p:first-child {
    display: block;
    width: 120px;
    margin: 0 0 25px;
}
div#activity div.in_box h3 {
    display: block;
    font: 600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.35rem;
    line-height: 1.0;
    position: relative;
    padding: 45px 0 15px;
    box-sizing: border-box;
    width: 350px;
}
div#activity div.in_box h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../image/index/secound_txt_bk.svg") no-repeat;
    background-size: contain;
    width: 79px;
    height: 27px;
}
div#activity div.in_box h3 + p {
    display: block;
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 0.02rem;
    text-align: justify;
    position: relative;
    padding: 0 0 380px;
}
div#activity.lazyloaded div.in_box h3 + p::after {
    content: "";
    position: absolute;
    background: url("../../image/index/secound_bg.jpg.webp") no-repeat top right;
    background-size: cover;
    width: 100%;
    height: 350px;
    left: 0;
    bottom: 0;
}
.no-webp div#activity.lazyloaded div.in_box h3 + p::after {
    background: url("../../image/index/secound_bg.jpg") no-repeat top right;
    background-size: cover;
}
div#activity div.in_box div {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 250px;
}
div#activity div.in_box div p {
    display: block;
    width: 415px;
}
div#activity.lazyloaded div.in_box div p:first-child::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    background: url("../../image/index/football_practice.jpg.webp") no-repeat top center;
    background-size: cover;
}
.no-webp div#activity.lazyloaded div.in_box div p:first-child::after {
    background: url("../../image/index/football_practice.jpg") no-repeat top center;
    background-size: cover;
}
/* ==========================================
	3.09.00 #support の設定
========================================== */
div#support.lazyloaded {
    background: url("../../image/index/support_bg.jpg.webp") no-repeat top center;
    background-size: cover;
    margin: 60px 0 0;
    padding: 0 0 145px;
    position: relative;
    z-index: 1;
}
.no-webp div#support.lazyloaded {
    background: url("../../image/index/support_bg.jpg") no-repeat top center;
    background-size: cover;
}
div#support div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 25px 70px;
    background: #FFFFFF;
    box-shadow: 0 15px 0 rgba(0,0,0,0.2);
}
div#support div.in_box > p {
    display: block;
    position: relative;
    width: 60px;
    margin: 0 0 60px;
}
div#support div.in_box > p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url("../../image/index/support_txt.svg") no-repeat top center;
    background-size: contain;
    width: 61px;
    height: 14px;
}
div#support div.in_box h3 {
    display: block;
    font: 600 14px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.35rem;
    line-height: 2.0;
    text-align: center;
    margin: 0 auto 70px;
    max-width: 450px;
}
div#support div.in_box h3 br {
    display: none;
}
div#support div.in_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width:calc(100% + 50px);
}
div#support div.in_box li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
}
div#support div.in_box li:first-child {
    border-right: solid thin rgba(0,0,0,1.0);
}
div#support div.in_box li p {
    display: block;
    font: 400 17px 'Bebas Neue', cursive;
    line-height: 1.0;
    letter-spacing: 0.3rem;
}
div#support div.in_box li a {
    display: block;
    font: 600 13px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.2rem;
    line-height: 1.8;
    margin: 10px 0 0;
    padding: 0 0 40px;
    position: relative;
    color: #000000;
    text-align: center;
    min-height: 46px;
}
div#support div.in_box li a::after {
    content: "";
    position: absolute;
    left: calc(50% - 11px);
    bottom: 0;
    background: url("../../image/index/under_arrow.svg") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}
div#support div.in_box li a br {
    display: none;
}
/* ==========================================
	3.10.00 #footer の設定
========================================== */
div#footer { 
    position: relative;
    z-index: 2;
}
div#footer div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 25px 0;
}
div#footer div.in_box > a { 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 25px);
    top: -25px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: solid thin #22A238;
    background: #FFFFFF;
    border-radius: 100px;
}
div#footer div.in_box > a img { 
    width: 13px;
    height: auto;
}
div#footer div.in_box a + p { 
    display: block;
    width: 8px;
    order: 2;
    margin: 0 0 0 15px;
}
div#footer div.in_box h4 { 
    display: block;
    font:600 15px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.8rem;
    line-height: 3.2;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    order: 1;
    position: relative;
}
div#footer div.in_box h4::after { 
    content: "";
    position: absolute;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat;
    background-size: contain;
    width: 180px;
    height: 128px;
    left: 5px;
    bottom: -140px;
}
div#footer div.in_box h4 + div { 
    display: flex;
    justify-content: center;
    width: 100%;
    order: 3;
    margin: 180px 0 50px;
}
div#footer div.in_box h4 + div a { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 100px;
    margin: 0 15px;
}
div#footer div.in_box h4 + div a img { 
    width: 16px;
}
div#footer div.in_box h4 + div a:last-child img { 
    width: 8px;
}
div#footer div.in_box div + div { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 4;
    margin: 0 0 20px;
}
div#footer div.in_box div + div a { 
    display: block;
    margin: 0 15px 30px;
    width: 130px;
}
div#footer div.in_box > p { 
    width: 100%;
    order: 5;
    font: 400 10px "Jost","sans-serif";
    line-height: 1.0;
    letter-spacing: 0.1rem;
    text-align: center;
    margin: 0 0 25px;
}
/* ==========================================
	3.11.00 #start の設定
========================================== */
div#start {
    position: fixed;
    background: rgba(255,255,255,1.0);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    z-index: 999;
}
div#start div.in_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: 100%;
    position: relative;
}
div#start h3 {
    display: block;
    font:600 20px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1.0rem;
    line-height: 2.5;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    position: relative;
    padding: 0 0 75px;
    animation: startmozikieru 3.0s 8.0s forwards;
}
div#start h3 span {
    font:600 20px "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1.0rem;
    line-height: 2.3;
}
div#start h3 span:nth-child(-n + 18) {
    font: 400 16px 'Bebas Neue', cursive;
    line-height: 1.0;
    letter-spacing: 0.5rem;
}
div#start h3 span:nth-child(18)::after,
div#start h3 span:nth-child(22)::after,
div#start h3 span:nth-child(29)::after {
    content: "\A";
    white-space: pre;
}
div#start h3::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -50px;
    background: url("../../image/index/okushita_txt_b.svg") no-repeat top center;
    background-size: contain;
    width: 200px;
    height: 140px;
    animation: startmozi 5.0s 6s forwards;
    opacity: 0;
}
div#start div.in_box p {
    display:block;
    width: 130px;
    height: 176px;
    animation: startmozi 5.0s 9.0s forwards;
    position: absolute;
    top: calc(50% - 88px);
    left: calc(50% - 65px);
    opacity: 0;
}
}