@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: "Roboto", "noto-sans", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  color: #333;
}

body {
  font-family: "Roboto", "noto-sans", sans-serif;
  font-weight: 500;
  font-feature-settings: "palts";
  letter-spacing: 1px;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}
@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;
  }
}

#mainArea {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #mainArea {
    height: 100vh;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #mainArea {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
#mainArea div.cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transform: scale(1);
  transition: transform 1s, opacity 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 769px) {
  #mainArea div.cover {
    background-image: url(../images/main.jpg);
    background-position: center center;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.cover {
    background-image: url(../images/main.jpg);
    flex-direction: column;
    height: 60%;
  }
}

@media screen and (min-width: 769px) {
  div.title {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  div.title {
    width: 100%;
    height: 40%;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  div.title h1 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.title h1 {
    width: 80%;
    margin: 0 auto;
  }
}
div.title h1 + a {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  div.title h1 + a {
    bottom: 10%;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  div.title h1 + a {
    bottom: 5%;
    right: 5%;
  }
}
@media screen and (min-width: 769px) {
  div.title h1 + a {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  div.title h1 + a {
    width: 30px;
  }
}
div.title h2 {
  color: #fff;
  position: relative;
  font-weight: 600;
  text-shadow: 0 0 10px #888;
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div.title h2 {
    font-size: 12px;
  }
}
div.title h2::before, div.title h2::after {
  content: "";
  border-top: #fff solid 2px;
  display: block;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 769px) {
  div.title h2::before, div.title h2::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.title h2::before, div.title h2::after {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  div.title h2::before {
    left: -105%;
  }
}
@media screen and (max-width: 768px) {
  div.title h2::before {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  div.title h2::after {
    right: -105%;
  }
}
@media screen and (max-width: 768px) {
  div.title h2::after {
    right: 0;
  }
}
div.title h2 span {
  display: block;
}
@media screen and (min-width: 769px) {
  div.title p.logo {
    width: 120px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  div.title p.logo {
    width: 90px;
    margin: 30px auto 15px;
  }
}

p.desc {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  p.desc {
    text-align: center;
    margin: 25px auto 0;
    font-size: 12px;
    width: 95%;
  }
}
@media screen and (min-width: 769px) {
  p.desc {
    text-align: center;
    font-size: 14px;
    margin: 20px auto 0;
    width: 95%;
  }
}

#mainArea div.end {
  opacity: 0;
  transform: scale(1.1);
  transition: transform 1s, opacity 1s;
}

#mainArea div.z-index {
  z-index: -1;
}

p.explain {
  font-size: 10px;
  width: 85%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  p.explain {
    width: 88%;
  }
}

@media screen and (max-width: 768px) {
  p.sub {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  p.sub {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  p.sub span {
    font-size: 28px;
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  p.sub span {
    font-size: 28px;
    display: inline-block;
  }
}

h3 {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
h3 span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5px;
}
h3.line::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #b0cecc 0%);
  transform: skewX(30deg);
  position: absolute;
  bottom: 1px;
  height: 22px;
  z-index: -1;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-animation: drawTheLine 0.8s linear 1 forwards;
  animation: drawTheLine 0.8s linear 1 forwards;
}

div.itemimg {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  p.price {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  p.price {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  p.price .small {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  p.price .medium {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  div.inner-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

div.block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  div.block {
    width: 100%;
  }
}
div.block div.inner {
  width: 100%;
  height: 100%;
  position: relative;
}
div.block div.inner ul.credit {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  div.block div.inner ul.credit li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  div.block div.inner ul.credit li {
    margin-bottom: 5px;
  }
}
div.block div.inner ul.credit li:first-child {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  div.block div.inner ul.credit li:first-child span {
    font-size: 28px;
    margin-left: 1px;
  }
}
@media screen and (min-width: 769px) {
  div.block div.inner ul.credit li:first-child span {
    font-size: 28px;
    margin-left: 1px;
  }
}
div.block div.inner ul.credit li p {
  color: #fff;
}
div.block div.inner ul.credit li a {
  color: #fff;
}

div.block01 {
  z-index: 50;
}
@media screen and (min-width: 769px) {
  div.block01 {
    width: 35%;
    order: 2;
  }
}
div.block01 .inner p.sub {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 4;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  div.block01 .inner p.sub {
    display: none;
  }
}
div.block01 .inner div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ChangeImage 8s infinite;
          animation: ChangeImage 8s infinite;
  opacity: 0;
}
div.block01 .inner div:nth-of-type(1) {
  background: url(../images/01-1.jpg);
  background-size: cover;
  background-position: center center;
}
div.block01 .inner div:nth-of-type(2) {
  background: url(../images/01-2.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

div.block02 {
  z-index: 100;
}
@media screen and (min-width: 769px) {
  div.block02 {
    width: 35%;
    order: 3;
  }
}
div.block02 div.img01 {
  position: absolute;
  top: 5%;
  left: 7%;
  width: 75%;
}
div.block02 div.img02 {
  position: absolute;
  bottom: 5%;
  right: 7%;
  width: 65%;
}

div.block03 {
  z-index: 150;
}
@media screen and (min-width: 769px) {
  div.block03 {
    width: 30%;
    order: 1;
  }
}

div.block04 {
  z-index: 200;
}
@media screen and (min-width: 769px) {
  div.block04 {
    width: 35%;
    order: 5;
  }
}
div.block04 div.inner p.sub {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 4;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  div.block04 div.inner p.sub {
    display: none;
  }
}
div.block04 div.inner div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ChangeImage3 12s infinite;
          animation: ChangeImage3 12s infinite;
  opacity: 0;
}
div.block04 div.inner div:nth-of-type(1) {
  background: url(../images/02-1.jpg);
  background-size: cover;
  background-position: center center;
}
div.block04 div.inner div:nth-of-type(2) {
  background: url(../images/02-2.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
div.block04 div.inner div:nth-of-type(3) {
  background: url(../images/02-3.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

div.block05 {
  z-index: 250;
}
@media screen and (min-width: 769px) {
  div.block05 {
    width: 35%;
    order: 6;
  }
}
div.block05 div.img01 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
}
div.block05 div.img02 {
  position: absolute;
  bottom: 5%;
  right: 7%;
  width: 45%;
}
div.block05 div.img03 {
  position: absolute;
  bottom: 17%;
  left: 7%;
  width: 35%;
}

div.block06 {
  z-index: 300;
}
@media screen and (min-width: 769px) {
  div.block06 {
    width: 30%;
    order: 4;
  }
}

div.block07 {
  z-index: 350;
}
@media screen and (min-width: 769px) {
  div.block07 {
    width: 35%;
    order: 8;
  }
}
div.block07 div.inner p.sub {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 4;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  div.block07 div.inner p.sub {
    display: none;
  }
}
div.block07 div.inner div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ChangeImage 8s infinite;
          animation: ChangeImage 8s infinite;
  opacity: 0;
}
div.block07 div.inner div:nth-of-type(1) {
  background: url(../images/03-1.jpg);
  background-size: cover;
  background-position: center center;
}
div.block07 div.inner div:nth-of-type(2) {
  background: url(../images/03-2.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

div.block08 {
  z-index: 400;
}
@media screen and (min-width: 769px) {
  div.block08 {
    width: 35%;
    order: 9;
  }
}
div.block08 div.img01 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
}
div.block08 div.img02 {
  position: absolute;
  bottom: 5%;
  left: 7%;
  width: 45%;
}
div.block08 div.img03 {
  position: absolute;
  bottom: 17%;
  right: 7%;
  width: 35%;
}

div.block09 {
  z-index: 450;
}
@media screen and (min-width: 769px) {
  div.block09 {
    width: 30%;
    order: 7;
  }
}

div.block10 {
  z-index: 500;
}
@media screen and (min-width: 769px) {
  div.block10 {
    width: 35%;
    order: 11;
  }
}
div.block10 div.inner p.sub {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 4;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  div.block10 div.inner p.sub {
    display: none;
  }
}
div.block10 div.inner div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ChangeImage 8s infinite;
          animation: ChangeImage 8s infinite;
  opacity: 0;
}
div.block10 div.inner div:nth-of-type(1) {
  background: url(../images/04-1.jpg);
  background-size: cover;
  background-position: center center;
}
div.block10 div.inner div:nth-of-type(2) {
  background: url(../images/04-2.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

div.block11 {
  z-index: 550;
}
@media screen and (min-width: 769px) {
  div.block11 {
    width: 35%;
    order: 12;
  }
}
div.block11 div.img01 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
}
div.block11 div.img02 {
  position: absolute;
  bottom: 5%;
  right: 7%;
  width: 45%;
}
div.block11 div.img03 {
  position: absolute;
  bottom: 17%;
  left: 7%;
  width: 35%;
}

div.block12 {
  z-index: 600;
}
@media screen and (min-width: 769px) {
  div.block12 {
    width: 30%;
    order: 10;
  }
}

div.block16 {
  z-index: 750;
  width: 100%;
}
@media screen and (min-width: 769px) {
  div.block16 {
    order: 13;
  }
}
div.block16 div.inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.block16 div.inner ul {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  div.block16 div.inner ul {
    margin: 0 auto 45px;
  }
}
div.block16 div.inner ul li a {
  display: block;
  text-align: center;
  color: #000;
  display: block;
  border: 1px solid #000;
  width: 380px;
  margin: 0 auto 15px;
  text-decoration: none;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  div.block16 div.inner ul li a {
    width: 100%;
  }
}
div.block16 div.inner div.youtube {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.block16 div.inner div.youtube {
    margin-bottom: 80px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  div.block16 div.inner div.youtube {
    width: 90%;
    margin: 0 auto 60px;
  }
}
div.block16 div.inner div.youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.block16 div.inner div.youtube a.autumn {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  div.block16 div.inner div.youtube a.autumn {
    width: 580px;
  }
}
@media screen and (max-width: 768px) {
  div.block16 div.inner div.youtube a.autumn {
    width: 95%;
  }
}
div.block16 div.inner div.youtube a.autumn::before {
  content: "CHECK";
  display: block;
  width: 100%;
  background: #121212;
  color: #fff;
  text-align: center;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.block16 div.inner div.youtube a.autumn::before {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  div.block16 div.inner div.youtube a.autumn::before {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
div.block16 div.inner a.logo_link {
  display: block;
}
@media screen and (min-width: 769px) {
  div.block16 div.inner a.logo_link {
    width: 180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.block16 div.inner a.logo_link {
    width: 40%;
    margin: 0 auto;
  }
}
div.block16 div.inner p.copy {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  width: 100%;
  text-align: center;
}

div#content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  div#content {
    display: flex;
    flex-wrap: wrap;
  }
}

ul.other {
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.other {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  ul.other {
    margin-top: 30px;
  }
}
ul.other li:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
ul.other li a {
  color: #000;
  font-size: 12px;
}

div#footer {
  width: 100%;
  padding: 0 0 10px 0;
}
div#footer a {
  display: block;
}
@media screen and (min-width: 769px) {
  div#footer a {
    width: 180px;
    height: auto;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  div#footer a {
    width: 35%;
    height: auto;
    margin: 0 auto 50px;
  }
}
div#footer p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#footer p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  div#footer p {
    font-size: 10px;
  }
}

a.buyBtn {
  display: block;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #333;
  color: #333;
  line-height: 1;
  transition: 1s;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  a.buyBtn {
    width: 250px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  a.buyBtn {
    width: 60%;
    padding: 10px 0;
  }
}
a.buyBtn:hover {
  border: 1px solid #b0cecc;
  background: #b0cecc;
  color: #333;
}
a.buyBtn.hover {
  border: 1px solid #b0cecc;
  background: #b0cecc;
  color: #333;
}

@media screen and (min-width: 769px) {
  .flexslider {
    max-width: 300px;
    width: 85%;
    height: auto;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider {
    width: 75%;
    height: auto;
    margin: 0 auto 40px;
  }
}

#page-top {
  background: #333;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
#page-top a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 14px;
}

/* 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;
  }
}/*# sourceMappingURL=style.css.map */