@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
/*size*/
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 special.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
/* special
========================================== */
.special_inner {
  padding: 40px 0 60px;
}
.special_title {
  background: url(../../sp/images/title.png) no-repeat center center;
  height: 89px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.special_main {
  word-break: break-all;
}
.special_main img {
  -webkit-user-drag: none;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .special_inner {
    padding: 4% 0 6%;
  }
  .special_title {
    background-size: contain;
    padding-top: 13.9%;
    height: 0px;
  }
}
/* article
========================================== */
.article {
  padding: 50px 0 30px;
  border-bottom: 1px solid #4f4644;
}
.article:last-child {
  border-bottom: none;
}
.article_inner {
  margin: auto;
  max-width: 960px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}
.article_inner p {
  padding-bottom: 1em;
}
.article_inner img {
  max-width: 700px;
  width: 90%;
  height: auto;
}
.article_bottom {
  margin: auto;
  max-width: 960px;
  width: 96%;
}
.article_button {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
  max-width: 640px;
}
.article_button a {
  background-color: #000;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #000;
}
.article_button a:before, .article_button a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
.article_button a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
.article_button a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
.article_button a:hover:before {
  width: 40px;
  right: 20px;
}
.article_button a:hover:after {
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .article_button {
    padding: 2% 0;
  }
  .article_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .article_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
  }
}
.article_button a {
  background: url(../../images/common/bg/bg_brn.png) repeat center center;
  border: 1px solid #a4843e;
  font-size: 24px;
}

@media screen and (max-width: 992px) {
  .article_inner {
    width: 96%;
  }
}
@media only screen and (max-width: 640px) {
  .article {
    padding: 5% 0 3%;
  }
  .article_inner {
    width: 94%;
  }
  .article_button a {
    padding-right: 5%;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
