@charset "utf-8";
/* CSS Document */

main{
    padding-top: 50px;
}

dt,dd{
    font-size: 1.8rem;
    font-family:  'Noto Sans JP', sans-serif;
    font-weight:600;
}
/*メインCSS*/

.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}


.main__contents{
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
	padding-bottom: 30px;
    position: relative;
	background: rgba(215,185,143,0.2);
}
.main__contents--container {
	max-width: 100rem;
	margin: 0 auto;
	position: relative;
}
.main__title{
    width: 100%;
    max-width: 800px;
    height: 113px;
    line-height: 40px;
    background: #f7f1e9;
    text-align: center;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin-bottom: 9.9rem;
}
.main__title h2{
    font-size: 4.3rem;
    font-weight: 500;
	letter-spacing: .5rem;
	padding-top: 2rem;
}
.main__contents--text {
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height: 2;
}
/*菱形*/
.main__contents--container picture {
	display: none;
}
.mitsubishi__guidance--list {
	display: flex;
	justify-content: center;
	   max-width: 900px;
	margin-top: 3rem;
}
.mitsubishi__guidance--list li {
 -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
   transform: skewX(150deg);
    height: 107px;
    width: 310px;
    overflow: hidden;
    text-align: center;
    margin: 2rem 1rem;
	border: 1px solid #ea2127;
	box-shadow: 6px 6px #ea2127;
	background: #fff;
}
.mitsubishi__guidance--item {
	display: block;
	position: relative;
}
.mitsubishi__guidance--item img {
	max-width: 34.9rem;
}
.mitsubishi__guidance--item p {
	font-size: 2rem;
	color: #ea2127;
	width: 280px;
	height: 237px;
	padding-top: 10px;
	transform: skewX(-150deg);
	display: block;
	line-height: 80px;
}
.mitsubishi__guidance--item:last-of-type p {
	line-height: 38px;
}
.mitsubishi__guidance--small {
	font-size: 1rem;
	vertical-align: top;
}
.mitsubishi__guidance--fontsmall {
	font-size: 1.7rem;
}
/*フェイド矢印*/
.main__guidance{
    width: 100%;
    margin: 50px 0 50px auto;
    overflow: hidden;
}
.main__guidance--beginner{
    width: 100%;
    margin-bottom: 15px;
    color: rgba(215,185,143,0.2);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    line-height: 45px;
    text-align:center; 
    transform: skewX(-150deg);
    position: relative;
}

.main__guidance--beginner::before {
    width: 0%;
    height: 45px;
    background-color: #ea2127;
    position: absolute;
    left:-15px;
    content:"";
    transition: 0.6s;
}
.main__guidance--beginner.fade::before {
    width: 80%;
}
.main__guidance--beginner a{
    display: block;
    transform: skewX(150deg);
	opacity: 0;
	transition: 1s;
}
.main__guidance--beginner.fade a {
	color: #fff;
	opacity: 1;
}
.main__guidance--member{
    width: 100%;
    color: rgba(215,185,143,0.2);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    line-height: 45px;
    text-align:center; 
    transform: skewX(-150deg);
    position: relative;
}
.main__guidance--member::before{
    width:0%;
    height: 45px;
    background-color: #d78e55;
    position: absolute;
    left:-15px;
    content:"";
    transition: 0.7s;
}
.main__guidance--member.fade::before{
    width: 82%;
}
.main__guidance--member a{
    display: block;
    transform: skewX(150deg);
	opacity: 0;
	transition: 1s;
}
.main__guidance--member.fade a {
	color: #fff;
	opacity: 1;
}
/*================ お知らせbannerのアニメーション ===============*/

.main__firstview--participant {
    width: 300px;
    height: 40px;
    background-color:#ea2127; 
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
    transition: .5s;
}
.main__firstview--participant a {
    display: block;
    line-height: 40px;
    text-align:left;
    color: #fff;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.6rem;
    padding-left: 30px;
    
    letter-spacing: .2rem;
}
.main__firstview--participant02 {
    width: 300px;
    height: 40px;
	background: rgb(21, 206, 249);
	background: linear-gradient(
	  90deg,
	  rgba(21, 206, 249, 1) 35%,
	  rgba(33, 48, 234, 1) 100%
	);
	transform: skewX(330deg);
    position: fixed;
    bottom: 20px;
    right: -600px;
    z-index: 50;
    transition: .5s;
    display: block!important;
}
.main__firstview--participant02 a {
    display: block;
    line-height: 40px;
    text-align:left;
    color: #fff;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.6rem;
    padding-left: 30px;
	transform: skewX(-330deg);
    letter-spacing: .2rem;
}
/*-------------------- moveクラス付与 -------------------- */

.main__firstview--participant.move{
    right: -600px;
}
.main__firstview--participant02.move{
    right: 0;
}
.main__firstview--participant02.move.fadeout {
    right: -600px;
}
/*---------------
     search
---------------*/
.search__container {
	max-width: 100rem;
	margin: 0 auto;
}
.search__title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 3.19rem;
	font-weight: 500;
	margin-top: 3rem;
}
.search__item a {
	display: flex;
	align-items: flex-start;	
}
.search__item:first-of-type a{
	border-bottom: 6px solid #f29928;
}
.search__item:nth-of-type(2) a {
	border-bottom: 6px solid #0fbbe7;
}
.search__item:last-of-type a{
	border-bottom: 6px solid #e075a0;
}
.search__list {
	display: flex;
	justify-content: space-around;
	margin-top: 5rem;
}
.search__item img {
	max-width: 6.4rem;
	margin-bottom: 2rem;
}
.search__type {
	color: #ea2127;
	font-size: 3.48rem;
	line-height: 1;
	margin-left: 1rem;
}
.search__type span:first-of-type {
	font-size: 1.89rem;
	margin-left: 4rem;
}
.search__type span:nth-of-type(2) {
	font-size: 2.61rem;
}
/*---------------
     category
---------------*/
.category__container {
	margin-top: 5rem;
}
.category__banner {
	background: #f29928;
	height: 13.8rem;
	margin-bottom: 10rem;
}
.category__title {
	color: #fff;
	font-size: 3.9rem;
	max-width: 89rem;
	margin: 0 auto;
	padding-top: 2rem;
}
.category__title img {
	max-width: 6.4rem;
	margin-right: 1rem;
}
.category__title span:first-of-type {
	font-size: 2.17rem;
}
.category__title span:nth-of-type(2) {
	font-size: 3rem;
}
.category__list {
	display: flex;
	justify-content: center;
	max-width: 60rem;
	margin: 0 auto;
}
.category__item {
	background: #bb0009;
	color: #fff;
	padding: 1rem 2rem;
	display: block;
	width: 18rem;
	margin: 1rem 1rem 0;
	text-align: center;
}
.category__text {
	text-align: center;
	font-size: 2.76rem;
	font-weight: bold;
}
.type__wrap {
	margin-top: 5rem;
}
.type__text {
	max-width: 67rem;
	margin: 0 auto;
	font-size: 1.8rem;
}
.type__content {
	position: relative;
	max-width: 100rem;
	margin: 1rem auto;
}
/*
.type__club {
	height: 30rem;
}
.type__senior {
	height: 111rem;
}
.type__junior {
	height: 134rem;
}
.type__other {
	height: 52rem;
}
.type__player {
	height: 52rem;
}
*/
.type__banner {
	width: 200%;
    height: 70px;
    background-color: #bb0009;
    transform: skewX(-215deg);
    position: absolute;
    right: 195px;
    top: -40px;
}
.type__title {
	   position: absolute;
    left: 16.5rem;
    top: -30px;
    color: #fff;
    font-size: 3rem;
}
.type__course--wrap {
	max-width: 72rem;
	margin: 0 auto;
	padding-top: 5rem;
}
.type__club .type__course--wrap {
	right: 37%;
}
.type__content img{
	max-width: 30rem;
}
.type__course--flex {
	display: flex;
}
.type__course--box {
	margin: 0 3rem 4rem 3rem;
}

/*対象項目ボタン*/
.type__link {
	position: relative;
	z-index: 1;
}
.type__link {
    width: 100%;
    max-width: 300px;
    text-align: left;
	margin-top: 1rem;
}
/*
.type__club .type__link:last-of-type {
	margin-top: 1rem;
}
*/
.type__link p{
	 font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ea2127;
    text-align: left;
	background: #fff;
    max-width: 300px;
}
.type__link p a{
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    color: #000;
}

.type__link p a>span{
    font-size: 1.5rem;
    font-weight: 600;
    color: #ea2127;
    padding-right: 10px;
}


/*対象項目ボタン動き*/
.type__link p>a{
    position: relative;
}

.type__link p{
    position: relative;
    width: 100%;
    z-index: 99;
}
.type__link p::before{
    width: 0%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: .7s
}
.type__link p:hover::before{
    width: 100%;
    background-color:#ea2127; 
}
.type__link p:hover a,
.type__link p:hover a>span{
    color: #fff;
}
.main__return-top {
	margin-top: 3rem;
	
}

/*モーダル*/
.school__link--wrap {
	margin-top: 5rem;
	padding-top: 6rem;
}
.school__link {
	color: #fff;
	background: #d7b98f;
	display: block;
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    border-radius: 100vh;
    text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
	cursor: pointer;
}
/* チェックボックスを非表示 */
#my_modal1,
#my_modal2 {
    display: none;
}
/* モーダル */
.my_modal_body1,
.my_modal_body2 {    
    display: none;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
    background-color: #f7f1e9;
    overflow-y: auto;
    /* スマホ用スクロール */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /* お好みで */
    width: 90%;
    max-height: 80%;
    max-width: 800px;
}

/* モーダル内ヘッダー */
.my_modal_header{
    padding: 15px 10px;
    background-color: #f7f1e9;
    color: #000;
    font-weight: 500;
	font-size: 2.8rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
}

/* クローズアイコン */
.my_modal_close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.my_modal_close_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.my_modal_close_icon span::before,
.my_modal_close_icon span::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #000;
}
.my_modal_close_icon span::before{
    transform: rotate(-45deg);
}
.my_modal_close_icon span::after{
    transform: rotate(45deg);
}

/* コンテンツ表示 */
.my_modal_content{
    padding: 5px 20px 30px;
	background: #f7f1e9;
}
.my_modal_content hr {
	margin: 2rem auto;
}
.modal__text--title {
	font-size: 2.3rem;
	text-align: center;
}
.modal__text {
	font-size: 1.6rem;
}
/* 背景を暗くする */
.my_modal_overlay{
    display: none;
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 200%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.3;
    cursor: pointer;
}

/* チェック時オーバーレイとコンテンツを表示 */
#my_modal1:checked ~ .my_modal_body1, #my_modal1:checked ~ .my_modal_overlay{
    display: block;
}
#my_modal2:checked ~ .my_modal_body2, #my_modal2:checked ~ .my_modal_overlay{
    display: block;
}
/*スムーススクロール*/
#search {
	padding-top: 10rem;
	margin-top: -10rem;
}
#category {
	padding-top: 1rem;
	margin-top: -1rem;
}
#age {
	padding-top: 8rem;
	margin-top: -8rem;
}
#video {
	padding-top: 7rem;
	margin-top: -7rem;
}
#club {
	padding-top: 10rem;
	margin-top: -10rem;
}
#senior {
	padding-top: 10rem;
	margin-top: -10rem;
}
#junior {
	padding-top: 10rem;
	margin-top: -10rem;
}
#other {
	padding-top: 10rem;
	margin-top: -10rem;
}
#player {
	padding-top: 10rem;
	margin-top: -10rem;
}

/*---------------
     age
---------------*/
.age__container {
	margin-top: 5rem;
}
.age__banner {
	background: #0fbbe7;
	height: 13.8rem;
}
.age__title {
	color: #fff;
	font-size: 3.9rem;
	max-width: 89rem;
	margin: 0 auto;
	padding-top: 2rem;
}
.age__title img {
	max-width: 6.4rem;
	margin-right: 1rem;
}
.age__title span:first-of-type {
	font-size: 2.17rem;
}
.age__title span:nth-of-type(2) {
	font-size: 3rem;
}
.age__box {
	max-width: 89rem;
	margin: -3rem auto 0;
}
.age__btn--item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	max-width: 56rem;
}
.age__btn--item:nth-of-type(3) {
	max-width: 44rem;
}
.age__btn--item:last-of-type {
	max-width: 29rem;
}

.age__btn--list {
	margin: 0 .4rem;
}
/*ポップアップ*/
.age__btn {
	border: 1px solid #2b95b6;
	background: #fff;
	height: 7.3rem;
	line-height: 7.3rem;
	width: 14rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
	display: block;
	text-align: center;
}
.age__btn:hover {
	background: #96e1f4;
	color: #fff;
}
/*
.age__btn02 {
	height: auto;
	line-height: normal;
	padding: 1rem;
}
*/
.age__btn span {
	font-size: 1.4rem;
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
/*各ポップアップの設定*/
#pop-up01,
#pop-up02,
#pop-up03,
#pop-up04,
#pop-up05,
#pop-up06,
#pop-up07,
#pop-up08,
#pop-up09,
#pop-up10,
#pop-up11,
#pop-up12,
#pop-up13,
#pop-up14,
#pop-up15,
#pop-up03_,
#pop-up15_{
	display: none; /* label でコントロールするので input は非表示に */
}

.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up01:checked + .overlay,
#pop-up02:checked + .overlay,
#pop-up03:checked + .overlay,
#pop-up04:checked + .overlay,
#pop-up05:checked + .overlay,
#pop-up06:checked + .overlay,
#pop-up07:checked + .overlay,
#pop-up08:checked + .overlay,
#pop-up09:checked + .overlay,
#pop-up10:checked + .overlay,
#pop-up11:checked + .overlay,
#pop-up12:checked + .overlay,
#pop-up13:checked + .overlay,
#pop-up14:checked + .overlay,
#pop-up15:checked + .overlay,
#pop-up03_:checked + .overlay,
#pop-up15_:checked + .overlay{
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 877px;
	height: 204px;
	background-color: #ffffff;
	border: 1px solid #2b95b6;
/*	border: 1px solid　#0fbbe7;*/
/*	border-radius: 6px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.window__height01 {
	height: 255px;
}
.window__height02 {
	height: 308px;
}
/*
.age__btn--list:nth-of-type(3) .window,
.age__btn--list:nth-of-type(4) .window,
.age__btn--list:nth-of-type(5) .window {
	height: 277px;
}
*/
.age__window--type {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #0fbbe7;
	width: 82rem;
	padding: 2rem;
}
.age__window--large {
	font-size: 2.2rem;
}
/*
.age__window--small {
	font-size: 1.6rem;
}
*/
#age .type__link {
	max-width: 82rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1px 26px;
}
#age .type__link p {
	max-width: 255px;
	margin-bottom: 10px;
}
.close {
	cursor:pointer;
	position: absolute;
	top: -40px;
	right: 11px;
	font-size: 31px;
	background: #b5b5b6;
	color: #fff;
	width: 36px;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*---------------
     video
---------------*/
.video__container {
	margin-top: 5rem;
}
.video__banner {
	background: #e075a0;
	height: 13.8rem;
}
.video__title {
	color: #fff;
	font-size: 3.9rem;
	max-width: 89rem;
	margin: 0 auto;
	padding-top: 2rem;
}
.video__title img {
	max-width: 6.4rem;
	margin-right: 1rem;
}
.video__title span:first-of-type {
	font-size: 2.17rem;
}
.video__title span:nth-of-type(2) {
	font-size: 3rem;
}
.video__content--wrap {
	max-width: 100rem;
	margin: 3rem auto 3rem;
	text-align: center;
}
.main__video {
    width: 100%;
    max-width: 1200px;
    margin: 70px auto;
}
.main__info--container {
	background: rgba(215,185,143,0.2);
}
.main__info--wrap {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
/*============================= レスポンシブ ===================================*/

@media screen and ( min-width:1400px ){
    
    /*================ お知らせbannerのアニメーション ===============*/
    
    .main__firstview--participant02 {
        width: 500px;
    }
    .main__firstview--participant02 a {
        letter-spacing: .5rem;
    }
}

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


@media screen and ( max-width:1100px ){
	.mitsubishi__guidance--list {
		max-width: 70rem;
		margin: 3rem auto;
	}
	.mitsubishi__guidance--item p {
		width: 231px;
	}
	.type__text {
		max-width: 85rem;
	}
	.type__banner {
		right: 300px;
	}
	.type__title {
		left: 30px;
	}
/*
	.type__senior {
		height: 120rem;
	}
	.type__junior {
		height: 152rem;
	}
	.type__other {
		height: 63rem;
	}
	.type__player {
		height: 66rem;
	}
*/
	.type__club .type__course--wrap {
		top: 30%;
		right: 52%;
	}
	.type__senior .type__course--wrap {
		top: 10%;
		right: 4%;
	}
	.type__junior .type__course--wrap {
		top: 10%;
		right: 4%;
	}
	.type__other .type__course--wrap {
		top: 18%;
		right: 4%;
	}
	.type__player .type__course--wrap {
		top: 18%;
		right: 4%;
	}
}
/*iPad用*/
@media screen and ( max-width:1100px ){
    .main__firstview--participant {
        display: none;
    }
    .main__firstview--participant02{
        left: -30px;
        bottom: 100px;
    }
    .main__firstview--participant02.move{
        left: -30px;
        bottom: 100px;
    }
    .main__firstview--participant02 a {
        padding-right: 20px;
        text-align:right; 
    }
    .main__firstview--participant02::after {
        left: 30px;
    }
    .main__firstview--participant02::before {
        left: 50px;
    }
    .main__firstview--participant02.move.fadeout {
        left: -600px;
    }
    
}
@media screen and ( max-width:920px ){
    .main__firstview--participant{
        width: 300px;
    }
    .main__firstview--participant02{
        width: 300px;
        right: auto;
        left: -300px;
        bottom: 100px;
    }
    .main__firstview--participant02 a{
        text-align: right; 
        padding-left: 0px;
        padding-right: 30px;
    }
    .main__firstview--participant02.move{
        left: 0;
    }
    .firstview__heading p{
        width: 100%;
        max-width: 700px;
    }
	.search__container {
		max-width: 70rem;
	}
	.type__text {
		max-width: 72rem;
	}
	.category__title {
		max-width: 70rem;
	}
	.age__title {
		max-width: 70rem;
	}
	.video__title {
		max-width: 70rem;
	}
	
/*---------------
     age
---------------*/
/*ポップアップ*/
.age__btn-sp {
	background: #fff;
	max-width: 90%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	display: block;
	padding: 15px;
	border-bottom: 1px dashed #2b95b6;
}
.age__btn-sp span {
	font-size: 1.3rem;
}
.over_18 .age__btn-sp { /* 18以上　アコーディオンなし */
	 cursor: pointer;
    text-align: left;
    position: relative;
    background: #fff;
    border: 1px solid #2b95b6;
    padding: 15px;
    line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 90%;
    margin: 2rem auto 0;
	}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
/*各ポップアップの設定*/
#pop-up16,
#pop-up17,
#pop-up18,
#pop-up19,
#pop-up20,
#pop-up21,
#pop-up22,
#pop-up23,
#pop-up24,
#pop-up25,
#pop-up26,
#pop-up27,
#pop-up28,
#pop-up29,
#pop-up30,
#pop-up18_,
#pop-up30_{
	display: none; /* label でコントロールするので input は非表示に */
}

.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up16:checked + .overlay,
#pop-up17:checked + .overlay,
#pop-up18:checked + .overlay,
#pop-up19:checked + .overlay,
#pop-up20:checked + .overlay,
#pop-up21:checked + .overlay,
#pop-up22:checked + .overlay,
#pop-up23:checked + .overlay,
#pop-up24:checked + .overlay,
#pop-up25:checked + .overlay,
#pop-up26:checked + .overlay,
#pop-up27:checked + .overlay,
#pop-up28:checked + .overlay,
#pop-up29:checked + .overlay,
#pop-up30:checked + .overlay, 
#pop-up18_:checked + .overlay,
#pop-up30_:checked + .overlay{
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 350px;
	height: 206px;
	background-color: #ffffff;
	border: 1px solid #2b95b6;
/*	border: 1px solid　#0fbbe7;*/
/*	border-radius: 6px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.window__height01 {
	height: 257px;
}
.window__height02 {
	height: 310px;
}
	.window__height03 {
	height: 590px;
}
	.window__height04 {
	height: 470px;
}
	.window__height05 {
	height: 506px;
}
	.window__height06 {
	height: 365px;
}
	.window__height07 {
	height: 424px;
}
	.window__height08 {
	height: 153px;
}
.age__window--type {
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background: #0fbbe7;
	width: 100%;
	padding: 2rem;
	line-height: 0;
}
.age__window--large {
	font-size: 2.2rem;
}
.age__window--small {
	font-size: 1.6rem;
}
#age .type__link {
	max-width: 82rem;
	display: block;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1px 26px;
}
#age .type__link p {
	max-width: 300px;
	margin-bottom: 10px;
}
.close {
	cursor:pointer;
	position: absolute;
	top: -40px;
	right: 11px;
	font-size: 34px;
	background: #b5b5b6;
	color: #fff;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*--------------------
	アコーディオン
---------------------*/

.accordion__box {
    max-width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

.accordion__bar  {
  cursor: pointer;
  text-align: left;
  position: relative;
  background : #fff;
  border: 1px solid #2b95b6;
  padding : 15px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 90%;
  margin: 0 auto;
}

.accordion__content {
  display: none;
	background: #fff;
}
.accordion__content p {
	max-width: 85rem;
	margin: 0 auto;
	padding: 2rem;
	font-weight: 300;
	line-height: 0;
}
.accordion__plus--wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.accordion__plus {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.accordion__plus:before,
.accordion__plus:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #2b95b6;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.accordion__plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.accordion__plus.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
}
@media screen and ( max-width:850px ){
    
    .main__firstview--participant02{
        width: 135px;
    }
		.main__title {
    max-width: 350px;
    height: 70px;
    line-height: 1;
	position: absolute;
    top: -60px;
	}
	.main__title h2 {
		font-size: 2.24rem;
		letter-spacing: .3rem;
		padding-top: 1rem;
	}
	.main__contents--container picture {
		display: block;
		max-width: 35rem;
		margin: 3rem auto 0;
	}
	.mitsubishi__guidance--list {
		display: none;
	}
	.main__guidance--beginner.fade::before {
    width: 92%;
}
	.main__guidance--member.fade::before {
    width: 100%;
}
	.search__container {
		max-width: 35rem;
		margin: 0 auto;
	}
	.search__title  {
		font-size: 2.5rem;
		text-align: left;
	}
	.search__list {
		display: block;
		margin-top: 2rem;
	}
	.search__item a {
		margin-bottom: 2rem;
		align-items: center;
	}
	.search__item img {
		max-width: 3.4rem;
		margin-bottom: .5rem;
	}
	.search__type {
		font-size: 2.5rem;
	}
	
	.search__type span:first-of-type {
		font-size: 1.8rem;
		margin-left: 0;
	}
	.search__type span:last-of-type {
		font-size: 2rem;
	}
	.search__item:first-of-type a{
	width: 24rem;
}
	.search__item:nth-of-type(2) a{
	width: 27rem;
}
	.search__item:nth-of-type(3) a{
	width: 31rem;
	}
	.category__container {
			margin-top: 3rem;
		}
	.category__banner {
		height: 6.5rem;
	}
	.category__title {
		padding-top: 1rem;
		margin-bottom: 2rem;
		text-align: center;
		font-size: 2.4rem;
	}
	.category__title span:first-of-type {
    font-size: 1.6rem;
}
	.category__title span:nth-of-type(2) {
    font-size: 2.4rem;
}
	.category__title img {
		max-width: 4.5rem;
	}
	.category__list {
		display: block;
		margin-top: 0;
	}
	.category__item {
		width: 100%;
		margin: 1rem 0;
	}
	.category__text {
		padding-top: 22rem;
		font-size: 2rem;
	}
	.type__text {
		max-width: 35rem;
	}
	.type__banner {
		right: 95px;
		height: 58px;
	}
	.type__title {
		font-size: 2.5rem;
	}
	.type__content img {
		display: block;
		margin: 0 auto;
	}
	.type__link {
		margin: 1rem auto;
	}
	.type__course--flex {
		display: block;
	}
	.type__course--wrap {
		position: static;
		padding-top: 5rem;
		margin: 5rem auto 0;
	}
	.type__senior .type__course--wrap,
	.type__junior .type__course--wrap{
		margin: 0 auto;
}
	.age__banner {
		height: 6.5rem;
	}
	.age__title {
		padding-top: 1rem;
		margin-bottom: 2rem;
		text-align: center;
		font-size: 2.4rem;
	}
	.age__title span:first-of-type {
    font-size: 1.6rem;
}
	.age__title span:nth-of-type(2) {
    font-size: 2.4rem;
}
	.age__title img {
		max-width: 4.5rem;
	}
	.video__banner {
		height: 6.5rem;
	}
	.video__title {
		padding-top: 1rem;
		margin-bottom: 2rem;
		text-align: center;
		font-size: 2.4rem;
	}
	.video__title span:first-of-type {
    font-size: 1.6rem;
}
	.video__title span:nth-of-type(2) {
    font-size: 2.4rem;
}
	.video__title img {
		max-width: 4.5rem;
	}
	.video__content--wrap {
		max-width: 35rem;
		margin: 2rem auto 0;
	}
	/*スムーススクロール*/
#search {
	padding-top: 10rem;
	margin-top: -10rem;
}
#category {
	padding-top: 1rem;
	margin-top: -1rem;
}
#age {
	padding-top: 0rem;
	margin-top: 0rem;
}
#video {
	padding-top: 0rem;
	margin-top: 0rem;
}
#club {
	padding-top: 8rem;
	margin-top: -8rem;
}
#senior {
	padding-top: 7rem;
	margin-top: -7rem;
}
#junior {
	padding-top: 7rem;
	margin-top: -7rem;
}
#other {
	padding-top: 7rem;
	margin-top: -7rem;
}
#player {
	padding-top: 7rem;
	margin-top: -7rem;
}
	
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
      .main__firstview--participant {
        display: none;
      }
      .main__firstview--participant02{
          left: -15px;
          bottom: 90px;
      }
      .main__firstview--participant02.move{
        left: -15px;
      }
      .main__firstview--participant02 a {
          padding-right: 20px;
          text-align: center;
      }
      .main__firstview--participant02::after {
        left: 30px;
      }
      .main__firstview--participant02::before {
        left: 50px;
      }
      
}