body {
	background-color: #E9F6F8;
	color: #4A3636;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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;
}

/* 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%;
	width: 100%;
}

/* 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;
}

.about-list {
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 2.375rem 0.75rem 2.5rem 0.75rem;
	position: relative;
	z-index: 2;
}

.about-list::before {
	border-bottom: 0;
	border-left: 3.125rem solid transparent;
	border-right: 3.125rem solid transparent;
	border-style: solid;
	border-top: 2.25rem solid #CCE1E4;
	bottom: -3.4375rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 0;
}

.about-list__left {
	left: 2rem;
	max-width: 5.625rem;
	position: absolute;
	top: 1.8125rem;
	width: 100%;
}

.about-list__right {
	max-width: 5.5625rem;
	position: absolute;
	right: 1.25rem;
	top: 1.8125rem;
	width: 100%;
}

.about-list__item-wrap {
	text-align: center;
}

.about-list__item-subtitle-sp {
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 1.5rem;
}

.about-list__item-subtitle-pc {
	display: none;
}

.about-list__item-text1,
.about-list__item-text2,
.about-list__item-text3,
.about-list__item-text4 {
	font-size: 0.75rem;
}

.about-list__item-text1 {
	margin-top: 1.625rem;
}

.about-list__item-text2 {
	margin-top: 1.4375rem;
}

.about-list__item-text3 {
	margin-top: 1.375rem;
}

.about-list__item-text4 {
	margin-top: 1.375rem;
}

.about-list__item-text span {
	font-weight: 700;
}

.about-list__item-subtext {
	border-bottom: 2px dashed #9ed0e0;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 2.125rem;
	padding-bottom: 0.375rem;
}

.about-list__item-btn {
	margin-top: 1.5rem;
}

.about-list__item-english {
	margin-top: 8.6875rem;
}

.about-list__item-english-logo img {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.4375rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.about {
	margin-top: 11.75rem;
	overflow: hidden;
	position: relative;
}

.about__accent {
	left: calc(50% + 8.3125rem);
	max-width: 3.375rem;
	position: absolute;
	right: 0;
	top: 17%;
	width: 100%;
}

.about__square {
	display: none;
}

.about__left img,
.about__right img {
	border-radius: 3.125rem;
}

.about__left {
	border-radius: 3.125rem;
	position: absolute;
	right: calc(50% + 7.9375rem);
	top: 54%;
	width: 12.5rem;
}

.about__right {
	border-radius: 3.125rem;
	left: calc(50% + 7.9375rem);
	position: absolute;
	top: 43%;
	width: 12.5rem;
}

.about__staircase-sp {
	max-width: 8.6875rem;
	position: absolute;
	top: 83%;
	width: 100%;
}

.about__staircase-pc {
	display: none;
}

.about__goods {
	left: calc(50% - 0.3125rem);
	max-width: 8.5rem;
	position: absolute;
	top: 88%;
	width: 100%;
}

.about__goods2 {
	left: calc(50% + 7.375rem);
	max-width: 3rem;
	position: absolute;
	top: 84.5%;
	width: 100%;
}

.about__wave {
	display: none;
}

.about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.4375rem;
	padding: 0 1.25rem;
	width: 100%;
}

.bg-picture {
	margin-top: 2rem;
}

.bg-picture img {
	aspect-ratio: 375/99;
	width: 100%;
}

.contact {
	background-color: #fff;
	padding-bottom: 2.5rem;
	padding-top: 2.25rem;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.contact__text {
	font-size: 0.75rem;
	margin-top: 1.5rem;
	padding: 0 3.625rem;
	text-align: center;
}

.entry-list {
	background: rgba(255, 255, 255, 0.5);
	border: 8px solid #fff;
	padding: 0.916875rem 0.96875rem 1.75rem;
}

.entry-list__items {
	margin-top: 1.5625rem;
}

.entry-list__item:not(:first-child) {
	margin-top: 0.78125rem;
}

.entry-list__item-title {
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 1.0625rem;
	position: relative;
}

.entry-list__item-title::before {
	background-color: #9ED0E0;
	border-radius: 62.4375rem;
	content: "";
	height: 0.5rem;
	left: -5%;
	position: absolute;
	top: 36%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
}

.entry-list__item-text {
	border-bottom: 1px solid #CCC;
	font-size: 0.75rem;
	margin-left: 0;
	padding-bottom: 1.0625rem;
	padding-top: 0.53125rem;
}

.entry-list__item-sub {
	margin-top: 0.4375rem;
}

.entry-list__item-sub-text {
	font-size: 0.75rem;
	line-height: 1.2rem;
	margin-left: 1.125rem;
	position: relative;
}

.entry-list__item-sub-text::before {
	content: "・";
	left: -0.875rem;
	position: absolute;
	top: 0;
}

.entry {
	margin-top: 1.791875rem;
}

.entry__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.faq-list {
	margin-top: 1.5rem;
}

.faq-list__item {
	background-color: #fff;
	border: 2px solid #4A3636;
	border-radius: 0.75rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 0.625rem;
}

.faq-list__item-wrap {
	align-items: center;
	cursor: pointer;
	display: flex;
	padding: 0.75rem 1rem;
}

.faq-list__item-q {
	color: #9ED0E0;
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-right: 0.6875rem;
}

.faq-list__item-question {
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 700;
	max-width: 14.5625rem;
	width: 100%;
}

.faq-list__item-plus {
	background-color: #9ed0e0;
	border-radius: 50%;
	display: block;
	height: 1.5625rem;
	margin-left: 0.625rem;
	position: relative;
	width: 1.625rem;
}

.faq-list__item-plus::after,
.faq-list__item-plus::before {
	background: #fff;
	content: "";
	height: 0.09375rem;
	position: absolute;
	right: 0.5rem;
	top: 0.6875rem;
	transition: 0.3s;
	width: 0.625rem;
}

.faq-list__item-plus::after {
	transform: rotate(90deg);
}

.faq-list__item-plus.is-open::after {
	transform: rotate(0deg);
}

.faq-list__item-body {
	background-color: #F5F5F5;
	border-radius: 0 0 0.625rem 0.625rem;
	display: none;
	padding: 1.0625rem 0.9375rem 1rem;
}

.faq-list__item-area {
	align-items: center;
	display: flex;
}

.faq-list__item-a {
	color: #9ED0E0;
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	margin-right: 1rem;
}

.faq-list__item-answer {
	font-size: 0.875rem;
}

.faq {
	margin-top: 5.125rem;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.footer {
	background-color: #E9F6F8;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.footer__title {
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.25rem;
	line-height: 1.25;
	padding-top: 2.75rem;
	text-align: center;
}

.footer__sns {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.footer__sns-icon {
	max-width: 2rem;
	width: 100%;
}

.footer__img {
	aspect-ratio: 333/55;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.4375rem;
	padding-top: 0.8125rem;
	width: 100%;
}

.footer__container {
	background-color: #fff;
	border-radius: 0 0 1rem 1rem;
	padding: 0 1.125rem 1.8125rem 1.125rem;
}

.footer__info {
	margin-top: -0.375rem;
}

.footer__map-wrap {
	aspect-ratio: 335/271;
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
	width: 100%;
}

.footer__map {
	position: relative;
	width: 100%;
}

.access__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 9.5625rem;
	padding-top: 1.5rem;
	width: 100%;
}

.footer__list {
	margin-top: 1.875rem;
}

.footer__list-item {
	display: flex;
	margin-left: 1.5625rem;
}

.footer__list-item:not(:first-child) {
	margin-top: 0.5rem;
}

.footer__list-item-title,
.news-list__item-text {
	font-size: 0.75rem;
	line-height: 1.6;
}

.footer__list-item-title {
	font-weight: 700;
	max-width: 4.0625rem;
	position: relative;
	width: 100%;
}

.footer__list-item-title::before {
	background-color: #9ED0E0;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: -25%;
	margin-top: 0.375rem;
	position: absolute;
	width: 0.5rem;
}

.footer__page-top {
	margin-top: 1.5rem;
}

.footer__page-top img {
	aspect-ratio: 75/78;
	margin-left: auto;
	margin-right: auto;
	max-width: 4.6875rem;
}

.footer__copyright {
	background: #67B0C7;
	color: #fff;
	display: block;
	font-size: 0.625rem;
	margin-top: 4.5625rem;
	padding-bottom: 1.875rem;
	position: relative;
	text-align: center;
}

.footer__copyright::before {
	background-image: url(/assets/images/common/img_bg_wave.png);
	background-position: left -6px center;
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	height: 2.875rem;
	left: 0;
	position: absolute;
	top: -102%;
	width: 100%;
}

.header {
	background-color: #fff;
	height: 4rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.header__logo {
	height: inherit;
	max-width: 13.125rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #4A3636;
	border-radius: 0.625rem;
	display: block;
	height: 3px;
	left: 60%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 2rem;
}

.header__hamburger span:nth-of-type(1) {
	left: 1.3125rem;
	position: relative;
	top: -0.5625rem;
	width: 1.6rem;
}

.header__hamburger span:nth-of-type(1)::before {
	background-color: #4A3636;
	border-radius: 0.625rem;
	content: "";
	height: 0.1875rem;
	left: 105%;
	position: absolute;
	width: 0.3rem;
}

.header__hamburger.is-open span:nth-of-type(1)::before {
	display: none;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.5625rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	background: #4A3636;
	top: 2.6875rem;
	transform: translateX(-43%) rotate(45deg);
	width: 2rem;
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: 2.375rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #fff;
	height: 100vh;
	overflow-y: scroll;
	padding-bottom: 5.125rem;
	padding-top: 6.8125rem;
	position: absolute;
	right: -120%;
	scrollbar-width: none;
	top: 3.9375rem;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	right: 0;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 1.25rem 0;
	text-align: center;
	text-transform: uppercase;
}

.header__drawer-item--contact {
	margin-top: 1.25rem;
	text-align: center;
}

.header__nav {
	display: none;
}

.header__nav-items {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	height: inherit;
	padding: 0 0.375rem;
	text-transform: uppercase;
}

.header__nav-item--contact {
	align-items: center;
	display: flex;
	height: auto;
	height: initial;
	padding-left: 0.625rem;
}

.header__logo:hover {
	opacity: 0.6;
}

.header__nav-item:hover {
	color: #67B0C7;
	text-decoration-line: underline;
}

.how-to-list {
	margin-top: 2rem;
}

.how-to-list__item {
	text-align: center;
}

.how-to-list__item:not(:first-child) {
	margin-top: 1.5rem;
}

.how-to-list__item-accent-sp {
	margin-left: auto;
	margin-right: auto;
	max-width: 0.4375rem;
	width: 100%;
}

.how-to-list__item-accent-pc {
	display: none;
}

.how-to-list__item-img {
	display: inline-block;
	max-width: 12.25rem;
	width: 100%;
}

.how-to-list__item-title {
	font-weight: 700;
	margin-top: 0.625rem;
}

.how-to-list__item-text {
	font-size: 0.75rem;
	margin-top: 1.25rem;
}

.how-to-list__item-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0625rem;
	max-width: 14.125rem;
	width: 100%;
}

.how-to-list__item-wrap a {
	align-items: center;
	background-color: #fff;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	padding: 0.5rem 0.75rem;
}

.how-to-list__item-icon {
	display: inline-block;
	max-width: 1.25rem;
	width: 100%;
}

.how-to-list__item-follow {
	font-size: 0.875rem;
	font-weight: 700;
}

.how-to-list__btn {
	margin-bottom: 1.25rem;
	margin-top: 1.125rem;
	text-align: center;
}

.how-to {
	margin-top: 2.625rem;
	overflow: hidden;
	position: relative;
}

.how-to__img-map {
	max-width: 9.3125rem;
	position: absolute;
	right: calc(50% + 2.5rem);
	width: 100%;
}

.how-to__img-cat {
	left: calc(50% + 3.5625rem);
	max-width: 6.75rem;
	position: absolute;
	top: 0.125rem;
	width: 100%;
}

.how-to__img-cat2 {
	max-width: 5.875rem;
	position: absolute;
	right: calc(50% - 13.6875rem);
	top: 0.5625rem;
	width: 100%;
}

.how-to__img-footprints {
	position: absolute;
	top: 5.5%;
}

.how-to__img-footprints2 {
	position: absolute;
	top: 40%;
}

.how-to__img-footprints3 {
	left: calc(50% + 6.9375rem);
	position: absolute;
	top: 63.5%;
}

.how-to__img-footprints img,
.how-to__img-footprints2 img,
.how-to__img-footprints3 img {
	max-width: 3.4375rem;
	width: 100%;
}

.how-to__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.mv {
	background-color: #E9F6F8;
	background-image: url(/assets/images/common/mainview/Onomichi_02\ 2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 1.5rem 1.5rem;
	height: 35rem;
	margin-top: 3.625rem;
}

.mv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.4375rem;
	padding: 0 1.25rem;
	width: 100%;
}

.mv__text {
	font-family: "Kiwi Maru", serif;
	font-size: 0.875rem;
	line-height: 1.25;
	padding-top: 1.5rem;
	text-align: center;
	text-shadow: 0 0 1.875rem #FFF;
}

.mv__title {
	margin-top: 1.25rem;
}

.mv__title img {
	max-width: 20.9375rem;
	width: 100%;
}

.mv__wrap {
	display: flex;
	gap: 3.625rem;
	margin-top: 0.3125rem;
}

.mv__accent1 {
	margin-top: 1.0625rem;
}

.mv__accent1 img {
	max-width: 8.875rem;
	width: 100%;
}

.mv__accent2 {
	margin-top: 0.625rem;
}

.mv__accent2 img {
	border-radius: 624.9375rem;
	max-width: 6.875rem;
	width: 100%;
}

.mv__content {
	position: relative;
}

.mv__img {
	position: relative;
	top: -0.5rem;
	z-index: 2;
}

.mv__img img {
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
	width: 100%;
}

.mv__accent3 {
	position: absolute;
	top: 66%;
	z-index: 2;
}

.mv__accent3 img {
	max-width: 5.6875rem;
	width: 100%;
}

.mv__accent4 {
	position: absolute;
	right: 0%;
	top: 69%;
	z-index: 2;
}

.mv__accent4 img {
	max-width: 3.875rem;
	width: 100%;
}

.mv__accent5 {
	position: absolute;
	right: 3%;
	top: 83%;
	z-index: 2;
}

.mv__accent5 img {
	max-width: 6.0625rem;
	width: 100%;
}

.pagetop {
	display: none;
}

.pagetop.is-show {
	opacity: 1;
	visibility: visible;
}

.prizes-list {
	background-color: #67B0C7;
	position: relative;
}

.prizes-list__bg-img::before,
.prizes-list__bg-img2::before {
	background-image: url(/assets/images/common/img_bg_wave.png);
	background-position: left -6px center;
	background-repeat: repeat;
	background-size: contain;
	content: "";
	height: 2.875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.prizes-list__bg-img::before {
	bottom: 100%;
}

.prizes-list__bg-img2::before {
	top: 100%;
	transform: scaleY(-1);
	z-index: -1;
}

.prizes-list__title {
	text-align: center;
}

.prizes-list__text {
	color: #fff;
	display: inline-block;
	font-family: "Kiwi Maru", serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	margin-left: 2.125rem;
	position: relative;
}

.prizes-list__text::before {
	background-image: url(/assets/images/common/best/Icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.75rem;
	left: -9%;
	max-width: 1.75rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.prizes-list__logo {
	background-image: url(/assets/images/common/img_spots.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 3.4375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.9375rem;
	width: 100%;
}

.prizes-list__sub-text {
	color: #fff;
	font-size: 0.71525rem;
	margin-top: 1rem;
	text-align: center;
}

.prizes-list__btn {
	margin-top: 1.375rem;
	padding-bottom: 1.125rem;
	text-align: center;
}

.prizes-list__accent {
	display: none;
}

.prizes {
	margin-top: 6.0625rem;
	position: relative;
}

.prizes__inner {
	background-color: #fff;
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.prizes__heading {
	background-image: url(/assets/images/common/Prizes/device=SP.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 100%;
	content: "";
	height: 5.1875rem;
	left: 50%;
	max-width: 14.875rem;
	padding-top: 1.25rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.prizes__wrap {
	padding-bottom: 1.875rem;
	padding-top: 1rem;
}

.prizes__text {
	font-size: 0.75rem;
	margin-top: 2.9375rem;
	text-align: center;
}

.prizes__img {
	margin-top: -2.5rem;
	position: relative;
	z-index: -1;
}

.prizes__img img {
	-o-object-fit: cover;
	aspect-ratio: 588/260;
	height: 16.25rem;
	object-fit: cover;
	width: 100%;
}

.br__sp {
	display: block;
}

.br__pc {
	display: none;
}

.btn {
	background-color: #fff;
	border: 2px solid #4A3636;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 0px 0px #4A3636;
	display: inline-block;
	font-weight: 700;
	padding: 0.375rem 1.375rem 0.5rem 1.375rem;
}

.btn:hover {
	background-color: #FFEE56;
	opacity: 1;
}

.btn-large:hover {
	background-color: #FFEE56;
}

.card-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 3rem;
}

.card-list__item {
	border-radius: 0.5rem;
	margin-top: 1.5rem;
	position: relative;
	width: calc(50% - 7.5px);
}

.card-list__item:first-child,
.card-list__item:nth-child(2) {
	margin-top: 0;
}

.card-list__item a {
	background-color: #F5F5F5;
	border-radius: 0.5rem;
	display: block;
	height: 100%;
}

.card-list__item-accent {
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.card-list__item-accent img {
	max-width: 3rem;
	width: 100%;
}

.card-list__item-img {
	overflow: hidden;
	width: 100%;
}

.card-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 160/140;
	border-radius: 0.5rem 0.5rem 0 0;
	object-fit: cover;
	transition: 0.6s;
	width: 100%;
}

.card-list__item-content {
	align-items: center;
	border-radius: 0 0 0.5rem 0.5rem;
	display: flex;
	justify-content: center;
	min-height: 3.5rem;
	overflow: hidden;
	padding: 0.5625rem 0.625rem;
	position: relative;
}

.card-list__item-title {
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
}

.card-list__item-blue {
	bottom: 0%;
	position: absolute;
	right: 0;
}

.card-list__item-blue img {
	max-width: 2.25rem;
	width: 100%;
}

.card-list__item-btn {
	margin-top: 1.125rem;
	text-align: center;
}

.card-list__item-modal {
	bottom: 0;
	display: none;
	left: 0;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.form-checkbox {
	display: block;
	text-align: center;
}

.form-checkbox label {
	display: block;
}

.form-checkbox label:not(:first-of-type) {
	margin-top: 0.625rem;
}

.form-checkbox input {
	display: none;
}

.form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	padding: 0 0 0 2.3125rem;
	position: relative;
}

.form-checkbox input + span::before {
	background: #F5F5F5;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0.0625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.form-checkbox input:hover + span::before {
	border: 1px solid #9ED0E0;
}

.form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #67B0C7;
	border-left: 0.1875rem solid #67B0C7;
	content: "";
	display: block;
	height: 0.5625rem;
	left: 0.3125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.875rem;
}

.form-checkbox input:checked + span::after {
	opacity: 1;
}

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #F5F5F5;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	padding: 1rem;
	width: 100%;
}

.form-input input::-moz-placeholder {
	color: #ccc;
}

.form-input input::placeholder {
	color: #ccc;
}

.form-input input:focus {
	background: #E9F6F8;
	border: 1px solid #9ED0E0;
	box-shadow: none;
	outline: none;
}

.form-radio label {
	display: inline-block;
}

.form-radio label:nth-of-type(2) {
	margin-left: 1.125rem;
}

.form-radio label:not(:first-of-type) {
	margin-top: 0.625rem;
}

.form-radio input {
	display: none;
}

.form-radio input + span {
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	padding: 0 0 0 2.0625rem;
	position: relative;
}

.form-radio input + span::before {
	background: #fff;
	background-color: #F5F5F5;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.form-radio input + span::after {
	background: #9ED0E0;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0.375rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.75rem;
}

.form-radio input:checked + span::after {
	opacity: 1;
}

.form-radio input:hover + span::before {
	border: 1px solid #9ED0E0;
}

.form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #F5F5F5;
	background-image: url(/assets/images/common/Vector.svg), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
	background-position: right 0.9375rem top 0.9375rem;
	background-position: center right 18.65px, center center;
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-size: 0.93125rem 0.54875rem, cover;
	border: 1px solid transparent;
	border-radius: 0.5rem;
	cursor: pointer;
	font-size: 0.875rem;
	padding: 1rem;
	width: 100%;
}

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

.form-select select:focus {
	background: #E9F6F8;
	background-image: url(/assets/images/common/Vector.svg), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
	background-position: right 0.9375rem top 0.9375rem;
	background-position: center right 1.165625rem, center center;
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-size: 0.93125rem 0.54875rem, cover;
	border: 1px solid #9ED0E0;
	box-shadow: none;
	outline: none;
}

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #F5F5F5;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	height: 10rem;
	padding: 0.9375rem;
	width: 100%;
}

.form-textarea textarea::-moz-placeholder {
	color: #ccc;
}

.form-textarea textarea::placeholder {
	color: #ccc;
}

.form-textarea textarea:focus {
	background: #E9F6F8;
	border: 1px solid #9ED0E0;
	box-shadow: none;
	outline: none;
}

.form {
	margin-top: 1.625rem;
}

.form__wrap + .form__wrap {
	margin-top: 1.625rem;
}

.form__label {
	font-size: 0.875rem;
	font-weight: 700;
}

.form__label span {
	background-color: #ce2073;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 0.75rem;
	padding: 0.25rem 0.5rem;
}

.form__input,
.form__select,
.form__textarea {
	margin-top: 0.5rem;
}

.form__radio {
	margin-top: -0.125rem;
}

.form__input,
.form__select,
.form__textarea {
	flex-grow: 1;
}

.form__wrap--checkbox {
	margin-top: 1.125rem;
}

.form-submit {
	margin-top: 1.5rem;
	text-align: center;
}

.form-submit-design {
	color: #4A3636;
}

.form-input.error input,
.form-textarea.error textarea,
.form-checkbox.error input + span::before {
	background: #FFF0F7;
	border: 1px solid #CE2073;
}

.form-select.error select {
	background-image: url(/assets/images/common/Vector.svg), linear-gradient(to left, #CE2073 52px, #FFF0F7 52px);
	background-position: right 0.9375rem top 0.9375rem;
	background-position: center right 1.165625rem, center center;
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-size: 0.93125rem 0.54875rem, cover;
	border: 1px solid #CE2073;
}

.heading {
	text-align: center;
}

.heading-icon {
	display: inline-block;
	max-width: 2.3125rem;
	width: 100%;
}

.heading-en,
.heading-ja {
	line-height: 1.25;
	margin-top: 0.375rem;
}

.heading-en {
	font-family: "Courgette", cursive;
}

.heading-ja {
	border-bottom: 0.375rem solid #FFEE56;
	display: inline-block;
	font-family: "Kiwi Maru", serif;
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: 0.375rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.link-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.link-text:hover {
	color: #9ED0E0;
	opacity: 1;
}

.modal {
	background: rgba(0, 0, 0, 0.7);
	padding: 12.5rem 0;
}

.modal__inner {
	margin: auto;
	max-width: 23.4375rem;
	padding: 0 1.25rem;
	width: 100%;
}

.modal__img {
	overflow: hidden;
	width: 100%;
}

.modal__img img {
	-o-object-fit: cover;
	aspect-ratio: 336/210;
	border-radius: 1.5rem 1.5rem 0 0;
	object-fit: cover;
	transform: 0.6s;
	width: 100%;
}

.modal__content {
	background-color: #fff;
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 2.4375rem 1.25rem;
	text-align: center;
}

.modal__title {
	font-weight: 700;
}

.modal__text {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.modal__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.slick-slide {
	padding: 0 0.3125rem; /* 左右に5pxずつ */
}

.slider img {
	border-radius: 0.625rem;
}

.sub-card-list {
	margin-top: 1.5rem;
}

.sub-card-list__item a {
	background-color: #fff;
	border-radius: 0.75rem;
	display: block;
	height: 100%;
	margin: 0 0.40625rem;
}

.sub-card-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 240/180;
	border-radius: 0.75rem 0.75rem 0 0;
	object-fit: cover;
	width: 100%;
}

.sub-card-list__item-content {
	padding: 1rem 1.5rem 1.9475rem;
	text-align: center;
}

.sub-card-list__item-title {
	font-size: 1rem;
	font-weight: 700;
}

.sub-card-list__card-text {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.sub-card-list__arrow-wrap {
	display: none;
}

.sub-card-list__arrow {
	background-color: #FFEE56;
	border-radius: 50%;
	cursor: pointer;
	height: 5rem;
	margin-top: -0.9375rem;
	position: relative;
	transform: translate(-169%, 1%);
	width: 5rem;
}

.sub-card-list__arrow.sub-card-list__arrow--next {
	margin-left: 45.125rem;
}

.sub-card-list__arrow::before {
	border-right: 0.1875rem solid #9ED0E0;
	border-top: 0.1875rem solid #9ED0E0;
	content: "";
	height: 0.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0.875rem;
}

.sub-card-list__arrow.sub-card-list__arrow--prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.sub-card-list__arrow.sub-card-list__arrow--next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.sub-card .slick-track {
	display: flex;
}

.sub-card .slick-slide {
	height: auto;
}

.sub-card .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.sub-card .slick-dots {
	display: none !important;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.about-list {
	padding: 2.375rem 2.5rem 2.4375rem 2.5rem;
}

.about-list::before {
	border-left: 4.6875rem solid transparent;
	border-right: 4.6875rem solid transparent;
	border-top: 2.875rem solid #CCE1E4;
	bottom: -4.3125rem;
}

.about-list__left {
	left: 5.3125rem;
	max-width: 8.375rem;
}

.about-list__right {
	max-width: 8.375rem;
	right: 5.25rem;
}

.about-list__item-subtitle-sp {
	display: none;
}

.about-list__item-subtitle-pc {
	display: block;
	font-weight: 700;
	margin-top: 2rem;
}

.about-list__item-text1,
.about-list__item-text2,
.about-list__item-text3,
.about-list__item-text4 {
	font-size: 1rem;
}

.about-list__item-text1 {
	margin-top: 2.25rem;
}

.about-list__item-text2 {
	margin-top: 2rem;
}

.about-list__item-text3 {
	margin-top: 1.875rem;
}

.about-list__item-text4 {
	margin-top: 1.9375rem;
}

.about-list__item-subtext {
	font-size: 1.25rem;
	margin-top: 3.1875rem;
}

.about-list__item-btn {
	margin-top: 2.1875rem;
}

.about-list__item-english {
	margin-top: 10.25rem;
}

.about-list__item-english-logo img {
	max-width: 56rem;
}

.about {
	margin-top: 11.0625rem;
}

.about__accent {
	left: calc(50% + 30.5625rem);
	max-width: 6.25rem;
	right: 10.125rem;
	top: 7%;
}

.about__square {
	display: block;
	max-width: 15.625rem;
	position: absolute;
	right: calc(50% + 33rem);
	top: 12%;
	width: 100%;
}

.about__left {
	right: calc(50% + 38.375rem);
	top: 19.5%;
	width: 30rem;
	z-index: 1;
}

.about__right {
	left: calc(50% + 35rem);
	top: 19.5%;
	width: 30rem;
}

.about__staircase-sp {
	display: none;
}

.about__staircase-pc {
	display: block;
	max-width: 26.6875rem;
	position: absolute;
	right: calc(50% + 27rem);
	top: 39%;
	width: 100%;
}

.about__goods {
	left: calc(50% + 23.5625rem);
	max-width: 19.25rem;
	top: 73.5%;
}

.about__goods2 {
	left: calc(50% + 31.5rem);
	max-width: 6.3125rem;
	top: 61%;
	z-index: 2;
}

.about__wave {
	display: block;
	max-width: 54.5625rem;
	position: absolute;
	right: -37%;
	top: 61.5%;
	width: 100%;
}

.about__inner {
	max-width: 56.75rem;
	padding: 0 1.875rem;
}

.bg-picture {
	margin-top: 7.5rem;
}

.bg-picture img {
	aspect-ratio: 1512/400;
}

.contact {
	padding: 7.4375rem 0;
}

.contact__inner {
	max-width: 56.75rem;
	padding: 0 1.875rem;
}

.contact__text {
	font-size: 1rem;
	margin-top: 2.0625rem;
}

.entry-list {
	margin-top: 0;
	padding: 1.9375rem 3.5rem 2.25rem 3.5rem;
}

.entry-list__items {
	margin-top: 1.9375rem;
}

.entry-list__item {
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 0;
}

.entry-list__item:not(:last-child) {
	border-bottom: 1px solid #CCC;
}

.entry-list__item:not(:first-child) {
	margin-top: 0;
}

.entry-list__item:nth-child(3) {
	padding: 0.8125rem 0 1rem 0;
}

.entry-list__item:nth-child(4) {
	padding: 0.8125rem 0 0.875rem 0;
}

.entry-list__item-title {
	font-size: 1rem;
	margin-left: 1.5rem;
	white-space: nowrap;
}

.entry-list__item-title::before {
	left: -0.8125rem;
	top: 0.75rem;
}

.entry-list__item-text {
	border-bottom: none;
	font-size: 1rem;
	max-width: 41.4375rem;
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
}

.entry-list__item-sub {
	margin-top: 0.375rem;
}

.entry-list__item-sub-text {
	font-size: 1rem;
	line-height: 1.6;
	max-width: 40rem;
	width: 100%;
}

.entry {
	margin-top: 7.5rem;
}

.entry__inner {
	max-width: 67.75rem;
	padding: 0 1.875rem;
}

.faq-list {
	margin-top: 2.5rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 1.5rem;
}

.faq-list__item-wrap {
	padding: 1.5rem 1.3125rem 1.0625rem 1.4375rem;
}

.faq-list__item-q {
	font-size: 2rem;
	margin-right: 1rem;
}

.faq-list__item-question {
	font-size: 1.25rem;
	max-width: none;
}

.faq-list__item-plus {
	height: 2.9375rem;
	width: 3.125rem;
}

.faq-list__item-plus::after,
.faq-list__item-plus::before {
	height: 0.1625rem;
	right: 0.8125rem;
	top: 1.375rem;
	width: 1.1625rem;
}

.faq-list__item-body {
	padding: 1.75rem 1.5rem 1.5625rem 1.5rem;
}

.faq-list__item-a {
	font-size: 2rem;
}

.faq-list__item-answer {
	font-size: 1rem;
}

.faq {
	margin-top: 14rem;
}

.faq__inner {
	max-width: 67.75rem;
	padding: 0 1.875rem;
}

.footer__inner {
	max-width: 67.75rem;
	padding: 0 1.875rem;
}

.footer__title {
	font-size: 1.5rem;
	padding-top: 7.6875rem;
}

.footer__sns-icon {
	max-width: 2.5rem;
}

.footer__sns-icon:hover {
	opacity: 0.6;
}

.footer__accent {
	position: relative;
}

.footer__accent::before {
	background-image: url(/assets/images/common/img_bg_pawpads.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.8125rem;
	position: absolute;
	right: -16%;
	transform: translateY(-63%);
	width: 6.25rem;
}

.footer__img {
	aspect-ratio: 746/125;
	max-width: 46.625rem;
	padding-top: 2.5625rem;
}

.footer__container {
	border-radius: 1rem 0 0 1rem;
	padding: 6.3125rem 4.4375rem;
}

.footer__info {
	display: flex;
	flex-direction: row-reverse;
}

.footer__map-wrap {
	aspect-ratio: 512/400;
	border-radius: 0 1rem 1rem 0;
	max-width: 32rem;
}

.footer__logo {
	margin-left: -0.625rem;
	margin-right: 0;
	max-width: 11.4375rem;
	padding-top: 0.375rem;
	text-align: left;
}

.footer__list {
	margin-top: 1.5rem;
	white-space: nowrap;
}

.footer__list-item:not(:first-child) {
	margin-top: 0.75rem;
}

.footer__list-item-title,
.news-list__item-text {
	font-size: 1rem;
}

.footer__list-item-title {
	left: -5%;
}

.news-list__item-text {
	margin-left: 1.3125rem;
}

.footer__page-top {
	display: none;
}

.footer__copyright {
	font-size: 0.875rem;
	margin-top: -0.0625rem;
	margin-top: 15.4375rem;
	padding-bottom: 2.0625rem;
	z-index: 3;
}

.footer__copyright::before {
	height: 7.625rem;
	top: -201%;
	z-index: -1;
}

.header__inner {
	max-width: none;
	padding: 0 1.5rem;
}

.header__logo {
	max-width: 11.4375rem;
}

.header__hamburger {
	display: none;
}

.header__nav {
	display: block;
	height: inherit;
}

.how-to-list {
	display: flex;
	gap: 2.3125rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.how-to-list__item:not(:first-child) {
	margin-top: 0;
}

.how-to-list__item:nth-child(2) {
	margin-top: 4.3125rem;
}

.how-to-list__item-accent-sp {
	display: none;
}

.how-to-list__item-accent-pc {
	display: block;
	height: 1.5rem;
	left: calc(50% - 16rem);
	max-width: 7.0625rem;
	position: absolute;
	top: 50%;
	width: 100%;
}

.accent-pc-second {
	left: 58%;
	left: calc(50% + 6.6875rem);
}

.how-to-list__item-img {
	margin-left: 0.875rem;
	max-width: 17.5rem;
}

.how-to-list__item-title {
	font-size: 1.25rem;
}

.how-to-list__item:nth-child(1) .how-to-list__item-title {
	margin-left: 0.625rem;
	margin-top: 1.4375rem;
}

.how-to-list__item:nth-child(2) .how-to-list__item-title {
	margin-left: 1.25rem;
	margin-top: 1.3125rem;
}

.how-to-list__item:nth-child(3) .how-to-list__item-title {
	margin-left: 0.8125rem;
	margin-top: 1.625rem;
}

.how-to-list__item-text {
	font-size: 1rem;
	margin-top: 1.3125rem;
}

.how-to-list__item:nth-child(1) .how-to-list__item-text {
	margin-left: 0.6875rem;
	margin-top: 1.125rem;
}

.how-to-list__item:nth-child(2) .how-to-list__item-text {
	margin-left: 1.0625rem;
	margin-top: 1.375rem;
}

.how-to-list__item-wrap {
	margin-top: 1.25rem;
	max-width: 15.875rem;
}

.how-to-list__item-wrap:hover {
	border: 1px solid #9ED0E0;
}

.how-to-list__item-icon {
	max-width: 1.5rem;
}

.how-to-list__item-follow {
	font-size: 1rem;
	white-space: nowrap;
}

.how-to-list__btn {
	margin-top: 3.1875rem;
}

.how-to {
	padding-top: 4.625rem;
}

.how-to__img-map {
	height: 39.25rem;
	max-width: 26.25rem;
	right: calc(50% + 18.25rem);
	top: 3%;
	z-index: -1;
}

.how-to__img-cat {
	height: 8.8125rem;
	left: calc(50% + 17.9375rem);
	max-width: 14.875rem;
	top: 3.125rem;
}

.how-to__img-cat2 {
	height: 11.3125rem;
	left: calc(50% + 27.375rem);
	max-width: 13.375rem;
	top: 3.75rem;
}

.how-to__img-footprints {
	right: 2.5%;
	top: 24%;
}

.how-to__img-footprints2 {
	left: 2.5%;
	top: 70%;
	z-index: -1;
}

.how-to__img-footprints3 {
	display: none;
}

.how-to__img-footprints img,
.how-to__img-footprints2 img,
.how-to__img-footprints3 img {
	height: 14.25rem;
	max-width: 6.25rem;
}

.how-to__inner {
	max-width: 69.0625rem;
}

.mv {
	background-image: url(/assets/images/common/mainview/Onomichi_02\ 2\ \(1\).png);
	height: 46.25rem;
	margin-top: 4rem;
}

.mv__inner {
	max-width: 53rem;
}

.mv__text {
	font-size: 1.5rem;
	font-weight: 500;
	padding-top: 2rem;
}

.mv__title {
	margin-top: 1.5rem;
}

.mv__title img {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.5rem;
}

.mv__wrap {
	display: block;
	gap: 0;
	justify-content: normal;
	position: relative;
}

.mv__accent1 {
	margin-left: 0.875rem;
	margin-top: -0.5rem;
}

.mv__accent1 img {
	max-width: 15.375rem;
}

.mv__accent2 {
	position: absolute;
	right: 2%;
	top: 74%;
	transform: translate(-50%, -50%);
}

.mv__accent2 img {
	max-width: 11.25rem;
}

.mv__img {
	margin-top: -5.8125rem;
}

.mv__img img {
	max-width: 15.625rem;
}

.mv__accent3 {
	left: -2%;
	top: 36%;
}

.mv__accent3 img {
	height: 20.75rem;
	max-width: 12.9375rem;
}

.mv__accent4 {
	right: 5%;
	top: 52%;
}

.mv__accent4 img {
	height: 11.875rem;
	max-width: 10.9375rem;
}

.mv__accent5 {
	right: -2%;
	top: 76%;
}

.mv__accent5 img {
	height: 10.875rem;
	max-width: 14.1875rem;
}

.pagetop {
	bottom: 0.625rem;
	display: block;
	max-width: 6.25rem;
	opacity: 0;
	position: fixed;
	right: 3.5625rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: min(13.3333333333%, 3.125rem);
	width: 100%;
	z-index: 9999;
}

.prizes-list__bg-img::before,
.prizes-list__bg-img2::before {
	height: 7.5rem;
}

.prizes-list__bg-img::before {
	bottom: 96%;
}

.prizes-list__bg-img2::before {
	top: 98%;
}

.prizes-list__wrap {
	-moz-column-gap: 3.8125rem;
	column-gap: 3.8125rem;
	display: flex;
	margin-top: -1.8125rem;
	padding-left: max(30px, 50vw - 497px);
}

.prizes-list__title {
	display: block;
	position: relative;
}

.prizes-list__text {
	font-size: 2.5rem;
	letter-spacing: 0.625rem;
	margin-top: 1rem;
	position: absolute;
	transform: translate(-92%, 21%);
	writing-mode: vertical-rl;
}

.prizes-list__text::before {
	height: 3.5rem;
	left: 48%;
	max-width: 3.5rem;
	top: -12%;
}

.prizes-list__inner {
	margin: auto;
	max-width: 87.5rem;
	width: 100%;
}

.prizes-list__content {
	margin-top: 2.8125rem;
	position: relative;
}

.prizes-list__logo {
	height: 6.6875rem;
	left: -6.3%;
	margin-left: none;
	margin-right: none;
	max-width: 30.9375rem;
	position: absolute;
}

.prizes-list__area {
	margin-left: 20.875rem;
}

.prizes-list__sub-text {
	font-size: 1rem;
}

.prizes-list__btn {
	margin-top: 1.6875rem;
}

.prizes-list__accent {
	display: block;
	max-width: 6.25rem;
	position: absolute;
	right: calc(50% + 38.875rem);
	top: 69%;
	width: 100%;
}

.prizes {
	margin-top: 15.9375rem;
	position: relative;
}

.prizes::before {
	background-image: url(/assets/images/common/Prizes/img_bg_triangle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.75rem;
	left: 50%;
	max-width: 64rem;
	position: absolute;
	top: -3.2%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.prizes__inner {
	max-width: 64rem;
	padding: 0 3.5rem;
}

.prizes__heading {
	background-image: url(/assets/images/common/Prizes/device=PC.png);
	height: 9.375rem;
	max-width: 23.625rem;
	padding-top: 1.75rem;
}

.prizes__wrap {
	padding-bottom: 3.3125rem;
}

.prizes__text {
	font-size: 1rem;
	margin-top: 3rem;
}

.prizes__img {
	margin-top: -0.125rem;
}

.prizes__img img {
	aspect-ratio: 1512/640;
	height: 40rem;
}

.br__sp {
	display: none;
}

.br__pc {
	display: block;
}

.btn {
	font-size: 0.875rem;
}

.btn-large {
	font-size: 1.25rem;
	padding: 0.625rem 2.5rem 0.75rem 2.5rem;
}

.card-list {
	grid-gap: 2.25rem;
	display: grid;
	gap: 2.25rem;
	margin-top: 5.375rem;
}

.card-list__item {
	margin-top: 2.75rem;
	width: auto;
}

.card-list__item:nth-child(1) {
	grid-area: 1/1/2/4;
}

.card-list__item:nth-child(2) {
	grid-area: 1/4/2/7;
}

.card-list__item:nth-child(3) {
	grid-area: 2/1/3/3;
	width: calc(100% - 2.6666666667px);
}

.card-list__item:nth-child(4) {
	grid-area: 2/3/3/5;
	margin-left: 1px;
	width: calc(100% - 2.6666666667px);
}

.card-list__item:nth-child(5) {
	grid-area: 2/5/3/7;
	margin-left: 3px;
	width: calc(100% - 2.6666666667px);
}

.card-list__item a {
	border-radius: 1.5rem;
}

.card-list__item-accent img {
	max-width: 5rem;
}

.card-list__item:nth-child(1) .card-list__item-accent img,
.card-list__item:nth-child(2) .card-list__item-accent img {
	max-width: 6.25rem;
}

.card-list__item-img {
	border-radius: 1.5rem 1.5rem 0 0;
}

.card-list__item-img img {
	aspect-ratio: 440/340;
	border-radius: 1.5rem 1.5rem 0 0;
}

.card-list__item:nth-child(3) .card-list__item-img img,
.card-list__item:nth-child(4) .card-list__item-img img,
.card-list__item:nth-child(5) .card-list__item-img img {
	aspect-ratio: 280/240;
}

.card-list__item-content {
	border-radius: 0 0 1.5rem 1.5rem;
	min-height: 7.5rem;
}

.card-list__item:nth-child(3) .card-list__item-content,
.card-list__item:nth-child(4) .card-list__item-content,
.card-list__item:nth-child(5) .card-list__item-content {
	min-height: 5rem;
}

.card-list__item-title {
	font-size: 1.25rem;
}

.card-list__item:nth-child(3) .card-list__item-title,
.card-list__item:nth-child(4) .card-list__item-title,
.card-list__item:nth-child(5) .card-list__item-title {
	font-size: 1rem;
}

.card-list__item-blue {
	bottom: 2%;
	right: -2px;
}

.card-list__item .card-list__item-blue {
	bottom: 0%;
	right: 0;
}

.card-list__item-blue img {
	max-width: 6.25rem;
}

.card-list__item:nth-child(3) .card-list__item-blue img,
.card-list__item:nth-child(4) .card-list__item-blue img,
.card-list__item:nth-child(5) .card-list__item-blue img {
	max-width: 4rem;
}

.card-list__item-btn {
	margin-top: 2.5rem;
}

.card-list__item:hover {
	border: 4px solid #9ED0E0;
	border-radius: 1.875rem;
}

.card-list__item:hover .card-list__item-img img {
	transform: scale(1.2);
}

.card-list__item:hover .card-list__item-blue {
	background-image: url(/assets/images/common/best/Group\ 69.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 4rem;
	width: 4rem;
}

.card-list__item:hover .card-list__item-blue img {
	display: none; /* ホバー時に元の画像を非表示にする */
}

.form-checkbox label {
	display: inline-block;
}

.form-checkbox label:not(:first-of-type) {
	margin-left: 1.25rem;
	margin-top: 0;
}

.form-checkbox input + span {
	font-size: 1rem;
}

.form-input input {
	font-size: 1rem;
}

.form-radio label:not(:first-of-type) {
	margin-left: 1.3125rem;
	margin-top: 0;
}

.form-radio input + span {
	display: inline-block;
	font-size: 1rem;
}

.form-select select {
	font-size: 1rem;
}

.form-textarea textarea {
	font-size: 1rem;
}

.form {
	margin-top: 2.5625rem;
}

.form__wrap {
	align-items: center;
	display: flex;
}

.form__wrap.form__wrap--textarea {
	align-items: flex-start;
}

.form__wrap:nth-child(4) {
	margin-top: 2.25rem;
}

.form__wrap:nth-child(5) {
	margin-top: 2.5625rem;
}

.form__label {
	font-size: 1rem;
	max-width: 13.75rem;
	width: 100%;
}

.form__input,
.form__select,
.form__textarea {
	margin-top: -0.125rem;
}

.form__radio {
	margin-top: 0;
}

.form__wrap--checkbox {
	margin-top: 2.4375rem;
}

.form-submit {
	margin-top: 2.5rem;
}

.form-submit-design {
	font-size: 1rem;
	padding: 0.25rem 2.375rem 0.375rem 2.375rem;
}

.heading-icon {
	max-width: 3rem;
}

.heading-en,
.heading-ja {
	margin-top: 0.375rem;
}

.heading-en {
	font-size: 1.25rem;
}

.heading-ja {
	border-bottom: 0.5rem solid #FFEE56;
	font-size: 2rem;
	line-height: 1.25;
	padding-bottom: 0.5rem;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.modal {
	padding: 6.25rem 0;
}

.modal__inner {
	max-width: 30rem;
	padding: 0;
}

.modal__img img {
	aspect-ratio: 480/300;
}

.modal__content {
	height: 21.875rem;
	padding: 2rem 2.5rem;
}

.modal__title {
	font-size: 1.25rem;
}

.modal__text {
	font-size: 1rem;
}

.slick-slide {
	padding: 0 0.625rem;
}

.slider img {
	border-radius: 1.125rem;
}

.sub-card {
	overflow: hidden;
}

.sub-card-list {
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.sub-card-list__item-img img {
	aspect-ratio: 344/240;
}

.sub-card-list__item-content {
	padding: 1.5rem 2rem 2.5rem;
}

.sub-card-list__item-title {
	font-size: 1.25rem;
}

.sub-card-list__card-text {
	font-size: 1rem;
}

.sub-card-list__arrow-wrap {
	display: flex;
	justify-content: center;
}

.sub-card .slick-slide {
	padding: 0 0.1875rem;
}

.sub-card .slick-list {
	padding: 0 10% 0 0 !important;
}

}

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

.about__accent {
	left: calc(50% + 25.625rem);
}

.about__square {
	right: calc(50% + 28.125rem);
}

.about__left {
	right: calc(50% + 29.25rem);
}

.about__right {
	left: calc(50% + 29.25rem);
}

.about__staircase-pc {
	right: calc(50% + 16.75rem);
}

.about__goods {
	left: calc(50% + 14.8125rem);
	top: 79%;
}

.about__goods2 {
	left: calc(50% + 26.5625rem);
}

.about__inner {
	max-width: 50rem;
}

.how-to__img-footprints {
	right: -5%;
}

.prizes-list__area {
	margin-left: 20.875rem;
}

}

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

.how-to-list {
	gap: 3.125rem;
}

.how-to__img-map {
	right: calc(50% + 6.875rem);
}

}

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

.prizes-list__accent {
	right: calc(50% + 34.375rem);
	width: 5.625rem;
}

}

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

.sub-card-list__arrow.sub-card-list__arrow--next {
	margin-left: 31.25rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.about__staircase-pc {
	left: -1%;
}

}

@media screen and (max-width: 1348px) {

.footer__accent::before {
	left: 0;
	transform: translateY(-55%);
}

}

@media (max-width: 767px) {

.how-to__img-footprints {
	left: calc(50% + 6.9375rem);
}

.how-to__img-footprints2 {
	right: calc(50% + 7rem);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
