@charset "UTF-8";
/**
 * Fonts
 */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
}

a, a:link, a:visited, a:hover, a:active {
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

header, footer, main, section, nav, menu, article, aside, details, figcaption, figure {
  display: block;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-size: inherit;
  font-weight: inherit;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
input[type=datetime],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=color],
input[type=checkbox],
input[type=file],
input[type=submit],
input[type=image],
input[type=reset],
input[type=button],
button,
textarea,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  overflow: visible;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

menu {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  position: relative;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  position: relative;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  font-family: source-han-serif-japanese, serif;
  font-weight: 200;
  font-style: normal;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 828px) {
  body {
    font-size: 3.8647342995vw;
  }
}

.show {
  display: block;
}
@media screen and (max-width: 828px) {
  .show--pc {
    display: none !important;
  }
}
.show--sp {
  display: none;
}
@media screen and (max-width: 828px) {
  .show--sp {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 94.4444444444vw;
  }
}
@media screen and (max-width: 828px) {
  .container {
    max-width: 90%;
  }
}

.ttl--01 {
  font-size: 3.2rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .ttl--01 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .ttl--01 {
    font-size: 4.8309178744vw;
  }
}
.ttl--01::before {
  content: "";
  background: #333;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .ttl--01::before {
    width: 60%;
  }
}

.btn a, .btn button, .btn input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 72px;
  background: #109a8f;
  -webkit-box-shadow: 0 4px 0 0 #0f786f;
          box-shadow: 0 4px 0 0 #0f786f;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .btn a, .btn button, .btn input[type=submit] {
    height: 5vw;
    -webkit-box-shadow: 0 0.2777777778vw 0 0 #0f786f;
            box-shadow: 0 0.2777777778vw 0 0 #0f786f;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 828px) {
  .btn a, .btn button, .btn input[type=submit] {
    height: 15.0966183575vw;
    height: 12.077294686vw;
    -webkit-box-shadow: 0 0.4830917874vw 0 0 #0f786f;
            box-shadow: 0 0.4830917874vw 0 0 #0f786f;
    font-size: 3.3816425121vw;
  }
}
@media screen and (min-width: 829px) {
  .btn a, .btn button, .btn input[type=submit] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn a:hover, .btn button:hover, .btn input[type=submit]:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #f0b432;
    -webkit-box-shadow: 0 4px 0 0 #ce9c2f;
            box-shadow: 0 4px 0 0 #ce9c2f;
  }
}
@media screen and (min-width: 829px) and (max-width: 1440px) {
  .btn a:hover, .btn button:hover, .btn input[type=submit]:hover {
    -webkit-box-shadow: 0 0.2777777778vw 0 0 #ce9c2f;
            box-shadow: 0 0.2777777778vw 0 0 #ce9c2f;
  }
}

.moreBtn a {
  padding-right: 16px;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .moreBtn a {
    padding-right: 1.1111111111vw;
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 828px) {
  .moreBtn a {
    padding-right: 2.4154589372vw;
    font-size: 3.3816425121vw;
  }
}
.moreBtn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .moreBtn a::before {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 828px) {
  .moreBtn a::before {
    width: 1.4492753623vw;
    height: 1.4492753623vw;
  }
}
@media screen and (min-width: 829px) {
  .moreBtn a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .moreBtn a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .moreBtn a:hover::before {
    -webkit-animation: arrow 0.9s infinite;
            animation: arrow 0.9s infinite;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 1.2rem;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .breadcrumb {
    font-size: 0.8333333333vw;
    bottom: 1.7361111111vw;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__list__item {
  height: 100%;
}
.breadcrumb__list__item ~ .breadcrumb__list__item {
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 1440px) {
  .breadcrumb__list__item ~ .breadcrumb__list__item {
    margin-left: 2.0833333333vw;
  }
}
.breadcrumb__list__item ~ .breadcrumb__list__item:before {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -20px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 1440px) {
  .breadcrumb__list__item ~ .breadcrumb__list__item:before {
    left: -1.3888888889vw;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    border-width: 0.1041666667vw;
  }
}
.breadcrumb__list__item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 829px) {
  .breadcrumb__list__item a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb__list__item a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #333;
  }
}
.breadcrumb__list__txt {
  color: #999;
}
.breadcrumb__list__txt.active {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main__cont {
  position: relative;
}

.archivePagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archivePagination span, .archivePagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  margin-left: 10px;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #333;
  opacity: 0.25;
}
@media screen and (max-width: 1440px) {
  .archivePagination span, .archivePagination a {
    width: 3.1944444444vw;
    height: 3.1944444444vw;
    margin-left: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 828px) {
  .archivePagination span, .archivePagination a {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
    margin-left: 1.5700483092vw;
    font-size: 3.3816425121vw;
  }
}
.archivePagination *:first-child {
  margin-left: 0px;
}
.archivePagination span.current {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  .archivePagination a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .archivePagination a:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

.singlePagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.singlePagination p {
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .singlePagination p {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 828px) {
  .singlePagination p {
    margin-left: 2.4154589372vw;
  }
}
.singlePagination p:first-child {
  margin-left: 0;
}
.singlePagination p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 80px;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #333;
  letter-spacing: 0.12em;
  opacity: 0.25;
}
@media screen and (max-width: 1440px) {
  .singlePagination p a {
    font-size: 1.1111111111vw;
    padding: 1.0416666667vw 5.5555555556vw;
  }
}
@media screen and (max-width: 828px) {
  .singlePagination p a {
    font-size: 3.1400966184vw;
    padding: 1.8115942029vw 7.2463768116vw;
  }
}
@media screen and (min-width: 829px) {
  .singlePagination p a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .singlePagination p a:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
}

.header {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 1440px) {
  .header .container {
    padding: 2.7777777778vw 0;
  }
}
@media screen and (max-width: 828px) {
  .header .container {
    padding: 2.4154589372vw 0;
    max-width: 95%;
    padding-left: 3.0193236715vw;
  }
}
.header--index {
  background: none;
  padding-top: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .header--index {
    padding-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 828px) {
  .header--index {
    padding-top: 6.038647343vw;
    padding-right: 3.0193236715vw;
  }
  .header--index .header__spNavMask {
    background: none;
  }
  .header--index.active {
    padding-right: 0;
  }
}
.header--index .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header--index .header__spNav .spNavBtn {
  border-color: #fff;
}
.header--index .header__spNav .spNavBtn.click {
  border-color: #000;
}
.header--index .header__spNav .spNavBtn.active {
  border-color: #000;
}
.header--index .header__spNav .spNavBtn__icon {
  background: url(../img/common/spnav__icon--menu--white.svg) no-repeat center top/100%;
}
.header--index .header__pcNav__gnav__item a::before {
  background: #fff;
}
.header--index.active {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0px;
  color: #000;
}
.header--index.active .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header--index.active .header__spNav .spNavBtn__icon {
  background: url(../img/common/spnav__icon--menu--black.svg) no-repeat center top/100%;
}
.header--index.active .header__spNav .spNavBtn__icon.open {
  background: url(../img/common/spnav__icon--close--black.svg) no-repeat center top/100%;
}
.header--index.active .header__logo__image {
  fill: #fff;
}
.header--index.active .header__pcNav__gnav__item a::before {
  background: #000;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .header__logo {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__logo:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}
@media screen and (max-width: 828px) {
  .header__logo {
    display: block;
  }
}
.header__logo__image {
  position: relative;
  z-index: 51;
  width: 209px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1440px) {
  .header__logo__image {
    width: 14.5138888889vw;
    height: 2.2916666667vw;
  }
}
@media screen and (max-width: 828px) {
  .header__logo__image {
    width: 43.4782608696vw;
    height: auto;
  }
}
.header__logo__image img, .header__logo__image svg {
  width: 100%;
}
.header__logo__image.click {
  fill: #fff;
}
.header__logo__txt {
  z-index: 51;
  position: relative;
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1440px) {
  .header__logo__txt {
    margin-left: 2.0833333333vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 828px) {
  .header__logo__txt {
    margin: 1.2077294686vw 0 0 0;
    font-size: 2.4154589372vw;
  }
}
.header__logo__txt.click {
  color: #000;
}
.header__pcNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  letter-spacing: 0.12em;
}
.header__pcNav__gnav {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__gnav {
    font-size: 1.1111111111vw;
  }
}
.header__pcNav__gnav__item {
  height: 100%;
  line-height: 1.2;
}
.header__pcNav__gnav__item ~ .header__pcNav__gnav__item {
  margin-left: 50px;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__gnav__item ~ .header__pcNav__gnav__item {
    margin-left: 3.4722222222vw;
  }
}
.header__pcNav__gnav__item a {
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__gnav__item a {
    padding: 1.0416666667vw 0;
  }
}
.header__pcNav__gnav__item a span {
  display: inline-block;
}
.header__pcNav__gnav__item a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__gnav__item a::before {
    bottom: -0.5555555556vw;
  }
}
.header__pcNav__gnav__item a:hover:before {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__gnav__item a:hover:before {
    bottom: -0.2777777778vw;
  }
}
.header__pcNav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__sns {
    margin-left: 3.4722222222vw;
  }
}
.header__pcNav__sns__item a {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__sns__item a {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
}
@media screen and (min-width: 829px) {
  .header__pcNav__sns__item a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__pcNav__sns__item a:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.header__pcNav__sns__item a img, .header__pcNav__sns__item a svg {
  width: 100%;
}
.header__pcNav__sns__item ~ .header__pcNav__sns__item {
  margin-left: 25px;
}
@media screen and (max-width: 1440px) {
  .header__pcNav__sns__item ~ .header__pcNav__sns__item {
    margin-left: 1.7361111111vw;
  }
}
.header__spNav {
  position: relative;
  margin-left: auto;
}
.header__spNavMask {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.5314009662vw;
  background: #fff;
}
.header__spNav__gnav {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  padding-top: 21.7391304348vw;
}
.header__spNav__gnav.active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.header__spNav__gnav__wrap {
  padding: 6.038647343vw 6.038647343vw 12.077294686vw;
}
.header__spNav__gnav__list__item {
  border-bottom: 1px solid #000;
}
.header__spNav__gnav__list__item a {
  position: relative;
  display: block;
  font-size: 3.3816425121vw;
  padding: 4.2270531401vw 4.8309178744vw 4.2270531401vw 0;
  color: #000;
  letter-spacing: 0.2em;
}
.header__spNav__gnav__list__item a::before {
  content: "";
  width: 2.4154589372vw;
  height: 2.4154589372vw;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0vw;
  margin: auto;
  z-index: 0;
}
.header__spNav__gnav__ttl {
  margin-bottom: 1.2077294686vw;
  font-size: 7.0048309179vw;
  color: #000;
  color: #109a8f;
  font-family: niveau-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}
.header__spNav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9.6618357488vw;
}
.header__spNav__sns__item ~ .header__spNav__sns__item {
  margin-left: 7.2463768116vw;
}
.header__spNav__sns__item a {
  width: 12.077294686vw;
  height: 12.077294686vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__spNav .spNavBtn {
  width: 15.7004830918vw;
  height: 15.7004830918vw;
  position: relative;
  z-index: 100;
  border: 1px solid #000;
  display: block;
  /*
  &:before {
  	@include get_webfont( Minamoto, 700 ); // Bold
  	content: 'MENU';
  	width: 100%;
  	position: absolute;
  	right: 0;
  	bottom: vw_sp( 25 );
  	left: 0;
  	display: block;
  	margin: auto;
  	font-size: vw_sp( 16 );
  	line-height: 1;
  	text-align: center;
  	white-space: nowrap;
  	letter-spacing: ls( 200 );
  	color: $black;
  }

  &.open {
  	&:before {
  		content: '閉じる';
  	}
  }
  */
}
.header__spNav .spNavBtn__icon {
  background: url(../img/common/spnav__icon--menu--black.svg) no-repeat center top;
  background-size: 100%;
  width: 7.0048309179vw;
  height: 4.347826087vw;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header__spNav .spNavBtn__icon.open {
  background: url(../img/common/spnav__icon--close--black.svg) no-repeat center top;
  background-size: 100%;
  width: 5.6763285024vw;
  height: 5.6763285024vw;
}
.header__spNav button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.footer {
  background: #333;
  margin-top: 125px;
  color: #fff;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer {
    margin-top: 8.6805555556vw;
    padding: 2.7777777778vw 0;
  }
}
@media screen and (max-width: 828px) {
  .footer {
    margin-top: 14.4927536232vw;
    padding: 4.8309178744vw 0;
  }
}
@media screen and (max-width: 828px) {
  .footer--index {
    margin-top: 21.7391304348vw;
  }
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 828px) {
  .footer .container {
    display: block;
  }
}
.footer__nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 828px) {
  .footer__nav {
    display: block;
  }
}
.footer__nav__item ~ .footer__nav__item {
  margin-left: 40px;
}
@media screen and (max-width: 1440px) {
  .footer__nav__item ~ .footer__nav__item {
    margin-left: 2.7777777778vw;
  }
}
@media screen and (max-width: 828px) {
  .footer__nav__item ~ .footer__nav__item {
    margin: 0;
  }
}
.footer__nav__item a {
  font-size: 1.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer__nav__item a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 828px) {
  .footer__nav__item a {
    font-size: 3.6231884058vw;
    padding: 4.2270531401vw 0;
    border-bottom: 1px solid #999;
  }
  .footer__nav__item a::before {
    content: "";
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.6231884058vw;
    margin: auto;
    z-index: 0;
  }
}
@media screen and (min-width: 829px) {
  .footer__nav__item a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__nav__item a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.footer__sns {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
@media screen and (max-width: 1440px) {
  .footer__sns {
    margin-left: 3.4722222222vw;
  }
}
@media screen and (max-width: 828px) {
  .footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 7.2463768116vw 0;
  }
}
.footer__sns__item a {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .footer__sns__item a {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
}
@media screen and (max-width: 828px) {
  .footer__sns__item a {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
}
.footer__sns__item a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 829px) {
  .footer__sns__item a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.footer__sns__item a img, .footer__sns__item a svg {
  width: 100%;
}
.footer__sns__item ~ .footer__sns__item {
  margin-left: 25px;
}
@media screen and (max-width: 1440px) {
  .footer__sns__item ~ .footer__sns__item {
    margin-left: 1.7361111111vw;
  }
}
@media screen and (max-width: 828px) {
  .footer__sns__item ~ .footer__sns__item {
    margin-left: 9.6618357488vw;
  }
}
.footer__copyright {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1440px) {
  .footer__copyright {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 828px) {
  .footer__copyright {
    font-size: 3.3816425121vw;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.12em;
  }
}

.pagetopBtn {
  position: fixed;
  z-index: 5;
  right: 40px;
  bottom: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .pagetopBtn {
    right: 2.7777777778vw;
    bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 828px) {
  .pagetopBtn {
    right: 3.6231884058vw;
    bottom: 3.6231884058vw;
  }
}
.pagetopBtn a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .pagetopBtn a {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 828px) {
  .pagetopBtn a {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
}
@media screen and (min-width: 829px) {
  .pagetopBtn a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .pagetopBtn a:hover {
    background: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .pagetopBtn a:hover::before {
    border-color: #fff;
  }
}
.pagetopBtn a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (max-width: 1440px) {
  .pagetopBtn a::before {
    top: 0.3472222222vw;
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 828px) {
  .pagetopBtn a::before {
    top: 0.6038647343vw;
    width: 1.4492753623vw;
    height: 1.4492753623vw;
  }
}
@media screen and (min-width: 829px) {
  .pagetopBtn a::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.pagetopBtn.active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.pagetopBtn.bottom {
  position: absolute;
  top: -80px;
}
@media screen and (max-width: 1440px) {
  .pagetopBtn.bottom {
    top: -5.5555555556vw;
  }
}
@media screen and (max-width: 828px) {
  .pagetopBtn.bottom {
    top: -10.8695652174vw;
  }
}

/*
@include bp( min, 829px ) {
	@keyframes sns {
	  0%   { transform:translate(0%, 0%); }
	  100% { transform:translate(0%, -6px); }
	}
}
*/
@media screen and (min-width: 829px) {
  @-webkit-keyframes arrow {
    0% {
      right: 0.4em;
      opacity: 0;
    }
    100% {
      right: 0;
      opacity: 1;
    }
  }
  @keyframes arrow {
    0% {
      right: 0.4em;
      opacity: 0;
    }
    100% {
      right: 0;
      opacity: 1;
    }
  }
}
.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.sa--fade {
  -webkit-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;
}

.sa--lr {
  -webkit-transform: translate(-5%, 0);
      -ms-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.sa--lr2 {
  -webkit-transform: translate(-5%, 0);
      -ms-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
}

.sa--lr3 {
  -webkit-transform: translate(-3%, 0);
      -ms-transform: translate(-3%, 0);
          transform: translate(-3%, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.sa--rl {
  -webkit-transform: translate(5%, 0);
      -ms-transform: translate(5%, 0);
          transform: translate(5%, 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.sa--up {
  -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.sa--down {
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
}