@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 {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "YuMincho", "Yu Mincho", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  font-weight: normal;
  opacity: 0;
}
body.loaded {
  opacity: 1;
  transition: 2s;
}

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

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

@media screen and (max-width: 799px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .spNone {
    display: block !important;
  }
}

@media screen and (max-width: 799px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 799px) {
  .ml8 {
    margin-left: 8% !important;
  }
}

@media screen and (max-width: 799px) {
  .ml24 {
    margin-left: 24% !important;
  }
}

@media screen and (max-width: 799px) {
  .ml26 {
    margin-left: 26% !important;
  }
}

@media screen and (min-width: 800px) {
  .pd100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 800px) {
  .ml32 {
    margin-left: 32% !important;
  }
}

@media screen and (min-width: 800px) {
  .ml36 {
    margin-left: 36% !important;
  }
}

@media screen and (min-width: 800px) {
  .ml41 {
    margin-left: 41% !important;
  }
}

@media screen and (min-width: 800px) {
  .ml45 {
    margin-left: 45% !important;
  }
}

#container {
  position: relative;
  z-index: 1;
}
#container #content #_01 {
  background-color: #d0c9bb;
}
#container #content #_02 {
  background-color: #c9b8b8;
}
#container #content #_03 {
  background-color: #fff;
}
#container #content #_04 {
  background-color: #D8D8D8;
}
#container #content #_05 {
  background-color: #c7ac85;
}
#container #content #_06 {
  background-color: #fff;
}
#container #content #_07 {
  background-color: #DBDBDB;
}
#container #content #_08 {
  background-color: #cfd3c5;
  padding-bottom: 80px;
}
@media screen and (min-width: 800px) {
  #container #content #_08 {
    padding-bottom: 160px;
  }
}
#container #content #footer {
  background-color: #fff;
}

.grd01 {
  position: relative;
}

.grd01::after {
  display: block;
  content: "";
  padding-top: 42%;
  background: -webkit-linear-gradient(top, #d0c9bb, #c9b8b8);
}
@media screen and (min-width: 800px) {
  .grd01::after {
    padding-top: 15%;
  }
}

.grd02 {
  position: relative;
}

.grd02::after {
  display: block;
  content: "";
  padding-top: 42%;
  background: -webkit-linear-gradient(top, #c9b8b8, #fff);
}
@media screen and (min-width: 800px) {
  .grd02::after {
    padding-top: 15%;
  }
}

.grd03 {
  position: relative;
}

.grd03::after {
  display: block;
  content: "";
  padding-top: 42%;
  background: -webkit-linear-gradient(top, #fff, #D8D8D8);
}
@media screen and (min-width: 800px) {
  .grd03::after {
    padding-top: 15%;
  }
}

.grd04 {
  position: relative;
}

.grd04::after {
  display: block;
  content: "";
  padding-top: 42%;
  background: -webkit-linear-gradient(top, #D8D8D8, #c7ac85);
}
@media screen and (min-width: 800px) {
  .grd04::after {
    padding-top: 15%;
  }
}

.grd05 {
  position: relative;
}

.grd05::after {
  display: block;
  content: "";
  padding-top: 42%;
  background: -webkit-linear-gradient(top, #c7ac85, #fff);
}
@media screen and (min-width: 800px) {
  .grd05::after {
    padding-top: 15%;
  }
}

.grd06 {
  position: relative;
}

.grd06::after {
  display: block;
  content: "";
  padding-top: 42%;
  background: -webkit-linear-gradient(top, #fff, #DBDBDB);
}
@media screen and (min-width: 800px) {
  .grd06::after {
    padding-top: 15%;
  }
}

.grd07 {
  position: relative;
}

.grd07::after {
  display: block;
  content: "";
  padding-top: 42%;
  background: -webkit-linear-gradient(top, #DBDBDB, #cfd3c5);
}
@media screen and (min-width: 800px) {
  .grd07::after {
    padding-top: 15%;
  }
}

.grdfooter {
  position: relative;
}

.grdfooter::after {
  display: block;
  content: "";
  padding-top: 25%;
  background: -webkit-linear-gradient(top, #cfd3c5, #fff);
}
@media screen and (min-width: 800px) {
  .grdfooter::after {
    padding-top: 15%;
  }
}

#wrapper {
  width: 100%;
}

#header {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 799px) {
  #header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    animation: img_anime 8.7s infinite;
  }
}
@media screen and (min-width: 800px) {
  #header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    animation: img_anime01 8.7s infinite;
  }
}

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

.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 800px) {
  .fixed_header {
    height: 80px;
  }
}
.fixed_header.active {
  transform: translateY(0%) !important;
}
.fixed_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  margin: 0 auto;
  height: 100%;
}
.fixed_header .inner .logo_wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .fixed_header .inner .logo_wrap {
    width: calc(100% - 70px);
  }
}
.fixed_header .inner .logo_wrap .logo {
  width: 24%;
  margin: 0 auto;
  padding-left: 9%;
}
@media screen and (min-width: 800px) {
  .fixed_header .inner .logo_wrap .logo {
    width: 10%;
  }
}
.fixed_header .inner .logo_wrap .logo + span {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.025em;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .fixed_header .inner .logo_wrap .logo + span {
    font-size: 1.2rem;
    margin-left: 16px;
  }
}
@media screen and (min-width: 800px) {
  .fixed_header .inner .logo_wrap .num {
    font-size: 20px;
  }
}

#content {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content .bkgr {
  width: 100%;
  height: auto;
  background-color: #d0c9bb;
  padding: 80px 0px 100px 0px;
}
@media screen and (min-width: 800px) {
  #content .bkgr {
    padding: 110px 0px 70px 0px;
  }
}

#content {
  position: sticky;
  top: 0;
}
#content #intro_area {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #content #intro_area {
    max-width: 750px;
  }
}
#content #intro_area p.brandname {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em !important;
}
@media screen and (min-width: 800px) {
  #content #intro_area p.brandname {
    font-size: 28px;
  }
}
#content #intro_area p.brandname span {
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  #content #intro_area p.brandname span {
    font-size: 20px;
  }
}
#content #intro_area p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 800px) {
  #content #intro_area p {
    font-size: 18px;
    letter-spacing: 0.25em;
  }
}

#container {
  position: relative;
  z-index: 1;
}
#container #content {
  /*コントロールナビ*/
}
@media screen and (min-width: 800px) {
  #container #content .section .wd640 {
    max-width: 640px;
    margin: 0 auto;
  }
}
#container #content .section .img_box {
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #container #content .section .img_box {
    width: 92.1875%;
  }
}
#container #content .section .img_box.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
#container #content .section .img_box.flex div {
  width: 50%;
}
#container #content .section .img_box.full {
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #container #content .section .img_box.full {
    width: 100%;
  }
}
#container #content .section .img_box.chill {
  width: 70.6666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #container #content .section .img_box.chill {
    width: 73.75%;
  }
}
#container #content .section .img_box.chill_small {
  width: 58.4%;
  margin: 0 auto;
}
#container #content .section .img_box.chill_mini {
  width: 33.0666666667%;
  margin: 0 auto;
}
#container #content .section .img_box.left {
  width: 56.5333333333%;
  margin-left: 6.25%;
}
@media screen and (min-width: 800px) {
  #container #content .section .img_box.left {
    margin-left: 0;
    margin-right: auto;
  }
}
#container #content .section .img_box.right {
  width: 70.6666666667%;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  #container #content .section .img_box.right {
    margin-right: 0;
  }
}
#container #content .section .img_box.right01 {
  width: 56.5333333333%;
  margin-left: auto;
  margin-right: 6.25%;
}
#container #content .section .flex {
  display: flex;
}
@media screen and (max-width: 799px) {
  #container #content .section .flex {
    align-items: flex-end;
  }
}
@media screen and (max-width: 799px) {
  #container #content .section .flex.reverse {
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 800px) {
  #container #content .section .flex.reverse .price_box {
    width: 55%;
    margin: 0 auto 0 0;
  }
}
#container #content .section .flexslider .slides {
  width: 56.5333333333%;
  margin: 0 auto;
}
#container #content .section .flexslider.wd472 .slides {
  width: 70.6666666667%;
}
@media screen and (min-width: 800px) {
  #container #content .section .flexslider.wd472 .slides {
    width: 73.75%;
  }
}
#container #content .section .price_box {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #container #content .section .price_box {
    width: 55%;
    max-width: 750px;
    margin: 0 auto;
  }
}
#container #content .section .price_box ul {
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  #container #content .section .price_box ul {
    padding-top: 15px;
  }
}
#container #content .section .price_box ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  #container #content .section .price_box ul li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
#container #content .section .price_box ul li.notice {
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media screen and (min-width: 800px) {
  #container #content .section .price_box ul li.notice {
    font-size: 1.2rem;
  }
}
#container #content .section .price_box ul li a {
  display: flex;
  width: 67%;
  justify-content: space-between;
  margin-left: auto;
  font-size: 10px;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 800px) {
  #container #content .section .price_box ul li a {
    font-size: 1.4rem;
  }
}
#container #content .section .price_box ul li a.disabled {
  color: #ccc;
}
#container #content .section .price_box ul li a span.price {
  display: inline-block;
  margin-left: 7px;
}
#container #content .section .price_box ul li a span.button {
  position: relative;
  font-size: 10.5px;
}
@media screen and (min-width: 800px) {
  #container #content .section .price_box ul li a span.button {
    font-size: 1.3rem;
  }
}
#container #content .section .price_box ul li a span.button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
@media screen and (min-width: 800px) {
  #container #content .section .wd640 {
    width: 50.7936507937%;
    margin: 0 auto;
  }
}
#container #content .section .layout {
  position: relative;
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  #container #content .section .layout {
    margin-top: 50px;
  }
}
@media screen and (min-width: 800px) {
  #container #content .section .layout.leftup {
    width: 100%;
    margin-top: 100px;
  }
}
#container #content .section .layout.leftup::before {
  content: "";
  display: block;
  padding-top: 115.4666666667%;
}
@media screen and (min-width: 800px) {
  #container #content .section .layout.leftup::before {
    padding-top: 133.75%;
  }
}
#container #content .section .layout.leftup div {
  position: absolute;
}
#container #content .section .layout.leftup div:nth-of-type(1) {
  width: 56.1194029851%;
  top: 0;
  left: 0;
  z-index: 4;
}
#container #content .section .layout.leftup div:nth-of-type(2) {
  width: 50.1492537313%;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 800px) {
  #container #content .section .layout.leftup01 {
    max-width: 640px;
    margin-top: 100px;
  }
}
#container #content .section .layout.leftup01::before {
  content: "";
  display: block;
  padding-top: 99.2%;
}
#container #content .section .layout.leftup01 div {
  position: absolute;
}
#container #content .section .layout.leftup01 div:nth-of-type(1) {
  width: 50.1333333333%;
  top: 0;
  left: 5.3333333333%;
  z-index: 4;
}
@media screen and (min-width: 800px) {
  #container #content .section .layout.leftup01 div:nth-of-type(1) {
    left: 6.0606060606%;
  }
}
#container #content .section .layout.leftup01 div:nth-of-type(2) {
  width: 33.0666666667%;
  right: 5.3333333333%;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 800px) {
  #container #content .section .layout.leftup01 div:nth-of-type(2) {
    right: 6.0606060606%;
  }
}
@media screen and (min-width: 800px) {
  #container #content .section .layout.rightup {
    max-width: 640px;
    margin: 0 auto 60px;
  }
}
#container #content .section .layout.rightup::before {
  content: "";
  display: block;
  padding-top: 120%;
}
#container #content .section .layout.rightup div {
  position: absolute;
}
#container #content .section .layout.rightup div:nth-of-type(1) {
  width: 55%;
  top: 0;
  right: 0;
  z-index: 2;
}
#container #content .section .layout.rightup div:nth-of-type(2) {
  width: 55%;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#container #content .section .layout.rightup div.zx {
  width: 55%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  #container #content .section.pcWidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 800px) {
  #container #content .section.pcWidth.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 800px) {
  #container #content .section.pcWidth.reverse .flex.col2 {
    align-items: flex-end;
  }
}
@media screen and (min-width: 800px) {
  #container #content .section.pcWidth.reverse .flex.col3 {
    margin: 0 auto 0 0 !important;
  }
}
#container #content #footer {
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  #container #content #footer {
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
#container #content #footer .grdfooter {
  background-color: #cfd3c5;
}
#container #content #footer a {
  display: block;
}
#container #content #footer a.button {
  width: 72%;
  margin: 0 auto 30px;
  font-family: "YuMincho", "Yu Mincho", serif;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.2em;
  background-color: #a3a3a3;
  transition: 0.4s;
}
@media screen and (min-width: 800px) {
  #container #content #footer a.button {
    width: 50.7936507937%;
    max-width: 420px;
    height: 48px;
    margin: 0 auto 60px;
    font-size: 16px;
    padding-top: 5px;
  }
}
#container #content #footer a.button:nth-of-type(2) {
  margin: 0 auto 30px;
}
@media screen and (min-width: 800px) {
  #container #content #footer a.button:nth-of-type(2) {
    margin: 0 auto 50px;
  }
}
#container #content #footer a.button:hover {
  background-color: #8f8f8f;
}
#container #content #footer small {
  display: block;
  color: #aaaaaa;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 800px) {
  #container #content #footer small {
    font-size: 1.1rem;
  }
}
#container #content .flex-control-nav {
  display: none;
}
#container #content .cover_anim:before {
  animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f8ced2;
  width: 120%;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#container #content .cover_anim01:before {
  animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#container #content .bg_color::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  animation: shrink 1.2s ease-in-out 0s 1 forwards;
}
#container #content .opacity {
  animation: opacity 1.6s ease-in-out 1 both;
}
#container #content .opacity01 {
  opacity: 1 !important;
}
#container #content .logo_small {
  opacity: 0;
  transform: translateY(50px);
}
#container #content .logo_small.translate {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 2s;
}
#container #content h1.translate01 {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
  transition: all 1s 1s;
}
#container #content h3.translate02 {
  opacity: 1 !important;
  transform: translate(-90%, -95%) !important;
  transition: all 1s 1.6s;
}
#container #content .rotate {
  opacity: 0;
  transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
  transition: transform 1.4s;
}
#container #content .rotate.in {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}
#container #content .filter {
  filter: blur(10px) brightness(2) saturate(1);
  -webkit-filter: blur(10px) brightness(2) saturate(1);
  -moz-filter: blur(10px) brightness(2) saturate(1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}
#container #content .filter.off {
  filter: blur(0) brightness(1) saturate(1);
  -webkit-filter: blur(0) brightness(1) saturate(1);
  -moz-filter: blur(0) brightness(1) saturate(1);
}
#container #content .scale {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 2s ease-in-out;
}
@media screen and (min-width: 800px) {
  #container #content .sp_only {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  #container #content .pc_only {
    display: none;
  }
}

#content .section .price_box ul li span {
  margin-left: auto;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 800px) {
  #content .section .price_box ul li span {
    font-size: 1.4rem;
  }
}

#content .section .price_box ul li span.price {
  display: inline-block;
  margin-left: 6px;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scroll {
  position: absolute;
  top: -10px;
  right: 50%;
  z-index: 100;
}

.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: relative;
  animation: arrowmove 2.8s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 8px rgba(141, 141, 141, 0.4);
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (min-width: 800px) {
  .scrolldown4 span {
    left: -22px;
    font-size: 1.8rem;
  }
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 2px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 2px;
  height: 75px;
  background: #fff;
}

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeFromTop {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}
@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* アニメーション */
@keyframes img_anime {
  0% {
    background: url(../img/sp_main01.jpg);
    background-size: cover;
    background-position: top center;
  }
  30% {
    background: url(../img/sp_main02.jpg);
    background-size: cover;
    background-position: top center;
  }
  50% {
    background: url(../img/sp_main02.jpg);
    background-size: cover;
    background-position: top center;
  }
  70% {
    background: url(../img/sp_main01.jpg);
    background-size: cover;
    background-position: top center;
  }
  100% {
    background: url(../img/sp_main01.jpg);
    background-size: cover;
    background-position: top center;
  }
}
@keyframes img_anime01 {
  0% {
    background: url(../img/pc_main01.jpg);
    background-size: cover;
    background-position: top center;
  }
  30% {
    background: url(../img/pc_main02.jpg);
    background-size: cover;
    background-position: top center;
  }
  50% {
    background: url(../img/pc_main02.jpg);
    background-size: cover;
    background-position: top center;
  }
  70% {
    background: url(../img/pc_main01.jpg);
    background-size: cover;
    background-position: top center;
  }
  100% {
    background: url(../img/pc_main01.jpg);
    background-size: cover;
    background-position: top center;
  }
}
@keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.1;
    transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes zoomIn01 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@keyframes position {
  0% {
    opacity: 0.4;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(8px);
  }
}
@keyframes position_01 {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}
@keyframes cover_R {
  100% {
    transform: translateX(100%);
  }
}
@keyframes cover_L {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cover_T {
  100% {
    transform: translateY(-120%);
  }
}
@keyframes arrow_anime {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 50px) rotate(180deg);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0px);
  }
}
.layout .fadeIn.show {
  opacity: 1;
  transition: 2.4s;
}

.layout .fadeIn {
  opacity: 0;
}

.img_box .fadeIn.show {
  opacity: 1;
  transition: 2.4s;
}

.img_box .fadeIn {
  opacity: 0;
}

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

.inviewfadeInUp01 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1s;
  transition-delay: 1s;
}

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

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

.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

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

.inviewRight {
  opacity: 0;
  transform: translate(30px, -30px);
  -webkit-transform: translate(30px, -30px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

.inviewLeft {
  opacity: 0;
  transform: translate(-30px, -30px);
  -webkit-transform: translate(-30px, -30px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

/* Loading背景画面設定　*/
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 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: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 800px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 799px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

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