/*
Theme Name: b-spice
Description: b-spiceのオリジナルテーマ
Version: 1
Author: getit
*/

@import url("https://fonts.googleapis.com/css?family=Overpass:200,400,600&display=swap");
*, *:after, *:before {
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==================================================================
 *  reset
 * ================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
	vertical-align: baseline;
 }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
 }

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
	content: none;
}

table {
  border-collapse: collapse;
	border-spacing: 0;
}

/*
Theme Name: b-spice
Description: b-spiceのオリジナルテーマ
Version: 1
Author: getit
*/

@import url("https://fonts.googleapis.com/css?family=Overpass:200,400,600&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* ==================================================================
 *  reset
 * ================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ==================================================================
 *  Base
 * ================================================================== */

html,
body {
  font-family: 'Overpass', sans-serif;
  color: #505050;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #F8F8F8;
  font-size: 16px;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
}

main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 35px;
}

h1.title,
section h2 {
  color: #505050;
  height: 2em;
  text-align: center;
  margin: 2em auto 1.5em;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 1.25rem;
}

h1.title span,
section h2 span {
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
  margin: 5px auto 0;
  letter-spacing: 0;
}

a {
  color: #505050;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  opacity: 0.8;
}

a[target="_blank"]:after {
  content: "";
  background: url("images/icon_link.png") no-repeat center/cover;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.none:after {
	background:none!important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.logo {
  --color-logo: #B4B4B5;
  --color-logotype: #505050;
  width: 125px;
  height: 30px;
}

.inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .inner {
    padding: 0;
  }
}

@media (min-width: 415px) {
  .inner {
    padding: 0 15px;
  }
}

.read {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 0 20px;
  margin: -10px 0 30px;
}

@media (min-width: 415px) {
  .read {
    text-align: center;
  }
}


/* ==================================================================
 *  header
 * ================================================================== */

header {
  z-index: 999;
  width: 100%;
}

header:not(#top_header) {
  background: #fff;
}

header.fixed {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  -webkit-animation: 0.3s header linear both;
  animation: 0.3s header linear both;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 12px;
}

@media (min-width: 960px) {
  header .inner {
    height: 60px;
  }
}

header .header_nav {
  margin-left: auto;
}

header .header_nav .top_menu {
  display: block;
  position: relative;
  width: 25px;
  height: 17px;
  border-radius: 1px;
  border-top: 2px solid #505050;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

header .header_nav .top_menu:before,
header .header_nav .top_menu:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background: #505050;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

header .header_nav .top_menu:before {
  margin-top: -1px;
}

header .header_nav .top_menu:after {
  margin-top: 8px;
}

header .header_nav .top_menu li {
  display: none;
}

@media (min-width: 960px) {
  header .header_nav .top_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    background: none;
	  border-top: none;
  }
  header .header_nav .top_menu:before,
  header .header_nav .top_menu:after {
    display: none;
  }
  header .header_nav .top_menu li {
    display: block;
  }
  header .header_nav .top_menu li a {
    pointer-events: initial;
  }
  header .header_nav .top_menu h3 {
    position: relative;
    pointer-events: initial;
  }
  header .header_nav .top_menu h3:after {
    content: "";
    position: absolute;
    margin: 2px auto;
    right: -15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header .header_nav .top_menu h3.open:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
  }
  header .header_nav .top_menu>li {
    margin-left: 40px;
  }
  header .header_nav .top_menu>li a {
    text-decoration: none;
  }
  header .header_nav .top_menu>li .open {
    -webkit-animation: dropIn 0.3s ease-in both;
    animation: dropIn 0.3s ease-in both;
    display: block !important;
  }
  header .header_nav .top_menu>li .cat_menu,
  header .header_nav .top_menu>li .-sub {
    position: absolute;
    width: 210px;
    max-height: 285px;
    overflow-y: scroll;
    margin: 20px 0 0 -78px;
    border-radius: 4px;
    display: none;
    pointer-events: all;
    backdrop-filter: blur(6px);
    padding: 0;
  }
  header .header_nav .top_menu>li .cat_menu {
    width: 200px;
    margin: 20px 0 0 -80px;
  }
  header .header_nav .top_menu>li h3.open:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header_nav .top_menu>li .cat_menu li,
  header .header_nav .top_menu>li .-sub li {
    margin: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 5px 0 10px;
  }
  header .header_nav .top_menu>li .cat_menu li:not(:last-child),
  header .header_nav .top_menu>li .-sub li:not(:last-child) {
    border-bottom: 1px solid #777;
  }
  header .header_nav .top_menu>li .cat_menu li a,
  header .header_nav .top_menu>li .-sub li a {
    background: transparent;
    color: #fff;
    padding: 12px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-top: 0;
    font-size: 0.75rem;
  }
  header .header_nav .top_menu>li .cat_menu li a:hover,
  header .header_nav .top_menu>li .-sub li a:hover {
    opacity: 0.2;
  }
  header .header_nav .top_menu>li.facebook,
  header .header_nav .top_menu>li.instagram {
    margin-left: 25px;
  }
  header .header_nav .top_menu>li.facebook a,
  header .header_nav .top_menu>li.instagram a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  header .header_nav .top_menu>li.facebook a {
    background: url("images/icon_facebook.svg") no-repeat;
    background-size: cover;
  }
  header .header_nav .top_menu>li.instagram a {
    background: url("images/icon_instagram.svg") no-repeat;
    background-size: cover;
  }
}

#top_header:not(.fixed) .header_logo .logo {
  --color-logo: #fff;
  --color-logotype: #fff;
}

#top_header:not(.fixed) .top_menu {
	border-color: #fff;
}

#top_header:not(.fixed) .top_menu:before,
#top_header:not(.fixed) .top_menu:after {
  background: #fff;
}

@media (min-width: 960px) {
  #top_header:not(.fixed) .top_menu {
    border: none;
  }
  #top_header:not(.fixed) .top_menu:before,
  #top_header:not(.fixed) .top_menu:after {
    display: none;
  }
}

#top_header:not(.fixed) .top_menu li {
  color: #fff;
}

#top_header:not(.fixed) .top_menu li a {
  color: #fff;
}

#top_header:not(.fixed) .top_menu li h3:after {
  border-color: #fff;
}

#top_header:not(.fixed) .facebook a {
  background: #fff;
  -webkit-mask-image: url("images/icon_facebook.svg");
  mask-image: url("images/icon_facebook.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

#top_header:not(.fixed) .instagram a {
  background: #fff;
  -webkit-mask-image: url("images/icon_instagram.svg");
  mask-image: url("images/icon_instagram.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes header {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes dropIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dropIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* ==================================================================
 *  menu
 * ================================================================== */

#menu {
  position: fixed;
  top: 0;
  z-index: 1000;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  background: #F8F8F8;
  display: none;
}

@media (min-width: 960px) {
  #menu {
    display: none !important;
  }
}

#menu .menu_head {
  background: #fff;
  padding: 0 12px;
  height: 50px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#menu .menu_head .menu_close {
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
}

#menu .menu_head .menu_close:before,
#menu .menu_head .menu_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  border-radius: 1px;
  background: #505050;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#menu .menu_head .menu_close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu .menu_head .menu_close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#menu>.menu_list,
.collection #menu>.collection_menu {
  width: 100%;
  padding: 12px;
}

#menu>.menu_list>li,
.collection #menu>.collection_menu>li {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
}

#menu>.menu_list>li h3,
.collection #menu>.collection_menu>li h3 {
  padding: 15px 12px;
  display: block;
  font-weight: bold;
  font-size: 0.9375rem;
}

#menu>.menu_list>li h3 span,
.collection #menu>.collection_menu>li h3 span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #909090;
  padding-left: 1em;
}

#menu>.menu_list>li a:after,
.collection #menu>.collection_menu>li a:after {
  right: 15px;
}

#menu>.menu_list>li.menu_brand,
.collection #menu>.collection_menu>li.menu_brand {
  position: relative;
}

#menu>.menu_list>li.menu_brand:after,
.collection #menu>.collection_menu>li.menu_brand:after {
  content: "";
  position: absolute;
  top: 15px;
  margin: 0 auto;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menu>.menu_list>li.menu_brand.open:after,
.collection #menu>.collection_menu>li.menu_brand.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

#menu>.menu_list>li.menu_brand>a,
.collection #menu>.collection_menu>li.menu_brand>a {
  width: calc(100% - 35px);
}

#menu>.menu_list>li.menu_brand>a:after,
.collection #menu>.collection_menu>li.menu_brand>a:after {
  display: none;
}

#menu>.menu_list .cat_menu,
.collection #menu>.collection_menu .cat_menu {
  border-top: 1px solid #eee;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

#menu>.menu_list .cat_menu li,
.collection #menu>.collection_menu .cat_menu li {
  width: 50%;
  margin: 0;
  max-width: 100%;
  border-bottom: 1px solid #eee;
}

#menu>.menu_list .cat_menu li:nth-child(odd),
.collection #menu>.collection_menu .cat_menu li:nth-child(odd) {
  border-right: 1px solid #eee;
}

#menu>.menu_list .cat_menu li:last-child,
.collection #menu>.collection_menu .cat_menu li:last-child {
  border-bottom: 0;
}

#menu>.menu_list .cat_menu li a,
.collection #menu>.collection_menu .cat_menu li a {
  padding: 18px 0 18px 18px;
  background-position: 10px 2px;
  background-size: 40px;
  font-size: 0.8125rem;
}

#menu .menu_foot {
  text-align: center;
  padding: 30px;
}

#menu .menu_foot h2 {
  font-weight: bold;
}

#menu .menu_foot .sns_link {
  margin-top: 20px;
}


/* ==================================================================
 *  menu list
 * ================================================================== */

.menu_list>li>a,
.collection .collection_menu>li>a {
  padding: 15px 12px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9375rem;
  position: relative;
}

.menu_list>li>a span,
.collection .collection_menu>li>a span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #909090;
  padding-left: 1em;
}

.menu_list>li>a:after,
.collection .collection_menu>li>a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1.2px solid #505050;
  border-right: 1.2px solid #505050;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_list.-sub,
.collection .-sub.collection_menu {
  display: none;
}

.menu_list.-sub>li>a,
.collection .-sub.collection_menu>li>a {
  border-top: 1px solid #eee;
  font-size: 90%;
  font-weight: normal;
}

.menu_list.-sub>li>a:after,
.collection .-sub.collection_menu>li>a:after {
  border-color: #A7A7A7;
}

.menu_list.-sub li:not(.more):nth-of-type(n+6),
.collection .-sub.collection_menu li:not(.more):nth-of-type(n+6) {
  display: none;
}

.menu_list.-sub li.more,
.collection .-sub.collection_menu li.more {
  text-align: center;
  line-height: 50px;
  color: #666;
  border-top: 1px dashed #eee;
}

@media (min-width: 960px) {
  .menu_list.-sub li:not(.more):nth-of-type(n+6),
  .collection .-sub.collection_menu li:not(.more):nth-of-type(n+6) {
    display: block;
  }
}

.sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 20px;
  width: 75px;
}

.sns_link li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 26px;
  height: 26px;
}

.sns_link .facebook {
  background: url("images/icon_facebook.svg") no-repeat;
  background-size: cover;
}

.sns_link .instagram {
  background: url("images/icon_instagram.svg") no-repeat;
  background-size: cover;
}


/* ==================================================================
 *  cat menu
 * ================================================================== */

.cat_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 6px;
}

.cat_menu li {
  margin: 6px;
  width: calc(100% / 3 - 12px);
  max-width: 135px;
}

.cat_menu li a {
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  color: #251715;
  font-size: 0.75rem;
  display: block;
  padding: 50px 0 10px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 960px) {
  .cat_menu li a {
    padding: 60px 0 10px;
    background-size: 50px !important;
  }
}

.cat_menu li.skinkcare a {
  background-image: url("images/bk_skincare.jpg");
  background-size: 45px;
}

.cat_menu li.bodycare a {
  background-image: url("images/bk_bodycare.jpg");
  background-size: 45px;
}

.cat_menu li.haircare a {
  background-image: url("images/bk_haircare.jpg");
  background-size: 45px;
}

.cat_menu li.fragrance a {
  background-image: url("images/bk_fragrance.jpg");
  background-size: 45px;
}

.cat_menu li.nail a {
  background-image: url("images/bk_nail.jpg");
  background-size: 45px;
}


/* ==================================================================
 *  top image
 * ================================================================== */

#top,
#brand_top {
  height: 100vw;
  max-height: 500px;
  margin-top: -50px;
}

@media (min-width: 960px) {
  #top,
  #brand_top {
    margin-top: -60px;
  }
}

#top .brand_image:before,
#brand_top .brand_image:before {
  background: rgba(41, 56, 79, 0.1);
}

#top .brand_logo,
#brand_top .brand_logo {
  -webkit-transition: -webkit-transform 0.6s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.2);
  transition: -webkit-transform 0.6s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.2);
  -o-transition: transform 0.6s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.2);
  transition: transform 0.6s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.2);
  transition: transform 0.6s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.2), -webkit-transform 0.6s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.2);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

#top .brand_logo img,
#brand_top .brand_logo img {
  max-width: 250px;
}

#top .swiper-slide a,
#brand_top .swiper-slide a {
  display: block;
  height: 100%;
}

#top .swiper-slide-active .brand_logo,
#brand_top .swiper-slide-active .brand_logo {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet-active {
  background: #fff;
}


/* ==================================================================
 *  news
 * ================================================================== */

#news {
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 12px;
  width: 100%;
}

#news h2 {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#news time {
  font-size: 0.75rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 50px;
  position: relative;
}

#news time:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #B9B9B9;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#news a {
  width: 100%;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 6px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


/* ==================================================================
 *  brand list
 * ================================================================== */

.brand_list {
  width: 100%;
  padding: 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 6px) calc(50% - 6px);
  grid-template-columns: calc(50% - 6px) calc(50% - 6px);
  margin-bottom: 45px;
  grid-gap: 12px;
}

@media (min-width: 415px) {
  .brand_list {
    -ms-grid-columns: calc(100% / 3 - 12px) calc(100% / 3 - 12px) calc(100% / 3 - 12px);
    grid-template-columns: calc(100% / 3 - 12px) calc(100% / 3 - 12px) calc(100% / 3 - 12px);
    padding: 0;
  }
}

@media (min-width: 960px) {
  .brand_list {
    grid-template-columns: 190px 190px repeat(auto-fill, 190px);
    grid-template-rows: repeat(auto-fill, 190px);
    grid-gap: 17px;
  }
  .brand_list li:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    max-width: inherit;
    max-height: inherit;
  }
  .brand_list li:first-child .brand_logo img {
    max-width: 70%;
  }
}

.brand_list li {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: opacity 1200ms, -webkit-transform 1200ms;
  transition: opacity 1200ms, -webkit-transform 1200ms;
  -o-transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms, -webkit-transform 1200ms;
}

.brand_list li.add {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.brand_list li a {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.brand_image {
  position: relative;
  height: 100%;
}

[class="brand_image"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 11, 16, 0.204079)), to(rgba(248, 248, 248, 0)));
  background: -webkit-linear-gradient(bottom, rgba(8, 11, 16, 0.204079) 0%, rgba(248, 248, 248, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(8, 11, 16, 0.204079) 0%, rgba(248, 248, 248, 0) 100%);
  background: linear-gradient(0deg, rgba(8, 11, 16, 0.204079) 0%, rgba(248, 248, 248, 0) 100%);
  z-index: 2;
}

.brand_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
	display: block;
}

.brand_logo {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand_logo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}


/* ==================================================================
 *  link btn
 * ================================================================== */

.link_btn {
  padding: 0 12px;
  margin: 10px auto;
  max-width: 500px;
  width: 100%;
}

@media (min-width: 960px) {
  .link_btn {
    margin: 40px auto;
  }
}

.link_btn a {
  display: block;
  background: #505050;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 50px;
  border-radius: 4px;
}

.link_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_btn.-back a:after {
  left: 15px;
  right: inherit;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.link_btn.-more a {
	background: #fff;
	color: #505050;
	border: 1px solid #eee;
}

.link_btn.-more a:after {
  display: none;
}


/* ==================================================================
 *  brand
 * ================================================================== */

#brand_top {
  position: relative;
  height: calc(100vw * 1.333);
}

@media (min-width: 415px) {
  #brand_top {
    height: 600px;
  }
}

@media (min-width: 960px) {
  #brand_top {
    height: 600px;
  }
}

#brand_top .brand_image {
  background-color: #333;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

#brand_top .brand_image:before {
  background: -webkit-linear-gradient(0deg, rgba(8,11,16,0.35) 0%, rgba(8,11,16,0.02) 10%, rgba(8,11,16,0.02) 30%);
  background: -o-linear-gradient(bottom, rgba(8,11,16,0.35) 0%, rgba(8, 11, 16, 0.28) 10%, rgba(8,11,16,0.2) 30%);
  background: linear-gradient(0deg, rgba(8,11,16,0.35) 0%, rgba(8, 11, 16, 0.28) 10%, rgba(8,11,16,0.2) 30%);
}

@media (min-width: 960px) {
  #brand_top .brand_image img {
    display: none;
  }
}

#brand_top .brand_logo {
  z-index: 3;
  -webkit-animation: logoIn 0.3s ease-in both;
  animation: logoIn 0.3s ease-in both;
  pointer-events: none;
}

@media (max-width: 400px) {
  #brand_top .brand_logo {
    height: 100vw;
    margin-top: 30px;
  }
}

#brand_top .brand_detail {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 12px;
  color: #fff;
  z-index: 2;
  max-width: 1036px;
  margin: 0 auto;
}

#brand_top .brand_detail h1 {
  font-weight: bold;
  font-size: 1.125rem;
}

#brand_top .brand_detail h1 span {
  display: block;
  font-weight: normal;
  margin: 8px 0 10px;
  font-size: 0.75rem;
}

#brand_top .brand_detail .description {
  font-size: 0.875rem;
  line-height: 1.8;
}

@media (max-width: 400px) {
  #brand_top .brand_detail .description br {
    display: none;
  }
}

@-webkit-keyframes logoIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes logoIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* ==================================================================
 *  brand story
 * ================================================================== */

.brand_story {
  background: #333;
  color: #fff;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
}

.brand_story h2 {
  color: #fff;
}

.brand_story .story li {
  margin-bottom: 2.5em;
  overflow: hidden;
}

.brand_story .story li h3 {
  text-align: center;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.brand_story .story li p {
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.6;
}

.brand_story .story li p+h3 {
  margin-top: 2em;
}

.brand_story .story li img {
  display: block;
  margin: 0 auto 2em;
  max-width: 250px;
}

.brand_story .story li:not(:first-child) {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: opacity 1200ms, -webkit-transform 1200ms;
  transition: opacity 1200ms, -webkit-transform 1200ms;
  -o-transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms, -webkit-transform 1200ms;
  border-top: 1px solid #505050;
  padding-top: 1.5em;
}

.brand_story .story li:not(:first-child).add {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 415px) {
  .brand_story .story li:not(:first-child) {
    padding: 2em 4em 0;
  }
  .brand_story .story li:not(:first-child) p {
    margin: 1em 0 0;
  }
  .brand_story .story li:not(:first-child) p:first-of-type {
    margin-top: 40px;
  }
}

@media (min-width: 415px) {
  .brand_story .story li:nth-child(odd) img {
    float: left;
    margin-right: 2em;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .brand_story .story li:nth-child(even) img {
    float: right;
    margin-left: 2em;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.brand_story .story:not(.show) {
  max-height: 500px;
}

@media (min-width: 415px) {
  .brand_story .story:not(.show) {
    max-height: 260px;
  }
}

.brand_story .read_more {
  text-align: center;
}

.brand_story .read_more span {
  color: #fff;
  z-index: 2;
  position: relative;
  line-height: 50px;
  border-top: 1px solid #505050;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}

.brand_story .read_more span:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 5px 10px 5px 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.brand_story .read_more:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #333333), color-stop(25%, rgba(51, 51, 51, 0)));
  background: -webkit-linear-gradient(bottom, #333333 8%, rgba(51, 51, 51, 0) 25%);
  background: -o-linear-gradient(bottom, #333333 8%, rgba(51, 51, 51, 0) 25%);
  background: linear-gradient(0deg, #333333 8%, rgba(51, 51, 51, 0) 25%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}


/* ==================================================================
 *  collection
 * ================================================================== */

.collection {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(30%, #f8f8f8));
  background: -webkit-linear-gradient(bottom, white 0%, #f8f8f8 30%);
  background: -o-linear-gradient(bottom, white 0%, #f8f8f8 30%);
  background: linear-gradient(0deg, white 0%, #f8f8f8 30%);
  overflow: hidden;
  padding-bottom: 50px;
}

@media (min-width: 415px) {
  .collection .inner {
    padding: 0;
  }
}

.collection .read {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 0 20px;
  margin-bottom: 40px;
}

@media (min-width: 415px) {
  .collection .read {
    text-align: center;
  }
}

.collection .collection_menu {
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

@media (min-width: 960px) {
  .collection .collection_menu {
    display: none;
  }
}

@media (min-width: 415px) {
  .collection .collection_menu {
    padding: 0 10px;
  }
}

.collection .collection_menu li {
  width: calc(50% - 12px);
  border-bottom: 1px solid #ddd;
  margin: 0 6px;
}

.collection .collection_menu li a {
  font-size: 75%;
  letter-spacing: -0.2px;
}

.collection .collection_menu li a.rl {
  color: #5C7EB7;
}

.collection .collection_menu li a.ds {
  color: #745E8F;
}

.collection .collection_menu li a.rv {
  color: #45BDCF;
}

.collection .collection_menu li a.sp {
  color: #030F5C;
}

.collection .collection_menu li a.rn {
  color: #D02966;
}

.collection .collection_menu li a.ec {
  color: #930784;
}

.collection .collection_menu li a.richskin {
  color: #C8027D;
}

.collection .collection_menu li a.hydrating {
  color: #0094CC;
}

.collection .collection_menu li a.mattifying {
  color: #651783;
}

.collection .collection_menu li a.soothing {
  color: #EEB0BD;
}

.collection #collection_item .swiper-wrapper .swiper-slide {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.collection #collection_item .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.collection #collection_item .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  text-align: center;
}

.collection #collection_item .swiper-wrapper .swiper-slide .item_image {
  padding: 10px;
}

.collection #collection_item .swiper-wrapper .swiper-slide .item_name p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}

#brand_top .brand_image.rl,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.rl {
  background-color: #5C7EB7;
}

#brand_top .brand_image.ds,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.ds {
  background-color: #745E8F;
}

#brand_top .brand_image.rv,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.rv {
  background-color: #45BDCF;
}

#brand_top .brand_image.sp,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.sp {
  background-color: #030F5C;
}

#brand_top .brand_image.rn,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.rn {
  background-color: #D02966;
}

#brand_top .brand_image.ec,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.ec {
  background-color: #930784;
}

#brand_top .brand_image.richskin,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.richskin {
  background-color: #C8027D;
}

#brand_top .brand_image.hydrating,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.hydrating {
  background-color: #0094CC;
}

#brand_top .brand_image.mattifying,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.mattifying {
  background-color: #651783;
}

#brand_top .brand_image.soothing,
.collection #collection_item .swiper-wrapper .swiper-slide .item_name p.soothing {
  background-color: #EEB0BD;
}

@media (min-width: 960px) {
  .collection #collection_item .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection #collection_item .swiper-wrapper .swiper-slide {
    width: calc(100% / 5 - 16px);
    margin: 8px;
  }
  .collection #collection_item .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.collection.gilchrist-soames {
  background: #FFFEFA;
  color: #665A4B;
}
.collection.gilchrist-soames h2{
  color: #665A4B;
}

.collection.gilchrist-soames .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}


/* ==================================================================
 *  item article
 * ================================================================== */

section.item {
  background: #fff;
  padding-bottom: 30px;
}

section.item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


@media (max-width: 400px) {
	section.item .inner {
		flex-wrap: nowrap;
	}
}

@media (min-width: 415px) {
  section.item .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  section.item .inner #item_image {
    width: 300px;
    height: 300px;
    padding: 0 30px 40px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
    margin-top: 20px;
  }
  section.item .inner .item_detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    padding: 50px 12px 20px;
  }
  section.item .inner .item_feature {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3;
  }
  section.item .inner .item_info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    margin: 0 15px;
  }
  section.item .inner .item_info .category,
  section.item .inner .item_info .skin_type {
    padding: 25px 0;
  }
  section.item .inner .item_info .category {
    border-top: none;
  }
  section.item .inner .link_btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media (min-width: 960px) {
  section.item .inner #item_image {
    width: 500px;
		height: 500px;
		padding: 0;
	  border-left: 50px solid #fff;
	  border-right: 50px solid #fff;
  }
}

section.item #item_image {
  min-height: 250px;
  width: 100%;
  padding-top: 10px;
}

section.item #item_image .swiper-slide {
  margin: auto;
}

section.item #item_image .swiper-slide img {
  height: 100%;
  width: 100%;
  max-height: 65vw;
  max-width: 90vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  display: block;
}

@media (min-width: 960px) {
  section.item #item_image .swiper-slide img {
    max-width: 440px;
    max-height: 440px;
  }
}

@media (max-width: 400px) {
  section.item #item_image .swiper-slide:not(:only-child) {
    padding-bottom: 40px;
  }
}

section.item #item_image .swiper-pagination-bullet-active {
  background: #505050;
}

section.item .item_detail {
  padding: 20px 15px 0;
}

section.item .item_detail .brand_name {
  font-weight: bold;
}

section.item .item_detail .item_name {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 1em 0 1em -2px;
}

section.item .item_detail .item_volume {
  margin-right: 10px;
  color: #666;
  font-weight: 300;
  font-size: 1.0625rem;
}

section.item .item_detail .item_price {
  color: #666;
  font-weight: 300;
  font-size: 1.0625rem;
}

section.item .item_detail .item_price small {
  font-size: 0.75rem;
}

section.item .item_detail .item_description {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.8;
  font-size: 0.875rem;
}

section.item .item_feature {
  border: 5px solid #EEEEEE;
  margin: 3em 15px;
  padding: 0 6% 40px;
}

section.item .item_feature p {
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-bottom: 1em;
}

@media (min-width: 415px) {
  section.item .item_feature p {
    font-size: 0.9375rem;
  }
}

section.item .item_feature b,
section.item .item_feature strong {
  font-weight: bold;
  font-size: 0.8125rem;
  margin: 1em 0;
  display: inline-block;
}

section.item .item_feature small {
  font-size: 0.75rem;
}

section.item .item_info {
  margin: 15px;
  border-bottom: 1px solid #eee;
  height: fit-content;
  overflow: hidden;
}

section.item .item_info dt {
  font-size: 0.875rem;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

section.item .item_info dd {
  padding: 20px 0 25px;
}

section.item .item_info .pan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
}

@media (min-width: 415px) {
  section.item .item_info .pan {
    margin-top: -25px;
  }
}

@media (min-width: 960px) {
  section.item .item_info .pan {
    margin: -60px 0 0 8em;
    padding-left: 20px;
  }
}

section.item .item_info .pan a:not(:only-child):first-child {
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  white-space: nowrap;
}

section.item .item_info .pan a:not(:only-child):first-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.item .item_info .pan a:not(:first-child) {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

section.item .item_info .skin_type+dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 415px) {
  section.item .item_info .skin_type+dd {
    margin-top: -25px;
  }
}

@media (min-width: 960px) {
  section.item .item_info .skin_type+dd {
    margin: -60px 0 0 8em;
    padding-right: 15px;
  }
}

section.item .item_info .skin_type+dd span {
  font-size: 0.8125rem;
  background: url("images/icon_check.png") no-repeat left center;
  background-size: auto 100%;
  padding-left: 1.5em;
}

section.item .item_info .skin_type+dd span.on {
  background: url("images/icon_check_on.png") no-repeat left center;
  background-size: auto 100%;
}

section.item .item_info .howto,
section.item .item_info .ingredients {
  padding: 25px 0;
  position: relative;
}

section.item .item_info .howto+dd,
section.item .item_info .ingredients+dd {
  display: none;
  padding-top: 0;
}

section.item .item_info .howto:after,
section.item .item_info .ingredients:after {
  content: "";
  position: absolute;
  top: 25px;
  margin: 0 auto;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

section.item .item_info .howto.open:after,
section.item .item_info .ingredients.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.item .item_info .howto+dd p {
  font-size: 0.8125rem;
  line-height: 1.6;
}

section.item .item_info .ingredients+dd p {
  font-size: 0.6875rem;
  line-height: 1.3;
}

section.item .item_info .note {
  font-size: 0.75rem;
  margin-top: 1.5em;
}


/* ==================================================================
 *  item list
 * ================================================================== */

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 415px) {
  .item_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
  .item_list li:not(:nth-child(-n+3)):last-child{
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .item_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  .item_list li:not(:nth-child(-n+4)):last-child{
    margin-right: auto;
  }
}

.item_list li {
  width: calc(50% - 6px);
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: opacity 1200ms, -webkit-transform 1200ms;
  transition: opacity 1200ms, -webkit-transform 1200ms;
  -o-transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms, -webkit-transform 1200ms;
  margin-bottom: 12px;
  display: flex;
}

.item_list li:only-child {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 415px) {
  .item_list li {
    width: calc(100% / 3 - 24px);
    margin: 0 12px 24px;
  }
  .other_item .item_list li {
    width: calc(100% / 4 - 12px);
    margin: 0 6px 24px;
  }
}

@media (min-width: 960px) {
  .item_list li,
  .other_item .item_list li {
    width: calc(100% / 4 - 24px);
    margin: 0 12px 24px;
  }
}

.item_list li.add {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.item_list li a {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
}

.item_list li .item_image {
  padding: 10px;
}

.item_list li .item_detail {
  padding: 10px;
  line-height: 1.2;
}

.item_list li .item_detail .brand_en {
  font-size: 0.8rem;
  margin-bottom: 8px;
  word-break: break-all;
}

.item_list li .item_detail .brand_jp {
  font-size: 0.75rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}


/* ==================================================================
 *  other item
 * ================================================================== */

.other_item {
  border-top: 1px solid #eee;
  background: #F8F8F8;
}

.other_item:empty {
  margin-top: -35px;
  border: none;
}

.other_item .item_list li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.other_item .item_list li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.other_item .item_list li:nth-child(4) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}


/* ==================================================================
 *  press
 * ================================================================== */

.press .press_image,
.press_article .press_image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 128.0172%;
}

.press .press_image img,
.press_article .press_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.press .press_list,
.press_article .press_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 415px) {
  .press .press_list,
  .press_article .press_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
  .press .press_list li:not(:nth-child(-n+5)):last-child,
  .press_article .press_list li:not(:nth-child(-n+5)):last-child {
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .press .press_list,
  .press_article .press_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  .press .press_list li:not(:nth-child(-n+5)):last-child,
  .press_article .press_list li:not(:nth-child(-n+5)):last-child {
    margin-right: auto;
  }
}

.press .press_list li,
.press_article .press_list li {
  width: calc(50% - 6px);
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: opacity 1200ms, -webkit-transform 1200ms;
  transition: opacity 1200ms, -webkit-transform 1200ms;
  -o-transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms;
  transition: transform 1200ms, opacity 1200ms, -webkit-transform 1200ms;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 415px) {
  .press .press_list li,
  .press_article .press_list li {
    width: calc(100% / 4 - 12px);
    margin: 0 6px 24px;
  }
}

@media (min-width: 960px) {
  .press .press_list li,
  .press_article .press_list li {
    width: calc(100% / 5 - 24px);
    margin: 0 12px 24px;
  }
}

.press .press_list li.add,
.press_article .press_list li.add {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.press .press_list li a,
.press_article .press_list li a {
  position: relative;
  display: block;
  text-decoration: none;
}

.press .press_list li a .press_image,
.press_article .press_list li a .press_image {
  border-radius: 5px;
}

.press .press_list li a .press_title p,
.press_article .press_list li a .press_title p {
  font-size: 0.875rem;
  margin-bottom: 3px;
}

.press .press_list li a .press_title time,
.press_article .press_list li a .press_title time {
  font-size: 0.75rem;
}

.press_article {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(30%, #f8f8f8));
  background: -webkit-linear-gradient(bottom, white 0%, #f8f8f8 30%);
  background: -o-linear-gradient(bottom, white 0%, #f8f8f8 30%);
  background: linear-gradient(0deg, white 0%, #f8f8f8 30%);
}

.press_article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.press_article .press_cover {
  width: 65vw;
  margin: 20px auto 0;
}

@media (min-width: 960px) {
  .press_article .press_cover {
    width: 40%;
    padding: 30px 40px;
    margin-bottom: 20px;
  }
}

.press_article .press_cover .press_image {
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.press_article .press_detail {
  padding: 15px 12px 30px;
  width: 100%;
}

@media (min-width: 960px) {
  .press_article .press_detail {
    width: 60%;
    padding-top: 60px;
  }
}

.press_article .press_detail h1 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

.press_article .press_detail p {
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: 0.875rem;
}


/* ==================================================================
 *  news article
 * ================================================================== */

.news .news_list {
  background: #fff;
  border-radius: 5px;
  padding: 1.5em 1em;
  margin: 0 12px;
}

.news .news_list li time {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  padding: 0 0.5em;
}

.news .news_list li a {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .news_list li:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.news .news_article {
  background: #fff;
  border-radius: 5px;
  padding: 1.5em 1em;
  margin: 0 12px 30px;
  font-size: 0.875rem;
}

@media (min-width: 960px) {
  .news .news_article {
    padding: 2.5em;
  }
}

.news .news_article time {
  font-size: 0.8125rem;
}

.news .news_article h1 {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 1em 0;
}

@media (min-width: 960px) {
  .news .news_article h1 {
    font-size: 1.125rem;
    margin-bottom: 1.5em;
  }
}

.news .news_article .news_detail {
  border-top: 1px solid #eee;
  padding-top: 1em;
}

@media (min-width: 960px) {
  .news .news_article .news_detail {
    padding-top: 2em;
    font-size: 0.9375rem;
  }
}

.news .news_article .news_detail p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.news .news_article .news_detail img {
  width: 80%;
  max-width: 450px;
  margin: 1.5em auto 2em;
  display: block;
}


/* ==================================================================
 *  company
 * ================================================================== */

.company .company_about {
  background: #fff;
  border-radius: 5px;
}

.company .company_about dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0 0.5em;
}

.company .company_about dd {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 0.5em;
}

.company .company_about dd:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin-bottom: 1em;
}


/* ==================================================================
 *  contact
 * ================================================================== */

.contact .read {
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0 20px;
	margin-bottom: 40px;
}

@media (min-width: 415px) {
	.contact .read {
		text-align: center;
	}
}

.contact_form {
	padding: 0 20px;
	margin: 0 auto 30px;
}

.contact_form ul li {
	background: #fff;
	margin-bottom: 1.5em;
	width: 100%;
	padding: 10px 12px;
	border-radius: 5px;
	position: relative;
}

.contact_form ul li .wpcf7-form-control-wrap {
	display: block;
}

.contact_form ul li br{
	display: none;
}

.contact_form ul li label {
	font-size: 0.875rem;
	position: absolute;
	top: 1.7em;
	z-index: 2;
	transition: top 0.2s linear;
}

.contact_form ul li:focus-within label,
.contact_form ul li label.focus{
	top: 12px;
}

.contact_form input,
.contact_form textarea {
	width: 100%;
	outline: none;
	resize: none;
	font-size: 16px;
	margin-top: 15px;
	color: #505050;
	background: transparent;
	border: none;
	font-family: sans-serif;
	padding: 3px 0;
}

.contact_form input[type="submit"] {
	width: 100%;
	color: #fff;
	display: block;
  background: #505050;
  text-align: center;
  line-height: 50px;
	border-radius: 4px;
	border: none;
	font-size: 1rem;
}

.contact_form .wpcf7-not-valid-tip {
	color: #d65656;
	font-size: 0.875rem;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin-top: -1em !important;
	border: none !important;
	padding: 0 !important;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #d65656;
}

.contact_form form.sent p,
.contact_form form.sent ul{
	display: none;
}

.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}

/* ==================================================================
 *  page
 * ================================================================== */


 h1.title+ div[class$="_article"] {
	background: #fff;
  border-radius: 5px;
  padding: 1.5em 2em;
  margin: 0 12px 30px;
 }

h1.title+ div[class$="_article"] p{
	margin-bottom: 1em;
	font-size: 0.875rem;
	line-height: 1.4;
}

h1.title+ div[class$="_article"] strong{
	font-weight: bold;
	font-size: 0.9rem;
	margin-top: 2em;
	display: block;
}

h1.title+ div[class$="_article"] ul{
	list-style: disc;
	list-style-position: inside;
	margin: 2em auto;
	padding-left: 1em;
	line-height: 1.6;
	font-size: 0.875rem;
}

h1.title+ div[class$="_article"] ul li{
	padding-left: 1em;
	text-indent: -1.5em;
}


/* ==================================================================
 *  error
 * ================================================================== */

.error {
  padding: 100px 0;
}

.error h1 {
  font-size: 200%;
}


/* ==================================================================
 *  child cat
 * ================================================================== */

ul.child_list {
	padding: 6px 12px;
	text-align: center;
	overflow: hidden;
	margin: -1em auto 2em;
}

ul.child_list li {
	border-radius: 4px;
	display: inline-block;
	margin: 5px 2px;
	background: #fff;
	position: relative;
	color: #777;
	font-size: 0.875rem;
	line-height: 1.6;
}

ul.child_list li:before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #ececec;
	border-radius: 100%;
	position: absolute;
	top: calc(50% - 4px);
	left: 8px;
}

ul.child_list li a {
	padding: 4px 5px 4px 20px;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	margin-right: 5px;
}

/* ==================================================================
 *  page nav
 * ================================================================== */

.page_nav {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto;
  padding: 0 12px;
}

.page_nav .prev,
.page_nav .next {
  background: #505050;
  text-decoration: none;
  position: relative;
  line-height: 45px;
  border-radius: 4px;
  width: 45px;
}

.page_nav .next {
  margin-left: auto;
}

.page_nav .prev:after,
.page_nav .next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_nav .prev:empty,
.page_nav .next:empty {
  visibility: hidden;
}

.page_nav .prev:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 15px;
}

.page_nav .page_num {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  width: 50%;
}

.page_nav .page_num span {
  margin: 0 15px;
  position: relative;
}

.page_nav .page_num span:first-child:after {
  content: "";
  position: absolute;
  right: -18px;
  top: -3px;
  width: 1px;
  height: 30px;
  background: #ccc;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}


/* ==================================================================
 *  footer
 * ================================================================== */

footer {
  background: #fff;
  border-top: 1px solid #eee;
  width: 100%;
}

footer .footer_logo {
  margin: 30px auto;
}

footer .footer_logo .logo {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

footer .footer_menu {
  padding: 12px;
}

@media (min-width: 415px) {
  footer .footer_menu .menu_list,
  footer .footer_menu .collection .collection_menu,
  .collection footer .footer_menu .collection_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer_menu .menu_list li,
  footer .footer_menu .collection .collection_menu li,
  .collection footer .footer_menu .collection_menu li {
    width: calc(50% - 12px);
    border-bottom: 1px solid #eee;
  }
}

footer .footer_menu .menu_list li:not(:last-child),
footer .footer_menu .collection .collection_menu li:not(:last-child),
.collection footer .footer_menu .collection_menu li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

footer .footer_copy {
  color: #707070;
  font-size: 0.75rem;
  padding: 15px;
  text-align: center;
}

@media (min-width: 960px) {
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .inner .footer_logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
  footer .inner .sns_link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
  footer .inner .footer_menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  footer .inner .footer_menu .menu_list,
  footer .inner .footer_menu .collection .collection_menu,
  .collection footer .inner .footer_menu .collection_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .inner .footer_menu .menu_list li,
  footer .inner .footer_menu .collection .collection_menu li,
  .collection footer .inner .footer_menu .collection_menu li {
    width: calc(100% / 3 - 12px);
    border-bottom: 1px solid #eee;
  }
  footer .inner .footer_copy {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}