@charset "UTF-8";
#top-0 {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#top-0.in {
  opacity: 1
}
#top-0 .bg {
  position: fixed;
  width: 100%;
  height: 100%
}
#top-0 .bg-sq {
  position: fixed;
  top: 225px;
  width: 75vw;
  height: calc(90vh - 225px);
  background: #dee0dc
}
#top-1 {
  margin-top: -100vh;
  height: calc(100vh + 180px);
  font-family: 'Heebo', sans-serif;
  text-align: center
}
#top-1 .image-box {
  position: absolute;
  left: 7.5vw;
  top: 94px;
  display: flex;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transition-delay: .45s
}
#top-1.st .image-box {
  top: 274px
}
#top-1 .image-box .item {
  width: 23.5vw;
  margin: 0 10px;
  min-width: 350px;
  overflow: hidden;
  height: calc(90vh - 225px);
  min-height: 420px
}
#top-1 .image-box .item .item-img1, #top-1 .image-box .item .item-img2 {
  width: 100%;
  height: 100%
}
#top-1 .image-box .item.item:nth-child(2) .item-img2 {
  width: 0;
  height: 0
}
#top-1 .image-box .center {
  margin-top: 100px
}
#top-1 .image-box .right {
  margin-top: -100px
}
#top-1 .image-box .item:nth-child(1) .item-img2 {
  background: url(../img/index/top1.jpg) center / cover no-repeat;
  --overflow: 50px
}
#top-1 .image-box .item:nth-child(2) .item-img1 {
  background: url(../img/index/top2.jpg) center / cover no-repeat;
  --overflow: 10px
}
#top-1 .image-box .item:nth-child(3) .item-img2 {
  background: url(../img/index/top3.jpg) center / cover no-repeat;
  --overflow: 40px
}
#contents {
  position: relative
}
#bg0, #bg1, #bg2, #bg3, #bg4 {
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 0
}
#bg0 {
  background: #f2f2f2;
  position: relative
}
#bg1 {
  background: #f2f2f2
}
#bg2 {
  background: #f2f2f2
}
#bg3 {
  background: #222;
  color: #eee
}
#bg4 {
  background: #f2f2f2
}
#bg4 {
  background: #f2f2f2
}
#bg3 #main-nav .header1.b nav .nav-menu a, #bg3 .scroll-bar.b, #bg3 .sc-text.b {
  color: #eee
}
#bg3 .burger span {
  background: #eee
}
#bg3 .scroll-bar svg {
  stroke: #ede5e5
}
#bg3 .scroll-bar .bg {
  border-color: #666
}
#bg3 #main-nav .header1.b .main-logo svg, #bg3 .header2.b a svg {
  fill: #eee
}
#bg3 .header2.b a {
  color: #999
}
#bg3 #about .text-box .text {
  background: rgba(34, 34, 34, 0.9);
  color: #ccc
}
#bg3 #access .access-box:before {
  background: #111
}
#bg3 #contents h2 span.title {
  color: #666
}
#bg3 #access .access-box, #bg3 #access .text-box .text, #bg3 #access ul li a, #bg3 #onlinestore .onlinestore-box, #bg3 #onlinestore .text-box .text {
  color: #ccc
}
#bg3 .link-box a {
  color: #9a9376
}
#bg3 .link-box a span.icn svg {
  fill: #9a9376
}
#bg3 .link-box a span.line {
  background: #505050
}
#bg3 .link-box a span.line:after {
  background: #9a9376
}
#bg3 #contents .text-box h2 {
  color: #ccc
}
#contents h2 span.title {
  font-family: 'Libre Caslon Display', serif;
  font-weight: 400;
  color: #424242;
  font-size: 3.3vmax;
  margin-right: 40px
}
#contents .text-box h2 {
  font-size: 1.3em;
  letter-spacing: .2em
}
#product, #access, #onlinestore {
  padding-top: 180px
}
#about .text-box p, #product .text-box p, #concept .text-box p {
  margin-top: 40px;
  font-size: 1.1em;
  color: #454545;
  line-height: 2.1em
}
#about .text-box, #product .text-box {
  width: 55vw;
  padding-left: 12vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1
}
#about .text-box .text, #product .text-box .text {
  width: calc(100% - 80px);
  min-width: 700px;
  margin-left: auto;
  padding: 80px 80px 80px 0;
  box-sizing: border-box;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: rgba(242, 242, 242, 0.9)
}
#about .image-box .item, #product .image-box .item {
  width: 60vw;
  margin-top: -200px;
  overflow: hidden;
  height: 550px;
  margin-left: auto
}
#about .image-box .item .item-img2, #product .image-box .item .item-img2 {
  width: 100%;
  height: 100%
}
#about .image-box .item .item-img2 {
  background: url(../img/index/about.jpg) center / cover no-repeat;
  --overflow: 10px
}
#product .image-box .item .item-img2 {
  background: url(../img/index/product.jpg) center / cover no-repeat;
  --overflow: 10px
}
#access .access-box {
  position: relative;
  display: flex;
  margin-left: 12vw;
  height: 100%;
  margin-bottom: 80px;
  color: #454545
}
#access .access-box:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background: #e8e8e8;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#access .text-box {
  width: 38vw;
  height: 100%;
  box-sizing: border-box;
  display: table
}
#access .text-box .text {
  display: table;
  height: 100%;
  margin-left: auto;
  padding: 100px 80px 100px 0;
  box-sizing: border-box;
  color: #424242;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#access h2 span.title {
  margin-right: 0;
  line-height: 1.5;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#access h2 span.cap {
  display: block;
  margin-left: 10vmin
}
#access ul {
  margin: 60px 0 0 10vmin
}
#access ul li {
  display: flex;
  padding: 5px 0
}
#access ul li span.t {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  margin-right: 20px;
  min-width: 12vmin;
  letter-spacing: .3em
}
#access ul li.at {
  display: block;
  padding: 0;
  margin-top: -6px;
  margin-left: calc(12vmin + 20px)
}
#access ul li .link-box {
  font-family: "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 0;
  width: 100%
}
#access ul li .link-box a {
  font-size: 14px;
  padding-left: 0
}
#access ul li .link-box a span.line {
  transform: translateX(0);
  margin-top: 10px;
  background: #777
}
#access ul li .link-box a span.icn {
  width: 20px;
  height: 20px
}
#access ul li a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #424242
}
#access .slideshow {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  margin: 0;
  width: 50vw;
  height: 650px;
  display: grid;
  grid-template-columns: 10% 74% 14%;
  grid-column-gap: 1%;
  grid-template-rows: 100%;
  grid-template-areas: '... slide ...'
}
.js-flickity {
  display: none;
  right: 0;
  top: 0;
  margin: 0;
  width: 50vw;
  height: 650px
}
.gallery-cell {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.slide {
  width: 100%;
  display: flex;
  pointer-events: none;
  cursor: pointer;
  position: relative;
  height: 100%;
  padding: 0;
  grid-area: slide;
  flex-direction: column;
  justify-content: space-between
}
.slideshow--previewopen .slide {
  cursor: default
}
.slide--current {
  pointer-events: auto
}
.slide__img-wrap {
  width: 100%;
  overflow: hidden;
  z-index: 10;
  height: 100%;
  top: 0;
  position: absolute
}
.slideshow__deco {
  grid-area: slide;
  background: var(--color-deco);
  width: 100%;
  height: 100%;
  align-self: center;
  position: relative;
  margin: -40px 0 0;
  right: -20px
}
.slideshow-nav {
  position: absolute;
  background: none;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 12;
  border: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  background: #111;
  transition: transform 0.8s, opacity .8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}
.nav--next {
  bottom: 0;
  right: 0
}
.icon--navarrow-next {
  fill: #eee;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  margin: 5px 0 0 5px
}
.nav--prev {
  top: 0;
  left: 0
}
.icon--navarrow-prev {
  fill: #eee;
  width: 25px;
  height: 25px;
  transform: rotate(-135deg);
  margin: 3px 0 0 3px
}
.slideshow--previewopen .nav {
  opacity: 0;
  transition-duration: .4s
}
.slideshow--previewopen .nav--next {
  transform: translate3d(100%, 100%, 0)
}
.slideshow--previewopen .nav--prev {
  transform: translate3d(-100%, -100%, 0)
}
.slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  pointer-events: none;
  transform: scale3d(1.01, 1.01, 1)
}
.slide__side {
  width: 27px;
  color: var(--color-side);
  font-family: 'Heebo', sans-serif;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 11;
  letter-spacing: .4em;
  margin: 0;
  background: rgba(108, 100, 93, 0.9);
  color: #eee;
  display: table;
  padding: 15px 8px 8px 10px
}
.js .slide__img-wrap, .js .slide__title-wrap, .js .slide__side {
  opacity: 0;
  pointer-events: none
}
.js .slide--current .slide__img-wrap {
  opacity: 1;
  pointer-events: auto
}
.slide--visible .slide__img-wrap {
  pointer-events: auto;
  overflow: hidden
}
.slide--current .slide__img-wrap {
  cursor: default
}
.slide__title-wrap {
  justify-self: flex-end;
  width: 80%;
  position: relative;
  z-index: 11;
  box-sizing: border-box;
  padding: 0 30px 30px;
  margin: 0 0 0 -4.15rem;
  color: #eee;
  background: rgba(108, 100, 93, 0.9)
}
.slide__number {
  font-family: 'Heebo', sans-serif;
  display: block;
  line-height: 1.5em;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 15px;
  margin-right: 15px
}
.slide__number::before {
  display: inline-block;
  position: absolute;
  background: #eee;
  height: 100%;
  width: 1px;
  bottom: 0;
  right: 0
}
.slide__title {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: .2em;
  margin-bottom: .7rem
}
.slide__subtitle {
  width: 100%;
  font-weight: 400;
  margin: 0;
  font-size: .9em
}
#onlinestore .onlinestore-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 12vw
}
#onlinestore .text-box {
  width: 38vw;
  box-sizing: border-box
}
#onlinestore .text-box .text {
  display: table;
  height: 100%;
  margin-left: auto;
  padding: 100px 80px 100px 0;
  box-sizing: border-box;
  color: #424242;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#onlinestore h2 span.title {
  margin-right: 0;
  line-height: 1.5;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#onlinestore h2 span.cap {
  display: block;
  margin-left: 14vmin
}
#onlinestore p {
  margin: 60px 0 0 14vmin
}
#onlinestore .image-box {
  position: relative;
  overflow: hidden;
  margin: 0;
  display: flex;
  width: 50vw;
  height: 500px
}
#onlinestore .image-box .item {
  width: 49.5%;
  height: 100%;
  overflow: hidden
}
#onlinestore .image-box .item:nth-child(2) {
  margin-left: 1%
}
#onlinestore .image-box .item .item-img2 {
  width: 100%;
  height: 100%
}
#onlinestore .image-box .item:nth-child(1) .item-img2 {
  background: url(../img/index/onlinestore1.png) center / cover no-repeat;
  --overflow: 6px
}
#onlinestore .image-box .item:nth-child(2) .item-img2 {
  background: url(../img/index/onlinestore2.jpg) center / cover no-repeat;
  --overflow: 5px
}
#news {
  position: relative
}
#news .news-box {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 180px;
  margin-left: 24vw;
  padding: 40px 0 0
}
#news h2 {
  font-size: 1.3em;
  letter-spacing: .2em;
  color: #424242
}
#news h2 span.title {
  margin-right: 0;
  line-height: 1.2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#news h2 span.cap {
  display: block;
  margin-left: 5vmin
}
#news ul {
  margin: 0 160px 0 auto;
  display: table
}
#news ul li {
  margin: 30px 0;
  line-height: 1;
  position: relative;
  margin-right: 80px;
  padding-right: 60px;
  font-size: .9em;
  display: table;
  margin-left: auto
}
#news ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #ccc
}
#news ul li a, #news ul li p {
  color: #424242;
  line-height: .8
}
#news ul li span {
  font-family: 'Heebo', sans-serif;
  letter-spacing: .2em;
  margin-right: 20px;
  color: #909090
}
@media screen and (max-width: 1650px), (max-device-width : 1650px) {
  #access h2 span.cap, #access ul {
    margin-left: 0
  }
}
@media screen and (max-width: 1500px), (max-device-width : 1500px) {
  #top-1 .image-box .item {
    height: calc(90vh - 325px)
  }
  #top-1 .image-box .item {
    min-width: auto
  }
  #access .access-box:before, #bg #access .access-box:before {
    content: none
  }
  #onlinestore h2 span.cap, #onlinestore p {
    margin-left: 0
  }
  #onlinestore p br {
    display: none
  }
  #news .news-box {
    margin-left: 12vw
  }
  #news h2 span.cap {
    margin-left: 0
  }
}
@media screen and (max-width: 1300px), (max-device-width : 1300px) {
  #access ul li .link-box {
    letter-spacing: .15em
  }
  #access ul li .link-box a {
    font-size: 14px
  }
}
@media screen and (max-width: 1180px), (max-device-width : 1180px) {
  #access .access-box, #onlinestore .onlinestore-box {
    display: block
  }
  #about .text-box, #product .text-box {
    width: 700px
  }
  #access .text-box, #onlinestore .text-box {
    width: 100%
  }
  #access .text-box .text, #onlinestore .text-box .text {
    width: 100%;
    padding: 0 0 50px
  }
  #access .slideshow {
    width: 100%;
    position: relative
  }
  #contents h2 span.title {
    font-size: 5.5vmax
  }
  #access h2 span.cap {
    display: inline-block;
    margin-left: 40px
  }
  #access ul {
    margin-top: 40px
  }
  #access ul li.at {
    display: table;
    width: auto
  }
  #contents .text-box h2 br {
    display: none
  }
  #onlinestore .image-box {
    width: 100%;
    height: 450px
  }
  #onlinestore p {
    margin-top: 40px
  }
  #news .news-box {
    display: block
  }
}
@media screen and (max-width: 1000px), (max-device-width : 1000px) {
  #top-1 .image-box .item {
    height: calc(80vh - 325px)
  }
  #about .text-box, #product .text-box {
    padding-left: 0
  }
  #about .text-box .text, #product .text-box .text {
    min-width: 750px;
    padding: 80px 80px 80px 12vw
  }
  #access .slideshow {
    height: 500px
  }
  #about .image-box .item, #product .image-box .item {
    width: 100%
  }
  #news ul {
    margin: 30px 160px 0 auto
  }
  #news ul li {
    margin-left: 0
  }
  #news ul li.tonews a {
    padding-left: 0
  }
}
@media screen and (max-width: 850px), (max-device-width : 850px) {
  #about .text-box, #product .text-box {
    width: 100%
  }
  #about .text-box .text, #product .text-box .text {
    padding-top: 0;
    min-width: 100%
  }
  #contents h2 span.title {
    display: block;
    margin-right: 0
  }
  #prodcut, #access, #onlinestore {
    padding-top: 120px
  }
  #access h2 span.cap {
    margin-left: 0
  }
  #access .text-box .text, #onlinestore .text-box .text {
    padding-right: 80px
  }
  #news .news-box {
    margin-top: 120px
  }
  #news ul {
    margin: 30px 0 0 30px
  }
}
@media screen and (max-width: 600px), (max-device-width : 600px) {
  #top-1 .image-box {
    left: 0;
    top: 50px;
    flex-wrap: wrap;
    padding: 0 2.5vw
  }
  #top-1.st .image-box {
    top: 130px
  }
  #top-1 .image-box .item {
    width: 46.5vw;
    height: 45vh;
    min-height: 200px;
    margin-left: .5vw;
    margin-right: .5vw
  }
  #top-1 .image-box .center {
    margin-top: -50px
  }
  #top-1 .image-box .right {
    margin-top: 10px;
    margin-left: 23.5vw
  }
  #contents .text-box h2 {
    font-size: 1.1em;
    line-height: 1.3em;
    letter-spacing: .15em
  }
  #contents h2 span.title {
    color: #bababa;
    line-height: 1.2;
    font-size: 7vmax
  }
  #about, #prodcut {
    padding-top: 0
  }
  #about .text-box .text, #product .text-box .text {
    padding: 0 9vw 30px
  }
  #about .text-box p, #product .text-box p, #concept .text-box p {
    margin-top: 30px;
    font-size: .95em
  }
  #about .image-box .item, #product .image-box .item {
    height: 380px;
    margin-top: 0
  }
  #prodcut, #access, #onlinestore {
    padding-top: 90px
  }
  #access .access-box, #onlinestore .onlinestore-box {
    margin-left: 5vw;
    margin-right: 5vw
  }
  #access .text-box .text, #onlinestore .text-box .text {
    padding: 0 4vw 20px
  }
  #access ul {
    margin-top: 30px;
    font-size: 12px
  }
  #access ul li {
    padding: 2px 0
  }
  #access ul li .link-box {
    margin-top: 6px;
    letter-spacing: .1em;
    margin-bottom: 0;
    display: table;
    width: auto
  }
  #access ul li.at {
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: .9em;
    padding: 0
  }
  #access ul li span.t {
    min-width: 80px
  }
  #access ul li .link-box a {
    font-size: 11px
  }
  #access ul li br {
    display: none
  }
  #access .slideshow {
    height: 390px;
    grid-template-columns: 12% 76% 12%
  }
  .slideshow-nav {
    width: 12vw;
    height: 11%
  }
  .slide__side {
    display: none
  }
  .slide__title-wrap {
    width: 100%;
    padding: 20px;
    margin: auto 0 0 -11%
  }
  .slide__number {
    display: none
  }
  #contents h3 {
    padding-top: 0
  }
  .slide__img {
    height: 78%
  }
  .icon--navarrow-prev, .icon--navarrow-next {
    margin: 7px 0 0;
    width: 15px;
    height: 15px
  }
  #access .access-box {
    margin-bottom: 0
  }
  #onlinestore .image-box {
    height: 250px
  }
  #onlinestore .text-box h2 {
    font-size: 1em
  }
  #onlinestore p {
    margin-top: 30px;
    font-size: .95em
  }
  #onlinestore h2 span.cap, #onlinestore p {
    margin-left: 1vw
  }
  #access h2 span.cap, #onlinestore h2 span.cap {
    font-size: .95em
  }
  #onlinestore .onlinestore-box h2 span.title {
    font-size: 5.2vmax
  }
  #news .news-box {
    margin-left: 9vw;
    margin-top: 90px;
    padding: 0
  }
  #news ul {
    display: block;
    margin: 30px 0 45px
  }
  #news ul li {
    margin: 20px 0;
    padding-right: 30px;
    font-size: .85em
  }
  #news ul li span {
    display: inline-block;
    margin-bottom: 7px
  }
  #news ul li:after {
    top: calc(50% + 9px);
    width: 20px
  }
  #news ul li.tonews {
    width: 100%;
    margin: 20px 0
  }
  #news h2 {
    font-size: 1em;
    letter-spacing: .15em
  }
  #news h2 span.title {
    font-size: 5.2vmax
  }
  #news h2 span.cap {
    margin-left: 1vw
  }
  #news ul li:after {
    width: 0
  }
}
@media screen and (max-width: 440px), (max-device-width : 440px) {
  #contents .text-box h2 {
    letter-spacing: .05em
  }
}
@media screen and (max-width: 370px), (max-device-width : 370px) {
  #access ul li.at {
    margin-left: auto
  }
}