@charset "UTF-8";
/* setting */
/* gothic */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* mincho */
body {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333;
  line-height: 2;
  font-weight: 400;
  word-break: break-all;
  background-color: #394240;
}

.wrap {
  overflow-x: hidden;
}

.en {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-go {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.bold {
  font-weight: bold;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 20px;
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.cap {
  font-size: 12px;
}

.ls-05 {
  letter-spacing: 0.15em;
}

.ls-1 {
  letter-spacing: 0.25em;
}

.ls-2 {
  letter-spacing: 0.5em;
}

.ls-3 {
  letter-spacing: 0.75em;
}

.ls-4 {
  letter-spacing: 1em;
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 2;
}

.lh-3 {
  line-height: 2.5;
}

.lh-4 {
  line-height: 3;
}

.c-gray {
  color: #c2c2c2;
}

.z-10 {
  z-index: 10;
}

.bb {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #bbb;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 13px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
  }
  .h5 {
    font-size: 16px;
  }
  .h6 {
    font-size: 14px;
  }
  .w80 {
    width: 100%;
  }
  .w75 {
    width: 100%;
  }
  .w70 {
    width: 100%;
  }
  .w65 {
    width: 100%;
  }
  .w60 {
    width: 100%;
  }
}
.mw1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mw1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.mw960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.mw800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

a.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

a.btn:hover {
  opacity: 0.8;
}

.alpha {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.alpha:hover {
  opacity: 0.7;
}

.header .navbar {
  background-color: #c2c2c2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar .navbar-brand img {
  width: 180px !important;
  max-height: 100% !important;
}
.header .navbar .navbar-item {
  color: #404844;
}
.header .navbar .navbar-item:hover {
  background: transparent;
  opacity: 0.7;
}
.header .navbar .button {
  background-color: #404844;
  color: #c2c2c2;
  height: 3.5em;
  font-size: 13px;
}
.header .navbar .button:hover {
  opacity: 0.7;
}

.hero .mv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero .vh90 {
  height: 90vh;
}
.hero .vh10 {
  height: 10vh;
}

.bg-green {
  background-color: #394240;
  color: #c2c2c2;
}

.bg-white {
  background-color: #fff;
}

.brand-story {
  text-align: right;
  position: relative;
}
.brand-story span {
  position: relative;
  background-color: #394240;
  padding: 0 1em;
}
.brand-story::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  background-color: #c2c2c2;
}

.bg-img01 {
  background: url(../images/top/img01.webp) no-repeat right top;
  background-color: #394240;
  background-size: 52%;
  color: #c2c2c2;
}

.bg-img02 {
  background: url(../images/top/img02.webp) no-repeat left top;
  background-color: #394240;
  background-size: 52%;
  color: #c2c2c2;
}

.bg-img03 {
  background: url(../images/top/img03.webp) no-repeat right top;
  background-color: #394240;
  background-size: 52%;
  color: #c2c2c2;
}

.bg-img04 {
  background: url(../images/top/img04.webp) no-repeat center top;
  background-size: cover;
}

.bg-img05 {
  background: url(../images/top/img05.webp) no-repeat center top;
  background-size: cover;
  height: 80vh;
  position: relative;
}
.bg-img05 .inner {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-image: url(../images/top/bg_img05.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}
.bg-img05 .inner .button {
  background-color: transparent;
  color: #fff;
}
.bg-img05 .inner .button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.yazirusi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yazirusi::after {
  content: "";
  width: 26px;
  height: 6px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  margin-left: 0.5em;
}

.bg-img06 {
  background: url(../images/top/img06.webp) no-repeat center top;
  background-size: cover;
  height: 80vh;
  position: relative;
}
.bg-img06 .inner {
  background-color: #e7e6de;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-image: url(../images/top/bg_img06.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}
.bg-img06 .inner .button {
  background-color: transparent;
  color: #333;
}
.bg-img06 .inner .button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.news {
  background: url(../images/top/bg_paper.webp) no-repeat center top;
  background-size: cover;
}

.section-title {
  color: #7a6a56;
}

.gothic {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.news-list {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.news-item {
  padding: 2em 4em;
  border-bottom: 1px solid #bbb;
  position: relative;
}
.news-item .date {
  color: #a9996c;
}
.news-item .new {
  background-color: #9a1d40;
  color: #fff;
  font-size: 10px;
  line-height: 4em;
  width: 4em;
  height: 4em;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 10px;
}

.shop {
  background-color: #fff;
}

.footer {
  background: url(../images/top/bg_paper.webp) no-repeat center top;
  background-size: cover;
}
.footer .footer-nav li {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.footer .footer-nav li .s {
  font-size: 12px;
}
.footer .footer-nav li a {
  color: #333;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
.footer a.button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .bb {
  border-bottom: 1px solid #bbb;
}
.footer .footer-logo img {
  width: 100% !important;
}
.footer .copyright {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .header .navbar {
    background-color: #c2c2c2;
  }
  .header .navbar .navbar-brand img {
    width: 160px !important;
    max-height: 100% !important;
  }
  .header .navbar .navbar-item {
    color: #404844;
    padding: 1.5em;
  }
  .header .navbar .button {
    display: block;
    height: 3.5em;
    line-height: 2.5em;
  }
  .header .navbar-menu {
    background-color: #c2c2c2;
    text-align: center;
  }
  .header .sns {
    display: inline-block;
    vertical-align: middle;
  }
  .header .sns img {
    vertical-align: middle;
  }
  .header .navbar-burger span {
    background-color: #404844;
  }
  .hero .mv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hero .vh90 {
    height: 70vh;
    background: url(../images/top/mv.webp) no-repeat center top;
    background-size: cover;
  }
  .hero .vh90 img {
    display: none;
  }
  .hero .vh10 {
    height: 10vh;
  }
  .hero .btn-shop {
    position: absolute;
    right: 20px;
    top: 120px;
  }
  .hero .btn-shop a {
    background-color: #404844;
    color: #c2c2c2;
  }
  .bg-green {
    background-color: #394240;
    color: #c2c2c2;
  }
  .brand-story {
    text-align: right;
    position: relative;
  }
  .brand-story span {
    position: relative;
    background-color: #394240;
    padding: 0 1em;
  }
  .brand-story::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    background-color: #c2c2c2;
  }
  .bg-img01 {
    background-size: 70%;
    color: #c2c2c2;
  }
  .bg-img01 .h1 {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    padding-top: -10px;
  }
  .bg-img02 {
    background: url(../images/top/img02.webp) no-repeat left top;
    background-color: #394240;
    background-size: 70%;
    color: #c2c2c2;
  }
  .bg-img02 .column {
    text-align: right;
  }
  .bg-img02 .h1 {
    padding-top: 70px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .bg-img03 {
    background-color: #394240;
    background-size: 70%;
    color: #c2c2c2;
  }
  .bg-img03 .h1 {
    padding-top: 90px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .bg-img04 {
    background: url(../images/top/img04.webp) no-repeat center top;
    background-size: cover;
    height: 60vh;
  }
  .bg-img05 {
    background: none;
    height: auto;
    position: relative;
  }
  .bg-img05 .inner {
    background-color: #000;
    position: inherit;
    width: 100%;
    background-size: 50%;
  }
  .bg-img05 .inner .button {
    background-color: transparent;
    color: #fff;
  }
  .bg-img05 .inner .button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .yazirusi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .yazirusi::after {
    content: "";
    width: 26px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    margin-left: 0.5em;
  }
  .bg-img06 {
    background: none;
    height: auto;
    position: relative;
  }
  .bg-img06 .inner {
    background-color: #e7e6de;
    position: inherit;
    width: 100%;
    background-image: url(../images/top/bg_img06.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%;
  }
  .bg-img06 .inner .button {
    background-color: transparent;
    color: #333;
  }
  .bg-img06 .inner .button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .news-item {
    padding: 2em 4em;
    border-bottom: 1px solid #bbb;
    position: relative;
  }
  .news-item .date {
    color: #a9996c;
  }
  .news-item .new {
    top: 26px;
    left: 0;
  }
  .footer .footer-nav li {
    display: block;
    margin: 10px;
    vertical-align: top;
  }
  .footer .footer-nav li a {
    color: #333;
  }
  .footer .footer-nav li a:hover {
    text-decoration: underline;
  }
  .footer a.button {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer .bb {
    border-bottom: 1px solid #bbb;
  }
  .footer .footer-logo {
    width: 60%;
    margin: 0 auto;
  }
  .footer .footer-logo img {
    width: 100% !important;
  }
  .footer .copyright {
    text-align: center;
  }
}
.opening {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #394240;
  overflow: hidden;
}
.opening .mv-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 下層ページ */
.page-title {
  font-size: 70px;
  color: #404844;
  line-height: 1.3;
}
.page-title span {
  display: block;
  font-size: 24px;
  position: relative;
}
.page-title span::after {
  background-color: #404844;
  border-radius: 5px;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 80px;
}

.pr-slider div {
  padding: 0 15px;
}

.pr-box {
  background: url(../images/products/bg-paper.webp) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.pr-box .pr-title {
  background-color: #394240;
  color: #c2c2c2;
  text-align: center;
  padding: 30px 20px 50px;
}
.pr-box .pr-title div {
  font-size: 40px;
  line-height: 1.3;
}
.pr-box .pr-title div span {
  font-size: 24px;
  display: block;
}
.pr-box .pr-title p {
  position: relative;
}
.pr-box .pr-title p::after {
  background-color: #c2c2c2;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
}
.pr-box .pr-text .button {
  background: transparent;
  color: #404844;
  border-color: #404844;
}
.pr-box .pr-text .button:hover {
  background-color: #404844;
  color: #c2c2c2;
}

.bg-paper {
  background: url(../images/common/paper.webp) repeat-y;
  background-size: contain;
}

.mv-aroma {
  background: url(../images/aroma/mv.webp) no-repeat left bottom;
  background-size: cover;
  min-height: 100vh;
}

.mv-tea {
  background: url(../images/tea/mv.webp) no-repeat left bottom;
  background-size: cover;
  min-height: 100vh;
}

.mv-about {
  background: url(../images/about/mv.webp) no-repeat center center;
  background-size: cover;
}

.item-about {
  background: rgba(0, 0, 0, 0.6);
  color: #c2c2c2;
}

.heading-line {
  position: relative;
}
.heading-line::after, .heading-line::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36%;
  height: 1px;
  background-color: #404844;
}
.heading-line::after {
  right: 0;
}
.heading-line::before {
  left: 0;
}

.bg-about {
  background: url(../images/about/bg01.webp) no-repeat center top;
  background-color: #fff;
  background-size: cover;
}

.bg-about2 {
  background: url(../images/about/bg02.webp) no-repeat center bottom;
  background-size: 100%;
}

.profile .table th {
  width: 25%;
  vertical-align: middle;
  letter-spacing: 0.25em;
  padding: 1em;
  position: relative;
}
.profile .table th::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background: #bbb;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.profile .table td {
  width: 75%;
  padding: 1em;
  vertical-align: middle;
}

.map iframe {
  display: block;
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 1023px) {
  .page-title {
    font-size: 40px;
    padding: 10px 20px 10px;
  }
  .page-title span {
    display: block;
    font-size: 16px;
    position: relative;
  }
  .page-title span::after {
    background-color: #404844;
    border-radius: 5px;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
  }
  .pr-slider div {
    padding: 0 10px;
  }
  .pr-box .pr-title {
    background-color: #394240;
    color: #c2c2c2;
    text-align: center;
    padding: 20px 10px 40px;
  }
  .pr-box .pr-title div {
    font-size: 28px;
  }
  .pr-box .pr-title div span {
    font-size: 16px;
    display: block;
  }
  .pr-box .pr-title p {
    position: relative;
  }
  .pr-box .pr-title p::after {
    background-color: #c2c2c2;
    border-radius: 5px;
    bottom: -20px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
  }
  .bg-paper {
    background: url(../images/common/paper.webp) repeat-y;
    background-size: contain;
  }
  .mv-aroma {
    background: none;
    background-size: cover;
    min-height: auto;
  }
  .mv-tea {
    background: none;
    background-size: cover;
    min-height: auto;
  }
  .item-about {
    background: rgb(0, 0, 0);
  }
  .heading-line::after, .heading-line::before {
    width: 20%;
  }
  .bg-about {
    background-size: contain;
  }
  .bg-about2 {
    background: url(../images/about/bg02.webp) no-repeat right bottom;
    background-size: 150%;
  }
  .profile .table th {
    width: 25%;
    vertical-align: middle;
    letter-spacing: 0.25em;
    padding: 1em;
    position: relative;
  }
  .profile .table th::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 1px;
    background: #bbb;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .profile .table td {
    width: 75%;
    padding: 1em;
    vertical-align: middle;
  }
  .map iframe {
    display: block;
    width: 100%;
    height: 350px;
  }
}
.js-fade-in,
.js-fade-left,
.js-fade-right {
  visibility: hidden;
}

.asc {
  font-variant-caps: unicase;
  font-size: 36px;
  line-height: 1;
}

.stairs .column:nth-child(2) {
  margin-top: 3.5rem;
}
.stairs .column:nth-child(3) {
  margin-top: 7rem;
}
.stairs .column:nth-child(4) {
  margin-top: 10.5rem;
}

.ti-tea {
  padding-left: 5em;
  text-indent: -5em;
}

@media screen and (max-width: 1023px) {
  .asc {
    font-size: 28px;
  }
  .stairs .column:nth-child(2) {
    margin-top: 0;
  }
  .stairs .column:nth-child(3) {
    margin-top: 0;
  }
  .stairs .column:nth-child(4) {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */