@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 PC
---------------------------------------------*/
#animation-logo {
  width: 30vw;
  top: -2vw;
  left: 35vw;
}

main {
  margin-top: 0 !important;
}

.main-img__ttl__big {
  font-size: 10vw;
  line-height: 0.85;
  margin-top: 14vw;
  margin-bottom: 0.15em;
}

.main-img__ttl__small {
  font-size: 2.5vw;
}

.main-img__ttl__small:before {
  margin-top: 0.9vw;
  margin-left: 1vw;
}

.main-img__news {
  font-size: 1.4rem;
  padding: 1.5em 2em;
}

.main-img__news__word {
  padding: 0.6em 0 1em;
}

.bg-section {
  padding-bottom: 100px;
}

.products {
  padding-bottom: 80px;
  margin-top: 100px;
}

.products__list {
  margin-bottom: 0;
}

.products__item {
  width: 30%;
  padding-top: 16px;
  margin-right: 5%;
  margin-bottom: 3%;
}

.products__item__img {
  height: 30vw;
}

.products__item__img:after {
  left: 10px;
  top: 10px;
}

.products__item a {
  padding: 10px 10px 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.products__item a:hover {
  background: #ebd9b2;
}

.products__item a:hover .products__item__img:before {
  background: #f5efe2;
}

.products__item__ttl {
  font-size: 1.4rem;
  bottom: 4vw;
}

.products__item__ttl:after {
  width: 28px;
  margin-top: 15px;
}

.products__item__english {
  font-size: 34px;
  font-size: 3.4rem;
  left: -4px;
  top: 8px;
}

.products__item__english:after {
  width: 20vw;
}

.news__wrapper {
  display: table;
  width: 100%;
}

.news__box {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}

.news__box--twitter {
  width: 300px;
  padding-right: 0;
  padding-top: 1.45em;
}

.news__txt {
  padding-top: 0.85em;
}

.news__txt .pc-none {
  display: none;
}

.news__txt img {
  right: -16px;
  bottom: -8px;
}

.news__detail small {
  margin-top: 0 !important;
}

.news__twitter {
  margin-top: 0;
}

.access__content {
  display: table;
  width: 100%;
  -webkit-box-shadow: 10px 10px 0 0 #ebd9b2;
          box-shadow: 10px 10px 0 0 #ebd9b2;
}

.access__map {
  width: 26vw;
  display: table-cell;
}
.access__map iframe {
  width: 100%;
  height: 400px;
}

.access__detail {
  display: table-cell;
  padding: 2.3em 2em 6em 2.6em;
}

@media screen and (max-width: 880px) {
  .access__detail {
    padding: 1.6em 1.3em 6em 1.8em;
  }
}

.access__btn {
  margin-top: 1.6em;
  position: absolute;
  right: 2.3em;
  bottom: 1.5em;
}

@media screen and (max-width: 880px) {
  .access__btn {
    right: 1.6em;
    bottom: 0.8em;
  }
}
