@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*html {
  width: 100%;
  height: 100%;
}*/
body {
  font-family: 'Work Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  background-color: #fcffe2;
  font-weight: normal;
  /*width: 100%;
  height: 100%; */
}

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

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

#wrapper {
  width: 100%;
  overflow: hidden;
}

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 100;
}

#loader .logo_wrap {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1000px) {
  #loader .logo_wrap {
    width: 300px;
    height: 300px;
  }
}

#loader .logo_wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
}

#loader .logo_wrap .logo::after {
  content: "";
  display: block;
  background-image: url(../img/new_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#header {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

#header #inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #header #inner {
    width: 50vw;
    height: 100vh;
    margin: 0 auto;
  }
}

#header #inner h1 {
  width: 25%;
  position: absolute;
  top: 1.5%;
  left: 50%;
  transform: translateX(-50%, -1.5%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  #header #inner h1 {
    max-width: 25%;
    position: absolute;
    top: 1.5%;
    left: 50%;
    transform: translateX(-50%, -1.5%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  #header #inner h1 img {
    width: 100%;
    max-width: 200px;
  }
}

#header #inner h2 {
  width: 85.2%;
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(50%, -9%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  #header #inner h2 {
    max-width: 700px;
    position: absolute;
    top: 9%;
    left: 51%;
    transform: translate(51%);
    -webkit-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  #header #inner h2 img {
    width: 100%;
  }
}

#header #inner h3 {
  width: 30%;
  position: absolute;
  top: 75.3%;
  left: 50%;
  transform: translateX(-50%, 75.3%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  #header #inner h3 {
    max-width: 150px;
    position: absolute;
    top: 75.3%;
    left: 50%;
    transform: translateX(-50%, 75.3%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  #header #inner h3 img {
    width: 100%;
    max-width: 500px;
  }
}

#header #inner h4 {
  width: 17%;
  position: absolute;
  top: 86%;
  right: 9%;
  -webkit-transform: translate(9%, -86%);
          transform: translate(9%, -86%);
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  #header #inner h4 {
    max-width: 17%;
    position: absolute;
    top: 86%;
    right: 9%;
    -webkit-transform: translate(9%, -86%);
            transform: translate(9%, -86%);
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  #header #inner h4 img {
    width: 100%;
    max-width: 500px;
  }
}

#header #inner h5 {
  width: 41%;
  position: absolute;
  top: 87.6%;
  left: 50%;
  transform: translateX(-50%, -87.6%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  #header #inner h5 {
    max-width: 41%;
    position: absolute;
    top: 87.6%;
    left: 50%;
    transform: translateX(-50%, -87.6%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  #header #inner h5 img {
    width: 100%;
    max-width: 500px;
  }
}

#header #inner .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  #header #inner .inner {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  #header #inner .inner .background {
    width: 100%;
    height: 85%;
    background-image: url(../img/main.jpg);
    background-position: 30% 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1000px) {
  #header #inner .inner .background {
    width: 50vw;
    height: 85%;
    background-image: url(../img/main_pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.side {
  position: fixed;
  width: 2.1%;
  right: 3.1%;
  top: 2%;
  -webkit-transform: translate(0, -2%);
  transform: translate(0, -2%);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 1000px) {
  .side {
    width: 12px;
  }
}

.side.active {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  opacity: 1;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomIn01 20s linear 0s 1 normal both;
          animation: zoomIn01 20s linear 0s 1 normal both;
}

#content {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #content {
    width: 60%;
    max-width: 660px;
    margin: 0 auto;
  }
}

#section {
  width: 82.6%;
  margin: 15px auto 40px;
}

@media screen and (min-width: 1000px) {
  #section {
    margin: 80px auto 0;
  }
}

#section h1 {
  width: 8%;
  margin: 0 auto 14px;
}

#section .flexslider {
  width: 100%;
}

#section_01 {
  opacity: 0;
  width: 100%;
  margin: 130px auto 160px;
}

.clip_path {
  opacity: 1;
  -webkit-animation: clip-path 1.4s ease 0s 1 forwards !important;
  animation: clip-path 1.4s ease 0s 1 forwards !important;
}

.slick-slide {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.slick-current {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.price_box {
  width: 100%;
  height: 145px;
  margin: 0 auto 0;
}

@media screen and (min-width: 1000px) {
  .price_box {
    width: 65%;
    margin-top: 60px auto 0;
  }
}

.price_box ul {
  padding-top: 25px;
}

.price_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price_box ul li span {
  font-size: 13px;
}

@media screen and (min-width: 1000px) {
  .price_box ul li span {
    font-size: 14px;
  }
}

.price_box ul li span.price {
  margin-left: 5px;
}

.price_box ul li a {
  display: block;
  font-size: 13px;
  margin-left: auto;
  letter-spacing: 1px;
  line-height: 1.9;
}

.price_box ul li a.disabled {
  background-color: transparent;
  font-size: 12px;
  color: #000;
  border: none;
  padding: 1px 0;
  font-weight: normal;
}

#footer {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  #footer {
    margin-top: 120px;
  }
}

#footer #instagram {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 13px;
  width: 50%;
  margin: 0 auto;
  /* text-align: center; */
  letter-spacing: 1px;
  text-indent: 1px;
}

#footer #instagram span {
  font-weight: bold;
  display: block;
}

#footer #instagram a {
  display: inline-block;
  color: #000;
  position: relative;
  -webkit-transition: .8s;
  transition: .8s;
  text-align: center;
}

#footer #instagram a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

#footer #instagram a:hover {
  color: #000 !important;
  letter-spacing: 2px;
  text-indent: 2px;
}

#footer #instagram a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#footer #brandtop {
  opacity: 0;
  width: 46%;
  margin: 40px auto;
  max-width: 140px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #footer #brandtop {
    margin: 40px auto;
  }
}

#footer #brandtop a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: bold;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

#footer #brandtop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

#footer #brandtop a:hover {
  letter-spacing: 2px;
  text-indent: 2px;
}

#footer #brandtop a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#footer #pagetop {
  opacity: 0;
  width: 10%;
  margin: 0 auto 40px;
  max-width: 36px;
}

@media screen and (min-width: 1000px) {
  #footer #pagetop {
    margin: 0 auto 80px;
  }
}

#footer #copyright {
  width: 80%;
  margin: 0 auto;
  color: #000;
  letter-spacing: 1px;
  text-indent: 1px;
}

#footer #copyright span {
  display: block;
  font-size: 12px;
  text-align: center;
}

.bg_color::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-animation: shrink .6s ease-in-out 0s 1 forwards;
          animation: shrink .6s ease-in-out 0s 1 forwards;
}

@media screen and (max-width: 999px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  div[id*="section"] {
    margin-top: 120px;
  }
}

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fuwatAnimeFromTop {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnimeFromTop;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.scale {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

@-webkit-keyframes scale01 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale01 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shrink {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes shrink {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

/*@-webkit-keyframes clip-path {
  0% {
    opacity: 0;
    -ms-clip-path: circle(20%);
    -moz-clip-path: circle(20%);
    -webkit-clip-path: circle(20%);
    -o-clip-path: circle(20%);
    clip-path: circle(20%);
  }
  100% {
    opacity: 1;
    -ms-clip-path: circle(100%);
    -moz-clip-path: circle(100%);
    -webkit-clip-path: circle(100%);
    -o-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}

@keyframes clip-path {
  0% {
    opacity: 0;
    -ms-clip-path: circle(20%);
    -moz-clip-path: circle(20%);
    -webkit-clip-path: circle(20%);
    -o-clip-path: circle(20%);
    clip-path: circle(20%);
  }
  100% {
    opacity: 1;
    -ms-clip-path: circle(100%);
    -moz-clip-path: circle(100%);
    -webkit-clip-path: circle(100%);
    -o-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}*/
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

/*@keyframes border {
  0% {
    transform: scale(0);
    border-bottom: none;
  }
  100% {
    transform: scale(1);
    border-bottom: 1px solid #000;
  }
}*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@-webkit-keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@-webkit-keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.inviewfromTop {
  opacity: 0;
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  -webkit-transition: 1s;
  transition: 1s;
}

.inviewRight {
  opacity: 0;
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.inviewLeft {
  opacity: 0;
  transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

/*.zoomIn {
      animation: zoomIn 1.2s 1s cubic-bezier(.3,1.59,.79,-0.64) 1 forwards;
    }*/
.fadeInUp {
  opacity: 1.0 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.fadeInUp01 {
  opacity: 1.0 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}

#loader-bg #loading {
  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 (min-width: 1000px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (max-width: 999px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

/*jQueryのCSS
--------------------------------------*/
/*# sourceMappingURL=style.css.map */