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

main{
    padding-top: 50px;
}
.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}
.main__top-visual {
	position: relative;
}
.main__title--wrap {
	position: absolute;
	 top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main__title {
	font-size: 4.4rem;
	font-weight: 500;
	font-family: 'Shippori Mincho B1', serif;
	text-align: center;
}
.italic {
	font-style: italic;
}
.content__container {
	width: 100%;
	max-width: 74rem;
	margin: 10rem auto 0;
	padding-top: 1rem;
	padding-bottom: 3rem;
	position: relative;
}
/*
.content__banner {
	width:200%;
    height: 53px;
    background-color: #9fd9f6;
    transform: skewX(-150deg);
    position:absolute;
    right: 15px;
    top: -70px;
}
*/
.content__banner {
    width: 300%;
    height: 53px;
    background-color: #9fd9f6;
    position: absolute;
    right: -582px;
    top: -70px;
}
.content h3{
    position: absolute;
    left: 0;
    top: -57px;
    color: #000;
    font-size: 2rem;
}
.content__box {
	max-width: 74rem;
	margin: 0 auto;
}
/*iwasaki*/
.iwasaki__line--top {
	max-width: 74rem;
}
.iwasaki__line--bottom {
	max-width: 74rem;
	margin-top: 2.8rem;
}
.iwasaki__name {
	font-size: 2rem;
	font-weight: bold;
	color: #125dad;
	text-align: center;
	margin-top: 2rem;
}
.iwasaki__year {
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}
.iwasaki img {
	max-width: 20.8rem;
	margin: 2.8rem auto;
	display: block;
}
.iwasaki__description {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	max-width: 57rem;
	margin: 0 auto;
}
.iwasaki__description a {
	color: #125dad;
}
/*club*/
.club {
	display: flex;
	justify-content: space-between;
	margin-top: 7.5rem;
}
.club__description {
	flex: 0 0 50%;
	line-height: 1.8;
}
.club__img--wrap img {
	max-width: 33.8rem;
}
.club__capture {
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}

/*history*/
.history__description {
	font-weight: 400;
	line-height: 1.8;
}
.history__link {
	color: #125dad;
}
.history__box {
	padding: 29.5px;
	margin: 3.8rem auto;
    border: 1px solid #000; 
    box-shadow: 
                3px 2px 0 1px #fff, 
                3px 2px 0 2px #000,  
                -3px -2px 0 1px #fff,
                -3px -2px 0 2px #000;
}
.history__link01--title,
.history__link02--title {
	color: #125dad;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	padding-bottom: 2.8rem;
}
.history__link--subtitle {
	font-weight: 300;
	font-style: italic;
	
}
.history__link01--name {
	font-size: 1.4rem;
	text-align: right;
}
.history__link01--text {
	font-size: 1.4rem;
	line-height: 2.3!important;
}
.history__link01--year {
	font-size: 1.4rem;
	text-align: right;
}
.history__link02--flex {
	display: flex;
	margin-bottom: 1rem;
}
.history__link02--flex p:first-of-type {
	flex: 0 0 5%;
}
.history__link02--flex p {
	font-size: 1.5rem;
}
/*ルビの設定・全ブラウザ対応*/
ruby[data-ruby] {
  position:relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:-1.1em;
  right:-2em;
  text-align:center;
  font-size:.6em;
  letter-spacing: -.1rem;
}
rt {
	display: none;
}
.yowakai ruby[data-ruby]::before {
  top:-1.6em;
}
/*sports*/ 
.sports__text {
	padding-bottom: 4.7rem;
	line-height: 1.8;
}
.sports__img--wrap {
	display: flex;
	justify-content: space-between;
	max-width: 74rem;
	margin: 0 auto;
}
.sports__img {
	flex: 0 0 32.5%;
}
.sports__img p {
	font-size: 1.3rem;
	text-align: center;
}
.main__return-top {
	margin-top: 3rem;
}
/*スムーススクロールの調整*/
#link01 {
	padding-top: 10rem;
	margin-top: -10rem;
}
#link02 {
	padding-top: 10rem;
	margin-top: -10rem;
}
@media screen and ( max-width:1100px ){
	.main__title--wrap {
		top: 70%;
	}
}
@media screen and ( max-width:920px ){
	.main__title {
		margin-bottom: 1rem;
	}
}
@media screen and ( max-width:750px ){
	.main__title {
		font-size: 3rem;
		margin-left: 1rem;
	}

	.main__title--wrap {
/*
    position: absolute;
    top: 59%;
    left: 10%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
*/
		position: initial;
		 top: 0;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		margin-top: -7.1rem;
		margin-bottom: 2.5rem;
		text-align: center;
}
	.content__container {
		margin: 8.7rem auto 0;
		padding-top: 2rem;	
		padding-bottom: 0;
	}
/*
	.content__banner {
    width: 100%;
    height: 58px;
    right: 40px;
    top: -33px;
}
*/
	.content__banner {
		width: 100%;
		height: 58px;
		right: 0;
		top: -52px;
}
	.content03 .content__banner {
    height: 45px;
}
	.content h3 {
    left: 2rem;
    top: -35px;
    font-size: 2rem;
}
	.content03 h3 {
		top: -46px;
	}
	.content01 h3,
	.content02 h3 {
		font-size: 1.8rem;
		top: -50px;
	}
	.accordion__content p {

		max-width: 40rem;
		width: 95%;
/*		max-width: 35rem;*/
		margin: 0 auto;
	}
	.accordion__bar h3 {
    	font-size: 1.6rem;
}
	.content__box {
		max-width: 40rem;
		width: 90%;
/*		max-width: 35rem;*/
	}
	.iwasaki__line--top {
    margin-top: 3rem;
}
	.iwasaki__name {
		font-size: 2rem;
	}
	.iwasaki__description {
		max-width: 35rem;
		margin: 0 auto;
		font-size: 1.6rem;
	}
	.club {
		display: block;
		margin-top: 3rem;
	}
	.club__description {
		padding-top: 0;
	}
	.club__img--wrap img {
    max-width: 33.8rem;
    margin: 2rem auto 0;
    display: block;
}
	.history__box {
		padding: 10px;
	}
	.history__link01--title,
	.history__link02--title {
    font-weight: 400;
}
	.history__description {
		padding: 2.5rem 0 0;
		text-align: left;
	}
	.history__link01--text {
	text-align: left;
}
/*
	.yowakai ruby[data-ruby]::before {
  	top:-1.4em;
}
*/
	.sports {
		padding-top: 2.5rem;
	}
	
	.sports__text {
		text-align: left;
	}
	.sports__img--wrap {
		display: block;
	}
	.sports__img {
		margin-bottom: 2rem;
	}
	/*スムーススクロールの調整*/
#link01 {
	padding-top: 7rem;
	margin-top: -7rem;
}
#link02 {
	padding-top: 6rem;
	margin-top: -6rem;
}
}
