@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body#top {
  background-color: #F8F8F8;
}
body#top .content-wrap {
  padding: 0;
  overflow: hidden;
}

body#top .header {
  position: fixed;
  top: 0;
  left: 0;
  background: none;
}
@media print, screen and (min-width: 1023px) {
  body#top .header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  body#top .header .head-menu .gnav ul li {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body#top .header .head-menu .gnav ul li.ec {
    opacity: 1;
  }
  body#top .header .head-menu .gnav ul li.ec a {
    border-color: #fff;
    background-color: #fff;
    color: #000;
  }
  body#top .header .head-menu .gnav ul li.ec a:hover {
    background-color: transparent;
    color: #fff;
  }
  body#top .header .head-menu.view .gnav ul li {
    opacity: 1;
  }
  body#top .header .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  body#top .header .sns-list li a {
    -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  body#top .header .sns-list li a:hover {
    opacity: 0.8;
  }
}

body.login .header {
  position: relative !important;
}

.loading {
  width: 100vw;
  height: 100vh;
  background: #9BCACC;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.loading.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.loading p {
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 350;
  letter-spacing: 0.25em;
  text-align: center;
  margin-top: 0;
}
.loading p span {
  display: inline-block;
  opacity: 0;
}
.loading p span:nth-child(1) {
  -webkit-animation: fadeInText 1s ease-out 0.1s forwards;
          animation: fadeInText 1s ease-out 0.1s forwards;
}
.loading p span:nth-child(2) {
  -webkit-animation: fadeInText 1s ease-out 0.2s forwards;
          animation: fadeInText 1s ease-out 0.2s forwards;
}
.loading p span:nth-child(3) {
  -webkit-animation: fadeInText 1s ease-out 0.3s forwards;
          animation: fadeInText 1s ease-out 0.3s forwards;
}
.loading p span:nth-child(4) {
  -webkit-animation: fadeInText 1s ease-out 0.4s forwards;
          animation: fadeInText 1s ease-out 0.4s forwards;
}
.loading p span:nth-child(5) {
  -webkit-animation: fadeInText 1s ease-out 0.5s forwards;
          animation: fadeInText 1s ease-out 0.5s forwards;
}
.loading p span:nth-child(6) {
  -webkit-animation: fadeInText 1s ease-out 0.6s forwards;
          animation: fadeInText 1s ease-out 0.6s forwards;
}
.loading p span:nth-child(7) {
  -webkit-animation: fadeInText 1s ease-out 0.7s forwards;
          animation: fadeInText 1s ease-out 0.7s forwards;
}
.loading p span:nth-child(8) {
  -webkit-animation: fadeInText 1s ease-out 0.8s forwards;
          animation: fadeInText 1s ease-out 0.8s forwards;
}
.loading p span:nth-child(9) {
  -webkit-animation: fadeInText 1s ease-out 0.9s forwards;
          animation: fadeInText 1s ease-out 0.9s forwards;
}
.loading p span:nth-child(10) {
  -webkit-animation: fadeInText 1s ease-out 1s forwards;
          animation: fadeInText 1s ease-out 1s forwards;
}
.loading p span:nth-child(11) {
  -webkit-animation: fadeInText 1s ease-out 1.1s forwards;
          animation: fadeInText 1s ease-out 1.1s forwards;
}
.loading p span:nth-child(12) {
  -webkit-animation: fadeInText 1s ease-out 1.2s forwards;
          animation: fadeInText 1s ease-out 1.2s forwards;
}
.loading p span:nth-child(13) {
  -webkit-animation: fadeInText 1s ease-out 1.3s forwards;
          animation: fadeInText 1s ease-out 1.3s forwards;
}
.loading p span:nth-child(14) {
  -webkit-animation: fadeInText 1s ease-out 1.4s forwards;
          animation: fadeInText 1s ease-out 1.4s forwards;
}
.loading p span:nth-child(15) {
  -webkit-animation: fadeInText 1s ease-out 1.5s forwards;
          animation: fadeInText 1s ease-out 1.5s forwards;
}
.loading p span:nth-child(16) {
  -webkit-animation: fadeInText 1s ease-out 1.6s forwards;
          animation: fadeInText 1s ease-out 1.6s forwards;
}
.loading p span:nth-child(17) {
  -webkit-animation: fadeInText 1s ease-out 1.7s forwards;
          animation: fadeInText 1s ease-out 1.7s forwards;
}
.loading p span:nth-child(18) {
  -webkit-animation: fadeInText 1s ease-out 1.8s forwards;
          animation: fadeInText 1s ease-out 1.8s forwards;
}
.loading p span:nth-child(19) {
  -webkit-animation: fadeInText 1s ease-out 1.9s forwards;
          animation: fadeInText 1s ease-out 1.9s forwards;
}
.loading p span:nth-child(20) {
  -webkit-animation: fadeInText 1s ease-out 2s forwards;
          animation: fadeInText 1s ease-out 2s forwards;
}
.loading p span:nth-child(21) {
  -webkit-animation: fadeInText 1s ease-out 2.1s forwards;
          animation: fadeInText 1s ease-out 2.1s forwards;
}
.loading p span:nth-child(22) {
  -webkit-animation: fadeInText 1s ease-out 2.2s forwards;
          animation: fadeInText 1s ease-out 2.2s forwards;
}
.loading p span:nth-child(23) {
  -webkit-animation: fadeInText 1s ease-out 2.3s forwards;
          animation: fadeInText 1s ease-out 2.3s forwards;
}
.loading p span:nth-child(24) {
  -webkit-animation: fadeInText 1s ease-out 2.4s forwards;
          animation: fadeInText 1s ease-out 2.4s forwards;
}
.loading p span:nth-child(25) {
  -webkit-animation: fadeInText 1s ease-out 2.5s forwards;
          animation: fadeInText 1s ease-out 2.5s forwards;
}
.loading p span:nth-child(26) {
  -webkit-animation: fadeInText 1s ease-out 2.6s forwards;
          animation: fadeInText 1s ease-out 2.6s forwards;
}
.loading p span:nth-child(27) {
  -webkit-animation: fadeInText 1s ease-out 2.7s forwards;
          animation: fadeInText 1s ease-out 2.7s forwards;
}
.loading p span:nth-child(28) {
  -webkit-animation: fadeInText 1s ease-out 2.8s forwards;
          animation: fadeInText 1s ease-out 2.8s forwards;
}
.loading p span:nth-child(29) {
  -webkit-animation: fadeInText 1s ease-out 2.9s forwards;
          animation: fadeInText 1s ease-out 2.9s forwards;
}
@-webkit-keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1023px) {
  .loading p {
    font-size: 36px;
    font-size: 3.6rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.top-content.content-hide {
  opacity: 0;
}

.keyvisual {
  width: 100%;
  height: 100vh;
  position: relative;
}
.keyvisual__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.keyvisual__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: left 50% top 0;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}
.keyvisual__img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.keyvisual__img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.keyvisual .img_01 {
  background-image: url(../../top/img/img_keyvisual01.jpg);
}
.keyvisual .img_02 {
  background-image: url(../../top/img/img_keyvisual02.jpg);
}
.keyvisual .img_03 {
  background: #9BCACC;
  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;
}
.keyvisual .img_03 p {
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 350;
  letter-spacing: 0.25em;
  text-align: center;
  margin-top: 0;
}
@media print, screen and (min-width: 1023px) {
  .keyvisual .img_03 p {
    font-size: 36px;
    font-size: 3.6rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.keyvisual .nav-menu {
  width: 100%;
  height: 20%;
  max-height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 65%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.keyvisual .nav-menu .container {
  height: 100%;
}
.keyvisual .nav-menu .container .gnav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keyvisual .nav-menu .container .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.keyvisual .nav-menu .container .gnav ul li {
  margin-right: 2em;
  font-size: 14px;
  font-size: 1.4rem;
}
.keyvisual .nav-menu .container .gnav ul li.ec {
  display: none;
}
.keyvisual .nav-menu .container .gnav ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.keyvisual .nav-menu .container .gnav ul li a:hover {
  opacity: 0.7;
}
.keyvisual .scroll {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: 50px;
  right: 4.3%;
}
.keyvisual .scroll::after {
  content: " ";
  width: 70px;
  height: 1px;
  background: #fff;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    max-height: 600px;
  }
}
@media screen and (max-width: 1022px) {
  .keyvisual {
    margin-top: 70px;
  }
  .keyvisual .nav-menu,
  .keyvisual .scroll {
    display: none;
  }
}
@media print, screen and (min-width: 1023px) {
  .keyvisual .nav-menu.hide {
    opacity: 0;
  }
}

section {
  font-weight: 350;
  padding: 4em 0;
}
section h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 350;
  letter-spacing: 0.05em;
}
section .js-fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
section .js-fadeIn.is-scrollIn {
  opacity: 1;
}
section .slick-prev,
section .slick-next {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  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;
  margin-top: -27px;
}
section .slick-prev::before,
section .slick-next::before {
  content: " ";
  display: block;
  width: 18px;
  height: 4px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
section .slick-prev:hover, section .slick-prev:focus,
section .slick-next:hover,
section .slick-next:focus {
  background: #fff;
}
section .slick-prev:hover::before, section .slick-prev:focus::before,
section .slick-next:hover::before,
section .slick-next:focus::before {
  opacity: 1;
}
section .slick-prev {
  left: -15px;
}
section .slick-prev::before {
  background-image: url(../img/icon_arrow_pre.svg);
}
section .slick-next {
  right: -15px;
}
section .slick-next::before {
  background-image: url(../img/icon_arrow_nex.svg);
}
section .content-slider {
  margin: 0 -30px;
}
section .content-slider__img {
  margin: 0 8px;
}
@media print, screen and (min-width: 768px) {
  section .content-slider {
    margin: 0 -15px;
  }
  section .content-slider__img {
    margin: 0 15px;
  }
}
section .about__img {
  max-width: 240px;
  margin-top: 4em;
}
section .about__wrap {
  width: 100%;
}
section .about__text {
  background: #F8F8F8;
}
section .about__text h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 0;
  padding: 0;
}
section .about__text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 350;
}
@media print, screen and (min-width: 1023px) {
  section .about {
    position: relative;
  }
  section .about__img {
    max-width: 560px;
    margin-top: 0;
  }
  section .about__wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  section .about__wrap .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  section .about__text {
    max-width: 480px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0 90px;
  }
  section .about__text p {
    line-height: 2.1;
  }
}
section .news-list {
  margin-top: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .news-list__item {
  width: calc(25% - 22.5px);
  margin-right: 30px;
}
section .news-list__item:nth-child(4n) {
  margin-right: 0;
}
section .news-list__item a {
  display: block;
  color: #000;
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
section .news-list__item a:hover {
  opacity: 0.6;
}
section .news-list__item dl {
  margin-top: 15px;
}
section .news-list__item dl dt {
  font-weight: 350;
  margin: 0;
}
section .news-list__item dl dt.date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8D8D8D;
  letter-spacing: 0.08em;
}
section .news-list__item dl dt.date .icon-new {
  margin-left: 20px;
  letter-spacing: 0.05em;
}
section .news-list__item dl dd {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
section .news-list__img {
  width: 100%;
  overflow: hidden;
}
section .news-list__img img {
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
section .news-list__img:hover img, section .news-list__img:focus img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media screen and (max-width: 1022px) {
  section .news-list__item {
    width: 100%;
    margin: 0 0 30px;
  }
  section .news-list__item:last-child {
    margin-bottom: 0;
  }
  section .news-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .news-list__item dl {
    width: calc(76% - 28px);
    margin-top: 0;
  }
  section .news-list__img {
    width: 24%;
  }
}
section .shop-list {
  margin: 3em -10px 0;
  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;
}
section .shop-list__item {
  margin: 0 10px;
}
section .shop-list__item a {
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
section .shop-list__item a:hover {
  opacity: 0.6;
}
section .shop-list__item dl {
  margin: 0;
}
section .shop-list__item dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  margin: 10px 0 0 0;
}
section .shop-list__item dl dt.img {
  margin-top: 0;
  overflow: hidden;
}
section .shop-list__item dl dt.img img {
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
section .shop-list__item dl dt.img:hover img, section .shop-list__item dl dt.img:focus img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
section .shop-list__item dl dd {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
}
section .shop-list .slick-prev,
section .shop-list .slick-next {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-top: -80px;
}
section .shop-list .slick-prev::before,
section .shop-list .slick-next::before {
  content: " ";
  display: block;
  width: 30px;
}
section .shop-list .slick-prev {
  left: -30px;
  z-index: 9;
}
section .shop-list .slick-prev::before {
  background-image: url(../img/icon_arrow_pre_l.svg);
}
section .shop-list .slick-next {
  right: -30px;
  z-index: 10;
}
section .shop-list .slick-next::before {
  background-image: url(../img/icon_arrow_nex_l.svg);
}
section .shop-list .slick-list {
  margin-bottom: 3em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
section .shop-list .slick-dots {
  max-width: 700px;
  margin: 0;
  position: relative;
  bottom: inherit;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  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;
}
section .shop-list .slick-dots li {
  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: 100%;
  margin: 0;
  pointer-events: none;
}
section .shop-list .slick-dots li button {
  width: 100%;
  height: 1px;
  background: #ddd;
  padding: 0;
  pointer-events: none;
}
section .shop-list .slick-dots li button::before {
  content: none;
}
section .shop-list .slick-dots li.slick-active button {
  background: #707070;
}
section .shop-list .slick-num {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 1.5em 0 -5em;
}
@media screen and (max-width: 767px) {
  section .shop-list {
    margin: 3em 0 0;
  }
  section .shop-list__item {
    width: calc(50% - 10px);
    margin: 15px 20px 15px 0;
  }
  section .shop-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section .shop-list {
    margin: 3em 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section .shop-list__item {
    width: calc(33.3333% - 10px);
    margin: 15px 20px 15px 0;
  }
  section .shop-list__item:nth-child(2n) {
    margin-right: 20px;
  }
  section .shop-list__item:nth-child(3n) {
    margin-right: 0;
  }
  section .shop-list__item dl dt {
    line-height: 1.5;
    margin: 15px 0 0 0;
  }
}
section .instagram {
  margin-top: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .instagram__item {
  width: calc(50% - 15px);
  margin: 0 30px 30px 0;
}
section .instagram__item:nth-child(2n) {
  margin-right: 0;
}
section .instagram__item:last-child {
  margin-bottom: 0;
}
section .instagram__item p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
section .instagram__item p.img {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
section .instagram__item p.img::before {
  content: "";
  padding-top: 100%;
  display: block;
}
section .instagram__item p img, section .instagram__item p video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  section .instagram {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.2em;
  }
  section .instagram__item {
    width: calc(20% - 28px);
    margin: 0;
  }
  section .instagram__item:nth-child(2n) {
    margin: 0;
  }
}
section .sns-line {
  width: 310px;
  height: 310px;
  border-radius: 155px;
  margin: 6em auto 0;
  -webkit-box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  font-weight: 350;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
section .sns-line h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
}
section .sns-line p {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
section .sns-line p.index {
  margin-top: 1.6em;
}
@media print, screen and (min-width: 768px) {
  section .sns-line {
    width: 440px;
    height: 440px;
    border-radius: 220px;
    margin: 8em auto 0;
  }
  section .sns-line h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  section .sns-line p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  section .sns-line p.index {
    margin-top: 3.2em;
  }
}
section .contents-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .contents-link__item {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
section .contents-link__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../../top/img/img_contens01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
section .contents-link__item:nth-child(2)::after {
  background-image: url(../../top/img/img_contens02.jpg);
}
section .contents-link__item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  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;
  background: rgba(14, 19, 33, 0.6);
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section .contents-link__item a:hover {
  background: rgba(14, 19, 33, 0.4);
}
section .contents-link__item a h3 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 200;
  margin-top: 0;
}
section .contents-link__item a h3 .sub {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  section .contents-link__item {
    width: calc(50% - 25px);
    height: 250px;
  }
  section .contents-link__item:hover::after {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
section .view-all {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .view-all a {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  color: #000;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
section .view-all a::before, section .view-all a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
section .view-all a::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
section .view-all a:hover::before, section .view-all a:focus::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
section .view-all a:hover::after, section .view-all a:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
section .index {
  margin-top: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}
section .index a {
  display: inline-block;
  color: #000;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
section .index a::before, section .index a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
section .index a::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
section .index a:hover::before, section .index a:focus::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
section .index a:hover::after, section .index a:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
section.sec01 {
  padding: 8em 0;
}
section.sec02 {
  padding: 0;
}
section.sec05 {
  margin: 3em 0;
  padding: 6em 0;
  background: #988E82;
  color: #fff;
}
section.sec05 h2 {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  section.sec05 {
    margin: 5em 0;
    padding: 8em 0;
  }
}
section.sec07 {
  margin: 3em 0;
  padding: 6em 0;
  background: #4C4D57;
  color: #fff;
}
section.sec07 h2 {
  margin-top: 0;
}
section.sec07 p {
  font-size: 15px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  section.sec07 {
    margin: 5em 0;
    padding: 8em 0;
  }
}
section.sec08 {
  padding: 0;
}