@charset "UTF-8";
/* ==========================================================================
	 import
	 ========================================================================== */
/* Reset ----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:500,700&display=swap");
/* ==========================================================================
	 base
	 ========================================================================== */
body {
  color: #231815;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif !important;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1260px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  body {
    min-width: 0;
  }
}
img {
  max-width: 100%;
  vertical-align: top;
}

pre,
input,
textarea,
select {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

.mouse .over {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.over:hover {
  opacity: 0.7;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:focus,
*:focus {
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
}
a img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
a img:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .view_pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .view_sp {
    display: none !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dui9mc");
  src: url("../fonts/icomoon.eot?dui9mc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dui9mc") format("truetype"), url("../fonts/icomoon.woff?dui9mc") format("woff"), url("../fonts/icomoon.svg?dui9mc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic_kaori_sukkiri:before {
  content: "\e900";
}

.icon-ic_kaori_hanayaka:before {
  content: "\e901";
}

.icon-ic_kaori_nigiyaka:before {
  content: "\e902";
}

.icon-ic_kaori_odayaka:before {
  content: "\e903";
}

.icon-ic_kaori_sawayaka:before {
  content: "\e904";
}

/* ==========================================================================
	 components
	 ========================================================================== */
/* .container
	 ----------------------------------------------------------------- */
.container {
  padding: 0 4%;
}
.container.wide {
  padding: 0 8%;
}

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1260px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .container.wide {
    padding: 0;
  }
}
/* headline
	 ----------------------------------------------------------------- */
.headlineNormal {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .headlineNormal {
    font-size: 35px;
  }
}
/* btn
	----------------------------------------------------------------- */
.btn {
  display: block;
  text-decoration: none !important;
  border: 1px solid #231815;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover {
  background: #231815;
  color: #fff;
}
.btn:hover:after {
  background: url(../img/common/sui_icon_wh.svg) 0 0 no-repeat;
}
.btn:after {
  content: "";
  background: url(../img/common/sui_icon_.svg) 0 0 no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  .btn {
    background: #fff;
    font-size: 14px;
    padding: 12px 10px;
  }
}
.sbtn {
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid #231815;
  text-align: center;
  font-size: 16px;
  padding: 0 8px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sbtn:hover {
  background: #a48c0a;
  border: 1px solid #a48c0a;
  color: #fff;
}
.sbtn:after {
  content: "＞";
  font-size: 10px;
  display: inline-block;
  margin-left: 1em;
  vertical-align: top;
  padding-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .sbtn {
    display: block;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 12px;
    position: relative;
    padding: 4px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sbtn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -8px;
    padding-top: 0;
    margin-left: 0;
  }
}
/* ==========================================================================
	 styles
	 ========================================================================== */
/* .mnav
----------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .mnav {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(143, 143, 143, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(143, 143, 143, 0.4);
    width: 673px;
  }
  .mnav li {
    width: 50%;
    min-width: 307px;
  }
  .mnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    text-decoration: none;
    padding: 9px 20px;
    font-size: 14px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mnav li a .img {
    width: 30%;
    text-align: center;
  }
  .mnav li a .txt {
    width: 70%;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    padding-left: 14px;
  }
  .mnav li a:hover {
    opacity: 0.7;
  }
  .mnav.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 345px;
  }
  .mnav.column li {
    width: 100%;
  }
}
@media print and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .mnav.last {
    left: auto;
    right: 50%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .mnav {
    width: 30vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mnav li {
    width: 100%;
    min-width: 0;
  }
  .mnav li a {
    font-size: 12px;
    padding: 9px;
  }
  .mnav li a .img {
    width: 20%;
  }
  .mnav li a.txt {
    width: 80%;
  }
  .mnav.column {
    width: 30vw;
  }
}
/* .fixNav
	 ----------------------------------------------------------------- */
.fixNav {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-bottom: calc(env(safe-area-inset-bottom));
}
.fixNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixNav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixNav ul li a {
  display: block;
  text-decoration: none !important;
  height: 50px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3px;
}
.fixNav ul li a span {
  display: block;
}
.fixNav ul li a .ic {
  width: 22px;
  height: 22px;
  position: relative;
}
.fixNav ul li a .ic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
.fixNav ul li a .ic img.open {
  top: 4px;
}
.fixNav ul li a .ic .close {
  opacity: 0;
}
.fixNav ul li a.active .ic .open {
  opacity: 0;
}
.fixNav ul li a.active .ic .close {
  opacity: 1;
}
.fixNav ul li a .label {
  text-align: center;
  font-size: 10px;
  margin-top: 3px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  line-height: 1.2;
}
.fixNav ul li a .label.cart {
  color: #a48c0a;
}

@media print, screen and (min-width: 768px) {
  .fixNav {
    display: none;
  }
}
#fullOverlay {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(171, 168, 166, 0.9);
  z-index: 50;
}

/* spNav
	 ----------------------------------------------------------------- */
.spNav {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  max-height: calc(100% - 50px);
  overflow: auto;
  display: none;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}
.spNav ul li {
  margin: 1px auto;
  background: #fff;
}
.spNav ul li > p {
  cursor: pointer;
  padding: 17px;
  font-size: 15px;
  letter-spacing: 0.075em;
  position: relative;
}
.spNav ul li > p .icMark {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #2e2e29;
  border-radius: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.spNav ul li > p .icMark:before {
  position: absolute;
  top: 7px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2e2e29;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spNav ul li > p .icMark:after {
  position: absolute;
  top: 7px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2e2e29;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spNav ul li > p.open .icMark {
  background: #cfcece;
  border: none;
}
.spNav ul li > p.open .icMark:before {
  top: 8px;
  border-top: 2px solid #fff;
}
.spNav ul li > p.open .icMark:after {
  opacity: 0;
}
.spNav ul li ul {
  display: none;
  padding-bottom: 17px;
}
.spNav ul li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding-left: 17px;
}
.spNav ul li ul li a .img {
  width: 20%;
  text-align: center;
}
.spNav ul li ul li a .txt {
  width: 80%;
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  padding-left: 3%;
}
.spNav .keywordBox {
  background: #fff;
  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: 15px 17px;
  margin-bottom: 2px;
}
.spNav .keywordBox .ic {
  max-width: 21px;
  margin-right: 10px;
}
.spNav .keywordBox form {
  width: 90%;
}
.spNav .keywordBox form > div {
  position: relative;
}
.spNav .keywordBox form > div .search-form {
  border: none;
  padding: 5px 8px;
  border-radius: 20px;
  width: 100%;
  background: #ededed;
}

/* .contents
	 ----------------------------------------------------------------- */
.contents {
  width: 100%;
}
.contents #mainImg {
  position: relative;
  overflow: hidden;
}
.contents #mainImg .mvSlide {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.contents #mainImg .mvSlide.slick-initialized {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .contents {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents #mainImg {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents #mainImg .mvSlide {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .contents #mainImg .mvSlide article {
    width: 100%;
    text-align: center;
    margin: 0 20px 20px;
  }
  .contents #mainImg .mvSlide article img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents #mainImg .mvSlide {
    padding-bottom: 0;
    margin-bottom: 0;
    background: #fff;
  }
  .contents #mainImg .mvSlide article {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .contents #mainImg .mvSlide article img {
    width: 100%;
    height: auto;
  }
}
/* .tl
	 ----------------------------------------------------------------- */
.tl {
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}
.tl .en {
  font-size: 36px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  display: block;
}
.tl .jp {
  display: inline-block;
  font-size: 22px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 767px) {
  .tl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .tl .en {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tl .en {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .tl .jp {
    font-size: 15px;
  }
}
.ttl {
  display: block;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  overflow: hidden;
  margin: 150px 0 50px;
}
.ttl span {
  position: relative;
  padding: 0 0.5em;
  display: inline-block;
}
.ttl span:before, .ttl span:after {
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  position: absolute;
  background: #231815;
  top: 50%;
}
.ttl span:before {
  right: 100%;
}
.ttl span:after {
  left: 100%;
}

/* #recommendBlock
	 ----------------------------------------------------------------- */
#recommendBlock {
  background: #fff;
  max-width: 1260;
  margin: 0 auto 120px;
}
#recommendBlock .container {
  width: 100%;
}
#recommendBlock .container .box {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#recommendBlock .container .box .img {
  text-align: center;
}
#recommendBlock .container .box .txtBox {
  padding: 20px 0 10px;
}
#recommendBlock .container .box .txtBox h3 {
  font-weight: normal;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  line-height: 1.3;
}
#recommendBlock .container .box .txtBox .txt {
  color: #9c9998;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  letter-spacing: 0.075em;
  line-height: 1.5;
}
#recommendBlock .container .box .boxBtn {
  margin-top: auto;
  text-align: right;
}
#recommendBlock .container .box.pickup .txtBox {
  padding: 30px 0;
}
#recommendBlock .container .box.pickup .txtBox h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
#recommendBlock .container .box.new {
  position: relative;
}
#recommendBlock .container .box.new:after {
  content: "NEW";
  color: #fff;
  background: #de5442;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#recommendBlock .container .box:hover .txtBox .txt {
  color: #231815;
}
#recommendBlock .container .subBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#recommendBlock .container .subBox .box {
  width: calc(50% - 20px);
}

@media only screen and (max-width: 767px) {
  #recommendBlock {
    width: 100%;
    margin: 0;
    padding: 70px 4% 60px;
  }
}
@media print, screen and (min-width: 768px) {
  #recommendBlock .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .box .txtBox {
    padding: 10px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .box .txtBox h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .box .txtBox .txt {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  #recommendBlock .container .box.pickup {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .box.pickup .txtBox {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .box.pickup .txtBox h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .box.pickup .boxBtn {
    width: 50%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .box.new:after {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #recommendBlock .container .subBox {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  #recommendBlock .container .subBox .box {
    width: calc(50% - 10px);
  }
}
/* #seriesBlock
	 ----------------------------------------------------------------- */
#seriesBlock {
  background: url(../img/top/bg_series.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 120px 0 150px;
}
#seriesBlock .container {
  max-width: 1440px;
  margin: 0 auto;
}
#seriesBlock .container .seriesSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#seriesBlock .container .seriesSlide .slideBox a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
#seriesBlock .container .seriesSlide .slideBox a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #231815;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  left: 0;
}
#seriesBlock .container .seriesSlide .slideBox a .img img {
  width: 100%;
}
#seriesBlock .container .seriesSlide .slideBox a .txtBox {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 7.8% 4.6%;
  z-index: 5;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#seriesBlock .container .seriesSlide .slideBox a .txtBox .catch {
  margin-top: auto;
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#seriesBlock .container .seriesSlide .slideBox a:hover:after {
  opacity: 0.3;
}
#seriesBlock .container .btn {
  width: 84%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #seriesBlock {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #seriesBlock .tl {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #seriesBlock .container {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #seriesBlock .container .seriesSlide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  #seriesBlock .container .seriesSlide {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #seriesBlock .container .seriesSlide .slideBox {
    width: 18%;
  }
}
@media only screen and (max-width: 767px) {
  #seriesBlock .container .seriesSlide .slideBox {
    width: 58%;
    min-width: 216px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  #seriesBlock .container .seriesSlide .slideBox a .txtBox .logo {
    margin: 0 auto;
    text-align: center;
  }
  #seriesBlock .container .seriesSlide .slideBox a .txtBox .logo.suisavon img {
    max-height: 67px;
  }
  #seriesBlock .container .seriesSlide .slideBox a .txtBox .logo.aroma img, #seriesBlock .container .seriesSlide .slideBox a .txtBox .logo.bonvoyage img {
    max-height: 62px;
  }
  #seriesBlock .container .seriesSlide .slideBox a .txtBox .logo.design img {
    max-height: 61px;
  }
  #seriesBlock .container .seriesSlide .slideBox a .txtBox .logo.life img {
    max-height: 55px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  #seriesBlock .container .seriesSlide .slideBox a .txtBox .catch {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #seriesBlock .container .seriesSlide .slideBox a .txtBox .catch {
    font-size: 16px;
  }
}
/* #searchBlock
	 ----------------------------------------------------------------- */
#searchBlock {
  background: url(../img/top/bg_product_search.jpg) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}
#searchBlock h2 {
  color: #fff;
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}
#searchBlock .tabs {
  padding-bottom: 40px;
  width: 1270px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#searchBlock .tab_item {
  width: calc(25% - 2px);
  height: 59px;
  background: #fbf8f4;
  line-height: 59px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.85;
}
#searchBlock .tab_item input.first:checked + .tab_item {
  background: #fff;
  opacity: 1;
}
#searchBlock .tab_item.first, #searchBlock .tab_item.last {
  width: calc(25% - 1px);
}
#searchBlock .tab_item:hover {
  background: #fff;
  opacity: 1;
}
#searchBlock input[name=tab_item] {
  display: none;
}
#searchBlock .tab_content {
  display: none;
  overflow: hidden;
}
#searchBlock .tab_content .container {
  background: #fff;
  padding: 40px 60px;
  width: 1270px;
  max-width: 1270px;
  margin: 0 auto;
}
#searchBlock .tab_content .container .Block {
  margin-bottom: 30px;
}
#searchBlock .tab_content .container .Block h3 {
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  position: relative;
  margin-bottom: 20px;
}
#searchBlock .tab_content .container .Block h3:after {
  content: "";
  border-top: 1px dashed #c9c9c9;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
#searchBlock .tab_content .container .Block h3 span {
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding-right: 15px;
}
#searchBlock .tab_content .container .Block .lnkUl li {
  display: inline-block;
  margin: 0 4px 10px 0;
}
#searchBlock .tab_content .container .Block .lnkUl li a {
  display: block;
  border: 1px solid #231815;
  padding: 2px 10px;
  text-align: center;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-decoration: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
#searchBlock .tab_content .container .Block .lnkUl li a:hover {
  border: 1px solid #a48c0a;
  background: #a48c0a;
  color: #fff;
}
#searchBlock .tab_content .container .seriesBox {
  width: 100%;
  margin-bottom: 40px;
}
#searchBlock .tab_content .container .seriesBox ul li {
  width: calc(33.333% - 10px);
  margin: 0 10px;
}
#searchBlock .tab_content .container .seriesBox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #faf7f2;
  padding: 30px 20px;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#searchBlock .tab_content .container .seriesBox ul li a:hover {
  opacity: 0.7;
}
#searchBlock .tab_content .container .seriesBox ul li a h4 {
  font-weight: normal;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  letter-spacing: -0.05em;
}
#searchBlock .tab_content .container .seriesBox ul li a .txt {
  color: #6c6c6c;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
#searchBlock .tab_content .container .itemBox {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
#searchBlock .tab_content .container .aromaBox {
  width: 100%;
  margin-bottom: 0;
}
#searchBlock .tab_content .container .aromaBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#searchBlock .tab_content .container .aromaBox ul li {
  width: calc(20% - 13px);
}
#searchBlock .tab_content .container .aromaBox ul li a {
  display: block;
  border: 1px solid #231815;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#searchBlock .tab_content .container .aromaBox ul li a p span.ic {
  font-size: 47px;
  line-height: 47px;
}
#searchBlock .tab_content .container .aromaBox ul li a p span.name {
  padding-left: 0.5em;
}
#searchBlock .tab_content .container .aromaBox ul li a:hover {
  background: #a48c0a;
  border: 1px solid #a48c0a;
  color: #fff;
}
#searchBlock .tab_content .container .aromaBox ul li .txt {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1.5;
  margin-top: 10px;
}
#searchBlock .tab_content .container .aromaBox ul li:last-child a p span.ic {
  font-size: 36px;
}
#searchBlock .tab_content .container .aromaBox ul li:last-child a p span.name {
  letter-spacing: -0.1em;
}
#searchBlock #facecare:checked ~ #facecare_content,
#searchBlock #bodycare:checked ~ #bodycare_content,
#searchBlock #haircare:checked ~ #haircare_content,
#searchBlock #other:checked ~ #other_content {
  display: block;
}
#searchBlock .tabs input:checked + .tab_item {
  background: #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #searchBlock {
    background: none;
    padding: 60px 0 30px;
    overflow: hidden;
  }
  #searchBlock:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100vh;
    background: url(../img/top/bg_product_search.jpg) center 0 no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tabs {
    width: 91.2%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_item {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container {
    padding: 6.1% 4.7%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .Block h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .Block .lnkUl li {
    margin: 0 5px 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .Block .lnkUl li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container .seriesBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li {
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container .seriesBox ul li a {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 12px;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a .img {
    width: 30%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a .txtBox {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a h4 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a .txt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .itemBox {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container .aromaBox ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul li {
    width: calc(33% - 6px);
    margin-bottom: 20px;
  }
  #searchBlock .tab_content .container .aromaBox ul li:nth-child(3n+2) {
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul li a {
    padding: 10px 5px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container .aromaBox ul li a p {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    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;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul li a p span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul li a p span.name {
    padding-left: 0;
    padding-top: 0.5em;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container .aromaBox ul li a p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul li .txt {
    margin-top: 10px;
    font-size: 11px;
  }
}
/* #giftBlock
	 ----------------------------------------------------------------- */
#giftBlock {
  background: #faf7f2;
  padding: 100px 0;
}
#giftBlock .bn {
  text-align: center;
  width: 74.6%;
  margin: 0 auto;
  max-width: 1270px;
}
#giftBlock .bn a {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#giftBlock .bn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  #giftBlock {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #giftBlock .bn {
    width: 84%;
  }
}
/* #newsBlock
	 ----------------------------------------------------------------- */
#newsBlock {
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding: 85px 0 120px;
}
#newsBlock .tl .en {
  font-size: 30px;
}
#newsBlock .tl .jp {
  font-size: 18px;
}
#newsBlock .newsSlide {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#newsBlock .newsSlide.slick-initialized {
  opacity: 1;
}
#newsBlock .newsSlide .slick-list {
  overflow: visible;
}
#newsBlock .newsSlide .slick-slide {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#newsBlock .newsSlide .slick-slide:not(.slick-active) {
  opacity: 0.65;
}
#newsBlock .newsSlide .newsBox {
  width: calc(25% - 40px);
  margin: 0 20px;
}
#newsBlock .newsSlide .newsBox a {
  display: block;
  text-decoration: none;
}
#newsBlock .newsSlide .newsBox a .img {
  text-align: center;
}
#newsBlock .newsSlide .newsBox a .txtBox {
  padding: 20px 0;
}
#newsBlock .newsSlide .newsBox a .txtBox ul {
  margin-bottom: 10px;
}
#newsBlock .newsSlide .newsBox a .txtBox ul li {
  display: inline-block;
}
#newsBlock .newsSlide .newsBox a .txtBox ul li.category {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  padding: 0 10px;
  border-radius: 5em;
  color: #fff;
  margin-right: 10px;
}
#newsBlock .newsSlide .newsBox a .txtBox ul li.category.yellow {
  background: #dcb620;
}
#newsBlock .newsSlide .newsBox a .txtBox ul li.category.green {
  background: #40620f;
}
#newsBlock .newsSlide .newsBox a .txtBox ul li.category.red {
  background: #b0321d;
}
#newsBlock .newsSlide .newsBox a .txtBox ul li.category.blue {
  background: #446dde;
}
#newsBlock .newsSlide .newsBox a .txtBox ul li.date {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #a48c0a;
}
#newsBlock .newsSlide .newsBox a .txtBox .txt {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#newsBlock .newsSlide .slick-arrow {
  background: #fff;
  border: 2px solid #231815;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  width: 49px;
  height: 49px;
  text-align: center;
  z-index: 10;
  padding: 16px 18px;
  margin-top: -70px;
}
#newsBlock .newsSlide .slick-arrow.slick-prev {
  left: -40px;
}
#newsBlock .newsSlide .slick-arrow.slick-next {
  right: -40px;
}
#newsBlock .newsSlide .slick-arrow:hover {
  opacity: 0.65;
}
#newsBlock .btnBox {
  max-width: 545px;
  margin: 80px auto 0;
}
#newsBlock .btnBox .btn:after {
  margin-left: 5em;
}

@media only screen and (max-width: 767px) {
  #newsBlock {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #newsBlock .tl .en {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  #newsBlock .tl .jp {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #newsBlock .newsSlide .newsBox a .txtBox .txt {
    font-size: 13px !important;
  }
}
@media print, screen and (max-width: 1280px) {
  #newsBlock .newsSlide .slick-arrow.slick-prev {
    left: 0;
  }
}
@media print, screen and (max-width: 1280px) {
  #newsBlock .newsSlide .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #newsBlock .btnBox {
    width: 84%;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  #newsBlock .btnBox .btn {
    font-size: 18px;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #newsBlock .btnBox .btn:after {
    margin-left: 1.5em;
  }
}
/* #aboutBlock
	 ----------------------------------------------------------------- */
#aboutBlock {
  background: url(../img/top/bg_about.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 140px 0 130px;
  position: relative;
  overflow: hidden;
}
#aboutBlock .aboutSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#aboutBlock .aboutSlide.slick-initialized {
  opacity: 1;
}
#aboutBlock .aboutSlide .slick-slide {
  overflow: hidden;
}
#aboutBlock .container {
  text-align: center;
  position: relative;
  z-index: 5;
}
#aboutBlock .container .tl .jp {
  font-size: 18px;
}
#aboutBlock .container .txt {
  font-size: 18px;
  line-height: 2.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
}
#aboutBlock .container .btnBox {
  max-width: 545px;
  margin: 60px auto 0;
}
#aboutBlock .container .btnBox .btn:after {
  margin-left: 5em;
}

@media only screen and (max-width: 767px) {
  #aboutBlock {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #aboutBlock .aboutSlide {
    height: 100%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  #aboutBlock .aboutSlide .slick-slide {
    height: 795px;
  }
}
@media only screen and (max-width: 767px) {
  #aboutBlock .aboutSlide .slick-slide img {
    max-width: none;
    width: 200%;
    margin-left: -50%;
  }
}
@media only screen and (max-width: 767px) {
  #aboutBlock .container .tl .jp {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #aboutBlock .container .txt {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  #aboutBlock .container .btnBox {
    width: 84%;
    margin: 40px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  #aboutBlock .container .btnBox .btn {
    font-size: 18px;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #aboutBlock .container .btnBox .btn {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  #aboutBlock .container .btnBox .btn:after {
    margin-left: 1.5em;
  }
}
/* #pickupBlock
	 ----------------------------------------------------------------- */
#pickupBlock {
  background: #fff;
  width: 100%;
  overflow: hidden;
}
#pickupBlock ul li {
  margin-bottom: 4px;
  position: relative;
}
#pickupBlock ul li .img {
  width: 100%;
}
#pickupBlock ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  padding: 5.2%;
  text-decoration: none;
  z-index: 1;
}
#pickupBlock ul li a .txtBox {
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  padding: 12% 0;
  background: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#pickupBlock ul li a .txtBox .name {
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 24px;
}
#pickupBlock ul li a .txtBox .txt {
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1;
}
#pickupBlock ul li a:hover .txtBox {
  background: rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 768px) {
  #pickupBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #pickupBlock ul li {
    width: calc(50% - 2px);
  }
}
@media only screen and (max-width: 767px) {
  #pickupBlock ul li a .txtBox {
    border: 1px solid #fff;
    padding: 11% 0;
  }
}
@media only screen and (max-width: 767px) {
  #pickupBlock ul li a .txtBox .name {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #pickupBlock ul li a .txtBox .txt {
    font-size: 11px;
  }
}
/* .infoBanners
	 ----------------------------------------------------------------- */
.infoBanners {
  background: #fff;
  padding: 140px 0 0;
}
.infoBanners .container ul li a {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.infoBanners .container ul li a:hover {
  opacity: 0.65;
}

@media only screen and (max-width: 767px) {
  .infoBanners {
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .infoBanners .container {
    width: 92%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .infoBanners .container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .infoBanners .container ul li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .infoBanners .container ul li:nth-child(odd) {
    margin-right: 20px;
  }
  .infoBanners .container ul li:nth-child(even) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .infoBanners .container ul li {
    margin-bottom: 15px;
  }
}
/*#main
	 ----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #main {
    margin-top: 70px;
  }
}
/* topicPath
	 ----------------------------------------------------------------- */
.topicPath {
  padding: 30px 3%;
}
.topicPath ul li {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.075em;
}
.topicPath ul li:after {
  content: "/";
  padding: 0 1em;
  color: #9a9a9a;
}
.topicPath ul li a {
  text-decoration: none;
  color: #9a9a9a;
}
.topicPath ul li:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .topicPath {
    display: none;
  }
}
/* pageTitle
	 ----------------------------------------------------------------- */
.pageTitle {
  margin-bottom: 30px;
  position: relative;
}
.pageTitle h2 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.14em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.pageTitle .img {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .pageTitle {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTitle h2 {
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 0.16em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle h2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTitle h2 br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .pageTitle h2 br {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTitle .deco {
    position: absolute;
    left: 70%;
    top: -30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .pageTitle .deco {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle .deco {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: 30px;
  }
  .pageTitle .deco img {
    height: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTitle .postInfo {
    display: inline-block;
  }
}
.pageTitle_noimg {
  background: url(../img/common/bg_wall.jpg) center 0 no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.pageTitle_noimg .pageTitleBox {
  letter-spacing: 0.2em;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 36px 0;
  position: relative;
}
.pageTitle_noimg .pageTitleBox .deco {
  position: absolute;
  top: -40px;
  right: 36px;
  max-height: 150px;
  width: 26.5%;
}
.pageTitle_noimg .pageTitleBox h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: normal;
}
.pageTitle_noimg .pageTitleBox h2 span {
  font-size: 18px;
  display: block;
}
.pageTitle_noimg .pageTitleBox .txt {
  font-size: 18px;
  max-width: 830px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .pageTitle_noimg {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox {
    letter-spacing: 0.12em;
    padding: 35px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox .deco {
    position: static;
    text-align: center;
    margin: 0 auto 20px;
    max-height: 72px;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox h2 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox .txt {
    font-size: 12px;
  }
}
/* .SNSList
	 ----------------------------------------------------------------- */
.SNSList ul {
  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;
}
.SNSList ul li {
  margin: 0 15px;
  font-size: 0;
}
.SNSList ul li img, .SNSList ul li.line img {
  width: 30px;
}

@media print, screen and (min-width: 768px) {
  .SNSList ul li {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .SNSList ul li img {
    width: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .SNSList ul li.line img {
    width: 32px;
  }
}