@charset "utf-8";

/*=================================
 body
=================================*/
body {
	padding-top: 60px;
	position: relative;
}

@media only screen and (min-width: 1080px){
	body {
		padding-top: 80px;
	}
}

/*=================================
 header
=================================*/
header {
	position: fixed;
	top: 0;
	z-index: 3;
	height: 60px;
	width: 100%;
	padding: 8px 15px;
	background: #1A005D;

	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.headerWrap {
 	width: 100%;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
}
.headerWrap .headerNav {
	position: relative;
}

.headerWrap .headerNav .trigger {
	content: "";
	display: block;
	width: 44px;
    height: 44px;
    background-color: #8EC300;
	border-radius: 22px;
}

.headerWrap .headerNav .trigger p {
	display: none;
}

.headerWrap .headerNav .trigger div {
	position: relative;
	width: 100%;
	height: 100%;
}

.headerWrap .headerNav .trigger span {
	content: "";
	display: inline-block;
	position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: .5s;
}

.headerWrap .headerNav .trigger span:nth-of-type(1) {
    top: 16px;
}
.headerWrap .headerNav .trigger span:nth-of-type(2) {
    top: calc(50% - 1px);
}
.headerWrap .headerNav .trigger span:nth-of-type(3) {
    bottom: 16px;
}

.headerWrap .headerNav.active .trigger span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
}
.headerWrap .headerNav.active .trigger span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 .8s forwards;
}

@keyframes active-btn-bar02 {
    100% {
        height: 0;
    }
}

.headerWrap .headerNav.active .trigger span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
}

.headerWrap .headerNav nav {
	position: fixed;
	width: 100vw;
	height: 100vh;
	padding: 28px 32px 72px;
	opacity: 0;
	top: 60px;
	right: -120vw;
	background-color: #453679;
	transition: .8s;
	overflow-y: scroll;
}

.headerWrap .headerNav.active nav {
	right: 0;
	bottom: 0;
	opacity: 1;
}

.localNav > li {
	padding: 12px 0;
	border-bottom: 1px solid #8578aa;
}

.localNav > li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.localNav > li > a {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 16px;
}

.localNav > li ul {
	margin-top: 12px;
}

.localNav > li ul li a {
	position: relative;
	display: block;
	padding: 6px 18px;
	color: #a499c2;
}

.localNav > li ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 1px;
	background-color: #b4c0d0;
}

h1 {
	line-height: 0;
}

h1 img {
	width: 160px;
}

@media only screen and (min-width: 1080px){
header {
	height: 80px;
	padding-left: 40px;
}
	
.headerWrap .headerNav nav {
	height: auto;
	top: 80px;
	overflow-y: auto;
	padding: 56px 0 72px;
}
	
.headerWrap .headerNav .trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 64px;
	height: 64px;
	margin-left: 32px;
	border-radius: 32px;
}
/*.headerWrap .headerNav .trigger p {
	display: block;
	width: 50%;
	text-align: center;
	margin-top: 0;
	color: #fff;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
}

.headerWrap .headerNav .trigger div {
	width: 50%;
}*/

.headerWrap .headerNav .trigger span {
    left: 25%;
    width: 50%;
}

.headerWrap .headerNav .trigger span:nth-of-type(1) {
    top: 26px;
}
.headerWrap .headerNav .trigger span:nth-of-type(2) {
    top: calc(50% - 1px);
}
.headerWrap .headerNav .trigger span:nth-of-type(3) {
    bottom: 26px;
}

.headerWrap .headerNav.active .trigger span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
}

.headerWrap .headerNav.active .trigger span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
}
	

.localNav {
	width: 50%;
	margin: 0 auto;
}

.localNav > li {
	padding: 24px 0;
}

h1 img {
	width: 270px;
}

}

/*=================================
 main
=================================*/
ul.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	background-color: #e9e9e9;
	padding: 4px 15px;
}

.breadcrumb li {
	position: relative;
	margin-right: 16px;
}

.breadcrumb li:before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
 	right: -10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #535353;
    border-right: 1px solid #535353;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb li:last-child:before {
	display: none;
}

.keyVisual {
	position: relative;
	height: 26vh;
	background-size: cover;
	background-position: center;
	background-color: #1A005D;
}

.keyVisual:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 0 100vw;
	border-color: transparent transparent transparent #1A005D;
}

.keyVisual:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 48px 100vw;
	border-color: transparent transparent #fff transparent;
}

.keyVisual > div {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 16px;
	background-color: rgba(11, 52, 90, 0.35);
	color: #fff;
}

.keyVisual > div p.title {
	line-height: 1.4;
	margin-top: 0;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.keyVisual > div p.subTitle {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
}

main > section {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 16px;
}

.keyVisual + section > h2:first-child {
	margin-top: 16px;
}

@media only screen and (min-width: 1024px){
.keyVisual {
	height: 24vh;
}

.keyVisual > div {
	padding-bottom: 48px;
}

.keyVisual:before {
    border-width: 7vh 0 0 100vw;
}

.keyVisual:after {
	border-width: 0 0 11vh 100vw;
}

main > section {
	padding: 0 48px;
}
}

@media only screen and (min-width: 1080px){
ul.breadcrumb {
	padding: 8px 40px;
}
.keyVisual {
	height: 40vh;
}

.keyVisual:before {
    border-width: 9vh 0 0 75vw;
}

.keyVisual:after {
	border-width: 0 0 11vh 100vw;
}

.keyVisual > div p.title {
	font-size: 54px;
}

.keyVisual > div p.subTitle {
	font-size: 18px;
}

.keyVisual + section h2:first-child {
	margin-top: 32px;
}

}

/*=================================
footer
=================================*/
footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #F1F1F1;
}

footer nav {
	padding: 16px;
}

footer nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer nav ul li {
	width: calc((100% - 16px) / 2);
	padding: 8px;
	padding-left: 4px;
	border-bottom: 1px solid #d8dbde;
}

footer nav ul li:nth-last-of-type(-n+2){
	margin-bottom: 0;
	border-bottom: none;
}

footer nav ul li a {
	display: block;
	height: 100%;
	font-size: 0.9em;
	font-weight: normal;
}

footer small {
	display: block;
	text-align: center;
	padding: 6px;
	background-color: #1A005D;
	color: #F1F1F1;
}

@media only screen and (min-width: 1080px){
footer {
	margin-top: 100px;
}

footer nav {
	max-width: 1080px;
    margin: 0 auto;
	padding: 32px 0;
}
footer nav ul li {
	width: calc((100% - 56px) / 3);
	padding: 12px;
	padding-left: 8px;
}

footer nav ul li:nth-last-of-type(-n+3){
	margin-bottom: 0;
	border-bottom: none;
}

footer small {
	padding: 12px;
}	

}

/*=================================
top layout
=================================*/
.topContents section {
	padding: 30px 0 64px;	
}

.topContents .inner {
	padding: 0 16px;
}

.topContents section h2 {
	margin-top: 0;
}

.topLayoutA1 section {
	padding-right: 16px;
	padding-left: 16px;
}

.topLayoutA1 > .secDesignA1 {
	padding-top: 0;
}

.topLayoutA1 > .secDesignA2 {
	position: relative;
	background-color: #f7f5fe;
}

.topLayoutA1 > .secDesignA2:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
 	border-left: 60vw solid #1A005D;
}

.topLayoutA1 > .secDesignA2:after {
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	border-top: 28px solid transparent;
 	border-right: 100vw solid #f7f5fe;
}

.secDesignA3 {
	position: relative;
}

.secDesignA3 > p,
.secDesignA4 > p,
.secDesignA5 > p {
	text-align: center;
	padding: 0 16px;
}

.secDesignA3:before,
.secDesignA4:before,
.secDesignA5:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
 	border-left: 60vw solid #1A005D;
}

.secDesignA3:after {
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	border-top: 28px solid transparent;
 	border-right: 100vw solid #fff;
}

.secDesignA4 {
	position: relative;
	background-color: #1A005D;
	color: #D4D9DE;
}

.secDesignA4:after {
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	border-top: 28px solid transparent;
 	border-right: 100vw solid #1A005D;
}

.secDesignA5 {
	position: relative;
	background-color: #f7f5fe;
}

.secDesignA5:after {
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	border-top: 28px solid transparent;
 	border-right: 100vw solid #f7f5fe;
}

.sliderMV img.pc {
	display: none;
}

.baseball .mainVisual {
	background: #fff;
}

.mainVisual + section:before,
.mainVisual + section:after {
	display: none;
}

body.top footer {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
.topContents section {
	padding: 44px 0 80px;	
}

.topLayoutA1 section {
	padding-right: 32px;
	padding-left: 32px;
}

.topContents .inner {
	padding: 0 32px;
}	
.topLayoutA1 > .secDesignA2:before {
	top: -36px;
	border-top: 36px solid transparent;
}

.topLayoutA1 > .secDesignA2:after {
	top: -40px;
	border-top: 40px solid transparent;
}

.secDesignA3:before,
.secDesignA4:before,
.secDesignA5:before{
	top: -36px;
	border-top: 36px solid transparent;
}

.secDesignA3:after,
.secDesignA4:after,
.secDesignA5:after{
	top: -40px;
	border-top: 40px solid transparent;
}
}

@media screen and (min-width: 1024px) {
.topContents section {
	padding: 50px 0 100px;	
}

.topLayoutA1 {
	display: flex;
}

.topLayoutA1 section {
	position: relative;
	width: 50%;
	padding-right: 48px;
	padding-bottom: 200px;
	padding-left: 48px;
}
	
.topLayoutA1 .wrapBtn {
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 100px;
}

.topContents .inner {
	padding: 0 48px;
}	
.topLayoutA1 > .secDesignA2:before {
	display: none;
}

.topLayoutA1 > .secDesignA2:after {
	display: none;
}
	
.topLayoutA1 > .secDesignA2 {
	padding-top: 0;
}
	
.topLayoutA1 > .secDesignA2 .listDesignA1{
	margin-top: 32px;
}

.topLayoutA1 > .secDesignA2 .listDesignA1 dl {
	display: block;
}	

.topLayoutA1 > .secDesignA2 .listDesignA1 dt,
.topLayoutA1 > .secDesignA2 .listDesignA1 dd {
	width: 100%;
}	

.topLayoutA1 .btnDesignA1,
.topLayoutA1 .btnDesignA2 {
	width: 80%;
}

.secDesignA3:before,
.secDesignA4:before,
.secDesignA5:before{
	top: -48px;
	border-top: 48px solid transparent;
}

.secDesignA3:after,
.secDesignA4:after,
.secDesignA5:after{
	top: -52px;
	border-top: 52px solid transparent;
}

}

@media screen and (min-width: 1080px) {
.topContents section {
	width: 100vw;
	max-width: 100%;
	padding: 50px 0 180px;	
}

.topLayoutA1 {
	justify-content: center;
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #f7f5fe 50%, #f7f5fe 100%);
}

.topLayoutA1 section {
	background-color: transparent;
	width: 500px;
	padding: 0 0 300px;
}
	
.topLayoutA1 .wrapBtn {
	bottom: 160px;
}
	
.topLayoutA1 .secDesignA1 {
	margin-right: 40px;
}

.topLayoutA1 .secDesignA2 {
	margin-left: 40px;
}
	
.topLayoutA1 > .secDesignA2 .listDesignA1{
	margin-top: 40px;
}

.topContents .inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}

.secDesignA3:before,
.secDesignA4:before,
.secDesignA5:before{
	top: -90px;
	border-top: 90px solid transparent;
}

.secDesignA3:after,
.secDesignA4:after,
.secDesignA5:after{
	top: -100px;
	border-top: 100px solid transparent;
}

.sliderMV img.pc {
	display: block;
}

.sliderMV img.sp {
	display: none;
}

body.top footer {
	margin-top: 120px;
}

}


