html {
	scrollbar-color: #E2564B #282E33;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

body {
	background-attachment: fixed;
	background-image: url("../img/bg-page-sp.webp");
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #486061;
	font-family: "LINE Seed JP", sans-serif;
	font-feature-settings: "palt" 1;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.75;
	min-height: 100vh;
	position: relative;
}

body.home {
	background-image: url("../img/bg-top-sp.webp");
}

body.post-type-archive-bakeizuko {
	background-image: url("../img/bg-bakeizuko-sp.webp");
}

::-moz-selection {
	background-color: #E2564B;
	color: #fff;
}

::selection {
	background-color: #E2564B;
	color: #fff;
}

rt {
	text-align: center;
}

.parallax {
	will-change: transform;
}

.main-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
}

main {
	max-width: 796px;
	padding-inline: 43px;
	padding-top: 123px;
	position: relative;
	width: 100%;
	z-index: 0;
}

main::before,
main::after {
	background: #000;
	content: "";
	height: 200%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	z-index: 2;
}

main::before {
	left: 42px;
}

main::after {
	right: 42px;
}

section {
	background: #F0F4F4;
	position: relative;
}

section::before,
section::after {
	background: #000;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 200vw;
	z-index: 2;
}

section::before {
	top: 0;
}

section::after {
	bottom: 0;
}

.u-bg-gr {
	background: #486061;
}

.u-bg-g02 {
	background: #F0F4F4;
}

.u-bg-r {
	background: #e2564b;
}

.u-bg-sub {
	background-color: #486061;
}

.u-bg-igetada {
	background-color: #4B64C8;
}

.u-bg-shage {
	background-color: #D4415B;
}

.u-bg-dorazou {
	background-color: #E8A502;
}

.u-bg-gf {
	background-color: #6E9452;
}

.u-bg-tarumichi {
	background-color: #B9A000;
}

.u-bg-ori {
	background-color: #A29AAE;
}

.u-bg-oroshi {
	background-color: #43694C;
}

.u-bg-misoka {
	background-color: #F48D7E;
}

.u-bg-hizumi {
	background-color: #8A97AC;
}

.u-tx-w {
	color: #fff;
}

.u-tx-r {
	color: #e2564b;
}

.u-bd-b {
	border: 2px solid #000;
}

.u-en {
	font-family: "Squada One", "LINE Seed JP", sans-serif;
	letter-spacing: normal;
}

.u-mt0 {
	margin-top: 0 !important;
}

.u-link-arrow {
	display: inline-block;
	padding-right: 27px;
	position: relative;
}

.u-link-arrow::after {
	aspect-ratio: 1/1;
	background: url(../img/icon-arrow-upright.svg) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.c-wrap {
	margin: 0 auto;
	padding-inline: 43px;
	width: 100%;
}

.c-button {
	align-items: center;
	border-radius: 100px;
	cursor: pointer;
	display: flex;
	gap: 29px;
	padding: 4px 6px 4px 31px;
	transition: 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button:hover {
	background: #fff;
}

.c-button:hover .c-button__text path {
	fill: #486061;
}

.c-button:hover .c-button__icon {
	background: #486061;
}

.c-button:hover .c-button__icon path {
	fill: #fff;
}

.c-button__text {
	height: 23px;
	transition: 0.3s;
}

.c-button__text svg {
	display: block;
	height: 100%;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button__text svg path {
	display: block;
	height: 100%;
	transition: 0.3s;
}

.c-button__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	transition: 0.3s;
	width: 35px;
}

.c-button__icon svg {
	aspect-ratio: 21.42/19.77;
	display: block;
	width: 22px;
}

.c-button__icon svg path {
	display: block;
	transition: 0.3s;
	width: 100%;
}

.c-button.--sm {
	gap: 15px;
	padding: 2px 6px 3px 18px;
}

.c-button.--sm .c-button__text {
	height: 12px;
}

.c-button.--sm .c-button__text svg {
	display: block;
}

.c-button.--sm .c-button__icon {
	width: 19px;
}

.c-button.--sm .c-button__icon svg {
	width: 14px;
}

.c-copy-box {
	align-items: start;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	gap: 7px;
	margin-top: 33px;
	width: 100%;
}

.c-copy-box__input {
	background: #fff;
	border-radius: 8px;
	font-size: 20px;
	letter-spacing: 0.07em;
	outline: none;
	padding: 5px 17px;
	width: 100%;
}

.c-copy-box__button {
	align-items: center;
	background: #E6EAEB;
	border-radius: 8px;
	display: flex;
	font-size: 20px;
	justify-content: center;
	padding: 5px 5px;
	width: 200px;
}

.c-plus-icon {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 13px;
	transition: 0.3s;
	width: 36px;
	z-index: 3;
}

.c-plus-icon__inner {
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	position: relative;
	transition: 0.3s;
	width: 27px;
}

.c-plus-icon__inner span {
	background-color: #486061;
	border-radius: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.c-plus-icon__inner span:nth-child(1) {
	height: 3px;
	width: 17px;
}

.c-plus-icon__inner span:nth-child(2) {
	height: 17px;
	width: 3px;
}

/* c-top-sec */

.c-top-sec {
	display: flex;
	margin-top: 139px;
}

.c-top-sec__head {
	align-items: center;
	border-right: 1px solid #000;
	display: flex;
	flex-direction: column;
}

.c-top-sec__icon {
	border-bottom: 1px solid #000;
	width: 55px;
}

.c-top-sec__head-img {
	margin-block: 9px;
	width: 29px;
}

.c-top-sec__content {
	width: 100%;
}

.c-top-sec__body {
	padding: 61px 29px;
	width: 100%;
}

.c-top-sec__body+.c-top-sec__body {
	border-top: 2px solid #000;
}

.c-top-sec__body>p {
	font-size: 24px;
	margin-top: 2em;
}

.c-top-sec__body a {
	font-size: 24px;
	font-weight: bold;
}

.c-top-sec__subhead-img {
	height: 30.14px;
}

.c-top-sec__subhead-img.--lg {
	height: 74.47px;
}

.c-top-sec__button {
	margin-left: auto;
	margin-top: 49px;
}

.c-top-sec__banner {
	display: block;
	margin-top: 47px;
	width: 100%;
}

.c-top-sec__item-head {
	color: #fff;
	font-size: 22px;
	margin-top: 54px;
	padding-left: 10px;
	width: 100%;
}

.c-top-sec__item-head+p {
	margin-top: 9px;
}

.c-top-sec__table tr {
	border-top: 15px solid transparent;
	font-size: 24px;
}

.c-top-sec__table th {
	border-right: 1px solid #7d8e8d;
	font-weight: 400;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	width: 124px;
}

.c-top-sec__table td {
	padding-left: 20px;
}

.c-top-sec__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 40px;
	margin-top: 4px;
}

/* c-sec */

.c-sec {
	margin-top: 140px;
}

.c-sec.--note {
	margin-top: 67px;
}

.c-sec__head {
	padding: 59px 28px;
}

.c-sec__visually-hidden {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.c-sec__title-img {
	display: inline-block;
	height: 30px;
}

.c-sec__title-img.--ruby {
	height: 47px;
}

.c-sec__title-img.--concept-head01 {
	height: 180px;
}

.c-sec__title-img.--concept-head {
	height: 75px;
}

.c-sec__subtitle-img {
	display: inline-block;
	height: 31px;
}

.c-sec__subtitle-img.--ruby {
	height: 47px;
}

.c-sec__inner {
	padding: 0 27px 56px;
}

.c-sec__inner>h3 {
	margin-top: 59px;
}

.c-sec__inner>p {
	font-size: 24px;
	margin-top: 55px;
}

.c-sec ul {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 34px;
}

.c-sec ul.--btm-h3 {
	margin-top: 30px;
}

.c-sec ul.--timeline {
	margin-top: 3px;
}

.c-sec ul li {
	font-size: 24px;
	padding-left: 1em;
	position: relative;
}

.c-sec ul li::before {
	aspect-ratio: 1/1;
	background: #486061;
	content: "";
	left: 6px;
	position: absolute;
	top: 21px;
	width: 6px;
}

.c-sec__img {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	width: 100%;
}

.timeline {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 54px 26px;
	position: relative;
	z-index: 0;
}

.timeline__item {
	align-items: start;
	display: flex;
	gap: 36px;
}

.timeline__label {
	background: #7D8E8D;
	border-radius: 100px;
	display: inline-block;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-top: 19px;
	position: relative;
	text-align: center;
	width: 155px;
	z-index: 0;
}

.timeline__label span {
	font-size: 37px;
	font-weight: 400;
}

.timeline__label::before {
	background: #7D8E8D;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(50%, -50%);
	width: 100%;
	z-index: -1;
}

.timeline__label::after {
	aspect-ratio: 1/1;
	background: #e2564b;
	border-radius: 100px;
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(100%, -50%);
	width: 16px;
}

.timeline__content {
	background: #F0F4F4;
	border: 1px solid #7D8E8D;
	padding: 16px 23px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.timeline__title {
	font-size: 24px;
	font-weight: bold;
}

.timeline__banner {
	margin-top: 29px;
	width: 100%;
}

.c-modal-close {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 200px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 29px;
	top: 34px;
	width: 66px;
	z-index: 101;
}

.c-modal-close:hover .c-modal-close__inner {
	background: #486061;
}

.c-modal-close:hover .c-modal-close__inner span {
	background: #fff;
}

.c-modal-close__inner {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	position: relative;
	transition: 0.3s;
	width: 50px;
}

.c-modal-close__inner span {
	background: #486061;
	border-radius: 4px;
	height: 4px;
	position: absolute;
	transition: 0.3s;
	width: 35px;
}

.c-modal-close__inner span:nth-child(1) {
	transform: rotate(45deg);
}

.c-modal-close__inner span:nth-child(2) {
	transform: rotate(-45deg);
}

.c-archive-modal-overlay {
	background: rgba(170, 163, 163, 0.7);
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 9999;
}

.c-archive-modal-overlay#js-bakeizuko-modal-overlay {
	padding: 0;
}

.c-archive-modal-overlay#js-bakeizuko-modal-overlay .c-modal-close {
	right: 23px;
	top: 19px;
	transform: translate(0);
}

.c-archive-modal-overlay#js-bakeizuko-modal-overlay .c-archive-modal-overlay__inner::before,
.c-archive-modal-overlay#js-bakeizuko-modal-overlay .c-archive-modal-overlay__inner::after {
	display: none;
}

.c-archive-modal-overlay__wrap {
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.c-archive-modal-overlay__wrap::before,
.c-archive-modal-overlay__wrap::after {
	display: none;
}

.c-archive-modal-overlay__wrap::before {
	left: 0px;
}

.c-archive-modal-overlay__wrap::after {
	right: 0px;
}

.c-archive-modal-overlay__inner {
	height: 100%;
	position: relative;
}

.c-archive-modal-overlay__inner::before,
.c-archive-modal-overlay__inner::after {
	background: #000;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 200vw;
	z-index: 2;
}

.c-archive-modal-overlay__inner::before {
	top: 0;
}

.c-archive-modal-overlay__inner::after {
	bottom: 0;
}

.c-archive-modal-overlay__content {
	height: 100%;
	max-width: 1200px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

.c-archive-modal-note__nav {
	border-top: 2px solid #000;
	display: flex;
	flex-direction: column;
	position: relative;
}

.c-archive-modal-note__nav button+button {
	border: none;
}

.c-archive-modal-nav {
	border-top: 2px solid #000;
	display: flex;
	flex-direction: column;
	position: relative;
}

.c-archive-modal-nav::after {
	background: #000;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.c-archive-modal-nav__link {
	align-items: center;
	border-bottom: 2px solid #000;
	display: flex;
	gap: 60px;
	height: 186px;
	overflow: hidden;
	padding-inline: 40px;
	position: relative;
	width: 100%;
}

.c-archive-modal-nav__link:hover .c-archive-modal-nav__thumb img {
	transform: scale(1);
}

.c-archive-modal-nav__link:hover .c-archive-modal-nav__icon {
	background: #fff;
}

.c-archive-modal-nav__link:hover .c-archive-modal-nav__icon__inner {
	background: #486061;
}

.c-archive-modal-nav__link:hover .c-archive-modal-nav__icon__inner path {
	fill: #fff;
}

.c-archive-modal-nav__link.--next {
	flex-direction: row-reverse;
	justify-content: end;
	margin-left: auto;
}

.c-archive-modal-nav__thumb {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-archive-modal-nav__thumb img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transform: scale(1.1);
	transform-origin: center;
	transition: 0.3s;
}

.c-archive-modal-nav__thumb::after {
	background: #000000;
	content: "";
	inset: 0;
	opacity: 0.5;
	position: absolute;
}

.c-archive-modal-nav__content {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 397px;
	width: 100%;
}

.c-archive-modal-nav__title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2083333333;
	text-align: left;
}

.c-archive-modal-nav__row {
	align-items: center;
	display: flex;
	gap: 10px;
}

.c-archive-modal-nav__label {
	background: #fff;
	border-radius: 4px;
	color: #7d8e8d;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 9px;
}

.c-archive-modal-nav__label.--bake {
	font-size: 16px;
	font-weight: bold;
	padding: 6px 9px;
}

.c-archive-modal-nav__label span {
	font-family: "Squada One", "LINE Seed JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.c-archive-modal-nav__tag {
	color: #7d8e8d;
	font-size: 13px;
}

.c-archive-modal-nav__icon {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	right: 14px;
	top: 13px;
	transition: 0.3s;
	width: 79px;
	z-index: 3;
}

.c-archive-modal-nav__icon.--prev {
	transform: rotate(-90deg);
}

.c-archive-modal-nav__icon.--next {
	transform: rotate(90deg);
}

.c-archive-modal-nav__icon__inner {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	position: relative;
	transition: 0.3s;
	transition: 0.3s;
	width: 51px;
}

.c-archive-modal-nav__icon__inner svg {
	aspect-ratio: 28/31;
	display: block;
	width: 31px;
}

.c-archive-modal-nav__icon__inner svg path {
	display: block;
	height: 100%;
	transition: 0.3s;
	width: 100%;
}

.header {
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header.is-open .header__wrap {
	border-bottom: 2px solid #fff;
}

.header.is-open .header__logo,
.header.is-open .header__icon {
	background: #e2564b;
	border-color: #fff;
}

.header.is-open .header__logo:hover,
.header.is-open .header__icon:hover {
	background: #fff;
	border-color: #e2564b;
}

.header.is-open .header__logo:hover svg path,
.header.is-open .header__icon:hover svg path {
	fill: #e2564b;
}

.header.is-open .header__logo:hover span,
.header.is-open .header__icon:hover span {
	background: #e2564b;
}

.header__wrap {
	border: none;
	padding-inline: 72px;
	transition: 0.3s;
	z-index: 99;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 26px;
}

.header__logo {
	display: block;
	padding: 13px 5px;
	pointer-events: all;
	transition: 0.3s;
}

.header__logo svg {
	display: block;
	width: 137px;
}

.header__logo svg path {
	transition: 0.4s;
}

.header__logo:hover {
	background: #fff;
}

.header__logo:hover svg path {
	fill: #486061;
}

.header__icon {
	align-items: center;
	aspect-ratio: 1/1;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	pointer-events: all;
	transition: 0.3s;
	width: 68px;
}

.header__icon:hover {
	background: #fff;
}

.header__icon:hover span {
	background: #486061;
}

.header__icon span {
	background: #fff;
	display: block;
	height: 5px;
	transition: 0.3s;
	width: 40px;
}

.header__icon.is-open span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.header__icon.is-open span:nth-child(2) {
	opacity: 0;
}

.header__icon.is-open span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.header__nav {
	background: #e2564b;
	inset: 0;
	left: 0;
	overflow-y: auto;
	padding-inline: 42px;
	padding-top: 121px;
	pointer-events: none;
	position: relative;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: 0.3s;
	z-index: -1;
}

.header__nav.is-open {
	pointer-events: all;
	transform: translateY(0%);
}

.header__nav-wrap {
	padding: 37px 30px;
	position: relative;
}

.header__nav-wrap::before,
.header__nav-wrap::after {
	background: #fff;
	content: "";
	height: 200%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	z-index: 2;
}

.header__nav-wrap::before {
	left: 0px;
}

.header__nav-wrap::after {
	right: 0px;
}

.header__nav-list {
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.header__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.header__item-banner {
	width: 384px;
}

.header__item-banner img {
	width: 100%;
}

.header__item-wrap {
	align-items: center;
	display: flex;
	gap: 14px;
}

.header__nav-link {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 30px;
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	padding: 4px 20px 4px 8px;
	transition: 0.3s;
}

.header__nav-link:hover {
	background: #fff;
}

.header__nav-link:hover .header__nav-icon {
	background: #e2564b;
}

.header__nav-link:hover .header__nav-icon svg path {
	fill: #fff;
}

.header__nav-link:hover .header__text svg path {
	fill: #e2564b;
}

.header__nav-icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: 0.3s;
	width: 37px;
}

.header__nav-icon path {
	transition: 0.3s;
}

.header__text {
	height: 34.5px;
}

.header__text svg {
	display: block;
	height: 100%;
	width: -moz-fit-content;
	width: fit-content;
}

.header__text svg path {
	display: block;
	height: 100%;
	transition: 0.3s;
}

.header__line {
	background: #f0f4f4;
	display: block;
	height: 1px;
	opacity: 0.7;
	opacity: 0.7;
	width: 100%;
}

.header__desc {
	color: #f0f4f4;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: bold;
	opacity: 0.7;
}

.fv {
	height: 326px;
	width: 100%;
}

.fv__inner {
	align-items: end;
	display: flex;
	height: 100%;
	justify-content: end;
	overflow: hidden;
	padding: 25px 36px;
	position: relative;
}

.fv__logo {
	position: absolute;
}

.fv__logo.--world {
	left: -25px;
	top: -12px;
	width: 384px;
}

.fv__logo.--note {
	left: 43px;
	top: -12px;
	width: 183px;
}

.fv__logo.--concept {
	left: 37px;
	top: -19px;
	width: 135px;
}

.fv__logo.--chara {
	left: 37px;
	top: -19px;
	width: 135px;
}

.fv__title img {
	display: inline-block;
	height: 41px;
}

.to-top {
	align-items: center;
	aspect-ratio: 1/1;
	border-width: 4px;
	bottom: 11px;
	display: flex;
	justify-content: center;
	position: fixed;
	right: 11px;
	transition: 0.3s;
	width: 63px;
}

.to-top svg {
	display: block;
	width: 34px;
}

.to-top svg path {
	transition: 0.3s;
}

.to-top:hover {
	background: #fff;
	cursor: pointer;
}

.to-top:hover svg path {
	fill: #486061;
}

.footer {
	display: flex;
	justify-content: center;
	padding-block: 100px;
}

.footer__copy {
	font-size: 18px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
	position: relative;
}

.modal-hidden {
	transition: 0.3s;
}

.modal-hidden.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.inview {
	opacity: 0;
	transition: 1.5s;
}

.inview.fade-up {
	transform: translateY(20px);
}

.inview.fade-up.--xy50 {
	transform: translate(-50%, calc(-50% + 20px));
}

.inview.fade-down {
	transform: translateY(-20px);
}

.inview.fade-left {
	transform: translateX(20px);
}

.inview.fade-right {
	transform: translateX(-20px);
}

.inview.is-show {
	opacity: 1;
	transform: translate(0px);
}

.inview.is-show.--xy50 {
	transform: translate(-50%, -50%);
}

.s-op-hover {
	transition: 0.3s;
}

.s-op-hover:hover {
	opacity: 0.7;
}

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

	body {
		background-image: url("../img/bg-page.webp");
		letter-spacing: 0.08em;
		line-height: 1.875;
	}

	body.home {
		background-image: url("../img/bg-top.webp");
	}

	body.post-type-archive-bakeizuko {
		background-image: url("../img/bg-bakeizuko.webp");
	}

	.main-wrap {
		align-items: end;
		margin-left: auto;
		margin-right: 99px;
		max-width: 881px;
		width: 100%;
	}

	main {
		max-width: 881px;
		padding-top: 114px;
	}

	.u-link-arrow {
		padding-right: 16px;
	}

	.u-link-arrow::after {
		width: 11px;
	}

	.c-button {
		gap: 16px;
		padding: 3px 6px 2px 18px;
	}

	.c-button__text {
		height: 15px;
	}

	.c-button__icon {
		width: 23px;
	}

	.c-button__icon svg {
		width: 11px;
	}

	.c-button.--sm {
		gap: 20px;
		padding: 4px 6px 5px 24px;
	}

	.c-button.--sm .c-button__text {
		height: 16px;
	}

	.c-copy-box {
		margin-top: 14px;
	}

	.c-copy-box__input {
		font-size: 14px;
		height: 44px;
		padding: 9px 19px;
	}

	.c-copy-box__button {
		font-size: 14px;
		padding: 2px 5px;
		width: 117px;
	}

	.c-top-sec {
		margin-top: 55px;
	}

	.c-top-sec__icon {
		width: 97px;
	}

	.c-top-sec__head-img {
		margin-bottom: 28px;
		margin-top: 21px;
		width: 53px;
	}

	.c-top-sec__body+.c-top-sec__body {
		padding: 28px 53px 48px 45px;
	}

	.c-top-sec__body {
		padding: 48px 53px 31px 45px;
	}

	.c-top-sec__body>p {
		font-size: 16px;
		margin-top: 1.8em;
	}

	.c-top-sec__body a {
		font-size: 16px;
	}

	.c-top-sec__subhead-img {
		height: 27.14px;
	}

	.c-top-sec__subhead-img.--lg {
		height: 69.47px;
	}

	.c-top-sec__button {
		margin-top: 22px;
	}

	.c-top-sec__button.--top-contact {
		margin-left: 0;
	}

	.c-top-sec__banner {
		margin-top: 25px;
	}

	.c-top-sec__item-head {
		font-size: 18px;
		margin-top: 34px;
	}

	.c-top-sec__item-head+p {
		margin-top: 10px;
	}

	.c-top-sec__table {
		margin-top: 12px;
	}

	.c-top-sec__table tr {
		border-top: 12px solid transparent;
		font-size: 16px;
	}

	.c-top-sec__table tr:first-of-type {
		border: none;
	}

	.c-top-sec__table th {
		padding-block: 7px;
		padding-left: 0;
		text-align: center;
		vertical-align: bottom;
		width: 97px;
	}

	.c-top-sec__table td {
		padding-left: 32px;
	}

	.c-sec {
		margin-top: 60px;
	}

	.c-sec__head {
		padding: 33px 30px 33px 111px;
	}

	.c-sec__title-img.--ruby {
		height: 52px;
	}

	.c-sec__title-img.--concept-head01 {
		height: 203px;
		margin-block: 17px;
	}

	.c-sec__title-img.--concept-head {
		height: 85px;
		margin-block: 8px;
	}

	.c-sec__subtitle-img {
		height: 26px;
	}

	.c-sec__subtitle-img.--ruby {
		height: 38px;
	}

	.c-sec__inner {
		padding: 0 100px 48px 108px;
	}

	.c-sec__inner>h3 {
		margin-top: 45px;
	}

	.c-sec__inner>h3+p {
		margin-top: 19px;
	}

	.c-sec__inner>p {
		font-size: 16px;
		margin-top: 40px;
	}

	.c-sec__inner>p+P {
		margin-top: 27px;
	}

	.c-sec ul {
		gap: 4px;
	}

	.c-sec ul+p {
		margin-top: 20px;
	}

	.c-sec ul.--btm-h3 {
		margin-top: 17px;
	}

	.c-sec ul.--timeline {
		margin-top: 0;
	}

	.c-sec ul li {
		font-size: 16px;
		padding-left: 2em;
	}

	.c-sec ul li::before {
		left: 13px;
		top: 12px;
		width: 5px;
	}

	.timeline {
		gap: 32px;
	}

	.timeline::after {
		background: #7d8e8d;
		content: "";
		height: 94%;
		left: 252px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		z-index: -1;
	}

	.timeline__item {
		max-width: 574px;
		width: 100%;
	}

	.timeline__label {
		font-size: 18px;
		margin-top: 12px;
		width: 123px;
	}

	.timeline__label span {
		font-size: 30px;
	}

	.timeline__content {
		padding: 9px 15px;
	}

	.timeline__title {
		font-size: 20px;
	}

	.timeline__banner {
		margin-bottom: 10px;
		margin-top: 3px;
		width: 236px;
	}

	.c-modal-close {
		right: 0;
		top: 0;
		transform: translate(50%, -50%);
		width: 66px;
	}

	.c-archive-modal-overlay {
		padding-block: 6.3vh;
	}

	.c-archive-modal-overlay__wrap::before,
	.c-archive-modal-overlay__wrap::after {
		background: #000;
		content: "";
		display: block;
		height: 200%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 2px;
		z-index: 2;
	}

	.c-archive-modal-note__nav {
		flex-direction: row;
	}

	.c-archive-modal-note__nav::after {
		background: #000;
		content: "";
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 2px;
	}

	.c-archive-modal-nav {
		flex-direction: row;
	}

	.c-archive-modal-nav::after {
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 2px;
	}

	.c-archive-modal-nav__link {
		border: none;
		gap: 90px;
		width: 50%;
	}

	.c-archive-modal-nav__content {
		max-width: 340px;
	}

	.c-archive-modal-nav__title {
		font-size: 22px;
		line-height: 1.6363636364;
	}

	.c-archive-modal-nav__label.--bake {
		font-size: 14px;
	}

	.c-archive-modal-nav__label {
		padding: 2px 10px;
	}

	.c-archive-modal-nav__icon {
		width: 34px;
	}

	.c-archive-modal-nav__icon__inner {
		width: 23px;
	}

	.c-archive-modal-nav__icon__inner svg {
		width: 13px;
	}

	.header {
		border-right: 2px solid #000;
		height: 100dvh;
		width: 325px;
	}

	.header__wrap {
		padding-inline: 44px;
	}

	.header__inner {
		align-items: start;
		flex-direction: column;
		gap: 40px;
		justify-content: start;
		padding-block: 22px;
	}

	.header__icon {
		display: none;
	}

	.header__nav {
		background: transparent;
		inset: auto;
		padding: 0;
		pointer-events: all;
		position: static;
		transform: translateY(0%);
	}

	.header__nav-wrap {
		padding: 0;
	}

	.header__nav-wrap::before,
	.header__nav-wrap::after {
		display: none;
	}

	.header__nav-list {
		gap: 12px;
	}

	.header__item {
		gap: 8px;
	}

	.header__item-banner {
		width: 236px;
	}

	.header__nav-link {
		background: #486061;
		border: 2px solid #000;
		border-radius: 16px;
		gap: 5px;
		padding: 3px 5px;
	}

	.header__nav-link:hover .header__nav-icon {
		background: #486061;
	}

	.header__nav-link:hover .header__text svg path {
		fill: #486061;
	}

	.header__nav-icon {
		width: 23px;
	}

	.header__nav-icon svg {
		transform: scale(0.85);
		transform-origin: center;
	}

	.header__nav-icon path {
		fill: #486061;
	}

	.header__text {
		height: 22px;
		padding-right: 5px;
	}

	.header__line {
		display: none;
	}

	.header__desc {
		display: none;
	}

	.fv {
		height: 390px;
	}

	.fv__inner {
		padding: 30px 43px;
	}

	.fv__logo.--note {
		width: 226px;
	}

	.fv__logo.--concept {
		width: 161px;
	}

	.fv__title img {
		height: 48px;
	}

	.to-top {
		bottom: 61px;
		right: 39px;
	}

	.footer {
		padding-block: 56px;
		padding-right: 80px;
	}

	.footer__copy {
		font-size: 16px;
	}

}

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

	.s-sp {
		display: none;
	}

	.s-pc {
		display: block;
	}

}