body {
	overflow-x: hidden;
	background: #d2eeef;
	color: #a0d5e5;
	font-size: 1.3rem;
	line-height: 1.6em; /*@include ft(yakuhan);*/
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

body.fixed {
	overflow: hidden;
}

a {
	color: #00ac9e;
	text-decoration: underline;
	transition: all 0.4s;
}

a:hover,
a:active {
	color: #00ac9e;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: bottom;
}

rt {
	transform: translateY(0.2em);
}

.emColor01 {
	color: #00ac9e;
}

.fsS {
	font-size: 0.8em;
	line-height: inherit;
}

.dis {
	opacity: 0.5;
	text-decoration: line-through;
}

.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

ul.def {
	font-size: inherit;
	line-height: inherit;
}

ul.def > li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.def > li > * {
	text-indent: 0;
}

.button {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
}

.button:hover {
	transform: translateY(-5px);
}

#Cover {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
}

#Cover > div {
	opacity: 0;
	transition: opacity 0.5s;
}

#Cover > div.show {
	opacity: 1;
}

#Cover.show {
	z-index: 59000;
	opacity: 1;
}

#img1 {
	top: -180px;
	left: -190px;
}

#img2 {
	top: 210px;
	right: -20px;
}

#img3 {
	top: 420px;
	left: 430px;
}

#img4 {
	top: 430px;
	right: 240px;
}

#img5 {
	top: 330px;
	left: -110px;
}

#img6 {
	top: 900px;
	right: 140px;
}

#img7 {
	top: 50px;
	left: -180px;
}

#img8 {
	top: 360px;
	right: -40px;
}

#img9 {
	top: 570px;
	left: 420px;
}

#img10 {
	top: 1080px;
	right: 230px;
}

#img11 {
	top: 1100px;
	left: -170px;
}

/* 慣性スクロール */

#img1,
#img2,
#img3,
#img4,
#img5,
#img6,
#img7,
#img8,
#img9,
#img10,
#img11 {
	will-change: transform;
	transition-duration: 0.7s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	position: absolute;
	z-index: -2;
}

.bg_parts_f {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.bg_parts_f.active {
	animation: 0.2s fadeup ease-in-out forwards;
}

.f01 {
	top: 0;
	left: 10%;
}

.f02 {
	top: 200px;
	right: 12%;
}

.f03 {
	top: -100px;
	left: 5%;
}

.f04 {
	top: 40px;
	right: 3%;
}

.f05 {
	top: -20px;
	left: 8%;
}

#Wrap {
	overflow: hidden; /*width: 100vw;*/
	position: relative;
	z-index: 10;
	margin-top: 70px;
}

#Wrap section {
	margin: 80px 0 0;
}

#Nav {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	padding: 8px 30px 10px;
	width: 100%;
	background: #29b4b9;
}

#Nav h1 img {
	width: auto;
}

#Nav .nav_inner ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 50px;
	padding-top: 12px;
}

#Nav .nav_inner ul > li {
	margin-right: 15px;
}

#Nav .nav_inner ul > li a {
	display: inline-block;
	padding: 0 15px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 20% 50%;
	transition: all 0.2s;
}

#Nav .nav_inner ul > li a:hover {
	padding: 0 0 0 30px;
	background-image: url(../img/ico_rabbit.png);
	background-position: 0 50%;
}

#Nav .nav_inner ul > li a img {
	width: auto;
}

#Nav .oc {
	position: fixed;
	right: 20px;
	top: 0;
	z-index: 20;
	width: 60px;
	height: 60px;
	background: transparent url(../img/btn_menu_open.png) center no-repeat;
	background-size: contain;
}

footer {
	position: relative;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.8em;
}

footer .snsBoxData {
	line-height: 0;
}

footer .snsBoxData .bro-snsbox > div > div {
	margin: 0 10px;
}

footer .snsBoxData .bro-snsbox.bro-circle-view > div > div {
	width: 53px !important;
	transition: 0.3s;
}

footer .snsBoxData .bro-snsbox.bro-circle-view > div > div:hover {
	transform: translate(0px, -5px);
}

footer .juju_logo {
	margin: 70px 0 84px;
}

footer .cau_copy {
	background: #22b2d5;
	padding: 20px 0;
	color: #fff;
}

footer .cau_copy .caution {
	display: inline-block;
	text-align: left;
}

footer .cau_copy .copy {
	margin-top: 12px;
}

.totop {
	color: #fff;
	background: #5f5f5f;
	font-family: "harvester", sans-serif;
	font-weight: 900;
	transition: 0.3s;
	height: 50px;
	font-size: 2.5rem;
	line-height: 50px;
}

.totop:hover {
	cursor: pointer;
	background: #29b4b9;
}

#Main {
	position: relative;
	padding: 0px 0 50px;
}

#Main .slider {
	margin: 0 auto;
	max-width: 690px;
}

#Main .slider .slick-dots {
	bottom: -40px;
}

#Main .slider .slick-dots li button:before {
	font-size: 20px;
	line-height: 20px;
	opacity: 1;
	color: #c5a982;
}

#Main .slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #29b4b9;
}

#Lineup {
	position: relative;
}

#Lineup h1 {
	margin-bottom: 96px;
}

#Lineup .store {
	max-width: 592px;
	width: 100%;
	height: 175px;
	margin: 0 auto;
}

#Lineup .store a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	border-radius: 90px;
	background: #29b4b9;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	font-weight: bold;
	font-size: 4rem;
	border: 2px solid #29b4b9;
}

#Lineup .store a span {
	padding-top: 10px;
	font-family: "harvester", sans-serif;
	font-weight: 900;
}

#Lineup .store a span span {
	font-size: 2.7rem;
	letter-spacing: 0;
	line-height: 0;
}

#Lineup .store a:hover {
	color: #29b4b9;
	border: 2px solid #29b4b9;
	background-color: #fff;
}

#Lineup .modal-open {
	transition: 0.3s;
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#Lineup .modal-open .img {
	max-width: 210px;
	width: 100%;
}

#Lineup .modal-open .tit .top {
	display: inline-block;
	background: #22b2d5;
	color: #fff;
	font-size: 3rem;
	padding: 12px 30px 12px 20px;
}

#Lineup .modal-open .tit .name {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	padding-top: 30px;
	color: #22b2d5;
}

#Lineup .modal-open:hover {
	opacity: 0.7;
	cursor: pointer;
}

#Lineup .modal-open02 {
	margin: 105px auto 110px;
}

#Lineup .modal-open03 {
	margin: 0px auto 110px;
}

#Lineup .modal-container {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	padding: 136px 40px 122px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	box-sizing: border-box;
}

#Lineup .modal-container.active {
	opacity: 1;
	visibility: visible;
}

#Lineup .modal-close {
	position: absolute;
	top: 39px;
	right: 32px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#Lineup .modal-content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#Lineup .modal-content .modal_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#Lineup .modal-content .modal_inner .modal_left {
	max-width: 450px;
	width: 100%;
}

#Lineup .modal-content .modal_inner .modal_right {
	max-width: 474px;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
}

#Lineup .modal-content .modal_inner .modal_right .name {
	font-size: 1.6rem;
}

#Lineup .modal-content .modal_inner .modal_right .name span {
	font-size: 2.5rem;
}

#Lineup .modal-content .modal_inner .modal_right .price {
	font-size: 2.3rem;
	padding: 20px 0;
	margin: 25px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#Lineup .modal-content .modal_inner .modal_right .note {
	font-size: 1.6rem;
}

#Lineup .modal-content .modal_inner .modal_right .store {
	max-width: 418px;
	height: 113px;
	margin-top: 30px;
}

#Lineup .modal-content .modal_inner .modal_right .store a {
	text-align: center;
	background: none;
	border: 5px #fff solid;
}

#Lineup .modal-content .modal_inner .modal_right .store a:hover {
	background: #fff;
	color: #29b4b9;
}

#Lineup .modal-content .modal_inner .modal_right .store a span {
	padding-top: 0;
}

#Lineup .modal-slider .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 20px;
	text-align: left;
}

#Lineup .modal-slider .slick-dots li {
	margin: 0 8px 8px 0;
	width: 66px;
	height: 66px;
}

#Lineup .modal-slider .slick-dots li.slick-active {
	border-color: #29b4b9;
	background: #29b4b9;
}

#Lineup .modal-slider .slick-dots li.slick-active img {
	opacity: 0.5;
	transition: all 0.4s;
}

.slick-slide img {
	width: 100%;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-initialized .slick-slide > div {
	line-height: 0;
}

#Lineup .banner {
	margin-top: 80px;
}

#Lineup .banner li {
	margin-top: 30px;
}

#Lineup .banner a {
	display: inline-block;
	position: relative;
	z-index: 10;
	border: 4px solid #c5a982;
	background: #fff;
}

#Lineup .banner a::after {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: -1;
	border: 1px solid #c5a982;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	transition: all 0.2s;
}

#Lineup .banner a:hover::after {
	left: -10px;
	top: -10px;
	width: calc(100% + 18px);
	height: calc(100% + 18px);
}

.notice {
	margin-top: 80px;
}

#About {
	position: relative;
}

#About h1 {
	margin-bottom: 96px;
}

#About .about_whats {
	padding: 0 40px;
}

#About .about_whats article {
	box-sizing: border-box;
	margin: 15px auto 0;
	padding: 25px 40px;
	max-width: 1040px;
	width: 100%;
	background: #fff url(../img/img_about_img01.png) 95% 70% no-repeat;
	background-size: 258px auto;
	text-align: left;
	border: 1px #2ea7ba solid;
}

#About .about_whats article h1 {
	margin-bottom: 30px;
}

#About .about_whats article h1 img {
	max-width: 653px;
	width: 100%;
}

#About .about_whats article p.txt {
	font-size: 2.4rem;
	line-height: 1.8;
}

#About .about_whats article p.txt span {
	font-weight: bold;
	line-height: 1;
}

#About .about_whats article p.txt:first-of-type span {
	font-size: 1.4em;
	letter-spacing: -0.08em;
	margin-left: -12px;
}

#About .about_whats article p.txt:last-of-type span {
	font-size: 1.8em;
	margin-right: 5px;
}

#About .about_whats article p.txt:not(:nth-of-type(1)) {
	margin-top: 0.4em;
}

#About .rc_official {
	display: flex;
	margin: 110px auto 70px;
	max-width: 662px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

#About .rc_official .link {
	max-width: 533px;
	width: 100%;
	height: 176px;
}

#About .rc_official .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	border-radius: 90px;
	background: #29b4b9;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	font-weight: bold;
	font-size: 4rem;
	letter-spacing: -0.15em;
	border: 2px solid #29b4b9;
}

#About .rc_official .link a span {
	padding-top: 10px;
}

#About .rc_official .link a span span {
	font-size: 2.7rem;
	letter-spacing: 0;
	line-height: 0;
}

#About .rc_official .link a:hover {
	color: #29b4b9;
	border: 2px solid #29b4b9;
	background-color: #fff;
}

#Twitter > div {
	margin: 15px auto 0;
	border: 2px solid #c5a982;
	width: 516px;
	background: #fff;
}

#Twitter > div iframe {
	vertical-align: bottom;
}

#Container {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding: 100px 0;
	max-width: 800px;
}

#Container #Item {
	order: 2;
	border: 2px solid #c5a982;
	padding: 30px 80px;
	width: 400px;
	background: #fff;
}

#Container > nav {
	order: 1;
	border: 2px solid #c5a982;
	width: 160px;
	background: #fff;
}

#Container #Item {
	font-size: 1.6rem;
	line-height: 1.8em; /*.modal-content .slider{
			.arrow{
				position:absolute;
				top:200px;
				width:40px;
				color:$clBase04;
				font-size:40px;
				cursor:pointer;
				transform:rotate(90deg) scaleY(0.5);
				&.prev{left:-40px;}
				&.next{right:-40px;}
			}

			.slick-dots{
				position:relative;
				bottom:0;
				margin-top:10px;
				text-align:left;
				li{
					margin:0 8px 8px 0;
					border:1px solid $clBase04;
					width:58px;
					height:58px;
					&:nth-of-type(6n){
						margin-right:0;
					}
					button:before{display:none;}
					&.slick-active{
						border-color:$clBase01;
						background:$clBase01;
						img{
							opacity:0.5;
							transition:all 0.4s;
						}
					}
				}
			}
			@include mq(){
				margin:0 auto 30px;
				width:500px;
				.arrow{
					top:220px;
					width:60px;
					font-size:60px;
					&.prev{left:-60px;}
					&.next{right:-60px;}
				}

				.slick-dots{
					margin-top:20px;
					text-align:center;
					li{
						margin:0 6px 10px !important;
						width:58px;
						height:58px;
						button:before{display:none;}
						&.slick-active{
							border-color:$clBase01;
							background:$clBase01;
							img{
								opacity:0.5;
								transition:all 0.4s;
							}
						}
					}
				}
			}
		} // .slider
	*/ /*	h1{
			font-size:2.0rem;
			line-height:1.2em;
			@include ft(min);
			font-weight:600;
			.sub{
				font-size:0.9em;
			}
			@include mq(){
				font-size:4.0rem;
				line-height:1.2em;
			}
		}
		table{
			margin:15px auto;
			border-width:2px 0;
			border-style:solid;
			border-color:$clBase04;
			width:100%;
			text-align:left;
			th,td{
				padding-bottom:15px;
				vertical-align:top;
			}
			tr:first-child{
				th,td{
					padding-top:15px;
				}
			}
			th{
				padding-right:10px;
				white-space:nowrap;
			}
			@include mq(){
				margin:20px auto 50px;
			}
		}

		.shop a{
			display:inline-block;
			width:190px;
			background:$clBase04;
			@include mq(){
				width:auto;
			}
			&:hover{
				background:$clBase01;
			}
		}*/
}

#Container > nav > h1 {
	padding-bottom: 2px;
	background: #c5a982;
}

#Container > nav ul {
	line-height: 1em;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
}

#Container > nav ul a,
#Container > nav ul span {
	display: block;
	padding: 8px 10px 10px;
	color: #a0d5e5 !important;
	text-decoration: none !important;
}

#Container > nav ul a:hover,
#Container > nav ul span {
	background: rgba(41, 180, 185, 0.5);
}

@media screen and (min-width: 1025px) {

.sp {
	display: none !important;
}

}

@media screen and (max-width: 1024px) {

body {
	font-size: 2.6rem;
	line-height: 1.6em;
}

.pc {
	display: none !important;
}

#img1 {
	top: 750px;
	left: -280px;
	width: 500px;
}

#img2 {
	top: 300px;
	right: -110px;
	width: 500px;
}

#img3 {
	top: 1090px;
	left: inherit;
	right: 8%;
	width: 300px;
}

#img4 {
	display: none;
}

#img5 {
	display: none;
}

#img6 { /*top: 1200px;
		   right: inherit;
		   left: 5%;
		   width: 500px;*/
	display: none;
}

#img7 {
	display: none;
}

#img8 {
	display: none;
}

#img9 {
	display: none;
}

#img10 {
	top: 1250px;
	right: inherit;
	left: -12%;
	width: 330px;
}

#img11 {
	display: none;
}

.f01 {
	top: -70px;
	left: 15%;
	width: 50px;
}

.f02 {
	top: 150px;
	left: 8%;
	right: inherit;
	width: 60px;
}

.f03 {
	top: -1300px;
	left: inherit;
	right: 13%;
	width: 62px;
	filter: brightness(0) saturate(100%) invert(87%) sepia(84%) saturate(3503%) hue-rotate(166deg) brightness(94%) contrast(96%);
}

.f04 {
	top: -910px;
	right: inherit;
	left: 12%;
	width: 90px;
}

.f04 img {
	transform: rotate(-25deg);
}

.f05 {
	top: -800px;
	left: inherit;
	right: 7%;
	width: 60px;
	filter: brightness(0) saturate(100%) invert(62%) sepia(96%) saturate(337%) hue-rotate(154deg) brightness(99%) contrast(77%);
}

.f05 img {
	transform: rotate(20deg);
}

#Wrap {
	margin-top: 70px;
}

#Nav {
	display: block;
	padding: 0;
}

#Nav h1 {
	position: relative;
	z-index: 10;
	padding: 0 20px;
	background: #29b4b9;
	text-align: left;
	height: 60px;
	display: flex;
	align-items: center;
}

#Nav h1 img {
	height: 35px;
}

#Nav .nav_inner {
	overflow: auto;
	display: block;
	position: fixed;
	left: 0;
	top: -200%;
	z-index: 10; /*padding:200px 0;*/
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	transition: top 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Nav .nav_inner .in_in {
	width: 100%;
}

#Nav .nav_inner .nav_logo img {
	max-width: 400px;
	width: 100%;
}

#Nav .nav_inner ul > li {
	margin: 30px 0;
	max-width: 550px;
	width: 100%;
	background: #22b2d5;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
}

#Nav .nav_inner ul > li a {
	padding: 0;
	line-height: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Nav .nav_inner ul > li a:hover {
	padding: 0;
	background-image: none;
}

#Nav .nav_inner ul > li a img {
	height: 40px;
	width: auto;
}

#Nav .nav_inner .share_nav img {
	max-width: 130px;
	width: 100%;
}

#Nav .nav_inner .snsBoxData {
	line-height: 0;
	margin-top: 50px;
}

#Nav .nav_inner .snsBoxData .bro-snsbox > div > div {
	margin: 0 25px;
}

#Nav .nav_inner .snsBoxData .bro-snsbox.bro-circle-view > div > div {
	width: 100px !important;
	transition: 0.3s;
}

#Nav .nav_inner .snsBoxData .bro-snsbox.bro-circle-view > div > div:hover {
	transform: translate(0px, -5px);
}

#Nav.show .nav_inner {
	top: 0;
}

#Nav.show ul {
	flex-direction: column;
	height: auto;
	margin: 30px 0;
}

#Nav.show .oc {
	background-image: url(../img/btn_menu_close.png);
	top: 30px;
	right: 40px;
	width: 80px;
	height: 80px;
}

footer {
	font-size: 1.6rem;
}

footer .snsBoxData {
	margin-top: 50px;
}

footer .snsBoxData .bro-snsbox > div > div {
	margin: 0 13px;
}

footer .snsBoxData .bro-snsbox.bro-circle-view > div > div {
	width: 60px !important;
}

footer .caution {
	margin: 30px 0 0;
}

footer .caution li {
	line-height: 1;
}

footer .copy {
	margin-top: 20px;
}

#Main {
	padding: 0;
}

#Main .slider {
	max-width: 100%;
}

#Main .slider img {
	width: 100%;
}

#Lineup h1 {
	background: #22b2d5;
	padding: 20px 0 20px;
}

#Lineup h1 img {
	height: 60px;
}

#Lineup .modal-open {
	flex-direction: column;
}

#Lineup .modal-open .img {
	margin-bottom: 50px;
}

#Lineup .modal-container {
	padding-bottom: 200px;
}

#Lineup .modal-content .modal_inner {
	flex-direction: column;
}

#Lineup .modal-content .modal_inner .modal_left {
	max-width: inherit;
}

#Lineup .modal-content .modal_inner .modal_left .name {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

#Lineup .modal-content .modal_inner .modal_left .name span {
	font-size: 3.5rem;
}

#Lineup .modal-content .modal_inner .modal_right {
	max-width: inherit;
}

#Lineup .modal-content .modal_inner .modal_right .price {
	font-size: 3rem;
	padding: 25px 0;
	margin: 30px 0 32px;
}

#Lineup .modal-content .modal_inner .modal_right .note {
	font-size: 2rem;
}

#Lineup .modal-content .modal_inner .modal_right .store {
	max-width: 500px;
	margin-top: 70px;
}

#Lineup .modal-slider .slick-dots li {
	margin: 0 22px 10px 0;
	width: 100px;
	height: 100px;
}

#About h1 {
	background: #22b2d5;
	padding: 20px 0 20px;
}

#About h1 img {
	height: 60px;
}

#About .about_whats article p.txt:not(:nth-of-type(1)) {
	margin-top: 50px;
}

#About .about_whats article {
	margin-top: 20px;
	padding: 30px 15px 50px 35px;
	max-width: 800px;
	background-position: 95% 50%;
	background-size: auto 330px;
	margin: 0 auto;
}

#About .about_whats article h1 {
	margin-bottom: 30px;
	background: none;
	padding: 0;
}

#About .about_whats article h1 img {
	width: 100%;
	height: auto;
}

#About .rc_official {
	margin: 50px auto 0px;
}

#About .rc_official .link {
	max-width: 500px;
	width: 100%;
}

#About .rc_official .link a {
	text-align: center;
}

#Twitter > div {
	width: 564px;
}

#Twitter > div iframe {
	height: 394px !important;
}

#Container {
	display: block;
	padding: 130px 40px;
	max-width: 100%;
}

#Container #Item {
	padding: 60px 80px;
	width: auto;
}

#Container > nav {
	margin-top: 50px;
	width: auto;
}

#Container #Item {
	font-size: 2rem;
	line-height: 1.8em;
}

}

@keyframes fadeup {

0% {
	opacity: 0;
	transform: translateY(5px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=../map/style.css.map */
