@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%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.0;
  color: #000;
  font-weight: normal;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

body::before {
  content: "";
  display: block;
  background-image: url(../img/haikei.jpg);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

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

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

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  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;
  z-index: 999;
}

#loader.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}

#loader div {
  width: 53%;
}

@media screen and (min-width: 1000px) {
  #loader div {
    max-width: 300px;
  }
}

/*#frame {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #ccc;
  }
}*/
#wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}

#wrapper.loaded {
  opacity: 1;
  -webkit-transition: 2s 1s;
  transition: 2s 1s;
}

.logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .logo {
    width: 37.3%;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 100;
  }
}

@media screen and (min-width: 1000px) {
  .logo {
    width: 34%;
    max-width: 430px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 100;
  }
}

.logo div {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .logo div {
    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;
  }
}

.logo div h1 {
  z-index: 100;
  width: 140px;
  margin-bottom: 15px;
  -webkit-transition: .6s;
  transition: .6s;
}

@media screen and (min-width: 1000px) {
  .logo div h1 {
    width: 40%;
    max-width: 170px;
  }
}

.logo div h1.small {
  position: fixed;
  top: 25px;
  left: 25px;
  width: 20%;
}

@media screen and (min-width: 1000px) {
  .logo div h1.small {
    max-width: 100px;
  }
}

.logo div h1 + span {
  display: block;
}

@media screen and (min-width: 1000px) {
  .logo div h1 + span {
    width: 52%;
  }
}

.logo p {
  font-family: 'noto-sans-cjk-jp';
  font-size: 2rem;
  font-style: italic;
  line-height: 1.0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1000px) {
  .logo p {
    font-size: 2.8rem;
  }
}

.logo p span {
  display: inline-block;
}

.logo p span:nth-of-type(1) {
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  margin-right: 3px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .logo p span:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

.logo p span:nth-of-type(2) {
  font-weight: 500;
  letter-spacing: 0.05em;
}

#header {
  width: 100%;
  margin-bottom: 75px;
}

@media screen and (min-width: 1000px) {
  #header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 999px) {
  #header .mainPic_area {
    width: 100%;
    margin-top: 160px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1000px) {
  #header .mainPic_area {
    width: 82%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 200px;
  }
}

#header .title_area {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #header .title_area {
    margin-top: -36px;
    margin-bottom: 50px;
    z-index: 100;
  }
}

#header .title_area h2 {
  font-family: 'noto-sans-cjk-jp';
}

#header .title_area h2 span.sub {
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  -webkit-text-stroke: 0.5px #000;
  -webkit-text-fill-color: #fff;
}

@media screen and (min-width: 1000px) {
  #header .title_area h2 span.sub {
    font-size: 4rem;
    line-height: 1.6;
    margin: 0 auto 20px;
    -webkit-text-stroke: 1px #000;
  }
}

#header .title_area h2 p.sp span {
  display: inline-block;
}

#header .title_area h2 p.sp span:nth-of-type(1) {
  margin-bottom: 10px;
}

#header .title_area h2 p span {
  display: block;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 2.6rem;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding: 0 25px;
}

@media screen and (min-width: 1000px) {
  #header .title_area h2 p span {
    width: 78%;
    max-width: 840px;
    margin: 0 auto;
    font-size: 5.6rem;
    line-height: 1.6;
    padding: 0 50px;
  }
}

#header .intro_area {
  width: 84%;
  margin: 0 auto;
}

#header .intro_area p {
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: 'noto-sans-cjk-jp';
  letter-spacing: 0.025em;
  line-height: 2.0;
  color: #000;
}

@media screen and (min-width: 1000px) {
  #header .intro_area p {
    width: 70%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

#staffarea {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #staffarea {
    padding: 70px 0 60px;
    width: 600px;
  }
}

#staffarea h4 {
  text-align: center;
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 35px;
}

@media screen and (min-width: 1000px) {
  #staffarea h4 {
    font-size: 4rem;
  }
}

#staffarea p {
  line-height: 1.0;
  display: inline-block;
  font-family: 'noto-sans-cjk-jp';
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: normal;
  margin-bottom: 35px;
  color: #000;
}

@media screen and (min-width: 1000px) {
  #staffarea p {
    font-size: 2.4rem;
  }
}

#staffarea p title {
  color: #000;
}

#staffarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#staffarea li {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

#staffarea img {
  width: 90%;
  border-radius: 50%;
  margin: 6% auto;
}

@media screen and (max-width: 999px) {
  #staffarea div.flex {
    width: 30%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  #staffarea div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30%;
    margin: 0 auto;
    max-width: 1080px;
  }
}

@media screen and (max-width: 999px) {
  #staffarea div.flex .wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  #staffarea div.flex .wrap {
    width: calc(25% - 10px);
  }
}

#staffarea div.flex .wrap a div {
  margin-bottom: 20px;
}

.loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #dcb51f;
  border-bottom: 1px solid #dcb51f;
  padding: 8px;
}

.loop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.loop ul:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

.loop ul:last-child {
  -webkit-animation: loop2 100s  linear infinite;
          animation: loop2 100s  linear infinite;
}

.loop ul li {
  display: inline;
  white-space: nowrap;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  padding: 0 10px 0 0;
  color: #dcb51f;
  line-height: 1.4;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .loop ul li {
    font-size: 2.2rem;
  }
}

.loop ul li span {
  display: inline-block;
  font-family: 'noto-sans-cjk-jp';
  font-weight: 500;
}

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

@media screen and (min-width: 1000px) {
  #content {
    max-width: 900px;
    margin: 150px auto;
  }
}

@media screen and (max-width: 999px) {
  .section {
    margin: 100px 0;
  }
}

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

p.line {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  color: #444;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  background-color: #fff;
  padding: 8px 13px;
}

@media screen and (min-width: 1000px) {
  p.line {
    padding: 15px 25px;
    font-size: 2.4rem;
  }
}

p.vertical {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.3em;
  padding: 15px 10px;
}

#sean1 .pic_area {
  position: relative;
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area {
    margin-top: 120px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 200px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area .main {
    width: 100%;
  }
}

#sean1 .pic_area .main span {
  display: inline-block;
  font-size: 2.6rem;
  color: #3da9d6;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area .main span {
    position: absolute;
    top: -66px;
    left: 13px;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area .main span {
    max-width: 190px;
    margin: 0 auto;
    font-size: 4.0rem;
    line-height: 1.6;
    padding: 0 50px;
    position: absolute;
    top: -120px;
    left: -10px;
  }
}

#sean1 .pic_area .main h2 {
  display: inline-block;
  font-size: 6rem;
  color: #3da9d6;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area .main h2 {
    position: absolute;
    top: -45px;
    left: 10px;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area .main h2 {
    margin: 0 auto;
    font-size: 10.0rem;
    line-height: 1.6;
    padding: 0 50px;
    position: absolute;
    top: -105px;
    left: -20px;
  }
}

#sean1 .pic_area .main p {
  position: absolute;
}

#sean1 .pic_area .main p:nth-of-type(1) {
  top: -15px;
  right: 5px;
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area .main p:nth-of-type(1) {
    top: -2%;
    right: 2%;
  }
}

#sean1 .pic_area .main p:nth-of-type(2) {
  top: 36%;
  right: 7%;
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area .main p:nth-of-type(2) {
    top: 37%;
    right: 19%;
  }
}

#sean1 .pic_area div.img01 {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area div.img01 {
    margin-bottom: 100px;
  }
}

#sean1 .pic_area div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area div.flex {
    margin: 20px auto;
  }
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area div.img02 {
    width: 45%;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area div.img02 {
    width: 40%;
  }
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area div.img03 {
    width: 40%;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area div.img03 {
    width: 40%;
  }
}

#sean1 .pic_area div.img04 {
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area div.img04 {
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area div.img04 {
    width: 86%;
  }
}

#sean1 .pic_area div.img05 {
  position: absolute;
  -webkit-animation: horizontal 2s ease-in-out infinite alternate;
          animation: horizontal 2s ease-in-out infinite alternate;
}

@media screen and (max-width: 999px) {
  #sean1 .pic_area div.img05 {
    width: 45%;
    top: 62%;
    right: 5%;
  }
}

@media screen and (min-width: 1000px) {
  #sean1 .pic_area div.img05 {
    width: 40%;
    top: 61%;
    right: 3%;
  }
}

#sean1 .pic_area div.img05 img {
  -webkit-animation: vertical 2s ease-in-out infinite alternate;
          animation: vertical 2s ease-in-out infinite alternate;
}

#sean2 .pic_area {
  position: relative;
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area {
    margin-top: 150px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 250px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area .main {
    width: 100%;
  }
}

#sean2 .pic_area .main span {
  display: inline-block;
  font-size: 2.6rem;
  color: #3da9d6;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area .main span {
    position: absolute;
    top: -66px;
    right: 12px;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area .main span {
    max-width: 190px;
    margin: 0 auto;
    font-size: 4.0rem;
    line-height: 1.6;
    padding: 0 50px;
    position: absolute;
    top: -120px;
    right: -10px;
  }
}

#sean2 .pic_area .main h2 {
  display: inline-block;
  font-size: 6rem;
  color: #3da9d6;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area .main h2 {
    position: absolute;
    top: -45px;
    right: 10px;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area .main h2 {
    margin: 0 auto;
    font-size: 10.0rem;
    line-height: 1.6;
    padding: 0 50px;
    position: absolute;
    top: -105px;
    right: -20px;
  }
}

#sean2 .pic_area .main p {
  position: absolute;
}

#sean2 .pic_area .main p:nth-of-type(1) {
  top: 27%;
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area .main p:nth-of-type(1) {
    top: 29%;
  }
}

#sean2 .pic_area .main p:nth-of-type(2) {
  top: 33%;
  left: 5%;
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area .main p:nth-of-type(2) {
    top: 35%;
    left: 7%;
    min-width: 330px;
  }
}

#sean2 .pic_area .main p:nth-of-type(3) {
  top: 60%;
  right: 0;
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area .main p:nth-of-type(3) {
    top: 60%;
    right: 0;
  }
}

#sean2 .pic_area div.img06 {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area div.img06 {
    margin-bottom: 100px;
  }
}

#sean2 .pic_area div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 50px auto;
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area div.flex {
    margin: 20px auto;
  }
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area div.img07 {
    width: 43%;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area div.img07 {
    width: 40%;
  }
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area div.img08 {
    width: 43%;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area div.img08 {
    width: 40%;
  }
}

#sean2 .pic_area div.img09 {
  margin: 80px auto 0;
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area div.img09 {
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area div.img09 {
    width: 86%;
    margin-top: 180px;
  }
}

#sean2 .pic_area div.img10 {
  position: absolute;
  -webkit-animation: horizontal 2s ease-in-out infinite alternate;
          animation: horizontal 2s ease-in-out infinite alternate;
}

@media screen and (max-width: 999px) {
  #sean2 .pic_area div.img10 {
    width: 55%;
    top: 58%;
    left: 2%;
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  #sean2 .pic_area div.img10 {
    width: 48%;
    top: 57%;
    left: 8%;
    z-index: 1;
  }
}

#sean2 .pic_area div.img10 img {
  -webkit-animation: vertical 2s ease-in-out infinite alternate;
          animation: vertical 2s ease-in-out infinite alternate;
}

#sean3 .pic_area {
  position: relative;
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area {
    margin-top: 150px;
    margin-bottom: 135px;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 250px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area .main {
    width: 100%;
  }
}

#sean3 .pic_area .main span {
  display: inline-block;
  font-size: 2.6rem;
  color: #3da9d6;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area .main span {
    position: absolute;
    top: -66px;
    left: 13px;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area .main span {
    max-width: 190px;
    margin: 0 auto;
    font-size: 4.0rem;
    line-height: 1.6;
    padding: 0 50px;
    position: absolute;
    top: -120px;
    left: -10px;
  }
}

#sean3 .pic_area .main h2 {
  display: inline-block;
  font-size: 6rem;
  color: #3da9d6;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area .main h2 {
    position: absolute;
    top: -45px;
    left: 10px;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area .main h2 {
    margin: 0 auto;
    font-size: 10.0rem;
    line-height: 1.6;
    padding: 0 50px;
    position: absolute;
    top: -105px;
    left: -20px;
  }
}

#sean3 .pic_area .main p {
  position: absolute;
}

#sean3 .pic_area .main p:nth-of-type(1) {
  top: 28%;
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area .main p:nth-of-type(1) {
    top: 30%;
    left: 4%;
  }
}

#sean3 .pic_area .main p:nth-of-type(2) {
  top: 36%;
  right: 8%;
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area .main p:nth-of-type(2) {
    top: 35%;
    right: 10%;
  }
}

#sean3 .pic_area .main p:nth-of-type(3) {
  top: 98%;
  right: 8%;
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area .main p:nth-of-type(3) {
    top: 96%;
    right: 16%;
  }
}

#sean3 .pic_area div.img11 {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area div.img11 {
    margin-bottom: 100px;
  }
}

#sean3 .pic_area div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 50px auto;
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area div.flex {
    margin: 20px auto;
  }
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area div.img12 {
    width: 43%;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area div.img12 {
    width: 43%;
  }
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area div.img13 {
    width: 40%;
    margin-top: 70px;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area div.img13 {
    width: 40%;
    margin-top: 90px;
  }
}

#sean3 .pic_area div.img14 {
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area div.img14 {
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area div.img14 {
    width: 90%;
  }
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area div.img15 {
    width: 45%;
    margin: 20px 0 20px 5%;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area div.img15 {
    width: 40%;
    margin: 50px 0 50px 5%;
  }
}

#sean3 .pic_area div.img16 {
  position: absolute;
  -webkit-animation: horizontal 2s ease-in-out infinite alternate;
          animation: horizontal 2s ease-in-out infinite alternate;
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area div.img16 {
    width: 50%;
    top: 46%;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area div.img16 {
    width: 30%;
    top: 48%;
  }
}

#sean3 .pic_area div.img16 img {
  -webkit-animation: vertical 2s ease-in-out infinite alternate;
          animation: vertical 2s ease-in-out infinite alternate;
}

#sean3 .pic_area div.img17 {
  position: absolute;
  -webkit-animation: horizontal 2s ease-in-out infinite alternate;
          animation: horizontal 2s ease-in-out infinite alternate;
}

@media screen and (max-width: 999px) {
  #sean3 .pic_area div.img17 {
    width: 43%;
    top: 85%;
    right: 4%;
  }
}

@media screen and (min-width: 1000px) {
  #sean3 .pic_area div.img17 {
    width: 34%;
    top: 83%;
    right: 10%;
  }
}

#sean3 .pic_area div.img17 img {
  -webkit-animation: vertical 2s ease-in-out infinite alternate;
          animation: vertical 2s ease-in-out infinite alternate;
}

#content #styling {
  color: #fff;
  background-color: #3da9d6;
  padding: 60px 0;
}

@media screen and (min-width: 1000px) {
  #content #styling {
    padding: 120px 0;
  }
}

#content #styling h3 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  #content #styling h3 {
    font-size: 3.6rem;
    margin-bottom: 60px;
  }
}

#content #styling .wrap {
  width: 84%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #content #styling .wrap {
    max-width: 1060px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  #content #styling .wrap:nth-of-type(1) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1000px) {
  #content #styling .wrap:nth-of-type(1) {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 999px) {
  #content #styling .wrap:nth-of-type(2) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1000px) {
  #content #styling .wrap:nth-of-type(2) {
    margin-bottom: 120px;
  }
}

#content #styling .wrap h4 {
  text-align: center;
}

#content #styling .wrap h4.sp {
  margin-bottom: 24px;
}

#content #styling .wrap h4.pc {
  margin-bottom: 80px;
}

#content #styling .wrap h4 span {
  display: block;
  font-family: 'noto-sans-cjk-jp';
  font-weight: 500;
  letter-spacing: 0.075em;
}

#content #styling .wrap h4 span.brand {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 1000px) {
  #content #styling .wrap h4 span.brand {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

#content #styling .wrap h4 span.store {
  font-size: 1.4rem;
  margin-bottom: 14px;
}

@media screen and (min-width: 1000px) {
  #content #styling .wrap h4 span.store {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

#content #styling .wrap h4 span.name {
  font-size: 2.0rem;
}

@media screen and (min-width: 1000px) {
  #content #styling .wrap h4 span.name {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1000px) {
  #content #styling .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  #content #styling .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

@media screen and (max-width: 999px) {
  #content #styling .flex .stylingPicArea {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 1000px) {
  #content #styling .flex .stylingPicArea {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  #content #styling .flex .detailArea {
    width: 50%;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#content #styling .flex .detailArea .credit_area {
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  #content #styling .flex .detailArea .credit_area {
    margin-bottom: 40px;
  }
}

#content #styling .flex .detailArea .comment {
  background-color: #309dcb;
  padding: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  #content #styling .flex .detailArea .comment {
    padding: 30px;
    margin-bottom: 40px;
  }
}

#content #styling .flex .detailArea .comment p {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: justify;
}

@media screen and (min-width: 1000px) {
  #content #styling .flex .detailArea .comment p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

#content #styling .flex .detailArea .staff_info span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  #content #styling .flex .detailArea .staff_info span {
    font-size: 1.4rem;
  }
}

#content #styling .flex .detailArea .staff_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content #styling .flex .detailArea .staff_info ul li {
  width: 47.6%;
  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;
}

#content #styling .flex .detailArea .staff_info ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #3da9d6;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  #content #styling .flex .detailArea .staff_info ul li a {
    font-size: 1.4rem;
  }
}

#content #styling .flex .detailArea .staff_info ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  right: 12px;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #3da9d6;
}

#content #styling .credit_area ul li {
  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;
  font-family: 'noto-sans-cjk-jp';
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (min-width: 1000px) {
  #content #styling .credit_area ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 999px) {
  #content #styling .credit_area ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1000px) {
  #content #styling .credit_area ul li {
    /*&:not(:nth-last-of-type(-n+2)) {
              margin-bottom: 10px;
            }*/
  }
  #content #styling .credit_area ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#content #styling .credit_area ul li span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 1000px) {
  #content #styling .credit_area ul li span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#content #styling .credit_area ul li a {
  /*display: flex;
            align-items: center;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 8px;
  color: #3da9d6;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  /*height: 15px;
            line-height: 15px;*/
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 1000px) {
  #content #styling .credit_area ul li a {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}

#content #styling .credit_area ul li a.disabled {
  padding: 0px;
  text-align: right;
}

#content #styling .credit_area ul li div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  /*height: 15px;
            line-height: 15px;*/
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 1000px) {
  #content #styling .credit_area ul li div {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}

#content #styling .credit_area ul li div.disabled {
  padding: 0px;
  text-align: right;
}

.slider {
  margin: 10px auto;
  width: 100%;
}

.slider img {
  height: auto;
  width: 100%;
}

.slider.slick-prev,
.slider.slick-next {
  z-index: 100 !important;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  display: block;
}

.slick-prev:after,
.slick-next:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -10px;
  display: block;
  width: 8px;
  height: 8px;
  color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: transparent;
}

.slick-next:after {
  left: -10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.obi {
  position: relative;
  overflow: hidden;
}

.obi::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.obi.off::after {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: 0.8s 0.2s cubic-bezier(0, 0.83, 0.82, 0.97);
  transition: 0.8s 0.2s cubic-bezier(0, 0.83, 0.82, 0.97);
}

#movie {
  padding: 0 0 40px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #movie {
    padding: 0 0 75px;
  }
}

#movie h4 {
  line-height: 1.0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 35px;
}

@media screen and (min-width: 1000px) {
  #movie h4 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

#movie div.wrap {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  #movie div.wrap {
    width: 75%;
    margin: 0 auto 60px;
  }
}

#movie div.wrap::before {
  content: "";
  display: block;
  padding-top: calc(360 / 640 * 100%);
}

#movie div.wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#movie p {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-family: 'noto-sans-cjk-jp';
}

@media screen and (min-width: 1000px) {
  #movie p {
    font-size: 1.4rem;
  }
}

#natsuyasumi_archive {
  /*border-top: 1px solid #000;
  border-bottom: 1px solid #000;*/
  text-align: center;
  padding: 20px 0 40px;
}

@media screen and (min-width: 1000px) {
  #natsuyasumi_archive {
    padding: 40px 0;
  }
}

#natsuyasumi_archive h4 {
  line-height: 1.0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 35px;
}

@media screen and (min-width: 1000px) {
  #natsuyasumi_archive h4 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

#natsuyasumi_archive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 86.6%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #natsuyasumi_archive ul {
    max-width: 1080px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 999px) {
  #natsuyasumi_archive ul li {
    width: calc(50% - 12px);
  }
  #natsuyasumi_archive ul li:nth-of-type(-n+4) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1000px) {
  #natsuyasumi_archive ul li {
    width: 23%;
    margin-right: calc(8% / 3);
  }
  #natsuyasumi_archive ul li:nth-of-type(-n+4) {
    margin-bottom: 30px;
  }
  #natsuyasumi_archive ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

#natsuyasumi_archive ul li a {
  display: block;
}

#natsuyasumi_archive ul li a[href]:hover {
  opacity: 0.5;
}

#natsuyasumi_archive ul li a div {
  margin-bottom: 7px;
}

#natsuyasumi_archive ul li a p {
  text-align: left;
  font-family: 'noto-sans-cjk-jp';
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

@media screen and (min-width: 1000px) {
  #natsuyasumi_archive ul li a p {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}

#natsuyasumi_archive ul li a p span {
  display: block;
}

#natsuyasumi_archive ul li a p span:nth-of-type(1) {
  color: #999999;
  font-size: 1rem;
  margin-bottom: 4px;
}

@media screen and (min-width: 1000px) {
  #natsuyasumi_archive ul li a p span:nth-of-type(1) {
    margin-bottom: 6px;
    font-size: 1.1rem;
  }
}

.navToggle {
  position: fixed;
  top: 35px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 500;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .navToggle {
    width: 70px;
    height: 70px;
    top: 45px;
    right: 35px;
  }
}

.navToggle:hover {
  cursor: pointer;
}

.navToggle span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 1000px) {
  .navToggle span {
    width: 30px;
  }
}

.navToggle span:nth-of-type(1) {
  top: 35%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

.navToggle span:nth-of-type(3) {
  top: 65%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}

.navToggle.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.navToggle.active span:nth-of-type(2) {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.navToggle.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .8s;
  transition: .8s;
  z-index: 400;
  overflow: scroll;
}

.nav.active {
  opacity: 1;
  visibility: visible;
}

.nav .wrap {
  width: 86.6%;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (min-width: 1000px) {
  .nav .wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

.nav .wrap h4 {
  width: 60%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 1000px) {
  .nav .wrap h4 {
    max-width: 320px;
    margin: 0 auto 50px;
  }
}

.nav .wrap p.concept {
  text-align: center;
  font-family: 'noto-sans-cjk-jp';
  font-size: 1rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .nav .wrap p.concept {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
}

.nav .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px) {
  .nav .wrap ul {
    max-width: 1080px;
    margin: 0 auto 80px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 999px) {
  .nav .wrap ul li {
    width: calc(50% - 12px);
  }
  .nav .wrap ul li:nth-of-type(-n+4) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .nav .wrap ul li {
    width: 23%;
    margin-right: calc(8% / 3);
  }
  .nav .wrap ul li:nth-of-type(-n+4) {
    margin-bottom: 30px;
  }
  .nav .wrap ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

.nav .wrap ul li a {
  display: block;
}

.nav .wrap ul li a:hover {
  opacity: 0.5;
}

.nav .wrap ul li a div {
  margin-bottom: 7px;
}

.nav .wrap ul li a p {
  text-align: left;
  font-family: 'noto-sans-cjk-jp';
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

@media screen and (min-width: 1000px) {
  .nav .wrap ul li a p {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}

.nav .wrap ul li a p span {
  display: block;
}

.nav .wrap ul li a p span:nth-of-type(1) {
  font-size: 1rem;
  margin-bottom: 4px;
}

@media screen and (min-width: 1000px) {
  .nav .wrap ul li a p span:nth-of-type(1) {
    margin-bottom: 6px;
    font-size: 1.1rem;
  }
}

.nav .wrap ul li a p span:nth-of-type(2) {
  color: #999999;
  font-size: 1rem;
  margin-top: 4px;
}

@media screen and (min-width: 1000px) {
  .nav .wrap ul li a p span:nth-of-type(2) {
    margin-top: 6px;
    font-size: 1.1rem;
  }
}

#footer {
  padding: 50px 0;
}

@media screen and (min-width: 1000px) {
  #footer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

@media screen and (min-width: 1000px) {
  #footer .wrap {
    /*width: 38%;
      max-width: 1280px;
      margin: 0 auto;*/
  }
}

#footer .wrap p {
  font-size: 14px;
  text-align: center;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
}

#footer .wrap h4 {
  width: 46%;
  margin: 0 auto 25px;
  max-width: 200px;
}

@media screen and (min-width: 1000px) {
  #footer .wrap h4 {
    width: 14.8%;
    margin: 0 auto 40px;
  }
}

#footer .wrap a {
  display: block;
}

#footer .wrap a.casualTop {
  display: block;
  width: 180px;
  margin: 0 auto 60px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #444;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #footer .wrap a.casualTop {
    font-size: 1.6rem;
    width: 240px;
    padding: 14px 0;
    margin: 0 auto 120px;
  }
}

#footer .wrap a.casualTop:hover {
  opacity: 0.5;
}

#footer .wrap a.insta {
  width: 10%;
  max-width: 20px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1000px) {
  #footer .wrap a.insta {
    max-width: 24px;
    margin: 0 auto 40px;
  }
}

#footer .wrap a.insta:hover {
  opacity: 0.5;
}

#footer .wrap p small {
  font-size: 10px;
  font-weight: normal;
}

.cover_anim:before {
  -webkit-animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          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;
}

.cover_anim01:before {
  -webkit-animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          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;
}

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

.opacity {
  -webkit-animation: opacity 1.6s ease-in-out 1 both;
          animation: opacity 1.6s ease-in-out 1 both;
}

/*.rotate {
  animation: rotate 1.6s ease-in-out .6s 1 forwards;
}*/
.opacity01 {
  opacity: 1 !important;
}

.logo_small {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.logo_small.translate {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 2s;
  transition: all 2s;
}

h1.translate01 {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}

h3.translate02 {
  opacity: 1 !important;
  -webkit-transform: translate(-90%, -95%) !important;
          transform: translate(-90%, -95%) !important;
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s;
}

.rotate {
  opacity: 0;
  -webkit-transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
          transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
  -webkit-transition: -webkit-transform 1.4s;
  transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  transition: transform 1.4s, -webkit-transform 1.4s;
}

.rotate.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
          transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}

.filter {
  filter: blur(10px) brightness(2) saturate(1);
  -webkit-filter: blur(10px) brightness(2) saturate(1);
  -moz-filter: blur(10px) brightness(2) saturate(1);
  -webkit-transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1), -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}

.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);
}

/*.scale {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 2s ease-in-out;
}*/
@media screen and (max-width: 999px) {
  .sp_none {
    display: none !important;
  }
}

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

div[class*="section"] {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 1000px) {
  div[class*="section"] {
    margin-bottom: 130px !important;
  }
}

/*div[class*="section"]:not(:last-of-type) {
  @include mq(sp) {
    margin-bottom: 100px;
  }
  @include mq(pc) {
    margin-bottom: 100px;
  }
}*/
/*div[class*="section"]:nth-last-child(2) {
  @include mq(sp) {
    margin-bottom: 0;
  }
}*/
/*テキストアニメーション
_______________________________________*/
/* 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);
  }
}

.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(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);
  }
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-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);
  }
}

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

@keyframes zoomIn01 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            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;
}*/
@-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);
  }
}

@-webkit-keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@-webkit-keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes cover_T {
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

@keyframes cover_T {
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

@-webkit-keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@-webkit-keyframes bar_anim_y {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bar_anim_y {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/*右から左*/
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@-webkit-keyframes animation-marquee {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes animation-marquee {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

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

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

.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;
}

.inviewfadeIn {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

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

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

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

/*.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;
}

/* 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 */