@charset "utf-8";

/*
Site Name: d-up corporation
Site URI:
Author: Delightarts
Author URI: http://www.delightarts.com/
Version: 1.0
*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 160%;
  /*font-family:YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;*/
  color: #000;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #000;
  background: #ffffff;
  font-size: 14px;
}

br {
  line-height: 100%;
}

header,
section,
article,
footer,
nav,
main,
aside {
  display: block;
}

h1 {
  font-size: 200%;
  line-height: 130%;
}

h2 {
  font-size: 150%;
  line-height: 130%;
}

h3 {
  font-size: 125%;
  line-height: 130%;
}

h4 {
  font-size: 110%;
  line-height: 140%;
}

h5 {
  font-size: 105%;
  line-height: 150%;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 * {
  font-weight: 700;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}

a img {
  border: none;
}

.clear {
  float: none;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  padding: 0 80px;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper_pc {
  padding: 0 80px;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.relative {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#container {
  padding-top: 200px;
}


/* -- HEADER ------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: #ffffff;
  z-index: 3;
  font-size: 14px;
}

#logo {
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -57px;
  width: 114px;
  height: 46px;
  z-index: 1;
  margin-bottom: 0;
  margin-top: 0;
}

#logo a,
#logo img {
  display: block;
  width: 100%;
}

#main_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#main_nav ul {
  list-style: none;
  text-align: center;
  cursor: default;
}

#main_nav ul li {
  display: inline-block;
  margin: 0 21px;
  padding-bottom: 30px;
  cursor: default;
  position: relative;
}

#main_nav ul li.has_sub:before {
  content: '';
  display: block;
  width: 8px;
  height: 4px;
  background-image: url(img/open_prods.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  right: -12px;
  top: 8px;
}

#main_nav ul li a {
  display: block;
  line-height: 100%;
  padding-bottom: 5px;
  border-bottom: solid 2px #fff;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  color: #231815;
  font-size: 121.43%;
  letter-spacing: 1.5px;
  text-decoration: none;
  position: relative;
}

#main_nav ul li .trigg {
  display: block;
  line-height: 100%;
  padding-bottom: 5px;
  border-bottom: solid 2px #fff;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  color: #231815;
  font-size: 121.43%;
  letter-spacing: 1.5px;
  text-decoration: none;
  position: relative;
}

#main_nav ul li a:after {
  content: '';
  width: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #a3bee3;
}

#main_nav ul li.current a:after {
  width: 100%,
}

#main_nav ul li .trigg:after {
  content: '';
  width: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #a3bee3;
}

#main_nav ul li.current .trigg:after {
  width: 100%,
}


#main_nav ul li.has_sub:hover .trigg:after {
  width: 100% !important;
  /*
  -khtml-opacity:1;
  opacity:1;
  height:auto;*/
}

#main_nav ul li .sub_nav {
  /*-webkit-transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
  transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;*/
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
  /*height:0;
  overflow:hidden;*/
  position: fixed;
  left: 0;
  top: 200px;
  width: 100%;
  background: #f3f3f3;
}

.smaller #main_nav ul li .sub_nav {
  top: 70px;
}


#main_nav ul li .sub_nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 762px;
  padding: 40px 0 20px 0;
  list-style: none;
  margin: 0 auto;
}

#main_nav ul li .sub_nav ul li {
  display: block;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
  padding-bottom: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* float:left; */
}

#main_nav ul li .sub_nav ul li:nth-of-type(4n) {
  clear: right;
}

#main_nav ul li .sub_nav ul li:nth-of-type(4n+1) {
  /* clear:left; */
}

#main_nav ul li .sub_nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0;
  border: none;
}

#main_nav ul li .sub_nav ul li a:after {
  display: none;
}

#main_nav ul li.current .sub_nav ul li a:after {
  display: none;
}

#main_nav ul li .sub_nav ul li a.image {
  /*border-bottom:solid 2px #a3bee3;*/
  padding: 0 17px;
}

#main_nav ul li .sub_nav ul li img {
  display: block;
  width: 100%;
}

#main_nav ul li .sub_nav ul li a.title {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 85.71%;
  line-height: 120%;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
}

#main_nav ul li .sub_nav ul li a.title br {
  line-height: 120%;
}





#header .lang {
  display: block;
  line-height: 100%;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  color: #231815;
  font-size: 85.71%;
  text-decoration: none;
  position: absolute;
  top: 50px;
  right: -10px;
  right: 0;
  letter-spacing: 1px;
}

#header.smaller {
  height: 90px;
  height: 70px;
}

#header.smaller #logo {
  left: 0;
  margin-left: 0;
  top: 19px;
  width: 84px;
  height: 34px;
}

#header.smaller .lang {
  top: 28px;
}

#header.smaller #main_nav ul li {
  padding-bottom: 20px;
}

.contents.relative {
  position: relative;
}

.aside {
  position: fixed;
  width: 17px;
  bottom: 50%;
  margin-bottom: -121px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 242px;
}

.aside.absoluted {
  position: absolute;
  z-index: 1;
  margin-bottom: -242px;
}

.aside.start {
  position: absolute;
  z-index: 1;
  margin-top: -242px;
  margin-bottom: 0;
}

.aside a {
  display: block;
}

.aside img {
  display: block;
}

#sns {
  left: 20px;
  padding-top: 59px;
  padding-bottom: 59px;
  padding-top: 32px;
  padding-bottom: 32px;
}

#sns ul {
  list-style: none;
}

#sns ul li {
  display: block;
  position: relative;
  padding-bottom: 15px;
}

#sns img {
  width: auto !important;
}

/* #sns ul li:nth-of-type(2){
  padding-top:40px;
  padding-bottom:40px;
}
#sns ul li:nth-of-type(3){
  padding-bottom:40px;
} 
#sns ul li:nth-of-type(2):before{
  content:'';
  position:absolute;
  width:1px;
  height:20px;
  left:8px;
  top:10px;
  background:#000000;
  display:block;
}
#sns ul li:nth-of-type(2):after{
  content:'';
  position:absolute;
  width:1px;
  height:20px;
  left:8px;
  bottom:10px;
  background:#000000;
  display:block;
}
#sns ul li:nth-of-type(3):after{
  content:'';
  position:absolute;
  width:1px;
  height:20px;
  left:8px;
  bottom:10px;
  background:#000000;
  display:block;
}
*/
#online_store {
  right: 28px;
}

#online_store .relative {
  padding-top: 50px;
  padding-bottom: 50px;
}

#online_store img {
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 175px;
}

#online_store .relative:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  right: 8px;
  top: 0;
  background: #000000;
  display: block;
}

#online_store .relative:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  right: 8px;
  bottom: 0;
  background: #000000;
  display: block;
}

#online_store a {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
}

#online_store a span {
  font-size: 14px;
  display: block;
  width: 141px;
  height: 17px;
  line-height: 17px;
  text-decoration: none;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: left top;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  left: 18px;
  top: 50px;
  font-weight: 700;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  letter-spacing: 2px;
}

#online_store a span.noFont {
  letter-spacing: 1px;
}



/* -- MAIN -------------------------------- */
#main {
  position: relative;
  padding-bottom: 20px;
}

/* -- TOP ------------- */
#top_slider {
  margin: 0 auto;
  position: relative;
}

#top_slider img {
  width: 100%;
  display: block;
}

#top_slider .element {
  display: none;
}

#top_slider .sliderContainer .element {
  display: block;
}

#top_slider .element:first-of-type {
  display: block;
}

#top_slider .pagination {
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}

#top_slider .pagination li {
  display: inline-block;
  margin: 0 8.5px;
}

#top_slider .pagination li a {
  display: block;
  width: 8px;
  height: 8px;
  border: solid 2px #ffffff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

#top_slider .pagination li.current a {
  border: solid 2px #a3bee3;
}

#prod_list {
  max-width: 1200px;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

#prod_list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin-left: -39px;
}

#prod_list ul li {
  padding-left: 39px;
  width: 25%;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* float:left; */
}

#prod_list ul li:nth-of-type(4n) {
  clear: right;
}

#prod_list ul li:nth-of-type(4n+1) {
  clear: left;
}

#prod_list ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#prod_list ul li a.image {
  position: relative;
  border-bottom: solid 4px #a3bee3;
  width: 100%;
  /* height:100%; */
  overflow: hidden;
}

#prod_list ul li img {
  display: block;
  width: 100%;
}


#prod_list ul li a.image .sub_image {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 22px;
  width: 100%;
  margin-top: -11px;
  margin-top: -7px;
  line-height: 22px;
  color: transparent;
  font-size: 12px;
}

#main_nav ul li .sub_nav ul li a.image {
  position: relative;
}

#main_nav ul li .sub_nav ul li a.image .sub_image {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 22px;
  width: 100%;
  margin-top: -11px;
  margin-top: -7px;
  line-height: 22px;
  color: transparent;
  font-size: 12px;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -1px;
}

#prod_list ul li a.title {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 104.29%;
  line-height: 120%;
  padding: 13px 0 18px 0;
  letter-spacing: 1px;
}

#prod_list ul li a.title br {
  line-height: 120%;
}

#banner_list ul {
  text-align: center;
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

#banner_list ul li {
  display: inline-block;
  list-style: none;
  /* width: 50%; */
  box-sizing: border-box;
}

#banner_list ul li:nth-of-type(2n+1) {
  /* padding-right: 10px; */
}

#banner_list ul li:nth-of-type(2n) {
  padding-left: 10px;
}

#banner_list ul li a {
  display: block;
  max-width: 350px;
}

#banner_list ul li img {
  width: 100%;
  height: auto;
}

.top_text img {
  display: block;
  width: 100%;
}


/* -- INSIDE ------------- */
.inside #header {
  z-index: 5;
}

.parent .hidden {
  height: 0;
  overflow: hidden;
}

.parent.opened .hidden {
  height: auto;
}

.section_title {
  display: block;
  text-align: center;
  padding-bottom: 40px;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 400;
  font-size: 171.43%;
  color: #191919;
  text-transform: uppercase;
}

.section_title.vertical {
  font-size: 200%;
  padding-bottom: 71px;
  color: #191919;
  line-height: 100%;
  position: relative;
}

.section_title.vertical:after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  background: #191919;
  left: 50%;
  bottom: 19px;
}

#breadcrumb {
  /* background: red; */
  display: block;
  padding-top: 10px;
  padding-bottom: 55px;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

#breadcrumb a {
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
  margin-right: 38px;
  position: relative;
  color: #b1b1b1;
  text-transform: uppercase;
}

#breadcrumb a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -29px;
  width: 20px;
  background: #b1b1b1;
  height: 1px;
  display: block;
  margin-top: -1px;
}

.more_button {
  text-align: center;
}

.view_more {
  display: inline-block;
  text-decoration: none;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  border: solid 1px #000000;
  padding: 10px 80px;
  letter-spacing: 1px;
}

.view_more.lang_jp {
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

#page_title {
  background: #f3f3f3;
  padding: 60px 0 50px 0;
  margin-bottom: 40px;
}

#page_title .title {
  display: block;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 400;
  color: #191919;
  font-size: 200%;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
}

#page_title .title small {
  display: block;
  text-align: center;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  /*font-family:"小塚ゴシック Pr6N","小塚ゴシック Pro","小塚ゴシック Pro L","Kozuka Gothic Pro Light","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;*/
  font-weight: 400;
  color: #a3bee3;
  font-size: 46.43%;
  font-size: 44%;
  line-height: 100%;
  padding-top: 12px;
}

#page_title .title:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  background: #191919;
  left: 50%;
  top: 100%;
  margin-top: 10px;
}

#single .table {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}

#single .table .tr {
  display: table-row;
}

#single .table .tr .td {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

#single .table .tr #single_contents {
  padding-right: 60px;
  max-width: 680px;
}

.news #single .share_sns ul li {
  margin-left: 0;
  margin-right: 10px;
}

#single_desc {
  padding-top: 10px;
}

#single_desc h1 {
  display: block;
  font-size: 140%;
  padding-bottom: 25px;
}

#single_desc h2 {
  display: block;
  font-size: 130%;
  padding-bottom: 25px;
}

#single_desc h4 {
  display: block;
  font-size: 120%;
  padding-bottom: 25px;
}

#single_desc h5 {
  display: block;
  font-size: 110%;
  padding-bottom: 25px;
}

#single_desc strong {
  font-weight: 700;
}

#single_desc b {
  font-weight: 700;
}

#single_desc small {
  font-size: 80%;
}

#single_desc p {
  display: block;
  padding-bottom: 20px;
  line-height: 180%;
}

#single_desc .youtubeBox {
  margin-bottom: 25px;
}






#single .table .tr #single_sidebar {
  width: 260px;
  max-width: 260px;
  padding-top: 44px;
}

#single_sidebar .side_section {
  padding-bottom: 50px;
}

.side_title {
  display: block;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 400;
  color: #191919;
  border-bottom: solid 1px #191919;
  padding-bottom: 10px;
  font-size: 114.28%;
}

#single_sidebar .news_list {
  border-collapse: collapse;
  display: table;
  margin-left: 0;
  width: 100%;
}

#single_sidebar .news_list li:nth-of-type(4n+1) {
  clear: both;
}

#single_sidebar .news_list li:nth-of-type(4n) {
  clear: both;
}

#single_sidebar .news_list li {
  clear: both;
  display: table-row;
  float: none;
  padding: 0;
  width: 100%;
}

#single_sidebar .news_list li a.article {
  background: none;
  display: table-cell;
  min-width: 80px;
  padding-bottom: 13px;
  padding-top: 20px;
  text-align: left;
  vertical-align: top;
  width: 26%;
  border-bottom: solid 1px #e0e0e0;
}

#single_sidebar .news_list li .caption {
  display: table-cell;
  padding-bottom: 13px;
  padding-top: 20px;
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #e0e0e0;
}

#single_sidebar .news_list li .list_title {
  font-size: 90%;
  line-height: 130%;
  margin-top: -2px;
  padding: 0;
  font-weight: 400;
}

#single_sidebar .news_list li .caption .date {
  line-height: 100%;

}

#single_sidebar .news_list li .caption .date:after {
  display: none;
}

.cat_list {
  list-style: none;
}

.cat_list li {
  display: block;
  padding: 9px 0;
  border-bottom: solid 1px #e0e0e0;
  font-size: 90%;
}

.cat_list li a {
  text-decoration: none;
  margin-right: 5px;
}

.news_cat_list {
  list-style: none;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 4px;
  max-width: 600px;
  margin: 0 auto;
}

.news_cat_list li {
  display: inline-block;
  margin: 10px 10px 0 10px;
  color: #000;
  font-size: 95%;
}

.news_cat_list li a {
  text-decoration: none;
  color: #000;
}

/* -- NEWS ------ */
#news {
  padding-top: 40px;
  padding-bottom: 20px;
}

#news .wrapper {
  max-width: 1100px;
}

.news_list {
  list-style: none;
  margin-left: -32px;
}

.news_list li {
  display: block;
  width: 25%;
  float: left;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.news_list li:nth-of-type(4n) {
  clear: right;
}

.news_list li:nth-of-type(4n+1) {
  clear: left;
}

.news_list li a.article {
  display: block;
  text-decoration: none;
}

.news_list li .image {
  position: relative;
  display: block;
  background: #000;
  overflow: hidden;
  width: 100%;
}

.news_list li .image img {
  display: block;
  width: 100%;
}

.news_list li.video .image:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(img/video_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.news_list li .list_title {
  display: block;
  padding: 16px 0 10px 0;
  font-size: 92.86%;
}

.news_list li .caption .date {
  font-size: 85.71%;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding-right: 40px;
  position: relative;
}

.news_list li .caption .date:after {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  background: #000000;
  margin-top: -1px;
}

.news_list li .caption a {
  text-decoration: none;
  color: #000000;
}

.news_list li .caption a.cat {
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  font-size: 85.71%;
  line-height: 20px;
  vertical-align: middle;
}

#single_navigation {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  border-top: solid 1px #eaeaea;
}

#single_navigation .prev_nav {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 36px;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  padding: 5px 0 5px 22px;
  background-image: url(img/prev_nav.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#single_navigation .next_nav {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 36px;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  padding: 5px 22px 5px 0;
  background-image: url(img/next_nav.gif);
  background-repeat: no-repeat;
  background-position: right center;
}



/* -- CHANNEL ------ */

#channel {
  padding-top: 40px;
  padding-bottom: 20px;
}

#channel .wrapper {
  max-width: 1100px;
}

.channel_list {
  list-style: none;
  margin-left: -60px;
}

.channel_list li {
  display: block;
  width: 33.333333333333%;
  float: left;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.channel_list li:nth-of-type(3n) {
  clear: right;
}

.channel_list li:nth-of-type(3n+1) {
  clear: left;
}

.channel_list li a.article {
  display: block;
  text-decoration: none;
}

.channel_list li .image {
  position: relative;
  display: block;
  background: #000;
  overflow: hidden;
  width: 100%;
}

.channel_list li .image img {
  display: block;
  width: 100%;
}

.channel_list li.video .image:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(img/video_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.channel_list li .list_title {
  display: block;
  padding: 16px 0 10px 0;
  font-size: 92.86%;
}

.channel_list li .caption .date {
  font-size: 85.71%;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding-right: 40px;
  position: relative;
}

.channel_list li .caption .date:after {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  background: #000000;
  margin-top: -1px;
}

.channel_list li .caption a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  font-size: 85.71%;
  line-height: 20px;
  vertical-align: middle;
}

.news #news .more_button .loadmore {
  margin-bottom: 30px;
}

.news_sub_links {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 860px;
}

.news_sub_links .one_link {
  display: block;
  width: 50%;
  /*float: left;*/
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.news_sub_links a {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 64px;
  text-align: center;
  text-decoration: none;
  line-height: 64px;
  letter-spacing: 2px;
  color: #000000;
  background: #f3f3f3;
  font-family: "小塚ゴシック Pr6N", "小塚ゴシック Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", sans-serif;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.news_sub_links a span {
  display: inline-block;
  color: #000000;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  padding: 0 30px;
  height: 64px;
  line-height: 64px;
  position: relative;
}

.news_sub_links a span:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  margin-top: -1px;
  left: 0;
  top: 50%;
}

.news_sub_links a span:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  margin-top: -1px;
  top: 50%;
}

#extenal_channel {
  font-size: 14px;
  padding-top: 54px;
  padding-bottom: 60px;
  background: #f3f3f3;
}

#extenal_channel .channel_list li {
  padding-bottom: 45px;
}

.section_title {
  padding-bottom: 34px;
}

#extenal_channel .wrapper {
  max-width: 918px;
  margin: 0 auto;
  padding: 0;
}

#extenal_channel .channel_list li:nth-of-type(4) {
  display: none;
}


#single .wrapper {
  max-width: 1100px;
}

.single_modules {
  padding-bottom: 60px;
}

.single_modules .more_button {
  padding-top: 45px;
}

.single_modules .wrapper {
  max-width: 1100px;
}

#single .single_title {
  padding: 34px 0 15px 0;
  border-bottom: solid 1px #e0e0e0;
}

#single .single_title .title {
  display: block;
  font-weight: 700;
  font-size: 185.71%;
  padding-bottom: 8px;
  line-height: 130%;
}

#single .single_title .desc .date {
  font-size: 92.86%;
  margin-right: 8px;
}

#single .single_title .desc a {
  font-size: 92.86%;
  color: #a3bee3;
  text-decoration: none;
  text-transform: uppercase;
}

#single #single_main {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 64px;
}

.news #single #single_main {
  padding-bottom: 40px;
}

#single #single_main .image {
  display: block;
  width: 100%;
  position: relative;
}

#single #single_main .image.video:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(img/video_icon_l.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#single #single_main img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

#single #single_main .image.video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#single #single_main .single_image {
  margin-bottom: 18px;
}

.video_container {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 18px;
  background: #000000;
}

.youtubeBox {
  width: 100%;
}

.eyelashes_howto .video_container {
  margin: 50px auto 70px;
  max-width: 1000px;
}

.youtubeContainer {
  height: 0;
  overflow: hidden;
  padding-bottom: 28.1%;
  padding-top: 28.1%;
  position: relative;
}

.youtubeContainer iframe,
.youtubeContainer object,
.youtubeContainer embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.youtubeBox .youtubeImage {}

.youtubeBox .youtubeText {
  padding: 0 10px;
}

.youtubeBox .youtubeText strong {
  font-weight: bold;
}

.youtubeBox .youtubeText>*:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  margin: 18px 0 0;
}

.youtubeBox .youtubeText>*:nth-child(2) {
  font-size: 11px;
  line-height: 150%;
  margin: 10px 0 56px;
  /* padding: 0 10px; */
}

.youtubeBox .youtubeImage img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

@media(max-width: 850px) {

  .youtubeBox .youtubeText>*:nth-child(1) {
    margin-top: 16px;
  }

  .youtubeBox .youtubeText>*:nth-child(2) {
    font-size: 10px;
    margin-top: 4px;
  }

  .eyelashes_howto .video_container {
    margin: 30px auto 50px;
  }
}

.video_container .youtubeContainer iframe {
  -khtml-opacity: 0;
  opacity: 0;
}

#single #single_main .shares {
  position: relative;
  padding-right: 230px;
}

.news #single #single_main .shares {
  padding-right: 0;
}

#single_main .channel_image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 18px;
  background: #000000;
}

.single_side_links a {
  display: block;
  width: 100%;
  font-size: 92.86%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #000000;
  background: #f3f3f3;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
}

.single_side_links span {
  display: inline-block;
  color: #000000;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.single_side_links span:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  margin-top: -1px;
  left: 0;
  top: 50%;
}

.single_side_links span:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  margin-top: -1px;
  top: 50%;
}


.tags {
  padding-left: 26px;
  background-image: url(img/tags_icon.gif);
  background-position: left 4px;
  background-repeat: no-repeat;
}

.tags a {
  font-size: 92.86%;
  color: #a3bee3;
  text-decoration: none;
}

.inside.channel .share_sns {
  position: absolute;
  right: 0;
  top: 0;
}

.share_sns ul {
  list-style: none;
}

.share_sns ul li {
  display: block;
  float: left;
  width: 100px;
  margin-left: 10px;
}

.share_sns ul li .sns_box {
  overflow: hidden;
  position: relative;
  display: block;
}

.share_sns ul li img {
  display: block;
  width: 100%;
}

.share_sns ul li .hidden {
  display: block;
  width: 100%;
  height: 100%;
}

.share_sns ul li .hidden,
.share_sns ul li .hidden * {
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}

.share_sns ul li .hidden * {
  zoom: 4;
  -moz-transform: scale(4);
  -moz-transform-origin: 0 0;
  -o-transform: scale(4);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(4);
  -webkit-transform-origin: 0 0;
  transform: scale(4);
  transform-origin: 0 0;
}

.single_modules .center {
  padding-top: 25px;
}

.center {
  text-align: center;
}

.single_modules .module {
  padding: 19px 0;
  /*padding:51px 0 25px 0;*/
}

.single_modules .module .left {
  float: left;
}

.single_modules .module .right {
  float: right;
}

.single_modules .module .image {
  /*width:38%;*/
  width: 56.382%;
  padding-bottom: 20px;
}

.single_modules .module .image img {
  width: 100%;
  display: block;
}

.single_modules .module .text {
  /*width:54%;*/
  width: 38.298%;
  padding-top: 28px;
}

.single_modules .module .text.noPad {
  padding-top: 0;
}

.single_modules .module .module_title {
  display: block;
  font-weight: 700;
  /*font-size:128.57%;*/
  font-size: 107.142%;
  padding-bottom: 10px;
}

.single_modules .module .text p {
  line-height: 190%;
}


/* -- PRESS ------ */
.press .cont_inner {
  padding-top: 40px;
  padding-bottom: 80px;
}

.press_list {
  list-style: none;
  max-width: 780px;
  margin: 0 auto;
  /*padding-top: 40px;*/
  padding-bottom: 50px;
}

.press_list .item {
  display: block;
}

.press_list .item:first-child {
  border-top: solid 1px #e0e0e0;
}

.press_list .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}

.press_list .item .item_img {
  float: left;
  width: 70px;
  margin-left: 50px;
  margin-right: 50px;
}

.press_list .item .item_data {
  float: right;
  width: 100%;
  margin-left: -170px;
  /*padding-left: 200px;*/
}

.press_list .item .item_data .item_inner {
  margin-left: 170px;
  margin-right: 50px;

}

.press_list .item .item_data .ttl_main {
  font-size: 100%;
  font-weight: 600;
}

.press_list .press_list_item {
  list-style: none;
  font-size: 80%;
}

.press_list .press_list_item>li {
  display: block;
  padding-top: 20px;
}

.press_list .press_list_item>li .list_item {
  font-size: 107.142%;
  position: relative;
  padding-bottom: 3px;
}

.press_list .press_list_item>li .list_item .span_ttl {
  position: absolute;
  top: 0;
  left: 0;
}

.press_list .press_list_item>li .list_item .ttl_txt {
  padding-left: 35px;
  display: block;
}

.press_list .press_list_item>li .list_item .item_txt {
  padding-left: 38px;
  display: block;
}

.press_list .press_list_item>li .list_item a {
  color: #a3bee3;
  text-decoration: none;
}

/* -- SHOP LIST ------ */
.shop .shop_container {
  max-width: 870px;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 20px;
  text-align: left;
}

.shop .shop_area1 {
  float: left;
  width: 50%;
  padding-right: 25px;
  box-sizing: border-box;
}

.shop .shop_area2 {
  float: right;
  width: 50%;
  padding-left: 25px;
  box-sizing: border-box;
}

.shop .shop_cat,
.shop .shop_list {
  list-style: none;
}

.shop .shop_cat {
  margin-bottom: 60px;
}

.shop .shop_cat:last-child {
  margin-bottom: 40px;
}

.shop .shop_cat .cat {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 15px;
  font-size: 142.857%;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
}

.shop .shop_list li {
  padding: 15px 15px;
  border-bottom: solid 1px #e0e0e0;
}

.shop .shop_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.shop .shop_caution {
  text-align: center;
  margin-bottom: 30px;
}

.shop .shop_caution span {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}

.shop .shop_caution span:before {
  content: '※';
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 600;
}


/* -- SCHEDULE ------ */
.schedule .cont_inner {
  padding-top: 45px;
  padding-bottom: 70px;
}

.schedule_head,
.schedule_cont {
  max-width: 750px;
  box-sizing: border-box;
  margin: 0 auto;
}

.schedule_head img {
  display: block;
  width: 100%;
  height: auto;
}

.schedule_head .txt {
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.8;
}

.schedule_head .txt .txt_prod .prod_item a {
  color: #a3bee3;
}

.schedule_head .title {
  font-size: 128.571%;
  font-weight: 600;
  text-align: center;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding-top: 45px;
  padding-bottom: 45px;
}

.schedule_head .sub_title {
  font-size: 77.777%;
  font-weight: 400;
  display: block;
  position: relative;
  padding-top: 35px;
}

.schedule_head .sub_title:before {
  content: '';
  height: 1px;
  width: 20px;
  position: absolute;
  background-color: #000000;
  top: 15px;
  left: 50%;
  margin-left: -10px;
}

.schedule_cont .boxes {
  padding-top: 60px;
}

.schedule_cont .box {
  padding-bottom: 50px;
}

.schedule_cont .box:nth-last-of-type(1) {
  padding-bottom: 0;
}

.schedule_cont .box .area {
  padding-bottom: 30px;
}

.schedule_cont .upper {
  overflow: hidden;
  padding-bottom: 30px;
  display: table;
}

.schedule_cont .upper img {
  width: 70px;
  display: table-cell;
  float: left;
}

.schedule_cont .upper .txt {
  width: 100%;
  display: table-cell;
  padding-left: 30px;
  box-sizing: border-box;
  vertical-align: middle;
}

.schedule_cont .upper .txt .title {
  font-size: 114.285%;
  padding-bottom: 7px;
}

.schedule_cont .upper .txt p {
  font-size: 85.714%;
}

.schedule_cont .area .area_title {
  font-weight: 400;
  background-color: #f3f3f3;
  padding: 4px 15px;
  font-size: 100%;
}

.schedule_cont .area .schedule_list {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.schedule_cont .area .schedule_list dt {
  padding-top: 15px;
  font-size: 78.571%;
}

.schedule_cont .area .schedule_list dt,
.schedule_cont .area .schedule_list dd {
  display: table-row;
  border-bottom: solid 1px #dddddd;
}

.schedule_cont .area .schedule_list dt span,
.schedule_cont .area .schedule_list dd span {
  display: table-cell;
  vertical-align: middle;
}

.schedule_cont .area .schedule_list dt .wrap_date,
.schedule_cont .area .schedule_list dd .wrap_date {
  display: table-cell;
  vertical-align: middle;
}

.schedule_cont .area .schedule_list dt .wrap_date {
  padding-top: 13px;
  padding-bottom: 8px;
}

.schedule_cont .area .schedule_list dd .wrap_date {
  padding-top: 10px;
  padding-bottom: 10px;
}

.schedule_cont .area .schedule_list span.date,
.schedule_cont .area .schedule_list span.time {
  float: left;
  box-sizing: border-box;
  padding-right: 45px;
}

.schedule_cont .area .schedule_list dt span.place {
  padding-top: 13px;
  padding-bottom: 8px;
}

.schedule_cont .area .schedule_list dd span.place {
  padding-top: 10px;
  padding-bottom: 10px;
}

.schedule_cont .area .schedule_list span.date {
  max-width: 200px;
  padding-left: 15px;
}

.schedule_cont .area .schedule_list span.time {
  max-width: 200px;
}

.schedule_cont .area .schedule_list dd span.date {
  font-weight: 600;
}

.schedule_cont .area .schedule_list dd span.place.new:after {
  content: 'new!';
  display: inline-block;
  color: #b61919;
  vertical-align: 1px;
  padding-left: 5px;
}

.schedule_cont .area .schedule_list dd span.place a {
  text-decoration: none;
  color: #a3bee3;
}

.schedule_cont .caution {
  text-align: center;
  color: #b61919;
  font-size: 78.571%;
  padding-top: 15px;
}

.schedule_cont .caution span {
  color: #b61919;
  padding-bottom: 5px;
  display: block;
}

/* -- PRODUCTS ------ */
#prod_mainvisu {
  position: relative;
  z-index: 2;
  background-color: #000000;
}

/*
#prod_mainvisu.prod_eyeliner:before{
  background-color: #1c0907;
}
#prod_mainvisu.prod_eyeliner:after{
  background-color: #1c0907;
}
#prod_mainvisu.prod_mascara:before{
  background-color: #9b1e26;
}
#prod_mainvisu.prod_mascara:after{
  background-color: #9b1e26;
}

#prod_mainvisu.prod_eyeliner:before{
  background-color: #2c0000;
}
#prod_mainvisu.prod_eyeliner:after{
  background-color: #2c0000;
}
#prod_mainvisu.prod_mascara:before{
  background-color: #8fc41e;
}
#prod_mainvisu.prod_mascara:after{
  background-color: #8fc41e;
}

#prod_mainvisu.prod_eyeliner:before{
  background-color: #f7f7f7;
}
#prod_mainvisu.prod_eyeliner:after{
  background-color: #f7f7f7;
}
.top_slider_1 .element:before,
#prod_mainvisu.prod_mascara:before{
  background-color: #f2f4f7;
  background-color: #ffedc4;
}
.top_slider_1 .element:after,
#prod_mainvisu.prod_mascara:after{
  background-color: #f2f4f7;
}
.top_slider_1 .element:after,
#prod_mainvisu.prod_mascara:after{
  background-color: #f2f4f7;
  background-color: #ffedc4;
}
.top_slider_1 .element:before,
#prod_mainvisu.prod_eyeliner:before{
  background-color: #f1e5db;
}
.top_slider_1 .element:after,
#prod_mainvisu.prod_eyeliner:after{
  background-color: #f1e5db;
}
.top_slider_1 .slick-slide:nth-child(1) .element:before,
#prod_mainvisu.prod_eyeliner:before{
  background-color: #f1e5db;
}
.top_slider_1 .slick-slide:nth-child(1) .element:after,
#prod_mainvisu.prod_eyeliner:after{
  background-color: #f1e5db;
}
.top_slider_1 .slick-slide:nth-child(2) .element:before,
#prod_mainvisu.prod_eyeliner:before{
  background-color: #f1e5db;
}
.top_slider_1 .slick-slide:nth-child(2) .element:after,
#prod_mainvisu.prod_eyeliner:after{
  background-color: #f1e5db;
}
.top_slider_1 .element:before,
.top_slider_1 .element:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}
.top_slider_1 .element:before {
left: 0;
}
.top_slider_1 .element:after {
right: 0;
}
*/
#prod_mainvisu.prod_mascara .element,
.top_slider_1.prod_mascara .element {
  background: rgb(121, 186, 240);
}
#prod_mainvisu.prod_eyeliner .element,
.top_slider_1.prod_eyeliner .element {
  background: rgb(250, 236, 171);
}

.top_slider_1.prod_mascara .element:before,
.top_slider_1.prod_mascara .element:after,
.top_slider_1.prod_eyeliner .element:before,
.top_slider_1.prod_eyeliner .element:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}

/*
.top_slider_1.prod_mascara .element:before {
  background: #5a4234;
  left: 0;
}
.top_slider_1.prod_mascara .element:after {
  background: #7a5f4e;
  right: 0;
}
*/

.top_slider_1.prod_mascara [data-slick-index="0"] .element:before {
  left: 0;
  background: rgb(121, 186, 240);
  background: linear-gradient(0deg, rgba(131, 178, 234, 1) 0%, rgba(126, 177, 234, 1) 50%, rgba(121, 186, 240, 1) 100%);
}

.top_slider_1.prod_mascara [data-slick-index="0"] .element:after {
  right: 0;
  background: rgb(222, 180, 229);
  background: linear-gradient(0deg, rgba(220, 180, 230, 1) 0%, rgba(202, 182, 230, 1) 50%, rgba(194, 187, 239, 1) 100%);
}


.top_slider_1.prod_mascara [data-slick-index="1"] .element:before {
  left: 0;
  background: rgb(121, 101, 88);
  background: linear-gradient(0deg, rgba(112, 93, 81, 1) 0%, rgba(120, 99, 87, 1) 50%, rgba(137, 113, 97, 1) 100%);
}

.top_slider_1.prod_mascara [data-slick-index="1"] .element:after {
  right: 0;
  background: rgb(69, 52, 42);
  background: linear-gradient(0deg, rgba(69, 52, 42, 1) 0%, rgba(82, 65, 52, 1) 50%, rgba(80, 62, 50, 1) 100%);
}

.top_slider_1.prod_mascara [data-slick-index="2"] .element:before {
  left: 0;
  background: rgb(236, 236, 244);
  background: linear-gradient(0deg, rgba(236, 236, 244, 1) 0%, rgba(229, 231, 243, 1) 50%, rgba(245, 245, 245, 1) 100%);
}

.top_slider_1.prod_mascara [data-slick-index="2"] .element:after {
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(216, 225, 242, 1) 0%, rgba(235, 242, 248, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.top_slider_1.prod_mascara [data-slick-index="3"] .element:before {
  background: #817C81;
  background: linear-gradient(0deg, rgba(131, 126, 131, 1) 0%, rgba(126, 121, 127, 1) 50%, rgba(120, 115, 121, 1) 100%);
  left: 0;
}

.top_slider_1.prod_mascara [data-slick-index="3"] .element:after {
  background: #787379;
  background: linear-gradient(0deg, rgba(121, 116, 122, 1) 0%, rgba(124, 119, 125, 1) 50%, rgba(119, 114, 118, 1) 100%);
  right: 0;
}

.top_slider_1.prod_eyeliner [data-slick-index="0"] .element:before {
  background: #f6e29b;
  left: 0;
}

.top_slider_1.prod_eyeliner [data-slick-index="0"] .element:after {
  background: #f6e29b;
  right: 0;
}

.top_slider_1.prod_eyeliner [data-slick-index="1"] .element:before {
  background: #EE87B4;
  background: linear-gradient(0deg, rgba(241, 191, 216, 1) 0%, rgba(239, 172, 203, 1) 50%, rgba(243, 174, 195, 1) 100%);
  left: -500px;
}

.top_slider_1.prod_eyeliner [data-slick-index="1"] .element:after {
  background: #EE87B4;
  background: linear-gradient(0deg, rgba(239, 134, 177, 1) 0%, rgba(235, 109, 157, 1) 50%, rgba(236, 105, 157, 1) 100%);
  right: -500px;
}

.top_slider_1.prod_eyeliner [data-slick-index="2"] .element:before {
  background: #F0F0F0;
  background: linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(240, 240, 240, 1) 100%);
  left: 0;
}

.top_slider_1.prod_eyeliner [data-slick-index="2"] .element:after {
  background: #F0F0F0;
  background: linear-gradient(0deg, rgba(240, 238, 239, 1) 0%, rgba(241, 239, 240, 1) 50%, rgba(241, 239, 240, 1) 100%);
  right: 0;
}



#top_slider.top_slider_1 {
  text-align: center;
}

#top_slider.top_slider_1 img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}



#prod_mainvisu img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#prod_mainvisu.prod_mascara {
  /* background-color: #f8f6f7; */
}

#prod_head {
  padding-top: 60px;
  max-width: 862px;
  margin: 0 auto;
}

#prod_head .prods {
  text-align: center;
  list-style: none;
  margin-left: -25px;
}

#prod_head .prods li {
  /*display:inline-block;
  margin:0 30px;*/
  display: block;
  margin: 0;
  width: 33.3333333%;
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 25px;
}

#prod_head .prods img {
  display: block;
  width: 100%;
  max-width: 95px;
  margin: 0 auto;
}

#prod_head .title {
  display: block;
  padding-top: 60px;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: .7rem;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
}

#prod_head .title#a1 {
  margin-top: 30px;
}

#prod_head .title small {
  display: block;
  font-size: 48.88%;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  padding-top: 10px;
  letter-spacing: 4px;
}

#prod_nav {
  text-align: center;
  padding-top: 45px;
  max-width: 1000px;
  margin: 0 auto;
}

#prod_nav img {
  display: block;
  margin: 0 auto;
}

#prod_nav ul {
  list-style: none;
  text-align: center;
  margin-left: -20px;
}

#prod_nav ul li {
  display: inline-block;
  width: 33.33333%;
  width: 25%;
  /*max-width:280px;
  max-width:235px;*/
  /*margin:0 10px;*/
  display: block;
  float: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#prod_nav ul li .title {
  display: block;
  font-size: 110%;
  font-weight: 400;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  padding-top: 15px;
}

#prod_nav ul li .title small {
  font-size: 66.66%;
  font-weight: 400;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  display: inline-block;
  line-height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: 3px;
}

#prod_nav ul li .title a {
  font-weight: 400;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  text-decoration: none;
  display: table-cell;
  width: 600px;
  vertical-align: middle;
  padding: 5px 30px 10px 10px;
  position: relative;
  line-height: 120%;
  border-bottom: solid 2px #000;
}



#prod_nav ul li:nth-of-type(2) .title a {
  padding-left: 10px;
}

#prod_nav ul li:nth-of-type(4) .title a,
#prod_nav ul li:nth-of-type(3) .title a {
  padding-left: 10px;
}

#prod_nav ul li .title a span {
  font-weight: 400;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  display: inline-block;
  line-height: 100%;
}

#prod_nav ul li .title a:after {
  content: '';
  display: block;
  width: 20px;
  height: 30px;
  background-image: url(img/products/mascara/prod_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: red;
  position: absolute;
  right: 9px;
  top: 33%;
  margin-top: -11px;
}

#prod_nav ul li .title a.red {
  border-color: #dd0831;
}

#prod_nav ul li .title a.red:after {
  background-color: #dd0831;
}

#prod_nav ul li .title a.gold {
  border-color: #ffee00;
}

#prod_nav ul li .title a.gold:after {
  background-color: #ffee00;
}

#prod_nav ul li .title a.purple {
  border-color: #a20d80;
}

#prod_nav ul li .title a.purple:after {
  background-color: #a20d80;
}

#prod_nav ul li .title a.purple {
  border-color: #a20d80;
}

#prod_nav ul li .title a.purple:after {
  background-color: #a20d80;
}


#prod_nav ul li .title a.red {
  border-color: #9a0000;
}

#prod_nav ul li .title a.red:after {
  background-color: #9a0000;
}

#prod_nav ul li .title a.gold {
  border-color: #c0b300;
}

#prod_nav ul li .title a.gold:after {
  background-color: #c0b300;
}

#prod_nav ul li .title a.purple {
  border-color: #690052;
}

#prod_nav ul li .title a.purple:after {
  background-color: #690052;
}

#prod_nav ul li .title a.blue {
  border-color: #008b96;
}

#prod_nav ul li .title a.blue:after {
  background-color: #008b96;
}

#prod_nav ul li .title a.green {
  border-color: #aebe00;
}

#prod_nav ul li .title a.green:after {
  background-color: #aebe00;
}



#prod_nav ul li .desc {
  padding-top: 40px;
  padding-top: 24px;
}

#prod_nav ul li .desc p {
  display: block;
  padding-top: 30px;
  font-size: 11px;
}

#prod_body {
  padding-top: 95px;
  max-width: 1140px;
  margin: 0 auto;
}

.prod_article {
  margin-bottom: 80px;
  background: #000000;
}

.prod_article_gray {
  background: #949494 !important;
}

.prod_article_remover {
  background: #CCE3F5 !important;
}

.prod_article#prod10 {
  /* margin-bottom: 50px; */
}

.prod_article#prod11 {
  margin-bottom: 110px;
}

.prod_article#prod14 {
  /* margin-bottom: 50px; */
}

.prod_article#prod15 {
  /* margin-bottom: 50px; */
}

.prod_article:last-of-type {
  margin-bottom: 0;
}

.prod_article .head {
  /*padding-top:39px;
  padding-top:39px;*/
}

.prod_article .head img {
  display: block;
  width: 100%;
}

.prod_article .desc_border {
  /* border-bottom: 15px solid #000; */
  border-left: solid 10px #000000;
  border-right: solid 10px #000000;
  background: #ffffff;
}

.prod_article_gray .desc_border {
  border-left: none !important;
  border-right: none !important;
  border-left: solid 10px #b5b6b6 !important;
  border-right: solid 10px #b5b6b6 !important;
}

.prod_article_remover .desc_border {
  border-left: none !important;
  border-right: none !important;
  border-left: solid 10px #CCE3F5 !important;
  border-right: solid 10px #CCE3F5 !important;
}

.prod_article .desc {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.prod_article .desc .title {
  width: 30.6%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  /*float:left;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.prod_article .desc .title img {
  display: block;
  /* letter-spacing: 0; */
  width: 100%;
}

.prod_article .desc .image {
  width: 26%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  /*float:left;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.prod_article .desc .image img {
  display: block;
  width: 100%;
  /* max-width:214px; */
}

.prod_article .desc .text {
  width: 41.8%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  /*float:right;*/
  padding-left: 17px;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.prod_article .desc .text .text_title {
  display: block;
  /*color:#ffffff;*/
  font-weight: 400;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-size: 228.57%;
  line-height: 110%;
  margin: 8.1% 0 0;
  padding-bottom: 12px;
}

.prod_article#prod10 .desc .text .text_title {
  font-size: 32px;
}

.prod_article#prod11 .desc .text .text_title {
  font-size: 28px;
}

.prod_article .desc .text .text_title span {
  display: block;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: -40px;
  /* padding-top: 50px; */
}

.prod_article .desc .text .text_title>span:nth-child(1) {
  margin-top: -20px;
}

.prod_article .desc .text .text_title small {
  /*color:#ffffff;*/
  font-size: 68.75%;
  font-weight: 400;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  vertical-align: 4px;
}

.prod_article .desc .text .text_title small:last-of-type {
  vertical-align: inherit;
}

.prod_article .desc .text p {
  display: block;
  padding-bottom: 25px;
  font-size: 97%;
  /*color:#ffffff;*/
}

.prod_article .desc .text p.info {
  color: #e1002a;
  font-size: 13px;
  margin-bottom: -15px;
}

.prod_article .desc .text p .color {
  display: inline-block;
  line-height: 100%;
  padding: 5px 14px 3px 14px;
  border: solid 1px #000;
  /*color:#ffffff;*/
  -webkit-border-radius: 20px;
  border-radius: 100px;
  margin-right: 5px;
  margin-top: 5px;
}

.prod_article .desc .text p.remarks {
  font-weight: bold;
  margin: -20px 0 0 -8px;
  padding-bottom: 0;
}

.prod_article .desc .text .button {
  display: block;
  background: #ffffff;
  max-width: 219px;
  margin: 0;
  padding: 11px 10px;
  text-align: center;
  border: solid 1px #000000;
}

.prod_article .desc .text .button_soldout {
  display: block;
  background: #ffffff;
  max-width: 219px;
  margin: 0;
  padding: 11px 10px;
  text-align: center;
  border: solid 1px #000000;
}

.prod_article .desc .text .info+.button {
  margin-bottom: -25px;
}

.prod_article .desc .text .button span {
  display: inline-block;
  padding-left: 33px;
  padding-right: 10px;
  background-image: url(img/products/prod_cart.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  text-align: center;
}

.prod_article .trigger {
  display: block;
  height: 40px;
  width: 100%;
  position: relative;
}

.prod_article .trigger img {
  /*content:'VIEW MORE';*/
  /*content:'MORE INFO';*/
  display: block;
  width: 119px;
  height: 12px;
  /* background:url(img/products/mascara/prod_trigger_down.png?2020050701); */
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 13px;
  left: 50%;
  color: #ffffff;
  /* line-height:40px; */
  /* padding-left:33px; */
  /* margin-left:-11px; */
  transform: translate(-50%, 0);
  font-family:
    "Century Gothic", CenturyGothic, "Muli", sans-serif;
}

.prod_article .trigger img:nth-child(2) {
  /* background:url(img/products/mascara/prod_trigger_up.png?2020050701); */
  background-repeat: no-repeat;
  display: none;
}

#prod3.prod_article .trigger img {
  /* background:url(img/products/mascara/prod_trigger_down2.png?2020050701); */
  /* background-repeat:no-repeat; */
}

.prod_article .opened .trigger:after {
  content: '';
  background: url(img/products/mascara/prod_trigger_up.png?2020050701);
  background-repeat: no-repeat;
  background-position: left center;
}

.prod_article .opened .trigger img {
  display: none;
}

.prod_article .opened .trigger img:last-child {
  display: block;
  width: 83px;
}

#prod3.prod_article .opened .trigger img:last-child {
  /* content: ''; */
  /* background:url(img/products/mascara/prod_trigger_up2.png?2020050701); */
  /* background-repeat:no-repeat; */
  /* background-position:left center; */
  /* visibility: hidden; */
}

.prod_article .parent .sizer {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1000px;
}

.prod_article .parent ul {
  list-style: none;
  padding: 40px 0;
  margin-left: -20px;
  border-top: solid 1px #262626;
}

.prod_article_gray .parent ul {
  border-top: none;
}

.prod_article_remover .parent ul {
  border-top: none;
}

.prod_article_remover .text_title sup{
  font-size: 12px;
  vertical-align: top;
}
.prod_article_remover .adapt span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.prod_article .parent ul li {
  width: 33.33334%;
  float: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.prod_article .parent ul li.list p {
  display: block;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
  min-height: 60px;
}

.prod_article .parent ul li.list p .round {
  background: #ffffff;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
  border: solid 2px #ffffff;
}

.prod_article .parent ul li.list p .round img {
  display: block;
  width: 100%;
  background: #ffffff;
}

.prod_article .parent ul li.list p .cap {
  display: block;
  border-bottom: solid 1px red;
  color: #ffffff;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-size: 142.86%;
  padding: 13px 0 13px 20px;
}

.prod_article .parent ul li.list p .cap.small {
  font-size: 120%;
}

.prod_article .parent ul li.list small {
  display: block;
  color: #ffffff;
  font-size: 85.71%;
  line-height: 120%;
  padding-top: 5px;
}
.prod_article_remover .parent ul li.list small {
  color: #000;
}

.prod_article .parent ul li.box .inside {
  background: #ffffff;
  overflow: hidden;
  padding: 5px 0 15px 0;
  position: relative;
}

.prod_article .parent ul li.box h4 {
  display: table-cell;
  /* width: 100%; */
  /* min-width: 100%; */
  width: 600px;
  vertical-align: middle;
  color: #ffffff;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-size: 142.86%;
  padding: 10px;
  text-align: center;
}

.prod_article .parent ul li.box h4 small {
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 70%;
}

.prod_article .parent ul li.box p.block {
  display: block;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 140%;
}

.prod_article .parent ul li.box p.block span sup {
  font-size: 80%;
}

.prod_article .parent ul li.box p.block small {
  font-size: 78.71%;
  line-height: 140%;
  display: block;
}

.prod_article .parent ul li.box p:last-of-type {
  /*padding-bottom: 20px;*/
}

.prod_article .parent ul li.box img.full {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.prod_article .parent ul li.box .inside img.full.noMarg {
  padding-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;

}

.prod_article .parent ul li.box .img-block {
  margin: 20px 0;
}

.prod_article_gray .parent ul li.box .img-block {
  margin: 20px 0;
}

.prod_article_remover .parent ul li.box .img-block {
  margin: 20px 0;
}

.prod_article .parent ul li.box .img-block img {
  vertical-align: bottom;
}

.prod_article .parent ul li.box .img-block+.block {
  padding-top: 0;
}

.prod_article .parent ul li.box p.clearfix {
  padding-left: 20px;
  line-height: 140%;
  padding-top: 15px;
}

.prod_article .parent ul li.box p.clearfix img {
  float: right;
  width: 47.33%;
  display: block;
  margin-left: 10px;
}

.prod_article .parent ul li.box p.clearfix img.noMarg {
  margin-left: 0;
}

.prod_article .parent ul li.box p strong {
  display: block;
  padding-bottom: 4px;
  font-weight: 700;
  line-height: 120%;
}

.prod_article .parent ul li.box p strong sup {
  font-size: 85.714%;
}

.prod_article .parent ul li.box p strong sup {
  font-size: 85.714%;
}

/*
.prod_article .parent ul li.box p.clearfix{
  padding-right:0;
}
.prod_article .parent ul li.box p.clearfix strong{
  display:inline;
  clear:both;
  padding-right:20px;
}
.prod_article .parent ul li.box p.clearfix span{
  display:inline;
}
.prod_article .parent ul li.box p.clearfix span img{
  display:block;
  float:right;
  margin-left:20px;
}
.prod_article .parent ul li.box p strong{
  display:block;
  padding-bottom:4px;
  font-weight:700;
  line-height:120%;
}
.prod_article .parent ul li.box .inside p img{
  display:inline-block;
  width:50%;
  margin-right:-4px;
  vertical-align:bottom;
}

.prod_article .parent ul li.box .inside p span{
  display:inline-block;
  width:50%;
  margin-right:-4px;
  vertical-align:top;
}
*/

.prod_article .parent ul li.list p .cap sup {
  color: #ffffff;
  font-size: 60%;
  vertical-align: 10px;
}
.prod_article_remover .parent ul li.list p .cap sup {
  color: #000;
}

.prod_article.red .trigger {
  background: #9a0000;
}

.prod_article.green .trigger {
  background: #aebe00;
}

.prod_article.gold .trigger {
  background: #c0b300;
}

.prod_article.purple .trigger {
  background: #690052;
}

.prod_article.blue .trigger {
  background: #008b96;
}

.prod_article.red .parent ul li.list p .cap {
  border-bottom: solid 1px #e1002a;
}

.prod_article.red .parent ul li.box h4 {
  background: #e1002a;
}

.prod_article.red .parent ul li.list p .round {
  border-color: #9a0000;
}

.prod_article.green .parent ul li.list p .cap {
  border-bottom: solid 1px #00b3d1;
}

.prod_article.green .parent ul li.box h4 {
  background: #00b3d1;
}

.prod_article.green .parent ul li.list p .round {
  border-color: #00b3d1;
}

.prod_article.gold .parent ul li.list p .cap {
  border-bottom: solid 1px #bcd400;
}

.prod_article.gold .parent ul li.box h4 {
  background: #bcd400;
}

.prod_article.gold .parent ul li.list p .round {
  border-color: #bcd400;
}

.prod_article.purple .parent ul li.list p .cap {
  border-bottom: solid 1px #fff100;
}

.prod_article.purple .parent ul li.box h4 {
  background: #fff100;
  color: #000;
}

.prod_article.purple .parent ul li.list p .round {
  border-color: #fff100;
}

.prod_article_gray.clb_blue .parent ul li.list p .cap {
  border-bottom: solid 1px #3687c8;
}

.prod_article_gray.clb_blue .parent ul li.box h4 {
  background: #3687c8;
  color: #fff;
  font-size: 18px;
}

.prod_article_remover.clb_blue .parent ul li.list p .cap {
  border-bottom: solid 1px #3687c8;
  color: #000;
}

.prod_article_remover.clb_blue .parent ul li.box h4 {
  background: #71BCE9;
  color: #fff;
  font-size: 18px;
}

.prod_article.clb_blue .parent ul li.list p .round {
  border-color: #3687c8;
}

.prod_article.blue .parent ul li.list p .cap {
  border-bottom: solid 1px #a50082;
}

.prod_article.blue .parent ul li.box h4 {
  background: #a50082;
}

.prod_article.blue .parent ul li.list p .round {
  border-color: #a50082;
}

#prod7.prod_article .parent ul li.list p .cap {
  border-bottom: solid 1px #00b3d1;
}

#prod7.prod_article .parent ul li.box h4 {
  background: #00b3d1;
}

#prod7.prod_article .parent ul li.list p .round {
  border-color: #00b3d1;
}


.prod_article.color_hl .parent ul li.list p .cap {
  border-bottom: solid 1px #EC6E7F;
}

.prod_article.color_hl .parent ul li.box h4 {
  background: #EC6E7F;
}

.prod_article.color_hl .parent ul li.list p .round {
  border-color: #EC6E7F;
}

#prod_videos {
  padding-top: 77px;
  padding-bottom: 80px;
}

#video_slider {
  max-width: 684px;
  margin: 0 auto;
  position: relative;
}

#video_slider .open_video {
  display: none;
  position: relative;
  background: #000;
  overflow: hidden;
  width: 100%;
}

#video_slider .open_video:first-of-type {
  display: block;
}

#video_slider .open_video img {
  display: block;
  width: 100%;
}

#video_slider .open_video:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(img/video_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#video_slider img {
  display: block;
  width: 100%;
}

#video_slider .pagination {
  display: none;
}

#video_slider .controls a {
  display: block;
  position: absolute;
  top: 0;
  width: 70px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

#video_slider .controls a.prev {
  left: -70px;
  background-image: url(img/prev_arrow.gif);
  background-position: 13px center;
}

#video_slider .controls a.next {
  right: -70px;
  background-image: url(img/next_arrow.gif);
  background-position: 40px center;
}

#products_archive_list {
  max-width: 1000px;
  margin: 0 auto;
}

#products_archive_list ul {
  list-style: none;
}

#products_archive_list ul.full {
  /* padding-top: 40px; */
}

#products_archive_list ul.double {
  margin-left: -40px;
  padding-top: 40px;
}

#products_archive_list ul li {
  padding-top: 40px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#products_archive_list ul li a {
  text-decoration: none;
}

#products_archive_list ul.double li {
  width: 50%;
  padding-left: 40px;
  padding-bottom: 40px;
}

#products_archive_list ul.double li:nth-of-type(odd) {
  /* clear:left; */
}

#products_archive_list ul.double li:nth-of-type(even) {
  /* clear:right; */
}

#products_archive_list ul.triple {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 43px;
}

#products_archive_list ul.triple li {
  width: 33.33333%;
  padding: 0 20px 80px 20px;
}

#products_archive_list ul.triple li:nth-of-type(3n) {
  clear: right;
}

#products_archive_list ul.triple li:nth-of-type(3n+1) {
  clear: left;
}

#products_archive_list ul li img {
  display: block;
  width: 100%;
}

#products_archive_list ul.triple li .image {
  display: block;
  max-width: 242px;
  margin: 0 auto;
}

#products_archive_list ul li .desc p {
  display: block;
  text-align: center;
  color: #222222;
  padding-top: 15px;
  font-size: 107.14%;
}

#products_archive_list ul li .desc {
  padding-top: 20px;
}

#products_archive_list ul li .desc .title a {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  color: #a3bee3;
  display: inline-block;
  font-size: 157.14%;
  letter-spacing: 0.5px;
  line-height: 130%;
}

#products_archive_list ul.triple li .desc .title a {
  font-size: 114.29%;
}

#products_archive_list ul li .desc a.link {
  margin-top: 20px;
  display: inline-block;
  font-size: 85.71%;
  padding-right: 23px;
  position: relative;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  letter-spacing: 0.5px;
}

#products_archive_list ul.triple li .desc a.link {
  margin-top: 15px;
}

#products_archive_list ul li .desc a.link:after {
  content: '\21C0';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-family: serif;
}

#products_archive_list .br_banner_list {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0;
}

#products_archive_list .br_banner_list li {
  display: inline-block;
  list-style: none;
  float: none;
  /* padding-right: 10px; */
  width: 50%;
  padding-top: 0;
}

#products_archive_list .br_banner_list li:nth-of-type(2n+1) {
  padding-right: 10px;
}

#products_archive_list .br_banner_list li:nth-of-type(2n) {
  padding-left: 10px;
}

#products_archive_list .br_banner_list li a {
  display: block;
}

#products_archive_list .br_banner_list li img {
  width: 100%;
  height: auto;
}

.inside.archive.products #breadcrumb {
  /* padding-top:0; */
}

.inside.archive.news #breadcrumb {
  padding-bottom: 10px;
}

.inside.archive.channel #breadcrumb {
  padding-bottom: 10px;
}

.inside.single.channel #breadcrumb {
  padding-bottom: 10px;
  padding-top: 45px;
}

.prod_article .parent ul li b {
  color: #fff;
  display: block;
  line-height: 114.28%;
  font-size: 14px;
  /* margin: 0 0 0 -62px; */
  padding: 15px 0 0 0;
  /* width: calc(100% + 65px); */
}



/* -- MASCARA ------ */
.mascara .topics {
  margin: 100px auto 0;
  max-width: 1000px;
}

.mascara .topics .title {
  display: block;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 400;
  color: #191919;
  font-size: 19px;
  line-height: 100%;
  margin: 0 0 45px;
  position: relative;
  text-transform: uppercase;
}

.mascara .topics .contents {
  align-items: stretch;
  display: flex;
  margin: -30px 0 0 -30px;
  width: calc(100% + 30px);
}

.mascara .topics .left {
  align-items: center;
  border: 1px solid #B2BBBB;
  display: flex;
  margin: 30px 0 0 30px;
  padding: 25px;
  width: calc(100% - 30px);
}

.mascara .topics .right {
  align-items: center;
  border: 1px solid #B2BBBB;
  display: flex;
  margin: 30px 0 0 30px;
  padding: 25px;
  width: calc(100% - 30px);
}

.mascara .topics .image {
  flex-shrink: 1.5;
  margin: 0 35px 0 0;
  max-width: 180px;
}

.mascara .topics .image a {
  display: block;
}

.mascara .topics .image img {
  display: block;
  height: auto;
  width: 100%;
}

.mascara .topics .text {
  width: 100%;
}

.mascara .topics .text a {
  font-size: 13px;
  letter-spacing: .05rem;
  line-height: 175%;
}

.mascara .topics .text a {
  border-bottom: 1px solid #A3BEE3;
  padding: 0 0 1px;
  text-decoration: none;
}

@media (max-width: 850px) {

  .mascara .topics {
    margin-top: 32px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mascara .topics .contents {
    align-items: flex-start;
    /* flex-flow: row wrap; */
    /* margin-top: 22px; */
    /* margin-left: 0; */
    margin: 0 0 0 -25px;
    width: calc(100% + 25px);
    /* width: 100%; */
  }

  .mascara .topics .left,
  .mascara .topics .right {
    border: none;
    flex-flow: row wrap;
    margin: 25px 0 0 25px;
    /* padding: 15px; */
    padding: 0;
    width: calc(100% - 25px);
  }

  .mascara .topics .right {
    /* margin-top: 20px; */
    flex-flow: row wrap;
  }

  .mascara .topics .image {
    /* margin-right: 25px; */
  }

  .mascara .topics .image {
    margin: 0;
    width: 80px;
    width: 100%;
    max-width: none;
  }

  .mascara .topics .title {
    margin: 0;
  }

  .mascara .topics .text {
    margin-top: 12px;
  }

  .mascara .topics .text a {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 140%;
  }

  .mascara .topics .text br {
    display: none;
  }
}

.mascara .award {
  margin: 100px auto 40px;
  width: 100%;
  max-width: 1000px;
}

.mascara .award>a {
  display: block;
}

.mascara .award img {
  display: block;
  height: auto;
  width: 100%;
}

@media(max-width:850px) {
  .mascara .award {
    margin-bottom: 0;
    margin-top: 33px;
  }
}

.mascara .kome {
  /* color: #ccc; */
  display: block;
  font-size: 12px;
  line-height: 170%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.mascara .kome:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.mascara .kome a {
  /* color: #ccc; */
  display: inline-block;
  font-size: 12px;
  line-height: 170%;
  text-decoration: none;
}

.mascara {
  margin-bottom: 25px;
}

#single_product.mascara #extenal_channel {
  margin-top: 100px;
}

.mascara .youtubeBox {
  /* margin: 100px auto -60px; */
  max-width: 1000px;
}

.mascara #prod_head {
  box-sizing: border-box;
  max-width: 840px;
  max-width: 1000px;
}

.mascara #prod_head .title {
  padding-top: 30px;
}

.mascara #prod_head .prods {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mascara #prod_head .prods:after {
  display: none;
}

.mascara #prod_head .prods li {
  float: none;
  padding: 0;
  position: relative;
  /* width: 105px; */
  z-index: 1;
}

.mascara #prod_head .prods li a {}

.mascara #prod_head .prods li img {}

.mascara #prod_head .prods li img.deco {
  height: auto;
  position: absolute;
  right: -20px;
  top: -38px;
  width: 83px;
  max-width: 83px;
  z-index: 1;
}

.mascara #prod2 .box sup {
  color: #fff;
  font-size: 10px;
}

.mascara #prod5 .box h4.adapt {}

.mascara #prod5 .parent ul .list b,
.mascara #prod5 .parent ul .box {}

.mascara #prod5 .announcement {
  font-size: 16px;
  font-weight: bold;
  margin-top: -18px;
}

.mascara #prod5 .parent ul .box:nth-child(2) img {
  margin: 5px 0 0;
}

.mascara #prod5 .parent ul li.box:nth-child(3) img.full {
  margin: 15px 0 0 -40px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}

.mascara #prod6 .box sup,
.mascara #prod_hl2 .box sup {
  /*color: #fff;*/
  font-size: 10px;
}

.mascara .head {
  border-top: 15px solid #000;
}

.mascara .prod_article .deco {
  position: relative;
  z-index: 1;
}

.mascara .prod_article .deco img {
  display: block;
  left: calc(50% - 50px);
  position: absolute;
  top: -30px;
  z-index: 1;
}

.mascara #prod1 .head,
.mascara #prod1 .bg .trigger {
  background: #e1002a;
  border-top-color: #e1002a;
}

.mascara #prod2 .head,
.mascara #prod2 .bg .trigger {
  background: #bcd400;
  border-top-color: #bcd400;
}

.mascara #prod3 .head,
.mascara #prod3 .bg .trigger {
  background: #fff100;
  border-top-color: #fff100;
}

.mascara #prod4 .head,
.mascara #prod4 .bg .trigger {
  background: #a50082;
  border-top-color: #a50082;
}

.mascara #prod5 .head,
.mascara #prod5 .bg .trigger {
  background: #00b3d1;
  border-top-color: #00b3d1;
}

.mascara #prod6 .head,
.mascara #prod6 .bg .trigger {
  background: #e1002a;
  border-top-color: #e1002a;
}

.mascara #prod7 .head,
.mascara #prod7 .bg .trigger {
  background: #00b3d1;
  border-top-color: #00b3d1;
}

.mascara #prod_hl .head,
.mascara #prod_hl .bg .trigger,
.mascara #prod_hl2 .head,
.mascara #prod_hl2 .bg .trigger {
  background: #EC6E7F;
  border-top-color: #EC6E7F;
}

.mascara #prod_clb .head,
.mascara #prod_clb .bg .trigger {
  background: #3687c8;
  border-top-color: #3687c8;
}

.mascara #prod_pm_remover .head,
.mascara #prod_pm_remover .bg .trigger {
  background: #71BCE9;
  border-top-color: #71BCE9;
}


.mascara .prod_article .desc {
  align-items: flex-start;
  display: flex;
  /* justify-content: flex-end; */
  padding: 4.5% 50px 2.5%;
  max-width: none;
  margin: 0 auto;
}

.mascara .prod_article#prod1 .desc,
.mascara .prod_article#prod2 .desc,
.mascara .prod_article#prod5 .desc,
.mascara .prod_article#prod6 .desc,
.mascara .prod_article#prod_hl2 .desc {
  padding-left: 0;
  padding-right: 10px;
  justify-content: center;
}

.mascara .prod_article#prod6 .desc,
.mascara .prod_article#prod_hl2 .desc {
  padding-bottom: 1.5%;
}

.mascara .prod_article#prod2 .desc {
  padding-bottom: 4.5%;
}
.mascara .prod_article#prod_hl2 .desc {
  padding-bottom: 2.1%;
}

.mascara .prod_article#prod1 .desc .title,
.mascara .prod_article#prod2 .desc .title,
.mascara .prod_article#prod5 .desc .title,
.mascara .prod_article#prod6 .desc .title,
.mascara .prod_article#prod_hl2 .desc .title {
  align-self: flex-start;
  /* box-sizing: content-box; */
  cursor: pointer;
  /* width: 29.3%; */
  /* width: 12.5%; */
  display: block;
  /* padding: 0; */
  margin-left: 1%;
  margin-top: 0;
  vertical-align: initial;
  max-width: 139px;
}

.mascara .prod_article#prod1 .desc .title img.hide,
.mascara .prod_article#prod2 .desc .title img.hide,
.mascara .prod_article#prod5 .desc .title img.hide,
.mascara .prod_article#prod6 .desc .title img.hide,
.mascara .prod_article#prod_hl2 .desc .title img.hide {
  display: none !important;
}

.mascara .prod_article#prod1 .desc .image,
.mascara .prod_article#prod2 .desc .image,
.mascara .prod_article#prod5 .desc .image,
.mascara .prod_article#prod6 .desc .image,
.mascara .prod_article#prod_hl2 .desc .image {
  box-sizing: content-box;
  display: block;
  margin: 0 0 130px 35px;
  margin: 0px 0 75px 3.1%;
  padding: 0;
  position: relative;
  vertical-align: initial;
  width: 28.8%;
  width: 12.2%;
  width: 22.2%;
  min-width: auto;
  /* max-width: 136px; */
  z-index: 1;
}

.mascara .prod_article#prod2 .desc .image {
  margin-left: 60px;
}

.mascara .prod_article#prod1 .desc .image2,
.mascara .prod_article#prod2 .desc .image2,
.mascara .prod_article#prod5 .desc .image2,
.mascara .prod_article#prod6 .desc .image2,
.mascara .prod_article#prod_hl2 .desc .image2 {
  width: calc(15vw - 200px);
  /* width: 0; */
}

.mascara .prod_article#prod1 .desc .image,
.mascara .prod_article#prod5 .desc .image,
.mascara .prod_article#prod6 .desc .image,
.mascara .prod_article#prod_hl2 .desc .image {
  /*margin-left: 7%;*/
  margin-left: 60px;
}

.mascara .prod_article#prod1 .desc .title,
.mascara .prod_article#prod2 .desc .title,
.mascara .prod_article#prod5 .desc .title,
.mascara .prod_article#prod6 .desc .title {
  margin-left: 5%;
}

.mascara .prod_article#prod_hl2 .desc .title {
  margin-left: 5%;
}

.mascara .prod_article#prod2 .specs,
.mascara .prod_article#prod6 .specs,
.mascara .prod_article#prod_hl2 .specs {
  margin-right: 5px;
}

.mascara .prod_article#prod2 .specs *:nth-child(1),
.mascara .prod_article#prod2 .specs *:nth-child(2),
.mascara .prod_article#prod2 .specs *:nth-child(3),
.mascara .prod_article#prod2 .specs *:nth-child(4),
.mascara .prod_article#prod2 .specs *:nth-child(5),
.mascara .prod_article#prod6 .specs *:nth-child(1),
.mascara .prod_article#prod6 .specs *:nth-child(2),
.mascara .prod_article#prod6 .specs *:nth-child(3),
.mascara .prod_article#prod6 .specs *:nth-child(4),
.mascara .prod_article#prod6 .specs *:nth-child(5),
.mascara .prod_article#prod_hl2 .specs *:nth-child(1),
.mascara .prod_article#prod_hl2 .specs *:nth-child(2),
.mascara .prod_article#prod_hl2 .specs *:nth-child(3),
.mascara .prod_article#prod_hl2 .specs *:nth-child(4),
.mascara .prod_article#prod_hl2 .specs *:nth-child(5) {
  /* margin-right: 5px; */
}

.mascara .prod_article#prod2 .desc .text p .color:nth-child(3),
.mascara .prod_article#prod6 .desc .text p .color:nth-child(3),
.mascara .prod_article#prod_hl2 .desc .text p .color:nth-child(3) {
  margin-right: 5px;
}

.mascara .prod_article#prod2 .specs *:last-child,
.mascara .prod_article#prod6 .specs *:last-child,
.mascara .prod_article#prod_hl2 .specs *:last-child {
  margin-top: 20px;
}

.mascara .prod_article#prod2 .desc .text p,
.mascara .prod_article#prod6 .desc .text p,
.mascara .prod_article#prod_hl .desc .text p,
.mascara .prod_article#prod_hl2 .desc .text p {
  padding-bottom: 18px;
}

.mascara .prod_article#prod2 .desc .text .sub_title,
.mascara .prod_article#prod6 .desc .text .sub_title,
.mascara .prod_article#prod_hl2 .desc .text .sub_title {
  padding-bottom: 20px;
}

.mascara .prod_article#prod2 .desc .text .announcement,
.mascara .prod_article#prod6 .desc .text .announcement,
.mascara .prod_article#prod_hl .desc .text .announcement,
.mascara .prod_article#prod_hl2 .desc .text .announcement,
.mascara .prod_article#prod_clb .desc .text .announcement,
.mascara .prod_article#prod_pm_remover .desc .text .announcement {
  padding-top: 25px;
}


.mascara .prod_article#prod2 .desc .text .announcement+.announcement,
.mascara .prod_article#prod6 .desc .text .announcement+.announcement,
.mascara .prod_article#prod_hl2 .desc .text .announcement+.announcement {
  padding-top: 0;
  /* padding-bottom: 0; */
  /* margin-top: -12px; */
}

.mascara .prod_article#prod1 .desc .image>*:nth-child(2),
.mascara .prod_article#prod2 .desc .image>*:nth-child(2),
.mascara .prod_article#prod5 .desc .image>*:nth-child(2),
.mascara .prod_article#prod6 .desc .image>*:nth-child(2),
.mascara .prod_article#prod_hl2 .desc .image>*:nth-child(2) {
  padding: 50% 0 0;
  position: relative;
  z-index: 1;
}

.mascara .prod_article#prod1 .desc .image .toggle,
.mascara .prod_article#prod2 .desc .image .toggle,
.mascara .prod_article#prod5 .desc .image .toggle,
.mascara .prod_article#prod_hl2 .desc .image .toggle {
  /* border: 1px solid #000; */
  cursor: pointer;
  display:
    flex;
  flex-flow: row wrap;
  left: 50%;
  /* padding: 0 10px; */
  position: absolute;
  justify-content: center;
  justify-content: flex-start;
  top: calc(100% + 35px);
  transform: translate(-50%, 0);
  /* width: 349.2%; */
  width: 315%;
  /* max-width: 400px; */
  z-index: 1;
}

.mascara .prod_article#prod6 .desc .image .toggle {
  /* border: 1px solid #000; */
  cursor: pointer;
  display:
    flex;
  flex-flow: row wrap;
  left: 50%;
  /* padding: 0 10px; */
  position: absolute;
  justify-content: center;
  justify-content: flex-start;
  top: calc(100% + 35px);
  transform: translate(-50%, 0);
  /* width: 349.2%; */
  width: 206%;
  /* max-width: 400px; */
  z-index: 1;
}

.mascara .prod_article#prod1 .desc .image .toggle>div,
.mascara .prod_article#prod2 .desc .image .toggle>div,
.mascara .prod_article#prod5 .desc .image .toggle>div,
.mascara .prod_article#prod_hl2 .desc .image .toggle>div {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  font-size: 11px;
  /* font-size: 0.79vw; */
  padding: 1px 3.4% 0;
  line-height: 100%;
  letter-spacing: -.1rem;
  margin: 2px 0 0 -1px;
  text-align: center;
  width: 25%;
  word-break: keep-all;
}

.mascara .prod_article#prod6 .desc .image .toggle>div {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  font-size: 12px;
  font-size: 0.79vw;
  padding: 1px 3.4% 0;
  line-height: 100%;
  letter-spacing: -.1rem;
  margin: 2px 0 0 -1px;
  text-align: center;
  width: 42%;
  word-break: keep-all;
}

.mascara .prod_article#prod1 .desc .image .toggle>div.active,
.mascara .prod_article#prod2 .desc .image .toggle>div.active,
.mascara .prod_article#prod5 .desc .image .toggle>div.active,
.mascara .prod_article#prod6 .desc .image .toggle>div.active,
.mascara .prod_article#prod_hl2 .desc .image .toggle>div.active {
  background: #000;
  color: #fff;
}

.mascara .prod_article#prod1 .desc .image .toggle>div:before,
.mascara .prod_article#prod2 .desc .image .toggle>div:before,
.mascara .prod_article#prod5 .desc .image .toggle>div:before,
.mascara .prod_article#prod6 .desc .image .toggle>div:before,
.mascara .prod_article#prod_hl2 .desc .image .toggle>div:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 3px;
  margin: -1px 3px 0 -2px;
  transform: rotate(45deg);
  width: 3px;
}

.mascara .prod_article#prod1 .desc .image .toggle>div.active:before,
.mascara .prod_article#prod2 .desc .image .toggle>div.active:before,
.mascara .prod_article#prod5 .desc .image .toggle>div.active:before,
.mascara .prod_article#prod6 .desc .image .toggle>div.active:before,
.mascara .prod_article#prod_hl2 .desc .image .toggle>div.active:before {
  border-color: #fff;
  border-color: #fff;
}

.mascara .prod_article#prod1 .desc .image img,
.mascara .prod_article#prod2 .desc .image img,
.mascara .prod_article#prod5 .desc .image img,
.mascara .prod_article#prod6 .desc .image img,
.mascara .prod_article#prod_hl2 .desc .image img {
  display: block;
  width: 100%;
}

.mascara .prod_article#prod1 .desc .image img.hide,
.mascara .prod_article#prod2 .desc .image img.hide,
.mascara .prod_article#prod5 .desc .image img.hide,
.mascara .prod_article#prod6 .desc .image img.hide,
.mascara .prod_article#prod_hl2 .desc .image img.hide {
  display: none;
}

.mascara .prod_article#prod1 .desc .image img.deco,
.mascara .prod_article#prod2 .desc .image img.deco,
.mascara .prod_article#prod5 .desc .image img.deco,
.mascara .prod_article#prod6 .desc .image img.deco {
  display: block;
  right: 70%;
  position: absolute;
  top: 71%;
  width: 79.5%;
  max-width: 108px;
  z-index: 1;
}

.mascara .prod_article#prod1 .desc .image img.deco2,
.mascara .prod_article#prod2 .desc .image img.deco2,
.mascara .prod_article#prod5 .desc .image img.deco2,
.mascara .prod_article#prod6 .desc .image img.deco2,
.mascara .prod_article#prod_hl2 .desc .image img.deco2 {
  display: block;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translate(-50%, 0);
  width: 169.2%;
  max-width: 230px;
  z-index: 1;
}

.mascara .prod_article#prod1 .desc .image img.deco2.hide,
.mascara .prod_article#prod2 .desc .image img.deco2.hide,
.mascara .prod_article#prod5 .desc .image img.deco2.hide,
.mascara .prod_article#prod6 .desc .image img.deco2.hide,
.mascara .prod_article#prod_hl2 .desc .image img.deco2.hide {
  display: none;
}

.mascara .prod_article#prod1 .desc .text,
.mascara .prod_article#prod2 .desc .text,
.mascara .prod_article#prod5 .desc .text,
.mascara .prod_article#prod6 .desc .text,
.mascara .prod_article#prod_hl2 .desc .text {
  margin: 0 0 0 7.1%;
  padding: 0 0 70px;
  width: 36.6%;
  max-width: 410px;
}

.mascara .prod_article#prod2 .desc .text {
  margin: 0 0 0 7.1%;
  padding: 0 0 72px;
  /* padding: 0 0 10%; */
  width: 36.6%;
  max-width: 410px;
}

.mascara .prod_article#prod6 .desc .text,
.mascara .prod_article#prod_hl2 .desc .text {
  margin: 0 0 0 7.1%;
  padding: 0 0 72px;
  /* padding: 0 0 16%; */
  width: 36.6%;
  max-width: 410px;
}

.mascara .prod_article .desc .text p.info {
  color: #781817;
  font-size: 13px;
  margin-bottom: -15px;
  margin-top: -5px;
}

.mascara .prod_article#prod1 .desc .text .toggle,
.mascara .prod_article#prod2 .desc .text .toggle,
.mascara .prod_article#prod5 .desc .text .toggle,
.mascara .prod_article#prod6 .desc .text .toggle,
.mascara .prod_article#prod_hl2 .desc .text .toggle {
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  margin: 20px auto -15px;
  width: 230px;
}

.mascara .prod_article#prod1 .desc .text .toggle>div,
.mascara .prod_article#prod2 .desc .text .toggle>div,
.mascara .prod_article#prod5 .desc .text .toggle>div,
.mascara .prod_article#prod6 .desc .text .toggle>div,
.mascara .prod_article#prod_hl2 .desc .text .toggle>div {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  font-size: 12px;
  /* font-size: 0.79vw; */
  padding: 1px 0 0;
  line-height: 100%;
  letter-spacing: -.1rem;
  text-align: center;
  width: 50%;
}

.mascara .prod_article#prod1 .desc .text .toggle>div,
.mascara .prod_article#prod2 .desc .text .toggle>div,
.mascara .prod_article#prod5 .desc .text .toggle>div,
.mascara .prod_article#prod6 .desc .text .toggle>div,
.mascara .prod_article#prod_hl2 .desc .text .toggle>div {
  background: #fff;
  color: #000;
}

.mascara .prod_article#prod1 .desc .text .toggle>div.active,
.mascara .prod_article#prod2 .desc .text .toggle>div.active,
.mascara .prod_article#prod5 .desc .text .toggle>div.active,
.mascara .prod_article#prod6 .desc .text .toggle>div.active,
.mascara .prod_article#prod_hl2 .desc .text .toggle>div.active {
  background: #000;
  color: #fff;
}

.mascara .prod_article#prod1 .desc .text .toggle>div:before,
.mascara .prod_article#prod2 .desc .text .toggle>div:before,
.mascara .prod_article#prod5 .desc .text .toggle>div:before,
.mascara .prod_article#prod6 .desc .text .toggle>div:before,
.mascara .prod_article#prod_hl2 .desc .text .toggle>div:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 3px;
  margin: -1px 3px 0 -2px;
  transform: rotate(45deg);
  width: 3px;
}

.mascara .prod_article#prod1 .desc .text .toggle>div:before,
.mascara .prod_article#prod2 .desc .text .toggle>div:before,
.mascara .prod_article#prod5 .desc .text .toggle>div:before,
.mascara .prod_article#prod6 .desc .text .toggle>div:before,
.mascara .prod_article#prod_hl2 .desc .text .toggle>div:before {
  border-color: #000;
  border-color: #000;
}

.mascara .prod_article#prod1 .desc .text .toggle>div.active:before,
.mascara .prod_article#prod2 .desc .text .toggle>div.active:before,
.mascara .prod_article#prod5 .desc .text .toggle>div.active:before,
.mascara .prod_article#prod6 .desc .text .toggle>div.active:before,
.mascara .prod_article#prod_hl2 .desc .text .toggle>div.active:before {
  border-color: #fff;
  border-color: #fff;
}

.mascara .prod_article .desc .title,
.mascara .prod_article_gray .desc .title{
  align-self: center;
  box-sizing: content-box;
  width: 50%;
  display: block;
  margin: -7% 0 0 85px;
  padding: 0;
  vertical-align: initial;
  max-width: 204px;
}
.mascara .prod_article_remover .desc .title {
  margin: -3.5% 0 0 120px !important;
  align-self: center;
  box-sizing: content-box;
  width: 60%;
  display: block;
  padding: 0;
  vertical-align: initial;
  max-width: 190px;
}

.mascara .prod_article_gray .desc .title {
  margin: -6.5% 0 0 85px;
}
.mascara .prod_article_remover .desc .title {
  margin: -6.5% 0 0 85px;
}
.mascara .prod_article .desc .image {
  box-sizing: content-box;
  display: block;
  margin: 0 0 0 90px;
  padding: 0;
  position: relative;
  vertical-align: initial;
  width: 100%;
  min-width: 136px;
  max-width: 136px;
  z-index: 1;
}
.mascara .prod_article_remover .desc .image {
  margin: 0 0 0 60px;
}

.mascara .prod_article .desc .image2 {
  box-sizing: content-box;
  display: block;
  font-size: 11px;
  letter-spacing: -.025rem;
  margin: 0 0 0 30px;
  margin: 5% 0 0 3.1%;
  padding: 0;
  position: relative;
  vertical-align: initial;
  width: 32.5%;
  width: 15.1%;
  /* min-width: 170px; */
  /* max-width: 170px; */
  max-width: 120px;
  z-index: 1;
}

.mascara .prod_article .desc .image2 img {
  display: block;
  width: 100%;
}

.mascara .prod_article .desc .deco2 {}

.mascara .prod_article .desc .image2 {
  max-width: 169px;
  margin-top: 3%;
}

.mascara #prod2.prod_article .desc .image2,
.mascara #prod6.prod_article .desc .image2,
.mascara #prod_hl2.prod_article .desc .image2 {
  visibility: hidden;
  max-width: 120px;
  /* margin-top: 3%; */
}

.mascara .prod_article .desc .text {
  display: block;
  margin: 0 0 0 88px;
  padding: 0 0 0;
  vertical-align: initial;
  width: 100%;
  max-width: 410px;
}

.mascara .prod_article_remover .desc .text {
  margin: 0 0 0 70px;
  width: 100%;
  max-width: 550px;
}

@media (min-width: 1518px) {

  .mascara .prod_article#prod1 .desc .image .toggle>div,
  .mascara .prod_article#prod2 .desc .image .toggle>div,
  .mascara .prod_article#prod5 .desc .image .toggle>div,
  .mascara .prod_article#prod6 .desc .image .toggle>div,
  .mascara .prod_article#prod_hl2 .desc .image .toggle>div {
    font-size: 12px;
  }
}

@media (max-width: 1150px) {

  .mascara .prod_article .desc {
    /* padding-left: 5.3%; */
    /* padding-right: 5.3%; */
  }

  .mascara .prod_article#prod2 .desc,
  .mascara .prod_article#prod6 .desc,
  .mascara .prod_article#prod_hl2 .desc {
    /* background: red; */
    /* padding-top: 10%; */
  }

  .mascara .prod_article#prod2 .desc .title,
  .mascara .prod_article#prod2 .desc .image,
  .mascara .prod_article#prod2 .desc .image2,
  .mascara .prod_article#prod6 .desc .title,
  .mascara .prod_article#prod6 .desc .image,
  .mascara .prod_article#prod6 .desc .image2,
  .mascara .prod_article#prod_hl2 .desc .title,
  .mascara .prod_article#prod_hl2 .desc .image,
  .mascara .prod_article#prod_hl2 .desc .image2 {
    /* background: red; */
    /* transform: translate(0, calc(-25vw + 288px)); */
    transform: translate(0, calc(-15vw + 170px));
  }

  .mascara .prod_article .desc .title {
    margin-left: calc(20.2% - 100px);
  }

  .mascara .prod_article .desc .image {
    margin-left: calc(16.5% - 50px);
  }

  .mascara .prod_article .desc .text {
    margin-left: calc(17% - 50px);
  }
}

@media (max-width: 980px) {

  .mascara .prod_article .desc .image {
    min-width: 120px;
    max-width: 120px;
  }

  .mascara .prod_article .desc .image img.deco {
    /* bottom: 270px; */
    /* left: 80px; */
    /* top: -20px; */
    /* width: 10vw; */
  }

  .mascara .prod_article .desc .image2 {
    font-size: 10px;
  }

  .mascara .prod_article .desc .text {
    padding-bottom: 50px;
  }
}

@media (min-width: 851px) {

  .mascara #prod_head .prods li {}

  .mascara #prod_nav {
    max-width: 1300px;
  }

  .mascara #prod_nav ul li {
    /* width: 14%; */
    width: 12%;
  }
}

@media (max-width: 850px) {

  .mascara {
    margin-bottom: 0;
  }

  #single_product.mascara #extenal_channel {
    margin-top: 75px;
  }

  .mascara .prod_article#prod1 .desc .text .toggle>div,
  .mascara .prod_article#prod2 .desc .text .toggle>div,
  .mascara .prod_article#prod5 .desc .text .toggle>div,
  .mascara .prod_article#prod6 .desc .text .toggle>div,
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div {
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0 0 0 -1px;
    font-size: 12px;
    width: 50%;
  }

  .mascara .prod_article#prod1 .desc .text .toggle>div:nth-child(odd),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(odd),
  .mascara .prod_article#prod5 .desc .text .toggle>div:nth-child(odd),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(odd),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(odd) {
    /* border-right: none !important; */
  }

  .mascara .prod_article#prod1 .desc .text .toggle>div:nth-child(3),
  .mascara .prod_article#prod1 .desc .text .toggle>div:nth-child(4),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(3),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(4),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(5),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(6),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(7),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(8),
  .mascara .prod_article#prod2 .desc .text .toggle>div:nth-child(9),
  .mascara .prod_article#prod5 .desc .text .toggle>div:nth-child(3),
  .mascara .prod_article#prod5 .desc .text .toggle>div:nth-child(4),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(3),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(4),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(5),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(6),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(7),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(8),
  .mascara .prod_article#prod6 .desc .text .toggle>div:nth-child(9),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(3),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(4),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(5),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(6),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(7),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(8),
  .mascara .prod_article#prod_hl2 .desc .text .toggle>div:nth-child(9) {
    margin-top: 10px;
  }

  .mascara #prod_head .prods li img.deco {
    height: auto;
    position: absolute;
    right: -32%;
    top: -12%;
    width: 70%;
    z-index: 1;
  }

  .mascara .youtubeBox {
    /* margin-bottom: -20px; */
    /* margin-top: 40px; */
    /* max-width: 1000px; */
  }

  .mascara #prod_head .title {
    padding-top: 10px;
  }

  .mascara .prod_article .desc {
    display: flex;
    display: block;
    /* flex-flow: row wrap; */
    padding: 60px 0 0;
    padding: 0;
  }

  .mascara .prod_article#prod1 .desc,
  .mascara .prod_article#prod2 .desc,
  .mascara .prod_article#prod5 .desc,
  .mascara .prod_article#prod6 .desc,
  .mascara .prod_article#prod7 .desc {
    padding-right: 0;
  }

  .prod_article .trigger img {
    top: 16px;
    height: 10px;
    width: 110px;
  }

  .prod_article .opened .trigger img:last-child {
    display: block;
    height: 11px;
    width: 71px;
  }

  .mascara .prod_article .desc>img:nth-of-type(1) {
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }

  .mascara #prod1.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #e50011;
  }

  .mascara #prod2.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #bcd400;
  }

  .mascara #prod3.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #fff100;
  }

  .mascara #prod4.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #a50082;
  }

  .mascara #prod5.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #00b3d1;
  }

  .mascara #prod6.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #e1002a;
  }

  .mascara #prod_hl.prod_article .desc>img:nth-of-type(1),
  .mascara #prod_hl2.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #EC6E7F;
  }

  .mascara #prod_clb.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #3687c8;
  }
  .mascara #prod_pm_remover.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #71BCE9;
  }

  .mascara .prod_article#prod1 .desc .title,
  .mascara .prod_article#prod2 .desc .title,
  .mascara .prod_article#prod5 .desc .title,
  .mascara .prod_article#prod6 .desc .title,
  .mascara .prod_article#prod_hl2 .desc .title {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    max-width: none;
  }

  .mascara .prod_article#prod1 .desc .title span .deco,
  .mascara .prod_article#prod2 .desc .title span .deco,
  .mascara .prod_article#prod5 .desc .title span .deco,
  .mascara .prod_article#prod6 .desc .title span .deco,
  .mascara .prod_article#prod_hl2 .desc .title span .deco {
    display: none !important;
  }

  .mascara .prod_article#prod2 .desc .title,
  .mascara .prod_article#prod2 .desc .image,
  .mascara .prod_article#prod2 .desc .image2,
  .mascara .prod_article#prod6 .desc .title,
  .mascara .prod_article#prod6 .desc .image,
  .mascara .prod_article#prod6 .desc .image2,
  .mascara .prod_article#prod_hl2 .desc .title,
  .mascara .prod_article#prod_hl2 .desc .image,
  .mascara .prod_article#prod_hl2 .desc .image2 {
    transform: none;
  }

  .mascara .prod_article#prod1 .desc .text .toggle,
  .mascara .prod_article#prod2 .desc .text .toggle,
  .mascara .prod_article#prod5 .desc .text .toggle,
  .mascara .prod_article#prod6 .desc .text .toggle,
  .mascara .prod_article#prod_hl2 .desc .text .toggle {
    border: 0;
    flex-flow: row wrap;
    width: 100%;
    max-width: 400px;
  }

  .mascara .prod_article#prod2 .specs,
  .mascara .prod_article#prod6 .specs,
  .mascara .prod_article#prod_hl2 .specs {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 345px;
  }

  .mascara .prod_article#prod2 .specs>*:last-child,
  .mascara .prod_article#prod6 .specs>*:last-child,
  .mascara .prod_article#prod_hl2 .specs>*:last-child {
    display: block !important;
    text-align: left;
    text-align: center;
    margin-left: 3px;
    margin-top: 18px;
  }

  .mascara .prod_article#prod1 .desc .text,
  .mascara .prod_article#prod2 .desc .text,
  .mascara .prod_article#prod5 .desc .text,
  .mascara .prod_article#prod6 .desc .text,
  .mascara .prod_article#prod_hl2 .desc .text {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: none;
  }

  .mascara .prod_article .desc .text {
    margin: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: none;
  }

  .mascara .prod_article .desc .text .specs>*:last-child {
    line-height: 133%;
  }

  .mascara .prod_article .desc .text p.info {
    font-size: 12px;
  }

  .mascara .prod_article .desc .title {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 30px 0 0 !important;
    padding: 0 15px;
  }

  .mascara .prod_article .desc .title span {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .mascara .prod_article .desc .title span .deco {
    position: absolute;
    right: -20px;
    top: -5px;
    width: 100%;
    max-width: 108px;
    z-index: 1;
  }

  .mascara #prod5 .announcement {
    margin-top: -15px;
  }

  .mascara #prod5 .parent ul li.box:nth-child(2) img.full {
    padding-bottom: 5.88vw;
  }

  .mascara #prod_head {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
  }

  .mascara #prod_head .prods {
    /* margin: 0 0 0 -5%; */
    /* width: 105%; */
    display: flex;
    justify-content: center;
  }

  .mascara #prod_head .prods li {
    /* margin: 0 0 0 3.5%; */
    width: 12.2%;
  }

  .mascara #prod_head .prods li img {
    max-width: none;
  }
}

@media (max-width: 850px) {

  .mascara .prod_article .desc .title span .deco {
    width: 18vw;
  }
}

.mascara #prod_nav ul li .title a.color_clb {
  border-color: #3a89c9;
}

.mascara #prod_nav ul li .title a.color_clb:after {
  background-color: #3a89c9;
}

.mascara #prod_nav ul li .title a.color_hl {
  border-color: #EC6E7F;
}

.mascara #prod_nav ul li .title a.color_hl:after {
  background-color: #EC6E7F;
}

.mascara #prod_nav ul li .title a.red {
  border-color: #e1002a;
}

.mascara #prod_nav ul li .title a.red:after {
  background-color: #e1002a;
}

.mascara #prod_nav ul li .title a.gold {
  border-color: #bcd400;
}

.mascara #prod_nav ul li .title a.gold:after {
  background-color: #bcd400;
}

.mascara #prod_nav ul li .title a.purple {
  border-color: #fff100;
}

.mascara #prod_nav ul li .title a.purple:after {
  background-color: #fff100;
}

.mascara #prod_nav ul li .title a.clb_blue {
  border-color: #3687c8;
}

.mascara #prod_nav ul li .title a.clb_blue:after {
  background-color: #3687c8;
}

.mascara #prod_nav ul li .title a.blue {
  border-color: #a50082;
}

.mascara #prod_nav ul li .title a.blue:after {
  background-color: #a50082;
}

.mascara #prod_nav ul li .title a.green {
  border-color: #00b3d1;
}

.mascara #prod_nav ul li .title a.green:after {
  background-color: #00b3d1;
}

#prod_nav ul li .title a.pm_remover {
 border-color:#71BCE9;
}
.mascara #prod_nav ul li .title a.pm_remover:after {
  background-color: #71BCE9;
}
@media (max-width: 850px) {
  #prod_nav ul li .title a.pm_remover span:first-child {
    display: block;
  }
}



/* -- EYELINER ------ */
.eyeliner .nav {
  margin: 100px auto -60px;
  max-width: 1000px;
}

.eyeliner .nav>* {
  display: flex;
  /*margin: 0 0 0 -30px;
  width: calc(100% + 30px);*/
}

.eyeliner .nav>*>* {
  margin: 0 6px;
  width: calc(100% - 15px);
}

.eyeliner .nav>*>* a {
  display: block;
}

.eyeliner .nav img {
  vertical-align: bottom;
  width: 100%;
}

@media (max-width: 850px) {

  .eyeliner .nav {
    padding: 0 4px 10px;
    margin-bottom: 0;
  }

  .eyeliner .nav>* {
    /* display: block; */
    /* margin: -50px 0 0; */
    margin: 0 0 0 -7px;
    margin-top: -50px;
    /* width: 100%; */
    width: calc(100% + 15px);
  }

  .eyeliner .nav>*>* {
    display: block;
    /* margin: 25px 0 0; */
    /* width: 100%; */
  }
}



.eyeliner .topics {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.eyeliner .topics .title {
  display: block;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 400;
  color: #191919;
  font-size: 19px;
  line-height: 100%;
  margin: 100px 0 45px;
  position: relative;
  text-transform: uppercase;
}

.eyeliner .topics .contents {
  align-items: stretch;
  display: flex;
  margin: -30px 0 0 -30px;
  width: calc(100% + 30px);
}

.eyeliner .topics .left {
  align-items: center;
  border: 1px solid #B2BBBB;
  display: flex;
  margin: 30px 0 0 30px;
  padding: 25px;
  width: calc(100% - 30px);
}

.eyeliner .topics .right {
  align-items: center;
  border: 1px solid #B2BBBB;
  display: flex;
  margin: 30px 0 0 30px;
  padding: 25px;
  width: calc(100% - 30px);
}

.eyeliner .topics .image {
  flex-shrink: 1.5;
  margin: 0 35px 0 0;
  max-width: 180px;
}

.eyeliner .topics .image a {
  display: block;
}

.eyeliner .topics .image img {
  display: block;
  height: auto;
  width: 100%;
}

.eyeliner .topics .text {
  width: 100%;
}

.eyeliner .topics .text a {
  font-size: 13px;
  letter-spacing: .05rem;
  line-height: 175%;
}

.eyeliner .topics .text a {
  border-bottom: 1px solid #A3BEE3;
  padding: 0 0 1px;
  text-decoration: none;
}

@media (max-width: 850px) {

  .eyeliner .topics {
    margin-top: 32px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .eyeliner .topics .contents {
    align-items: flex-start;
    /* flex-flow: row wrap; */
    /* margin-top: 22px; */
    /* margin-left: 0; */
    margin: 0 0 0 -25px;
    width: calc(100% + 25px);
    /* width: 100%; */
  }

  .eyeliner .topics .left,
  .eyeliner .topics .right {
    border: none;
    flex-flow: row wrap;
    margin: 25px 0 0 25px;
    /* padding: 15px; */
    padding: 0;
    width: calc(100% - 25px);
  }

  .eyeliner .topics .right {
    /* margin-top: 20px; */
    flex-flow: row wrap;
  }

  .eyeliner .topics .image {
    /* margin-right: 25px; */
  }

  .eyeliner .topics .image {
    margin: 0;
    width: 80px;
    width: 100%;
    max-width: none;
  }

  .eyeliner .topics .title {
    margin: 0;
  }

  .eyeliner .topics .text {
    margin-top: 12px;
  }

  .eyeliner .topics .text a {
    border-bottom: none;
    font-size: 12px;
    line-height: 140%;
  }

  .eyeliner .topics .text br {
    display: none;
  }
}

.eyeliner .award {
  margin: 100px auto 40px;
  width: 100%;
  max-width: 1000px;
}

.eyeliner .award a {
  display: block;
}

.eyeliner .award img {
  display: block;
  height: auto;
  width: 100%;
}

@media(max-width:850px) {
  .eyeliner .award {
    margin-bottom: 0;
    margin-top: 33px;
  }
}

.eyeliner .kome {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 170%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.eyeliner .kome:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.eyeliner .kome a {
  /* color: #ccc; */
  display: inline-block;
  font-size: 12px;
  line-height: 170%;
  text-decoration: none;
}

.eyeliner .youtubeBox {
  /* margin: 100px auto -60px; */
  max-width: 1000px;
}

.eyeliner #prod_head .title {
  letter-spacing: 6px;
  padding-top: 30px;
  padding-bottom: 80px;
}

#prod_head .title span {
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
}

#prod_head .title sup {
  font-size: 35.75%;
  vertical-align: 30px;
  margin-left: -8px;
}

#prod_head .title span.caution_text {
  display: block;
  font-size: 30%;
  letter-spacing: 2px;
}

#prod_head .title span.smaller {
  display: inline-block;
  font-size: 71%;
  position: relative;
  letter-spacing: 4px;
  margin-right: 5px;
}

#prod_head .title span.smaller .very_smaller {
  font-size: 78%;
}

#prod_head .title span.smaller .exp {
  display: inline-block;
  font-size: 43.75%;
  left: 0;
  position: absolute;
  top: -13px;
  width: 100%;
  letter-spacing: 1px;
}

.eyeliner #prod_head {
  max-width: 840px;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.eyeliner #prod_head .prods {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.eyeliner #prod_head .prods li {
  float: none;
  padding: 0;
  position: relative;
  /* width: 105px; */
  z-index: 1;
}

.eyeliner #prod_head .prods li img.deco {
  height: auto;
  position: absolute;
  right: -30px;
  right: -18%;
  top: -34px;
  width: 6vw;
  max-width: 55px;
  z-index: 1;
}

.eyeliner .feature {
  padding-right: 60px;
  padding-left: 60px;
}

.eyeliner .feature1 {
  position: relative;
  min-height: 385px;
}

.eyeliner .feature8 {
  position: relative;
  min-height: 375px;
}

.eyeliner .feature.grey {
  background: #faf9f8;
}

.eyeliner .feature .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0;
}

.eyeliner .feature .left {
  width: 50%;
  float: left;
}

.eyeliner .feature8 .left {
  width: 47%;
}

.eyeliner .feature .right {
  width: 50%;
  float: right;
}

.eyeliner .feature10 .right {
  position: relative;
  z-index: 1;
}

.eyeliner .feature10 .right .desc+img {
  width: 90px;
  position: absolute;
  right: -26px;
  top: 15px;
}

.eyeliner .feature .text {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 40px;
}

.eyeliner .feature .text .title {
  display: block;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-weight: 400;
  font-size: 242.86%;
  /*letter-spacing:6px;*/
  letter-spacing: 2px;
  padding-bottom: 20px;
}

.eyeliner .feature3 .text .title {
  position: relative;
  padding-right: 75px;
  display: inline-block;
}

.eyeliner .feature10 .text .title {
  letter-spacing: .05rem;
}

.eyeliner .feature3 .text .title img {
  display: inline;
  display: none;
  position: absolute;
  right: -40px;
  bottom: 12px;
}

.eyeliner .feature7 small.kome {
  margin-top: 20px;
}

.eyeliner .feature .text .title img.inlineSp {
  display: none;
}

.eyeliner .feature .text .title small {
  display: block;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 50%;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 18px;
  line-height: 100%;
}

.eyeliner .feature .text p {
  display: block;
  font-size: 105.29%;
  line-height: 200%;
  letter-spacing: 1px;
}

.eyeliner .feature .text p sup {
  font-size: 60%;
}

.eyeliner .feature1 .text {
  padding-bottom: 162px;
}

.eyeliner .feature1 .illust {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -268px;
  z-index: 1;
}

.eyeliner .feature .image {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 105px;
  padding-right: 50px;
  text-align: right;
}

.eyeliner .feature8 .text,
.eyeliner .feature8 .image {
  /* margin-bottom: -110px; */
  padding-bottom: 65px;
}

.eyeliner .feature .image img {
  display: block;
  width: 100%;
}

.eyeliner .feature .image .desc {
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  background: #000000;
  margin-top: -20px;
  text-align: left;
  margin-right: -20px;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-size: 114.29%;
  line-height: 170%;
  letter-spacing: 1px;
}

.eyeliner .feature8 .image .desc {
  background: #b1c6e6;
  color: #000;
}

.eyeliner .feature9 .image .desc {
  background: #b1c6e6;
  color: #000;
}

.eyeliner .feature10 .image .desc {
  background: #b1c6e6;
  color: #000;
}

.eyeliner .feature1 .illust {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -268px;
  z-index: 1;
}

.eyeliner .feature2 .image {
  padding-left: 115px;
  padding-right: 40px;
}

.eyeliner .feature2 .image img.illust {
  width: 90px;
  position: absolute;
  left: 30px;
  top: 10px;
}

.eyeliner .feature2 .text {
  padding-left: 40px;
  padding-right: 0;
}

.eyeliner .feature2 .text p {
  max-width: 410px;
}

.eyeliner .feature3 .image {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  padding-left: 105px;
}

.eyeliner .feature3 .image img {
  max-width: 305px;
}

.eyeliner .feature3 .text {
  padding-left: 50px;
  padding-right: 0;
}

.eyeliner .feature small.kome {
  display: block;
  font-size: 85.71%;
  line-height: 170%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 415px;
  margin-top: 30px;
}

.eyeliner .feature small.kome:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.eyeliner .feature .feature_table {
  width: 100%;
  border-collapse: collapse;
}

.eyeliner .feature .feature_table td {
  width: 140px;
  padding-left: 40px;
  vertical-align: top;
}

.eyeliner .feature .feature_table th {
  text-align: left;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 10px;
}

.eyeliner .feature .feature_table .text {
  padding: 21px 0 0 0;
}

.eyeliner .feature .feature_table .image {
  padding: 0;
}

.eyeliner .feature .feature_table .text .title {
  font-size: 171.43%;
  letter-spacing: 4px;
}

.eyeliner .feature .feature_table .text .title small {
  font-size: 70.83%;
}

.eyeliner .feature .feature_table .text p {
  font-size: 90%;
  line-height: 190%;
}

.eyeliner .feature4 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.eyeliner .feature4 .wrapper {
  position: relative;
}

.eyeliner .feature4 .wrapper:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 50%;
}

.eyeliner .prod_box {
  max-width: 1000px;
  margin: 0 auto;
}

.prod_article .desc .text .text_title span.has_furigana {
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-size: inherit;
  font-weight: 400;
  display: inline-block;
  display: inline;
  line-height: 100%;
  position: relative;
}

.prod_article .desc .text .text_title span.has_furigana span.furigana {
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  font-size: 37.5%;
  top: -12px;
  left: 0;
  width: 100%;
  letter-spacing: 3px;
  text-align: center;
}

.prod_article .desc .text .text_title span.has_furigana span.furigana.wide {
  width: 150%;
  text-align: left;
  margin-top: auto;
  padding-left: 8px;
}

.eyeliner #prod1 {
  margin-bottom: 40px;
}

.eyeliner #prod2 {
  margin-bottom: 40px;
}

.eyeliner #prod4 {
  margin-bottom: 40px;
}

.eyeliner #prod5 {
  margin-bottom: 40px;
}

.eyeliner #prod6,
.eyeliner #prod_hl2 {
  margin-bottom: 40px;
}

.eyeliner #prod7 {
  margin-bottom: 40px;
}

.eyeliner #prod8 {
  margin-bottom: 40px;
}

.eyeliner #prod9 {
  margin-bottom: 40px;
}

.eyeliner #prod10 {
  margin-bottom: 40px;
}

.eyeliner #prod11 {
  margin-bottom: 40px;
}

.eyeliner #prod12 {
  margin-bottom: 40px;
}

.eyeliner #prod13 {
  margin-bottom: 40px;
}

.eyeliner #prod14 {
  margin-bottom: 40px;
}

.eyeliner #prod15 {
  margin-bottom: 40px;
}

.eyeliner #prod16 {
  margin-bottom: 40px;
}

.eyeliner #prod17 {
  margin-bottom: 40px;
}

.eyeliner #prod18 {
  margin-bottom: 40px;
}

.eyeliner #prod19 {
  margin-bottom: 40px;
}

.eyeliner #prod20 {
  margin-bottom: 40px;
}

.eyeliner #prod21 {
  margin-bottom: 40px;
}

.eyeliner #prod22 {
  margin-bottom: 40px;
}

.eyeliner #prod23 {
  margin-bottom: 40px;
}

.eyeliner #prod_pb {
  margin-bottom: 40px;
}

.eyeliner .head {
  /* border-bottom: 15px solid #000; */
  border-top: 15px solid #000;
}

.eyeliner .prod_article .desc_border {
  border: none;
  border-bottom: 15px solid #000;
}

.eyeliner #prod1 .head,
.eyeliner #prod1 .desc_border {
  border-color: #575554;
}

.eyeliner #prod2 .head,
.eyeliner #prod2 .desc_border {
  border-color: #91796d;
}

.eyeliner #prod3 .head,
.eyeliner #prod3 .desc_border {
  border-color: #9a5d56;
}

.eyeliner #prod4 .head,
.eyeliner #prod4 .desc_border {
  border-color: #eb5e00;
}

.eyeliner #prod5 .head,
.eyeliner #prod5 .desc_border {
  border-color: #800034;
}

.eyeliner #prod6 .head,
.eyeliner #prod6 .desc_border {
  border-color: #e0c7b2;
}

.eyeliner #prod7 .head,
.eyeliner #prod7 .desc_border {
  border-color: #f57946;
}

.eyeliner #prod8 .head,
.eyeliner #prod8 .desc_border {
  border-color: #e0c7b2;
}

.eyeliner #prod9 .head,
.eyeliner #prod9 .desc_border {
  border-color: #a00042;
}

.eyeliner #prod10 .head,
.eyeliner #prod10 .desc_border {
  border-color: #b1c6e6;
}

.eyeliner #prod11 .head,
.eyeliner #prod11 .desc_border {
  border-color: #b1c6e6;
}

.eyeliner #prod12 .head,
.eyeliner #prod12 .desc_border {
  border-color: #9eba21;
}

.eyeliner #prod13 .head,
.eyeliner #prod13 .desc_border {
  border-color: #cca600;
}

.eyeliner #prod14 .head,
.eyeliner #prod14 .desc_border {
  border-color: #b1c6e6;
}

.eyeliner #prod15 .head,
.eyeliner #prod15 .desc_border {
  border-color: #b1c6e6;
}

.eyeliner #prod16 .head,
.eyeliner #prod16 .desc_border {
  border-color: #d9879d;
}

.eyeliner #prod17 .head,
.eyeliner #prod17 .desc_border {
  /* border-color: #b7975e; */
}

.eyeliner #prod18 .head,
.eyeliner #prod18 .desc_border {
  border-color: #8d5d77;
}

.eyeliner #prod17 .head,
.eyeliner #prod17 .desc_border {
  border-color: #b7975e;
}

.eyeliner #prod19 .head,
.eyeliner #prod19 .desc_border {
  border-color: #aba4a0;
}

.eyeliner #prod20 .head,
.eyeliner #prod20 .desc_border {
  border-color: #aba4a0;
}

.eyeliner #prod21 .head,
.eyeliner #prod21 .desc_border {
  border-color: #d9879d;
}

.eyeliner #prod20.prod22 .head,
.eyeliner #prod20.prod22 .desc_border {
  border-color: #4D2836;
}

.eyeliner #prod20.prod23 .head,
.eyeliner #prod20.prod23 .desc_border {
  border-color: #b69181;
}

.eyeliner #prod20.prod2_pb .head,
.eyeliner #prod20.prod2_pb .desc_border {
  border-color: #834c0b;
}

.eyeliner #prod20.prod25 .head,
.eyeliner #prod20.prod25 .desc_border {
  border-color: transparent;
  border: none;
  position: relative;
}

.eyeliner #prod20.prod25 .head::before,
.eyeliner #prod20.prod25 .desc_border::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(img/products/eyeliner/prod22_stardust_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}

.eyeliner #prod20.prod25 .head {
  padding-top: 15px;
}

.eyeliner #prod20.prod25 .head::before {
  top: 0;
}

.eyeliner #prod20.prod25 .desc_border::before {
  bottom: 0;
}

.eyeliner #prod20.prod25 .desc_border {}


.eyeliner #prod20.prod_dazzlepink .head,
.eyeliner #prod20.prod_dazzlepink .desc_border {
  border-color: transparent;
  border: none;
  position: relative;
}

.eyeliner #prod20.prod_dazzlepink .head::before,
.eyeliner #prod20.prod_dazzlepink .desc_border::before {
  content: "";
  width: 100%;
  height: 15px;

  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}

.eyeliner #prod20.prod_dazzlepink .head {
  padding-top: 15px;
}

.eyeliner #prod20.prod_dazzlepink .head::before {
  top: 0;
  background: url(img/products/eyeliner/prod_dazzlepink_bg_header.jpg);
}

.eyeliner #prod20.prod_dazzlepink .desc_border::before {
  bottom: 0;
  background: url(img/products/eyeliner/prod_dazzlepink_bg_footer.jpg);
}

.eyeliner #prod20.prod_dazzlepink .desc_border {}

.eyeliner .prod_article .desc {
  display: flex;
  padding: 4.5% 35px 0 50px;
  margin: 0 auto;
}

.eyeliner #prod23.prod26 .head,
.eyeliner #prod23.prod26 .desc_border {
  border-color: #7e5633;
}

.eyeliner #prod_pb .head,
.eyeliner #prod_pb .desc_border {
  border-color: #834c0b;
}

.eyeliner .prod_article .desc .text {
  /* width: auto; */
  /* width: 100%; */
  /* max-width: 360px; */
  /* display:inline-block; */
  /* vertical-align:middle; */
  /* margin: 0 0 0 95px; */
  /* margin: 0 0 0 calc(15% - 50px); */
  /* padding: 0 0 70px; */
  /* box-sizing: border-box; */
}



.eyeliner .prod_article.award1 {
  /* border: 1px solid red; */
}

.eyeliner .prod_article.award1 .desc {
  /* border: 1px solid red; */
  padding: 5% 4% 3%;
}

.eyeliner .prod_article.award1 .desc .title {
  align-self: flex-start;
  cursor: pointer;
  display: block;
  flex-shrink: 0.3;
  margin-left: 0;
  margin-top: 0;
  vertical-align: initial;
  width: 100%;
  max-width: 139px;
}

.eyeliner .prod_article.award1 .desc .image {
  align-items: center;
  align-self: flex-start;
  box-sizing: content-box;
  display: flex;
  flex-flow: column;
  flex-shrink: 0.3;
  height: auto;
  justify-content: center;
  max-height: none;
  margin: 0px 0 75px 3.1%;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  vertical-align: initial;
  width: 100%;
  min-width: auto;
  max-width: 160px;
  z-index: 1;
}

.eyeliner .prod_article.award1 .desc .image2 {
  /* background: red; */
  box-sizing: content-box;
  display: block;
  flex-shrink: 0.1;
  font-size: 11px;
  letter-spacing: -.025rem;
  margin: 0 0 0 30px;
  margin: 5% 3% 0 5%;
  padding: 0;
  position: relative;
  vertical-align: initial;
  /* width: 32.5%; */
  /* width: 15.1%; */
  max-width: 85px;
  z-index: 1;
}

.eyeliner .prod_article.award1 .desc .image2 img {
  display: block;
  width: 100%;
}

.eyeliner .prod_article.award1 .desc .text {
  /* background: red; */
  margin: 0 0 0 auto;
  /* padding-bottom: 0; */
  /* padding-right: 5%; */
  /* padding: 0 0 140px; */
  flex-shrink: 0.21;
}

.eyeliner .prod_article.award1 .desc .image>*:nth-child(1) {
  /* padding: 50px 0 0; */
  position: relative;
  /* margin: 0 0 0 -18px; */
  width: 100%;
  /* max-width: 120px; */
  /* z-index: 1; */
}

.eyeliner .prod_article.award1 .desc .image>*:nth-child(2) {
  /* padding: 50px 0 0; */
  /* position: relative; */
  /* margin: 0 0 0 -18px; */
  /* width: 160px; */
  /* z-index: 1; */
}

.eyeliner .prod_article.award1 .desc .image img.deco2 {
  /* display:block; */
  /* left: 50%; */
  /* position: absolute; */
  /* top: 0; */
  /* transform: translate(-50%, 0); */
  /* width: 133.4%; */
  max-width: 160px;
  /* z-index: 1; */
}

.eyeliner .prod_article.award1 .desc .image img {
  display: block;
  position: static;
  width: 100%;
}

@media (max-width: 850px) {

  .eyeliner .prod_article.award1 .desc {
    padding: 0;
  }

  .eyeliner .prod_article.award1 .desc .title {
    margin-top: 30px;
    max-width: none;
  }
}



@media (min-width: 851px) {

  .eyeliner #prod2.prod_article .desc .text p .color {
    border-color: #91796d;
    color: #91796d;
  }

  .eyeliner #prod3.prod_article .desc .text p .color {
    border-color: #9a5d56;
    color: #9a5d56;
  }

  .eyeliner #prod5.prod_article .desc .text p .color {
    border-color: #800034;
    color: #800034;
  }

  .eyeliner #prod7.prod_article .desc .text p .color {
    border-color: #de8661;
    color: #de8661;
  }

  .eyeliner #prod8.prod_article .desc .text p .color {
    border-color: #9c8c7f;
    color: #9c8c7f;
  }

  .eyeliner #prod9.prod_article .desc .text p .color {
    border-color: #a00042;
    color: #a00042;
  }

  .eyeliner #prod10.prod_article .desc .text p .color {
    border-color: #68001b;
    color: #68001b;
  }

  .eyeliner #prod11.prod_article .desc .text p .color {
    border-color: #b95841;
    color: #b95841;
  }

  .eyeliner #prod12.prod_article .desc .text p .color {
    border-color: #9eba21;
    color: #9eba21;
  }

  .eyeliner #prod13.prod_article .desc .text p .color {
    border-color: #cca600;
    color: #cca600;
  }

  .eyeliner #prod14.prod_article .desc .text p .color {
    border-color: #a58262;
    color: #a58262;
  }

  .eyeliner #prod16.prod_article .desc .text p .color {
    border-color: #d9879d;
    color: #d9879d;
  }

  .eyeliner #prod17.prod_article .desc .text p .color {
    border-color: #b7975e;
    color: #b7975e;
  }

  .eyeliner #prod18.prod_article .desc .text p .color {
    border-color: #8d5d77;
    color: #8d5d77;
  }

  .eyeliner #prod17.prod_article .desc .text p .color {
    border-color: #b7975e;
    color: #b7975e;
  }

  .eyeliner #prod17.prod_article .desc .text .text_title {
    font-size: 200%;
  }
}

.eyeliner .prod_article .desc .text .text_title {
  margin-top: 20px;
}

.eyeliner .prod_article .desc .text .limiter {
  /* padding-right:72px; */
}

.eyeliner .prod_article .desc .text .info+.limiter {
  margin-bottom: -30px;
}

.eyeliner .prod_article .desc .image {
  /* align-self: flex-end; */
  /* box-sizing: content-box; */
  /* vertical-align: middle; */
  /* padding: 0 0 0 calc(14% - 50px); */
  /* position: relative; */
  /* margin: 0 0 0 90px; */
  /* margin: 0; */
  /* min-width: 120px; */
  /* max-width: 120px; */
  /* z-index: 1; */
}

.eyeliner .feature6 {
  position: relative;
}

.eyeliner .feature6 .text {
  padding-bottom: 145px;
}

.eyeliner .feature6 .text.left {
  padding-left: 50px;
  padding-right: 100px;
}

.eyeliner .feature6 .text.right {
  padding-right: 50px;
  padding-left: 100px;
}

.eyeliner .feature6 .illust {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -248px;
  z-index: 1;
}

.eyeliner .feature6 .text .title {
  font-size: 200%;
  letter-spacing: 2px;
}

.eyeliner .feature6 .text .title small {
  font-size: 60.71%;
}

.eyeliner .second_title {
  display: block;
  font-family: YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", "MS Mincho", serif;
  font-size: 321.43%;
  font-weight: 400;
  letter-spacing: 6px;
  padding-top: 80px;
  text-align: center;
  padding-bottom: 50px;
}

.eyeliner .feature7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.eyeliner .feature7 .wrapper.check {
  position: relative;
}

.eyeliner .feature7 .wrapper.check:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 33.33%;
}

.eyeliner .feature7 .wrapper.check:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 66.66%;
}

.eyeliner .feature7 .left {
  width: 33.33%;
  text-align: center;
}

.eyeliner .feature7 .center {
  width: 33.33%;
  float: left;
  text-align: center;
}

.eyeliner .feature7 .right {
  width: 33.33%;
  text-align: center;
}

.eyeliner .feature7 .text {
  padding: 0 20px;
  text-align: center;
}

.eyeliner .feature7 .text p {
  text-align: left;
  padding: 10px 20px 0 20px;
  font-size: 90%;
  line-height: 190%;
}

.eyeliner .feature7 .text .title {
  font-size: 171.43%;
  letter-spacing: 4px;
}

.eyeliner .feature7 .text .title small {
  font-size: 70.83%;
}

.eyeliner .feature7 small.kome {
  margin-left: 40px;
  max-width: 100%;
}

.eyeliner .second_title.feature_title {
  font-size: 43px;
}

.eyeliner .second_title.feature_title#a2 {
  margin: 110px 0 0;
}

.eyeliner .second_title.feature_title small {
  display: block;
  font-size: 30px;
  font-weight: normal;
  margin: 15px 0 0;
}

.eyeliner .prod_article#prod1 .desc,
.eyeliner .prod_article#prod2 .desc,
.eyeliner .prod_article#prod3 .desc,
.eyeliner .prod_article#prod5 .desc,
.eyeliner .prod_article#prod7 .desc,
.eyeliner .prod_article#prod8 .desc,
.eyeliner .prod_article#prod9 .desc,
.eyeliner .prod_article#prod10 .desc,
.eyeliner .prod_article#prod11 .desc,
.eyeliner .prod_article#prod12 .desc,
.eyeliner .prod_article#prod13 .desc,
.eyeliner .prod_article#prod14 .desc,
.eyeliner .prod_article#prod17 .desc,
.eyeliner .prod_article#prod20 .desc,
.eyeliner .prod_article#prod21 .desc,
.eyeliner .prod_article#prod23 .desc,
.eyeliner .prod_article#prod_pb .desc {
  align-items: center;
}

.eyeliner .prod_article#prod1 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod2 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod3 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod5 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod7 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod8 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod9 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod10 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod11 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod12 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod13 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod14 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod17 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod20 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod21 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod23 .desc>div:nth-of-type(1),
.eyeliner .prod_article#prod_pb .desc>div:nth-of-type(1) {
  display: flex;
  justify-content: space-around;
  transform: translate(10%, 0);
  width: 47.8%;
  max-width: 420px;
}

.eyeliner .prod_article.prod_dazzlepink .desc>div:nth-of-type(1) {
  margin-top: -50px;
}

.eyeliner .prod_article#prod1 .desc .title,
.eyeliner .prod_article#prod2 .desc .title,
.eyeliner .prod_article#prod3 .desc .title,
.eyeliner .prod_article#prod5 .desc .title,
.eyeliner .prod_article#prod7 .desc .title,
.eyeliner .prod_article#prod8 .desc .title,
.eyeliner .prod_article#prod9 .desc .title,
.eyeliner .prod_article#prod10 .desc .title,
.eyeliner .prod_article#prod11 .desc .title,
.eyeliner .prod_article#prod12 .desc .title,
.eyeliner .prod_article#prod13 .desc .title,
.eyeliner .prod_article#prod14 .desc .title,
.eyeliner .prod_article#prod17 .desc .title,
.eyeliner .prod_article#prod20 .desc .title,
.eyeliner .prod_article#prod21 .desc .title,
.eyeliner .prod_article#prod23 .desc .title,
.eyeliner .prod_article#prod_pb .desc .title {
  align-self: flex-start;
  margin: -4.3% 0 0 2.4%;
  cursor: pointer;
  /* width: 34.1%; */
  max-width: 139px;
}

.eyeliner .prod_article#prod1 .desc .image img.deco2,
.eyeliner .prod_article#prod2 .desc .image img.deco2,
.eyeliner .prod_article#prod3 .desc .image img.deco2,
.eyeliner .prod_article#prod5 .desc .image img.deco2,
.eyeliner .prod_article#prod7 .desc .image img.deco2,
.eyeliner .prod_article#prod8 .desc .image img.deco2,
.eyeliner .prod_article#prod9 .desc .image img.deco2,
.eyeliner .prod_article#prod10 .desc .image img.deco2,
.eyeliner .prod_article#prod11 .desc .image img.deco2,
.eyeliner .prod_article#prod12 .desc .image img.deco2,
.eyeliner .prod_article#prod13 .desc .image img.deco2,
.eyeliner .prod_article#prod14 .desc .image img.deco2,
.eyeliner .prod_article#prod17 .desc .image img.deco2,
.eyeliner .prod_article#prod20 .desc .image img.deco2,
.eyeliner .prod_article#prod21 .desc .image img.deco2,
.eyeliner .prod_article#prod23 .desc .image img.deco2,
.eyeliner .prod_article#prod_pb .desc .image img.deco2 {
  bottom: 16.8%;
  display: block;
  left: auto;
  position: absolute;
  right: 154%;
  right: calc(72% + -78px);
  /* top: calc(100% + 30px); */
  /* transform: translate(-50%, 0); */
  width: 133.4%;
  max-width: 160px;
  z-index: 1;
}

.eyeliner .prod_article#prod20.prod23 .desc .image img.deco2 {
  /*bottom: 30%; */
}

.eyeliner .prod_article#prod1 .desc .image,
.eyeliner .prod_article#prod2 .desc .image,
.eyeliner .prod_article#prod3 .desc .image,
.eyeliner .prod_article#prod5 .desc .image,
.eyeliner .prod_article#prod7 .desc .image,
.eyeliner .prod_article#prod8 .desc .image,
.eyeliner .prod_article#prod9 .desc .image,
.eyeliner .prod_article#prod10 .desc .image,
.eyeliner .prod_article#prod11 .desc .image,
.eyeliner .prod_article#prod12 .desc .image,
.eyeliner .prod_article#prod13 .desc .image,
.eyeliner .prod_article#prod14 .desc .image,
.eyeliner .prod_article#prod17 .desc .image,
.eyeliner .prod_article#prod20 .desc .image,
.eyeliner .prod_article#prod21 .desc .image,
.eyeliner .prod_article#prod23 .desc .image,
.eyeliner .prod_article#prod_pb .desc .image {
  margin: 0;
  position: relative;
  position: static;
  /* width: 28.6%; */
  min-width: auto;
  min-width: 136px;
  max-width: 136px;
  /* transform: translate(10vw, 0); */
  z-index: 2;
  align-self: flex-start;
}




.eyeliner .prod_article#prod1 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod2 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod3 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod5 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod7 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod8 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod9 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod10 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod11 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod12 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod13 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod14 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod17 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod20 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod21 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod23 .desc .image div:nth-child(1) img:nth-child(1),
.eyeliner .prod_article#prod_pb .desc .image div:nth-child(1) img:nth-child(1) {
  display: block;
  bottom: 0;
  left: 0;
  position: static;
  width: 100%;
  z-index: 1;
  margin-top: -25px;
}

.eyeliner .prod_article#prod1 .desc .image img.deco,
.eyeliner .prod_article#prod2 .desc .image img.deco,
.eyeliner .prod_article#prod3 .desc .image img.deco,
.eyeliner .prod_article#prod5 .desc .image img.deco,
.eyeliner .prod_article#prod7 .desc .image img.deco,
.eyeliner .prod_article#prod8 .desc .image img.deco,
.eyeliner .prod_article#prod9 .desc .image img.deco,
.eyeliner .prod_article#prod10 .desc .image img.deco,
.eyeliner .prod_article#prod11 .desc .image img.deco,
.eyeliner .prod_article#prod12 .desc .image img.deco,
.eyeliner .prod_article#prod13 .desc .image img.deco,
.eyeliner .prod_article#prod14 .desc .image img.deco,
.eyeliner .prod_article#prod17 .desc .image img.deco,
.eyeliner .prod_article#prod20 .desc .image img.deco,
.eyeliner .prod_article#prod21 .desc .image img.deco,
.eyeliner .prod_article#prod23 .desc .image img.deco,
.eyeliner .prod_article#prod_pb .desc .image img.deco {
  left: 80%;
}

.eyeliner .prod_article#prod1 .desc .image2,
.eyeliner .prod_article#prod2 .desc .image2,
.eyeliner .prod_article#prod3 .desc .image2,
.eyeliner .prod_article#prod5 .desc .image2,
.eyeliner .prod_article#prod7 .desc .image2,
.eyeliner .prod_article#prod8 .desc .image2,
.eyeliner .prod_article#prod9 .desc .image2,
.eyeliner .prod_article#prod10 .desc .image2,
.eyeliner .prod_article#prod11 .desc .image2,
.eyeliner .prod_article#prod12 .desc .image2,
.eyeliner .prod_article#prod13 .desc .image2,
.eyeliner .prod_article#prod14 .desc .image2,
.eyeliner .prod_article#prod17 .desc .image2,
.eyeliner .prod_article#prod20 .desc .image2,
.eyeliner .prod_article#prod21 .desc .image2,
.eyeliner .prod_article#prod23 .desc .image2,
.eyeliner .prod_article#prod_pb .desc .image2 {
  /* align-self: center; */
  box-sizing: content-box;
  display: block;
  display: none;
  margin: 19% 0 0 10.7%;
  margin: 2% 0 0 10.7%;
  padding: 0;
  position: relative;
  vertical-align: initial;
  width: 17.2%;
  max-width: 72px;
  z-index: 1;
}

.eyeliner .prod_article .desc .text {
  display: block;
  margin: 0 0 0 9%;
  padding: 0 0 70px;
  vertical-align: initial;
  width: 43.2%;
  max-width: 380px;
  min-height: 346px;
}

.eyeliner .prod_article.prod23 .desc .text {
  /* min-height: 480px; */
}

.eyeliner .prod_article#prod7 .desc .text {
  /* min-height: 330px; */
}

.eyeliner .prod_article#prod14 .desc .text {
  /* min-height: 420px; */
}

.eyeliner .prod_article#prod10 .desc .text {
  /* min-height: 420px; */
}

.eyeliner .prod_article#prod11 .desc .text {
  /* min-height: 420px; */
}

.eyeliner .prod_article#prod5 .desc .text {
  /* min-height: 420px; */
}

.eyeliner .prod_article#prod4 .desc .text {
  /* min-height: 330px; */
}

.eyeliner .prod_article#prod5 .desc .text {
  /* min-height: 330px; */
}



.eyeliner .prod_article .desc {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  display: flex;
  padding: 5% 50px 0;
  max-width: none;
  margin: 0 auto;
}

.eyeliner .prod_article#prod10 .desc {
  border-left: 10px solid #68001b;
  border-right: 10px solid #68001b;
  padding-left: 10px;
  padding-right: 20px;
  /* width: 100%; */
}

.eyeliner .prod_article#prod11 .desc {
  border-left: 10px solid #b95841;
  border-right: 10px solid #b95841;
  padding-left: 10px;
  padding-right: 10px;
}

.eyeliner .prod_article#prod14 .desc {
  border-left: 10px solid #a58262;
  border-right: 10px solid #a58262;
  padding-left: 10px;
  padding-right: 20px;
  /* width: 100%; */
}

.eyeliner .prod_article#prod15 .desc {
  border-left: 10px solid #a51e3f;
  border-right: 10px solid #a51e3f;
  /* padding-left: 10px; */
  /* padding-right: 20px; */
  /* width: 100%; */
}

.eyeliner .prod_article#prod17 .desc {
  /* border-left: 10px solid #000; */
  /* border-right: 10px solid #000; */
  /* padding-left: 10px; */
  /* padding-right: 20px; */
  /* width: 100%; */
}

.eyeliner .prod_article#prod19 .desc {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  /* padding-left: 10px; */
  /* padding-right: 20px; */
  /* width: 100%; */
}

.eyeliner .prod_article#prod20 .desc {
  /* border-left: 10px solid #000; */
  /* border-right: 10px solid #000; */
  /* padding-left: 10px; */
  /* padding-right: 20px; */
  /* width: 100%; */
}

.eyeliner .prod_article#prod20.prod_dazzlepink .desc {
  border-left: 10px solid #fadeea !important;
  border-right: 10px solid #fadeea !important;
  /* padding-left: 10px; */
  /* padding-right: 20px; */
  /* width: 100%; */
}

.eyeliner .prod_article .desc .title {
  align-self: center;
  box-sizing: content-box;
  width: 58.1%;
  display: block;
  margin: -7% 0 0 55px;
  padding: 0;
  vertical-align: initial;
  max-width: 180px;
}

/*.eyeliner #prod10.prod_article .desc .title,*/
/*.eyeliner #prod11.prod_article .desc .title,*/
.eyeliner #prod14.prod_article .desc .title {
  /* margin-top: -50px; */
  /* max-width: 163px; */
  /* max-width: 209px; */
}

.eyeliner .prod_article .desc .image,
.mascara .prod_article .desc .image.new-mark {
  /* align-self: center;
  display: block;
  margin: 0 0 0 70px;
  height: 328px;
  max-height: 328px;
  padding: 0;
  position: relative;
  vertical-align: initial;
  width: 100%;
  min-width: 136px;
  max-width: 136px;
  z-index: 1; */
}

.eyeliner .prod_article .desc .image {
  align-self: center;
  display: block;
  margin: 0 0 0 70px;
  height: 328px;
  max-height: 328px;
  padding: 0;
  position: relative;
  vertical-align: initial;
  width: 100%;
  min-width: 136px;
  max-width: 136px;
  z-index: 1;
}

.eyeliner #prod15.prod_article .desc .image,
.eyeliner #prod4.prod_article .desc .image,
.eyeliner #prod5.prod_article .desc .image {
  min-width: 120px;
  max-width: 120px;
}

.eyeliner .prod_article .desc .image img.deco {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.mascara .prod_article .desc .image.new-mark img.deco {
  width: 100%;
  height: auto;
}

.eyeliner .prod_article .desc .image img.deco,
.mascara .prod_article .desc .image.new-mark img.deco {
  bottom: auto;
  display: block;
  /* display: none; */
  left: 70%;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 83px;
  z-index: 1;
}

.mascara .prod_article_gray .desc .image.new-mark img.deco {
  bottom: auto;
  display: block;
  /* display: none; */
  left: -40px;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 83px;
  z-index: 1;
}

.mascara .prod_article_remover .desc .image.new-mark img.deco {
  bottom: auto;
  display: block;
  /* display: none; */
  left: -40px;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 83px;
  z-index: 1;
}

.mascara #prod_hl.prod_article .desc .image.new-mark {
  margin-left: 90px;
}

.mascara #prod_hl2.prod_article .desc .image.new-mark {
  margin-left: 60px;
}

.mascara #prod_hl.prod_article .desc .image.new-mark img.deco {
  left: -50px;
}

.mascara #prod_hl.prod_article .desc .image.new-mark img.deco.hide,
.mascara #prod_hl2.prod_article .desc .image.new-mark img.deco.hide {
  display: none;
}

.eyeliner .prod_article .desc .image2 {}

.eyeliner .prod_article .desc .image2 img {
  display: block;
  width: 100%;
}

.eyeliner .prod_article .desc .text {
  display: block;
  margin: 0 0 0 80px;
  padding: 0 0 70px;
  vertical-align: initial;
  width: 100%;
  max-width: 375px;
}

.eyeliner #prod20.prod_dazzlepink .desc .text {
  padding: 0 0 55px;
}


.prod25-stardust,
.prod-dazzlepink {
  padding-bottom: 30px !important;
}

/* .eyeliner .prod_article#prod10 .desc .text{
  max-width: none;
} */

/* .eyeliner .prod_article#prod11 .desc .text{
  max-width: none;
} */

.eyeliner #prod9.prod_article .desc .text {
  /* margin-top: -10px; */
  padding-bottom: 50px;
}

.eyeliner #prod9.prod_article .desc .text .specs+.announcement {
  margin-top: -15px;
}

@media (min-width: 851px) {

  .eyeliner .prod_article#prod6 .limiter,
  .eyeliner .prod_article#prod7 .limiter,
  .eyeliner .prod_article#prod_hl2 .limiter {
    height: 30px;
  }
}

@media (max-width: 1200px) {

  .eyeliner .prod_article .desc .image img.deco {
    /* bottom: 270px; */
    /* left: 80px; */
    /* top: -20px; */
    width: 7vw;
  }
}

@media (max-width: 1150px) {

  .eyeliner .prod_article .desc {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }

  .eyeliner .prod_article .desc .title {
    margin-left: calc(18.3% - 100px);
  }

  .eyeliner .prod_article .desc .image {
    margin-left: calc(14.2% - 50px);
    margin-top: 0px;
  }

  .eyeliner .prod_article .desc .text {
    margin-left: calc(15.4% - 50px);
  }
}

@media (max-width: 980px) {

  .eyeliner .prod_article .desc .image {
    min-width: 120px;
    max-width: 120px;
  }

  .eyeliner .prod_article .desc .image img.deco {
    /* bottom: 270px; */
    /* left: 80px; */
    /* top: -20px; */
    /* width: 9.5vw; */
  }

  .eyeliner .prod_article .desc .text {
    padding-bottom: 50px;
    width: 45%;
  }

  .eyeliner .prod_article#prod23 .desc>div:nth-of-type(1) {
    /*margin-top: -100px;*/
  }
}

@media (max-width: 900px) {

  .prod_article .desc .text .text_title>span:nth-child(1) {
    font-size: 1.77vw;
  }
}

@media (max-width: 850px) {

  .prod_article .desc .text .text_title>span:nth-child(1) {
    font-size: 14px;
  }

  .eyeliner #prod9.prod_article .desc .text .specs+.announcement {
    padding-bottom: 30px;
  }

  .eyeliner .prod_article#prod23 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod_pb .desc>div:nth-of-type(1) {
    margin-top: 0px;
  }

}

@media (max-width: 850px) {

  .eyeliner .prod_article#prod1 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod2 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod3 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod5 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod7 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod8 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod9 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod10 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod11 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod12 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod13 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod14 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod17 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod20 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod21 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod23 .desc>div:nth-of-type(1),
  .eyeliner .prod_article#prod_pb .desc>div:nth-of-type(1) {
    transform: none;
    width: 100%;
    max-width: none;
  }

  .eyeliner .prod_article.prod_dazzlepink {
    margin-bottom: 10px !important;
  }

  .eyeliner .prod_article.prod_dazzlepink .desc>div:nth-of-type(1) {
    margin-top: 0px;
  }

  .eyeliner #prod_head .prods li img.deco {
    height: auto;
    position: absolute;
    right: -16%;
    top: -12%;
    width: 60%;
    z-index: 2;
  }

  .eyeliner .youtubeBox {
    /* margin-bottom: -40px; */
    /* margin-top: 40px; */
    max-width: 1000px;
  }

  .eyeliner #prod_head .title {
    /* padding-top: 0; */
  }

  .eyeliner .prod_box .the_box img.color {
    display: block;
    margin: 0;
    width: 100%;
  }

  .eyeliner .prod_box {
    /* border: none !important; */
  }

  .eyeliner #prod1.prod_box .ifSp.color {
    border-bottom: solid 13px #e4007f;
  }

  .eyeliner #prod2.prod_box .ifSp.color {
    border-bottom: solid 13px #91796d;
  }

  .eyeliner #prod3.prod_box .ifSp.color {
    border-bottom: solid 13px #9a5d56;
  }

  .eyeliner #prod4.prod_box .ifSp.color {
    border-bottom: solid 13px #eb5e00;
  }

  .eyeliner #prod5.prod_box .ifSp.color {
    border-bottom: solid 13px #800034;
  }

  .eyeliner #prod6.prod_box .ifSp.color {
    border-bottom: solid 13px #eb5e00;
  }

  .eyeliner #prod7.prod_box .ifSp.color {
    border-bottom: solid 13px #eb5e00;
  }

  .eyeliner #prod8.prod_box .ifSp.color {
    border-bottom: solid 13px #eb5e00;
  }

  .eyeliner #prod_hl2.prod_box .ifSp.color {
    border-bottom: solid 13px #eb5e00;
  }
}

@media (max-width: 600px) {

  .eyeliner .prod_article .desc .title span .deco {
    width: 18vw !important;
  }
}



.eyeliner .youtubeContainer,
.mascara .youtubeContainer {
  padding-bottom: 28.2%;
  padding-top: 28.2%;
}

@media (max-width: 800px) {

  .eyeliner .youtubeContainer,
  .mascara .youtubeContainer {
    padding-bottom: 28.15%;
    padding-top: 28.15%;
  }
}

@media (max-width: 480px) {

  .eyeliner .youtubeContainer,
  .mascara .youtubeContainer {
    padding-bottom: 28.1%;
    padding-top: 28.1%;
  }
}


/* --  COMMON MODULE ------ */
.btn_cmn_v-more {
  display: block;
  background: #a3bee3;
  max-width: 230px;
  padding: 11px 10px;
  text-align: center;
  background-color: #000000;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  transition: background 0.2s ease-out;
}

.btn_cmn_v-more span {
  display: inline-block;
  padding-left: 33px;
  padding-right: 10px;
  background-image: url(img/products/prod_cart_white.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
}

.btn_cmn_i-list {
  display: block;
  background: #a3bee3;
  max-width: 230px;
  padding: 11px 10px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #000000;
  box-sizing: border-box;
  transition: background 0.2s ease-out;
  text-decoration: none;
}

.btn_cmn_i-list span {
  display: inline-block;
  padding-left: 33px;
  padding-right: 10px;
  background-image: url(img/products/prod_item.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  color: #000000;
  background-size: 13px auto;
}

.btn_cmn_i-list.type4 span {
  background-image: url(img/products/prod_cart.png);
}

.sec_cmn_prod {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_cmn_prod .bg_img img {
  display: block;
  width: 100%;
  height: auto;
}

.sec_cmn_prod .ttl_cmn_prod {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -115px auto 0 auto;
  background-color: #000000;
  opacity: 0.8;
  display: block;
  vertical-align: middle;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 30%;
  min-width: 480px;
}

.sec_cmn_prod .sub_wrap {
  /* border: 2px solid #fff; */
  color: #ffffff;
  font-size: 133.333%;
  font-weight: 400;
  padding: 0 20px;
}

.sec_cmn_prod .sub_wrap .sub {
  color: #a3bee3;
  font-size: 50%;
  padding-top: 5px;
}

.nail_polish .sec_cmn_prod .ttl_cmn_prod {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 30px;
  transform: translate(0, -50%);
  min-width: 330px;
  width: 330px;
}

.nail_polish .sec_cmn_prod .bg_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: auto;
  max-width: 1000px;
  height: auto;
}

.list_cmn_prod li {
  box-sizing: border-box;
  padding: 50px 3% 80px 3%;
  border-bottom: solid 1px #e0e0e0;
}

.list_cmn_prod ul {
  list-style: none;
}

.list_cmn_prod li:after {
  content: '';
  display: block;
  clear: both;
}

.list_cmn_prod .item_img {
  max-width: 360px;
  float: left;
  margin-top: 40px;
  height: auto;
  display: block;
  width: 46%;
}

.list_cmn_prod .item_data {
  float: right;
  max-width: 420px;
  width: 52%;
}

.list_cmn_prod .item_data .title {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
}

.list_cmn_prod .item_data .title strong {
  font-size: 185.714%;
  font-weight: 400;
  color: #a3bee3;
  line-height: 1.3;
}

.list_cmn_prod .item_data .title span {
  display: block;
  font-size: 87.857%;
  font-weight: 400;
}

.list_cmn_prod .item_data .sub_title {
  font-size: 114.285%;
  font-weight: 600;
  padding: 20px 0;
}

.list_cmn_prod .item_data .text {
  line-height: 1.8;
  max-width: 370px;
  margin-bottom: 20px;
}

.list_cmn_prod .item_data .price {
  font-weight: 600;
  margin-bottom: 5px;
}

.list_cmn_prod .item_data .status {
  font-size: 85.714%;
  margin-bottom: 25px;
}

.btn_cmn_v-more.type2,
.list_cmn_prod .btn_cmn_v-more {
  background-color: #ffffff;
  border: solid 1px #000000;
  max-width: 250px;
}

.btn_cmn_v-more.type2 {
  background-color: #eeeeef;
}

.cont_head .btn_cmn_v-more.type2 {
  width: 49%;
}

.btn_cmn_v-more.type2 span,
.list_cmn_prod .btn_cmn_v-more span {
  background-image: url(img/products/prod_cart.png);
  color: #000000;
}

.btn_cmn_v-more.type3 {
  background-color: #ffffff;
  border: solid 1px #000000;
}

.btn_cmn_v-more.type3 span {
  background-image: url(img/products/prod_cart.png);
  color: #000000;
}


/* -- PRODUCTS EYELASHES PREMIUM ------ */
.premium .btn_cmn_v-more {
  background-color: #ffffff;
  border: solid 1px #000000;
}

.premium .btn_cmn_v-more span {
  color: #000000;
  background-image: url(img/products/prod_cart.png);
  font-size: 140%;
}

.premium .btn_cmn_v-more:hover {
  background-color: #000000;
  border: solid 1px #ffffff;
}

.premium .btn_cmn_v-more:hover span {
  color: #ffffff;
  background-image: url(img/products/prod_cart_white.png);
}

.premium .btn_v-more_wrap {
  position: absolute;
  top: 65px;
  right: 25px;
  width: 180px;
  opacity: 0.2;
  height: 0;
  /*position: static;*/
  overflow: hidden;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.premium .modalOpen .btn_v-more_wrap {
  height: 100%;
  opacity: 1;
}

.premium .main .productLine .productBox {
  padding-top: 0
}

.premium .main .productLine .productHead {
  padding-top: 40px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.premium .main .productLine .productBox {
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.premium .main .productLine .productBox:before {
  height: 2px;
}

.premium .main .productLine .productBox.box1:before {
  background-color: #ffd800;
  height: 2px;
}

.premium .main .productLine .productBox.box2:before {
  background-color: #aece5a;
  height: 2px;
}

.premium .main .productLine .box2 .productHead .productTitle,
.premium .main .productLine .box2 .productHead .productTitle .titleSub,
.premium .productLine .box2 .prod_cmn_lineup .list_lineup>li .ttl_no,
.premium .productLine .box2 .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
  color: #aece5a;
}

.premium .productLine .box2 .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
  border: solid 1px #aece5a;
}

.premium .productLine .box2 .prod_cmn_lineup .list_lineup_data>li .stat_txt {
  border: solid 1px #e7f0cd;
  background-color: #e7f0cd;
}

.premium .main .productLine .productBox.box3:before {
  background-color: #e56c90;
  height: 2px;
}

.premium .main .productLine .box3 .productHead .productTitle,
.premium .main .productLine .box3 .productHead .productTitle .titleSub,
.premium .productLine .box3 .prod_cmn_lineup .list_lineup>li .ttl_no,
.premium .productLine .box3 .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
  color: #e56c90;
}

.premium .productLine .box3 .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
  border: solid 1px #e56c90;
}

.premium .productLine .box3 .prod_cmn_lineup .list_lineup_data>li .stat_txt {
  border: solid 1px #f7d3dd;
  background-color: #f7d3dd;
}

.premium .main .productLine .productBox.box4:before {
  background-color: #56348f;
  height: 2px;
}

.premium .main .productLine .box4 .productHead .productTitle,
.premium .main .productLine .box4 .productHead .productTitle .titleSub,
.premium .productLine .box4 .prod_cmn_lineup .list_lineup>li .ttl_no,
.premium .productLine .box4 .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
  color: #56348f;
}

.premium .productLine .box4 .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
  border: solid 1px #56348f;
}

.premium .productLine .box4 .prod_cmn_lineup .list_lineup_data>li .stat_txt {
  border: solid 1px #ccc2dd;
  background-color: #ccc2dd;
}

.premium .main .productLine .productBox.box1 .productTitle {
  color: #ffd800;
}

.premium .main .productLine .productBox .productTitle span {
  font-size: 34.782%;
  vertical-align: 11px;
}

.premium .main .slideWidth li {
  /*background-color: #000000;*/
}

.premium .main .productStatus .concept,
.premium .main .productStatus .feature {
  background-color: #f3f3f3;
}

.premium .prod_cmn_lineup {
  max-width: 950px;
  margin: 0 auto;
}

.premium .prod_cmn_lineup .list_lineup>li {
  /*max-width: 282px;*/
  width: 29.5%;
  float: left;
  box-sizing: border-box;
  margin-right: 5.5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.premium .prod_cmn_lineup .list_lineup>li:nth-of-type(3n) {
  margin-right: 0;
}

.premium .prod_cmn_lineup .list_lineup>li .ttl_no {
  text-align: center;
  color: #ffd800;
  font-size: 340%;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  margin-bottom: 13px;
}

.premium .prod_cmn_lineup .img_lineup {
  display: block;
  margin-bottom: 25px;
}

.premium .prod_cmn_lineup .img_lineup img {
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: block;
}

.premium .prod_cmn_lineup .img_lineup img:nth-of-type(2n+1) {
  width: 50%;
  padding-right: 6px;
}

.premium .prod_cmn_lineup .img_lineup img:nth-of-type(2n) {
  padding-left: 6px;
}

.premium .prod_cmn_lineup .list_lineup_stat {
  border-top: solid 1px #e0e0e0;
  margin-bottom: 25px;
}

.premium .prod_cmn_lineup .list_lineup_stat>li {
  border-bottom: solid 1px #e0e0e0;
  display: table;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_ttl,
.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data {
  width: 50%;
  text-align: center;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_ttl {
  font-size: 130%;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data {
  font-size: 0;
  padding-left: 4%;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(img/products/premium/lineup_sta.png);
  background-size: 15px;
  margin-right: 4%;
}

.premium .box1 .prod_cmn_lineup .list_lineup_stat>li .stat_data span {
  background-color: #ffd800;
}

.premium .box2 .prod_cmn_lineup .list_lineup_stat>li .stat_data span {
  background-color: #aece5a;
}

.premium .box3 .prod_cmn_lineup .list_lineup_stat>li .stat_data span {
  background-color: #e56c90;
}

.premium .box4 .prod_cmn_lineup .list_lineup_stat>li .stat_data span {
  background-color: #56348f;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data span:last-child {
  margin-right: 0;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data.star1 span:nth-of-type(n+2) {
  background-image: url(img/products/premium/lineup_sta.png);
  background-color: #d4d4d4;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data.star2 span:nth-of-type(n+3) {
  background-image: url(img/products/premium/lineup_sta.png);
  background-color: #d4d4d4;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data.star3 span:nth-of-type(n+4) {
  background-image: url(img/products/premium/lineup_sta.png);
  background-color: #d4d4d4;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data.star4 span:nth-of-type(n+5) {
  background-image: url(img/products/premium/lineup_sta.png);
  background-color: #d4d4d4;
}

.premium .prod_cmn_lineup .list_lineup_stat>li .stat_data.star5 span {
  background-image: url(img/products/premium/lineup_sta.png);
}

.premium .prod_cmn_lineup .list_lineup_data>li .stat_ttl,
.premium .prod_cmn_lineup .list_lineup_data>li .stat_txt {
  border-radius: 15px;
  width: 47.5%;
  display: block;
  float: left;
  box-sizing: border-box;
  text-align: center;
  font-size: 130%;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.premium .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
  border: solid 1px #ffd801;
  float: left;
}

.premium .prod_cmn_lineup .list_lineup_data>li .stat_txt {
  border: solid 1px #fffbe5;
  background-color: #fffbe5;
  float: right;
}

.premium .main .productLine .productAccordion {
  position: static;
  height: 0;
  overflow: hidden;
  opacity: 0;
  /*  -webkit-transition:opacity 1s, height 0.5s;
  -moz-transition:opacity 1s, height 0.5s;
  -o-transition:opacity 1s, height 0.5s;
  transition:opacity 1s, height 0.5s;*/
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  margin-bottom: 0;
}

.premium .main .productLine .modalOpen .productAccordion {
  position: static;
  opacity: 1;
  height: 100%;
}

.premium .main .productLine .productHead.modalBtnOpen:before {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.premium .main .productLine .productHead:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url(img/products/prod_lineup_arrow.png);
  width: 30px;
  height: 16px;
  margin-top: -8px;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* -- PRODUCTS TWEEZERS ------ */
.tweezers .cont_inner {
  max-width: 1000px;
  margin: 0 auto 80px auto;
}

.tweezers .list_cmn_prod .item_img {
  max-width: 450px;
  width: 46.5%;
}

.tweezers .list_cmn_prod li {
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 0;
  border-bottom: none;
}

.tweezers .list_cmn_prod .item_data {
  float: left;
  margin-left: 5%;
  width: 45%;
}

/* -- PRODUCTS EYELASHES ADHESIVE ------ */
.eyelashes_adhesive .cont_inner {
  padding-top: 40px;
  padding-bottom: 90px;
}

.eyelashes_adhesive .cont_head {
  background-color: #eeeeef;
}

.eyelashes_adhesive #main .wrapper {
  max-width: 940px;
  margin: 0 auto;
  box-sizing: content-box;
}

.eyelashes_adhesive .cont_head:after {
  display: block;
  content: '';
  clear: both;
}

.eyelashes_adhesive .cont_head h3 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.eyelashes_adhesive .cont_data {
  max-width: 470px;
  padding-top: 60px;
  width: 50%;
  padding-bottom: 8%;
  float: left;
  position: relative;
}

.eyelashes_adhesive .cont_data p {
  color: #888888;
}

.eyelashes_adhesive .cont_data .text {
  line-height: 2.2;
  font-size: 92.857%;
  padding-top: 10px;
  padding-bottom: 15px;
}

.eyelashes_adhesive .cont_data .price,
.eyelashes_adhesive .cont_data .price * {
  color: #888888;
  font-weight: bold;
  line-height: 1.2;
}

.eyelashes_adhesive .cont_data .price {
  /* color: #888888; */
  display: flex;
  flex-flow: row;
  font-weight: bold;
  margin-bottom: 45px;
}

.eyelashes_adhesive .cont_data .price>* {
  display: flex;
  flex-flow: column;
}

.eyelashes_adhesive .cont_data .cont_data_img {
  position: absolute;
  right: 30px;
  right: min(calc(3vw + -20px), 28px);
  bottom: 27px;
  width: 41.7%;
}

.eyelashes_adhesive .cont_img {
  width: 50%;
  max-width: 470px;
}

.eyelashes_adhesive .list_cmn_prod li {
  border: none;
  padding-right: 0;
  padding-left: 0;
}

.eyelashes_adhesive .list_cmn_prod li .item_img {
  width: 50%;
  max-width: 500px;
}

.eyelashes_adhesive .list_cmn_prod li .item_data {
  width: 50%;
  max-width: 500px;
  box-sizing: border-box;
  padding-left: 50px;
}

.eyelashes_adhesive .list_cmn_prod .item_data .price {
  margin-bottom: 25px;
}

.eyelashes_adhesive .list_cmn_prod li:nth-of-type(2n) {
  background-color: #f3f3f3;
}

.eyelashes_adhesive .list_cmn_prod li:nth-of-type(2n) .item_img {
  float: right;
}

.eyelashes_adhesive .list_cmn_prod li:nth-of-type(2n) .item_data {
  float: left;
  padding-left: 0;
  padding-right: 50px;
}

.eyelashes_adhesive #main .lineup .wrapper {
  max-width: 1040px;
}

.eyelashes_adhesive .lineup h4 {
  font-size: 200%;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 35px;
}

.eyelashes_adhesive .lineup ul {
  display: flex;
  list-style: none;
  text-align: center;
  padding-top: 40px;
}

.eyelashes_adhesive .lineup .lineup_list:after {
  content: '';
  display: block;
  clear: both;
}

.eyelashes_adhesive .lineup .lineup_list>li {
  box-sizing: border-box;
  /* max-width: 280px; */
  padding: 15px 20px 30px 20px;
  float: left;
  width: 28%;
}

.eyelashes_adhesive .lineup .lineup_list>li:nth-of-type(3n) {
  margin-right: 0;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 {
  max-width: none;
  box-sizing: border-box;
  width: 45%;
}

.eyelashes_adhesive .lineup .lineup_list>li>.title {
  border-bottom: solid 5px #edf2f9;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 157.142%;
  text-align: center;
  display: table;
  width: 100%;
  padding-bottom: 20px;
}

.eyelashes_adhesive .lineup .lineup_list>li>.title span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #a3bee3;
  font-weight: 400;
  line-height: 1.1;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .title>strong .sub {
  font-size: 70%;
  padding: 0 5px;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .title>strong .slash {
  font-size: 70%;
  padding-right: 5px;
}

.eyelashes_adhesive .lineup .lineup_list>li>.item_prod {
  padding-top: 40px;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li {
  text-align: center;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list:after {
  content: '';
  display: block;
  clear: both;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li {
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li {
  /* flex-shrink: 0; */
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li {
  display: inline-block;
  width: 60%;
  max-width: 168px;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2) {
  max-width: 245px;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2)>div {
  display: flex;
  justify-content: center;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2)>div> :nth-child(1) {
  margin: 0 11px 0 0;
}

.eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2)>div img {
  /* width: 100%; */
  /* max-width: 83px; */
  width: min(calc(2vw + 50px), 83px);
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li>img {
  /* max-width: 83px; */
  width: 58%;
  width: 52.5%;
  width: min(calc(2vw + 50px), 83px);
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_name {
  text-align: center;
  height: 30px;
  font-size: 85.714%;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type {
  text-align: center;
  padding: 10px 15px;
  border-radius: 40px;
  width: calc(100% - 30px);
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type span {
  font-weight: 600;
  font-size: 85.714%;
  display: block;
  line-height: 1.4;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type strong {
  font-weight: 600;
  font-size: 107.142%;
  line-height: 1.1;
  display: block;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type.bk_clear {
  background-color: #f3f3f3;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type.bk_black {
  background-color: #909090;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type.bk_black span {
  color: #ffffff;
}

.eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type.bk_black strong {
  color: #ffffff;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye {
  text-align: center;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .title {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .title span {
  color: #3871c0;
  font-size: 85.714%;
  display: block;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .title strong {
  color: #3871c0;
  font-size: 93.333%;
  font-weight: 600;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye img {
  max-width: 110px;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .desc {
  font-size: 93.333%;
  margin-bottom: 20px;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .table {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .table .type+span {
  display: block;
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: left;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 1;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .type {
  color: #3871c0;
  font-weight: 600;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  width: 100%;
  background-image: url(img/products/eyelashes_adhesive/type_bk.png);
  position: relative;
  text-align: left;
  padding-left: 70px;
  padding-right: 10px;
}

.eyelashes_adhesive .lineup .lineup_list>li .eye .type:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -22px;
  width: 43px;
  height: 43px;
  background-image: url(img/products/eyelashes_adhesive/icon_type_point.png);
}

/* 201909111 バナー ROLA限定デザインボトル */
.eyelashes_adhesive .anchor_banner_01 {
  /* background: red; */
  margin-top: 80px;
  width: 100%;
}

.eyelashes_adhesive .anchor_banner_01 .anchor_banner_figure img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.eyelashes_adhesive .anchor_banner_01 .anchor_banner_inner {}

.eyelashes_adhesive .anchor_banner_01 .anchor_banner_figure {}

.eyelashes_adhesive .anchor_banner_01 .anchor_banner_figure a {}

.eyelashes_adhesive .anchor_banner_01 .anchor_banner_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  margin-top: 18px;
  text-align: center;
}

.eyelashes_adhesive .anchor_banner_01 a {}

@media (max-width: 850px) {

  .eyelashes_adhesive .anchor_banner_01 {
    margin-top: 40px;
  }

  .eyelashes_adhesive .anchor_banner_01 .anchor_banner_text {
    font-size: 12px;
    margin-top: 12px;
  }
}

/* /201909111 */

.eyelashes_adhesive .anchor_01 {
  display: flex;
  justify-content: center;
}

.english_site .eyelashes_adhesive .anchor_01 {
  padding: 0 15px;
}

.eyelashes_adhesive .anchor_01 a {
  background: #000;
  color: #ffea00;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05rem;
  margin: 80px auto 0;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 640px;
}

.english_site .eyelashes_adhesive .anchor_01 {
  margin-bottom: 30px;
}

@media (max-width: 850px) {

  .eyelashes_adhesive .anchor_01 a {
    margin: 40px auto 10px;
    max-width: none;
  }

  .english_site .eyelashes_adhesive .anchor_01 {
    padding: 0 15px;
    margin: 0 0 50px;
  }
}

@media (min-width: 751px) {

  .english_site .eyelashes_adhesive .anchor_01 {
    padding: 0 30px;
  }
}

/* /2022021601 */

/* -- PRODUCTS NAIL POLISH ------ */
.nail_polish .cont_inner {
  margin-bottom: 55px;
}

.nail_polish .sec_cmn_prod {
  background-image: url(img/products/nail_polish/product_head_img_pc.jpg);
  background-position: center center;
  max-height: none;
  position: relative;
  z-index: 1;
}

.nail_polish .sec_cmn_prod:before,
.nail_polish .sec_cmn_prod:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}

.nail_polish .sec_cmn_prod:before {
  background: #d8d8d8;
  left: 0;
}

.nail_polish .sec_cmn_prod:after {
  background: #d8d8d8;
  right: 0;
}

.nail_polish .cont_head {
  padding-top: 50px;
  padding-bottom: 70px;
  max-width: 760px;
  margin: 0 auto;
  box-sizing: content-box;
}

.nail_polish .cont_head .ttl_head {
  font-size: 128.571%;
  font-weight: 500;
  padding-bottom: 25px;
}

.nail_polish .cont_head .txt_head {
  font-size: 92.857%;
  line-height: 2;
  margin-bottom: 35px;
}

.nail_polish .cont_list ul {
  list-style: none;
}

.nail_polish .cont_list li {
  display: block;
}

.nail_polish .cont_list li:nth-of-type(odd) {
  background-color: #f3f3f3;
}

.nail_polish .cont_list li .img_item {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  float: left;
}

.nail_polish .cont_list li .sec_list {
  width: 50%;
  box-sizing: border-box;
  float: right;
  padding-left: 50px;
}

.nail_polish .cont_list li:nth-of-type(even) .img_item {
  float: right;
}

.nail_polish .cont_list li:nth-of-type(even) .sec_list {
  float: left;
  padding-left: 0;
  padding-right: 50px;
}

.nail_polish .cont_list li:nth-of-type(odd) .btn_cmn_i-list {
  background-color: #f3f3f3;
}

.nail_polish .cont_list li:nth-of-type(even) .btn_cmn_i-list {
  background-color: #ffffff;
}

.nail_polish .cont_list li .list_cont {
  max-width: 1000px;
  padding-top: 70px;
  padding-bottom: 90px;
  box-sizing: content-box;
}

.nail_polish .cont_list .sec_list .ttl_item {
  border-bottom: solid 1px #000000;
  padding-bottom: 15px;
  padding-top: 15px;
}

.nail_polish .cont_list .sec_list .ttl_item .ttl_main {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 500;
  font-size: 160%;
  letter-spacing: 2.2px;
}

.nail_polish .cont_list .sec_list .ttl_item .sub {
  font-size: 80%;
  font-weight: 400;
  color: #a3bee3;
  padding-left: 10px;
}

.nail_polish .cont_list .sec_list .txt_subttl {
  font-size: 128.571%;
  font-weight: 500;
}

.nail_polish .cont_list .sec_list .txt_subttl {
  padding-top: 25px;
  padding-bottom: 20px;
}

.nail_polish .cont_list .sec_list .txt_item {
  line-height: 2;
  font-size: 92.857%;
  margin-bottom: 30px;
}

/* -- PRODUCTS NAIL TREATMENT ------ */
.nail_treatment .cont_inner {
  margin-bottom: 20px;
}

.nail_treatment .sec_cmn_prod {
  background-image: url(img/products/nail_treatment/product_head_img_pc.jpg);
  background-position: center center;
}

.nail_treatment .cont_head {
  text-align: center;
  word-break: break-all;
  max-width: 950px;
  margin: 0 auto 65px auto;
}

.nail_treatment .cont_head .ttl_head {
  font-weight: 400;
  font-size: 128.571%;
  margin-bottom: 25px;
  margin-top: 45px;
}

.nail_treatment .list_cont {
  max-width: 950px;
  margin: 0 auto;
}

.nail_treatment .list_cont li {
  width: 33.333%;
  display: block;
  float: left;
  box-sizing: border-box;
  margin-bottom: 65px;
}

.nail_treatment .list_cont li .item_inner {
  position: relative;
}

.nail_treatment .list_cont.col3 li:nth-of-type(3n+1) {
  padding-right: 32px;
}

.nail_treatment .list_cont.col3 li:nth-of-type(3n+2) {
  padding-left: 16px;
  padding-right: 16px;
}

.nail_treatment .list_cont.col3 li:nth-of-type(3n) {
  padding-left: 32px;
}

.nail_treatment .list_cont li .item_upper img {
  width: 100%;
  height: auto;
  display: block;
}

.nail_treatment .list_cont li .item_upper .ttl {
  font-size: 114.285%;
  font-weight: 400;
  color: #a3bee3;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
}

.nail_treatment .list_cont li .item_data {
  position: relative;
}

.nail_treatment .list_cont li .item_data p {
  font-size: 85.714%;
}

.nail_treatment .list_cont li .item_data .ttl_sub {
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
}

.nail_treatment .list_cont li .item_data .txt {
  padding-bottom: 70px;
}

.nail_treatment .list_cont li .item_under {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.nail_treatment .list_cont li .item_under .status {
  float: left;
  width: 60%;
  font-size: 85.714%;
}

.nail_treatment .list_cont li .item_under .status span {
  display: block;
}

.nail_treatment .btn_cmn_v-more {
  background-color: #ffffff;
  border: solid 1px #222222;
  width: 40%;
  max-width: 100px;
  height: 32px;
  background-image: url(img/products/prod_cart.png);
  background-position: center center;
  background-repeat: no-repeat;
  /*float: right;*/
  margin-right: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.nail_treatment .btn_cmn_v-more:hover {
  background-color: #000000;
  background-image: url(img/products/prod_cart_white.png);
}

.nail_treatment .btn_cmn_v-more span {
  color: #000000;
  background-image: url(img/products/prod_cart.png);
  display: none;
}

.nail_treatment .list_cont.col4 li {
  width: 22%;
  margin-right: 4%;
}

.nail_treatment .list_cont.col4 li:nth-of-type(4n) {
  margin-right: 0;
}

.nail_treatment .list_cont.col4 .btn_cmn_v-more {
  max-width: 80px;
  width: 30%;
}

.nail_treatment .cont_head .ttl_head_line {
  position: relative;
  margin-bottom: 40px;
}

.nail_treatment .cont_head .ttl_head_line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 20px;
  left: 0;
}

.nail_treatment .cont_head .ttl_head_line span {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 160%;
  padding-left: 35px;
  padding-right: 35px;
}

.nail_treatment .cont_head .txt_head_sub {
  font-size: 128.571%;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.nail_treatment .cont_head .txt_head {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.nail_treatment .cont_main:nth-of-type(1) .cont_head {
  padding-top: 50px;
}

.nail_treatment #products_archive_list {
  /*width: 1160px;*/
  max-width: 1160px;
}

.nail_treatment #products_archive_list ul.double li.full {
  width: 100%;
}


/* -- ABOUT ------ */
.inside.page.about #breadcrumb {
  margin-top: 70px;
}

.about_section {
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 780px;
  margin: 0 auto;
}

.about_table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #e0e0e0;
}

.about_table th {
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #e0e0e0;
  padding: 20px 30px;
  font-size: 92.86%;
  width: 112px;
}

.about_table td {
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #e0e0e0;
  padding: 20px 30px;
  font-size: 92.86%;
}

.about_table td small {
  font-size: 84.61%;
}

.about_section .relative {
  position: relative;
}

.gm-style.customized {
  position: absolute;
  left: 0px;
  top: 0px;
}

.about_section_title {
  display: block;
  font-size: 114.29%;
  text-align: center;
  font-weight: 400;
  padding-bottom: 25px;
}

#map_canvas {
  width: 100%;
  height: 360px;
}

#map_canvas2 {
  width: 100%;
  height: 360px
}

#map_canvas3 {
  width: 100%;
  height: 360px
}

.map_canvas {
  width: 100%;
  height: 360px;
}

.map_canvas iframe {
  width: 100%;
  height: 100%;
}

/* -- SITEMAP ------ */
#sitemap_container {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 40px;
}

.sitemap_line {
  margin-left: -32px;
  padding-bottom: 50px;
}

.sitemap_line ul {
  list-style: none;
}

.sitemap_line .one_third {
  width: 33.333333%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
}

.sitemap_line .one_third li:first-of-type {
  border-top: solid 1px #e0e0e0;
}

.sitemap_line .two_third {
  width: 66.666666%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
}

.sitemap_line .two_third li:first-of-type {
  border-top: solid 1px #e0e0e0;
}

.sitemap_line ul li {
  display: block;
  padding: 15px 5px 15px 15px;
  border-bottom: solid 1px #e0e0e0;
}

.sitemap_line ul li.clearfix {
  padding: 0;
  margin-left: -32px;
  border-bottom: none;
}

.sitemap_line ul li.clearfix ul li:first-of-type {
  border-top: none;
}

.sitemap_line ul li.clearfix ul li {
  font-size: 85.71%;
}

.sitemap_line ul li a {
  text-decoration: none;
}

.sitemap_line ul li.clearfix span {
  display: table-cell;
  vertical-align: middle;
  width: 600px;
}

#sitemap_container .sns_list {
  padding-bottom: 60px;
  padding-top: 25px;
}

#sitemap_container .sns_list ul {
  list-style: none;
  text-align: center;
}

#sitemap_container .sns_list ul li {
  padding-right: 10px;
  padding-left: 10px;
}

#sitemap_container .sns_list ul li.fbook,
#sitemap_container .sns_list ul li.twitter,
#sitemap_container .sns_list ul li.x,
#sitemap_container .sns_list ul li.insta,
#sitemap_container .sns_list ul li.line {
  display: inline-block;
}


#sitemap_container .sns_list ul li.title {
  font-weight: 700;
  font-size: 107.14%;
  padding-bottom: 25px;
  letter-spacing: 2px;
}

#sitemap_container .sns_list ul li a {
  text-decoration: none;
  margin-left: 0;
  padding-left: 26px;
  color: #000000;
  font-size: 85.71%;
  display: inline-block;
  min-height: 15px;
  letter-spacing: 1px;
}

#sitemap_container .sns_list ul li a:before {
  top: 2px;
  width: 16px;
  height: 15px;
  background-size: 16px 15px;
}

#sitemap_container .sns_list ul li.fbook a:before {
  background-image: url(img/facebook2.gif);
}

#sitemap_container .sns_list ul li.twitter a:before {
  background-image: url(img/twitter2.gif);
}

#sitemap_container .sns_list ul li.x a:before {
  background-image: url(img/x_menu2.png);
}

#sitemap_container .sns_list ul li.insta a:before {
  background-image: url(img/instagram2.gif);
}

#sitemap_container .sns_list ul li.line a:before {
  background-image: url(img/line2.gif);
}

#sitemap_container .sns_list li span {
  color: #000000;
  font-size: 100%;
}

#sitemap_container .sns_list li span a {
  padding-left: 0;
}

.global_navi .sns_list li {
  padding-bottom: 12px;
}

/*
.global_navi .sns_list li.fbook {
    padding-bottom: 10px;
}
*/



/* -- PRIVACY ------ */
#privacy_contents {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

#privacy_contents p {
  display: block;
  padding-bottom: 42px;
  font-size: 92.86%;
  line-height: 190%;
}

#privacy_contents p span.list {
  display: block;
  padding-left: 27px;
  position: relative;
  line-height: 190%;
}

#privacy_contents p span.list:before {
  content: '.';
  position: absolute;
  left: 12px;
  top: 0;
}

#privacy_contents p.last {
  padding-bottom: 8px;
  padding-top: 5px;
  text-align: right;
}

#privacy_contents p.small {
  padding-bottom: 0;
  text-align: right;
  font-size: 78.57%;
}

#privacy_contents h3 {
  font-size: 92.86%;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e0e0e0;
}


/* -- CONTACT ------ */
#contact_container {
  padding: 0 0 55px 0;
  max-width: 780px;
  margin: 0 auto;
}

.contact_nav {
  padding-top: 40px;
  padding-bottom: 70px;
  max-width: 680px;
  margin: 0 auto;
}

.contact_nav ul {
  list-style: none;
}

.contact_nav ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
}

.contact_nav ul li a {
  display: block;
  border: solid 1px #000000;
  text-align: center;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
}

.contact_nav ul li.current a {
  color: #ffffff;
  background: #000000;
}

.contact_table {
  width: 100%;
  /*border-collapse:collapse;*/
}

.contact_table th {
  font-weight: 700;
  padding: 25px 0 25px 20px;
  border-top: solid 1px #e0e0e0;
  text-align: left;
  vertical-align: middle;
  width: 140px;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.contact_table th small {
  font-weight: 400;
  font-size: 78.57%;
}

.contact_table th sup {
  font-weight: 400;
  color: #a3bee3;
}

.contact_table td {
  padding: 25px 20px;
  border-top: solid 1px #e0e0e0;
  text-align: left;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.contact_table .noborder th,
.contact_table .noborder td {
  border-top: none;
}

.contact_table .nopadding th,
.contact_table .nopadding td {
  padding: 0;
}

.contact_table .back input {
  background-color: transparent;
  border: none;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

.contact_table td .title {
  display: block;
  padding-bottom: 20px;
  padding-top: 5px;
  line-height: 100%;
  font-weight: 700;
  font-size: 100%;
}

.contact_table td .title sup {
  font-weight: 400;
  color: #a3bee3;
}

.contact_table td p {
  display: block;
  line-height: 160%;
}

.contact_table td select {
  -webkit-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODY2MDMgMTAuNUM3LjQ4MTEzIDExLjE2NjcgNi41MTg4OCAxMS4xNjY3IDYuMTMzOTcgMTAuNUwwLjkzNzgyMiAxLjVDMC41NTI5MjIgMC44MzMzMzIgMS4wMzQwNSAtNi44NjQwNmUtMDcgMS44MDM4NSAtNy41MzcwNGUtMDdMMTIuMTk2MiAtMS42NjIyM2UtMDZDMTIuOTY2IC0xLjcyOTUzZS0wNiAxMy40NDcxIDAuODMzMzMxIDEzLjA2MjIgMS41TDcuODY2MDMgMTAuNVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  padding: 2px 8px;
  border-radius: 4px;
  border: solid 1px #f3f3f3;
  background-color: #f3f3f3;
}

.contact_table td .a_privacy {
  display: block;
  margin: 0 auto;
  text-align: center;
     margin: 0px 0 20px;
}
.mw_wp_form_confirm .contact_table td .a_privacy {
  display: none;
}
 .contact_table .noborder.nopadding {
  display: none;
}
.contact_table input.error:has(+ span.error) {
  border: solid 1px #b61919;
}
.contact_table input.error:has(+ span.error_txt) {
  border: solid 1px #b61919;
}
.contact_table tr.button-wrap-tr {
padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 750px) {
  .contact_table td select {
    width: 100%;
    max-width: 100%;
    max-width: 480px;
  }
}

.warning {
  display: block;
  text-align: right;
  color: #a3bee3;
  font-size: 85.71%;
  line-height: 100%;
  padding-bottom: 10px;
  height: 12px;
}

.contact_table input {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #f3f3f3;
  background: #f3f3f3;
  padding: 2px 8px;
  max-width: 480px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.contact_table input.very_small {
  max-width: 100px;
}

.contact_table input.full {
  max-width: 100%;
}

.contact_table input:focus {
  background: #ffffff;
}

.contact_table input.valid {
  background: #ffffff;
}

.contact_table input.error {
  background: #ffffff;
      border: solid 1px #f3f3f3;
    background: #f3f3f3;
  outline: none !important;
  box-shadow: none !important;
}

.contact_table span.error_txt {
  display: none;
  vertical-align: middle;
  color: #b61919;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 85.71%;
  margin-left: 10px;
}

.contact_table span.expl {
  display: inline-block;
  vertical-align: middle;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 85.71%;
  margin-left: 10px;
}

.contact_table p.expl {
  display: block;
  vertical-align: middle;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 85.71%;
  padding-top: 10px;
}


/*
.contact_table input:invalid  ~ span.error_txt{
  display:inline-block;
}
*/
.contact_table input.error+span.error_txt {
  display: inline-block;
}

.contact_table input.error+span.error_txt.block {
  display: block;
  text-align: right;
  padding-top: 5px;
  line-height: 100%
}

.contact_table .smaller input {
  max-width: 200px;
}

.contact_table .sep {
  display: block;
  width: 100%;
  height: 20px;
}

.contact_table textarea {
  display: block;
  border: solid 1px #f3f3f3;
  background: #f3f3f3;
  padding: 2px 8px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
  height: 300px;
  max-height: 500px;
  max-width: 740px;
  min-width: 100%;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.contact_table textarea.smaller {
  min-height: 130px;
  height: 130px;
  max-height: 300px;
}

.contact_table textarea:focus {
  background: #ffffff;
}

.contact_table textarea.valid {
  background: #ffffff;
}

/*
.contact_table textarea:valid{
  background:#ffffff;
}
.contact_table textarea:invalid{
  background:#ffffff;
  border:solid 1px #b61919;
  outline:none !important;
  box-shadow:none !important;
}
*/
.contact_table textarea.error {
  background: #ffffff;
  border: solid 1px #b61919;
  outline: none !important;
  box-shadow: none !important;
}

.contact_table td .parent {
  position: relative;
}

/*
.contact_table textarea:invalid  + span.error_txt{
  display:block;
  position:absolute;
  top:-20px;
  right:0;
}
*/
.contact_table textarea.error+span.error_txt {
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
}

.contact_table button,
.contact_table .button-wrap input {
  display: block;
  border: solid 1px #000000;
  text-align: center;
  height: 42px;
  width: 240px;
  line-height: 42px;
  background: #ffffff;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
}

.contact_table button#change,
.contact_table button[name=change],
.contact_table button:nth-of-type(2),
.contact_table .button-wrap#change input,
.contact_table .button-wrap[name=change] input,
.contact_table .button-wrap:nth-of-type(2) input {
  border: none;
  width: 80px;
  background: none;
  margin-top: 5px;
}

.contact_table button#change,
.contact_table .button-wrap#change input {
  margin-top: 15px;
}

.g-recaptcha div:first-child {
  margin: 0 auto;
}

#recaptcha-error {
  text-align: center;
  margin-top: 10px;
}

.thanks_text {
  display: block;
  text-align: center;
  padding: 51px 20px 0;
  /* line-height: 200%;
  margin-bottom: 40px;
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3; */
}
.thanks_text_media {
  display: block;
  text-align: center;
  padding: 51px 20px 0;
  line-height: 200%;
  margin-bottom: 40px;
  /* border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3; */
}

.thanks_link {
  display: block;
  border: solid 1px #000000;
  text-align: center;
  height: 42px;
  width: 160px;
  line-height: 42px;
  background: #ffffff;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-bottom: 25px;
}


/* -- FOOTER ------------------------------ */
#to_top {
  font-size: 14px;
  display: block;
  margin: 40px auto 37px auto;
  line-height: 100%;
  padding-top: 30px;
  width: 38px;
  text-align: center;
  background-image: url(img/to_top.gif);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

#container.home #to_top {
  margin-bottom: 73px;
  margin-top: 73px;
}

.global_navi {
  font-size: 14px;
  background: #000000;
  padding: 0
}

.global_navi .wrapper {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 38px;
}

.global_navi ul {
  list-style: none;
}

.global_navi ul li {
  /*font-family:"Century Gothic",CenturyGothic,'Muli',sans-serif;*/
  font-size: 107.14%;
  font-size: 70%;
  font-size: 85.71%;
  font-size: 100%;

  color: #ffffff;
  /*letter-spacing:1.5px;
  letter-spacing:1.5px;*/
}

.global_navi ul li ul li {
  font-size: 100%;
  font-size: 91.66%;
  font-size: 85.71%;
  padding-left: 10px;
}

.global_navi ul li a {
  /*font-family:"Century Gothic",CenturyGothic,'Muli',sans-serif;*/
  text-decoration: none;
  color: #ffffff;
}

#sp_navi .foot_nav {
  padding: 45px 0 50px 0;
}

#sp_navi .sns_list li.fbook a:before {
  background-image: url(img/facebook_menu.png);
}

#sp_navi .sns_list li.twitter a:before {
  background-image: url(img/twitter_menu.png);
}

#sp_navi .sns_list li.x a:before {
  background-image: url(img/x_menu.png);
}

#sp_navi .sns_list li.insta a:before {
  background-image: url(img/instagram_menu.png);
}

#sp_navi .sns_list li.line a:before {
  background-image: url(img/line_menu.png);
}

#sp_navi .sns_list li a:before {
  width: 25px;
  height: 25px;
  left: -2px;
  top: -5px;
  background-size: 25px 25px;
}

#sp_navi .sns_list li>a {
  padding-left: 35px;
}

#footer .foot_nav {
  padding: 45px 0 50px 0;
}

.foot_nav nav {
  float: left;
  display: block;
  padding-right: 70px;
  padding-right: 84px;
  height: 100%;
  position: relative;
  min-width: 121px;
}

.foot_nav li {
  padding-bottom: 15px;
}

.foot_nav .prods_list li {
  padding-bottom: 0;
}

.foot_nav .prods_list ul li ul:first-of-type {
  padding-top: 10px;
  padding-top: 8px;
}

.foot_nav .prods_list ul li ul li {
  padding-bottom: 5px;
  padding-bottom: 6px;
}

.global_navi .sns_list li.fbook {
  /* padding-bottom:10px; */
}

.sns_list li {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
}

.sns_list li a {
  padding-left: 33px;
  /*padding-left:22px;*/
  font-size: 80%;
  position: relative;
  margin-left: 10px;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
}

.sns_list li span {
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-size: 80%;
  font-size: 95%;
}

.sns_list li span a {
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  padding-left: 0;
  margin-left: 0;
  font-size: 100%;
}

.sns_list li a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  /*  width:12px;
  height:11px;*/
  position: absolute;
  left: 0;
  top: -4px;
  /*top:1px;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  /*background-size:12px 11px;*/
}

.sns_list li.fbook a:before {
  background-image: url(img/facebook_menu.png);
}

.sns_list li.twitter a:before {
  background-image: url(img/twitter_menu.png);
}

.sns_list li.x a:before {
  background-image: url(img/x_menu.png);
}

.sns_list li.insta a:before {
  background-image: url(img/instagram_menu.png);
}

.sns_list li.line a:before {
  background-image: url(img/line_menu.png);
}

.sns_list li.insta span a:before {
  display: none;
}

.foot_nav nav.other_list ul li.open-window a {
  display: inline-block;
  padding-right: 15px;

}

.foot_nav nav.other_list ul li.open-window a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(img/new_window.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.foot_nav_btm {
  border-top: solid 1px #262626;
}

.foot_nav_btm .wrapper {
  padding: 20px;
}

.global_navi .foot_nav_btm nav {
  float: left;
}

.global_navi .foot_nav_btm ul {
  display: inline-block;
  margin-right: -4px;
  line-height: 100%;
}

.global_navi .foot_nav_btm ul:nth-of-type(2) {
  margin-left: 14px;
}

.global_navi .foot_nav_btm ul:nth-of-type(2) li:first-of-type {
  border-left: solid 1px #262626;
  padding-left: 14px;
}

.global_navi .foot_nav_btm ul li {
  font-size: 78.57%;
  display: inline-block;
  padding-right: 14px;
  margin-right: 10px;
  border-right: solid 1px #262626;
  line-height: 100%;
}

.global_navi .foot_nav_btm ul li a {
  line-height: 100%;
}

.global_navi .foot_nav_btm ul li:last-of-type {
  padding-right: 0;
  margin-right: -4px;
  border-right: none;
}

.global_navi #copyrights {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 75.57%;
  font-size: 78.57%;
  color: #ffffff;
  letter-spacing: 1px;
  float: right;
  line-height: 180%;
}

.ifSp {
  display: none !important;
}

#header {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

#header #logo {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

#header .lang {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

#main_nav ul li .sub_nav {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

.onTablet {
  display: none !important;
}

.eyeliner #prod5 br.custom {
  display: none;
}

@media (max-width: 1150px) {

  .eyeliner #prod5 br.custom {
    display: block;
  }
}

@media (max-width: 850px) {

  .eyeliner #prod5 br.custom {
    display: none;
  }
}

@media (max-width: 350px) {

  .eyeliner #prod5 br.custom {
    display: block;
  }
}

@media (max-width: 750px) {
  #container.home #to_top {
    margin-bottom: 25px;
  }
}

/* ********************** PC ONLY ********************** */
@media screen and (min-width: 1000px) {

  /*
  *{
    -webkit-backface-visibility: hidden;
  }
*/
  #main_nav ul li a:after {
    -webkit-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
  }

  #main_nav ul li a:hover:after {
    width: 100%;
  }

  #main_nav ul li .trigg:after {
    -webkit-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
  }

  #main_nav ul li .trigg:hover:after {
    width: 100%;
  }

  #main_nav ul li.current a:after {
    width: 100%;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }

  #main_nav ul li.current .trigg:after {
    width: 100%;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }

  .prod_article .desc .text .button {
    padding: 11px 9px;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }

  .prod_article .desc .text .button_soldout {
    padding: 11px 9px;
  }

  .prod_article .desc .text .button span {
    background: none;
    position: relative;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }

  .prod_article .desc .text .button_soldout span {
    background: none;
    position: relative;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }

  .prod_article .desc .text .button span:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    width: 17px;
    background-image: url(img/products/prod_cart.png);
    background-repeat: no-repeat;
  }

  .prod_article .desc .text .button span:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    width: 17px;
    background-image: url(img/products/prod_cart_white.png);
    background-repeat: no-repeat;
    -khtml-opacity: 0;
    opacity: 0;
  }

  .prod_article .desc .text .button:hover {
    background: #000;
    /*background:#ffffff;*/
  }

  .prod_article .desc .text .button:hover span {
    color: #ffffff;
  }

  .view_more {
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
  }

  .view_more:hover {
    color: #f3f3f3;
    background: #000000
  }

  #breadcrumb a:hover {
    text-decoration: underline;
  }

  .prod_article .bg,
  #products_archive_list ul li .image img {
    background: #ffffff;
  }

  .news_cat_list li a,
  #products_archive_list ul li .desc a.link,
  #products_archive_list ul li .desc .title a,
  #products_archive_list ul li .image img,
  #products_archive_list .br_banner_list li a,
  #single_navigation .prev_nav,
  #single_navigation .next_nav,
  .tags a,
  .share_sns ul li .sns_box,
  #single .single_title .desc a,
  .cat_list li a,
  #prod_nav ul li .title a:after,
  #video_slider .controls a,
  .prod_article .trigger,
  .prod_article .desc .text .button span:before,
  .prod_article .desc .text .button span:after,
  #prod_nav ul li .title a span,
  #logo a img,
  #banner_list ul li a,
  #prod_list ul li a.title,
  #to_top,
  #header .lang,
  #sns a img,
  .global_navi a,
  #online_store a,
  .news_list li .caption a,
  .news_list li .list_title,
  .channel_list li .caption a,
  .channel_list li .list_title,
  .schedule_head .txt .txt_prod .prod_item a,
  .schedule_cont .area .schedule_list dd span.place a,
  .shop .shop_list li a,
  .sitemap_line ul li a,
  .press_list .press_list_item>li .list_item a,
  .movie_area_banner a,
  .footer_banner.verticallySplit_t1 a,
  .anchor_banner_01 a,
  .award .kome a,
  .mascara .award>a,
  .eyeliner .award>a,
  .anchor_01 a,
  .eyeliner .nav a,
  .eyeliner .topics a,
  .mascara .topics a {
    -webkit-transition: -khtml-opacity 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: -khtml-opacity 0.2s ease-out, opacity 0.2s ease-out;
    transition: -khtml-opacity 0.2s ease-out, opacity 0.2s ease-out;
  }


  .news_cat_list li a:hover,
  #products_archive_list ul li .desc a.link:hover,
  #products_archive_list .br_banner_list li a:hover,
  #single_navigation .prev_nav:hover,
  #single_navigation .next_nav:hover,
  .tags a:hover,
  .cat_list li a:hover,
  #prod_nav ul li .title a:hover span,
  .prod_article .trigger:hover,
  #logo a:hover img,
  #banner_list ul li a:hover,
  #prod_list ul li a.title:hover,
  #to_top:hover,
  #sns a:hover img,
  .news_list li .list_title:hover,
  .news_list li .caption a:hover,
  .channel_list li .list_title:hover,
  .channel_list li .caption a:hover,
  .schedule_head .txt .txt_prod .prod_item a:hover,
  .schedule_cont .area .schedule_list dd span.place a:hover,
  .shop .shop_list li a:hover,
  .sitemap_line ul li a:hover,
  .press_list .press_list_item>li .list_item a:hover,
  .movie_area_banner a:hover,
  .footer_banner.verticallySplit_t1 a:hover,
  .anchor_banner_01 a:hover,
  .award .kome a:hover,
  .mascara .award>a:hover,
  .eyeliner .award>a:hover,
  .anchor_01 a:hover,
  .eyeliner .nav a:hover,
  .eyeliner .topics a:hover,
  .mascara .topics a:hover {
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }



  #products_archive_list ul li .image:hover img,
  #products_archive_list ul li .desc .title a:hover,
  .share_sns ul li .sns_box:hover,
  #single .single_title .desc a:hover,
  #video_slider .controls a:hover,
  #header .lang:hover,
  #online_store a:hover,
  .global_navi ul li a:hover {
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }

  .prod_article .desc .text .button:hover span:before {
    -khtml-opacity: 0;
    opacity: 0;
  }

  .prod_article .desc .text .button:hover span:after {
    -khtml-opacity: 1;
    opacity: 1;
  }

  /* --  COMMON MODULE ------ */
  .btn_cmn_v-more:hover {
    background-color: #ffffff;
  }

  .btn_cmn_v-more:hover span {
    color: #000000;
    background-image: url(img/products/prod_cart.png);
  }

  .btn_cmn_v-more.type3:hover {
    background-color: #000000;
  }

  .btn_cmn_v-more.type3:hover span {
    color: #ffffff;
    background-image: url(img/products/prod_cart_white.png);
  }

  .btn_cmn_i-list:hover {
    background-color: #000000;
  }

  .btn_cmn_i-list:hover span {
    color: #ffffff;
    background-image: url(img/products/prod_item_white.png);
  }

  .btn_cmn_i-list:hover {
    background-color: #000000;
  }

  .btn_cmn_i-list:hover span {
    color: #ffffff;
    background-image: url(img/products/prod_item_white.png);
  }

  .list_cmn_prod .item_img {
    width: 44%;
  }

  .list_cmn_prod li {
    padding: 50px 90px 80px 90px;
  }

  .btn_cmn_v-more.type2:hover,
  .list_cmn_prod .btn_cmn_v-more:hover {
    background-color: #000000;
  }

  .btn_cmn_v-more.type2:hover span,
  .list_cmn_prod .btn_cmn_v-more:hover span {
    color: #ffffff;
    background-image: url(img/products/prod_cart_white.png);
  }

  .nail_polish .cont_list li:nth-of-type(even) .btn_cmn_i-list:hover,
  .nail_polish .cont_list li:nth-of-type(odd) .btn_cmn_i-list:hover {
    background-color: #000000;
  }

  .nail_polish .cont_list li:nth-of-type(odd) .btn_cmn_i-list:hover span {
    color: #ffffff;
    background-image: url(img/products/prod_item_white.png);
  }

  .nail_polish .cont_list li:nth-of-type(odd) .btn_cmn_i-list.type4:hover span {
    background-image: url(img/products/prod_cart_white.png);
  }

  #single #single_main a.video {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #000;
  }

  .sub_nav ul li a.image .img_cont {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
  }

  #single #single_main a.video img,
  #video_slider .open_video img,
  .channel_list li a .image img,
  .news_list li a .image img {
    -webkit-transition: -khtml-opacity 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
    -o-transition: -khtml-opacity 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
    transition: -khtml-opacity 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
  }

  #single #single_main a.video:hover img,
  #video_slider .open_video:hover img,
  .channel_list li a .image:hover img,
  .news_list li a .image:hover img {
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  .sub_nav ul li a.image img {
    -webkit-transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -o-transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  }

  .sub_nav ul li a.image:hover img {
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    -o-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }

  .sub_nav ul li a.image .sub_image {
    -webkit-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }

  #main_nav ul li .sub_nav ul li a.image:hover .sub_image {
    color: #ffffff;
  }

  #single_sidebar li a .image {
    background: #ffffff;
  }

  #single_sidebar li a .image:hover img {
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }



  #prod_list ul li a.image .img_cont {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;

  }

  #prod_list ul li a.image img {
    background: #ffffff;
    -webkit-transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out, opacity 0.3s ease-out, -khtml-opacity 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out opacity 0.3s ease-out, -khtml-opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out opacity 0.3s ease-out, -khtml-opacity 0.3s ease-out;
  }

  #prod_list ul li a.image .sub_image {
    -webkit-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }

  #prod_list ul li a.image:hover .img_cont {
    background: #000000;
  }

  #prod_list ul li a.image:hover .sub_image {
    color: #ffffff;
  }

  #prod_list ul li a.image:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    -o-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }


  .channel_list li.video .image:after {
    background-image: none;
    z-index: 1;
  }

  .channel_list li.video .image:before {
    content: '';
    background-image: url(img/video_icon2.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    display: block;
    border: solid 2px #ffffff;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .channel_list li a .image:hover:before {
    animation: 0.5s 0.1s normal none 1 vidsmall;
    -webkit-animation-name: vidsmall;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
  }

  @keyframes vidsmall {
    0% {
      background-position: 16px center;
    }

    48% {
      -khtml-opacity: 0;
      opacity: 0;
    }

    50% {
      background-position: 54px center;
    }

    51% {
      background-position: -22px center;
    }

    53% {
      -khtml-opacity: 1;
      opacity: 1;
    }

    100% {
      background-position: 16px center;
    }
  }

  @-webkit-keyframes vidsmall {
    0% {
      background-position: 16px center;
    }

    48% {
      -khtml-opacity: 0;
      opacity: 0;
    }

    50% {
      background-position: 54px center;
    }

    51% {
      background-position: -22px center;
    }

    53% {
      -khtml-opacity: 1;
      opacity: 1;
    }

    100% {
      background-position: 16px center;
    }
  }


  #video_slider .open_video:after {
    background-image: none;
  }

  #video_slider .open_video:before {
    content: '';
    background-image: url(img/video_icon2.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    display: block;
    border: solid 2px #ffffff;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    z-index: 2;
    overflow: hidden;
  }

  #video_slider .open_video:hover:before {
    animation: 0.5s 0.1s normal none 1 vidlarge;
    -webkit-animation-name: vidlarge;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
  }

  #single #single_main .image.video:after {
    background-image: none;
    z-index: 1;
  }

  #single #single_main .image.video:before {
    content: '';
    background-image: url(img/video_icon2.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    display: block;
    border: solid 2px #ffffff;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    z-index: 2;
    overflow: hidden;
  }

  #single #single_main .image.video:hover:before {
    animation: 0.5s 0.1s normal none 1 vidlarge;
    -webkit-animation-name: vidlarge;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
  }

  @keyframes vidlarge {
    0% {
      background-position: 17px center;
    }

    48% {
      -khtml-opacity: 0;
      opacity: 0;
    }

    50% {
      background-position: 100px center;
    }

    51% {
      background-position: -40px center;
    }

    53% {
      -khtml-opacity: 1;
      opacity: 1;
    }

    100% {
      background-position: 17px center;
    }
  }

  @-webkit-keyframes vidlarge {
    0% {
      background-position: 17px center;
    }

    48% {
      -khtml-opacity: 0;
      opacity: 0;
    }

    50% {
      background-position: 100px center;
    }

    51% {
      background-position: -40px center;
    }

    53% {
      -khtml-opacity: 1;
      opacity: 1;
    }

    100% {
      background-position: 17px center;
    }
  }

}



/* ********************** TABLETS ********************** */
@media screen and (max-width: 1150px) {

  /* -- HEADER ------------------------------ */
  #header.smaller #logo {
    left: -70px;
  }

  #header.smaller .lang {
    right: -70px;
  }

  #main_nav ul li {
    margin: 0 12px;
  }

  /* -- MAIN -------------------------------- */
  /* -- PRODUCTS ------------- */
  #prod_nav ul {
    /*margin-left:-40px;*/
  }

  #prod_nav ul li {
    /*padding-left:40px;
    width:50%;*/
  }

  #prod_nav ul li .title {
    font-size: 180%;
    font-size: 125%;
  }

  #prod_nav ul li .title a {
    padding-left: 10px;
    padding-right: 32px;
    text-align: left;
  }

  #prod_nav ul li .title small {
    margin-left: 0;
  }

  #prod_nav ul li .title a:after {
    right: 4px;
  }

  /* --  COMMON MODULE ------ */
  .sec_cmn_prod .bg_img img {
    min-width: 1150px;
  }

  .eyelashes_adhesive .lineup .lineup_list>li {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 {
    width: 50%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li {
    width: 50%;
    max-width: none;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2) {
    width: 55%;
    /* max-width: none; */
  }

  .eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_name {
    font-size: 11px;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .prod_list li {
    max-width: none;
  }


  /* -- FOOTER ------------------------------ */
  .foot_nav nav {
    width: 33.33333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 20px;
  }
}

/* ******************* SMALL TABLETS ******************* */
@media screen and (max-width: 980px) {
  .pcOnly {
    display: none !important;
  }

  .onTablet {
    display: block !important;
  }

  /* -- HEADER ------------------------------ */
  #main_nav ul li {
    margin: 0 8px;
  }

  #main_nav ul li a {
    font-size: 105%;
  }

  /* -- MAIN -------------------------------- */
  /* -- TOP ------------- */
  #prod_list ul li {
    width: 33.333333%;
  }

  #prod_list ul li:nth-of-type(4n) {
    clear: none;
  }

  #prod_list ul li:nth-of-type(4n+1) {
    clear: none;
  }

  #prod_list ul li:nth-of-type(3n) {
    clear: right;
  }

  #prod_list ul li:nth-of-type(3n+1) {
    clear: left;
  }

  #prod_list ul li a.title {
    padding-bottom: 2px;
  }

  #prod_list ul li a.sub_title {
    font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #a3bee3;
    font-size: 71.43%;
    font-size: 90%;
    letter-spacing: 0;
    padding-bottom: 18px;
  }



  /* -- NEWS ------------- */

  #single .table .tr #single_contents {
    padding-right: 30px;
  }

  #single .table .tr #single_sidebar {
    width: 200px;
    max-width: 200px;
  }

  #single_sidebar .news_list li a.article {
    min-width: 65px;
  }

  /* -- PRODUCTS ------------- */
  #prod_head .prods {
    text-align: center;
    list-style: none;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -30px;
    margin-left: -20px;
  }

  #prod_head .prods li {
    display: block;
    margin: 0;
    /* width:33.3333333%; */
    /* width:25%; */
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 25px;
  }

  .nail_treatment .btn_cmn_v-more {
    width: 60px;
  }

  /* -- MASCARA ------ */
  .mascara #prod_head .prods li {}

  /* -- EYELINER ------ */
  .eyeliner .feature .image {
    padding-left: 50px;
  }

  .eyeliner .feature1 .image {
    padding-left: 50px;
    padding-right: 20px;
  }

  .eyeliner .feature1 .illust {
    margin-left: -175px;
    width: 350px;
  }

  .eyeliner .feature1 .text {
    padding-bottom: 85px;
    padding-right: 30px;
  }

  .eyeliner .feature2 .image {
    padding-left: 50px;
  }

  .eyeliner .feature2 .text {
    padding-left: 50px;
  }

  .eyeliner .feature2 .image img.illust {
    left: -10px;
    width: 70px;
  }

  .eyeliner .feature3 .image {
    padding-left: 50px;
  }

  .eyeliner .feature6 .text.right {
    padding-left: 60px;
    padding-right: 30px;
  }

  .eyeliner .feature6 .text.left {
    padding-right: 60px;
    padding-left: 30px;
  }

  .eyeliner .feature6 .illust {
    width: 360px;
    margin-left: -190px;
  }

  .eyeliner .feature8 .text {
    padding-bottom: 50px;
  }

  .eyeliner .feature .text .title {
    font-size: 195%;
  }

  .eyeliner .feature .feature_table .text .title {
    font-size: 150%;
  }

  .eyeliner .feature .feature_table td {
    width: 90px;
    padding-left: 20px;
  }

  .eyeliner .feature .feature_table th {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prod_article .desc .text .text_title {
    font-size: 177%;
  }

  .eyeliner .second_title {
    font-size: 260%;
  }

  .eyeliner .feature6 .text .title {
    font-size: 165%;
  }

  .eyeliner .feature7 .text .title {
    font-size: 150%;
  }

  .eyeliner .feature7 .text img {
    width: 80px;
  }

  .eyeliner .feature .text p {
    font-size: 105%;
  }

  .eyeliner #prod_head .title {
    font-size: 280%;
  }

  #prod_head .title sup {
    font-size: 50%;
    vertical-align: 14px;
    margin-left: -3px;
  }

  .eyeliner #prod_head .prods {
    /* text-align:center; */
    /* list-style:none; */
    /* padding-right: 0; */
    /* padding-left: 0; */
    /* margin-left: -25px; */
  }



  /* -- FOOTER ------------------------------ */
  .foot_nav nav {
    width: 50%;
    padding-left: 30px;
    padding-right: 20px;
  }
}


@media screen and (max-width: 900px) {
  #header {
    -webkit-transition: inherit;
    transition: inherit;
  }

  #header #logo {
    -webkit-transition: inherit;
    transition: inherit;
  }

  #header .lang {
    -webkit-transition: inherit;
    transition: inherit;
  }
}


/* ***************** LARGE SMARTPHONES ***************** */
@media screen and (max-width: 850px) {
  .ifSp {
    display: block !important;
  }

  br.ifSp {
    display: inline !important;
  }

  .ifPc {
    display: none !important;
  }

  .aside {
    display: none;
  }

  .wrapper.onPc {
    padding: 0;
  }

  .wrapper {
    padding: 0 30px;
  }

  .eyeliner #prod_head .prods {
    margin-left: 0;
  }

  #prod_head .prods li {
    padding-left: 12px;
  }

  /* -- HEADER ------------------------------ */
  #container {
    padding-top: 90px;
  }

  #header {
    height: 90px;
    padding: 0;
  }

  #header.smaller {
    height: 50px;
  }

  #header .relative {
    padding-left: 60px;
    padding-right: 60px;
  }

  #main_nav {
    display: none;
  }

  #header .lang {
    display: none;
  }

  #logo {
    width: 79px;
    position: relative;
    margin: 0 auto;
    padding-top: 29px;
    top: inherit;
    left: inherit;
  }

  #header.smaller #logo {
    width: 79px;
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
    top: inherit;
    left: inherit;
  }

  #open_menu {
    position: absolute;
    left: 15px;
    top: 30px;
    display: block;
    width: 40px;
  }

  #header.smaller #open_menu {
    top: 10px;
  }

  #open_menu img {
    display: block;
    width: 100%;
  }

  #cart {
    position: absolute;
    right: 25px;
    top: 30px;
    display: block;
    width: 30px;
  }

  #header.smaller #cart {
    top: 10px;
  }

  #cart img {
    display: block;
    width: 100%;
  }

  #sp_navi {
    display: none;
  }

  .menu_open {
    background: #000000;
  }

  .menu_open #sp_navi {
    display: block;
    padding-top: 10px;
    position: relative;
  }

  .menu_open #sp_hider {
    display: none;
  }

  .menu_open #container {
    padding-top: 0;
  }

  #sp_navi nav {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  }

  #sp_navi .foot_nav_btm {
    border: none;
    padding: 20px 30px;
  }

  #sp_navi .foot_nav_btm .wrapper {
    padding: 0;
  }

  #sp_navi .global_navi .foot_nav_btm nav {
    text-align: left;
    padding-left: 0;
  }

  #sp_navi .global_navi .foot_nav_btm nav ul {
    text-align: left;
  }

  #sp_navi .global_navi .foot_nav_btm nav ul li {
    padding-left: 0;
    padding-right: 0;
    width: 123px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 85.71%;
  }

  #sp_navi .foot_nav nav.nav_list li {
    float: none;
    width: 100%;
    clear: both;
    border: none;
    padding-bottom: 18px;
  }

  #sp_navi .foot_nav nav.other_list .box-hdr-nav-ols {
    margin-left: 5px;
  }

  #sp_navi .global_navi .foot_nav_btm ul li {
    border: none;
  }

  #sp_navi .foot_nav .prods_list ul li ul li {
    padding-bottom: 15px;
  }

  #sp_navi .foot_nav nav.prods_list {
    padding-bottom: 10px;
  }

  #sp_navi .global_navi .sns_list li {
    padding-bottom: 10px;
  }

  #close_menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 30px;
    width: 28px;
    height: 28px;
  }

  #close_menu img {
    display: block;
    width: 100%;
  }



  /* -- MAIN -------------------------------- */
  /* -- TOP ------------- */
  #top_slider .pagination {
    bottom: 10px;
  }

  #top_slider .pagination li {
    margin: 0 10px;
  }

  #top_slider .pagination li a {
    border-width: 1px;
  }

  #top_slider .pagination li.current a {
    border-width: 1px;
  }

  #prod_list {
    padding-top: 40px;
    padding-bottom: 0;
  }

  #prod_list ul li {
    padding-bottom: 38px;
  }

  #prod_list ul li a.title {
    padding-top: 12px;
    padding-bottom: 2px;
    font-size: 100%;
  }

  #prod_list ul li a.sub_title {
    font-size: 80%;
    padding-bottom: 0;
  }

  /* -- INSIDE ------------- */
  #page_title {
    padding: 28px 20px 25px 20px;
    margin-bottom: 20px;
  }

  #page_title .title {
    font-size: 150%;
  }

  #page_title .title small {
    font-size: 57%;
  }

  #page_title .title:after {
    height: 30px;
  }


  /* -- NEWS ------------- */
  #single .table,
  #single .table .tr,
  #single .table .tr #single_contents,
  #single .table .tr #single_sidebar {
    display: block;
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0;
  }

  #single_desc {
    border-top: solid 1px #e0e0e0;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .news #single .single_title {
    padding-bottom: 20px;
    padding-top:
  }

  #single_sidebar .side_section {
    padding-left: 30px;
    padding-right: 30px;
  }

  #single_desc {
    padding-top: 15px;
  }

  #single_desc h1 {
    font-size: 120%;
    padding-bottom: 20px;
  }

  #single_desc h2 {
    font-size: 115%;
    padding-bottom: 20px;
  }

  #single_desc h4 {
    font-size: 110%;
    padding-bottom: 20px;
  }

  #single_desc h5 {
    font-size: 105%;
    padding-bottom: 20px;
  }

  #single_desc p {
    padding-bottom: 20px;
    line-height: 160%;
  }

  #single_desc .youtubeBox {
    margin-bottom: 20px;
  }

  #single_navigation {
    padding-top: 20px;
    margin-top: 30px;
  }

  #single_navigation .view_more {
    padding-left: 50px;
    padding-right: 50px;
  }

  #single_navigation .prev_nav {
    left: 30px;
    font-size: 90%;
    top: 30px;
  }

  #single_navigation .next_nav {
    right: 30px;
    font-size: 90%;
    top: 30px;
  }

  .inside.news #single .share_sns {
    padding-top: 10px;
  }

  #single_navigation .prev_nav {
    background-image: url(img/prev_navs_sp.gif);
    background-size: 7px auto;
    background-position: left 10px;
    height: 20px;
    line-height: 22px;
  }

  #single_navigation .next_nav {
    background-image: url(img/next_navs_sp.gif);
    background-size: 7px auto;
    background-position: right 10px;
    height: 20px;
    line-height: 22px;
  }


  /* -- CHANNEL ------------- */
  #channel {
    padding-top: 20px;
  }

  .channel #single_desc {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }

  #single {
    padding-top: 20px;
  }

  #single #single_main {
    padding-top: 0;
    padding-bottom: 35px;
    padding-right: 0;
    padding-left: 0;
  }

  #single #single_main .image.video:after {
    background-image: url(img/video_icon_sp.png);
    background-size: 55px 55px;
  }

  #single #single_main .image {
    margin-bottom: 15px;
  }

  #single .single_title {
    padding: 0;
    border: none;
  }

  #single .single_title .title {
    font-size: 128.57%;
    padding-bottom: 5px;
  }

  #single #single_main .desc {
    font-size: 90%;
  }

  #single #single_main .shares {
    padding-right: 15px;
    padding-left: 15px;
  }

  .single_side_links.ifSp {
    padding-top: 30px;
  }

  .single_side_links a {
    margin-bottom: 15px;
    font-size: 100%;
    letter-spacing: 2px;
  }

  .single_side_links a:last-of-type {
    margin-bottom: 0;
  }

  .single_side_links span {
    padding: 0 30px;
  }

  .single_side_links span:before {
    width: 20px;
  }

  .single_side_links span:after {
    width: 20px;
  }

  .news #single #single_main .shares {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inside #single .share_sns {
    position: relative;
    right: inherit;
    left: inherit;
    padding-top: 20px;
    max-width: 400px;
    margin: 0 auto;
  }

  .share_sns ul {
    margin-left: -13px;
  }

  .share_sns ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 13px;
    margin: 0;
  }

  .news #single .share_sns ul li {
    margin: 0;
  }

  .single_modules .gradation {
    padding: 10px 0;
  }

  .single_modules .module {
    padding: 15px 0 22px 0;
  }

  .single_modules .module .left {
    float: none;
    clear: both;
  }

  .single_modules .module .right {
    float: none;
    clear: both;
  }

  .single_modules .module .image {
    width: 100%;
    padding-bottom: 0;
  }

  .single_modules .module .text {
    width: 100%;
    padding-top: 14px;
  }

  .single_modules .module .text.noPad {
    padding-top: 14px;
  }

  .single_modules .module .module_title {
    font-size: 120%;
    padding-bottom: 10px;
    line-height: 130%;
  }

  .single_modules .module .text p {
    line-height: 150%;
  }

  .channel .section.single_modules.spacedSp {
    margin-bottom: 45px;
  }

  .tags {
    background-image: url(img/tags_icon_sp.png);
    background-size: 16px 16px;
    background-position: left 3px;
    margin-top: -4px;
  }

  .single_modules .center {
    padding-top: 20px;
  }

  #single #single_main .single_image {
    margin-bottom: 15px;
  }

  .video_container {
    margin-bottom: 15px;
  }

  #single_sidebar .side_section:last-of-type {
    padding-bottom: 0;
  }

  #single_sidebar .news_list li a.article {
    min-width: 125px;
  }

  #single_sidebar .side_section {
    padding-bottom: 40px;
  }


  /* -- PRESS ------------- */
  .press_list {
    padding-bottom: 35px;
  }

  .press .cont_inner {
    padding-bottom: 40px;
  }

  .press_list .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .press_list .item .item_img {
    margin-left: 0;
    margin-right: 0;
    width: 116px;
  }

  .press_list .item .item_data .item_inner {
    padding-top: 10px;
    margin-right: 0;
    margin-left: 136px;
  }

  .press_list .press_list_item>li .list_item .item_txt {
    line-height: 1.3;
  }

  /* -- SHOP LIST ------ */
  .shop .shop_container {
    padding-top: 20px;
  }

  .shop .shop_area1 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .shop .shop_area2 {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .shop .shop_cat {
    margin-bottom: 20px;
  }

  .shop .shop_cat .cat {
    border-bottom: none;
    background-color: #f3f3f3;
    font-size: 114.285%;
    padding: 8px 10px;
    position: relative;
  }

  .shop .shop_list li {
    font-size: 85.714%;
    padding: 10px;
  }

  .shop .shop_caution {
    text-align: left;
    font-weight: 600;
  }

  .shop .shop_caution span {
    display: block;
  }

  .shop .shop_cat:last-child {
    margin-bottom: 20px;
  }

  .shop .shop_list {
    padding-left: 10px;
  }

  .shop .shop_list li:last-child {
    margin-bottom: 20px;
  }

  .shop #accordion .parent .accordion_trigger:after {
    right: 10px;
    margin-top: -6px;
    background-image: url(img/accordion_plus.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
  }

  .shop #accordion .parent.open .accordion_trigger:after {
    background-image: url(img/accordion_minus.png);
  }

  /* -- SCHEDULE ------ */
  .schedule .cont_inner {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .schedule_head .txt {
    padding-top: 25px;
    line-height: 1.4;
  }

  .schedule_head .title {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .schedule_head .sub_title {
    font-size: 66.666%;
    padding-top: 25px;
  }

  .schedule_head .sub_title:before {
    top: 13px;
  }

  .schedule_cont .boxes {
    padding-top: 37px;
    padding-bottom: 3px;
  }

  .schedule_cont .box {
    padding-bottom: 5px;
  }

  .schedule_cont .box:nth-last-of-type(1) .area:nth-last-of-type(1) {
    padding-bottom: 0;
  }

  .schedule_cont .upper .txt .title {
    font-size: 107.172%;
  }

  .schedule_cont .area .schedule_list dt {
    display: none;
  }

  .schedule_cont .area .schedule_list span.date,
  .schedule_cont .area .schedule_list span.time {
    display: block;
    width: 100% !important;
    padding-right: 10px;
    padding-left: 0;
  }

  .schedule_cont .area .schedule_list dt .wrap_date,
  .schedule_cont .area .schedule_list dd .wrap_date {
    display: table-cell;
    width: 130px !important;
  }

  .schedule_cont .area .schedule_list dd span.date {
    font-size: 92.857%;
  }

  .schedule_cont .area .schedule_list dd span.time {
    font-size: 71.428%;
  }

  .schedule_cont .area .schedule_list dd span.place {
    width: auto;
    font-size: 92.857%;
  }

  .schedule_cont .caution span {
    padding-top: 5px;
    text-align: center;
  }

  .schedule_cont .caution {
    text-align: left;
  }

  /* -- PRODUCTS ------------- */
  #prod_head {
    padding-top: 80px;
  }

  #prod_head .title {
    font-size: 178.57%;
    padding-top: 30px;
    letter-spacing: 6px;
  }

  #prod_head .title small {
    font-size: 64%;
    padding-top: 5px;
  }

  #prod_head .prods {
    padding-left: 25px;
    padding-right: 25px;
  }

  #prod_nav {
    padding-top: 45px;
  }

  #prod_nav ul {
    margin-left: 0;
  }

  #prod_nav ul li {
    float: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 50px;
    width: 100%;
    display: table;
  }

  #prod_nav ul li .tr {
    display: table-row;
  }

  #prod_nav ul li .td {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
  }

  #prod_nav ul li:last-of-type {
    margin-bottom: 0;
  }

  #prod_nav ul li .nav_img img {
    width: 100%;
  }

  #prod_nav ul li .nav_img {
    display: table-cell;
    width: 126px;
    width: 92px;
  }

  #prod_nav ul li .title {
    padding-top: 0;
    font-size: 160%;
  }

  #prod_nav ul li .title a {
    border-width: 3px;
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  #prod_nav ul li .title a:after {
    background-image: url(img/products/prod_arrow_sp.png);
    background-size: 19px 12px;
    width: 19px;
    height: 12px;
    margin-top: -6px;
    right: 8px;
  }

  #prod_nav ul li .title small {
    font-size: 62.22%;
  }

  #prod_nav ul li .desc {
    padding-top: 30px;
  }

  #prod_nav ul li .desc img {
    width: 50%;
    max-width: 105px;
  }

  #prod_nav ul li .desc p {
    padding-top: 20px;
    line-height: 150%;
    font-size: 14px;
  }

  #prod_body {
    padding-top: 40px;
  }

  .prod_article {
    margin-bottom: 30px;
  }

  .prod_article:last-of-type {
    /* margin-bottom: 30px; */
  }

  .prod_article#prod10 {
    /* margin-bottom: 0; */
  }

  .prod_article#prod11 {
    margin-bottom: 0;
  }

  .prod_article .desc {
    padding: 0;
    padding-bottom: 30px;
  }

  .prod_article .desc .title {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0;
  }

  .prod_article .desc .title img {
    max-width: 500px;
    margin: 0 auto;
  }

  .prod_article .desc .text {
    width: 100%;
    text-align: center;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
  }

  .prod_article .desc .text .text_title {
    font-size: 178.57%;
    padding-bottom: 2px;
    margin-top: 35px;
  }
  
  .prod_article.prod_article_remover .desc .text .text_title {
    padding-bottom: 8px;
  }

  .prod_article .desc .text .text_title span {
    margin-top: 0;
  }

  .prod_article .desc .text .text_title small {
    font-size: 80%;
    display: inline-block;
  }

  .prod_article .desc .text p {
    padding-bottom: 20px;
  }

  .prod_article .desc .text p .color {
    font-size: 12px;
    padding: 5px 12px 3px 12px;
    /* margin-right: 0; */
  }

  .prod_article .desc .text .button {
    display: inline-block;
    /*max-width:270px;*/
    width: 100%;
  }

  .prod_article .desc .text .info+.button {
    margin-bottom: 0;
  }

  .prod_article .trigger {
    height: 45px;
  }

  /*.prod_article .trigger:after{
    background:#000000;
    width:24px;
    height:1px;
    margin-left:-12px;
    margin-top:-0.5px;
  }
  .prod_article .trigger:before{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    background:#000000;
    height:24px;
    width:1px;
    margin-top:-12px;
    margin-left:-0.5px;
  }
  .prod_article .opened .trigger:before{
    display:none;
  }*/
  .prod_article .trigger:after {
    background-size: 14px auto;
    height: 45px;
    line-height: 45px;
    padding-left: 22px;
    width: 82px;
    margin-left: -41px;
  }

  .prod_article .opened .trigger:after {
    background-size: 14px auto;
    height: 45px;
    line-height: 45px;
    padding-left: 22px;
    width: 46px;
    margin-left: -23px;
  }

  .prod_article .parent ul {
    margin: 0;
    padding: 30px 0 0 0;
  }

  .prod_article .parent ul li {
    float: none;
    padding: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .prod_article .parent ul li.box .inside img.full.noMarg {
    position: relative;
    left: inherit;
    bottom: inherit;
  }

  .prod_article .parent ul li.box h4 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
  }

  .prod_article .parent ul li.box .inside {
    height: auto !important;
  }

  .prod_article .parent ul li.box .inside p img.ifSp {
    display: inline-block !important;
  }

  .prod_article .parent ul li.list p {
    min-height: 50px;
  }

  .prod_article .parent ul li.list p .round {
    width: 50px;
    height: 50px;
  }

  .prod_article .desc_border,
  .prod_article_gray .desc_border,
  .prod_article_remover .desc_border {
    border: none;
    padding-bottom: 30px;
  }

  .eyeliner #prod11 .desc_border {
    padding-bottom: 60px;
  }

  .prod_article .desc .text .button_soldout {
    display: block;
    background: none;
    color: #fff;
    max-width: 219px;
    margin: 0 auto;
    padding: 11px 10px;
    text-align: center;
    border: solid 1px #fff;
  }

  .prod_article .desc .text .button_soldout span {
    color: #fff;
  }


  .prod_article .desc_border .desc img.head_border {
    display: block;
    width: 100%;
  }

  .prod_article_gray .desc_border,
  .prod_article_remover .desc_border {
    border: none !important;
  }

  .head_left {
    width: 50%;
    float: left;
    background: #000000;
  }

  .head_left img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 0 0;
  }

  .head_right {
    width: 50%;
    float: right;
    background: #000000;
  }

  .head_right img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 0 0 auto;
  }

  .prod_article .parent ul li.list p .cap {
    font-size: 142.86%;
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .prod_article .parent ul li.list small {
    line-height: 130%;
  }

  .prod_article .parent .sizer {
    padding: 0 20px;
  }

  #prod_videos {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 38px;
  }

  .section_title.vertical {
    padding-bottom: 40px;
    font-size: 150%;
  }

  .section_title.vertical:after {
    height: 20px;
    bottom: 10px;
  }

  #video_slider .controls {
    display: none;
  }

  #video_slider .pagination {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    list-style: none;
  }

  #video_slider .pagination li {
    display: inline-block;
    margin: 0 5px;
  }

  #video_slider .pagination li a {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #e0e0e0;
  }

  #video_slider .pagination li.current a {
    background: #000000;
  }

  #breadcrumb {
    display: none;
  }

  #extenal_channel {
    padding: 30px 20px 35px 20px;
  }

  #channel {
    padding: 30px 20px 35px 20px;
  }

  #channel .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section_title {
    font-size: 150%;
    padding-bottom: 25px;
  }

  #news {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .news_list {
    margin-left: 0;
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .news_list li {
    padding: 0;
    width: 100%;
    float: none;
    clear: both;
    display: table-row;
  }

  .news_list li:nth-of-type(4n+1) {
    clear: both;
  }

  .news_list li:nth-of-type(4n) {
    clear: both;
  }

  .news_list li a.article {
    display: table-cell;
    width: 26%;
    min-width: 115px;
    padding-bottom: 35px;
    text-align: left;
    vertical-align: top;
    background: none;
  }

  .news_list li .caption {
    display: table-cell;
    padding-left: 20px;
    padding-bottom: 35px;
    text-align: left;
    vertical-align: top;
  }

  .news_list li a.list_title {
    padding: 0;
    margin-top: -3px;
    font-size: 100%;
    line-height: 140%;
  }

  .news_list li .caption .date {
    padding-right: 0;
    margin-right: 12px;
  }

  .news_list li .caption .date:after {
    display: none;
  }

  .channel_list {
    margin-left: -15px;
  }

  .channel_list li {
    padding-left: 15px;
    width: 50%;
    padding-bottom: 22px;
  }

  .channel_list li:nth-of-type(3n+1) {
    clear: none;
  }

  .channel_list li:nth-of-type(3n) {
    clear: none;
  }

  .channel_list li:nth-of-type(odd) {
    clear: left;
  }

  .channel_list li:nth-of-type(even) {
    clear: right;
  }

  .news_cat_list li {
    font-size: 85.71%;
  }

  #extenal_channel .channel_list li:nth-of-type(4) {
    display: block;
  }

  .more_button {
    padding-top: 5px;
  }

  .view_more {
    font-size: 90%;
  }

  .channel_list li .caption .date {
    padding-right: 0;
    margin-right: 12px;
  }

  .channel_list li .caption .date:after {
    display: none;
  }

  .channel_list li .caption a {
    display: inline-block;
  }

  .channel_list li .list_title {
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 150%;
  }

  .prod_article .desc .text .button span {
    background-image: url(img/products/prod_cart_sp.png);
    background-size: 16px 13px;
  }

  #products_archive_list ul.full {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-justify-content: center;
    justify-content: center;
    padding-top: 20px;
  }

  #products_archive_list ul.double {
    margin-left: 0;
    padding-top: 20px;
  }

  #products_archive_list .br_banner_list {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #products_archive_list .br_banner_list li {
    width: 100%;
    max-width: 490px;
    padding-bottom: 20px;
  }

  #products_archive_list .br_banner_list li:nth-of-type(2n+1) {
    padding-right: 0;
  }

  #products_archive_list .br_banner_list li:nth-of-type(2n) {
    padding-left: 0;
  }

  .news_sub_links {
    max-width: 500px;
    padding: 0;
  }

  .news_sub_links .one_link {
    float: none;
    padding: 15px 0 0 0;
    width: 100%;
  }

  .news_sub_links .one_link a {
    max-width: 100%;
    height: 52px;
    line-height: 52px;
  }

  .news_sub_links .one_link a span {
    height: 52px;
    line-height: 52px;
  }

  .news #news .more_button .loadmore {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .news_cat_list {
    padding-top: 32px;
  }

  .news_cat_list li {
    margin: 7px 4px 0 4px;
  }

  .view_more {
    padding: 8px 68px;
    font-size: 78.57%;
    /*line-height:19px;
    height:17px;*/
  }

  #products_archive_list ul.double li {
    width: 100%;
    padding-left: 0;
    float: none;
    padding-bottom: 25px;
  }

  #products_archive_list ul.triple {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  #products_archive_list ul.triple li .image {
    padding-left: 10px;
    padding-right: 10px;
  }

  #products_archive_list ul li:nth-of-type(1) {
    padding-top: 0;
  }

  #products_archive_list ul li .desc {
    padding-top: 15px;
  }

  #products_archive_list ul.triple li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
  }

  #products_archive_list ul li .desc a.link {
    margin-top: 5px;
  }

  #products_archive_list ul.triple li .desc a.link {
    display: none;
  }

  #products_archive_list ul.triple li:nth-of-type(3n) {
    clear: inherit;
  }

  #products_archive_list ul.triple li:nth-of-type(3n+1) {
    clear: inherit;
  }

  #products_archive_list ul.triple li:nth-of-type(odd) {
    clear: left;
  }

  #products_archive_list ul.triple li:nth-of-type(even) {
    clear: right;
  }

  #products_archive_list ul li .desc .title a {
    font-size: 150%;
  }

  #products_archive_list ul li .desc p {
    font-size: 92.86%;
  }

  #products_archive_list ul.triple li .desc .title a {
    font-size: 92.86%;
  }

  #products_archive_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* -- EYELINER ------ */
  .eyeliner .feature7 .center,
  .eyeliner .feature .right,
  .eyeliner .feature .right.image,
  .eyeliner .feature .left.image,
  .eyeliner .feature .left,
  .eyeliner .feature .left.text,
  .eyeliner .feature .right.text {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .eyeliner .feature4 .wrapper:after {
    display: none;
  }

  .eyeliner .feature .left.text,
  .eyeliner .feature .right.text {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .eyeliner .feature .right.image,
  .eyeliner .feature .left.image {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .eyeliner #prod_head {
    /* padding-top:50px; */
  }

  .eyeliner #prod_head .title {
    font-size: 180%;
    letter-spacing: 3px;
    padding-bottom: 40px;
    padding-top: 10px;
  }

  #prod_head .title span.smaller .exp {
    font-size: 60%;
    top: -14px;
  }

  .eyeliner .feature {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eyeliner .feature1 .text.left {
    position: relative;
    padding-right: 50px;
    padding-bottom: 70px;
  }

  .eyeliner .feature1 .illust {
    width: 335px;
    margin-left: 0;
    left: inherit;
    right: 0;
  }

  .eyeliner .feature1 .text .title,
  .eyeliner .feature1 .text p {
    position: relative;
    z-index: 2;
  }

  .eyeliner .feature1 .image.right {
    padding-right: 18px;
    padding-top: 0;
  }

  .eyeliner .feature2 .image.left {
    padding-right: 18px;
  }

  .eyeliner .feature .text .title {
    font-size: 171.43%;
    letter-spacing: 2px;
    padding-bottom: 10px;
  }

  .eyeliner .feature .text .title small {
    font-size: 58%;
    padding-bottom: 12px;
  }

  .eyeliner .feature .text p {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 92.86%;
    line-height: 160%;
  }

  .eyeliner .feature8 .text p {
    /* background: red; */
    width: 95%;
  }

  .eyeliner .feature8 .text.left {
    padding-bottom: 40px;
  }

  .eyeliner .feature .image .desc {
    font-size: 100%;
    padding: 14px 32px;
  }

  .eyeliner .feature small.kome {
    margin-top: 10px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 72%;
    padding-left: 11px;
  }

  .eyeliner .feature3 .image img {
    max-width: 100%;
  }

  .eyeliner .feature3 .text .title {
    padding-right: 58px;
  }

  .eyeliner .feature3 .text .title img.inlineSp {
    display: inline;
    right: -20px;
    width: 70px;
    bottom: 5px;
  }

  .eyeliner .feature4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .eyeliner .feature4 .left {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e0e0e0;
  }

  .eyeliner .feature4 .right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .eyeliner .feature .feature_table td {
    padding-left: 0;
    width: 80px;
  }

  .eyeliner .feature .feature_table th {
    padding-left: 20px;
    padding-right: 0;
  }

  .eyeliner .feature4 .feature_table .text {
    padding-top: 0;
  }

  .eyeliner .feature .feature_table .text p {
    font-size: 92.86%;
  }

  .eyeliner .prod_box .the_box {
    min-height: inherit;
    border: none;
    /* padding: 30px 35px 0; */
  }

  .eyeliner .prod_box .the_box .prod_img_title {
    background: #fff;
    padding: 30px 35px 0;
  }

  .eyeliner .prod_box .the_box .prod_img_title img {
    width: 100%;
  }

  .eyeliner .prod_box .the_box .the_border {
    border: none;
    height: auto;
    width: 100%;
    display: block;
    background: #000000;
  }

  .eyeliner .prod_article .desc {
    border: none;
    display: block;
    padding: 0;
  }

  .eyeliner .prod_article#prod10 .desc {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .eyeliner .prod_article#prod11 .desc {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .eyeliner .prod_article#prod14 .desc {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .eyeliner .prod_article#prod15 .desc {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .eyeliner .prod_article#prod17 .desc {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .eyeliner .prod_article#prod19 .desc {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .eyeliner .prod_article#prod20 .desc {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .eyeliner .prod_article#prod20.prod_dazzlepink .desc {
    border-left: none !important;
    border-right: none !important;
  }

  .eyeliner .prod_article .desc_border {
    border: none;
  }

  .eyeliner #prod1 {
    /*margin-bottom: 0;*/
  }

  .eyeliner #prod2 {
    /* margin-bottom: 0; */
  }

  .eyeliner #prod3,
  .eyeliner #prod3 .desc_border {
    padding-bottom: 0;
  }

  .eyeliner #prod4 {
    margin-bottom: 0;
  }

  .eyeliner #prod5 {
    margin-bottom: 45px;
  }

  .eyeliner #prod6 {
    margin-bottom: 0;
  }

  .eyeliner #prod7 {
    /*margin-bottom: 0; */
  }

  .eyeliner #prod8 {
    /*margin-bottom: 0; */
  }

  .eyeliner #prod9 {
    /*margin-bottom: 0;*/
  }

  .eyeliner #prod10 {
    /* margin-bottom: 0; */
  }

  .eyeliner #prod11 {
    /* margin-bottom: 0; */
  }

  .eyeliner #prod12 {
    /*margin-bottom: 0;*/
  }

  .eyeliner #prod13 {
    /*margin-bottom: 0;*/
  }

  .eyeliner #prod14 {
    /*margin-bottom: 0;*/
  }

  .eyeliner #prod15 {
    margin-bottom: 0;
  }

  .eyeliner #prod16 {
    /*margin-bottom: 0;*/
  }

  .eyeliner #prod17 {
    /* margin-bottom:0; */
  }

  .eyeliner #prod17 {
    /*margin-bottom: 0;*/
  }

  .eyeliner .prod_article .desc>img:nth-of-type(1) {
    height: auto;
    width: 100%;
  }

  .eyeliner #prod1.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #575554;
  }

  .eyeliner #prod2.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #91796d;
  }

  .eyeliner #prod3.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #9a5d56;
  }

  .eyeliner #prod4.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #eb5e00;
  }

  .eyeliner #prod5.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #800034;
  }

  .eyeliner #prod6.prod_article .desc>img:nth-of-type(1),
  .eyeliner #prod_hl2.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #e0c7b2;
  }

  .eyeliner #prod7.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #f57946;
  }

  .eyeliner #prod8.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #e0c7b2;
  }

  .eyeliner #prod9.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #a00042;
  }

  .eyeliner #prod10.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #b1c6e6;
  }

  .eyeliner #prod11.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #b1c6e6;
  }

  .eyeliner #prod12.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #9eba21;
  }

  .eyeliner #prod13.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #cca600;
  }

  .eyeliner #prod14.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #b1c6e6;
  }

  .eyeliner #prod15.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #b1c6e6;
  }

  .eyeliner #prod16.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #d9879d;
  }

  .eyeliner #prod17.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #b7975e;
  }

  .eyeliner #prod18.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #8d5d77;
  }

  .eyeliner #prod19.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #aba4a0;
  }

  .eyeliner #prod20 {
    margin-bottom: 10px;
  }

  .eyeliner #prod20.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #aba4a0;
  }

  .eyeliner #prod21.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #d9879d;
  }

  .eyeliner #prod20.prod22.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #4D2836;
  }

  .eyeliner #prod20.prod23.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #b69181;
  }

  .eyeliner #prod20.prod_pb.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #834c0b;
  }

  .eyeliner #prod20.prod25.prod_article .desc>img:nth-of-type(1) {
    border-bottom: transparent;
  }


  .eyeliner #prod20.prod25 .desc_border::before {
    display: none;
  }

  .eyeliner #prod20.prod25.prod_article .desc>div:nth-of-type(1) {
    position: relative;
  }

  .eyeliner #prod20.prod25.prod_article .desc>div:nth-of-type(1)::before {
    content: "";
    width: 100%;
    height: 10px;
    background: url(img/products/eyeliner/prod22_stardust_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
  }


  .eyeliner #prod20.prod_dazzlepink.prod_article .desc>img:nth-of-type(1) {
    border-bottom: transparent;
  }


  .eyeliner #prod20.prod_dazzlepink .desc_border::before {
    display: none;
  }

  .eyeliner #prod20.prod_dazzlepink.prod_article .desc>div:nth-of-type(1) {
    position: relative;
  }

  .eyeliner #prod20.prod_dazzlepink.prod_article .desc>div:nth-of-type(1)::before {
    content: "";
    width: 100%;
    height: 10px;
    background: url(img/products/eyeliner/prod_dazzlepink_bg_header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
  }


  .eyeliner #prod_pb.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #834c0b;
  }

  .eyeliner #prod23.prod26.prod_article .desc>img:nth-of-type(1) {
    border-bottom: 10px solid #b69181;
  }

  .eyeliner .prod_article#prod1 .desc .title,
  .eyeliner .prod_article#prod2 .desc .title,
  .eyeliner .prod_article#prod3 .desc .title,
  .eyeliner .prod_article#prod5 .desc .title,
  .eyeliner .prod_article#prod7 .desc .title,
  .eyeliner .prod_article#prod8 .desc .title,
  .eyeliner .prod_article#prod9 .desc .title,
  .eyeliner .prod_article#prod10 .desc .title,
  .eyeliner .prod_article#prod11 .desc .title,
  .eyeliner .prod_article#prod12 .desc .title,
  .eyeliner .prod_article#prod13 .desc .title,
  .eyeliner .prod_article#prod14 .desc .title,
  .eyeliner .prod_article#prod17 .desc .title,
  .eyeliner .prod_article#prod20 .desc .title,
  .eyeliner .prod_article#prod21 .desc .title,
  .eyeliner .prod_article#prod23 .desc .title,
  .eyeliner .prod_article#prod_pb .desc .title {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    max-width: none;
  }

  .eyeliner .prod_article#prod20.prod_dazzlepink .desc .title {
    margin-top: 55px;
  }

  .eyeliner .prod_article#prod1 .desc .title span .deco,
  .eyeliner .prod_article#prod2 .desc .title span .deco,
  .eyeliner .prod_article#prod3 .desc .title span .deco,
  .eyeliner .prod_article#prod5 .desc .title span .deco,
  .eyeliner .prod_article#prod7 .desc .title span .deco,
  .eyeliner .prod_article#prod8 .desc .title span .deco,
  .eyeliner .prod_article#prod9 .desc .title span .deco,
  .eyeliner .prod_article#prod10 .desc .title span .deco,
  .eyeliner .prod_article#prod11 .desc .title span .deco,
  .eyeliner .prod_article#prod12 .desc .title span .deco,
  .eyeliner .prod_article#prod13 .desc .title span .deco,
  .eyeliner .prod_article#prod14 .desc .title span .deco,
  .eyeliner .prod_article#prod17 .desc .title span .deco,
  .eyeliner .prod_article#prod20 .desc .title span .deco,
  .eyeliner .prod_article#prod21 .desc .title span .deco,
  .eyeliner .prod_article#prod23 .desc .title span .deco,
  .eyeliner .prod_article#prod_pb .desc .title span .deco {
    display: none !important;
  }

  .eyeliner .prod_article#prod1 .desc .text,
  .eyeliner .prod_article#prod2 .desc .text,
  .eyeliner .prod_article#prod3 .desc .text,
  .eyeliner .prod_article#prod5 .desc .text,
  .eyeliner .prod_article#prod7 .desc .text,
  .eyeliner .prod_article#prod8 .desc .text,
  .eyeliner .prod_article#prod9 .desc .text,
  .eyeliner .prod_article#prod10 .desc .text,
  .eyeliner .prod_article#prod11 .desc .text,
  .eyeliner .prod_article#prod12 .desc .text,
  .eyeliner .prod_article#prod13 .desc .text,
  .eyeliner .prod_article#prod14 .desc .text,
  .eyeliner .prod_article#prod17 .desc .text,
  .eyeliner .prod_article#prod20 .desc .text,
  .eyeliner .prod_article#prod21 .desc .text,
  .eyeliner .prod_article#prod23 .desc .text,
  .eyeliner .prod_article#prod_pb .desc .text {
    margin-left: 0;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
    max-width: none;
  }

  .eyeliner .prod_article .desc .title {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 30px 0 0;
    padding: 0 30px;
  }

  /*.eyeliner #prod10.prod_article .desc .title,*/
  /*.eyeliner #prod11.prod_article .desc .title,*/
  .eyeliner #prod14.prod_article .desc .title {
    /* margin: 30px 0 0; */
    /* max-width: none; */
  }

  .eyeliner .prod_article .desc .title span {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .eyeliner .prod_article .desc .title span .deco {
    position: absolute;
    right: -20px;
    top: -5px;
    width: 100%;
    max-width: 108px;
    z-index: 1;
  }

  .eyeliner .prod_article .desc .text {
    margin: 0;
    width: 100%;
    max-width: none;
  }

  .eyeliner .prod_article .desc .text .text_title {
    color: #ffffff;
  }

  .eyeliner .prod_article .desc .text_dazzlepink .text_title {
    color: #675f00;
  }

  .eyeliner .prod_article .desc .text p {
    color: #ffffff !important;
  }

  .eyeliner .prod_article .desc .text_dazzlepink p {
    color: #675f00 !important;
  }

  .eyeliner .prod_article .desc .text .sub-text {
    color: #ffffff;
  }

  .eyeliner .prod_article .desc .text {
    margin: 0;
    padding: 26px 20px 30px;
    width: 100%;
  }

  .eyeliner #prod1.prod_article .desc .text {
    background: #575554;
  }

  .eyeliner #prod2.prod_article .desc .text {
    background: #91796d;
  }

  .eyeliner #prod3.prod_article .desc .text {
    background: #9a5d56;
  }

  .eyeliner #prod4.prod_article .desc .text {
    background: #eb5e00;
  }

  .eyeliner #prod5.prod_article .desc .text {
    background: #800034;
  }

  .eyeliner #prod6.prod_article .desc .text {
    background: #c2a892;
  }

  .eyeliner #prod_hl2.prod_article .desc .text {
    background: #c2a892;
  }

  .eyeliner #prod7.prod_article .desc .text {
    background: #f57946;
  }

  .eyeliner #prod8.prod_article .desc .text {
    background: #c2a892;
  }

  .eyeliner #prod9.prod_article .desc .text {
    background: #a00042;
  }

  .eyeliner #prod10.prod_article .desc .text {
    background: #68001b;
  }

  .eyeliner #prod11.prod_article .desc .text {
    background: #b95841;
  }

  .eyeliner #prod12.prod_article .desc .text {
    background: #9eba21;
  }

  .eyeliner #prod13.prod_article .desc .text {
    background: #cca600;
  }

  .eyeliner #prod14.prod_article .desc .text {
    background: #a58262;
  }

  .eyeliner #prod15.prod_article .desc .text {
    background: #a51e3f;
  }

  .eyeliner #prod16.prod_article .desc .text {
    background: #d9879d;
  }

  .eyeliner #prod17.prod_article .desc .text {
    background: #b7975e;
  }

  .eyeliner #prod18.prod_article .desc .text {
    background: #8d5d77;
  }

  .eyeliner #prod19.prod_article .desc .text {
    background: #aba4a0;
  }

  .eyeliner #prod20.prod_article .desc .text {
    background: #aba4a0;
  }

  .eyeliner #prod20.prod_dazzlepink .desc .text {
    background: #fadeea;
  }
  .eyeliner #prod20.prod_pb .desc .text {
    background: #834c0b;
  }

  .eyeliner #prod21.prod_article .desc .text {
    background: #d9879d;
  }

  .eyeliner #prod20.prod22.prod_article .desc .text {
    background: #4D2836;
  }

  .eyeliner #prod20.prod23.prod_article .desc .text {
    background: #b69181;
  }

  .eyeliner #prod_pb.prod_article .desc .text {
    background: #b69181;
  }

  .eyeliner #prod20.prod25.prod_article .desc .text {
    background: #b69181;
  }

  .eyeliner #prod_pb.prod_article .desc .text {
    background: #834c0b;
  }

  .eyeliner #prod23.prod26.prod_article .desc .text {
    background: #7e5633;
  }

  .eyeliner .prod_article .desc .text p .color {
    color: #ffffff !important;
    border-color: #ffffff !important;
  }

  .eyeliner .prod_article .desc .text_dazzlepink p .color {
    color: #675f00 !important;
    border-color: #675f00 !important;
  }

  .eyeliner .prod_box .the_box .prod_img_title img {
    display: block;
  }

  .eyeliner .prod_article .desc .text .text_title {
    padding-bottom: 10px;
    /* margin-top: 0; */
  }

  .prod_article#prod10 .desc .text .text_title {
    font-size: 22px;
  }

  .prod_article#prod11 .desc .text .text_title {
    font-size: 22px;
  }

  .prod_article#prod14 .desc .text .text_title {
    font-size: 20px;
  }

  .eyeliner .prod_article .desc .text p {
    padding-bottom: 20px;
  }

  .eyeliner .prod_article .desc .text .announcement,
  .eyeliner .prod_article .desc .text .announcement *,
  .eyeliner #prod14.prod_article .desc .text p {
    color: #fff !important;
  }

  .eyeliner .prod_article .desc .text_dazzlepink .announcement,
  .eyeliner .prod_article .desc .text_dazzlepink .announcement * {
    color: #675f00 !important;
  }

  .eyeliner .prod_article .desc .text p:last-of-type {
    padding-top: 5px;
  }

  .eyeliner .prod_article .desc .text p.remarks {
    /* font-weight: bold; */
    margin-top: -12px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .eyeliner .prod_article .desc .text .limiter {
    /* height: auto !important; */
    /* padding-right:20px; */
    /* padding-left:20px; */
    /* padding-top:10px; */
  }

  .eyeliner .prod_article .desc .text .info+.limiter {
    margin-bottom: 0;
  }

  .eyeliner .prod_article .desc .text .limiter .button {
    /* -webkit-box-sizing: border-box; */
    /* box-sizing:border-box; */
    /* max-width: initial; */
  }

  .eyeliner .feature4 {
    padding-bottom: 15px;
  }

  .eyeliner .prod_box {
    /* margin-bottom: 30px !important; */
  }

  .eyeliner #prod3.prod_box {
    margin-bottom: 10px !important;
  }

  .eyeliner #prod8.prod_box {
    margin-bottom: 10px !important;
  }

  .wrapper .feature.prod_box.simpleStatement {
    margin-bottom: 0 !important;
  }

  .eyeliner .prod_article .desc .text .text_title span {
    color: #ffffff;
  }

  .eyeliner .prod_article .desc .text .text_title span.has_furigana span.furigana {
    font-size: 42.5%;
    top: -12px;
  }

  .eyeliner .prod_article .desc .text .button {
    border: solid 1px #ffffff;
    background: none;
  }

  .eyeliner .prod_article .desc .text_dazzlepink .button {
    border: solid 1px #675f00;
    background: none;
  }

  .eyeliner .prod_article .desc .text .button span {
    color: #ffffff;
    background-image: url(img/products/prod_cart_sp_white.png)
  }

  .eyeliner .prod_article .desc .text_dazzlepink .button span {
    color: #675f00;
    background-image: url(img/products/prod_cart_sp_675f00.png)
  }

  .eyeliner .prod_article .desc .text .button span:before,
  .eyeliner .prod_article .desc .text .button span:after {
    display: none;
  }

  .eyeliner #prod1.prod_box .the_box .the_border {
    background: #e4007f;
  }

  .eyeliner #prod2.prod_box .the_box .the_border {
    background: #91796d;
  }

  .eyeliner #prod3.prod_box .the_box .the_border {
    background: #9a5d56;
  }

  .eyeliner #prod4.prod_box .the_box .the_border {
    background: #eb5e00;
  }

  .eyeliner #prod5.prod_box .the_box .the_border {
    background: #800034;
  }

  .eyeliner #prod6.prod_box .the_box .the_border {
    background: #eb5e00;
  }

  .eyeliner #prod_hl2.prod_box .the_box .the_border {
    background: #eb5e00;
  }

  .eyeliner #prod7.prod_box .the_box .the_border {
    background: #eb5e00;
  }

  .eyeliner #prod8.prod_box .the_box .the_border {
    background: #eb5e00;
  }

  .eyeliner .second_title {
    font-size: 178.57%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .eyeliner .second_title.feature_title {
    font-size: 21.5px;
  }

  .eyeliner .second_title.feature_title#a2 {
    margin: 50px 0 0;
  }

  .eyeliner .second_title.feature_title small {
    display: block;
    font-size: 15px;
  }

  .eyeliner .feature6 .illust {
    position: relative;
    left: inherit;
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .eyeliner .feature6 {
    padding-bottom: 0;
  }


  .eyeliner .feature7 .wrapper.check:before {
    display: none;
  }

  .eyeliner .feature7 .wrapper.check:after {
    display: none;
  }

  .eyeliner .feature7 .text {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
    text-align: left;
  }

  .eyeliner .feature7 small.kome {
    margin-left: 0;
    text-align: left;
  }

  .eyeliner .feature7 .text img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .eyeliner .feature7 .text p {
    padding-left: 0;
    padding-top: 0;
  }

  .eyeliner .feature7 .left,
  .eyeliner .feature7 .center,
  .eyeliner .feature7 .right {
    padding: 30px 0;
  }

  .eyeliner .feature7 .left,
  .eyeliner .feature7 .center {
    border-bottom: solid 1px #e0e0e0;
  }

  .eyeliner .feature7 {
    padding-bottom: 0;
    padding-top: 30px;
  }

  .eyeliner .feature7 .text .title {
    font-size: 142.86%;
  }

  .eyeliner .feature7 .text .title small {
    font-size: 70%;
  }


  /* --  COMMON MODULE ------ */
  .btn_cmn_v-more {
    padding: 14px 10px;
  }

  .nail_polish .btn_cmn_v-more {
    /* width: 100%; */
    max-width: none;
  }

  .btn_cmn_i-list {
    max-width: none;
    padding: 14px 10px;
  }

  .sec_cmn_prod {
    overflow: visible;
    max-height: none;
  }

  .sec_cmn_prod .bg_img img {
    min-width: 100%;
  }

  .sec_cmn_prod .bg_img img.ifPc {
    display: none !important;
  }

  .sec_cmn_prod .bg_img img.ifSp {
    display: block !important;
  }

  .sec_cmn_prod .ttl_cmn_prod {
    position: relative;
    min-width: 100%;
    margin: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
  }

  .nail_polish .sec_cmn_prod .ttl_cmn_prod {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0;
    transform: none;
    min-width: 330px;
    width: 100%;
  }

  .sec_cmn_prod .sub_wrap {
    font-size: 104.761%;
  }

  .sec_cmn_prod .sub_wrap .sub {
    padding-top: 0;
    font-size: 54.545%;
  }

  .btn_cmn_v-more.type2,
  .list_cmn_prod .btn_cmn_v-more {
    max-width: none;
  }

  .cont_head .btn_cmn_v-more.type2 {
    width: 100%;
    background-color: #ffffff;
  }

  .list_cmn_prod .item_img {
    float: none;
    max-width: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .list_cmn_prod .item_data {
    max-width: none;
    width: 100%;
  }

  .list_cmn_prod .item_data .title span {
    font-size: 71.428%;
  }

  .list_cmn_prod .item_data .title strong {
    font-size: 136.363%;
  }

  .list_cmn_prod .item_data .text {
    max-width: none;
    line-height: 1.7;
    font-size: 92.857%;
    margin-bottom: 10px;
  }

  .list_cmn_prod .item_data .sub_title {
    padding: 10px 0;
  }

  .list_cmn_prod li {
    border-bottom: none;
    padding: 0 0 40px 0;
  }

  /* -- PRODUCTS EYELASHES PREMIUM ------ */
  .premium .prod_cmn_lineup .list_lineup>li {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0;
  }

  .premium .prod_cmn_lineup .list_lineup>li .ttl_no {
    font-size: 300%;
    margin-bottom: 10px;
  }

  .premium .prod_cmn_lineup .img_lineup {
    margin-bottom: 20px;
  }

  .premium .prod_cmn_lineup .list_lineup_stat {
    margin-bottom: 20px;
  }

  .premium .prod_cmn_lineup .list_lineup_stat>li .stat_ttl {
    font-size: 140%;
    font-weight: 400;
  }

  .premium .prod_cmn_lineup .list_lineup_data>li .stat_ttl {
    font-size: 140%;
  }

  .premium .prod_cmn_lineup .list_lineup_data>li .stat_ttl,
  .premium .prod_cmn_lineup .list_lineup_data>li .stat_txt {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .premium .prod_cmn_lineup .list_lineup_stat>li .stat_data span {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }

  .premium .btn_v-more_wrap {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .premium .btn_v-more_wrap .btn_cmn_v-more {
    max-width: none;
    margin-bottom: 35px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .premium .btn_v-more_wrap .btn_cmn_v-more:hover {
    background-color: #ffffff;
    border: solid 1px #000000;
  }

  .premium .btn_v-more_wrap .btn_cmn_v-more:hover span {
    background-color: #ffffff;
    color: #000000;
    background-image: url(img/products/prod_cart.png);
  }

  .premium .btn_v-more_wrap {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }

  .premium .main .productLine .productHead {
    padding-top: 21px;
    padding-bottom: 16px;
  }

  .premium .main .productLine .productHead:before {
    display: none;
  }

  .premium .main .productLine .productBox .productTitle {
    width: 85%;
  }

  .premium .main .productLine .productBox .productTitle span {
    display: block;
    font-size: 46.666%;
    padding-top: 5px;
  }

  /* -- PRODUCTS TWEEZERS ------ */
  .tweezers .cont_inner {
    margin-bottom: 40px;
  }

  .tweezers .list_cmn_prod .item_img {
    max-width: none;
    width: 100%;
  }

  .tweezers .list_cmn_prod li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
  }

  .tweezers .list_cmn_prod .item_data {
    width: 100%;
    margin-left: 0;
  }

  /* -- PRODUCTS EYELASHES ADHESIVE ------ */
  .eyelashes_adhesive .cont_inner {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .eyelashes_adhesive .cont_head {
    background-color: transparent;
    background-image: none;
  }

  .eyelashes_adhesive .cont_data .text {
    line-height: 1.7;
  }

  .eyelashes_adhesive .cont_data .text br {
    display: none;
  }

  .eyelashes_adhesive .cont_data .price {
    margin-bottom: 25px;
  }

  .eyelashes_adhesive .cont_data .price,
  .eyelashes_adhesive .cont_data .price * {
    color: #000000;
  }

  .eyelashes_adhesive .cont_data .price>* {
    flex-flow: row wrap;
  }

  .eyelashes_adhesive .cont_data .price>* small {
    margin: 0 20px 0 0;
  }

  .eyelashes_adhesive .cont_data .status {
    font-size: 78.571%;
    margin-bottom: 30px;
  }

  .eyelashes_adhesive .cont_data {
    width: 100%;
    max-width: none;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .eyelashes_adhesive .cont_data p {
    color: #000000;
  }

  .eyelashes_adhesive .cont_data .cont_data_img {
    display: none;
  }

  .eyelashes_adhesive .cont_img {
    display: none;
  }

  .eyelashes_adhesive .lineup h4 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 150%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li {
    max-width: none;
    width: 100%;
    border: none;
    float: none;
    padding: 0 0 0 0;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 {
    max-width: none;
    width: 100%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li>.title {
    border-bottom: solid 1px #edf2f9;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2>.title {
    border-top: solid 1px #edf2f9;
  }

  .eyelashes_adhesive .lineup .lineup_list>li>.title span {
    text-align: left;
    padding-right: 20px;
  }

  /*
  .eyelashes_adhesive .lineup .lineup_list>li .title>span{
    line-height: 1.4;
  }
*/
  .eyelashes_adhesive #accordion .parent .accordion_data {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .eyelashes_adhesive #accordion .parent .item_prod {
    padding-top: 20px;
  }

  .eyelashes_adhesive #main .list_cmn_prod .wrapper {
    padding: 0;
  }

  .eyelashes_adhesive .list_cmn_prod li .item_img {
    width: 100%;
    max-width: none;
  }

  .eyelashes_adhesive .list_cmn_prod li .item_data {
    width: 100%;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .eyelashes_adhesive .list_cmn_prod li:nth-of-type(2n) .item_data {
    padding-right: 15px;
    padding-left: 15px;
  }

  .eyelashes_adhesive .lineup ul {
    display: block;
    padding-top: 0;
  }

  .eyelashes_adhesive .lineup .lineup_list>li>.title {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .eyelashes_adhesive #accordion .parent.open .accordion_data {
    border-bottom: solid 1px #edf2f9;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .prod_list li>img {
    max-width: 163px;
    width: 50%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type {
    max-width: min(100%, 220px);
    margin: 0 auto;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .prod_list li .prod_type span {
    font-size: 78.571%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .eye {
    padding-bottom: 40px;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .eye img {
    max-width: 220px;
    width: 40%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .eye .title strong {
    font-size: 107.142%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .eye .desc {
    font-size: 78.571%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .eye .desc+.table {
    display: block;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .eye .type {
    align-items: center;
    display: flex;
    width: calc(100% - 80px);
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .eye .table .type+span {
    display: block;
    font-size: 13px;
    margin: 25px 0 0;
    position: static;
  }

  .eyelashes_adhesive .lineup .lineup_list>li .prod_list li {
    max-width: none;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(n) {
    width: 100%;
    max-width: none;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2) {
    margin: 40px 0 0;
    padding: 0 20px;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2)>div img {
    width: 100%;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li:nth-child(2)>div> :nth-child(1) {
    margin: 0 20px 0 0;
  }

  .eyelashes_adhesive .lineup .lineup_list>li.col2 .prod_list li img {
    max-width: 163px;
    width: 42.5%;
  }

  /* -- PRODUCTS NAIL POLISH ------ */
  .nail_polish .cont_inner {
    margin-bottom: 40px;
  }

  .nail_polish .cont_head {
    max-width: none;
    padding: 25px 15px 40px 15px;
  }

  .nail_polish .cont_head .ttl_head {
    font-size: 121.428%;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .nail_polish .cont_head .txt_head {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .nail_polish .cont_list li .img_item {
    float: none;
    width: 100%;
  }

  .nail_polish .cont_list li .sec_list {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nail_polish .cont_list li:nth-of-type(even) .img_item {
    float: none;
  }

  .nail_polish .cont_list li:nth-of-type(even) .sec_list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nail_polish .cont_list .sec_list .ttl_item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nail_polish .cont_list .sec_list .ttl_item .ttl_main {
    font-size: 120%;
  }

  .nail_polish .cont_list .sec_list .txt_subttl {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.2;
    font-weight: 600;
  }

  .nail_polish .cont_list .sec_list .txt_item {
    margin-bottom: 20px;
  }

  .nail_polish .cont_list li .list_cont {
    padding-top: 0;
    padding-bottom: 40px;
    padding: 0 0 40px 0;
  }

  /* -- PRODUCTS NAIL TREATMENT ------ */
  .nail_treatment .list_cont.col3 li,
  .nail_treatment .list_cont.col4 li {
    width: 50%;
  }

  .nail_treatment .list_cont.col3 li:nth-of-type(3n+1) {
    padding-right: 0;
  }

  .nail_treatment .list_cont.col3 li:nth-of-type(3n+2) {
    padding-left: 0;
    padding-right: 0;
  }

  .nail_treatment .list_cont.col3 li:nth-of-type(3n) {
    padding-left: 0;
  }

  .nail_treatment .list_cont.col4 li {
    margin-right: 0;
  }

  .nail_treatment .list_cont.col4 li:nth-of-type(2n+1),
  .nail_treatment .list_cont.col3 li:nth-of-type(2n+1) {
    padding-right: 2.2%;
  }

  .nail_treatment .list_cont.col4 li:nth-of-type(2n),
  .nail_treatment .list_cont.col3 li:nth-of-type(2n) {
    padding-left: 2.2%;
  }

  .nail_treatment .list_cont li .item_upper .ttl {
    line-height: 1.3;
  }

  .nail_treatment .item_data_wrap {
    display: none;
  }

  .nail_treatment .cont_head {
    text-align: left;
    margin-bottom: 40px;
  }

  .nail_treatment .cont_head .ttl_head {
    font-size: 121.428%;
    font-weight: 600;
    margin-top: 23px;
    margin-bottom: 10px;
  }

  .nail_treatment .cont_head .txt_head br {
    display: none;
  }

  .nail_treatment .list_cont li {
    margin-bottom: 0;
  }

  .nail_treatment .list_cont li .item_upper .ttl {
    font-size: 92.857%;
    padding-top: 10px;
  }

  .nail_treatment .cont_head .ttl_head_line {
    text-align: center;
    margin-bottom: 15px;
  }

  .nail_treatment .cont_head .ttl_head_line span {
    font-size: 120%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nail_treatment .cont_head .ttl_head_line:before {
    top: 16px;
  }

  .nail_treatment .cont_head .txt_head_sub {
    line-height: 120%;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .nail_treatment .cont_head .txt_head {
    line-height: 150%;
  }

  .nail_treatment #products_archive_list ul li img {
    max-width: 670px;
    margin: 0 auto;
  }

  .modal_open #sp_hider {
    display: none;
  }

  .modal_open #container {
    padding-top: 0;
  }

  .modal_open .modal_cmn {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  .modal_open .nail_treatment .btn_cmn_v-more {
    height: auto;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .modal_open .nail_treatment .item_data_wrap {
    display: block;
  }

  .modal_open .modal_html {
    padding: 50px 20px;
  }

  .modal_open .modal_html .item_upper img {
    display: block;
    width: 100%;
    height: auto;
  }

  .modal_open .modal_html .ttl {
    color: #a3bee3;
    text-align: center;
    font-weight: 400;
    font-size: 128.571%;
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  }

  .modal_open .modal_html .ttl_sub {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .modal_open .modal_html .txt {
    line-height: 1.3;
  }

  .modal_open .status {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .modal_open .status span {
    display: block;
  }

  .modal_open .modal_close_trigger {
    text-align: center;
  }

  .modal_open .modal_close_trigger a {
    text-decoration: none;
    font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .modal_open .modal_close_trigger a:before {
    content: '×';
    display: inline-block;
    font-size: 135%;
    font-weight: bold;
    vertical-align: -2px;
  }

  .modal_open .nail_treatment .btn_cmn_v-more {
    width: 100%;
    max-width: none;
    float: none;
    background-image: none;
    background-color: #eeeeee;
  }

  .modal_open .nail_treatment .btn_cmn_v-more span {
    display: inline-block;
  }

  #accordion .parent .accordion_trigger:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    background-image: url(img/products/icon_modal_open.png);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
  }

  #accordion .parent.open .accordion_trigger:after {
    background-image: url(img/products/icon_modal_close.png);
  }

  #accordion .parent .accordion_data {
    position: static;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s, height 0.5s;
    -moz-transition: opacity 1s, height 0.5s;
    -o-transition: opacity 1s, height 0.5s;
    transition: opacity 1s, height 0.5s;
    margin-bottom: 0;
  }

  #accordion .parent.open .accordion_data {
    position: static;
    opacity: 1;
    height: 100%;
  }


  /* -- SITEMAP ------ */
  .sitemap_line {
    margin: 0;
    padding: 0;
  }

  .sitemap_line .one_third {
    width: 100%;
    float: none;
    padding: 0;
  }

  .sitemap_line .one_third li:first-of-type {
    border: none;
  }

  .sitemap_line .two_third {
    width: 100%;
    float: none;
    padding: 0;
  }

  .sitemap_line .two_third li:first-of-type {
    border: none;
  }

  .sitemap_line ul li {
    padding: 0;
    border: none;
  }

  .sitemap_line ul li.clearfix {
    margin-left: 0;
    border: none;
    padding-left: 15px;
    border-bottom: solid 1px #e0e0e0 !important;
  }

  .sitemap_line ul li.clearfix ul:last-of-type li:last-of-type a {
    border: none;
  }

  .sitemap_line ul li.clearfix ul li:first-of-type {
    border: none;
  }

  .sitemap_line ul li.clearfix ul li {
    font-size: 85.71%;
  }

  .sitemap_line ul li a {
    display: block;
    padding: 12px 10px;
    border-bottom: solid 1px #e0e0e0;
  }

  .sitemap_line:first-of-type {
    border-top: solid 1px #e0e0e0;
  }

  .sitemap_line ul li.asLink {
    display: block;
    padding: 15px;
    border-bottom: solid 1px #e0e0e0 !important;
  }

  .sitemap_line ul li.clearfix span {
    display: block;
    width: 100%;
    height: auto !important;
  }

  #sitemap_container .sns_list {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #sitemap_container .sns_list ul li.twitter,
  #sitemap_container .sns_list ul li.x,
  #sitemap_container .sns_list ul li.fbook,
  #sitemap_container .sns_list ul li.insta,
  #sitemap_container .sns_list ul li.line {
    display: block;
    padding-bottom: 10px;
  }

  #sitemap_container .sns_list ul li.fbook a:before {
    background-image: url(img/facebook2_sp.gif);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
  }

  #sitemap_container .sns_list ul li.insta a:before {
    background-image: url(img/instagram2_sp.gif);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
  }

  #sitemap_container .sns_list ul li.x a:before {
    background-image: url(img/x_menu2.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
  }

  #sitemap_container .sns_list ul li.title {
    padding-bottom: 10px;
  }

  /* -- SITEMAP ------ */
  #privacy_contents {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  #privacy_contents p {
    line-height: 160%;
    padding-bottom: 30px;
  }

  #privacy_contents p.last {
    padding-bottom: 5px;
  }


  /* -- CONTACT ------ */
  #contact_container {
    padding: 0 0 20px 0;
  }

  .contact_nav {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .contact_nav ul {
    margin-left: -11px;
  }

  .contact_nav ul li {
    padding-right: 0;
    padding-left: 11px;
  }

  .contact_nav ul li a {
    font-size: 92.86%;
    height: 35px;
    line-height: 35px;
  }

  .warning {
    font-size: 78.57%;
    height: 11px;
    padding-bottom: 8px;
  }

  .contact_table,
  .contact_table tbody,
  .contact_table tr,
  .contact_table th,
  .contact_table td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }

  .contact_table tr {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 20px 0;
  }

  .contact_table th {
    padding-bottom: 5px;
  }

  .contact_table td .title {
    padding-top: 3px;
    padding-bottom: 10px;
  }

  .contact_table textarea {
    height: 175px;
    max-height: 175px;
    min-height: 175px;
  }

  .contact_table input,
  .contact_table .smaller input {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }

  .contact_table input.full {
    width: 100%;
    max-width: 100%;
  }

  .contact_table input.very_small {
    margin-right: 10px;
  }

  .contact_table span.expl {
    font-size: 78.57%;
    margin-left: 0;
  }

  .contact_table .sep {
    height: 10px;
  }

  .contact_table button {
    font-size: 92.86%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    max-width: 280px;
  }

  .thanks_link {
    font-size: 92.86%;
    height: 38px;
    line-height: 38px;
  }

  .contact_table input.error,
  .contact_table td:has(span.error) input {
    background: #ffffff;
    border: solid 1px #b61919;
    outline: none !important;
    box-shadow: none !important;
    border: solid 1px #f3f3f3;
    background: #f3f3f3;
  }

  .contact_table span.error_txt,
  .contact_table span.error {
    /* display: none; */
    vertical-align: middle;
    color: #b61919;
    font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-size: 85.71%;
    margin-left: 10px;
  }

  .contact_table input.error {
    background: #ffffff;
    border: solid 1px #f3f3f3;
    background: #f3f3f3;
    outline: none !important;
    box-shadow: none !important;
}

  .contact_table tr {
    position: relative;
  }

  .contact_table textarea.error+span.error_txt {
    display: block;
    margin-left: 0;
    position: relative;
    right: inherit;
    top: inherit;
  }

  .contact_table input.error+span.error_txt {
    /* display: block;
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: 15px; */
  }

  .contact_table .parent_txt input.error+span.error_txt {
    bottom: -3px;
  }

  .contact_table .parent_txt {
    position: relative;
  }

  .contact_table input.error~span.expl {
    vertical-align: 9px;
  }

  .thanks_text {
    padding: 25px 0;
    text-align: left;
    line-height: 160%;
    margin-bottom: 30px;
  }

  .thanks_text br {
    display: none;
  }

  .thanks_link {
    margin-bottom: 10px;
  }



  /* -- FOOTER ------------------------------ */
  #to_top {
    margin: 10px auto 30px auto;
    background-image: url(img/to_top_sp.gif);
    background-size: 39px 20px;
    width: 39px;
  }

  .global_navi .foot_nav_btm ul li {
    padding-right: 14px;
    padding-left: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .global_navi .foot_nav_btm ul li:last-of-type {
    padding-right: 14px;
    padding-left: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .foot_nav_btm .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .global_navi .foot_nav_btm nav {
    display: block;
    text-align: center;
    float: none;
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }

  .global_navi #copyrights {
    display: block;
    text-align: center;
    float: none;
    clear: both;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    border-top: solid 1px #262626;
  }

}


/* ******************** SMARTPHONES ******************** */
@media screen and (max-width: 750px) {
  .wrapper {
    padding: 0 15px;
  }

  /* -- HEADER ------------------------------ */

  /* -- MAIN -------------------------------- */
  /* -- TOP ------------- */
  #prod_list ul {
    margin-left: -15px;
  }

  #prod_list ul li {
    width: 50%;
    padding-left: 15px;
  }

  #prod_list ul li:nth-of-type(3n) {
    clear: none;
  }

  #prod_list ul li:nth-of-type(3n+1) {
    clear: none;
  }

  #prod_list ul li:nth-of-type(even) {
    clear: right;
  }

  #prod_list ul li:nth-of-type(odd) {
    clear: left;
  }

  #banner_list {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  #banner_list ul li {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    max-width: 350px;
    margin: 0 auto;
  }

  #banner_list ul li:nth-of-type(2n) {
    padding-left: 0;
  }

  #banner_list ul li:nth-of-type(2n+1) {
    padding-right: 0;
  }

  #banner_list ul li:nth-last-of-type(1) {
    padding-bottom: 0;
  }




  /* -- NEWS ------------- */
  #single_desc {
    padding-left: 15px;
    padding-right: 15px;
  }

  #single_sidebar .side_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  #single_navigation .prev_nav {
    left: 15px;
  }

  #single_navigation .next_nav {
    right: 15px;
  }

  /* -- PRODUCTS EYELASHES ADHESIVE ------ */
  .eyelashes_adhesive #accordion .parent.open .accordion_data {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .eyelashes_adhesive .lineup .lineup_list>li>.title {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  #accordion .parent .accordion_trigger:after {
    right: 15px;
  }

  /* -- ABOUT ------ */
  .gm-style.customized {
    transform: scale(0.8);
    transform-origin: left top;
    width: 365px;
  }

  .about_table,
  .about_table tbody,
  .about_table tr,
  .about_table th,
  .about_table td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about_table {
    border-top: 1px solid #e0e0e0;
  }

  .about_table tr {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
  }

  .about_table th {
    font-weight: 700;
    font-size: 100%;
  }

  .about_section_title {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 100%;
  }

  .about_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about_section.pad_sp {
    padding-bottom: 40px;
  }


  /* -- FOOTER ------------------------------ */
  .global_navi .foot_nav_btm ul {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .global_navi .foot_nav_btm ul:nth-of-type(2) {
    margin-left: 0;
  }

  .global_navi .foot_nav_btm ul:nth-of-type(2) li:first-of-type {
    border-left: none;
    padding-left: 0;
  }

  #sp_navi .foot_nav {
    padding: 30px;
    padding-bottom: 10px;
  }

  #footer .foot_nav {
    padding: 30px;
    padding-bottom: 10px;
  }

  .foot_nav nav {
    float: none;
    clear: both;
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .global_navi .wrapper {
    padding-left: 20px;
    padding-right: 5px;
  }

  .foot_nav_btm .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .foot_nav nav.prods_list {
    padding-bottom: 20px;
  }

  .foot_nav nav.sns_list {
    padding-top: 20px;
  }

  .foot_nav .prods_list ul li {
    float: none;
    clear: both;
  }

  .foot_nav .prods_list ul li ul {
    padding-top: 10px;
    width: 50%;
    float: left;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .global_navi ul li ul li {
    padding-left: 5px;
  }

  .foot_nav .prods_list ul li ul:first-of-type {
    clear: left;
  }

  .foot_nav nav.sns_list {
    padding-top: 15px;
  }

  .foot_nav nav.nav_list li {
    width: 50%;
    float: left;
  }

  .foot_nav nav.other_list li {
    /*width: 50%;
    float: left;*/
  }
}

@media screen and (max-width: 450px) {
  #single_navigation {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
  }

  #single_navigation .prev_nav {
    top: 15px;
  }

  #single_navigation .next_nav {
    top: 15px;
  }

  #single_navigation .view_more {
    padding-left: 0;
    padding-right: 0;
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }

  /* -- PRESS ------------- */
  .press_list .item .item_img {
    margin-left: 0;
    margin-right: 0;
    width: 58px;
  }

  .press_list .item .item_data .item_inner {
    margin-right: 0;
    margin-left: 78px;
  }

  /*#single_navigation .prev_nav{
    background-position:left 8px;
  }
  #single_navigation .next_nav{
    background-position:right 8px;
  }*/

}

.footer_banner_eyelashes,
.footer_banner_eyelashes * {
  box-sizing: border-box;
}

.footer_banner_eyelashes {
  background: #fff;
  padding: 60px 0 70px;
}

.wrapper+.footer_banner_eyelashes {
  margin-top: -60px;
}

.wrapper.onPc+.footer_banner_eyelashes {
  margin-top: -20px;
}

#global_contents+.footer_banner_eyelashes {
  margin-top: -20px;
}

.products_archive_list+.footer_banner_eyelashes {
  margin-top: -60px;
}

.footer_banner_inner {
  display: block;
  font-size: 14px;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.footer_banner_eyelashes>* {
  text-align: center;
}

#wrap .howtouseBtn,
.howtouseBtn {
  border: solid 1px #000;
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 20px 74px;
  /* position: relative; */
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  /* z-index: 1; */
}

#wrap .howtouseBtn:hover,
.howtouseBtn:hover {
  background: #000;
  opacity: 1 !important;
}

#wrap .howtouseBtn:hover>span,
.howtouseBtn:hover>span {
  color: #fff;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.howtouseBtn img,
.footer_banner_eyelashes .howtouseBtn img {
  display: inline-block;
  height: 16px;
  margin-top: -2px;
  vertical-align: middle;
  width: 9px;
}

.howtouseBtn span {
  vertical-align: middle;
}

.howtouseBtn>span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  /* padding-left: 36px; */
  position: relative;
  z-index: 1;
}

.howtouseBtn>span>span {
  background: #f1f1f1;
  border-radius: 100%;
  display: inline-block;
  display: none;
  height: 28px;
  left: 0;
  line-height: 27px;
  /* margin-right: 9px; */
  position: absolute;
  text-align: center;
  top: calc(50% - 14px);
  width: 28px !important;
  z-index: 1;
}

_:lang(x)::-ms-backdrop,
.footer_banner_eyelashes .howtouseBtn {
  padding-bottom: 17px !important;
  padding-top: 23px !important;
}

_:lang(x)::-ms-backdrop,
.footer_banner_eyelashes .howtouseBtn span {
  /* font-family:"メイリオ", Meiryo, sans-serif !important; */
  margin-top: -1px !important;
}

_:lang(x)::-ms-backdrop,
.footer_banner_eyelashes .howtouseBtn span img {
  margin-top: 2px !important;
}

@media (max-width: 850px) {
  .footer_banner_eyelashes {
    padding: 50px 0;
  }

  .wrapper+.footer_banner_eyelashes {
    margin-top: -40px;
  }

  .wrapper.onPc+.footer_banner_eyelashes {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .productStatus+.footer_banner_eyelashes {
    margin-top: -50px;
  }

  .products_archive_list+.footer_banner_eyelashes {
    margin-top: -50px;
  }

  .footer_banner_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products_archive_list+.footer_banner_eyelashes .footer_banner_inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  #wrap .howtouseBtn,
  .howtouseBtn {
    padding: 20px 0;
    width: 100%;
    max-width: 490px;
    max-width: 400px;
  }

  #wrap .howtouseBtn:hover,
  .howtouseBtn:hover {
    background: #fff;
    color: #000;
    opacity: 1 !important;
  }

  #wrap .howtouseBtn:hover>span,
  .howtouseBtn:hover>span {
    color: #000;
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 501px) {
  .mascara .prod_article .desc .text .sub_title br.br {
    display: none;
  }

  .eyeliner .prod_article .desc .text .sub_title br.br {
    display: none;
  }
}

@media (max-width: 320px) {
  .howtouseBtn {
    letter-spacing: 0;
  }

  .howtouseBtn>span {
    padding-left: 32px;
  }
}




/* -- verticallySplit ------------------------------ */

[class^="verticallySplit_t"],
[class*=" verticallySplit_t"],
[class^="verticallySplit_col_i"],
[class*=" verticallySplit_col_i"] {
  box-sizing: border-box;
}

.verticallySplit_t1 {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 25px auto 10px;
  width: 100%;
}

[class^="verticallySplit_col_i"],
[class*=" verticallySplit_col_i"] {
  width: calc(33.33% - 20px);
  margin: 0 0 0 20px;
}

[class^="verticallySplit_col_i"]:nth-child(1),
[class*=" verticallySplit_col_i"]:nth-child(1) {
  /* margin-left: auto; */
  /* padding-right: 10px; */
  /* text-align: right; */
  /* margin: 0 0 0 20px; */
  /* width: calc(33.33% - 20px); */
}

[class^="verticallySplit_col_i"]:nth-child(2),
[class*=" verticallySplit_col_i"]:nth-child(2) {
  /* margin-right: auto; */
  /* padding-left: 10px; */
  /* text-align: left; */
}

[class^="verticallySplit_t"] .view_more,
[class*=" verticallySplit_t"] .view_more {
  /* margin: 0 3px; */
  /* padding-left: 32%; */
  /* padding-right: 32%; */
  /* width: 100%; */
  text-align: center;
}

[class^="verticallySplit_t"] .view_more br,
[class*=" verticallySplit_t"] .view_more br {
  display: none;
}

/*@media (max-width: 750px) {

  [class^="verticallySplit_t"],
  [class*=" verticallySplit_t"] {
    margin-top: 40px;
  }

  [class^="verticallySplit_col_i"]:nth-child(n),
  [class*=" verticallySplit_col_i"]:nth-child(n) {
    margin-top: 20px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  [class^="verticallySplit_col_i"]:nth-child(1) {
    margin-top: 0;
  }
}*/

@media (max-width: 600px) {

  [class^="verticallySplit_t"] .view_more,
  [class*=" verticallySplit_t"] .view_more {
    padding-left: 12%;
    padding-right: 12%;
    padding: 8px 0;
    width: 80%;
  }
}

@media (max-width: 400px) {

  [class^="verticallySplit_t"] .view_more,
  [class*=" verticallySplit_t"] .view_more {
    padding-left: 25%;
    padding-right: 25%;
    width: auto;
  }

  [class^="verticallySplit_t"] .view_more br,
  [class*=" verticallySplit_t"] .view_more br {
    display: block;
  }

  [class^="verticallySplit_t"] .view_more span.space,
  [class*=" verticallySplit_t"] .view_more span.space {
    display: none;
  }
}

@media (max-width: 320px) {

  [class^="verticallySplit_t"] .view_more,
  [class*=" verticallySplit_t"] .view_more {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 319px) {

  .verticallySplit_t1 {
    margin-top: 10px;
  }

  [class^="verticallySplit_col_i"],
  [class*=" verticallySplit_col_i"],
  [class^="verticallySplit_col_i"]:nth-child(n),
  [class*=" verticallySplit_col_i"]:nth-child(n),
  [class^="verticallySplit_t"] .view_more,
  [class*=" verticallySplit_t"] .view_more {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  [class^="verticallySplit_col_i"]:nth-child(n),
  [class*=" verticallySplit_col_i"]:nth-child(n) {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  [class^="verticallySplit_t"] .view_more br,
  [class*=" verticallySplit_t"] .view_more br {
    display: none;
  }

  [class^="verticallySplit_t"] .view_more span.space,
  [class*=" verticallySplit_t"] .view_more span.space {
    display: inline;
  }
}



/* -- gridView ------------------------------ */

.gridView,
.gridView * {
  box-sizing: border-box;
}

.gridView {
  margin: 35px auto 0;
  width: 100%;
  max-width: 940px;
}

.gridView_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -40px -50px;
  width: calc(100% + 50px);
}

.gridView_inner>* {
  margin: 0 0 40px 50px;
  width: calc(33.33% - 50px);
}

.gridView_item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.gridView_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.gridView_txt {
  text-align: center;
}

.gridView_txt>*:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  margin: 7px 0 0;
}

.gridView_txt>*:nth-child(2) {
  background: #f3f3f3;
  border-radius: 300px;
  display: inline-block;
  font-size: 12px;
  padding: 5px 20px;
}

.gridView_num {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  padding: 0px 0 3px 10px;
  position: absolute;
  z-index: 1;
}

.gridView_num:before {
  background: rgba(0, 0, 0, .8);
  bottom: -60px;
  content: "";
  left: -60px;
  height: 100px;
  position: absolute;
  transform: rotate(45deg);
  width: 100px;
  z-index: -1;
}

.gridView_inner img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

@media (max-width: 850px) {

  .gridView {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: none;
  }

  .gridView_inner {
    margin: 0 0 -27px;
    width: 100%;
  }

  .gridView_inner>* {
    margin: 0 0 27px;
    width: 100%;
  }

  .gridView_num {
    font-size: 19px;
    padding: 0px 0 3px 13px;
  }

  .gridView_num:before {
    bottom: -55px;
    left: -55px;
  }
}



/* -- boxx ------------------------------ */

.boxx,
.boxx * {
  box-sizing: border-box;
}

.boxx_inner {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.boxx_inner>* {
  width: 50%;
}

.boxx_img img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}



/* -- slick slider ------------------------------ */

.slick-slide img {
  display: block;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.slider .slick-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.slider .slick-dots>* {
  border: solid 2px #fff;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 0 8.5px;
  width: 8px;
}

.slider .slick-dots .slick-active {
  border: solid 2px #a3bee3;
}

.slider {
  border: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

.slider img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.slider .ifPc {
  display: inline-block !important;
}

.slider .ifSp {
  display: none !important;
}

@media (max-width: 750px) {

  .slider .ifPc {
    display: none !important;
  }

  .slider .ifSp {
    display: inline-block !important;
  }
}

.slider .element img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.slider .element:nth-child(1) img {
  position: relative;
}

.slick-initialized .slick-slide img {
  /* border-bottom: 4px solid var(--Regent-St-Blue, #A3BEE3); */
  position: static;
}

.slick-slider button {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.slick-slider button {
  cursor: pointer;
  -webkit-appearance: none;
}



/* -- movie ------------------------------ */

.movie_t1 {
  margin: 0 auto;
  padding-bottom: 40px;
  /* padding-left: 80px; */
  /* padding-right: 80px; */
  /* max-width: 1160px; */
}

.mascara .movie_t1,
.eyeliner .movie_t1 {
  margin: 100px auto -60px;
}

.mascara .movie_t1 .title,
.eyeliner .movie_t1 .title {
  display: block;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-weight: 400;
  color: #191919;
  font-size: 19px;
  line-height: 100%;
  margin: 0 0 45px;
  position: relative;
  text-transform: uppercase;
}

.movie_t1 .movie_inner {
  margin: 0 auto;
  max-width: 900px;
}

.movie_t1 .one_movie {
  padding-bottom: 40px;
}

.movie_t1 .one_movie .video_container {
  border: none;
}

.movie_t1 .the_title {
  color: #e60d73;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  padding: 70px 0 18px;
  text-align: center;
}

.movie_t1 .the_title>* {
  line-height: 160%;
}

.movie_t1 iframe,
.movie_t1 .video_container .youtubeContainer iframe {
  opacity: 1;
}

@media (max-width: 850px) {

  .movie_t1 {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
  }

  .mascara .movie_t1 {
    margin: 50px auto -20px;
  }

  .eyeliner .movie_t1 {
    margin: 50px auto -90px;
  }

  .mascara .movie_t1 .title,
  .eyeliner .movie_t1 .title {
    margin-bottom: 25px;
  }

  .movie_t1 .the_title {
    font-size: 16px;
    padding-top: 0;
  }
}

.movie_t1 .the_title small {
  color: #e60d73;
  font-size: 16px;
}

.movie_t1 .the_title>* {
  color: #e60d73;
  display: block;
}

.movie_t1 .the_title>*:nth-child(1) {}

.movie_t1 .the_title>*:nth-child(2) {}

@media (max-width: 850px) {

  .movie_t1 .the_title small {
    font-size: 12px;
  }
}

/* -- movie area ------------------------------ */

.movie_area_t1 {
  /* padding-bottom: 65px; */
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1000px;
}

#main .movie_area_t1 .wrapper.movie_t1 {
  margin-top: -15px;
}

#main .movie_area_t1 .movie_t1+.movie_t1 {
  margin-top: -115px;
}

.movie_area_t1 .movie_area_movie:nth-child(1) {}

.movie_area_t1 .movie_area_movie:nth-child(2) {}

.movie_area_t1 .movie_area_banner {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 60px;
  margin-top: -40px !important;
  text-align: center;
}

.movie_area_t1 .movie_area_banner img {
  vertical-align: bottom;
  width: 100%;
  max-width: 490px;
}

@media (max-width: 850px) {

  .movie_area_t1 {
    margin-bottom: 50px;
    /* padding-bottom: 50px; */
    padding-left: 30px;
    padding-right: 30px;
  }

  #main .movie_area_t1 .movie_t1+.movie_t1 {
    margin-top: -100px;
  }

  .movie_area_t1 .movie_t1 .the_title {
    padding-top: 40px;
  }

  .movie_area_t1 .movie_area_banner {
    margin-top: -50px !important;
  }
}

@media (max-width: 750px) {

  .movie_area_t1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}



/* -- main visual 背景二色系------------------------------ */

.mainVisual_t1a {}

.mainVisual_t1a>* {
  position: relative;
  z-index: 2;
}

.mainVisual_t1a:before,
.mainVisual_t1a:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}

.mainVisual_t1a:before {
  background: #dae6f4;
  left: 0;
}

.mainVisual_t1a:after {
  background: #f1f1f3;
  right: 0;
}

@media (max-width: 750px) {

  .mainVisual_t1a:before,
  .mainVisual_t1a:after {
    display: none;
  }
}



.mainVisual_t1b {}

.mainVisual_t1b>* {
  position: relative;
  z-index: 2;
}

.mainVisual_t1b:before,
.mainVisual_t1b:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}

.mainVisual_t1b:before {
  background: #e1eaf3;
  left: 0;
}

.mainVisual_t1b:after {
  background: #edf2f6;
  right: 0;
}

@media (max-width: 750px) {

  .mainVisual_t1b:before,
  .mainVisual_t1b:after {
    display: none;
  }
}



/* -- フッター バナー------------------------------ */
.footer_banner_wrap {
  margin: 35px auto 0;
  width: 100%;
  max-width: 740px;
  max-width: 1120px;
}

#container.home .footer_banner_wrap {
  margin-top: 60px;
}

.footer_banner.verticallySplit_t1 {
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
}

.footer_banner.verticallySplit_t1 img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

#container.home .footer_banner.verticallySplit_t1 {
  margin-top: 0;
}

@media (max-width: 850px) {

  .footer_banner.verticallySplit_t1 {
    margin-bottom: 45px;
  }

  .footer_banner.verticallySplit_t1>* {}
}

@media (max-width: 850px) {


  #container.home .footer_banner_wrap {
    max-width: 350px;
  }

  .footer_banner.verticallySplit_t1 {
    margin-bottom: 35px;
    /* max-width: 490px; */
  }

  .footer_banner.verticallySplit_t1>* {
    /* display: block; */
    /* margin: 20px 0 0; */
    /* padding: 0; */
    margin-top: 20px;
    width: 100%;
  }

  #container.home .footer_banner.verticallySplit_t1 {
    margin-bottom: -50px;
    margin-top: -50px;
  }

  #container.archive .footer_banner.verticallySplit_t1 {
    margin-top: 0;
  }
}

@media (max-width: 750px) {


  #container.home .footer_banner_wrap {
    margin-top: 45px;
  }
}




/* /eyeliner/ */
.wrapper .feature.prod_box.simpleStatement {
  padding-left: 0;
  padding-right: 0;
}

.wrapper .feature.prod_box.simpleStatement .kome {
  max-width: none;
  margin-top: 15px;
}



/* マスカラ アイライナー 20190930 */
.mascara_eyeliner .main .statusTitle {
  margin: 0;
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
  background: #f3f3f3;
  line-height: 1;
  text-align: center;
}

.mascara_eyeliner .main .productStatus#cm_gallery_1 .statusTitle {}

.mascara_eyeliner .main .productStatus#cast_1 .statusTitle {
  background: none;
  padding-top: 80px;
}

.mascara_eyeliner .main .productStatus#cast_1 .statusTitle:after {
  bottom: 0;
  height: 40px;
}

.mascara_eyeliner .main .productStatus#cast_1 .inside_contents {
  margin-top: 15px;
  padding-top: 0;
}










.mascara_eyeliner.saeko .main .productStatus#cm_gallery_1 .statusTitle {}

.mascara_eyeliner.saeko .main .productStatus#cast_1 .statusTitle,
.mascara_eyeliner.saeko .main .productStatus#cast_2 .statusTitle {
  background: none;
  padding-top: 60px;
}

.mascara_eyeliner.saeko .main .productStatus#cast_1 .statusTitle:after,
.mascara_eyeliner.saeko .main .productStatus#cast_2 .statusTitle:after {
  bottom: 0;
  height: 40px;
}

.mascara_eyeliner.saeko .main .productStatus#cast_1 .inside_contents,
.mascara_eyeliner.saeko .main .productStatus#cast_2 .inside_contents {
  margin-top: 15px;
  padding-top: 0;
}

.mascara_eyeliner.saeko .main .productStatus#cm_gallery_2 {
  margin-top: 80px;
}



.mascara_eyeliner .main .productStatus .inside_contents {
  max-width: 1000px;
  margin: 65px auto 0;
}

.mascara_eyeliner .main .productStatus .lead {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}


.mascara_eyeliner .main .productStatus .leftImg .productText {}


.mascara_eyeliner .main .statusTitle strong {
  font-size: 28px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, "Muli", sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  line-height: 100%;
}

.mascara_eyeliner .main .statusTitle span {
  color: #a3bee3;
  display: block;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .12rem;
  line-height: 30px;
}

.mascara_eyeliner .main .statusTitle:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #000000;
  bottom: -20px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  bottom: -20px;
}

.mascara_eyeliner .main .movie_wrap+.movie_wrap {
  margin-top: 60px;
}

.mascara_eyeliner .main .productStatus .youtubeBox {}

.mascara_eyeliner .how_to_list,
.mascara_eyeliner .how_to_list * {
  box-sizing: border-box;
}

.mascara_eyeliner .how_to_list {
  background: #f3f3f3;
  margin: 15px 0 0;
  padding: 40px;
}

.mascara_eyeliner .how_to_list ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 0 -30px;
  width: calc(100% + 30px);
}

.mascara_eyeliner .how_to_list li {
  margin: 0 0 0 30px;
  width: calc(49.99% - 30px);
  list-style: none;
}

.mascara_eyeliner .how_to_list .how_to_box {
  display: flex;
  flex-flow: row wrap;
}

.mascara_eyeliner .how_to_list li:nth-of-type(2n) {
  /* clear:right; */
}

.mascara_eyeliner .how_to_list li:nth-of-type(2n+1) {
  /* clear:left; */
}

.mascara_eyeliner .how_to_list li .step {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 900;
  color: #ffffff;
  background-color: #1d2088;
  font-family: "Century Gothic", CenturyGothic, YuGothic, "游ゴシック", "Yu Gothic", 'Muli', "メイリオ", Meiryo, sans-serif;
  font-size: 142.86%;
  font-size: 138%;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.mascara_eyeliner .how_to_list li img {
  display: block;
  width: 100%;
}

.mascara_eyeliner .how_to_list li .desc {
  padding: 0 0 0 25px;
  width: calc(100% - 172px);
}

.mascara_eyeliner .how_to_list li .desc .title {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.mascara_eyeliner .how_to_list li .desc p {}

.mascara_eyeliner .how_to_list li .desc p small {}

.mascara_eyeliner .how_to_list li .image {
  width: 172px;
}

.mascara_eyeliner .how_to_list li .point {}

.mascara_eyeliner .how_to_list li .point:before {}

.mascara_eyeliner .how_to_list li .point p {}

.mascara_eyeliner .productStatus .how_to_list .anchor {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, "Muli", sans-serif;
  font-size: 13px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  max-width: 110px;
  text-decoration: none;
}

@media (min-width: 1080px) {

  .mascara_eyeliner .productStatus .how_to_list .anchor {
    transition: background .2s ease-out, color .2s ease-out;
  }

  .mascara_eyeliner .productStatus .how_to_list .anchor:hover {
    background: #000;
    color: #fff;
  }
}

.mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -.025rem;
  line-height: 32px;
  margin: 21px 0 0;
  text-align: center;
}

.mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption {
  /* font-size: 12px; */
  /* line-height: 20px; */
  margin: 2px 0 0;
  text-align: center;
}

.mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption+.movie_caption {
  margin: 10px 0 0;
}

.mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption+.movie_caption span {
  font-weight: normal;
}

.mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption+.movie_caption b {
  display: none;
}

.mascara_eyeliner+.wrapper .footer_banner {
  display: none;
}

.mascara_eyeliner .main .productStatus .feature {
  background: none;
}

.mascara_eyeliner .main .productStatus .productText strong,
.mascara_eyeliner .main .productStatus .productText strong+span {
  display: block;
}

.mascara_eyeliner .main .productStatus .productText strong {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  line-height: 140%;
}

.mascara_eyeliner .main .productStatus .productText span {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.mascara_eyeliner .main .productStatus .productText p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
}

.mascara_eyeliner .main .productStatus .leftImg .productText,
.mascara_eyeliner .main .productStatus .rightImg .productText,
.mascara_eyeliner .main .productStatus .leftImg img,
.mascara_eyeliner .main .productStatus .rightImg img {
  padding-bottom: 0;
}

.mascara_eyeliner .main .productStatus .leftImg img,
.mascara_eyeliner .main .productStatus .rightImg img {
  float: left;
  padding-top: 0;
  width: 62%;
  max-width: 620px;
}

.mascara_eyeliner .main .productStatus .leftImg .productText,
.mascara_eyeliner .main .productStatus .rightImg .productText {
  float: right;
  padding-top: 25px;
  width: 34%;
  max-width: 340px;
}

.mascara_eyeliner .main section.productStatus {
  padding-bottom: 0;
}

.mascara_eyeliner .main .productStatus.recommendItem .inside_contents {
  margin-top: 40px;
  padding-bottom: 0;
}

.mascara_eyeliner .main .productStatus.recommendItem h3 {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 850px) {

  .mascara_eyeliner .main .movie_wrap+.movie_wrap {
    margin-top: 40px;
  }

  .mascara_eyeliner .main .statusTitle strong {
    font-size: 22px;
  }

  .mascara_eyeliner .main .statusTitle span {
    font-size: 12px;
  }

  .mascara_eyeliner .main .statusTitle:after {}

  .mascara_eyeliner .main .productStatus#cm_gallery_1 .statusTitle:after {
    bottom: -18px;
    height: 35px;
  }

  .mascara_eyeliner .main .productStatus .inside_contents {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }

  .mascara_eyeliner .main .productStatus#cast_1 .statusTitle {
    background: none;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, "Muli", sans-serif;
    font-weight: 400;
    padding-bottom: 48px;
    padding-top: 60px;
  }

  .mascara_eyeliner .main .productStatus#cast_1 .statusTitle:after {
    bottom: 0;
  }

  .mascara_eyeliner .main .productStatus .youtubeBox {
    margin-top: 0;
  }

  .mascara_eyeliner .main .productStatus .statusTitle {
    padding-bottom: 18px;
    padding-top: 20px;
  }

  .mascara_eyeliner.saeko .main .productStatus .statusTitle {
    padding-bottom: 48px;
  }

  .mascara_eyeliner .main .productStatus .lead {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_title {
    font-size: 17px;
    line-height: 21px;
  }

  .mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption {
    font-size: 10px;
    line-height: 21px;
  }

  .mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption+.movie_caption {
    text-align: left;
  }

  .mascara_eyeliner .productStatus .movie_wrap .movie_footer .movie_caption+.movie_caption b {
    display: inline-block !important;
  }

  .mascara_eyeliner .main .productStatus.recommendItem .inside_contents {
    margin-top: 35px;
    padding: 0;
  }

  .mascara_eyeliner.saeko .main .productStatus#cm_gallery_2 {
    margin-top: 40px;
  }

  .mascara_eyeliner .main .productStatus.recommendItem h3 {
    font-size: 17px;
    line-height: 21px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mascara_eyeliner .how_to_list {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    padding-top: 50px;
  }

  .mascara_eyeliner .how_to_list ul li {
    width: 100%;
    margin-top: 40px;
  }

  .mascara_eyeliner .how_to_list ul li:nth-child(1) {
    margin-top: 0;
  }

  .mascara_eyeliner .how_to_list .how_to_box .image,
  .mascara_eyeliner .how_to_list .how_to_box .desc {
    width: 100%;
  }

  .mascara_eyeliner .how_to_list li .desc {
    padding-left: 0;
  }

  .mascara_eyeliner .how_to_list li img {
    height: auto;
    margin-left: 50%;
    transform: translateX(-54%);
    width: 35%;
    min-width: 220px;
  }

  .mascara_eyeliner .how_to_list li .desc .title {
    text-align: center;
    margin-top: 25px;
  }

  .mascara_eyeliner .productStatus .how_to_list .anchor {
    display: block;
    font-size: 12px;
    height: 35px;
    letter-spacing: .075rem;
    line-height: 34px;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
  }

  .mascara_eyeliner .main .productStatus#cast_1 .inside_contents {
    margin-top: 10px;
  }

  .mascara_eyeliner .main .productStatus .leftImg img,
  .mascara_eyeliner .main .productStatus .rightImg img {
    float: none;
    width: 100%;
    max-width: inherit;
  }

  .mascara_eyeliner .main .productStatus .productText strong {
    font-size: 17px;
    line-height: 21px;
  }

  .mascara_eyeliner .main .productStatus .productText span {
    font-size: 14px;
    line-height: 21px;
  }

  .mascara_eyeliner .main .productStatus .productText p {
    line-height: 21px;
    margin-top: 5px;
    padding-bottom: 0;
  }

  .mascara_eyeliner .main .productStatus .leftImg .productText,
  .mascara_eyeliner .main .productStatus .rightImg .productText {
    float: none;
    padding-top: 18px;
    width: 100%;
    max-width: inherit;
  }
}



#single_product.mascara .banner_renewal {
  margin: 45px auto 70px;
  width: 100%;
  max-width: 920px;
}

#single_product.mascara .banner_renewal img {
  display: block;
  width: 100%;
}

@media (max-width: 850px) {

  #single_product.mascara .banner_renewal {
    margin-bottom: 15px;
    margin-top: 32px;
  }

  .mascara #prod_head .prods li img.deco {
    height: auto;
    position: absolute;
    right: -16%;
    top: -12%;
    width: 60%;
    z-index: 1;
  }
}



#single_product.eyeliner .banner_renewal {
  margin: -35px auto 120px;
  width: 100%;
  max-width: 920px;
}

#single_product.eyeliner .banner_renewal img {
  display: block;
  width: 100%;
}

@media (max-width: 850px) {

  #single_product.eyeliner .banner_renewal {
    margin-bottom: 60px;
    margin-top: -5px;
  }
}



/**
 * .miniWindow--01
 */

.miniWindow-content {
  display: none;
}

.miniWindow--01 {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.miniWindow--01 .miniWindow-overlay {
  background: rgba(0, 0, 0, .85);
  height: 100%;
  left: 0;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.miniWindow--01 .miniWindow-close {
  align-items: center;
  background: #000;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  left: calc(100% - 30px);
  top: 0;
  width: 30px;
  z-index: 3;
}

/*
.miniWindow--01 .miniWindow-close:before,
.miniWindow--01 .miniWindow-close:after {
  content: "";
  left: calc(50% + 1px);
  position: absolute;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.miniWindow--01 .miniWindow-closer:before {
  border-top: 1px solid #fff;
  height: 0;
  width: 100%;
  z-index: 1;
}
*/
.miniWindow--01 .miniWindow-close:before {
  content: "×";
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  margin: 1px 0 0;
  z-index: 1;
}

.miniWindow--01 .miniWindow-close.miniWindow-close-2 {
  bottom: 30px;
  background: none;
  cursor: pointer;
  display: none;
  font-size: 13px;
  height: 15px;
  left: 50%;
  position: absolute;
  top: auto;
  transform: translate(-50%, 0);
  width: 15px;
  z-index: 3;
}

.miniWindow--01 .miniWindow-close.miniWindow-close-2:before {
  font-size: 16px;
  margin: 1px 7px 0 0;
}

.miniWindow--01 .miniWindow-close.miniWindow-close-2:after {
  background: #000;
  content: "";
  height: 15px;
  left: 1px;
  position: absolute;
  top: 2px;
  width: 15px;
  z-index: -1;
}

.miniWindow--01>.miniWindow-inner {
  height: calc(100% - 160px);
  margin: 80px auto;
  overflow: auto;
  position: relative;
  width: calc(100% - 160px);
  max-width: 1080px;
  z-index: 1;
}

.miniWindow--01 .miniWindow-contents {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  /* z-index: 999; */
}

.miniWindow--01 .miniWindow-contents .miniWindow-item {
  display: table-cell;
  /* height: 100%; */
  /* position: relative; */
  vertical-align: middle;
  /* z-index: 1; */
}

.miniWindow--01 .miniWindow-contents .miniWindow-item .miniWindow-inner {
  /* height: 100%; */
  /* overflow: auto; */
  position: relative;
  width: 100%;
  z-index: 1;
}

.miniWindow--01 .miniWindow-content {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.miniWindow--01.open {
  opacity: 1;
}

.miniWindow--01.openStart {
  transition: opacity .5s;
}

.miniWindow--01.close {
  opacity: 0;
}

.miniWindow--01.closeStart {
  transition: opacity .5s;
}

@media (max-width: 850px) {

  .miniWindow--01>.miniWindow-inner {
    height: calc(100% - 100px);
    margin-bottom: 50px;
    margin-top: 50px;
    width: calc(100% - 30px);
  }

  .miniWindow--01 .miniWindow-close.miniWindow-close-1 {
    display: none;
  }

  .miniWindow--01 .miniWindow-close.miniWindow-close-2 {
    /* background: none; */
    display: flex;
    height: auto;
    width: auto;
  }
}



.product {
  margin: 0 auto;
  padding: 25px 40px 40px;
  FONT-WEIGHT: 200;
}

.product img {
  display: block;
  width: 100%;
}

.product .productInner {
  /* border-top: 1px solid #eee; */
}

.product .productInner .item {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  /* padding: 40px 0 80px; */
  padding: 0 0 80px;
}

.product .productInner .item:last-child {
  border-bottom: none;
  /* border-top: none; */
}

.product .productInner .item .images {
  /* width: 41%; */
}

.product .productInner .item .images .image {
  margin: 0 auto;
  padding: 40px 0 0;
  width: 100%;
  max-width: 690px;
}

.product .productInner .item .images .anchor {
  margin: 30px 0 0;
}

.product .productInner .item .text {
  width: 56%;
}

.product .productInner .item .text .title {
  border-bottom: 1px solid #000;
  padding: 40px 0 19px 10px;
}

.product .productInner .item .text .title>* {
  display: block;
}

.product .productInner .item .text .title>*:nth-child(1) {
  font-size: 13px;
  line-height: 100%;
}

.product .productInner .item .text .title>*:nth-child(2) {
  font-size: 22px;
  line-height: 130%;
  margin: 11px 0 0;
}

.product .productInner .item .text .row {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: 30px 25px 20px 25px;
}

.product .productInner .item .text .row .cell_1 {
  margin: 0 45px 0 0;
  width: 70px;
  min-width: 70px;
}

.product .productInner .item .text .row .cell_2 {
  font-size: 15px;
  /* margin: 24px 0 0; */
  width: calc(100% - 105px);
  width: 100%;
}

.product .productInner .item .text .row .cell_2>*:nth-child(1) {}

.product .productInner .item .text .row .cell_2>*:nth-child(2) {
  margin: 9px 0 0;
}

.product .productInner .item .text .row .cell_2>*:nth-child(3) {
  margin: 10px 0 0;
}

.product .productInner .item .text .row .cell_2 small,
.product .productInner .item .text .row .cell_2 big {
  display: block;
}

.product .productInner .item .text .row .cell_2 small {
  font-size: 14px;
  line-height: 130%;
}

.product .productInner .item .text .row .cell_2 small span {
  color: #f46296;
  font-weight: bold;
}

.product .productInner .item .text .row .cell_2 small b {
  font-weight: 700;
}

.product .productInner .item .text .row .cell_2 big {
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 850px) {

  .product {
    /* padding-bottom: 20px; */
    padding: 25px 15px 20px;
  }

  .product .productInner {
    border-top: none;
  }

  .product .productInner .item {
    border-bottom: none;
    flex-flow: row wrap;
    padding-bottom: 50px;
    padding-top: 105px;
    position: relative;
    z-index: 1;
  }

  .product .productInner .item .images .image {
    padding-top: 0;
  }

  .product .productInner .item .images .anchor {
    margin-top: 20px;
  }

  .product .productInner .item .text .title {
    left: 0;
    padding-bottom: 14px;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .product .productInner .item .text .row+.title {
    position: static;
  }

  .product .productInner .item>*:nth-child(n) {
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
  }

  .product .productInner .item .text {
    border-top: 1px solid #eee;
    margin-top: 30px;
  }

  .product .productInner .item .text .title>*:nth-child(1) {
    font-size: 12px;
    line-height: 100%;
  }

  .product .productInner .item .text .title>*:nth-child(2) {
    font-size: 18px;
    margin-top: 5px;
  }

  .product .productInner .item .text .row {
    padding: 15px 10px 16px 10px;
  }

  .product .productInner .item .text .row .cell_1 {
    margin-right: 15px;
  }

  .product .productInner .item .text .row .cell_2 {
    font-size: 13px;
    margin-top: 14px;
    width: calc(100% - 75px);
    width: 100%;
  }

  .product .productInner .item .text .row .cell_2>*:nth-child(2) {
    margin-top: 2px;
  }

  .product .productInner .item .text .row .cell_2 small {}

  .product .productInner .item .text .row .cell_2 big {
    font-size: 16px;
  }
}



.button {
  display: block;
  margin: 0 auto;
  background: #ffffff;
  max-width: 250px;
  opacity: 1 !important;
  padding: 12px;
  font-size: 15px;
  text-align: center;
  border: solid 1px #000000;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.button span {
  display: inline-block;
  position: relative;
  padding-left: 33px;
  padding-right: 10px;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.button span:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 17px;
  background-image: url(img/products/prod_cart.png);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.button span:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 17px;
  background-image: url(img/products/prod_cart_white.png);
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

@media (min-width: 850px) {

  .button:hover {
    background: #000;
  }

  .button:hover span {
    color: #fff;
  }

  .button:hover span:before {
    opacity: 0;
  }

  .button:hover span:after {
    opacity: 1;
  }
}



.message--01,
.message--02 {
  text-align: center;
  /* margin: 0 0 40px; */
}

.message--01 a,
.message--02 a {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .5s;
  width: 100%;

}

.message--01 a {
  border: 1px solid #dd0a2a;
  color: #dd0a2a;
  display: inline-block;
  padding: 12px 0 10px;
  font-size: 14px;
  max-width: 335px;
}

.message--02 a {
  border: 4px solid #000;
  color: #000;
  display: inline-block;
  padding: 7px 20px 6px;
  font-size: 16px;
  font-weight: 600;
  max-width: 322px;

}

.message--01 a:hover,
.message--02 a:hover {
  opacity: .5;
}

.message--01 a br,
.message--02 a br {
  display: none;
}

@media (max-width: 750px) {

  .message--01,
  .message--02 {
    margin: 0 0 30px;
  }

  .message--01 a,
  .message--02 a {
    padding: 13px 0px;
  }
}

@media (max-width: 420px) {

  .message--01 a {
    /* font-size: 13px; */
  }
}

@media (max-width: 360px) {

  .message--01 a,
  .message--02 a {
    font-size: 13px;
  }
}

.message--01.top_page,
.message--02.top_page {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {

  .message--01.top_page {
    margin-top: 30px;
    padding: 0 clamp(1rem, -2.0625rem + 13.0667vw, 4.0625rem);
  }

  .message--02.top_page {
    width: 100%;
    margin-top: 30px;
  }
}



#product_list {
  margin: 75px auto 80px;
  padding: 0 50px;
  max-width: 926px;
}

#product_list ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#product_list li {
  /* padding: 0 20px; */
}

#product_list li a {
  color: var(--Black, #000);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: block;
  margin: 0 20px;
  /* padding: 0 20px; */
  position: relative;
  text-decoration: none;
  /* width: 100%; */
  z-index: 1;
}

#product_list li a.image {
  overflow: hidden;
  border-bottom: 4px solid var(--Regent-St-Blue, #A3BEE3);
}

#product_list li a.title {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  margin-top: 14px;
}

#product_list .sub_title {
  color: var(--Regent-St-Blue, #A3BEE3);
  text-align: center;
  /* font-family: "Yu Gothic"; */
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 11.2px */
  display: none;
  margin: 5px 0 0;
}

#product_list li a .sub_image {
  align-items: center;
  background: rgba(0, 0, 0, .5);
  display: flex;
  padding: 3px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  /* margin-top:-7px; */
  /* line-height:22px; */
  opacity: 0;
  color: #fff;
  font-size: 12px;
}

#product_list li a img {
  /* border-bottom: 4px solid var(--Regent-St-Blue, #A3BEE3); */
  width: 100%;
}

#product_list .slick-prev {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20viewBox%3D%220%200%2011%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.0002%200.530518L1.68018%208.53052L10.0002%2016.5305%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  /* background: red; */
  display: block;
  left: -50px;
  overflow: hidden;
  height: 60px;
  position: absolute;
  text-indent: -1000px;
  top: 48%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 2;
}

#product_list .slick-next {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20viewBox%3D%220%200%2011%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.00007%2016.5305L9.32007%208.53052L1.00007%200.530517%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  /* background: red; */
  display: block;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: -50px;
  text-indent: -1000px;
  top: 48%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) and (min-width: 851px) {

  #product_list a .sub_image {
    transition: opacity 0.5s;
  }

  #product_list a .img_cont img {
    transition: transform 0.5s;
  }

  #product_list a:hover .sub_image {
    opacity: 1;
  }

  #product_list a:hover .img_cont img {
    transform: scale(1.15);
  }
}


@media screen and (max-width: 1024px) {

  #product_list {
    padding: 0 30px;
    /* max-width: 896px; */
  }
}

@media screen and (max-width: 850px) {

  #product_list {
    margin: 75px auto 80px;
    padding: 0;
    max-width: 640px;
  }

  #product_list .sub_title {
    display: block;
  }

  #product_list .ifPc {
    display: block !important;
  }

  #product_list .ifSp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {

  #product_list {
    margin: 35px auto 50px;
    padding: 0 clamp(1rem, -2.0625rem + 13.0667vw, 4.0625rem);
    max-width: 690px;
  }

  #product_list .ifPc {
    display: none !important;
  }

  #product_list .ifSp {
    display: block !important;
  }

  #product_list ul {
    flex-flow: row wrap;
    margin: 0 0 -30px -20px;
    width: calc(100% + 20px);
  }

  #product_list li {
    margin: 0 0 30px 20px;
    width: calc(50% - 20px);
  }

  #product_list li a {
    margin: 0;
  }
}



.title--01 {
  color: var(--Black, #000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28px */
  letter-spacing: 1.4px;
  margin: 0 0 40px;
  text-transform: uppercase;
  text-align: center;
}

.message--01+.title--01 {
  margin-top: 75px;
}

.boxx--01+.title--01 {
  margin-top: 75px;
}

.title--01:after {
  border-left: 1px solid #000;
  content: "";
  display: block;
  height: 40px;
  margin: 12px auto 0;
  width: 1px;
}

@media screen and (max-width: 850px) {

  .title--01 {
    font-size: 24px;
  }

  .boxx--01+.title--01 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {

  .message--01+.title--01 {
    margin-bottom: 15px;
    margin-top: 60px;
  }

  .boxx--01+.title--01 {
    margin-bottom: 15px;
    margin-top: 60px;
    padding: 0 clamp(1rem, -2.0625rem + 13.0667vw, 4.0625rem);
  }
}



.boxx--01 {}

.boxx--01 img {
  vertical-align: bottom;
  width: 100%;
  /* max-width: 100%; */
}

.boxx--01 a {
  text-decoration: none;
}

.boxx--01 .boxx-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.boxx--01 .boxx-contents {
  display: flex;
  justify-content: space-between;
  margin: 0 0 max(-4vw, -64px) max(-4vw, -64px);
  width: calc(100% + min(4vw, 64px));
}

.boxx--01 .boxx-contents .boxx-item {
  margin: 0 0 min(4vw, 64px) min(4vw, 64px);
  max-width: 468px;
  width: 50%;
}

.boxx--01 .boxx-contents .boxx-item>.boxx-inner {
  display: flex;
}

.boxx--01 .boxx-contents .boxx-item>.boxx-inner+.boxx-inner {
  margin-top: 40px;
}

.boxx--01 .boxx-contents .boxx-inner .boxx-image {
  flex-shrink: 0.87;
  margin-right: 25px;
  width: 100%;
  max-width: 200px;
}

.boxx--01 .boxx-contents .boxx-anchor {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  border: none;
  display: flex;
  justify-content: flex-end;
  margin: -3px 0 0;
  width: 100%;
}

.boxx--01 .boxx-contents .boxx-anchor a {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}

.boxx--01 .boxx-contents .boxx-anchor a:before {
  border-bottom: 1px solid #000;
  bottom: -3px;
  content: "";
  left: 0;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.boxx--01 .boxx-contents .boxx-title {
  color: var(--Black, #000);
  /* font-family: "Yu Gothic"; */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 17px 0 0;
}

.boxx--01 .boxx-contents .boxx-inner .boxx-title {
  margin-top: 0;
}

.boxx--01 .boxx-contents .boxx-title.boxx-productName {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 21px;
}

.boxx--01 .boxx-contents .boxx-date {
  color: var(--Black, #000);
  /* font-family: "Yu Gothic"; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 11px 0 0;
}

.boxx--01 .boxx-contents .boxx-date span {
  border-top: 1px solid #000;
  display: inline-block;
  margin: 0 7px 2px;
  vertical-align: middle;
  width: 20px;
}

.boxx--01 .boxx-contents .boxx-item:nth-child(1) {}

.boxx--01 .boxx-contents .boxx-item:nth-child(2) {}

@media (hover: hover) and (pointer: fine) and (min-width: 851px) {

  .boxx--01 a {
    transition: opacity 0.5s;
  }

  .boxx--01 a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 850px) {

  .boxx--01 {
    /* margin: 0 auto; */
    /* max-width: 690px; */
  }

  .boxx--01 .boxx-wrap {
    margin: 0 auto;
    max-width: 690px;
  }

  .boxx--01 .boxx-contents {
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin: 0 0 max(-40px, -40px) max(-40px, -40px); */
    margin: 0;
    width: 100%;
  }

  .boxx--01 .boxx-contents .boxx-item {
    margin: 0 0 min(40px, 40px) min(40px, 40px);
    max-width: 468px;
    width: 33.33%;
  }

  .boxx--01 .boxx-contents .boxx-item:nth-child(1) {
    /* background: red; */
    margin: 0;
    max-width: 203px;
    width: 100%;
  }

  .boxx--01 .boxx-contents .boxx-item:nth-child(2) {
    /* background: red; */
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    max-width: calc(100% - 203px);
    width: 100%;
  }

  .boxx--01 .boxx-contents .boxx-inner .boxx-image {
    margin-right: 0;
    max-width: 203px;
  }

  .boxx--01 .boxx-contents .boxx-item>.boxx-inner {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 min(40px, 40px) min(40px, 40px);
    width: calc(50% - min(40px, 40px));
  }

  .boxx--01 .boxx-contents .boxx-item>.boxx-inner+.boxx-inner {
    margin-top: 0;
  }

  .boxx--01 .boxx-contents .boxx-item>.boxx-inner+.boxx-inner {
    margin-top: 0;
  }

  .boxx--01 .boxx-contents .boxx-item>.boxx-inner:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {

  .boxx--01 .boxx-contents .boxx-inner .boxx-text {
    margin: 17px 0 0;
  }
}

@media screen and (max-width: 750px) {

  .boxx--01 {
    padding: 0 clamp(1rem, -2.0625rem + 13.0667vw, 4.0625rem);
  }

  .boxx--01 img {
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
  }

  .boxx--01 .boxx-wrap {
    margin: 0 auto;
    max-width: 1000px;
  }

  .boxx--01 .boxx-contents {
    /* display: flex; */
    flex-flow: row wrap;
    /* justify-content: space-between; */
    /* margin: 0 0 max(-4vw, -64px) max(-4vw, -64px); */
    /* width: calc(100% + min(4vw, 64px)); */
  }

  .boxx--01 .boxx-contents .boxx-item {
    margin: 0 0 min(4vw, 64px) min(4vw, 64px);
    max-width: none;
    width: calc(100% - min(4vw, 64px));
  }

  .boxx--01 .boxx-contents .boxx-item>.boxx-inner {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    width: 100%;
  }

  .boxx--01 .boxx-contents .boxx-item>.boxx-inner+.boxx-inner {
    margin-top: 40px;
  }

  .boxx--01 .boxx-contents .boxx-inner .boxx-text {
    margin: 10px 0 0;
  }

  .boxx--01 .boxx-contents .boxx-inner .boxx-image {
    margin-right: 0;
    /* width: 100%; */
    max-width: none;
  }

  .boxx--01 .boxx-contents .boxx-anchor {
    /* font-family:"Century Gothic",CenturyGothic,'Muli',sans-serif; */
    /* border: none; */
    /* display: flex; */
    justify-content: center;
    margin: -8px auto 0;
    /* width: 100%; */
    max-width: 210px;
  }

  .boxx--01 .boxx-contents .boxx-anchor a {
    /* font-size: 12px; */
    /* display: flex; */
    justify-content: center;
    /* position: relative; */
    /* text-transform: uppercase; */
    /* text-decoration: none; */
    /* z-index: 1; */
    border: 1px solid #000;
    padding: 7px 20px;
    /* text-align: center; */
    width: 100%;
    max-width: 210px;
  }

  .boxx--01 .boxx-contents .boxx-anchor a:before {
    /* border-bottom: 2px solid #000; */
    /* bottom: 0; */
    /* content: ""; */
    /* left: 0; */
    /* position: absolute; */
    /* text-transform: uppercase; */
    /* text-decoration: none; */
    /* width: 100%; */
    /* z-index: 1; */
    display: none;
  }

  .boxx--01 .boxx-contents .boxx-title {
    color: var(--Black, #000);
    /* font-family: "Yu Gothic"; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 10px 0 0;
  }

  .boxx--01 .boxx-contents .boxx-inner .boxx-title {
    margin-top: 0;
  }

  .boxx--01 .boxx-contents .boxx-title.boxx-productName {
    color: var(--Black, #000);
    text-align: center;
    font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 21px;
  }

  .boxx--01 .boxx-contents .boxx-date {
    color: var(--Black, #000);
    /* font-family: "Yu Gothic"; */
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 3px 0 0;
  }

  .boxx--01 .boxx-contents .boxx-date span {
    border-top: none;
    /* display: none; */
    margin: 0 2px;
    /* vertical-align: middle; */
    width: 0;
  }

  .boxx--01 .boxx-contents .boxx-item:nth-child(1) {
    max-width: none;
  }

  .boxx--01 .boxx-contents .boxx-item:nth-child(2) {
    max-width: none;
  }

  .boxx--01 .boxx-contents .boxx-item+.boxx-item {
    margin-top: 30px;
  }
}



.boxx--02 {}

.boxx--02 img {
  vertical-align: bottom;
  max-width: 100%;
}

.boxx--02 a {
  text-decoration: none;
}

.boxx--02 .boxx-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.boxx--02 .boxx-contents {
  display: flex;
  justify-content: space-between;
  margin: 0 0 max(-4vw, -64px) max(-4vw, -64px);
  width: calc(100% + min(4vw, 64px));
}

.boxx--02 .boxx-contents .boxx-item {
  margin: 0 0 min(4vw, 64px) min(4vw, 64px);
  max-width: 468px;
  width: 50%;
}

.boxx--02 .boxx-contents .boxx-item>.boxx-inner {
  display: flex;
}

.boxx--02 .boxx-contents .boxx-item>.boxx-inner+.boxx-inner {
  margin-top: 40px;
}

.boxx--02 .boxx-contents .boxx-inner .boxx-image {
  margin-right: 25px;
  position: relative;
  width: 100%;
  max-width: 200px;
  z-index: 1;
}

.boxx--02 .boxx-contents .boxx-image {
  /* background: rgba(0, 0, 0, .5); */
  /* height: 100%; */
  /* left: 0; */
  overflow: hidden;
  position: relative;
  /* top: 0; */
  /* width: 100%; */
  z-index: 1;
}

.boxx--02 .boxx-contents .boxx-image div {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.boxx--02 .boxx-contents .boxx-anchor {
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  border: none;
  display: flex;
  justify-content: flex-end;
  margin: -3px 0 0;
  width: 100%;
}

.boxx--02 .boxx-contents .boxx-anchor a {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}

.boxx--02 .boxx-contents .boxx-anchor a:before {
  border-bottom: 2px solid #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.boxx--02 .boxx-contents .boxx-title {
  color: var(--Black, #000);
  /* font-family: "Yu Gothic"; */
  /* font-size: 13px; */
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 17px 0 0;
}

.boxx--02 .boxx-contents .boxx-inner .boxx-title {
  margin-top: 0;
}

.boxx--02 .boxx-contents .boxx-title.boxx-productName {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
}

.boxx--02 .boxx-contents .boxx-productName {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, 'Muli', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 21px;
}

.boxx--02 .boxx-contents .boxx-productNameSub {
  color: var(--Regent-St-Blue, #A3BEE3);
  text-align: center;
  /* font-family: "Yu Gothic"; */
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 11.2px */
  display: none;
  margin: 5px 0 0;
}

.boxx--02 .boxx-contents .boxx-date {
  color: var(--Black, #000);
  font-family: "Yu Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 11px 0 0;
}

.boxx--02 .boxx-contents .boxx-date span {
  border-top: 1px solid #000;
  display: inline-block;
  margin: 0 7px 2px;
  vertical-align: middle;
  width: 20px;
}

.boxx--02 .boxx-contents .boxx-item:nth-child(1) {}

.boxx--02 .boxx-contents .boxx-item:nth-child(2) {}

@media (hover: hover) and (pointer: fine) and (min-width: 851px) {

  .boxx--02 a .boxx-image img {
    transition: transform 0.5s;
  }

  .boxx--02 a:hover .boxx-image img {
    transform: scale(1.15);
  }

  .boxx--02 a .boxx-image div {
    opacity: 0;
    transition: opacity 0.5s;
  }

  .boxx--02 a:hover .boxx-image div {
    opacity: 1;
  }
}

@media screen and (max-width: 850px) {

  .boxx--02 .boxx-wrap {
    max-width: 690px;
  }

  .boxx--02 .boxx-contents {
    display: flex;
    justify-content: space-between;
    margin: 0 0 -64px -64px;
    width: calc(100% + 64px);
  }

  .boxx--02 .boxx-contents .boxx-item {
    margin: 0 0 64px 64px;
    width: 50%;
  }

  .boxx--02 .boxx-contents .boxx-productNameSub {
    display: block;
  }
}

@media screen and (max-width: 750px) {

  .boxx--02 {
    padding: 0 clamp(1rem, -2.0625rem + 13.0667vw, 4.0625rem);
  }

  .boxx--02 img {
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
  }

  .boxx--02 .boxx-wrap {
    /* margin: 0 auto; */
    /* padding: 0 clamp(1rem, -2.0625rem + 13.0667vw, 4.0625rem); */
    max-width: 690px;
  }

  .boxx--02 .boxx-contents {
    /* display: flex; */
    flex-flow: row wrap;
    /* justify-content: space-between; */
    margin: 0;
    width: 100%;
  }

  .boxx--02 .boxx-contents .boxx-item {
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .boxx--02 .boxx-contents .boxx-item+.boxx-item {
    margin-top: 40px;
  }

  .boxx--02 .boxx-contents .boxx-item>.boxx-inner {
    display: flex;
    flex-flow: row wrap;
  }

  .boxx--02 .boxx-contents .boxx-item>.boxx-inner+.boxx-inner {
    margin-top: 40px;
  }

  .boxx--02 .boxx-contents .boxx-inner .boxx-image {
    margin-right: 0;
    /* width: 100%; */
    max-width: none;
  }

  .boxx--02 .boxx-contents .boxx-anchor {
    /* font-family:"Century Gothic",CenturyGothic,'Muli',sans-serif; */
    /* border: none; */
    /* display: flex; */
    justify-content: center;
    /* margin: -3px 0 0; */
    /* width: 100%; */
  }

  .boxx--02 .boxx-contents .boxx-anchor a {
    /* font-size: 12px; */
    /* display: flex; */
    justify-content: center;
    /* position: relative; */
    /* text-transform: uppercase; */
    /* text-decoration: none; */
    /* z-index: 1; */
    border: 1px solid #000;
    padding: 10px 20px;
    /* text-align: center; */
    width: 100%;
    max-width: 210px;
  }

  .boxx--02 .boxx-contents .boxx-anchor a:before {
    /* border-bottom: 2px solid #000; */
    /* bottom: 0; */
    /* content: ""; */
    /* left: 0; */
    /* position: absolute; */
    /* text-transform: uppercase; */
    /* text-decoration: none; */
    /* width: 100%; */
    /* z-index: 1; */
    display: none;
  }

  .boxx--02 .boxx-contents .boxx-title {
    color: var(--Black, #000);
    /* font-family: "Yu Gothic"; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 17px 0 0;
  }

  .boxx--02 .boxx-contents .boxx-inner .boxx-title {
    margin-top: 17px;
  }

  .boxx--02 .boxx-contents .boxx-title.boxx-productName {
    /* color: var(--Black, #000); */
    /* text-align: center; */
    /* font-family:"Century Gothic",CenturyGothic,'Muli',sans-serif; */
    /* font-size: 20px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: 100%; */
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    /* margin-top: 13px; */
  }

  .boxx--02 .boxx-contents .boxx-date {
    color: var(--Black, #000);
    font-family: "Yu Gothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 11px 0 0;
  }

  .boxx--02 .boxx-contents .boxx-date span {
    border-top: 1px solid #000;
    display: inline-block;
    margin: 0 7px 2px;
    vertical-align: middle;
    width: 20px;
  }

  .boxx--02 .boxx-contents .boxx-item:nth-child(1) {}

  .boxx--02 .boxx-contents .boxx-item:nth-child(2) {}
}





/*お問い合わせ NEW*/
.contact-new {}

.contact-new.contact-top {
  margin-top: 81px;
  margin-bottom: 80px;
}

.contact-new.contact-top h3 {
  text-align: center;
}

.contact-new.contact-top .text {
  max-width: 580px;
  margin: 26px auto 0;
  line-height: 1.8;
}

.contact-new .reception_time,
.contact-new .thanks .reception_time {
  text-align: center;
  max-width: 328px;
  margin: 23px auto 0;
  background-color: #F3F3F3;
  padding: 16px 16px 14px;
  margin-bottom: 50px;
}

.contact-new .reception_time .atent,
.contact-new .thanks .reception_time .atent {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
}

.contact-new.contact-top .reception_time {}

.contact-new.contact-top .reception_time .atent {}

.contact-new .link {}

.contact-new .link li {
  list-style: none;
  text-align: center;
}

.contact-new .link li:nth-child(n + 2) {
  margin-top: 16px;
}

.contact-new .link li a {
  font-size: 16px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0;
  max-width: 438px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s ease-out;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}



@media (max-width: 750px) {
  .contact-new .link li a {
    font-size: 14px;
    height: 50px;
  }
}

.contact-new .link li a::before {
  content: "";
  width: 9px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -8px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDkgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjM1MzU3NyAwLjM1MzU3N0w4LjM1MzU4IDguMzUzNThMMC4zNTM1NzcgMTYuMzUzNiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
  background-size: 100%;
}

@media (max-width: 750px) {
  .contact-new .link li a::before {
    width: 7px;
    height: 13px;
    right: 15px;
    margin-top: -6px;
  }
}

.contact-new .link li a:hover {
  opacity: 0.5;
}

.contact-new.contact-top .link {
  margin-top: 46px;
}

.contact-new.contact-formbody {
  margin-top: 81px;
  margin-bottom: 88px;
}

@media (max-width: 750px) {
  .contact-new.contact-formbody {
    margin-top: 41px;
    margin-bottom: 58px;
  }
}

.contact-new.contact-formbody h3 {
  text-align: center;
}

.contact-new.contact-formbody .fb-block {
  padding: 32px;
  text-align: center;
  max-width: 716px;
  margin: 25px auto -20px;
  background-color: #F3F3F3;
}

@media (max-width: 750px) {
  .contact-new.contact-formbody .fb-block {
    padding: 26px 24px;
    margin-top: 17px;
    text-align: left;
  }
}

.contact-new.contact-formbody .text1 {}

.contact-new.contact-formbody .text2 {
  margin-top: 27px;
}

.contact-new.contact-formbody .text3 {
  margin-top: 27px;
  margin-bottom: 21px;
  font-weight: bold;
  line-height: 1.4;
}

.contact-new.contact-formbody .text4 {
  /*margin-top: 27px;*/
  margin-bottom: 21px;
  line-height: 1.4;
}
.contact-new.contact-formbody .text5 {
  line-height: 1.4;
}

@media (max-width: 750px) {

  .contact-new.contact-formbody .text1,
  .contact-new.contact-formbody .text2,
  .contact-new.contact-formbody .text3,
  .contact-new.contact-formbody .text4 {
    text-align: left;
  }

  .contact-new.contact-formbody .text2 {
    margin-top: 17px;
    line-height: 1.8;
  }

  .contact-new.contact-formbody .text3 {
    margin-top: 17px;
    margin-bottom: 15px;
  }

  .contact-new.contact-formbody .text3+a {}
}

.contact-new.contact-formbody .reception_time {
  background-color: #fff;
  margin-top: 26px;
}

@media (max-width: 750px) {
  .contact-new.contact-formbody .reception_time {
    margin-top: 15px;
    padding-bottom: 17px;
  }
}

.contact-new.contact-formbody .reception_time .atent {}

.contact-new.contact-formbody .link {
  margin-top: 19px;
  margin-bottom: 15px;
}

.contact-new.contact-formbody .link li a {
  max-width: 478px;
}

@media (max-width: 750px) {
  .contact-new.contact-top {
    margin-top: 41px;
    margin-bottom: 40px;
  }

  .contact-new.contact-top h3 {}

  .contact-new.contact-top .text {
    margin-top: 17px;
    padding: 0 1px;
  }

  .contact-new.contact-top .reception_time {
    margin-top: 16px;
    padding: 16px 16px 17px;
  }

  .contact-new.contact-top .reception_time .atent {}

  .contact-new.contact-top .link {
    margin-top: 32px;
  }

  .contact-new.contact-top .link li {}

  .contact-new.contact-top .link li:nth-child(n + 2) {}

  .contact-new.contact-top .link li a {
    font-size: 14px;
  }

  .contact-new.contact-top .link li a::before {}

  .contact-new.contact-top .link li a:hover {}
}

/* お問い合わせ　改修 2026.04 */
:root {
  /* 変数を定義 */
  --underline-thickness: 2px;
  --main-red: #ff0000;
  --underline-padding: 2px;
  --btn-underline-padtop: 4px;
}
.contact-base {
}
.contact-base h2 small {
  /* border-bottom: var(--underline-thickness) solid var(--main-red);
  padding-bottom: var(--underline-padding);
  width: fit-content;
  margin: 0 auto; */
}

.contact-new .link li a span {
  /* border-bottom: var(--underline-thickness) solid var(--main-red);
  padding-bottom: var(--underline-padding);
  padding-top: var(--btn-underline-padtop);
  line-height: 1; */
}
.contact-new.contact-formbody h3 span {
  /* border-bottom: var(--underline-thickness) solid var(--main-red);
  padding-bottom: var(--underline-padding);
  padding-top: var(--btn-underline-padtop);
  line-height: 1; */
}



/* FAQ */
.faq_section {
  max-width: 778px;
  margin: 80px auto -20px;
}

@media (max-width: 750px) {
  .faq_section {
    margin-top: 40px;
  }
}

.faq_section .anchor {
  display: flex;
  flex-wrap: wrap;
}

.faq_section .anchor li {
  width: 25%;
  list-style: none;
}

@media (max-width: 750px) {
  .faq_section .anchor li {
    width: 50%;
    list-style: none;
  }
}

.faq_section .anchor li a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: block;
  text-decoration: none;
  border-left: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 751px) {

  .faq_section .anchor li:nth-child(-n + 4) a {
    border-top: solid 1px #E0E0E0;
  }
}

@media (max-width: 750px) {
  .faq_section .anchor li:nth-child(-n + 2) a {
    border-top: solid 1px #E0E0E0;
  }

  .faq_section .anchor li a {
    position: relative;
    height: 41px;
    line-height: 41px;
    text-align: left;
    padding: 0 10px;
    width: calc(100% - 20px);
  }

  .faq_section .anchor li a::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOC4zNTM1MiAwLjM1MzU0Nkw0LjM1MzUyIDQuMzUzNTVMMC4zNTM1MTYgMC4zNTM1NDYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    background-size: 100%;
  }
}

@media (min-width: 751px) {
  .faq_section .anchor li:nth-child(4n) a {
    border-right: solid 1px #E0E0E0;
  }
}

@media (max-width: 750px) {
  .faq_section .anchor li:nth-child(2n) a {
    border-right: solid 1px #E0E0E0;
  }
}

.faq_section .faq-wrap {
  margin-top: 39px;
  margin-bottom: 83px;
}

@media (max-width: 750px) {
  .faq_section .faq-wrap {
    margin-top: 24px;
  }
}

.faq_section .faq-wrap h3 {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  background-color: #A3BEE3;
  padding: 16px 0;
}

.faq_section .faq-wrap>div:nth-of-type(n+2) h3 {
  margin-top: 41px;
}

@media (max-width: 750px) {
  .faq_section .faq-wrap h3 {
    padding: 12px 18px;
    text-align: left;
    display: block;
    width: auto;
  }
}

.faq_section .faq-wrap>div {
  position: relative;
}

.faq_section .faq-wrap>div .anker {
  position: absolute;
  top: -70px;
}

@media (max-width: 750px) {
  .faq_section .faq-wrap>div .anker {
    top: -70px;
  }
}

.faq_section .faq-wrap dl {
  padding: 0;
  border-bottom: solid 1px #A3BEE3;
}

@media (max-width: 750px) {
  .faq_section .faq-wrap dl {
    padding: 0;
  }
}

.faq_section .faq-wrap dl dt {
  position: relative;
  /* 19.6px */
  padding-top: 26px;
  padding-bottom: 26px;
}

.faq_section .faq-wrap dl dt>span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.faq_section .faq-wrap dl dt::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  top: 50%;
  margin-top: -10px;
  left: 34px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxOSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQ0NzcgMjUuNTA4QzEzLjY0NSAyNC45MTA2IDEyLjg1MTcgMjQuMTM2IDEyLjA2NzcgMjMuMTg0QzExLjI4MzcgMjIuMjMyIDEwLjYwMjMgMjEuMjYxMyAxMC4wMjM3IDIwLjI3MkwxMi4yNjM3IDE5LjUxNkMxMi43NDkgMjAuNDY4IDEzLjMxODMgMjEuMzA4IDEzLjk3MTcgMjIuMDM2QzE0LjYyNSAyMi43NjQgMTUuMzE1NyAyMy40MzYgMTYuMDQzNyAyNC4wNTJMMTQuNDQ3NyAyNS41MDhaTTkuMDcxNjcgMjAuMzg0QzcuMjA1MDEgMjAuMzg0IDUuNTkwMzQgMTkuOTczMyA0LjIyNzY3IDE5LjE1MkMyLjg4MzY3IDE4LjMzMDYgMS44MzgzNCAxNy4xNTQ2IDEuMDkxNjcgMTUuNjI0QzAuMzYzNjcyIDE0LjA5MzMgLTAuMDAwMzI4MDQ5IDEyLjI4MjYgLTAuMDAwMzI4MDQ5IDEwLjE5MkMtMC4wMDAzMjgwNDkgOC4wODI2NCAwLjM2MzY3MiA2LjI3MTk3IDEuMDkxNjcgNC43NTk5N0MxLjgxOTY3IDMuMjI5MzEgMi44NTU2NyAyLjA1MzMxIDQuMTk5NjcgMS4yMzE5N0M1LjU2MjM0IDAuNDEwNjM5IDcuMTg2MzQgLTIuNzY1NjZlLTA1IDkuMDcxNjcgLTIuNzY1NjZlLTA1QzEwLjkzODMgLTIuNzY1NjZlLTA1IDEyLjU1MyAwLjQxMDYzOSAxMy45MTU3IDEuMjMxOTdDMTUuMjc4MyAyLjA1MzMxIDE2LjMyMzcgMy4yMjkzMSAxNy4wNTE3IDQuNzU5OTdDMTcuNzc5NyA2LjI3MTk3IDE4LjE0MzcgOC4wNzMzMSAxOC4xNDM3IDEwLjE2NEMxOC4xNDM3IDEyLjI3MzMgMTcuNzcwMyAxNC4wOTMzIDE3LjAyMzcgMTUuNjI0QzE2LjI5NTcgMTcuMTU0NiAxNS4yNTAzIDE4LjMzMDYgMTMuODg3NyAxOS4xNTJDMTIuNTQzNyAxOS45NzMzIDEwLjkzODMgMjAuMzg0IDkuMDcxNjcgMjAuMzg0Wk05LjA3MTY3IDE4LjQyNEMxMS4xODEgMTguNDI0IDEyLjgyMzcgMTcuNzE0NiAxMy45OTk3IDE2LjI5NkMxNS4xNzU3IDE0Ljg1ODYgMTUuNzYzNyAxMi44MTQ2IDE1Ljc2MzcgMTAuMTY0QzE1Ljc2MzcgNy41MTMzMSAxNS4xNzU3IDUuNDg3OTcgMTMuOTk5NyA0LjA4Nzk3QzEyLjgyMzcgMi42NjkzMSAxMS4xODEgMS45NTk5NyA5LjA3MTY3IDEuOTU5OTdDNi45NjIzNCAxLjk1OTk3IDUuMzEwMzQgMi42NjkzMSA0LjExNTY3IDQuMDg3OTdDMi45Mzk2NyA1LjUwNjY0IDIuMzUxNjcgNy41MzE5NyAyLjM1MTY3IDEwLjE2NEMyLjM1MTY3IDEyLjc5NiAyLjkzOTY3IDE0LjgzMDYgNC4xMTU2NyAxNi4yNjhDNS4zMTAzNCAxNy43MDUzIDYuOTYyMzQgMTguNDI0IDkuMDcxNjcgMTguNDI0WiIgZmlsbD0iI0EzQkVFMyIvPgo8L3N2Zz4K');
  background-size: 100%;
}

@media (max-width: 750px) {
  .faq_section .faq-wrap dl dt::before {
    width: 17px;
    top: 0;
    height: 23px;
    margin-top: 27px;
    left: 16px;
  }
}

.faq_section .faq-wrap dl dt,
.faq_section .faq-wrap dl dd {
  padding-left: 111px;
  padding-right: 50px;
}

@media (max-width: 750px) {

  .faq_section .faq-wrap dl dt,
  .faq_section .faq-wrap dl dd {
    padding-left: 48px;
    padding-right: 50px;
  }
}

.faq_section .faq-wrap dl dd {
  position: relative;
  /* margin-top: 46px; */
}

.faq_section .faq-wrap dl dd>div {
  padding-top: 17px;
  padding-bottom: 39px;
}

.faq_section .faq-wrap dl dt+dd {
  /* margin-top: 41px; */
}

.faq_section .faq-wrap dl dd+dt {
  margin-top: 50px;
}

.faq_section .faq-wrap dl dd::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 33px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuMzgwMDkgMTkuOTM2SDkuMzc4MDVlLTA1TDguNzY0MDkgLTIuNjIyNmUtMDVIMTAuNzgwMUwxOS41NDQxIDE5LjkzNkgxNy4xOTIxTDkuMzgwMDkgMS42Nzk5N0gxMC4yMjAxTDIuMzgwMDkgMTkuOTM2Wk0zLjcyNDA5IDE0LjgxMkw0LjUzNjA5IDEyLjkwOEgxNS4wMDgxTDE1LjgyMDEgMTQuODEySDMuNzI0MDlaIiBmaWxsPSIjQTNCRUUzIi8+Cjwvc3ZnPgo=');
  background-size: 100%;
}

@media (max-width: 750px) {
  .faq_section .faq-wrap dl dd::before {
    left: 16px;
  }
}

.faq_section .faq-wrap dl dd p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.6px */
}

.faq_section .faq-wrap dl dd p strong {
  font-weight: bold;
}

.faq_section .faq-wrap dl dd p:nth-of-type(n+ 2) {
  margin-top: 10px;
}
.faq_section .faq-wrap dl dd iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}


/*toggle*/
.faq_section .toggle .toggle-switch {
  position: relative;
  cursor: pointer;
}

.faq_section .toggle .toggle-switch span {
  /* width: 31.5px;
  height: 31.5px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: 3.6px;
  display: block;
  background-color: #4e4b47; */
}

@media (max-width: 750px) {
  .faq_section .toggle .toggle-switch span {
    /* width: 30px;
    height: 30px;
    right: 25px;
    margin-top: 10px; */
  }
}

.faq_section .toggle .toggle-switch span::before,
.faq_section .toggle .toggle-switch span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transition-duration: 0.2s;
  background-color: #A3BEE3;
  transform: rotate(180deg);
}

.faq_section .toggle .toggle-switch span::before {
  width: 13px;
  height: 1px;
  margin-top: -3px;
}

.faq_section .toggle .toggle-switch span::after {
  width: 1px;
  height: 13px;
  margin-top: -9px;
  margin-right: 6px;
}

@media (max-width: 750px) {
  .faq_section .toggle .toggle-switch span::before {
    margin-top: -15px;
    right: 24px;
  }

  .faq_section .toggle .toggle-switch span::after {

    margin-top: -21px;
    margin-right: 10px;
  }
}

.faq_section .toggle .toggle-body {
  max-height: 0;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.faq_section .toggle.active .toggle-body {
  max-height: 800px;
}

.faq_section .toggle .toggle-body .movie {
  margin-top: 25px;
}

.faq_section .toggle.active .toggle-switch span::after {
  transform: rotate(90deg);
}

.faq_section .faq-mascara-li {
  display: block;
  background-color: #F3F3F3;
  padding: 10px;
  margin: 5px 0 10px;
}
.faq_section .faq-mascara-li .faq-mascara-h {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.faq_section .faq-mascara-li ul {

}
.faq_section .faq-mascara-li ul li {
  list-style-position: inside;
  padding-left: 10px;
}
.faq_section .faq-mascara-li ul li::marker {
  font-weight: 100;
  padding-right: 0px;
}
.faq_section .faq-mascara-li ul li span {
  margin-left: -10px;
}
@media (max-width: 750px) {
  .faq_section .toggle .toggle-body {
    padding-right: 15px;
  }
  .faq_section .faq-mascara-li ul li span {
    margin-left: -5px;
  }
}
