@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,600|Open+Sans:300,400,600|Frank+Ruhl+Libre:400|Jost:400,500&display=swap&display=swap");

/* =============================================
INCELLAN WRINKLE WHITE CREAM
Style Sheet
First Update 2023-10-01
Last  Update 2023-10-01
Created by Basic Plus Design Inc.
============================================= */

/* ---------------------------------------------
	Fonts
--------------------------------------------- */

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("../fonts/noto-sans-jp-v24-latin-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: bold;
	font-weight: 500;
	src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("../fonts/noto-sans-jp-v24-latin-500.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: bolder;
	font-weight: 700;
	src: local("Noto Sans Japanese Bolder"), local("NotoSansJapanese-Bolder"), url("../fonts/noto-sans-jp-v24-latin-700.woff2") format("woff2");
}

/* =============================================
#  Foundation
============================================= */

/* ---------------------------------------------
	Reboot
	normalize | MIT License
--------------------------------------------- */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	line-height: 1.15;
}

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

body {
	background-color: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	height: 100%;
	letter-spacing: 0.025em;
	line-height: 2;
	margin: 0;
	text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	margin-top: 0;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-bottom: 1rem;
	margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 300;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 13px;
	font-size: 1.3rem;
}

sub,
sup {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

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

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

.mouse a:focus {
	color: #000;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.mouse a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.touch a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	font-size: 16px;
	font-size: 1.6rem;
}

pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	caption-side: bottom;
	color: #000;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: left;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	color: inherit;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: inherit;
	margin-bottom: .5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}

progress {
	vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

::-moz-selection {
	background-color: rgba(255, 216, 31, 0.4);
}

::selection {
	background-color: rgba(255, 216, 31, 0.4);
}

/* ---------------------------------------------
	Base
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

html.fixed {
	overflow: hidden;
}

body {
	-moz-osx-font-smoothing: antialiased;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-smooth: antialiased;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 2;
	position: relative;
	text-size-adjust: 100%;
}

body > * {
	font-size: calc(13px + 3 * (100vw - 320px) / 880);
}

img {
	display: block;
}

* > img {
	width: 100%;
}

h2,
h3,
h4,
h5 {
	font-weight: 500;
	line-height: 1.6;
	margin: 2.75rem 0 1.05rem;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

p,
ul,
ol,
dl {
	font-family: "Noto Serif JP", serif;
	letter-spacing: -0.02em;
	line-height: 2;
}

ul {
	list-style: none;
	padding-left: 0;
}

dt {
	font-weight: 300;
}

p + a {
	margin-top: 1em;
}

sup {
	font-size: 75%;
}

a {
	color: #000;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

a:hover {
	color: #000;
	opacity: 0.9;
}

b {
	font-weight: 500;
}

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

/* =============================================
#  Layout
============================================= */

/* ---------------------------------------------
	Header
--------------------------------------------- */

.l-header {
	background-color: #000;
	display: block;
	height: 50px;
	left: 0;
	padding-top: 20px;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 99;
}

.l-header__logo {
	margin: 0 auto 20px;
	max-width: 250px;
	position: relative;
	width: 52%;
	z-index: 2;
}

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

#page_shop .l-header {
	display: block !important;
	height: 40px !important;
	padding-top: 0;
	position: relative !important;
}

#page_shop .l-header__logo {
	height: 40px;
	left: 0;
	margin: auto;
	max-width: 200px;
	padding-top: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	z-index: 0;
}

#page_shop .l-header__logo > a {
	display: block;
	margin: auto;
}

#page_shop .l-header__logo > a img {
	width: 100%;
}

/* ---------------------------------------------
	Main
--------------------------------------------- */

.wrapper {
	overflow: hidden;
	position: relative;
}

section {
	background: #fff;
	padding: 16vw 0;
	position: relative;
	text-align: center;
	z-index: 0;
}

section > a {
	bottom: 0;
	display: block;
	height: 75px;
	left: 0;
	margin: 30px auto 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 2;
}

section > a::before {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	display: block;
	height: 33px;
	left: 50%;
	position: absolute;
	right: 50%;
	top: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 33px;
	z-index: 2;
}

section > a:hover::before {
	margin-top: 20px;
}

.l-container {
	margin: auto;
	max-width: 1200px;
	position: relative;
	width: calc(100% - 10vw);
}

.l-content {
	margin: auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

/* ---------------------------------------------
	Footer
--------------------------------------------- */

.l-footer {
	background-color: #1e1e1e;
	border-bottom: solid #1e1e1e 10px;
	color: #fff;
	letter-spacing: 0.15em;
	padding-top: 50px;
	text-align: center;
}

.l-footer .c-ttl.enjp.w {
	margin-bottom: 1.25em;
}

.l-footer .c-ttl ~ p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.l-footer .c-ttl ~ p:nth-of-type(1) {
	font-size: 120%;
	margin-bottom: 0.25em;
}

.l-footer .c-ttl ~ p:nth-of-type(2) {
	font-size: 96%;
}

.l-footer .c-ttl ~ p:nth-of-type(2) span {
	display: inline-block;
	font-family: "Hind", sans-serif;
	line-height: 1;
}

.l-footer .c-ttl ~ p:nth-of-type(3) {
	letter-spacing: 0;
	margin-top: -1em;
}

.l-footer a {
	color: #fff;
	font-family: "Jost", "Open Sans", sans-serif;
	font-size: calc(29px + 17 * (100vw - 320px) / 880);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 2em;
}

.l-footer a::before {
	background: url(../img/phone.svg) no-repeat left center/90% auto;
	content: "";
	display: inline-block;
	height: 1.25em;
	margin-bottom: -0.25em;
	margin-right: 10px;
	width: 1em;
}

.l-footer a:hover {
	color: #dfdfdf;
}

.l-footer__bottom {
	background-color: #1e1e1e;
	color: #fff;
	font-family: "Jost", "Open Sans", sans-serif;
	letter-spacing: 0.15em;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 80px;
	padding: 0.5em;
	text-align: center;
	width: 100%;
}

.l-footer__bottom span {
	display: inline-block;
}

/* =============================================
#  Object -- Component
============================================= */

/* ---------------------------------------------
	Flexbox
--------------------------------------------- */

.c-fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* ---------------------------------------------
	box
--------------------------------------------- */

.c-box {
	background: #fff;
	padding-left: 6vw;
	padding-right: 6vw;
	position: relative;
}

.c-box::before,
.c-box::after {
	background: #fff;
	content: "";
	height: 20px;
	position: absolute;
	width: 100%;
}

.c-box::before {
	-webkit-clip-path: polygon(0% 100%, 3% 0%, 97% 0%, 100% 100%);
	clip-path: polygon(0% 100%, 3% 0%, 97% 0%, 100% 100%);
	left: 0;
	top: -20px;
}

.c-box::after {
	bottom: -20px;
	-webkit-clip-path: polygon(3% 100%, 0% 0%, 100% 0%, 97% 100%);
	clip-path: polygon(3% 100%, 0% 0%, 100% 0%, 97% 100%);
	left: 0;
}

.c-box__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	padding: 0;
	width: calc(100% - 12vw);
}

.c-box__inner span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 2em;
	padding: 0.25em 1em;
	position: relative;
}

.c-box__inner span.sup {
	padding-right: 2em;
	position: relative;
}

.c-box__inner span.sup sup {
	font-size: 70%;
	font-weight: 300;
	position: absolute;
	top: 1.25em;
}

.c-box__inner span::before,
.c-box__inner span::after {
	content: "";
	height: 10px;
	position: absolute;
	width: 100%;
}

.c-box__inner span::before {
	-webkit-clip-path: polygon(0% 100%, 5px 0%, calc(100% - 5px) 0%, 100% 100%);
	clip-path: polygon(0% 100%, 5px 0%, calc(100% - 5px) 0%, 100% 100%);
	left: 0;
	top: -10px;
}

.c-box__inner span::after {
	bottom: -10px;
	-webkit-clip-path: polygon(5px 100%, 0% 0%, 100% 0%, calc(100% - 5px) 100%);
	clip-path: polygon(5px 100%, 0% 0%, 100% 0%, calc(100% - 5px) 100%);
	left: 0;
}

/* ---------------------------------------------
	Title
--------------------------------------------- */

/* Title -- EN JP
--------------------------------------------- */

.c-ttl.enjp {
	font-family: "Jost", "Open Sans", sans-serif;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	line-height: 0.85;
	margin-bottom: 2em;
}

.c-ttl.enjp span {
	font-size: 47%;
}

.c-ttl.enjp.reverse {
	font-size: 1em;
	font-weight: 300;
	margin-top: 0;
}

.c-ttl.enjp.reverse span {
	display: inline-block;
	font-size: 1.85em;
	font-weight: 600;
	letter-spacing: 0.15em;
	padding-top: 0.55em;
}

.c-ttl.w {
	color: #fff;
}

.c-ttl.point {
	font-weight: 300;
	margin-top: 0;
}

.c-ttl.point span {
	letter-spacing: 0.1em;
}

.c-ttl.point span:nth-of-type(1) {
	border-bottom: calc(2px + 1 * (100vw - 320px) / 1280) solid #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(10px + 8 * (100vw - 320px) / 1280);
	font-weight: 900;
	line-height: 1;
	padding-bottom: 0;
}

.c-ttl.point span:nth-of-type(2) {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(26px + 24 * (100vw - 320px) / 1280);
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding-top: 0.55em;
	position: relative;
}

/* ---------------------------------------------
	Button
--------------------------------------------- */

/* Button -- arrow
.c-btn--arrow {
	line-height: 1;
	padding: .1em 6em .2em .5em;
	border: 1px solid $blk;
	background: url(../img/ico_arrow.svg) no-repeat right 0.5em center/1.2em;
}
--------------------------------------------- */

/* Button -- section down
--------------------------------------------- */

.c-btn--scdown {
	background: #000;
	height: 75px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.c-btn--scdown::after {
	background: transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 75px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}

.c-btn--scdown > a {
	bottom: 0;
	display: block;
	height: 75px;
	left: 0;
	margin: 30px auto 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 2;
}

.c-btn--scdown > a::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 33px;
	left: 50%;
	position: absolute;
	right: 50%;
	top: 50%;
	top: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 33px;
	z-index: 2;
}

.c-btn--scdown > a:hover::before {
	margin-top: 20px;
}

/* =============================================
#  Object -- Project
============================================= */

/* ---------------------------------------------
	Main visual
--------------------------------------------- */

.p-mv {
	height: auto;
	position: relative;
	text-align: left;
	top: 50px;
	width: 100vw;
	z-index: 0;
}

.p-mv__wrap::before,
.p-mv__wrap::after {
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	height: 29vw;
	left: 0;
	position: absolute;
	width: 100vw;
	z-index: -1;
}

.p-mv__wrap::before {
	background-image: url("../img/mv/bg_mv_top_s.jpg");
	background-position: center top;
	top: 0;
}

.p-mv__wrap::after {
	background-image: url("../img/mv/bg_mv_bottom_s.jpg");
	background-position: center bottom;
	bottom: 50px;
}

.p-mv__product {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	width: 100%;
	z-index: 10;
}

.p-mv__product div {
	height: 0;
	padding-bottom: 190%;
	position: relative;
	width: 100%;
}

.p-mv__product div:nth-of-type(1) {
	-o-background-size: contain;
	-webkit-background-size: contain;
	-webkit-animation: slideRL 2s ease 1s 1 normal backwards;
	animation: slideRL 2s ease 1s 1 normal backwards;
	background-image: url(../img/mv/mv_product_detail_s.svg);
	background-position: center top 10px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	width: 80%;
	z-index: 1;
}

.p-mv__product div:nth-of-type(1) > * {
	color: transparent;
}

.p-mv__product div:nth-of-type(2) {
	-webkit-animation: slideLR 2s ease 1s 1 normal backwards;
	animation: slideLR 2s ease 1s 1 normal backwards;
	left: auto;
	position: absolute;
	right: auto;
	top: 70vw;
	width: 90%;
	z-index: -1;
}

.p-mv__product div:nth-of-type(2) > img {
	bottom: 55%;
	height: auto;
	left: 27%;
	position: absolute;
	right: auto;
	width: 60%;
}

.p-mv__product2 {
	padding-bottom: 15vw;
	text-align: center;
}

.p-mv__product2 h2 {
	font-size: 7.5vw;
	letter-spacing: 0.15em;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.p-mv__product2 h2 span {
	display: block;
}

.p-mv__product2 h2 span sup {
	font-size: 30%;
	left: -0.1em;
	letter-spacing: 0.1em;
	top: -2em;
}

.p-mv__product2 .c-fl {
	height: auto;
	width: 100%;
}

.p-mv__product2 .c-fl > div {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	margin: 40px auto 0;
	max-width: 400px;
	padding-bottom: 106%;
	width: 90%;
}

.p-mv__product2 .c-fl > div > * {
	display: none;
}

.p-mv__product2 .c-fl > div:nth-of-type(1) {
	background-image: url("../img/mv/mv_feature1_s.svg");
}

.p-mv__product2 .c-fl > div:nth-of-type(2) {
	background-image: url("../img/mv/mv_feature2_s.svg");
}

.p-mv__product2 p {
	margin: 2em auto;
	max-width: 400px;
}

.p-mv__product2 p span {
	display: inline-block;
}

.p-mv__product2 p.u-note {
	margin-top: 0.7em;
}

/* ---------------------------------------------
	Feature
--------------------------------------------- */

.p-feature {
	padding-top: 0;
}

.p-feature1 {
	-o-background-size: 105% auto;
	-webkit-background-size: 105% auto;
	background-image: url(../img/feature/bg_s.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 105% auto;
	padding-bottom: 16vw;
	padding-top: 16vw;
	position: relative;
	position: relative;
	z-index: 0;
}

.p-feature1::before {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-image: url(../img/feature/bg_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: 0;
	content: "";
	display: block;
	height: 40vw;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100vw;
	z-index: 1;
}

.p-feature1 > .l-container .l-content h3,
.p-feature1 > .l-container .l-content h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	line-height: 1.5;
}

.p-feature1 > .l-container .l-content h3 span,
.p-feature1 > .l-container .l-content h2 span {
	display: inline-block;
}

.p-feature1 > .l-container .l-content h3 {
	display: block;
	font-size: 3.5vw;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-top: 1.75vw;
}

.p-feature1 > .l-container .l-content h2 span {
	display: block;
	font-size: 8vw;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
}

.p-feature1 > .l-container .l-content .c-fl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 76vw;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16vw;
	position: relative;
	z-index: 0;
}

.p-feature1 > .l-container .l-content .c-fl::before {
	-o-background-size: 25% auto;
	-webkit-background-size: 25% auto;
	background-image: url(../img/feature/product.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 25% auto;
	content: "";
	height: 150%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -8vw;
	width: 100%;
	z-index: 0;
	z-index: 5;
}

.p-feature1 > .l-container .l-content .c-fl div {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 0;
	margin-top: 5vw;
	padding-bottom: 65%;
	width: 40vw;
}

.p-feature1 > .l-container .l-content .c-fl div p {
	font-size: 4vw;
	font-weight: 500;
	line-height: 6vw;
}

.p-feature1 > .l-container .l-content .c-fl div span {
	display: block;
	font-size: 3vw;
	line-height: 4vw;
	margin-top: -2vw;
}

.p-feature1 > .l-container .l-content .c-fl div:nth-of-type(1) {
	background-image: url("../img/feature/bg_point1.png");
	padding-top: 8vw;
}

.p-feature1 > .l-container .l-content .c-fl div:nth-of-type(2) {
	background-image: url("../img/feature/bg_point2.png");
	padding-top: 6.5vw;
}

.p-feature1 .p-feature__productinfo {
	background: transparent;
	bottom: 2em;
	font-size: 3.5vw;
	font-weight: 500;
	height: 10em;
	line-height: 1.8;
	position: relative;
	width: 100vw;
	z-index: 4;
}

.p-feature1 .p-feature__productinfo p {
	margin-bottom: 0.5em;
	position: relative;
	z-index: 2;
}

.p-feature1 .p-feature__productinfo p span {
	display: block;
	line-height: 1.8;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(1) {
	font-size: 4.25vw;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(2) {
	font-size: 3.45vw;
}

.p-feature1 .p-feature__productinfo a {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-image: url(../img/feature/bg_btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	height: 2em;
	position: relative;
	width: 150px;
}

.p-feature1 .p-feature__productinfo a span {
	display: inline-block;
	height: 1em;
	left: 105px;
	position: absolute;
	top: 6%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 1em;
}

.p-feature1 .p-feature__productinfo a:hover span {
	left: 115px;
}

.p-feature2 {
	margin-top: -30vw;
}

.p-feature2 .p-feature__box {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
	clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
	margin: 13vw auto;
	padding: 4vw 0;
}

.p-feature2 .p-feature__box__inner {
	margin: auto;
	width: 90%;
}

.p-feature2 .p-feature__box__inner div {
	width: 100%;
}

.p-feature2 .p-feature__box__inner div h5 {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 95%;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.p-feature2 .p-feature__box__inner div h4 span,
.p-feature2 .p-feature__box__inner div h3 span,
.p-feature2 .p-feature__box__inner div p span {
	display: inline-block;
}

.p-feature2 .p-feature__box__inner div h4 {
	margin-bottom: 1em;
	margin-top: 1em;
}

.p-feature2 .p-feature__box__inner div h4 span {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: -0.05em !important;
	line-height: 1;
}

.p-feature2 .p-feature__box__inner div h3 {
	font-size: 95%;
	margin-bottom: 1em;
	margin-top: -0.3em;
}

.p-feature2 .p-feature__box__inner div h3 span {
	font-size: 160%;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
}

.p-feature2 .p-feature__box__inner div p {
	font-family: "Noto Sans JP", sans-serif;
}

.p-feature2 .p-feature__box__inner div img {
	margin: 50px auto;
	max-width: 350px !important;
	width: 85%;
}

.p-feature2 .p-feature__box#texture {
	background-image: url("../img/feature/bg_feature1_s.jpg");
}

.p-feature2 .p-feature__box#fragrance {
	background-image: url("../img/feature/bg_feature2_s.jpg");
}

.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div h4 span {
	letter-spacing: 0.15em !important;
}

.p-feature2 .p-feature__box#additivefree {
	background-image: url("../img/feature/bg_feature3_s.jpg");
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div h3 {
	margin-top: 1em;
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div h3 span:nth-of-type(2) b {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 120%;
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div img {
	margin-top: -10px;
	max-width: 450px;
	width: 100%;
}

/* ---------------------------------------------
	Product info 1
--------------------------------------------- */

.p-productinfo1 {
	padding: 20vw 7vw 14vw;
	position: relative;
}

.p-productinfo1::before {
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-image: url(../img/product/bg_s.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-productinfo1 .c-fl {
	height: 100%;
	max-width: 980px;
	width: calc(100% - 14vw);
}

.p-productinfo1 .c-fl::before {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-image: url(../img/product/new.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	height: 0;
	left: -2vw;
	max-width: 138px;
	padding-bottom: 26%;
	position: absolute;
	top: -4.25vw;
	width: 26%;
	z-index: 1;
}

.p-productinfo1 .c-fl__item:nth-of-type(1) img {
	margin-left: 6vw;
	width: 85%;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) {
	margin-top: -15vw;
	position: relative;
	z-index: 1;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) h4 {
	font-size: 3.7vw;
	font-weight: 500;
	margin-bottom: 3.4vw;
	margin-top: 3vw;
	text-align: center;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__feature {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-image: url(../img/product/feature.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: transparent;
	height: 13vw;
	margin: 0 auto 10px;
	max-width: 525px;
	position: relative;
	width: 100%;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__feature::before {
	color: #000;
	content: "※";
	display: block;
	height: 1em;
	left: 66%;
	position: absolute;
	top: -1.25em;
	width: 1em;
	z-index: 1;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info {
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 0;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span {
	display: block;
	font-weight: 500;
	text-align: center;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(1) {
	border: 1px solid #000;
	font-size: calc(10px + 5 * (100vw - 320px) / 447);
	line-height: 1.5;
	margin: -1em auto 0;
	width: 6em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(2) {
	font-size: 3.85vw;
	letter-spacing: 0.15em;
	margin-bottom: -0.5em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) {
	margin-top: 0.5em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span {
	display: inline-block;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(1) {
	font-size: calc(12px + 6 * (100vw - 320px) / 447);
	font-weight: 400;
	margin-left: -0.25em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(2) {
	display: inline-block;
	font-family: "Jost", "Open Sans", sans-serif;
	font-size: calc(19px + 6 * (100vw - 320px) / 447);
	margin-left: 0.5em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(2) span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 70%;
	font-weight: 500;
	margin-left: 3px;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(3) {
	display: inline-block;
	font-size: 85%;
	margin-bottom: 3em;
	margin-left: 0.25em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(4),
.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(5) {
	font-size: 80%;
	font-weight: 400;
	line-height: 1.8;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) a {
	border-bottom: 1px solid #000;
	display: inline-block;
	font-size: 85%;
	font-weight: 400;
	line-height: 1;
	padding-right: 1em;
	position: relative;
	width: 8em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) a span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) a:hover span {
	right: -0.5em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) p.u-note {
	line-height: 1.2;
	margin-top: 1em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) p.u-note span {
	display: inline-block;
}

/* ---------------------------------------------
	point menu
--------------------------------------------- */

.p-pointmenu {
	padding-bottom: 13vw;
	padding-top: 40px;
}

.p-pointmenu .l-content {
	border-top: 2px solid #000;
	margin-top: 3em;
	max-width: 1000px;
}

.p-pointmenu .l-content > p {
	font-size: calc(13px + 3 * (100vw - 320px) / 447);
	font-weight: 400;
	height: 2em;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin: -1.5em auto 3em;
	position: relative;
	width: 16em;
	z-index: 0;
}

.p-pointmenu .l-content > p::before {
	-o-background-size: 101% 100%;
	-webkit-background-size: 101% 100%;
	background-color: #fff;
	background-image: url(../img/points/bg_pointsmn_s.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 101% 100%;
	content: "";
	display: block;
	height: 4em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -9px;
	width: 100%;
	z-index: 0;
	z-index: 1;
}

.p-pointmenu .l-content > p span {
	display: block;
	position: relative;
	z-index: 2;
}

.p-pointmenu .p-pointmenu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 70px auto 0;
	max-width: 600px;
	width: 100%;
}

.p-pointmenu .p-pointmenu__list div {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	font-weight: 300;
	height: 45vw;
	margin: 0 5vw;
	position: relative;
	text-align: center;
	width: 35vw;
}

.p-pointmenu .p-pointmenu__list div::before,
.p-pointmenu .p-pointmenu__list div::after {
	border-style: solid;
	border-width: 1em 1.5em 0 1.5em;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 0;
	z-index: 0;
}

.p-pointmenu .p-pointmenu__list div::before {
	border-color: #fff transparent transparent transparent;
	bottom: -8px;
	z-index: 1;
}

.p-pointmenu .p-pointmenu__list div::after {
	border-color: #000 transparent transparent transparent;
	bottom: -10px;
	content: "";
	z-index: 0;
}

.p-pointmenu .p-pointmenu__list div:hover::before {
	bottom: -20px;
}

.p-pointmenu .p-pointmenu__list div:hover::after {
	bottom: -22px;
}

.p-pointmenu .p-pointmenu__list div a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-pointmenu .p-pointmenu__list div span {
	border-bottom: 2px solid #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(10px + 3 * (100vw - 320px) / 280);
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 2.85em auto 0.35em;
	padding-bottom: 0;
	width: 5.5em;
}

.p-pointmenu .p-pointmenu__list div p {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(14px + 3 * (100vw - 320px) / 280);
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-top: 0.5em;
	position: relative;
}

.p-pointmenu .p-pointmenu__list div:nth-child(1) {
	background-image: url("../img/points/bg_pointsmn1.png");
}

.p-pointmenu .p-pointmenu__list div:nth-child(1) p {
	margin-top: 0.5em;
}

.p-pointmenu .p-pointmenu__list div:nth-child(2) {
	background-image: url("../img/points/bg_pointsmn2.png");
}

.p-pointmenu .p-pointmenu__list div:nth-child(3) {
	background-image: url("../img/points/bg_pointsmn3.png");
}

/* ---------------------------------------------
	point
--------------------------------------------- */

.p-point {
	padding: 100px 0;
}

.p-point .l-content > .c-box {
	margin: 3vw auto 70px;
	padding: 0 0 4em;
	position: relative;
	width: 100%;
}

.p-point .l-content > .c-box h4 {
	font-size: calc(16px + 4 * (100vw - 320px) / 160);
	line-height: 1.5;
	margin-bottom: 1em;
}

.p-point .l-content > .c-box h4 span {
	display: inline-block;
	width: auto;
}

.p-point .l-content > .c-box h4 span::after {
	content: "";
	display: block;
	height: 0.5em;
	margin-top: -0.55em;
	width: 100%;
}

.p-point .l-content > .c-box > p {
	line-height: 1.8;
}

.p-point .l-content > .c-box > p span {
	display: inline-block;
	font-size: calc(12px + 2 * (100vw - 320px) / 447);
}

.p-point .l-content > .c-box > p.u-note {
	bottom: 2em;
	left: 0;
	margin: auto;
	margin-top: 1em;
	position: absolute;
	position: absolute;
	right: 0;
	z-index: 0;
}

.p-point .l-content > p.u-algn--c {
	font-size: calc(16px + 2 * (100vw - 320px) / 160);
	margin: 0 auto;
	width: 100%;
}

.p-point .l-content > p.u-algn--c span {
	display: inline-block;
}

.p-point#point1 {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../img/points/bg_point1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-point#point1 h2 span br {
	display: none;
}

.p-point#point1 .l-content > .c-box {
	margin-top: 2em;
}

.p-point#point1 .l-content > .c-box > div {
	margin: auto;
	width: calc(100% - 12vw);
}

.p-point#point1 .l-content > .c-box > div img {
	height: calc((100% - 10vw) * 0.85);
	margin: 30px auto 10px;
	max-height: 357px;
	max-width: 420px;
	width: calc(100% - 10vw);
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h5 {
	font-size: calc(14px + 3 * (100vw - 320px) / 447);
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h4 {
	font-size: calc(22px + 4 * (100vw - 320px) / 447);
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: -0.25em;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt p {
	font-size: 90%;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt p span {
	display: inline-block;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt p.u-note {
	margin-top: 2em;
}

.p-point#point2 {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../img/points/bg_point2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-point#point2 .c-ttl.point span:nth-of-type(2) {
	position: relative;
}

.p-point#point2 .c-ttl.point span:nth-of-type(2) sup {
	display: inline-block;
	font-size: 50%;
	left: 0;
	top: -1em;
}

.p-point#point2 .l-content > .c-box {
	margin-top: 2em;
	position: relative;
}

.p-point#point2 .l-content > .c-box > div {
	margin: auto;
	width: calc(100% - 12vw);
}

.p-point#point2 .l-content > .c-box > div h4 {
	line-height: 2;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

.p-point#point2 .l-content > .c-box > div p span {
	display: inline-block;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) h4 {
	font-size: calc(18px + 7 * (100vw - 320px) / 880);
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) h4 span::after {
	background: #d6ecf2;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) {
	background: #d6ecf2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px auto 50px;
	padding: 0.25em 1.5em;
	position: relative;
	width: calc(100% - 12vw);
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) h4 {
	line-height: 1.25;
	text-align: center !important;
	width: 100%;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) h4 span {
	font-size: 85%;
	letter-spacing: 0.15em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) p {
	font-size: 90%;
	line-height: 1.7;
	margin-top: -1em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) img {
	margin: 10px auto 20px;
	width: 90%;
}

.p-point#point3 {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../img/points/bg_point3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-point#point3 .l-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.p-point#point3 .l-content > .c-box .c-box__inner {
	margin-top: 40px;
}

.p-point#point3 .l-content > .c-box .c-box__inner span {
	font-size: calc(12px + 1 * (100vw - 320px) / 447);
	margin-top: 0.75vw;
	width: 100%;
}

.p-point#point3 .l-content > .c-box .c-box__inner span.small {
	width: 48.75%;
}

.p-point#point3 .l-content > .c-box:nth-of-type(1) h4 span::after {
	background-color: #fffbb8;
}

.p-point#point3 .l-content > .c-box:nth-of-type(1) .c-box__inner span {
	background: #fffbb8;
}

.p-point#point3 .l-content > .c-box:nth-of-type(1) .c-box__inner span::before,
.p-point#point3 .l-content > .c-box:nth-of-type(1) .c-box__inner span::after {
	background: #fffbb8;
}

.p-point#point3 .l-content > .c-box:nth-of-type(2) h4 span::after {
	background-color: #f1def2;
}

.p-point#point3 .l-content > .c-box:nth-of-type(2) .c-box__inner span {
	background: #f1def2;
}

.p-point#point3 .l-content > .c-box:nth-of-type(2) .c-box__inner span::before,
.p-point#point3 .l-content > .c-box:nth-of-type(2) .c-box__inner span::after {
	background: #f1def2;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) {
	padding: 0 6vw 50px;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) h4 {
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) h4 span::after {
	background-color: #d6ecf2;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) h4 span sup {
	display: inline-block;
	font-size: 40%;
	font-weight: 300;
	top: -1.25em;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 25px auto 50px;
	max-width: 900px;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div {
	margin: 3vw auto;
	max-width: 184px;
	position: relative;
	width: 47%;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div > * {
	width: 100%;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div span {
	background: #d6ecf2;
	bottom: -4px;
	display: block;
	font-weight: 500;
	height: 1em;
	line-height: 1;
	position: absolute;
	text-align: center;
	z-index: 0;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div span::before,
.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div span::after {
	background: #d6ecf2;
	content: "";
	height: 8px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div span::before {
	-webkit-clip-path: polygon(0% 100%, 8px 0%, calc(100% - 8px) 0%, 100% 100%);
	clip-path: polygon(0% 100%, 8px 0%, calc(100% - 8px) 0%, 100% 100%);
	left: 0;
	top: -6px;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div span::after {
	bottom: -8px;
	-webkit-clip-path: polygon(8px 100%, 0% 0%, 100% 0%, calc(100% - 8px) 100%);
	clip-path: polygon(8px 100%, 0% 0%, 100% 0%, calc(100% - 8px) 100%);
	left: 0;
}

/* ---------------------------------------------
	How to use
--------------------------------------------- */

.p-howtouse {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../img/howtouse/bg_s.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-howtouse .c-box {
	-o-background-size: 30vw auto;
	-webkit-background-size: 30vw auto;
	background-image: url(../img/howtouse/person.svg);
	background-position: center top 26vw;
	background-repeat: no-repeat;
	background-size: 30vw auto;
	padding: 4vw 6vw;
}

.p-howtouse .c-box .c-ttl {
	margin-bottom: calc(60vw - 5 * (100vw - 320px) / 680);
	margin-top: 1em;
}

.p-howtouse .c-box ul {
	margin-top: 65vw;
	text-align: left;
}

.p-howtouse .c-box ul li {
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1.25em;
}

/* ---------------------------------------------
	Voice
--------------------------------------------- */

.p-voice {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../img/voice/bg_s.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-voice .c-ttl.enjp {
	margin-bottom: 0;
}

.p-voice__list {
	margin-bottom: 50px;
	width: 100%;
}

.p-voice__list > div {
	padding-bottom: 10vw;
	padding-top: 10vw;
}

.p-voice__list > div > p.c-box {
	font-family: "Noto Serif JP", serif;
	margin: 40px auto -40px;
	max-width: 572px;
	min-height: 5em;
	padding: 40px 2em 3em;
	position: relative;
	width: 100%;
}

.p-voice__list > div > p.c-box span {
	display: inline-block;
}

.p-voice__list > div > p.c-box span:first-child {
	display: block;
	font-size: calc(16px + 4 * (100vw - 320px) / 160);
	font-weight: 400;
	margin-bottom: 1em;
	margin-top: -1em;
}

.p-voice__list > div > p.c-box span:last-child {
	bottom: 0;
	font-size: 110%;
	left: 0;
	letter-spacing: 0.125em;
	margin: auto;
	margin-top: 3em;
	position: absolute;
	right: 0;
	text-align: center !important;
	width: 100%;
	z-index: 0;
}

/* ---------------------------------------------
	Product info 2
--------------------------------------------- */

.p-productinfo2 {
	background-color: #dfdfdf;
}

.p-productinfo2 p {
	font-family: "Noto Sans JP", sans-serif;
}

.p-productinfo2 p:nth-of-type(2) {
	padding-left: 0.25em;
}

.p-productinfo2 p:nth-of-type(2) span {
	margin-left: -0.25em;
}

.p-productinfo2 p span {
	font-weight: 500;
	letter-spacing: 0.1em;
}

/* ---------------------------------------------
	Shop
--------------------------------------------- */

.p-shopmap {
	position: relative;
}

.p-shopmap p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.95em;
}

.p-shopmap p span {
	display: inline-block;
}

.p-shopmap .l-content {
	height: auto;
	margin-top: 50px;
	position: relative;
}

.p-shopmap__map {
	margin-bottom: 30px;
	max-width: 1100px;
	width: 100%;
}

.p-shopmap__map img {
	margin: auto;
	width: 90%;
}

.p-shopmap__arealist {
	margin: auto;
	padding-bottom: 60px;
	width: 90%;
}

.p-shopmap--area {
	border: 2px solid #000;
	line-height: 1.2;
	margin: 0 1em 1em 0;
	padding: 0.75em 1em 0;
	text-align: left;
	width: 100%;
}

.p-shopmap--area dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 95%;
	font-weight: 500;
	padding-bottom: 0.5em;
}

.p-shopmap--area dd ul {
	margin-top: -0.25em;
}

.p-shopmap--area dd ul li {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	font-weight: 400;
	padding-right: 0.5em;
	position: relative;
}

.p-shopmap--area dd ul li::after {
	content: " | ";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-shopmap--area dd ul li:last-child::after {
	content: "";
}

.p-shopmap--area dd ul li a:hover {
	font-weight: 500;
}

/* ---------------------------------------------
	Shoplist
--------------------------------------------- */

.p-shop {
	margin-bottom: 200px;
}

.p-shop .l-content {
	padding-bottom: 100px;
	position: relative;
}

.p-shop__head {
	margin-bottom: -250px;
}

.p-shop__head.fixed {
	background: rgba(255, 255, 255, 0.8);
	height: 190px;
	left: 0;
	padding: 0 1em;
	position: fixed;
	top: -1em;
	width: 100%;
	z-index: 100;
}

.p-shop__head.fixed > h4,
.p-shop__head.fixed > p {
	display: none;
}

.p-shop__head p {
	margin-bottom: 2em;
}

.p-shop__area--all {
	margin: auto;
	max-width: 1200px;
	overflow: hidden;
	padding: 0;
	width: 1005;
}

.p-shop__area__tab {
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	display: table;
	margin: 10px 0 0;
	max-width: 1200px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.p-shop__area__tab li {
	background: #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	display: table-cell;
	font-family: monospace, serif;
	font-size: 80%;
	font-weight: 500;
	height: 3em;
	text-align: center;
	vertical-align: middle;
	width: calc(100% / 9);
}

.p-shop__area__tab li:last-child {
	border-right: none;
}

.p-shop__area__tab li span::before {
	content: ".";
}

.p-shop__area__tab li.select {
	background: #000;
	color: #fff;
	font-weight: 500;
}

.p-shop__area__item {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: 0;
	padding: 0.5em;
	text-align: left;
}

.p-shop__area__item.hide {
	display: none;
}

.p-shop__area__list li {
	display: inline-block;
	font-size: 80%;
	font-weight: 600;
	margin-right: 2em;
	position: relative;
}

.p-shop__area__list li::after {
	content: "|";
	height: 1em;
	padding: 0 1em;
	position: absolute;
	right: -3em;
	top: 0;
	width: 3em;
	z-index: 0;
}

.p-shop__area__list li:last-child::after {
	content: none;
}

.p-shop__list {
	background: #fff;
	border-bottom: 1px solid #000;
	margin-bottom: -250px;
	margin-top: 370px;
	width: 100%;
}

.p-shop__list dl {
	padding-top: 250px;
}

.p-shop__list dt {
	font-size: 115%;
	font-weight: 700;
	letter-spacing: 0.25em;
	margin-bottom: 1.25em;
}

.p-shop__list dd > ul:not(.p-shop__list__head) {
	margin-bottom: -10px;
}

.p-shop__list__head {
	border-top: 1px solid #000;
	display: none;
	margin-bottom: 0;
}

.p-shop__list__head li {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	padding: 1em 0.6em;
	text-align: center;
}

.p-shop__list__head li:nth-child(1) {
	letter-spacing: 1em;
	width: 30%;
}

.p-shop__list__head li:nth-child(2) {
	letter-spacing: 1em;
	padding-left: 17%;
	text-align: left;
	width: calc(70% - 10em);
}

.p-shop__list__head li:nth-child(3) {
	width: 10em;
}

.p-shop__list__item > ul {
	border-top: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 0.5em 0;
}

.p-shop__list__item > ul > li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	position: relative;
	text-align: left;
	width: 100%;
}

.p-shop__list__item > ul > li:nth-child(1) {
	font-weight: 700;
	letter-spacing: 0.025em;
	margin-bottom: 0.5em;
}

.p-shop__list__item > ul > li:nth-child(1) br {
	display: none;
}

.p-shop__list__item > ul > li:nth-child(2) {
	width: 100%;
}

.p-shop__list__item > ul > li:nth-child(2) ul {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.p-shop__list__item > ul > li:nth-child(2) li {
	letter-spacing: 0.05em;
}

.p-shop__list__item > ul > li:nth-child(2) li:nth-child(1) {
	width: 100%;
}

.p-shop__list__item > ul > li:nth-child(2) li:nth-child(2),
.p-shop__list__item > ul > li:nth-child(2) li:nth-child(3),
.p-shop__list__item > ul > li:nth-child(2) li:nth-child(4) {
	line-height: 1.5;
	text-align: left;
	width: auto;
}

.p-shop__list__item > ul > li:nth-child(3) {
	letter-spacing: 0.05em;
	margin-top: 0.5em;
}

.p-shop__list__item > ul > li:nth-child(3)::before {
	content: "TEL：";
	display: inline-block;
}

.p-shop__list__item p {
	border-top: 1px solid #000;
	margin-bottom: 0;
	padding: 1em 0;
	text-align: center;
}

/* =============================================
#  Object -- Utility
============================================= */

/* ---------------------------------------------
	fadeIn
--------------------------------------------- */

/* ---------------------------------------------
	slide Left to Right
--------------------------------------------- */

/* ---------------------------------------------
	slide Right to Left
--------------------------------------------- */

/* ---------------------------------------------
	Break
--------------------------------------------- */

span.u-xxs::before,
span.u-sm::before,
span.u-md::before,
span.u-lg::before,
span.u-xl::before {
	content: "";
	white-space: nowrap;
}

span.u-xs::before {
	content: "\A";
	white-space: pre;
}

/* ---------------------------------------------
	Other
---------------------------------------------
.u-ovr {
	display: block;
	@include over;
	outline: none;
}

.u-line {
	position: relative;
	z-index: 0;
	&::after {
		content: "";
		display: block;
		width: 100%;
		height: 0.75em;
		background: $main-bg-color;
		@include absolute_bottom_left($bottom: -0.05em);
		z-index: -1;
	}
}

.u-ul {
	position: relative;
	display: inline-block;
	padding: 0 0.3em;
	&::after {
		content: "";
		width: 100%;
		height: 1px;
		background: $blk;
		@include absolute_bottom_center;
	}
	&:last-of-type {
		margin-bottom: 0.5em;
	}
}
 */

/* ---------------------------------------------
	Position
--------------------------------------------- */

.u-algn--c {
	text-align: center;
}

.u-algn--r {
	text-align: right;
}

.u-algn--l {
	text-align: left;
}

.u-flt--l {
	float: left;
}

.u-flt--r {
	float: right;
}

/* ---------------------------------------------
	Typography
--------------------------------------------- */

.u-min {
	font-family: "Noto Serif JP", serif;
}

.u-gothic {
	font-family: "Noto Sans JP", sans-serif;
}

.u-check {
	position: relative;
}

.u-check1 {
	background: rgba(255, 255, 0, 0.3);
	font-style: normal !important;
}

.u-check2 {
	background: rgba(255, 192, 203, 0.3);
	font-style: normal !important;
}

.u-note {
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 80% !important;
}

/* =============================================
#  Media Queries
============================================= */

@media screen and (min-width: 420px) {

.p-pointmenu .p-pointmenu__list div {
	height: 180px;
	width: 147px;
}

}

@media screen and (min-width: 480px) {

.p-mv__product2 h2 {
	font-size: 7vw;
}

.p-mv__product2 .c-fl > div {
	height: 462px;
	padding-bottom: 0;
	width: 392px;
}

.p-point .l-content > .c-box h4 {
	font-size: calc(20px + 4 * (100vw - 480px) / 420);
}

.p-point#point1 .l-content > .c-box > div {
	max-width: 24em;
	min-width: 20em;
}

.p-point#point2 .l-content > .c-box > div {
	max-width: 24em;
	min-width: 20em;
}

.p-point#point3 .l-content > .c-box .c-box__inner {
	max-width: 24em;
	min-width: 20em;
}

.p-howtouse .c-box {
	background-position: center top 100px;
}

.p-voice__list > div {
	padding-bottom: 48px;
	padding-top: 48px;
}

.p-voice__list > div > p.c-box span:first-child {
	font-size: calc(20px + 4 * (100vw - 480px) / 420);
}

}

@media screen and (min-width: 600px) {

h3 {
	font-size: 1.33em;
}

.p-mv__product {
	width: 90%;
}

.p-mv__product div {
	width: 90%;
}

.p-mv__product div:nth-of-type(2) {
	top: 60vw;
	width: 85%;
}

.p-mv__product div:nth-of-type(2) > img {
	bottom: 59%;
	left: 29%;
	width: 55%;
}

.p-mv__product2 h2 {
	font-size: 44px;
	font-size: 4.4rem;
}

.p-feature1 > .l-container {
	width: 90%;
}

.p-feature1 > .l-container .l-content h3 {
	font-size: 17px;
	font-size: 1.7rem;
}

.p-feature1 > .l-container .l-content h2 span {
	font-size: 44px;
	font-size: 4.4rem;
}

.p-feature1 .p-feature__productinfo {
	font-size: 21px;
	font-size: 2.1rem;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(1) {
	font-size: 26px;
	font-size: 2.6rem;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(2) {
	font-size: 20px;
	font-size: 2rem;
}

.p-feature1 .p-feature__productinfo a {
	font-size: 15px !important;
	margin-top: -20px;
}

.p-feature1 .p-feature__productinfo a span {
	font-size: 12px;
	height: 10px;
	left: 105px;
	top: 10%;
	width: 10px;
}

.p-feature1 .p-feature__productinfo a:hover span {
	left: 115px;
}

.p-pointmenu .l-content > p {
	height: 1em;
	line-height: 2.5;
	width: 26.5em;
}

.p-pointmenu .l-content > p::before {
	-o-background-size: 101% 100%;
	-webkit-background-size: 101% 100%;
	background-image: url(../img/points/bg_pointsmn.svg);
	background-position: center top -2px;
	background-repeat: no-repeat;
	background-size: 101% 100%;
}

.p-pointmenu .l-content > p span {
	display: inline-block;
}

.p-pointmenu .p-pointmenu__list div {
	margin-left: 2.5vw;
	margin-right: 2.5vw;
}

.p-pointmenu .p-pointmenu__list div span {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 2.5em;
}

.p-pointmenu .p-pointmenu__list div p {
	font-size: 17px;
	font-size: 1.7rem;
}

.p-howtouse .c-box {
	background-size: 180px auto;
	padding-bottom: 10px;
	padding-top: 20px;
}

.p-howtouse .c-box .c-ttl {
	margin-bottom: 360px;
}

.p-howtouse .c-box ul {
	margin-bottom: 30px;
	margin-top: 90px;
}

.p-shopmap .l-content {
	padding-bottom: 80px;
}

.p-shopmap__map {
	margin: 450px auto 150px;
}

.p-shopmap__map img {
	height: auto;
	width: 80%;
}

.p-shopmap__arealist {
	left: 0;
	margin: auto;
	max-width: 42em;
	padding-bottom: 300px;
	position: absolute;
	right: 0;
	top: 0;
	top: -40px;
	width: 100%;
	z-index: 0;
}

.p-shopmap__arealist > div {
	position: absolute;
	width: 100%;
}

.p-shopmap__arealist > div:nth-of-type(1) {
	top: -300px;
}

.p-shopmap__arealist > div:nth-of-type(2) {
	right: 0;
	top: 80vw;
}

.p-shopmap--area {
	width: 100%;
}

.p-shopmap--area#area-hokkaido {
	width: 6.5em;
}

.p-shopmap--area#area-tohoku {
	width: 21em;
}

.p-shopmap--area#area-kanto {
	width: 25em;
}

.p-shopmap--area#area-koshinetsu_hokuriku {
	width: 21em;
}

.p-shopmap--area#area-tokai {
	width: 15em;
}

.p-shopmap--area#area-kinki {
	width: 22em;
}

.p-shopmap--area#area-chugoku {
	margin-left: calc(100% - 28em);
	width: 18em;
}

.p-shopmap--area#area-shikoku {
	margin-left: calc(100% - 28em);
	width: 15em;
}

.p-shopmap--area#area-kyushu {
	margin-left: calc(100% - 28em);
	width: 28em;
}

.p-shopmap--area dt {
	font-size: 80%;
}

.p-shopmap--area dd ul li {
	font-size: 80%;
}

span.u-xxs::before,
span.u-xs::before,
span.u-md::before,
span.u-lg::before,
span.u-xl::before {
	content: "";
	white-space: nowrap;
}

span.u-sm::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 767px) {

.l-footer .c-ttl ~ p:nth-of-type(1) {
	font-size: 150%;
}

.l-footer .c-ttl ~ p:nth-of-type(2) {
	font-size: 120%;
}

.c-fl.md {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.c-fl.md.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-box::before,
.c-box::after {
	height: 25px;
}

.c-box::before {
	top: -25px;
}

.c-box::after {
	bottom: -25px;
}

.c-ttl.enjp {
	font-size: 3em;
}

.p-feature1 > .l-container .l-content h2 span {
	display: inline-block;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(1) {
	font-size: 15px;
	font-size: 1.5rem;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(2) {
	font-size: 27px;
	font-size: 2.7rem;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem;
}

.p-pointmenu .p-pointmenu__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-point .l-content > .c-box {
	height: 100%;
	margin-bottom: 0;
	margin-top: 80px;
	max-width: 100%;
}

.p-point .l-content > .c-box > p span {
	font-size: 14px;
	font-size: 1.4rem;
}

.p-point .l-content > p.u-algn--c {
	font-size: calc(18px + 12 * (100vw - 768px) / 1232);
	margin-bottom: 2em;
	margin-top: 4em;
}

.p-point#point1 .l-content > .c-box {
	max-width: 100%;
	padding-left: 2em;
	padding-right: 2em;
}

.p-point#point1 .l-content > .c-box > div {
	margin-top: 30px;
	max-width: 40em;
	width: 100%;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h5 {
	font-size: 17px;
	font-size: 1.7rem;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h4 {
	font-size: 26px;
	font-size: 2.6rem;
}

.p-point#point2 .l-content > .c-box {
	max-width: 100%;
}

.p-point#point2 .l-content > .c-box > div {
	margin-top: 30px;
	max-width: 40em;
	width: 100%;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) h4 {
	margin-top: -0.5em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 1em 2em 8em;
	width: 100%;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) h4 span {
	font-size: 17px;
	font-size: 1.7rem;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) p {
	margin-top: 0.5em;
	text-align: left;
	width: 40%;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) img {
	bottom: 2.5em;
	left: 0;
	margin: 0;
	margin: auto;
	position: absolute;
	position: absolute;
	right: 0;
	width: calc(100% - 6vw);
	z-index: 0;
}

.p-point#point3 .l-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-point#point3 .l-content > .c-box .c-box__inner {
	margin-top: 30px;
}

.p-point#point3 .l-content > .c-box .c-box__inner span {
	font-size: calc(14px + 5 * (100vw - 900px) / 1100);
	margin-top: -0.1vw;
}

.p-point#point3 .l-content > .c-box:nth-of-type(1),
.p-point#point3 .l-content > .c-box:nth-of-type(2) {
	height: 32em;
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 570px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: calc(50% - 3vw);
}

.p-point#point3 .l-content > .c-box:nth-of-type(1) {
	height: auto;
	margin-left: 0;
}

.p-point#point3 .l-content > .c-box:nth-of-type(2) {
	margin-right: 0;
	min-height: 280px;
}

.p-point#point3 .l-content > .c-box:nth-of-type(2) .c-box__inner {
	margin-top: 3.25em;
	padding-bottom: 0.5em;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) {
	max-width: 100%;
	width: 100%;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl {
	margin-top: 0;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div {
	margin-bottom: 0;
	margin-top: 40px;
	max-width: 189px;
	width: 24%;
}

.p-point#point3 .l-content > p.u-algn--c br:nth-of-type(1) {
	display: none;
}

.p-voice__list > div > p.c-box {
	height: 180px;
}

.p-shopmap .l-content {
	padding-bottom: 0;
}

.p-shopmap__map {
	margin-top: 250px;
}

.p-shopmap__arealist {
	top: 0;
}

.p-shopmap__arealist > div:nth-of-type(1) {
	top: -200px;
}

.p-shopmap__arealist > div:nth-of-type(2) {
	top: 60vw;
}

.p-shop__list__item > ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 1em 0;
}

span.u-xxs::before,
span.u-xs::before,
span.u-sm::before,
span.u-lg::before,
span.u-xl::before {
	content: "";
	white-space: nowrap;
}

span.u-md::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 900px) {

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.25em;
}

#page_shop .l-header__logo {
	display: block;
}

section {
	padding: 110px 0;
}

section > a {
	height: 85px;
}

section > a::before {
	height: 44px;
	width: 44px;
}

.l-container {
	width: calc(100% - 160px);
}

.c-fl.lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.c-fl.lg.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-fl.lg.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-fl.lg.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-box {
	padding-left: 3vw;
	padding-right: 3vw;
}

.c-box.s {
	padding: 30px;
}

.c-box.s::before,
.c-box.s::after {
	height: 30px;
}

.c-box.s::before {
	-webkit-clip-path: polygon(0% 100%, 5% 0%, 95% 0%, 100% 100%);
	clip-path: polygon(0% 100%, 5% 0%, 95% 0%, 100% 100%);
	top: -30px;
}

.c-box.s::after {
	bottom: -30px;
	-webkit-clip-path: polygon(5% 100%, 0% 0%, 100% 0%, 95% 100%);
	clip-path: polygon(5% 100%, 0% 0%, 100% 0%, 95% 100%);
}

.c-box__inner {
	width: calc(100% - 6vw);
}

.c-btn--scdown > a {
	height: 85px;
}

.c-btn--scdown > a::before {
	height: 44px;
	width: 44px;
}

.p-mv {
	top: 0;
}

.p-mv__wrap::before,
.p-mv__wrap::after {
	height: 0;
	padding-bottom: 40%;
}

.p-mv__wrap::before {
	background-image: url("../img/mv/bg_mv_top.jpg");
}

.p-mv__wrap::after {
	background-image: url("../img/mv/bg_mv_bottom.jpg");
	bottom: 0;
}

.p-mv__product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 0;
	margin-top: 50px;
	max-width: 1200px;
	padding-bottom: 50%;
	width: 96%;
}

.p-mv__product div {
	padding-bottom: 55%;
}

.p-mv__product div:nth-of-type(1) {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-image: url(../img/mv/mv_product_detail.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 0;
	margin-top: 0;
	width: 60%;
}

.p-mv__product div:nth-of-type(2) {
	position: relative;
	top: 30px;
	width: 40%;
}

.p-mv__product div:nth-of-type(2) > img {
	bottom: inherit;
	left: 20px;
	right: 10%;
	top: 3%;
	width: 90%;
}

.p-mv__product2 {
	padding-bottom: 0px;
}

.p-mv__product2 h2 {
	font-size: calc(30px + 15 * (100vw - 900px) / 300);
	margin-top: 2em;
}

.p-mv__product2 h2 span {
	display: inline-block;
}

.p-mv__product2 .c-fl > div {
	height: 0;
	margin-top: 20px;
	max-height: 507px;
	max-width: 550px;
	padding-bottom: 41.5%;
	width: 45%;
}

.p-mv__product2 .c-fl > div:nth-of-type(1),
.p-mv__product2 .c-fl > div:nth-of-type(2) {
	width: 45%;
}

.p-mv__product2 .c-fl > div:nth-of-type(1) {
	background-image: url("../img/mv/mv_feature1.svg");
	margin-left: 0;
}

.p-mv__product2 .c-fl > div:nth-of-type(2) {
	background-image: url("../img/mv/mv_feature2.svg");
	margin-right: 0;
}

.p-mv__product2 p {
	font-size: calc(16px + 6 * (100vw - 1000px) / 200);
	max-width: 100%;
}

.p-feature1 {
	height: 100vw;
	max-height: 1000px;
}

.p-feature1::before {
	bottom: -10vw;
	height: 25vw;
}

.p-feature1 > .l-container {
	max-width: 1200px;
	width: 96%;
}

.p-feature1 > .l-container .l-content {
	padding-bottom: 0;
}

.p-feature1 > .l-container .l-content h3 {
	font-size: calc(13px + 9 * (100vw - 900) / 700);
}

.p-feature1 > .l-container .l-content h2 span {
	font-size: calc(29px + 23 * (100vw - 900) / 700);
}

.p-feature1 > .l-container .l-content .c-fl {
	height: 40vw;
	margin: 100px auto 0;
	max-width: 1063px;
	width: 88%;
}

.p-feature1 > .l-container .l-content .c-fl::before {
	background-size: 15% auto;
	top: -50px;
}

.p-feature1 > .l-container .l-content .c-fl div {
	margin-top: 0;
	max-width: 354px;
	width: 30vw;
}

.p-feature1 > .l-container .l-content .c-fl div p {
	font-size: 3vw;
	line-height: 1.5em;
	margin-top: -1em;
}

.p-feature1 > .l-container .l-content .c-fl div span {
	font-size: 2vw;
	line-height: 1.6em;
	margin-top: -0.7em;
}

.p-feature1 .p-feature__productinfo {
	bottom: 1em;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(1) {
	font-size: calc(20px + 4 * (100vw - 900px) / 700);
	margin: auto;
	width: 17em;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(2) {
	font-size: calc(16px + 3 * (100vw - 900px) / 700);
}

.p-feature2 {
	margin-top: 5vw;
}

.p-feature2 .p-feature__box {
	margin-bottom: 80px;
	margin-top: 80px;
	padding-bottom: 0;
	padding-top: 40px;
}

.p-feature2 .p-feature__box__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-feature2 .p-feature__box__inner div {
	text-align: left;
}

.p-feature2 .p-feature__box__inner div h4 {
	line-height: 1.25;
}

.p-feature2 .p-feature__box__inner div h4 span {
	font-size: calc(14px + 6 * (100vw - 900px) / 600);
}

.p-feature2 .p-feature__box__inner div h3 {
	line-height: 1.25;
}

.p-feature2 .p-feature__box__inner div h3 span {
	font-size: calc(24px + 12 * (100vw - 900px) / 600);
}

.p-feature2 .p-feature__box__inner div p {
	font-size: calc(12px + 3 * (100vw - 900px) / 700);
	line-height: 1.6;
}

.p-feature2 .p-feature__box__inner div img {
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	width: calc(289px + 78 * (100vw - 1000px) / 200);
}

.p-feature2 .p-feature__box#texture {
	padding-bottom: 40px;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner {
	display: block;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(1) h4,
.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(1) h3 {
	padding-right: 40%;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(1) h3 {
	padding-bottom: 0.5em;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(1) h4 {
	margin-top: 0;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(1) p {
	max-width: 45em;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(2) {
	width: 40%;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(2) img {
	position: absolute;
	right: 20px;
	top: 40px;
}

.p-feature2 .p-feature__box#fragrance .p-feature__box__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div h5 {
	float: right;
}

.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div h4,
.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div h3,
.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div p {
	text-align: right !important;
}

.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div h4 {
	margin-top: 3.5em;
}

.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div:nth-of-type(1) {
	width: 60%;
}

.p-feature2 .p-feature__box#fragrance .p-feature__box__inner div:nth-of-type(2) {
	margin-left: 0;
	width: 40%;
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div:nth-of-type(1) {
	width: 47%;
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div:nth-of-type(2) {
	margin-right: -10px;
	margin-top: -40px;
	width: 53%;
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div h3 span {
	display: block;
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div h3 span:nth-of-type(1) {
	font-size: 130%;
}

.p-feature2 .p-feature__box#additivefree .p-feature__box__inner div img {
	margin-top: 40px;
	max-width: 540px !important;
}

.p-productinfo1 {
	padding: 10vw 5vw 0;
	z-index: 1;
}

.p-productinfo1::before {
	background-image: url("../img/product/bg.png");
}

.p-productinfo1 .c-fl {
	width: calc(100% - 20vw);
}

.p-productinfo1 .c-fl::before {
	height: 9vw;
	left: 38%;
	padding-bottom: 0;
	top: -1vw;
	width: 9vw;
}

.p-productinfo1 .c-fl__item:nth-of-type(1) {
	padding-left: 5%;
	width: 55%;
}

.p-productinfo1 .c-fl__item:nth-of-type(1) img {
	margin-left: 0;
	max-width: 453px;
	width: 100%;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) {
	margin-top: calc(-1vw + 0.75 * (100vw - 900px) / 300);
	width: 45%;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) h4 {
	font-size: 1.55vw;
	margin-top: 1.5vw;
	text-align: left;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__feature {
	background-position: left top;
	background-size: 95% auto;
	height: 9vw;
	margin-top: -1vw;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__feature::before {
	height: 0.5em;
	left: 63%;
	width: 0.5em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span {
	text-align: left;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(1) {
	font-size: 1vw;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-top: -3.75em;
	text-align: center;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(2) {
	font-size: 1.55vw;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) {
	margin-top: 0;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span {
	text-align: left;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(1) {
	font-size: calc(12px + 3 * (100vw - 900px) / 300);
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(2) {
	font-size: calc(19px + 3 * (100vw - 900px) / 300);
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(3) {
	font-size: 75%;
	margin-bottom: 1.4em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(4),
.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(5) {
	font-size: 1.2vw;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) a {
	font-size: 70%;
	margin-right: calc(100% - 8em);
}

.p-productinfo1 .c-fl__item:nth-of-type(2) p.u-note {
	text-align: left;
}

.p-pointmenu {
	padding-bottom: 100px;
	padding-top: 60px;
}

.p-pointmenu .l-content > p {
	font-size: 19px;
	font-size: 1.9rem;
}

.p-pointmenu .p-pointmenu__list {
	max-width: 1000px;
}

.p-pointmenu .p-pointmenu__list div {
	height: calc(180px + 135 * (100vw - 900px) / 300);
	margin-left: 10px;
	margin-right: 10px;
	width: calc(147px + 126 * (100vw - 900px) / 300);
}

.p-pointmenu .p-pointmenu__list div::before {
	bottom: calc(-8px - 5 * (100vw - 900px) / 300);
}

.p-pointmenu .p-pointmenu__list div::after {
	bottom: calc(-10px - 5 * (100vw - 900px) / 300);
}

.p-pointmenu .p-pointmenu__list div:hover::before {
	bottom: calc(-20px - 5 * (100vw - 900px) / 300);
}

.p-pointmenu .p-pointmenu__list div:hover::after {
	bottom: calc(-22px - 5 * (100vw - 900px) / 300);
}

.p-pointmenu .p-pointmenu__list div span {
	font-size: calc(13px + 3 * (100vw - 900px) / 300);
	margin-top: 3em;
}

.p-pointmenu .p-pointmenu__list div p {
	font-size: calc(17px + 11 * (100vw - 900px) / 300);
	padding-top: 1em;
}

.p-point#point1 .l-content > .c-box > div {
	max-width: 100%;
}

.p-point#point1 .l-content > .c-box > div img {
	width: 27vw;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt {
	width: calc(100% - 27vw);
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h4,
.p-point#point1 .l-content > .c-box > div .c-box__txt h5,
.p-point#point1 .l-content > .c-box > div .c-box__txt p {
	text-align: left;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h4 {
	margin-bottom: 0.5em;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt p {
	font-size: calc(13px + 3 * (100vw - 900px) / 700);
	text-align: left;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt p.u-note {
	font-size: 60% !important;
}

.p-point#point1 .l-content > .c-box > div:nth-of-type(1) .c-box__txt {
	padding-left: 2em;
}

.p-point#point1 .l-content > .c-box > div:nth-of-type(2) .c-box__txt {
	padding-right: 2em;
}

.p-point#point1 .l-content > .c-box > div:nth-of-type(2) .c-box__txt h4 {
	margin-top: 0.5em;
}

.p-point#point1 .l-content > .c-box > div:nth-of-type(2) .c-box__txt p.u-note > span {
	display: block;
}

.p-point#point1 .l-content > .c-box > div:nth-of-type(2) .c-box__txt p.u-note > span > span {
	display: inline-block;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) {
	width: calc(100% - 6vw);
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div:nth-of-type(1),
.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div:nth-of-type(5) {
	padding-left: 0;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div:nth-of-type(4),
.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div:nth-of-type(58) {
	padding-right: 0;
}

.p-howtouse {
	background-image: url("../img/howtouse/bg.jpg");
}

.p-howtouse .c-box {
	background-position: left 5vw center;
	background-size: 18vw auto;
	padding-left: 3vw;
	padding-right: 3vw;
}

.p-howtouse .c-box .c-ttl {
	margin-bottom: 50px;
}

.p-howtouse .c-box ul {
	margin-left: 22vw;
	margin-top: 0;
}

.p-voice {
	background-image: url("../img/voice/bg.jpg");
}

.p-voice__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -50px;
	padding-bottom: 110px;
}

.p-voice__list > div {
	height: 342px !important;
	width: 48%;
}

.p-voice__list > div:nth-of-type(1),
.p-voice__list > div:nth-of-type(2) {
	margin-bottom: 0;
	margin-top: 50px;
}

.p-shopmap .l-content {
	margin-top: 0;
}

.p-shopmap__map {
	margin-bottom: 100px;
}

.p-shopmap__arealist {
	max-width: 100%;
	top: 6vw;
}

.p-shopmap__arealist > div:nth-of-type(2) {
	top: 50vw;
}

.p-shop__list__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.p-shop__list__item > ul > li:nth-child(1) {
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 30%;
}

.p-shop__list__item > ul > li:nth-child(1) br {
	display: block;
}

.p-shop__list__item > ul > li:nth-child(2) {
	padding-left: 5px;
	padding-right: 5px;
	width: calc(70% - 10em);
}

.p-shop__list__item > ul > li:nth-child(3) {
	margin-top: 0.7em;
	text-align: center;
	width: 10em;
}

.p-shop__list__item > ul > li:nth-child(3)::before {
	content: none;
	display: none;
}

.p-shop__list__item > ul > li:nth-child(1).m {
	margin-top: 0.6em;
}

.p-shop__list__item > ul.l3 > li:nth-child(1).m {
	margin-top: 1.4em;
}

.p-shop__list__item > ul.l3 > li:nth-child(1).ms {
	margin-top: 0.5em;
}

.p-shop__list__item > ul.l3 > li:nth-child(3) {
	margin-top: 1.4em;
}

span.u-xxs::before,
span.u-xs::before,
span.u-sm::before,
span.u-md::before,
span.u-xl::before {
	content: "";
	white-space: nowrap;
}

span.u-lg::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 1120px) {

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(1) p {
	margin-top: -1em;
}

}

@media screen and (min-width: 1200px) {

body > * {
	font-size: 16px;
	font-size: 1.6rem;
}

h2 {
	font-size: 2.441em;
}

h3 {
	font-size: 1.953em;
}

h4 {
	font-size: 1.563em;
}

h5 {
	font-size: 1.35em;
}

.l-footer a {
	font-size: 46px;
	font-size: 4.6rem;
}

.c-fl.xl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.c-fl.xl.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-fl.xl.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-mv__product {
	height: 572px;
	padding-bottom: 0;
}

.p-mv__product div:nth-of-type(1) {
	width: 690px;
}

.p-mv__product2 h2 {
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.p-mv__product2 p {
	font-size: 22px;
	font-size: 2.2rem;
}

.p-feature1 {
	background-image: url("../img/feature/bg.jpg");
	background-size: 150% auto;
	padding-bottom: 110px;
	padding-top: 110px;
}

.p-feature1::before {
	bottom: -8vw;
}

.p-feature1 > .l-container .l-content .c-fl {
	height: 500px;
}

.p-feature1 > .l-container .l-content .c-fl div {
	height: 354px;
	padding-bottom: 0;
}

.p-feature1 > .l-container .l-content .c-fl div p {
	font-size: 35px;
	font-size: 3.5rem;
}

.p-feature1 > .l-container .l-content .c-fl div span {
	font-size: 22px;
	font-size: 2.2rem;
}

.p-feature1 > .l-container .l-content .c-fl div:nth-of-type(1) {
	padding-top: 96px;
}

.p-feature1 > .l-container .l-content .c-fl div:nth-of-type(2) {
	padding-top: 78px;
}

.p-feature2 .p-feature__box__inner div h5 {
	font-size: 17px;
	font-size: 1.7rem;
}

.p-feature2 .p-feature__box__inner div img {
	max-width: 367px;
	width: 367px;
}

.p-feature2 .p-feature__box#texture .p-feature__box__inner div:nth-of-type(2) img {
	right: 60px;
	width: 367px !important;
}

.p-productinfo1 {
	padding: 160px 0 0;
}

.p-productinfo1 .c-fl {
	max-width: 1200px;
	width: calc(100% - 20vw);
}

.p-productinfo1 .c-fl::before {
	left: 40%;
	top: 1vw;
}

.p-productinfo1 .c-fl__item:nth-of-type(1) img {
	max-width: 100%;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) {
	margin-left: 3em;
	margin-top: 3.25vw;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__feature {
	height: 40px;
	margin-left: 0;
	margin-top: -20px;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(1) {
	margin-top: 4vw;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(1) {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(3) > span:nth-of-type(2) {
	font-size: 22px;
	font-size: 2.2rem;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(4),
.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(5) {
	font-size: 80%;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) a {
	font-size: 75%;
}

.p-pointmenu .p-pointmenu__list div {
	height: 315px;
	width: 273px;
}

.p-pointmenu .p-pointmenu__list div span {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 4em;
}

.p-pointmenu .p-pointmenu__list div p {
	font-size: 28px;
	font-size: 2.8rem;
}

.p-point {
	padding: 130px 0;
}

.p-point .l-content > .c-box h4 {
	font-size: 30px;
	font-size: 3rem;
}

.p-point .l-content > .c-box > p span {
	font-size: 16px;
	font-size: 1.6rem;
}

.p-point#point1 .l-content > .c-box {
	margin-top: 3em;
}

.p-point#point1 .l-content > .c-box {
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.p-point#point1 .l-content > .c-box > div {
	margin-top: 50px;
	padding: 30px 20px 10px;
}

.p-point#point1 .l-content > .c-box > div img {
	margin-left: 0;
	margin-right: 0;
	width: 420px;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt {
	width: calc(100% - 420px);
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h5 {
	margin-bottom: 1em;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt h4 {
	letter-spacing: 0.15em;
	margin-bottom: 1.25em;
	text-align: left;
}

.p-point#point2 .l-content > .c-box {
	margin-top: 3em;
}

.p-point#point2 .l-content > .c-box {
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.p-point#point2 .l-content > .c-box > div {
	margin-top: 50px;
}

.p-point#point2 .l-content > .c-box > div h4 {
	letter-spacing: 0.15em;
	text-align: left;
}

.p-point#point2 .l-content > .c-box > div p {
	text-align: left;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) {
	width: 29em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) h4 {
	font-size: 25px;
	font-size: 2.5rem;
	margin-top: -1em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) > p {
	line-height: 1.8;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) > p:nth-of-type(1) span:nth-of-type(1) {
	display: block;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) {
	height: 18em;
	margin-top: calc(30px + 1em);
	padding-bottom: 0;
	padding-left: 1.2em;
	padding-right: 1.2em;
	width: calc(100% - 26em);
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) h4 {
	margin-bottom: 0;
	margin-top: 0;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) h4 span {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 0;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) p {
	font-size: calc(75% + 2 * (100vw - 1200px) / 400);
	margin-left: 1.75em;
	margin-top: -3em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) img {
	bottom: inherit;
	top: calc(110px - 25 * (100vw - 1200px) / 135);
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(3) {
	bottom: 0.5em;
	left: 50px;
	position: absolute;
	z-index: 0;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(3) p {
	line-height: 1.8;
}

.p-point#point2 .l-content p.u-algn--c {
	margin-bottom: 0.5em;
}

.p-point#point3 .l-content > .c-box .c-box__inner {
	margin-top: 50px;
	max-width: 26em;
}

.p-point#point3 .l-content > .c-box:nth-of-type(1),
.p-point#point3 .l-content > .c-box:nth-of-type(2) {
	margin-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
	width: calc(50% - 36px);
}

.p-point#point3 .l-content > .c-box:nth-of-type(2) .c-box__inner {
	margin-top: 4.25em;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > p span {
	font-size: 16px !important;
}

.p-point#point3 .l-content > .c-box:nth-of-type(3) > .c-fl > div > * {
	width: 90%;
}

.p-howtouse .c-box {
	background-position: left 100px center;
	background-size: 180px auto;
	padding-left: 0;
}

.p-howtouse .c-box ul {
	margin-left: 360px;
}

.p-voice__list > div > p.c-box span:first-child {
	font-size: 24px;
	font-size: 2.4rem;
}

.p-shopmap .l-content {
	margin-top: -100px;
}

.p-shopmap__map {
	margin-bottom: 50px;
}

.p-shopmap__arealist {
	top: 100px;
}

.p-shopmap__arealist > div:nth-of-type(1) {
	top: -120px;
}

.p-shopmap__arealist > div:nth-of-type(2) {
	top: 570px;
}

span.u-xxs::before,
span.u-xs::before,
span.u-sm::before,
span.u-md::before,
span.u-lg::before {
	content: "";
	white-space: nowrap;
}

span.u-xl::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 1335px) {

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) img {
	top: 85px;
}

}

@media screen and (min-width: 1600px) {

.c-ttl.point span:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem;
}

.c-ttl.point span:nth-of-type(2) {
	font-size: 50px;
	font-size: 5rem;
}

.p-feature1 {
	background-size: cover;
}

.p-feature1::before {
	bottom: -20vw;
	height: 30vw;
}

.p-feature1 > .l-container .l-content h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

.p-feature1 > .l-container .l-content h2 span {
	font-size: 52px;
	font-size: 5.2rem;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(1) {
	font-size: 23px;
	font-size: 2.3rem;
}

.p-feature1 .p-feature__productinfo p span:nth-of-type(2) {
	font-size: 19px;
	font-size: 1.9rem;
}

.p-feature2 .p-feature__box__inner div h4 span {
	font-size: 20px;
	font-size: 2rem;
}

.p-feature2 .p-feature__box__inner div h3 span {
	font-size: 36px;
	font-size: 3.6rem;
}

.p-feature2 .p-feature__box__inner div p {
	font-size: 15px;
	font-size: 1.5rem;
}

.p-productinfo1 .c-fl::before {
	height: 138px;
	left: 36%;
	top: 48px;
	width: 138px;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) {
	margin-left: 0;
	margin-top: 80px;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) h4 {
	font-size: 1.5em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info {
	margin-top: -10px;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(1) {
	font-size: 1em;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) .p-product__info > span:nth-of-type(2) {
	font-size: 1.5em;
}

.p-point#point1 .l-content > .c-box {
	padding-bottom: 20px;
}

.p-point#point1 .l-content > .c-box > div .c-box__txt p {
	font-size: 16px;
	font-size: 1.6rem;
}

.p-point#point2 .l-content > .c-box {
	padding-bottom: 20px;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) h4 {
	font-size: 30px;
	font-size: 3rem;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(1) > p {
	margin-top: -1em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) {
	height: 19em;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) p {
	font-size: 14px;
}

.p-point#point2 .l-content > .c-box > div:nth-of-type(2) img {
	width: 560px;
}

.p-point#point3 .l-content > .c-box:nth-of-type(1),
.p-point#point3 .l-content > .c-box:nth-of-type(2) {
	height: 514px;
}

.p-shopmap .l-content {
	width: 90%;
}

}

@media screen and (min-width: 2000px) {

.p-productinfo1 .c-fl {
	width: 1200px;
}

.p-productinfo1 .c-fl__item:nth-of-type(2) h4 {
	margin-top: 0;
}

.p-point .l-content > p.u-algn--c {
	font-size: 28px;
	font-size: 2.8rem;
	margin-top: 3em;
}

.p-point#point3 .l-content > .c-box .c-box__inner span {
	font-size: 19px;
	font-size: 1.9rem;
	margin-top: -10px;
}

}

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

.p-point#point1 .l-content > .c-box > div .c-box__txt h5 span {
	display: block;
}

.p-point#point1 .l-content > .c-box > div:nth-of-type(2) img {
	margin-bottom: 30px;
	margin-top: 50px;
}

.p-shop__list__item > ul > li:nth-child(3).no {
	display: none;
}

}

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

.l-footer__bottom span {
	font-size: 10px;
}

.p-feature2 .p-feature__box {
	max-width: 450px;
}

.p-point .l-content > .c-box {
	max-width: 450px;
}

.p-point#point3 .l-content > .c-box:nth-of-type(1) {
	margin-top: 30px;
}

.p-point#point3 .l-content > p.u-algn--c {
	width: 19em;
}

}

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

h2 {
	font-size: 1.4em;
}

.p-shop__area__tab li span::before {
	content: "\A";
	white-space: pre;
}

}

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

.p-point#point1 h2 span br {
	display: block;
}

span.u-xs::before,
span.u-sm::before,
span.u-md::before,
span.u-lg::before,
span.u-xl::before {
	content: "";
	white-space: nowrap;
}

span.u-xxs::before {
	content: "\A";
	white-space: pre;
}

}

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

.p-point#point3 .l-content > .c-box .c-box__inner span {
	font-size: 3.5vw;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeIn2 {

0% {
	opacity: 0;
}

80% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn2 {

0% {
	opacity: 0;
}

80% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes slideLR {

0% {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes slideLR {

0% {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes slideRL {

0% {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes slideRL {

0% {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

/*# sourceMappingURL=maps/style.css.map */
