@charset "UTF-8";
/* common */
#Breadcrumb {
  margin-bottom: 0;
}
.pageTop_area {
  z-index: 1 !important;
}
#Cont {
  position: relative;
  padding-top: 54px;
  width: auto;
  color: #35352f;
  font-family: "A1明朝", A1 Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  letter-spacing: .025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
#Cont ::selection {
  background: #bea566;
  color: #fff;
}
#Cont ::-moz-selection {
  background: #bea566;
  color: #fff;
}
#Cont *, #Cont ::before, #Cont ::after {
  box-sizing: border-box;
}
#Cont img {
  vertical-align: bottom !important;
}
.lg-hidden {
  display: none;
}
.namacya-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #356b34;
  font-size: 14px;
}
.namacya-header.is-fixed {
  position: fixed;
}
.namacya-header-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.namacya-header .logo {
  width: 74px;
  padding: 10px 0 11px 5px;
}
.namacya-header-nav {
  position: absolute;
  top: 16px;
  left: 18%;
  width: 78%;
  max-width: 740px;
}
.namacya-header-nav ul {
  display: flex;
  justify-content: space-between;
}
.namacya-header-nav ul::after {
  content: none;
}
.namacya-header-nav ul li a {
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 2px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .25em;
  text-decoration: none;
}
_:-ms-fullscreen, :root .namacya-header-nav ul li:nth-child(4) a {
  padding: 5px 0 5px 2px;
}
.namacya-header-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - .25em);
  height: 1px;
  background: #fff;
  transition: .3s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.namacya-header-nav ul li a:hover::after, .namacya-header-nav ul li .is-current::after {
  transform: scaleX(1);
}
.namacya-header-nav ul li:nth-child(4) {
  margin-top: -2px;
}
.namacya-header-nav ul li .new-label {
  display: inline-block;
  padding: 1px 0 1px 2px;
  background: #bea566;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
_:-ms-fullscreen, :root .namacya-header-nav ul li .new-label {
  position: relative;
  padding: 0px 1px 3px 4px !important;
}
.namacya-nav-trigger, .namacya-nav {
  display: none;
}
.section-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-inner.section-bg-title::before {
  content: "";
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.section-contents {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-title {
  text-align: center;
}
.section-title img {
  display: inline-block;
  width: auto;
  height: 52px;
}
strong.color-bg01 {
  background: #f4efe7;
  color: #356b34;
}
_:-ms-fullscreen, :root strong.color-bg01 {
  background: linear-gradient(to bottom, #fff 20%, #f4efe7 20%);
}
strong.color-bg02 {
  background: #fff;
  color: #356b34;
}
_:-ms-fullscreen, :root strong.color-bg02 {
  background: linear-gradient(to bottom, #faf7f3 20%, #fff 20%);
}
.c-button {
  position: relative;
  display: block;
  padding: 13px 10px;
  background: #bea566;
  border: 1px solid #bea566;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  text-align: center;
  transition: .2s;
}
_:-ms-fullscreen, :root .c-button {
  padding: 11px 10px 15px;
}
.c-button-large {
  padding: 19px 10px;
}
_:-ms-fullscreen, :root .c-button-large {
  padding: 17px 10px 21px;
}
.c-button:link, .c-button:active, .c-button:visited {
  color: #fff;
}
.c-button-arrow {
  display: inline-block;
  position: absolute;
  top: calc(50% + 2px);
  right: 14px;
  width: 32px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
  transition: .25s ease-in-out;
}
.c-button-arrow::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transition: .25s ease-in-out;
}
.c-button-large .c-button-arrow {
  width: 47px;
}
.c-button:hover {
  background: none;
  color: #bea566;
  text-decoration: none;
}
.c-button:hover .c-button-arrow {
  right: -20px;
  width: 62px;
  background: #bea566;
}
.c-button-large:hover .c-button-arrow {
  right: -33px;
  width: 97px;
}
.c-button:hover .c-button-arrow::after {
  background: #bea566;
}
.namacya-footer-note {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 230px auto 0;
  padding: 0 20px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  text-align: right;
}
.namacya-footer-note .text01, .namacya-footer-note .text02 {
  margin-bottom: 5px;
}
.namacya-footer-note .text03 {
  font-size: 10px;
}
#Cont .namacya-footer-note .text03 a:link, #Cont .namacya-footer-note .text03 a:active, #Cont .namacya-footer-note .text03 a:visited {
  color: #35352f;
  text-decoration: underline;
}
#Cont .namacya-footer-note .text03 a:hover {
  text-decoration: none;
}
#Cont .namacya-footer-note .text03 a {
  display: inline-block;
  padding-left: 16px;
}
#Cont .namacya-footer-note .text03 .link01 {
  background: url(../images/common/icon_link-blank_01.gif) 0 50% no-repeat;
}
#Cont .namacya-footer-note .text03 .link02 {
  background: url(../images/common/icon_link-text_01.gif) 0 50% no-repeat;
}
.js-fadein {
  transform: translateY(40px);
  opacity: 0;
  transition: transform .5s ease-out, opacity .7s ease-out;
}
.js-fadein.is-show {
  transform: translateY(0);
  opacity: 1;
}
.js-blurin {
  filter: blur(12px);
  opacity: 0;
  transition: filter .6s ease-out, opacity .75s ease-out;
}
.js-blurin.is-show {
  filter: blur(0);
  opacity: 1;
}
.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, .9);
}
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 90%;
  max-width: 965px;
  padding: 65px 0;
}
.modal-contents {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.modal-contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-close, .modal-close::after {
  position: absolute;
  width: 49px;
  height: 44px;
}
.modal-close {
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: .2s;
}
.modal-close::after {
  content: "";
  top: 0;
  left: 0;
  background: url(../images/common/icon_close_01.png) 0 0 no-repeat;
  background-size: cover;
}
.modal-close:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .lg-hidden {
    display: inline;
  }
  .md-hidden {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #Cont {
    padding-top: 45px;
    font-size: 13px;
  }
  .lg-hidden, .md-hidden {
    display: inline;
  }
  .sm-hidden {
    display: none;
  }
  .namacya-header .logo {
    width: 49px;
    margin: 0 auto;
    padding: 11px 0;
  }
  .namacya-header-nav {
    display: none;
  }
  .namacya-nav-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .namacya-nav-trigger::before, .namacya-nav-trigger::after {
    content: "";
    position: absolute;
    left: 7px;
    width: 32px;
    height: 1px;
    background: #fff;
  }
  .namacya-nav-trigger::before {
    top: 13px;
  }
  .namacya-nav-trigger::after {
    top: 20px;
  }
  .namacya-nav-trigger span {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 10px;
    letter-spacing: .075em;
    line-height: 1;
    text-align: center;
  }
  .namacya-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    width: 230px;
    height: 100%;
    background: #356b34;
    transform: translateX(100%);
  }
  .namacya-nav-inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .namacya-nav-contents {
    width: 100%;
  }
  .namacya-nav .logo {
    width: 73px;
    margin: 0 0 30px 25px;
  }
  .namacya-nav ul li {
    margin-top: 8px;
  }
  .namacya-nav ul li a {
    display: block;
    padding: 10px 0 10px 25px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .25em;
    text-decoration: none;
  }
  .namacya-nav ul li .new-label {
    display: inline-block;
    padding: 1px 0 1px 4px;
    background: #bea566;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .namacya-nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  .is-animation .namacya-nav, .is-animation .namacya-nav-mask {
    transition: .2s;
  }
  .namacya-nav.is-open {
    transform: translateX(0);
  }
  .namacya-nav-mask.is-open {
    opacity: 1;
    visibility: visible;
  }
  .section-inner {
    padding: 0 30px;
  }
  .section-inner.section-bg-title::before {
    content: none;
  }
  .section-contents {
    padding: 0;
  }
  .section-title {
    margin: 0 -20px;
  }
  .section-title img {
    height: 41px;
  }
  .c-button {
    padding: 14px 10px;
  }
  .c-button-arrow {
    display: none;
  }
  .namacya-footer-note {
    width: 92%;
    margin: 200px auto 15px;
    padding: 0;
    text-align: left;
  }
  .namacya-footer-note .text02 {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .js-fadein {
    transform: translateY(30px);
  }
  .modal {
    padding: 40px 0;
  }
  .modal-close, .modal-close::after {
    width: 30px;
    height: 27px;
  }
}
/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* top */
#Cont.nc-top {
  padding-top: 0;
}
.nc-top .namacya-header {
  top: auto;
  bottom: 0;
}
.nc-top .namacya-header.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
.top-header-visual {
  position: relative;
  padding-bottom: 54px;
}
.top-visual {
  font-size: 0;
  opacity: 0;
  transition: .5s;
}
.top-visual.is-show {
  opacity: 1;
}
.top-visual-slide-item {
  text-align: center;
}
.top-visual-slide-item img {
  display: inline-block;
  vertical-align: bottom;
}
.top-visual-slide-item img:nth-child(2) {
  display: none;
}
.top-visual-slide-item.slide01 {
  background: url(../images/top/bg_visual_01_lg.jpg) 50% 0 no-repeat;
}
.top-visual-slide-item.slide02 {
  background: url(../images/top/bg_visual_02_lg.jpg) 50% 0 no-repeat;
}
.top-visual-slide-item.slide03 {
  background: url(../images/top/bg_visual_03_lg.jpg) 50% 0 no-repeat;
}
.top-message {
  margin-top: 280px;
}
.top-message-inner {
  padding-bottom: 320px;
}
.top-message .section-bg-title::before {
  bottom: 160px;
  left: 0px;
  width: 598px;
  height: 98px;
  background-image: url(../images/top/ttl_message_02.png);
}
.top-message-title {
  position: absolute;
  top: -92px;
  right: 110px;
  z-index: 2;
  width: 31px;
}
.top-message-prologue {
  position: absolute;
  right: 10px;
  bottom: 26px;
  z-index: 2;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: .0em;
}
.top-message-prologue span:nth-of-type(1) {
  margin-left: -.5em;
}
.top-message-image-outer {
  width: 58.33%;
  height: 580px;
}
.top-message-image {
  width: 100%;
  height: 100%;
  background: url(../images/top/img_message_01_lg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.top-about {
  position: relative;
}
.top-about-contents {
  position: relative;
  left: calc(50% - 220px);
  z-index: 2;
  transform: translateX(-50%);
  width: 520px;
  background: #fff;
}
.top-about-contents01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 520px;
  height: 100vh;
  min-height: 640px;
  padding: 120px 0 0;
  transition: .6s;
}
.top-about-contents01-inner {
  padding: 0 60px;
}
.top-about-contents01 p {
  margin-top: 40px;
}
.top-about-contents01 ol {
  margin-top: 65px;
  font-size: 0;
}
.top-about-contents01 ol li {
  margin-top: 35px;
}
.top-about-contents01 ol li img {
  width: 360px;
  height: auto;
}
.top-about-contents01-title, .top-about-contents01 p, .top-about-contents01 ol {
  transform: translateY(40px);
  opacity: 0;
  transition: transform .6s ease-out, opacity 1.2s ease-out;
}
.top-about-contents01.is-show .top-about-contents01-inner {
  transition: opacity .6s ease-out;
}
.top-about-contents01.is-show .top-about-contents01-title, .top-about-contents01.is-show p, .top-about-contents01.is-show ol {
  transform: translateY(0);
  opacity: 1;
}
.top-about-contents01.is-show p {
  transition-delay: .3s;
}
.top-about-contents01.is-show ol {
  transition-delay: .6s;
}
.top-about-contents01.is-hide .top-about-contents01-inner {
  opacity: 0;
}
.top-about-contents02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0;
}
.top-about-contents02-inner {
  padding: 0 60px;
}
.top-about-contents02-block {
  transform: translateY(40px);
  opacity: 0;
  transition: transform .6s ease-out, opacity 1.2s ease-out;
}
.top-about-contents02.is-show .top-about-contents02-block {
  transform: translateY(0);
  opacity: 1;
}
.top-about-contents02.is-show .top-about-contents02-block02 {
  transition-delay: .3s;
}
.top-about-contents02-title {
  padding: 0 60px 0 0;
}
.top-about-contents02-text {
  position: relative;
  letter-spacing: .1em;
  line-height: 2;
}
.top-about-contents02-text::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 107px;
  height: 76px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-about-contents02-text p {
  position: relative;
  z-index: 2;
}
.top-about-contents02-block01 .top-about-contents02-text {
  padding-top: 18px;
  padding: 18px 0 0 0;
}
.top-about-contents02-block01 .top-about-contents02-text::after {
  bottom: 0px;
  background-image: url(../images/top/icon_about_01.png);
  opacity: 0.6;
}
.top-about-contents02-block02 {
  margin-top: 30px;
}
.top-about-contents02-block02 .top-about-contents02-text {
  padding-top: 10px;
}
.top-about-contents02-block02 .top-about-contents02-text::after {
  bottom: 0px;
  background-image: url(../images/top/icon_about_02.png);
  opacity: 0.6;
}
.top-about-contents02-block02 .top-about-contents02-button {
  margin-top: 50px;
}
.top-about-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-about-bg01 {
  background-image: url(../images/top/bg_about_01_lg.jpg);
}
.top-about-bg02 {
  background-image: url(../images/top/bg_about_02_lg.jpg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease-out, visibility 1.2s ease-out;
}
.top-about-bg.is-fixed {
  position: fixed;
}
.top-about-bg02.is-next {
  opacity: 1;
  visibility: visible;
}
.top-about-bg.is-static {
  position: absolute;
  top: auto;
  bottom: 0;
}
.top-gallery {
  margin-top: 106px; /* default margin - padding-top */
  padding-top: 114px; /* header height + 60px */
}
.top-gallery .section-bg-title::before {
  top: -75px;
  right: -25px;
  width: 101px;
  height: 562px;
  background-image: url(../images/top/ttl_gallery_02.png);
}
.top-gallery-list li {
  margin-top: 70px;
  text-align: center;
}
.top-gallery-list li img {
  width: 100%;
  max-width: 960px;
}
.top-gallery-item-anchor {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.top-gallery-item-anchor:link, .top-gallery-item-anchor:active, .top-gallery-item-anchor:visited, .top-gallery-item-anchor:hover {
  color: #35352f;
  text-decoration: none;
}
.top-gallery-item-new {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  width: 78px;
  transition: .4s ease-out;
}
.top-gallery-item-image {
  position: relative;
}
.top-gallery-item-image::before, .top-gallery-item-image::after {
  content: "";
  position: absolute;
  transition: .3s ease-out;
}
.top-gallery-item-image::before {
  right: 22px;
  bottom: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #bea566;
  border-radius: 50%;
}
.top-gallery-item-image::after {
  right: 25px;
  bottom: 30px;
  z-index: 3;
  border-top: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}
.top-gallery-item-image-src {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s ease-out;
}
.top-gallery-item-image-src img {
  width: 100%;
}
.top-gallery-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  min-width: 200px;
  padding: 10px 15px;
  background: #fff;
  color: #35352f;
  text-align: center;
  transition: .4s ease-out;
}
.top-gallery-item-anchor:hover .top-gallery-item-image::before {
  background: #fff;
}
.top-gallery-item-anchor:hover .top-gallery-item-image::after {
  border-left-color: #bea566;
}
.top-gallery-item-anchor:hover .top-gallery-item-new, .top-gallery-item-anchor:hover .top-gallery-item-image-src {
  opacity: .6;
}
.top-gallery-item-anchor:hover .top-gallery-item-title {
  color: #c3c3c1;
}
.top-gallery-small-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -22px 0;
}
.top-gallery-small-list li {
  width: calc(50% - 44px);
  margin: 40px 22px 0;
}
.top-gallery-small-list .top-gallery-item-image::before {
  right: 10px;
  bottom: 8px;
  width: 36px;
  height: 36px;
}
.top-gallery-small-list .top-gallery-item-image::after {
  right: 14px;
  bottom: 21px;
  border-top-width: 5px;
  border-right-width: 9px;
  border-bottom-width: 5px;
  border-left-width: 9px;
}
.top-gallery-small-list .top-gallery-item-title {
  position: static;
  display: block;
  min-width: inherit;
  padding: 10px 0;
  text-align: left;
}
.top-campaign {
  min-height: 620px;
  margin-top: 200px;
  padding-bottom: 60px;
}
.top-campaign .section-bg-title::before {
  top: -130px;
  left: -25px;
  width: 105px;
  height: 737px;
  background-image: url(../images/top/ttl_campaign_02.png);
}
.top-campaign-list li {
  margin-top: 60px;
}
.top-campaign-button {
  max-width: 510px;
  margin: 55px auto 0;
}
.top-products {
  margin-top: 96px; /* default margin - padding-top */
  padding-top: 114px; /* header height + 60px */
}
.top-products .section-bg-title::before {
  top: -90px;
  left: -25px;
  width: 81px;
  height: 577px;
  background-image: url(../images/top/ttl_products_02.png);
}
.top-products-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 840px;
  margin: 10px auto 0;
}
.top-products-col {
  width: 47.5%;
  max-width: 340px;
  margin-top: 80px;
}
.top-products-col-image img:nth-child(2) {
  display: none;
}
.top-products-col-name {
  text-align: center;
}
.top-products-col-name img {
  display: inline-block;
}
.top-products-col-detail {
  margin-top: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}
.top-products-col-button {
  margin-top: 25px;
}
.top-products-col-button li {
  margin-top: 13px;
}
.top-products-col-button li .c-button-arrow {
  right: 8px;
}
.top-products-col.products01 .top-products-col-name {
  margin-top: 18px;
}
.top-products-col.products01 .top-products-col-name img {
  height: 53px;
}
.top-products-col.products02 .top-products-col-name {
  margin-top: 15px;
}
.top-products-col.products02 .top-products-col-name img {
  height: 51px;
}
.top-products-col.products02 .top-products-col-detail {
  letter-spacing: .05em;
  height: 90px;
}
.top-products-col.products03 .top-products-col-name {
  margin-top: 3px;
}
.top-products-col.products03 .top-products-col-name img {
  height: 63px;
}
.top-products-col.products03 .top-products-col-detail {
  letter-spacing: .05em;
  height: 90px;
}
.top-products-col.products03 .top-products-col-button li:nth-child(2) .c-button {
  letter-spacing: .1em;
}
.top-products-col.products04 .top-products-col-name {
  margin-top: 22px;
}
.top-products-col.products04 .top-products-col-name img {
  height: 49px;
}
.top-products-col.products04 .top-products-col-button li:nth-child(2) .c-button {
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .top-visual-slide-item.slide01, .top-visual-slide-item.slide02, .top-visual-slide-item.slide03 {
    background: none;
  }
  .top-about-contents {
    left: 0;
    transform: translateX(0);
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-message-prologue {
    position: static;
    margin: 40px -20px 0 0;
  }
  .top-gallery-small-list .top-gallery-item-title {
    font-size: 13px;
  }
  .top-products-col.products03 .top-products-col-button li:nth-child(2) .c-button, .top-products-col.products04 .top-products-col-button li:nth-child(2) .c-button {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .top-header-visual {
    padding-bottom: 45px;
  }
  .top-visual-slide-item img:nth-child(1) {
    display: none;
  }
  .top-visual-slide-item img:nth-child(2) {
    display: inline-block;
  }
  .top-message {
    margin-top: 200px;
  }
  .top-message-inner {
    padding-bottom: 180px;
  }
  .top-message-title {
    top: -82px;
    right: 35px;
    width: 21px;
  }
  .top-message .section-bg-title::before {
    bottom: 100px;
    left: -10px;
    width: 300px;
    height: 55px;
  }
  .top-message-prologue {
    font-size: 13px;
    line-height: 2.4;
    letter-spacing: 0;
  }
  .top-message-prologue span:nth-of-type(2) {
    letter-spacing: -.075em;
  }
  .top-message-image-outer {
    width: calc(100vw - 30px);
    height: auto;
    margin-left: -30px;
  }
  .top-message-image {
    height: 0;
    padding-top: 98.55072%;
    background-image: url(../images/top/img_message_01_sm.jpg);
  }
  .top-about-contents {
    left: 50%;
    width: 64.5%;
    min-width: 240px;
    transform: translateX(-50%);
    margin: 0;
  }
  .top-about-contents01 {
    width: auto;
    min-height: 540px;
    padding: 0;
  }
  .top-about-contents01-inner {
    padding: 60px 22px;
  }
  .top-about-contents01-title {
    width: 199px;
  }
  .top-about-contents01 p {
    width: 199px;
    margin-top: 35px;
  }
  .top-about-contents01 ol {
    margin-top: 48px;
  }
  .top-about-contents01 ol li {
    margin-top: 20px;
  }
  .top-about-contents01 ol li img {
    width: auto;
    height: 13px;
  }
  .top-about-contents02 {
    padding: 60px 0;
  }
  .top-about-contents02-inner {
    padding: 0 20px;
  }
  .top-about-contents02-title {
    margin: 0 auto;
    padding: 0;
  }
  .top-about-contents02-text::after {
    right: 3px;
    width: 60px;
    height: 43px;
  }
  .top-about-contents02-text {
    margin-right: -10px;
    line-height: 1.8;
  }
  .top-about-contents02-text br {
    display: none;
  }
  .top-about-contents02-block01 .top-about-contents02-title {
    width: 193px;
  }
  .top-about-contents02-block01 .top-about-contents02-text {
    padding: 12px 0 0 0;
  }
  .top-about-contents02-block01 .top-about-contents02-text::after {
    top: auto;
    bottom: 0;
  }
  .top-about-contents02-block02 {
    margin-top: 25px;
  }
  .top-about-contents02-block02 .top-about-contents02-title {
    width: 161px;
  }
  .top-about-contents02-block02 .top-about-contents02-text {
    padding: 8px 0 0 0;
  }
  .top-about-contents02-block02 .top-about-contents02-text::after {
    top: auto;
    bottom: 0;
  }
  .top-about-contents02-block02 .top-about-contents02-button {
    margin-top: 30px;
  }
  .top-about-contents02-block02 .top-about-contents02-button .c-button {
    padding: 14px 5px;
    letter-spacing: .05em;
  }
  .top-about-bg01 {
    background-image: url(../images/top/bg_about_01_sm.jpg);
  }
  .top-about-bg02 {
    background-image: url(../images/top/bg_about_02_sm.jpg);
  }
  .top-gallery {
    margin-top: 75px; /* default margin - padding-top */
    padding-top: 85px; /* header height + 40px */
  }
  .top-gallery .section-bg-title::before {
    top: -105px;
    right: -3px;
    width: 60px;
    height: 314px;
  }
  .top-gallery-list, .top-gallery-small-list {
    display: block;
    margin: 40px 0 0;
  }
  .top-gallery-list li, .top-gallery-small-list li {
    width: auto;
    margin: 30px 0 0;
  }
  .top-gallery-item-new {
    top: 12px;
    left: 13px;
    width: 54px;
  }
  .top-gallery-item-image::before, .top-gallery-small-list .top-gallery-item-image::before {
    right: 12px;
    bottom: 12px;
    width: 35px;
    height: 35px;
  }
  .top-gallery-item-image::after, .top-gallery-small-list .top-gallery-item-image::after {
    right: 15px;
    bottom: 24px;
    border-top-width: 5px;
    border-right-width: 9px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
  .top-gallery-item-title, .top-gallery-small-list .top-gallery-item-title {
    position: static;
    display: block;
    min-width: inherit;
    margin-left: -.5em;
    padding: 12px 0 0;
    text-align: left;
  }
  .top-campaign {
    min-height: 300px;
    margin-top: 145px;
    padding-bottom: 40px;
  }
  .top-campaign .section-bg-title::before {
    top: -105px;
    left: -18px;
    width: 58px;
    height: 407px;
  }
  .top-campaign-list {
    margin-top: 35px;
  }
  .top-campaign-list li {
    margin-top: 25px;
  }
  .top-campaign-button {
    margin: 32px auto 0;
  }
  .top-products {
    margin-top: 50px; /* default margin - padding-top */
    padding-top: 105px; /* header height + 60px */
  }
  .top-products .section-bg-title::before {
    top: -105px;
    left: -3px;
    width: 45px;
    height: 317px;
  }
  .top-products-row {
    display: block;
    margin: 50px -30px 0;
  }
  .top-products-col {
    position: relative;
    width: auto;
    max-width: 480px;
    margin: 25px auto 0;
  }
  .top-products-col-image {
    width: 50.7%;
  }
  .top-products-col-image img:nth-child(1) {
    display: none;
  }
  .top-products-col-image img:nth-child(2) {
    display: block;
  }
  .top-products-col-text {
    position: absolute;
    top: calc(50% - 10px);
    right: 7.3%;
    transform: translateY(-50%);
    width: 47.7%;
    min-width: 180px;
  }
  .top-products-col-name {
    text-align: left;
  }
  .top-products-col-detail {
    margin: 12px -25px 0 0;
    line-height: 1.8;
    text-align: left;
    height: auto !important;
  }
  .top-products-col-button {
    margin-top: 20px;
  }
  .top-products-col-button li {
    margin-top: 5px;
  }
  .top-products-col-button li .c-button {
    padding: 13px 5px;
  }
  .top-products-col.products01 .top-products-col-name, .top-products-col.products02 .top-products-col-name, .top-products-col.products03 .top-products-col-name, .top-products-col.products04 .top-products-col-name {
    margin-top: 0;
  }
  .top-products-col.products01 .top-products-col-name img {
    height: 40px;
  }
  .top-products-col.products02 .top-products-col-name img {
    height: 35px;
  }
  .top-products-col.products03 .top-products-col-name img {
    height: 38px;
  }
  .top-products-col.products04 .top-products-col-name img {
    height: 31px;
  }
  .top-products-col.products04 .top-products-col-button li:nth-child(2) .c-button {
    letter-spacing: -.025em;
  }
}
@media screen and (max-width: 320px) {
  .top-products-col-image {
    width: 47.7%;
  }
  .top-products-col-text {
    width: 50.7%;
    min-width: 165px;
  }
  .top-products-col-detail {
    font-size: 12px;
  }
  .top-products-col-button {
    margin-top: 15px;
  }
  .top-products-col-button li .c-button {
    padding: 12px 5px;
    font-size: 12px;
  }
  .top-products-col.products01 .top-products-col-name img {
    height: 36px;
  }
  .top-products-col.products02 .top-products-col-name img {
    height: 31px;
  }
  .top-products-col.products03 .top-products-col-name img {
    height: 34px;
  }
  .top-products-col.products04 .top-products-col-name img {
    height: 27px;
  }
}
/* about */
.secretive {
  margin-top: 190px;
}
.secretive .section-bg-title::before {
  top: -75px;
  right: -25px;
  width: 82px;
  height: 612px;
  background-image: url(../images/about/ttl_secretive_02.png);
}
.secretive-row {
  position: relative;
  margin-top: 90px;
  padding: 10px 0 40px calc(50% + 15px);
}
.secretive-image {
  position: absolute;
  top: 0;
  right: calc(50% + 45px);
  width: calc(50vw - 45px);
  height: calc(36vw - 32px);
  max-height: 500px;
}
.secretive-image-anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/about/img_secretive_01_lg.jpg) 100% 50% no-repeat;
  background-size: cover;
  transition: opacity .3s;
}
.secretive-image-anchor::before, .secretive-image-anchor::after {
  content: "";
  position: absolute;
  transition: .2s;
}
.secretive-image-anchor::before {
  right: 29px;
  bottom: 23px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #bea566;
  border-radius: 50%;
}
.secretive-image-anchor::after {
  right: 32px;
  bottom: 37px;
  z-index: 3;
  border-top: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}
.secretive-image-anchor:hover {
  opacity: .7;
}
.secretive-image-anchor:hover::before {
  background: #fff;
}
.secretive-image-anchor:hover::after {
  border-left-color: #bea566;
}
.secretive-image-anchor img {
  display: none;
}
.secretive-item {
  display: flex;
}
.secretive-item-image {
  width: 30.8%;
}
.secretive-item-text {
  flex: 1;
  padding-left: 30px;
  line-height: 2;
}
.secretive-item-title {
  padding-bottom: 20px;
}
.secretive-item01 .secretive-item-text {
  padding-top: 10px;
}
.secretive-item01 .secretive-item-text p {
  margin-right: -20px;
}
.secretive-item01 .secretive-item-title {
  width: 96%;
}
.secretive-item02 {
  margin-top: 75px;
}
.secretive-item02 .secretive-item-title {
  width: 69.8%;
}
.technology {
  margin-top: 190px;
}
.technology .section-bg-title::before {
  top: -100px;
  left: -25px;
  width: 103px;
  height: 784px;
  background-image: url(../images/about/ttl_technology_02.png);
}
.technology .section-title img {
  height: 60px;
}
.technology-row {
  position: relative;
  margin-top: 60px;
  height: 464px;
}
.technology-carousel {
  position: absolute;
  top: 0;
  left: calc(50% - 490px);
  width: calc(50vw + 490px);
  padding-left: 35%;
  font-size: 0;
}
.technology-carousel-item {
  position: relative;
  height: 464px;
}
.technology-carousel-item-image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.technology-carousel-item-image img {
  display: none;
}
.technology-carousel-item-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: linear-gradient(rgba(53, 53, 47, 0), rgba(53, 53, 47, 1));
}
.technology-carousel-item-text {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 660px;
  padding: 0 35px;
  font-size: 14px;
}
.technology-carousel-item-title img {
  width: auto;
  height: 24px;
}
.technology-carousel-item-title img:nth-child(2) {
  display: none;
}
.technology-carousel-item-text p {
  margin-top: 15px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: .1em;
}
.technology-carousel-item-text p span {
  margin-left: -.5em;
}
.technology-carousel-item01 .technology-carousel-item-title {
  margin-left: -3px;
}
.technology-row .slick-dots {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 215px;
}
.technology-row .slick-dots li {
  position: relative;
  background: #fff;
}
.technology-row .slick-dots li img {
  opacity: .5;
  transition: .3s;
}
.technology-row .slick-dots li:not(:first-child) {
  margin-top: 25px;
}
.technology-row .slick-dots li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 20px);
  width: 120px;
  height: 1px;
  background: #bea566;
  transform: scale(0, 1);
  transform-origin: 100% 0;
  transition: transform .3s;
}
.technology-row .slick-dots .slick-active::after {
  transform: scale(1, 1);
}
.technology-row .slick-dots .slick-active img {
  opacity: 1;
}
.technology-row .slick-dots li span {
  position: relative;
  display: block;
}
.technology-row .slick-dots li span::before, .technology-row .slick-dots li span::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -14px;
  z-index: 2;
  width: 40px;
  height: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 22px 14px;
  transition: .3s;
}
.technology-row .slick-dots li span::before {
  background-color: #fff;
}
.technology-row .slick-dots li span::after {
  background-color: #bea566;
  opacity: 0;
  visibility: hidden;
}
.technology-row .slick-dots li:nth-child(1) span::before {
  background-image: url(../images/about/icon_technology-number-gold_01.png);
}
.technology-row .slick-dots li:nth-child(1) span::after {
  background-image: url(../images/about/icon_technology-number-white_01.png);
}
.technology-row .slick-dots li:nth-child(2) span::before {
  background-image: url(../images/about/icon_technology-number-gold_02.png);
}
.technology-row .slick-dots li:nth-child(2) span::after {
  background-image: url(../images/about/icon_technology-number-white_02.png);
}
.technology-row .slick-dots li:nth-child(3) span::before {
  background-image: url(../images/about/icon_technology-number-gold_03.png);
}
.technology-row .slick-dots li:nth-child(3) span::after {
  background-image: url(../images/about/icon_technology-number-white_03.png);
}
.technology-row .slick-dots .slick-active span::after {
  opacity: 1;
  visibility: visible;
}
.package {
  margin-top: 180px;
}
.package .section-bg-title::before {
  top: -35px;
  right: -25px;
  width: 103px;
  height: 613px;
  background-image: url(../images/about/ttl_package_02.png);
}
.package-row {
  position: relative;
  margin-top: 100px;
  padding-left: calc(50% + 25px);
}
.package-image {
  position: absolute;
  top: 0;
  right: calc(50% + 45px);
  width: calc(50vw - 45px);
  height: 100%;
  background: url(../images/about/img_package_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.package-list li {
  position: relative;
  margin-right: -20px;
  padding-top: 50px;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: .1em;
}
.package-list li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1600px) {
  .package-list li:not(:first-child) {
    margin-top: 48px;
  }
}
.package-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 39px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.package-list li:nth-child(1)::before {
  background-image: url(../images/about/icon_package-number_01.png);
}
.package-list li:nth-child(2)::before {
  background-image: url(../images/about/icon_package-number_02.png);
}
.package-list li:nth-child(3) {
  margin-left: -.5em;
  margin-right: -1em;
}
.package-list li:nth-child(3)::before {
  left: .5em;
  background-image: url(../images/about/icon_package-number_03.png);
}
@media screen and (max-width: 1024px) {
  .secretive-row {
    padding: 0;
  }
  .secretive-image {
    position: static;
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  .secretive-image-anchor {
    width: auto;
    height: auto;
    background: none;
  }
  .secretive-image-anchor img {
    display: block;
    width: 100%;
  }
  .secretive-list {
    width: 465px;
    margin: 40px auto 0;
  }
  .secretive-item02 {
    margin-top: 60px;
  }
  .technology-row {
    height: auto;
  }
  .technology-carousel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .technology-row .slick-dots {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    max-width: 729px;
    display: flex;
    justify-content: center;
    margin: 28px auto;
  }
  .technology-row .slick-dots li, .technology-row .slick-dots li:not(:first-child) {
    width: calc(33.33334% - 28px);
    margin: 0 14px;
  }
  .technology-row .slick-dots li::after {
    top: -26px;
    left: 50%;
    width: 1px;
    height: 40px;
    transform: scale(1, 0);
    transform-origin: 50% 0;
  }
  .technology-row .slick-dots .slick-active::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 768px) {
  .package-row {
    padding: 0;
  }
  .package-image {
    position: static;
    width: 100%;
    height: 0;
    padding-top: 68.44380%;
    background-position: 50% 0;
  }
  .package-list {
    width: 465px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .secretive {
    margin-top: 140px;
  }
  .secretive .section-bg-title::before {
    top: -108px;
    right: -3px;
    width: 45px;
    height: 323px;
  }
  .secretive-row {
    margin: 40px -30px 0;
  }
  .secretive-image-anchor::before {
    right: 12px;
    bottom: 12px;
    width: 35px;
    height: 35px;
  }
  .secretive-image-anchor::after {
    right: 15px;
    bottom: 24px;
    border-top-width: 5px;
    border-right-width: 9px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
  .secretive-list {
    width: 100%;
    max-width: 480px;
    margin: 50px auto 0;
    padding: 0 30px;
  }
  .secretive-item-image {
    width: 35.5%;
    max-width: 150px;
  }
  .secretive-item-text {
    padding-left: 8%;
  }
  .secretive-item-title {
    padding-bottom: 15px;
  }
  .secretive-item01 .secretive-item-text {
    padding-top: 0;
  }
  .secretive-item01 .secretive-item-text p {
    margin-right: 0;
  }
  .secretive-item01 .secretive-item-title {
    max-width: 180px;
    width: 100%;
  }
  .secretive-item02 {
    margin-top: 35px;
  }
  .secretive-item02 .secretive-item-title {
    max-width: 130px;
    width: 72.3%;
  }
  .technology {
    margin-top: 130px;
  }
  .technology .section-bg-title::before {
    top: -100px;
    left: -17px;
    width: 58px;
    height: 398px;
  }
  .technology .section-title img {
    height: 41px;
  }
  .technology-row {
    margin: 40px -30px 0;
  }
  .technology-carousel-item {
    height: auto;
  }
  .technology-carousel-item-image {
    width: auto;
    height: auto;
    background: none;
  }
  .technology-carousel-item-image img {
    display: block;
  }
  .technology-carousel-item-mask {
    display: none;
  }
  .technology-carousel-item-text {
    position: static;
    width: auto;
    margin: 40px auto 0;
    padding: 0 30px;
    font-size: 13px;
  }
  .technology-carousel-item-title img {
    height: 17px;
  }
  .technology-carousel-item-title img:nth-child(1) {
    display: none;
  }
  .technology-carousel-item-title img:nth-child(2) {
    display: block;
  }
  .technology-carousel-item-text p {
    margin-top: 20px;
    color: #35352f;
    line-height: 2;
  }
  .technology-row .slick-dots {
    max-width: inherit;
    margin-top: 50px;
    padding: 20px 30px 25px;
    background: #f4efe7;
  }
  .technology-row .slick-dots li, .technology-row .slick-dots li:not(:first-child) {
    width: calc(33.33334% - 5px);
    margin: 0;
  }
  .technology-row .slick-dots li:nth-child(2) {
    margin: 0 10px;
  }
  .technology-row .slick-dots li span {
    padding-top: 18px;
  }
  .technology-row .slick-dots li span::before, .technology-row .slick-dots li span::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-size: 15px 10px;
  }
  .technology-row .slick-dots li::after {
    content: none;
  }
  .package {
    margin-top: 140px;
  }
  .package .section-bg-title::before {
    top: -110px;
    right: -5px;
    width: 60px;
    height: 319px;
  }
  .package-row {
    margin: 40px -30px 0;
  }
  .package-list {
    width: auto;
    max-width: 480px;
    margin: 45px auto 0;
    padding: 0 30px;
  }
  .package-list li {
    margin-right: 0;
    padding-top: 40px;
    font-size: 13px;
    line-height: 2;
  }
  .package-list li:not(:first-child) {
    margin-top: 25px;
    margin-right: -15px;
  }
  .package-list li::before {
    width: 38px;
    height: 27px;
  }
}
/* campaign */
.campaign {
  margin-top: 190px;
}
.campaign .section-bg-title::before {
  top: -85px;
  left: -25px;
  width: 105px;
  height: 737px;
  background-image: url(../images/experience/ttl_campaign_02.png);
}
.campaign-list li {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .campaign {
    margin-top: 140px;
  }
  .campaign .section-bg-title::before {
    top: -105px;
    left: -28px;
    width: 59px;
    height: 414px;
  }
  .campaign-list {
    margin-top: 35px;
  }
  .campaign-list li {
    margin-top: 25px;
  }
}
/* decaf */
.decaf-notice {
  padding: 32px 20px;
  text-align: center;
}
.decaf-notice br {
  display: none;
}
.decaf-notice a {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  text-decoration: none;
}
.decaf-notice a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_link-text_02.gif) 0 0 no-repeat;
  background-size: cover;
}
.decaf-notice a span {
  color: #f34040;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .1em;
}
.decaf-notice a:hover span {
  text-decoration: none;
}
.decaf-visual {
  background: linear-gradient(90deg, #f1f1f1 50%, #f1eee7 50%);
  opacity: 0;
  transition: .5s;
}
.decaf-visual.is-show {
  opacity: 1;
}
.decaf-visual-inner {
  background: url(../images/decaf/bg_visual_01.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
}
.decaf-visual-title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.pacakage .section-title img, .decaf-gallery .section-title img, .decaf-products .section-title img {
  height: 48px;
}
.about-decaf {
  margin-top: 220px;
}
.about-decaf .section-bg-title::before {
  top: -105px;
  right: -10px;
  width: 82px;
  height: 816px;
  background-image: url(../images/decaf/ttl_about-decaf_02.png);
}
.about-decaf .section-title img:nth-child(1) {
  height: 56px;
}
.about-decaf .section-title img:nth-child(2) {
  display: none;
}
.about-decaf-block-title img {
  width: auto;
  height: 19px;
}
.about-decaf-block-head p {
  margin-top: 20px;
  line-height: 2.2;
  letter-spacing: .075em;
}
.about-decaf-block01 .about-decaf-block-head {
  margin: 80px 60px 0;
}
.about-decaf-block01-image {
  margin-top: 55px;
}
.about-decaf-block02 .about-decaf-block-head {
  margin: 120px 60px 0;
}
.about-decaf-block02-row {
  display: flex;
  margin-top: 60px;
}
.about-decaf-block02-col {
  display: flex;
  width: 50%;
  background: #faf7f3;
}
.about-decaf-block02-col-image {
  width: 232px;
}
.about-decaf-block02-col-text {
  flex: 1;
  padding: 25px 20px 10px 20px;
}
.about-decaf-block02-col-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .1em;
}
.about-decaf-block02-col-text p {
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: .05em;
}
.about-decaf-block03 {
  margin-top: 45px;
  padding: 50px 60px 70px;
  background: #faf7f3;
}
.about-decaf-block03-title {
  margin: 0 0 35px 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .2em;
}
.about-decaf-block03-title > span {
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.about-decaf-block03-title > span span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #bea566;
  color: #bea566;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .1em;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .about-decaf-block03-title > span span {
  padding: 3px 10px 5px !important;
}
.about-decaf-block03-row {
  display: flex;
}
.about-decaf-block03-col {
  width: 33.33334%;
}
.pacakage {
  margin-top: 170px;
}
.pacakage .section-bg-title::before {
  top: -80px;
  left: -15px;
  width: 103px;
  height: 613px;
  background-image: url(../images/decaf/ttl_package_02.png);
}
.pacakage-prologue {
  margin: 50px 60px 55px;
  letter-spacing: .1em;
  line-height: 2;
}
.pacakage-banner {
  margin-top: 35px;
}
.pacakage-banner a {
  position: relative;
  display: block;
}
.pacakage-banner a img {
  opacity: 1 !important;
}
.pacakage-banner a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0 !important;
  visibility: hidden;
  transition: .2s;
}
.pacakage-banner a:hover img:nth-child(2) {
  opacity: 1 !important;
  visibility: visible;
}
.decaf-gallery {
  margin-top: 106px;
  padding-top: 104px;
}
.decaf-gallery .section-bg-title::before {
  top: -115px;
  right: -25px;
  width: 101px;
  height: 562px;
  background-image: url(../images/decaf/ttl_gallery_02.png);
}
.decaf-gallery-movie {
  margin-top: 60px;
}
.decaf-gallery-item-anchor {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.decaf-gallery-item-anchor:link, .decaf-gallery-item-anchor:active, .decaf-gallery-item-anchor:visited, .decaf-gallery-item-anchor:hover {
  color: #35352f;
  text-decoration: none;
}
.decaf-gallery-item-image {
  position: relative;
}
.decaf-gallery-item-image img {
  width: 100%;
  max-width: 960px;
}
.decaf-gallery-item-image::before, .decaf-gallery-item-image::after {
  content: "";
  position: absolute;
  transition: .3s ease-out;
}
.decaf-gallery-item-image::before {
  right: 22px;
  bottom: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #bea566;
  border-radius: 50%;
}
.decaf-gallery-item-image::after {
  right: 25px;
  bottom: 30px;
  z-index: 3;
  border-top: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}
.decaf-gallery-item-image-src {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s ease-out;
}
.decaf-gallery-item-image-src img {
  width: 100%;
}
.decaf-gallery-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  min-width: 200px;
  padding: 10px 15px;
  background: #fff;
  color: #35352f;
  text-align: center;
  transition: .3s ease-out;
}
.decaf-gallery-item-anchor:hover .decaf-gallery-item-image::before {
  background: #fff;
}
.decaf-gallery-item-anchor:hover .decaf-gallery-item-image::after {
  border-left-color: #bea566;
}
.decaf-gallery-item-anchor:hover .decaf-gallery-item-image-src {
  opacity: .6;
}
.decaf-gallery-item-anchor:hover .decaf-gallery-item-title {
  color: #c3c3c1;
}
.decaf-products {
  position: relative;
  margin-top: 180px;
  margin-bottom: -185px;
  padding-bottom: 60px;
}
.decaf-products::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 215px;
  background: linear-gradient(90deg, #fefcf8, #f8f6f2);
}
.decaf-products .section-contents::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 10px;
  width: 638px;
  height: 82px;
  background: url(../images/decaf/ttl_decaf-products_02_lg.png) 0 0 no-repeat;
  background-size: auto 100%;
  opacity: 0.6;
}
.decaf-products-row {
  position: relative;
  z-index: 3;
  width: 85%;
  max-width: 720px;
  margin: 15px auto 0;
}
.decaf-products-image {
  width: 50%;
  max-width: 265px;
  padding-left: 25px;
}
.decaf-products-text {
  position: absolute;
  top: 34%;
  right: 0;
  width: 60%;
  max-width: 410px;
}
.decaf-products-name {
  width: 80%;
  max-width: 255px;
}
.decaf-products-prologue {
  margin: 15px 0 25px;
  line-height: 2.2;
  letter-spacing: .05em;
}
@media screen and (max-width: 1024px) {
  .about-decaf-block02-row {
    display: block;
    margin: 60px 60px 0;
  }
  .about-decaf-block02-col {
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .about-decaf-block02-col-image {
    width: 160px;
  }
  .about-decaf-block02-col-text {
    padding: 15px 20px;
  }
  .about-decaf-block03 {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  .decaf-notice {
    padding: 30px 30px 25px;
    text-align: left;
  }
  .decaf-notice br {
    display: inline;
  }
  .decaf-notice a {
    padding-left: 20px;
  }
  .decaf-notice a::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  .decaf-notice a span {
    font-size: 13px;
  }
  .decaf-visual-title {
    padding: 0;
  }
  .decaf-visual-title img:nth-child(1) {
    display: none;
  }
  .decaf-visual-title img:nth-child(2) {
    display: inline-block;
  }
  .pacakage .section-title img, .decaf-gallery .section-title img, .decaf-products .section-title img {
    height: 38px;
  }
  .about-decaf {
    margin-top: 120px;
  }
  .about-decaf .section-title img:nth-child(1) {
    display: none;
  }
  .about-decaf .section-title img:nth-child(2) {
    display: inline-block;
    height: 70px;
  }
  .about-decaf-block-title img {
    height: 16px;
  }
  .about-decaf-block-head p {
    margin-top: 22px;
    line-height: 2;
  }
  .about-decaf-block01 .about-decaf-block-head {
    margin: 45px 0 0;
  }
  .about-decaf-block01-image {
    margin-top: 35px;
  }
  .about-decaf-block02 .about-decaf-block-head {
    margin: 70px 0 0;
  }
  .about-decaf-block02-row {
    margin: 0;
  }
  .about-decaf-block02-col {
    align-items: flex-start;
    margin-top: 45px;
    background: transparent;
  }
  .about-decaf-block02-col-image {
    width: 140px;
  }
  .about-decaf-block02-col-text {
    padding: 0 0 0 20px;
  }
  .about-decaf-block02-col-title {
    margin-top: -5px;
    font-size: 15px;
  }
  .about-decaf-block02-col-text p {
    margin: 10px -10px 0 0;
    line-height: 1.9;
    letter-spacing: .075em;
  }
  .about-decaf-block02-col-text strong.color-bg02 {
    background: #f4efe7;
  }
  .about-decaf-block03 {
    padding: 40px 30px 45px;
  }
  .about-decaf-block03-title {
    margin: 0 -10px 0 0;
    font-size: 15px;
    letter-spacing: .15em;
  }
  .about-decaf-block03-title > span {
    display: block;
    top: 0;
    margin: 3px 0 0;
  }
  .about-decaf-block03-title > span span {
    padding: 3px;
    font-size: 13px;
  }
  .about-decaf-block03-row {
    display: block;
  }
  .about-decaf-block03-col {
    width: 100%;
  }
  .pacakage {
    margin-top: 105px;
  }
  .pacakage-prologue {
    margin: 30px 0;
  }
  .pacakage-banner {
    margin-top: 20px;
  }
  .decaf-gallery {
    margin-top: 100px;
    padding-top: 0;
  }
  .decaf-gallery-movie {
    margin-top: 35px;
  }
  .decaf-gallery-item-image::before {
    right: 12px;
    bottom: 12px;
    width: 35px;
    height: 35px;
  }
  .decaf-gallery-item-image::after {
    right: 15px;
    bottom: 24px;
    border-top-width: 5px;
    border-right-width: 9px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
  .decaf-gallery-item-title {
    position: static;
    display: block;
    min-width: inherit;
    margin-left: -.5em;
    padding: 12px 0 0;
    text-align: left;
  }
  .decaf-products {
    margin-top: 110px;
    margin-bottom: -137px;
    padding-bottom: 17%;
  }
  .decaf-products::after {
    height: 33%;
  }
  .decaf-products .section-contents::before {
    content: none;
  }
  .decaf-products-row {
    width: 100%;
    max-width: 420px;
  }
  .decaf-products-image {
    width: 49.2%;
    max-width: inherit;
    padding-left: 8px;
  }
  .decaf-products-text {
    top: 20%;
    width: 55.5%;
    max-width: inherit;
  }
  .decaf-products-name {
    width: 98.5%;
    max-width: 240px;
  }
  .decaf-products-prologue {
    margin: 15px -20px 20px 0;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
/* houji */
.houji-visual {
  font-size: 0;
  opacity: 0;
  transition: .5s;
}
.houji-visual.is-show {
  opacity: 1;
}
.houji-visual-slide-item {
  text-align: center;
}
.houji-visual-slide-item img {
  display: inline-block;
  vertical-align: bottom;
}
.houji-visual-slide-item img:nth-child(2) {
  display: none;
}
.houji-visual-slide-item.slide01 {
  background: url(../images/houji/bg_visual_01_lg.jpg) 50% 0 no-repeat;
}
.houji-visual-slide-item.slide02 {
  background: url(../images/houji/bg_visual_02_lg.jpg) 50% 0 no-repeat;
}
.houji-message {
  margin-top: 280px;
}
.houji-message-inner {
  padding-bottom: 340px;
}
.houji-message .section-bg-title::before {
  bottom: 150px;
  left: 0;
  width: 598px;
  height: 98px;
  background-image: url(../images/houji/ttl_message_02.png);
}
.houji-message-title {
  position: absolute;
  top: -92px;
  right: 110px;
  z-index: 2;
  width: 31px;
}
.houji-message-prologue {
  position: absolute;
  right: 10px;
  bottom: -40px;
  z-index: 2;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 0;
}
.houji-message-prologue span:nth-of-type(1) {
  margin-left: -.5em;
}
.houji-message-image-outer {
  width: 68.4%;
  height: 580px;
}
.houji-message-image {
  width: 100%;
  height: 100%;
  background: url(../images/houji/img_message_01_lg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.houji-secretive {
  margin-top: 0;
}
.houji-secretive .section-bg-title::before {
  top: -75px;
  right: -25px;
  width: 82px;
  height: 612px;
  background-image: url(../images/houji/ttl_secretive_02.png);
}
.houji-secretive .section-title img {
  height: 50px;
}
.houji-secretive-movie {
  margin-top: 85px;
}
.houji-secretive-movie img {
  width: 100%;
  max-width: 960px;
}
.houji-secretive-movie-anchor {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.houji-secretive-movie-anchor:link, .houji-secretive-movie-anchor:active, .houji-secretive-movie-anchor:visited, .houji-secretive-movie-anchor:hover {
  color: #35352f;
  text-decoration: none;
}
.houji-secretive-movie-image {
  position: relative;
}
.houji-secretive-movie-image::before, .houji-secretive-movie-image::after {
  content: "";
  position: absolute;
  transition: .3s ease-out;
}
.houji-secretive-movie-image::before {
  right: 22px;
  bottom: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #bea566;
  border-radius: 50%;
}
.houji-secretive-movie-image::after {
  right: 25px;
  bottom: 30px;
  z-index: 3;
  border-top: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}
.houji-secretive-movie-image-src {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s ease-out;
}
.houji-secretive-movie-image-src img {
  width: 100%;
}
.houji-secretive-movie-anchor:hover .houji-secretive-movie-image::before {
  background: #fff;
}
.houji-secretive-movie-anchor:hover .houji-secretive-movie-image::after {
  border-left-color: #bea566;
}
.houji-secretive-movie-anchor:hover .houji-secretive-movie-image-src {
  opacity: .6;
}
.houji-secretive-list {
  max-width: 850px;
  margin: 0 auto;
}
.houji-secretive-item {
  position: relative;
  display: flex;
  align-items: center;
}
.houji-secretive-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 120px;
  height: 85px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.houji-secretive-item:nth-child(1) {
  margin-top: 55px;
}
.houji-secretive-item:nth-child(1)::after {
  background-image: url(../images/houji/icon_secretive-number_01.png);
}
.houji-secretive-item:nth-child(2) {
  margin-top: 40px;
}
.houji-secretive-item:nth-child(2)::after {
  background-image: url(../images/houji/icon_secretive-number_02.png);
}
.houji-secretive-item:nth-child(3) {
  margin-top: 45px;
}
.houji-secretive-item:nth-child(3)::after {
  background-image: url(../images/houji/icon_secretive-number_03.png);
}
.houji-secretive-item-image {
  width: 200px;
}
.houji-secretive-item-text {
  position: relative;
  z-index: 2;
  flex: 1;
  margin-left: 52px;
}
.houji-secretive-item-title img:nth-child(1) {
  width: auto;
  max-width: inherit;
  height: 22px;
}
.houji-secretive-item-title img:nth-child(2) {
  display: none;
}
.houji-secretive-item-text p {
  margin-top: 15px;
  line-height: 1.8;
  letter-spacing: .075em;
}
.houji-gallery {
  margin-top: 175px;
}
.houji-gallery .section-title img {
  height: 48px;
}
.houji-gallery .section-bg-title::before {
  top: -75px;
  left: -25px;
  width: 102px;
  height: 562px;
  background-image: url(../images/houji/ttl_gallery_02.png);
}
.houji-gallery-list li {
  margin-top: 70px;
  text-align: center;
}
.houji-gallery-list li img {
  width: 100%;
  max-width: 960px;
}
.houji-gallery-item-anchor {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.houji-gallery-item-anchor:link, .houji-gallery-item-anchor:active, .houji-gallery-item-anchor:visited, .houji-gallery-item-anchor:hover {
  color: #35352f;
  text-decoration: none;
}
.houji-gallery-item-new {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  width: 78px;
  transition: .4s ease-out;
}
.houji-gallery-item-image {
  position: relative;
}
.houji-gallery-item-image::before, .houji-gallery-item-image::after {
  content: "";
  position: absolute;
  transition: .3s ease-out;
}
.houji-gallery-item-image::before {
  right: 22px;
  bottom: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #bea566;
  border-radius: 50%;
}
.houji-gallery-item-image::after {
  right: 25px;
  bottom: 30px;
  z-index: 3;
  border-top: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}
.houji-gallery-item-image-src {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s ease-out;
}
.houji-gallery-item-image-src img {
  width: 100%;
}
.houji-gallery-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  min-width: 200px;
  padding: 10px 15px;
  background: #fff;
  color: #35352f;
  text-align: center;
  transition: .4s ease-out;
}
.houji-gallery-item-anchor:hover .houji-gallery-item-image::before {
  background: #fff;
}
.houji-gallery-item-anchor:hover .houji-gallery-item-image::after {
  border-left-color: #bea566;
}
.houji-gallery-item-anchor:hover .houji-gallery-item-new, .houji-gallery-item-anchor:hover .houji-gallery-item-image-src {
  opacity: .6;
}
.houji-gallery-item-anchor:hover .houji-gallery-item-title {
  color: #c3c3c1;
}
.houji-gallery-small-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -22px 0;
}
.houji-gallery-small-list li {
  width: calc(50% - 44px);
  margin: 40px 22px 0;
}
.houji-gallery-small-list .houji-gallery-item-image::before {
  right: 10px;
  bottom: 8px;
  width: 36px;
  height: 36px;
}
.houji-gallery-small-list .houji-gallery-item-image::after {
  right: 14px;
  bottom: 21px;
  border-top-width: 5px;
  border-right-width: 9px;
  border-bottom-width: 5px;
  border-left-width: 9px;
}
.houji-gallery-small-list .houji-gallery-item-title {
  position: static;
  display: block;
  min-width: inherit;
  padding: 10px 0;
  text-align: left;
}
.houji-products {
  position: relative;
  margin-top: 160px;
  margin-bottom: -185px;
  padding-bottom: 70px;
}
.houji-products::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background: linear-gradient(90deg, #fefcf8, #f8f6f2);
}
.houji-products .section-contents::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 10px;
  width: 638px;
  height: 82px;
  background: url(../images/houji/ttl_houji-products_02_lg.png) 0 0 no-repeat;
  background-size: auto 100%;
  opacity: 0.6;
}
.houji-products .section-title img {
  height: 48px;
}
.houji-products-row {
  position: relative;
  z-index: 3;
  max-width: 840px;
  margin: 25px auto 0;
}
.houji-products-image {
  width: 38.7%;
  max-width: 325px;
}
.houji-products-image img:nth-child(2) {
  display: none;
}
.houji-products-text {
  position: absolute;
  top: 29%;
  right: 0;
  width: 62%;
  max-width: 465px;
}
.houji-products-name {
  width: 80%;
  max-width: 320px;
}
.houji-products-prologue {
  margin: 15px 0 25px;
  line-height: 2.2;
  letter-spacing: .05em;
}
@media screen and (max-width: 1024px) {
  .houji-visual-slide-item.slide01, .houji-visual-slide-item.slide02 {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .houji-message-prologue {
    position: static;
    margin: 40px -20px 0 0;
  }
  .houji-gallery-small-list .houji-gallery-item-title {
    font-size: 14px;
  }
  .houji-products-image {
    width: 47%;
    margin-left: -20px;
  }
  .houji-products-text {
    top: 34%;
    right: 7.5%;
    width: 51%;
  }
}
@media screen and (max-width: 640px) {
  .houji-visual-slide-item img:nth-child(1) {
    display: none;
  }
  .houji-visual-slide-item img:nth-child(2) {
    display: inline-block;
  }
  .houji-message {
    margin-top: 150px;
  }
  .houji-message-inner {
    padding-bottom: 110px;
  }
  .houji-message-title {
    top: -82px;
    right: 35px;
    width: 21px;
  }
  .houji-message .section-bg-title::before {
    bottom: 100px;
    left: -10px;
    width: 300px;
    height: 55px;
  }
  .houji-message-prologue {
    font-size: 13px;
    line-height: 2.4;
  }
  .houji-message-prologue span:nth-of-type(2) {
    letter-spacing: -.075em;
  }
  .houji-message-image-outer {
    width: calc(100vw - 30px);
    height: auto;
    margin-left: -30px;
  }
  .houji-message-image {
    height: 0;
    padding-top: 98.55072%;
    background-image: url(../images/houji/img_message_01_sm.jpg);
  }
  .houji-secretive .section-title img {
    height: 38px;
  }
  .houji-secretive-movie {
    margin-top: 25px;
  }
  .houji-secretive-movie-image::before {
    right: 12px;
    bottom: 12px;
    width: 35px;
    height: 35px;
  }
  .houji-secretive-movie-image::after {
    right: 15px;
    bottom: 24px;
    border-top-width: 5px;
    border-right-width: 9px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
  .houji-secretive-item {
    align-items: flex-start;
  }
  .houji-secretive-item::after {
    bottom: 5px;
    width: 60px;
    height: 41px;
    background-size: 60px 41px;
  }
  .houji-secretive-item:nth-child(1) {
    margin-top: 35px;
  }
  .houji-secretive-item:nth-child(2) {
    margin-top: 30px;
  }
  .houji-secretive-item:nth-child(3) {
    margin-top: 30px;
  }
  .houji-secretive-item-image {
    width: 40.625%;
  }
  .houji-secretive-item:nth-child(1) .houji-secretive-item-image {
    padding: 15px 5px 0 0;
  }
  .houji-secretive-item:nth-child(1) .houji-secretive-item-image img {
    position: relative;
    left: -3px;
  }
  .houji-secretive-item-text {
    margin-left: 10px;
  }
  .houji-secretive-item-title {
    margin-right: -20px;
  }
  .houji-secretive-item-title img:nth-child(1) {
    display: none;
  }
  .houji-secretive-item-title img:nth-child(2) {
    display: block;
    width: 100%;
    max-width: 181px;
  }
  .houji-secretive-item-text p {
    margin: 8px -10px 0 0;
  }
  .houji-gallery {
    margin-top: 120px;
  }
  .houji-gallery .section-title img {
    height: 38px;
  }
  .houji-gallery .section-bg-title::before {
    top: -105px;
    right: -3px;
    width: 60px;
    height: 314px;
  }
  .houji-gallery-list, .houji-gallery-small-list {
    display: block;
    margin: 40px 0 0;
  }
  .houji-gallery-list li, .houji-gallery-small-list li {
    width: auto;
    margin: 30px 0 0;
  }
  .houji-gallery-item-new {
    top: 12px;
    left: 13px;
    width: 54px;
  }
  .houji-gallery-item-image::before, .houji-gallery-small-list .houji-gallery-item-image::before {
    right: 12px;
    bottom: 12px;
    width: 35px;
    height: 35px;
  }
  .houji-gallery-item-image::after, .houji-gallery-small-list .houji-gallery-item-image::after {
    right: 15px;
    bottom: 24px;
    border-top-width: 5px;
    border-right-width: 9px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
  .houji-gallery-item-title, .houji-gallery-small-list .houji-gallery-item-title {
    position: static;
    display: block;
    min-width: inherit;
    margin-left: -.5em;
    padding: 12px 0 0;
    text-align: left;
  }
  .houji-products {
    margin-top: 120px;
    margin-bottom: -137px;
    padding-bottom: 17%;
  }
  .houji-products-inner {
    padding: 0;
  }
  .houji-products::after {
    height: 33%;
  }
  .houji-products .section-contents::before {
    content: none;
  }
  .houji-products .section-title img {
    height: 38px;
  }
  .houji-products-row {
    width: 100%;
    max-width: 420px;
  }
  .houji-products-image {
    width: 51.7%;
    max-width: inherit;
    margin: 0;
  }
  .houji-products-image img:nth-child(1) {
    display: none;
  }
  .houji-products-image img:nth-child(2) {
    display: block;
  }
  .houji-products-text {
    top: 20%;
    right: 0;
    width: 54.8%;
    max-width: inherit;
    padding-right: 30px;
  }
  .houji-products-name {
    width: 100%;
    max-width: 356px;
  }
  .houji-products-prologue {
    margin: 15px -10px 20px 0;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.houji-modal-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, .9);
}
.houji-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1001;
  width: 85%;
  max-width: 640px;
  padding: 65px 0;
  transform: translateX(-50%);
}
.houji-modal-contents {
  position: relative;
  background: #fff;
}
.houji-modal-close, .houji-modal-close::after {
  position: absolute;
  width: 49px;
  height: 44px;
}
.houji-modal-close {
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: .2s;
}
.houji-modal-close::after {
  content: "";
  top: 0;
  left: 0;
  background: url(../images/common/icon_close_01.png) 0 0 no-repeat;
  background-size: cover;
}
.houji-modal-close:hover {
  opacity: .7;
}
.houji-modal-anchor {
  display: block;
  text-decoration: none;
}
.houji-modal-image img {
  pointer-events: none;
  transition: opacity .3s;
}
.houji-modal-button {
  padding: 25px 15px;
  background: #bea566;
  border: 1px solid #bea566;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  transition: .2s;
}
.houji-modal-button-inner {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.houji-modal-button-arrow {
  display: inline-block;
  position: absolute;
  top: calc(50% + 2px);
  right: -85px;
  width: 70px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: .25s ease-in-out;
}
.houji-modal-button-arrow::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: .25s ease-in-out;
}
.houji-modal-anchor:hover {
  text-decoration: none;
}
.houji-modal-anchor:hover .houji-modal-image img {
  opacity: .7;
}
.houji-modal-anchor:hover .houji-modal-button {
  background: none;
  color: #bea566;
}
.houji-modal-anchor:hover .houji-modal-button-arrow {
  right: -115px;
  width: 100px;
  background: #bea566;
}
.houji-modal-anchor:hover .houji-modal-button-arrow::after {
  background: #bea566;
}
@media screen and (max-width: 768px) {
  .houji-modal-button {
    padding: 20px 15px;
    font-size: 24px;
  }
  .houji-modal-button-inner {
    padding-right: 8px;
  }
  .houji-modal-button-arrow {
    height: 1px;
  }
  .houji-modal-button-arrow::after {
    height: 1px;
  }
}
@media screen and (max-width: 640px) {
  .houji-modal {
    padding: 40px 0;
  }
  .houji-modal-close, .houji-modal-close::after {
    width: 30px;
    height: 27px;
  }
  .houji-modal-button {
    padding: 10px;
    font-size: 12px;
  }
  .houji-modal-button-arrow {
    right: -35px;
    width: 25px;
  }
  .houji-modal-button-arrow::after {
    top: -2px;
    right: -1px;
    width: 6px;
  }
  .houji-modal-anchor:hover .houji-modal-button-arrow {
    right: -35px;
    width: 25px;
  }
}


@supports (-ms-ime-align:auto) {
  .namacya-header-nav ul li:nth-child(4) a {
    padding: 5px 0 5px 2px;
  }
  .namacya-header-nav ul li .new-label {
    position: relative;
    padding: 0px 1px 3px 4px !important;
  }
  .about-decaf-block03-title > span span {
    padding: 3px 10px 5px !important;
  }
  strong.color-bg01 {
    background: linear-gradient(to bottom, #fff 20%, #f4efe7 20%);
  }
  strong.color-bg02 {
    background: #fff;
    color: #356b34;
  }
  strong.color-bg02 {
    background: linear-gradient(to bottom, #faf7f3 20%, #fff 20%);
  }
  .c-button {
    padding: 11px 10px 15px;
  }
  .c-button-large {
    padding: 17px 10px 21px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .win .namacya-header-nav ul li:nth-child(4) a {
    padding: 5px 0 5px 2px;
  }
  .win .namacya-header-nav ul li .new-label {
    position: relative;
    padding: 0px 1px 3px 4px !important;
  }
  .win .about-decaf-block03-title > span span {
    padding: 3px 10px 5px !important;
  }
  .win strong.color-bg01 {
    background: linear-gradient(to bottom, #fff 20%, #f4efe7 20%);
  }
  .win strong.color-bg02 {
    background: #fff;
    color: #356b34;
  }
  .win strong.color-bg02 {
    background: linear-gradient(to bottom, #faf7f3 20%, #fff 20%);
  }
  .win .c-button {
    padding: 11px 10px 15px;
  }
  .win .c-button-large {
    padding: 17px 10px 21px;
  }
}