@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.layout {
  position: absolute;
  width: 100%;
  left: 0;
  top: -627px;
  text-align: center;
}
.layout img {
  width: 1600px;
}

#wrap {
  overflow: hidden;
  height: auto;
}

#opening {
  overflow: hidden;
}

body#top.home #header {
  top: 100px;
}
@media screen and (max-width: 750px) {
  body#top.home #header {
    top: 0;
  }
  body#top.home #header .logo {
    width: 52.53vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.contents .mainContents {
  padding-top: 140px;
}
body.contents .mainContents #mainTtl {
  margin-bottom: 95px;
}
body.contents .mainContents #mainTtl span.en {
  font-size: 60px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: #b28d99 !important;
}
body.contents .mainContents #mainTtl span.jp {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.18em;
  color: #b28d99 !important;
}
body.contents .mainContents #sortNav {
  margin-bottom: 94px;
}
body.contents .mainContents #sortNav ul li {
  margin: 0 69px;
}
body.contents .mainContents #sortNav ul li::after {
  display: none;
}
body.contents .mainContents #sortNav ul li a {
  font-size: 2.1rem;
  font-weight: 700;
}
body.contents .mainContents #sortNav ul li a::after {
  height: 2px;
  bottom: -1px;
}
@media screen and (max-width: 950px) {
  body.contents .mainContents #sortNav ul li {
    margin: 0 40px;
  }
}
@media screen and (max-width: 750px) {
  body.contents .mainContents {
    padding-top: 75px;
  }
  body.contents .mainContents #mainTtl {
    margin-bottom: 73px;
  }
  body.contents .mainContents #mainTtl span.en {
    font-size: 43px;
    margin-bottom: 8px;
  }
  body.contents .mainContents #mainTtl span.jp {
    font-size: 15px;
    line-height: 18px;
  }
  body.contents .mainContents #sortNav {
    max-width: 78.6vw;
    margin: 0 auto;
    margin-bottom: 41px;
  }
  body.contents .mainContents #sortNav ul {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents .mainContents #sortNav ul li {
    margin: 0 16px 16px;
  }
  body.contents .mainContents #sortNav ul li a {
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: 0.12em;
  }
  body.contents .mainContents #sortNav ul li a::after {
    height: 2px;
    bottom: -3px;
  }
}
@media screen and (max-width: 350px) {
  body.contents .mainContents #sortNav {
    max-width: 60.6vw;
  }
}

.img-cover {
  position: relative;
}
.img-cover::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
}
.img-cover img.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "object-fit: cover;";
}

main#news .archiveList {
  width: 87.5vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main#news .archiveList.col4 > li {
  width: 23.59%;
  margin: 0 0 0 0;
}
main#news .archiveList.col4 > li .img {
  height: auto;
  position: relative;
}
main#news .archiveList.col4 > li .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
main#news .archiveList.col4 > li .img span {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1901px) {
  main#news .archiveList.col4 > li {
    width: 18.59%;
  }
}

@media screen and (max-width: 950px) {
  .cont-min951 {
    display: none !important;
  }
}

@media screen and (min-width: 951px) {
  .cont-max950 {
    display: none !important;
  }
}

@media screen and (max-width: 850px) {
  .cont-min851 {
    display: none !important;
  }
}

@media screen and (min-width: 851px) {
  .cont-max850 {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .cont-min751 {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .cont-max750 {
    display: none !important;
  }
}

.nf {
  padding-top: 100px;
  padding-bottom: 168px;
  position: relative;
  background: #f8f7f1;
}
.nf-logo {
  width: 282px;
  margin: 0 auto 105px;
}
.nf-main {
  width: 75.2vw;
  max-width: 677px;
  margin: 0 auto 75px;
}
.nf-txt__en {
  font-size: 4.8rem;
  line-height: 5rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #b28d99;
  margin-bottom: 11px;
}
.nf-txt__jp {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  color: #b28d99;
}
.nf-link {
  position: absolute;
  width: 80px;
  left: 50px;
  top: 530px;
  display: block;
}
.nf-link > .arrow {
  width: 75px;
  height: 75px;
  position: relative;
  font-size: 0;
  margin: 0 auto 16px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.nf-link > .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #bc8991;
  border-radius: 50% 50%;
}
.nf-link > .arrow > .icon {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(2px);
      -ms-transform: translateY(-50%) translateX(2px);
          transform: translateY(-50%) translateX(2px);
}
.nf-link > .arrow > .icon.-icon2 {
  -webkit-transform: translateY(-50%) translateX(-8px);
      -ms-transform: translateY(-50%) translateX(-8px);
          transform: translateY(-50%) translateX(-8px);
}
.nf-link img {
  position: relative;
  left: 0;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.nf-link > .txt {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 3rem;
  color: #bc8991;
}
@media screen and (min-width: 751px) {
  .nf-link:hover img {
    left: 5px;
  }
}
@media screen and (max-width: 750px) {
  .nf {
    padding-top: 40px;
    padding-bottom: 135px;
    position: relative;
    background: #f8f7f1;
  }
  .nf-logo {
    width: 40.26vw;
    max-width: 282px;
    margin: 0 auto 92px;
  }
  .nf-main {
    margin: 0 auto 57px;
  }
  .nf-txt__en {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 1px;
  }
  .nf-txt__jp {
    font-size: 1.4rem;
    margin-bottom: 70px;
  }
  .nf-link {
    position: relative;
    width: 55px;
    left: auto;
    top: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .nf-link > .arrow {
    width: 53px;
    height: 53px;
    margin-bottom: 18px;
  }
  .nf-link > .arrow > .icon {
    width: 8px;
    -webkit-transform: translateY(-50%) translateX(1px);
        -ms-transform: translateY(-50%) translateX(1px);
            transform: translateY(-50%) translateX(1px);
  }
  .nf-link > .arrow > .icon.-icon2 {
    -webkit-transform: translateY(-50%) translateX(-7px);
        -ms-transform: translateY(-50%) translateX(-7px);
            transform: translateY(-50%) translateX(-7px);
  }
  .nf-link > .txt {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/*------------------------------------------------------*/
/*  head */
/*------------------------------------------------------*/
body.contents #header {
  height: 371px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
}
body.contents #header .logo {
  width: 281px;
}
@media screen and (max-width: 850px) {
  body.contents #header {
    height: 175px;
    padding-top: 5px;
  }
  body.contents #header .logo {
    width: 40.26vw;
    max-width: 156px;
  }
}

#gnaviBtn {
  top: 70px;
  right: 50px;
  width: 73px;
  height: 48px;
}
@media screen and (max-width: 850px) {
  #gnaviBtn {
    width: 36px;
    height: 36px;
    top: 35px;
    right: 20px;
  }
  #gnaviBtn::before, #gnaviBtn::after,
#gnaviBtn span {
    width: 100% !important;
    height: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #gnaviBtn::before {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-12px);
        -ms-transform: translateX(-50%) translateY(-12px);
            transform: translateX(-50%) translateY(-12px);
  }
  #gnaviBtn::after {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
}
@media screen and (max-width: 567px) {
  #gnaviBtn {
    background: transparent;
  }
}

.head-sns {
  position: absolute;
  left: 50px;
  top: 70px;
  z-index: 997;
}
.head-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-sns__item {
  margin: 0 10px 0 0;
  position: relative;
  width: 80px;
  height: 80px;
  position: relative;
}
.head-sns__item > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.head-sns__item.-item1 img {
  width: 28px;
}
.head-sns__item.-item2 img {
  width: 27px;
}
.head-sns__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.head-sns__item::after {
  content: "";
  width: 0;
  height: 2px;
  background: #be9066;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.head-sns__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
@media screen and (min-width: 751px) {
  .head-sns__item:hover img {
    top: 42%;
  }
}

body.opened .head-sns__item::before {
  display: none;
}
@media screen and (max-width: 850px) {
  body.opened #gnaviBtn {
    background: none;
  }
  body.opened #gnaviBtn::before {
    background: #a9808c;
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
        -ms-transform: translate(-50%, -50%) rotate(-25deg);
            transform: translate(-50%, -50%) rotate(-25deg);
  }
  body.opened #gnaviBtn::after {
    background: #a9808c;
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
        -ms-transform: translate(-50%, -50%) rotate(25deg);
            transform: translate(-50%, -50%) rotate(25deg);
  }
}
@media screen and (max-width: 567px) {
  body.opened #gnaviBtn {
    background: none;
  }
  body.opened #gnaviBtn::before {
    background: #a9808c;
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
        -ms-transform: translate(-50%, -50%) rotate(-25deg);
            transform: translate(-50%, -50%) rotate(-25deg);
  }
  body.opened #gnaviBtn::after {
    background: #a9808c;
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
        -ms-transform: translate(-50%, -50%) rotate(25deg);
            transform: translate(-50%, -50%) rotate(25deg);
  }
}

#gnavi {
  padding: 70px 0 0;
  display: block;
  text-align: center;
  background: #f8f7f1;
  z-index: 998;
}
@media screen and (min-width: 851px) and (max-height: 770px) {
  #gnavi {
    padding-top: 40px;
  }
}
@media screen and (max-width: 850px) {
  #gnavi {
    padding-top: 40px;
  }
}

.nav-logo {
  width: 210px;
  margin: 0 auto 107px;
  position: relative;
}
@media screen and (min-width: 851px) and (max-height: 770px) {
  .nav-logo {
    width: 200px;
  }
}
.nav-list {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .nav-list {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-40%);
        -ms-transform: translateX(-50%) translateY(-40%);
            transform: translateX(-50%) translateY(-40%);
  }
}
@media screen and (min-width: 851px) and (max-height: 770px) {
  .nav-list {
    -webkit-transform: translateX(-50%) translateY(-35%);
        -ms-transform: translateX(-50%) translateY(-35%);
            transform: translateX(-50%) translateY(-35%);
  }
}
.nav-list__item {
  text-align: center;
  margin-bottom: 34px;
  position: relative;
}
.nav-list__item a {
  display: block;
  position: relative;
  color: #b28d99;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.nav-list__item a > .en {
  font-size: 68px;
  line-height: 70px;
  letter-spacing: 0.04em;
}
.nav-list__item a > .en > span {
  display: inline-block;
  position: relative;
}
.nav-list__item a > .jp {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (min-width: 851px) and (max-height: 770px) {
  .nav-list__item a > .en {
    font-size: 55px;
    line-height: 60px;
  }
  .nav-list__item a > .jp {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (min-width: 751px) {
  .nav-list__item a:hover {
    color: #be9066;
  }
}
.nav-list__item.-item3 {
  padding-top: 55px;
}
@media screen and (min-width: 851px) {
  .nav-list__item.-item3 {
    margin-bottom: 0;
  }
}
.nav-list__item.-item3::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #b28d99;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav-list__item.-item3 > a {
  color: #be9066;
}
@media screen and (min-width: 751px) {
  .nav-list__item.-item3 > a:hover {
    color: #b28d99;
  }
}
.nav-link {
  position: absolute;
  right: 50px;
  bottom: 50px;
  text-align: right;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.nav-link > li {
  margin-top: 6px;
}
.nav-link > li > a {
  display: inline-block;
  padding-right: 28px;
  position: relative;
  color: #b28d99;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (min-width: 751px) {
  .nav-link > li > a:hover .nav-link__arrow {
    right: -5px;
  }
}
.nav-link__arrow {
  font-size: 0;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.nav-link__arrow .st0 {
  fill: #b28d99;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (max-width: 850px) {
  .nav-logo {
    width: 28.13vw;
    max-width: 105px;
    margin: 0 auto 46px;
  }
  .nav-list__item {
    margin-bottom: 22px;
  }
  .nav-list__item a > .en {
    font-size: 48px;
    line-height: 44px;
  }
  .nav-list__item a > .jp {
    font-size: 15px;
  }
  .nav-list__item.-item3 {
    padding-top: 55px;
  }
  .nav-list__item.-item3::before {
    width: 55px;
  }
  .nav-sns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 76px;
    padding-top: 55px;
  }
  .nav-sns::before {
    content: "";
    width: 55px;
    height: 1px;
    background: #b28d99;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav-sns__item {
    margin: 0 10px;
    position: relative;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .nav-sns__item > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .nav-sns__item > a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nav-sns__item.-item1 img {
    width: 28px;
  }
  .nav-sns__item.-item2 img {
    width: 26px;
  }
  .nav-link {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 17px;
    line-height: 20px;
    margin: 0 30px;
    padding-bottom: 40px;
  }
  .nav-link > li {
    margin-top: 15px;
  }
  .nav-link__arrow {
    width: 7px;
    height: 12px;
  }
}

/*------------------------------------------------------*/
/*  foot */
/*------------------------------------------------------*/
.foot {
  position: relative;
  padding-bottom: 90px;
  background: #f8f7f1;
  padding-top: 50px;
}
.foot-pattern {
  position: relative;
  width: 100%;
  height: 444px;
  background: url(../images/common/foot/bg.jpg) repeat-x center top;
  background-size: 1550px 440px;
  margin-bottom: 135px;
}
.foot-banner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
.foot-banner__title {
  text-align: center;
  font-size: 45px;
  color: #be9066;
  letter-spacing: 0.04em;
  margin-bottom: 79px;
}
.foot-banner__item {
  margin: 0 65px 32px;
}
.foot-banner__item > a {
  display: block;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.foot-banner__item > a img {
  position: relative;
  top: 0;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
@media screen and (min-width: 751px) {
  .foot-banner__item > a:hover img {
    top: -4px;
  }
}
.foot-banner__logo1 {
  width: 68px;
}
.foot-banner__logo2 {
  width: 113px;
}
.foot-banner__logo3 {
  width: 130px;
}
.foot-banner__logo4 {
  width: 126px;
}
.foot-banner__logo5 {
  width: 142px;
}
.foot-banner__logo6 {
  width: 133px;
}
.foot-banner__logo7 {
  width: 141px;
}
.foot-banner__logo8 {
  width: 77px;
}
.foot-link {
  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;
}
.foot-link__item {
  margin: 0 20px;
  position: relative;
  width: 83px;
  height: 83px;
  position: relative;
}
.foot-link__item > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.foot-link__item.-item1 img {
  width: 30px;
}
.foot-link__item.-item2 img {
  width: 29px;
}
.foot-link__item.-item3 img {
  width: 23px;
}
.foot-link__item.-item4 img {
  width: 35px;
  -webkit-transform: translateY(-50%) translateX(-44%);
      -ms-transform: translateY(-50%) translateX(-44%);
          transform: translateY(-50%) translateX(-44%);
}
.foot-link__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
}
.foot-link__item::after {
  content: "";
  width: 0;
  height: 2px;
  background: #be9066;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.foot-link__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
@media screen and (min-width: 751px) {
  .foot-link__item:hover img {
    top: 43%;
  }
  .foot-link__item:hover::after {
    width: 10px;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.foot-block2 {
  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;
  max-width: 1047px;
  margin: 0 auto 94px;
}
.foot-partner {
  width: 495px;
  height: 91px;
}
.foot-partner > a {
  display: block;
  position: relative;
}
.foot-partner > a::after {
  content: "";
  width: 7px;
  height: 13px;
  position: absolute;
  right: 25px;
  top: 50%;
  background: url(../images/common/icon/arrow.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
@media screen and (min-width: 751px) {
  .foot-partner > a:hover::after {
    right: 20px;
  }
}
.foot-copy {
  width: 454px;
  margin: 0 auto 77px;
}
.foot-copyright {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #be9066;
  font-size: 0.857rem;
}
.foot-pagetop {
  position: fixed;
  right: 48px;
  bottom: -120px;
  cursor: pointer;
  width: 21px;
  height: 100px;
  z-index: 6;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.foot-pagetop.-show {
  bottom: 30px;
}
.foot-pagetop__txt {
  width: 11px;
  height: 81px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.foot-pagetop__txt .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #be9066;
}
.foot-pagetop__line {
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.foot-pagetop__line > p {
  width: 1px;
  height: 100%;
  background: #be9066;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-animation: pagetop-line__anim 3.5s linear 0s infinite;
          animation: pagetop-line__anim 3.5s linear 0s infinite;
}
@media screen and (min-width: 751px) {
  .foot-pagetop:hover img {
    top: -6px;
  }
}
.foot-pagetop.-top .foot-pagetop__txt .st0 {
  fill: #422914;
}
.foot-pagetop.-top .foot-pagetop__line > p {
  background: #422914;
}
.foot-pagetop.-bottom .foot-pagetop__txt .st0 {
  fill: #fff !important;
}
.foot-pagetop.-bottom .foot-pagetop__line > p {
  background: #fff !important;
}
@media screen and (max-width: 1100px) {
  .foot-block2 {
    display: block;
    margin-bottom: 98px;
  }
  .foot-link__item {
    margin: 0 20px;
  }
  .foot-partner {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .foot {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .foot-pattern {
    height: 191px;
    background: url(../images/sp/common/foot/bg.jpg) repeat-x center top;
    background-size: 375px 191px;
    margin-bottom: 87px;
  }
  .foot-banner {
    width: 93vw;
    max-width: 350px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
  .foot-banner__title {
    font-size: 41px;
    margin-bottom: 29px;
  }
  .foot-banner__item {
    width: 33.3%;
    margin: 0 0 52px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
  .foot-banner__item > a > p {
    margin: 0 auto;
  }
  .foot-banner__logo1 {
    width: 36px;
  }
  .foot-banner__logo2 {
    width: 60px;
  }
  .foot-banner__logo3 {
    width: 68px;
  }
  .foot-banner__logo4 {
    width: 67px;
  }
  .foot-banner__logo5 {
    width: 75px;
  }
  .foot-banner__logo6 {
    width: 70px;
  }
  .foot-banner__logo7 {
    width: 74px;
  }
  .foot-banner__logo8 {
    width: 41px;
  }
  .foot-link {
    margin-bottom: 52px;
  }
  .foot-link__item {
    margin: 0 10px;
    width: 57px;
    height: 57px;
  }
  .foot-link__item.-item1 img {
    width: 20px;
  }
  .foot-link__item.-item2 img {
    width: 19px;
  }
  .foot-link__item.-item3 img {
    width: 16px;
  }
  .foot-link__item.-item4 img {
    width: 24px;
  }
  .foot-partner {
    width: 89.6vw;
    max-width: 336px;
  }
  .foot-partner > a::after {
    display: none;
  }
  .foot-copy {
    width: 72.2vw;
    max-width: 271px;
    margin: 0 auto 35px;
  }
  .foot-pagetop {
    right: 15px;
  }
  .foot-pagetop.-posa {
    position: absolute;
  }
}

@-webkit-keyframes pagetop-line__anim {
  0% {
    opacity: 0;
    top: 100%;
  }
  5% {
    opacity: 1;
    top: 100%;
  }
  95% {
    opacity: 1;
    top: -100%;
  }
  100% {
    opacity: 0;
    top: -100%;
  }
}

@keyframes pagetop-line__anim {
  0% {
    opacity: 0;
    top: 100%;
  }
  5% {
    opacity: 1;
    top: 100%;
  }
  95% {
    opacity: 1;
    top: -100%;
  }
  100% {
    opacity: 0;
    top: -100%;
  }
}