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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*html {
  width: 100%;
  height: 100%;
}*/
body {
  font-family: "Poppins", sans-serif, "游ゴシック体", "Yu Gothic", "メイリオ";
  font-feature-settings: "palt";
  font-size: 14px;
  color: #000;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4px;
  scroll-snap-type: y mandatory;
}

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

a {
  color: rgb(77, 1, 1);
  text-decoration: none;
}

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

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 100;
}
#loader .logo_wrap {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #loader .logo_wrap {
    width: 300px;
    height: 300px;
  }
}
#loader .logo_wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader .logo_wrap .logo::after {
  content: "";
  display: block;
  background-image: url(../img/new_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#header {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #header .flex {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 769px) {
  #header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #FFF584;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  #header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #FFF584;
    top: 630px;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  #header .flex .left {
    width: 50%;
  }
}
#header .flex .left .mainVisual_area {
  position: relative;
}
#header .flex .left .mainVisual_area h1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #header .flex .left .mainVisual_area h1 {
    max-width: 252px;
    top: 14px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  }
}
#header .flex .left .mainVisual_area .wrap {
  width: 100%;
}
#header .flex .left .mainVisual_area .wrap div:nth-of-type(1) {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #header .flex .left .mainVisual_area .wrap div:nth-of-type(1) {
    width: 211px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 4px;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  #header .flex .right {
    position: relative;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #header .flex .right .subVisual_area {
    width: 100%;
  }
}
#header .flex .right .header_last {
  margin: 0 auto;
}
#header .flex .right .header_last div:nth-of-type(1) {
  width: 24%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #header .flex .right .header_last div:nth-of-type(1) {
    position: absolute;
    width: 102px;
    top: 52px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  #header .flex .right .header_last div:nth-of-type(2) {
    position: absolute;
    width: 120px;
    right: -3%;
    bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #header .flex .right .header_last div:nth-of-type(3) {
    position: absolute;
    width: 308px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 3px;
    z-index: 2;
  }
}

#header .main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 56px;
    background-color: #FFF584;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  #header .main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #FFF584;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  #header .main h1 {
    position: absolute;
    width: 54%;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
  }
}
#header .main .under {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header .main .under div:nth-of-type(1) {
    position: absolute;
    width: 32.6%;
    right: -12%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 160px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #header .main .under div:nth-of-type(2) {
    position: absolute;
    width: 25.6%;
    right: 0;
    left: 0;
    bottom: 120px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #header .main .under div:nth-of-type(3) {
    position: absolute;
    width: 44%;
    right: 0;
    left: 0;
    bottom: 98px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #header .main .under div:nth-of-type(4) {
    position: absolute;
    width: 82%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 25px;
    z-index: 2;
  }
}

#content {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section {
    display: flex;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto 200px;
  }
}
.section div.left {
  position: relative;
}
@media screen and (min-width: 769px) {
  .section div.left {
    width: 50%;
    padding-bottom: 650px;
  }
}
.section div.left h3 {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .section div.left h3 {
    width: 84px;
    top: 0;
    left: -4%;
  }
}
@media screen and (min-width: 769px) {
  .section div.left .sub {
    position: absolute;
    max-width: 334px;
    left: 106px;
  }
}
.section div.right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section div.right {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .section div.right {
    width: 50%;
  }
}
.section div.right .img_area {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section div.right .img_area {
    max-width: 440px;
    margin: 0 0 0 auto;
  }
}
.section div.right div {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section div.right div {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .section_reverse {
    display: flex;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto 200px;
  }
}
.section_reverse div.left {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_reverse div.left {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .section_reverse div.left {
    width: 50%;
  }
}
.section_reverse div.left .img_area {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section_reverse div.left .img_area {
    max-width: 440px;
    margin: 0 auto 0 0;
  }
}
.section_reverse div.left div {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section_reverse div.left div {
    margin: 0 auto;
  }
}
.section_reverse div.right {
  position: relative;
}
@media screen and (min-width: 769px) {
  .section_reverse div.right {
    width: 50%;
    padding-bottom: 650px;
  }
}
.section_reverse div.right h3 {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .section_reverse div.right h3 {
    width: 84px;
    top: 0;
    right: -4%;
  }
}
@media screen and (min-width: 769px) {
  .section_reverse div.right .sub {
    position: absolute;
    max-width: 334px;
    right: 106px;
  }
}
.section_reverse div.right .price_box {
  position: absolute;
  text-align: right;
  right: 0 !important;
}

@media screen and (max-width: 768px) {
  .section {
    width: 89.2%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .section h3 {
    width: 22.4%;
    margin: 0 auto 25px -3%;
  }
}
.section .flexslider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section .price_box {
    height: 172px;
  }
}
@media screen and (max-width: 768px) {
  .section .price_box ul {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .section_reverse {
    width: 89.2%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .section_reverse h3 {
    width: 22.4%;
    margin: 0 -3% 25px auto;
  }
}
.section_reverse .flexslider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section_reverse .price_box {
    height: 172px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .section_reverse .price_box ul {
    padding-top: 20px;
  }
}

.other_cate {
  position: relative;
}
@media screen and (min-width: 769px) {
  .other_cate {
    max-width: 1000px;
    margin: 175px auto;
  }
}
.other_cate div div:nth-of-type(1) {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .other_cate div div:nth-of-type(1) {
    width: 73.4%;
    z-index: 10;
    top: 135px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .other_cate div div:nth-of-type(1) {
    width: 354px;
    z-index: 10;
    top: 135px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .other_cate div div:nth-of-type(2) {
    width: 467px;
    top: 105px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#footer {
  background-color: #FFF584;
}
#footer .last_area {
  padding-top: 195px;
}
@media screen and (min-width: 769px) {
  #footer .last_area {
    padding-top: 90px;
  }
}
#footer .last_area div:nth-of-type(1) {
  width: 65.4%;
  margin: 0 auto 70px;
}
@media screen and (min-width: 769px) {
  #footer .last_area div:nth-of-type(1) {
    width: 309px;
    margin: 0 auto 70px;
  }
}
#footer .last_area div:nth-of-type(2) {
  width: 15.4%;
  margin: 0 auto 90px;
}
@media screen and (min-width: 769px) {
  #footer .last_area div:nth-of-type(2) {
    width: 57px;
  }
}
#footer .last_area div:nth-of-type(3) {
  width: 25.4%;
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  #footer .last_area div:nth-of-type(3) {
    width: 136px;
    margin: 0 auto 90px;
  }
}
@media screen and (min-width: 769px) {
  #footer .flex {
    display: flex;
    max-width: 1000px;
    margin: 90px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #footer .flex .left {
    width: 50%;
  }
}
#footer .flex .left .insta_area {
  width: 60.5%;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  #footer .flex .left .insta_area {
    margin: 0 auto 20px;
  }
}
#footer .flex .left .insta_area p {
  font-size: 12px;
}
#footer .flex .left .insta_area a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
#footer .flex .left .copyRight_area {
  padding-bottom: 25px;
}
#footer .flex .left .copyRight_area small {
  font-size: 10px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  #footer .flex .left .copyRight_area small {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  #footer .flex .right {
    width: 50%;
    padding-top: 0px;
  }
}
#footer .flex .right .staffCredit_area {
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  #footer .flex .right .staffCredit_area {
    margin: 0 auto 128px;
  }
}
#footer .flex .right .staffCredit_area ul li {
  font-size: 10px;
  text-align: center;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  #footer .flex .right .staffCredit_area ul li {
    font-size: 10px;
    line-height: 1.7;
  }
}
#footer .flex .right .copyRight_area {
  padding-bottom: 95px;
}
#footer .flex .right .copyRight_area small {
  font-size: 10px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 769px) {
  .price_box {
    position: absolute;
    bottom: 0;
    width: 80% !important;
  }
}
.price_box ul li {
  justify-content: space-between;
  align-items: center;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .price_box ul li {
    line-height: 1.6em;
  }
}
.price_box ul li span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .price_box ul li span {
    font-size: 12px;
  }
}
.price_box ul li span.price {
  margin-left: 5px;
  padding-right: 10px;
}
.price_box ul li span.notice {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
.price_box ul li a {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #000;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  line-height: 1.2;
  margin-left: auto;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .price_box ul li a {
    font-size: 12px;
  }
}
.price_box ul li a:not(.disabled):hover {
  opacity: 0.6;
}
.price_box ul li a.disabled {
  background-color: transparent;
  font-size: 12px;
  color: #000;
  border: none;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .price_box ul li a.disabled {
    font-size: 12px;
  }
}

.cover_anim:before {
  animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f8ced2;
  width: 120%;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cover_anim01:before {
  animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

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

.opacity {
  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;
  transform: translateY(50px);
}

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

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

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

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

.rotate.in {
  opacity: 1;
  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);
  transition: 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 (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

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

/*div[class*="section"]:nth-last-child(2) {
  @include mq(sp) {
    margin-bottom: 0;
  }
}*/
/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeFromTop {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}
@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.1;
    transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes zoomIn01 {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@keyframes position {
  0% {
    opacity: 0.4;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(8px);
  }
}
@keyframes position_01 {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}
@keyframes cover_R {
  100% {
    transform: translateX(100%);
  }
}
@keyframes cover_L {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cover_T {
  100% {
    transform: translateY(-120%);
  }
}
@keyframes arrow_anime {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 50px) rotate(180deg);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}

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

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

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

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

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

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

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

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

.fadeInUp01 {
  opacity: 1 !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: 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;
  }
}

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