@charset "UTF-8";
body {
  width: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
}

@media (min-width: 512px) and (max-width: 832px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 512px) {
  body {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.init {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.href {
  position: relative;
  top: -72px;
}

.link {
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.link:hover {
  opacity: .8;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 512px) {
  .header {
    height: 14vw;
  }
}

.header-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.header-site {
  margin-top: 16px;
  margin-left: 16px;
  float: left;
}

@media (max-width: 512px) {
  .header-site {
    margin-top: 3vw;
    margin-left: 3vw;
    float: left;
  }
  .header-site img {
    height: 8.3vw;
  }
}

.nav {
  margin-right: 32px;
  float: right;
}

@media (max-width: 512px) {
  .nav {
    margin-right: 6vw;
  }
}

@media (min-width: 832px) and (max-width: 1024px) {
  .nav {
    margin-right: 0;
  }
}

.nav__ul {
  margin-top: 40px;
}

@media (max-width: 832px) {
  .nav__ul {
    display: none;
  }
}

.nav__li {
  position: relative;
  float: left;
  margin-left: 24px;
}

@media (min-width: 832px) and (max-width: 1024px) {
  .nav__li {
    margin-left: 0;
  }
  .nav__li img {
    width: 80%;
  }
}

.nav-drawer {
  margin-right: -16px;
  margin-top: 24px;
  float: right;
}

@media (min-width: 832px) {
  .nav-drawer {
    display: none;
  }
}

@media (max-width: 512px) {
  .nav-drawer {
    margin-right: -3vw;
    margin-top: 4.6vw;
  }
}

.nav-icon {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  background-image: url(../image/humberger_close.png);
  background-repeat: no-repeat;
  background-position: center;
}

.nav-icon:not(.nav-open) {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  background-image: url(../image/humberger_icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 512px) {
  .nav-icon {
    width: 6vw;
    height: 6vw;
    background-size: cover;
  }
  .nav-icon:not(.nav-open) {
    width: 6vw;
    height: 6vw;
    background-size: cover;
  }
}

.nav-list-wrapper {
  position: fixed;
  z-index: 100;
  top: 72px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 512px) {
  .nav-list-wrapper {
    top: 14vw;
  }
}

.nav-list {
  width: 100%;
  margin: 16px 0;
  border-top: 1px solid #000;
}

.nav-list-item {
  width: 100%;
  margin: 16px 0;
  padding: 16px;
  border-bottom: 1px solid #000;
}

.nav-list-item:after {
  float: right;
  margin-right: 32px;
  content: '>';
  font-size: 20px;
}

.nav-darken {
  position: fixed;
  z-index: 99;
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 512px) {
  .nav-darken {
    padding-top: 14vw;
  }
}

.content {
  display: block;
  position: relative;
  padding-top: 96px;
  background-color: #fff;
}

@media (max-width: 512px) {
  .content {
    padding-top: 18.75vw;
  }
}

.content-bg {
  width: 100%;
  height: 256px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 512px) {
  .content-bg {
    height: 50vw;
  }
}

.content-bg img {
  display: block;
  position: absolute;
  left: calc((100% - 1280px)/2);
}

@media (max-width: 512px) {
  .content-bg img {
    width: 250vw;
    left: calc((100% - 250vw)/2);
  }
}

.wide-slider {
  margin: 0 auto;
  width: 100%;
  background-color: #000;
}

.wide-slider-item {
  width: 100%;
  max-width: 960px;
}

.wide-slider-item img {
  width: 100%;
}

.information,
.products,
.contact {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: 0 auto;
}

.article-title {
  border-bottom: 2px solid black;
  width: calc(100% - 40px);
  height: 24px;
  margin: 24px 0;
  padding-left: 8px;
}

.article-date {
  border-bottom: 1px solid black;
  width: 80%;
  font-size: 16px;
  margin-left: 0.5em;
}

@media (min-width: 512px) and (max-width: 832px) {
  .article-date {
    font-size: 14px;
  }
}

@media (max-width: 512px) {
  .article-date {
    font-size: 12px;
  }
}

.article-desc {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}

@media (min-width: 512px) and (max-width: 832px) {
  .article-desc {
    font-size: 14px;
  }
}

@media (max-width: 512px) {
  .article-desc {
    font-size: 12px;
  }
}

.article-desc:before {
  content: '◆';
  margin-right: 0.5em;
}

.article-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 1em auto;
  width: 100%;
}

.article-pager .pager-left,
.article-pager .pager-right {
  font-size: 16px;
}

.article-pager .pager-left:before {
  content: '<< ';
}

.article-pager .pager-right:before {
  content: '>> ';
}

.article-content {
  font-size: 14px;
  width: 90%;
  margin: 1.5em;
}

.article-content ul,
.article-content ol {
  margin: 1em;
}

.article-content ul li.title {
  font-weight: bold;
}

.article-content ul li.sub {
  margin: 0 1em;
}

.article-content ul li:not(.sub) {
  margin: 0.25em 0;
  list-style-type: disc;
}

.article-content a {
  text-decoration: underline;
}

@media (min-width: 512px) and (max-width: 832px) {
  .article-content {
    font-size: 13px;
  }
}

@media (max-width: 512px) {
  .article-content {
    font-size: 11px;
  }
}

.information-date {
  margin: 0 32px 16px 32px;
  float: left;
}

@media (max-width: 512px) {
  .information-date {
    margin: 0 6.25vw 16px 6.25vw;
  }
}

.information-message {
  margin: 0 24px 16px 0;
  float: none;
  word-break: break-all;
}

@media (max-width: 512px) {
  .information-message {
    margin: 0 4.6875vw 16px 0;
  }
}

.article-more {
  margin: 0 32px 16px 32px;
  text-align: right;
}

.tweet-area {
  margin: 1em 2em;
}

.link-list:before {
  content: '>> ';
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item {
  margin: 16px 0;
}

.product-item p {
  margin: 8px 0;
  font-size: 14px;
}

@media (min-width: 832px) and (max-width: 1024px) {
  .product-item p {
    width: 43.75vw;
  }
  .product-item img {
    width: 43.75vw;
  }
}

@media (max-width: 832px) {
  .product-item p {
    width: 100%;
  }
  .product-item img {
    width: 100%;
  }
}

@media (min-width: 512px) and (max-width: 832px) {
  .product-item {
    font-size: 12px;
  }
}

@media (max-width: 512px) {
  .product-item {
    font-size: 11px;
  }
}

.contact__ul {
  margin: 16px 32px;
}

.contact__li {
  margin: 16px 0;
}

.footer {
  position: relative;
  width: 100%;
  height: 96px;
  margin: 0 auto;
  padding: 8px 0;
  background-color: #ccc;
}

.footer-up {
  margin: 8px auto;
  text-align: center;
}

.footer-copyright {
  margin: 24px auto 0 auto;
  text-align: center;
}

/* slick */
.slick-slide {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.slick-slide:not(.slick-current) {
  opacity: 0.5;
}

.slick-dots {
  bottom: 16px;
}

.slick-prev {
  z-index: 1;
  left: 0;
}

@media (min-width: 1024px) {
  .slick-prev {
    left: calc((100% - 960px)/2 - 24px);
  }
}

.slick-next {
  z-index: 1;
  right: 0;
}

@media (min-width: 1024px) {
  .slick-next {
    right: calc((100% - 960px)/2 - 24px);
  }
}

.slick-dots li button:before {
  font-size: 10px;
}

.slick-prev:before {
  content: "" !important;
}

.slick-prev:after {
  content: url(../image/left.png);
}

.slick-next:before {
  content: "" !important;
}

.slick-next:after {
  content: url(../image/right.png);
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hidden {
  display: none;
}

.privacy-policy {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 16px auto;
}

.privacy-policy h1 {
  margin: 32px auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.privacy-policy p {
  margin: 16px auto;
  font-size: 16px;
}

.privacy-policy h2 {
  margin: 48px auto 32px;
  font-size: 20px;
}

.privacy-policy h3 {
  margin: 24px 16px 8px;
  font-size: 20px;
  font-weight: bold;
}

.privacy-policy ul {
  margin: 8px 16px;
}

.privacy-policy ul li {
  margin: 8px 0;
}

.privacy-policy a {
  text-decoration: underline;
}
