@charset "UTF-8";

/* ==========================================================================
	 import
	 ========================================================================== */




/* ==========================================================================
	 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;
}


.mouse a:hover, .touch a.touchstart {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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;
}

* {
  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: .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%;
}

@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;
  }
}

.container.wide {
  padding: 0 8%;
}

@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);
}

@media only screen and (max-width: 767px) {
  .btn {
    background: #fff;
    font-size: 14px;
    padding: 12px 10px;
  }
}

.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;
}

.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);
}

@media only screen and (max-width: 767px) {
  .sbtn {
    display: block;
    text-align-last: left;
    font-size: 12px;
    position: relative;
    padding: 4px 8px;
  }
}

.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: .5em;
}

@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-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(143, 143, 143, 0.4);
    -moz-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-flex;
    display: flex;
    -webkit-align-items: 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: .7;
  }
  .mnav.column {
    -webkit-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-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));
}

@media print, screen and (min-width: 768px) {
  .fixNav {
    display: none;
  }
}

.fixNav ul {
  display: flex;
}

.fixNav ul li {
  flex: 1;
}

.fixNav ul li a {
  display: block;
  text-decoration: none !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  transform: scale(0.8);
  line-height: 1.2;
}

.fixNav ul li a .label.cart {
  color: #a48c0a;
}

#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: .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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  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, .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;
  transform: translateX(-50%);
}

.spNav ul li>p .icMark:after {
  top: 3px;
  left: 0;
  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-flex;
  display: flex;
  -webkit-align-items: 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-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: 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%;
}

@media only screen and (max-width: 767px) {
  .contents {
    margin-top: 70px;
  }
}

.contents #mainImg {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .contents #mainImg {
    margin-bottom: 100px;
  }
}

.contents #mainImg .mvSlide {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s linear;
}

.contents #mainImg .mvSlide.slick-initialized {
  opacity: 1;
}

@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;
}

@media only screen and (max-width: 767px) {
  .tl {
    margin-bottom: 30px;
  }
}

.tl .en {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: .12em;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tl .en {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .tl .en {
    font-size: 21px;
  }
}

.tl .jp {
  display: inline-block;
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: .12em;
}

@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;
}

@media only screen and (max-width: 767px) {
  #recommendBlock {
    width: 100%;
    margin: 0;
    padding: 70px 4% 60px;
  }
}

#recommendBlock .container {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #recommendBlock .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

#recommendBlock .container .box {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#recommendBlock .container .box .img {
  text-align: center;
}

#recommendBlock .container .box .txtBox {
  padding: 20px 0 10px;
}

@media only screen and (max-width: 767px) {
  #recommendBlock .container .box .txtBox {
    padding: 10px 0 20px;
  }
}

#recommendBlock .container .box .txtBox h3 {
  font-weight: normal;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: .12em;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #recommendBlock .container .box .txtBox h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

#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: .075em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #recommendBlock .container .box .txtBox .txt {
    font-size: 12px;
  }
}

#recommendBlock .container .box .boxBtn {
  margin-top: auto;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  #recommendBlock .container .box.pickup {
    width: calc(50% - 20px);
  }
}

#recommendBlock .container .box.pickup .txtBox {
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  #recommendBlock .container .box.pickup .txtBox {
    padding: 15px 0;
  }
}

#recommendBlock .container .box.pickup .txtBox h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

@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;
  }
}

#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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  #recommendBlock .container .box.new:after {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

#recommendBlock .container .box:hover .txtBox .txt {
  color: #231815;
}

#recommendBlock .container .subBox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #recommendBlock .container .subBox {
    width: calc(50% - 20px);
  }
}

#recommendBlock .container .subBox .box {
  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;
}

@media only screen and (max-width: 767px) {
  #seriesBlock {
    padding: 50px 0;
  }
}

@media print, screen and (min-width: 768px) {
  #seriesBlock .tl {
    margin-bottom: 60px;
  }
}

#seriesBlock .container {
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #seriesBlock .container {
    padding: 0;
  }
}

#seriesBlock .container .seriesSlide {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #seriesBlock .container .seriesSlide {
    -webkit-justify-content: space-between;
    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;
  }
}

#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-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@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 {
    max-height: 62px;
  }
  #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;
  }
}

#seriesBlock .container .seriesSlide .slideBox a .txtBox .catch {
  margin-top: auto;
  font-size: 17px;
  font-feature-settings: "palt";
}

@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;
  }
}

#seriesBlock .container .seriesSlide .slideBox a:hover:after {
  opacity: 0.3;
}

#seriesBlock .container .btn {
  width: 84%;
  margin: 0 auto;
}


/* #searchBlock
	 ----------------------------------------------------------------- */

#searchBlock {
  background: url(../img/top/bg_product_search.jpg) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

@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;
  }
}

#searchBlock h2 {
  color: #fff;
  font-size: 30px;
  font-feature-settings: "palt";
  letter-spacing: .12em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #searchBlock h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

#searchBlock .tabs {
  padding-bottom: 40px;
  width: 1270px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tabs {
    width: 91.2%;
    padding-bottom: 0;
  }
}

#searchBlock .tab_item {
  width: calc(25% - 2px);
  height: 59px;
  background: #fbf8f4;
  line-height: 59px;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.85;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_item {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}

#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;
}

@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container {
    padding: 6.1% 4.7%;
    width: 100%;
  }
}

#searchBlock .tab_content .container .Block {
  margin-bottom: 30px;
}

#searchBlock .tab_content .container .Block h3 {
  font-weight: 500;
  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;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .Block h3 {
    margin-bottom: 10px;
  }
}

#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;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .Block .lnkUl li {
    margin: 0 5px 5px 0;
  }
}

#searchBlock .tab_content .container .Block .lnkUl li a {
  display: block;
  border: 1px solid #231815;
  padding: 2px 10px;
  text-align: center;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: .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;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .Block .lnkUl li a {
    font-size: 13px;
  }
}

#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;
}

@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-flex;
    display: flex;
  }
}

#searchBlock .tab_content .container .seriesBox ul li {
  width: calc(33.333% - 10px);
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li {
    width: 100%;
    margin: 0 auto 10px;
  }
}

#searchBlock .tab_content .container .seriesBox ul li a {
  display: -webkit-flex;
  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);
}

@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container .seriesBox ul li a {
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a {
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 12px;
  }
}

#searchBlock .tab_content .container .seriesBox ul li a:hover {
  opacity: .7;
}

@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%;
  }
}

#searchBlock .tab_content .container .seriesBox ul li a h4 {
  font-weight: normal;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  letter-spacing: -.05em;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a h4 {
    font-size: 13px;
  }
}

#searchBlock .tab_content .container .seriesBox ul li a .txt {
  color: #6c6c6c;
  font-size: 14px;
  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;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .seriesBox ul li a .txt {
    font-size: 11px;
  }
}

#searchBlock .tab_content .container .itemBox {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .itemBox {
    width: 100%;
  }
}

#searchBlock .tab_content .container .aromaBox {
  width: 100%;
  margin-bottom: 0;
}

#searchBlock .tab_content .container .aromaBox ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #searchBlock .tab_content .container .aromaBox ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#searchBlock .tab_content .container .aromaBox ul li {
  width: calc(20% - 13px);
}

@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;
  }
}

#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);
}

@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-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul li a p span {
    display: block;
  }
}

#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;
}

@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;
  }
}

#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;
}

@media only screen and (max-width: 767px) {
  #searchBlock .tab_content .container .aromaBox ul li .txt {
    margin-top: 10px;
    font-size: 11px;
  }
}

#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: -.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;
}


/* #giftBlock
	 ----------------------------------------------------------------- */

#giftBlock {
  background: #faf7f2;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  #giftBlock {
    padding: 60px 0;
  }
}

#giftBlock .bn {
  text-align: center;
  width: 74.6%;
  margin: 0 auto;
  max-width: 1270px;
}

@media only screen and (max-width: 767px) {
  #giftBlock .bn {
    width: 84%;
  }
}

#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;
}


/* #newsBlock
	 ----------------------------------------------------------------- */

#newsBlock {
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding: 85px 0 120px;
}

@media only screen and (max-width: 767px) {
  #newsBlock {
    padding: 60px 0;
  }
}

#newsBlock .tl .en {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  #newsBlock .tl .en {
    font-size: 21px;
  }
}

#newsBlock .tl .jp {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #newsBlock .tl .jp {
    font-size: 15px;
  }
}

#newsBlock .newsSlide {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity .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: .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;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  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 {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #a48c0a;
}

#newsBlock .newsSlide .newsBox a .txtBox .txt {
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #newsBlock .newsSlide .newsBox a .txtBox .txt {
    font-size: 13px !important;
  }
}

#newsBlock .newsSlide .slick-arrow {
  background: #fff;
  border: 2px solid #231815;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  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;
}

@media print, screen and (max-width: 1280px) {
  #newsBlock .newsSlide .slick-arrow.slick-prev {
    left: 0;
  }
}

#newsBlock .newsSlide .slick-arrow.slick-next {
  right: -40px;
}

@media print, screen and (max-width: 1280px) {
  #newsBlock .newsSlide .slick-arrow.slick-next {
    right: 0;
  }
}

#newsBlock .newsSlide .slick-arrow:hover {
  opacity: 0.65;
}

#newsBlock .btnBox {
  max-width: 545px;
  margin: 80px auto 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;
  }
}

#newsBlock .btnBox .btn:after {
  margin-left: 5em;
}

@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;
}

@media only screen and (max-width: 767px) {
  #aboutBlock {
    padding: 60px 0;
  }
}

#aboutBlock .aboutSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s linear;
}

#aboutBlock .aboutSlide.slick-initialized {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #aboutBlock .aboutSlide {
    height: 100%;
    overflow: hidden;
  }
}

#aboutBlock .aboutSlide .slick-slide {
  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%;
  }
}

#aboutBlock .container {
  text-align: center;
  position: relative;
  z-index: 5;
}

#aboutBlock .container .tl .jp {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #aboutBlock .container .tl .jp {
    font-size: 15px;
  }
}

#aboutBlock .container .txt {
  font-size: 18px;
  line-height: 2.6;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  #aboutBlock .container .txt {
    font-size: 13px;
    letter-spacing: 0;
  }
}

#aboutBlock .container .btnBox {
  max-width: 545px;
  margin: 60px auto 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;
  }
}

#aboutBlock .container .btnBox .btn:after {
  margin-left: 5em;
}

@media only screen and (max-width: 767px) {
  #aboutBlock .container .btnBox .btn:after {
    margin-left: 1.5em;
  }
}


/* #pickupBlock
	 ----------------------------------------------------------------- */

#pickupBlock {
  background: #fff;
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  #pickupBlock ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

#pickupBlock ul li {
  margin-bottom: 4px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #pickupBlock ul li {
    width: calc(50% - 2px);
  }
}

#pickupBlock ul li .img {
  width: 100%;
}

#pickupBlock ul li a {
  position: absolute;
  top: 50%;
  left: 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);
}

@media only screen and (max-width: 767px) {
  #pickupBlock ul li a .txtBox {
    border: 1px solid #fff;
    padding: 11% 0;
  }
}

#pickupBlock ul li a .txtBox .name {
  font-size: 32px;
  font-feature-settings: "palt";
  letter-spacing: .12em;
  line-height: 1;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #pickupBlock ul li a .txtBox .name {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#pickupBlock ul li a .txtBox .txt {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: .2em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #pickupBlock ul li a .txtBox .txt {
    font-size: 11px;
  }
}

#pickupBlock ul li a:hover .txtBox {
  background: rgba(0, 0, 0, 0.5);
}


/* .infoBanners
	 ----------------------------------------------------------------- */

.infoBanners {
  background: #fff;
  padding: 140px 0 0;
}

@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-flex;
    display: flex;
    -webkit-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;
  }
}

.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;
}


/* topicPath
	 ----------------------------------------------------------------- */

.topicPath {
  padding: 30px 3%;
}

@media only screen and (max-width: 767px) {
  .topicPath {
    display: none;
  }
}

.topicPath ul li {
  font-size: 14px;
  display: inline-block;
  letter-spacing: .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;
}


/* pageTitle
	 ----------------------------------------------------------------- */

.pageTitle {
  margin-bottom: 30px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pageTitle {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .pageTitle {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.pageTitle h2 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}

@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 {
    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;
  }
}

.pageTitle .img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pageTitle .img {
    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 {
    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;
}

@media only screen and (max-width: 767px) {
  .pageTitle_noimg {
    padding-bottom: 50px;
  }
}

.pageTitle_noimg .pageTitleBox {
  letter-spacing: .2em;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 36px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox {
    letter-spacing: .12em;
    padding: 35px 30px 0;
  }
}

.pageTitle_noimg .pageTitleBox .deco {
  position: absolute;
  top: -40px;
  right: 36px;
  max-height: 150px;
  width: 26.5%;
}

@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%;
  }
}

.pageTitle_noimg .pageTitleBox h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.pageTitle_noimg .pageTitleBox h2 span {
  font-size: 18px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox h2 span {
    font-size: 12px;
  }
}

.pageTitle_noimg .pageTitleBox .txt {
  font-size: 18px;
  max-width: 830px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .pageTitle_noimg .pageTitleBox .txt {
    font-size: 12px;
  }
}


/* .SNSList
	 ----------------------------------------------------------------- */

.SNSList ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SNSList ul li {
  margin: 0 15px;
  font-size: 0;
}

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

.SNSList ul li img {
  width: 30px;
}

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

.SNSList ul li.line img {
  width: 30px;
}

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