@charset "UTF-8";
html, body {
	margin: 0;
	height: 100%;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
@media only screen and (max-width: 670px) {
	.pc {
	        display:none;
	}
	.sp {
		display: block;
	}
}

.parallax {

}
.parallax::before {
	background-image: url(/3/2025summer/img/bg_full.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.summer__main-content {
	width: calc(100% / 3);
	margin: auto;
	background: white;
}
@media screen and (max-width: 670px) {
	.summer__main-content {
		width: 100%;
	}
}

.summer__cp-logo {
	width: 100%;
	margin: 0 auto 5%;
}

.summer__cp-intro {
	width: 100%;
	margin: 0 auto 8%;
}

.summer__cp-apply {
	position: relative;
	width: 90%;
	margin: 0 auto 15%;
	background: url(/3/2025summer/img/cp_mainframe_center.png);
	background-size: 99.27%;
	background-repeat: repeat-y;
	background-position: center;
	padding: 7% 0 15%;
}

.summer__cp-apply-title {
	width: 55%;
	margin: 0 auto 5%;
}

.summer__cp-apply-bt {
	width: 80%;
	margin: 0 auto 9%;
}
.summer__cp-apply-frame-top {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
.summer__cp-apply-frame-under {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}



.summer__cp-prize {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    margin: 0 auto 10%;
    row-gap: 3.0vw;
}
@media screen and (max-width: 670px) {
	.summer__cp-prize {
	    row-gap: 5.0vw;
	}
}

.summer__cp-prize-item {
    text-align: center;
}
.summer__cp-prize-item label {
    font-size: 1.1vw;
}
@media screen and (max-width: 670px) {
	.summer__cp-prize-item label {
	    font-size: 3.3vw;
	}
}

.summer__cp-prize-info {
    width: 80%;
    margin: 4% auto 12%;
    text-align: center;
}

.summer__cp-prize-info p {
    font-size: 1.55vw;
}
@media screen and (max-width: 670px) {
	.summer__cp-prize-info p {
	    font-size: 4.0vw;
	}
}
.summer__cp-prize-info .date {
    color: #0f6176;
    font-weight: bold;
    border-bottom: 1px solid #0f6176;
    display: inline-block;
    margin-bottom: 7%;
}
.summer__cp-prize-info .date span {
    display: unset;
    font-size: 2.2vw;
}
@media screen and (max-width: 670px) {
	.summer__cp-prize-info .date span {
	    font-size: 5.9vw;
	}
}

.summer__cp-prize-info .item {
    text-align: left;
    margin-bottom: 15%;
    font-size: 1.2vw;
    line-height: 162%;
}
@media screen and (max-width: 670px) {
	.summer__cp-prize-info .item {
	    font-size: 3.2vw;
	}
}

.summer__cp-prize-info .link {
    text-align: right;
    font-size: 1.2vw;
}
@media screen and (max-width: 670px) {
	.summer__cp-prize-info .link {
	    font-size: 3.2vw;
	}
}

.arrow-link {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	text-decoration: none;
	margin-bottom: 2%;
}
.arrow-link::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(/3/2025summer/img/button_next.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.summer__cp-attention {
	position: relative;
	width: 80%;
	margin: auto;
	background: url(/3/2025summer/img/cp_frame_back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 9% 6%;
	z-index: 1;
	font-size: 1.2vw;
	line-height: 130%;
}
@media screen and (max-width: 670px) {
	.summer__cp-attention {
		font-size: 3.2vw;
	}
}

.summer__cp-attention-title {
	width: 50%;
	margin: auto;
	position: absolute;
	top: 1%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.summer__cp-attention-frame-top {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	z-index: -1;
}
.summer__cp-attention-frame-under {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	z-index: -1;
}

.summer__about-info p {
    width: 65%;
    margin: 0 auto 5%;
    font-size: 1.2vw;
    line-height: 160%;
}
@media screen and (max-width: 670px) {
	.summer__about-info p {
	    font-size: 3.2vw;
	}
}

.summer__about-info-link {
    text-align: right;
}
.summer__about-info-link p {
    width: 65%;
    margin: 0 auto 5%;
    font-size: 0.8vw;
}
@media screen and (max-width: 670px) {
	.summer__about-info-link p {
	    font-size: 2.8vw;
	}
}

.summer__about-info-prize {
    width: 70%;
    margin: 0 auto 5%;
}
.summer__about-info-line1 {
    width: 100%;
    margin-bottom: 5%;
}

.summer__about-info-title {
    width: 75%;
    margin: 0px auto 3%;
}
.summer__about-info-line2 {
    width: 100%;
    margin-bottom: 5%;
}

.summer__sns {
	width: 90%;
	margin: 10% auto 15%;
	padding: 4% 4% 5% 4%;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}
.summer__sns-title {
    margin-bottom: 13%;
}
.summer__sns-aboutpresent {
    margin-bottom: 10%;
}
.summer__sns-present {
    margin-bottom: 13%;
}
.summer__sns-bt {
    width: 60%;
    margin: auto;
}


#cta .widthKeeper {
	align-items: center;
	width: 80%;
}
@media screen and (max-width: 670px) {
	#cta .widthKeeper {
		width: 70%;
	}
}
#cta .flex-right {
	padding-left: 0;
	width: 100%;
}
#cta .flex-right h2 {
	color: #fff;
	font-size: 3.2vw;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 670px) {
	#cta .flex-right h2 {
		font-size: 3.8rem;
	}
}

#cta .flex-right h2 span {
	font-size: 1.8vw;
}
@media screen and (max-width: 670px) {
	#cta .flex-right h2 span {
		font-size: 4.3vw;
	}
}
#cta .flex-right .flex {
	flex-direction: column;
}
#cta .flex-right dl {
	width: 100%;
}
#cta .flex-right .cero {
	top: 50%;
	transform: translateY(-58%);
}
#cta .flex-right .flex {
	flex-direction: column;
}
#cta .flex-right .cero {
	top: 45%;
	transform: translateY(-50%);
	max-width: 40px;
}
.dl-button-box a {
	width: 100%;
}

.flex {
	flex-direction: column;
}
.widthKeeper {
	max-width: 90%;
	margin: auto;
}
footer .flex .flex-left {
	width: 35%;
}
footer .flex .flex-right {
	width: 100%;
}

.left-sidebar {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    top: 50%;
    left: 17%;
    transform: translate(-50%, -50%);
    width: 30%;
}
.right-sidebar {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    top: 67%;
    left: 83%;
    transform: translate(-50%, -50%);
    width: 27%;
    row-gap: 1vw;
}
