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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* sass読み込み
--------------------------------------*/
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 30px;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #999;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: 900;
  text-indent: -9999px;
  transform: rotate(180deg);
}

.flex-direction-nav a.flex-next:before {
  transform: rotate(0deg);
}

.flex-direction-nav .flex-prev {
  left: -5px;
}

.flex-direction-nav .flex-next {
  right: -5px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-paging li a.flex-active {
  border: 1px solid #000;
  position: relative;
  display: block;
}
.flex-control-paging li a.flex-active::before {
  text-indent: 0;
  content: "";
  font-weight: 900;
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* コンテンツ
---------------------------------------------*/
html {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  width: 100%;
  color: #000000;
}

body {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palts";
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: 100%;
  background: #f7e2cf;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.minion {
  font-family: minion-pro-caption, serif;
  font-weight: 700;
  font-style: normal;
}

.classico {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: relative;
}
@media screen and (min-width: 769px) {
  header {
    width: 1060px;
    margin: 100px auto 100px;
  }
}
@media screen and (max-width: 768px) {
  header::before {
    content: "";
    display: block;
    padding-top: 177.7333333333%;
  }
}
@media screen and (min-width: 769px) {
  header::before {
    content: "";
    display: block;
    padding-top: 38.6458333333%;
  }
}
@media screen and (max-width: 768px) {
  header div.img01 {
    width: 36%;
    position: absolute;
    top: 2.2505626407%;
    left: 29.6%;
  }
}
@media screen and (min-width: 769px) {
  header div.img01 {
    width: 14.0625%;
    position: absolute;
    top: 6.6934404284%;
    left: 69.9479166667%;
  }
}
@media screen and (max-width: 768px) {
  header div.img02 {
    width: 36%;
    position: absolute;
    top: 2.2505626407%;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  header div.img02 {
    width: 14.0625%;
    position: absolute;
    top: 6.6934404284%;
    left: 83.9583333333%;
  }
}
@media screen and (max-width: 768px) {
  header div.img03 {
    width: 70.5%;
    position: absolute;
    top: 53.4133533383%;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  header div.img03 {
    width: 27.7604166667%;
    position: absolute;
    top: 6.6934404284%;
    left: 42.6041666667%;
  }
}
header h1 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 73.4666666667%;
    top: 73.0682670668%;
    left: 5.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  header h1 {
    width: 41.8229166667%;
    top: 27.358490566%;
    left: 4.2708333333%;
  }
}
@media screen and (max-width: 768px) {
  header h2 {
    font-size: 23px;
    position: absolute;
    left: 5.3333333333%;
    top: 85.7464366092%;
  }
}
@media screen and (min-width: 769px) {
  header h2 {
    font-size: 42px;
    position: absolute;
    left: 4.2708333333%;
    top: 61.420485%;
  }
}
@media screen and (max-width: 768px) {
  header h3 {
    position: absolute;
    bottom: 1.3503375844%;
    left: 5.3333333333%;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  header h3 {
    position: absolute;
    bottom: 9.4339622642%;
    left: 4.2708333333%;
    font-size: 18px;
  }
}
header h3 span {
  display: block;
}
@media screen and (max-width: 768px) {
  header p {
    font-size: 16px;
    position: absolute;
    left: 5.3333333333%;
    top: 2.2505626407%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 769px) {
  header p {
    font-size: 18px;
    position: absolute;
    left: 4.2708333333%;
    top: 10.69344%;
  }
}

@media screen and (max-width: 768px) {
  div.desc {
    margin: 90px auto;
  }
}
@media screen and (min-width: 769px) {
  div.desc {
    margin: 90px auto;
  }
}
div.desc p {
  text-align: center;
  line-height: 1.75;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  div.desc p {
    font-size: 12px;
    padding: 45px 0;
    width: 89.3333333333%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.desc p {
    font-size: 14px;
    padding: 45px 0;
    width: 89.3333333333%;
    margin: 0 auto;
  }
}
div.desc p span {
  display: block;
}
@media screen and (max-width: 768px) {
  div.desc p span {
    width: 50%;
    margin: 30px auto 15px;
  }
}
@media screen and (min-width: 769px) {
  div.desc p span {
    width: 50%;
    margin: 30px auto 15px;
  }
}
div.desc p a {
  color: #000;
}

@media screen and (max-width: 768px) {
  div.lineup {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (min-width: 769px) {
  div.lineup {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
div.lineup h4 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.lineup h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  div.lineup h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
div.lineup ul {
  display: flex;
  justify-content: space-between;
}
div.lineup ul li {
  width: 31.3432835821%;
}

@media screen and (min-width: 769px) {
  div.wrap {
    width: 600px;
    margin: 0 auto;
  }
}

div.content div.scroll {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: 1s;
}
@media screen and (max-width: 768px) {
  div.content div.scroll {
    width: 12px;
  }
}
@media screen and (min-width: 769px) {
  div.content div.scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.content section.block {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
div.content section.block div.mainArea {
  width: 79.8507462687%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.content section.block div.mainArea {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.mainArea {
    margin: 0 auto 50px;
  }
}
div.content section.block div.mainArea p.number {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.content section.block div.mainArea p.number {
    font-size: 64px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.mainArea p.number {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  div.content section.block div.mainArea p.number::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -13.8317757009%;
    transform: translateY(-50%);
    width: 58px;
    height: 1px;
    background: #000;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.mainArea p.number::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -8.831776%;
    transform: translateY(-50%);
    width: 58px;
    height: 1px;
    background: #000;
  }
}
div.content section.block div.mainArea div.img {
  position: relative;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 3s;
}
div.content section.block div.mainArea div.img.color {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
div.content section.block div.mainArea div.img h4 {
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
  width: 48.2242990654%;
  position: absolute;
  right: -12.1495327103%;
  top: -10%;
}
@media screen and (max-width: 768px) {
  div.content section.block div.colorArea {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.colorArea {
    margin-bottom: 50px;
  }
}
div.content section.block div.colorArea.colorArea01 div.img, div.content section.block div.colorArea.colorArea01 h5 {
  margin-left: auto;
}
div.content section.block div.colorArea.colorArea02 h5 {
  text-align: right;
}
div.content section.block div.colorArea.colorArea02 div.sub {
  margin-left: auto;
}
div.content section.block div.colorArea h5 {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.content section.block div.colorArea h5 {
    width: 79.8507462687%;
    font-size: 23px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.colorArea h5 {
    width: 79.8507462687%;
    font-size: 32px;
    margin-bottom: 15px;
  }
}
div.content section.block div.colorArea h5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  height: 1px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  div.content section.block div.colorArea h5::before {
    bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.colorArea h5::before {
    bottom: 8px;
  }
}
div.content section.block div.colorArea h5 span {
  background: #f7e2cf;
  display: inline-block;
  padding: 0 5px;
}
div.content section.block div.colorArea div.img {
  width: 79.8507462687%;
}
div.content section.block div.colorArea div.sub {
  margin-top: 25px;
  width: 55.223880597%;
}
div.content section.block div.creditArea ul {
  border-top: 1px solid #d4cdc8;
}
div.content section.block div.creditArea ul li {
  border-bottom: 1px solid #d4cdc8;
}
div.content section.block div.creditArea ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  div.content section.block div.creditArea ul li a {
    padding: 8px 0;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.creditArea ul li a {
    padding: 8px 0;
  }
}
div.content section.block div.creditArea ul li a span {
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.content section.block div.creditArea ul li a span {
    height: 25px;
    width: 50px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.creditArea ul li a span {
    height: 25px;
    width: 50px;
  }
}
div.content section.block div.creditArea ul li a div.thumbArea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div.content section.block div.creditArea ul li a div.thumbArea div.img {
    width: 80px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.block div.creditArea ul li a div.thumbArea div.img {
    width: 80px;
    margin-right: 15px;
  }
}

section.end {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.end {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.end {
    font-size: 12px;
  }
}
section.end a {
  text-decoration: none;
  display: block;
  color: #000;
}
@media screen and (max-width: 768px) {
  section.end a {
    border: 1px solid #000;
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  section.end a {
    border: 1px solid #000;
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  section.youtube {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (min-width: 769px) {
  section.youtube {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (max-width: 768px) {
  section.youtube h4 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  section.youtube h4 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  section.youtube h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.youtube h5 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
}
section.youtube div.video {
  width: 100%;
}
section.youtube p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.youtube p {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.youtube p {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  section.report {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (min-width: 769px) {
  section.report {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (max-width: 768px) {
  section.report h4 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  section.report h4 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 5px;
  }
}
section.report p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.report p {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.report p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
section.report ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.report ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.report ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  section.leeep {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (min-width: 769px) {
  section.leeep {
    width: 89.3333333333%;
    margin: 0 auto 90px;
  }
}
@media screen and (max-width: 768px) {
  section.leeep h4 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  section.leeep h4 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  section.leeep h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.leeep h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 10px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 10px 0 50px;
  }
}
footer a {
  display: block;
}
@media screen and (max-width: 768px) {
  footer a {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  footer a {
    width: 40%;
    margin: 0 auto;
  }
}

.side-scroll {
  position: relative;
}
@media screen and (max-width: 768px) {
  .side-scroll {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .side-scroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .side-scroll::before {
    content: "";
    display: block;
    padding-top: 150.3128911139%;
  }
}
@media screen and (min-width: 769px) {
  .side-scroll::before {
    content: "";
    display: block;
    padding-top: 150.3128911139%;
  }
}
.side-scroll.side-scroll01 {
  background: url(../images/img01-black-1.jpg);
  background-size: cover;
  background-position: center center;
}
.side-scroll.side-scroll02 {
  background: url(../images/img01-navy-1.jpg);
  background-size: cover;
  background-position: center center;
}
.side-scroll.side-scroll03 {
  background: url(../images/img01-orange-1.jpg);
  background-size: cover;
  background-position: center center;
}
.side-scroll.side-scroll04 {
  background: url(../images/img02-black-1.jpg);
  background-size: cover;
  background-position: center center;
}
.side-scroll.side-scroll05 {
  background: url(../images/img02-beige-1.jpg);
  background-size: cover;
  background-position: center center;
}
.side-scroll.side-scroll06 {
  background: url(../images/img03-olive-1.jpg);
  background-size: cover;
  background-position: center center;
}
.side-scroll.side-scroll07 {
  background: url(../images/img03-terracotta-1.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .side-scroll .side-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .side-scroll .side-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.side-scroll .side-scroll-list li {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .side-scroll .side-scroll-list li {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .side-scroll .side-scroll-list li {
    height: 100%;
  }
}

div.fixed {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
div.fixed img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  div.fixed img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  div.fixed img {
    width: 50%;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes drawTheLine {
  from {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes drawTheLine {
  from {
    background-size: 0% 100%;
    -ms-background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
    -ms-background-size: 100% 100%;
  }
}
/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  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: 769px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

@-webkit-keyframes ChangeImage {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ChangeImage {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ChangeImage3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ChangeImage3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ChangeImage4 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ChangeImage4 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ChangeImage5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ChangeImage5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */