@charset "UTF-8";
/*
-----------------------------------------------
▼基本デザイン
----------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: Times New Roman, "ヒラギノ明朝 ProN",YuMincho,"HGS明朝E", "ＭＳ Ｐ明朝",serif;
  font-size: 14px;
  color: #444;
  background: #DCDDDD; }
  body * {
    line-height: 1.5; }

img {
  border: 0;
  vertical-align: bottom; }

ul, ol, li {
  list-style-type: none; }

table, h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

table {
  border-collapse: collapse; }

a {
  overflow: hidden; }
  a:link, a:visited {
    color: #a40b5b; }
  a:hover, a:active {
    filter: alpha(opacity=60);
    opacity: 0.6; }

/* Win IEちらつき防止▼  */
* html {
  -webkit-filter: expression(document.execCommand("BackgroundImageCache", false, true));
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

.cboth {
  clear: both;
  height: 0; }

/* IE 用▼  */
* html .cboth {
  height: .1em;
  overflow: hidden;
  margin-top: -.1em; }

hr {
  visibility: hidden;
  border: 0; }

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/ }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }

/* Hides from IE-mac */
html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* for ie5,6*/
/*
-----------------------------------------------
カスタム
----------------------------------------------- */
img {
  max-width: 100%; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.center {
  text-align: center; }

#wholewrap {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto; }

#insidewrap {
  text-align: left;
  width: 1050px;
  margin: 0 auto; }

.w780 {
  max-width: 780px;
  margin: 0 auto; }

/*
-----------------------------------------------
▼ヘッダ・グロナビ
----------------------------------------------- */
#header {
  width: 880px;
  margin: 30px 0 25px 90px;
  position: relative; }
  #header .translate {
    position: absolute;
    right: 0;
    top: -16px; }
    #header .translate a {
      margin-right: 16px;
      text-decoration: none;
      color: #333; }
      #header .translate a img {
        height: 17px;
        width: auto;
        padding-bottom: 2px;
        border-bottom: 1px solid #3F3A39; }
      #header .translate a:visited {
        color: #333; }
      #header .translate a:last-child {
        margin-right: 0; }
  #header .gNav {
    margin-top: 60px;
    width: 100%;
    text-align: center; }
    #header .gNav ul li {
      display: inline-block;
      width: 118px;
      text-align: center; }
      #header .gNav ul li.current {
        background: white; }
      #header .gNav ul li a {
        display: block;
        height: 30px;
        width: 100%; }
        #header .gNav ul li a img {
          text-align: center;
          height: 12px; }
  #header .gNav_de {
    margin-top: 60px;
    width: 100%;
    text-align: center; }
    #header .gNav_de ul {
      display: flex;
      justify-content: space-around; }
      #header .gNav_de ul li {
        width: auto;
        padding: 0 15px; }
        #header .gNav_de ul li a img {
          height: 10px; }
  @media (max-width: 991px) {
    #header {
      display: none; } }

.header-sp {
  width: 100%;
  z-index: 54;
  margin: 15px 0 15px; }
  .header-sp .logo {
    margin-bottom: 0; }
    .header-sp .logo img {
      width: 100px; }
  .header-sp.scroll_on {
    position: fixed; }

.i-hamburger .wrap_i {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 40px;
  transition-duration: 500ms;
  right: 20px; }
  .i-hamburger .wrap_i span {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #444;
    border-radius: 4px; }
    .i-hamburger .wrap_i span:nth-of-type(1) {
      top: 0; }
    .i-hamburger .wrap_i span:nth-of-type(2) {
      top: 9px; }
    .i-hamburger .wrap_i span:nth-of-type(3) {
      bottom: 0; }
  .i-hamburger .wrap_i.open span {
    background-color: #222; }
    .i-hamburger .wrap_i.open span:nth-of-type(1) {
      transform: translateY(20px) rotate(-45deg);
      top: -10px; }
    .i-hamburger .wrap_i.open span:nth-of-type(2) {
      opacity: 0; }
    .i-hamburger .wrap_i.open span:nth-of-type(3) {
      transform: translateY(-20px) rotate(45deg);
      bottom: -11px; }

#menu-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 130px;
  background-color: #ffffff;
  z-index: 53;
  text-align: center; }
  #menu-sp .wrap-menu {
    margin: 10px 0 30px; }
    #menu-sp .wrap-menu a {
      display: block;
      color: #444;
      font-size: 16px;
      text-align: center;
      margin: 0 auto 5px;
      padding-bottom: 17px;
      line-height: 1.4;
      position: relative; }
      #menu-sp .wrap-menu a img {
        height: 12px; }
      #menu-sp .wrap-menu a .menu {
        display: block;
        font-weight: bold;
        font-size: 16px; }
      #menu-sp .wrap-menu a .cap {
        display: block;
        margin-bottom: 0;
        font-size: 12px; }
      #menu-sp .wrap-menu a:hover {
        text-decoration: none; }
      #menu-sp .wrap-menu a:after {
        content: '';
        display: block;
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: linear-gradient(to left, rgba(68, 68, 68, 0) 0%, #444444 20%, #444444 80%, rgba(68, 68, 68, 0) 100%); }
  #menu-sp a.contact {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .12em;
    padding: 14px 0 6px;
    display: block;
    margin: 20px auto;
    max-width: 300px; }
    #menu-sp a.contact .menu {
      display: block; }
    #menu-sp a.contact .cap {
      display: block;
      margin-bottom: 3px; }
    #menu-sp a.contact:hover {
      text-decoration: none; }
  #menu-sp .ln {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #menu-sp .ln li {
      width: 33%;
      text-align: center;
      margin-bottom: 10px; }
      #menu-sp .ln li img {
        height: 16px;
        width: auto;
        margin-right: 0; }
      #menu-sp .ln li span {
        display: none; }
    #menu-sp .ln.-sns li {
      margin-bottom: 0; }
      #menu-sp .ln.-sns li img {
        height: 30px; }
  #menu-sp .store {
    max-width: 300px;
    margin: 20px auto 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #menu-sp .store img {
      width: 100%;
      max-width: 160px; }
  @media (min-width: 768px) {
    #menu-sp .wrap-menu {
      margin: 50px 0; }
      #menu-sp .wrap-menu a {
        margin-bottom: 10px;
        padding-bottom: 20px; }
        #menu-sp .wrap-menu a img {
          height: 15px; }
    #menu-sp .ln.-sns {
      margin: 40px auto; }
      #menu-sp .ln.-sns li img {
        height: 35px; }
    #menu-sp .store {
      margin-bottom: 50px; } }

#headtop {
  width: 250px;
  float: right; }

.snsicons {
  text-align: right; }
  .snsicons a {
    text-decoration: none; }

.snsarea {
  margin: 20px 0 0 0;
  text-align: right;
  float: right;
  width: 220px; }
  .snsarea td {
    padding-bottom: 10px; }

iframe.twitter-share-button {
  width: 100px !important; }

#logo {
  width: 250px;
  float: left; }

.ttl {
  height: 27px;
  width: auto;
  margin-bottom: 35px; }

.hl_stockist_foreign {
  max-width: 500px;
  margin: 40px 0 60px; }

.wrap_stockist_btn a {
  display: inline-block; }
  .wrap_stockist_btn a img {
    height: 40px;
    opacity: 1;
    transition-duration: 300ms; }
  .wrap_stockist_btn a:hover, .wrap_stockist_btn a.active {
    background-color: #000;
    opacity: 1; }
    .wrap_stockist_btn a:hover img, .wrap_stockist_btn a.active img {
      opacity: .7; }

@media (min-width: 992px) {
  .wrap_stockist_btn {
    margin: 100px 0 100px;
    text-align: center; }
    .wrap_stockist_btn a:not(:last-child) {
      margin-right: 80px; } }

@media (max-width: 991px) {
  .wrap_stockist_btn {
    margin: 60px 0;
    padding-left: 15px; }
    .wrap_stockist_btn a {
      margin-right: 20px;
      margin-bottom: 10px; }
      .wrap_stockist_btn a img {
        height: 30px; } }

.wrap_stockist {
  word-break: break-all; }

.link_map {
  text-decoration: none; }

/* ここから中身 */
.alcenter {
  text-align: center;
  width: 1050px !important; }

.eyecatch {
  max-width: 1050px;
  width: 100%;
  height: auto; }

#maincon {
  max-width: 880px;
  margin: 80px auto 50px; }
  @media (max-width: 991px) {
    #maincon {
      padding: 0 15px; } }

.m35 {
  margin-bottom: 35px !important; }

.m80 {
  margin-bottom: 80px; }

.imgcenter {
  display: block;
  margin: 0 auto; }

.arightf {
  text-align: right;
  width: 470px;
  float: right;
  /* padding-top:2px; */ }

.defh3 {
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: lighter;
  padding: 0 0 25px 0; }
  @media (max-width: 991px) {
    .defh3 {
      font-size: 22px;
      padding-bottom: 10px; } }

.mainp0 {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
  padding: 0; }

.mainp, .product_list > li p, .product_list_nocart > li p {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
  padding: 0 0 25px 0; }

.mainp2 {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
  padding: 0 0 80px 0; }
  @media (max-width: 991px) {
    .mainp2 {
      padding-bottom: 50px; } }

.page_title {
  margin: 100px 0 60px; }
  .page_title img {
    height: 29px;
    width: auto; }
  @media (max-width: 991px) {
    .page_title {
      margin: 50px 0;
      padding: 0 15px; } }

/* ニュース */
.newsarea_top {
  overflow: hidden;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 100px; }
  .newsarea_top .topics dd.item {
    display: block;
    margin-bottom: 40px; }
  .newsarea_top .topics img {
    max-width: 100%;
    height: auto; }

.newsarea {
  overflow: hidden; }
  .newsarea .side_filter ul.filter li {
    margin-bottom: 24px; }
    .newsarea .side_filter ul.filter li img {
      cursor: pointer;
      border-bottom: 2px solid #222;
      padding-bottom: 0px; }
      .newsarea .side_filter ul.filter li img:hover {
        opacity: .7; }
  .newsarea .topics .item {
    display: block; }
  @media (min-width: 992px) {
    .newsarea {
      min-height: 1000px; }
      .newsarea .side_filter {
        display: block;
        float: left;
        width: 200px; }
        .newsarea .side_filter ul.filter li {
          margin-bottom: 24px; }
      .newsarea .topics {
        float: right;
        width: 550px;
        padding: 0 0 5px 10px;
        border-left: 3px solid #999; }
        .newsarea .topics dd {
          margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .newsarea .side_filter {
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 3px solid #999; }
      .newsarea .side_filter ul.filter {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-end;
        margin-bottom: 0; }
        .newsarea .side_filter ul.filter li {
          margin-bottom: 20px; }
          .newsarea .side_filter ul.filter li:not(:last-child) {
            margin-right: 12px; }
          .newsarea .side_filter ul.filter li img {
            height: 18px; }
    .newsarea .topics dd {
      margin-bottom: 30px; } }

.wrapper_more {
  text-align: right;
  margin-right: 40px; }
  .wrapper_more img {
    height: 36px;
    width: auto; }

.area_instagram .headline {
  text-align: center; }
  .area_instagram .headline img {
    max-width: 300px;
    width: 60%;
    margin-bottom: 60px; }

.area_instagram .instagram-gallery {
  margin-bottom: 40px; }
  .area_instagram .instagram-gallery .instagram-gallery__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item {
      width: 23%;
      margin-bottom: 30px; }
      .area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item a {
        display: block;
        overflow: hidden;
        position: relative;
        padding-top: 100%; }
        .area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item a img {
          width: 150%;
          max-width: inherit;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .area_instagram {
    padding: 60px 0; }
    .area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item {
      width: 47%;
      margin-bottom: 20px; } }

#footer {
  text-align: center;
  max-width: 880px;
  margin: 80px auto 60px; }
  #footer #copyright {
    font-size: 10px;
    font-style: normal;
    text-align: right;
    letter-spacing: 1px;
    padding: 0 15px; }

/* プロダクト */
.english_title {
  padding: 15px 0 30px; }

.product_title {
  margin-bottom: 35px; }
  @media (max-width: 991px) {
    .product_title {
      margin-bottom: 20px; } }

.product_list, .product_list_nocart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px; }
  .product_list > li, .product_list_nocart > li {
    display: inline-block;
    height: 530px;
    margin-bottom: 20px;
    position: relative;
    width: 29%; }
    .product_list > li img, .product_list_nocart > li img {
      width: 100%;
      height: auto; }
    .product_list > li .thumb, .product_list_nocart > li .thumb {
      margin-bottom: 20px; }
    .product_list > li .headline, .product_list_nocart > li .headline {
      margin-bottom: 20px; }
    .product_list > li p, .product_list_nocart > li p {
      position: relative;
      padding-bottom: 0; }
      .product_list > li p.ja, .product_list_nocart > li p.ja {
        height: 100px; }
      .product_list > li p.en, .product_list_nocart > li p.en {
        height: 190px; }
      .product_list > li p.fr, .product_list_nocart > li p.fr {
        height: 140px; }
    .product_list > li a.move_shop, .product_list_nocart > li a.move_shop {
      display: inline-block;
      float: right; }
      .product_list > li a.move_shop img, .product_list_nocart > li a.move_shop img {
        width: 47px;
        height: 47px; }
  @media (max-width: 767px) {
    .product_list > li, .product_list_nocart > li {
      width: 47%;
      height: auto;
      margin-bottom: 50px; }
      .product_list > li p, .product_list_nocart > li p {
        height: auto !important; } }

.product_list_nocart > li {
  height: 480px;
  margin-bottom: 50px; }

.giftbox {
  margin-bottom: 140px; }
  .giftbox > img {
    max-width: 100%;
    height: auto;
    margin-bottom: 35px; }
  .giftbox p {
    margin-bottom: 0;
    line-height: 2;
    letter-spacing: 1px; }
  .giftbox a.move_shop {
    display: inline-block;
    float: right; }
    .giftbox a.move_shop img {
      width: 47px;
      height: 47px; }
  @media (max-width: 991px) {
    .giftbox {
      margin-bottom: 100px; }
      .giftbox > img {
        margin-bottom: 20px; } }

/* バックストーリー */
.img_logo {
  display: block;
  width: 350px;
  height: auto;
  margin: 0 auto 100px; }
  @media (max-width: 991px) {
    .img_logo {
      max-width: 220px;
      position: relative;
      left: 15px; } }

.about {
  width: 100%; }
  .about tr th {
    width: 12em;
    line-height: 1.8; }
  @media (max-width: 767px) {
    .about tr th {
      width: 8em; } }

/* スタイル */
.area_style {
  width: 100%;
  overflow: hidden; }
  .area_style p {
    letter-spacing: .12em;
    line-height: 2.3;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .area_style {
      margin-bottom: 100px; }
      .area_style p {
        line-height: 2.8; }
      .area_style .picture {
        width: 57%; }
        .area_style .picture img {
          width: 100%; }
      .area_style .left {
        float: left; }
      .area_style .right {
        float: right; }
      .area_style .text {
        width: 41%;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (max-width: 767px) {
    .area_style {
      margin-bottom: 50px; }
      .area_style .picture {
        margin-bottom: 40px; }
      .area_style .text {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 991px) {
    .area_style {
      margin-bottom: 150px; }
      .area_style .text {
        padding-top: 80px; } }

/* 使い方 */
.howtostep {
  overflow: hidden;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .howtostep {
      width: 900px; }
      .howtostep .description {
        width: 540px;
        float: left; }
      .howtostep .illust {
        float: right;
        position: relative; }
        .howtostep .illust img {
          position: relative; }
          .howtostep .illust img.step1 {
            top: -30px; }
          .howtostep .illust img.step2 {
            top: -30px; }
          .howtostep .illust img.step3 {
            top: 10px; } }
  @media (max-width: 991px) {
    .howtostep {
      margin-bottom: 80px; }
      .howtostep .description p {
        padding-bottom: 0; } }

.attention {
  margin-left: 14px; }
  .attention li {
    list-style-type: circle;
    margin-bottom: 12px; }
  .attention.fr li {
    list-style-type: none; }

/* 取扱店 */
.h_area {
  margin-bottom: 20px; }

.h_area_child {
  margin-bottom: 20px; }

/* 取扱店フィルタリング */
.nav_area {
  padding: 0;
  margin-top: 40px;
  /* Safari */
  display: flex;
  /* Safari */
  flex-wrap: wrap;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 60px; }
  .nav_area li {
    display: inline-block; }
    .nav_area li a {
      color: #444;
      text-decoration: none;
      padding-bottom: 4px; }
      .nav_area li a.active {
        border-bottom: 2px solid #444; }
  @media (max-width: 991px) {
    .nav_area {
      justify-content: flex-start; }
      .nav_area li {
        line-height: 3; }
        .nav_area li:not(:last-child) {
          margin-right: 25px; } }

/* 下層共通デザイン  */
.ch2 {
  margin: 0 0 20px 0; }

.mbtm {
  margin-bottom: 70px; }

.cp {
  font-size: 14px;
  padding: 0 15px 0 5px;
  line-height: 1.75; }

.red {
  color: red; }

/*-----------------------------------------------
英語版スタイル
----------------------------------------------- */
body.en {
  font-family: Times New Roman; }
  @media (max-width: 991px) {
    body.en .product_list.-en > li, body.en .-en.product_list_nocart > li {
      height: 570px; } }
  body.en .area_style p {
    line-height: 2.2; }

/*-----------------------------------------------
フランス語版スタイル
----------------------------------------------- */
body.fr {
  font-family: Times New Roman; }
  @media (max-width: 991px) {
    body.fr .product_list.-fr > li, body.fr .-fr.product_list_nocart > li {
      height: 550px; } }
  body.fr .area_style p {
    line-height: 2.2; }

/*-----------------------------------------------
キャンペーンページ
----------------------------------------------- */
.info_campaign {
  margin-bottom: 40px; }

.campaign {
  width: 1050px; }
  .campaign .header {
    margin-bottom: 60px; }
    .campaign .header .img_header {
      margin-bottom: 60px; }
    .campaign .header .img_thumb {
      margin: 0 auto;
      display: block; }
  .campaign section.content {
    border: 1px solid #bfbfbf;
    background-color: #f5f5f5;
    padding: 40px 120px; }
    .campaign section.content .wrapper_title {
      text-align: center; }
      .campaign section.content .wrapper_title h3.title {
        border: 1px solid #313131;
        padding: 6px 18px;
        display: inline-block;
        font-size: 1.8em;
        font-weight: bold;
        margin-bottom: 70px; }
    .campaign section.content .part {
      margin-bottom: 50px;
      overflow: hidden; }
      .campaign section.content .part .label {
        float: left;
        width: 6em;
        text-align: center;
        padding: 2px 0;
        margin-right: 20px;
        background-color: #313131;
        color: white;
        font-weight: bold;
        font-size: 1.1em;
        font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
      .campaign section.content .part .detail {
        float: right;
        width: 83%; }
        .campaign section.content .part .detail .l {
          font-size: 2.1em;
          font-weight: bold;
          margin-bottom: 14px;
          line-height: 1.2; }
        .campaign section.content .part .detail p {
          line-height: 2.4;
          letter-spacing: .04em; }
        .campaign section.content .part .detail .img_flow {
          margin-bottom: 50px;
          width: 100%; }
    .campaign section.content .part2 {
      margin-bottom: 30px;
      overflow: hidden; }
      .campaign section.content .part2 .label {
        width: 8em;
        text-align: center;
        padding: 4px 0;
        background-color: #313131;
        color: white;
        font-weight: bold;
        margin-bottom: 30px; }
      .campaign section.content .part2 .detail .item {
        margin-bottom: 30px; }
      .campaign section.content .part2 .detail p {
        line-height: 2.2; }
      .campaign section.content .part2 .detail ul {
        margin-left: 20px; }
        .campaign section.content .part2 .detail ul li {
          list-style-type: disc;
          line-height: 2.2; }
      .campaign section.content .part2 .detail .col-left {
        float: left;
        width: 48%;
        margin-right: 2%; }
      .campaign section.content .part2 .detail .col-right {
        float: right;
        width: 49%; }
  .campaign .p_end {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    border: 1px solid #222;
    padding: 20px 20px; }
/*# sourceMappingURL=maps/main.css.map */
