@charset "utf-8";
/* ========================
common
==========================*/
:root {
    --primary-black: #42210b;
    --primary-white: #fffdfd;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "BIZ UDPMincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    font-style: normal;
    color: #42210b;
    background-image: url(../images/silk.png);
    background-size: contain;
    background-position: center;
}

.sp_only{
	display: none;
}

img {
    max-width: 100%;
    height: auto;  
}

a{
	transition : all 0.5s ease 0s;
}

a:hover{
	opacity: 0.8;
}

.wrapper{
	max-width: 1120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

section {
    max-width: 1920px;
}

.spBr {
    display: none;
}

.relative{
	position: relative;
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.section__title {
    font-family: "Zen Maru Gothic";
    font-size:min(2vw,40px);
    font-weight: 700;
    text-align: center;
    position: relative;
}

.section__title::before {
    content: '';
    display: block;
    width: 20vw;
    height: 10vh;
	max-width: 250px;
    background-image: url(../images/ivy.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(8%);
    top: 50%;
    transform: translateY(-50%);
}

.section__title::after {
    content: '';
    display: block;
    width: 20vw;
    height: 10vh;
	max-width: 250px;
    background-image: url(../images/ivy.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(8%);
    top: 50%;
    transform: scaleX(-1) translateY(-50%);
}

/* common sp */
@media screen and ( max-width: 999px) {
    body {
        font-size: 1.8rem;
    }
	
	.sp_only{
		display: block;
	}

    .spBr {
        display: block;
    }

    .section__title {
        font-size:min(5vw,30px);
    }
	
	.wrapper{
		width: 92%;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.section__title::before {
    content: '';
    display: block;
    width: 16vw;
    height: 8vh;
    background-image: url(../images/ivy.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(5%);
    top: 50%;
    transform: translateY(-50%);
}

.section__title::after {
    content: '';
    display: block;
    width: 16vw;
    height: 8vh;
    background-image: url(../images/ivy.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(5%);
    top: 50%;
    transform: scaleX(-1) translateY(-50%);
}
	
}/* sp 999px */




/* ========================
mainVisual
==========================*/
.mainVisual__sp {
    display: none;
}

.article__header {
    position: relative;
}

.btnBox {
    position: absolute;
    right: 20.5%;
    top: 64%;
    width: 30%;
}
.btn {
    display: block;
    font-family: "Zen Maru Gothic";
    font-size: 2vw;
    font-weight: 700;
    text-align: center;
    color: #fffdfd;
    border-radius: 52px;
    padding: 33px 7.5% 33px 7.5%;
    background-color: rgb(102, 204, 204);
    position: relative;
    transition: 0.4s;
}

.btn:hover {
    background-color: #9ae3e1;
}

.btn::after {
    content: '';
    display: inline-block;
    width: 2.2vw;
    height: 2vh;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(10% - 10.7px);
    top: 50%;
    transform: translateY(-50%);
}

.cv-txt {
    font-family: "Zen Maru Gothic";
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 24.3px;
}

/* mainVisual sp */
@media screen and ( max-width:999px) {
    .mainVisual__sp {
        display: block;
		width: 100%;
    }

    .mainVisual__pc {
        display: none;
    }

    .btnBox {
        right: 10%;
		top: auto;
        bottom: calc(100vw / -30);
		width: 80%;
    }

    .btn {
        padding: 20px 10%;
		font-size: calc(100vw / 25);
    }

    .btn::after {
        right: calc( 16% - 10.7px);
        width: 2vw;
        height: 1.8vh;
    }
	
	.cv-txt {
    font-family: "Zen Maru Gothic";
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 5%;
}
}/* sp 999px */





/* ========================
about
==========================*/
.section--about {
    margin: 0 auto;
    padding: 350px 24.6% 0;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about__title {
    background-image: url(../images/frame.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    padding: 100px 8%;
    position: absolute;
    top: -42px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.about__title p {
    font-family: "Zen Maru Gothic";
    font-size:min(2vw,30px);
    font-weight: 700;
    text-align: center;
}

.venue {
    margin-top: 20px;
    line-height: 1.3;
}

.about__txt {
    font-size: 2.8rem;
    line-height: 2;
    text-align: center;
}

#photo_block_1{
	width: 250px;
	position: absolute;
	left: calc(50% - 600px);
	top: 0px;
}

#photo_block_2{
	width: 300px;
	position: absolute;
	left: calc(50% + 300px);
	top: -100px;
}


/* about sp */
@media screen and ( max-width:999px) {
	
.about__title {
    background-image: url(../images/frame.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 100%;
    transform: translateX(0%);
    position: static;
	padding: 100px 30px;
	margin-bottom: -30px;
}
	
    .section--about {
        padding: 0;
    }
    
    .about__title p {
        font-size:min(4vw,30px);
    }
    
    .venue {
        margin-top: 14px;
    }
    
    .about__txt {
        max-width: 600px;
        font-size: 1.8rem;
		margin-bottom: 30px;
    }

    .section--about::before {
        width: 18vw;
        height: 18vh;
    }

    .section--about::after {
        width: 22vw;
        height: 22vh;
    }
	
#photo_block_1{
	width: 48%;
	position: static;
	display: inline-block;
}

#photo_block_2{
	width:48%;
	position: static;
	display: inline-block;
}
	
	#photo_block_1 img,	#photo_block_2 img{
		width: 100%;
	}

}/* sp 999px */





/* ========================
eventDetails
==========================*/
.section--eventDetails {
    margin: 130px auto 0;
}

.eventDetails__box {
    max-width: 1120px;
    margin: 90px auto 0;
    display: flex;
    gap: 82.5px;
}
.examiner {
    padding: 144px 0 0 7.8%;
}

.examiner img {
    width: 265px;
    height: 368px;
    object-fit: cover;
}

.examiner__box {
    margin-top: 42px;
    text-align: center;
}

.examiner__txt:first-of-type {
    font-size: 1.8rem;
    line-height: 2.1;
    margin-top: 27px;    
}

.examiner__txt:last-of-type {
    font-size: 3rem;
    line-height: 1.3;
}

.examiner__txt span {
    display: block;
    font-family: "Inter";
    font-size: 1.8rem;
}

.examiner__role {
    font-size: 2.2rem;
}

.eventDetail__list {
    display: flex;
    flex-direction: column;
}

.eventDetail__content {
    padding: 48px 7.5% 48px;
    background-color: #fffdfd;
    border-radius: 77px;
    flex: 1;
}

.eventDetail__item {
    font-size: 2.2rem;
    line-height: 1.6;
}

.eventDetail__item span {
    display: block;
    margin-left: 12.4%;
}

.stage {
    margin-top: 48px;
}

.stage__txt {
    font-size: 2.2rem;
}

.stage img {
    width: 300px;
    height: 210px;
    margin-top: 12px;
    object-fit: cover;
}

/* eventDetails sp */
@media screen and ( max-width: 999px) {
    .eventDetails__box {
        max-width: 600px;
		width: 92%;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
        gap: 50px;
		display: block;
    }

    .examiner {
        padding: 0;
		margin-bottom: 50px;
    }
    .examiner__box {
        margin-top: 30px;
    }
    
    .examiner img {
        width: 180px;
        height: 250px;
		margin-left: auto;
		margin-right: auto;
		display: block;
    }
    
    .eventDetail__content {
        padding: 25px 4.5% 25px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .examiner__role {
        font-size: 1.8rem
    }

    .examiner__txt:first-of-type {
        font-size: 1.6rem;
        line-height: 2.1;
        margin-top: 10px;    
    }

    .examiner__txt:last-of-type {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    .examiner__txt span {
        display: block;
        font-family: "Inter";
        font-size: 1.4rem;
    }

    .eventDetail__item,.stage__txt {
        font-size: 1.6rem;
    }

    .stage {
        margin-top: 25px;
    }


    .stage img {
        width: 200px;
        height: 150px;
        margin-top: 8px;
        object-fit: cover;
    }
}/* sp 999px */

/* ========================
benefit
==========================*/
.section--benefit {
    max-width: 1920px;
    margin: 169px auto 0;
}

.benefit__container {
    max-width: 1120px;
    display: flex;
    margin: 80px auto 0;
    justify-content: center;
    align-items: center;
    gap: calc(10%);
}

.benefit__container img {
    width: 500px;
    height: 400px;    
    object-fit: cover;
}


.benefit__content {
    padding: 70px 4.6% 70px 6.6%;
    content: '';
    display: block;
    background-image: url(../images/speechBubbles.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 1;
}

.benefit__txt1 {
    font-size: 2.8rem;
}

.benefit__txt2 {
    font-size: 3rem;
    margin-top: calc(12%);
    line-height: 1.4;
}

.benefit__txt3 {
    font-size: 3rem;
    margin-top: calc(12%);
}

.benefit__txt3 span {
    font-size: 3.2rem;
    margin-left: calc(5%);
}

.benefit__txt4 {
    font-size: 2.8rem;
    margin-top: calc(12%);
}

/* benefit sp */
@media screen and ( max-width: 999px) { 
    .section--benefit {
        margin: 100px auto 0;
    }

    .benefit__container {
        max-width: 600px;
        margin: 0;
		margin-top: 50px;
        gap:0;
		display: block;
    }
    
    .benefit__container img {
        width: 80%;
		height: auto;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 20px;
    }
    
    
    .benefit__content {
        padding: 15px;;
        display: block;
        background-image: none;
		border: solid 1px #333;
        flex: auto;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
    }
	
	.benefit__content::after {
	background-image: url("../images/arrow_top.png");
		width: 24px;
		height: 24px;
		content: "";
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: -22px;
		left: calc(50% - 12px);
	}
    .benefit__txt1 {
        font-size: 16px;
    }
    
    .benefit__txt2 {
        font-size: 21px;
        margin-top: calc(5%);
        line-height: 1.4;
    }
    
    .benefit__txt3 {
        font-size: 21px;
        margin-top: calc(5%);
    }
    
    .benefit__txt3 span {
        font-size: 24px;
        margin-left: calc(5%);
    }
    
    .benefit__txt4 {
        font-size: 16px;
        margin-top: calc(5%);
    }
}/* sp 999px */

/* ========================
prize
==========================*/
.section--prize {
    margin: 153px auto 0;
}

.ribon {
    display: block;
    margin-bottom: 70px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
    width: 43vw; 
    object-fit: contain;
}

.prize__list {
	display: flex;
	align-items: center;   /* 垂直中央揃え */
	justify-content: center;
	gap: 2rem;    
}

.prize__item {
	display: flex;
	flex-direction: column; /* 中身を縦並び */
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;    /* 正円を保つ */
	width: 30vw;            /* ブラウザ幅に応じて拡縮 */
	max-width: 500px;       /* 最大サイズを制限 */
	border-radius: 50%;     /* 正円にする */
	background: #fff;
	overflow: hidden;       /* 円外のはみ出しを隠す */
	padding: 1rem;
}

.prizeItem__photo {
	width: 70%;
	max-width: 300px;
	height: auto;
	margin-bottom: 20px;
}

.prize__logo {
  width: 60%;
  height: auto;
	max-width: 300px;
}

.prize_or{
	font-size: 30px;
}

.prizeItem__title {
    font-size: 3rem;
    text-align: center;
}

.prizeItem__detail {
    margin-top: 1.7vh;
}

.prizeItem__txt {
    font-family: "Zen Maru Gothic";
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.prize_either{
	text-align: center;
	margin-top: -30px;
}


/* prize sp */
@media screen and ( max-width: 999px) {
    .section--prize {
		margin-top: 80px;
    }

    .prize__list {
        max-width: 600px;
        margin: 33px auto;
        flex-direction: column;
        gap: 0px;
    }

    .ribon {
        width: 90%;
		margin-bottom: 50px;
		margin-top: 60px;
    }

    .prize__item {
	width: 80vw;            /* ブラウザ幅に応じて拡縮 */
	max-width: 480px;       /* 最大サイズを制限 */
	border-radius: 50%;     /* 正円にする */
	background: #fff;
	overflow: hidden;       /* 円外のはみ出しを隠す */
	padding: 20%;
		margin-bottom: 20px;
}
	
    .prizeItem__title {
        font-size: 2.1rem;
    }

    .prizeItem__photo {
       width: 100%!important;
    }

    .prizeItem__detail {
        margin-top: 1.7vh;
    }

    .prizeItem__txt {
        font-size: 2.2rem;
    }

    .prize__logo {
  		width: 100%;
    }
	
	.prize_or{
		font-size: 24px;
		margin-bottom: 20px;
	}
}/* sp 999px */

/* ========================
examination
==========================*/
.section--examination {
    max-width: 1920px;
    margin: 153px auto 0;
}

.examination__container {
    max-width: 1120px;
    margin: 106px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.examination__container:last-of-type{
    margin-top: 65px;
}

.examination__photo {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
}

.examination__photo--position {
    object-position: 0 18%;
}

.examination__content {
    margin-left: 43px;
}

.examination__detail {
    font-family: "Zen Maru Gothic";
    font-size: 2.8rem;
    font-weight: 700;
}

.examination__list {
    margin-top: 14px;
	width: 100%;
}

.examinationList__content {
    display: flex;
    border: 1px solid #42210b;
    border-bottom: none;
	width: 800px;
}

.examinationList__content--boder {
    border: 1px solid #42210b;
}

.examinationList__content--padding {
    padding-right: 70px;
}

.examinationList__titleBox {
	flex: 1;
	display: flex; /* 子内でセンタリング用 */
    align-items: center;
	justify-content: center;
    background-color: #fffdfd;
    z-index: -1;
	width: 20%;
}

.examinationList__title {
    text-align: center;
    white-space: nowrap;
    padding:0 28px;
}

.examinationList__txtBox {
    padding: 30px;
	width: 80%;
}


.examinationList__txt {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 15px;
}

.examinationList__txt span {
    display: block;
    font-size: 1.8rem;
}

.examinationList__txt--nomagin {
    margin-top: 0;
}

/* examination sp */
@media screen and ( max-width: 999px) {
    .section--examination {
        margin-top: 100px;
    }
	
.examinationList__title {
    padding:0 15px;
}

    .examination__container {
        max-width: 600px;
        margin: 50px auto 0;
        flex-direction: column;
    }

    .examination__container:last-of-type{
        margin-top: 70px;
    }

    .examination__photo {
        width: 300px;
        height: 300px;
		margin-bottom: -20px;
    }
	
	.examinationList__content{
		width: auto;
	}

    .examination__photo--position {
        object-position: 0 18%;
    }

    .examination__content {
        margin: 50px 0 0;
    }

    .examination__detail {
        font-size: 2.2rem;
    }

    .examination__list {
        margin-top: 20px;
    }

    .examinationList__content--padding {
        padding-right: 0px;
    }

    .examinationList__title {
        padding:0 25px;
    }

    .examinationList__txtBox {
        padding: 20px;
    }

    .examinationList__txt {
        font-size: 2rem;
    }

    .examinationList__txt span {
        font-size: 1.4rem;
    }
}/* sp 999px */




/* ========================
sponsor
==========================*/
.section--sponsor {
    max-width: 1120px;
    margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
}

.sponsor__logo {
    max-width: 1120px;
    margin: 90px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 145px;
}

.starFit__txt {
   font-family: "Zen Maru Gothic";
   font-size: 2.8rem;
   font-weight: 700;
   line-height: 1.3; 
}

.starFit__logo {
   width: 400px;
   margin-bottom: 5px; 
}

.starFit__logo img{
	width: 100%;
}

.sanPark__logo {
    width: 400px;
}

/* sponsor sp */
@media screen and ( max-width: 999px) {
    .section--sponsor {
        margin-top: 100px;
    }

    .sponsor__logo {
        max-width: 600px;
        margin-top: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .starFit__txt {
        font-size: 2rem;
        text-align: center;
        }

        .starFit__logo {
        width: 300px;
        margin-bottom: 0px; 
        }

    .sanPark__logo {
        width: 300px;
    }
}/* sp 999px */

/* ========================
footer
==========================*/
.footer {
    margin-top: 154px;
    padding: 85px 0 80px;
    background:linear-gradient(0deg, #7f2f44 0%,#460614 100%);
}

.footer__content {
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 45px;
    margin: 0 auto;
}

.footer__title {
    font-family: "Zen Maru Gothic";
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.7;
    color: #fffdfd;
    text-align: center;
}

.inquiry__txt {
    font-family: "Zen Maru Gothic";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    color: #fffdfd;
    text-align: center;
}

.inquiry__btn {
    font-family: "Zen Maru Gothic";
    font-size: 3rem;
    font-weight: 700;
    color: #fffdfd;
    line-height: 1.4;
    text-align: center;
    padding: 24px 5% 28px;
    border: 2px solid #fffdfd;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    transition: 0.4s;
}

.inquiry__btn:hover {
    background-color: #fffdfd;
    color: #7f2f44;
}

/* footer sp */
@media screen and ( max-width: 999px) {
    .footer {
        margin-top: 100px;
        padding: 80px 0 80px;
    }

    .footer__content {
        max-width: 600px;
        gap: 30px;
    }

    .footer__title {
        font-size: 2.6rem;
        line-height: 1.5;
    }

    .inquiry__txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .inquiry__btn {
        font-size: 2.2rem;
        padding: 15px 5% 18px;
        border-radius: 50px;
    }    
}/* sp 999px */


.mb40{
	margin-bottom: 30px;
}

.extra_prize {
	text-align: center;
	margin-bottom: 40px;
	border: solid 1px #42210b;
	padding: 50px;
}

.extra_prize h4 {
    font-family: "Zen Maru Gothic";
    font-size:min(1.8vw,36px);
    font-weight: 700;
    text-align: center;
    position: relative;
	margin-bottom: 30px;
}

.extra_prize h4::before {
    content: '';
    display: block;
    width: 10vw;
    height: 5vh;
	max-width: 150px;
    background-image: url("../images/sub_deco.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(25%);
    top: 50%;
    transform: translateY(-50%);
}

.extra_prize h4::after {
    content: '';
    display: block;
    width: 10vw;
    height: 5vh;
	max-width: 150px;
    background-image: url("../images/sub_deco.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(25%);
    top: 50%;
    transform: scaleX(-1) translateY(-50%);
}

.extra_prize p{
	line-height: 1.8;
}

@media screen and ( max-width: 999px) {
	.extra_prize {
		text-align: center;
		margin-bottom: 30px;
		padding: 30px;
	}
	
	.extra_prize h4 {
    	font-size:min(4vw,27px);
		margin-bottom: 20px;
	}
}