* {
	box-sizing: border-box;
}

html,
body {
	position: relative;
	overflow-x: hidden;
}

html {
	font-size: 2.5641025641vw;
}

body {
	margin: 0;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
	letter-spacing: .05em;
}

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: 121rem;
	padding-left: 1.5rem;
	padding-right: 1.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: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.fadeLeft {
	animation-name: fadeLeft;
}

.fadeRight {
	animation-name: fadeRight;
}

.fadeIn {
	animation-name: fadeIn;
}

.fadeOut {
	animation-name: fadeOut;
}

.fadeBelow {
	animation-name: fadeBelow;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 3rem;
	width: 2rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	top: 50%;
	padding: 0;
	border: none;
	outline: none;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: rgba(0,0,0,0);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: .75;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev {
	left: 21px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 21px;
}

.slick-next {
	right: 21px;
}

[dir=rtl] .slick-next {
	left: 21px;
	right: auto;
}

.slick-dots {
	position: absolute;
	bottom: -4rem;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 .2rem;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in-out;
}

.slick-dots li button {
	border: 0;
	background: rgba(0,0,0,0);
	display: block;
	height: .7rem;
	width: .7rem;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: rgba(0,0,0,0);
	padding: 0;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: .75;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.btn {
	display: inline-block;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
	color: #000;
	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);
}

.btn:hover {
	color: #000;
	text-decoration: none;
}

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

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

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

body.menu-open {
	position: fixed;
	left: 0;
	right: 0;
	width: 100vw;
	overflow: hidden;
}

body.menu-open .p-header-social__item svg,
body.menu-open .p-header-social__item g,
body.menu-open .p-header-social__item path {
	fill: #000;
}

body.menu-open .bg-overlay {
	display: block;
}

body.is-scroll .p-header__logo .static {
	opacity: 0;
	visibility: hidden;
}

body.is-scroll .p-header__logo .active {
	opacity: 1;
	visibility: visible;
}

body.is-scroll .p-header-social__item svg,
body.is-scroll .p-header-social__item g,
body.is-scroll .p-header-social__item path,
body.is-scroll .p-header-social__item circle {
	fill: #000;
}

body.is-scroll .p-header__anchor {
	color: #000;
}

body.is-scroll .p-header__btn {
	border-color: #000;
	color: #000;
}

body.is-scroll .hamburger-inner:after,
body.is-scroll .hamburger-inner:before,
body.is-scroll .hamburger-inner {
	background-color: #000;
}

.bg-overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.p-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 19;
	padding-top: 6.4rem;
}

.p-header .container {
	padding-left: 4.8rem;
}

.p-header__logo {
	margin-right: auto;
	position: relative;
	width: 13rem;
}

.p-header__logo .active {
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.p-header__anchor {
	font-weight: bold;
}

.p-header-social {
	display: flex;
	align-items: center;
}

.p-header-social__item svg,
.p-header-social__item g,
.p-header-social__item path,
.p-header-social__item circle {
	transition: all .2s ease-in-out;
	display: block;
}

.p-header-social__item:not(:last-child) {
	margin-right: 3rem;
}

.hamburger-box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1100;
	right: 1.5rem;
	top: 2rem;
	width: 4.5rem;
	height: 3.8rem;
}

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

.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;
	background-color: #000;
}

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

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 3rem;
	height: .2rem;
	background-color: #fff;
	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-color: #000;
	padding: 4rem 0;
	position: relative;
	z-index: 2;
}

.p-footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
	flex-flow: wrap;
}

.p-footer-menu__item {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
}

.p-footer-menu__item a {
	display: inline-block;
	padding: .5rem;
}

.p-footer-menu__item:not(:first-child) {
	margin-left: 2rem;
}

.p-footer-logo {
	max-width: 40%;
	display: inline-block;
}

.form-control {
	display: block;
	width: 100%;
	height: 5rem;
	padding: .5rem 1rem;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: .1rem solid #fc0000;
}

.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%;
}

.sec-ttl {
	text-align: center;
	margin-bottom: 6rem;
}

.body-image {
	text-align: center;
}

.anchor-map {
	position: relative;
	letter-spacing: .1em;
	transition: all .2s ease-in-out;
}

.anchor-map:hover {
	opacity: .75;
}

.anchor-map::before {
	content: "";
	display: inline-block;
	background: url(../images/icon_map.svg) no-repeat center/contain;
	width: .9rem;
	height: 1.2rem;
	margin-right: .5rem;
}

.font-en {
	font-family: "Open Sans",sans-serif;
}

.p-sec {
	position: relative;
	z-index: 3;
}

.p-sec-bg {
	background-color: #fff;
}

.p-wrap-sec {
	position: relative;
}

.p-mainvisual {
	position: relative;
	overflow: hidden;
	min-height: 120vh;
	z-index: 1;
	transition: all .2s ease-in-out;
	opacity: 1;
}

.p-mainvisual.is-hide {
	opacity: 0;
}

.p-mainvisual__dots {
	right: 2.3rem;
	position: fixed;
	bottom: calc(50% - 71px);
	z-index: 4;
}

.p-mainvisual__dots.absolute {
	bottom: calc(50vh - 71px);
	transform: translateY(0);
	position: absolute;
}

.p-mainvisual__dots .slider-dots {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.p-mainvisual__dots .slider-dots li button {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	padding: 0;
	transition: .3s all;
}

.p-mainvisual__dots .slider-dots li button svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-mainvisual__dots .slider-dots li button::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	left: calc(50% - 3px);
	top: calc(50% - 3px);
}

.p-mainvisual__dots .circle-bg {
	fill: rgba(255,255,255,0);
	stroke: rgba(0,0,0,.05);
	stroke-width: 1;
	stroke-linecap: butt;
}

.p-mainvisual__dots .circle-go {
	fill: rgba(255,255,255,0);
	stroke: #fff;
	stroke-width: 1;
	stroke-linecap: round;
	animation: progress 22s;
	stroke-dasharray: 360px;
	stroke-dashoffset: 360;
}

.p-mainvisual__dots .circle-tx {
	fill: #fff;
	stroke-width: 1;
	text-anchor: middle;
}

.p-mainvisual__ttl {
	font-size: 1.6rem;
	line-height: 2;
	font-family: "Noto Serif JP",serif;
	color: #fff;
	font-weight: 500;
	left: 3rem;
	top: calc(100vh - 26.8rem);
	transform: translateY(-50%);
	position: absolute;
	z-index: 3;
}

.p-mainvisual-slider {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.p-mainvisual-slider__item {
	height: 100vh;
}

.p-mainvisual-slider__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-scroll {
	display: flex;
	align-items: center;
	flex-flow: column;
	right: 2.5rem;
	bottom: 6rem;
	z-index: 10;
	position: fixed;
}

.p-scroll.absolute {
	position: absolute;
}

.p-scroll__txt {
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	writing-mode: vertical-lr;
	color: #fff;
}

.p-scroll__bar {
	position: relative;
	width: 1px;
	height: 5.5rem;
}

.p-scroll__bar::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 4rem;
	background: #fff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

.sec-des {
	text-align: center;
	font-family: "Noto Serif JP",serif;
	font-size: 1.4rem;
	letter-spacing: .15;
	line-height: 2.1071428571;
	color: #fff;
}

.sec-club {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18rem 0 23.4rem;
}

.sec-club-bg {
	background: url(../images/img_mainvisual_02.jpg) no-repeat center/cover;
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease-in-out;
	z-index: 2;
}

.sec-club-bg.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.sec-club .sec-ttl {
	margin-bottom: 6rem;
}

.sec-produce {
	padding: 10rem 0;
}

.sec-product {
	padding-bottom: 10rem;
}

.sec-ingredient {
	padding-bottom: 10rem;
}

.p-media {
	margin-top: 6rem;
}

.p-media__ttl {
	font-size: 2.5rem;
	font-family: "Noto Serif JP",serif;
	line-height: 1.4375;
	letter-spacing: .08em;
	margin-bottom: 2rem;
	font-weight: bold;
}

.p-media__sub {
	font-family: "Noto Serif JP",serif;
	color: #000;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.p-media__txt {
	line-height: 2;
	margin-top: 1.5rem;
}

.p-media--revert {
	justify-content: space-between;
	flex-direction: row-reverse;
}

.list-ingredient {
	margin-bottom: 6.5rem;
}

.list-ingredient__image {
	margin-bottom: 2.5rem;
	text-align: center;
}

.list-ingredient__ttl {
	font-size: 2.2rem;
	font-family: "Noto Serif JP",serif;
	line-height: 1.4230769231;
	letter-spacing: .08em;
	margin-bottom: 1rem;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.list-ingredient__txt {
	color: #000;
	line-height: 2;
	text-align: center;
}

.bg-ingredient {
	height: 35rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.bg-ingredient .js-bg-ingredient {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bg-ingredient img {
	width: 100%;
	height: 130%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translateY(-10%);
}

.product-slider__item img {
	width: 100%;
}

.product-media {
	margin-top: 6rem;
}

.product-media__body {
	padding: 0 1.5rem;
}

.product-media__ttl {
	font-family: "Open Sans",sans-serif;
	letter-spacing: -0.02em;
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.product-media__sub {
	font-family: "Noto Serif JP",serif;
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	letter-spacing: 0;
}

.product-media__txt {
	margin-bottom: 2.5rem;
	line-height: 2;
}

.product-media__name {
	font-size: 1.6rem;
	border-bottom: 1px solid #000;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
	font-weight: bold;
}

.product-media-price .item {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
}

.product-media-price .item:not(:first-child) {
	margin-top: 1.5rem;
}

.product-media-price .item img {
	width: 100%;
}

.product-media-price .btn {
	display: inline-block;
	padding: .5rem 2.5rem .3rem;
	border: 1px solid #000;
	border-radius: 4rem;
	margin-left: auto;
	font-family: "Roboto",sans-serif;
}

.product-media-price .number {
	font-size: 2.2rem;
	font-family: "Open Sans",sans-serif;
	margin: 0 .3rem;
	font-weight: 500;
}

.product-slider-nav {
	width: 100%;
	margin-bottom: 2.4rem;
}

.product-slider-nav .item {
	margin: 0 .6rem;
	cursor: pointer;
	border: .3rem solid rgba(0,0,0,0);
	position: relative;
}

.product-slider-nav .item.slick-current {
	border-color: #000;
}

.product-slider-nav .item.slick-current::after {
	content: none;
}

.product-slider-nav .item::after {
	content: "";
	background: rgba(47,28,5,.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}

.product-slider-nav.active .slick-track,
.product-slider-nav.active .slick-list {
	transform: translate3d(0, 0, 0) !important;
}

.shoplist-media {
	margin-top: 5rem;
}

.shoplist-media__image {
	text-align: center;
}

.shoplist-media__body {
	max-width: calc(100% - 3rem);
	margin: -3.2rem auto 0;
	background-color: #fff;
	padding: 3rem 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.shoplist-media__ttl {
	font-family: "Open Sans",sans-serif;
	letter-spacing: -0.02em;
	font-size: 2rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.shoplist-media__txt {
	text-align: center;
	margin-bottom: 1rem;
}

.shoplist-media__txt .name {
	font-weight: 500;
	font-family: "Open Sans",sans-serif;
}

.phone {
	cursor: pointer;
}

@media (min-width: 390px) {

html {
	font-size: 10px;
}

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

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

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

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

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

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

}

@media (min-width: 576px) {

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

}

@media (min-width: 768px) {

html {
	font-size: .8474576271vw;
}

body {
	font-size: 1.6rem;
}

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

.slick-dots li {
	margin: 0 .5rem;
}

.slick-dots li button {
	height: 1rem;
	width: 1rem;
}

.p-header {
	padding-top: 102px;
}

.p-header .container {
	max-width: 100%;
	padding-left: 102px;
	padding-right: 32px;
}

.p-header__row {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.p-header__logo {
	width: 17.8rem;
}

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

.p-header__box .p-logo {
	display: none;
}

.p-header__box {
	color: #fff;
	display: flex !important;
	align-items: center;
}

.p-header__anchor {
	transition: all .2s ease-in-out;
	font-size: 1.5rem;
	margin-right: 3rem;
}

.p-header__btn {
	transition: all .2s ease-in-out;
	display: inline-block;
	padding: 1.3rem 3.5rem;
	border: 1px solid #fff;
	border-radius: 4rem;
	margin-right: 3rem;
}

.hamburger-box {
	display: none;
}

.p-footer {
	padding: 5.5rem 0 7.5rem;
}

.p-footer-menu {
	margin-bottom: 4.5rem;
}

.p-footer-menu__item:not(:first-child) {
	margin-left: 4.5rem;
}

.sec-ttl {
	margin-bottom: 11.5rem;
}

.sp {
	display: none;
}

.p-mainvisual__dots {
	right: 2.4rem;
}

.p-mainvisual__dots .slider-dots li:not(:last-child) {
	margin-bottom: 1rem;
}

.p-mainvisual__ttl {
	font-size: 2.4rem;
	left: 1.5rem;
}

.p-scroll {
	right: 2.4rem;
	bottom: 8rem;
}

.p-scroll__txt {
	margin-bottom: 1.6rem;
}

.sec-des {
	font-size: 2rem;
}

.sec-club {
	min-height: 100vh;
}

.sec-produce {
	padding: 20rem 0;
}

.sec-product {
	padding-bottom: 16.5rem;
}

.sec-ingredient {
	padding-bottom: 13.5rem;
}

.p-media {
	margin-top: 10rem;
	display: flex;
}

.p-media__image {
	max-width: calc(50% - 1rem);
}

.p-media__ttl {
	margin-bottom: 1rem;
	font-size: 3.2rem;
}

.p-media__sub {
	font-size: 2rem;
	margin-bottom: 4.5rem;
}

.p-media__txt {
	margin-top: 2rem;
}

.p-media__body {
	padding-left: 12.5rem;
	flex: 1 1;
}

.p-media--revert .p-media__body {
	padding: 0 12.5rem 0 0;
}

.list-ingredient {
	display: flex;
	margin-bottom: 12rem;
}

.list-ingredient__item {
	flex: 1 1;
}

.list-ingredient__item:not(:first-child) {
	margin-left: 7.2rem;
}

.list-ingredient__image {
	margin-bottom: 4.5rem;
}

.list-ingredient__ttl {
	margin-bottom: 1.5rem;
	font-size: 2.6rem;
}

.bg-ingredient img {
	transform: translateY(-15%);
}

.bg-ingredient {
	height: 54rem;
}

.product-media {
	display: flex;
	margin-top: 10.5rem;
}

.product-media--revert {
	flex-direction: row-reverse;
}

.product-media--revert .product-media__body {
	padding: 0 9rem 0 0;
}

.product-media--revert .product-media__image {
	padding: 0 0 0 1.5rem;
}

.product-media__image {
	width: 50%;
	padding-right: 1.5rem;
}

.product-media__body {
	width: 59rem;
	padding-left: 9rem;
}

.product-media__ttl {
	font-size: 3.2rem;
}

.product-media__sub {
	margin-bottom: 3.2rem;
	font-size: 2rem;
}

.product-media__txt {
	margin-bottom: 4.5rem;
}

.product-media__name {
	font-size: 1.8rem;
	padding-bottom: 2.5rem;
	margin-bottom: 3rem;
}

.product-media-price .item {
	font-size: 2rem;
}

.product-media-price .item:not(:first-child) {
	margin-top: 2.5rem;
}

.product-media-price .btn {
	padding: .5rem 3.5rem .3rem;
}

.product-media-price .number {
	font-size: 3.2rem;
	margin: 0 .6rem;
}

.product-slider-nav {
	margin: 0 -0.6rem 2.4rem;
}

.shoplist-media {
	margin-top: 8.8rem;
}

.shoplist-media__body {
	padding: 5.5rem 1.5rem;
	max-width: 80rem;
}

.shoplist-media__ttl {
	font-size: 2.6rem;
	margin-bottom: 2.4rem;
}

.phone {
	pointer-events: none;
}

}

@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: 1210px) {

html {
	font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-mainvisual__ttl {
	left: calc(50% - (118rem/ 2));
}

}

@media (max-width: 767px) {

body.menu-open .p-header__logo {
	opacity: 0;
	visibility: hidden;
}

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

.p-header__logo {
	position: relative;
	z-index: 3;
	display: block;
}

.p-header__box {
	background-color: #fff;
	position: absolute;
	width: 100%;
	padding: 10.5rem 3rem 5rem;
	left: 0;
	top: 0;
	display: none;
	z-index: 4;
}

.p-header__box .p-logo {
	position: absolute;
	width: 7.4rem;
	height: 7rem;
	left: 2rem;
	top: 2rem;
}

.p-header__anchor,
.p-header__btn {
	display: block;
	padding: 2rem 0;
	border-bottom: 1px solid #ebebeb;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
}

.p-header-social {
	margin-top: 2rem;
	justify-content: center;
}

.sec-ttl img {
	height: 100%;
	width: auto;
	vertical-align: top;
}

.pc {
	display: none;
}

.full-sp {
	margin: 0 -1.5rem;
}

.sec-club .sec-ttl {
	max-width: 22.2rem;
	margin: 0 auto 4rem;
}

.sec-produce .sec-ttl {
	height: 3rem;
}

.sec-product .sec-ttl {
	height: 3rem;
}

.sec-ingredient .sec-ttl {
	height: 3.8rem;
}

.sec-shoplist .sec-ttl {
	height: 3.8rem;
}

.p-media__image {
	margin-bottom: 2.5rem;
}

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

.p-media__body {
	padding: 0 1rem;
}

.list-ingredient__item:not(:first-child) {
	margin-top: 5rem;
}

.product-media__image {
	margin-bottom: 1.5rem;
}

}

@keyframes fadeLeft {

0% {
	opacity: 0;
	transform: translate3d(-100px, 0, 0);
}

100% {
	transform: none;
}

}

@keyframes fadeRight {

0% {
	opacity: 0;
	transform: translate3d(100px, 0, 0);
}

100% {
	transform: none;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeBelow {

0% {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
}

100% {
	transform: translate3d(0, 0, 0);
}

}

@keyframes progress {

from {
	stroke-dashoffset: 360;
}

to {
	stroke-dashoffset: 0;
}

}

@keyframes scroll {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

50.1% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}

@keyframes pathmove {

0% {
	height: 0;
	top: 0;
	opacity: 0;
}

30% {
	height: 30px;
	opacity: 1;
}

100% {
	height: 0;
	top: 50px;
	opacity: 0;
}

}

