/*!
Theme Name: umeyoshi
Theme URI: http://underscores.me/
Author: umeyoshi
Author URI: https://umeyoshi.com/
Description: Simple resposive theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: umeyoshi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ----------
 * 追加
 * ---------- */
/* ----------
 * layout
 * ---------- */

.page {
	margin: 0;
}
.site-main {
	position: relative;
}
section {
	width: 100%;
	margin: 0 auto;
	padding: 80px 20px;
	box-sizing: border-box;
}
.page section {
	padding: 80px 35px;
}
.inner {
	max-width: 900px;
	margin: 0 auto;
}
/* ----------
 * common
 * ---------- */
body {
	color: #000;
	font-family: 'Shippori Mincho', serif;
	font-size: .8125rem;
	font-weight: 200;
	line-height: 1.8;
}
ul {
	margin: 0 0 1.5em;
	padding: 0;
}
ul.none, ul.disc {
	list-style: none;
	margin: 0;
}
ul.disc li {
	position: relative;
	padding-left: 1.2em;
}
ul.disc li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
img {
	display: block;
}
time {
	font-family: 'Noto Serif JP', serif;
	font-size: 85%;
	letter-spacing: .1em;
}
table, tbody {
	border-collapse: collapse;
}
dt, dd {
	margin: 0;
}
a.none {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
}
.pc, .pc2, .pc3 {
	display: none !important;
}
p.none {
	margin-bottom: 0;
}
.ct {
	margin: 0 auto;
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.bold {
	font-weight: 700;
}
.wh {
	color: #fff;
}
.vrt {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.en {
	font-family: 'Cormorant Garamond', serif;
}
::selection {
	background: rgba(114, 99, 99, .7);
	color: #fff;
}
/* heading */
h2, h3, h4 {
	margin-top: 0;
	font-weight: 400;
	line-height: 1.3;
}
.sec__ttl, .page__ttl2 {
	position: relative;
	margin: 0 0 3.5em;
	padding-bottom: .6em;
	color: #ba2727;
	text-align: center;
	line-height: 1;
}
.sec__ttl {
	color: #000;
}
.sec__ttl::after, .page__ttl2::after,
#topUmeshu .sec__ttl::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 48%;
	max-width: 200px;
	height: 1px;
	background: #ba2727;
	content: "";
	transform: translateX(-50%);
}
.sec__ttl.wh::after {
	background: #fff;
}
.sec__ttl.wh {
	color: #fff;
}
.sec__ttl .jp, .page__ttl2 .jp {
	font-size: 7.5vw;
}
.sec__ttl .en, .page__ttl2 .en {
	font-size: 3.6vw;
	letter-spacing: .12em;
}
/* btn */
.btn__link {
	text-align: center;
}
.btn__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 260px;
	height: 50px;
	margin: 0 auto;
	padding: 0 .5em;
	border: .5px solid #000;
	border-radius: 2em;
	box-sizing: border-box;
	color: #000;
	font-size: .9375rem;
	text-decoration: none;
	line-height: 1;
	transition: all .3s ease-out;
	z-index: 1;
}
.btn__link.wh a {
	border: 1px solid #fff;
	color: #fff;
}
.btn__link a:hover {
	background: #000;
	color: #fff;
}
.btn__link.wh a:hover {
	background: #fff;
	color: #000 !important;
}
/* anim */
.fd, .dfd {
	opacity: 0;
	filter: blur(10px);
	transition: all .8s ease;
}
.fd-up, .dfd-up {
	opacity: 0;
	filter: blur(10px);
	transition: all .8s ease;
	transform: translateY(20px);
}
.dfd, .fd-up {
	transition-delay: .4s;
}
.fd.is-active, .dfd.is-active, .fd-up.is-active, .dfd-up.is-active {
	opacity: 1;
	filter: blur(0);
	transform: translate(0, 0);
}
.anim {
	opacity: 0;
	transition: all .8s ease .2s;
	transform: scale(1.05);
}
.anim.is-active {
	opacity: 1;
	transform: scale(1);
}
#loading {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	background: #fff;
	overflow: hidden;
	z-index: 2000;
}
#ume {
	animation: rotateAnime 1s linear infinite;
}
@keyframes rotateAnime {
	0% { transform: rotate(0); }
	100% { transform: rotate(360deg); }
}
/* fixed banner */
.fixed__bnr {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: #671a0c;
	transition: all .3s ease-out;
	z-index: 1001;
}
.fixed__bnr:hover {
	background: #85483d;
}
.fixed__bnr::before, .fixed__bnr::after {
	pointer-events: none;
	position: absolute;
	content: "";
	z-index: 1;
}
.fixed__bnr::before {
	top: 50%;
	left: -6%;
	width: 30%;
	height: 88%;
	background: url("/wp-content/themes/umeyoshi/images/common/fukuju-ume.png") center / contain no-repeat;
	transform: translateY(-50%);
}
.fixed__bnr::after {
	pointer-events: none;
	bottom: 0;
	right: 0;
	width: 14.6%;
	height: 82.6%;
	background: url("/wp-content/themes/umeyoshi/images/common/ume-d.svg") right bottom / contain no-repeat;
}
.fixed__bnr a {
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.fixed__bnr a .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 808px;
	height: 100%;
	margin: 0 auto;
}
.logo__shop {
	width: 228px;
}
.btn__shop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 252px;
	height: 32px;
	margin-top: .5em;
	border: 1px solid #fff;
	border-radius: 1.5em;
	box-sizing: border-box;
	color: #fff;
	font-size: .75rem;
	transition: all .3s ease-out;
}
/* ----------
 * header
 * ---------- */
.site-header {
	display: flex;
	place-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0 35px;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
}
.site-header.white {
	background: none;
	transition: .8s ease;
}
.site-header.white.bg {
	background: #fff;
}
.fixed {
	transition: all 1s ease-out;
	transform: translateY(0);
	z-index: 10;
}
/* logo */
.site-branding, .site-title, .logo__fixed {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 212px;
	height: 60px;
	margin: 0 auto;
}
.site-title a, .logo__fixed a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
/* mobile menu */
.fixed__menu * {
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
.fixed__menu .fixed__bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	width: 100%;
	height: 100%;
	z-index: 999;
}
.fixed__menu .fixed__bg.active {
	display: block;
}
.fixed__menu .fixed__button {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 20px;
	left: 15px;
	background: none;
	width: 30px;
	height: 50px;
	padding: 0;
	border: none;
	text-align: center;
	z-index: 1001;
}
.fixed__menu .fixed__bar {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	margin: 0;
	background: #000;
	transition: all .3s ease-in-out;
}
.fixed__menu .active .fixed__bar {
	height: 1.5px;
}
.white .fixed__menu .fixed__bar {
	background: #fff;
}
.fixed__menu .fixed__button .fixed__bar1 {
	top: 0;
}
.fixed__menu .fixed__button .fixed__bar2 {
	top: 7px;
}
.fixed__menu .fixed__button .fixed__bar3 {
	top: 14px;
}
.fixed__menu .fixed__button.active .fixed__bar {
	top: 5px;
	background: #000 !important;
}
.fixed__menu .fixed__button.active .fixed__bar1 {
	transform: rotate(-45deg);
}
.fixed__menu .fixed__button.active .fixed__bar2,
.fixed__menu .fixed__button.active .fixed__bar3 {
	transform: rotate(45deg);
}
.drawer__text {
	color: #000;
	font-size: 10px;
	text-align: center;
}
.drawer__close, .fixed__button.active .drawer__open.drawer__text {
	display: none;
}
.white .drawer__open.drawer__text {
	color: #fff;
}
.fixed__button.active .drawer__close.drawer__text {
	display: block;
}
.fixed__menu .fixed__nav__wrapper {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	height: 100%;
	max-width: 428px;
	padding: 0 35px 100px;
	overflow-y: scroll;
	opacity: 0;
	transition: .8s all cubic-bezier(0.52, 0.08, 0.18, 1);
	z-index: 1000;
}
.fixed__nav__wrapper::-webkit-scrollbar {
	display: none;
	width: 5px;
}
.fixed__nav__wrapper::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #fff;
}
.fixed__nav__wrapper::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #afafaf;
}
.fixed__nav__wrapper::-webkit-scrollbar-thumb:vertical {
	width: 20px;
}
.fixed__menu .fixed__nav__wrapper.open {
	pointer-events: auto;
	opacity: 1;
}
.fixed-navigation .global__menu {
	display: block;
}
.global__menu li, .global__menu li p {
	position: relative;
	margin: 0;
	padding: .6em 0;
	font-size: 1.125rem;
}
.global__menu li p, .global__menu li .sub__menu li a {
	transition: all .3s ease-out;
}
.global__menu li p::after {
	position: absolute;
	top: 50%;
	right: .8em;
	width: 15px;
	height: 15px;
	background: url("/wp-content/themes/umeyoshi/images/common/icon-plus.svg") center / contain no-repeat;
	content: "";
	transition: all .3s ease-out;
	transform: translateY(-50%);
}
.global__menu li, .global__menu li.active p {
	border-bottom: 0.3px solid #938c83;
}
.global__menu li.active p::after {
	background: url("/wp-content/themes/umeyoshi/images/common/icon-minus.svg") center / contain no-repeat;
}
.global__menu li.parent {
	padding: 0;
}
.global__menu li.parent:hover {
	cursor: pointer;
}
.global__menu li:last-child {
	border-bottom: none;
}
.global__menu li::after {
	position: absolute;
	top: 50%;
	right: 1em;
	width: 9px;
	height: 12px;
	background: url("/wp-content/themes/umeyoshi/images/common/arrow-menu.svg") center / contain no-repeat;
	content: "";
	transform: translateY(-50%);
}
.global__menu li a {
	display: block;
	color: #000;
}
.global__menu li a span {
	display: inline-block;
	position: relative;
}
.global__menu li a span::before {
	position: absolute;
	bottom: -.2em;
	left: -.5em;
	width: 0;
	height: 2px;
	border-radius: 2px;
	box-sizing: border-box;
	background: #671a0c;
	content: "";
	transition: all .3s ease-out;
	z-index: -1;
}
.white .global__menu li a span::before {
	background: #fff;
}
.white.bg .global__menu li a span::before {
	background: #671a0c;
}
.global__menu li a:hover span::before {
	width: calc(100% + 1em);
}
.global__menu li.parent::after, .sub__menu {
	display: none;
}
.global__menu li .sub__menu li {
	padding-left: 1.2em;
	box-sizing: border-box;
}
.global__menu li .sub__menu li a span::before {
	display: none;
}
.fixed__menu .sns__menu {
	display: flex;
	margin: 2em 0 0;
}
.fixed__menu .sns__menu li {
	width: 28px;
	height: 28px;
	margin-right: 20px;
}
.sns__menu li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s ease-out;
}
.sns__menu li.facebook a, .white.bg .sns__menu li.facebook a {
	background: url("/wp-content/themes/umeyoshi/images/common/icon-facebook-bk.svg") center / contain no-repeat;
}
.sns__menu li.instagram a, .white.bg .sns__menu li.instagram a {
	background: url("/wp-content/themes/umeyoshi/images/common/icon-instagram-bk.svg") center / contain no-repeat;
}
.insta a {
	display: block;
	position: absolute;
	top: 16px;
	right: 15px;
	width: 28px;
	height: 28px;
	background: url("/wp-content/themes/umeyoshi/images/common/icon-instagram-wh.svg") center / contain no-repeat;
}
/* ----------
 * footer
 * ---------- */
.site-footer {
	position: relative;
	margin-bottom: 85px;
	padding: 100px 0 50px;
	background: #410b00;
}
.site-footer * {
	color: #fff;
}
.ft__logo {
	width: 75%;
	max-width: 300px;
}
ul.footer__menu {
	display: flex;
	flex-flow: row wrap;
	margin: 3.2em 0 2.5em;
	border-bottom: 1px solid #360900;
}
.footer__menu > li {
	position: relative;
	width: 50%;
	text-align: center;
}
.footer__menu > li:nth-child(odd)::before {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: -.5px;
	width: 1px;
	height: 100%;
	background: #360900;
	content: "";
}
.footer__menu li a, .footer__menu li p {
	display: block;
	position: relative;
	margin: 0;
	padding: .7em 0;
	border-top: 1px solid #360900;
	font-size: .875rem;
	color: #fff;
}
.footer__menulist .sns__menu {
	display: flex;
	justify-content: center;
}
.footer__menulist .sns__menu li {
	width: 35px;
	height: 35px;
	margin: 0 14px;
}
.footer__menulist .sns__menu li.facebook a {
	background: url("/wp-content/themes/umeyoshi/images/common/icon-facebook-wh.svg") center / contain no-repeat;
}
.footer__menulist .sns__menu li.instagram a {
	background: url("/wp-content/themes/umeyoshi/images/common/icon-instagram-wh.svg") center / contain no-repeat;
}
.ft__info, .business__info {
	max-width: 680px;
	margin: 1.5em auto 0;
	padding: 0 20px;
}
.ft__info p, .copyright, .business__info p {
	margin: 0;
	text-align: center;
	line-height: 1.6;
}
.ft__info .tel a, .business__info .tel a {
	display: inline-block;
	margin-left: 1em;
	font-size: 180%;
	letter-spacing: .09em;
	text-decoration: none;
}
.ft__info .tel a:hover, .business__info .tel a:hover {
	color: #fff;
	opacity: .7;
}
.site-footer .btn__link a {
	width: 280px;
	margin: 3em auto;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
/* ----------
 * top
 * ---------- */
.home section {
	position: relative;
	background: #fff;
}
/* main visual */
#mainVisual {
	width: 100%;
	height: 100svh;
}
.home #mainVisual {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
}
.mv__video {
	position: fixed;
	width: 100%;
	height: 100vh;
}
#video {
	position: absolute;
	min-width: 100%;
	min-height: 100vh;
}
h2.mv {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding-bottom: 1.2em;
	box-sizing: border-box;
	color: #fff;
	font-size: 7vw;
	letter-spacing: .5em;
	text-shadow: 0 3px 15px rgba(0, 0, 0, .63);
	line-height: 2.1;
	opacity: 0;
	transition: all 1.2s ease-out .3s;
}
h2.mv.is-show {
	opacity: 1;
}
/* top concept */
#topConcept {
	position: relative;
	background: rgba(229, 226, 220, .9);
}
#topConcept {
	padding-top: 80px;
 }
h2.concept {
	margin: 0 auto 1.5em;
	font-size: 10vw;
	letter-spacing: .3em;
}
#topConcept .txt {
	display: flex;
	justify-content: center;
}
#topConcept .txt p {
	margin: 0 .6em;
	font-size: 88%;
	line-height: 2.7;
}
/* top news */
#topNews, #topPoint {
	position: relative;
	background: #fff;
}
#topNews .inner {
	max-width: 750px;
}
.news__list {
	padding: 0 10px 50px;
}
.news__list li {
	margin-bottom: 1em;
}
.news__list li .cat__name span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6em;
	height: 1.8em;
	margin-right: 1.2em;
	padding: .1em 0 .2em;
	border-radius: 1em;
	box-sizing: border-box;
	font-size: .75rem;
	text-align: center;
	line-height: 1;
}
.news__list li .cat__name .open,
.archive__list .cat__name .open {
	background: #c796b2;
}
.news__list li .cat__name .event,
.archive__list .cat__name .event {
	background: #e3be99;
}
.news__list li .cat__name .info,
.archive__list .cat__name .info {
	background: #db7777;
}
.news__list li .cat__name .other,
.archive__list .cat__name .other {
	background: #d6d6d6;
}
.news__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news__title time {
	width: 7em;
}
.news__title h3 {
	width: calc(100% - 6em);
	margin: 0;
	font-size: 100%;
}
.news__title h3 a {
	color: #000;
	text-decoration: none;
}
.news__title h3 a:hover {
	text-decoration: underline;
}
/* top point */
#topPoint {
	padding-bottom: 80px;
}
ul.point__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.point__list li {
	width: 48%;
	margin-bottom: 15px;
}
.point__list li a {
	display: block;
	position: relative;
}
.point__list li a .img {
	position: relative;
	overflow: hidden;
}
.point__list li a .img::after {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(91, 82, 82, .15);
	content: "";
}
.point__list li a .img img {
	transition: filter .5s;
}
.point__list li a:hover .img img {
	filter: blur(10px);
}
.point__list li a h3 {
	position: absolute;
	top: 1em;
	right: 1em;
	margin: 0;
	color: #fff;
}
.point__list li a h3 .jp {
	font-size: 150%;
	letter-spacing: .05em;
}
.point__list li a h3 .en {
	font-size: 88%;
	letter-spacing: .12em;
}
/* top catalog */
#topCatalog {
	padding-right: 0;
	padding-left: 0;
}
.new__catalog {
	position: relative;
	max-width: 700px;
	margin: 0 auto 2em;
	padding-bottom: 40px;
	z-index: 0;
}
.new__catalog::before {
	position: absolute;
	top: 30%;
	right: 0;
	width: 92%;
	height: 70%;
	background: #e7e4df;
	content: "";
	z-index: -1;
}
.new__catalog .img a {
	display: block;
	transition: all .3s ease;
}
.new__catalog .img a:hover {
	opacity: .6;
}
.new__catalog .img img {
	width: 246px;
	margin: 0 auto;
}
h3.catalog {
	margin-top: 2em;
	font-size: .9375rem;
	text-align: center;
}
.tab__catalog, .catalog__list li h3 {
	font-size: .9375rem;
	text-align: center;
}
.tab__catalog {
	margin-bottom: 0;
}
.tab__catalog span {
	display: inline-block;
	position: relative;
}
.tab__catalog span::after {
	position: absolute;
	top: 50%;
	right: -1em;
	width: 14px;
	height: 10px;
	background: url("/wp-content/themes/umeyoshi/images/common/arrow-menu-down.svg") center / contain no-repeat;
	content: "";
	transition: all .3s ease-out;
	transform: translateY(-50%);
}
.tab__catalog.active span::after {
	background: url("/wp-content/themes/umeyoshi/images/common/arrow-menu-up.svg") center / contain no-repeat;
}
.tab__catalog span:hover {
	cursor: pointer;
}
.catalog__box {
	display: none;
}
.catalog__list li {
	margin-top: 45px;
}
.catalog__list li img {
	margin: 0 auto;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .16);
}
.catalog__list li .btn__link a {
	margin-top: 40px;
}
/* top ume */
#topUme {
	padding-bottom: 320px;
	background: url("/wp-content/themes/umeyoshi/images/top/bg-ume-sp.jpg") center bottom / cover no-repeat;
}
h3.ume {
	margin-bottom: 2em;
	font-size: 1.25rem;
	text-align: center;
}
.ume.inner .btn__link {
	margin-top: 90px;
}
/* top umeshu */
#topUmeshu {
	padding-bottom: 260px;
	background: url("/wp-content/themes/umeyoshi/images/top/bg-umeshu-sp.jpg") center bottom / cover no-repeat;
}
/* top products */
#topProducts {
	padding-right: 0;
	padding-left: 0;
	background: url("/wp-content/themes/umeyoshi/images/common/bg-body.jpg") center / 100% auto repeat-y;
}
.ume.inner, .product__lead {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 30px;
}
.ume.inner .detail, .product__lead {
	font-size: .875rem;
}
.product__box {
	position: relative;
}
.product__box.inner {
	max-width: 950px;
}
.products__list {
	display: flex;
	flex-flow: row wrap;
	padding: 100px 20px 0;
}
.products__list li {
	width: 50%;
	padding: 0 2.5%;
	margin-bottom: 25px;
}
.products__list li a {
	text-decoration: none;
}
.products__list li a .img {
	transition: all .3s ease-out;
}
.products__list li a:hover .img {
	opacity: .6;
}
.products__list li a h3 {
	margin: .8em 0 0;
	color: #000;
	font-size: 1em;
}
.products__list li a h3 span {
	display: inline-block;
	position: relative;
	padding-right: 1em;
}
.products__list li a h3 span::after,
.media__list li a span::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 8px;
	background: url("/wp-content/themes/umeyoshi/images/common/arrow-menu.svg") center / contain no-repeat;
	content: "";
	transition: all .3s ease-out;
	transform: translateY(-50%);
}
.products__list li a:hover h3 span::after,
.media__list li a:hover span::after {
	right: -.5em;
}
.banner__list {
	padding: 0 25px;
}
.banner__list li {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}
.banner__list li a {
	display: block;
}
.banner__list li a img {
	filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .11));
}
/* top media */
#topMedia {
	position: relative;
	padding: 140px 30px;
	background: #fff;
}
.media .sec__ttl {
	margin-top: 140px;
}
#topMedia .video {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
#topMedia .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.media__list {
	display: flex;
	justify-content: space-around;
	margin: 2.5em 0 0;
}
.media__list li a {
	color: #000;
	font-size: .75rem;
	letter-spacing: .02em;
	text-decoration: none;
	transition: all .3s ease;
}
.media__list li a:hover {
	opacity: .6;
}
.media__list li a span {
	display: inline-block;
	position: relative;
	padding-right: 1em;
	transition: all .3s ease;
}
/* ----------
 * page
 * ---------- */
body.about,
body.nankou-ume,
body.history,
body.efficacy,
body.flow {
	background: url("/wp-content/themes/umeyoshi/images/common/bg-body.jpg") center / 100% auto repeat-y;
}
body.company,
body.contact,
body.privacy-policy,
body.pay,
body.delivery,
.archive__list {
	background: #fcfbfa;
}
.page__header, .page__header2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
	background: url("/wp-content/themes/umeyoshi/images/news/bg-header-news.jpg") center / cover no-repeat;
}
.page__header.ume {
	align-items: flex-start;
	height: 70vh;
}
.page__header2 {
	background: #fff;
}
.about .page__header { background: url("/wp-content/themes/umeyoshi/images/about/bg-header-about.jpg") center / cover no-repeat; }
.nankou-ume .page__header { background: url("/wp-content/themes/umeyoshi/images/nankou-ume/bg-header-nankou-ume.jpg") center / cover no-repeat; }
.history .page__header { background: url("/wp-content/themes/umeyoshi/images/history/bg-header-history.jpg") center / cover no-repeat; }
.efficacy .page__header { background: url("/wp-content/themes/umeyoshi/images/efficacy/bg-header-efficacy.jpg") center / cover no-repeat; }
.flow .page__header { background: url("/wp-content/themes/umeyoshi/images/flow/bg-header-flow.jpg") center / cover no-repeat; }
.archive .page__header { background: url("/wp-content/themes/umeyoshi/images/news/bg-header-news.jpg") center / cover no-repeat; }
.page__header2 {
	background: #fff;
}
.page__ttl {
	margin: 0;
	color: #fff;
	line-height: 1.2;
}
.ume .page__ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.page__ttl .jp {
	font-size: 140%;
	font-weight: 400;
	letter-spacing: .2em;
}
.page__ttl .en {
	font-size: 50%;
	font-weight: 500;
	letter-spacing: .12em;
}
.page__ttl2 {
	margin: 0;
	color: #000;
	font-weight: 400;
}
.about .page__ttl2 {
	margin-bottom: 3em;
}
.archive .page__ttl2, .single .page__ttl2 {
	margin-bottom: 3em;
}
.page__ttl2 .en {
	font-weight: 500;
}
.page__ttl2::after {
	background: #671a0c;
}
.about .page__ttl2::after, .archive .page__ttl2::after, .single .page__ttl2::after {
	background: #ba2727;
}
#pageLead {
	background: #fff;
}
h2.lead {
	margin-bottom: 2.2em;
	color: #671a0c;
	font-size: 180%;
	line-height: 1.6;
}
#pageLead .desc {
	line-height: 2;
}
#pageBnr {
	padding: 40px 0;
}
.bnr {
	margin-bottom: 20px;
}
.bnr a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.bnr a .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 46.7%;
	background: #acabab;
	overflow: hidden;
}
.bnr a .img::after {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 36, 36, .3);
	content: "";
}
.bnr a img {
	transition: all .5s ease-out;
}
.bnr a:hover img {
	filter: blur(8px);
}
.bnr a h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: 0;
	transform: translate(-50%, -50%);
}
.bnr a h2 .jp {
	font-size: 150%;
}
.bnr a h2 .en {
	font-size: 60%;
	letter-spacing: .1em;
	line-height: 2;
}
/* ----------
 * about
 * ---------- */
#aboutLead {
	padding: 80px 0 0;
}
#aboutLead .inner {
	padding: 0 35px;
}

#aboutLead img {
	border-radius: 1em;
}
h2.age, h2.feature {
	letter-spacing: .25em;
}
.img__box, .img__box .img {
	padding-bottom: 2.2em;
}
h2.age {
	position: relative;
	margin: 2em auto 3em;
	font-size: 170%;
	text-align: center;
}
h2.age::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -3em;
	left: 50%;
	width: 1em;
	height: 1em;
	color: #671a0c;
	font-size: 60%;
	content: "●";
	transform: translateX(-50%);
}
.img.age, .feature__box .img {
	position: relative;
	height: 0;
	margin-bottom: 2em;
	padding-top: 52%;
	box-sizing: border-box;
	overflow: hidden;
}
.img.age img, .feature__box .img img, .bnr a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.age__list {
	position: relative;
	margin-bottom: 150px;
}
.age__list li {
	position: relative;
	margin-bottom: 70px;
	padding: 1em 0;
}
.age__list li:last-child, dl.history dd:last-of-type {
	margin-bottom: 0;
}
.age__list li::before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1px;
	height: 0;
	background: #767676;
	content: "";
	transition: all .8s ease .4s;
	transform: translateX(-50%);
}
.age__list li.is-active::before, dl.history dd.is-active::before {
	height: 70px;
}
.age__list li:last-child::before, dl.history dd:last-of-type.is-active::before {
	display: none !important;
}
.year {
	color: #601a0c;
	font-size: 230%;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1;
}
.age__list p {
	margin: 1.5em 0 .5em;
	font-family: 'Noto Serif JP', serif;
}
h3.age {
	margin: 2em 0;
	color: #601a0c;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}
.age__box.item01,
.age__box.item03 {
	margin-top: 150px;
}
.tokusen__box .img {
	mix-blend-mode: multiply;
}
.tokusen__box img {
	width: 60%;
	margin: 3em auto;
}
/* ----------
 * nankou-ume
 * ---------- */
h2.feature {
	position: relative;
	margin: 3em 0 2em;
	padding-top: 80px;
	font-size: 180%;
	text-align: center;
}
h2::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 70px;
	content: "";
	transform: translateX(-50%);
}
.feature__box.item01 h2::before { background: url("/wp-content/themes/umeyoshi/images/common/feature1.svg") center top / contain no-repeat; }
.feature__box.item02 h2::before { background: url("/wp-content/themes/umeyoshi/images/common/feature2.svg") center top / contain no-repeat; }
.feature__box.item03 h2::before { background: url("/wp-content/themes/umeyoshi/images/common/feature3.svg") center top / contain no-repeat; }
.feature__box.item04 h2::before { background: url("/wp-content/themes/umeyoshi/images/common/feature4.svg") center top / contain no-repeat; }
.feature__box .img {
	padding-top: 71%;
}
.feature__box .content p {
	font-family: 'Noto Serif JP', serif;
}
/* ----------
 * history
 * ---------- */
dl.history {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	position: relative;
}
dl.history dt, dl.history dd {
	position: relative;
	width: 100%;
}
dl.history dt {
	position: relative;
	padding-top: 1.7em;
	line-height: 2.5;
}
dl.history dd {
	padding-bottom: 2em;
	margin: 0 0 70px;
	line-height: 2.2;
}
dl.history dd::before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1px;
	height: 0;
	background: #767676;
	content: "";
	transition: all .8s ease .4s;
	transform: translateX(-50%);
}
h3.history {
	margin: 0;
	padding: 0 0 1.8em;
	color: #671a0c;
	font-size: 230%;
	letter-spacing: .1em;
	text-align: center;
}
/* ----------
 * efficacy
 * ---------- */
#efficacyOption {
	padding: 0 10px 80px;
}
h2.option span {
	display: inline-block;
}
h2.option span::before, h2.option span::after {
	display: inline-block;
	position: relative;
	width: 2em;
	height: 1em;
	content: "";
}
h2.option span::before {
	background: url("/wp-content/themes/umeyoshi/images/common/slash-l.svg") center / contain no-repeat;
}
h2.option span::after {
	background: url("/wp-content/themes/umeyoshi/images/common/slash-r.svg") center / contain no-repeat;
}
ul.option__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 55px;
}
.option__list li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 4px 10px;
	background: #77514a;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.6;
}
/* ----------
 * flow
 * ---------- */
ul.flow__list {
	max-width: 640px;
	margin: -60px auto 0;
}
.flow__list li {
	position: relative;
	margin: 0;
	padding: 60px 0;
}
.flow__list li::after {
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 38px;
	height: 18px;
	background: url("/wp-content/themes/umeyoshi/images/common/arrow.svg") center / contain no-repeat;
	content: "";
	opacity: 0;
	transition: all .2s linear 1.2s;
	transform: translate(-50%, -20px);
}
.flow__list li.is-active::after {
	opacity: 1;
	transform: translate(-50%, 0);
}
.flow__list li:last-child::after {
	display: none;
}
.flow__list li h3 {
	color: #671a0c;
	font-size: 140%;
	text-align: center;
}
.flow__list li p {
	font-family: 'Noto Serif JP', serif;
	font-size: .875rem;
	line-height: 2.1;
}
/* ----------
 * company
 * ---------- */
#companyInfo {
	padding: 40px 35px;
}
dl.company {
	max-width: 600px;
	margin: 0 auto;
}
dl.company dt, dl.company dd {
	padding: .6em 0;
	font-family: 'Noto Serif JP', serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 2.3;
}
dl.company dd {
	border-bottom: 1px solid #e0e0e0;
}
dl.company dd a.map {
	color: #c66655;
	text-decoration: none;
}
dl.company dd a.map:hover {
	text-decoration: underline;
}
/* ----------
 * contact
 * ---------- */
#contactForm .inner {
	max-width: 600px;
	padding: 60px 35px 100px;
}
/* form */
.contact__form {
	display: block;
	margin: 20px auto;
}
.contact__form tbody {
	display: block;
	margin: 0;
}
.contact__form tr {
	display: flex;
	flex-direction: column;
}
.contact__form th, .contact__form td {
	display: block;
	padding: 0;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: left;
}
.contact__form th {
	padding-top: .7em;
}
.contact__form .address td {
	border-radius: .4em;
	box-sizing: border-box;
	background: #fff;
}
.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="tel"],
.contact__form  textarea {
	width: 100%;
	padding: .2em .6em;
	border: none;
	border-radius: .4em;
}
.contact__form input[type="text"].p-postal-code {
	width: 5em;
}
div.wpcf7 .form__btn .ajax-loader {
	display: none;
}
.wpcf7 .form__btn {
	display: flex;
	justify-content: center;
	position: relative;
	width: 125px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #671a0c;
	border-radius: .25em;
	box-sizing: border-box;
	background: #671a0c;
	text-align: center;
	transition: background .3s ease-out;
}
.wpcf7 .form__btn:hover {
	background: #fff;
}
.wpcf7 .form__btn p {
	height: 100%;
	margin: 0;
}
.wpcf7 .form__btn input[type="submit"], .wpcf7 .form__btn input[type="button"] {
	position: relative;
	width: 125px;
	height: 100%;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	color: #fff;
	font-size: .9375rem;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 1;
}
.wpcf7 .form__btn input[type="submit"]:hover, .wpcf7 .form__btn input[type="button"]:hover {
	cursor: pointer;
	color: #671a0c;
}
.wpcf7-spinner {
	display: none;
}
.contact__form .req {
	display: inline-block;
	margin-left: .5em;
	color: #ba2727;
	font-size: 80%;
}
/* ----------
 * privacy policy
 * ---------- */
#ppContent, #payContent, #deliveryContent {
	padding: 75px 35px 200px;
}
#ppContent .inner, #payContent .inner, #deliveryContent .inner {
	max-width: 840px;
}
.pp__list > li {
	margin-bottom: 50px;
}
h2.pp, h3.payment, h2.delivery {
	margin: 0 0 2em;
	color: #671a0c;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.pp__list li p,
.pp__list li .disc li,
#payContent .note p,
table.payment td,
#deliveryContent p,
.bank__list li {
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: .9375rem;
	letter-spacing: .05em;
	line-height: 2.3;
}
.pp__list li .info {
	margin-top: 2em;
}
.pp__list li a {
	color: #000;
	text-decoration: none;
}
/* ----------
 * pay
 * ---------- */
table.payment {
	margin-top: 5em;
	border-top: 1px solid #707070;
}
table.payment tr {
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
}
table.payment  th, table.payment td {
	width: 100%;
}
table.payment th {
	margin-top: 1.2em;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.0625rem;
	font-weight: 500;
	text-align: left;
}
table.payment td {
	padding: .2em 0 5em;
	border-bottom: 1px solid #707070;
}
.bank__list li {
	position: relative;
	padding-left: 2em;
}
.bank__list li::before {
	position: absolute;
	top: 0;
	left: 0;
}
.bank__list li:nth-child(1)::before { content: "①"; }
.bank__list li:nth-child(2)::before { content: "②"; }
.bank__list li:nth-child(3)::before { content: "③"; }
/* ----------
 * delivery
 * ---------- */
h2.delivery {
	color: #000;
}
#deliveryContent p, #deliveryContent .bank__list {
	margin-bottom: 2em;
}
#deliveryContent .caution p:nth-child(1),
#deliveryContent .caution p:nth-child(2) {
	margin-bottom: 0;
}
.caution p {
	position: relative;
	padding-left: 1.2em;
}
.caution p::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}
/* ----------
 * business
 * ---------- */
.business #mainVisual {
	background: url("/wp-content/themes/umeyoshi/images/business/mv-business.jpg") left 30% bottom / cover no-repeat;
}
.business #mainVisual .inner {
	height: 100%;
}
.desc__business {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
}
.desc__business h2 {
	margin-bottom: .6em;
	font-size: 2.1875rem;
}
.desc__business h3 {
	color: #fff;
	font-size: .9375rem;
	text-align: center;
	line-height: 2;
}
.desc__business h3 span {
	color: #d87777;
}
.desc__business p {
	position: absolute;
	left: 50%;
	bottom: 115px;
	width: 100%;
	font-size: .9375rem;
	transform: translateX(-50%);
}
.desc__business p span {
	display: inline-block;
	position: relative;
	padding: 0 45px;
}
.desc__business p span::before, .desc__business p span::after {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 1px;
	background: #fff;
	content: "";
	transform: translateY(-50%);
}
.desc__business p span::before {
	left: 0;
}
.desc__business p span::after {
	right: 0;
}
#businessContent {
	background: #090909;
}
#businessContent * {
	color: #fff;
	text-align: center;
}
.inner.business {
	max-width: 950px;
}
h2.business {
	font-size: clamp(20px,2vw,28px);
	text-align: center;
	line-height: 1.8;
}
#slider_umesyu{
margin-right:calc(50% - 50vw);
margin-left: calc(50% - 50vw);

}
#slider_umesyu .slick-next,
#slider_umesyu .slick-prev{
padding-right:10vw;
padding-left:10vw;
z-index:100;
}
#slider_umesyu .slick-next{
	right:0;
}
#slider_umesyu button.slick-disabled{
	display:none!important;
}
#slider_umesyu .slick-next:before, #slider_umesyu .slick-prev:before{
	font-size:2rem;
}


.umeshu__list li {
	/* margin-top: 90px; */
	padding: 1rem;
}
.umeshu__list li .img{
/* 	background: linear-gradient(180deg, black, #1D1D1D); */
	padding: 1rem;
    aspect-ratio: 7 / 9;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
	padding:0;
}
.umeshu__list li img, .busiiness__catalog li img {
	margin: 0 auto;
	margin: 0 auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    width: 100%;
    object-position: center;
}
.umeshu__list li h3 {
	margin-top: 1.5em;
	font-size: 1.1em;
	white-space: nowrap;
	line-height: 1.5;
}
#businessCatalog{
	background:#E7E4DF;
}
ul.busiiness__catalog {
	max-width: 606px;
	margin: 0 auto 0;
}
.busiiness__catalog li {
	margin-top: 60px;
}
.busiiness__catalog li > a {
	transition: all .3s ease-out;
}
.busiiness__catalog li > a:hover {
	opacity: .6;
}
.busiiness__catalog li img {
	width: 210px;
}
.busiiness__catalog li .btn__link {
	margin-top: 35px;
}
#ctaBusiness {
	padding: 60px 0;
}
#ctaBusiness h2.business{
	font-size:1.25em;
}
.business__info .tel a {
	color: #000 !important;
}
.business__info .btn__link {
	margin-top: 2em;
}
/* ----------
 * 404
 * ---------- */
.error404 .page__ttl2 {
	color: #fff;
}
.error404 .page__ttl2::after {
	background: #fff;
}
.error-404 .btn__link a {
	margin-top: 6em;
}
/* ----------
 * category
 * ---------- */
#archiveList {
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 0;
}
.archive__list .inner {
	margin: 50px auto 0;
	padding: 30px 0;
}
.archive__list article {
	max-width: 700px;
	margin: 0 auto 1.2em;
}
.archive__list .entry-header {
	display: flex;
	justify-content: space-between;
}
.archive__list .cat__name {
	display: flex;
	align-items: center;
	width: 5em;
}
.archive__list .cat__name span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: .1em .6em;
	border-radius: 1.5em;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	font-size: .75rem;
}
.archive__list .content {
	width: calc(100% - 6em);
	line-height: 1.4;
}
.archive__list .entry-title {
	margin: 0;
}
.archive__list .entry-title a {
	display: block;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: .9375rem;
	text-decoration: none;
}
.archive__list .entry-title a:hover {
	text-decoration: underline;
}
/* pagenation */
.nav-links {
	display: flex;
	justify-content: center;
	margin: 4em auto 1em;
}
.nav-links .page-numbers {
	display: inline-block;
	margin: 0 .5em;
	color: #000;
	font-size: 1.125rem;
	text-decoration: none;
	transition: all .3s ease-out;
}
.nav-links .page-numbers.current, .nav-links a.page-numbers:hover {
	color: #ba2727;
}
.link__news a {
	display: inline-block;
	margin-bottom: 50px;
	color: #ba2727;
	text-decoration: none;
}
.link__news a:hover {
	text-decoration: underline;
}
/* ----------
 * post
 * ---------- */
.single .archive__list .entry-header {
	align-items: center;
}
.single .archive__list .entry-title {
	margin-bottom: .5em;
	font-size: 160%;
	font-weight: 500;
}
/* page navigation */
.post-navigation a {
	color: #ba2727;
	font-size: .875rem;
	text-decoration: none;
}
.post-navigation a:hover {
	text-decoration: underline;
}
/* ----------
 * responsive
 * ---------- */
@media (min-width: 768px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		padding: 100px 20px;
	}
	.page section {
		padding: 100px 35px;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: .875rem;
	}
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	/* heading */
	.sec__ttl .jp, .page__ttl2 .jp {
		font-size: 1.875rem;
	}
	.sec__ttl .en, .page__ttl2 .en {
		font-size: .875rem;
	}
	/* fixed banner */
	.fixed__bnr::before {
		top: auto;
		bottom: -1%;
		left: 9%;
		width: 25%;
		height: 135%;
		transform: translateY(0);
	}
	.fixed__bnr::after {
		top: 50%;
		right: 3%;
		width: 28%;
		height: 135%;
		background: url("/wp-content/themes/umeyoshi/images/common/ume-c.svg") right center / contain no-repeat;
		transform: translateY(-50%);
	}
	.fixed__bnr a::before {
		position: absolute;
		top: 26%;
		left: 0;
		width: 10%;
		height: 100%;
		background: url("/wp-content/themes/umeyoshi/images/common/ume-b.svg") left center / contain no-repeat;
		content: "";
	}
	/* ----------
	 * footer
	 * ---------- */
	.ft__info, .business__info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}
	/* ----------
	 * top
	 * ---------- */
	/* main visual */
	h2.mv {
		font-size: 1.8rem;
	}
	/* top concept */
	#topConcept {
		padding-top: 130px;
	}
	#topConcept .inner {
		display: flex;
		justify-content: center;
	}
	h2.concept {
		order: 1;
		margin: 0 .3em 0 1.5em;
		font-size: 2.5rem;
	}
	#topConcept .txt p {
		margin: 0 .5em;
		font-size: 1rem;
	}
	/* top news */
	.news__list {
		display: flex;
		flex-direction: column;
	}
	.news__list li {
		display: flex;
		width: 100%;
	}
	.cat__name {
		width: 6.2em;
	}
	.news__title {
		width: calc(100% - 6.2em);	}
	/* top point */
	.point__list li {
		width: 24%;
	}
	/* top catalog */
	.new__catalog {
		display: flex;
		justify-content: space-between;
		margin-bottom: 4.5em;
		padding: 0 80px 50px;
	}
	.new__catalog::before {
		width: 100%;
	}
	.new__catalog .img {
		width: 202px;
	}
	.new__catalog .txt {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 260px;
	}
	h3.catalog {
		margin-top: 0;
	}
	.new__catalog .btn__link {
		margin-bottom: 2.2em;
	}
	/* top ume */
	#topUme {
		padding-bottom: 520px;
		background: url("/wp-content/themes/umeyoshi/images/top/bg-ume-pc.jpg") center bottom / cover no-repeat;
	}
	/* top umeshu */
	#topUmeshu {
		padding-bottom: 460px;
	}
	/* top product */
	#topProduct {
		padding-bottom: 130px;
	}
	ul.products__list {
		margin-bottom: 25px;
	}
	.products__list li {
		width: 33.3333%;
	}
	/* top media */
	.media__list li a {
		font-size: .9375rem;
	}
	/* ----------
	 * page
	 * ---------- */
	#pageLead {
		padding: 96px 35px 80px;
	}
	#pageBnr .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#pageBnr div.bnr {
		width: 48%;
	}
	.bnr a .img {
		padding-top: 33.5%;
	}
	/* ----------
	 * about
	 * ---------- */
	.img__box, .tokusen__box {
		display: flex;
		justify-content: space-between;
	}
	.img__box .img {
		width: 48%;
	}
	.age__list li::before {
		left: 2.5em;
		transform: translateX(0);
	}
	h2.age {
		font-size: 1.5625rem;
	}
	h2.age::before {
		font-size: .9375rem;
	}
	.bnr a h2 .jp {
		font-size: 1.875rem;
	}
	.img.age {
		padding-top: 58.4%;
	}
	.year, h3.age {
		text-align: left;
	}
	.tokusen__box .img {
		order: 1;
		width: 28%;
	}
	.tokusen__box p {
		width: 68%;
	}
	.tokusen__box img {
		width: 100%;
		margin: 0;
	}
	/* ----------
	 * nanko-ume
	 * ---------- */
	.feature__box .img {
		position: static;
		height: auto;
		padding-top: 0;
	}
	.feature__box .img img {
		position: static;
	}
	/* ----------
	 * history
	 * ---------- */
	dl.history {
		margin: 0 auto;
	}
	dl.history dt {
		display: flex;
		align-self: baseline;
		width: 8.3em;
		margin: 0;
		padding: 0;
	}
	dl.history dd {
		width: calc(100% - 10em);
		padding-left: 8%;
		box-sizing: border-box;
		background: none;
		font-size: .875rem;
	}
	dl.history dd::before {
		top: 4em;
		left: -12%;
		transform: translateX(0);
	}
	dl.history dd.edo::before {
		top: 6.5em;
	}
	dl.history dd.is-active::before {
		height: 100%;
	}
	dl.history dd.edo.is-active::before {
		height: calc(100% - 2.5em);
	}
	h3.history {
		width: 100%;
		margin-top: -.5em;
		padding: .5em 0;
		font-size: 1.5rem;
		text-align: center;
	}
	/* ----------
	 * flow
	 * ---------- */
	.flow__list li {
		display: flex;
		justify-content: space-between;
	}
	.flow__list li .img {
		width: 33.6%;
	}
	.flow__list li .txt {
		order: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 53.3%;
	}
	.flow__list li h3 {
		font-size: 1.125rem;
		text-align: left;
	}
	/* ----------
	 * company
	 * ---------- */
	#companyInfo {
		padding: 90px 35px 300px;
	}
	dl.company {
		display: flex;
		flex-flow: row wrap;
	}
	dl.company dt, dl.company dd {
		font-size: .9375rem;
	}
	dl.company dt {
		border-bottom: 1px solid #e0e0e0;
		width: 12em;
	}
	dl.company dd {
		width: calc(100% - 12em);
	}
	/* ----------
	 * pay
	 * ---------- */
	table.payment tr {
		flex-flow: row nowrap;
	}
	table.payment th {
		width: 25%;
		border-bottom: 1px solid #707070;
	}
	table.payment td {
		width: 75%;
	}
	.archive__list .content {
		display: flex;
		align-items: center;
	}
	.archive__list .content time {
		width: 7em;
	}
	/* ----------
	 * business
	 * ---------- */
	#slider_umesyu .umeshu__list .slick-list{
		padding-left:10vw;
		padding-right:10vw;
	}
	.umeshu__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.umeshu__list li {
		width: 50%;
		margin-top:90px;
	}
	ul.busiiness__catalog {
		display: flex;
		justify-content: space-between;
	}
	.busiiness__catalog li {
		width: 260px;
	}
	.busiiness__catalog li img {
		width: 237px;
	}
	.busiiness__catalog li .btn__link {
		margin-top: 40px;
	}
	.business__info .btn__link {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		padding: 120px 20px;
	}
	.page section {
		padding: 120px 35px;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: .9375rem;
	}
	.sp2 {
		display: none !important;
	}
	.pc2 {
		display: block !important;
	}
	/* fixed banner */
	.fixed__bnr {
		height: 75px;
	}
	.fixed__bnr::before {
		left: -2%;
		width: 13%;
	}
	.fixed__bnr::after {
		right: 0;
		width: 15%;
	}
	.fixed__bnr a::before {
		left: -100%;
	}
	.fixed__bnr a .inner {
		flex-direction: row;
		justify-content: space-between;
	}
	.logo__shop {
		width: 49.3%;
	}
	.btn__shop {
		width: 43.35%;
		height: 40px;
		margin-top: 0;
		font-size: 1em;
	}
	.fixed__bnr a:hover .btn__shop {
		background: #fff;
		color: #000;
	}
	/* ----------
	 * footer
	 * ---------- */
	.site-footer {
		margin-bottom: 75px;
	}
	/* ----------
	 * top
	 * ---------- */
	/* top concept */
	#topConcept {
		padding-top: 170px;
	}
	/* top catalog */
	.tab__catalog span::after {
		right: -2em;
	}
	ul.catalog__list {
		display: flex;
		justify-content: space-between;
		max-width: 854px;
		margin: 0 auto;
	}
	.catalog__list li {
		display: flex;
		flex-direction: column;
		width: 260px;
		margin-top: 50px;
	}
	.catalog__list li > a {
		margin: auto;
	}
	.catalog__list li .btn__link {
		margin-top: auto;
	}
	/* top umeshu */
	#topUmeshu {
		padding-bottom: 550px;
	}
	/* top product */
	#topProduct {
		padding-bottom: 170px;
	}
	/* ----------
	 * page
	 * ---------- */
	.bnr a h2 .jp {
		font-size: 1.875rem;
	}
	/* ----------
	 * about
	 * ---------- */
	.about .site-main section p, .feature__box .content p  {
		font-size: .875rem;
		line-height: 2.2;
	}
	.age__box, .feature__box {
		display: flex;
		justify-content: space-between;
	}
	.age__box .content, .feature__box .content {
		width: 75%;
	}
	h2.age, h2.feature {
		display: flex;
		align-items: flex-end;
		width: 25%;
		box-sizing :border-box;
		text-align: left;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	h2.age {
		line-height: 1;
	}
	.age__box.item00 h2.age,
	.age__box.item02 h2.age {
		order: 1;
		align-items: flex-start;
	}
	h2.age::before {
		left: .2em;
		transform: translateX(0);
	}
	.age__box.item00 h2.age::before,
	.age__box.item02 h2.age::before {
		left: auto;
		right: .3em;
	}
	h3.age {
		font-size: 1.125rem;
	}
	.lead2 p {
		margin-top: 40px;
	}
	.img__box, .img__box .img {
		padding-bottom: 0;
	}
	/* ----------
	 * nankou-ume
	 * ---------- */
	#featureContent {
		padding-bottom: 0;
	}
	.feature__box {
		margin-bottom: 120px;
	}
	.feature__box h2.feature {
		align-items: center;
		margin: 0;
		width: 2.3em;
	}
	.feature__box:nth-of-type(even) h2.feature {
		align-items: flex-start;
	}
	.feature__box:nth-of-type(even) h2.feature {
		order: 1;
	}
	/* ----------
	 * history
	 * ---------- */
	dl.history dd {
		padding-left: 13%;
	}
	dl.history dd::before {
		left: -9%;
	}
	/* ----------
	 * efficacy
	 * ---------- */
	#efficacyOption {
		padding-bottom: 100px;
	}
	ul.option__list {
		flex-flow: row nowrap;
		margin-top: 80px;
	}
	.option__list li {
		width: 150px;
		height: 150px;
		margin: 0 15px;
		font-size: 1.125rem;
	}
	/* ----------
	 * privacy policy
	 * ---------- */
	#ppContent, #payContent, #deliveryContent {
		padding: 150px;
	}
	/* ----------
	 * business
	 * ---------- */
	.umeshu__list li {
		width: 33.3333%;
	}
	.desc__business {
		width: 60%;
		margin: 0 0 0 auto;
	}
	.desc__business p {
		position: static;
		margin-top: 30px;
		transform: translateX(0);
	}
}
@media (min-width: 1200px) {
	/* ----------
	 * layout
	 * ---------- */
	 section, .page section {
		padding: 140px 0;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: 1rem;
	}
	.sp3 {
		display: none !important;
	}
	.pc3 {
		display: block !important;
	}
	/* fixed banner */
	.fixed__bnr::before {
		left: 5%;
	}
	.fixed__bnr::after {
		right: 3%;
	}
	.fixed__bnr a::before {
		left: 0;
	}
	/* ----------
	 * header
	 * ---------- */
	.site-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 87px;
		padding: 0 10px;
	}
	.site-branding, .site-title {
		margin: 0;
	}
	.site-branding {
		width: 20%;
	}
	.site-title {
		width: 100%;
	}
	.fixed-navigation {
		width: 80%;
		height: 100%;
	}
	.fixed__menu .fixed__button, .logo__fixed {
		display: none;
	}
	.fixed__menu .fixed__nav__wrapper {
		pointer-events: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: static;
		max-width: initial;
		padding: 0;
		background: none;
		overflow-y: visible;
		opacity: 1;
		transform: translateX(0);
	}
	.fixed__menu {
		height: 100%;
	}
	.fixed-navigation .global__menu {
		display: flex;
		justify-content: flex-end;
		width: calc(100% - 100px);
	}
	.white .global__menu li a, .white .global__menu li p {
		color: #fff;
	}
	.global__menu li, .global__menu li p {
		font-size: .8125rem;
	}
	.global__menu li {
		margin: 0 1em;
	}
	.global__menu li, .global__menu li.active p {
		border: none;
	}
	.global__menu li::after, .global__menu li p::after {
		display: none;
	}
	.global__menu li .sub__menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 12em;
		padding: .5em 0;
		background: rgba(231, 228, 223, .92);
	}
	.global__menu li .sub__menu li {
		padding: .3em .5em .3em 1em;
		box-sizing: border-box;
	}
	.white .global__menu li .sub__menu li a {
		color: #000 !important;
	}
	.global__menu li .sub__menu li a:hover {
		color: #671a0c !important;
	}
	.fixed__menu .sns__menu, .sns__menu li {
		margin: 0;
	}
	.fixed__menu .sns__menu {
		display: flex;
		justify-content: space-between;
		width: 91px;
	}
	.sns__menu li {
		width: 34.5px;
		height: 34.5px;
		margin: 0;
	}
	.white .sns__menu li.facebook a {
		background: url("/wp-content/themes/umeyoshi/images/common/icon-facebook-wh.svg") center / contain no-repeat;
	}
	.white .sns__menu li.instagram a {
		background: url("/wp-content/themes/umeyoshi/images/common/icon-instagram-wh.svg") center / contain no-repeat;
	}
	.global__menu li p:hover, .sns__menu li a:hover {
		opacity: .6;
	}
	/* ----------
	 * footer
	 * ---------- */
	.footer__menulist {
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		margin: 3.2em auto 0;
	}
	ul.footer__menu {
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 81%;
		margin: 0;
		border: none;
	}
	.footer__menulist .footer__menu > li {
		width: auto;
	}
	.footer__menu li a, .footer__menu li p,
	.footer__menu>li:nth-child(odd):before,
	.footer__menu > li:nth-child(even)::before {
		border: none;
		background: none;
		transition: all .3s ease-out;
	}	
	.footer__menu li a, .footer__menu li p {
		padding-right: 1.5em;
	}
	.footer__menu li.parent p::before {
		position: absolute;
		top: 50%;
		right: .5em;
		width: 8px;
		height: 6px;
		background: url("/wp-content/themes/umeyoshi/images/common/arrow-menu-down.svg") center / contain no-repeat;
		content: "";
		transition: all .3s ease-out;
		transform: translateY(-50%);
	}
	.footer__menu li.parent p.active::before {
		background: url("/wp-content/themes/umeyoshi/images/common/arrow-menu-up.svg") center / contain no-repeat;
	}
	.footer__menu li a:hover, .footer__menu li p:hover {
		opacity: .6;
	}
	.footer__menu li .sub__menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 11em;
		padding: 0.5em 0;
		background: rgba(119, 81, 74, .92);
	}
	.footer__menu li .sub__menu li a {
		padding-left: 1em;
		text-align: left;
	}
	.footer__menulist .sns__menu {
		justify-content: space-between;
		width: 10%;
		margin-top: .5em;
	}
	.ft__info, .business__info {
		max-width: 700px;
		margin-top: -1em;
	}
	/* ----------
	 * top
	 * ---------- */
	/* main visual */
	#video {
		position: absolute;
		min-width: 100%;
		min-height: 100svh;
	}
	/* top concept */
	#topConcept {
		padding: 200px 0;
	}
	/* top point */
	#topPoint {
		padding-bottom: 200px;
	}
	/* top ume */
	#topUme {
		padding-bottom: 740px;
	}
	/* top umeshu */
	#topUmeshu {
		padding-bottom: 790px;
		background: url("/wp-content/themes/umeyoshi/images/top/bg-umeshu-pc.jpg") center bottom / cover no-repeat;
	}
	/* top product */
	ul.banner__list {
		margin: 100px 0 150px;
	}
	.banner__list li a img {
		filter: drop-shadow(0 9px 15px rgba(0, 0, 0, .16));
		transition: all .3s ease-out;
	}
	.banner__list li a:hover img {
		filter: drop-shadow(0 15px 20px rgba(0, 0, 0, .27));
	}
	/* top media */
	#topMedia {
		padding: 140px 0;
	}
	/* ----------
	 * page
	 * ---------- */
	#pageLead {
		padding: 96px 0 80px;
	}
	.page__header {
		height: 70vh;
	}
	.page__header.ume {
		align-items: center;
	}
	.ume .page__ttl {
		margin: 0;
	}
	.feature__box .content p {
		box-sizing: border-box;
	}
	/* ----------
	 * history
	 * ---------- */
	h3.history {
		font-size: 1.875rem;
	}
	/* ----------
	 * efficacy
	 * ---------- */
	#efficacyOption {
		padding-bottom: 140px;
	}
	#archiveList {
		padding-right: 0;
		padding-left: 0;
	}
	/* ----------
	 * contact
	 * ---------- */
	#contactForm .inner {
		padding-bottom: 200px;
	}
}
@media (min-width: 1280px) {
	.site-header {
		padding: 0 50px;
	}
}
@media (min-width: 1400px) {
	/* ----------
	 * header
	 * ---------- */
	.fixed-navigation .global__menu {
		width: calc(100% - 120px);
	}
	.global__menu li, .global__menu li p {
		font-size: .875rem;
	}
	.global__menu li {
		margin: 0 1.2em;
	}
}
@media (min-width: 1600px) {
	/* fixed banner */
	.fixed__bnr::before {
		left: 9%;
		height: 150%;
	}
	.fixed__bnr a::before {
		left: 4%;
		top: 20%;
	}
}
/* 動画よりも画面が横に長くなるとき */
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
	#video {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}
/* 動画よりも画面が縦に長くなるとき */
@media (max-aspect-ratio: 16/9) {
	#video {
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}