@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, ol, ul, li, dl, dt, dd, footer, header, section, article, aside, address, blockquote, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;/* 10px */
	scroll-behavior: smooth;
}
body {
	font-family:'Noto Sans JP',sans-serif;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(239,246,204,0.20);
	background: #fffbcd url("/images/meito-2025cp/form/bg_pc.jpg") top center/contain repeat-y;
	overflow-wrap: break-word;
	word-break: break-all;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: normal;
}
html,
body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
header,
footer {
	width: 100%;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a img {border: none;}
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}
::-moz-selection {
	background-color: #ffeab8;
}
::selection {
	background-color: #ffeab8;
}
ul, ol {
	list-style: none;
}
.pc_only {
	display: none;
}
@media screen and (max-width: 959px) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		background: #fffbcd url("/images/meito-2025cp/form/bg_sp.jpg") top center/contain repeat-y;
	}
	.mouseover:hover {
		opacity: 1;
	}
}
@media screen and (min-width:768px) {
	.pc_only {
		display: block;
	}
	img.pc_only,
	a.pc_only {
		display: inline;
	}
	.sp_only {
		display: none;
	}
	a:hover {
		color: #005d32;
		text-decoration: underline;
	}
	a:active {
		color: #005d32;
		text-decoration: underline;
	}
	a:link img,
	a:visited img {
		cursor: pointer;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:hover img {
		cursor: pointer;
		opacity: 0.8;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:active img {
		cursor: pointer;
		transition-duration: 0.1s;
		transition-delay: 0s;
	}
}
/* ------------------------------------------------ */
img.pc-only {
	display: none;
}

.wallpaper {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
/* header */
header h1 {
	text-align: center;
}
header h1 img {
	width: 100%;
	max-width: 1000px;
}
/* //header */
/* terms */
.terms {
	margin: 0 auto 8vw;
	padding: 8vw 5vw 0;
}
/* //terms */
.inquiry-block {
	max-width: 1000px;
	padding: 4vw;
	margin: 0 auto 4vw;
}
.inquiry-title {
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.inquiry-title:before, .inquiry-title:after {
	content: "";
	display: block;
	flex: 1;
	height: 2px;
	background-color: #000;
}
.inquiry-sub-title {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 0.4em;
}
.inquiry-text {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	line-height: 1.2;
}
.inquiry-text-bold {
	font-weight: 800;
}
.inquiry-notice {
	font-size: 1.3rem;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.copyright-text {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 15px 0;
}
@media screen and (min-width: 768px) {
	img.pc-only {
		display: inline;
	}
	img.sp-only {
		display: none;
	}
	br.sp-only {
		display: none;
	}
	/* terms */
	.terms {
		max-width: 840px;
		margin: 0 auto 50px;
		padding: 50px 20px 0;
	}
	/* //terms */
	.inquiry-block {
		width: fit-content;
		padding: 0 15px 30px;
		margin: 30px auto 30px;
	}
	.inquiry-block br.sp-only {
		display: none;
	}
	.inquiry-title {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.inquiry-sub-title {
		font-size: 1.7rem;
	}
	.inquiry-text {
		font-size: 1.5rem;
	}
	.inquiry-notice {
		font-size: 1.5rem;
	}
	.copyright-text {
		padding: 20px 10px;
	}
}

/* ------------------------------------------------ */
/* dice */
.c-dice__ttl {
    width: calc(300 / 1100 * 100%);
    margin-inline: auto;
    padding-top: min(10 / 1366 * 100%, 70px);
    padding-bottom: min(20 / 1366 * 100%, 70px);
}
@media screen and (max-width: 750px) {
    .c-dice__ttl {
         width: calc(200 / 375 * 100vw);
        padding-top: calc(10 / 375 * 100vw);
        padding-bottom: calc(10 / 375 * 100vw);
    }
}
.c-section-1__ttl {
    width: calc(357 / 980 * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-1__ttl {
        width: calc(180 / 375 * 100vw);
    }
}

.c-tabs {
    width: min(1100 / 1366 * 100%, 1100 * 1px);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-tabs {
        width: calc(345 / 375 * 100vw);
    }
}
.c-tabs__body {
    position: relative;
}
.c-tabs__body::before {
    content: "";
    display: block;
    width: calc(100% - 3 / 1100 * 100%);
    height: 100%;
    background: url("/images/meito-2025cp/form/bg_6.png") repeat 0 0/100% auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
@media screen and (max-width: 750px) {
    .c-tabs__body::before {
        width: calc(100% - 1 / 375 * 100vw);
        height: calc(100% / 375 * 100vw);
        background-image: url(/images/meito-2025cp/form/sp/bg_6.png);
    }
}
.c-tabs__tab-panel {
    margin-inline: auto;
    margin-top: calc(-3 / 980 * 100%);
    padding-block: calc(40 / 1366 * 100%);
    border-radius: min(20 / 1366 * 100vw, 20px);
    position: relative;
     background-color: #FF2828;
}
@media screen and (max-width: 750px) {
    .c-tabs__tab-panel {
        margin-top: calc(-1 / 375 * 100vw);
        padding-block: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
        border-radius: calc(6 / 375 * 100vw);
    }
}
.c-tabs__tab-panel::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid;
    border-top: none;
    border-radius: min(20 / 1366 * 100vw, 20px);
    border-color: #FF2828;
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
}
@media screen and (max-width: 750px) {
    .c-tabs__tab-panel::after {
        border-width: calc(1 / 375 * 100vw);
    }
}
.c-tabs__tab-panel-inner {
    max-width: calc(1030 / 1100 * 100%);
    margin-inline: auto;
    position: relative;
    z-index: 10;
}
.c-section-1__ttl-txt {
    margin-top: min(20 / 1100 * 100vw, 20px);
    margin-bottom: min(100 / 1100 * 100vw, 20px);
    font-size: min(20 / 1100 * 100vw, 30px);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-section-1__ttl-txt {
        margin-top: calc(20 / 375 * 100vw);
        margin-bottom: calc(50 / 375 * 100vw);
        font-size: calc(10 / 375 * 100vw);
    }
}
.c-section-1__movie {
    position: relative;
    margin-inline: auto;
    width: 100%;
    aspect-ratio: 16/9;
}
.c-section-1__movie video {
    display: block;
    width: 100%;
    height: 100%;
}