:root {
	--font-family-base: Noto Serif JP,serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--font-size-base: 1.4rem;
	--color-primary: #45b2c2;
	--color-warning: red;
	--input-border-color: #e6e6e6;
	--input-border-width: 0.1rem;
	--input-font-size: 14px;
	--input-font-weight: 400;
	--input-background: #fff;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	overflow-x: hidden;
}

html.noscroll {
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	width: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-base);
	line-height: var(--lineheight-base);
	overflow-x: hidden;
	position: relative;
	text-align: left;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

dl,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

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

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

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: none;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none!important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.c-container {
	margin: auto;
	padding-left: 8.75vw;
	padding-right: 8.75vw;
	width: 100%;
}

.nospace:after,
.nospace:before {
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 0;
}

.nospace:before {
	margin-block-end: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.nospace:after {
	margin-block-start: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.p-logo {
	position: absolute;
	z-index: 3;
}

.p-logo img {
	width: 14.75vw;
}

.p-mv {
	position: relative;
}

.p-mv__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	inset: 0;
	position: absolute;
}

.p-mv__ttl {
	width: 81.75vw;
}

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

.p-mv__img {
	bottom: 0;
	left: 7.5vw;
	position: absolute;
	width: 49.25vw;
}

.p-note {
	font-size: 2.25vw;
	font-weight: 400;
	text-align: right;
}

.p-awards {
	margin-top: 13.75vw;
}

.p-awards__item {
	position: relative;
}

.p-awards__list-img {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}

.p-awards__ttl img {
	width: 45vw;
}

.p-product {
	margin-bottom: 11.25vw;
	margin-top: 15vw;
}

.p-product__btn {
	align-items: center;
	background-color: #bda267;
	border-radius: .7rem;
	color: #fff;
	display: inline-flex;
	font-family: Noto Sans JP,serif;
	font-size: 3.75vw;
	font-weight: 300;
	min-height: 9.25vw;
	padding: .5rem 1.4rem;
	transition: opacity .25s ease-in-out;
}

.p-product__btn:hover {
	opacity: .7;
}

.p-product__ttl {
	margin-bottom: 1rem;
}

.p-product__meta {
	font-family: Noto Sans JP,serif;
	font-size: 4.5vw;
	font-weight: 700;
	letter-spacing: .04em;
	margin-bottom: 3rem;
}

.p-product__meta .small {
	font-size: 4vw;
}

.p-product__meta .smaller {
	font-size: 3.25vw;
}

.p-product__img {
	margin-right: -7rem;
}

.p-product__row {
	border-top: 2px solid #bda267;
	padding-block: .2rem .4rem;
}

.p-product__row.--grid {
	display: flex;
	gap: 2.4rem;
}

.p-product__info-ttl {
	color: #bda267;
	font-family: Noto Sans JP,serif;
	font-size: 2.75vw;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1;
}

.p-product__info-txt {
	font-size: 3.5vw;
	font-weight: 800;
	line-height: 1.25;
	padding-left: 1.5vw;
}

.p-product__info-txt.--size-medium {
	font-size: 1.6rem;
}

.p-product__info-txt.--size-small {
	font-size: 3.5vw;
	line-height: 1.3571428571;
}

.p-product__info-txt.--size-small i {
	font-size: 1.1rem;
}

.p-product__info-txt.--lp {
	letter-spacing: .04em;
}

.p-product__info-txt i {
	font-style: italic;
	font-weight: 800;
}

@media (min-width:768px) {

:root {
	--font-size-base: 1.6rem;
}

.c-container {
	max-width: 131rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.sp {
	display: none;
}

.p-logo img {
	width: min(6.8081991215vw,9.3rem);
}

.p-logo.--header {
	left: min(2.196193265vw,3rem);
	top: min(1.6105417277vw,2.2rem);
}

.p-logo.--footer {
	bottom: min(3.074670571vw,4.2rem);
	left: min(3.6603221083vw,5rem);
}

.p-mv {
	margin: min(1.6105417277vw,2.2rem) min(1.6105417277vw,2.2rem) 1rem;
}

.p-mv__ttl {
	width: 48.9751098097vw;
}

.p-mv__img {
	bottom: -11rem;
	left: min(3.6603221083vw,5rem);
	width: min(27.2327964861vw,37.2rem);
}

.p-note {
	font-size: .9rem;
}

.p-awards {
	display: flex;
	flex-direction: column-reverse;
	gap: 1rem;
	margin-top: 10rem;
}

.p-awards__heading {
	border-top: 2px solid #bda267;
	padding-top: 1rem;
}

.p-awards__heading img {
	display: block;
}

.p-awards__wrap {
	display: flex;
	gap: min(3.2258064516vw,4rem);
	justify-content: space-between;
	padding-inline: 1.5rem;
}

.p-awards__list {
	align-items: flex-end;
	display: flex;
	gap: min(1.4516129032vw,1.8rem);
}

.p-awards__list-img {
	max-width: min(8.8709677419vw,11rem);
}

.p-awards__ttl {
	position: absolute;
	right: -4rem;
	top: 0;
}

.p-awards__ttl img {
	width: min(8.3870967742vw,10.4rem);
}

.p-awards__ttl.--postion01 {
	left: min(9.6774193548vw,12rem);
}

.p-awards__ttl.--postion02 {
	left: min(8.4677419355vw,10.5rem);
}

.p-awards__ttl.--postion03 {
	left: min(9.2741935484vw,11.5rem);
}

.p-product {
	margin-bottom: 7rem;
	margin-top: 12rem;
}

.p-product__right {
	margin-bottom: -2rem;
	text-align: right;
}

.p-product__btn {
	border-radius: .7rem;
	font-size: 1.6rem;
	min-height: 4rem;
	padding: .5rem 1.4rem;
}

.p-product__wrap {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}

.p-product__head {
	padding-left: 1rem;
}

.p-product__ttl {
	margin-bottom: 1.4rem;
}

.p-product__meta {
	font-size: 2rem;
	margin-bottom: 3rem;
}

.p-product__meta .small {
	font-size: 1.9rem;
}

.p-product__meta .smaller {
	font-size: 1.8rem;
}

.p-product__img {
	margin-right: -9rem;
	width: min(50.564516129vw,62.7rem);
}

.p-product__content {
	flex: 1 1;
	max-width: 42rem;
	padding-bottom: 3rem;
	padding-top: 4rem;
}

.p-product__row {
	padding: .2rem 0 .5rem .7rem;
}

.p-product__row.--grid {
	gap: 3rem;
}

.p-product__name {
	padding-left: 1rem;
}

.p-product__info-ttl {
	font-size: 1.3rem;
}

.p-product__info-txt {
	font-size: 1.5rem;
	padding-left: 1rem;
}

.p-product__info-txt.--size-medium {
	font-size: 1.6rem;
}

.p-product__info-txt.--size-small {
	font-size: 1.4rem;
}

.p-product__info-txt.--size-small i {
	font-size: 1.2rem;
}

}

@media (max-width:767px) {

.pc {
	display: none;
}

.p-logo.--header {
	bottom: 1.8rem;
	right: 3.2rem;
}

.p-logo.--footer {
	margin-bottom: 3rem;
	position: relative;
	text-align: center;
}

.p-mv {
	margin-bottom: 2.5vw;
	padding: 0 0 18.25vw;
}

.p-awards__heading {
	border-bottom: 2px solid #bda267;
	margin-bottom: 2.5vw;
	padding-bottom: 1.25vw;
	padding-right: 2.5vw;
	text-align: right;
}

.p-awards__heading img {
	width: 38.25vw;
}

.p-awards__item:not(:last-child) {
	margin-bottom: 5vw;
}

.p-awards__list {
	display: grid;
	gap: .5vw 1.25vw;
	grid-template-columns: repeat(3,1fr);
}

.p-awards__list-img .width01 {
	width: 25.25vw;
}

.p-awards__list-img .width02 {
	width: 21.25vw;
}

.p-awards__list-img .width03 {
	width: 25.25vw;
}

.p-awards__list-img .width04 {
	width: 27.5vw;
}

.p-awards__list-img .width05 {
	width: 22.5vw;
}

.p-awards__list-img .width06 {
	width: 21.5vw;
}

.p-awards__list-img .width07 {
	width: 22.5vw;
}

.p-awards__list-img .width08 {
	width: 20.5vw;
}

.p-awards__list-img .width09 {
	width: 24.75vw;
}

.p-awards__list-img .width10 {
	width: 9rem;
}

.p-awards__ttl {
	border-top: 2px solid #bda267;
	margin-top: 2.5vw;
	padding-left: 1.25vw;
	padding-top: 1.25vw;
}

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

.p-product__wrap {
	margin-top: 3rem;
}

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

.p-product__img {
	margin-bottom: 2rem;
	min-width: 100%;
	padding-left: 2rem;
}

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

.p-product__name {
	margin-block: .7rem 2rem;
	text-align: center;
}

.p-product__info-txt {
	margin-right: -.5rem;
}

}

