@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-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype");
	font-weight: 350;
	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;
}
@font-face {
	font-family: "Avenir";
	src: url(../fonts/Avenir-Light-07.ttf) format("ttf");
}
@font-face {
	font-family: "perpetua";
	font-style: normal;
	src: url("../fonts/perpetua.eot");
	src: url("../fonts/perpetua.woff") format("woff"), url("../fonts/perpetua.ttf") format("truetype");
}
@font-face {
	font-family: "apercu";
	font-style: normal;
	src: url("../fonts/apercu.eot");
	src: url("../fonts/apercu.woff") format("woff"), url("../fonts/apercu.ttf") format("truetype");
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.8;
	font-size: 14px;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #000;
}
#wrapper {
	width: 100%;
	overflow: hidden !important;
}
#header {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden !important;
}
#header h1 {
	width: 38%;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 25%;
	-webkit-transform: translate(-45%, -25%);
	transform: translate(-45%, -25%);
	z-index: 2;
}

 @media screen and (max-width: 999px) {
#header h1 {
	width: 75%;	
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
}
}

#header h1 img {
	width: 100%;
	max-width: 550px;
}
#header .bg_image {
	width: 100%;
	height: 100vh;
	background-image: url("../img/top.jpg");
	background-position: top center;
	background-size: cover;
/*animation: bg-size 3s cubic-bezier(.455,.03,.515,.955) .0s 1 forwards;*/ }

 @media screen and (min-width: 1000px) {
#header .bg_image {
	background-image: url("../img/top_pc.jpg");
	background-position: top center;
}
}
#intro {
	width: 80%;
	margin: 40px auto 40px;
}
 @media screen and (max-width: 999px) {
#intro {
	width: 100%;
}
}
#intro h2 {
	text-align: center;
	line-height: 2;
}
 @media screen and (max-width: 999px) {
#intro h2 {
	font-size: 12px;
	line-height: 3;/*box-sizing: border-box;
        padding: 0% 11%;*/ }
}
 @media screen and (min-width: 1000px) {
#menu {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
}
#menu span.line {
	display: block;
	width: 1px;
	height: 50px;
	margin: 0 auto 10px;
	transition: .5s;
	-webkit-transition: .5s;
}
#menu #panel {
	width: 100%;
	text-align: center;
}
#menu #panel dt {
	font-size: 14px;
	max-width: 150px;
	margin: 0 auto 10px;
	cursor: pointer;
/*animation: bar 3.5s cubic-bezier(.455,.03,.515,.955) infinite;*/ }
 @media screen and (min-width: 1000px) {
#menu #panel dt {
	font-size: 15px;
}
}
#menu #panel dd ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: center;/*&::after {
      content: "";
      display: block;
      width: 60%;
    }*/ }
#menu #panel dd ul li {
	width: 33.333%;
	overflow: hidden;
}
 @media screen and (min-width: 1000px) {
#menu #panel dd ul li img {
	transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#menu #panel dd ul li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
}
#panel dt {
	display: flex;
	justify-content: center;
}
#panel dt .accordion_icon {
	display: inline-block;
	width: 10px;
	height: 5px;
	position: relative;
	align-self: center;
}
#panel dt .accordion_icon span {
	display: inline-block;
	position: absolute;
	left: 10px;
	width: 10px;
	height: 1px;
	background-color: #7C7C7C;
	transition: .8s;
	-webkit-transition: .8s;
}
#panel dt .accordion_icon span:nth-child(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#panel dt .accordion_icon span:nth-child(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#panel dt .accordion_icon.active span:nth-child(1) {
	display: none;
}
#panel dt .accordion_icon.active span:nth-child(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.bar_none {
	transform-origin: top;
	-webkit-transform-origin: top;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
}
/*.bar_once {
    animation: bar-scale 1.5s cubic-bezier(.645,.045,.355,1) infinite, 
              bar-transform-origin 1.5s steps(1) infinite;
}*/
.line.bar_repeat::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background-color: #000;
	animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite;
}
.opacity {
	animation: opacity .4s linear .0s 1 forwards;
	-webkit-animation: opacity .4s linear .0s 1 forwards;
}
.scale {
	animation: scale .4s linear .0s 1 forwards;
	-webkit-animation: scale .4s linear .0s 1 forwards;
}
 @media screen and (max-width: 999px) {
.sp_none {
	display: none;
}
}
#content {
	width: 96%;
	margin: 0 auto;
}
 @media screen and (min-width: 1000px) {
#content {
	max-width: 960px;
}
}
.item_group .title {
	width: 90%;
	margin: 100px auto 70px;
}
.item_group .title h3 {
	/*font-family: "perpetua";*/
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
}
 @media screen and (min-width: 1000px) {
.item_group .title h3 {
	font-size: 26px;
}
}
.item_group .title ul {
	font-size: 12px;	
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}
.item_group .title ul.two_items {
	width: 25%;
}
 @media screen and (max-width: 999px) {
.item_group .title ul {
	font-size: 11px;	
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}	 
	 
.item_group .title ul.two_items {
	width: 35%;
}
}
.item_group .title ul.two_items_01 {
	width: 25%;
}
 @media screen and (max-width: 999px) {
.item_group .title ul.two_items_01 {
	width: 40%;
}
}
.item_group .title ul.three_items {
	width: 40%;
}
 @media screen and (max-width: 999px) {
.item_group .title ul.three_items {
	width: 55%;
}
}
 @media screen and (min-width: 1000px) {
.item_group .title ul.five_items {
	width: 70%;
}
}
.item_group .title ul li a {
	display: block;
	/*font-family: "perpetua";*/ 
	position: relative;/*&::after {
        content: '';
        display: block;
        position: absolute;
        top: 150%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        vertical-align: middle;
        background: url(../img/circle.png);
        background-size: 5px 5px;
        opacity: 0;
        transition: .8s;
      }
      &:hover::after {
        transition: .8s;
        opacity: 1;
      }*/ }
 @media screen and (min-width: 1000px) {
.item_group .title ul li a {
	font-size: 16px;
}
}
.item_group .title ul span {
	transition: .4s;
	-webkit-transition: .4s;
	align-self: center;
}
.item_group a {
	display: block;
	text-align: center;
	margin: 20px 0;
	line-height: 1.4;
	font-size: 12px;
	transition: .4s;
	-webkit-transition: .4s;
}
 @media screen and (min-width: 1000px) {
.item_group a {
	font-size: 14px;
}
}
.item_group a span.item {
	display: inline-block;
	margin-right: 5px;
}
.item_group a span.price {
	display: inline-block;
	margin-right: 20px;
}
.item_group a span.price .tax {
	font-size: 10px;
}
 @media screen and (min-width: 1000px) {
.item_group a span.price .tax {
	font-size: 12px;
}
}
.item_group a span.buy {
	display: inline-block;
	border: 1px solid #000;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding:2px 14px;
	line-height: 1.4;
	/*color: #fff;*/
	background-color: #000;
	color:#fff;
	font-size: 9px;
}
.item_group .title ul li a.gray {
	color: #c3c3c3;
}
.item_group .title ul span.gray {
	color: #c3c3c3;
}
 @media screen and (min-width: 1000px) {
.item_group .title ul li a {
	transition: .4s;
	-webkit-transition: .4s;
}
.item_group .title ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	vertical-align: middle;
	background: url(../img/circle.png);
	background-size: 5px 5px;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
}
.item_group .title ul li a:hover::after {
	transition: .4s;
	-webkit-transition: .4s;
	opacity: 1;
}
}
.flex {
	display: flex;
}
.flex div {
	width: 50%;
	box-sizing: border-box;
	padding: 5px;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.flex_center div {
	width: 50%;
	box-sizing: border-box;
	padding: 5px;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap div {
	width: 50%;
	box-sizing: border-box;
	padding: 5px;
}
.flexslider {
	box-sizing: border-box;
	padding: 5px;
}
.main {
	box-sizing: border-box;
	padding: 5px;
}
.hr {
	margin-top: 30px;
}
#footer {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
#footer .all_items {
	margin-top: 50px;
	border: 1px solid #000;
	padding: 8px 75px;
	box-sizing: border-box;
	letter-spacing: 2px;
	font-size: 13px;
	background-color:#000;
	color:#fff;
}
#footer .page_top {
	display: block;
}
 @media screen and (max-width: 999px) {
#footer .page_top img {
	width: 100%;
	max-width: 20px;
	margin-top: 50px;
}
}
 @media screen and (min-width: 1000px) {
#footer .page_top img {
	width: 100%;
	max-width: 25px;
	margin-top: 50px;
}
}
#footer .logo img {
	width: 100%;
	max-width: 130px;
	margin-top: 80px;
}
#footer p.copyright {
	font-size: 9px;
	margin: 20px 0;
}
a.credit {
	margin: 10px auto 30px;
}
a.credit_first {
	margin: 10px auto;
}
#to_top {
	position: fixed;
	bottom: 75px;
	right: 15px;
	z-index: 100;
}
 @media screen and (max-width: 999px) {
#to_top {
	right: 15px;
	width: 15px;
	height: 15px;
}
}
#to_top span {
/*&:last-child {
      letter-spacing: 1px;
      font-size: 10px;
      writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    margin-top: 5px;
    @include mq(sp) {
      display: block;
      /*font-size: 14px;
    }
    }*/ }
#to_top span:first-child {
	width: 15px;
	height: 15px;
	display: flex;
}
#to_top span:first-child img {
	width: 100%;
}
 @media screen and (max-width: 999px) {
#to_top span:first-child img {
	max-width: 15px;
}
}
 @media screen and (min-width: 1000px) {
#to_top span:first-child img {
	max-width: 25px;
}
}
.small {
	width: 65%;
	margin: 0 auto;
}

/* ANIMATION
--------------------------------------*/
@-webkit-keyframes scroll-line {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40% {
 -webkit-transform: translate3d(0, 185px, 0);
 transform: translate3d(0, 185px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 175px, 0);
 transform: translate3d(0, 175px, 0);
}
 100% {
 -webkit-transform: translate3d(0, 280px, 0);
 transform: translate3d(0, 280px, 0);
}
}
@-webkit-keyframes triangle-bounce {
 0% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 50% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 100% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
}
@-webkit-keyframes triangle-first {
 0%,  20% {
 -webkit-transform: translate3d(-40px, 0, 0);
 transform: translate3d(-40px, 0, 0);
}
 30%,  80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 100%,  85% {
 -webkit-transform: translate3d(30px, 0, 0);
 transform: translate3d(30px, 0, 0);
}
}
@-webkit-keyframes triangle-right {
 0%,  25% {
 -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
 transform: rotate(-163deg) translate3d(0, 40px, 0);
}
 40%,  84% {
 -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
 transform: rotate(-163deg) translate3d(0, 0, 0);
}
 100%,  90% {
 -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
 transform: rotate(-163deg) translate3d(0, -37px, 0);
}
}
@-webkit-keyframes triangle-left {
 0%,  33% {
 -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
 transform: rotate(163deg) translate3d(0, -34px, 0);
}
 50%,  88% {
 -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
 transform: rotate(163deg) translate3d(0, 0, 0);
}
 100%,  95% {
 -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
 transform: rotate(163deg) translate3d(0, 38px, 0);
}
}
@-webkit-keyframes triangle-last {
 0%,  87.5% {
 -webkit-transform: translate3d(-120px, 0, 0);
 transform: translate3d(-120px, 0, 0);
}
 91% {
 -webkit-transform: translate3d(-80px, 0, 0);
 transform: translate3d(-80px, 0, 0);
}
 100% {
 -webkit-transform: translate3d(45px, 0, 0);
 transform: translate3d(45px, 0, 0);
}
}
.animation-start .c-scroll-icon {
	opacity: 1;
	-webkit-transition: all 1.5s 1.2s;
	transition: all 1.5s 1.2s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: absolute;
	bottom: 25%;
	left: 50%;
	transform: translate(-50%, -30%);
}
 @media screen and (max-width: 999px) {
.animation-start .c-scroll-icon {
	-webkit-transform: scale(0.8);
	transform: translate(-50%, 0%) scale(0.7);
}
}
.c-scroll-icon {
	width: 21px;
	height: 100px;
	opacity: 0;
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}
.c-scroll-icon-line-mask {
	position: relative;
	overflow: hidden;
	width: 20px;
	height: 100px;
	margin: 0 auto;
}
.c-scroll-icon-line {
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 150px;
	border-left: 1px solid #ffffff;
	top: -150px;
	left: 10px;
	-webkit-animation: scroll-line 3s infinite;
	animation: scroll-line 3s infinite;
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle {
	position: relative;
	width: 20px;
	height: 30px;
	margin: -10px auto 0;
	-webkit-animation: triangle-bounce 3s infinite;
	animation: triangle-bounce 3s infinite;
}
.c-scroll-icon-triangle-mask.first {
	width: 40px;
	height: 5px;
	right: 0;
	overflow: hidden;
}
.c-scroll-icon-triangle-mask {
	position: absolute;
}
.c-scroll-icon-triangle-line.first {
	border-bottom: 1px solid #ffffff;
	width: 30px;
	right: 0;
	-webkit-animation: triangle-first 3s infinite;
	animation: triangle-first 3s infinite;
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line {
	position: absolute;
}
.c-scroll-icon-triangle-mask.right {
	width: 10px;
	height: 30px;
	overflow: hidden;
	right: 0;
}
.c-scroll-icon-triangle-line.right {
	border-left: 1px solid #ffffff;
	height: 44px;
	-webkit-transform: rotate(-163deg);
	transform: rotate(-163deg);
	right: 5px;
	top: -6px;
	-webkit-animation: triangle-right 3s infinite;
	animation: triangle-right 3s infinite;
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-mask.left {
	width: 10px;
	height: 30px;
	overflow: hidden;
	left: 1;
}
.c-scroll-icon-triangle-line.left {
	border-left: 1px solid #ffffff;
	height: 40px;
	-webkit-transform: rotate(163deg);
	transform: rotate(163deg);
	left: 5px;
	top: -3px;
	-webkit-animation: triangle-left 3s infinite;
	animation: triangle-left 3s infinite;
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.c-scroll-icon-triangle-mask.last {
	width: 40px;
	height: 5px;
	overflow: hidden;
}
.c-scroll-icon-triangle-line.last {
	border-bottom: 1px solid #ffffff;
	width: 120px;
	left: 0;
	-webkit-animation: triangle-last 3s infinite;
	animation: triangle-last 3s infinite;
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.fuwatAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fuwatAnime;
	-ms-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;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes curtain {
 0% {
 top: 0;
 opacity: 1;
}
 100% {
 top: -100vh;
 opacity: 0;
}
}
@keyframes opacity {
 0% {
 opacity: 1;
 filter: grayscale(0%);
}
 100% {
 opacity: 0.4;
 filter: grayscale(70%);
}
}
@keyframes bg-size {
 0% {
 opacity: 0.8;
 transform: scale(1.2);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
@keyframes bar {
 0% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(1);
 -webkit-transform: scaleY(1);
}
 10% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(0);
 -webkit-transform: scaleY(0);
}
 80% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(1);
 -webkit-transform: scaleY(1);
}
 100% {
 transform-origin: top;
 -webkit-transform-origin: top;
 transform: scaleY(1);
 -webkit-transform: scaleY(1);
}
}
@keyframes bar-scale {
 0% {
 transform: scaleY(1);
}
 30% {
 transform: scaleY(0);
}
 100% {
 transform: scaleY(1);
}
}
@keyframes bar-transform-origin {
 0% {
 transform-origin: center bottom;
}
 30% {
 transform-origin: center top;
}
 100% {
 transform-origin: center bottom;
}
}
@keyframes scale {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.2);
}
}
.inviewfadeIn {
	opacity: 0;
	transition: .6s;
}
.fadeIn {
	opacity: 1.0;
}
/* loading
--------------------------------------*/
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1;
	z-index: 99999;
}
#loader-bg #loading {
	display: flex;
	align-items: center;
	justify-content: center;
}
 @media screen and (min-width: 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 */
