* {
	box-sizing: border-box;
}

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

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

body {
	margin: 0;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #454545;
	text-align: left;
	background-color: #f5fff0;
	position: relative;
	overflow-x: hidden;
}

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

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

b,
strong {
	font-weight: 700;
}

a {
	background-color: rgba(0,0,0,0);
	color: inherit;
	text-decoration: none;
}

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

table {
	border-collapse: collapse;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

[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;
}

.container {
	margin: auto;
	max-width: 171rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	width: 100%;
}

.inner {
	margin: auto;
	max-width: 144rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	width: 100%;
}

.wrap-inner {
	margin: auto;
	max-width: 164.2rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

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

.animate__animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.animate__fadeUp {
	animation-name: fadeUp;
	opacity: 0;
}

.animate__fadeIn {
	animation-name: fadeIn;
	opacity: 0;
}

.btn {
	display: inline-block;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-weight: 400;
	color: #454545;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
	transition: opacity .3s;
}

.btn:hover {
	opacity: .7;
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: .6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.hover {
	transition: opacity .3s;
}

.hover:hover {
	opacity: .7;
	text-decoration: none;
}

.p-header {
	background-color: rgba(0,0,0,0);
	transition: .3s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	-webkit-transform: translate3d(0, 0, 0);
}

.p-header.is-fixed {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
}

.p-header__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem 3.6rem 2.2rem 3.2rem;
}

.p-header__logo {
	flex: 0 0 8.6rem;
	max-width: 8.6rem;
}

.p-header__menu {
	display: flex;
	align-items: center;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.p-header__menu .menu {
	display: flex;
	align-items: center;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.p-header__menu .menu.menu--more a {
	border-radius: 4.6rem;
	color: inherit;
	width: 7.2rem;
	height: 1.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #59b182;
	color: #fff;
	text-transform: uppercase;
}

.p-header__menu .menu a {
	font-size: clamp(10px,1rem,1rem);
	font-family: "Zen Kaku Gothic New",sans-serif;
	color: #444;
}

.hamburger-box {
	border-left: .1rem solid #ccc;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: auto;
	height: 7rem;
	width: 7rem;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease,transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 2.8rem;
	height: .2rem;
	background-color: #333;
	transition: transform .15s ease;
	border-radius: 1.5px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.8rem;
	transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.8rem;
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-footer {
	background: url("../images/bg_footer_sp.png") #fff no-repeat center top/cover;
	padding-top: 7rem;
	padding-bottom: 3rem;
}

.p-footer__logo {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: .6rem;
}

.p-footer__logo img {
	max-width: 14.557rem;
}

.p-footer__logo span {
	color: #223425;
	font-size: clamp(10px,1.1rem,1.1rem);
	font-weight: bold;
	position: relative;
	top: .3rem;
}

.p-footer__slo {
	max-width: 12.049rem;
	margin-top: .5rem;
}

.p-footer__slo img {
	display: block;
}

.p-footer__txt {
	color: #374239;
	font-size: clamp(10px,1rem,1rem);
	margin-top: .5rem;
}

.p-footer__email {
	color: #374239;
	font-size: clamp(10px,1rem,1rem);
	margin-top: .5rem;
	display: inline-block;
}

.form-control {
	display: block;
	width: 100%;
	height: 5rem;
	padding: .5rem 1rem;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: .1rem solid #ccc;
}

.form-control::-ms-expand {
	background-color: rgba(0,0,0,0);
	border: 0;
}

.form-control:-moz-focusring {
	color: rgba(0,0,0,0);
	text-shadow: 0 0 0 #333;
}

.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control::placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f0f0f0;
	opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.table {
	width: 100%;
}

.hline02 {
	font-size: clamp(10px,2rem,2rem);
	line-height: 1.25;
	font-weight: bold;
}

.hline02::before {
	content: "";
	background: url("../images/bg_number.png") no-repeat center/cover;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -0.3rem;
	width: 1.8rem;
	height: 2.5rem;
	margin-right: .5rem;
}

.js-fadein .wrapper {
	animation: anime-loader-fadein .7s .5s 1 normal both;
}

.js-fadeout .wrapper {
	animation: anime-loader-fadeout .5s 0s 1 normal both;
}

.fw-500 {
	font-weight: 500 !important;
}

.full-image {
	width: 100%;
}

.p-recruit {
	background-color: #f5fff0;
}

.p-mv {
	position: relative;
	margin-top: 2rem;
}

.p-mv__wrap {
	height: 19.3rem;
	position: relative;
}

.p-mv__wrap>img {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	will-change: transform;
}

.p-mv__wrap>img.br-bt-left {
	border-bottom-left-radius: 5rem;
}

.p-mv-media {
	position: absolute;
	top: 9.1rem;
	left: 5rem;
}

.p-mv-media::after {
	content: "";
	background: url("../images/bg_mv_txt.png") no-repeat center left/cover;
	width: 10.9rem;
	height: 4rem;
	position: absolute;
	left: 0;
	top: .6rem;
	z-index: -1;
}

.p-mv-media__en {
	color: #252525;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: .5rem;
	font-weight: bold;
}

.p-mv-media__jp {
	color: #252525;
	font-size: 1.3rem;
	line-height: 1;
}

.p-mv__txt {
	font-size: 2rem;
	line-height: 1;
	position: relative;
	margin-bottom: 2rem;
	font-weight: bold;
	text-shadow: 0px 0px 2px #fff;
}

.p-mv__txt span {
	font-size: 1.2rem;
	font-weight: 500;
}

.p-mv__txt::before {
	content: "";
	background: url("../images/bg_number.png") no-repeat center/cover;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -0.5rem;
	width: 1.8rem;
	height: 2.5rem;
	margin-right: .5rem;
}

.p-mv__ttl {
	position: absolute;
	bottom: 1rem;
	left: -2.5rem;
	text-shadow: 0px 0px 2px #fff;
}

.p-mv__ttl::after {
	content: "";
	background: url("../images/bg_mv_txt.png") no-repeat left/cover;
	width: 10.3rem;
	height: 2.2rem;
	position: absolute;
	left: 0;
	bottom: -2.4rem;
}

.p-mv__ttl .jp {
	color: #252525;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: .5rem;
	font-weight: 500;
}

.p-mv__ttl .en {
	color: #252525;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 500;
}

.p-mv__ttl .txt {
	border-top: 1px solid #000;
	color: #231815;
	font-size: 1.3rem;
	position: relative;
	line-height: 1;
	margin-top: 1rem;
	padding-top: .5rem;
	text-align: center;
}

.p-mv.--voice .p-mv__wrap {
	max-width: 35rem;
	height: 14.9rem;
	margin-left: 0;
	margin-right: auto;
}

.p-mv.--voice .p-mv__wrap>img {
	will-change: transform;
	border-bottom-right-radius: 5rem;
}

.p-mv.--child .p-mv__wrap>img {
	border-bottom-left-radius: 5rem;
}

.p-about {
	margin: 8rem 0 7rem;
	position: relative;
	z-index: 3;
	padding-bottom: 1rem;
	background-color: #fff;
}

.p-about::before,
.p-about::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 16.2790697674vw;
	left: 0;
}

.p-about::before {
	bottom: calc(100% - 1px);
	background: url("../images/bg_white_top.svg") no-repeat bottom center/contain;
}

.p-about::after {
	top: calc(100% - 1px);
	background: url("../images/bg_white_bottom.svg") no-repeat top center/contain;
}

.p-about__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-about__media {
	border-bottom-right-radius: 5rem;
	max-width: 15.3rem;
	overflow: hidden;
}

.p-about__ttl {
	color: #454545;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2.2rem;
}

.p-about__txt {
	color: #454545;
	font-size: 1.1rem;
	line-height: 1.8181818182;
}

.p-about__txt p:not(:last-child) {
	margin-bottom: 2rem;
}

.p-whatis__container {
	padding: 0 3rem;
}

.p-whatis__ttl {
	color: #454545;
	font-size: 1.8rem;
	font-weight: 600;
}

.p-whatis__box {
	display: inline-block;
}

.p-whatis__txt {
	color: #454545;
	font-size: 1.1rem;
	line-height: 1.8181818182;
	margin-top: 1.5rem;
}

.p-whatis__lst {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-moz-column-gap: 1.7rem;
	column-gap: 1.7rem;
	margin: 4rem 0;
}

.p-whatis__lst li {
	text-align: center;
	flex: 0 0 calc(33.33% - 1.7rem);
	max-width: 10.8rem;
}

.p-whatis__lst li h3 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 1rem;
	font-weight: bold;
}

.p-whatis__lst li h3 small {
	display: block;
	font-size: clamp(10px,.9rem,.9rem);
	font-weight: 500;
	margin-top: .5rem;
	font-weight: 500;
}

.p-staff {
	margin: 8rem 0 0;
	position: relative;
	z-index: 3;
	padding-bottom: 1rem;
	background-color: #fff;
}

.p-staff::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 16.2790697674vw;
	left: 0;
}

.p-staff::before {
	bottom: calc(100% - 1px);
	background: url("../images/bg_white_top.svg") no-repeat bottom center/contain;
}

.p-staff .lst-staff {
	counter-reset: staff_number;
}

.p-staff .lst-staff__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-staff .lst-staff__head {
	position: relative;
	margin-left: 2rem;
}

.p-staff .lst-staff__head::before {
	counter-increment: staff_number;
	content: "";
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: url("../images/bg_number.png") no-repeat center/cover;
	width: 2.623rem;
	height: 3.6rem;
	position: absolute;
	top: 0;
	left: -3rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.p-staff .lst-staff__ttl {
	font-size: 2.5rem;
	font-family: "Zen Kaku Gothic New",sans-serif;
	line-height: 1;
	font-weight: bold;
}

.p-staff .lst-staff__ttl span {
	letter-spacing: .03em;
}

.p-staff .lst-staff__sub {
	font-size: 1.8rem;
	font-family: "Zen Kaku Gothic New",sans-serif;
	position: relative;
}

.p-staff .lst-staff__txt {
	color: #454545;
	font-size: 1.1rem;
	line-height: 1.8181818182;
}

.p-staff .lst-staff__media {
	border-bottom-left-radius: 5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.2rem;
	overflow: hidden;
	max-width: 21.7rem;
	margin: 3.4rem 0;
}

.p-staff .lst-staff__btn {
	max-width: 19.691rem;
	margin-top: 3.2rem;
}

.p-staff .lst-staff__btn .btn {
	border: 0;
}

.p-search {
	margin-top: 2.3rem;
}

.p-search__txt {
	font-size: 1rem;
	line-height: 2.1;
}

.p-search__form {
	background-color: #fff;
	border: 1.5px solid #484848;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	max-width: 29rem;
	margin-top: 1.2rem;
}

.p-search__form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	box-shadow: none;
	padding: 0 0 0 3.1rem;
	background-color: rgba(0,0,0,0);
	background-image: none;
	cursor: pointer;
	width: 100%;
}

.p-search__form select:focus {
	outline: none;
}

.p-search__form select::-ms-expand {
	display: none;
}

.p-search__form .select {
	position: relative;
	display: flex;
	flex: 1;
	height: 3rem;
	border-radius: .25em;
	overflow: hidden;
}

.p-search__form .select select {
	color: #454545;
	font-weight: 500;
}

.p-search__form .select::after {
	content: "▼";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	transition: .25s all ease;
	pointer-events: none;
}

.p-search__form-btn {
	color: #454545;
	font-weight: 500;
	background: rgba(0,0,0,0);
	border: none;
	border-left: 1.5px solid #484848;
	cursor: pointer;
	padding-right: 1.2rem;
	text-align: right;
	width: 6.8rem;
}

.p-search__form-btn img {
	margin-left: .7rem;
	width: 1.254rem;
}

.p-card {
	margin-top: 3.6rem;
}

.p-card .lst-card {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 3.3rem 1.5rem;
}

.p-card .lst-card__item a {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.p-card .lst-card__item a .media {
	border-bottom-left-radius: 3rem;
	overflow: hidden;
	position: relative;
	height: 14.8rem;
}

.p-card .lst-card__item a .media img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s ease-in-out;
}

.p-card .lst-card__item a .media::after {
	content: "";
	background: url("../images/voice/icn_direc.png") no-repeat center/cover;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	bottom: .3rem;
	right: .4rem;
}

.p-card .lst-card__item a:hover .media img {
	transform: scale(1.03);
	opacity: .9;
}

.p-card .lst-card__item a .txt {
	font-size: clamp(10px,1rem,1rem);
	line-height: 1.2;
	text-align: right;
	letter-spacing: -0.05em;
}

.p-card .lst-card__item a .txt small {
	font-size: clamp(10px,1rem,1rem);
}

.p-mailorder {
	margin-top: 2.2rem;
}

.p-mailorder .lst-card__item {
	margin-bottom: 5rem;
	position: relative;
}

.p-mailorder .lst-card__item:last-child {
	margin-bottom: 0;
}

.p-mailorder .lst-card__ttl {
	font-size: 1.6rem;
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.p-mailorder .lst-card__number {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	background: url("../images/bg_number.png") no-repeat center/cover;
	width: 1.8rem;
	height: 2.4rem;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	letter-spacing: -0.05em;
}

.p-mailorder .lst-card__media {
	border-bottom-right-radius: 5rem;
	overflow: hidden;
	margin-top: 4rem;
}

.p-mailorder .lst-card__txt {
	font-size: 1rem;
	line-height: 2;
}

.p-daily {
	background: url("../images/mailorder/bg_sp.svg") no-repeat center/cover;
	padding: 5.2rem 0 9.2rem;
	margin-top: 5rem;
}

.p-daily .lst-daily {
	margin-top: 1.5rem;
}

.p-daily .lst-daily__item:nth-child(odd) {
	background-color: #f5fff0;
}

.p-daily .lst-daily__item:first-child .lst-daily__number::before {
	top: 0;
}

.p-daily .lst-daily__item:last-child .lst-daily__number::before {
	bottom: 0;
}

.p-daily .lst-daily__wrap {
	display: flex;
	align-items: center;
	-moz-column-gap: 5.8rem;
	column-gap: 5.8rem;
	overflow: hidden;
}

.p-daily .lst-daily__box .ttl {
	color: #2cb58a;
	font-size: clamp(10px,1.3rem,1.3rem);
	font-weight: bold;
}

.p-daily .lst-daily__box .txt {
	font-size: clamp(10px,1rem,1rem);
}

.p-daily .lst-daily__number {
	background-color: #2cb58a;
	border-radius: 50%;
	color: #fff;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: clamp(10px,.9rem,.9rem);
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 4.7rem;
	width: 4.7rem;
	height: 4.7rem;
	position: relative;
	margin: 1.3rem 0 1.1rem;
	z-index: 2;
}

.p-daily .lst-daily__number::before {
	content: "";
	background-color: #2cb58a;
	width: .5rem;
	position: absolute;
	top: -100rem;
	bottom: -100rem;
	z-index: -1;
}

.p-other+.p-footer {
	background-color: rgba(0,0,0,0);
}

.p-other .p-card .lst-card {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-moz-column-gap: 2.6rem;
	column-gap: 2.6rem;
}

.p-other .p-card .lst-card__item a .media {
	max-width: 23.2rem;
	width: 100%;
	height: 14.8rem;
}

.p-other .p-card .lst-card__item a .media img {
	width: 100%;
}

.p-other__btn {
	max-width: 19.691rem;
	margin-top: 3.2rem;
	margin-left: auto;
}

.p-voice+.p-footer {
	background-color: rgba(0,0,0,0);
}

@media (min-width: 430px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-flex {
	display: flex !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

.p-card .lst-card__item a .media {
	height: 34.4186vw;
}

}

@media (min-width: 768px) {

html {
	font-size: .5208333333vw;
}

body {
	font-size: 3rem;
	padding-top: 15.7rem;
}

.d-md-none {
	display: none !important;
}

.d-md-block {
	display: block !important;
}

.d-md-flex {
	display: flex !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.p-header__box {
	padding: 5rem 10.2rem 2rem 9.1rem;
}

.p-header__logo {
	flex: 0 0 15rem;
	max-width: 15rem;
}

.p-header__menu {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

.p-header__menu .menu {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-header__menu .menu.menu--more a {
	width: 18.8rem;
	height: 5.1rem;
}

.p-header__menu .menu a {
	font-size: 2.5rem;
}

.p-footer {
	background-image: url("../images/bg_footer.png");
	padding-top: 28.5rem;
	padding-bottom: 16rem;
}

.p-footer .container {
	max-width: 143.8rem;
}

.p-footer__logo {
	gap: 2.5rem;
}

.p-footer__logo img {
	max-width: 35.3rem;
}

.p-footer__logo span {
	font-size: 2.5rem;
	top: .8rem;
}

.p-footer__slo {
	max-width: 27.5rem;
	margin-top: 1.5rem;
}

.p-footer__txt {
	font-size: 2.5rem;
	margin-top: .8rem;
}

.p-footer__email {
	font-size: 2.5rem;
	margin-top: .8rem;
}

.hline02 {
	font-size: 4rem;
}

.hline02::before {
	width: 4.6rem;
	height: 6.2rem;
	margin-right: 2.5rem;
	top: -0.7rem;
}

.sp {
	display: none;
}

.p-mv {
	margin-top: 5.9rem;
}

.p-mv .container {
	position: relative;
}

.p-mv__wrap {
	max-width: 108.4rem;
	height: 63.4rem;
	margin-left: auto;
}

.p-mv__wrap>img {
	position: absolute;
}

.p-mv__wrap>img.br-bt-left {
	border-bottom-left-radius: 18rem;
}

.p-mv-media {
	top: 13.5rem;
	left: 20rem;
}

.p-mv-media::after {
	top: 4.5rem;
	width: 39rem;
	height: 15rem;
}

.p-mv-media__en {
	margin-bottom: 1.5rem;
	line-height: 1.1764705882;
	font-size: 10.2rem;
}

.p-mv-media__jp {
	font-size: 4.5rem;
}

.p-mv__txt {
	font-size: 4.5rem;
	margin-bottom: 3.7rem;
}

.p-mv__txt span {
	font-size: 4.5rem;
	display: inline-block;
	margin-left: 4.2rem;
}

.p-mv__txt::before {
	width: 4.6rem;
	height: 6.3rem;
	margin-right: 3rem;
}

.p-mv__ttl {
	bottom: 14rem;
	left: -36.3rem;
}

.p-mv__ttl::after {
	background-position: center;
	width: 45.971rem;
	height: 9.799rem;
	bottom: -8rem;
	left: 50%;
	transform: translateX(-50%);
}

.p-mv__ttl .jp {
	text-align: center;
	font-size: 8rem;
	margin-bottom: 0;
}

.p-mv__ttl .en {
	font-size: 4rem;
	text-align: center;
}

.p-mv__ttl .txt {
	font-size: 4rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.p-mv.--voice .p-mv__wrap {
	max-width: 115.7rem;
	height: 45.5rem;
}

.p-mv.--voice .p-mv__wrap>img {
	border-bottom-right-radius: 18rem;
}

.p-mv.--child {
	margin-top: 10rem;
}

.p-mv.--child .p-mv__wrap {
	max-width: 108.7rem;
	height: 57.5rem;
}

.p-mv.--child .p-mv__wrap>img {
	border-bottom-left-radius: 18rem;
}

.p-mv.--child .p-mv__ttl {
	left: inherit;
	right: calc(100% - 16rem);
	width: -moz-max-content;
	width: max-content;
	bottom: 5rem;
	max-width: 80rem;
}

.p-about::before,
.p-about::after {
	height: 13.0208333333vw;
}

.p-about {
	padding-bottom: .1rem;
	margin: 12.0833333333vw 0 14.7916666667vw;
}

.p-about__wrap {
	flex-direction: row;
	justify-content: center;
	padding-left: 5rem;
}

.p-about__media {
	border-bottom-right-radius: 9rem;
	flex: 0 0 41.4rem;
	max-width: 41.4rem;
}

.p-about__content {
	padding-left: 8.8rem;
	padding-bottom: 2rem;
}

.p-about__ttl {
	line-height: 1.75;
	font-size: 4rem;
	margin-bottom: 5.5rem;
}

.p-about__txt p:not(:last-child) {
	margin-bottom: 4.5rem;
}

.p-about__txt {
	font-size: 2.5rem;
	line-height: 1.8;
}

.p-whatis__container {
	max-width: 115rem;
	margin: 0 auto;
}

.p-whatis__ttl {
	font-size: 4rem;
}

.p-whatis__txt {
	font-size: 2.5rem;
	line-height: 1.8;
	margin-top: 3rem;
}

.p-whatis__lst {
	-moz-column-gap: 8.2rem;
	column-gap: 8.2rem;
	margin: 11rem 0 9rem;
}

.p-whatis__lst li {
	flex-basis: calc(33.33% - 10.6rem);
	max-width: 23.2rem;
}

.p-whatis__lst li h3 {
	font-size: 3rem;
	margin-top: 1.8rem;
}

.p-whatis__lst li h3 small {
	font-size: 2.5rem;
}

.p-staff::before {
	height: 13.0208333333vw;
}

.p-staff {
	margin: 32rem 0 0;
	padding: 7.4rem 0 1.2rem;
}

.p-staff .lst-staff__item {
	justify-content: center;
	flex-direction: row;
}

.p-staff .lst-staff__head::before {
	top: -1.4rem;
	left: -4.6rem;
	width: 4rem;
	height: 5.5rem;
}

.p-staff .lst-staff__content {
	margin-right: 2rem;
	padding-left: 10rem;
}

.p-staff .lst-staff__ttl {
	margin-bottom: 1.4rem;
	font-size: 4rem;
}

.p-staff .lst-staff__sub {
	font-size: 2.5rem;
	line-height: 1.6666666667;
}

.p-staff .lst-staff__txt {
	font-size: 2.5rem;
	line-height: 1.8;
	margin-top: 3rem;
}

.p-staff .lst-staff__media {
	border-bottom-left-radius: 9rem;
	flex: 0 0 42rem;
	max-width: 42rem;
	gap: 2rem 2rem;
	margin: 0;
}

.p-staff .lst-staff__btn {
	max-width: 38.7rem;
	margin: 5.5rem 0 0 0;
}

.p-search {
	margin-top: 3.8rem;
}

.p-search__txt {
	font-size: 2.5rem;
}

.p-search__form {
	border-width: .4rem;
	border-radius: 2.1rem;
	max-width: 83.6rem;
	margin-top: 3.7rem;
}

.p-search__form select {
	padding-left: 8rem;
}

.p-search__form .select {
	font-size: 3rem;
	height: 7rem;
}

.p-search__form .select::after {
	right: 4.8rem;
}

.p-search__form-btn {
	border-width: .4rem;
	padding-right: 3rem;
	width: 19.5rem;
}

.p-search__form-btn img {
	margin-left: 1.6rem;
	width: 3.396rem;
}

.p-card {
	margin-top: 22rem;
}

.p-card .lst-card {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18.4rem 2.6rem;
	margin-left: -5rem;
}

.p-card .lst-card__item a {
	row-gap: .5rem;
}

.p-card .lst-card__item a .media {
	border-bottom-left-radius: 9rem;
	height: 28.8rem;
	max-width: 23.1rem;
	margin-left: auto;
}

.p-card .lst-card__item a .media::after {
	width: 3.7rem;
	height: 3.7rem;
	bottom: .8rem;
	right: .8rem;
}

.p-card .lst-card__item a .txt {
	font-size: 2.5rem;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.p-card .lst-card__item a .txt small {
	font-size: 2rem;
}

.p-mailorder {
	margin-top: 25rem;
}

.p-mailorder .inner {
	max-width: 127rem;
}

.p-mailorder .lst-card__item {
	margin-bottom: 10rem;
}

.p-mailorder .lst-card__ttl {
	font-size: 4rem;
	padding-left: 4.1rem;
	margin-bottom: 3.4rem;
}

.p-mailorder .lst-card__number {
	font-size: 3.8rem;
	width: 5rem;
	height: 6.8rem;
	top: -1rem;
	left: -2.5rem;
}

.p-mailorder .lst-card__media {
	border-bottom-right-radius: 18rem;
	margin-top: 9rem;
	max-width: 89.4rem;
}

.p-mailorder .lst-card__txt {
	line-height: 2.2;
	font-size: 2.5rem;
}

.p-daily {
	background-image: url("../images/mailorder/bg.svg");
	padding: 18rem 0 31rem;
	margin-top: 5rem;
}

.p-daily .hline02 {
	padding-left: 7.2rem;
}

.p-daily .lst-daily {
	margin-top: 5rem;
}

.p-daily .lst-daily__wrap {
	padding-left: 14.3rem;
	-moz-column-gap: 5.1rem;
	column-gap: 5.1rem;
}

.p-daily .lst-daily__box .ttl {
	font-size: 4rem;
}

.p-daily .lst-daily__box .txt {
	font-size: 3rem;
}

.p-daily .lst-daily__number {
	margin: 4rem 0 3.3rem;
	font-size: 3rem;
	flex-basis: 14.3rem;
	width: 14.3rem;
	height: 14.3rem;
}

.p-other .p-card {
	margin-top: 7.5rem;
}

.p-other .p-card .lst-card {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

.p-other .p-card .lst-card__item a {
	row-gap: 1.2rem;
}

.p-other .p-card .lst-card__item a .media {
	height: 32.1rem;
}

.p-other__btn {
	max-width: 36.3rem;
	margin-top: 6rem;
}

}

@media (min-width: 992px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

}

@media (min-width: 1640px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

}

@media (min-width: 1920px) {

html {
	font-size: 10px;
}

.d-xxl-none {
	display: none !important;
}

.d-xxl-block {
	display: block !important;
}

.d-xxl-flex {
	display: flex !important;
}

.text-xxl-left {
	text-align: left !important;
}

.text-xxl-right {
	text-align: right !important;
}

.text-xxl-center {
	text-align: center !important;
}

}

@media (max-width: 767px) {

.pc {
	display: none;
}

.p-mv .container {
	padding: 0 3.4rem;
}

.p-mv__wrap {
	margin: 0 auto;
}

.p-mv__ttl {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 1.5rem 0 4.5rem 0;
}

.p-mv__ttl .txt {
	display: inline-block;
}

.p-mv.--voice .container {
	padding-left: 0;
}

.p-mv.--child {
	margin-top: 0;
}

.p-mv.--child .container {
	padding-right: 4.1rem;
}

.p-about__media {
	margin-bottom: 3.4rem;
}

.p-whatis {
	padding: 3rem 0 4rem;
}

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

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

.p-whatis__txt.--flex {
	display: flex;
	justify-content: center;
	text-align: left;
}

.p-staff .wrap-inner {
	max-width: 30rem;
	margin: 0 auto;
	padding: 0;
}

.p-staff .lst-staff__head::before {
	line-height: 3rem;
}

.p-staff .lst-staff__content {
	flex: 1;
}

.p-staff .lst-staff__sub {
	text-align: right;
}

.p-other .p-card .lst-card {
	padding: 0;
}

.p-other .p-card .lst-card__item:nth-child(4n) {
	display: none;
}

}

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

html {
	font-size: 2.3255813953vw;
}

}

@keyframes fadeUp {

from {
	transform: translate(0px, 6rem);
	opacity: 0;
}

to {
	transform: translate(0px, 0px);
	opacity: 1;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
	transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) .2s,transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) .14s;
}

to {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

}

@keyframes anime-loader-fadein {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes anime-loader-fadeout {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

