/* ==========================================================================
   Custom properties
   ========================================================================== */

:root {
	--color-base: #E92019;
	--color-cyan: #008EAA;
	--color-green: #007550;
	--color-orange: #FF7E00;
	--color-red: #E92019;
	--color-white: #fff;
	--color-yellow: #FBE122;
	--font-family-en: "Montserrat", sans-serif;
	--font-size-heading: 1.9375rem;
	--font-size-md: 1.125rem;
	--font-size-sm: 0.875rem;
	--font-size-text: 1rem;
	--font-size-title: 1.375rem;
	--fv-max-width: 1300px;
	--fv-summary-max-width: 630px;
	--letter-spacing: 0.05em;
	--line-height-text: 1.8;
	--line-height-title: 1.5;
}

/* ==========================================================================
   reset CSS
   ========================================================================== */


/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
	margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
	html {
		interpolate-size: allow-keywords;
	}
}

body {
	/* 4. Increase line-height */
	line-height: 1.5;
	/* 5. Improve text rendering */
	-webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
	font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
	text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
	isolation: isolate;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
	font-size: 100%;
}

body {
	font-size: var(--font-size-text);
	line-height: 1.5;
	color: #252525;
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Sans JP", sans-serif;
	scroll-behavior: smooth;
}

.svg-defs {
	position: absolute;
	overflow: hidden;
}


a {
	color: #252525;
}


/* ==========================================================================
   Utilities
   ========================================================================== */

.u-sp-only {
	display: none !important;
}

@media (max-width: 780px) {
	.u-pc-only {
		display: none !important;
	}

	.u-sp-only {
		display: block !important;
	}
}

/* ==========================================================================
   FV
   ========================================================================== */

#fv {
	min-height: 840px;
	padding: 0 0 50px;
	position: relative;
	overflow: hidden;
}

/* Patterns
   -------------------------------------------------------------------------- */

.fv__patterns {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.fv__pattern {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	position: absolute;
}

.fv__pattern-path {
	fill: currentColor;
}

.fv__pattern--red {
	width: clamp(100px, 18.8vw, 242px);
	top: 0;
	left: 0;
	color: var(--color-red);
}

.fv__pattern--orange {
	width: clamp(74px, 6.5vw, 100px);
	top: 19%;
	color: var(--color-orange);
}

.fv__pattern--cyan {
	width: clamp(74px, 6.5vw, 82px);
	bottom: 0;
	left: 0;
	color: var(--color-cyan);
}

.fv__pattern--green {
	width: clamp(170px, 17.7vw, 236px);
	top: 0;
	right: 0;
	color: var(--color-green);
}

.fv__pattern--yellow {
	width: clamp(46px, 4.7vw, 63px);
	right: 0;
	bottom: 14%;
	color: var(--color-yellow);
}

/* Summary
   -------------------------------------------------------------------------- */

.fv__summary {
	margin: 0 auto;
	padding: 0.7% 0 0;
	position: relative;
	color: var(--color-white);
	text-align: center;
}

.fv__summary-image {
	width: 57%;
	max-width: 766px;
	margin: 0 auto 0;
	position: relative;
	padding-left: 5%;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	z-index: 1;
}

.fv__summary-image img {
	width: 100%;
	max-width: 663px;
}

.fv__summary-content {
	width: 50%;
	max-width: var(--fv-summary-max-width);
	margin: 0 auto;
	padding: clamp(32px, 5vw, 55px) clamp(24px, 4vw, 40px);
	background-color: var(--color-red);
	clip-path: url(#fv-summary-clip);
	margin-top: clamp(-60px, -8%, -20px);
}

.fv__summary-date {
	width: 50%;
	margin: 1em auto 0;
}

.fv__summary-date img {
	width: 100%;
}

.fv__summary-title {
	font-size: var(--font-size-heading);
	line-height: 1.4;
	font-weight: 900;
	letter-spacing: var(--letter-spacing);
	margin-bottom: 0.5em;
	margin-top: 3.5%;
}

.fv__summary-text {
	font-size: var(--font-size-text);
	line-height: var(--line-height-text);
	letter-spacing: var(--letter-spacing);
	margin-top: 1%;
}

/* Characters
   -------------------------------------------------------------------------- */

.fv__characters {
	width: 100%;
	height: 100%;
	max-width: var(--fv-max-width);
	margin: 0 auto;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.fv__character {
	max-width: none;
	position: absolute;
}

.fv__character--balloon-bunny {
	width: min(28.4%, 361px);
	top: 13.7%;
	left: 2.3%;
}

.fv__character--tomato-boy {
	width: min(13%, 169px);
	bottom: 0;
	left: 10%;
}

.fv__character--tomato-monkey {
	width: min(24%, 308px);
	top: 6.6%;
	right: 1%;
}

.fv__character--pasta {
	width: min(27%, 340px);
	top: 45%;
	right: 0.8%;
}

.fv__character--look-boy {
	width: min(22.5%, 283px);
	right: 4.9%;
	bottom: 0;
}


/* video */
.cp-video {
	width: 90%;
	max-width: var(--fv-max-width);
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
}

.cp-video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* ==========================================================================
   CP Nav
   ========================================================================== */

.cp-nav {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	text-align: center;
}

.cp-nav__list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 3% auto 0;
	padding: 0;
	list-style: none;
}

.cp-nav__item {
	width: 25%;
	max-width: 262px;
	max-height: 126px;
	position: relative;
	border-right: 1px solid var(--color-base);
	padding-bottom: 30px;
	transition: 0.3s;
}

.cp-nav__item:hover {
	opacity: 0.5;
}

.cp-nav__item:first-child {
	border-left: 1px solid var(--color-base);
}

.cp-nav__item a {
	padding: 0;
	color: var(--color-base);
	text-decoration: none;
}

.cp-nav__icon {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.cp-nav__text {
	display: block;
	margin: 3% 0 0;
	font-size: var(--font-size-sm);
	line-height: 1.5;
	font-weight: bold;
}

.cp-nav__arrow {
	display: block;
	width: 20px;
	margin: 6px auto 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}

.cp-nav__item:hover .cp-nav__arrow {
	bottom: -8px;
}

/* 共通 */
.cp-section__title {
	font-size: var(--font-size-heading);
	line-height: 1.2;
	text-align: center;
}

.cp-section__title svg {
	display: block;
	width: fit-content;
	height: 27px;
	margin: 0 auto;
}

.cp-section__title .cp-section__title-sub {
	font-size: 0.7em;
}

.cp-section__text {
	font-size: var(--font-size-md);
}

.cp-link-pill {
	display: block;
	width: min(90%, 262px);
	padding: 10px 0 13px;
	position: relative;
	font-size: var(--font-size-sm);
	line-height: 1;
	color: var(--color-red);
	text-align: center;
	border: 1px solid var(--color-red);
	box-sizing: border-box;
	background-color: var(--color-white);
	border-radius: 100px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: 0.3s;
}

.cp-link-pill:hover {
	color: var(--color-white);
	background-color: var(--color-red);
}

.cp-link-pill::after {
	content: '';
	width: 14px;
	height: 9px;
	margin: auto;
	position: absolute;
	top: 3px;
	right: 9%;
	bottom: 0;
	background: url(../img/arrow-right.svg) no-repeat center / contain;
	transition: 0.3s;
}

.cp-link-pill:hover::after {
	right: 7%;
	background: url(../img/arrow-right-wh.svg) no-repeat center / contain;
}

/* ==========================================================================
   CP Present
   ========================================================================== */

#cp-present {
	min-height: 840px;
	position: relative;
	overflow: hidden;
}

/* Patterns
   -------------------------------------------------------------------------- */

.cp-present__patterns {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.cp-present__pattern {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	position: absolute;
}

.cp-present__pattern-path {
	fill: currentColor;
}

.cp-present__pattern--green-left {
	width: clamp(74px, 8.3vw, 108px);
	top: 12%;
	left: 0;
	color: var(--color-green);
}

.cp-present__pattern--cyan {
	width: clamp(60px, 6.5vw, 84px);
	top: 34.9%;
	left: 0;
	color: var(--color-cyan);
}

.cp-present__pattern--orange-left {
	width: clamp(68px, 7.6vw, 99px);
	top: 53%;
	left: 0;
	color: var(--color-orange);
}

.cp-present__pattern--yellow {
	width: clamp(72px, 8.2vw, 106px);
	bottom: 13%;
	left: 0;
	color: var(--color-yellow);
}

.cp-present__pattern--orange-right {
	width: clamp(44px, 4.8vw, 63px);
	top: 12%;
	right: 0;
	color: var(--color-orange);
}

.cp-present__pattern--green-right {
	width: clamp(72px, 7.9vw, 103px);
	top: 38.5%;
	right: 0;
	color: #02B13F;
}

.cp-present__pattern--red {
	width: clamp(100px, 10.5vw, 137px);
	top: 56%;
	right: 0;
	color: var(--color-red);
}

/* Content
   -------------------------------------------------------------------------- */

.cp-present__content {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	padding: clamp(40px, 6vw, 70px) clamp(24px, 4vw, 40px);
	position: relative;
	text-align: center;
	z-index: 1;
}

.cp-present__title {
	position: relative;
}

.cp-present__title::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	margin: 0.7em auto 0;
	background: url(../img/namisen-yellow.svg)
}

.cp-vr__title::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	margin: 0.7em auto 0;
	background: url(../img/namisen-orange.svg)
}


.cp-present__text {
	margin: 26px 0 0;
	font-size: var(--font-size-md);
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.cp-present__items {
	width: min(90%, 416px);
	margin: clamp(24px, 5vw, 88px) auto 0;
}

.cp-present__item {
	width: 100%;
	margin: 0 0 22px;
	position: relative;
}

.cp-present__item--plate-glass-set {
	padding: 7% 3% 0;
}

.cp-present__item-name {
	min-width: 225px;
	padding: 10px 7px 10px 25px;
	position: absolute;
	top: 20px;
	left: -13px;
	font-size: 1.4rem;
	color: #fff;
	background: #E92019;
	font-weight: 700;
}

.cp-present__item-name::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -21px;
	left: 0;
	border-bottom: 21px solid transparent;
	border-right: 16px solid #C21A14;
}

.cp-present__item-name::after {
	content: "";
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -29px;
	background: url(../img/ribbon-tail.svg) no-repeat;
	background-size: contain;
}

.cp-present__item-image {
	display: block;
	width: 99%;
	margin: 0 auto;
	border-radius: 30px;

}

.cp-present__item-count {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	background: url(../img/spike-balloon.svg) no-repeat;
	background-size: contain;
}


.cp-present__item-count span {
	width: fit-content;
	height: fit-content;
	margin: auto;
	position: absolute;
	font-weight: 700;
	inset: 0;
}

.cp-present__item-count b {
	display: block;
	font-size: 2.5rem;
	font-family: var(--font-family-en);
	font-weight: 900;
}

.cp-present__item::before {
	content: "";
	width: 101%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/cp-present-frame.png) no-repeat;
	background-size: contain;
}

/* Characters
   -------------------------------------------------------------------------- */

.cp-present__characters {
	width: 100%;
	height: 100%;
	max-width: var(--fv-max-width);
	margin: 0 auto;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.cp-present__character {
	max-width: none;
	position: absolute;
}

.cp-present__character--woman {
	width: min(31%, 385px);
	top: 30.8%;
	left: 5%;
}

.cp-present__character--flower {
	display: none;
	width: 15%;
	top: 58%;
	left: 7.4%;
}

.cp-present__character--tomato {
	width: 10%;
	bottom: 14.8%;
	left: 18%;
}

.cp-present__character--coffee {
	width: min(20.5%, 266px);
	top: 30%;
	right: 7.3%;
}

.cp-present__character--brother-rabbit {
	width: 16%;
	right: 9.2%;
	bottom: 14.5%;
}

/* ==========================================================================
   CP Flow
   ========================================================================== */

#cp-flow {
	position: relative;
}

#cp-flow::before {
	content: '';
	position: absolute;
	background: url(../img/nami-background.svg) repeat-x top center / 1300px 100%;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

/* Characters
   -------------------------------------------------------------------------- */

.cp-flow__characters {
	width: 100%;
	height: 100%;
	max-width: var(--fv-max-width);
	margin: 0 auto;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.cp-flow__character {
	max-width: none;
	position: absolute;
}

.cp-flow__character--ketchup-suit {
	width: min(20.5%, 263px);
	top: -32.7%;
	left: 7%;
}

.cp-flow__character--omelet {
	width: min(17.2%, 222px);
	top: -16.3%;
	right: 17.1%;
}

.cp-flow__content {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	padding: clamp(40px, 7.1vw, 120px) clamp(24px, 4vw, 40px);
	position: relative;
	text-align: center;
	z-index: 1;
}

.cp-flow__list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	margin-top: 100px;
	padding: 0;
	list-style: none;
}

.cp-flow__item {
	max-width: 280px;
	padding: 0 10px 40px;
	position: relative;
	border: 2px solid var(--color-red);
	background-color: #fff;
	border-radius: 15px;
	flex: 1;
}


.cp-flow__item:not(:last-child)::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 44%;
	right: -21px;
	border-bottom: 16px solid transparent;
	border-left: 16px solid var(--color-red);
	border-top: 16px solid transparent;
	pointer-events: none;
	transform: translate(50%, -50%);
}

.cp-flow__icon {
	display: block;
	width: 129px;
	margin: -80px auto 0;
}

.cp-flow__text {
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 22px;
}

.cp-flow__note {
	display: block;
	width: 75.6%;
	margin: 1.9% auto 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.cp-flow__note-item {
	font-size: 0.9666em;
	line-height: 1.7;
}

/* ==========================================================================
   CP Shop
   ========================================================================== */

#cp-shop {
	margin: 38px 0 0;
	position: relative;
}

.cp-shop__content {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	padding: clamp(40px, 6vw, 55px) clamp(24px, 4vw, 40px);
	position: relative;
	text-align: center;
	z-index: 1;
}

.cp-shop__title {
	font-weight: 900;
}

.cp-shop__title span {
	font-weight: bold;
}


.cp-shop__title::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	margin: 0.7em auto 0;
	background: url(../img/namisen-red.svg)
}

.cp-shop__content-top {
	position: relative;
	padding-bottom: 60px;
}

.cp-shop__content-top-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 760px);
	margin: 20px auto 0;
	gap: 20px;
}

.cp-shop__content-top-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: var(--font-size-title);
	line-height: 1;
	color: var(--color-red);
	text-align: center;
	font-weight: 700;
	gap: 20px;
	letter-spacing: 0.05em;
}

.cp-shop__content-top-title::before,
.cp-shop__content-top-title::after {
	content: '';
	height: 0;
	border-top: 2px dashed var(--color-red);
	flex: 1;
}

.cp-shop__content-top-date {
	font-size: var(--font-size-title);
	line-height: 1;
	color: var(--color-red);
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-shop__content-top-text {
	width: fit-content;
	font-size: var(--font-size-md);
	line-height: 1.8;
	color: #252525;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.cp-shop__content-top-text span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.cp-shop__content-top-characters {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.cp-shop__content-top-characters img {
	max-width: none;
	position: absolute;
}

.cp-shop__content-top-characters img:first-child {
	width: min(19%, 227px);
	bottom: 0;
	left: 3%;
}

.cp-shop__content-top-characters img:last-child {
	width: clamp(60px, 12vw, 96px);
	right: 10%;
	bottom: 0;
}

.cp-shop___news {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 620px);
	margin: 20px auto;
	gap: 20px;
}

.cp-shop___news-text {
	width: 100%;
	font-size: var(--font-size-md);
	line-height: 1.8;
	color: #252525;
	font-weight: 700;
	letter-spacing: 0.05em;
	word-break: auto-phrase;
}

.cp-link-pill.cp-shop___news-link {
	padding: 18px 0;
}

.cp-shop__content-foods {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 17px;
	margin-top: 0;
}

.cp-shop__content-foods-item {
	width: clamp(250px, 30%, 296px);
	position: relative;
	border: 2px solid var(--color-green);
	box-sizing: border-box;
	background-color: #F7F5EF;
	border-radius: 10px;
	padding-bottom: 24px;
}

.cp-shop__content-foods-item-date {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	margin: -2px -2px 0;
	font-size: var(--font-size-md);
	line-height: 1;
	color: var(--color-white);
	text-align: center;
	background-color: var(--color-green);
	border-radius: 8px 8px 0 0;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-shop__content-foods-item-image {
	display: block;
	width: 93.5%;
	margin: 21px auto 0;
}

.cp-shop__content-foods-item-name {
	display: block;
	width: fit-content;
	max-width: calc(100% - 48px);
	margin: -20px auto 0;
	padding: 8px 20px;
	position: relative;
	font-size: var(--font-size-text);
	line-height: 1;
	color: var(--color-white);
	text-align: center;
	background-color: var(--color-green);
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 1;
}

.cp-shop__content-foods-item-deta {
	width: min(85%, 262px);
	margin: 0 auto;
	text-align: left;
}

.cp-shop__content-foods-item-text {
	margin: 7px auto 0;
	font-size: var(--font-size-md);
	line-height: 1.6;
	color: #252525;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-shop__content-foods-item-price {
	margin: 0;
	font-size: var(--font-size-sm);
	line-height: 1.6;
	color: #252525;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cp-shop__content-foods-item-link {
	margin: 10px auto 0;
}

/* ==========================================================================
   CP News
   ========================================================================== */

#cp-news {
	position: relative;
	overflow: visible;
}

.cp-news__content {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.cp-news__bubble {
	width: min(100%, 920px);
	margin: 80px auto 0;
	position: relative;
	--arc-gap: 40px;
	overflow: visible;
	z-index: 1;
}

.cp-news__content-inner {
	width: 100%;
	margin: 0;
	padding: clamp(48px, 8vw, 80px) clamp(24px, 4vw, 40px) clamp(40px, 6vw, 70px);
	position: relative;
	box-sizing: border-box;
	background-color: #F7F5EF;
	border-radius: 590px 590px 0 0;
	overflow: hidden;
	z-index: 1;
}

.cp-news__content-inner::before {
	content: "";
	width: 90%;
	height: 30%;
	margin: auto;
	position: absolute;
	top: 10%;
	right: 0;
	bottom: 0;
	background-image: radial-gradient(circle, #ff7e00 3.5px, transparent 3.5px);
	background-position: 0 0;
	background-size: 19px 26.3px;
}

.cp-news__arc-label {
	display: block;
	width: calc(100% + var(--arc-gap) * 2);
	height: auto;
	max-width: none;
	position: absolute;
	top: calc(var(--arc-gap) * -0.7);
	left: 50%;
	overflow: visible;
	pointer-events: none;
	transform: translateX(-50%);
	z-index: 2;
}

.cp-news__arc-label--pc {
	aspect-ratio: 1000 / 520;
}

.cp-news__arc-label--sp {
	--arc-gap: 16px;
	aspect-ratio: 360 / 80;
}

.cp-news__arc-guide {
	display: none;
	fill: none;
	opacity: 0.9;
	stroke-dasharray: 8 6;
	stroke-width: 2;
}

.cp-news__arc-label-text {
	font-size: 16px;
	fill: var(--color-red);
	font-family: var(--font-family-en);
	font-weight: 900;
	letter-spacing: 0.12em;
}

.cp-news__arc-label--sp .cp-news__arc-label-text {
	font-size: 1em;
	letter-spacing: 0.06em;
}

.cp-news__content-inner-title {
	align-items: center;
	margin: 59px auto 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.cp-news__content-inner-title::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	margin: 1.5em auto 0;
	background: url(../img/namisen-green.svg)
}

.cp-novelty__title::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	margin: 1em auto 0;
	background: url(../img/namisen-green.svg)
}


.cp-news__content-inner-title-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.cp-news__content-inner-title-sub {
	font-size: var(--font-size-title);
	line-height: 1;
	color: var(--color-red);
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-news__content-inner-title-main {
	font-size: var(--font-size-heading);
	line-height: 1;
	color: var(--color-red);
	font-weight: 900;
	letter-spacing: 0.05em;
}

.cp-news__content-inner-text {
	width: min(100%, 620px);
	margin: 30px auto 0;
	font-size: var(--font-size-md);
	line-height: 1.8;
	color: #252525;
	text-align: left;
	font-weight: 700;
	letter-spacing: 0.05em;
	word-break: auto-phrase;
}

.cp-news__content-inner-text span {
	display: block;
	margin: 16px 0 6px;
	font-size: 0.8em;
	font-weight: normal;
}

.cp-news__content-inner-image {
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 5;
}

.cp-news__content-inner-profile {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: min(100%, 620px);
	margin: 44px auto 0;
	padding: 30px 10px 30px 28px;
	position: relative;
	border: 1px solid #252525;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	gap: 20px;
	z-index: 5;
}

.cp-news__content-inner-profile>img {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	flex: 0 0 128px;
	object-fit: cover;
}

.cp-news__content-inner-profile-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	flex: 1;
	gap: 12px;
}

.cp-news__content-inner-profile-text-name {
	margin: 0;
	position: relative;
	font-size: var(--font-size-text);
	line-height: 1.3;
	color: #E92019;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-indent: -0.5em;
}

.cp-news__content-inner-profile-text-name span {
	display: block;
	font-size: var(--font-size-sm);
	line-height: 1;
	color: #000;
	font-weight: 500;
	margin-top: 6px;
}

.cp-news__content-inner-profile-text-text {
	width: 100%;
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	font-weight: 500;
}

.cp-news__content-inner-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: min(100%, 620px);
	margin: 60px auto 0;
	gap: 15px;
}

.cp-news__content-inner-info-item {
	width: 100%;
	margin: 0;
	border-top: 1px dashed #252525;
	padding-top: 15px;
}

.cp-news__content-inner-info-item:last-child {
	border-bottom: 1px dashed #252525;
	padding-bottom: 15px;
}

.cp-news__content-inner-info-item dt {
	margin: 0;
	font-size: var(--font-size-sm);
	line-height: 1.8;
	color: #252525;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-news__content-inner-info-item dd {
	margin: 0;
	font-size: var(--font-size-sm);
	line-height: 1.8;
	color: #252525;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.cp-news__content-characters {
	width: 100%;
	height: 100%;
	max-width: var(--fv-max-width);
	margin: 0 auto;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.cp-news__content-characters-item {
	max-width: none;
	position: absolute;
}

.cp-news__content-characters-item--dance-omelet {
	width: clamp(120px, 22vw, 290px);
	right: 5%;
	bottom: -3%;
}

.cp-news__content-characters-item--toast-kids {
	width: clamp(140px, 22vw, 166px);
	bottom: -1%;
	left: 9%;
}

/* ==========================================================================
   CP Novelty
   ========================================================================== */

#cp-novelty {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	text-align: center;
}

.cp-novelty__title {
	width: fit-content;
	margin: 0 auto;
	font-size: var(--font-size-heading);
	line-height: 1;
	color: var(--color-red);
	font-weight: 900;
	letter-spacing: 0.05em;
}

.cp-novelty__title img {
	width: clamp(70px, 13vw, 168px);
	margin-bottom: 12px;
	margin-left: -60px;
	vertical-align: middle;
}

.cp-novelty__text {
	font-size: var(--font-size-md);
	line-height: 1.8;
	color: #252525;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 22px;
}

.cp-novelty__content {
	display: flex;
	justify-content: center;
	gap: 65px;
	margin-top: 65px;
}

.cp-novelty__content-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: min(100%, 430px);
	gap: 14px;
}

.cp-novelty__content-inner>.cp-novelty__content-inner-title:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: var(--font-size-title);
	line-height: 1;
	color: var(--color-red);
	font-weight: 700;
	gap: 20px;
	letter-spacing: 0.05em;
}

.cp-novelty__content-inner>.cp-novelty__content-inner-title:first-child::before,
.cp-novelty__content-inner>.cp-novelty__content-inner-title:first-child::after {
	content: '';
	border-top: 2px dashed var(--color-red);
	flex: 1;
}

.cp-novelty__content-inner>.cp-novelty__content-inner-text {
	width: 100%;
	margin: 0;
	font-size: var(--font-size-md);
	line-height: 1.6;
	color: #252525;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-novelty__content-inner>.cp-novelty__content-inner-text span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.cp-novelty__content-inner-shops {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 32px;
	border: 1px solid var(--color-red);
	box-sizing: border-box;
	gap: 23px;
}

.cp-novelty__content-inner-shops>.cp-novelty__content-inner-title {
	margin: 0;
	font-size: var(--font-size-md);
	line-height: 1;
	color: var(--color-red);
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-novelty__content-inner-list {
	display: flex;
	flex-wrap: wrap;
	width: 92%;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.cp-novelty__content-inner-list li {
	width: 50%;
	margin: 0 0 7px;
}

.cp-novelty__content-inner-list-item a {
	font-size: var(--font-size-sm);
	line-height: 1;
	color: #252525;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.cp-novelty__content-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38%;
	height: 400px;
	margin: 0;
	align-self: stretch;
	border-radius: 30px;
	overflow: hidden;
}

.cp-novelty__content-image img {
	display: block;
	width: 120%;
	height: auto;
	max-width: none;
}

/* ==========================================================================
   CP VR
   ========================================================================== */

#cp-vr {
	margin: 0 auto;
	padding: clamp(48px, 7vw, 87px) clamp(24px, 4vw, 40px) clamp(56px, 8vw, 96px);
	position: relative;
	background-color: #F7F5EF;
	overflow: visible;
}

.cp-vr__title {
	margin: 0;
	font-size: var(--font-size-heading);
	line-height: 1;
	color: var(--color-red);
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.cp-vr img {
	width: clamp(70px, 9vw, 110px);
	margin-right: 10px;
	vertical-align: middle;
}

.cp-vr__content {
	display: flex;
	justify-content: center;
	align-items: start;
	max-width: 920px;
	margin: 46px auto;
	position: relative;
	gap: clamp(24px, 4vw, 40px);
	z-index: 1;
}

.cp-vr__content-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 400px);
	gap: 20px;
}

.cp-vr__content-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	font-size: var(--font-size-title);
	line-height: 1;
	color: var(--color-red);
	font-weight: 700;
	gap: 20px;
	letter-spacing: 0.05em;
}

.cp-vr__content-title::before,
.cp-vr__content-title::after {
	content: '';
	border-top: 2px dashed var(--color-red);
	flex: 1;
}

.cp-vr__content-date {
	margin: 0;
	font-size: var(--font-size-md);
	line-height: 1;
	color: #252525;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cp-vr__content-text {
	margin: 0;
	line-height: 1.8;
	color: #252525;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cp-vr__content-link {
	width: 262px;
	padding: 20px 35px 20px 40px;
	margin-top: 6px;
}

.cp-vr__content-image {
	display: block;
	width: min(100%, 470px);
	border-radius: 20px;
}

.cp-vr__content-characters {
	width: 100%;
	height: 100%;
	max-width: var(--fv-max-width);
	margin: 0 auto;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.cp-vr__content-characters-item {
	max-width: none;
	position: absolute;
}

.cp-vr__content-characters-item--dance-omelet {
	width: clamp(120px, 22vw, 248px);
	top: -10%;
	left: 0;
}

.cp-vr__content-characters-item--toast-kids {
	width: clamp(80px, 19vw, 115px);
	top: -8%;
	right: 16.5%;
}

/* ==========================================================================
   CP Terms
   ========================================================================== */

.cp-terms {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	padding: clamp(48px, 7.5vw, 110px) clamp(24px, 4vw, 40px) 0;
}

.cp-terms__title {
	margin: 0;
	font-size: var(--font-size-heading);
	color: var(--color-red);
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.cp-terms__title::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	margin: 0.7em auto 0;
	background: url(../img/namisen-cyan.svg);
}


.cp-terms__content-top-text {
	margin: 30px 0 0;
	text-align: center;
}

.cp-terms__inner {
	width: min(100%, 920px);
	height: 420px;
	margin: 15px auto 0;
	border: 1px solid #252525;
	box-sizing: border-box;
	background: #fff;
	overflow-y: auto;
}

.cp-terms__inner-head {
	margin: 0;
	padding: 20px 40px 10px;
	font-size: var(--font-size-title);
	line-height: 1.8;
	color: #252525;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cp-terms__inner>p:not(.cp-terms__inner-head) {
	margin: 0;
	padding: 20px 40px 20px;
	font-size: var(--font-size-sm);
	line-height: 1.65;
	color: #252525;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cp-terms__inner span {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

/* ==========================================================================
   CP Contact
   ========================================================================== */

#cp-contact {
	position: relative;
	background: #F7F5EF;
	margin-top: clamp(56px, 8vw, 100px);
}

.cp-contact__inner {
	max-width: var(--fv-max-width);
	margin: 0 auto;
	padding: 100px 0 80px;
	position: relative;
}

.cp-contact__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	gap: 10px;
}

.cp-contact__title svg {
	width: min(100%, 212px);
	height: auto;
}

.cp-contact__title-sub {
	display: block;
	font-size: var(--font-size-title);
	line-height: 1;
	color: #252525;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

.cp-contact__link {
	width: min(100%, 262px);
	margin: 30px auto 0;
	padding: 20px 40px 20px 40px;
}

.cp-contact__inner>img {
	width: clamp(100px, 16vw, 204px);
	position: absolute;
	bottom: 0;
	left: clamp(16px, 11vw, 76px);
}

@media(min-width:1300px) {
	#fv {
		min-height: 840px;
	}

}



/* ==========================================================================
   Responsive（〜1200pxpx）
   ========================================================================== */
@media (max-width:1200px) {
	.cp-shop__content-top-characters img:first-child {
		width: 14%;
		bottom: 0;
		left: 0;
	}

	.cp-shop__content-top-characters img:last-child {
		width: clamp(60px, 12vw, 70px);
		right: 4%;
		bottom: 0;
	}

	.cp-news__content-characters-item--toast-kids {
		display: none;
	}

	.cp-vr__content-characters-item--toast-kids {
		width: 80px;
		top: -7%;
	}
}


/* ==========================================================================
   Responsive（〜960px）
   ========================================================================== */
@media (max-width:960px) {
	.cp-flow__text {
		font-size: 0.9em;
	}

	.cp-present__character--coffee {
		right: 4.3%;
	}

	.cp-shop__content-top {
		padding-bottom: 0;
	}

	.cp-shop__content-foods-item-text {
		font-size: 0.96em;
	}

	.cp-present__character--woman {
		left: 0;
	}

	.cp-shop__content-top-characters {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		position: relative;
	}

	.cp-shop__content-top-characters img:first-child {
		width: min(42%, 200px);
		position: static;
	}

	.cp-shop__content-top-characters img:last-child {
		width: clamp(70px, 10vw, 100px);
		position: static;
	}

	.cp-news__content-characters-item--toast-kids {
		width: clamp(140px, 22vw, 170px);
		top: 15%;
		bottom: 0;
		left: 4%;
	}

	.cp-novelty__title img {
		margin-left: 0;
	}

	.cp-vr__content-characters-item--toast-kids {
		display: block;
		width: clamp(80px, 22vw, 100px);
		top: -10%;
		right: 6%;
		bottom: 0;
	}

	#cp-novelty {
		padding-top: 48px;
	}

	.cp-vr__content {
		flex-wrap: wrap;
		row-gap: 24px;
	}

	.cp-vr {
		line-height: 1.4;
	}

	.cp-novelty__content {
		flex-wrap: wrap;
	}

	#cp-contact {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* ==========================================================================
   Responsive（〜780px）
   ========================================================================== */

@media (max-width: 780px) {
	:root {
		--font-size-heading: 1.2rem;
		--font-size-md: 1rem;
		--font-size-sm: 0.9125rem;
		--font-size-text: 0.975rem;
		--font-size-title: 1.125rem;
	}

	.fv__summary-title {
		line-height: 1.45;
	}

	.cp-video {
		width: 100%;
		margin: 0 auto;
	}

	.cp-nav__list {
		flex-direction: column;
		width: 88%;
		margin: 6% auto 0;
	}

	.cp-nav__icon {
		width: 40px;
	}

	.cp-nav__arrow {
		width: 15px;
		bottom: 10px;
	}

	.cp-nav__item {
		width: 100%;
		max-width: 100%;
		max-height: none;
		padding: 16px 0 35px;
		border-bottom: 1px solid var(--color-base);
		border-right: none;
		opacity: 1;
		transition: 0.3s;
	}

	.cp-nav__item:hover .cp-nav__arrow {
		bottom: 5px;
	}


	.cp-nav__item:first-child {
		border-left: none;
		border-top: 1px solid var(--color-base);
	}

	.cp-nav__item a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.cp-nav__text {
		margin-top: 8px;
	}

	#fv {
		min-height: 200vw;
	}

	.fv__summary {
		width: 90%;
		padding-top: 5%;
	}

	.fv__summary-image {
		width: 100%;
	}

	.fv__summary-content {
		width: 100%;
		padding: 20%;
		word-break: auto-phrase;
	}

	.fv__summary-date {
		width: 80%;
	}

	.fv__character--balloon-bunny-sp {
		width: 31%;
		top: 31%;
		left: -7%;
	}

	.fv__character--flower-sp {
		width: 18%;
		top: 72%;
		left: 3%;
	}

	.fv__character--tomato-boy {
		width: 22%;
		bottom: 0;
		left: 13%;
	}

	.fv__character--tomato-monkey {
		display: none;
	}

	.fv__character--pasta {
		width: 32%;
		top: 30%;
		right: -2%;
	}

	.fv__character--look-boy {
		width: 37.5%;
		right: 0;
	}

	.cp-section__title {
		line-height: 1.2;
		word-break: auto-phrase;
	}

	#cp-present {
		min-height: 200vw;
		padding: max(200px, 50%) 0 max(200px, 50%);
	}

	.cp-present__content {
		width: 90%;
	}

	.cp-present__text {
		width: 80%;
		margin: 26px auto 0;
		letter-spacing: 0;
	}

	.cp-present__items {
		width: 100%;
		max-width: 400px;
	}

	.cp-present__item--plate-glass-set {
		padding: 0;
	}

	.cp-present__item-name {
		max-width: 85%;
		min-width: 145px;
		padding: 8px 6px 8px 16px;
		top: 12px;
		left: -15px;
		font-size: 0.9rem;
	}

	.cp-present__item--plate-glass-set .cp-present__item-name {
		width: 50%;
		word-break: auto-phrase;
	}

	.cp-present__character--coffee {
		width: 29%;
		max-width: 140px;
		top: 3%;
		right: 10%;
	}

	.cp-present__character--woman {
		width: 50%;
		max-width: 240px;
		top: 4%;
	}

	.cp-present__character--flower {
		width: 22%;
		top: 55%;
		left: 2%;
	}

	.cp-present__character--tomato {
		width: min(30%, 120px);
		bottom: 7%;
		left: 15%;
	}

	.cp-present__character--brother-rabbit {
		width: min(53%, 160px);
		right: 0;
		bottom: 0;
	}

	#cp-flow::before {
		background-size: cover;
	}

	.cp-flow__character--ketchup-suit {
		width: min(35%, 180px);
		top: -3%;
		left: 0;
	}

	.cp-flow__character--omelet {
		width: min(40%, 190px);
		top: 3%;
		right: 0;
	}

	.cp-flow__content {
		padding-inline: 16px;
	}


	.cp-flow__list {
		flex-direction: column;
		align-items: center;
		gap: 105px;
		margin-top: 100px;
	}

	.cp-flow__item {
		width: 100%;
		max-width: 320px;
		min-height: auto;
		padding: 30px 16px 30px;
	}

	.cp-flow__item:not(:last-child)::after {
		top: auto;
		right: 50%;
		bottom: -36px;
		border-bottom: 0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 16px solid var(--color-red);
		transform: translateX(50%);
	}

	.cp-flow__icon {
		width: clamp(88px, 24vw, 120px);
		top: -56px;
	}

	.cp-flow__text {
		line-height: 1.7;
		margin-top: 10%;
	}

	.cp-flow__note {
		width: min(100%, 320px);
		margin-top: 24px;
	}

	.cp-link-pill.cp-shop___news-link {
		margin-bottom: 50px;
	}

	.cp-flow__note-item {
		line-height: 1.7;
	}

	.cp-shop__content {
		width: 90%;
	}

	.cp-shop__content-foods-item {
		width: 100%;
		max-width: 400px;
	}

	.cp-shop__content-foods-item-price {}

	#cp-news {
		overflow: hidden;
	}

	.cp-news__content {
		padding-inline: 16px;
	}

	.cp-news__bubble {
		width: 100%;
		--arc-gap: 16px;
		margin-top: 48px;
	}

	.cp-news__arc-label--sp .cp-news__arc-label-text {
		font-size: 0.8em;
	}

	.cp-news__content-inner {
		width: 100%;
		padding: 40px 16px 32px;
		margin-top: 0;
	}

	.cp-news__arc-label-text {
		font-size: 2em;
	}

	.cp-news__content-inner-title {
		margin-top: 48px;
	}

	.cp-news__content-inner-text {
		width: 80%;
		font-size: 0.9em;
	}

	.cp-news__content-inner-profile {
		flex-direction: column;
		align-items: center;
		width: 80%;
		padding: 24px 16px 24px 20px;
		margin-top: 28px;
	}

	.cp-news__content-inner-profile-text {
		width: 100%;
	}

	.cp-news__content-inner-profile-text-name {
		width: 100%;
		text-align: center;
		text-indent: 0;
	}

	.cp-news__content-inner-info {
		width: 80%;
		gap: 12px;
		margin-top: 28px;
	}

	.cp-news__content-inner-info-item {
		padding-top: 12px;
	}

	.cp-news__content-inner-info-item:last-child {
		padding-bottom: 12px;
	}

	.cp-news__content-characters-item--dance-omelet {
		width: 160px;
		right: 0;
		bottom: 0;
	}

	.cp-vr__content-characters-item--dance-omelet {
		width: 160px;
		right: 0;
		bottom: -2%;
	}

	#cp-novelty {
		padding: clamp(48px, 7vw, 48px) clamp(24px, 4vw, 40px) clamp(100px, 8vw, 96px);
	}

	.cp-novelty__title {
		line-height: 1.5;
		word-break: auto-phrase;
	}

	.cp-novelty__title img {
		display: block;
		width: 100px;
		margin: 0 auto 8px;
	}

	.cp-novelty__content-inner-shops {
		padding: 24px 1.9%;
	}

	.cp-novelty__content {
		gap: 20px;
	}

	.cp-novelty__content-image {
		width: 100%;
		height: 300px;
	}

	.cp-vr img {
		display: block;
		margin: 0 auto 8px;
	}

	.cp-vr__content {
		width: 90%;
	}

	.cp-vr__content-link {
		width: min(100%, 262px);
		padding: 16px 25px 16px 40px;
	}

	.cp-vr__content-characters-item--toast-kids {
		width: 80px;
		top: -7%;
	}

	.cp-terms__inner {
		width: 90%;
		height: 360px;
	}

	.cp-terms__inner a {
		word-break: break-all;
	}

	.cp-terms__inner>p:not(.cp-terms__inner-head) {
		padding: 0 16px 16px;
	}

	#cp-contact {
		padding: 48px 16px 0;
	}

	.cp-contact__inner {
		padding: 40px 0 0;
	}

	.cp-contact__title {
		gap: 28px;
	}

	.cp-contact__inner>img {
		width: 130px;
		margin: 40px auto 0;
		position: static;
	}
}

@media (max-width: 499px) {
	#fv {
		min-height: 800px;
	}

	.fv__summary-content {
		padding: 18% 15% 22%;
	}

	.fv__summary-text {
		font-size: 0.9em;
	}

	.fv__character--balloon-bunny-sp {
		top: 32%;
	}

	.cp-present__character--woman {
		width: 70%;
		top: 4%;
		left: 0;
	}

	.cp-present__character--coffee {
		width: 38%;
		top: 2%;
		right: 11%;
	}

	.cp-present__item-count {
		right: 5px;
		bottom: 5px;
	}

	.cp-flow__text {
		line-height: 1.7;
		margin-top: 4%;
	}

}