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

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

.c-button {
	align-items: center;
	background-color: #FFF;
	border: 2px solid #4A3636;
	border-radius: 40px;
	box-shadow: 0px 4px 0px 0px #4A3636;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	padding: 4px 22px 6px;
}

.c-drawer-icon {
	position: relative;
}

.c-drawer-icon__bar {
	background: #4A3636;
	border-radius: 6px;
	height: 3px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear;
	width: 32px;
}

.c-drawer-icon__bar:nth-child(1) {
	left: 0;
	width: 25.6px;
}

.c-drawer-icon__bar:nth-child(2) {
	top: 12px;
}

.c-drawer-icon__bar:nth-child(3) {
	top: 24px;
}

.c-drawer-icon__dot {
	background: #4A3636;
	border-radius: 6px;
	height: 3px;
	left: 27px;
	margin-left: auto;
	position: absolute;
	top: 0;
	width: 4.8px;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar {
	position: absolute;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(1) {
	background: #4A3636;
	top: 50%;
	transform: rotate(45deg);
	width: 100%;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(2) {
	display: none;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(3) {
	background: #4A3636;
	top: 50%;
	transform: rotate(-45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar .c-drawer-icon__dot {
	display: none;
}

.c-section-head-icon {
	display: inline-block;
	height: 37.333px;
	width: 37.333px;
}

.c-section-en-title {
	font-family: "Courgette", cursive;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.c-section-ja-title {
	align-items: flex-start;
	border-bottom: 6px solid #FFEE56;
	display: flex;
	font-family: "Kiwi Maru", serif;
	font-size: 20px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.25;
	padding-bottom: 7px;
}

.c-head-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0px 15px;
	text-align: center;
}

.p-header {
	background: #FFF;
	height: 64px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 41;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 18.5px 20px;
}

.p-header__logo {
	flex-shrink: 0;
	height: 27px;
	overflow: hidden;
	width: 210px;
}

.p-header__nav-list-item {
	align-items: center;
	display: flex;
	gap: 12px;
}

.p-header__open {
	display: block;
	height: 24px;
	width: 32px;
}

.p-drawer-content {
	background-color: #FFF;
	height: 100%;
	position: fixed;
	right: 0;
	transform: translateY(-100%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 40;
}

.p-drawer-content__menu {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 auto;
	padding-top: 82px;
	text-align: center;
}

.p-drawer-content__button a {
	display: inline-block;
}

.p-drawer-content.is-checked {
	transform: translateY(0);
}

.p-mv {
	margin-top: 65px;
	position: relative;
}

.p-mv__background-img {
	left: 0;
	position: absolute;
	top: 0;
}

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

.p-mv__text {
	font-family: "Kiwi Maru", serif;
	font-size: 14px;
	line-height: 1.25;
	padding-top: 17px;
	text-align: center;
	text-shadow: 0px 0px 30px #FFF;
}

.p-mv__main-title {
	margin-top: 20px;
}

.p-mv__decoration-wrap {
	height: 522px;
	margin-top: 10px;
	position: relative;
}

.p-mv__decoration-smart-phone {
	left: 50%;
	position: absolute;
	top: 103px;
	transform: translateX(-50%);
	z-index: 2;
}

.p-mv__smart-phone {
	height: 408px;
	position: relative;
	width: 200px;
}

.p-mv__smart-phone img {
	max-width: 100%;
}

.p-mv__smart-phone-wrap {
	align-items: center;
	background: #FFF;
	border-radius: 12.8px;
	display: flex;
	flex-direction: column;
	gap: 12.8px;
	left: 50%;
	padding-bottom: 19.2px;
	position: absolute;
	top: 124.6px;
	transform: translateX(-50%);
	width: 160px;
}

.p-mv__smart-phone-head {
	align-items: center;
	background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
	border-radius: 12.8px 12.8px 0 0;
	color: #FFF;
	display: flex;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	padding: 6.4px 9.6px;
	text-align: center;
	width: 100%;
}

.p-mv__smart-phone-body {
	width: 132px;
}

.p-mv__smart-phone-subtitle {
	display: flex;
	flex-direction: column;
	padding-bottom: 3.2px;
}

.p-mv__smart-phone-subtitle span {
	border-bottom: 2.4px solid #CE2073;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 48px;
}

.p-mv__smart-phone-text {
	font-size: 10px;
	font-weight: 700;
	padding-top: 2px;
	text-align: center;
}

.p-mv__smart-phone-button {
	margin-top: 12.8px;
}

.p-mv__smart-phone-button .c-button {
	padding: 4px 23px 4px 23px;
}

.p-mv__link-button {
	font-size: 13px;
}

.p-mv__decoration-english-text {
	position: absolute;
	top: 7px;
}

.p-mv__decoration-present {
	position: absolute;
	right: 25px;
	top: 0;
}

.p-mv__decoration-coffee {
	bottom: 0;
	position: absolute;
	z-index: 3;
}

.p-mv__cat1 {
	bottom: 0;
	position: absolute;
	right: 9px;
	z-index: 3;
}

.p-mv__cat2 {
	bottom: 58px;
	position: absolute;
	right: 0;
}

.p-about {
	overflow: hidden;
	padding-top: 70px;
	position: relative;
}

.p-about__head-img {
	position: absolute;
	right: 0;
	top: -10px;
}

.p-about__inner {
	margin: 0 auto;
	max-width: 375px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.p-about__top {
	align-items: center;
	background-color: #FFF;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0 auto;
	padding: 40px 20px 36px 20px;
	position: relative;
}

.p-about__top::after {
	background-color: #cce1e4;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 36px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100px;
}

.p-about__head {
	position: relative;
}

.p-about__head-photo-left {
	flex-shrink: 0;
	left: -19.5px;
	position: absolute;
	top: -8.13px;
	transform: rotate(-8deg);
}

.p-about__head-photo-left img {
	height: 60px;
	width: 80px;
}

.p-about__head-photo-right {
	flex-shrink: 0;
	position: absolute;
	right: -32.72px;
	top: -10px;
	transform: rotate(6deg);
}

.p-about__head-photo-right img {
	height: 60px;
	width: 80px;
}

.p-about__subtitle {
	font-size: 14px;
	text-align: center;
}

.p-about__body p {
	text-align: center;
}

.p-about__body-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

.p-about__body-text span {
	font-weight: 900;
}

.p-about__body-text:not(:first-child) {
	margin-top: 18px;
}

.p-about__footer-text {
	border-bottom: 2px dashed #9ED0E0;
	font-size: 14px;
	font-weight: 700;
	margin-top: 9px;
	padding-bottom: 6px;
}

.p-about__unnamed {
	left: -22px;
	position: absolute;
	top: -20px;
}

.p-about__unnamed img {
	width: 250px;
}

.p-about__photo-right {
	border-radius: 24px;
	height: 200px; /* コンテナの高さを指定 */
	left: calc(50% + 127px);
	position: absolute;
	top: 273px;
	width: 200px; /* コンテナの幅を指定 */
}

.p-about__photo-right img {
	display: block;
	height: auto; /* アスペクト比を保ったまま高さを自動調整 */
	width: 100%; /* 画像をコンテナの幅に合わせて表示 */
}

.p-about__photo-left {
	border-radius: 24px;
	position: absolute;
	right: calc(50% + 130px);
	top: 395px;
	width: 200px;
}

.p-about__photo-left img {
	display: block;
	height: auto; /* アスペクト比を保ったまま高さを自動調整 */
	width: 100%; /* 画像をコンテナの幅に合わせて表示 */
}

.p-about__photo-stairs {
	bottom: 61px;
	left: 0;
	position: absolute;
	width: 138px;
}

.p-about__photo-group {
	bottom: 217px;
	position: absolute;
	right: 20px;
	width: 48px;
}

.p-about__photo-goods {
	bottom: 157px;
	position: absolute;
	right: 57px;
	width: 133px;
}

.p-about__bottom {
	margin-top: 140px;
}

.p-about__onomichi {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 363px;
}

.p-about__onomichi img {
	height: auto;
	width: 100%;
}

.p-about__swiper-wrapper {
	transition-timing-function: linear;
}

.p-about__swiper-slide img {
	height: 100px;
	max-width: 100%;
	width: 100px;
}

.p-how-to-enter {
	margin-top: 32.8px;
}

.p-how-to-enter__inner {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 32px;
	position: relative;
}

.p-how-to-enter__map {
	height: 223px;
	left: 0;
	position: absolute;
	top: 35;
	width: 149px;
}

.p-how-to-enter__cat1 {
	position: absolute;
	right: 26px;
	top: 33px;
}

.p-how-to-enter__cat2 {
	position: absolute;
	right: -31px;
	top: 39px;
}

.p-how-to-enter__steps {
	margin-top: 32px;
}

.p-how-to-enter__step-line-pc1 {
	height: 24px;
	position: absolute;
	right: 300px;
	top: 205px;
	width: 113px;
}

.p-how-to-enter__step-line-pc2 {
	height: 24px;
	left: 260px;
	position: absolute;
	top: 205px;
	width: 113px;
}

.p-how-to-enter__step-img {
	height: 210px;
	margin: 0 auto;
	width: 196px;
}

.p-how-to-enter__step-img img {
	height: auto;
	max-width: 100%;
}

.p-how-to-enter__step-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
	text-align: center;
}

.p-how-to-enter__step-title {
	font-size: 16px;
	font-weight: 700;
}

.p-how-to-enter__step-text {
	font-size: 12px;
}

.p-how-to-enter__step-text span.step1 {
	text-decoration-line: underline;
}

.p-how-to-enter__step-text span.step3 {
	font-weight: 700;
}

.p-how-to-enter__follow-button a {
	background-color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 12px 8px 40px;
	position: relative;
}

.p-how-to-enter__follow-button a::before {
	background: url("../../img/how-to-enter-icon2.png") no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-how-to-enter__step-line-sp {
	margin-top: 16px;
	text-align: center;
}

.p-how-to-enter__step-line-sp img {
	height: 34px;
	width: 7px;
}

.p-how-to-enter__footer-button {
	margin-top: 16px;
}

.p-how-to-enter__footer-button a {
	font-weight: 700;
	text-align: center;
}

.p-prizes {
	padding-top: 70px;
	position: relative;
}

.p-prizes__triangle1 {
	height: 86px;
	left: 245px;
	position: absolute;
	top: 120px;
	width: 315px;
}

.p-prizes__triangle2 {
	height: 86px;
	position: absolute;
	right: 245px;
	top: 120px;
	width: 315px;
}

.p-prizes__inner {
	padding-bottom: 34.6px;
	padding-top: 20px;
	position: relative;
}

.p-prizes__inner::before {
	background-color: transparent;
	content: "";
	left: 50%;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
	z-index: -2;
}

.p-prizes__inner::after {
	background: #FFF;
	border-radius: 24px;
	content: "";
	height: 902px;
	left: 50%;
	position: absolute;
	top: 85px;
	transform: translateX(-50%);
	width: 375px;
	z-index: -1;
}

.p-prizes__head {
	z-index: 1;
}

.p-prizes__head-text {
	margin-top: 16px;
}

.p-prizes__head-text p {
	font-size: 12px;
	font-weight: 400;
}

.p-prizes__card {
	width: 160px;
}

.p-prizes__card-box {
	box-sizing: border-box;
	height: 220px;
	padding-top: 24px;
	position: relative;
}

.p-prizes__card-star {
	height: 48px;
	left: 50%;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
	width: 48px;
	z-index: 2;
}

.p-prizes__card-star img {
	width: 100%;
}

.p-prizes__card-body {
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.p-prizes__card-body:hover .p-prizes__card-img img {
	transform: scale(1.2);
}

.p-prizes__card-body:hover.p-prizes__card-text:before {
	border-color: transparent transparent transparent #9ED0E0;
}

.p-prizes__card-img {
	border-radius: 10px 10px 0 0;
	height: 140px;
	overflow: hidden;
	width: 160px;
}

.p-prizes__card-img img {
	display: block;
	height: 100%;
	transition: transform 0.5s;
	width: 100%;
}

.p-prizes__card-img-large img {
	height: 100%;
	width: 100%;
}

.p-prizes__card-text {
	align-items: center;
	background-color: #F5F5F5;
	border-radius: 0 0 10px 10px;
	display: flex;
	height: 56px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.p-prizes__card-text::before {
	border-color: transparent transparent transparent #67B0C7;
	border-style: solid;
	border-width: 50px;
	bottom: -84px;
	content: "";
	height: 100px;
	position: absolute;
	right: -50px;
	transform: rotate(45deg);
	width: 100px;
}

.p-prizes__card-text:hover:before {
	border-color: transparent transparent transparent #9ED0E0;
}

.p-prizes__card-text:after {
	background: url(../../img/prizes-zoom-icon.png) no-repeat center center/contain;
	content: "";
	height: 11.52px;
	position: absolute;
	right: 5px;
	top: 37px;
	width: 11.52px;
}

.p-prizes__card-text p {
	font-size: 12px;
	font-weight: 700;
}

.p-prizes__zoom-bg {
	bottom: 0;
	height: 36px;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 36px;
}

.p-prizes__zoom-bg img {
	width: 100%;
}

.p-prizes__zoom-icon {
	bottom: 13px;
	height: 11px;
	position: absolute;
	right: 5px;
	width: 11px;
}

.p-prizes__zoom-icon img {
	width: 100%;
}

.p-prizes__footer-img {
	align-items: center;
	bottom: -214px;
	display: flex;
	justify-content: center;
	left: -103px;
	margin-top: -43px;
	overflow: hidden;
	position: absolute;
	z-index: -3;
}

.p-prizes__footer-img img {
	display: block;
	width: 100%;
}

.p-prizes__about-modal {
	background: #FFF;
	border: none;
	border-radius: 24px;
	inset: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 336px;
	z-index: 3;
}

.p-prizes__about-modal::backdrop {
	background: #000;
	opacity: 0.7;
}

.p-prizes__modal-figure {
	margin: 0 auto;
	width: 336px;
}

.p-prizes__modal-figure img {
	height: 210px;
	width: 100%;
}

.p-prizes__figure-title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 39px;
	text-align: center;
}

.p-prizes__figure-text {
	font-size: 12px;
	margin-top: 12px;
	text-align: center;
}

.p-prizes__modal-button {
	display: flex;
	justify-content: center;
	margin-bottom: 56px;
	margin-top: 16px;
}

.p-spots {
	position: relative;
}

.p-spots::before {
	background: url(../img/spots-wave-sp.png) repeat-x left -4px center/contain;
	content: "";
	height: 46px;
	position: absolute;
	top: 35px;
	width: 100%;
}

.p-spots::after {
	background: url(../img/spots-wave-bottom-sp.png) repeat-x left -4px center/contain;
	bottom: -46px;
	content: "";
	height: 46px;
	position: absolute;
	width: 100%;
}

.p-spots__wave-wrap {
	display: flex;
	margin-top: 170px;
}

.p-spots__wave {
	height: 44px;
	width: 96px;
}

.p-spots__inner {
	background-color: #67B0C7;
	height: 638px;
}

.p-spots__title-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-spots__title-icon {
	height: 28px;
	margin-right: 8px;
	width: 28px;
}

.p-spots__title-icon img {
	width: 100%;
}

.p-spots__title {
	color: #FFF;
	font-family: "Kiwi Maru", serif;
	font-size: 28px;
	font-weight: 500;
}

.p-spots__swiper-wrapper {
	margin-top: 18px;
}

.p-spots__swiper-slide {
	background-color: #FFF;
	border-radius: 12px;
	height: 402px;
	overflow: hidden;
	width: 240px;
}

.p-spots__figure {
	margin: 0;
}

.p-spots__figure img {
	height: 180px;
	width: 100%;
}

.p-spots__figcaption {
	padding-left: 24px;
	padding-right: 24px;
}

.p-spots__card-title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 16px;
	text-align: center;
}

.p-spots__card-text {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 16px;
}

.p-spots__footer {
	margin-top: 16px;
}

.p-spots__logo {
	height: 55px;
	margin: 0 auto;
	width: 255px;
}

.p-spots__logo img {
	width: 100%;
}

.p-spots__footer-text {
	color: #FFF;
	font-size: 11.444px;
	margin-top: 16px;
	text-align: center;
}

.p-spots__footer-button {
	height: 40px;
	margin: 24px auto 19px;
	width: 334px;
}

.p-spots__footer-button a {
	width: 100%;
}

.p-spots__wave-bottom-wrap {
	display: flex;
}

.p-spots__wave-bottom {
	height: 44px;
	width: 96px;
}

.p-qa {
	padding-top: 86px;
}

.p-qa__boxes {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-qa__box {
	border: 2px solid #4A3636;
	border-radius: 12px;
	overflow: hidden;
}

.p-qa__box:first-child {
	margin-top: 24px;
}

.p-qa__box-head {
	align-items: center;
	background-color: #FFF;
	display: flex;
	gap: 12px;
	justify-content: center;
	padding: 10px 13px;
}

.p-qa__box-head-q {
	color: #9ED0E0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 24px;
}

.p-qa__box-head-text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	width: 233px;
}

.p-qa__box-head-icon {
	background-color: #9ED0E0;
	border-radius: 50%;
	display: inline-block;
	height: 26px;
	position: relative;
	width: 26px;
}

.p-qa__box-head-icon::before,
.p-qa__box-head-icon::after {
	background-color: #FFF;
	content: "";
	height: 1.455px;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease-in-out;
	width: 10.182px;
}

.p-qa__box-head-icon::before {
	transform: translateX(-50%);
}

.p-qa__box-head-icon::after {
	left: 31%;
	transform: rotate(90deg);
}

details[open] .p-qa__box-head-icon::after {
	transform: rotate(0);
}

.p-qa__box-a {
	align-items: center;
	background-color: #F5F5F5;
	display: flex;
	gap: 16px;
	padding: 17px 14px 12px;
}

.p-qa__box-a-icon {
	color: #9ED0E0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 24px;
}

.p-qa__box-a-text {
	font-size: 14px;
	line-height: 1.6;
}

.p-qa__box-a-text span {
	text-decoration-line: underline;
}

.p-entry {
	padding-top: 70px;
}

.p-entry__contents {
	background-color: #E9F6F8;
	border: 8px solid #fff;
	height: 1350px;
	margin: 0 auto;
	padding: 15px;
	width: 335px;
}

.p-entry__table-wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 21px;
}

.p-entry__table-row {
	align-items: flex-start;
	border-bottom: 1px solid #CCC;
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
}

.p-entry__fifth-row {
	border-bottom: none;
}

.p-entry__table-head {
	font-size: 14px;
	font-weight: 700;
	padding-left: 16px;
	position: relative;
}

.p-entry__table-head::before {
	background: url(../../img/entry-dot.png) no-repeat center center/contain;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.p-entry__table-data {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 8px;
}

.p-entry__table-data a {
	text-decoration-line: underline;
}

.p-entry__table-data ul {
	list-style: disc;
	padding-left: 16px;
}

.p-entry__bottom-img {
	display: inline-block;
	margin-top: 30px;
}

.p-entry__bottom-img img {
	width: 100%;
}

.p-contact {
	background-color: #FFF;
	padding-bottom: 40px;
	padding-top: 70px;
}

.p-contact__box {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-contact__form-text.error,
.p-contact__form-textarea.error,
.p-contact__form-checkbox-input.error {
	background: #FFF0F7;
	border: 1px solid #CE2073;
}

.p-contact__error {
	color: #CE2073;
}

.p-contact__head-text {
	font-size: 12px;
	text-align: center;
}

.p-contact__fields {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.p-contact__form-field-head {
	align-items: center;
	display: flex;
}

.p-contact__last-child {
	align-items: start;
}

.p-contact__form-field-label {
	font-size: 14px;
	font-weight: 700;
	margin-right: 12px;
}

.p-contact__form-field-tag {
	background: #CE2073;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 8px;
}

.p-contact__form-field-item {
	margin-top: 8px;
}

.p-contact__form-text {
	align-items: flex-start;
	background: #F5F5F5;
	border: none;
	border-radius: 8px;
	color: #CCC;
	font-size: 14px;
	height: 56px;
	padding: 16px;
	width: 100%;
}

.p-contact__form-text:hover {
	background: #E9F6F8;
	border: 1px solid #9ED0E0;
	border-radius: 8px;
}

.p-contact__form-select {
	align-items: center;
	appearance: none;
	background: url(../../img/contact-select-icon.png) no-repeat center right/52px 54px;
	background-color: #F5F5F5;
	border: none;
	border-radius: 8px;
	color: #4A3636;
	display: flex;
	font-size: 14px;
	height: 56px;
	padding: 16px;
	width: 100%;
}

.p-contact__form-select.error {
	background: #FFF0F7;
	background: url(../../img/contact-select-icon-error.png) no-repeat center right/52px 54px;
	border: 1px solid #CE2073;
}

.p-contact__form-field-radios {
	display: flex;
	gap: 24px;
}

.p-contact__form-radio-input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.p-contact__form-radio-input:checked + .p-contact__from-radio-text::after {
	opacity: 1;
}

.p-contact__form-radio-text {
	font-size: 14px;
	padding-left: 32px;
	position: relative;
}

.p-contact__form-radio-text::before,
.p-contact__form-radio-text::after {
	content: "";
	left: 0;
	position: absolute;
}

.p-contact__form-radio-text::before {
	background: url(../../img/radio-button-icon.png) no-repeat center left/contain;
	height: 24px;
	width: 24px;
}

.p-contact__form-radio-text:hover::before {
	border: 1px solid #9ED0E0;
	border-radius: 50%;
}

.p-contact__form-radio-text::after {
	background: #9ED0E0;
	border-radius: 50%;
	height: 12px;
	left: 6px;
	opacity: 0;
	top: 0;
	width: 12px;
}

.p-contact__form-textarea {
	background-color: #F5F5F5;
	border: none;
	border-radius: 8px;
	color: #CCC;
	font-size: 14px;
	font-weight: 400;
	height: 160px;
	line-height: 1.6;
	padding: 16px;
	width: 100%;
}

.p-contact__contact-privacy {
	text-align: center;
}

.p-contact__form-checkbox {
	box-sizing: border-box;
	position: relative;
}

.p-contact__form-checkbox-input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.p-contact__form-checkbox-input:checked + .p-contact__form-checkbox-text::after {
	opacity: 1;
}

.p-contact__form-checkbox-text {
	font-size: 14px;
	padding-left: 36px;
	position: relative;
}

.p-contact__form-checkbox-text::before,
.p-contact__form-checkbox-text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-contact__form-checkbox-text::before {
	background-color: #F5F5F5;
	border-radius: 4px;
	height: 24px;
	width: 24px;
}

.p-contact__form-checkbox-text::after {
	background: url(../../img/contact-check-icon.png) no-repeat center center/contain;
	height: 9px;
	left: 5px;
	margin-top: 1px;
	opacity: 0;
	width: 14px;
}

.p-contact__form-checkbox-text a {
	text-decoration: underline;
}

.p-contact__contact-button {
	margin: 0 auto;
}

.p-footer {
	padding-top: 40px;
}

.p-footer__ja-title {
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
}

.p-footer__icon {
	display: flex;
	gap: 40px;
	margin-top: 14px;
}

.p-footer__icon-youtube {
	height: 32px;
	width: 32px;
}

.p-footer__icon-insta {
	height: 32px;
	width: 32px;
}

.p-footer__icon-x {
	height: 32px;
	width: 32px;
}

.p-footer__onomichi-logo {
	margin-top: 16px;
}

.p-footer__card-wrap {
	background-color: #FFF;
	border-radius: 16px;
	overflow: hidden;
}

.p-footer__card-map {
	padding-top: 80.8955223881%; /* = height ÷ width × 100 */
	position: relative;
	width: 100%;
}

.p-footer__card-map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-footer__card-text {
	padding: 17px 23px 25px;
}

.p-footer__card-title {
	height: 20px;
	margin: 0 auto;
	width: 153px;
}

.p-footer__card-content {
	margin-top: 33px;
}

.p-footer__table tr {
	display: block;
}

.p-footer__table tr:not(:first-child) {
	margin-top: 3px;
}

.p-footer__table tr:nth-child(3) td {
	font-size: 11px;
}

.p-footer__table tr:nth-child(4) td {
	font-size: 11px;
}

.p-footer__table th {
	font-size: 12px;
	font-weight: 700;
	padding-left: 16px;
	position: relative;
	text-align: start;
	width: 80px;
}

.p-footer__table th::before {
	background: url(../../img/footer-table-icon.png) no-repeat center center/contain;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.p-footer__table td {
	font-size: 12px;
	font-weight: 400;
}

.p-page-top {
	display: flex;
	justify-content: center;
	padding-bottom: 24px;
	padding-top: 24px;
	z-index: 100;
}

.p-page-top__img {
	height: 78px;
	width: 75px;
}

.p-copyright {
	background-color: #67B0C7;
	color: #FFF;
	font-size: 11px;
	margin-top: 42px;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	text-align: center;
}

.p-copyright::before {
	background: url(../../img/spots-wave-sp.png) repeat-x left -4px center/contain;
	content: "";
	height: 46px;
	left: 0;
	position: absolute;
	top: -42px;
	width: 100%;
}

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

.l-inner {
	padding-left: 22px;
	padding-right: 22px;
}

.p-header__nav {
	display: none;
}

.p-about__inner {
	margin: 0 auto;
}

.p-about__unnamed {
	display: none;
}

.p-how-to-enter__cat1 {
	width: 150px;
}

.p-how-to-enter__cat2 {
	width: 150px;
}

.p-how-to-enter__step-line-pc1 {
	display: none;
}

.p-how-to-enter__step-line-pc2 {
	display: none;
}

.p-how-to-enter__footer-button {
	display: flex;
	justify-content: center;
	margin-top: 49px;
}

.p-how-to-enter__footer-button a {
	display: block;
	font-size: 18px;
	padding: 8px 38px 10px;
	width: 437px;
}

.p-prizes__triangle1 {
	display: none;
}

.p-prizes__triangle2 {
	display: none;
}

.p-prizes__inner::before {
	background: url(../../img/prizes-head-bg-sp.png) no-repeat center center/cover;
	height: 83px;
	left: 51%;
	top: 2px;
	width: 238px;
}

.p-prizes__inner::after {
	height: 700px;
	min-width: 600px;
}

.p-prizes__body-wrap {
	margin: 0 auto;
	width: 560px;
}

.p-prizes__cards {
	align-items: center;
	column-gap: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 24px;
	row-gap: 16px;
}

.p-prizes__footer-button {
	margin-top: 50px;
}

.p-prizes__footer-img {
	bottom: -400px;
	height: auto;
	left: -1px;
	width: 100%;
}

.p-prizes__footer-img img {
	height: auto;
	width: 100%;
}

.p-spots {
	padding-top: 70px;
}

.p-spots::after {
	bottom: -45px;
}

.p-spots__img-powpads {
	display: none;
}

.p-spots__arrows {
	display: none;
}

.p-entry__contents {
	height: 900px;
	width: 700px;
}

.p-footer__onomichi-logo {
	text-align: center;
}

.p-footer__card-content {
	display: flex;
	justify-content: center;
}

.u-hidden-tb {
	display: none;
}

}

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

.l-inner {
	padding-left: 24px;
	padding-right: 24px;
}

.c-button {
	padding: 4px 22px 6px;
}

.c-drawer-icon {
	display: none;
}

.c-section-head-icon {
	height: 48px;
	width: 48px;
}

.c-section-en-title {
	font-size: 20px;
}

.c-section-ja-title {
	border-bottom: 8px solid #FFEE56;
	font-size: 32px;
	padding-bottom: 12px;
}

.c-head-wrap {
	gap: 8px;
}

.p-header__inner {
	padding: 14px 24px;
}

.p-header__logo {
	flex-shrink: 0;
	height: 24px;
	width: 183px;
}

.p-header__nav-list-item {
	gap: 13.5px;
}

.p-header__nav-link {
	font-size: 12px;
}

.p-header__button a {
	font-size: 14px;
}

.p-drawer-content {
	display: none;
}

.p-mv__inner {
	max-width: 848px;
}

.p-mv__text {
	font-size: 24px;
	font-weight: 500;
	padding-top: 32px;
}

.p-mv__main-title {
	margin-top: 24px;
	text-align: center;
}

.p-mv__decoration-wrap {
	margin-top: 33px;
}

.p-mv__decoration-smart-phone {
	top: 0;
}

.p-mv__smart-phone {
	height: 510px;
	width: 250px;
}

.p-mv__smart-phone-wrap {
	gap: 16px;
	padding-bottom: 24px;
	top: 152.5px;
	width: 200px;
}

.p-mv__smart-phone-head {
	font-size: 16px;
}

.p-mv__smart-phone-body {
	text-align: center;
	width: 176px;
}

.p-mv__smart-phone-subtitle {
	padding-bottom: 4px;
}

.p-mv__smart-phone-subtitle span {
	border-bottom: 3px solid #CE2073;
	font-size: 14px;
	width: 56px;
}

.p-mv__smart-phone-text {
	font-size: 13px;
}

.p-mv__smart-phone-button {
	margin-top: 20px;
}

.p-mv__link-button {
	display: inline-block;
	font-size: 16px;
}

.p-mv__decoration-english-text {
	left: 36px;
	top: -36px;
}

.p-mv__decoration-english-text img {
	height: 130px;
	width: 244px;
}

.p-mv__decoration-present {
	right: 126px;
	top: -19px;
}

.p-mv__decoration-present img {
	height: 180px;
	width: 180px;
}

.p-mv__decoration-coffee img {
	height: 332px;
	width: 202px;
}

.p-mv__cat1 {
	bottom: -43px;
	height: 174px;
	right: 1px;
	width: 233px;
}

.p-mv__cat2 {
	height: 190px;
	right: 63px;
	width: 170px;
}

.p-about {
	padding-top: 80px;
}

.p-about__head-img {
	right: 165px;
	top: 0px;
}

.p-about__head-img img {
	width: 100px;
}

.p-about__inner {
	margin: 0 auto;
	max-width: 888px;
}

.p-about__top {
	gap: 32px;
	padding: 44px 20px 36px 20px;
}

.p-about__top::after {
	height: 50px;
	width: 140px;
}

.p-about__head-photo-left {
	left: -164px;
	top: -6.13px;
	transform: rotate(0deg);
}

.p-about__head-photo-left img {
	height: auto;
	width: 150px;
}

.p-about__head-photo-right {
	right: -166px;
	top: 3px;
	transform: rotate(0deg);
}

.p-about__head-photo-right img {
	height: auto;
	width: 150px;
}

.p-about__subtitle {
	font-size: 16px;
	font-weight: 700;
}

.p-about__body-text {
	font-size: 16px;
}

.p-about__body-text:not(:first-child) {
	margin-top: 26px;
}

.p-about__footer-text {
	font-size: 20px;
	font-weight: 700;
	margin-top: 13px;
}

.p-about__link-button {
	font-size: 20px;
	padding: 8px 38px 10px 38px;
}

.p-about__unnamed {
	top: 60px;
}

.p-about__photo-right {
	left: calc(50% + 560px);
	top: 157px;
	width: 480px;
}

.p-about__photo-left {
	left: -340px;
	top: 154px;
	width: 480px;
}

.p-about__photo-stairs {
	bottom: 257px;
	width: 427px;
}

.p-about__photo-group {
	bottom: 592px;
	right: 150px;
	width: 101px;
}

.p-about__photo-goods {
	bottom: 394px;
	width: 308px;
}

.p-about__bottom {
	margin-top: 172px;
}

.p-about__onomichi {
	width: 890px;
}

.p-about__swiper-slide img {
	height: 200px;
	width: 200px;
}

.p-how-to-enter {
	margin-top: 83.6px;
}

.p-how-to-enter__map {
	height: 628px;
	left: 38px;
	top: -27px;
	width: 420px;
}

.p-how-to-enter__cat1 {
	height: 181px;
	right: 245px;
	top: 15px;
	width: 214px;
}

.p-how-to-enter__cat2 {
	height: 181px;
	right: 106px;
	top: 15px;
	width: 214px;
}

.p-how-to-enter__steps {
	display: flex;
	gap: 32px;
	justify-content: center;
	margin-top: 36px;
	position: relative;
}

.p-how-to-enter__step {
	width: 320px;
}

.p-how-to-enter__step.with-padding-top {
	padding-top: 69px;
	position: relative;
}

.p-how-to-enter__step-img {
	height: 300px;
	width: 280px;
}

.p-how-to-enter__step-body {
	margin-top: 25px;
}

.p-how-to-enter__step-title {
	font-size: 20px;
}

.p-how-to-enter__step-text {
	font-size: 16px;
}

.p-how-to-enter__follow-button a {
	font-size: 16px;
}

.p-how-to-enter__follow-button a::before {
	height: 24px;
	width: 24px;
}

.p-how-to-enter__footer-button {
	display: flex;
	justify-content: center;
	margin-top: 49px;
}

.p-how-to-enter__footer-button a {
	display: block;
	font-size: 20px;
	padding: 8px 38px 10px;
	width: 437px;
}

.p-prizes {
	padding-top: 83px;
}

.p-prizes__inner {
	margin: 0 auto;
	padding: 40px 30px 37px;
	width: 1084px;
}

.p-prizes__inner::before {
	background: url(../../img/prizes-head-bg-pc.png) no-repeat center center/cover;
	height: 148px;
	left: 50%;
	top: 6px;
	width: 372px;
}

.p-prizes__inner::after {
	height: 1181px;
	top: 154px;
	width: 1024px;
}

.p-prizes__body-wrap {
	margin: 0 auto;
	width: 912px;
}

.p-prizes__head-text {
	margin-top: 40px;
	text-align: center;
}

.p-prizes__head-text p {
	font-size: 16px;
}

.p-prizes__cards {
	column-gap: 32px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, auto);
	margin: 27px auto 40px;
	row-gap: 31px;
	width: 912px;
}

.p-prizes__card:nth-of-type(1) {
	grid-area: 1/1/2/4;
}

.p-prizes__card:nth-of-type(2) {
	grid-area: 1/4/2/7;
}

.p-prizes__card:nth-of-type(3) {
	grid-area: 2/1/3/3;
}

.p-prizes__card:nth-of-type(4) {
	grid-area: 2/3/3/5;
	width: 100%;
}

.p-prizes__card:nth-of-type(5) {
	grid-area: 2/5/3/7;
}

.p-prizes__card {
	width: 100%;
}

.p-prizes__card-box {
	height: 100%;
	padding-top: 50px;
}

.p-prizes__card-star {
	height: 80px;
	top: 10px;
	width: 80px;
}

.p-prizes__star-large {
	height: 100px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100px;
}

.p-prizes__star-large img {
	width: 100%;
}

.p-prizes__card-body:hover {
	border: 3px solid #9ED0E0;
	border-radius: 20px;
}

.p-prizes__card-img {
	border-radius: 20px 20px 0 0;
	height: 240px;
	width: 280px;
}

.p-prizes__card-img-large {
	height: 340px;
	width: 440px;
}

.p-prizes__card-text {
	border-radius: 0 0 20px 20px;
	height: 80px;
	width: 280px;
}

.p-prizes__card-text::before {
	bottom: -56px;
}

.p-prizes__card-text:after {
	height: 20.48px;
	right: 7px;
	top: 48px;
	width: 20.48px;
}

.p-prizes__card-text p {
	font-size: 16px;
}

.p-prizes__card-text-large {
	height: 120px;
	width: 440px;
}

.p-prizes__card-text-large p {
	font-size: 20px;
}

.p-prizes__zoom-bg {
	height: 64px;
	right: 3;
	width: 64px;
}

.p-prizes__zoom-bg-large {
	height: 100px;
	width: 100px;
}

.p-prizes__zoom-icon {
	height: 20px;
	right: 11px;
	width: 20px;
}

.p-prizes__footer-button {
	margin: 0 auto;
	width: 437px;
}

.p-prizes__footer-button a {
	font-size: 20px;
	padding: 7px 22px 6px;
}

.p-prizes__footer-img {
	bottom: -510px;
	height: auto;
	left: -1px;
	width: 100%;
}

.p-prizes__about-modal {
	width: 480px;
}

.p-prizes__modal-figure {
	width: 480px;
}

.p-prizes__modal-figure img {
	height: 300px;
}

.p-prizes__figure-title {
	font-size: 20px;
	margin-top: 32px;
}

.p-prizes__figure-text {
	font-size: 16px;
}

.p-prizes__modal-button {
	margin-bottom: 106px;
	margin-top: 24px;
}

.p-spots::before {
	background: url(../img/spots-wave-pc.png) repeat-x left center/contain;
	height: 120px;
	top: -31px;
}

.p-spots::after {
	background: url(../img/spots-wave-bottom-pc.png) repeat-x left center/contain;
	bottom: -119px;
	height: 120px;
}

.p-spots__wave-wrap {
	margin-top: 540px;
}

.p-spots__wave {
	height: 119px;
	width: 252px;
}

.p-spots__inner {
	height: 820px;
	margin-top: 500px;
	overflow: hidden;
}

.p-spots__pc-wrap {
	display: flex;
	padding-left: 244px;
	padding-top: 100px;
	position: relative;
}

.p-spots__img-powpads {
	bottom: -175px;
	left: 37px;
	position: absolute;
}

.p-spots__img-powpads img {
	height: 220px;
	width: 100px;
}

.p-spots__title-wrap {
	flex-direction: column;
	justify-content: start;
	margin-right: 32px;
}

.p-spots__title-icon {
	height: 56px;
	margin-right: 0;
	width: 56px;
}

.p-spots__title {
	font-size: 40px;
	line-height: 1.25;
	margin-top: 10px;
	width: 40px;
}

.p-spots__swiper-wrapper {
	margin: 0;
}

.p-spots__swiper-slide {
	border-radius: 24px;
	height: 542px;
}

.p-spots__figure img {
	height: 240px;
}

.p-spots__figcaption {
	padding-left: 32px;
	padding-right: 32px;
}

.p-spots__card-title {
	font-size: 20px;
	margin-top: 28px;
}

.p-spots__card-text {
	font-size: 16px;
	margin-top: 24px;
}

.p-spots__arrows {
	height: 80px;
	margin: -71px auto;
	max-width: 963px;
	position: relative;
}

.p-spots__arrow-button {
	display: flex;
	justify-content: space-between;
}

.p-spots__button-prev,
.p-spots__button-next {
	height: 80px;
	width: 80px;
}

.p-spots__button-prev::after,
.p-spots__button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 80px;
	margin: auto;
	width: 80px;
}

.p-spots__button-prev::after {
	background-image: url(../../img/swiper-button-pre.png);
}

.p-spots__button-next::after {
	background-image: url(../../img/swiper-button-next.png);
}

.p-spots__footer {
	display: flex;
	gap: 81px;
	justify-content: center;
	margin-top: 127px;
}

.p-spots__logo {
	height: 107px;
	margin: 0;
	width: 495px;
}

.p-spots__footer-text {
	font-size: 16px;
	margin-top: 4px;
}

.p-spots__footer-button {
	height: 56px;
	margin: 28px auto 19px;
	width: 437px;
}

.p-spots__footer-button a {
	font-size: 20px;
}

.p-spots__wave-bottom {
	height: 120px;
	width: 252px;
}

.p-qa {
	padding-top: 240px;
}

.p-qa__boxes {
	gap: 24px;
	margin: 0 auto;
	width: 1024px;
}

.p-qa__box:first-child {
	margin-top: 36px;
}

.p-qa__box-head {
	gap: 16px;
	padding: 19px 20px 19px;
}

.p-qa__box-head-q {
	font-size: 32px;
}

.p-qa__box-head-text {
	font-size: 20px;
	width: 871px;
}

.p-qa__box-head-icon {
	height: 48px;
	width: 48px;
}

.p-qa__box-head-icon::before,
.p-qa__box-head-icon::after {
	height: 2.667px;
	width: 18.667px;
}

.p-qa__box-a {
	padding: 21px 22px 14px;
}

.p-qa__box-a-icon {
	font-size: 32px;
}

.p-qa__box-a-text {
	font-size: 16px;
}

.p-entry {
	padding-top: 120px;
}

.p-entry__contents {
	height: 1101px;
	padding: 32px 47px;
	width: 1024px;
}

.p-entry__table-wrap {
	margin-top: 40px;
}

.p-entry__table-row {
	flex-direction: row;
	padding-bottom: 12px;
	padding-left: 16px;
}

.p-entry__table-head {
	font-size: 16px;
	text-align: left;
	width: 224px;
}

.p-entry__table-head::before {
	height: 9px;
	width: 9px;
}

.p-entry__table-data {
	font-size: 16px;
	margin-top: 0;
	width: calc(100% - 240px);
}

.p-entry__bottom-img {
	margin-top: 120px;
}

.p-contact {
	padding-bottom: 120px;
	padding-top: 120px;
}

.p-contact__box {
	gap: 0;
}

.p-contact__head-text {
	font-size: 16px;
	margin-top: 29px;
}

.p-contact__fields {
	gap: 24px;
	margin-top: 40px;
}

.p-contact__form-field {
	display: flex;
	height: 56px;
	justify-content: space-between;
	margin: 0 auto;
	width: 848px;
}

.p-contact__form-field-head {
	width: 180px;
}

.p-contact__form-field-label {
	font-size: 16px;
}

.p-contact__form-field-item {
	margin-top: 0;
}

.p-contact__form-text {
	width: 628px;
}

.p-contact__form-select {
	width: 628px;
}

.p-contact__form-field-radios {
	align-items: center;
	gap: 37px;
	height: 56px;
	width: 628px;
}

.p-contact__form-textarea {
	font-size: 16px;
	height: 160px;
	width: 628px;
}

.p-contact__contact-privacy {
	font-size: 16px;
	margin-top: 121px;
}

.p-contact__form-checkbox-text {
	font-size: 16px;
}

.p-contact__contact-button {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	margin-top: 16px;
	padding: 6px 24px 8px 24px;
	width: 240px;
}

.p-contact__submit {
	padding: 6px 38px 6px;
}

.p-footer {
	padding-bottom: 120px;
	padding-top: 112px;
	position: relative;
}

.p-footer__ja-title {
	font-size: 24px;
}

.p-footer__icon-youtube {
	height: 40px;
	width: 40px;
}

.p-footer__icon-insta {
	height: 40px;
	width: 40px;
}

.p-footer__icon-x {
	height: 40px;
	width: 40px;
}

.p-footer__img-pawpads {
	position: absolute;
	right: 80px;
	top: 80px;
}

.p-footer__img-pawpads img {
	height: 220px;
	width: 100px;
}

.p-footer__onomichi-logo {
	margin-top: 30px;
	text-align: center;
}

.p-footer__onomichi-logo img {
	height: 90px;
	width: 755px;
}

.p-footer__card-wrap {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-height: 400px;
	max-width: 1024px;
}

.p-footer__card-map {
	width: 512px;
}

.p-footer__card-text {
	padding: 106px 61px;
	width: 512px;
}

.p-footer__card-title {
	height: 24px;
	margin: 0;
	width: 183px;
}

.p-footer__card-title img {
	display: block;
}

.p-footer__card-content {
	margin-top: 21px;
}

.p-footer__table tr:not(:first-child) {
	margin-top: 8px;
}

.p-footer__table tr:nth-child(3) td {
	font-size: 15px;
}

.p-footer__table tr:nth-child(4) td {
	font-size: 16px;
}

.p-footer__table th {
	font-size: 16px;
	width: 120px;
}

.p-footer__table td {
	font-size: 16px;
}

.p-page-top {
	bottom: 40px;
	position: fixed;
	right: 40px;
}

.p-page-top__img {
	height: 104px;
	width: 100px;
}

.p-copyright {
	font-size: 16px;
	margin-top: 120px;
}

.p-copyright::before {
	background: url(../../img/spots-wave-pc.png) repeat-x left center/contain;
	height: 120px;
	top: -119px;
}

.u-hidden-pc {
	display: none;
}

}

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

.p-prizes__card-text-large::before {
	border-color: transparent transparent transparent #67B0C7;
	border-style: solid;
	border-width: 80px;
	bottom: -95px;
	content: "";
	height: 100px;
	position: absolute;
	right: -80px;
	transform: rotate(45deg);
	width: 100px;
}

.p-prizes__card-text-large:after {
	background: url(../../img/prizes-zoom-icon.png) no-repeat center center/contain;
	content: "";
	height: 32px;
	position: absolute;
	right: 12px;
	top: 72px;
	width: 32px;
}

.p-prizes__zoom-icon-large {
	height: 32px;
	width: 32px;
}

}

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

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.p-header__nav {
	display: none;
}

.p-drawer-content__link {
	color: #4A3636;
	font-size: 14px;
}

.p-how-to-enter__footer-button a {
	font-size: 16px;
	padding: 4px 22px 6px;
}

.p-prizes {
	padding-bottom: 143px;
}

.p-prizes__inner::before {
	background: url(../../img/prizes-head-bg-sp.png) no-repeat center center/cover;
	height: 83px;
	left: 52%;
	top: 2px;
	width: 238px;
}

.p-prizes__body-wrap {
	margin: 0 auto;
	width: 335px;
}

.p-prizes__cards {
	align-items: center;
	column-gap: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 22px;
	row-gap: 14px;
}

.p-prizes__footer-button {
	margin-top: 18px;
}

.p-spots {
	padding-top: 70px;
}

.u-hidden-sp {
	display: none;
}

}

