@charset "utf-8";

body {
	font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 500;
}

.pc {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 62.5%;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    html {
    font-size: 1.3003901170351104vw;
    }
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	/*line-height: 1.5;*/
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	font-size: 1.6rem;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	object-fit: contain;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.layout-author {
	margin-top: 5.9375rem;
	position: relative;
	padding-bottom: 5rem;
}

.button,
.button--green {
	background-color: #5a2800;
	border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    width: 10.25rem;
    min-width: 164px;
}

.button--green {
	background-color: #00b900;
	text-transform: uppercase;
}
.cta-button {
	background-color: #1862BC;
	box-shadow: 0 0.3125rem 0 #184988;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.024em;
	line-height: 1;
	/*max-width: 15.375rem;*/
	padding: 12px 0 11px;
	text-align: center;
	transition: 0.2s;
	width: 100%;
}
.cta-button span {
	padding-left: 1.25rem;
	position: relative;
}
.cta-button span::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}
.footer {
	background-image: linear-gradient(to bottom, transparent 0%,transparent 55%, #fbf0e7 55%, #fbf0e7 100%);
	background-image: linear-gradient(to bottom, transparent 0% 55%, #fbf0e7 55% 100%);
}

.footer__body {
	position: relative;
}

.footer__icon {
	margin-left: auto;
	max-width: 13.3125rem;
	position: absolute;
	right: calc(50% - 9.8125rem);
	top: -6.25rem;
}

.footer__icon img {
	-o-object-fit: cover;
	aspect-ratio: 213/56;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.footer__img {
	bottom: 2.1875rem;
	left: 43%;
	margin-top: 0.4375rem;
	max-width: 16.75rem;
	position: relative;
	transform: translateX(-50%);
}
.footer__img img {
	-o-object-fit: cover;
	aspect-ratio: 268/177;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.footer__copyright {
	background-color: #fff;
	border-top: 1px solid #707070;
	height: 3.5625rem;
	padding-top: 0.625rem;
	text-align: center;
}
.footer__copyright small {
	color: #333;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3333333333;
}
.header {
	background-color: #fff;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 0.75rem 0 0.6875rem;
	right: 0;
	top: 0;
	z-index: 900;
}
.header__inner {
	align-items: center;
	display: flex;
	padding: 0 0.5rem;
}
.header__logo {
	display: flex;
}
.header__logo a {
	display: inline-block;
	height: inherit;
	width: 7.5rem;
	min-width: 120px;
}
.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 120/51;
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.header__buttons {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-left: auto;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 36.25rem;
	width: 100%;
}

.lineup__inner.inner {
	padding: 0 2.375rem;
}

.lineup__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
}
.lineup__content ul {
	display: flex;
	max-width: 600px;
	gap: 100px;
}
.lineup__content ul li {
	text-align: center;
}
.lineup__cta-block {
	width: 100%;
    display: flex;
    justify-content: center;
    padding: 70px;
}
.lineup__cta-block::after {
	background-image: url("../images/icon-hand.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.5625rem;
	content: "";
	height: 5.1875rem;
	position: absolute;
	right: 0.625rem;
	width: 5.3125rem;
}
.lineup__cta-body {
	width: 100%;
    max-width: 1000px;
    background: #fff;
    border-radius: 60px;
    padding: 50px 70px 70px;
}

.lineup__cta-head {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.064em;
	line-height: 1.3333333333;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}
.lineup__cta-buttons {
	margin-top: 1rem;
}

.lineup__cta-button {
	flex: 1;
}

.lineup__cta-button:not(:first-child) {
	margin-top: 1.8125rem;
}



.pagetop {
	bottom: 5.5rem;
	height: 6.1875rem;
	padding: 0;
	position: fixed;
	right: 0;
	width: 5rem;
	z-index: 100;
}

.pagetop img {
	-o-object-fit: contain;
	aspect-ratio: 179/198;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

@media (hover: hover) {

.cta-button:hover,
.cta-button--line:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.3125rem);
}

}

@media screen and (min-width: 768px) {

.pc {
	display: block;
}

.sp {
	display: none;
}

html {
	font-size: 1.7777777778vw;
}

.button,
.button--green {
	font-size: 1rem;
	padding: 0.9375rem 1.25rem;
	width: 100%;
}
.cta-button,
.cta-button--line {
	box-shadow: 0 0.4375rem 0 #184988;
	padding: 1.3125rem 0;
	width: 100%;
}
.footer {
	background-image: linear-gradient(to bottom, transparent 0%,transparent 63%, #fbf0e7 63%, #fbf0e7 100%);
	background-image: linear-gradient(to bottom, transparent 0% 63%, #fbf0e7 63% 100%);
}

.footer__icon {
	bottom: 4.0625rem;
	right: calc(50% - 18.3125rem);
	top: auto;
	top: initial;
}

.footer__img {
	bottom: 2.5rem;
	left: 48.3%;
	max-width: 24rem;
}

.footer__img img {
	aspect-ratio: 384/252;
}

.footer__copyright {
	height: 4.375rem;
	padding-top: 0.75rem;
}

.header {
	padding: 0.5rem 0 0.45rem;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 63.75rem;
}

.header__logo a {
	width: 10.375rem;
}

.header__buttons {
	flex-direction: initial;
	gap: 1.25rem;
}

.inner {
	max-width: 1190px;
}

.lineup__content {
	display: flex;
	gap: 1.9375rem;
	justify-content: center;
}

.lineup__cta-block::after {
	height: 6.0625rem;
	right: 1.25rem;
	width: 6.1875rem;
}

.lineup__cta-head {
	font-size: 1.5rem;
}


.lineup__cta-buttons {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 40px;
}
.lineup__cta-button:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}
.pagetop {
	bottom: 6.25rem;
	height: 6rem;
	right: 1rem;
	width: 5.625rem;
}
}

@media screen and (hover: hover) and (min-width: 768px) {

.cta-button:hover,
.cta-button--line:hover {
	transform: translateY(0.4375rem);
}

}

@media (min-width: 900px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1280px) {

.header__inner {
	max-width: 100%;
	padding: 0 11.4375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}
