@charset "UTF-8";
/*$color-sub01: mix($color-main01, $color-main02, 3%);
$color-sub02: mix($color-main02, #eee, 35%);*/
/*
@mixin left-top-shadow {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

@mixin top-shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@mixin bottom-shadow {
	box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}

@mixin hoge($color: #fff, $fSize: 16px) {
	color: $color;
	font-size: $fSize;
}
	//.text {
		//@include hoge(black, 20px);
	//}

@mixin sp-width {
	width: $sp-width;
	margin: auto;
}

@mixin pc-width {
	width: $pc-width;
	margin: auto;
}
*/
/*--------------------------------------------
		index
---------------------------------------------*/
#animation-logo {
  width: 60vw;
  height: 100vh;
  overflow: visible;
  position: relative;
  top: -5vw;
  left: 20vw;
}

#animation-logo-wrapper {
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 150000;
  position: fixed;
}

.main-img {
  display: block;
  background: #F8F4EC;
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.main-img__inner {
  width: 100%;
  height: 100%;
  background: rgba(235, 217, 178, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.main-img__ttl {
  font-family: canto, serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #343434;
}

.main-img__ttl__big {
  font-size: 12vw;
  line-height: 0.9;
  margin-top: 9vw;
  margin-bottom: 0.1em;
}

.main-img__ttl__small {
  font-size: 5vw;
  line-height: 1;
}

.main-img__ttl__small:before {
  content: "";
  display: inline-block;
  width: 9vw;
  height: 1px;
  background: #343434;
  vertical-align: top;
  font-size: inherit;
  margin-top: 0.4em;
  margin-right: 5px;
}

.main-img video {
  display: block;
  width: 50%;
  opacity: 0.7;
  margin-left: 50%;
}

.main-img__news {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px 12px 0 0;
  color: #343434;
  padding: 1em 1.4em 0.6em 1.3em;
  position: absolute;
  bottom: 0;
}

.main-img__news img {
  width: 3.5em;
  height: auto;
  vertical-align: top;
  margin-right: 0.5em;
}

.main-img__news__word {
  display: inline-block;
  background: url("/img/img_line.png") no-repeat 0 90%/100% auto;
  vertical-align: top;
  padding: 0.4em 0 1.3em;
}

@media screen and (max-width: 768px) {
  .contents--center {
    text-align: left;
  }
  .contents--center p > br {
    display: none;
  }
}

.bg-section {
  background: #eff3f5;
  padding-top: 1px;
  padding-bottom: 60px;
}

.products {
  margin-top: 60px;
}

.products__list {
  overflow: hidden;
  position: relative;
  left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.products__list + .btn-set {
  margin-top: 3%;
  margin-bottom: 10%;
}

@media screen and (max-width: 700px) {
  .products__list + .btn-set {
    text-align: center;
  }
}

.products__item {
  width: 32%;
  float: left;
  margin-right: 2%;
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 2000;
}

@media screen and (min-width: 701px) {
  .products__item:nth-child(3n) {
    margin-right: 0;
  }
  .products__item:nth-child(4n) {
    clear: both;
  }
}

@media screen and (max-width: 700px) {
  .products__item {
    width: 48%;
    margin-right: 4%;
  }
  .products__item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}

.products__item__img {
  width: 100%;
  height: 32vw;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}

.products__item__img:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ebd9b2;
  left: 7px;
  top: 7px;
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
}

.products__item__img img {
  display: inline-block;
  width: 70%;
  position: relative;
  z-index: 3000;
  margin-top: 5vw;
}

@media screen and (max-width: 700px) {
  .products__item__img {
    height: 51.5vw;
  }
  .products__item__img img {
    margin-top: 8vw;
  }
}

.products__item a {
  display: block;
  color: inherit;
  padding: 10px 7px 0 13px;
}

.products__item__ttl {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3vw;
  z-index: 3500;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (min-width: 701px) {
  .products__item__ttl {
    padding: 0 1em;
  }
}

@media screen and (max-width: 700px) {
  .products__item__ttl {
    bottom: 8vw;
  }
}

@media screen and (max-width: 350px) {
  .products__item__ttl {
    bottom: 6.5vw;
    letter-spacing: 0;
  }
}

.products__item__ttl:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #666;
  margin: 12px auto 0;
}

@media screen and (max-width: 700px) {
  .products__item__ttl:after {
    margin-top: 9px;
  }
}

.products__item__english {
  font-family: shadows-into-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #dec082;
  font-size: 3.5vw;
  line-height: 1.1;
  display: block;
  position: absolute;
  left: 5px;
  top: 8px;
  z-index: 2500;
  text-align: left;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

.products__item__english:after {
  content: "";
  display: block;
  width: 22vw;
  height: 1px;
  background: #dec082;
}

@media screen and (max-width: 700px) {
  .products__item__english {
    font-size: 4.3vw;
    left: 0;
  }
  .products__item__english:after {
    width: 35vw;
  }
}

@media screen and (max-width: 500px) {
  .products__item__english {
    font-size: 6vw;
    left: 3px;
    top: 6px;
  }
}

.news {
  padding-bottom: 60px;
}

.news__box--twitter {
  display: none;
}

.news__subtitle {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}

.news__subtitle__word {
  display: inline-block;
}

.news__subtitle__word::before, .news__subtitle__word::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background: #444;
  vertical-align: bottom;
}

.news__subtitle__word::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 1em;
  margin-bottom: -1px;
}

.news__subtitle__word::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.8em;
  margin-bottom: -1px;
}

.news__txt {
  background: #f5efe2;
  border-radius: 8px;
  line-height: 1.5;
  padding: 0.8em 1em 0.75em;
  position: relative;
}

.news__txt img {
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.news__detail__ttl {
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.news__detail dt {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}

.news__detail small {
  display: block;
}

.news__twitter {
  width: 100%;
  max-width: 500px;
  border: 5px solid #eff3f5;
  border-width: 5px 6px;
  border-radius: 8px;
  margin: 2.4em auto 0;
}

.news__twitter__ttl {
  font-weight: bold;
  color: #343434;
  background: #eff3f5;
  padding: 2px 6px 5px;
}

#contact-btn {
  clear: both;
  position: relative;
  margin-top: -2em;
}

.access__content {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebd9b2;
  -webkit-box-shadow: 7px 7px 0 0 #ebd9b2;
          box-shadow: 7px 7px 0 0 #ebd9b2;
  margin-bottom: 3em;
  position: relative;
}

.access__map {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #efefef;
}
.access__map iframe {
  width: 100%;
  height: 200px;
}
.access__map * {
  cursor: default;
}

@media screen and (max-width: 768px) {
  .access__content {
    padding-bottom: 1em;
  }
  .access__detail {
    padding: 2em 2em 0;
  }
  .access__btn {
    width: 100%;
    text-align: center;
    margin-top: 3em;
  }
}

#footer {
  margin-top: 0;
}
