*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

ol,
ul {
	list-style: none;
}

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

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

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

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

/* safariの背景画像の枠線対応 → 全要素に効かせない */
img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
/* headerの余白を消すため */
html{
	margin-top: -20px;
}
@media screen and (min-width: 768px) {
	html {
		margin-top: -26px;
	}
}
@media screen and (min-width: 1280px) {
	html {
		margin-top: -40px;
	}
}
/* 対象を限定：追従バッジ内のリンクだけ */
.hero__badge a {
  -webkit-tap-highlight-color: transparent; /* タップ時のハイライト */
  -webkit-touch-callout: none;              /* 長押しのコールアウト/プレビュー抑止 */
  -webkit-user-select: none;                /* 長押しのテキスト選択抑止 */
  user-select: none;
  outline: none !important;
  box-shadow: none !important;
}

/* 長押しで :focus が付いたときも枠を出さない */
.hero__badge a:focus,
.hero__badge a:active,
.hero__badge:focus-within a {
  outline: none !important;
  box-shadow: none !important;
}

/* iOS Safari 独自UIの影響をさらに薄める保険（必要なら）*/
@supports (-webkit-touch-callout: none) {
  .hero__badge a {
    -webkit-appearance: none;
    appearance: none;
  }
}

body {
	font-family: "Zen Old Mincho", serif;
	font-size: 14px;
	color: #474747;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) {
	body {
		font-size: 20px;
	}
}

@media screen and (max-width: 390px) {
	.hidden-sp {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.hidden-tab {
		display: none;
	}
}
@media screen and (min-width: 1280px) {
	.hidden-pc {
		display: none;
	}
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px 20px 12px;
}
@media screen and (min-width: 768px) {
	.header {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1280px) {
	.header {
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
		padding: 6px 40px 5px;
	}
}
.header__logo {
	width: 111px;
	height: 26px;
}
@media screen and (min-width: 1280px) {
	.header__logo {
		width: 180px;
		height: 43px;
	}
}
.header__logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
	color: #ff6b35;
	font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}
.header .tel__labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}
@media screen and (min-width: 1280px) {
	.header .tel__labels {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.header .tel__label {
	background-color: #ff6b35;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 9px;
	font-weight: 500;
	border-radius: 2px;
	width: 51px;
	height: 15px;
}
@media screen and (min-width: 1280px) {
	.header .tel__label {
		font-size: 11px;
	}
}
.header .tel__info {
	width: 199px;
	height: 36px;
}
@media screen and (min-width: 768px) {
	.header .tel__info {
		width: 326px;
		height: 59px;
	}
}
@media screen and (min-width: 1280px) {
	.header .tel__info {
		width: 326px;
		height: 59px;
	}
}
.header .tel__info img {
	width: 100%;
	height: auto;
	display: block;
}

.hero {
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_fv.png") no-repeat top center/cover;
	color: #fff;
}

.hero__content {
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_fv.png") no-repeat top left/cover;
	color: #fff;
}
@media screen and (min-width: 1280px) {
	.hero {
		width: auto;
		height: auto;
	}
}
.hero__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.hero__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (min-width: 1280px) {
	.hero__inner {
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 100px;
	}
}
.hero__content {
	position: relative;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.hero__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: left;
	}
}
@media screen and (min-width: 1280px) {
	.hero__content {
		position: absolute;
		width: 700px;
		top: 10px;
		left: 50%;
		z-index: 9999;
		transform: translate(-91%);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		padding-top: 32px;
		padding-left: 38px;
	}
}
.hero__title {
	margin-right: -20px;
	margin-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.hero__title {
		margin-top: 0;
	}
}
@media screen and (min-width: 1280px) {
	.hero__title {
		margin-top: 0;
	}
}
.hero__title-line1 {
	letter-spacing: 2.3px;
}
@media screen and (min-width: 768px) {
	.hero__title-line1 {
		font-size: 50px;
	}
}
@media screen and (min-width: 1280px) {
	.hero__title-line1 {
		font-size: 80px;
		letter-spacing: 4px;
	}
}
.hero__title-line2 {
	letter-spacing: -3.68px;
}
@media screen and (min-width: 1280px) {
	.hero__title-line2 {
		font-size: 80px;
		letter-spacing: -6.4px;
	}
}
.hero__subtitle {
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3px;
	font-size: 24px;
	font-weight: 900;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.hero__subtitle::after {
	content: "";
	display: block;
	width: 227px;
	height: 1px;
	background: #fff;
}
.hero__price {
	margin-top: 10px;
	width: 350px;
	height: 51px;
}
@media screen and (min-width: 768px) {
	.hero__price {
		width: 354px;
		height: 52px;
	}
}
@media screen and (min-width: 1280px) {
	.hero__price {
		width: 565px;
		height: 83px;
	}
}
.hero__price img {
	width: 100%;
	height: auto;
	display: block;
}
.hero .hero__points {
	z-index: 1;
	margin-top: 17px;
	width: 350px;
}
@media screen and (min-width: 1280px) {
	.hero .hero__points {
		margin-top: 26px;
		width: 562px;
	}
}
.hero__images {
	display: grid;
	grid-template-columns: 1fr;
}
.hero__images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
@media screen and (min-width: 768px) {
	.hero__images {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 1280px) {
	.hero__images {
		position: absolute;
		width: calc(100% - 50%);
		right: 0;
		top: 0;
		grid-template-columns: 1fr;
		height: 680px;
	}
}
.hero__badge {
  position: fixed !important;
  right: 10px;
  bottom: 24px;
  z-index: 99999 !important;
  transform: none !important;
  -webkit-transform: none !important;
  background: #f56623;
  color: #ffff76;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

/* ボタン（中のテキスト色は継承させる） */
.hero__badge-btn {
  color: inherit;               /* ← ここを inherit に */
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
.hero__badge-btn:focus,
.hero__badge-btn:active {
  outline: none;
  box-shadow: none;
}

/* SP→TAB→PC サイズ */
@media (min-width: 768px) {
  .hero__badge { width: 200px; height: 200px; }
}
@media (min-width: 1280px) {
  .hero__badge { width: 200px; height: 200px; }
  .hero__badge:hover {
    transform: scale(1.1);
    background: #ffff76;
    color: #f56623; /* 親の文字色を反転 */
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  }
  /* ホバー時の子要素にも確実に反映 */
  .hero__badge:hover .hero__badge-btn,
  .hero__badge:hover .hero__badge-btn * { color: #f56623; }
}

/* ↓ ここに余計な } を置かないこと！ */

.hero__badge-price {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .hero__badge-price { font-size: 40px !important; }
}
@media (min-width: 1280px) {
  .hero__badge-price { font-size: 40px !important; }
}

.hero__badge-note {
  border-radius: 2px;
  color: #ff6b35;
  background: #ffff76;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 12px;
}

.message {
	position: relative;
	padding: 60px 20px;
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_concept.jpg") no-repeat center/cover;
}
.message__inner {
	max-width: calc(100% - 40px);
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	padding: 14px 13px 32px;
	text-align: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
	.message__inner {
		padding: 32px 40px 32px;
	}
}
@media screen and (min-width: 1280px) {
	.message__inner {
		padding: 32px 40px 32px;
	}
}
.message__text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.message__text {
		font-size: 20px;
		letter-spacing: 1px;
		margin-top: 16px;
	}
}
@media screen and (min-width: 1280px) {
	.message__text {
		font-size: 24px;
		letter-spacing: 1.2px;
		margin-top: 16px;
	}
}
.message__text--black {
	color: #000;
}
.message__divider {
	width: 40px;
	height: 1px;
	margin: 20px auto;
	background: #666;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
	.message__divider {
		width: 60px;
		height: 1px;
		margin: 40px auto;
	}
}
@media screen and (min-width: 1280px) {
	.message__divider {
		width: 60px;
		height: 1px;
		margin: 40px auto;
	}
}
.message__highlight {
	font-weight: 700;
	line-height: 1.8;
	position: relative;
	z-index: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff76));
	background: linear-gradient(transparent 70%, #ffff76 70%);
	display: inline;
}
@media screen and (min-width: 768px) {
	.message__highlight {
		font-size: 34px;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 1.7px;
	}
}
@media screen and (min-width: 1280px) {
	.message__highlight {
		font-size: 34px;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 1.7px;
	}
}
.message__highlight strong {
	color: #ff6b35;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}
@media screen and (min-width: 768px) {
	.message__highlight strong {
		font-size: 34px;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 1.7px;
	}
}
@media screen and (min-width: 1280px) {
	.message__highlight strong {
		font-size: 34px;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 1.7px;
	}
}
@media screen and (min-width: 768px) {
	.message {
		padding: 60px 20px;
	}
	.message__inner {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1280px) {
	.message {
		padding: 80px 20px;
	}
	.message__inner {
		width: 896px;
		margin-left: auto;
		margin-right: auto;
	}
}

.menu {
	padding: 60px 20px;
	color: #fff;
	text-align: center;
	color: #fff;
	height: 100%;
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_menu.png") top center / cover no-repeat;
}

.menu__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.menu__inner {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		gap: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__inner {
		width: 896px;
		margin-left: auto;
		margin-right: auto;
		gap: 40px;
	}
}
.menu__lead {
	font-style: italic;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
	.menu__lead {
		font-size: 26px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__lead {
		font-size: 36px;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 1.8px;
	}
}
.menu__title {
	font-style: italic;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 1.15px;
	white-space: nowrap;
}
@media screen and (min-width: 1280px) {
	.menu__title {
		font-size: 36px;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 1.8px;
	}
}
@media screen and (min-width: 768px) {
	.menu__title span {
		font-size: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__title span {
		font-size: 50px;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 2.5px;
	}
}
.menu__block {
	background: #fff;
	color: #333;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}
.menu__block-title {
	background: #d8b529;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-align: center;
	padding-block: 9px;
}
@media screen and (min-width: 768px) {
	.menu__block-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__block-title {
		font-size: 30px;
	}
}
.menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
}
@media screen and (min-width: 768px) {
	.menu__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media screen and (min-width: 1280px) {
	.menu__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.menu__item-image {
	width: 200px;
	height: 133px;
	border-radius: 3px;
	overflow: hidden;
}
.menu__item-image img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 768px) {
	.menu__item-image {
		width: 314px;
		height: 210px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__item-image {
		width: 314px;
		height: 210px;
		border-radius: 10px;
	}
}
.menu__item-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.menu__item-title {
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.menu__item-title {
		font-size: 24px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__item-title {
		font-size: 30px;
	}
}
.menu__item-text {
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.menu__item-text {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__item-text {
		font-size: 20px;
	}
}
.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	padding-block: 30px;
}
@media screen and (min-width: 768px) {
	.menu__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (min-width: 1280px) {
	.menu__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.menu__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
.menu__image {
	position: relative;
	width: 200px;
	height: 133px;
}
.menu__image img {
	border-radius: 3px;
}
@media screen and (min-width: 1280px) {
	.menu__image img {
		border-radius: 10px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__image {
		width: 264px;
		height: 176px;
	}
}
.menu__image--icon {
	position: absolute;
	width: 56px;
	height: 43px;
	top: 1px;
	left: 1px;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.menu__image--icon {
		width: 74px;
		height: 56px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__image--icon {
		width: 74px;
		height: 56px;
	}
}
.menu__image--icon img {
	width: 100%;
	height: 100%;
	display: block;
}
.menu__card-title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.menu__card-title {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__card-title {
		font-size: 18px;
	}
}
.menu__card-text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 12px;
}
@media screen and (min-width: 768px) {
	.menu__card-text {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1280px) {
	.menu__card-text {
		margin-top: 20px;
	}
}
.menu__rank {
	position: absolute;
	top: -8px;
	left: -8px;
	background: #f56623;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.history {
	height: 100%;
	color: #fff;
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_history.jpg") top center/cover no-repeat;
}

.history__inner {
	text-align: center;
	padding: 35px 20px;
}
.history__title {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	font-size: 50px;
	font-style: italic;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.history__title {
		font-size: 70px;
	}
}
@media screen and (min-width: 1280px) {
	.history__title {
		font-size: 100px;
	}
}
.history__title span {
	background: linear-gradient(100deg, #fff 23.16%, #ffeab4 76.84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 70px;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.history__title span {
		font-size: 100px;
	}
}
@media screen and (min-width: 1280px) {
	.history__title span {
		font-size: 120px;
	}
}
.history__subtitle {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.9px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	display: inline-block;
}
@media screen and (min-width: 1280px) {
	.history__subtitle {
		font-size: 40px;
		letter-spacing: 2px;
	}
}
.history__features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.history__features {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 30px;
	}
}
@media screen and (min-width: 1280px) {
	.history__features {
		width: 1060px;
		margin-left: auto;
		margin-right: auto;
	}
}
.history__card {
	border-radius: 10px;
	opacity: 0.85;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	color: #474747;
}
@media screen and (min-width: 1280px) {
	.history__card {
		opacity: 0.9;
		padding: 34px;
	}
}
.history__card-title {
	color: #d8b529;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1.5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.history__card-title {
		font-size: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.history__card-title {
		font-size: 50px;
	}
}
.history__card-title::after {
	content: "";
	width: 208px;
	height: 2px;
	background-color: #d8b529;
	display: block;
}
.history__card-subtitle {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-top: 18px;
}
@media screen and (min-width: 768px) {
	.history__card-subtitle {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) {
	.history__card-subtitle {
		font-size: 18px;
	}
}
.history__card-text {
	font-size: 13px;
	font-weight: 500;
	margin-top: 12px;
}
@media screen and (min-width: 768px) {
	.history__card-text {
		font-size: 14px;
	}
}
@media screen and (min-width: 1280px) {
	.history__card-text {
		font-size: 14px;
	}
}

.voice {
	background: #f9f7f1 url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_voice.png") center/cover no-repeat;
	padding: 60px 0;
}
.voice__title {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	width: 260px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.voice__title {
		font-size: 50px;
	}
}
@media screen and (min-width: 1280px) {
	.voice__title {
		font-size: 70px;
		font-weight: 700;
		letter-spacing: 3.5px;
		width: 400px;
	}
}
.voice__title::before {
	position: absolute;
	width: 55.383px;
	height: 27.536px;
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/deco_voice.png") left center/contain no-repeat;
	content: "";
	display: block;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.voice__title::before {
		width: 80px;
		height: 40px;
		left: -20px;
	}
}
@media screen and (min-width: 1280px) {
	.voice__title::before {
		width: 115.382px;
		height: 57.366px;
		top: 14px;
		left: -53px;
	}
}
.voice__title span {
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 1rem;
	color: #d4a91f;
	margin-right: 6px;
}
.voice__catch {
	background: var(--Linear, linear-gradient(90deg, #f9b28d 0%, #ff9d00 100%));
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
}
@media screen and (min-width: 768px) {
	.voice__catch {
		font-size: 34px;
	}
}
@media screen and (min-width: 1280px) {
	.voice__catch {
		font-size: 40px;
	}
}
.voice__catch span {
	font-size: 34px;
}
@media screen and (min-width: 768px) {
	.voice__catch span {
		font-size: 44px;
	}
}
@media screen and (min-width: 1280px) {
	.voice__catch span {
		font-size: 60px;
	}
}
.voice__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	padding: 40px 20px;
}
@media screen and (min-width: 768px) {
	.voice__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (min-width: 1280px) {
	.voice__list {
		width: 1060px;
		margin-left: auto;
		margin-right: auto;
	}
}
.voice__item {
	background: #fff;
	border-radius: 12px;
	padding: 20px 12px 20px 20px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.voice__item {
		width: auto;
		width: 344px;
		height: auto;
	}
}
@media screen and (min-width: 1280px) {
	.voice__item {
		width: auto;
		padding: 30px 24px;
		width: 344px;
		height: 369px;
	}
}
.voice__item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 29px;
	text-align: left;
	max-width: 320px;
}
@media screen and (min-width: 768px) {
	.voice__item-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0;
		text-align: center;
	}
}
@media screen and (min-width: 1280px) {
	.voice__item-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0;
		text-align: center;
	}
}
.voice__item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.voice__image {
	width: auto;
	height: 97px;
	margin: 0 auto 10px;
	display: block;
}
.voice__role {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.voice__role {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.9px;
	}
}
@media screen and (min-width: 1280px) {
	.voice__role {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.9px;
	}
}
.voice__headline {
	color: #d8b529;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.voice__headline {
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0.9px;
	}
}
@media screen and (min-width: 1280px) {
	.voice__headline {
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0.9px;
	}
}
.voice__text {
	font-size: 14px;
	margin-top: 12px;
	font-weight: 500;
	line-height: 1.8;
}

.price {
	position: relative;
	z-index: 0;
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/sp/bg_price.png") top/contain no-repeat;
	padding: 218px 20px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.price {
		background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_price.png") top/contain no-repeat;
	}
}
@media screen and (min-width: 1280px) {
	.price {
		background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/bg_price.png") top/contain no-repeat;
	}
}
.price__title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.price__title {
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1280px) {
	.price__title {
		margin-bottom: 50px;
	}
}
.price__title span {
	color: #ff6b35;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 1.9px;
	position: relative;
	z-index: 0;
}
.price__title span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 8px;
	background: #ffff76;
	z-index: -1;
}
.price__box {
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	padding: 30px 40px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.price__box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 800px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1280px) {
	.price__box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.price__set {
	text-align: left;
}
@media screen and (min-width: 1280px) {
	.price__set {
		width: 500px;
	}
}
.price__set-title {
	font-size: 24px;
	font-weight: 700;
	color: #ff6b35;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.price__set-title {
		width: 310px;
	}
}
@media screen and (min-width: 1280px) {
	.price__set-title {
		width: 310px;
	}
}
.price__set-title--black {
	color: #474747;
	font-size: 24px;
}
.price__set-title--big {
	color: #ff6b35;
	font-size: 24px;
}
.price__list {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}
.price__list .price__item {
	border-radius: 10px;
	border: 1px solid #ff6b35;
	background: #fff;
	padding: 8px 12px 8px 20px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.price__list .price__item {
		width: 310px;
		height: 60px;
	}
}
@media screen and (min-width: 1280px) {
	.price__list .price__item {
		width: 310px;
		height: 60px;
	}
}
.price__list .price__item span {
	color: #ff6b35;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-right: 21px;
}
.price__value {
	width: 313px;
	height: 178px;
}
@media screen and (min-width: 1280px) {
	.price__value {
		width: 468px;
	}
}
.price__value .price__normal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.price__value .price__normal-sub {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.price__value .price__normal-main {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.price__value .price__normal-main strong {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -1.9px;
	line-height: 1;
}
.price__value .price__discount {
	margin-top: 8px;
	background: #ff6b35;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}
.price__value .price__special {
	font-size: 2rem;
	font-weight: bold;
	color: #ff6b35;
}
.price__value .price__special span {
	font-size: 67px;
	font-style: italic;
}
.price__value .price__special .price__small {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.price__decoration-left {
	position: absolute;
	width: 215.423px;
	height: 215.423px;
	left: 0;
	bottom: 0;
	z-index: -1;
}
@media screen and (min-width: 768px) {
	.price__decoration-left {
		width: 329px;
		height: 329px;
		bottom: -60px;
	}
}
@media screen and (min-width: 1280px) {
	.price__decoration-left {
		width: 529px;
		height: 529px;
		bottom: -100px;
	}
}

.price__decoration-right {
	position: absolute;
	width: 215px;
	height: 169px;
	right: 0;
	bottom: 20px;
	z-index: -1;
}
@media screen and (min-width: 768px) {
	.price__decoration-right {
		width: 280px;
		height: auto;
		bottom: -100px;
	}
}
@media screen and (min-width: 1280px) {
	.price__decoration-right {
		width: 480px;
		height: 513px;
		bottom: -140px;
	}
}

.cta {
	position: relative;
	z-index: 0;
	background: url("https://d2w53g1q050m78.cloudfront.net/uchinoyacom/uploads/img/sp/bg_cta.png") top left/cover no-repeat;
	padding: 60px 20px;
}
.cta__inner {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.cta__text {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.9px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.cta__text {
		font-size: 26px;
		letter-spacing: 2px;
	}
}
@media screen and (min-width: 1280px) {
	.cta__text {
		font-size: 40px;
		letter-spacing: 2px;
	}
}
.cta__notes {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.65px;
}
@media screen and (min-width: 768px) {
	.cta__notes {
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px) {
	.cta__notes {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

.button {
	display: inline-block;
	background: #ff6b35;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 18px 24px;
	border-radius: 50px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
	.button {
		font-size: 20px;
		letter-spacing: 1px;
	}
}
@media screen and (min-width: 1280px) {
	.button {
		font-size: 24px;
		letter-spacing: 1.2px;
	}
}
.button:hover {
	background: #d94b21;
}

.footer {
	background: #fff;
	padding: 60px 20px 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__logo {
	width: 180px;
	height: 43px;
}
.footer__logo img {
	width: 100%;
	height: auto;
	display: block;
}
.footer__nav {
	font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.footer__nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (min-width: 1280px) {
	.footer__nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.footer__nav-item a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.65px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
	.footer__nav-item a {
		font-size: 16px;
		letter-spacing: 0.8px;
	}
}
@media screen and (min-width: 1280px) {
	.footer__nav-item a {
		font-size: 16px;
		letter-spacing: 0.8px;
	}
}
.footer__nav-item a:hover {
	opacity: 0.6;
}
