/*
Theme Name: 3場コラボ
Theme URL: https://2025natsu-corabo-sanjou.net/
Description:3場コラボのテーマ
Author: CORABO-RACE
Version: 1.0.0
*/

* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP',sans-serif;
}

img {
    width: 100%;
    vertical-align: top;
}

a {
    display: inline-block;
    text-decoration: none;
}

p, h1, h2, h3, h4 {
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

p {
    font-size: 20px;
    line-height: 1.8;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

body, .main-container {
    z-index: -3;
    position: relative;
}

/* sec02 */
#race {
    background-image: url("images/bg01.png");
    background-size: cover;
    padding: 148px 0;
}

.sec02-01 {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    margin-bottom: 120px;
}

.sec02-01 img {
    width: 400px;
}

.sec02-01 p {
    color: #fff;
    font-size: 28px;
    font-family: serif;
}

.sec02-02 {
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: center;
}

.race-item {
    width: 640px;
    position: relative;
}

.race-horse01 {
    position: absolute;
    width: 160px;
    right: 25px;
    top: 0;
}

.race-horse03 {
    position: absolute;
    width: 250px;
    right: -50px;
    top: -30px;
}

.race-horse02 {
    position: absolute;
    width: 340px;
    right: -125px;
    top: -30px;
}

/* sec03 */
#campaign {
    background-image: url("images/bg05.jpg");
    background-size: cover;
    padding: 148px 0;
    position: relative;
    z-index: -2;
}

.campaign-title {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 50px;
}

.sec03-01 {
    margin-bottom: 80px;
    color: #fff;
}

.sec03-01 .body-p {
    margin-bottom: 60px;
}

.campaign-item {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.campaign-img {
    position: absolute;
    left: 50%;
    width: 520px;
    transform: translateX(-50%);
    top: -20px;
}

.campaign-item .body-p {
    color: #000;
    margin: 10px 0 40px;
}

.key-schedule {
    display: inline-block;
    background-color: #000;
    padding: 10px 40px;
    margin-bottom: 30px;
}

.x-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.campaign-x {
    width: 60px;
}

.x-right p {
    color: #000;
}

.x-right {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 420px;
}

.x-left {
    color: #000;
}

.sec03-02 {
    background-color: #fff;
}

.question-title {
    position: relative;
    margin-bottom: 60px;
}

.question-title p {
    padding: 70px 0 20px;
    background-color: #000;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
}

.prize-box p {
    font-size: 32px;
    line-height: 1.4;
}

.prize-item {
    width: 640px;
    position: relative;
}

.prize-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
    padding-bottom: 80px;
}

.prize-name {
    position: absolute;
    width: 300px;
    left: -60px;
    top: -45px;
}

.sec03-03 p {
    font-size: 32px;
    color: #fff;
}

.sec03-03 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 80px 0 0;
}

.sec03-03 a {
    width: 720px;
}

.arrow {
    position: absolute;
    width: 580px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}

.bg-position01 {
    position: absolute;
    width: 360px;
    right: 0;
    top: 0;
    z-index: -1;
}

.bg-position02 {
    position: absolute;
    top: 880px;
    left: 0;
    width: 260px;
    z-index: -1;
}

.bg-position03 {
    position: absolute;
    bottom: 480px;
    right: 0;
    width: 300px;
    z-index: -1;
}

.sec04-01 img {
    width: 124px;
    margin-bottom: 10px;
}

.sec04-01 {
    text-align: center;
}

.sec04-01 p {
    font-size: 42px;
    line-height: 1.4;
}

.logo {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
    padding: 40px 0;
}

.logo a:nth-child(1) {
    width: 320px;
    /* height: auto; */
}

.logo a:nth-child(2) {
    width: 440px;
}

#net {
    padding: 120px 0;
}

#youtube {
    background-image: url(images/bg06.jpg);
    background-size: cover;
    padding: 120px 0;
}

#youtube .inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 80px;
    box-sizing: border-box;
}

.sns-title img {
    width: 560px;
}

.sns-title {
    text-align: center;
}

.sns-link {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin: 20px 0;
}

.sns-link img:nth-child(1) {
    width: 60px;
}

.sns-link img:nth-child(2) {
    width: 240px;
}

.x-title {
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.x-title img {
    width: 48px;
}

.sec05-01 {
    margin-bottom: 60px;
}

.samune {
    width: 640px;
}

.sns-item {
    text-align: center;
}

.sec05-02 {
    display: flex;
    flex-direction: column;
    gap: 60px;
}


/* フッター */
.footer-02 {
    border: 1px solid #000;
    background-color: #f6f6f6;
    margin-bottom: 60px;
}

.footer-h {
    font-size: 24px;
    color: #fff;
    background-color: #000;
    padding: 15px;
}

.footer-02 ul {
    margin-left: 20px;
    padding: 30px 40px;
    line-height: 2;
}

.footer-03 p:nth-child(2) {
    text-align: left;
}

.footer-03 p:nth-child(1) {
    margin-bottom: 20px;
}

.footer-03 {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.footer-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 60px 0 40px;
}

.footer-04 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 0 20px;
}

.footer-04 a {
    width: 20%;
}

.footer-01 a {
    width: 25%;
}

/*申込みフォーム*/
.form-block {
    background-color: #f5f5f5;
    padding: 60px 30px;
}

.form-flex {
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-command-a {
    background-color: #ff7b80;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 12px;
    margin-right: 15px;
    border-radius: 3px;
}

.form-command-b {
    background-color: #B1B1B1;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 12px;
    margin-right: 15px;
    border-radius: 3px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 44px;
    padding-left: 15px;
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
}

input.wpcf7-form-control.wpcf7-text {
	width: 100%;
    height: 44px;
    padding-left: 15px;
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.form-annotation {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}
.form-annotation2 {
    margin-top: 15px;
}

span.wpcf7-form-control.wpcf7-radio {
    font-size: 16px;
    font-weight: bold;
}

.form-items {
    margin-bottom: 20px;
}

.yen-right {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.wpcf7-form-control-wrap {
    flex-grow: 1;
    margin-right: 10px;
}

.consent {
    font-size: 13px;
    line-height: 20px;
}

span.wpcf7-list-item-label {
    font-size: 16px;
    letter-spacing: 0.05em;
}

input#formbtn {
    background-color: #c50d23;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    width: 320px;
    border-radius: 4px;
	margin-bottom: 20px;
}

.back-button {
    background-color: #272727;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    width: 320px;
    border-radius: 4px;
	box-sizing: border-box;
}

.form-button {
    text-align: center;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}

.wpcf7-spinner {
	display: none!important;
}

.accept {
    font-weight: bold;
    margin: 20px 0 30px;
}

.form-container {
    padding: 80px 0 0;
}

.comment {
    font-size: 16px;
    text-align: left;
    margin: 40px 0 20px;
    background-color: #eee;
    padding: 10px 20px;
}

.entry-text {
    width: 70%;
}

.entry-item01 {
	font-size: 28px!important;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 2!important;
	background-color: #000;
	color: #fff;
}

.entry-item02 {
	font-size: 20px!important;
	text-align: left;
}

.entry-text-form {
    width: 100%;
	margin-bottom: 40px;
}

.entry-item01-form {
	font-size: 18px!important;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 2!important;
	background-color: #000;
	color: #fff;
}

.entry-item02-form {
	font-size: 16px!important;
	text-align: left;
}

.sp {
	display: none;
}

@media screen and (max-width:840px) {
    .inner {
        width: 90%;
    }
	.entry-text {
        width: 90%;
    }
	.entry-item01 {
        font-size: 24px !important;
	}
}

@media screen and (max-width:480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
    .sec02-01 {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 60px;
    }

    .sec02-01 p {
        font-size: 18px;
        line-height: 2.5;
        text-align: left;
    }

    .sec02-01 img {
        width: 230px;
    }

    #race {
        padding: 100px 0 120px;
        overflow: hidden;
    }

    .race-item {
        width: 100%;
    }

    .sec02-02 {
        gap: 50px;
    }

    .race-horse01 {
        width: 90px;
        right: 10px;
    }

    .race-horse03 {
        width: 41%;
        right: -10%;
        top: -15%;
    }

    .race-horse02 {
        width: 53%;
        top: -15px;
        right: -19%;
    }

    #campaign {
        padding: 100px 0 80px;
    }

    .campaign-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    p {
        font-size: 16px;
    }

    .campaign-img {
        width: 260px;
        top: -30px;
    }

    .sec03-01 .body-p {
        margin-bottom: 70px;
    }

    .campaign-item {
        padding: 20px;
    }

    .campaign-item .body-p {
        margin: 50px 0 25px;
    }

    .key-schedule {
        font-size: 14px;
        padding: 5px 25px;
        margin-bottom: 25px;
    }

    .x-right {
        width: 245px;
        gap: 7px;
    }


    .campaign-x {
        width: 30px;
    }

    .x-right p {
        font-size: 14px;
    }

    .x-left {
        font-size: 14px;
    }
    .question-title p {
        font-size: 22px;
        line-height: 1.8;
        padding: 50px 0 0;
    }

    .arrow {
        width: 95%;
        top: 65px;
    }

    .prize-box p {
        font-size: 22px;
        line-height: 1.6;
    }

    .question-title {
        margin-bottom: 30px;
    }

    .prize-item {
        width: 80%;
    }

    .prize-name {
        width: 80%;
        top: -37px;
    }

    .prize-box {
        gap: 60px;
        padding-bottom: 40px;
    }

    .sec03-03 p {
        font-size: 22px;
        line-height: 1.6;
    }

    .sec03-03 {
        padding: 40px 0 0;
    }

    .sec03-03 a {
        width: 95%;
    }
    .sec04-01 img {
        width: 110px;
        margin-bottom: 20px;
    }

    .sec04-01 p {
        font-size: 28px;
    }

    .logo {
        flex-direction: column;
        gap: 10px;
    }

    .logo a:nth-child(1) {
        width: 200px;
    }

    .logo a:nth-child(2) {
        width: 280px;
    }

    #net {
        padding: 100px 0px;
    }
    #youtube {
        padding: 80px 0;
    }

    #youtube .inner {
        padding: 60px 20px 40px;
    }

    .sns-title img {
        width: 70%;
        margin: auto;
    }

    .sns-link img:nth-child(1) {
        width: 52px;
    }

    .sns-link img:nth-child(2) {
        width: 200px;
    }

    .sns-link {
        gap: 25px;
        margin: 20px 0 0;
    }

    .x-title img {
        width: 32px;
    }

    .x-title {
        margin-bottom: 10px;
    }

    .samune {
        width: 100%;
    }

    .sec05-02 {
        gap: 40px;
    }

    .sec05-01 {
        margin-bottom: 30px;
    }

    .footer-01 {
        flex-direction: column;
        gap: 40px;
    }

    .footer-01 a {
        width: 55%;
    }

    .footer-h {
        font-size: 18px;
    }

    .footer-02 ul {
        padding: 25px 20px;
        font-size: 13px;
        margin-left: 10px;
    }

    .footer-04 {
        flex-direction: column;
        gap: 40px;
    }

    .footer-04 a {
        width: 60%;
    }

    .footer-05 p {
        font-size: 10px;
    }
    .bg-position01 {
        width: 50%;
        top: 280px;
    }

    .bg-position02 {
        width: 50%;
        top: 780px;
    }

    .bg-position03 {
        width: 50%;
        bottom: 220px;
    }
	.form-flex {
		line-height: 20px;
		text-align: left;
	}
	.entry-item02 {
        font-size: 16px !important;
    }
	.entry-item01 {
        font-size: 18px !important;
	}
	.entry-text-form {
		margin-bottom: 30px;
		line-height: 20px;
	}

	.entry-item01-form {
		font-size: 16px!important;
	}

	.entry-item02-form {
		font-size: 13px!important;
	}
	.form-container {
		padding: 40px 0 0;
	}
}