@charset "UTF-8";
@import url("https://use.typekit.net/tev4ryk.css");

/* ------------------------------------------------
COMMON
------------------------------------------------ */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: 'TTCommons';
  src: url("/snidel_home/font/TTCommonsRegular.otf");
}

@font-face {
  font-family: 'TTCommonsLight';
  src: url("/snidel_home/font/TTCommonsLight.otf");
}

@font-face {
  font-family: 'MrsEavesOT';
  src: url("/snidel_home/font/MrsEavesOT-Italic.otf");
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  opacity: .6;
}

button {
  outline: none;
  background: none;
  border: none;
}
.main-area .tax {
  font-size: 10px;
  padding-left: 2px;
}

/* ------------------------------------------------
header
------------------------------------------------ */
#Header{
  position: static;
  width: 100%;
}
.header {
  position: relative;
  width: 100%;
  z-index: 100;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

.header .header-inner {
  position: relative;
  width: 93.333%;
  margin: 0 auto;
}

.header .header-top {
}

.header .header-top .header-inner {
  padding: 32px 0 32px;
}

.header .header-top .header-logo {
  margin: 0 auto;
  width: 190px;
  position: static;
}

.header .header-top .header-logo a {
  display: block;
}

.header .header-top .header-logo img {
  width: 100%;
  height: auto;
}
.staff-Blog .archive li.slick-slide:nth-child(odd)
.header .header-top .header-search {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 48px;
}

.header .header-top .header-search img {
  width: 100%;
}

.header .header-top .header-user {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 0;
  letter-spacing: 0;
}

.header .header-top .header-user li {
  display: inline-block;
}
.header .header-top .header-user li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: 10px;
}
.header .header-top .header-user li.language a,
.header .header-top .header-user li.login a{
  margin-left: 0;
}
.header .header-top .header-user .cart .num{
  width: 20px;
  height: 20px;
  border-radius: 9px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  color: #333333;
  border: 1px solid #333333;
  position: absolute;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: -10px;
  top: -10px;
  padding: 3px 0;
  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;
}

.header .header-top .header-user li a .ico {
  display: inline-block;
  vertical-align: middle;
}
.header .header-top .header-user li a .ico img{
  height: 25px;
}

.header .header-top .header-user ul.header-user-list > li.login::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #999999;
  vertical-align: middle;
  margin-right: 15px;
}

.header-nav {
  /*border-bottom: 1px solid #000;*/
}

.header-nav .header-inner {
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.header-nav .nav-menu {
  font-size: 0;
  margin: 20px auto;
}

.header-nav .nav-menu li {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'TTCommonsLight';
}
.header-nav .nav-menu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background:#B2B2B2;
  position: absolute;
  right: 0;
  top: 0;
}

.header-nav .nav-menu li a {
  display: block;
  line-height: 1;
  padding: 5.5px 20px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

.header-nav .nav-menu li a.open .arrow {
  border-top: none;
  border-bottom: 5px solid #000;
}

.header-nav .nav-menu li .arrow {
  margin-left: 7px;
  margin-bottom: 2px;
  position: relative;
  display: inline-block;
  width: 13px;
  height: 9px;
}
.header-nav .nav-menu li .arrow::before, .header-nav .nav-menu li .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  background: #333333;
  top: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}
.header-nav .nav-menu li .arrow::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.header-nav .nav-menu li .arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.header-nav .nav-menu li.open .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-nav-sub {
  display: none;
  max-width: 1000px;
  margin: 17px auto 0;
}
.header-nav-sub .nav-menu li {
  width: 25%;
}
.header-nav-collection .nav-menu li {
  width: 50%;
}
.header-nav-sub .nav-menu li a {
  display: block;
  padding: 15px 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'TTCommonsLight';
}
.header-nav-sub .nav-menu li:not(:last-child)::after,
.header-nav-sub .nav-menu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 43px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 8px;
}
.header-nav-sub .nav-menu li:not(:last-child)::after {
  height: 36px;
}
.header-nav-sub .header-inner {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-nav-sub .nav-menu {
  height: 100%;
  font-size: 0;
  display: inline-block;
  max-width: 1120px;
  display: flex;
  margin: auto;
  justify-content: center;
}

.header-nav-sub .nav-menu li {
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  height: 100%;
}

#header .header-top .language{
  padding: 4px 15px 0 10px;
}
#header .header-top .language.open{
  z-index: 99999;
}

.header-user ul li.open .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-user ul li .arrow {
  margin-left: 7px;
  margin-bottom: 1px;
  position: relative;
  display: inline-block;
  width: 11px;
  height: 7px;
}
.header-user ul li .arrow::before, .header-user ul li .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 2px;
  background: #000;
  top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}
.header-user ul li .arrow::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.header-user ul li .arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.header-top .box-accordion {
  position: absolute;
  display: block;
  z-index: 1000;
  padding: 0 13px;
  margin: 0 0 0 -10px;
}
.header .header-top .box-accordion li {
  display: block;
  margin: 15px 0 10px 0;
}
/* ------------------------------------------------
footer
------------------------------------------------ */

.footer{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  font-family: TTCommons, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
.footer .flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1100px;
  flex-wrap: wrap;
}
.footer .block-inner {
  margin: 0 auto;
}
.footer .block-sns .list-sns {
  width: 224px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.footer .block-sns .list-sns li a {
  display: block;
}
.footer .block-sns .list-sns li .ico {
  width: 20px;
  display: block;
}
.footer .block-sns .list-sns li.LINE .ico,
.footer .block-sns .list-sns li.mail .ico {
  width: 22px;
}
.footer .block-sns .list-sns li .ico img{
  width: 100%;
}
.footer .block-menu .list-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .block-menu .list-menu li {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all .1s;
  transition: all .1s;
  text-transform: uppercase;
  color: #333333;
}
.footer .block-menu .list-menu li:not(:last-child)::after {
  content: "";
  border-right: 1px solid;
  margin: 0 30px;
}
.footer .block-menu .list-menu li.open {
  /*background: #ededed;*/
}
.footer .block-menu .list-menu li .arrow {
  margin-left: 7px;
  margin-bottom: 2px;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 9px;
  display: none;
}
.footer .block-menu .list-menu li .arrow::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.footer .block-menu .list-menu li .arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.footer .block-menu .list-menu li .arrow::before, .footer .block-menu .list-menu li .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background: #000;
  top: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}
.footer .block-menu .list-menu li.open .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.footer .block-contact,
.footer .block-info {
  display: none;
  margin-top: 17px;
}
.footer .block-contact .block-wrapper, .footer .block-info .block-wrapper {
  border-bottom: 1px solid #999999;
}
.footer .block-wrapper ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .block-wrapper ul li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
}
.footer .block-info .list-info.list01 li {
  width: 25%;
}
.footer .block-info .list-info.list02 li {
  width: 33.3333%;
}
.footer .block-contact .list-contact.list03 li {
  width: 33%;
}
.footer .block-contact .list-contact li, .footer .block-info .list-info li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  height: 59px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.footer .block-wrapper li:not(:last-child)::after {
  content: "";
  display: block;
  height: 43px;
  width: 1px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.footer .block-wrapper li a {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 0;
}

.footer .txt-copyright {
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.08em;
  margin-top: 40px;
  padding-bottom: 70px;
}

/* ------------------------------------------------
main-area
------------------------------------------------ */
.main-area {
  display: block;
  min-width: 1000px;
}

.main-area .main-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 93.333%;
}

.main-area .breadcrumb-area {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto 35px;
}

.main-area .breadcrumb-area .breadcrumb {
  max-width: 93.3333%;
  margin: 0 auto;
  font-size: 0;
}

.main-area .breadcrumb-area .breadcrumb li {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.main-area .breadcrumb-area .breadcrumb li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
}

#breadlist{
  width: 1080px;
  margin: 30px auto;
  font-size: 12px;
}
#breadlist p span{margin: 0 5px;}
#breadlist p a{text-decoration: underline;}



/* ------------------------------------------------
button
------------------------------------------------ */
.btn {
  text-align: center;
  height: 40px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

.btn a {
  position: relative;
  display: block;
  padding: 10px 0;
  /* font-size: 19px; */
  letter-spacing: 0.05em;
  line-height: 1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn.primary {
  background: #000;
}

.btn.primary a {
  color: #fff;
}

.btn.secondaryTop a {
  border: 1px solid #000;
  font-size: 19px;
}

.btn-favorite {
  width: 15px;
  height: 12px;
  background: url(./Contents/ImagesPkg/snidel/common/ico_favorite_01.svg) no-repeat center center;
}

.btn-favorite.is-active {
  background-image: url(./Contents/ImagesPkg/snidel/common/ico_favorite_02.svg);
}

.btn-favorite a {
  display: block;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------
font
------------------------------------------------ */
.engTtl {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

/* ------------------------------------------------
メルマガバナー
------------------------------------------------ */

.banner-mailmagazine-coupon {
  height: 136px !important;
}
.banner-mailmagazine {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 120px;
  height: 82px;
  border-radius: 15px 0 0 15px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: #585858;
  background: #fff;
  color: #585858;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: futura-pt;
}
.banner-mailmagazine a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 6px 17px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-mailmagazine .txt {
  font-size: 16px;
  line-height: 1.1;
}
.banner-mailmagazine .txt img {
  width: 100%;
}
.banner-mailmagazine .txt span:nth-child(1) {
  letter-spacing: 0.078em;
}
.banner-mailmagazine .txt span {
  display: inline-block;
}
.banner-mailmagazine-coupon .en {
  font-size: 25px;
}
.banner-mailmagazine-coupon .price {
  font-size: 35px;
}
.banner-mailmagazine .ico {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 28px;
}
.ico.far.fa-envelope:before {
  content: "\f0e0" !important;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 9px;
}


#PageTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: none;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  border: solid 1px #878787;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  z-index: 10;
}
#PageTopBtn::before {
  content: "";
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 1px #878787;
  border-right: solid 1px #878787;
  transform: rotate(-45deg);
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
}
#PageTopBtn a {
  width: 100%;
  height: 100%;
  display: block;
}


@media screen and (max-width:1024px) {
  /*header-nav*/
  .header-nav .nav-menu li{
    font-size: calc(26 *(100vw / 1200));
  }
  .header-nav .nav-menu li a{
    padding: calc(8 *(100vw / 1200)) calc(20 *(100vw / 1200)) 0 ;
  }
  .header-nav-sub .nav-menu li{
    font-size: calc(22 *(100vw / 1200));
  }
  .header-nav .nav-menu li:not(:last-child)::after{
    height: calc(39 *(100vw / 1200));
  }
  .header-nav-sub .nav-menu li a{
    padding: calc(12 *(100vw / 1200)) 0px;
    line-height: calc(36 *(100vw / 1200));
  }
  .header-nav .nav-menu li .arrow{
    margin-left: calc(14 *(100vw / 1200));
    margin-bottom: calc(4 *(100vw / 1200));
    width: calc(26 *(100vw / 1200));
    height: calc(18 *(100vw / 1200));
  }
  .header-nav .nav-menu li .arrow::before, .header-nav .nav-menu li .arrow::after{
    width: calc(16 *(100vw / 1200));
    top: calc(12 *(100vw / 1200));
  }
  .header-nav-sub .nav-menu li:not(:last-child)::after{
    height: calc(36 *(100vw / 1200));
  }
  .header-nav-sub .nav-menu li:not(:last-child)::after, .header-nav-sub .nav-menu li:not(:last-child)::after{
    top: calc(8 *(100vw / 1200));
  }

  /*footer*/
  .footer {
    max-width: 1000px;  
  }
  .footer .block-menu .list-menu{
    margin-bottom: 20px;
  }
  .footer .block-menu .list-menu li{
    margin-bottom: 10px;
  }
}





