@charset "UTF-8";
@import url(fonts.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Cormorant+Infant");
#Contents {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
}

/* clearfix
----------------------------------------------------*/
.cf:after {
  content: " ";
  display: block;
  clear: both;
}

/* anchor
----------------------------------------------------*/
/* .main-container a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:active {
  color: #9e6d41;
  text-decoration: none;
} */

.btn a[target=_blank]:after,
.shop-btn a[target=_blank]:after,
.choice a[target=_blank]:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(/cmnimg/icon_blank@2x.gif) no-repeat;
  background-size: contain;
}
.blank2 .btn a[target=_blank]:after,
.blank2 .shop-btn a[target=_blank]:after,
.blank2 .choice a[target=_blank]:after {
  background: url(/cmnimg/icon_blank2@2x.gif) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 480px) {
  a:hover, a:active {
    color: #333;
  }
}
.note {
  padding: 1em 0;
  font-size: 12px;
  font-weight: 400px !important;
}

.small {
  font-size: 80%;
}

.x-small {
  font-size: 65%;
}

sup {
  position: relative;
  top: -1em;
  font-size: 50%;
}

.pc {
  display: block;
}

.sp,
.sp-img {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }

  span.sp {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }
}
/* header
----------------------------------------------------*/
#header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px #ebebeb;
  background: #fff;
  z-index: 999;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #header-container {
    height: 60px;
  }
}
#header-container.thin {
  height: 60px;
}
#header-container .pc {
  display: block;
}
#header-container .sp,
#header-container .sp-img {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #header-container .sp {
    display: block !important;
  }
  #header-container span.sp {
    display: inline !important;
  }
  #header-container .pc {
    display: none !important;
  }
}

#global-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.site-logo {
  margin: 0 auto;
  width: 350px;
}
.site-logo .logo-s {
  display: none;
}
.thin .site-logo .logo-l {
  display: none;
}
.thin .site-logo .logo-s {
  display: block;
}
.thin .site-logo {
  width: min(50%, 230px);
}
@media only screen and (max-width: 768px) {
  .site-logo {
    margin-left: 15px;
    width: min(50%, 230px);
  }
  .site-logo .logo-l {
    display: none;
  }
  .site-logo .logo-s {
    display: block;
  }
}

@keyframes menu-top-on {
  0% {
    transform: rotate(0) scaleX(1);
  }
  50% {
    top: 18px;
    transform: rotate(0) scaleX(1);
  }
  100% {
    top: 18px;
    transform: rotate(-40deg) scaleX(0.6);
  }
}
@keyframes menu-bottom-on {
  0% {
    transform: rotate(0) scaleX(1);
  }
  50% {
    bottom: 18px;
    transform: rotate(0) scaleX(1);
  }
  100% {
    bottom: 18px;
    transform: rotate(40deg) scaleX(0.6);
  }
}
@keyframes menu-top-off {
  100% {
    transform: rotate(0) scaleX(1);
  }
  50% {
    top: 18px;
    transform: rotate(0) scaleX(1);
  }
  0% {
    top: 18px;
    transform: rotate(-40deg) scaleX(0.6);
  }
}
@keyframes menu-bottom-off {
  100% {
    transform: rotate(0) scaleX(1);
  }
  50% {
    bottom: 18px;
    transform: rotate(0) scaleX(1);
  }
  0% {
    bottom: 18px;
    transform: rotate(40deg) scaleX(0.6);
  }
}
.menu-trigger {
  position: absolute;
  right: 0;
  width: 100px;
  height: 39px;
  z-index: 200;
}
.menu-trigger:hover span {
  background: #E0C57F;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  transform-origin: center;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: #333;
  transition: background 0.2s;
}
@media only screen and (max-width: 768px) {
  .menu-trigger span {
    left: 35%;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 7px;
  animation: menu-top-off 0.3s 0s ease-out both;
}

.menu-trigger span:nth-of-type(2) {
  top: 18px;
  transition: transform 0.05s 0s both;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 7px;
  animation: menu-bottom-off 0.3s 0s ease-out both;
}

.menu-trigger.active span:nth-of-type(1) {
  animation: menu-top-on 0.3s 0s ease-out both;
}

.menu-trigger.active span:nth-of-type(2) {
  transform: scaleX(0);
}

.menu-trigger.active span:nth-of-type(3) {
  animation: menu-bottom-on 0.3s 0s ease-out both;
}

#header-nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: min(calc(100vh - 100px), 700px);
  background: #fffaee;
  z-index: 1;
  overflow: auto;
  transition: transform 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-150%);
  transform-origin: top;
}
@media only screen and (max-width: 768px) {
  #header-nav {
    top: 60px;
    height: calc(100vh - 60px) !important;
  }
}
.thin #header-nav {
  top: 60px;
  height: min(calc(100vh - 60px), 700px);
}
#header-nav.active {
  transform: translateY(0);
}

#global-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
  width: min(90%, 1100px);
  height: auto;
  transition: opacity 0.3s 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #global-nav {
    padding: 50px 0 150px;
    display: block;
  }
}
#global-nav.active {
  opacity: 1;
}
#global-nav a:link {
  color: #333;
  text-decoration: none;
}
#global-nav a:visited {
  color: #333;
  text-decoration: none;
}
#global-nav a:hover, #global-nav a:active {
  color: #c8ab5f;
  text-decoration: none;
}
#global-nav li {
  letter-spacing: 0.1em;
}
#global-nav li a {
  display: block;
}
#global-nav .nav-regular {
  width: max(15%, 150px);
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-regular {
    width: 100%;
  }
}
#global-nav .nav-regular li {
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
#global-nav .nav-regular li + li {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-regular li + li {
    padding-top: 10px;
  }
}
#global-nav .nav-products {
  position: relative;
  width: min(85%, 850px);
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-products {
    padding: 10px 0 20px;
    width: 100%;
  }
}
#global-nav .nav-products h2 {
  font-size: 17px;
  font-weight: 500;
}
#global-nav .nav-products ul.inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-products ul.inner {
    padding-top: 0;
    display: block;
  }
}
#global-nav .nav-products ul.inner > li {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-products ul.inner > li {
    width: 100% !important;
  }
}
#global-nav .nav-products ul.inner > li.nav-brand {
  width: 31%;
}
#global-nav .nav-products ul.inner > li + li {
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-products ul.inner > li + li {
    padding-top: 10px;
    margin-left: 0;
  }
}
#global-nav .nav-products ul.inner h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-family: "Metropolis", serif;
  font-size: 14px;
  font-weight: 600;
  border-bottom: solid 1px #999;
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-products ul.inner h3 {
    margin-top: 2em;
  }
}
#global-nav .nav-products ul.inner ul + h3 {
  margin-top: 3em;
}
@media only screen and (max-width: 768px) {
  #global-nav .nav-products ul.inner ul + h3 {
    margin-top: 2em;
  }
}
#global-nav .nav-products ul.inner h3 + h3 {
  margin-top: 2em;
}
#global-nav .nav-products ul.inner ul > li {
  margin-top: 1em;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}
#global-nav .nav-lang {
  padding-top: 60px !important;
  font-size: 15px !important;
}
#global-nav .nav-sns {
  padding-top: 40px !important;
  transform: translateX(-10px);
}
#global-nav .nav-sns ul {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  #global-nav .nav-sns ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#global-nav .nav-sns li {
  padding-top: 0 !important;
  margin-right: 1%;
  width: 28%;
}
@media only screen and (max-width: 640px) {
  #global-nav .nav-sns li {
    padding: 15px;
    width: 40px;
  }
}
#global-nav .nav-sns li img {
  width: 35px;
}
@media only screen and (max-width: 640px) {
  #global-nav .nav-sns li img {
    width: 100%;
  }
}

/* breadcrumbs
------------------------------------------------------ */
#breadcrumbs {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 10;
  display: block;
  font-size: 88%;
  background: none;
}
#products #breadcrumbs {
  display: none;
}
#breadcrumbs ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 3.5em 2em;
  box-sizing: border-box;
}
#breadcrumbs ul li {
  float: left;
  margin-left: 1.14em;
  padding-left: 1.57em;
  background: url(/images/common/ic-link_01.png) no-repeat 0 50%;
}
#breadcrumbs ul li:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
#breadcrumbs ul li em {
  color: #7e5c45;
}

@media only screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}
/* #page-container
----------------------------------------------------*/
#page-container {
  position: relative;
}

/* #main-container
----------------------------------------------------*/
#main-container {
  position: relative;
  margin: 0;
}

.hero {
  margin-bottom: 50px;
  width: 100%;
}
.hero .inner {
  margin: 0 auto;
  width: 100%;
}
.hero .inner .sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hero .inner .pc-only {
    display: none;
  }
  .hero .inner .sp-only {
    display: block;
    width: 100%;
  }
}
/* section
----------------------------------------------------*/
section h2 {
  margin-bottom: 0.75em;
  font-family: Metropolis, YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica, sans-serif;
  font-size: 300%;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
section h2 span {
  display: block;
  font-size: 33.3333%;
  padding-top: 0.7em;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  section h2 {
    font-size: 250%;
  }
}
/* products
----------------------------------------------------*/
.page-nav {
  margin: 0 auto 100px;
}
.page-nav ul {
  text-align: center;
}
.page-nav ul li {
  display: inline-block;
  margin: 0 1em 1em;
  font-size: 100%;
  text-align: center;
}
.page-nav ul li:before {
  content: "　";
  margin-right: 0.4em;
  display: inline-block;
  width: 9px;
  background: url(/cmnimg/page_nav_arrow.gif) no-repeat 0 5px;
  background-size: contain;
}

.lineup {
  clear: both;
  margin: -100px auto 100px;
  padding-top: 100px;
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
}
.lineup h3 {
  margin-bottom: 0.5em;
  font-size: 120%;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: "palt";
  color: #7e5c45;
}
.lineup p {
  font-size: 90%;
  text-align: center;
}
.lineup p.note {
  font-size: 11px;
  color: #999;
}
.lineup em {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 8px;
  text-align: center;
  color: #fff;
  background: #ba935a;
}
.lineup .col4 li {
  float: left;
  margin-bottom: 2em;
  padding: 0 1%;
  width: 25%;
  box-sizing: border-box;
}
.lineup .col3 {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lineup .col3 li {
  margin-bottom: 2em;
  padding: 0 2%;
  width: 33.3333%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .lineup .col3 li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .col3 li:nth-child(3) h3, .lineup .col3 li:nth-child(3) p {
    margin-left: -10%;
    width: 120%;
  }
}
.lineup .col2 {
  margin: 0 auto;
  width: 60%;
}
.lineup .col2 li {
  float: left;
  margin-bottom: 2em;
  padding: 0 8%;
  width: 50%;
  box-sizing: border-box;
}
.lineup .col1 h3, .lineup .col1 p {
  margin-left: -20%;
  width: 140%;
}
.lineup img {
  display: block;
  margin: 0 auto 10px;
}

.lineup-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 200px auto 0;
  width: 100%;
  max-width: 1100px;
}
@media only screen and (max-width: 768px) {
  .lineup-col .lineup + .lineup {
    margin: 50px auto 100px;
  }
}
.lineup-col .lineup {
  margin-left: 0;
  margin-right: 0;
  padding: 0 2%;
  width: 33.333%;
}
@media only screen and (max-width: 768px) {
  .lineup-col .lineup {
    margin-left: 10%;
    margin-right: 10%;
    width: 44%;
  }
}

#products .special-items {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #products .special-items {
    margin-bottom: 60px;
  }
}
#products .special-items h2 {
  margin-bottom: 1.5em;
  font-size: 170%;
  text-align: center;
  border: none;
}
#products .special-items h2 span {
  display: block;
  bottom: 0;
  font-size: 55%;
  text-align: center;
}
#products .special-items p {
  font-size: 80%;
  text-align: center;
}
#products .special-items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 90vw;
  max-height: 1200px;
}
#products .special-items li {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding: 0;
  width: 32%;
}
#products .special-items li a {
  transition: opacity 0.3s ease;
  width: 100%;
}
#products .special-items li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #products .special-items {
    margin-bottom: 60px;
  }
  #products .special-items ul {
    display: block;
  }
  #products .special-items li {
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 578px;
  }
}

@media only screen and (max-width: 768px) {
  .lineup {
    margin-bottom: 50px;
    width: 95%;
  }
  .lineup h3 {
    font-size: 100%;
  }
  .lineup p {
    font-size: 85%;
  }
  .lineup .col4 li {
    padding: 2%;
    width: 50%;
  }
  .lineup .col2 {
    width: 100%;
  }
  .lineup .col2 li {
    padding: 0 2%;
    width: 50%;
  }
  .lineup .col1 {
    margin: 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .lineup p br {
    display: none;
  }
  .lineup p br.perm {
    display: inline;
  }
}
#products.sense .hero {
  background: url(/products/img/hero/mens_hero_bg.jpg) no-repeat center top;
}
#products.sense .hero .inner {
  max-width: 1200px;
}

#products.nude .hero {
  background: #fff;
}
#products.nude .hero .inner {
  max-width: 1200px;
}

/* detail
----------------------------------------------------*/
#detail .pc {
  display: block;
}
#detail .sp {
  display: none;
}
#detail section h2 {
  margin-bottom: 0.75em;
  padding-bottom: 0.4em;
  font-size: 220%;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #949494;
}
#detail section h2 span {
  position: relative;
  bottom: 0.4em;
  display: inline;
  padding-left: 1em;
  font-size: 45%;
  text-align: left;
  letter-spacing: 0;
}
#detail .related-items,
#detail .special-items {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #detail .related-items,
#detail .special-items {
    margin-bottom: 60px;
  }
}
#detail .related-items h2,
#detail .special-items h2 {
  margin-bottom: 1em;
  font-size: 170%;
  text-align: center;
  border: none;
}
#detail .related-items h2 span,
#detail .special-items h2 span {
  display: block;
  bottom: 0;
  font-size: 55%;
  text-align: center;
}
#detail .related-items p,
#detail .special-items p {
  font-size: 80%;
  text-align: center;
}
#detail .related-items ul,
#detail .special-items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#detail .related-items li,
#detail .special-items li {
  padding: 0 2%;
  box-sizing: border-box;
}
#detail .related-items li img,
#detail .special-items li img {
  width: 100%;
  max-width: 230px;
}
#detail .related-items li a,
#detail .special-items li a {
  transition: opacity 0.3s ease;
}
#detail .related-items li a:hover,
#detail .special-items li a:hover {
  opacity: 0.6;
}
#detail .special-items {
  margin-bottom: 100px;
}
#detail .special-items h2 {
  margin-bottom: 1.5em;
}
#detail .special-items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90vw;
  margin-left: calc((990px - 90vw)/2);
}
@media only screen and (max-width: 1100px) {
  #detail .special-items ul {
    margin-left: 0;
  }
}
#detail .special-items li {
  padding: 0 0.65%;
  width: 32%;
}
#detail .special-items li img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #detail .special-items {
    margin-bottom: 60px;
  }
  #detail .special-items ul {
    display: block;
  }
  #detail .special-items li {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 578px;
  }
}

@media only screen and (max-width: 768px) {
  #detail section h2 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #detail .pc {
    display: none;
  }
  #detail .sp {
    display: block;
  }
}
/* special
----------------------------------------------------*/
#special section {
  margin: 50px auto 100px;
  width: 90%;
  max-width: 1200px;
}
#special section .lead {
  margin-bottom: 3em;
  text-align: center;
}
#special section .col4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#special section .col4 li {
  margin-bottom: 2em;
  padding: 1%;
  width: 25%;
  box-sizing: border-box;
}
#special section .col4 h3 {
  padding-top: 1em;
  font-size: 90%;
  font-weight: 700;
}
#special section .col4 p {
  padding: 0.5em 0 1em;
  font-size: 85%;
  text-align: justify;
}
#special section .col3 li {
  float: left;
  margin-bottom: 2em;
  padding: 1%;
  width: 33%;
  box-sizing: border-box;
}
#special section .col3 p {
  padding: 0.5em 0 1em;
  font-size: 85%;
  text-align: justify;
}
#special section .note {
  font-size: 11px;
  color: #999;
}

@media only screen and (max-width: 768px) {
  #special section {
    margin: 30px auto 50px;
  }
  #special section .lead {
    font-size: 90%;
  }
  #special section .col4 {
    margin: 0 auto;
    width: 100%;
  }
  #special section .col4 li {
    float: left;
    margin-bottom: 2em;
    padding: 2%;
    width: 50%;
    box-sizing: border-box;
  }
  #special section .col3 {
    margin: 0 auto;
    width: 100%;
  }
  #special section .col3 li {
    float: none;
    clear: both;
    margin: 0 auto 2em;
    padding: 1%;
    width: 100%;
    max-width: 380px;
    box-sizing: border-box;
  }
}
/* home
----------------------------------------------------*/
.cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 80px !important;
  padding-bottom: 50px;
}
.cover .sp-slide {
  pointer-events: none;
  opacity: 0.3;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.cover .sp-selected {
  pointer-events: auto;
  opacity: 1;
}
.cover .sp-button {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #ccc;
}
.cover .sp-buttonhover {
  background-color: #999;
}
.cover .sp-selected-button {
  background-color: #666;
}
.cover .sp-arrow {
  height: calc(100vw * 0.45714);
}
.cover img {
  width: 100%;
}
.cover.slick-initialized {
  display: block;
}
.cover .slick-slide {
  float: left;
  margin: 0;
  opacity: 0.3;
}
.cover .slick-current,
.cover .slick-active {
  opacity: 1;
}
.cover .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 1;
  text-align: center;
}
.cover .slick-dots li {
  display: inline-block;
  margin: 0 5px 20px 5px;
  vertical-align: middle;
}
.cover .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background-color: #ccc;
  transition: opacity 0.25s, linear;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cover .slick-dots button:hover {
  background-color: #999;
}

.cover .slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  background-color: #666;
  cursor: default;
}
.cover .slick-dots .slick-active button:hover {
  background-color: #666;
}

@media only screen and (max-width: 768px) {
  .cover {
    margin-bottom: 20px !important;
  }
  .cover.slick-initialized {
    display: none;
  }
}
#home .top-banner {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 700px;
}
#home .top-banner a {
  transition: 0.3s opacity ease;
}
#home .top-banner a:hover {
  opacity: 0.6;
}
#home .top-banner .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #home .top-banner {
    margin-bottom: 50px;
  }
  #home .top-banner .pc {
    display: none;
  }
  #home .top-banner .sp {
    display: block;
  }
}

/* pickup
----------------------------------------------------*/
#home .special-items {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1600px;
}
#home .special-items h2 {
  margin-bottom: 1.5em;
}
#home .special-items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  #home .special-items ul {
    margin-left: 0;
  }
}
#home .special-items li {
  padding: 0 0.65% 20px;
  width: 32%;
}
#home .special-items li img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .special-items {
    margin-bottom: 50px;
    width: 95%;
  }
  #home .special-items li {
    padding: 0 0.65%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 578px;
  }
}

#home .pickup {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1200px;
}
#home .pickup ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home .pickup ul li {
  margin-bottom: 3em;
  width: 24%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #home .pickup ul li {
    margin-bottom: 2em;
    width: 48%;
  }
}
#home .pickup ul p {
  padding: 1em 0 0;
  font-size: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home .pickup ul p {
    font-size: 85%;
  }
}
#home .pickup ul p.note {
  margin: 0.5em auto;
  width: 80px;
  font-size: 85%;
  padding: 0.2em 0.5em;
  color: #f00;
  border: solid 1px #f00;
}
#home .pickup .col3 li {
  margin-top: 2em;
  margin-bottom: 0;
  width: 32.3333%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #home .pickup .col3 li {
    width: 100%;
  }
}
#home .pickup img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #home .pickup {
    margin-bottom: 50px;
    width: 95%;
  }
  #home .pickup .pc-only {
    display: none;
  }
}
/* products
----------------------------------------------------*/
.products-info {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1260px;
}
@media only screen and (max-width: 768px) {
  .products-info {
    margin-bottom: 50px;
    width: 90%;
  }
}
.products-info ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-info ul li {
  float: left;
  margin-bottom: 2em;
  width: 18%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .products-info ul li {
    width: 48%;
  }
}
.products-info ul h3 {
  margin-bottom: 0;
  padding-top: 1em;
  font-size: 140%;
  text-align: center;
}
.products-info ul p {
  padding: 0.5em 0;
  font-size: 100%;
  text-align: center;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .products-info ul p {
    font-size: 85%;
  }
}
.products-info img {
  width: 100%;
}

/* instagram
----------------------------------------------------*/
.instagram {
  display: none;
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1200px;
}
.instagram .col4 li {
  float: left;
  margin-bottom: 2em;
  padding: 1%;
  width: 25%;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .instagram {
    width: 95%;
  }
  .instagram .col4 li {
    margin-bottom: 1%;
    padding: 2%;
    width: 50%;
  }
}
/* ranking
----------------------------------------------------*/
#home .ranking {
  display: none;
  position: relative;
  margin-bottom: 100px;
  width: 100%;
}
#home .ranking .inner {
  position: relative;
  background: #f8f8f8;
}
#home .ranking .totaling-date {
  position: relative;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-bottom: 10px;
  padding-right: 2%;
  font-size: 75%;
  color: #999;
  text-align: right;
  background: #f8f8f8;
  box-sizing: border-box;
}
#home .ranking .col5 {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#home .ranking .col5 li {
  float: left;
  margin-bottom: 1em;
  padding: 1%;
  width: 20%;
  box-sizing: border-box;
}
#home .ranking .col5 li h2 {
  padding: 1em 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 88%;
  text-align: center;
  letter-spacing: 0;
}
#home .ranking .col5 .rank {
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  font-family: "Cormorant Infant", serif;
  font-size: 280%;
  line-height: 1;
  text-align: center;
  color: #7e5c45;
}
#home .ranking .col5 .rank.first {
  margin-top: -0.2em;
  margin-bottom: 0.3em;
  font-size: 350%;
}
#home .ranking .col5 .rank span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20%;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #home .ranking {
    margin-bottom: 50px;
  }
  #home .ranking .inner {
    width: 100%;
    overflow: scroll;
  }
  #home .ranking .col5 {
    margin-bottom: 0;
    width: 640px;
  }
  #home .ranking .col5 li {
    padding: 3%;
  }
}
/* news
----------------------------------------------------*/
#home .news {
  margin: 0 auto 20px;
  width: 90%;
  max-width: 1000px;
}
#home .news h3 {
  position: relative;
  margin-bottom: 1em;
  font-size: 120%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#home .news h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  width: 100%;
  height: 1px;
  border-top: solid 1px #b2b2b2;
  top: 50%;
  z-index: 1;
}
#home .news .info h3:before {
  left: 50px;
}
#home .news .news-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home .news .event,
#home .news .info {
  margin: 0 2% 50px;
  width: 46%;
  overflow: hidden;
}
#home .news .event {
  display: none;
}
#home .news .info {
  width: 90%;
}
#home .news li {
  margin-bottom: 2em;
}
#home .news .date {
  display: block;
}

@media only screen and (max-width: 768px) {
  #home .news {
    margin-bottom: 0;
  }
  #home .news .event,
#home .news .info {
    width: 95%;
  }
}
#home .banners {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
#home .banners li {
  margin-top: 50px;
}

.banner-ma {
  margin: 50px auto 100px;
  width: 60%;
  max-width: 200px;
  transition: opacity 0.3s ease;
}
.banner-ma:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .banner-ma {
    margin-bottom: 50px;
  }
}

.banner-45th {
  margin: 50px auto 100px;
  width: 60%;
  max-width: 200px;
  transition: opacity 0.3s ease;
}
.banner-45th:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .banner-45th {
    margin-bottom: 50px;
  }
}
.banner-45th img {
  box-shadow: 0px 0px 1px #b3b3b3;
  display: block;
  margin: 0px auto;
}

/* sns
----------------------------------------------------*/
.sns {
  position: relative;
  clear: both;
  margin: 0 auto 100px;
  width: 80%;
  max-width: 400px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .sns {
    width: 60%;
  }
}
.sns li {
  float: left;
  padding: 3%;
  width: 25%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .sns li {
    padding: 2%;
  }
}

/* footer
----------------------------------------------------*/
#footer {
  position: relative;
  padding: 50px 0 70px;
  width: 100%;
  background: #fffaee;
  z-index: 10;
}
#footer .footer-nav {
  clear: both;
  width: 100%;
}
#footer .footer-nav .inner {
  margin: 0 auto 100px;
  width: 80%;
  max-width: 1200px;
}
#footer .footer-nav .inner > li {
  float: left;
  padding: 0 15px;
  width: 25%;
  box-sizing: border-box;
}
#footer .footer-nav .inner h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-family: "Metropolis", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: solid 1px #999;
}
#footer .footer-nav .inner ul > li {
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#footer .bottom-nav {
  clear: both;
  margin: 0 0 10px 5%;
  font-size: 12px;
  line-height: 2;
}
#footer .bottom-nav li {
  float: left;
}
#footer .bottom-nav li:after {
  content: "　|　";
}
#footer .bottom-nav li:nth-child(6):after {
  content: "";
}

.page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .page-top {
    right: 10px;
    bottom: 30px;
    width: 30px;
    height: 30px;
  }
}

.copyright {
  float: right;
  margin-right: 3%;
  font-size: 75%;
  line-height: 2;
  font-family: "Metropolis", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .copyright {
    float: none;
    clear: both;
    margin: 0 0 0 5%;
    padding-top: 2em;
  }
}

@media only screen and (max-width: 768px) {
  #footer {
    padding-top: 25px;
  }
  #footer .footer-nav {
    display: none;
  }
}
/* error
----------------------------------------------------*/
.error .inner {
  margin: 150px auto;
  width: 90%;
  max-width: 640px;
}
@media only screen and (max-width: 640px) {
  .error .inner {
    margin: 50px auto;
  }
}
.error h2 {
  margin-bottom: 0.2em;
  font-size: 350%;
}
@media only screen and (max-width: 640px) {
  .error h2 {
    font-size: 280%;
  }
}
.error h3 {
  margin-bottom: 2em;
  font-size: 110%;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", Times, serif !important;
  text-align: center;
}
.error p {
  margin-bottom: 2em;
  line-height: 2;
  text-align: justify;
}
.error p.icon-link_02 {
  font-size: 100%;
}

/* special-price-note
----------------------------------------------------*/
.special-price-note {
  position: relative;
  margin: 100px auto 0;
  width: 90%;
  max-width: 1000px;
  padding: 30px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  z-index: 1000;
}
@media only screen and (max-width: 640px) {
  .special-price-note {
    padding: 20px;
  }
}
.special-price-note p {
  font-size: min(3vw, 14px);
  text-align: center;
}

/*# sourceMappingURL=default.css.map */
