@charset "UTF-8";

html,
body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

#prev_no {
  display: none !important;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  line-height: 150%;
  font-size: 100%;
  color: #333;
  font-family: 'LouisVuitton-N', Asian, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-top: 70px;
}

#logoutButton,
#loginButton,
#mypages,
#newmember {
  display: none;
}

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

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.sizeListTbl table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 15px;
}

.sizeListTbl th,
.sizeListTbl td {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1%;
  width: 11%;
  text-align: center;
}

.sizeListTbl th {
  width: 10%;
  background-color: #efefef;
}

.fs-c-productMarks img {
  height: 34px;
  width: auto;
}

.fs-c-productMarks {
  margin: 0 10px 10px 0;
}

.fs-c-productMark__item {
  margin: 0 10px 10px 0;
}

.fs-c-productListItem .fs-c-productMarks img {
  height: 20px !important;
  width: auto;
}

.fs-c-productListItem .fs-c-productMark__item {
  margin: 0 5px 5px 0;
}

/* ------------------
common
------------------ */

.mrb4 {
  margin-bottom: 4px;
}

.mrb10 {
  margin-bottom: 10px;
}

.mrb15 {
  margin-bottom: 15px;
}

.mrb20 {
  margin-bottom: 20px;
}

.mrb30 {
  margin-bottom: 30px;
}

.mrb40 {
  margin-bottom: 40px;
}

.mrb60 {
  margin-bottom: 60px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 70%;
}

#page-top img {
  width: 30px;
  height: 30px;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 30px;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}

/* ------------------
btn
------------------ */

.pnk_btn {
  background: #f46a8a;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 90%;
}

a .pnk_btn {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}

a:hover .pnk_btn {
  opacity: .5;
}

/* ------------------
header
------------------ */

.headfix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}

.headers {
  width: 90%;
  height: 60px;
  position: relative;
  padding: 20px 0 10px;
  margin: 0 auto;
}

.heds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  float: left;
}

.logo {
  max-width: 60px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -30px;
}

.logo img {
  width: 100%;
  height: auto;
}

#nav-toggle {
  height: 20px;
  width: 30px;
  cursor: pointer;
}

#nav-toggle p {
  font-size: 6px;
  font-weight: bold;
}

.tp_mys p:last-child {
  font-size: 6px;
  font-weight: bold;
  line-height: 1em;
}

#nav-toggle > div {
  position: relative;
  width: 26px;
  letter-spacing: -1.3px;
  padding-top: 10px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top .2s ease, -webkit-transform .3s ease-in-out;
  -webkit-transition: top .2s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .2s ease;
  transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 7px;
}

#nav-toggle span:nth-child(3) {
  top: 14px;
}


.open #nav-toggle span {
  background: #000;
  z-index: 100;
}

.open #nav-toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 7px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.goicon {
  display: block;
}

nav {
  display: none;
  position: absolute;
  width: 102vw;
  background: #fff;
  height: 100vh;
  top: 60px;
  left: -6%;
}

nav h1 {
  font-weight: normal;
  font-size: 86%;
  line-height: 150%;
  width: 90%;
  margin: 0 auto 15px;
}

.openser {
  display: none;
  position: absolute;
  width: 102vw;
  background: rgba(0, 0, 0, .5);
  height: 100vh;
  top: 60px;
  left: -6%;
}

.insert {
  width: 100%;
  padding: 5%;
  height: 30vh;
  background: #fff;
  margin: 0 auto;
}

.insert ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px 0;
}

.insert ul li {
  list-style: none;
  width: 46%;
  font-size: 80%;
}

.insert ul li a {
  display: block;
  text-decoration: underline;
}

.insert ul li:nth-child(2n) {
  margin-right: 0;
}

.tp_infos {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.keyword-ser form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.keyword-ser label {
  width: 70%;
}

.keyword-ser input[type="text"] {
  border: none;
  font-size: 16px;
}

.keyword-ser button {
  width: 20%;
  border: none;
  font-size: 0;
  background: url(../img/l-search.svg) no-repeat center center;
  background-size: 18px 18px;
}

#menu_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sv_cont {
  width: 50%;
  text-align: center;
  line-height: 150%;
  position: relative;
}

.sv_cont:first-of-type {
  border-right: 1px solid #666;
}

.sv_cont .goicon {
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 10px;
}

.inbox {
  overflow: auto;
  height: 90vh;
  padding: 40px 0 150px;
  background: #f5f5f5;
}

.inbox > p {
  width: 100%;
  margin: 0 auto 0px;
  font-size: 90%;
  font-weight: bold;
  padding: 4% 5%;
  cursor: pointer;
}

.inbox > p {
  background: url(../img/dod-line.gif) repeat-x left bottom, url(../img/i-plus.svg) no-repeat 94% center;
  background-size: 4px 1px, 12px 12px;
}

.inbox > p.active {
  background: url(../img/dod-line.gif) repeat-x left bottom, url(../img/i-mainus.svg) no-repeat 94% center;
  background-size: 4px 1px, 12px 12px;
}

.littles {
  background: #ffebed;
  border-bottom: 1px solid #fff;
}


.littles span {
  width: 100%;
  display: block;
  padding: 2% 5%;
  background: url(../img/i-plus.svg) no-repeat 94% center !important;
  background-size: 12px 12px !important;
}

.littles.active span {
  background: url(../img/i-mainus.svg) no-repeat 94% center !important;
  background-size: 12px 12px !important;
}

.inbox li {
  list-style: none;
}

.inbox ul,
.inbox dl {
  display: none;
}

.inbox ul li a {
  display: block;
  font-size: 80%;
  line-height: 150%;
  padding: 15px 5%;
  border-bottom: 1px solid #eee;
  background: url(../img/bl_arrow.svg) no-repeat 94% center #fff;
  background-size: 5px 8px;
}

.unacc li a {
  display: block;
  font-size: 86% !important;
  line-height: 150%;
  padding: 15px 5%;
  border-bottom: 1px solid #eee;
  background: url(../img/dod-line.gif) repeat-x left bottom, url(../img/bl_arrow.svg) no-repeat 94% center #f5f5f5 !important;
  background-size: 4px 1px, 5px 8px !important;
  font-weight: bold;
}

.inbox ul dl a {
  display: block;
  font-size: 80%;
  line-height: 150%;
  padding: 15px 5%;
  border-bottom: 1px solid #eee;
  background: url(../img/bl_arrow.svg) no-repeat 94% center #fff;
  background-size: 5px 8px;
}

.cp_plane {
  text-align: center;
  font-size: 86%;
  width: 90%;
  margin: 30px auto 0;
}

.unacc,
.opn {
  display: block !important;
}

.cptel {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.cpmail a {
  padding: 10px;
  display: block;
  color: #fff;
  background: #000;

}

.cpmail span {
  background: url(../img/envelope.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 26px;
}

.cptel a {
  display: block;
}

.cptel span {
  background: url(../img/free_tel.svg) no-repeat left center;
  background-size: 30px 20px;
  padding-left: 40px;
  font-size: 140%;
}

/* z-index */

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #000;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

.search_tp {
  width: 20px;
  margin-left: 40px;
}

.tp_mys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
  width: 100px;
}

.tp_mys li {
  list-style: none;
  width: 30px;
  text-align: center;
}

.tp_mys li:nth-child(5) {
  width: 20px;
}

.tp_mys p {
  margin: 0;
  padding: 0;
}

#fs_ProductDetails .fs-c-productListCarousel .fs-c-button--carousel--prev,
#fs_ProductDetails .fs-c-productListCarousel .fs-c-button--carousel--next {
  display: none;
}

/* ------------------
title
------------------ */

.sub_tit {
  width: 90%;
  text-align: center;
  font-size: 110%;
  font-weight: 600;
  background: url(../img/sub_titun.svg) no-repeat center bottom;
  background-size: 50px 12px;
  padding-bottom: 20px;
  margin: 0 auto 30px;
  border: none !important;
}

.sub_tit br {
  display: none;
}



/* ------------------
header
------------------ */

.fee_out {
  background: #f46a8a;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 86%;
  line-height: 150%;
}

/* ------------------
swiper
------------------ */

.main_mv {
  width: 100%;
  margin: 0 auto 50px;
}

.main_mv a {
  text-decoration: none;
}

.slider li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.slider a {
  position: relative;
  display: block;
  text-align: center;
  color: #888888;
  text-decoration: none;
}

.slider a img {
  width: 100%;
  height: auto;
}

.slider dl {
  margin: 30px auto;
}

.lang_eng {
  font-family: "Helvetica";
  font-size: 180%;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: 2px;
}

.m_pics {
  padding: 45px 5%;
}

.new_ic {
  color: #fff;
  font-size: 80%;
  background: #e18a81;
  display: inline-block;
  line-height: 1em;
  padding: 5px;
}

/* Slider */

.main_mv .slick-arrow,
.content .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 10;
  display: block;
  width: 0px;
  height: 0px;
  border: none;
  font-size: 0;
}


.slick-dots {
  width: 200px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.slick-dots li:first-child {
  margin: 0;
}

.slick-dots li {
  list-style: none;
  margin-left: 10px;
  border: none;
}

.slick-dots button {
  border: none;
  font-size: 0;
  background: #eee;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background: #f46a8a;
}


/* ---- おすすめ特集 ---- */

.to_camp {
  width: 90%;
  margin: 0 auto 60px;
}

.to_camp .new_ic {
  margin-bottom: 10px;
}

.to_camp img {
  width: 100%;
  height: auto;
}

.to_camp li {
  list-style: none;
  margin-bottom: 40px;
}

.to_camp a {
  text-decoration: none;
  color: #222;
}

.movs {
  margin-bottom: 40px;
}

.to_camp .inns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
}

.to_camp .inns p:first-child {
  width: 66%;
}

.to_camp .grl_btn {
  background: #666;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
}

/* ---- 概要リンク ---- */

.overs {
  width: 90%;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.overs li {
  width: 48%;
  margin: 0 4% 4% 0;
  list-style: none;
}

.overs li:nth-child(2n) {
  margin-right: 0;
}

.overs a {
  display: block;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  background: url(../img/r-arrow.svg) no-repeat 96% center;
  background-size: 6px 8px;
  padding: 10px;
  font-size: 80%;
  text-align: center;
}


/* ---- 商品カテゴリー ---- */

.cates {
  margin-bottom: 60px;
}

#acMenu {
  border-top: 1px solid #ccc;
}

#acMenu dt {
  display: block;
  width: 100%;
  padding: 5% 5% 5% 24%;
  padding: 5% 5% 5% calc(5% + 60px);
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

#acMenu dd ul {
  width: 100%;
}

.cate_s {
  background: #222;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
}

#acMenu dd {
  background: #fff;
  display: none;
}

#acMenu ul ul {
  background: #fff;
  display: none;
}

#acMenu dd li {
  list-style: none;
  background: url(../img/dod-line.gif) repeat-x left bottom, url(../img/r-arrow.svg) no-repeat 95% center #fff;
  background-size: 4px 1px, 8px 10px;
}

#acMenu dd li a {
  display: block;
  color: #000;
  font-size: 90%;
  padding: 5%;
}

#acMenu dd li:last-child a {
  margin-bottom: 0;
}

.inc,
.incd {
  display: block;
  padding: 5%;
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/i-plus.svg) no-repeat 96% center #f5f5f5;
  background-size: 4px 1px, 12px 12px;
}

.inc.active,
.incd.active {
  display: block;
  padding: 5%;
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/i-mainus.svg) no-repeat 96% center #f5f5f5;
  background-size: 4px 1px, 12px 12px;
}

.tp_category {
  width: 90%;
  margin: 0 auto 25px;
  text-align: center;
}

.tp_category dt {
  font-size: 120%;
  letter-spacing: 1px;
}

.tp_category dd {
  font-size: 70%;
}

.side-i01 {
  background: url(../img/tp_cate01.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i01.active {
  background: url(../img/tp_cate01.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i02 {
  background: url(../img/tp_cate02.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i02.active {
  background: url(../img/tp_cate02.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i03 {
  background: url(../img/tp_cate03.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i03.active {
  background: url(../img/tp_cate03.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i04 {
  background: url(../img/tp_cate04.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i04.active {
  background: url(../img/tp_cate04.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i05 {
  background: url(../img/tp_cate05.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i05.active {
  background: url(../img/tp_cate05.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
  background-size: 50px 50px, 12px 12px;
}

.side-i06 {
  background: url(../img/tp_cate06.jpg) no-repeat 5% center #fff;
  background-size: 50px 50px;
}

.side-i07 {
  background: url(../img/tp_cate07.jpg) no-repeat 5% center #fff;
  background-size: 50px 50px;
}


/* ---- RECOMMEND ---- */

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab li {
  list-style: none;
  width: 33.3%;
  padding: 2%;
  background: #f5f5f5;
  position: relative;
}

.tab li.select {
  background: #ee8099;
  color: #fff;
}

.tab li.select:after {
  border: 10px solid transparent;
  border-top-color: #ee8099;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 40%;
  position: absolute;
  width: 0;
}

.tabtit {
  font-size: 12px;
}

.tb_mini {
  font-size: 10px;
}

.content {
  width: 90%;
  margin: 0 auto 50px;
}

.rank_1 {
  width: 60px;
  text-align: center;
  margin: 0 auto 10px;
}

.rank_2 {
  width: 40px;
  text-align: center;
  margin: 0 auto 10px;
}

.rank_3 {
  width: 40px;
  text-align: center;
  margin: 0 auto 10px;
}

.rank_1 img,
.rank_2 img,
.rank_3 img {
  width: 100%;
  height: auto;
}

.content > li {
  padding: 5%;
}

.rec_rote {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.rec_rote dt {
  font-size: 120%;
  color: #ef6086;
}

.tb_items li {
  list-style: none;
  margin-bottom: 40px;
}

.tb_items li:last-child {
  margin-bottom: 0;
}

.tb_items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rank_item {
  width: 40%;
}

.rank_item img {
  width: 100%;
  height: auto;
}

.ranks {
  width: 54%;
}

.tb_items li dd {
  font-size: 86%;
}

.tb_items li dt {
  margin: 5px 0;
  line-height: 130%;
}

/* ---- 特集 ---- */

.specials {
  background: #fafafa;
  padding: 60px 5%;
  margin-bottom: 60px;
}

.specials li {
  list-style: none;
  margin-bottom: 30px;
}

.specials li:last-child {
  margin-bottom: 0;
}

.specials img {
  width: 100%;
  height: auto;
}

/* ---- オススメのヌーブラ製品 ---- */

.recomm {
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
  padding: 10px;
}

.recomm img {
  width: 100%;
  height: auto;
}

.p_bord {
  width: 100%;
  border: 2px solid #ee8099;
  z-index: 2;
  padding: 80% 5% 10% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p_bord a {
  text-decoration: none;
  display: block;
}

.rem_bgi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p_bord dl {
  text-align: center;
}

.p_bord dt {
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 30px;
}

.p_bord dd {
  font-size: 86%;
}

.p_bord .pnk_btn {
  margin-top: 30px;
  padding: 10px 30px;
  color: #000
}

/* ヌーブラガイド */

.n_guide {
  width: 90%;
  margin: 0 auto 60px;
}

.n_guide ul {}

.n_guide li:first-child a,
.n_guide li:nth-child(2) a,
.n_guide li:nth-child(3) a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.n_guide li:first-child a > p,
.n_guide li:nth-child(2) a > p,
.n_guide li:nth-child(3) a > p {
  width: 46%;
  line-height: 0em;
}

.n_guide img {
  width: 100%;
  height: auto;
}

.n_guide a .chakui {
  width: 54%;
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.n_guide div p {
  font-size: 10px;
  line-height: 150%;
  color: #666;
}

.n_guide li {
  list-style: none;
  width: 100%;
  margin: 0 0 4% 0;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;

}

.n_guide li:nth-child(4) a > p,
.n_guide li:last-child a > p {
  width: 100%;
  line-height: 0em;
}

.n_guide h2 {
  margin: 0px 0 10px;
  font-size: 90%;
}

/* メディア掲載情報 */

.mediaguide {
  width: 90%;
  margin: 0 auto 60px;
}

.mediaguide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.mediaguide a {
  text-decoration: none;
}

.mediaguide li {
  width: 30%;
  list-style: none;
}

.mediaguide img {
  width: 100%;
  height: auto;
}

.m_name {
  font-size: 90%;
  line-height: 150%;
  font-weight: bold;
  margin: 10px 0 15px;
}

.mediaguide div {
  margin: 0 auto;
  text-align: center;
}

.mediaguide p:last-child {
  font-size: 12px;
  line-height: 150%;
}

.mediaguide .pnk_btn {
  color: #000;
}

/* ビューティーBLOG */

.blog_tplist {
  width: 100%;
  padding: 60px 5% 40px;
  background: #fafafa;
  margin: 0 auto 60px;
}

.blog_tplist li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.blog_tplist a {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8% 0;
  color: #333;
}

.blog_tplist a:hover {
  opacity: .5;
}

.blog_tplist .photos {
  width: 36%;
}

.blog_tplist li img {
  width: 100%;
  height: auto;
}

.blg_area {
  width: 58%;
}

.b_tit {
  line-height: 150%;
  margin-bottom: 20px;
}

.m_cat {
  font-size: 13px;
  line-height: 150%;
}

.beauty_b a {
  text-align: right;
  display: block;
  background: url(../img/r-arrow.svg) no-repeat right center;
  background-size: 10px 12px;
  padding-right: 22px;
  font-size: 86%;
}

/* What’s News */

.tp_news {
  width: 90%;
  margin: 0 auto 60px;
}

.tp_news li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.tp_news li a {
  display: block;
  padding: 5% 10% 5% 0;
  background: url(../img/r-arrow.svg) no-repeat right center;
  background-size: 10px 12px;
  font-size: 86%;
}

.tp_news .date {
  margin-bottom: 10px;
}

.ne_listbtn a {
  text-align: right;
  display: block;
  background: url(../img/r-arrow.svg) no-repeat right center;
  background-size: 10px 12px;
  padding-right: 22px;
  font-size: 86%;
  margin-top: 30px;
}

/* お客様の声 */

.users {
  width: 90%;
  margin: 0 auto 60px;
  text-align: center;
}

.users a {
  display: block;
  padding: 5%;
  background: url(../img/r-arrow.svg) no-repeat 96% center;
  background-size: 10px 12px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
}

/* 直営店舗案内 */

.stores {
  width: 90%;
  margin: 0 auto 30px;
}

.stores .photo {
  width: 100%;
  line-height: 0;
}

.stores .photo img {
  width: 100%;
  height: auto;
}

.stores_a {
  width: 100%;
  padding: 8% 5%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stores_a a {
  text-decoration: none;
  display: block;
}

.stores_a dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.instagram {
  width: 90%;
  margin: 0 auto 60px;
}

.instagram .ne_listbtn a {
  text-align: right;
  display: block;
  background: url(../img/r-arrow.svg) no-repeat right center;
  background-size: 10px 12px;
  padding-right: 22px;
  font-size: 86%;
  margin-top: 0px;
}

.foots {
  background: #fafafa;
  padding: 40px 5%;
}


.ser_boxs {
  background: url(../img/l-search.svg) no-repeat 96% center #fff;
  background-size: 14px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.end_serch form {
  margin-bottom: 25px;
}

.end_serch input {
  border: none;
  width: 80%;
  padding: 13px 10px;
  font-size: 16px;
}

.f_sns {
  margin-bottom: 30px;
}

.f_sns dt {
  text-align: center;
  margin-bottom: 20px;
}

.f_sns dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f_sns dd p {
  width: 36px;
  margin-right: 20px;
}

.f_sns dd p:last-child {
  margin-right: 0;
}

.f_sns img {
  width: 100%;
  height: auto;
}

.f_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.f_link li {
  width: 48%;
  margin: 0 4% 0 0;
  list-style: none;
  font-size: 11px;
}

.f_link li:nth-child(2n) {
  margin-right: 0;
}

.f_link li a {
  display: block;
  padding: 6% 0;
  background: url(../img/dod-line.gif) repeat-x left bottom, url(../img/r-arrow.svg) no-repeat right center;
  background-size: 4px 1px, 10px 10px;
}

.end_box {
  padding: 5%;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  margin: 10px 0;
}

.end_box dt {
  font-weight: bold;
  font-size: 90%;
}

.tels {
  font-size: 150%;
  margin: 5px 0;
}

.tels a {
  color: #000;
}

.tels span {
  background: url(../img/free_tel.svg) no-repeat left center;
  background-size: 34px 20px;
  padding-left: 44px;
}

.dayss {
  font-size: 76%;
  line-height: 150%;
}

.end_mail a {
  text-align: center;
  background: #ee8099;
  display: block;
  padding: 10px;
  font-size: 86%;
}

.end_mail span {
  background: url(../img/envelope.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 26px;
  min-height: 20px;
}

.copy {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
}

/* ---- フッター検索 ---- */

#end_s dt {
  display: block;
  width: 100%;
  padding: 5% 5% 5% 17%;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

#end_s dd ul {
  width: 100%;
}

.cate_s {
  background: #222;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
}

#end_s dd {
  background: #fff;
  display: none;
}

#end_s span {
  font-size: 86%;
}

#end_s li {
  list-style: none;
  background: url(../img/dod-line.gif) repeat-x left bottom, url(../img/r-arrow.svg) no-repeat 95% center #f5f5f5;
  background-size: 4px 1px, 8px 10px;
}

#end_s li a {
  display: block;
  color: #000;
  font-size: 90%;
  padding: 5%;
}

#end_s li:last-child a {
  margin-bottom: 0;
}

.tp_category {
  width: 90%;
  margin: 0 auto 25px;
}

.tp_category dt {
  font-size: 120%;
  letter-spacing: 1px;
}

.tp_category dd {
  font-size: 70%;
}

.end-i01 {
  background: url(../img/end_s01.svg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

.end-i01.active {
  background: url(../img/end_s01.svg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

.end-i02 {
  background: url(../img/end_s02.svg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

.end-i02.active {
  background: url(../img/end_s02.svg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

.end-i03 {
  background: url(../img/end_s03.svg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

.end-i03.active {
  background: url(../img/end_s03.svg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

.end-i04 {
  background: url(../img/end_s04.svg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

.end-i04.active {
  background: url(../img/end_s04.svg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center;
  background-size: 26px 20px, 12px 12px;
}

/* ------------------
contact
------------------ */
.contacts {
  width: 90%;
  margin: 0 auto;
}

.cont_fir {
  font-size: 120%;
  line-height: 200%;
  margin-bottom: 60px;
}

.contacts span {
  color: #ef6086;
}

.contacts table {
  width: 100%;
  font-size: 100%;
  margin-bottom: 50px;
}

.contacts td,
.contacts th {
  padding: 2%;
  background: url(../img/dot-line.gif) repeat-x left bottom;
}

.contacts th {
  width: 30%;
}

.spmrb {
  margin-bottom: 10px;
}

.contacts table input {
  font-size: 16px;
  padding: 10px;
}

.contacts table select {
  font-size: 16px;
}

.privacy_check {
  background: #f7dfe3;
  padding: 20px;
  text-align: center;
  font-size: 130%;
  margin-bottom: 50px;
}

.subs_bit {
  text-align: center;
  margin-bottom: 50px;
}

.subs_bit input[type="submit"] {
  width: 300px;
  border: none;
  background: #ef6086;
  padding: 25px;
  color: #fff;
  font-size: 200%;
  border-radius: 6px;
}

/* ------------------
shoplist
------------------ */

.shoplists {
  width: 100%;
  margin: 0 auto;
}

.shoplists .sub_tit {
  background: none;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
  font-size: 110%;
}

.ginza {
  margin-bottom: 40px;
}

.ginza iframe {
  width: 100%;
  height: 300px;
}

.shop_area {
  margin-bottom: 30px;
}

.shop_area .photo {
  margin-bottom: 25px;
}

.shop_area .photo img {
  width: 100%;
  height: auto;
}

.shop_ins {
  width: 90%;
  margin: 0 auto;
}

.sh_data li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
}

.sh_names {
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
}

.i_add {
  background: url(../img/i_add.svg) no-repeat left 4px;
  background-size: 16px 16px;
}

.i_tel {
  background: url(../img/free-icon.svg) no-repeat left center;
  background-size: 16px 16px;
}

.i_time {
  background: url(../img/i_calendar.svg) no-repeat left 4px;
  background-size: 16px 16px;
}

.sh_data {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sh_infoma dt {
  font-weight: bold;
  font-size: 130%;
  line-height: 150%;
  margin-bottom: 10px;
  color: #ee8099;
}

.sh_infoma dd {
  margin-bottom: 20px;
}

.sh_infoma li {
  list-style: disc;
  margin: 0 0 10px 25px;
}

.cyoku_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
}

.cyoku_list p {
  margin-bottom: 20px;
}

.cyoku_list img {
  width: 100%;
  height: auto;
}

.cyoku_list > li {
  margin: 0 0 8% 0;
  list-style: none;
}

.cyoku_list > li:nth-child(2n) {
  margin-right: 0;
}

.sh_nmin {
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
}

.ichiji_list {
  width: 90%;
  margin: 20px auto;
}

.ichiji_list li {
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../img/dot-line.gif) repeat-x left bottom;
}

.shp_name {
  width: 100%;
}

.shp_url {
  width: 100%;
}

.micro_shopt {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  line-height: 150%;
  width: 90%;
  margin: 0 auto 30px;
}

.shoplists .mrb60 {
  width: 90%;
  margin: 0 auto 40px;
}

/* ------------------
company
------------------ */

.companys {
  width: 86%;
  margin: 0 auto;
}

.companys dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.companys dt {
  width: 20%;
}

.companys dd {
  width: 74%;
}

/* ------------------
gude
------------------ */

.sp_arts .fs-c-documentColumn__content {
  width: 90%;
  margin: 0 auto;
}

.fs-c-documentColumn .fs-c-documentColumn__heading {
  width: 90%;
  margin: 0 auto 20px;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 90%;
  margin: 0 auto 40px;
}

.reviews li {
  list-style: none;
  width: 49%;
  margin: 0 2% 2% 0;
  text-align: center;
}

.reviews li:nth-child(2n) {
  margin-right: 0;
}

.reviews li a {
  display: block;
  padding: 15px 10px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 35px;
  text-decoration: none;
}

.reviews li:nth-child(4n) {
  letter-spacing: -1px;
}

.reviews li a:hover {
  background: #eee;
}

.ingos {
  background: url(../img/hd_cart.svg) no-repeat left center;
  background-size: 16px 16px;
  padding: 5px 0 5px 30px;
}

.members {
  background: url(../img/hd_register.svg) no-repeat left center;
  background-size: 16px 16px;
  padding: 5px 0 5px 30px;
}

.points {
  background: url(../img/present.svg) no-repeat left center;
  background-size: 16px 16px;
  padding: 5px 0 5px 30px;
}

.gude_nub {
  background: url(../img/guide_nubg.jpg) no-repeat 60% top;
  padding: 15% 5%;
  background-size: 130% auto;
}

.gude_nub dl {
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
}

.gude_nub dt {
  width: 150px;
  text-align: center;
  margin: 0 auto;
}

.gude_nub dt img {
  width: 100%;
  height: auto;
}

.gude_nub dd {
  font-size: 130%;
  line-height: 150%;
  font-weight: bold;
  margin-top: 25px;
}

.pink_bor {
  width: 100%;
  margin: 0 auto;
  border: 5px solid #ee8099;
  padding: 5%;
  font-size: 120%;
  line-height: 150%;
}

.otokus {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 2em;
}

.obje {
  width: 90%;
  margin: 0 auto 60px;
}

.obje li {
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  text-align: center;
  list-style: none;
  font-weight: bold;
  font-size: 110%;
  padding: 5% 5% 5% 20%;
  margin-bottom: 10px;
}

.prez {
  background: url(../img/present.svg) no-repeat 10% center;
  background-size: 44px 44px;
}

.birth {
  background: url(../img/coin.svg) no-repeat 10% center;
  background-size: 44px 44px;
}

.offen {
  background: url(../img/gift_c.svg) no-repeat 10% center;
  background-size: 44px 44px;
}

.guide_preb {
  background: url(../img/guide_prebg.jpg) no-repeat 20% center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5% 15%;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  height: 300px;
  margin-bottom: 100px;
}

.guide_preb dl {
  padding: 10% 6%;
  -webkit-box-shadow: 0 0 0 1px #ef6086;
  box-shadow: 0 0 0 1px #ef6086;
  background: rgba(255, 255, 255, .8);
  width: 100%;
}

.guide_preb dt {
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
}

.guide_preb dd {
  color: #ef6086;
  font-size: 200%;
  font-weight: bold;
}

.pluss {
  position: absolute;
  left: 50%;
  margin-left: -66px;
  bottom: -32%;
}

.rankups {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
  z-index: 2;
}

.rankups dt {
  font-weight: bold;
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 20px;
}

.rankup {
  width: 90%;
  margin: 0 auto 40px;
}

.rankup img {
  width: 100%;
  height: auto;
}

.rankua_btn {
  border-top: 1px solid #ccc;
  width: 90%;
  padding-top: 40px;
  margin: 0 auto 60px;
}

.enj {
  width: 100%;
  margin-bottom: 20px;
}

.enj_bt {
  width: 100%;
}

.enj_bt a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  background: #ef6086;
  padding: 10px;
  font-weight: bold;
}

.enj_bt a:hover {
  opacity: .6;
}

.s_rev {
  width: 90%;
  margin: 0 auto 60px;
}

.s_rev .photo {
  width: 100%;
  margin-bottom: 20px;
}

.s_rev .photo img {
  width: 100%;
  height: auto;
}

.s_rev .rev_txt {
  width: 100%;
}

.s_rev .rev_txt p {
  margin-bottom: 25px;
}

.s_rev .rev_txt p:last-child {
  margin-bottom: 0;
}

.fs-c-inputInformation {
  width: 90%;
  margin: 0 auto;
}

/* ------------------
under
------------------ */

#prev_no {
  display: none !important;
}

.m_contents {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainconts {
  width: 100%;
}

.one_mainconts {
  width: 100%;
  margin: 0 auto;
}

/* ---- RECOMMEND ---- */

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.tab li {
  list-style: none;
  width: 50%;
  padding: 3%;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  background: #f5f5f5;
  position: relative;
}

.tab li.select {
  background: #fff;
  border-top: 1px solid #ccc;
}

.tabtit {
  font-size: 12px;
}

.tb_mini {
  font-size: 10px;
}

.content {
  margin-bottom: 80px;
}

.hide {
  display: none;
}

/* ------------------
list
------------------ */

.list_mv {
  width: 100%;
  margin: 0 auto 20px;
  height: 500px;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub_in {
  width: 35%;
}

.sub_in h2 {
  font-size: 160%;
  line-height: 150%;
  margin-bottom: 40px;
}

.nubra_mv {
  background: url(../img/list_nubra_mv.jpg) no-repeat center top;
  background-size: cover;
}



.nubra_lcot {
  width: 100%;
  padding: 10px;
  position: relative;
}

.borbox {
  border: 5px solid #ee8099;
  padding: 5%;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.unchi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content > li {
  list-style: none;
}

.seobox {
  width: 45%;
}

.one_seobox {
  width: 40%;
}

/* 人気ランキング */
.ranking {
  max-width: 1000px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ranking a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.ranking a:hover {
  opacity: .5;
}

.ranking li {
  width: 23.5%;
  text-align: center;
  list-style: none;
  position: relative;
  padding-top: 30px;
}

.ranking img {
  width: 100%;
  height: auto;
}

.ranking dl {
  font-weight: bold;
}

.ranking dt {
  font-size: 130%;
  margin-bottom: 22px;
}

.crown_no1 {
  width: 58px;
  height: 26px;
  margin: 0 auto 20px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -29px;
}

.crown_no2 {
  width: 38px;
  height: 26px;
  margin: 0 auto 20px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -19px;
}

.crown_no3 {
  width: 38px;
  height: 26px;
  margin: 0 auto 20px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -19px;
}

.basic_rank_bg {
  background: url(../img/basic_rank_bg.jpg) no-repeat right top;
  background-size: 100% auto;
}

.beach_rank_bg {
  background: url(../img/beach_rank_bg.jpg) no-repeat 50% top;
  background-size: 100% auto;
}

.foundation_rank_bg {
  background: url(../img/foundation_rank_bg.jpg) no-repeat 50% top;
  background-size: 100% auto;
}

.lingerie_rank_bg {
  background: url(../img/lingerie_rank_bg.jpg) no-repeat 80% top;
  background-size: 100% auto;
}

.inner_rank_bg {
  background: url(../img/inner_rank_bg.jpg) no-repeat 80% top;
  background-size: 100% auto;
}

.design_rank_bg {
  background: url(../img/design_rank_bg.jpg) no-repeat center top;
  background-size: 100% auto;
}

.lia_rank_bg {
  background: url(../img/dress_rank_bg.jpg) no-repeat center top;
  background-size: 100% auto;
}

.room-wear_rank_bg {
  background: url(../img/room-wear_rank_bg.jpg) no-repeat right top;
  background-size: 100% auto;
}

.basic_rank_bg,
.beach_rank_bg,
.foundation_rank_bg,
.lingerie_rank_bg,
.inner_rank_bg,
.room-wear_rank_bg,
.design_rank_bg,
.lia_rank_bg {
  max-width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.hid_cir {
  width: 200px;
  position: absolute;
  left: 10%;
  bottom: -50px;
}

.hid_cir img {
  width: 100%;
  height: auto;
}

.s_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}

.s_category li {
  list-style: none;
  width: 32%;
  margin: 0 2% 2% 0px;
}

.s_category li:nth-child(3n) {
  margin-right: 0;
}

.s_category li a {
  display: block;
  padding: 10% 5% 10% 66px;
}

.s_category li a:hover {
  opacity: .6;
}

.n_cate01 {
  background: url(../img/n_cate01.jpg) no-repeat 5% center #f7dfe3;
  background-size: 40px 40px;
}

.n_cate02 {
  background: url(../img/n_cate02.jpg) no-repeat 5% center #f7dfe3;
  background-size: 40px 40px;
}

.n_cate03 {
  background: url(../img/n_cate03.jpg) no-repeat 5% center #f7dfe3;
  background-size: 40px 40px;
}

/* ------------------
detail
------------------ */

.det_conts {
  position: relative;
  padding: 10px;
  width: 100%;
  padding-top: 150px;
  margin-bottom: 80px;
}

.ovs_mb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pk_lines {
  border: 5px solid #ee8099;
  padding: 250px 15% 5%;
}

.det_conts h2 {
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 30px;
}

.det_conts .se_txts {
  text-align: center;
  line-height: 2em;
  width: 60%;
  margin: 0 auto;
}

.maket_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.maket_r h2 {
  font-size: 160%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 30px;
}

.maket_r .se_txts {
  line-height: 2em;
}

.se_txts p {
  margin-bottom: 25px;
}

.se_txts p:last-child {
  margin-bottom: 0;
}

.maket_r .mar_txt {
  width: 55%;
}

.maket_r .photo {
  width: 40%;
}

.maket_r .photo img {
  width: 100%;
  height: auto;
}


.amp-wp-footer {
  border-top: 1px solid #000;
  padding: 15px 5%;
}

.amp-wp-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listnews {
  width: 50%;
}

.ecshops {
  width: 50%;
}

.listnews a {
  background: #000;
  color: #fff;
}

.ecshops a {
  background: #ef6086;
  color: #fff;
}

.amp-wp-footer a {
  display: block;
  text-align: center;
  padding: 5%b 3%;
  font-size: 80%;
  line-height: 150%;
  text-decoration: none;
}

.maket_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.maket_l .se_txts {
  line-height: 2em;
}

.maket_l .mar_txt {
  width: 55%;
}

.maket_l .photo {
  width: 40%;
}

.maket_l .photo img {
  width: 100%;
  height: auto;
}

.central_bor {
  text-align: center;
  margin-bottom: 40px;
  background: url(../img/black_bor.gif) no-repeat center bottom;
  padding-bottom: 20px;
}

.maket_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.maket_three li {
  list-style: none;
  width: 32%;
}

.maket_three img {
  width: 100%;
  height: auto;
}

.single_txt {
  margin-bottom: 60px;
}

#itemdile {
  border-top: 1px solid #ccc;
}

#itemdile dt {
  display: block;
  width: 100%;
  padding: 5%;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  background: url(../img/i-plus.svg) no-repeat 96% center #fff;
  background-size: 12px 12px;
}

#itemdile dt.active {
  display: block;
  width: 100%;
  padding: 5%;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  background: url(../img/i-mainus.svg) no-repeat 96% center #fff;
  background-size: 12px 12px;
}

#itemdile dd:nth-child(2) {
  margin-bottom: 20px;
}

#itemdile dd {
  padding: 20px 0;
  position: relative;
}

.grad-btn::before {
  content: "↓";
  color: #fff;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .3em 0;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "続きを読む"
}

.grad-btn:hover {
  background: #333;
}

.grad-btn .fa {
  margin-right: .5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 170px;
}

.grad-item p + p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 110px;
  /*グラデーションで隠す範囲*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}

.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked ~ .grad-btn::before {
  content: "↑" !important;
}

.grad-trigger:checked ~ .grad-btn .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.size_pa {
  margin-top: 20px;
}

.size_pa img {
  width: 100%;
  height: auto;
}



/* ------------------
	IE,chorme対策
 ------------------ */

b,
strong,
.bold {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* ------------------
	IE10+（Edgeも全て含む） ハック
 ------------------ */

_:-ms-lang(x),
.topictab-content > li ul li:hover {}


/* ------------------
	Edgeのみ（Edge全て） ハック
 ------------------ */

@supports (-ms-ime-align: auto) {}

/* ------------------
	IE11のみ
 ------------------ */

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .topictab-content li ul li {
    border-bottom: 1px dotted #ccc;
  }

  *::-ms-backdrop,
  .topictab-content li ul li:first-child {
    border-bottom: 1px dotted #ccc !important;
  }
}

/* ------------------
	firefox
 ------------------ */

@-moz-document url-prefix() {}

/* ------------------
	Chrome
 ------------------ */

@media screen and (-webkit-min-device-pixel-ratio:0) {}

/* ------------------
	tablet css
 ------------------ */

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

  .hd-navi,
  .hd-kw {
    width: 100%;
  }
}

@media screen and (max-width:320px) {
  .sub_tit br {
    display: block;
  }


}

/* ------------------
2018.10.03追記
------------------ */

.fs-l-header {
  padding: 0 !important;
}


/* ------------------
sitemap
------------------ */

.sitemaparea {
  width: 100%;
  margin: 0 auto 60px;
}

.map_link ul {
  width: 100%;
  margin-bottom: 25px;
}

.map_link > ul > li {
  list-style: none;
  font-size: 94%;
  background: url(../img/delta_un.svg) no-repeat left center;
  background-size: 7px 7px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.map_link a {
  text-decoration: none;
}

.map_link a:hover {
  text-decoration: underline;
}

.itemccate {
  width: 90%;
  margin: 0 auto;
}

.itemccate li {
  list-style: none;
  background: url(../img/delta_un.svg) no-repeat left center;
  background-size: 7px 7px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.itemccate div p {
  font-weight: bold;
  margin-bottom: 15px;
}

/* ------------------
special
------------------ */

.list {
  width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list li {
  list-style: none;
  width: 22%;
  margin: 0 1.5% 4%;
}

.list li:nth-child(4n) {
  margin-right: 0;
}

.list li img {
  width: 100%;
  height: auto;
}

.search_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}

.cate_ser .search span {
  padding: 10px 20px;
  background: #fff;
}

.search_item.is-active {
  color: white;
  background-color: black !important;
}

.is-hide {
  display: none;
}

.list li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.list li a:hover {
  opacity: .5;
}

.cate_ser {
  background: #f5f5f5;
  padding: 3%;
  margin-bottom: 60px;
}

.cate_ser .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.shibori {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 15px;
}

/* ------------------
line
------------------ */

.line_area {
  width: 90%;
  margin: 0 auto;
}

.line_img {
  margin-bottom: 30px;
}

.line_img img {
  width: 100%;
  height: auto;
}

.aret {
  font-size: 110%;
  line-height: 160%;
  list-style: none;
  margin-bottom: 60px;
}

.other_otoku {
  text-align: center;
  background: #28ad38;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  line-height: 160%;
  padding: 10px;
  width: 100%;
  margin: 0 auto 30px;
}

.otoku_lic {
  width: 90%;
  margin: 0 auto 60px;
}

.otoku_lic dl {
  padding: 100px 0 20px;
}

.otoku_lic dt {
  font-size: 140%;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ef6086;
}

.otoku_lic dd {
  font-size: 110%;
  line-height: 150%;
}

.otoku01 {
  background: url(../img/otoku01.svg) no-repeat center top;
  background-size: 80px 80px;
}

.otoku02 {
  background: url(../img/otoku02.svg) no-repeat center top;
  background-size: 80px 80px;
}

.otoku03 {
  background: url(../img/otoku03.svg) no-repeat center top;
  background-size: 80px 80px;
}

.qr_step {
  margin: 0 auto;
  width: 90%;
}

.qr_step li {
  list-style: none;
  text-align: center;
  font-weight: bold;
}

.qr_step li img {
  width: 100%;
  height: auto;
}

.qr_step li span {
  color: #ef6086;
  font-size: 200%;
}

.houss {
  width: 90%;
  margin: 0 auto 30px;
  font-size: 130%;
  line-height: 150%;
  font-weight: bold;
}

.houss dt {
  background: #ef6086;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
}

.qrcode {
  text-align: center;
  margin-bottom: 50px;
}

.pconly {
  display: none;
}

.sponly {
  display: block;
}

/* ------------------
fit
------------------ */

.fitarea {
  width: 100%;
  margin: 0 auto;
}

.fitabout {
  width: 90%;
  margin: 0 auto 40px;

}

.fitabout dt {
  width: 45%;
  margin: 0 auto 20px;
}

.fitabout dt img {
  width: 100%;
  height: auto;
}

.fitabout dd {
  font-size: 120%;
  line-height: 150%;
  width: 100%;
}

.threesptes {
  color: #ef6086;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  width: 90%;
  margin: 0 auto 30px;
}

.threesptes span {
  font-size: 220%;
}

.fitstep1 {
  background: url(../img/fitstep01.svg) no-repeat left center;
  background-size: 60px 60px;
}

.fitstep2 {
  background: url(../img/fitstep02.svg) no-repeat left center;
  background-size: 60px 60px;
}

.fitstep3 {
  background: url(../img/fitstep03.svg) no-repeat left center;
  background-size: 60px 60px;
}

.fitstep1,
.fitstep2,
.fitstep3 {
  padding: 20px 0 20px 75px;
  font-weight: bold;
}

.steps {
  background: #efefef;
  padding: 10% 5%;
  margin-bottom: 50px;
}

.o_stp {
  background: #fff;
  padding: 5%;
  margin-bottom: 30px;
}

.o_stp dl {
  width: 100%;
  margin-bottom: 20px;
}

.o_stp dt {
  font-size: 160%;
  line-height: 150%;
  margin-bottom: 25px;
}

.o_stp .photos {
  width: 50%;
  margin: 20px auto 0;
  text-align: center;
}

.o_stp .photos img {
  width: 100%;
  height: auto;
}

.ulthr {
  margin: 20px auto;
}

.ultwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto;
  background: url(../img/delta.svg) no-repeat center 50%;
  background-size: 12px 12px;
}

.ulthr li {
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ulthr li p:first-child {
  width: 40%;
}

.ulthr li p:first-child img {
  width: 100%;
  height: auto;
}

.ulthr li p:last-child {
  width: 55%;
}

.ultwo li {
  list-style: none;
  width: 45%;
  text-align: center;
}

.ultwo li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.ulthr li:last-child,
.ultwo li:last-child {
  background: none;
}

.ultwo li img,
.ulthr li img {
  width: 100%;
  height: auto;
}

.attent {
  background: #ee8099;
  padding: 6%;
  color: #fff;
  margin-bottom: 30px;
  width: 100% !important;
}

.attent dt {
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
  background: url(../img/attention.svg) no-repeat center top;
  background-size: 32px 32px;
  padding-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.attent dt:before,
.attent dt:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
}

.attent dt:before {
  margin-right: .4em;
}

.attent dt:after {
  margin-left: .4em;
}

.attent dd {
  font-size: 110%;
  line-height: 150%;
}

.cent_t {
  width: 90%;
  margin: 0 auto 40px;
}

.fronthoc {
  text-align: center;
  width: 90%;
  margin: 0 auto 60px;
}

.fronthoc img {
  width: 100%;
  height: auto;
}

.fitmovie {
  width: 90%;
  margin: 0 auto 60px;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 60px;
}

.fitmovie li {
  list-style: none;
  margin-bottom: 25px;
}

.fitmovie li:last-child {
  margin-bottom: 0;
}

.fitmovie iframe {
  width: 100%;
  height: 260px;
}

.fitmovie video {
  width: 100%;
  height: auto;
}

.grash {
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  width: 90%;
  margin: 0 auto 25px;
  color: #999;
  text-align: center;
}


.fit_banner {
  text-align: center;
  margin-bottom: 50px;
}

.fit_banner a {
  -webkit-transition: .3s;
  transition: .3s;
}

.fit_banner a:hover {
  opacity: .5;
}

.fit_banner img {
  max-width: 100%;
  height: auto;
}

.risou {
  padding: 10% 5%;
  max-width: 1120px;
  margin: 0 auto 40px;
  background: #ededed;
}

.wearpoint {
  text-align: center;
}

.wearpoint img {
  max-width: 100%;
  height: auto;
}

.w_sp {
  padding: 5% 5% 10px;
  background: #fff;
}

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

.sixstep li {
  list-style: none;
  width: 48%;
  margin: 0 4% 4% 0;
}

.sixstep li:nth-child(2n) {
  margin-right: 0;
}

.sixstep li img {
  width: 100%;
  height: auto;
}



/* ------------------
media
------------------ */

.media_areas {
  width: 90%;
  margin: 0 auto 60px;
}

.media_areas .hist_back {
  text-align: center !important;
  margin: 0 auto;
}

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

.media_lists li {
  list-style: none;
  width: 48%;
  margin: 0 4% 4% 0;
}

.media_lists li:nth-child(2n) {
  margin-right: 0;
}

.media_lists li img {
  width: 100%;
  height: auto;
}

.media_lists li a,
.media_lists li a img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.media_lists li a:hover img {
  opacity: .5;
}

.media_lists dl {
  margin-top: 15px;
}

.media_lists dt {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  margin-bottom: 15px;
  line-height: 150%;
}

.magaz {
  width: 100%;
  margin: 0 auto 60px;
}

.magaz .photos {
  width: 100%;
}

.mazinspec {
  width: 100%;
  text-align: center;
  padding: 5%;
}

.mazinspec dt {
  font-size: 140%;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}


.magaz img {
  width: 100%;
  height: auto;
}

.maz_staff {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 60px;
  -webkit-box-shadow: 0 0 0 5px #ef6086 inset;
  box-shadow: 0 0 0 5px #ef6086 inset;
  padding: 10%;
}

.thumb {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

/* 縦に合わせてトリミング */

.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.staffcomment {
  width: 100%;
}

.staffcomment dt {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ------------------
blog
------------------ */

.blog_pankuzu {
  width: 90%;
  margin: 20px auto 40px;
}

.blog_area {
  width: 90%;
  margin: 60px auto 60px;
}

.blog_area article {
  width: 100%;
}

.blog_area video {
  width: 100%;
  height: auto;
}

.blot_list {}

.blot_list .date {
  font-weight: bold;
  margin-bottom: 15px;
}

.blot_list dt {
  font-weight: bold;
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 20px;
}

.blot_list li {
  list-style: none;
  width: 100%;
  margin: 0 0 20px 0;
  background: url(../img/dod-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
}

.blot_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blot_list li a,
.blot_list li a img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.blot_list li a:hover img {
  opacity: .5;
}

.blot_list img {
  width: 100%;
  height: auto;
}

.blot_list dl {
  width: 55%;
}

.blot_list .photo {
  width: 40%;
}

.blog_area aside {
  width: 100%;
}

aside ul {
  margin-bottom: 60px;
}

.popular li,
.sidecate li {
  list-style: none;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.popular li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bsidetit {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}

.details .mb_txt h2 {
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 30px;
  border-bottom: 3px solid #ee8099;
  padding-bottom: 20px;
}

.details h2 {
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 30px;
  border-bottom: 3px solid #ee8099;
  padding-bottom: 20px;
}

.details h3 {
  background: #efefef;
  padding: 15px;
  margin-bottom: 20px;
}

.details h4 {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding: 15px;
  margin-bottom: 20px;
}

.b_list {
  width: 40%;
}

.b_list img {
  width: 100%;
  height: auto;
}

.t_title {
  width: 54%;
  display: block;
}

.dates {
  color: #999;
  margin-bottom: 0px;
}

.end_share {
  clear: both;
  margin: 50px auto 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}

.end_share dt {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}

.end_share dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 20%;
  margin: 0 auto;
}

.end_share dd ul li {
  list-style: none;
  margin-right: 15px;
}

.end_share dd ul li:last-child {
  margin-right: 0;
}

.end_share dd ul li img {
  width: 40px;
  height: 40px;
}

.details .mb_txt p {
  margin-bottom: 25px;
}

.details .mb_txt p img {
  max-width: 100%;
  height: auto;
}

.details .mb_txt p:last-child {
  margin-bottom: 0;
}

.hist_back {
  text-align: right;
  margin: 30px auto 60px;
}

.hist_back a {
  padding: 20px;
  background: #ef6086;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.hist_back a:hover {
  background: #ee8099;
}

.pagination {
  margin: 60px auto 90px;
  padding: 10px 0;
  text-align: center
}

.pagination h2 {
  display: none;
}

.media_areas nav,
.news_areas nav {
  display: block;
  position: static;
  width: auto;
  background: #fff;
  height: auto;
  top: inherit;
  left: inherit;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-numbers li {
  list-style: none;
  margin-right: 10px;
}

.page-numbers li:last-child {
  margin-right: 0;
}

.pagination a {
  font-size: 9pt;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #f3f3f3;
  -webkit-transition: .3s;
  transition: .3s
}

.pagination a:hover {
  color: #FFF;
  background: #323232;
}

.pagination span {
  font-size: 9pt;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #f3f3f3
}

.pagination span.dots {
  background: 0
}

.pagination span.current {
  background: #323232;
  color: #fff
}

.wp_rp_content {
  width: 100%;
}

.related_post_title {
  display: none;
}

.related_post {
  margin-bottom: 40px;
}

.related_post li {
  width: 100%;
  list-style: none;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.related_post li a {
  text-decoration: none;
}

.related_post li a:first-child {
  width: 40%;
}

.related_post li a:last-child {
  width: 55%;
}

ul.related_post li a:hover {
  text-decoration: underline;
}

.related_post li img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.related_post li:hover img {
  opacity: .5;
}

.related_post li img {
  width: 100%;
  height: auto;
}

.balloon_list {
    list-style: none;
}

.balloon_list li:not(:last-child) {
    margin-bottom: 20px;
}

.balloon_list li {
    background: #FEF0F3;
    padding: 15px;
    border-radius: 16px;
    position: relative;
}

.balloon_list li::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #FEF0F3;
    position: absolute;
    left: 20px;
    top: -20px;
}

.movie_area{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
.movie_area iframe {
  width: 100%;
  height: 100%;
}


/* ------------------
use
------------------ */

.usearea {
  width: 100%;
  margin: 0 auto;
}

.bf_use {
  text-align: center;
  margin-bottom: 60px;
}

.bf_use dt {
  width: 90%;
  background: #ee8099;
  padding: 15px 20px;
  color: #fff;
  font-size: 140%;
  line-height: 150%;
  display: inline-block;
  margin: 0 auto 30px;
}

.bf_use dd {
  width: 90%;
  margin: 0 auto;
  font-size: 120%;
  line-height: 150%;
}

.bf_use span,
.use_img span {
  color: #ef6086;
}

.fing {
  text-align: center;
  color: #ef6086;
  font-size: 120%;
  font-weight: bold;
  line-height: 160%;
  width: 90%;
  margin: 0 auto 30px;
}

.use_img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 80%;
}

.use_img img {
  max-width: 100%;
  height: auto;
}

.use_img p:first-child {
  margin-bottom: 20px;
}

.shop_mm {
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 30px auto 70px;
}

.introuse {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.m_tituse {
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
  color: #ef6086;
}

.nu_use {
  margin: 30px auto 65px;
}

.nu_use li {
  width: 100%;
  list-style: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
  background: url(../img/dod-line.gif) repeat-x left bottom;
}

.nu_use a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nu_use a > p:first-child {
  width: 40%;
}

.nu_use a > p:first-child img {
  width: 100%;
  height: auto;
}

.nu_use a div {
  width: 55%;
  text-align: left;
}

.nu_use li img {
  width: 100%;
  height: auto;
}

.u_names {
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 5px;
}

.u_price {
  font-weight: bold;
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 35px;
}

.attention {
  background: #ee8099;
  padding: 6%;
  color: #fff;
  margin-bottom: 30px;
}

.attention dt {
  font-size: 160%;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
  background: url(../img/attention.svg) no-repeat center top;
  background-size: 32px 32px;
  padding-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.attention dt:before,
.attention dt:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
}

.attention dt:before {
  margin-right: .4em;
}

.attention dt:after {
  margin-left: .4em;
}

.attention dd {
  font-size: 110%;
  line-height: 150%;
  text-align: left;
}

.min_attent {
  margin-bottom: 40px;
}

.shirikon {
  max-width: 960px;
  margin: 0 auto 40px;
}

.shirikon li {
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
}

.shirikon li img {
  width: 100%;
  height: auto;
}

.defftit {
  background: #444;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}

.shirikon p:last-child {
  text-align: left;
}

.taole {
  -webkit-box-shadow: 0 0 0 1px #ee8099 inset;
  box-shadow: 0 0 0 1px #ee8099 inset;
  padding: 3%;
  max-width: 960px;
  margin: 0 auto 70px;
}

.onews {
  margin-bottom: 40px;
}

.onews li {
  width: 100%;
  list-style: none;
  text-align: left;
  margin-bottom: 25px;
}

.onews .photo img {
  width: 100%;
  height: auto;
}

.onews dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 130%;
  color: #ef6086;
}

.bigst {
  font-size: 130%;
  line-height: 150%;
  margin-bottom: 15px;
  color: #ef6086;
}

.blease {
  max-width: 800px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 5%;
}

.blease li {
  list-style: none;
}

.blease li:first-child {
  width: 100%;
}

.blease li img {
  width: 100%;
  height: auto;
}

.blease li:last-child {
  width: 100%;
  text-align: left;
}

.allnub {
  width: 90%;
  margin: 0 auto;
}

.allnub dt {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ef6086;
}

.allnub dd {
  margin-bottom: 60px;
}

.allnub ul {
  margin-left: 25px;
}

/* ------------------
qa
------------------ */

.qaarea {
  width: 100%;
  margin: 0 auto;
}

.qa_box dt {
  background: url(../img/icon_q.svg) no-repeat left top;
  background-size: 24px 24px;
  padding-left: 34px;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  min-height: 24px;
  margin: 0 auto 15px;
  width: 90%;
}

.qa_box dd {
  padding: 6%;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
  background: #f6e1e5;
}

/* ------------------
privacyPolicy
------------------ */

.fs-p-privacyPolicy {
  width: 90%;
  margin: 0 auto;
}

.fs-p-aboutTerms,
.fs-l-cart__contentsArea {
  width: 90%;
  margin: 0 auto;
}

.fs-c-loginForm {
  width: 90%;
  margin: 0 auto !important;
}

.fs-p-announcement {
  width: 90%;
  margin: 32px auto !important;
}

.fs-c-imageContainer,
.fs-c-note,
.fs-p-emailDomainNotice {
  width: 90%;
  margin: 0 auto;
}

.fs-c-imageContainer__image {
  width: 100%;
  height: auto;
}

.fs-c-descriptionList {
  width: 90%;
  margin: 30px auto !important;
}

.fs-c-documentArticle {
  padding: 0;
}

.ryos .fs-c-documentArticle__content {
  width: 90%;
  margin: 0 auto 30px;
}

/* ------------------
guide
------------------ */

.guides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 90%;
  margin: 0 auto 50px;
}

.guides li {
  list-style: none;
  width: 49%;
  margin: 0 2% 2% 0;
  text-align: center;
  font-size: 90%;
}

.guides li br {
  display: none;
}

.guides li:nth-child(2n) {
  margin-right: 0;
}

.guides li a {
  display: block;
  padding: 15px 5px 15px 15px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 35px;
  text-decoration: none;
  background: url(../img/un_delta.svg) no-repeat 10px center;
  background-size: 5px 5px;
}

.gudance .fs-c-specTableContainer {
  width: 90%;
  margin: 0 auto 10px;
}

.gudance .fs-c-specTableContainer table {
  width: 100%;
}

.gudance .fs-c-documentColumn {
  margin: 30px auto 40px;
}

@media screen and (max-width:320px) {
  .guides li {
    font-size: 80%;
  }

  .guides li br {
    display: block;
  }

  .guides li a {
    display: block;
    padding: 8px 5px 8px 15px;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 35px;
    text-decoration: none;
    background: url(../img/un_delta.svg) no-repeat 10px center;
    background-size: 5px 5px;
  }
}

/* ------------------
list
------------------ */
/* ------------------
list
------------------ */
.nubra_lcot {
  width: 100%;

  position: relative;
}

.borbox {
  border: 5px solid #ee8099;
  padding: 5%;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.unchi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content > li {
  list-style: none;
}

.seobox {
  width: 100%;
}

.one_seobox {
  width: 40%;
}

.list_mv {
  width: 100%;
  margin: 0 auto 20px;
  height: 550px;
  padding: 300px 5% 5%;
}

.sub_in {
  width: 100%;
}

.sub_in h2 {
  font-size: 160%;
  line-height: 150%;
  margin-bottom: 40px;
}

.nubra_mv {
  background: url(../img/list_nubra_mv.jpg) no-repeat center top;
  background-size: 100% auto;
}

.nubra_beach_mv {
  background: url(../img/list_nubra_beach_mv.jpg) no-repeat center top;
  background-size: 100% auto;
}

.foundation_mv {
  background: url(../img/list_foundation_mv.jpg) no-repeat center top;
  background-size: 100% auto;
}

.lingerie_mv {
  background: url(../img/list_lingerie_mv.jpg) no-repeat center top;
  background-size: 100% auto;
}

.inner_mv {
  background: url(../img/list_inner_mv.jpg) no-repeat center top;
  background-size: 100% auto;
}

.room-wear_mv {
  background: url(../img/list_room-wear_mv.jpg) no-repeat center top;
  background-size: 100% auto;
}

.lia_mv {
  background: url(../img/list_lia_mv.jpg) no-repeat center top;
  background-size: 100% auto;
}

.product_tit {
  border-top: 1px solid #ccc;
  padding: 5% 5% 0;
  text-align: center;
  margin-bottom: 50px;
  font-size: 130%;
  font-weight: bold;
}

.fs-body-category ul.content {
  width: 100%;
}

.fs-body-category .borbox {
  border: 5px solid #ee8099;
  padding: 420px 5% 5%;
  /* min-height: 480px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-subgroup {
  width: 90%;
  margin: 0 auto;
}


.tp_news table {
  margin-bottom: 10px;
  border-collapse: collapse;
}

.tp_news table,
td,
th {
  border: solid 1px #aaa;
}

.tp_news table th {
  padding: 5px;
  background-color: #eee;
  color: #333;
}

.tp_news table td {
  padding: 5px;
  color: #333;
  text-align: center;
}

.tp_news table td strong {
  color: #f46a8a;
}

/*404*/
.fs-p-pageNotFound {
  margin: 0 auto 60px;
  width: 90%;
}

.n_found--tit {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 150%;
  margin: 0 auto 20px;
}

.fs-p-pageNotFound__title {
  margin: 8px auto;
  font-size: 20px;
  font-weight: 700;
  font-weight: bold;
}

.fs-p-pageNotFound__body {
  margin-top: 24px;
  font-size: 15px;
  line-height: 150%;
  margin: 30px auto;
}

.n-found__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.n-found__lilist {
  width: 48%;
  margin: 0;
  text-align: center;
  list-style: none;
}

.n-found__lilist--a {
  display: block;
  padding: 15px 5%;
  background: #ef6086;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 130%;
  -webkit-transition: .3s;
  transition: .3s;
}

.nfound__min {
  font-size: 14px;
  line-height: 150%;
  display: block;
  margin-top: 10px;
}

.n-found__lilist--a:hover {
  opacity: .8;
}

.sponly {
  display: block;
}

.fs-l-main {
  margin: 24px auto;
  padding: 0;
  max-width: 1216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}




/* ------------------
追加
------------------ */

/* グローバルメニュー */
.spGmenu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  background: #fff;
}

.spGmenu li {
  text-align: center;
  font-size: 90%;
  box-sizine: border-box;
  position: relative;
}

.spGmenu li:nth-child(1) {
  width: 22%;
}

.spGmenu li:nth-child(2) {
  width: 36%;
}

.spGmenu li:nth-child(3) {
  width: 42%;
}

.spGmenu li:nth-child(1)::after,
.spGmenu li:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #e6e6e6;
}

.spGmenu a {
  display: block;
  padding: 10px 0;
}

.spGmenu a:link,
.spGmenu a:visited,
.spGmenu a:hover,
.spGmenu a:active {
  color: #222;
  text-decoration: none;
}


/* フッター */
.fRankCate {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

.fRank {
  margin-top: 80px;
  background: #fafafa;
  padding-top: 40px;
}

#coFooter h3 {
  color: #333;
  padding: 0 !important;
}

#coFooter h3::before,
#coFooter h3::after {
  content: none !important;
}

#coFooter {
  font-size: 14px;
}

#coFooter .topBox {
  width: 90%;
  margin: 0 auto;
}

#coFooter .topBox img {
  width: 100%;
  height: auto;
}

#coFooter .topBox .sub_tit {
  margin-bottom: 0 !important;
}

#coFooter .topItem,
#coFooter .topCamp,
#coFooter .topNewItem,
#coFooter .topRecoNu,
#coFooter .topRecoFd,
#coFooter .topFst {
  padding: 50px 0;
}

#coFooter .topItem,
#coFooter .topRecoNu,
#coFooter .topRecoFd,
#coFooter .topFst {
  background: #fafafa;
}

#coFooter .topRecoNu {
  margin-bottom: 50px;
}

#coFooter .topRecoFd {
  margin-bottom: 50px;
}

#coFooter .topBox .linkBtn {
  display: block;
  width: 70%;
  max-width: 400px;
  position: relative;
  background: #f46a8a;
  font-weight: bold;
  padding: 10px 0;
  margin: 10px auto 0;
  text-align: center;
}

#coFooter .topBox .linkBtn:link,
#coFooter .topBox .linkBtn:visited,
#coFooter .topBox .linkBtn:hover,
#coFooter .topBox .linkBtn:active {
  text-decoration: none;
  color: #fff;
}

#coFooter .topBox .linkBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#coFooter .topBox ul {
  list-style: none;
}

#coFooter .topBox li {
  margin: 40px auto 0;
}

#coFooter .topBox .sgBn {
  margin: 40px auto 0;
}

#coFooter .topBox .sgBn p {
  margin-top: 20px;
}

#coFooter .topBox .sgBn img {
  vertical-align: bottom;
}

#coFooter .topFst .sponly {
  max-width: 450px;
  margin: 0 auto;
}

#coFooter .topCamp .campTit {
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0 5px;
}

/* ------------------
トップ全体
------------------ */
@media screen and (min-width:768px) {

  #coFooter .topItem ul,
  .topCamp ul,
  .topRecoNu ul,
  .topRecoFd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  #coFooter .topItem li,
  #coFooter .topCamp li,
  #coFooter .topNewItem li,
  #coFooter .topRecoNu li,
  #coFooter .topRecoFd li {
    width: 48%;
  }

  #coFooter .topNewItem li {
    margin-left: auto;
    margin-right: auto;
  }

  #coFooter .topCamp .oneCol {
    display: block !important;
  }

  #coFooter .topCamp .oneCol li {
    width: 100% !important;
  }

  #coFooter .topCamp .oneCol .topCp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #coFooter .topCamp #coFooter .pcs01,
  .topCamp .pcs02 {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #coFooter .topCamp .pcs01 img {
    vertical-align: bottom;
  }

  #coFooter .topCamp .pcs02 {
    border: 1px solid #ccc;
    border-left: none;
    padding: 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #coFooter .topCamp .pcs02 p {
    text-align: center;
  }

  #coFooter .topCamp .campTit {
    margin-top: 0;
  }
}

/* ------------------
トップ全体
------------------ */
@media screen and (min-width:1024px) {
  #coFooter .topFst .sponly {
    display: none;
  }

  #coFooter .topFst .pconly {
    display: block !important;
  }
}

#coFooter .campLine {
  display: none;
}


/* ------------------
topFirstNubra
------------------ */
#coFooter .topFirstNubra {
  /* margin-bottom: 80px; */
}

#coFooter .topFirstNubra img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

#coFooter .topFirstNubra .nuList {
  list-style: none;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#coFooter .topFirstNubra .innerLi {
  padding: 30px 0;
}

#coFooter .topFirstNubra .topRank {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

#coFooter .topFirstNubra .topCrown {
  width: 40px;
  margin: 0 auto 5px;
}

#coFooter .topFirstNubra .nuList .nuImg {
  max-width: 400px;
  margin: 0 auto;
}

#coFooter .topFirstNubra .nuList .nuImg p {
  width: 48%;
}

#coFooter .topFirstNubra .nuList .nuImg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#coFooter .topFirstNubra .nuName {
  font-size: 110%;
  font-weight: bold;
  margin: 15px 0 5px;
}

#coFooter .topFirstNubra .priceSf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

#coFooter .topFirstNubra .customItemPrice span {
  font-size: 120%;
  font-weight: bold;
  color: #f46a8a;
}

#coFooter .topFirstNubra .sfIcon {
  background: #f9dde2;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 5px;
}

#coFooter .topFirstNubra .itemComment {
  text-align: justify;
}

#coFooter .topFirstNubra .nuList .linkBtn a {
  display: block;
  width: 80%;
  position: relative;
  background: #f46a8a;
  font-weight: bold;
  font-size: 120%;
  padding: 15px 0;
  margin: 20px auto 0;
  text-align: center;
}

#coFooter .topFirstNubra .nuList .linkBtn a:link,
#coFooter .topFirstNubra .nuList .linkBtn a:visited,
#coFooter .topFirstNubra .nuList .linkBtn a:hover,
#coFooter .topFirstNubra .nuList .linkBtn a:active {
  text-decoration: none;
  color: #fff;
}

#coFooter .topFirstNubra .nuList .linkBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#coFooter .topFirstNubra .topTitle {
  margin-top: 5px;
  font-size: 120% !important;
  padding-bottom: 25px !important;
  line-height: 1.6;
  margin-bottom: 20px !important;
}

#coFooter .topFirstNubra .topTitle br {
  display: block !important;
}

#coFooter .topFirstNubra .topSub {
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
  color: #f3a7af;
  line-height: 1.6;
}

#coFooter .topFirstNubra .topText {
  width: 90%;
  margin: 10px auto 25px;
  position: relative;
  padding-bottom: 25px;
}

#coFooter .topFirstNubra .topText::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

#coFooter .pcImg {
  display: none;
}

#coFooter .topFirstNubra .itemSpec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

#coFooter .topFirstNubra .itemSpec dl {
  width: 48%;
}

#coFooter .topFirstNubra .itemSpec dt,
.topFirstNubra .itemSpec dd {
  text-align: center;
}

#coFooter .topFirstNubra .itemSpec dt {
  background: #eaeaea;
  font-size: 90%;
  padding: 2px 0;
}

#coFooter .topFirstNubra .itemSpec dd {
  font-size: 120%;
  letter-spacing: 0.1em;
  padding: 5px 0 0.1em;
}

#coFooter .topFirstNubra .starY {
  color: #fbd22d;
}

#coFooter .topFirstNubra .starG {
  color: #ccc;
}

#coFooter .topFirstNubra .bottomImg {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}

#coFooter .slide_fn {
  position: relative;
}

#coFooter .slide_fn .slide-arrow {
  width: auto;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

#coFooter .slide_fn .prev-arrow {
  left: -5px;
}

#coFooter .slide_fn .next-arrow {
  right: -5px;
}

/* ------------------
topFirstNubra
------------------ */
@media screen and (min-width:768px) {
  #coFooter .topFirstNubra .bottomImg .spImg {
    display: none;
  }

  #coFooter .topFirstNubra .bottomImg .pcImg {
    display: block;
  }

  #coFooter .topFirstNubra .topText {
    text-align: center;
  }

  #coFooter .topFirstNubra .topTitle {
    font-size: 150% !important;
    margin-bottom: 30px !important;
  }

  #coFooter .topFirstNubra .topSub {
    font-size: 120%;
  }

  #coFooter .topFirstNubra .bottomImg {
    width: 100%;
    max-width: initial;
    margin: 50px auto 0;
    background: #fafafa;
  }

  #coFooter .topFirstNubra .bottomImg a {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

/* ------------------
topFirstNubra
------------------ */
@media screen and (min-width:1024px) {
  #coFooter .topFirstNubra .topImg .spImg {
    display: none;
  }

  #coFooter .topFirstNubra .topImg .pcImg {
    display: block;
  }

  #coFooter .topFirstNubra .nuList {
    max-width: 1260px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #coFooter .topFirstNubra .nuList li {
    padding: 0 20px;
  }

  #coFooter .topFirstNubra .innerLi {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0;
  }

  #coFooter .topFirstNubra .nuList > li {
    border-right: 1px dotted #ccc;
    width: 33.33333%;
    width: calc(100% / 3);
  }

  #coFooter .topFirstNubra .nuList > li:last-child {
    border: none;
  }

  #coFooter .topFirstNubra .topText {
    font-weight: bold;
    margin: 30px auto 40px;
  }

  #coFooter .topFirstNubra .topText::after {
    display: none;
  }

  #coFooter .topFirstNubra .topImg {
    max-width: 1440px;
    margin: 0 auto;
  }
}


/* トップページ上書き */
#coFooter .m_pics {
  padding: 20px 5% !important;
}

.slider dl {
  margin: 0 auto 10px !important;
}

#coFooter .main_mv .pnk_btn {
  padding: 10px 40px !important;
  position: relative;
}

#coFooter .main_mv .pnk_btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* LINE・会員バナー */
#lsp_section img {
  width: 100%;
  height: auto;
}

#lsp_section .line_mail_bnr_block {
  max-width: 750px;
  margin: 0 auto;
}

#lsp_section .section_title {
  display: block;
  width: 100%;
}

#lsp_section .section_bnr_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#lsp_section .section_bnr_left,
#lsp_section .section_bnr_right {
  width: 50%;
}

/* フッター・カテゴリ */

.bnyBr a,
.bnyBc a,
.bnySl a,
.bnySh a,
.bnyGi a,
.LinBr a,
.LinBc a,
.LinSh a,
.LinGi a {
  padding-left: 24% !important;
  padding-left: calc(5% + 60px) !important;
}

.bnyBr a {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_sub_01.jpg) no-repeat 5% center;
  background-size: 44px 44px;
}

.bnyBc a {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_sub_02.jpg) no-repeat 5% center;
  background-size: 44px 44px;
}

.bnySl a {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_sub_03.jpg) no-repeat 5% center;
  background-size: 44px 44px;
}

.bnySh a {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_sub_04.jpg) no-repeat 5% center;
  background-size: 44px 44px;
}

.bnyGi a {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_sub_05.jpg) no-repeat 5% center;
  background-size: 44px 44px;
}

.LinBr a {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_sub_06.jpg) no-repeat 5% center;
  background-size: 44px 44px;
}

.LinSh a {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_sub_07.jpg) no-repeat 5% center;
  background-size: 44px 44px;
}

.bny3s,
.bnyTo,
.bnyBo,
.bnyOt a {
  padding-left: 24% !important;
  padding-left: calc(5% + 60px) !important;
  position: relative;
}

.bny3s::before,
.bnyTo::before,
.bnyBo::before,
.bnyOt a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 5%;
  top: 50%;
  margin-top: -25px;
}

.bny3s::before {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_ss_06.png) no-repeat center;
  background-size: 50px 50px;
}

.bnyTo::before {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_ss_01.png) no-repeat center;
  background-size: 50px 50px;
}

.bnyBo::before {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_ss_02.png) no-repeat center;
  background-size: 50px 50px;
}

.bnyOt a::before {
  background: url(https://nubra.itembox.design/item/sp/common/img/l-side_ss_03.png) no-repeat center;
  background-size: 50px 50px;
}

.side-i06,
.side-i07 {
  padding: 0 !important;
}

.side-i06 a,
.side-i07 a {
  display: block;
  padding: 5% 5% 5% 24%;
  padding: 5% 5% 5% calc(5% + 60px);
}

/* フッターガイド */
.gui_tit_sp {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
}

.gui_tit_sp dt {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

.f_deriv_sp {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.f_deriv_sp p {
  font-weight: bold;
  text-align: center;
}

.f_deriv_sp span {
  font-size: 200%;
  line-height: 120%;
}

.f_ca_sp_p {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.f_ca_sp {
  list-style: none;
  margin-bottom: 30px;
}

.f_ca_sp li {
  margin-top: 10px;
  font-weight: bold;
}

.f_ca_sp a {
  display: block;
  padding: 20px 20px 20px 86px;
}

.f_ca_sp a > br:last-child {
  display: none;
}

.f_ca_sp .f_present {
  background: url(https://nubra.itembox.design/item/common/img/present.svg) no-repeat 20px center #fff;
  background-size: 46px 44px;
}

.f_ca_sp .f_coin {
  background: url(https://nubra.itembox.design/item/common/img/coin.svg) no-repeat 20px center #fff;
  background-size: 46px 44px;
}

.f_ca_sp .f_secret {
  background: url(https://nubra.itembox.design/item/common/img/ques.svg) no-repeat 20px center #fff;
  background-size: 46px 44px;
}

.writer-pro {
  grid-column: 2/3;
  grid-row: 2/3;
}

.pro-sns {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 24px 24px 24px 24px;
  gap: 0 15px;
}

.auther--mv {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.auther-img,
.prof-list {
  width: 90%;
  margin: 0 auto;
}

.prof-nbox,
.prof-lbox {
  margin: 10px auto 30px;
  letter-spacing: 2px;
  width: 90%;
}

.prof-list__min {
  border: 1px solid #707070;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 20px;
  margin-bottom: 10px;
}

.auther-img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -80px auto 20px;
}

.prof-list--box {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 20px 0;
  margin: 10px auto 30px;
  letter-spacing: 2px;
}

.prof-list--box li {
  list-style: none;
  text-align: center;
}

.prof-list__name {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-box {
  width: 90%;
  padding: 6%;
  max-width: 980px;
  background: #f4f8ed;
  margin: 0 auto 60px;
}

.blog-darea {
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
}

.imgmax {
  width: 100%;
  height: auto;
  display: block;
}

._fs_main ._fs_keyword td {
  border: none;
}

/*.writer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #dfdfdf;
  padding: 6%;
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: auto auto;
  gap: 20px 10px;
  margin: 50px auto;
}

.staff-pic {
  grid-column: 1/2;
  grid-row: 1/2;
}

.staff-pic img {
  border-radius: 50%;
  width: 120px;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.this-write {
  grid-column: 2/3;
  grid-row: 1/2;
}

.this-write dt {
  margin-bottom: 15px;
}

.this-write dd {
  font-size: 1.4rem;
}

.this-write a {
  text-decoration: underline;
  font-weight: bold;
  color: #ee8099;
}

.writer-pro {
  grid-column: 1/3;
  grid-row: 2/3;
}

.pro-sns {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 24px 24px 24px 24px;
  gap: 0 15px;
  list-style: none;
}*/

.writer {
  border: 5px solid #dfdfdf;
  padding: 10px;
  display: grid;
  grid-template-columns: 80px auto;
  grid-template-rows: auto auto;
  gap: 0 20px;
  margin: 50px auto;
}

.staff-pic {
  /*grid-column: 1/2;
  grid-row: 1/3;*/
}

.staff-pic img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.this-write {
  grid-column: 2/3;
  grid-row: 1/2;
}

.this-write dt {
  margin-bottom: 5px;
}

.this-write dd {
  font-size: 1.1em;
  margin-bottom: 5px;
}

.this-write dd span {
  display: inline-block;
	margin-right: 0.5em;
	vertical-align: top;
}

.this-write a {
  text-decoration: underline;
  font-weight: bold;
  color: #ee8099;
}

.writer-pro {
	font-size: 12px;
}

.pro-sns {
	display: inline-block;
	list-style: none;
	margin-top: 0;
}

.pro-sns li {
	display: inline-block;
}

.pro-sns li img {
	width: 24px;
	vertical-align: bottom;
}

/* 続きを見る・閉じる */
.writer-pro .view_more_box {
  position: relative;
  padding-bottom: 20px;
}
.writer-pro .grad-btn::before {
  content: "↓";
  color: #fff;
}
.writer-pro .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 3px 0;
  border-radius: 30px;
  background: #a4a4a4;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.writer-pro .grad-btn::after {
  content: "続きを読む";
}
.writer-pro .grad-btn:hover {
  opacity: 0.7;
}
.writer-pro .grad-btn .fa {
  margin-right: .5em;
}
.writer-pro .grad-item {/* 見せる部分の高さ */
  position: relative;
  overflow: hidden;
  height: 30px;
}
.writer-pro .grad-item p + p {
  margin-top: 1em;
}
.writer-pro .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30px; /*グラデーションで隠す範囲*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.writer-pro .grad-trigger {
  display: none;
}
.writer-pro .grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.writer-pro .grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.writer-pro .grad-trigger:checked ~ .grad-btn::before {
  content: "↑" !important;
}
.writer-pro .grad-trigger:checked ~ .grad-item {
  height: auto;
}
.writer-pro .grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.blog_policy {
  text-align: left;
  padding: 10px;
	font-size: 12px;
  width: 100%;
  background: #ffffff;
  border: 2px solid #F36A8B;
  margin-bottom: 60px;
}

@media screen and (min-width:768px) {
  .f_deriv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gui_tit_sp {
    width: 65%;
  }

  .f_deriv_sp {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f_ca_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .f_ca_sp li {
    width: 32%;
  }

  .f_ca_sp a {
    padding: 10px 10px 10px 55px;
    text-align: center;
  }

  .f_ca_sp a > br:last-child {
    display: block;
  }

  .f_ca_sp .f_present {
    background: url(https://nubra.itembox.design/item/common/img/present.svg) no-repeat 20px center #fff;
    background-size: 35px auto;
  }

  .f_ca_sp .f_coin {
    background: url(https://nubra.itembox.design/item/common/img/coin.svg) no-repeat 20px center #fff;
    background-size: 35px auto;
  }

  .f_ca_sp .f_secret {
    background: url(https://nubra.itembox.design/item/common/img/ques.svg) no-repeat 20px center #fff;
    background-size: 35px auto;
  }
}

@media screen and (min-width:1024px) {
  .f_ca_sp a > br:last-child {
    display: none;
  }

  .f_ca_sp a {
    padding: 10px 10px 10px 75px;
    text-align: left;
  }
}
