@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
img {
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 10px;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #4d4d4d;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a, a:visited {
  color: #403a39;
}
a:active, a:hover, a:focus {
  color: #403a39;
  text-decoration: none;
}
a, a img {
  transition-duration: .3s;
}
a:hover img {
  opacity: 0.75;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
p {
  line-height: 1.5;
}
b {
  font-weight: bold !important;
}
.jos {
  font-family: 'Josefin Sans', sans-serif;
}
.gray {
  background-color: #f7f7f7;
}
/* FS調整



================================================== */
/* プレビューバー　非表示



----------------------*/
.fs-preview-header {
  display: none;
}
/* パンくず



----------------------*/
.fs-c-breadcrumb {
  background: #f8f8f8;
  font-size: 1.1rem;
}
.fs-c-breadcrumb__list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .fs-c-breadcrumb__list {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.2rem;
  }
}
/* 商品ページ　バリエーション



----------------------*/
.fs-c-variationAndActions__variationLabel {
  margin-bottom: 8px;
}
/* ヘッダー、トップ共通要素



================================================== */
/*トップ共通要素*/
.ttl_box {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.ttl_box .top_title {
  letter-spacing: 0.5rem;
  font-weight: 400;
}
.ttl_box .top_title_sub {
  position: relative;
  padding-bottom: 20px;
}
.ttl_box .top_title_sub::after {
  content: "";
  position: relative;
  display: block;
  width: 46px;
  height: 1px;
  background-color: #f58c6d;
  left: 50%;
  transform: translate(-23px);
}
.btn {
  margin: 0 auto;
}
.btn a {
  display: block;
  background: #f58c6d;
  border-radius: 5px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  position: relative;
  transition-duration: .3s;
}
.btn a:hover {
  background: #f27049;
}
.btn a::after {
  content: "→";
  position: absolute;
  color: #fff;
  right: 6%;
  top: 50%;
  transform: translate(0, -46%);
  transition-duration: .3s;
}
.btn a:hover::after {
  right: 4%;
}
/*ヘッダー*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  padding: 0;
}
.head_top_bnr {
  background-color: #f58c6d;
  height: 20px;
  text-align: center;
}
.head_top_bnr img {
  display: none;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  height: 90px;
}
.header_inner .logo {
  margin-right: auto;
}
.header_inner .logo a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_menu .cart {
  width: 23px;
}
/*検索エリアの調整*/
.header_search form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 12px;
}
.header_search_input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header_search form input {
  background: none;
  border: none;
  box-sizing: border-box;
  display: block;
  outline: none;
  width: 100%;
}
.header_search_btn {
  width: 19px;
}
@media screen and (min-width: 901px) {
  body {
    padding-top: 110px !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*トップ共通要素*/
  .ttl_box .top_title {
    font-size: 35px;
  }
  .ttl_box .top_title_sub {
    font-size: 15px
  }
  .ttl_box .top_title_sub::after {
    top: 20px;
  }
  .btn {
    width: 300px;
  }
  .btn a {
    font-size: 20px;
    line-height: 70px;
  }
  /*ヘッダー*/
  .header {
    height: 110px;
  }
  .header_inner .logo img {
    width: 268px;
  }
  .header_menu .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu li {
    margin: 0 10px;
  }
  .menu ul * {
    height: 100%;
  }
  .menu a {
    align-items: center;
    display: flex;
    margin: 0 10px;
    padding: 0 3px;
    position: relative;
  }
  .menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #f58c6d;
    display: inline-block;
    transform: scale(0, 1);
    transform-origin: left;
    transition-duration: .3s;
  }
  .menu li a:hover::after {
    transform: scale(1, 1);
  }
  .header_menu .cart {
    margin: 0 40px 0 5px;
  }
  /*検索エリアの調整*/
  .header_search {
    background: #f4f2f2;
    width: 222px;
  }
  .header_search form input {
    height: 45px;
  }
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 70px !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*トップ共通要素*/
  .ttl_box .top_title {
    font-size: 2.5rem;
  }
  .ttl_box .top_title_sub {
    padding-bottom: 15px;
  }
  .ttl_box .top_title_sub::after {
    top: 15px;
  }
  .btn {
    width: 60%;
  }
  .btn a {
    line-height: 50px;
    font-size: 16px;
  }
  /*ヘッダー*/
  .head_top_bnr {
    height: 10px;
  }
  .head_top_bnr img {
    height: 30px;
    width: auto;
    display: none;
  }
  .header_inner {
    height: 60px;
    padding: 0 15px;
  }
  .header_inner .logo img {
    width: 180px;
  }
  .header_menu .cart {
    margin-right: 20px;
  }
  .header_btn {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: unset;
  }
  .trigger_box {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0 auto;
  }
  .trigger_inner {
    display: block;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .trigger_inner span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    transition: .8s cubic-bezier(.19, 1, .22, 1);
    width: 30px;
    height: 2px;
    background-color: #999999;
  }
  .trigger_inner span:first-child {
    top: 0;
  }
  .trigger_inner span:nth-child(2) {
    top: 8px;
  }
  .header_nav_sp {
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -100%;
    transition-duration: .3s;
    width: 100%;
    z-index: 98;
    background-color: #fddfd6;
    overflow: auto;
  }
  /*メニューオープン時*/
  .show_nav .header_nav_sp {
    height: calc(100% - 90px);
    top: 70px;
    /*top: 70px;*/
    opacity: 1;
  }
  .show_nav .trigger_inner span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 2px;
  }
  .show_nav .trigger_inner span:nth-child(2) {
    background: transparent;
  }
  .show_nav .trigger_inner span:last-child {
    top: 8px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header_search.sp {
    background-color: #fcd3c7;
    padding: 20px 3%;
  }
  .header_search form {
    height: 40px;
    background-color: #fff;
  }
  .header_nav_cont {
    padding: 20px 3%;
  }
  .header_nav_cont ul.wh_cont {}
  .header_nav_cont ul.wh_cont li {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .header_nav_cont ul.wh_cont li:last-child {
    margin-bottom: 0;
  }
  .header_nav_cont ul.wh_cont li.hav_child {
    padding: 20px 3%;
  }
  .header_nav_cont ul.wh_cont li span {
    display: block;
    border-bottom: 1px solid #4d4d4d;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .header_nav_cont ul.wh_cont li.only a {
    padding: 20px 3%;
    display: block;
    font-size: 16px;
  }
  .header_nav_cont ul.wh_cont li .child {
    padding: 0 1.5%;
  }
  .header_nav_cont ul.wh_cont li .child p {
    margin-bottom: 12px;
  }
  .header_nav_cont .low_link {
    padding: 0 3%;
    margin-top: 30px;
  }
  .header_nav_cont .low_link li {
    margin-bottom: 17px;
  }
  .header_nav_cont .low_link li a {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header_inner .logo img {
    width: 150px;
  }
}
/* フッター



================================================== */
/*ページトップ*/
#page_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  z-index: 98;
  padding: 0;
}
/*フッター*/
footer.fs-l-footer {
  background-color: #f7f7f7 !important;
  width: 100%;
  padding: 40px 0 0;
  border-top: none !important;
  margin-top: 0;
}
.ft_wrap {
  width: 95%;
  margin: 0 auto;
}
.ft_wrap .ft_logoBox .ft_logo {
  margin-bottom: 30px;
}
.ft_wrap .ft_logoBox .ft_logo a {
  display: block;
}
.ft_wrap .ft_logoBox .ft_logo img {
  width: 302px;
}
.ft_wrap .sns_box .fl_tl {
  letter-spacing: 0.2rem;
}
.ft_wrap .sns_box .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ft_wrap .sns_box .sns li {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.ft_wrap .sns_box .sns li:last-child {
  margin-right: 0;
}
.ft_wrap .sns_box .sns li a {
  display: block;
}
.ft_wrap .sns_box .sns li a .icon_box {
  position: relative;
  display: block;
}
.ft_wrap .sns_box .sns li a .icon_box img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition-duration: .3s;
}
.ft_wrap .sns_box .sns li a .icon_box img.hover {
  opacity: 0;
}
.ft_wrap .sns_box .sns li a:hover .icon_box img {
  opacity: 0;
}
.ft_wrap .sns_box .sns li a:hover .icon_box img.hover {
  opacity: 1;
}
.ft_wrap .copy {
  text-align: center;
  padding: 20px 0;
  color: #cccccc;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .ft_wrap {
    max-width: 1145px;
  }
  .ft_wrap .ft_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ft_wrap .sns_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ft_wrap .sns_box .fl_tl {
    margin-right: 30px;
  }
  .ft_wrap .ft_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #e6e6e6;
    margin-left: 80px;
    padding: 40px 0;
  }
  .ft_wrap .ft_links .box {
    padding-left: 87px;
  }
  .ft_wrap .ft_links .box h3 {
    font-size: 18px;
    margin-bottom: 13px;
    letter-spacing: 0.2rem;
  }
  .ft_wrap .ft_links .box h3 + ul {
    padding: 0 5px;
  }
  .ft_wrap .ft_links .box ul li {
    margin-bottom: 13px;
  }
  .ft_wrap .ft_links .box ul li:last-child {
    margin-bottom: 0;
  }
  .ft_wrap .ft_links .box ul li a {
    font-size: 13px;
    transition-duration: .3s;
  }
  .ft_wrap .ft_links .box ul li a:hover {
    color: #f58c6d;
  }
}
@media screen and (max-width: 1200px) {
  .ft_wrap .ft_links {
    margin-left: 40px;
  }
  .ft_wrap .ft_links .box {
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  #page_top {
    right: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
  }
  footer {
    padding: 40px 0 0;
  }
  .ft_wrap .ft_logoBox {
    margin-bottom: 30px;
  }
  .ft_wrap .ft_logoBox .ft_logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .ft_wrap .ft_logoBox .ft_logo img {
    width: 40%;
  }
  .ft_wrap .sns_box .fl_tl {
    text-align: center;
    margin-bottom: 17px;
  }
  .ft_wrap .sns_box .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ft_wrap .copy {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .ft_wrap .ft_logoBox {
    margin-bottom: 15px;
  }
  .ft_wrap .ft_logoBox .ft_logo {
    margin-bottom: 20px;
  }
  .ft_wrap .ft_logoBox .ft_logo img {
    width: 70%;
  }
  .ft_wrap .sns_box .fl_tl {
    margin-bottom: 10px;
  }
  .ft_wrap .copy {
    margin-top: 30px;
  }
}
/* トップ　お知らせ1



================================================== */
.news1_section .news_box {
  border: 1px solid #e6e6e6;
  width: 95%;
  margin: 0 auto;
}
.news_box .news_ttl h2 span {
  vertical-align: middle;
}
.news_box dd a {
  line-height: 1.75;
}
.news_box dd a:hover {
  color: #f58c6d;
}
@media screen and (min-width: 901px) {
  .news1_section {
    padding: 45px 0 99px;
  }
  .news1_section .news_box {
    max-width: 1300px;
    /*height: 110px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 55px;
    padding: 30px 0;
  }
  .news_box .news_ttl {
    width: 320px;
    text-align: center;
  }
  .news_box .news_ttl h2 .en_tl {
    font-size: 25px;
    padding-right: 20px;
  }
  .news_box .news_ttl h2 .ja {
    font-size: 13px;
  }
  .news_box dt.date {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .news_box dd a {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .news1_section {
    padding: 40px 0;
  }
  .news1_section .news_box {
    border-radius: 15px;
    padding: 20px 15px;
  }
  .news_box .news_ttl h2 {
    margin-bottom: 12px;
  }
  .news_box .news_ttl h2 .en_tl {
    font-size: 18px;
    padding-right: 10px;
  }
  .news_box dt.date {
    margin-bottom: 10px;
  }
}
/* トップ　ブランド



================================================== */
.brand_section .top_wrap {
  width: 95%;
  margin: 0 auto;
}
.brand_section .bnr_flex .left a {
  display: block;
}
.brand_section .bnr_flex .left a img {
  width: 100%;
}
.brand_section .bnr_flex .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brand_section .bnr_flex .right ul li {
  width: 49%;
  margin-right: 2%;
}
.brand_section .bnr_flex .right ul li:nth-child(2n) {
  margin-right: 0;
}
.brand_section .bnr_flex .right ul li:nth-child(-n+2) {
  margin-bottom: 1%;
}
.brand_section .bnr_flex .right ul li a {
  display: block;
}
.brand_section .bnr_flex .right ul li a img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .brand_section {
    padding: 0 0 100px;
  }
  .brand_section .top_wrap {
    max-width: 1600px;
  }
  .brand_section .bnr_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brand_section .bnr_flex .left {
    margin-right: 1%;
    width: 50%;
  }
  .brand_section .bnr_flex .right {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .brand_section {
    padding: 0 0 40px;
  }
  .brand_section .bnr_flex .left {
    margin-bottom: 2%;
  }
  .brand_section .bnr_flex .right ul li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
}
/* トップ　アイテムカテゴリー 
================================================== */
.ct_section {
  padding: 100px 0;
}
.ct_section .top_wrap {
  width: 95%;
  margin: 0 auto;
}
.top_category .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_category .category_list li {
  margin-right: 1.5%;
}
.top_category .category_list li a {
  background-color: #fff;
  border-radius: 10px;
  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;
}
.top_category .category_list li a:hover {
  box-shadow: 0 0 5px rgba(231, 231, 231, 1);
}
.top_category .category_list li a span {
  display: block;
}
.top_category .category_list li a .icon_box {
  position: relative;
  text-align: center;
}
.top_category .category_list li.c_make a .icon_box img {
  width: 30.4387%;
}
.top_category .category_list li.c_bf a .icon_box img {
  width: 30.4124%;
}
.top_category .category_list li.c_nail a .icon_box img {
  width: 25.5167%;
}
.top_category .category_list li.c_hair a .icon_box img {
  width: 32.4410%;
}
.top_category .category_list li.c_lv a .icon_box img {
  width: 23.2275%;
}
.top_category .category_list li a .icon_box img.hover {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  opacity: 0;
}
.top_category .category_list li a:hover .icon_box img {
  opacity: 0;
}
.top_category .category_list li a:hover .icon_box img.hover {
  opacity: 1;
}
.top_category .category_list li a .cate_name {
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  transition-duration: .4s;
}
.top_category .category_list li a:hover .cate_name {
  color: #f58c6d;
}
/*safariのみ対応*/
_::-webkit-full-page-media, _:future, :root .top_category .category_list li a p {
  flex: 1;
}
_::-webkit-full-page-media, _:future, :root .top_category .category_list li a .icon_box img {
  width: 30.2%;
}
@media screen and (min-width: 901px) {
  .ct_section .top_wrap {
    max-width: 1300px;
  }
  .top_category .category_list li {
    width: 18.77%;
  }
  .top_category .category_list li:last-child {
    margin-right: 0;
  }
  .top_category .category_list li a {
    height: 220px;
  }
  .top_category .category_list li a .cate_name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .ct_section {
    padding: 40px 0;
  }
  .top_category .category_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top_category .category_list li {
    margin-bottom: 2%;
    width: 31%;
    margin-right: 3%;
  }
  .top_category .category_list li:nth-child(3n) {
    margin-right: 0;
  }
  .top_category .category_list li:nth-child(n+2) {
    margin-bottom: 0;
  }
  .top_category .category_list li a {
    height: 160px;
  }
  .top_category .category_list li a .cate_name {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .top_category .category_list li a {
    height: 100px;
  }
  .top_category .category_list li a .icon_box img {
    width: 30.2%;
  }
  .top_category .category_list li a .cate_name {
    margin-top: 10px;
    font-size: 11px;
  }
}

/* トップ　お知らせ2
================================================== */
.news2_section .top_wrap {
  width: 95%;
  margin: 0 auto;
}
.news2_section .top_wrap ul {
  display: flex;
}
.news2_section .top_wrap ul li a img {
  width: 100%;
}
.news2_section .top_wrap ul li a .txt .ttl {
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  .news2_section {
    padding: 100px 0;
  }
  .news2_section .top_wrap {
    max-width: 1600px;
  }
  .news2_section .top_wrap ul {
    margin-bottom: 55px;
  }
  .news2_section .top_wrap ul li {
    width: 19%;
    margin-right: 1%;
  }
  .news2_section .top_wrap ul li:last-child {
    margin-right: 0;
  }
  .news2_section .top_wrap ul li a .pict {
    margin-bottom: 15px;
  }
  .news2_section .top_wrap ul li a .txt .ttl {
    margin-bottom: 10px;
  }
  .news2_section .top_wrap ul li a .txt .date {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .news2_section .top_wrap ul {
    flex-wrap: wrap;
  }
  .news2_section .top_wrap ul li {
    width: 32%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .news2_section {
    padding: 40px 0;
  }
  .news2_section .top_wrap ul {
    display: block;
    margin-bottom: 30px;
  }
  .news2_section .top_wrap ul li {
    width: 100%;
    margin-bottom: 3%;
  }
  .news2_section .top_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .news2_section .top_wrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news2_section .top_wrap ul li a .pict {
    width: 40%;
  }
  .news2_section .top_wrap ul li a .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3%;
  }
  .news2_section .top_wrap ul li a .txt .ttl {
    margin-bottom: 5px;
  }
  .news2_section .top_wrap ul li a .txt .date {
    display: block;
    margin-bottom: 5px;
  }
}
/* トップ　SNS



================================================== */
.sns_section .top_wrap {
  width: 95%;
  margin: 0 auto;
}
.ser_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ser_sns ul li {
  margin-right: 2%;
  width: 32%;
}
.ser_sns ul li:last-child {
  margin-right: 0;
}
.ser_sns ul li a {
  border: 1px solid #e6e6e6;
  display: block;
  border-radius: 5px;
}
.ser_sns ul li a .official_txt {
  text-align: center;
}
.ser_sns ul li a .official_txt .off {
  line-height: 1.0;
  font-weight: bold;
}
.ser_sns ul li a .official_txt .snsName {
  font-weight: 600;
}
@media screen and (min-width: 901px) {
  .sns_section {
    padding: 100px 0;
  }
  .sns_section .top_wrap {
    max-width: 1000px;
  }
  .ser_sns ul li a {
    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;
    padding: 30px 0 25px;
  }
  .ser_sns ul li a .official_txt {
    margin-left: 30px;
  }
  .ser_sns ul li a .official_txt .off {
    font-size: 20px;
  }
  .ser_sns ul li a .official_txt .snsName {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .sns_section {
    padding: 40px 0;
  }
  .ser_sns ul li a .icon_sns {
    text-align: center;
    display: block;
    margin-bottom: 18px;
  }
  .ser_sns ul li a {
    padding: 15px 0 10px;
  }
  .ser_sns ul li a .official_txt .off {
    margin-bottom: 8px;
  }
  .ser_sns ul li a .official_txt .snsName {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .ser_sns ul li a .icon_sns {
    width: 30%;
    margin: 0 auto 10px;
  }
  .ser_sns ul li a .official_txt .off {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .ser_sns ul li a .official_txt .snsName {
    font-size: 15px;
    line-height: 1;
  }
}
/* 商品リスト



================================================== */
.item_area ul.item_list {
  display: flex;
}
.item_area ul.item_list li {
  position: relative;
  width: 19%;
  margin-right: 1%;
}
.item_area ul.item_list li:last-child {
  margin-right: 0;
}
.item_area ul.item_list li a {
  display: block;
}
.item_area ul.item_list li a p {
  text-align: center;
  transition-duration: .3;
}
.item_area ul.item_list li a:hover p {
  color: #f58c6d;
}
.item_area ul.item_list li a p.img {
  margin-bottom: 10px;
}
.item_area ul.item_list li a p.p_name {
  margin-bottom: 5px;
}
.item_area ul.item_list li a p.price {
  font-weight: bold;
}
.item_area ul.item_list li .rank {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  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;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: #4d4d4d;
  line-height: 1;
}
.item_area ul.item_list li .rank4, .item_area ul.item_list li .rank5 {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .item_area {
    padding: 100px 0;
  }
  .item_area ul.item_list li a p.p_name, .item_area ul.item_list li a p.price {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .item_area {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .item_area ul.item_list li .rank {
    width: 25px;
    height: 25px;
    top: 0;
    font-size: 12px;
  }
}
/* おすすめ商品



================================================== */
.recom_section .top_wrap {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .recom_section .top_wrap {
    max-width: 1600px;
  }
  .recom_section .item_cont {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 900px) {
  .recom_section .item_cont {
    margin-bottom: 30px;
  }
}
/* ランキング



================================================== */
.rank_section .top_wrap {
  width: 95%;
  margin: 0 auto;
}
/*タブ*/
#tab_rank input[name="tab_btn"] {
  display: none;
}
#tab_navi {
  margin-bottom: 30px;
}
#tab_navi .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tab_navi .tab_list label {
  text-align: center;
  cursor: pointer;
  color: #4d4d4d;
  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;
}
#tab_navi .tab_list label p {}
#tab01-1:checked ~ #tab_navi .tab_btn .tab_label1, #tab01-2:checked ~ #tab_navi .tab_btn .tab_label2, #tab01-3:checked ~ #tab_navi .tab_btn .tab_label3, #tab01-4:checked ~ #tab_navi .tab_btn .tab_label4, #tab01-5:checked ~ #tab_navi .tab_btn .tab_label5, #tab01-6:checked ~ #tab_navi .tab_btn .tab_label6 {
  background: #f7f7f7;
}
.rank_section #tab_box .item_cont {
  height: 0;
  overflow: hidden;
}
#tab01-1:checked ~ #tab_box #tab01, #tab01-2:checked ~ #tab_box #tab02, #tab01-3:checked ~ #tab_box #tab03, #tab01-4:checked ~ #tab_box #tab04, #tab01-5:checked ~ #tab_box #tab05, #tab01-6:checked ~ #tab_box #tab06 {
  height: auto;
}
@media screen and (min-width: 901px) {
  .rank_section .top_wrap {
    max-width: 1300px;
  }
  #tab_navi {
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
  }
  #tab_navi .tab_list label {
    width: 16.6%;
    height: 80px;
    font-size: 12px;
  }
  #tab_navi .tab_list label span {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #tab_navi {
    border: 1px solid #f2f2f2;
    border-bottom: none;
  }
  #tab_navi .tab_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #tab_navi .tab_list label {
    width: 50%;
    height: 60px;
  }
  #tab_navi .tab_list label {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  #tab_navi .tab_list label:nth-child(2n) {
    border-right: none;
  }
  #tab_box .arrowBox button.slick-prev:not(:last-child), #tab_box .arrowBox button.slick-next:not(:last-child) {
    display: none;
  }
  #tab01-1:checked ~ #tab_box #tab01, #tab01-2:checked ~ #tab_box #tab02, #tab01-3:checked ~ #tab_box #tab03, #tab01-4:checked ~ #tab_box #tab04, #tab01-5:checked ~ #tab_box #tab05, #tab01-6:checked ~ #tab_box #tab06 {
    padding-bottom: 60px;
  }
}
/* 商品ページ・下層基本ページ調整



================================================== */
/*下層基本ページ*/
.fs-c-heading--page {
  border-bottom: 1px solid #ccc;
  color: #403a39;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 24px;
  padding: 0 0 1.2em;
  text-align: center;
}
.fs-c-documentArticle__heading {
  background: #403a39;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.fs-c-documentColumn__heading {
  color: #403a39;
  border-color: #ccc;
  border-left-color: #f58c6d;
  border-style: solid;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 16px;
  margin-bottom: 8px;
}
.fs-c-documentColumn__content, .fs-c-documentColumn__content p {
  line-height: 1.75;
  font-size: 15px;
}
.fs-c-documentArticle__content a {
  color: #f58c6d;
  text-decoration: underline;
}
.fs-c-documentArticle p {
  line-height: 1.75;
  font-size: 15px;
  padding: 0 10px;
}
.fs-c-note {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
.fs-c-explainList dt {
  font-size: 16px
}
.fs-c-explainList dd {
  line-height: 1.75;
  margin-bottom: 15px;
}
.fs-c-orderedList {
  margin: 20px 0 0;
}
.fs-c-orderedList > li::before {
  color: #403a39;
  padding-right: 0.5em;
}
/*フリーページのshipping調整*/
.fs-c-documentArticle .imgBox {
  border: 4px solid #D1D1D1;
  width: 100%;
  text-align: center;
  padding: 48px 2.5%;
  box-sizing: border-box;
  margin-top: 15px;
}
/*ログインページ*/
.fs-c-subSection__title {
  color: #403a39;
  border-color: #ccc;
  border-left-color: #f58c6d;
  border-style: solid;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-width: 0 0 1px 5px;
  letter-spacing: 1px;
}
.fs-c-newUsers__message.fs-c-subSection__message {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 30px;
  padding: 0 7px;
  box-sizing: border-box;
}
.fs-c-button--primary {
  font-size: 1.5rem;
  line-height: 1.5;
}
.fs-c-inputInformation__button {
  margin-top: 25px;
}
/*商品ページ*/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #f58c6d;
}
.fs-c-featuredProduct__header {
  margin-bottom: 30px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  border-bottom: 1px solid #ccc;
  color: #403a39;
  font-size: 2.2rem;
  padding-bottom: 15px;
}
/*カート*/
.fs-p-announcement__title {
  color: #403a39;
  font-size: 1.8rem;
  margin: 0;
  font-weight: bold;
  margin-bottom: 15px;
}
.fs-p-announcement__title::before {
  content: "■";
  color: #f58c6d;
  padding-right: 0.5rem;
}
.fs-p-flexibleColumn {
  margin-top: 10px;
}
.fs-p-linkButton {
  border: 2px solid #f58c6d;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9;
  padding: 14px 16px;
  text-align: center;
  color: #f58c6d;
  font-weight: bold;
}
.fs-p-linkButton:hover {
  color: #fff;
  background-color: #f58c6d;
}
.fs-c-button--standard {
  position: relative;
  background: #f58c6d;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0;
  box-shadow: none;
}
.fs-c-button--standard:hover {
  background: #f27049;
  opacity: 1;
}
.fs-c-button--standard::after {
  content: "→";
  position: absolute;
  color: #fff;
  right: 6%;
  top: 50%;
  transform: translate(0, -46%);
  transition-duration: .3s;
}
.fs-c-button--standard:hover::after {
  right: 4%;
}
.fs-c-button--plain .fs-c-button__label {
  color: #1e5d9b;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label, .fs-c-button--particular.fs-c-button--removeFromWishList--detail .fs-c-button__label {
  color: #3c3c3c;
}
span.fs-c-button__label {
  color: #fff;
}
/*ご注文手続き画面*/
.fs-c-checkout-preview__title {
  margin: 0 0 20px;
  padding: 0 0 13px;
}
.fs-c-checkout-customerInfo > li, .fs-c-checkout-destination__list > li {
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 1.8em 0 1.2em;
  }
}
@media screen and (min-width: 901px) {
  /*下層基本ページ*/
  .fs-c-documentArticle__heading {
    font-size: 2.0rem;
    margin: 0 0 16px;
    padding: 16px 8px;
  }
  .fs-c-subSection__title {
    font-size: 1.6rem;
    padding: 16px 8px;
    margin-bottom: 15px;
  }
  /*商品ページ*/
  .fs-c-featuredProduct {
    margin-top: 50px;
  }
  /*カート*/
  .fs-c-continueShopping {
    width: 300px;
  }
  .fs-c-button--standard {
    line-height: 70px;
    font-size: 1.5rem;
  }
  /*ご注文手続き画面*/
  .fs-c-checkout-preview {
    padding: 30px 20px;
  }
  .fs-c-checkout-preview__title {
    font-size: 1.8rem;
  }
  .fs-c-buttonContainer .fs-c-button--standard {
    line-height: 60px;
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  /*下層基本ページ*/
  .fs-c-documentArticle__heading {
    font-size: 1.8rem;
    padding: 10px 8px;
  }
  .fs-c-heading--page {
    font-size: 2.0rem;
    padding: 0 0 1.2rem;
  }
  .fs-c-documentColumn__heading {
    padding: 8px;
  }
  .fs-c-documentArticle__content {
    padding: 0;
    font-size: 15px;
    line-height: 1.75;
  }
  /*商品ページ*/
  .fs-c-featuredProduct {
    margin-top: 30px;
  }
  .fs-l-product2 .fs-l-productLayout > * > * {
    line-height: 1.75;
    font-size: 15px;
  }
  .fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    font-size: 1.8rem;
    padding: 15px 8px;
  }
  /*フリーページのshipping調整*/
  .fs-c-documentArticle .imgBox {
    padding: 20px 2.5%;
  }
  /*カート*/
  .fs-p-announcement__title {
    font-size: 1.6rem;
  }
  .fs-c-continueShopping {
    width: 85%;
    margin: 0 auto;
  }
  .fs-c-button--standard {
    line-height: 50px;
    font-size: 1.3rem;
  }
  /*ご注文手続き画面*/
  .fs-c-checkout-preview {
    padding: 15px;
  }
  .fs-c-checkout-destination__control {
    display: block;
  }
  .fs-c-buttonContainer .fs-c-button--standard {
    width: 85%;
    margin: 0 auto;
  }
}
/* フリーページ



================================================== */
/*プリンセスクラス*/
#princessClass .rel {
  position: relative;
}
#princessClass .rel .cartBtn, #princessClass .rel .gif_anm {
  position: absolute;
}
#princessClass .rel .gif_anm {
  left: 50%;
}
@media screen and (min-width: 901px) {
  #princessClass {
    padding-bottom: 100px;
  }
  #princessClass .cart1 .cartBtn {
    bottom: 50px;
    left: 20%;
    transform: translate(-10%, 0);
    width: 45.834%;
  }
  #princessClass .cart2 .cartBtn {
    bottom: 60px;
    left: 27%;
    transform: translate(-34%, 10px);
    width: 38.667%;
  }
  #princessClass .rel .gif_anm {
    top: 24.5%;
    width: 50%;
    transform: translate(-50%, -26%);
  }
}
@media screen and (max-width: 900px) {
  #princessClass {
    padding-bottom: 50px;
  }
  #princessClass img {
    width: 100%;
  }
  #princessClass .rel .gif_anm {
    transform: translate(-50%, -80%);
    width: 90%;
    top: 80%;
  }
}
/* デフォルト要素の調整



================================================== */
.fs-l-header {
  padding-top: 0;
}
.fs-l-header__contents > * {
  padding: 0 !important;
}
.fs-l-main {
  padding: 0 !important;
}
/*スライダーページャ*/
.fs-c-slick .slick-prev, .fs-c-slick .slick-next, .item_list .slick-prev, .item_list .slick-next {
  position: absolute;
  display: block;
  height: 52px;
  width: 52px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(255, 255, 255, 0.9);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.fs-c-slick .slick-prev {
  left: 50%;
  margin-left: -677px;
}
.fs-c-slick .slick-next {
  right: 50%;
  margin-right: -677px;
}
.fs-c-slick .slick-prev::before, .fs-c-slick .slick-next::before, .item_list .slick-prev::before, .item_list .slick-next::before {
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fs-c-slick .slick-prev::before, .item_list .slick-prev::before {
  content: "←";
}
.fs-c-slick .slick-next::before, .item_list .slick-next::before {
  content: "→";
}
.item_list .slick-prev, .item_list .slick-next {
  width: 35px;
  height: 35px;
  z-index: 95;
  top: auto;
  bottom: -75px;
}
.item_list .slick-prev {
  left: 43%;
  margin-left: -17.5px;
}
.item_list .slick-next {
  right: 43%;
  margin-right: -17.5px;
}
/*メインスライダー　ドット*/
.fs-c-slick .slick-dots {
  padding: 25px 4px 4px;
}
.fs-c-slick .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 7px;
}
.fs-c-slick .slick-dots li button {
  height: 10px;
  width: 10px;
}
.fs-c-slick .slick-dots li button:before {
  opacity: 1;
  width: 10px;
  height: 10px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.fs-c-slick .slick-dots li.slick-active button:before {
  color: #f58c6d;
  opacity: 1;
}
@media screen and (min-width: 901px) {
  /*メインスライダー　ドット*/
}
@media screen and (max-width: 1320px) {
  /*スライダーページャ メイン*/
  .fs-c-slick .slick-prev {
    left: 15px;
    margin-left: 0;
  }
  .fs-c-slick .slick-next {
    right: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .fs-c-slick .slick-dots {
    padding: 15px 4px 4px;
  }
  /*スライダーページャ*/
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 640px) {
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .fs-c-slick .slick-prev {
    left: 10px;
  }
  .fs-c-slick .slick-next {
    right: 10px;
  }
  .fs-c-slick .slick-prev::before, .fs-c-slick .slick-next::before, .item_list .slick-prev::before, .item_list .slick-next::before {
    font-size: 15px;
  }
}