@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
html {
  font-size: 62.5%;
}

body {
  color: #45403F;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
}

.section-width {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.section-ttl-en {
  font-size: 6rem;
  text-align: center;
  line-height: 1.3;
}
@media all and (max-width: 896px) {
  .section-ttl-en {
    font-size: 4rem;
  }
}

.section-ttl {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .section-ttl {
    font-size: 1.6rem;
  }
}

.section-txt {
  font-size: 1.8rem;
  text-align: center;
}
@media all and (max-width: 480px) {
  .section-txt {
    font-size: 1.8rem;
  }
}

a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

.button-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  margin: 60px auto 0;
  border: 1px solid #67747C;
  border-radius: 50px;
  background-color: #fff;
  color: #45403F;
  font-size: 22px;
  position: relative;
  line-height: 1.6;
  padding: 10px;
}

.button-1::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-top: 2px solid #67747C;
  border-right: 2px solid #67747C;
  content: "";
  position: absolute;
  right: 20px;
  top: 45%;
}

@media all and (max-width: 1200px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 1200px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.width {
  max-width: 1520px;
  /*適時変更*/
  width: calc(100% - 30px);
  margin: 0 auto;
}

.btn {
  margin-top: 30px;
}
.btn a {
  display: block;
  max-width: 400px;
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  color: #fff;
}

.btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_more a {
  display: block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  color: #fff;
  position: relative;
  border-radius: 50px;
}
.btn_more a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrow {
  position: relative;
}
.arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow.prev:after {
  content: "\f053";
  right: auto;
  left: 20px;
}
.arrow.bottom:after {
  content: "\f078";
}
.arrow.gaibu:after {
  content: "\f35d";
}

#content {
  margin-top: 125px;
  /*ヘッダーの高さ分*/
}
@media all and (max-width: 896px) {
  #content {
    margin-top: 146px;
  }
}
@media all and (max-width: 480px) {
  #content {
    margin-top: 142px;
  }
}

.fade {
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

main .main-visual .pankuzu {
  position: absolute;
  top: 30px !important;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-right: 30px !important;
  z-index: 10 !important;
}
@media all and (max-width: 896px) {
  main .main-visual .pankuzu {
    top: 10px !important;
    margin-right: 10px !important;
  }
}
@media all and (max-width: 896px) {
  main .main-visual .pankuzu li {
    font-size: 12px;
  }
}
main .main-visual .pankuzu li a {
  color: #fff;
}

.pankuzu-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px 0 50px 0;
  position: relative;
  top: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 896px) {
  .pankuzu-sec {
    top: 10px !important;
    padding: 0;
  }
}
.pankuzu-sec li {
  color: #000;
}
.pankuzu-sec li:nth-child(n+2)::before {
  content: "/";
  padding: 0 15px;
}
.pankuzu-sec li a {
  color: #000 !important;
}

header {
  height: 100px;
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media all and (max-width: 896px) {
  header {
    height: 60px;
    padding: 10px 15px;
  }
}

.header-logo a img {
  height: 70px;
  width: 70px;
}
@media all and (max-width: 896px) {
  .header-logo a img {
    height: 40px;
    width: 40px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  cursor: pointer;
  background-color: #fff;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
  -webkit-transform: translateX(-0.45deg);
          transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  -webkit-transform: translateX(-0.45deg);
          transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(225deg);
          transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  -webkit-transform: translateX(-50%) rotate(-225deg);
          transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: -100%;
  -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: 100vh;
  opacity: 0;
  -webkit-transition: top 0.6s, right 0.6s, opacity 0.6s;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}
.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}
@media all and (max-width: 896px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.p-nav {
  margin-bottom: 20px;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
@media screen and (min-width: 896px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-nav__list {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
}

.p-nav__item {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .p-nav__item {
    height: 70px;
    margin-top: 20px;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
}
.p-nav__item.p-nav__item--acMenu > .p-nav__link {
  position: relative;
}
@media all and (max-width: 896px) {
  .p-nav__item.p-nav__item--acMenu > .p-nav__link::after {
    position: absolute;
    content: "▼";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (max-width: 896px) {
  .p-nav__item.is-open {
    height: 150px;
  }
}
@media all and (max-width: 896px) {
  .p-nav__item:first-child.is-open {
    height: 250px;
  }
}
.p-nav__item.is-open > .p-nav__link {
  position: relative;
}
@media all and (max-width: 896px) {
  .p-nav__item.is-open > .p-nav__link::after {
    position: absolute;
    content: "▲";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (max-width: 896px) {
  .p-nav__item.is-open .p-nav__middle {
    max-height: 200px;
    opacity: 1;
  }
}

@media all and (max-width: 896px) {
  .p-nav__inner {
    overflow: auto;
    scrollbar-width: none;
  }
}

@media all and (max-width: 896px) {
  .p-nav__inner::-webkit-scrollbar {
    display: none;
  }
}

.p-nav__link {
  color: black;
  display: block;
  cursor: pointer;
  width: 100%;
  min-width: 200px;
  font-size: 16px;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .p-nav__link {
    font-size: 14px;
    border-bottom: 1px #000 solid;
    padding-bottom: 10px;
  }
}
.p-nav__link span {
  font-size: 18px;
}
@media all and (max-width: 896px) {
  .p-nav__link span {
    font-size: 18px;
  }
}

.small {
  min-width: 130px !important;
}

.p-nav__middle {
  display: none;
}
@media all and (max-width: 896px) {
  .p-nav__middle {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease, opacity 0.35s ease;
    transition: max-height 0.35s ease, opacity 0.35s ease;
  }
}
.p-nav__middle .p-nav__middleItem a::before {
  margin-right: 8px;
  margin-left: 8px;
  content: "-";
  z-index: 1000;
}

.p-nav__inner {
  background-color: #fff;
}

@media all and (max-width: 896px) {
  .contact-btn {
    margin: 5px 50px 0 0;
    display: block !important;
  }
  .sp-blue {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
    background: #73CBEF;
    color: #fff !important;
    display: block;
    border-radius: 30px;
    height: 30px;
    min-width: 100px !important;
    text-align: center;
  }
  .sp-blue a {
    font-size: 14px;
    color: #fff;
    border: none;
    padding-bottom: 0px !important;
  }
  .p-nav__middleItem {
    text-align: left;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-nav__middle {
    margin: 15px;
  }
}
@media screen and (min-width: 896px) {
  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: initial;
  }
  .p-header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-nav__item ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .p-nav__item ul li {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .p-nav__item ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 20px 13px 10px;
    height: 100%;
    color: #000;
  }
  .p-nav__item:hover > ul > li {
    height: 48px;
    overflow: visible;
  }
  .p-nav__middle {
    display: block;
    text-align: left;
    background-color: #fff;
  }
  .p-nav__middleItem {
    position: relative;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .p-nav__middleItem:hover {
    background-color: #f2f2f2;
  }
  .p-nav__middleItem a {
    position: relative;
    white-space: nowrap;
    border: none !important;
  }
}
@media all and (max-width: 896px) {
  .p-nav__middleLink {
    border-bottom: none !important;
  }
}

.pc-blue {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}
.pc-blue a {
  font-size: 20px;
  color: #fff;
  background: #73CBEF;
  color: #fff !important;
  display: block;
  border-radius: 30px;
  height: 40px;
  min-width: 200px !important;
}
.pc-blue a:hover {
  opacity: 0.5;
}

@media all and (max-width: 896px) {
  .p-header__nav.is-active {
    overflow-y: auto;
    height: 100vh;
  }
  .p-nav__inner {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-nav__list {
    display: block;
    margin-bottom: 100px;
  }
}
@media all and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}

@media all and (min-width: 896px) {
  .pc_none {
    display: none !important;
  }
}

/* メインカーソル */
#js-stalker {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: screen;
}
@media all and (max-width: 1200px) {
  #js-stalker {
    display: none;
  }
}

/* 残像（虹色グラデーション） */
.trail {
  position: fixed;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 20% 30%, #ffffff 0%, rgba(255, 255, 255, 0.9) 35%, transparent 60%), radial-gradient(circle at 70% 20%, #e6a0d2 0%, rgba(230, 160, 210, 0.85) 20%, transparent 55%), radial-gradient(circle at 40% 70%, #8ccfd6 0%, rgba(140, 207, 214, 0.9) 25%, transparent 40%), radial-gradient(circle at 80% 80%, #f28db2 15%, rgba(242, 141, 178, 0.85) 35%, transparent 60%), radial-gradient(circle at 50% 50%, #a6bce1 0%, rgba(166, 188, 225, 0.9) 28%, transparent 46%), radial-gradient(circle at 60% 50%, #fcd1e0 22%, rgba(252, 209, 224, 0.85) 38%, transparent 58%);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  z-index: 9998;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media all and (max-width: 1200px) {
  .trail {
    display: none;
  }
}

footer {
  background-color: #1E1E1E;
  padding: 100px 0 60px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 480px) {
  footer {
    padding: 50px 0;
  }
}
footer .area_foot > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  footer .area_foot > div {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 896px) {
  footer .area_foot .address {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
footer .area_foot .address .name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  footer .area_foot .address .name {
    font-size: 1.7rem;
  }
}
footer .area_foot .address dl {
  margin-top: 20px;
}
footer .area_foot .address dl dt {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  footer .area_foot .address dl dt {
    font-size: 1.1rem;
  }
}
footer .area_foot .address dl dd {
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  footer .area_foot .address dl dd {
    font-size: 1.1rem;
  }
}
footer .area_foot .address dl dd a {
  color: #fff !important;
}
footer .area_foot .address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  max-width: 470px;
  width: 100%;
}
@media all and (max-width: 896px) {
  footer .area_foot .address ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0px auto !important;
    width: 100%;
  }
}
footer .area_foot .address ul li {
  width: 150px;
  margin: 0 5px 5px 0;
}
footer .area_foot .address ul li.wide {
  width: 305px;
}
@media all and (max-width: 896px) {
  footer .area_foot .address ul li.wide {
    width: 305px;
  }
}
footer .area_foot .address ul li a {
  display: block;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 1.2rem;
  background-color: #fff;
  text-align: center;
  color: #000;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  footer .area_foot .address a img {
    width: 42px;
    height: 42px;
  }
}
@media all and (max-width: 896px) {
  footer .area_foot .link {
    width: 100%;
  }
}
footer .area_foot .link a {
  color: #fff;
  font-size: 1.6rem;
}
footer .area_foot .link .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 896px) {
  footer .area_foot .link .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 480px) {
  footer .area_foot .link .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .area_foot .link .flex ul {
  padding: 0 0 0 5vw;
}
@media all and (max-width: 480px) {
  footer .area_foot .link .flex ul {
    width: 33.333%;
    padding: 0 5px;
  }
}
footer .area_foot .link .flex ul li {
  padding: 5px 0;
}
@media all and (max-width: 480px) {
  footer .area_foot .link .flex ul li {
    font-size: 1.2rem;
    text-align: left;
  }
}
@media all and (max-width: 896px) {
  footer .area_foot .link .flex ul li a {
    font-size: 1rem;
  }
}
footer .area_foot .link .sub_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  footer .area_foot .link .sub_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .area_foot .link .sub_link a {
  font-size: 1.4rem;
  color: #A4A4A4;
  padding: 0 20px;
  border-right: 1px solid #A4A4A4;
  line-height: 1;
}
@media all and (max-width: 480px) {
  footer .area_foot .link .sub_link a {
    font-size: 1.2rem;
  }
}
footer .area_foot .link .sub_link a:last-child {
  border-right: none;
  padding: 0 0 0 20px;
}
footer .area_foot .link .group_link .title {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
footer .area_foot .link .group_link ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 480px) {
  footer .area_foot .link .group_link ul {
    margin-top: 0;
    display: block;
  }
}
footer .area_foot .link .group_link ul li {
  width: 49%;
}
@media all and (max-width: 480px) {
  footer .area_foot .link .group_link ul li {
    width: 100%;
    margin-top: 20px;
  }
}
footer .area_foot .link .group_link ul li a {
  padding: 10px 20px;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  display: block;
}
footer .area_foot .link .group_link ul li a img {
  width: auto;
  height: 100%;
  max-height: 30px;
}
@media all and (max-width: 896px) {
  footer .area_foot .link .right-sp {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
footer .area_foot .link .right-sp a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}
@media all and (max-width: 896px) {
  footer .area_foot .link .right-sp a {
    margin: 0px 10px 0px 0px;
    font-size: 1.1rem;
  }
}
footer .area_foot .link .right-sp a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-top: 5px;
  margin-left: 13px;
  background: url("/common/images/blank.png") no-repeat center center;
  background-size: contain;
}
@media all and (max-width: 896px) {
  footer .area_foot .link .right-sp a:after {
    margin: 0px 0px 0px 10px;
    width: 11px;
    height: 11px;
  }
}
footer .area_foot .copyright {
  color: #fff;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  footer .area_foot .copyright {
    text-align: center;
  }
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 50px;
  font-size: 1.9rem;
}
footer .footer-bottom .copyright-new {
  color: #fff;
  text-align: center;
}
@media all and (max-width: 896px) {
  footer .footer-bottom .copyright-new {
    font-size: 1.1rem;
  }
}
footer .footer-bottom .right {
  position: absolute;
  right: 35px;
}
@media all and (max-width: 896px) {
  footer .footer-bottom .right {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
  }
}
@media all and (min-width: 1600px) {
  footer .footer-bottom .right {
    right: 13vw;
  }
}
footer .footer-bottom .right a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}
@media all and (max-width: 896px) {
  footer .footer-bottom .right a {
    margin: 0px 10px 0px 0px;
  }
}

.btn-pagetop {
  position: fixed;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  bottom: 2.77778vw;
  right: 20px;
  width: 20px;
  height: 150px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  transition-duration: 0.4s;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .btn-pagetop {
    display: none;
  }
}

body.js-loaded .btn-pagetop {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.btn-pagetop:hover:before {
  top: 0;
  height: 80px;
}

.btn-pagetop:hover:after {
  height: 0;
}

.btn-pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  width: 1px;
  height: 0;
  background: #555;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn-pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 45%;
  width: 1px;
  height: 80px;
  background: #555;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.btn-pagetop p {
  position: absolute;
  right: 0;
  bottom: 0px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 0.6vw;
}

.btn-pagetop.js-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.btn-pagetop.js-show:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.btn-pagetop.js-fixed {
  position: absolute;
}

.link .right-sp.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .link .right-sp.sp {
    display: block;
  }
}