﻿@charset "utf-8";

/* module
------------------------------------------------------- */

.mB_30sp15,.mB_30sp20{margin-bottom: 30px;}
.mB_40sp30{margin-bottom: 40px;}
.mB_50sp25{margin-bottom: 50px;}
.mB_80sp40{margin-bottom: 80px;}
.fSize18sp14{font-size: 18px;}
.fSize18sp16{font-size: 18px;}
.fSize24sp16{font-size: 24px;}
.fCPink{color: #ff26a1;}
.fCLRed{color: #ff6969;}
.w_100{width: 100%;}
.tACspL{text-align: center;}
.tALeft{text-align: left;}
.pcBrNone br{display:none;}
.spBrNone br{display:block;}

@media only screen and (max-width:640px){
    .mB_30sp15{margin-bottom: 15px;}
    .mB_30sp20{margin-bottom: 20px;}
    .mB_40sp30{margin-bottom: 30px;}
    .mB_50sp25{margin-bottom: 25px;}
    .mB_80sp40{margin-bottom: 40px;}
	.fSize18sp14{font-size: 14px;}
    .fSize18sp16{font-size: 16px;}
	.fSize24sp16{font-size: 16px;}
    .tACspL{text-align: left;}
	.pcBrNone br{display:block;}
    .spBrNone br{display:none;}
}


/* sustainableRanway
------------------------------------------------------- */
#sustainableRanway{
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

#sustainableRanway #container{
	background-color: #fffef7;
	color: #222;
	font-size: 16px;
}

#sustainableRanway a{
    color: #ff9926;
    transition: color .3s;
}

#sustainableRanway a:hover{
    color: #734695;
    text-decoration: none;
}

.gradationTtl{
	margin-bottom: 40px;
	padding: 15px 20px;
/*	text-shadow: 3px 2px 7px rgba(0,63,22,0.4);*/
    background: linear-gradient(90deg, rgba(103, 159, 0, 0.03), rgb(251, 244, 130) 100%, #ffec86);
	color: #222;
	font-size: 28px;
	text-align: center;
}

.conditions{
	width: 830px;
	margin: 0 auto;
}

.conditions li{
	margin-bottom: 10px;
	padding-left: 35px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAWCAMAAAAGlBe5AAAAbFBMVEUAAAD/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWn/aWm/Z+GzAAAAI3RSTlMAMPJS355ao0NH2xLQu31xXz4NsZdn6OPMw7WQajgW0mNRBR8erfMAAAC/SURBVCjPdc/ZboMwFEXRTaAkNjMhU5Omw/n/f6yJLbBFux8sS0vn4fJPbQdk2w4VD6mEs7aRy9VxkW7XlH6MvBW6g8mXvtvn8KIetOd6I86vSqDlKDURPQLNTXIdF+ojOo21tC5PEaGWel1+xcTZ/Qq53pfVByGrhsp6zF+UZSZYoT1UF7lqvxrVx8bTKmSQhsQYC0/lfMQhNSrriTI1j8VMfxtj3eHKY5tIGmKzb6H7NL/NajttM8E+d9vCfb9RCR/3XyvYXAAAAABJRU5ErkJggg==) no-repeat top 5px left / 27px auto;
	font-size: 20px;
	font-weight: bold;
}

.conditions li:last-child{margin-bottom: 0;}

.sustainaBtn{
	display: inline-block;
	position: relative;
	min-width: 280px;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(90deg, rgb(0, 98, 179), rgba(78, 147, 204, 0.93) 0, rgba(83, 151, 208, 0.96) 0, #0062b3);
	color: #fff!important;
	font-size: 20px;
	box-sizing: border-box;
}

.sustainaBtn span{
	position: relative;
	padding: 0 40px 0 20px;
}

.sustainaBtn::before {
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(78, 147, 204, 0.93) 0, rgba(83, 151, 208, 0.96) 0, #86c8ff);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 100%;
}

.sustainaBtn:hover::before{opacity: 0;}

.sustainaBtn::after{
	display: block;
	position: absolute;
	content: "";
	top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%);
    transition: .3s;
}

@media only screen and (max-width:640px){
	#sustainableRanway #container{font-size: 14px;}
	.gradationTtl{
		margin-bottom: 20px;
		padding: 10px;
		font-size: 18px;
	}
	
	.conditions{width: 100%;}
	
	.conditions li{
		margin-bottom: 5px;
		padding-left: 25px;
		background-position: top 3px left;
		background-size: 18px auto;
		font-size: 14px;
	}
	
	.sustainaBtn{
		min-width: 180px;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
	
	.sustainaBtn::after{border-width: 6px 0 6px 9px;}
}

#sustainableRanway .cmnBtn_1{
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding: 12px 40px;
    border-radius: 40px;
    box-sizing: border-box;
    background-color: #e1acd4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: background .3s;
}

#sustainableRanway .cmnBtn_1:hover{
    color: #fff;
    background-color: #734695;
}

#sustainableRanway .cmnBtn_1.arrow::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
    box-sizing: border-box;
}

@media only screen and (max-width:640px){
    #sustainableRanway .cmnBtn_1{
        min-width: 120px;
        padding: 8px 30px 10px;
        font-size: 14px;
    }

    #sustainableRanway .cmnBtn_1.arrow{
        padding-left: 25px;
    }

    #sustainableRanway .cmnBtn_1.arrow::after{
        right: 10px;
    }
}

.eventTwoClm{
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: -20px auto 0;
}

.eventTwoClm .clm{
    width: 480px;
    margin: 20px 0 0 20px;
}

.eventTwoClm .clm:nth-child(2n-1){margin-left: 0;}

.imgSingle{
    width: 480px;
    margin: 0 auto;
}

@media only screen and (max-width:640px){
    .eventTwoClm{
        width: 100%;
        margin-top: -10px;
    }

    .eventTwoClm .clm{
        width: calc(50% - 3px);
        margin: 6px 0 0 6px;
    }

    .imgSingle{
        width: 100%;
        max-width: 480px;
    }
}

/* eventMvArea
------------------------------------------------------- */

.eventMvArea{
    max-width: 1140px;
    margin: 0 auto 30px;
}

.eventMvArea img{
    width: 100%;
}

@media only screen and (max-width:640px){
    .eventMvArea{
        margin-bottom: 20px;
    }
}

/* eventIntroArea
------------------------------------------------------- */
.introTxt{
	text-align: center;
	font-size: 32px;
}

.introTxt img{height: 45px;}
    
.introTxt .ttl{display: inline-block;}

@media only screen and (max-width:640px){
	.introTxt{font-size: 18px;}
	.introTxt img{height: 30px;}
    
	.introTxt .long img{height: 24px;}
	
	.introTxt .ttl{margin-bottom: 10px;}
}

/* privilegeArea
------------------------------------------------------- */
.privilege{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-top: -50px;
}

.privilege .clm{
	width: 540px;
    margin-top: 50px;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: #ccf5f0;
}

.privilege .clm .ttl{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.privilege .clm:first-child .imgArea,
.privilege .clm .imgArea.small{
	width: 340px;
	margin: 0 auto;
}

.privilegeLst span{font-weight: bold;}

.winnerPrivilege{
	width: 860px;
	margin: 0 auto;
	padding: 20px 40px;;
	text-align: center;
	background-color: #ffeff6;
	box-sizing: border-box;
}

.winnerPrivilege .ttl{margin-bottom: 20px;}

.winnerPrivilege .imgArea{
	width: 650px;
	margin: 0 auto;
}

.privilegeLst.winner li{
	padding-left: 45px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAMAAACoeN87AAAAhFBMVEUAAAD8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwv8wwsqbZw6AAAAK3RSTlMAs+He9rT6lGwO8zIqGgnTu6V/cWFeUUZF6ufj2c7GmVRMSD4lIBWrnochewiIgQAAAOVJREFUKM+V09luwjAUBNDJ0sTZQxIadigUusz//1+d2uRa4BfOk+/IHsmWjAercPOORx8niJpaBnHSBzoykCSjdpP5m0xBrZCsj5NOpis17EhWEJcVRJaTa/y2+wKO4ADHZ9OW0EanpSCdmpuq7Z2Syxw25GYeyvgHVkQFY0mtlwF3A7kwq5xakmGSThe+q0hGhUlJs79sSJ4xi6gpZLSuGKTOWHBybGkdTN0eQtHrCDHSS7mPSK8zRJ3Tp4RjR58Kjq/4Xx6LJFnXeM3wZgWOHq4ujJ6EKVzLbfhkq+AaAw/7W/4AgPMqQ9ze56oAAAAASUVORK5CYII=) no-repeat top 6px left / 34px auto;
	font-size: 24px;
}

@media only screen and (max-width:640px){
	.privilege{margin-top: -20px;}
    
	.privilege .clm{
		width: 100%;
		padding: 15px 10px;
		margin-top: 20px;
	}
	
	.privilege .clm .ttl{
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.privilege .clm:first-child .imgArea{width: 100%;}
	.privilege .clm:last-child .imgArea{display: flex;}
	.privilege .clm:last-child .imgArea img{width: 50%;}

    .privilege .clm .imgArea.small{
        max-width: 420px;
        width: 100%;
    }

	.winnerPrivilege{
		width: 100%;
		padding: 20px 10px;
	}
	
	.winnerPrivilege .ttl{margin-bottom: 10px;}
	.winnerPrivilege .ttl img{width: 100%;}
	.winnerPrivilege .imgArea{width: 100%;}
	
	.privilegeLst.winner li{
		padding-left: 30px;
		background-size: 22px auto;
		background-position: top 3px left;
		font-size: 14px;
	}
}

/* flowLst
------------------------------------------------------- */
.flowLst .cnt{
    position: relative;
	width: 700px;
    margin: 40px auto 0;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #222;
	box-sizing: border-box;
}

.flowLst .cnt:first-child{margin-top: 0;}

.flowLst .cnt::before{
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-top: 20px solid #222;
    box-sizing: border-box;
	transform: translateX(-50%);
}

.flowLst .cnt:first-child::before{
    display: none;
}

.flowLst .flowTtl{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
	color: #222;
}

.flowLst .ttlNumber{
    margin-right: 20px;
}

@media only screen and (max-width:640px){
    .flowLst .cnt{
		width: 100%;
        margin-top: 30px;
		padding: 10px;
    }

    .flowLst .cnt::before{
        top: -22px;
        border-width: 20px;
        border-top-width: 14px;
    }

    .flowLst .ttlNumber{
        margin-right: 5px;
    }

    .flowLst .flowTtl{font-size: 20px;}
	
	.flowLst .cnt:nth-child(4) .flowTtl .ttlTxt{letter-spacing: -0.1em;}
}

/* lastGpArea
------------------------------------------------------- */

.lastGpArea .ttl{
    margin-bottom: 25px;
    padding: 10px 0;
    border-top: solid 1px #734695;
    border-bottom: solid 1px #734695;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.lastGpArea .lastGpCnt{
    width: 630px;
    margin: 0 auto;
}

.lastGpArea .threeClm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lastGpArea .threeClm .cnt{
    width: 200px;
    text-align: center;
}

.lastGpArea .threeClm .cnt .name{
    display: inline-block;
    margin-top: 5px;
    padding-left: 30px;
    background: url("../images/img_crown.png") no-repeat top left / 24px 19px;
    font-weight: bold;
}

@media only screen and (max-width:640px){
    .lastGpArea .ttl{
        margin-bottom: 20px;
        font-size: 18px;
    }

    .lastGpArea .lastGpCnt{
        width: 100%;
        font-size: 14px;
    }

    .lastGpArea .threeClm .cnt{
        width: calc(33% - 5px);
    }

    .lastGpArea .threeClm .cnt .name{
        padding-left: 20px;
        background-position: top 1px left;
        background-size: 18px 14px;
    }
}

/* eventCmnTbl
------------------------------------------------------- */
.eventCmnTbl{
	width: 100%;
	background-color: #fff;
    border:2px solid #ccc;
    text-align:left;
}

.eventCmnTbl th,
.eventCmnTbl td{
    padding:10px 20px;
    border-bottom:1px solid #ccc;
    box-sizing:border-box;
}

.eventCmnTbl th{
    width:370px;
    background-color:#eab807;
    color:#fff;
    vertical-align:middle;
}

@media only screen and (max-width:640px){
    .eventCmnTbl th,
    .eventCmnTbl td{
        display:block;
        width:100%;
        padding:10px;
    }
}

/* btnArea
------------------------------------------------------- */
.btnTtl{
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #eee;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#eventFormBtnArea .btnArea{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

#eventFormBtnArea .btnArea > a{
    display: inline-block;
    position: relative;
    min-width: 320px;
    height: 140px;
    padding: 50px 50px 0 40px;
	margin-left: 40px;
    box-sizing: border-box;
    background-color: #eab807;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: background .3s ,color .3s;
}

#eventFormBtnArea .btnArea > a:first-child{margin-left: 0;}

#eventFormBtnArea .btnArea > a:hover{
    background-color: #dba41b;
    color: #fff;
}

#eventFormBtnArea .btnArea > a::after{
    content: "";
    display: block;
    position: absolute;
    top: 61px;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    transition: border .3s;
}

#eventFormBtnArea .btnArea > a:hover::after{
    border-left-color: #fff;
}

@media only screen and (max-width:640px){
	.btnTtl{
		margin-bottom: 10px;
		padding: 5px 20px;
		font-size: 16px;
	}
	
    #eventFormBtnArea .btnArea{
        display: block;
        width: 100%;
        max-width: 400px;
    }

    #eventFormBtnArea .btnArea > a{
        width: 100%;
        min-width: auto;
        height: 80px;
        margin: 20px 0 0;
        padding: 25px 30px 0 10px;
        font-size: 18px;
    }

    #eventFormBtnArea .btnArea > a:first-child{margin-top: 0;}

    #eventFormBtnArea .btnArea > a::after{
        top: 33px;
		right: 20px;
		border-width: 6px 0 6px 10px;
    }
}

/* mainCPink
------------------------------------------------------- */

.fCLightPurple{color: #db66be;}

.mainCPink .gradationTtl {background: linear-gradient(90deg, rgba(248, 199, 233, 0.15), rgb(248, 199, 233) 100%, #fde1f4);}

.mainCPink .eventCmnTbl th{background-color: #e1acd4;}

.mainCPink #eventFormBtnArea .btnArea > a{background-color: #e1acd4;}
.mainCPink #eventFormBtnArea .btnArea > a:hover{background-color: #734695;}

/* mainCLightBlue
------------------------------------------------------- */

#mainCnt.mainCLightBlue{background-color: #fff;}

.fCLightBlue{color: #00aabc;}

.mainCLightBlue .gradationTtl {background: linear-gradient(90deg, rgba(168, 239, 246, 0.25), rgb(168, 239, 246) 100%, #a8eff6);}

.mainCLightBlue .eventCmnTbl th{background-color: #38b9c7;}

/* EOF */
