/*!
Theme Name: theme_20neo
Theme URI:
Author:
Author URI:
Description: Description
Version: 1.0.0
License:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('//fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');

@font-face {
  font-family: 'My Yu Gothic';
  font-weight: normal;
  src: local('Yu Gothic Medium');
}
@font-face {
  font-family: 'My Yu Gothic';
  font-weight: bold;
  src: local('Yu Gothic Bold');
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/*共通*/
.sp , .sp_img {
	display: none !important;
}
@media screen and (max-width: 37.5em) {
.pc {
	display: none !important;
}
.sp , .sp_img {
	display: block !important;
}
}

/* Grouping content
	 ========================================================================== *
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
submit,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
submit,
input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
submit,
select { /* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
  cursor: pointer;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #666;
	font-family: sans-serif;
  font-family: 'YuGothic'         /* Mac */
             , 'My Yu Gothic'     /* Win Chrome以外 */
             , 'Yu Gothic Medium' /* Win Chrome */
             , sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
body.zh-CN {
	font-family: 'Noto Sans SC', sans-serif;
}
body * {
  font-family: inherit;
}
.bold {
  font-weight: bold !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'YuGothic', 'My Yu Gothic', 'Yu Gothic Medium' sans-serif;
  clear: both;
}
p {
	margin-bottom: 1em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #888;
}
a:visited {
	color: #888;
}
a:hover, a:focus, a:active {
	color: #333;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a:hover img, a:focus img, a:active img {
	opacity: .6;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	white-space:nowrap;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 250px;
	width: 100%;
  padding: 0.5rem 1rem;
}
.main-navigation ul ul li ,
.main-navigation ul ul li a {
	text-align:left;
}
.main-navigation ul ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
/*	float: left;*/
	position: relative;
}
.main-navigation li.norink a {
	/*pointer-events: none;*/
}
.main-navigation li.norink ul li a {
	/*pointer-events: auto;*/
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
@media screen and (max-width: 37.5em) {
.main-navigation {
	position:absolute;
	/*top:7.0312vw;*/
	top:calc(7.0312vw * .9375);
	left:4.6875vw;
}
}

/* Small menu. */
.menu-toggle,
.toggled .main-navigation ul {
	display: block;
}

@media screen and (max-width: 37.5em) {
.menu-toggle {
	position:relative;
	display: block;
	border:none;
	background:none;
	padding:0;
	border-radius:0;
	width:7.8125vw;
}
.menu-toggle span {
	position:relative;
	display:block;
	width:100%;
	height:0.625vw;
	margin-bottom:2.3437vw;
	background:#000;
	transition: all 0.2s;
    transform-origin: 0 0;
}
.menu-toggle span:nth-child(2) {
	background:#000;
}
.menu-toggle span:last-child {
	margin-bottom:0;
}
.toggled .main-navigation .menu-toggle span:first-child {
	top: 0.5vw;
	left: 1.16vw;
	transform: rotate(45deg);
}
.toggled .main-navigation .menu-toggle span:nth-child(2) {
	opacity: 0;
}
.toggled .main-navigation .menu-toggle span:last-child {
	left:0.86vw;
	transform: rotate(-45deg);
}

/*.menu-primarymenu-container {*/
.nav-box {
	position: fixed;
	/*top:15vw;*/
	top:calc(21.875vw * .9375);
	/*left:-4.6875vw;*/
	left:0;
	z-index:100;
	width:100%;
	height:calc(100vh - (17.1875vw * .9375));
	display:none;
	/*padding:4% 3%;*/
	padding:0 7.4219% 20vw;
	transition: all 0.3s;
}
/*.fixed .menu-primarymenu-container {*/
.fixed .nav-box {
	top:calc(17.12vw * .9375);
}
/*.toggled .main-navigation .menu-primarymenu-container {*/
.toggled .nav-box {
	display:block;
	background:rgba(230,230,230,.95);
	overflow:auto;
}
/* スクロールバー本体 */
.toggled .nav-box::-webkit-scrollbar{
width: 10px;
background: #dee2e5;
}
/* 横方向のスクロールバー本体 */
.toggled .nav-box::-webkit-scrollbar:horizontal{
width: 10px;
background: #dee2e5;
}
/* スクロールバーの動く部分 */
.toggled .nav-box::-webkit-scrollbar-thumb{
background: #bbbbbb;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.toggled .nav-box::-webkit-scrollbar-thumb:horizontal{
background: #bbbbbb;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.toggled .nav-box::-webkit-scrollbar-track-piece:start{
background: #dee2e5;
}
/* スクロールバーの動く部分の後ろ */
.toggled .nav-box::-webkit-scrollbar-track-piece:end{
background: #dee2e5;
}
/* スクロールバー角 */
.toggled .nav-box::-webkit-scrollbar-corner{
background: transparent;
}
.toggled .nav-main {
	/*margin-bottom:19.5312vw;*/
	margin-bottom:4.688vw;
}
.toggled .main-navigation .menu-primarymenu-container ul li a ,
.toggled .main-navigation .menu-primarymenu-en-container ul li a ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li a {
	padding:.5em 0;
	margin-bottom:.5em;
	color:#333333;
}
.toggled .main-navigation .menu-primarymenu-container ul ul ,
.toggled .main-navigation .menu-primarymenu-en-container ul ul ,
.toggled .main-navigation .menu-primarymenu-ch-container ul ul {
	position:relative;
	top:inherit;
	left:inherit;
	/*display:block !important;*/
	background:none;
	box-shadow:none;
	padding:0 3%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.toggled .main-navigation .menu-primarymenu-container ul li.menu-item-has-children a ,
.toggled .main-navigation .menu-primarymenu-en-container ul li.menu-item-has-children a ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li.menu-item-has-children a {
	position:relative;
}
.toggled .main-navigation .menu-primarymenu-container ul li.menu-item-has-children a:after ,
.toggled .main-navigation .menu-primarymenu-en-container ul li.menu-item-has-children a:after ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li.menu-item-has-children a:after {
	position: absolute;
	right:2%;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	font-family:'FontAwesome';
	content:'\f107';
}
.toggled .main-navigation .menu-primarymenu-container ul li.menu-item-has-children a.selected:after ,
.toggled .main-navigation .menu-primarymenu-en-container ul li.menu-item-has-children a.selected:after ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li.menu-item-has-children a.selected:after {
	content:'\f106';
}
.toggled .main-navigation .menu-primarymenu-container ul li a.selected + ul ,
.toggled .main-navigation .menu-primarymenu-en-container ul li a.selected + ul ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li a.selected + ul {
	padding:0 3%;
	max-height:300px;
	opacity: 1;
}
.toggled .main-navigation .menu-primarymenu-container ul li a.selected + ul li:last-child ,
.toggled .main-navigation .menu-primarymenu-en-container ul li a.selected + ul li:last-child ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li a.selected + ul li:last-child {
	border-bottom:none;
}
.toggled .main-navigation .menu-primarymenu-container ul li a.selected + ul li a ,
.toggled .main-navigation .menu-primarymenu-en-container ul li a.selected + ul li a ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li a.selected + ul li a {
	display: block;
	padding: calc(5.4687vw * .8) calc(2.3437vw * .5) !important;
	font-size: calc(4.375vw * .75);
	white-space:normal;
}
.toggled .main-navigation .menu-primarymenu-container ul li a.selected + ul li a:after ,
.toggled .main-navigation .menu-primarymenu-en-container ul li a.selected + ul li a:after ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li a.selected + ul li a:after {
	display:none;
}
.toggled .main-navigation .menu-primarymenu-container ul li a.selected + ul li a .sp ,
.toggled .main-navigation .menu-primarymenu-en-container ul li a.selected + ul li a .sp ,
.toggled .main-navigation .menu-primarymenu-ch-container ul li a.selected + ul li a .sp {
	display:none !important;
}
.toggled .main-navigation .nav-lang ul {
	display: table;
	width:100%;
	margin-bottom:6.25vw;
}
.toggled .main-navigation .nav-lang ul li {
	display:table-cell;
	width:33.3%;
	border-right: solid 1px #333333;
	border-left: none;
}
.toggled .main-navigation .nav-lang ul li:first-child {
	border-left: solid 1px #333333;
}
.toggled .main-navigation .nav-lang ul li a {
	display:block;
	text-align:center;
	padding:.5em 0;
	font-size:3.75vw;
	color:#333333;
}
.toggled .main-navigation .nav-shop ul {
	position:relative;
	top:inherit;
	right:inherit;
	left:inherit;
	padding:0;
	margin:0;
	display: block;
	width:100%;
}
.toggled .main-navigation .nav-shop ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.toggled .main-navigation .nav-shop ul li {
	display:block !important;
	/*border-bottom: solid 1px #000000;*/
	width:100% !important;
}
.toggled .main-navigation .nav-shop.nav-shop-top {
	margin-bottom:5.469vw;
}
.toggled .main-navigation .nav-shop.nav-shop-top ul {
	position:relative;
	left:-3px;
	width:calc(100% + 6px) !important;
}
.toggled .main-navigation .nav-shop.nav-shop-top ul li {
	float:left;
	width:48% !important;
	margin-bottom:2.344vw;
	border-bottom:none;
}
.toggled .main-navigation .nav-shop.nav-shop-top ul li:nth-child(2n) {
	float:right;
}
.toggled .main-navigation .nav-shop.nav-shop-top ul li:nth-child(2n+1) {
	clear:both;
}
.toggled .main-navigation .nav-shop.nav-shop-top ul li:nth-last-child(-n+2) {
	margin-bottom:0;
}
.toggled .main-navigation .nav-shop.nav-shop-top ul li a {
	display:block;
	background:#cacaca;
	text-align:center;
	padding:3.125vw 0;
	line-height:1.1;
	font-size:3.750vw;
	color:#333333;
}
/*.toggled .main-navigation .nav-shop ul li:first-child {
	border-top: solid 1px #000000;
}*/
.toggled .main-navigation .nav-shop.nav-shop-bottom ul {
	position:relative;
	left:-6px;
	width:calc(100% + 6px) !important;
}
.toggled .main-navigation .nav-shop.nav-shop-bottom ul li:last-child {
	border-bottom: none;
	/*padding-top:6.25vw;*/
}
/*.toggled .main-navigation .nav-shop ul li a {
	display:block;
	margin:0;
	padding:4.6875vw 3.125vw;
	font-size:4.0625vw;
	color:#333333;
}*/
.toggled .main-navigation .nav-shop ul li #form2{
position:relative;
width:100%;
}
.toggled .main-navigation .nav-shop ul li #sbox2{
height:10.9375vw;
width:100%;
padding:0 10px;
padding-right:15%;
position:absolute;
left:0;
top:0;
border-radius:0;
outline:0;
background:#ffffff;
}
.toggled .main-navigation .nav-shop ul li #sbtn2{
height:10.9375vw;
position:absolute;
left:82%;/*アイコン左右の位置調整*/
top:-.5vw;
background:none;
color:#666;
border:none;
font-size:20px;/*アイコンサイズ*/
line-height:0;
}
.toggled .main-navigation .nav-shop ul li #sbtn5:hover{
color:#ffffff;
}
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post,
.page:not(.home) {
/*	margin: 0 0 1.5em;*/
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	position:relative;
	z-index:10;
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## 20neo
--------------------------------------------------------------*/
html, body { width: 100%; overflow-x: hidden; }
.wrapper { max-width:1100px; margin: auto; }
.text-center { text-align: center; }
.font-open { font-family: 'Open Sans', sans-serif; }
@media screen and (max-width: 37.5em) {
.wrapper { padding:0 calc((100% - 90.625%) / 2); }
}

/* HEADER
--------------------------------------------------------------*/
.site-header { font-family: 'Open Sans', sans-serif; font-weight: 300; padding: 1rem 0; }
.site-header ul { list-style: none; margin: 0; padding: 0; }
.site-header .nav-lang ul { position:relative; z-index:10; font-size: 12px; display: flex; justify-content: flex-end; /*pointer-events: none;*/ }
.site-header .nav-lang ul li {border-left: 1px solid #666; }
.site-header .nav-lang ul li a { color: #b3b3b3; line-height: 1; letter-spacing: 1px; text-decoration: none; padding: 0 15px; display: block; opacity:.3; }
.site-header .nav-lang ul li.active a { opacity:1; }
.site-header .nav-lang ul li:last-child { border-right: 1px solid #666; }
.site-header .nav-shop ul { font-size: 12px; display: flex; justify-content: flex-end; margin: 0.5rem -15px 0 0; }
.site-header .nav-shop ul li { padding: 10px 10px 0; text-align:center; line-height:1.1; }
.site-header .nav-shop ul li a { position:relative; text-decoration:none;}
.site-header .nav-shop ul li a span { display:block; text-align:center; color:#b3b3b3; font-size:10px; text-decoration:none; padding-top:.2em;}
.site-header .nav-shop ul li:first-child a span { /*position:relative; left:2.2em;*/}
.site-header .nav-shop ul li:nth-child(2) a span { position:relative; left:-.4em;}
.site-header .nav-shop ul li dl { position:relative; margin:0; padding:0;}
.site-header .nav-shop ul li dl dt ,
.site-header .nav-shop ul li dl dd { position:relative; margin:0; padding:0;}
.site-header .nav-shop ul li dl dt { cursor:pointer;}
.site-header .nav-shop ul li dl dd {
	position:absolute;
	top:40px;
	left:-270px;
	display:none;
}
#form2{
position:relative;
width:300px;
margin-bottom:20px;
}
#sbox2{
height:40px;
width:300px;
padding:0 10px;
position:absolute;
left:0;
top:0;
border-radius:2px;
outline:0;
background:#eee;
}
#sbtn2{
height:40px;
position:absolute;
left:255px;/*アイコン左右の位置調整*/
top:0;
background:none;
color:#666;
border:none;
font-size:20px;/*アイコンサイズ*/
line-height:0;
}
#sbtn5:hover{
color:#7fbfff;
}

.site-branding { text-align: center; margin: -1.5rem 0 2rem; }
.menu-primarymenu-container > ul ,
.menu-primarymenu-en-container > ul ,
.menu-primarymenu-ch-container > ul { font-family: 'Open Sans', sans-serif; letter-spacing: 1px; display: flex; justify-content: center; margin: 0 -3rem 0; text-align:left !important; }
.home .menu-primarymenu-container > ul ,
.home .menu-primarymenu-en-container > ul ,
.home .menu-primarymenu-ch-container > ul { margin-bottom: 1rem; }
.menu-primarymenu-container > ul > li ,
.menu-primarymenu-en-container > ul > li ,
.menu-primarymenu-ch-container > ul > li { padding: 0 3rem; }
@media screen and (max-width: 37.5em) {
.site-header { padding:calc(21.875vw * .9375) 0 0;}
.site-header .header_in { padding:0;
position: fixed;
top: 0;
left: 0;
z-index:100;
width:100%;
height:calc(21.875vw * .9375);
background:rgba(255,255,255,.95);
border-bottom: solid 1px #000000;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s; }
.site-header.toggled .header_in {
background:rgba(230,230,230,.95);
border-bottom: solid 1px rgba(230,230,230,.95);
}
.site-header .nav-lang ul { display:none; }
.site-header .nav-shop ul { position:absolute; /*top:8.5937vw;*/ top:calc(7.0312vw * .9375); right:calc(3.9062vw * .5); z-index: 1000; margin:0;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s; }
.site-header .nav-shop ul li:nth-child(2) ,
.site-header .nav-shop ul li:nth-child(3) ,
.site-header .nav-shop ul li:last-child { display:none;}
.site-header .nav-shop ul li { /*padding: 0 calc(3.125vw * .5) 0;*/padding:0; margin: 0 calc(6.5625vw * .1) 0; }
.site-header .nav-shop ul li { width:calc(4.6875vw * 2); }
.site-header .nav-shop ul li:nth-child(4) { width:calc(5.9375vw * 1.4); }
.site-header .nav-shop ul li img { max-width:none; width:100%; }
.site-header .nav-shop ul li a span { display:none;}
.site-branding { width:calc(24.2187vw * .9375); margin:0 auto; padding:calc(7.0312vw * .9375) 0 0;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s; }

.fixed .site-header .header_in {height:calc(17.1875vw * .9375);}
.fixed .site-branding { padding:calc(4.6875vw * .9375) 0 0; }
.fixed .nav-shop ul { top:calc(5vw * .9375); }
.main-navigation {
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
}
.fixed .main-navigation {
top:calc(4.6875vw * .9375);
}
.toggled .top-bar ,
.toggled .site-branding {
	display:none;
}
.toggled .shop-name {
	margin-bottom:0;
}
.toggled .shop-name a {
	display:block;
	padding:2.34375vw 0;
	text-align:center;
	background:#808080;
}
.toggled .shop-name a img {
	display:block;
	width:19.0625vw;
	margin:0 auto;
	vertical-align:bottom;
}
.toggled .nav-menu {
	margin:0 !important;
}
.toggled .nav-menu li {
	padding:0;
	border-bottom: solid 1px #333333;
}
.toggled .nav-menu li a {
	display:block;
	padding:calc(5.4687vw * .8) 2.3437vw !important;
	margin:0 !important;
	font-size:calc(4.375vw * .9);
}
.toggled .nav-menu li a span {
	display:inline-block !important;
	margin-left:1em;
	font-size:calc(4.0625vw * .9);
}
}



/* SLIDER*/
.main-slider button { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.slick-slide img { width: 100%; height: auto; }
.slide-dots { text-align: center; margin-top: 1vw !important; margin-bottom: 6vw !important; }
.slide-dots li { display: inline-block; margin: 0 15px; }
.slide-dots li button { position: relative; text-indent: -9999px; }
.slide-dots li button:before { content: '■'; color: #e6e6e6; text-indent: 0; position: absolute; top: 0; left: -6px; cursor: pointer; }
.slide-dots li.slick-active button:before { content: '■'; color: #666; }
/* HOME
--------------------------------------------------------------*/
.home section { position:relative; background: url("images/bg_section.png") no-repeat center top 5rem / 100%; /*border-top: 1px solid #808080;*/ padding: 3rem 0; margin-top:-5rem; padding-top:8rem; }
.home section:before { position:absolute; top:5rem; left:0; width:100%; height:1px; background:#808080; display:block; content:'';}
.home section#menu { background:none; border-top: none; padding: 0; }
.home .h2 { color: #888; font-size: 1.6rem; font-family: 'Open Sans', sans-serif; font-weight: 100; letter-spacing: 3px; margin-top: 0; margin-bottom: 3rem; }
.home section p { font-size: 18px; }
.home .concept { line-height: 1.5; }
.home .concept .h3 { font-size: 1.62rem; line-height: 2.5; }
.home .concept .h3 { color: #666666; font-size: 31px; margin-top: 0; margin-bottom: 2rem; }
.home .concept .h4 { color: #666666; font-size: 28px; font-weight:normal; margin-top: 0; margin-bottom: 1rem; }
.home .concept P { line-height: 1.5; margin-top: 0; margin-bottom: 2rem; }
/* Topics */
.home .topics .row { margin-left: -30px; margin-right: -30px; display: flex; flex-wrap: wrap; }
.home .topics .row [class^='col'] { padding: 30px; flex: 0 0 50%; }
.home .topics .row [class^='col'] .img{ position:relative; display:block; }
.home .topics .row [class^='col'] .img .end_img{ position: absolute; top:0; left:0; z-index:10; display:block; }
.home .topics .row [class^='col'] img { width: 100%; height: auto; }
.home .topics .row [class^='col'] .tag-campaing { color: #fff; font-weight: bold; background: #6f96af; padding: 0.8rem 2rem; display: block; float: right; }
.home .topics .row [class^='col'] a.tag-campaing { text-decoration:none; }
.home .topics .row [class^='col'] a.tag-campaing:hover {
	opacity: .6;
}
.home .topics small { font-size: 0.9rem }
.home .product .row { display: flex; justify-content: center; align-items: flex-end; flex-wrap: wrap; padding: 0 100px; }
.home .product .row [class^='col'] { text-align: center; padding: 10px 50px 50px; }
.home .product .row [class^='col']:first-child img { position:relative; top:.5em; left:3em; width:94%; display:block; margin:0 auto; }


#en.home .product .row [class^='col'] { text-align: center; padding: 10px 30px 50px; }
#en.home .product .row [class^='col']:first-child img { position:relative; top:.5em; left:3em; width:76.822%; display:block; margin:0 auto; }


.home .product .h3 { font-weight: normal; }
.instagram { padding: 4rem 0; }
.instagram .h2 { color: #888; margin-top: 0; font-size: 1.6vw; font-family: 'Open Sans', sans-serif; font-weight: 100; letter-spacing: 3px; }
.instagram .row { display: flex; justify-content: center; flex-wrap: wrap; }
.instagram .row [class^='col'] { text-align: center; }
@media screen and (max-width: 37.5em) {
.home section { background: url("images/bg_section.png") no-repeat center top calc(10.1562vw * 1.5) / 200%; /*border-top: 1px solid #808080;*/ padding: calc(10.1562vw * 2.5) 0 3rem 0; margin-top:calc(-10.1562vw * 1.5); }
.home section:last-child { background: url("images/bg_section.png") no-repeat center top calc(10.1562vw * .2) / 200%; /*border-top: 1px solid #808080;*/ padding: calc(10.1562vw * 2.5) 0 3rem 0; margin-top:calc(-10.1562vw * 1.5); }
.home section:before { position:absolute; top:calc(10.1562vw * 1.5); left:0; width:100%; height:1px; background:#808080; display:block; content:'';}
.home section:last-child:before { position:absolute; top:calc(10.1562vw * .2); left:0; width:100%; height:1px; background:#808080; display:block; content:'';}
.home section#menu { background:none; border-top: none; padding: 0; }
.home .h2 { font-size: 5.625vw; margin-bottom: 2rem; }
.home section p { font-size: 4.063vw; }
.home .concept { line-height: 1.3; }
.home .concept .h3 { font-size: 5vw; line-height: 1.6; }
.home .concept .h3 { color: #666666; font-size: 5.625vw; margin-top: 0; margin-bottom: 2rem; }
.home .concept .h4 { color: #666666; font-size: 4.688vw; font-weight:normal; margin-top: 0; margin-bottom: 1rem; }
.home .concept P { line-height: 1.6; margin-top: 0; margin-bottom: 2rem; }
/* Topics */
.home .topics .row { margin-left: 0; margin-right: 0; display: block; flex-wrap: wrap; }
.home .topics .row [class^='col'] { padding: 0; margin-bottom:9.375vw; }
.home .topics .row [class^='col']:last-child { margin-bottom:0; }
.home .topics .row [class^='col'] { padding:0; }
.home .topics .row [class^='col'] img { width: 100%; height: auto; }
.home .topics .row [class^='col'] h3 { font-size:4.063vw; text-align:center; }
.home .topics .row [class^='col'] .detail {
	display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.home .topics .row [class^='col'] .tag-campaing { width:54.688vw; margin:0 auto; text-align:center; padding: 0.8rem 2rem; display: block; float: none; font-size:3.75vw;
	-webkit-box-ordinal-group:2;
　　-ms-flex-order:2;
　　-webkit-order:2;
　　order:2;
}
.home .topics small { display: block; text-align:center; font-size: 3.125vw;
	margin-bottom:4.6875vw;
	-webkit-box-ordinal-group:1;
　　-ms-flex-order:1;
　　-webkit-order:1;
　　order:1;
}

.home .product .row { display: block; padding:0; }
.home .product .row [class^='col'] { display:table; width:100%; padding:0; margin-bottom:5%; }
.home .product .row [class^='col'] .tbl-cell { display:table-cell; vertical-align:middle; }
.home .product .row [class^='col'] .tbl-cell:first-child { width:40%; text-align:center; }
.home .product .row [class^='col'] .tbl-cell:last-child { width:60%; padding-left:5%; text-align:left; }
.home .product .row [class^='col']:first-child .tbl-cell:first-child { padding:0 8%;}
.home .product .row [class^='col'] .h3 { font-weight: normal; font-size:4.063vw; }
.home .product .row [class^='col'] p { font-weight: bold; font-size:3.75vw; }
.home .product .row [class^='col']:first-child img { position:relative; top:.5em; left:1em; width:100%; display:block; margin:0 auto; }
@media screen and (max-width: 37.5em) {
  .home .product .row [class^='col']:last-child { display:none; }
  .home .product .row [class^='col']:nth-child(1) img { max-width:90%; }
  .home .product .row [class^='col']:nth-child(2) img { max-width:100%; }
  .home .product .row [class^='col']:nth-child(3) img { max-width:80%; }
  .home .product .row [class^='col']:nth-child(4) img { max-width:100%; }
  .home .product .row [class^='col']:nth-child(5) img { max-width:70%; }
}

#en.home .product .row [class^='col'] { text-align: center; padding:0; }
#en.home .product .row [class^='col']:first-child img { position:relative; top:.5em; left:1em; width:100%; display:block; margin:0 auto; }

.instagram { padding: 10.8333vw calc((100% - 90.625%) / 2) !important; }
.instagram .h2 { font-size:5.625vw; }
.instagram .row { display: flex; justify-content: center; flex-wrap: wrap; }
.instagram .row [class^='col'] { text-align: center; width:33.3%; }
}
/* FOOTER
--------------------------------------------------------------*/
.site-footer { background: #f2f2f2; font-size: 12px; border-top: 1px solid #808080; padding: 1.5rem 0 8rem; }
.site-footer .wrapper { display: flex; justify-content: space-between; }
.site-footer .copyright { max-width:1100px; margin: 40px auto 0 auto; text-align: center; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-info ul { display: flex;  margin: 0 -10px; }
.site-info ul li { padding: 0 10px; }
.site-info ul li span { display:block; margin-left:-.5em; }
.site-info .ico-tel { width: auto; max-height: 12px; margin-right: 5px; }
.site-map ul { display: flex;  margin: 0 -15px; }
.site-map ul li {  }
.site-map ul li a { line-height: 1; text-decoration: none; border-right: 1px solid #666; padding: 0 15px; display: block; }
.site-map ul li:last-child a { border-right: none; }
@media screen and (max-width: 37.5em) {
.site-footer { font-size: 3.125vw; padding: 1.5rem 0;}
.site-footer .wrapper { display: block; padding:0; }
.site-info { padding: 0 calc((100% - 90.625%) / 2) !important; margin-bottom:3vw; }
.site-info ul { display: block;  margin: 0; }
.site-info ul li { padding: 0; }
/*.site-info ul li:first-child:before { display:block; content:'製造販売元'; }*/
.site-info .ico-tel { width: auto; max-height: 1.875vw; margin-right: 0.781vw; }
.site-map ul { display: block;  margin: 0; border-top: 1px solid #666; border-bottom: 1px solid #666; }
.site-map ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.site-map ul li { float:left; width:50%; border-right: 1px solid #666; border-bottom: 1px solid #666; }
.site-map ul li a { line-height: 1; text-decoration: none; border-right: none; padding: 1em 0; text-align:center; display: block; }
.site-map ul li:nth-child(2n) { border-right: none; }
.site-map ul li:nth-last-child(-n+2) { border-bottom: none; }
.site-map ul li:last-child { border-right: none; }
}

/* PRODUCT
--------------------------------------------------------------*/
/* オイルクラッシュハイドレーター */
.arrow-top:after { content: url("images/arrow_top.png"); display: inline-block; margin-left: 1rem; }
.btn-more.active .arrow-top:after { content: url("images/arrow_top.png"); display: inline-block; margin-left: 1rem; transform: scale(1,1) }
.arrow-bottom { display: inline-block; cursor:pointer;}
.arrow-bottom:after { content: url("images/arrow_top.png"); display: inline-block; cursor:pointer; margin-left: 1rem; transform: scale(1,-1)}
.btn-more.active .arrow-bottom:after { content: url("images/arrow_top.png"); display: inline-block; cursor:pointer; margin-left: 1rem; transform: scale(1,1)}
.page-hydrator .sec01 .bg-hydrator01 { position: relative; margin-bottom: 3rem; }
.page-hydrator .sec01 .sec01-detail { max-width: 420px; height: 23rem; background: rgba(255,255,255,0.8); padding: 2.5rem; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 5% auto auto; }
#en.page-hydrator .sec01 .sec01-detail { height: 26rem; }
#ch.page-hydrator .sec01 .sec01-detail { height: 21rem; }
.page-hydrator .h2 { font-size: 1.3rem; font-weight: normal; margin-top: 0; }
.page-hydrator .sec01 .large { font-size: 1.1rem; }
.page-hydrator .sec01 .small { font-size: 0.85rem; }
.page-hydrator .sec01 dl { overflow: hidden; }
.page-hydrator .sec01 dl dt { padding-top: 0.4rem; clear: both; float: left; }
.page-hydrator .sec01 dl dd { float: right; margin: 0 0 0.5rem; }
.page-hydrator .sec02 .bg-hydrator02 { background: url("images/bg_hydrator02.png") no-repeat top right / cover; padding: 5% 8%; }
.page-hydrator .sec02-detail { max-width: 550px; }
.page-hydrator .sec02 .h3 { margin: 0.3rem 0; }
.page-hydrator .sec02 ul { font-size: 0.9rem; margin: 0; padding-left: 1rem; }
.page-hydrator .sec02 ul li { list-style-type: none; line-height: 2; margin-bottom: 0.8rem; margin-left: 0.3rem; }
.page-hydrator .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-hydrator .sec02 .row { display: flex; margin: 0 -10px; }
.page-hydrator .sec02 .row [class^='col'] { font-size: 0.75rem; padding: 10px; flex: 0 0 33.333%; }
.page-hydrator .sec02 .row [class^='col'] p { margin-top: 0; }
.page-hydrator .sec02 small { line-height: 1.5; display: inline-block; }
.page-hydrator .sec03 .wrapper, .page-hydrator .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 3% 0; border-bottom: 1px solid #666; }
.page-hydrator .sec03 .wrapper > p, .page-hydrator .sec04 .wrapper > p { font-size: 0.9rem; }
.page-hydrator .sec03 .wrapper > p .font-open { margin-right: 10px; }
.page-hydrator .sec03 .row { display: flex; margin: 0 -10px; }
.page-hydrator .sec03 .row [class^='col'] { padding: 10px; flex: 0 0 50%; }
.page-hydrator .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-hydrator .sec04 .row [class^='col'] { text-align: center; padding: 20px 50px; }
.page-hydrator .sec04 .row [class^='col']:first-child img { position:relative; left:2.5em; display:block; width:67%; margin:0 auto; }
.page-hydrator .sec04 .row [class^='col']:last-child img { position:relative; top:-.9em; left:5.3em; display:block; width:31%; }

#ch.page-hydrator .sec04 .row [class^='col']:first-child img { position:relative; width:94.039%; }
#ch.page-hydrator .sec04 .row [class^='col']:last-child img { position:relative; left:2.4em; width:50.963%; }

.page-hydrator .btn-more_under { cursor:pointer;}
.page-hydrator .btn-more_under .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,-1);
}
.page-hydrator .btn-more_under.active .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,1);
}
@media screen and (max-width: 37.5em) {
.arrow-top:after { content: url("images/arrow_top.png"); display: inline-block; margin-left: 1rem; }
.btn-more.active .arrow-top:after { content: url("images/arrow_top.png"); display: inline-block; margin-left: 1rem; transform: scale(1,1) }
.arrow-bottom:after { content: url("images/arrow_top.png"); display: inline-block; margin-left: 1rem; transform: scale(1,-1)}
.btn-more.active .arrow-bottom:after { content: url("images/arrow_top.png"); display: inline-block; margin-left: 1rem; transform: scale(1,1)}
.page-hydrator .sec01 .wrapper { padding:0; }
.page-hydrator .sec01 .bg-hydrator01 { position: relative; margin-bottom: 0; }
.page-hydrator .sec01 .sec01-detail { max-width: none; height: auto; background:none; padding: 7.8125vw 4.6875% 12.5vw; position: relative; top: inherit; right: inherit; bottom: inherit; left: inherit; margin: 0; }
.page-hydrator .h2 { font-size: 5vw; font-weight: normal; margin-top: 0; }
.page-hydrator .sec01 .large { font-size: 4.375vw; }
.page-hydrator .sec01 .small { font-size: 3.75vw; }
.page-hydrator .sec01 dl { overflow: hidden; margin-bottom:0; }
.page-hydrator .sec01 dl dt { padding-top: 0.1rem; clear: both; float: left; width:43.75vw; }
.page-hydrator .sec01 dl dd { float: left; margin: 0 0 0.5rem; }
.page-hydrator .sec02 .wrapper { padding:0; }
.page-hydrator .sec02 .bg-hydrator02 { background:none; padding:0; }
.page-hydrator .sec02 .h2 { position:relative; left:-4.6875vw; width:100vw; background: url("images/bg_hydrator02_sp.png") no-repeat top right / cover; height:40.313vw; line-height:40.313vw; padding:0 4.6875%; }
.page-hydrator .sec02-detail { max-width: none; padding:0 4.6875% 9.1666vw; }
.page-hydrator .sec02 .h3 { margin: 1rem 0; font-size:4.375vw; font-weight:normal; }
.page-hydrator .sec02 ul { font-size: 4.063vw; margin: 0; padding-left: 1rem; }
.page-hydrator .sec02 ul li { list-style-type: none; line-height: 1.6; margin-bottom: 1rem; margin-left: 0.3rem; }
.page-hydrator .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-hydrator .sec02 .row { display: block; margin: 0; }
.page-hydrator .sec02 .row [class^='col'] img { display:block; width:50vw; margin:0 auto; }
.page-hydrator .sec02 .row [class^='col'] { font-size: 3.75vw; padding: 1.563vw 0; flex: 0; }
.page-hydrator .sec02 .row [class^='col'] p { margin-top: 0; }
.page-hydrator .sec02 small { font-size: 3.75vw; line-height: 1.5; display: inline-block; }
.page-hydrator .sec03 .wrapper, .page-hydrator .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875%; border-top: 1px solid #666; }
.page-hydrator .sec04 .wrapper { border-top: none; }
.page-hydrator .sec03 .wrapper > p, .page-hydrator .sec04 .wrapper > p { font-size: 4.063vw; }
.page-hydrator .sec03 .wrapper > p .font-open { display:block; margin-right: 0; margin-bottom: 3.125vw; }
.page-hydrator .sec03 .row { display: block; margin: 0; }
.page-hydrator .sec03 .row [class^='col'] { padding: 10px; flex: 0; }
.page-hydrator .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-hydrator .sec04 .row [class^='col'] { text-align: center; padding: 3.125vw calc(7.813vw * .3); box-sizing:border-box; }
.page-hydrator .sec04 .row [class^='col']:first-child img { position:relative; left:2vw; }
.page-hydrator .sec04 .row [class^='col']:first-child img { position:relative; top:3.5vw; left:10vw; display:block; width:95%; margin:0 auto; }
.page-hydrator .sec04 .row [class^='col']:last-child img { position:relative; top:.1em; left:1vw; display:block; width:46%; margin:0 auto; }

#ch.page-hydrator .sec04 .row [class^='col']:first-child img { position:relative; width:95%; }
#ch.page-hydrator .sec04 .row [class^='col']:last-child img { position:relative; left:1vw; display:block; width:46%; }
}

/* オイルクラッシュハイドレーティングマスク */
input[type="button"].btn-lg , input[type="submit"].btn-lg { color: #fff; background: #666 url("images/arrow_right.png") no-repeat 93% center; font-size: 0.9rem; padding: 0.8rem 2.5rem; border: none; border-radius: 0; }
input[type="button"].btn-sm , input[type="submit"].btn-sm { color: #fff; background: #666 url("images/arrow_right.png") no-repeat 93% center / 5%; font-size: 0.9rem; padding: 0.5rem 1.2rem 0.5rem 0.5rem; border: none; border-radius: 0; }
.page-mask .sec01 .bg-mask01 { position: relative; margin-bottom: 3rem; }
.page-mask .sec01 .sec01-detail { max-width: 420px; height: 25rem; background: rgba(255,255,255,0.8); padding: 2.5rem; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 5% auto auto; }
#en.page-mask .sec01 .sec01-detail { height: 27rem; }
#ch.page-mask .sec01 .sec01-detail { height: 21rem; }
.page-mask .h2 { font-size: 1.3rem; font-weight: normal; margin-top: 0; }
.page-mask .sec01 .large { font-size: 1.1rem; }
.page-mask .sec01 .small { font-size: 0.85rem; }
.page-mask .sec01 dl { overflow: hidden; }
.page-mask .sec01 dl dt { padding-top: 0.4rem; clear: both; float: left; }
.page-mask .sec01 dl dd { float: right; margin: 0 0 0.5rem; }
.page-mask .sec02 .bg-mask02 { background: url("images/bg_mask02.png") no-repeat top right / cover; padding: 5% 8%; }
.page-mask .sec02 .btn-more { margin: 1.4rem 1rem; }
.page-mask .sec02-detail { max-width: 550px; }
.page-mask .sec02 .h3 { margin: 0.3rem 0; }
.page-mask .sec02 ul { font-size: 0.9rem; margin: 0; padding-left: 1rem; }
.page-mask .sec02 ul li { list-style-type: none; line-height: 2; margin-bottom: 0.8rem; margin-left: 0.3rem; }
.page-mask .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-mask .sec02 .row { display: flex; margin: 0 -10px; }
.page-mask .sec02 .row [class^='col'] { font-size: 0.75rem; padding: 10px; flex: 0 0 33.333%; }
.page-mask .sec02 .row [class^='col'] p { margin-top: 0; }
.page-mask .sec02 small { line-height: 1.5; display: inline-block; }
.page-mask .sec03 .wrapper, .page-mask .sec04 .wrapper { /*max-width: calc(1100px - 10%);*/max-width: 1100px; padding: 3% 0; border-bottom: 1px solid #666; }
.page-mask .sec03 .wrapper .wrapper_box, .page-mask .sec04 .wrapper .wrapper_box { padding: 0 8%; }
.page-mask .sec03 .wrapper p, .page-mask .sec04 .wrapper > p { font-size: 0.9rem; }
.page-mask .sec03 .wrapper p .font-open { margin-right: 10px; }
.page-mask .sec03 .row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.page-mask .sec03 .row [class^='col'] { padding: 0 10px; flex: 0 0 33.333%; }
.page-mask .sec03 img { max-width: 90%; display:block; margin: auto; }
.page-mask .sec03 .movie { max-width: 444px; margin: auto; }
.page-mask .sec03 .wrapper p { margin-top: .5em; margin-bottom: 3em; }
.page-mask .sec03 .wrapper p.com01 { margin-top: 1em; margin-bottom: 5em; }
.page-mask .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-mask .sec04 .row [class^='col'] { text-align: center; padding: 0 50px; }
.page-mask .btn-more_under { cursor:pointer;}
.page-mask .btn-more_under .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,-1);
}
.page-mask .btn-more_under.active .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,1);
}
@media screen and (max-width: 37.5em) {
.page-mask .sec01 .wrapper { padding:0; }
.page-mask .sec01 .bg-mask01 { position: relative; margin-bottom: 0; }
.page-mask .sec01 .sec01-detail {  max-width: none; height: auto; background:none; padding: 7.8125vw 4.6875% 12.5vw; position: relative; top: inherit; right: inherit; bottom: inherit; left: inherit; margin: 0; }
.page-mask .h2 { font-size: 5vw; font-weight: normal; margin-top: 0; }
.page-mask .sec01 .large { font-size: 4.375vw; }
.page-mask .sec01 .small { font-size: 3.75vw; }
.page-mask .sec01 dl { overflow: hidden; margin-bottom:0; }
.page-mask .sec01 dl dt { padding-top: 0.1rem; clear: both; float: left; }
.page-mask .sec01 dl dd { float: right; margin: 0 0 0.5rem; }
.page-mask .sec02 .wrapper { padding:0; }
.page-mask .sec02 .bg-mask02 { background:none; padding:0; }
.page-mask .sec02 .h2 { position:relative; left:-4.6875vw; width:100vw; background: url("images/bg_mask02_sp.png") no-repeat top right / cover; height:40.313vw; line-height:40.313vw; padding:0 4.6875%; }
.page-mask .sec02 .more-content { padding:5vw 0 calc(9.1666vw - 4.6875vw);}
.page-mask .sec02 .more-content .h2 { position:relative; left:-4.6875%; width:100vw; background:none; height:auto; line-height: inherit; padding:0 4.6875%; margin-bottom:1.5em; }
.page-mask .sec02 .btn-more { margin: 1.4rem 1rem; }
.page-mask .sec02-detail { max-width: none; padding:0 4.6875% 4.6875vw; }
.page-mask .sec02 .h3 { margin: 1rem 0; font-size:4.375vw; font-weight:normal; }
.page-mask .sec02 ul { font-size: 4.063vw; margin: 0; padding-left: 1rem; }
.page-mask .sec02 ul li { list-style-type: none; line-height:1.6; margin-bottom: 1rem; margin-left: 0.3rem; }
.page-mask .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-mask .sec02 .row { display: block; margin: 0; }
.page-mask .sec02 .row [class^='col'] img { display:block; width:50vw; margin:0 auto; }
.page-mask .sec02 .row [class^='col'] { font-size: 3.75vw; padding: 1.563vw 0; flex: 0; }
.page-mask .sec02 .row [class^='col'] p { margin-top: 0; }
.page-mask .sec02 small { font-size: 3.75vw; line-height: 1.5; display: inline-block; }
.page-mask .sec03 .wrapper, .page-mask .sec04 .wrapper { /*max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875% 13.3333vw;*/ padding: 9.1666vw 0 13.3333vw; border-top: 1px solid #666; }
.page-mask .sec04 .wrapper { padding: 9.1666vw 4.6875% 13.3333vw; }
.page-mask .sec03 .wrapper .wrapper_box, .page-mask .sec04 .wrapper .wrapper_box { padding: 0 8%; }
.page-mask .sec04 .wrapper {border-top: none; padding-bottom: 9.1666vw; }
.page-mask .sec03 .wrapper > p, .page-mask .sec04 .wrapper > p { font-size: 4.063vw; }
.page-mask .sec03 .wrapper > p .font-open { display:block; margin-right: 0; margin-bottom: 3.125vw; }
.page-mask .sec03 .row { display: block; margin: 0; }
.page-mask .sec03 .row [class^='col'] { padding: 10px 0; flex: 0; }
.page-mask .sec03 .row [class^='col'] p { margin-top:.7em; }
.page-mask .sec03 .row [class^='col'] img { width:43.75%; margin:0 auto; display:block; }
.page-mask .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-mask .sec04 .row [class^='col'] { text-align: left; padding: 3.125vw calc(7.813vw * .3); }
.page-mask .sec04 .row [class^='col']:last-child img { display:block; margin:0 auto; width:85%; }
}

/* プロテクティブナイトクリーム */
.page-cream .sec01 .bg-cream01 { position: relative; margin-bottom: 3rem; }
.page-cream .sec01 .sec01-detail { max-width: 420px; height: 25rem; background: rgba(255,255,255,0.8); padding: 2.5rem; padding-top:2.7rem; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 5% auto auto; }
#ch.page-cream .sec01 .sec01-detail { height: 23rem; }
.page-cream .h2 { font-size: 1.3rem; font-weight: normal; margin-top: 0; }
.page-cream .sec01 .large { font-size: 1.1rem; }
.page-cream .sec01 .small { font-size: 0.85rem; }
.page-cream .sec01 dl { overflow: hidden; }
.page-cream .sec01 dl dt { padding-top: 0.4rem; clear: both; float: left; }
.page-cream .sec01 dl dd { float: right; margin: 0 0 0.5rem; }
.page-cream .sec02 .bg-cream02 { background: url("images/bg_cream02.png") no-repeat top right / cover; padding: 5% 8%; }
.page-cream .sec02 .btn-more { margin: 2rem 1rem; }
.page-cream .sec02-detail { max-width: 550px; }
.page-cream .sec02 .h3 { margin: 0.3rem 0; }
.page-cream .sec02 ul { font-size: 0.9rem; margin: 0; padding-left: 1rem; }
.page-cream .sec02 ul li { list-style-type: none; line-height: 2; margin-bottom: 0.8rem; margin-left: 0.3rem; }
.page-cream .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-cream .sec02 .row { display: flex; margin: 0 -10px; }
.page-cream .sec02 .row [class^='col'] { font-size: 0.75rem; padding: 10px; flex: 0 0 33.333%; }
.page-cream .sec02 .row [class^='col'] p { margin-top: 0; }
.page-cream .sec02 small { line-height: 1.5; display: inline-block; }
.page-cream .sec03 .wrapper, .page-cream .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 3% 0; border-bottom: 1px solid #666; }
.page-cream .sec03 .wrapper p, .page-cream .sec04 .wrapper > p { font-size: 0.9rem; }
.page-cream .sec03 .wrapper p .font-open { margin-right: 10px; }
.page-cream .sec03 .row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.page-cream .sec03 .row [class^='col'] { padding: 10px; flex: 0 0 50%; }
.page-cream .sec03 .movie { max-width: 444px; margin: auto; }
.page-cream .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-cream .sec04 .row [class^='col'] { text-align: center; padding: 20px 50px; }
.page-cream .sec04 .row [class^='col']:first-child img { position:relative; left:.8em; display:block; margin:0 auto; }
.page-cream .sec04 .row [class^='col']:last-child img { position:relative; top:-.5em; display:block; margin:0 auto; width:80%; }
.page-cream .btn-more_under { cursor:pointer;}
.page-cream .btn-more_under .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,-1);
}
.page-cream .btn-more_under.active .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,1);
}
@media screen and (max-width: 37.5em) {
.page-cream .sec01 .wrapper { padding:0; }
.page-cream .sec01 .bg-cream01 { position: relative; margin-bottom: 0; }
.page-cream .sec01 .sec01-detail { max-width: none; height: auto; background:none; padding: 7.8125vw 4.6875% 12.5vw; position: relative; top: inherit; right: inherit; bottom: inherit; left: inherit; margin: 0; }
.page-cream .h2 { font-size: 5vw; font-weight: normal; margin-top: 0; }
.page-cream .sec01 .large { font-size: 4.375vw; }
.page-cream .sec01 .small { font-size: 3.75vw; }
.page-cream .sec01 dl { overflow: hidden; margin-bottom:0; }
.page-cream .sec01 dl dt { padding-top: 0.1rem; clear: both; float: left; width:43.75vw; }
.page-cream .sec01 dl dd { float: left; margin: 0 0 0.5rem; }
.page-cream .sec02 .wrapper { padding: 9.1666vw 4.6875%; }
.page-cream .sec02 .bg-cream02 { background:none; padding:0; }
.page-cream .sec02 .h2 { position:relative; left:-4.6875vw; width:100vw; background: url("images/bg_cream02_sp.png") no-repeat top right / cover; height:40.313vw; line-height:40.313vw; padding:0 4.6875%; }
.page-cream .sec02 .btn-more { margin: 2rem 1rem; }
.page-cream .sec02-detail { max-width: none; padding:0 4.6875% 9.1666vwvw; }
.page-cream .sec02 .h3 { margin: 1rem 0; font-size:4.375vw; font-weight:normal; }
.page-cream .sec02 ul { font-size: 4.063vw; margin: 0; padding-left: 1rem; }
.page-cream .sec02 ul li { list-style-type: none; line-height:1.6; margin-bottom: 1rem; margin-left: 0.3rem; }
.page-cream .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-cream .sec02 .row { display: block; margin: 0; }
.page-cream .sec02 .row [class^='col'] img { display:block; width:50vw; margin:0 auto; }
.page-cream .sec02 .row [class^='col'] { font-size: 3.75vw; padding: 1.563vw 0; flex: 0; }
.page-cream .sec02 .row [class^='col'] p { margin-top: 0; }
.page-cream .sec02 small { font-size: 3.75vw; line-height: 1.5; display: inline-block; }
.page-cream .sec03 .wrapper, .page-cream .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875%; border-top: 1px solid #666; }
.page-cream .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875%; border-top: none; }
.page-cream .sec03 .wrapper > p, .page-cream .sec04 .wrapper > p { font-size: 4.063vw; }
.page-cream .sec03 .wrapper > p .font-open { display:block; margin-right: 0; margin-bottom: 3.125vw; }
.page-cream .sec03 .row { display: block; margin: 0; }
.page-cream .sec03 .row [class^='col'] { padding: 10px; padding: 0; flex: 0; }
.page-cream .sec03 .row [class^='col']:first-child { padding-bottom: 8.3333vw; }
.page-cream .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-cream .sec04 .row [class^='col'] { text-align: center; padding: 3.125vw calc(7.813vw * .3); }
}

/* ウォーターホールド クレンジングジェル */
.page-gel .sec01 .bg-gel01 { position: relative; margin-bottom: 3rem; }
.page-gel .sec01 .sec01-detail { max-width: 420px; height: 26rem; background: rgba(255,255,255,0.8); padding: 2.5rem; padding-top:2.7rem; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 5% auto auto; }
#ch.page-gel .sec01 .sec01-detail { height: 23rem; }
.page-gel .h2 { font-size: 1.3rem; font-weight: normal; margin-top: 0; }
.page-gel .sec01 .large { font-size: 1.1rem; }
.page-gel .sec01 .small { font-size: 0.85rem; }
.page-gel .sec01 dl { overflow: hidden; }
.page-gel .sec01 dl dt { padding-top: 0.4rem; clear: both; float: left; }
.page-gel .sec01 dl dd { float: right; margin: 0 0 0.5rem; }
.page-gel .sec02 .bg-gel02 { position: relative; background: url("images/bg_gel02.png") no-repeat top right / cover; padding: 5% 8%; }
.page-gel .sec02 .btn-more { margin: 2rem 1rem; }
.page-gel .sec02-detail { max-width: 550px; }
.page-gel .sec02 .h3 { margin: 0.3rem 0; }
.page-gel .sec02 ul { font-size: 0.9rem; margin: 0; padding-left: 1rem; }
.page-gel .sec02 ul li { list-style-type: none; line-height: 2; margin-bottom: 0.8rem; margin-left: 0.3rem; }
.page-gel .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-gel .sec02 .row { display: flex; margin: 0 -10px; }
.page-gel .sec02 .row [class^='col'] { font-size: 0.75rem; padding: 10px; flex: 0 0 33.333%; }
.page-gel .sec02 .row [class^='col'] p { margin-top: 0; }
.page-gel .sec02 small { position: absolute; width: 310px; right: 50px; bottom: 70px; line-height: 1.5; display: inline-block; }
.page-gel .sec03 .wrapper, .page-gel .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 3% 0; border-bottom: 1px solid #666; }
.page-gel .sec03 .row-step { display: flex; }
.page-gel .sec03 .row-step .font-open { padding: 10px 0; font-size: 0.9rem; flex: 0 0 5.5%;}
.page-gel .sec03 .row-step .p { padding: 10px 0; font-size: 0.9rem; flex: 0 0 93.5%; }
.page-gel .sec03 .row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.page-gel .sec03 .row [class^='col'] { padding: 10px; flex: 0 0 50%; margin: auto;}
.page-gel .sec03 .movie { max-width: 444px; margin: auto; }
.page-gel .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-gel .sec04 .row [class^='col'] { text-align: center; padding: 20px 50px; }
.page-gel .sec04 .row [class^='col']:first-child img { position:relative; left:.8em; display:block; margin:0 auto; }
.page-gel .sec04 .row [class^='col']:last-child img { position:relative; top:-.5em; display:block; margin:0 auto; width:80%; }
.page-gel .btn-more_under { cursor:pointer;}
.page-gel .btn-more_under .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,-1);
}
.page-gel .btn-more_under.active .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,1);
}
@media screen and (max-width: 37.5em) {
.page-gel .sec01 .wrapper { padding:0; }
.page-gel .sec01 .bg-gel01 { position: relative; margin-bottom: 0; }
.page-gel .sec01 .sec01-detail { max-width: none; height: auto; background:none; padding: 7.8125vw 4.6875% 12.5vw; position: relative; top: inherit; right: inherit; bottom: inherit; left: inherit; margin: 0; }
.page-gel .h2 { font-size: 5vw; font-weight: normal; margin-top: 0; }
.page-gel .sec01 .large { font-size: 4.375vw; }
.page-gel .sec01 .small { font-size: 3.75vw; }
.page-gel .sec01 dl { overflow: hidden; margin-bottom:0; }
.page-gel .sec01 dl dt { padding-top: 0.1rem; clear: both; float: left; width:43.75vw; }
.page-gel .sec01 dl dd { float: left; margin: 0 0 0.5rem; }
.page-gel .sec02 .wrapper { padding: 9.1666vw 4.6875%; }
.page-gel .sec02 .bg-gel02 { background:none; padding:0; }
.page-gel .sec02 .h2 { position:relative; left:-4.6875vw; width:100vw; background: url("https://20neo.jp/wp-content/themes/theme_20neo/images/bg_gel02_sp.png") no-repeat top right / cover; height:40.313vw; line-height:40.313vw; padding:0 4.6875%; }
.page-gel .sec02 .btn-more { margin: 2rem 1rem; }
.page-gel .sec02-detail { max-width: none; padding:0 4.6875% 9.1666vwvw;}
.page-gel .sec02 .h3 { margin: 1rem 0; font-size:4.375vw; font-weight:normal; }
.page-gel .sec02 ul { font-size: 4.063vw; margin: 0; padding-left: 1rem; }
.page-gel .sec02 ul li { list-style-type: none; line-height:1.6; margin-bottom: 1rem; margin-left: 0.3rem; }
.page-gel .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-gel .sec02 .row { display: block; margin: 0; }
.page-gel .sec02 .row [class^='col'] img { display:block; width:50vw; margin:0 auto; }
.page-gel .sec02 .row [class^='col'] { font-size: 3.75vw; padding: 1.563vw 0; flex: 0; }
.page-gel .sec02 .row [class^='col'] p { margin-top: 0; }
.page-gel .sec02 small { position:static; width: auto; font-size: 3.75vw; line-height: 1.5; display: inline-block; }
.page-gel .sec03 .wrapper, .page-cream .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875%; border-top: 1px solid #666; }
.page-gel .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875%; border-top: none; }
.page-gel .sec03 .wrapper > p, .page-gel .sec04 .wrapper > p { font-size: 4.063vw; }
/*.page-gel .sec03 .wrapper > p .font-open { display:block; margin-right: 0; margin-bottom: 3.125vw; }*/
.page-gel .sec03 .row-step { display: block; }
.page-gel .sec03 .row-step .font-open { flex:none; padding:0; font-size:4.063vw;}
.page-gel .sec03 .row-step .p { flex:none; font-size:4.063vw; }
.page-gel .sec03 .row { display: block; margin: 0; }
.page-gel .sec03 .row [class^='col'] { padding: 10px; padding: 0; flex: 0; }
.page-gel .sec03 .row [class^='col']:first-child { padding-bottom: 8.3333vw; }
.page-gel .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-gel .sec04 .row [class^='col'] { text-align: center; padding: 3.125vw calc(7.813vw * .3); }
}

/* モイスチャーロック ハンドクリーム */
.page-hand .sec01 .bg-gel01 { position: relative; margin-bottom: 3rem; }
.page-hand .sec01 .sec01-detail { color:#444; max-width: 443px; height: 23rem; background: rgba(219,183,187,0.57); padding: 2.5rem; padding-top:2.7rem; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto auto 5%; }
#ch.page-hand .sec01 .sec01-detail { height: 23rem; }
.page-hand .h2 { font-size: 1.3rem; font-weight: normal; margin-top: 0; }
.page-hand .sec01 .large { font-size: 1.1rem; }
.page-hand .sec01 .small { font-size: 0.85rem; line-height: 1.8; }
.page-hand .sec01 dl { overflow: hidden; }
.page-hand .sec01 dl dt { clear: both; }
.page-hand .sec01 dl dd { float: right; margin: 0 0 0.5rem; }
.page-hand .sec02 .bg-gel02 { position: relative; background: url("https://20neo.jp/wp-content/themes/theme_20neo/images/bg_hand02.png") no-repeat top right / cover; padding: 5% 8%; }
.page-hand .sec02 .btn-more { margin: 2rem 1rem; }
.page-hand .sec02-detail { max-width: 590px; }
.page-hand .sec02-detail img { max-width:88%; margin:0 auto; display:block;}
.page-hand .sec02 .h3 { margin: 0.3rem 0; }
.page-hand .sec02 .col:last-child .h3 {line-height: 3;}
.page-hand .sec02 ul { font-size: 0.9rem; margin: 0; padding-left: 1rem; }
.page-hand .sec02 ul li { list-style-type: none; line-height: 2; margin-bottom: 0.8rem; margin-left: 0.3rem; }
.page-hand .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-hand .sec02 .row { display: flex; margin: 0 -10px; padding-bottom:40px;}
.page-hand .sec02 .row [class^='col'] { font-size: 0.75rem; padding: 10px; flex: 0 0 33.333%; }
.page-hand .sec02 .row [class^='col'] p { margin-top: 0; }
.page-hand .sec02 small { width: 450px; right: 50px; bottom: 70px; line-height: 1.5; display: inline-block; }
.page-hand .sec03 .wrapper, .page-hand .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 3% 0; border-bottom: 1px solid #666; }
.page-hand .sec03 .row-step { display: flex; }
.page-hand .sec03 .row-step .font-open { padding: 10px 0; font-size: 0.9rem; flex: 0 0 5.5%;}
.page-hand .sec03 .row-step .p { padding: 10px 0; font-size: 0.9rem; flex: 0 0 93.5%; }
.page-hand .sec03 .row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.page-hand .sec03 .row [class^='col'] { padding: 10px; flex: 0 0 50%; margin: auto;}
.page-hand .sec03 .movie { max-width: 444px; margin: auto; }
.page-hand .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-hand .sec04 .row [class^='col'] { text-align: center; padding: 20px 50px; width:50%; }
.page-hand .sec04 .row [class^='col']:first-child img { position:relative; left:.8em; display:block; margin:0 auto; }
.page-hand .sec04 .row [class^='col']:last-child img { position:relative; top:-.5em; display:block; margin:0 auto; width:80%; }
.page-hand .btn-more_under { cursor:pointer;}
.page-hand .btn-more_under .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,-1);
}
.page-hand .btn-more_under.active .arrow-top:after {
	content: url("images/arrow_top.png");
	transform: scale(1,1);
}
@media screen and (max-width: 37.5em) {
.page-hand .sec01 .wrapper { padding:0; }
.page-hand .sec01 .bg-gel01 { position: relative; margin-bottom: 0; }
.page-hand .sec01 .sec01-detail { color:#666; max-width: none; height: auto; padding: 7.8125vw 4.6875% 7.8125vw; position: relative; top: inherit; right: inherit; bottom: inherit; left: inherit; margin: 0; }
.page-hand .h2 { font-size: 5vw; font-weight: normal; margin-top: 0; }
.page-hand .sec01 .large { font-size: 4.375vw; }
.page-hand .sec01 .small { font-size: 3.75vw; }
.page-hand .sec01 dl { overflow: hidden; margin-bottom:0; }
.page-hand .sec01 dl dt { padding-top: 0.1rem; clear: both; float: left; width:43.75vw; }
.page-hand .sec01 dl dd { float: left; margin: 0 0 0.5rem; }
.page-hand .sec02 .wrapper { padding: 0 0 9.1666vw 0; }
.page-hand .sec02 .bg-gel02 { background:none; padding:0; }
.page-hand .sec02 .h2 { position:relative; left:-4.6875vw; width:100vw; background: url("https://20neo.jp/wp-content/themes/theme_20neo/images/bg_hand02_sp.png") no-repeat top right / cover; height:40.313vw; line-height:40.313vw; padding:0 9.375%; }
.page-hand .sec02 .sp-adjust { padding:0 4.6875%; }
.page-hand .sec02 .btn-more { margin: 2rem 1rem; }
.page-hand .sec02-detail { max-width: none; padding:0 4.6875% 9.1666vw;}
.page-hand .sec02-detail img { max-width:100%;}
.page-hand .sec02 .h3 { margin: 1rem 0; font-size:4.375vw; font-weight:normal; }
.page-hand .sec02 .col:last-child .h3 {line-height: 1.5;}
.page-hand .sec02 ul { font-size: 4.063vw; margin: 0; padding-left: 1rem; }
.page-hand .sec02 ul li { list-style-type: none; line-height:1.6; margin-bottom: 1rem; margin-left: 0.3rem; }
.page-hand .sec02 ul li:before { content: '○'; margin-right: 0.3rem; margin-left: -1.3rem; }
.page-hand .sec02 .row { display: block; margin: 0; padding-bottom: 0;}
.page-hand .sec02 .row [class^='col'] img { display:block; width:50vw; margin:0 auto; }
.page-hand .sec02 .row [class^='col'] { font-size: 3.75vw; padding: 2.563vw 0; flex: 0; }
.page-hand .sec02 .row [class^='col'] p { margin-top: 0; }
.page-hand .sec02 .col .h3 {line-height: 1.5;}
.page-hand .sec02 small { position:static; width: auto; font-size: 3.75vw; line-height: 1.5; display: inline-block; }
.page-hand .sec03 .wrapper, .page-cream .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875%; border-top: 1px solid #666; }
.page-hand .sec04 .wrapper { max-width: calc(1100px - 10%); padding: 9.1666vw 4.6875%; border-top: none; }
.page-hand .sec03 .wrapper > p, .page-hand .sec04 .wrapper > p { font-size: 4.063vw; }
/*.page-hand .sec03 .wrapper > p .font-open { display:block; margin-right: 0; margin-bottom: 3.125vw; }*/
.page-hand .sec03 .row-step { display: block; }
.page-hand .sec03 .row-step .font-open { flex:none; padding:0; font-size:4.063vw;}
.page-hand .sec03 .row-step .p { flex:none; font-size:4.063vw; }
.page-hand .sec03 .row { display: block; margin: 0; }
.page-hand .sec03 .row [class^='col'] { padding: 10px; padding: 0; flex: 0; }
.page-hand .sec03 .row [class^='col']:first-child { padding-bottom: 8.3333vw; }
.page-hand .sec04 .row { max-width: 700px; display: flex; justify-content: center; align-items: flex-end; margin: auto; }
.page-hand .sec04 .row [class^='col'] { text-align: center; padding: 3.125vw calc(7.813vw * .3); }
}


/* コンセプト */
.page-concept .box01 {
	padding-bottom:80px;
}
.page-concept .box01 .main-img {
	margin-bottom:50px;
}
.page-concept .box01 h2 {
	margin-bottom:40px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.500rem;
	font-weight:100;
	text-align:center;
	letter-spacing:3px;
}
.page-concept .box01 h3 {
	font-size:1.938rem;
	text-align:center;
	margin-bottom:1.5em;
}
.page-concept .box01 h4 {
	font-size:1.750rem;
	font-weight:500;
	text-align:center;
}
.page-concept .box01 .com {
	margin-bottom:80px;
}
.page-concept .box01 .com p {
	font-size:1.250rem;
	margin-bottom:1em;
	text-align:center;
	line-height:2.0;
}
.page-concept .box01 .com p:last-child {
	margin-bottom:0;
}
@media screen and (max-width: 37.5em) {
.page-concept .box01 {
	padding-bottom:0;
}
.page-concept .box01 .main-img {
	position:relative;
	left:-4.6875vw;
	width:100vw;
	margin-bottom:7.813vw;
}
.page-concept .box01 .main-img {
	margin-bottom:7.813vw;
}
.page-concept .box01 h2 {
	display:none;
}
.page-concept .box01 h3 {
	display:none;
}
.page-concept .box01 h4 {
	font-size:4.688vw;
}
.page-concept .box01 .com {
	margin-bottom:12.5vw;
}
.page-concept .box01 .com p {
	font-size:4.063vw;
	margin-bottom:1em;
	text-align:center;
	line-height:2.0;
}
.page-concept .box01 .com p:last-child {
	margin-bottom:0;
}
.page-concept .box01 .sub-img {
	position:relative;
	left:-4.6875vw;
	width:100vw;
}
.page-concept .box01 .sub-img img {
	vertical-align:bottom;
}
}

/* プライバシーポリシー */
.page-privacy-policy .box01 {
	width:700px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.page-privacy-policy .box01 h2 {
	padding-bottom:20px;
	font-size:1.125rem;
	text-align:center;
}
.page-privacy-policy .box01 .box_in {
	margin-bottom:40px;
}
.page-privacy-policy .box01 .box_in section {
	padding:40px 15px;
	border-top: solid 1px #808080;
	font-size:0.875rem;
}
.page-privacy-policy .box01 .box_in section:last-child {
	border-bottom: solid 1px #808080;
}
.page-privacy-policy .box01 .box_in section h3 {
	margin-bottom:10px;
}
.page-privacy-policy .box01 .box_in section p {
	margin-bottom:1.5em;
}
.page-privacy-policy .box01 .box_in section ul ,
.page-privacy-policy .box01 .box_in section ol {
	margin:0;
	padding:0;
	list-style:none;
}
.page-privacy-policy .box01 .box_in section ul li {
	position:relative;
	padding-left:1em;
	margin-bottom:1.5em;
}
.page-privacy-policy .box01 .box_in section ul li:last-child {
	margin-bottom:0;
}
.page-privacy-policy .box01 .box_in section ul li:before {
	position:absolute;
	left:0;
	content:'・';
}
.page-privacy-policy .box01 .box_in section ol {
	counter-reset: number 0;
}
.page-privacy-policy .box01 .box_in section ol li {
	position:relative;
	padding-left:1.5em;
	margin-bottom:1.5em;
}
.page-privacy-policy .box01 .box_in section ol li:last-child {
	margin-bottom:0;
}
.page-privacy-policy .box01 .box_in section ol li:before {
	position:absolute;
	left:0;
	counter-increment: number;
	content: counter(number) ".";
}
.page-privacy-policy .box01 .com {
	padding:0 0 0 15px;
	font-size:0.875rem;
	font-weight:bold;
}
@media screen and (max-width: 37.5em) {
.page-privacy-policy .box01 {
	width:100%;
	padding-top:6.25vw;
	padding-bottom:12.5vw;
}
.page-privacy-policy .box01 h2 {
	padding-bottom:3.125vw;
	font-size:4.688vw;
}
.page-privacy-policy .box01 .box_in {
	margin-bottom:6.25vw;
}
.page-privacy-policy .box01 .box_in section {
	padding:6.25vw 2.344vw;
	font-size:3.75vw;
}
.page-privacy-policy .box01 .box_in section h3 {
	margin-bottom:1.563vw;
}
.page-privacy-policy .box01 .box_in section p {
	margin-bottom:1.5em;
}
.page-privacy-policy .box01 .box_in section ul li {
	padding-left:1em;
	margin-bottom:1.5em;
}
.page-privacy-policy .box01 .box_in section ul li:before {
	position:absolute;
	left:0;
	content:'・';
}
.page-privacy-policy .box01 .box_in section ol li {
	padding-left:1.5em;
	margin-bottom:1.5em;
}
.page-privacy-policy .box01 .com {
	padding:0 0 0 1.563vw;
	font-size:3.75vw;
	font-weight:bold;
}
}

/* 特定商取引法に基づく表示 */
.page-specified .box01 {
	width:700px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.page-specified .box01 h2 {
	padding-bottom:20px;
	font-size:1.125rem;
	text-align:center;
}
.page-specified .box01 .box_in section {
	padding:10px 15px 20px;
	border-top: solid 1px #808080;
	font-size:0.875rem;
}
.page-specified .box01 .box_in section:last-child {
	padding-bottom:0;
}
.page-specified .box01 .box_in section h3 {
	margin-bottom:10px;
}
.page-specified .box01 .box_in section p {
	margin-bottom:1.5em;
}
.page-specified .box01 .box_in section p:last-child {
	margin-bottom:0;
}
.page-specified .box01 .box_in section p span {
	margin-right:1em;
}
.page-specified .box01 .box_in section ul {
	margin:0;
	padding:0;
	list-style:none;
}
.page-specified .box01 .box_in section ul li {
	position:relative;
	padding-left:1em;
	margin-bottom:.2em;
}
.page-specified .box01 .box_in section ul li:last-child {
	margin-bottom:0;
}
.page-specified .box01 .box_in section ul li:before {
	position:absolute;
	left:0;
	content:'・';
}
@media screen and (max-width: 37.5em) {
.page-specified .box01 {
	width:100%;
	padding-top:6.25vw;
	padding-bottom:12.5vw;
}
.page-specified .box01 h2 {
	padding-bottom:3.125vw;
	font-size:4.688vw;
}
.page-specified .box01 .box_in section {
	padding:1.563vw 2.344vw 3.125vw;
	font-size:3.75vw;
}
.page-specified .box01 .box_in section h3 {
	font-size:3.75vw;
	margin-bottom:1.563vw;
}
.page-specified .box01 .box_in section p {
	font-size:3.75vw;
	margin-bottom:1.5em;
}
.page-specified .box01 .box_in section ul li {
	position:relative;
	padding-left:1em;
	margin-bottom:.2em;
	font-size:3.75vw;
}
}

/* 検索結果 */
.search .box01 {
	width:700px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.search .box01 h2 {
	padding-bottom:20px;
	font-size:1.125rem;
	text-align:center;
}
.search .box01 .box_in article {
	padding:10px 15px 20px;
	border-top: solid 1px #808080;
	font-size:0.875rem;
}
.search .box01 .box_in article:last-child {
	padding-bottom:0;
}
.search .box01 .box_in article h2 {
	text-align:left;
	margin-bottom:10px;
}
.search .box01 .box_in article p {
	margin-bottom:1.5em;
}
.search .box01 .box_in article p:last-child {
	margin-bottom:0;
}
@media screen and (max-width: 37.5em) {
.search .box01 {
	width:100%;
	padding-top:6.25vw;
	padding-bottom:12.5vw;
}
.search .box01 h2 {
	padding-bottom:3.125vw;
	font-size:4.688vw;
}
.search .box01 .box_in article {
	padding:1.563vw 2.344vw 3.125vw;
	font-size:3.75vw;
}
.search .box01 .box_in article h3 {
	font-size:3.75vw;
	margin-bottom:1.563vw;
}
.search .box01 .box_in article p {
	font-size:3.75vw;
	margin-bottom:1.5em;
}
}

/* ご利用ガイド */
.page-guide .box01 {
	width:700px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.page-guide .box01 h2 {
	padding-bottom:20px;
	font-size:1.125rem;
	text-align:center;
}
.page-guide .box01 .com01 {
	padding-bottom:60px;
	padding:0 15px;
	font-size:0.875rem;
}
.page-guide .box01 .guide_nav {
	list-style:none;
	padding:0 15px;
	margin:0;
	margin-bottom:40px;
	font-size:calc(0.875rem * .85);
}
.page-guide .box01 .guide_nav:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-guide .box01 .guide_nav li {
	float:left;
	/*width:140px;
	margin-right:1em;*/
	width:19%;
	margin-right:1%;
}
.page-guide .box01 .guide_nav li:last-child {
	margin-right:0;
}
.page-guide .box01 .guide_nav li a {
	position:relative;
	display:block;
	text-align:center;
	padding:.7em 1.3em .7em .7em;
	border: solid 1px #808080;
}
.page-guide .box01 .guide_nav li a:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:.5em;
	font-family: "FontAwesome";
	content:'\f105';
	text-decoration:none;
}
.page-guide .box01 .guide_nav li a span {
	display:inline-block;
}
.page-guide .box01 .guide_nav li a:hover {
	text-decoration:none;
}
.page-guide .box01 .box {
	margin-top:-100px;
	padding-top:100px;
	padding-bottom:30px;
	counter-reset: number 0;
}
.page-guide .box01 .box h3 {
	background:#f2f2f2;
	padding:.7em 2.2em .6em;
	margin-bottom:20px;
	font-size:0.875rem;
}
.page-guide .box01 .box p {
	padding:0 15px;
	font-size:0.875rem;
}
.page-guide .box01 .box section {
	padding:0 15px 30px;
	margin-bottom:30px;
	border-bottom: solid 1px #808080;
	font-size:0.875rem;
}
.page-guide .box01 .box section:last-child {
	padding:0 15px;
	margin-bottom:0;
	border-bottom: none;
}
.page-guide .box01 .box section h4 {
	position:relative;
	padding-left:2em;
	text-align:left;
}
.page-guide .box01 .box section h4 span {
	position:relative;
	font-size:0.938rem;
	font-weight:bold;
}
.page-guide .box01 .box section h4 em {
	display:block;
	font-size:0.750rem;
	font-style:normal;
}
.page-guide .box01 .box section h4:before {
	position:absolute;
	top:.05em;
	left:0;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:22px;
	background:#666666;
	color:#FFF;
	font-size:0.938rem;
	counter-increment: number;
	content: counter(number);
}
.page-guide .box01 .box section p {
	padding:0;
	margin-bottom:1.5em;
}
.page-guide .box01 .box section p:last-child {
	margin-bottom:0;
}
.page-guide .box01 .box section p.btn {
	text-align:center;
}
.page-guide .box01 .box section p.btn a {
	display:inline-block;
	background:#666666;
	padding:.8em 1.5em;
	text-decoration:none;
}
.page-guide .box01 .box section p.btn a span {
	font-weight:bold;
	font-size:0.750rem;
	color:#FFF;
}
.page-guide .box01 .box section p.btn a:hover {
	text-decoration:none;
}
@media screen and (max-width: 37.5em) {
.page-guide .box01 {
	width:100%;
	padding-top:6.25vw;
	padding-bottom:12.5vw;
}
.page-guide .box01 h2 {
	padding-bottom:3.125vw;
	font-size:4.688vw;
}
.page-guide .box01 .com01 {
	padding-bottom:9.375vw;
	padding:0 2.344vw;
	font-size:3.75vw;
}
.page-guide .box01 .guide_nav {
	position:relative;
	left:-4.6875%;
	width:calc(100% + calc(4.6875% * 2));
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:6.25vw;
	font-size:4.063vw;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
}
.page-guide .box01 .guide_nav li {
	float:left;
	width:50%;
	margin-right:0;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
}
.page-guide .box01 .guide_nav li:nth-child(2n) {
	border-right: none;
}
.page-guide .box01 .guide_nav li:nth-last-child(-n+2) {
	border-bottom: none;
}
.page-guide .box01 .guide_nav li:last-child {
	margin-right:0;
}
.page-guide .box01 .guide_nav li a {
	position:relative;
	display:block;
	text-align:center;
	padding:.7em 0;
	border: none;
}
.page-guide .box01 .box {
	padding-bottom:4.688vw;
}
.page-guide .box01 .box h3 {
	position:relative;
	left:-4.6875vw;
	width:100vw;
	padding:.7em 1.5em .6em;
	margin-bottom:3.125vw;
	font-size:4.375vw;
}
.page-guide .box01 .box section {
	padding:0 1.563vw 4.688vw;
	margin-bottom:4.688vw;
	font-size:3.75vw;
}
.page-guide .box01 .box section:last-child {
	padding:0 1.563vw;
}
.page-guide .box01 .box section h4 {
	position:relative;
	padding-left:2em;
	text-align:left;
}
.page-guide .box01 .box section h4 span {
	font-size:4.375vw;
}
.page-guide .box01 .box section h4 em {
	font-size:3.75vw;
}
.page-guide .box01 .box section h4:before {
	position:absolute;
	top:.05em;
	left:0;
	width:5.156vw;
	height:5.156vw;
	line-height:5.469vw;
	font-size:4.063vw;
}
.page-guide .box01 .box section p {
	margin-bottom:1.5em;
}
.page-guide .box01 .box section p.btn a {
	padding:.8em 1.5em;
}
.page-guide .box01 .box section p.btn a span {
	font-size:3.75vw;
}
}

/* ご利用ガイド */
.post-type-archive-faq .box01 {
	width:700px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.post-type-archive-faq .box01 h2 {
	padding-bottom:20px;
	font-size:1.125rem;
	text-align:center;
}
.post-type-archive-faq .box01 .faq_list {
	margin-bottom:60px;
}
.post-type-archive-faq .box01 .faq_list:last-child {
	margin-bottom:0;
}
.post-type-archive-faq .box01 .faq_list h3 {
	background:#f2f2f2;
	padding:.7em 2.2em .6em;
	margin-bottom:20px;
	font-size:0.875rem;
}
.post-type-archive-faq .box01 .faq_list section {
	padding:0 25px;
	margin-bottom:50px;
	font-size:0.875rem;
}
.post-type-archive-faq .box01 .faq_list section:last-child {
	margin-bottom:0;
}
.post-type-archive-faq .box01 .faq_list section h4 {
	position:relative;
	padding:0;
	padding-left:2em;
	text-align:left;
}
.post-type-archive-faq .box01 .faq_list section h4:before {
	position:absolute;
	top:.02em;
	left:0;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:22px;
	background:#666666;
	color:#FFF;
	font-size:0.938rem;
	content:'Q';
}
.post-type-archive-faq .box01 .faq_list section .contents {
	position:relative;
	padding-left:2em;
	text-align:left;
}
.post-type-archive-faq .box01 .faq_list section .contents:before {
	position:absolute;
	top:.02em;
	left:0;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:22px;
	background:#b3b3b3;
	color:#FFF;
	font-size:0.938rem;
	content:'A';
}
.post-type-archive-faq .box01 .box_in {
  margin-bottom:40px;
}
.post-type-archive-faq .box01 .box_in section {
  padding:40px 15px;
  border-top:solid 1px #808080;
  border-bottom:solid 1px #808080;
  font-size:0.875rem;
}
.post-type-archive-faq .box01 .box_in section ul,
.post-type-archive-faq .box01 .box_in section ol {
  margin:0;
  padding:0;
  list-style:none;
}
.post-type-archive-faq .box01 .box_in section ol {
  counter-reset: number 0;
}
.post-type-archive-faq .box01 .box_in section ol li {
  position:relative;
  padding-left:1.5em;
  margin-bottom:1.5em;
}
.post-type-archive-faq .box01 .box_in section ol li ol.par:first-child  {
  margin-top:1.5em;
}
.post-type-archive-faq .box01 .box_in section ol li:before {
  position:absolute;
  left:0;
  counter-increment:number;
  content:counter(number) ".";
}
.post-type-archive-faq .box01 .box_in section ol.par li:before {
  position:absolute;
  left:0;
  counter-increment:number;
  content:"("counter(number) ")";
}
@media screen and (max-width: 37.5em) {
.post-type-archive-faq .box01 {
	width:100%;
	padding-top:6.25vw;
	padding-bottom:12.5vw;
}
.post-type-archive-faq .box01 h2 {
	padding-bottom:3.125vw;
	font-size:4.688vw;
}
.post-type-archive-faq .box01 .faq_list {
	margin-bottom:9.375vw;
}
.post-type-archive-faq .box01 .faq_list:last-child {
	margin-bottom:0;
}
.post-type-archive-faq .box01 .faq_list h3 {
	position:relative;
	left:-4.6875%;
	width:calc(100% + calc(4.6875% * 2));
	background:#f2f2f2;
	padding:.7em 4.6875% .6em;
	margin-bottom:3.125vw;
	font-size:4.375vw;
}
.post-type-archive-faq .box01 .faq_list section {
	padding:0 1.563vw;
	margin-bottom:7.813vw;
	font-size:3.906vw;
}
.post-type-archive-faq .box01 .faq_list section h4 {
	position:relative;
	padding:0;
	padding-left:2em;
	text-align:left;
}
.post-type-archive-faq .box01 .faq_list section h4:before {
	position:absolute;
	top:.02em;
	left:0;
	width:5.156vw;
	height:5.156vw;
	line-height:5.469vw;
	font-size:4.063vw;
}
.post-type-archive-faq .box01 .faq_list section .contents {
	padding-left:2em;
}
.post-type-archive-faq .box01 .faq_list section .contents:before {
	position:absolute;
	top:.02em;
	left:0;
	width:5.156vw;
	height:5.156vw;
	line-height:5.469vw;
	font-size:4.063vw;
}
.post-type-archive-faq .box01 .box_in section {
  font-size:3.906vw;
}
}

/* ブランドリニューアルのお知らせ */
.page-renew .box01 {
	padding-top:40px;
	padding-bottom:80px;
}
.page-renew .box01 .wrapper {
    background: url('images/renew_img.png');
	width:1100px;
	height:1660px;
	margin:0 auto;
}
.page-renew .box01 h2 {
	width:402px;
	margin:0 auto;
	margin-bottom:100px;
	padding:120px 0 0;
}
.page-renew .box01 h2 img {
	width:100%;
	max-width:none;
	height:auto;
}
.page-renew .box01 h3 {
	text-align:center;
	font-size:1.938rem;
	color:#666666;
	margin-bottom:1.2em;
}
.page-renew .box01 .com p {
	text-align:center;
	font-size:1.250rem;
	color:#666666;
	margin-bottom:1.2em;
}
.page-renew .box01 .com p:last-child {
	margin-bottom:0;
}
@media screen and (max-width: 37.5em) {
.page-renew .box01 {
	padding-top:0;
	padding-bottom:0;
}
.page-renew .box01 .wrapper {
    background: url('images/renew_img_sp.png');
	background-size:cover;
	width:100vw;
	height:304.688vw;
	margin:0 auto;
	padding:0;
}
.page-renew .box01 h2 {
	width:56.25vw;
	margin:0 auto;
	margin-bottom:15.625vw;
	padding:14.063vw 0 0;
}
.page-renew .box01 h3 {
	font-size:4.688vw;
	margin-bottom:1.2em;
}
.page-renew .box01 .com p {
	font-size:4.063vw;
	margin-bottom:1.2em;
	line-height:1.7;
}
.page-renew .box01 .com p:last-child {
	margin-bottom:0;
}
}

/* CAMPAIGN */
.page-campaign .box01 {
	width:900px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.page-campaign .box01 h2 {
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:2.125rem;
	color:#808080;
	text-align:center;
	letter-spacing:3px;
}
.page-campaign .box01 .box section {
	position:relative;
	/*border-top: solid 1px #808080;*/
	padding:100px 0 30px;
	margin-top:-70px;
}
.page-campaign .box01 .box section:last-child {
	padding-bottom:0;
}
.page-campaign .box01 .box section:before {
	position:absolute;
	top:70px;
	left:0;
	width:100%;
	height:1px;
	background:#808080;
	display:block;
	content:'';
}
.page-campaign .box01 .box section:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-campaign .box01 .box section .img {
	position:relative;
	float:left;
	width:550px;
}
.page-campaign .box01 .box section .img .end_img{
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	display:block;
}
.page-campaign .box01 .box section .box_r {
	float:right;
	width:315px;
}
.page-campaign .box01 .box section .box_r h3 {
	background:#6f96af;
	margin-bottom:20px;
	padding:20px;
}
.page-campaign .box01 .box section .box_r h3 span {
	display:block;
	font-size:1.125rem;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	line-height:1.3;
}
.page-campaign .box01 .box section .box_r h3 em {
	display:block;
	font-size:0.875rem;
	color:#FFF;
	text-align:center;
	line-height:1.3;
	font-style:normal;
	padding-top:.5em;
}
.page-campaign .box01 .box section .box_r .box .box_in {
	margin-bottom:3em;
}
.page-campaign .box01 .box section .box_r .box .box_in:last-child {
	margin-bottom:0;
}
.page-campaign .box01 .box section .box_r .set {
	font-size:0.875rem;
	margin-bottom:1.4em;
}
.page-campaign .box01 .box section .box_r .price {
	font-size:0.875rem;
	margin-bottom:.5em;
}
.page-campaign .box01 .box section .box_r .price span {
	padding:0 .3em;
	font-size:1.625rem;
	font-weight:bold;
}
.page-campaign .box01 .box section .box_r .price em {
	font-size:0.875rem;
	font-style:normal;
}
.page-campaign .box01 .box section .box_r .caution {
	font-size:0.625rem;
}
.page-campaign .box01 .box section .box_r .cart {
}
.page-campaign .box01 .box section .box_r .cart_in {
	margin-bottom:15px;
}
.page-campaign .box01 .box section .box_r .cart_in:last-child {
	margin-bottom:0;
}
.page-campaign .box01 .box section .box_r .cart_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-campaign .box01 .box section .box_r dl {
	position:relative;
	z-index:10;
	display: table;
	width:100%;
	/*float:right;*/
	margin:0;
	padding:0;
}
.page-campaign .box01 .box section .box_r dl:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-campaign .box01 .box section .box_r dl dt {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	height:40px;
	padding-right:10px;
	display:none;
}
.page-campaign .box01 .box section .box_r dl dt.coupon {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	height:40px;
	padding-right:10px;
}
.page-campaign .box01 .box section .box_r dl dt.coupon span {
	display:block;
	background:#69635e;
	padding:.2em .5em;
	text-align:center;
	font-size:12px;
	color:#FFF;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl dt.coupon em {
	display:block;
	border: solid 1px #69635e;
	padding:.1em .3em;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl.price dt {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
	height:auto;
	padding-right:0;
	padding-bottom:.4em;
	padding-right:30px;
	white-space:nowrap;
}
.page-campaign .box01 .box section .box_r dl.price dt:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:8px;
	width:14px;
	height:20px;
    background: url(images/price_arrow.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
.page-campaign .box01 .box section .box_r dl dt span {
	position:relative;
	display:inline-block;
	line-height:40px;
}
.page-campaign .box01 .box section .box_r dl.price dt span {
	position:relative;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl.price dt span em {
	position:relative;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl.price dt span:before {
	position: absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	display:block;
	background-image: linear-gradient(to top left,transparent, transparent 48%,#898b8d 48%, #898b8d 52%,transparent 52%, transparent);
	content:'';
}
.page-campaign .box01 .box section .box_r dl dt input {
	position:relative;
	top:1px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	border: solid 2px #808080;
	border-radius:0;
	padding:0;
}
.page-campaign .box01 .box section .box_r dl dd {
	display:table-cell;
	vertical-align:middle;
	/*width:200px;*/
	text-align:right;
}
.page-campaign .box01 .box section .box_r dl.price dd {
	width:auto;
	padding-bottom:.3em;
	white-space:nowrap;
}
.page-campaign .box01 .box section .box_r dl dd input[type="button"].btn-sm ,
.page-campaign .box01 .box section .box_r dl dd input[type="submit"].btn-sm {
	background-image:none;
	/*width:100%;*/
	width:200px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	padding:0;
	border:none;
}
.page-campaign .box01 .box section .box_r dl dd input[type="button"].btn-sm:hover ,
.page-campaign .box01 .box section .box_r dl dd input[type="submit"].btn-sm:hover {
	opacity: .6;
}
.page-campaign .box01 .box section .box_r dl.price dd {
	color:#84919c;
	font-size:16px;
	font-weight:bold;
}
.page-campaign .box01 .box section .box_r dl.price dd span {
	position:relative;
	top:.1em;
	color:#84919c;
	font-size:24px;
	font-weight:bold;
	margin-left:-.3em;
}
.page-campaign .box01 .box section .box_r dl.price dd em {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-left:-.5em;
}
@media screen and (max-width: 37.5em) {
.page-campaign .box01 {
	width:100%;
	margin:0 auto;
	padding-top:0;
	padding-bottom:12.5vw;
}
.page-campaign .wrapper {
	padding:0;
}
.page-campaign .box01 h2 {
	padding-bottom:3.125vw;
	font-size:5.625vw;
}
.page-campaign .box01 .box section {
	position:relative;
	/*border-top: solid 1px #808080;*/
	padding:calc(15.625vw * 1.2) 0 4.688vw;
	margin-top:calc(-10.937vw * 1.2);
}
.page-campaign .box01 .box section:before {
	position:absolute;
	top:calc(10.938vw * 1.2);
	left:0;
}
.page-campaign .box01 .box section .img {
	float:none;
	width:100%;
	margin:0 auto;
	margin-bottom:0;
	padding:0;
}
.page-campaign .box01 .box section .img img {
	vertical-align:bottom;
}
.page-campaign .box01 .box section .box_r {
	float:none;
	width:100%;
}
.page-campaign .box01 .box section .box_r h3 {
	background:#6f96af;
	margin-top:0;
	margin-bottom:3.125vw;
	padding:3.125vw;
}
.page-campaign .box01 .box section .box_r h3 span {
	font-size:5.625vw;
	text-align:center;
	margin-bottom:.5em;
	line-height:1.3;
}
.page-campaign .box01 .box section .box_r h3 em {
	font-size:3.438vw;
	line-height:1.3;
}
.page-campaign .box01 .box section .box_r .catch {
	width:calc(78.125vw * 1.05);
	margin:0 auto;
	font-size:3.438vw;
	margin-bottom:1.4em;
}
.page-campaign .box01 .box section .box_r .set {
	width:calc(78.125vw * 1.05);
	margin:0 auto;
	font-size:3.438vw;
	margin-bottom:1.4em;
}
.page-campaign .box01 .box section .box_r .price {
	width:calc(78.125vw * 1.05);
	margin:0 auto;
	font-size:4.063vw;
	margin-bottom:.5em;
}
.page-campaign .box01 .box section .box_r .price span {
	padding:0 .3em;
	font-size:6.563vw;
}
.page-campaign .box01 .box section .box_r .price em {
	font-size:4.063vw;
}
.page-campaign .box01 .box section .box_r .caution {
	width:calc(78.125vw * 1.05);
	margin:0 auto;
	font-size:3.125vw;
}
.page-campaign .box01 .box section .box_r .cart {
	width:calc(78.125vw * 1.05);
	margin:0 auto;
	padding-top:4.6875vw;
}
.page-campaign .box01 .box section .box_r .cart_in {
	margin-bottom:2.344vw;
	text-align:center;
}
.page-campaign .box01 .box section .box_r .cart_in:last-child {
	margin-bottom:0;
}
.page-campaign .box01 .box section .box_r .cart_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-campaign .box01 .box section .box_r dl {
	display: table;
	float:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.page-campaign .box01 .box section .box_r dl dt {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:4.375vw;
	font-weight:normal;
	vertical-align:middle;
	height:11.875vw;
	padding-right:3.125vw;
}
.page-campaign .box01 .box section .box_r dl dt span {
	display:inline-block;
	line-height:11.875vw;
}
.page-campaign .box01 .box section .box_r dl dt.coupon {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:2.188vw;
	font-weight:normal;
	vertical-align:middle;
	height:6.25vw;
	padding-right:calc(1.563vw * 1.6);
}
.page-campaign .box01 .box section .box_r dl dt.coupon span {
	display:block;
	background:#69635e;
	padding:.2em .5em;
	text-align:center;
	font-size:calc(1.875vw * 1.6);
	color:#FFF;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl dt.coupon em {
	display:block;
	border: solid 1px #69635e;
	padding:.1em .3em;
	text-align:center;
	font-size:calc(2.813vw * 1.6);
	font-weight:bold;
	font-style:normal;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl.price dt {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:calc(2.188vw * 1.6);
	font-weight:bold;
	vertical-align:bottom;
	height:auto;
	padding-right:0;
	padding-bottom:.7em;
	padding-right:4.688vw;
}
.page-campaign .box01 .box section .box_r dl.price dt:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:1.25vw;
	width:2.188vw;
	height:3.125vw;
    background: url(images/price_arrow.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
.page-campaign .box01 .box section .box_r dl.price dt span {
	position:relative;
	display:inline-block;
	font-size:calc(2.813vw * 1.5);
	font-weight:bold;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl.price dt span em {
	position:relative;
	font-size:calc(2.813vw * 1.5);
	font-weight:bold;
	line-height:1.1;
}
.page-campaign .box01 .box section .box_r dl.price dt span:before {
	position: absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	display:block;
	background-image: linear-gradient(to top left,transparent, transparent 48%,#898b8d 48%, #898b8d 52%,transparent 52%, transparent);
	content:'';
}
.page-campaign .box01 .box section .box_r dl dt input {
	position:relative;
	top:0.156vw;
	width:11.875vw;
	height:11.875vw;
	line-height:11.875vw;
	font-size:4.375vw;
	text-align:center;
	border: solid 1px #808080;
	border-radius:0;
	padding:0;
}
.page-campaign .box01 .box section .box_r dl dd {
	display:table-cell;
	vertical-align:middle;
	/*width:60.938vw;*/
	text-align:right;
}
.page-campaign .box01 .box section .box_r dl dd input[type="button"].btn-sm ,
.page-campaign .box01 .box section .box_r dl dd input[type="submit"].btn-sm {
	background-image:none;
	width:50vw;
	height:11.875vw;
	text-align:center;
	line-height:11.875vw;
	font-size:4.375vw;
	padding:0;
	border:none;
}
.page-campaign .box01 .box section .box_r dl.price dd {
	color:#84919c;
	font-size:calc(2.5vw * 1.6);
	font-weight:bold;
}
.page-campaign .box01 .box section .box_r dl.price dd span {
	position:relative;
	top:.1em;
	color:#84919c;
	font-size:calc(3.75vw * 1.6);
	font-weight:bold;
	margin-left:-.3em;
}
.page-campaign .box01 .box section .box_r dl.price dd em {
	color:#000000;
	font-size:calc(2.188vw * 1.6);
	font-weight:bold;
	margin-left:-.5em;
}
}

/* INFORMATION */
.page-information .box01 ,
.page-subscription .box01 ,
.page-normal-purchase .box01 {
	width:900px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.page-information .box01 h2 ,
.page-subscription .box01 h2 ,
.page-normal-purchase .box01 h2 {
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:2.125rem;
	font-weight:100;
	color:#808080;
	text-align:center;
	letter-spacing:3px;
}
.page-information .box01 .box:after ,
.page-subscription .box01 .box:after ,
.page-normal-purchase .box01 .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-information .box01 .box section ,
.page-subscription .box01 .box section ,
.page-normal-purchase .box01 .box section {
	position:relative;
	float:left;
	width:50%;
	padding:30px 0;
	padding-right:30px;
}
.page-information .box01 .box section:first-child ,
.page-subscription .box01 .box section:first-child ,
.page-normal-purchase .box01 .box section:first-child ,
.page-information .box01 .box section:nth-child(2) ,
.page-subscription .box01 .box section:nth-child(2) ,
.page-normal-purchase .box01 .box section:nth-child(2) {
	padding-top:0;
}
.page-information .box01 .box section:nth-child(2n) ,
.page-subscription .box01 .box section:nth-child(2n) ,
.page-normal-purchase .box01 .box section:nth-child(2n) {
	float:right;
	padding-right:0;
	padding-left:30px;
}
.page-information .box01 .box section:nth-child(2n+1) ,
.page-subscription .box01 .box section:nth-child(2n+1) ,
.page-normal-purchase .box01 .box section:nth-child(2n+1) {
	clear:both;
}
.page-information .box01 .box section:nth-last-child(-n+2) ,
.page-subscription .box01 .box section:nth-last-child(-n+2) ,
.page-normal-purchase .box01 .box section:nth-last-child(-n+2) {
	padding-bottom:0;
}
.page-information .box01 .box section:before ,
.page-subscription .box01 .box section:before ,
.page-normal-purchase .box01 .box section:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#808080;
	display:block;
	content:'';
}
.page-information .box01 .box section:first-child:before ,
.page-subscription .box01 .box section:first-child:before ,
.page-normal-purchase .box01 .box section:first-child:before ,
.page-information .box01 .box section:nth-child(2):before ,
.page-subscription .box01 .box section:nth-child(2):before ,
.page-normal-purchase .box01 .box section:nth-child(2):before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#808080;
	display:block;
	content:'';
	display:none;
}
.page-subscription .box01 .box section:nth-child(2):after {
	position:absolute;
	bottom:-31px;
	left:0;
	width:100%;
	height:1px;
	background:#808080;
	display:block;
	content:'';
	display:none;
}
.page-information .box01 .box section .img ,
.page-subscription .box01 .box section .img ,
.page-normal-purchase .box01 .box section .img {
	margin-bottom:30px;
}
.page-information .box01 .box section h3 ,
.page-subscription .box01 .box section h3 ,
.page-normal-purchase .box01 .box section h3 {
	font-size:1.125rem;
	margin-bottom:.2em;
}
.page-information .box01 .box section .price ,
.page-subscription .box01 .box section .price ,
.page-normal-purchase .box01 .box section .price {
	font-size:0.875rem;
}
.page-information .box01 .box section .price span ,
.page-subscription .box01 .box section .price span ,
.page-normal-purchase .box01 .box section .price span {
	padding:0 .3em;
	font-size:1.250rem;
	font-weight:bold;
}
.page-information .box01 .box section .price em ,
.page-subscription .box01 .box section .price em ,
.page-normal-purchase .box01 .box section .price em {
	font-size:0.875rem;
	font-style:normal;
	margin-right:1em;
}
.page-information .box01 .box section .price em + span ,
.page-subscription .box01 .box section .price em + span ,
.page-normal-purchase .box01 .box section .price em + span {
	font-size:1.250rem;
	font-weight:normal;
	padding:0;
}
.page-information .box01 .box section .cart ,
.page-subscription .box01 .box section .cart ,
.page-normal-purchase .box01 .box section .cart {
}
.page-information .box01 .box section .cart_in ,
.page-subscription .box01 .box section .cart_in ,
.page-normal-purchase .box01 .box section .cart_in {
	margin-bottom:15px;
}
.page-normal-purchase .box01 .box section .postage {
  width:200px;
  margin: 10px 0 0 auto;
}
.page-information .box01 .box section .cart_in:last-child ,
.page-subscription .box01 .box section .cart_in:last-child ,
.page-normal-purchase .box01 .box section .cart_in:last-child {
	margin-bottom:0;
}
.page-information .box01 .box section .cart_in:after ,
.page-subscription .box01 .box section .cart_in:after ,
.page-normal-purchase .box01 .box section .cart_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-information .box01 .box section dl ,
.page-subscription .box01 .box section dl ,
.page-normal-purchase .box01 .box section dl {
	display: table;
	float:right;
	margin:0;
	padding:0;
}
.page-information .box01 .box section dl dt ,
.page-subscription .box01 .box section dl dt ,
.page-normal-purchase .box01 .box section dl dt {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	height:40px;
	padding-right:10px;
	display:none;
}
.page-information .box01 .box section dl dt span ,
.page-subscription .box01 .box section dl dt span ,
.page-normal-purchase .box01 .box section dl dt span {
	display:inline-block;
	line-height:40px;
}
.page-information .box01 .box section dl dt input ,
.page-subscription .box01 .box section dl dt input ,
.page-normal-purchase .box01 .box section dl dt input {
	position:relative;
	top:1px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	border: solid 2px #808080;
	border-radius:0;
	padding:0;
}
.page-information .box01 .box section dl dd ,
.page-subscription .box01 .box section dl dd ,
.page-normal-purchase .box01 .box section dl dd {
	display:table-cell;
	vertical-align:middle;
	width:200px;
	text-align:right;
}
.page-information .box01 .box section dl dd input[type="button"].btn-sm ,
.page-subscription .box01 .box section dl dd input[type="button"].btn-sm ,
.page-normal-purchase .box01 .box section dl dd input[type="button"].btn-sm ,
.page-information .box01 .box section dl dd input[type="submit"].btn-sm ,
.page-subscription .box01 .box section dl dd input[type="submit"].btn-sm ,
.page-normal-purchase .box01 .box section dl dd input[type="submit"].btn-sm {
	background-image:none;
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	padding:0;
	border:none;
}
@media screen and (max-width: 37.5em) {
.page-information .box01 ,
.page-subscription .box01 ,
.page-normal-purchase .box01 {
	width:100%;
	margin:0 auto;
	padding-top:0;
	padding-bottom:12.5vw;
}
.page-information .wrapper ,
.page-subscription .wrapper ,
.page-normal-purchase .wrapper {
	padding:0;
}
.page-information .box01 h2 ,
.page-subscription .box01 h2 ,
.page-normal-purchase .box01 h2 {
	padding-bottom:3.125vw;
	font-size:5.625vw;
}
.page-information .box01 .box section ,
.page-subscription .box01 .box section ,
.page-normal-purchase .box01 .box section {
	position:relative;
	float:none;
	width:100%;
	padding:4.688vw 0;
	padding-right:0;
}
.page-information .box01 .box section:first-child ,
.page-subscription .box01 .box section:first-child ,
.page-normal-purchase .box01 .box section:first-child ,
.page-information .box01 .box section:nth-child(2) ,
.page-subscription .box01 .box section:nth-child(2) ,
.page-normal-purchase .box01 .box section:nth-child(2) {
	padding-top:4.688vw;
}
.page-information .box01 .box section:nth-child(2n) ,
.page-subscription .box01 .box section:nth-child(2n) ,
.page-normal-purchase .box01 .box section:nth-child(2n) {
	float:none;
	width:100%;
	padding-right:0;
	padding-left:0;
}
.page-information .box01 .box section:nth-last-child(-n+2) ,
.page-subscription .box01 .box section:nth-last-child(-n+2) ,
.page-normal-purchase .box01 .box section:nth-last-child(-n+2) {
	padding-bottom:4.688vw;
}
.page-information .box01 .box section:last-child ,
.page-subscription .box01 .box section:last-child ,
.page-normal-purchase .box01 .box section:last-child {
	padding-bottom:0;
}
.page-information .box01 .box section:first-child:before ,
.page-subscription .box01 .box section:first-child:before ,
.page-normal-purchase .box01 .box section:first-child:before ,
.page-information .box01 .box section:nth-child(2):before ,
.page-subscription .box01 .box section:nth-child(2):before ,
.page-normal-purchase .box01 .box section:nth-child(2):before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#808080;
	display:block;
	content:'';
}
.page-subscription .box01 .box section:nth-child(2):after {
	display:none;
}
.page-information .box01 .box section .img ,
.page-subscription .box01 .box section .img ,
.page-normal-purchase .box01 .box section .img {
	width:78.125vw;
	margin:0 auto;
	margin-bottom:4.688vw;
}
.page-information .box01 .box section h3 ,
.page-subscription .box01 .box section h3 ,
.page-normal-purchase .box01 .box section h3 {
	width:78.125vw;
	margin:0 auto;
	font-size:4.375vw;
	margin-bottom:.2em;
	white-space:nowrap;
}
.page-information .box01 .box section .price ,
.page-subscription .box01 .box section .price ,
.page-normal-purchase .box01 .box section .price {
	width:78.125vw;
	margin:0 auto;
	font-size:3.125vw;
}
.page-information .box01 .box section .price span ,
.page-subscription .box01 .box section .price span ,
.page-normal-purchase .box01 .box section .price span {
	padding:0 .3em;
	font-size:4.688vw;
	font-weight:bold;
}
.page-information .box01 .box section .price em ,
.page-subscription .box01 .box section .price em ,
.page-normal-purchase .box01 .box section .price em {
	font-size:3.125vw;
}
.page-information .box01 .box section .price em + span ,
.page-subscription .box01 .box section .price em + span ,
.page-normal-purchase .box01 .box section .price em + span {
	font-size:4.688vw;
	font-weight:normal;
}
.page-information .box01 .box section .cart ,
.page-subscription .box01 .box section .cart ,
.page-normal-purchase .box01 .box section .cart {
	padding-top:4.6875vw;
}
.page-information .box01 .box section .cart_in ,
.page-subscription .box01 .box section .cart_in ,
.page-normal-purchase .box01 .box section .cart_in {
	margin-bottom:2.344vw;
	text-align:center;
}
.page-normal-purchase .box01 .box section .postage {
  width:60.938vw;
  margin: 20px auto 0 auto;
}
.page-information .box01 .box section .cart_in:last-child ,
.page-subscription .box01 .box section .cart_in:last-child ,
.page-normal-purchase .box01 .box section .cart_in:last-child {
	margin-bottom:0;
}
.page-information .box01 .box section .cart_in:after ,
.page-subscription .box01 .box section .cart_in:after ,
.page-normal-purchase .box01 .box section .cart_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.page-information .box01 .box section dl ,
.page-subscription .box01 .box section dl ,
.page-normal-purchase .box01 .box section dl {
	display: table;
	float:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.page-information .box01 .box section dl dt ,
.page-subscription .box01 .box section dl dt ,
.page-normal-purchase .box01 .box section dl dt {
	position:relative;
	display:table-cell;
	text-align:right;
	font-size:4.375vw;
	font-weight:normal;
	vertical-align:middle;
	height:11.875vw;
	padding-right:3.125vw;
	display:none;
}
.page-information .box01 .box section dl dt span ,
.page-subscription .box01 .box section dl dt span ,
.page-normal-purchase .box01 .box section dl dt span {
	display:inline-block;
	line-height:11.875vw;
}
.page-information .box01 .box section dl dt input ,
.page-subscription .box01 .box section dl dt input ,
.page-normal-purchase .box01 .box section dl dt input {
	position:relative;
	top:0.156vw;
	width:11.875vw;
	height:11.875vw;
	line-height:11.875vw;
	font-size:4.375vw;
	text-align:center;
	border: solid 1px #808080;
	border-radius:0;
	padding:0;
}
.page-information .box01 .box section dl dd ,
.page-subscription .box01 .box section dl dd ,
.page-normal-purchase .box01 .box section dl dd {
	display:table-cell;
	vertical-align:middle;
	width:60.938vw;
	text-align:right;
}
.page-information .box01 .box section dl dd input[type="button"].btn-sm ,
.page-subscription .box01 .box section dl dd input[type="button"].btn-sm ,
.page-normal-purchase .box01 .box section dl dd input[type="button"].btn-sm ,
.page-information .box01 .box section dl dd input[type="submit"].btn-sm ,
.page-subscription .box01 .box section dl dd input[type="submit"].btn-sm ,
.page-normal-purchase .box01 .box section dl dd input[type="submit"].btn-sm {
	background-image:none;
	width:100%;
	height:11.875vw;
	text-align:center;
	line-height:11.875vw;
	font-size:4.375vw;
	padding:0;
	border:none;
}
}



/* SHOP LIST */
.page-shoplist .box01 {
	width:900px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.page-shoplist .box01 h2 {
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:2.125rem;
	font-weight:100;
	color:#808080;
	text-align:center;
	letter-spacing:3px;
}
.page-shoplist .box01 .shop_list section {
	margin-bottom:70px;
}
.page-shoplist .box01 .shop_list section:last-child {
	margin-bottom:0;
}
.page-shoplist .box01 .shop_list section h3 {
	background:#f2f2f2;
	padding:.5em 1.7em;
}
.page-shoplist .box01 .shop_list section h3 span {
	display:inline-block;
	color:#666666;
	font-size:1.188rem;
}
.page-shoplist .box01 .shop_list section h3 span:first-letter {
	letter-spacing:1em;
}
.page-shoplist .box01 .shop_list section dl {
	display:table;
	width:100%;
	margin:0;
	padding:0;
}
.page-shoplist .box01 .shop_list section dl dt ,
.page-shoplist .box01 .shop_list section dl dd {
	display:table-cell;
	padding:.5em 1.7em;
	margin:0;
	border-bottom: solid 1px #808080;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.page-shoplist .box01 .shop_list section dl dt {
	font-size:1.125rem;
	font-weight:bold;
	width:390px;
}
@media screen and (max-width: 37.5em) {
.page-shoplist .box01 {
	width:100%;
	margin:0 auto;
	padding-top:0;
	padding-bottom:12.5vw;
}
.page-shoplist .wrapper {
	padding:0;
}
.page-shoplist .box01 h2 {
	padding-bottom:3.125vw;
	font-size:5.625vw;
}
.page-shoplist .box01 .shop_list section {
	margin-bottom:11.667vw;
}
.page-shoplist .box01 .shop_list section h3 {
	padding:.5em calc((100% - 90.625%) / 2);
}
.page-shoplist .box01 .shop_list section h3 span {
	font-size:5vw;
}
.page-shoplist .box01 .shop_list section dl {
	display:block;
	width:100%;
	padding:0 calc((100% - 90.625%) / 2);
}
.page-shoplist .box01 .shop_list section dl dt ,
.page-shoplist .box01 .shop_list section dl dd {
	display:block;
	padding:1em .2em;
	border-bottom: solid 1px #808080;
	font-size:3.8vw;
}
.page-shoplist .box01 .shop_list section dl dt {
	font-size:4vw;
	font-weight:bold;
	width:100%;
	border-bottom: none;
	padding-bottom:0;
}
}




/* モーダル表示 */
#modal-close_faq {
    width: 38px;
    height: 37px;
    position: fixed;
    top: 20px;
    right: 20px;
    text-indent: -99999px;
    background: url('images/close.png');
}
#modal-content_faq {
    max-width: 720px;
    width: 720px;
    height: 480px;
    margin: 0 ;
    padding: 0;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
}
#modal-content_faq h2 {
    font-size: 18px;
    height: 18px;
    line-height: 1;
    font-weight: normal;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
	text-align:center;
}
.modal_inner {
    margin: auto;
    width: 560px;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#modal-content_faq p {
    text-align: left;
    line-height: 1.85;
    font-size: 13px;
}
.sub_title {
    text-align: center !important;
    padding: 1.85em 0;
}
.question {
    font-weight: 700;
}
.question:not(:first-child) {
    padding-top: 2em;
}
.modal_inner_scroll {
    margin: auto;
    width: 97%;
    height: 340px;
    overflow-y: scroll;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal_inner_scroll{
    overflow-y: scroll;
	overflow-x: hidden;
}
.modal_inner_scroll::-webkit-scrollbar{
    width:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
}
.modal_inner_scroll::-webkit-scrollbar-track{
    background:#FFF;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;}
.modal_inner_scroll::-webkit-scrollbar-thumb{
    background:#d2d2d2;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;}

#modal-overlay_faq {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
}
.button-link {
    cursor: pointer ;
}




header.clone-header {
	position: fixed;
	top: -200px;
	left: 0;
	z-index:10000;
	width:100%;
	transition: all 1s;
	background: #fff;
	text-align:center;
}
header.clone-header.is-fixed-header {
	top: 0;
}
header.clone-header .top-bar ,
header.clone-header .main-slider {
	display:none;
}
header.clone-header .site-branding ,
header.clone-header .main-navigation {
	display:inline-block;
	width:auto;
	margin:0;
}
header.clone-header .site-branding {
	width:100px;
}
header.clone-header .main-navigation .menu-primarymenu-container > ul ,
header.clone-header .main-navigation .menu-primarymenu-en-container > ul ,
header.clone-header .main-navigation .menu-primarymenu-ch-container > ul {
	margin:0;
}
header.clone-header .main-navigation .menu-primarymenu-container > ul > li ,
header.clone-header .main-navigation .menu-primarymenu-en-container > ul > li ,
header.clone-header .main-navigation .menu-primarymenu-ch-container > ul > li {
	padding:0 1.5rem;
}
@media screen and (max-width: 37.5em) {
header.clone-header {
	display:none !important;
}
}



/*youtube_box*/
.blocker,.modal{box-sizing:border-box}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1000000 !important;padding:20px;background-color:#000;background-color:rgba(0,0,0,.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.modal-spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}


.video {
  position: relative;
}
.modal-open {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background:#FFF;
}
.modal-open:before {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index:10;
	display:block;
	width:69px;
	height:77px;
	background: url("images/youtube_arrow.svg") no-repeat center top;
	background-size:cover;
	content:'';
}
.modal-open:hover:before {
	opacity: .6;
}
.home .youtube_box {
	margin-bottom:2em;
}
.viceo_item {
     max-width: 100%;
     height: auto;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.viceo_item iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* *****
 *  */
/* modal */
.blocker {
  z-index: 11;
}
.modal {
  background-color: #242424;
  border-radius: 4px;
  max-width: 1200px;
  padding: 10px;
}
.modal a.close-modal {
  background-color: #000;
  border: 2px solid #242424;
  border-radius: 50%;
  display: block;
  width: 26px;
  height: 26px;
  padding: 30px 30px 0 0;
  overflow: hidden;
  position: absolute;
  top: -13px;
  right: -13px;
}
.modal a.close-modal:hover {
  background-color: #424242;
}
.modal a.close-modal::before,
.modal a.close-modal::after {
  background-color: #999;
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  margin-left: -1px;
  position: absolute;
  top: 3px;
  left: 50%;
}
.modal a.close-modal::before {
  transform: rotate(-45deg);
}
.modal a.close-modal::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 37.5em) {
.modal-open {
	display:none;
}
}



#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding:0 !important;
	margin: 20px auto 0 auto !important;
	background: none !important;
	color: #666666 !important;
	border: none !important;
	font-size: 15px !important;
	-moz-border-radius: none !important;
	-webkit-border-radius: none !important;
	border-radius: none !important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover {
	text-decoration:underline !important;
}



/* 200509-retouching
------------------------------- */
.concept_h2_small {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

/*吹き出し*/

.box_bubble{
 background-color: #e6e6e6;
 text-align: left;
 font-size: 13px;
 padding: 10px 0px 10px 37px;
 position: relative;
 margin-top: 14px;
}
.box_bubble::before{
 content: "";
 display: block;
 width: 0;
 height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e6e6e6;
 position: absolute;
 left: 50%;
 top: -7px;
 margin-left: -8px;
}
@media screen and (max-width: 37.5em) {
  .box_bubble {
   font-size: 3.9vw;
   padding: 3vw 0vw 3vw 11vw;
   margin-top: 3vw;
  }
 .box_bubble::before {
  border-left: 3vw solid transparent;
  border-right: 3vw solid transparent;
  border-bottom: 3vw solid #e6e6e6;
  left: 50%;
  top: -2vw;
  margin-left: -3vw;
 }
}

/* 220523
------------------------------- */
.notes {
  font-size: 13px;
}
.sp_space {
  display: none;
}
@media screen and (max-width: 37.5em) {
  .notes {
    width:86vw;
    margin: 3vw auto;
  }
  .sp_space {
    display: inline;
  }
}

/*
ヘッダーにメイクショップのヘッダーを埋め込み
------------------------------- */
.frame_wrap{
	position: relative;
	height: 67px;
}
.make_shop_header{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 92px;
	margin: 0.5rem -15px 0 0;
}
@media screen and (max-width: 37.5em) {

}
@media all and (-ms-high-contrast: none) {
	.custom-logo {
		width: 100px;
	}
	.home .topics .row .col {
		padding: 30px;
	}
}