@charset "UTF-8";
body {
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #4b4b4b;
	background: #fff;
	height: 100%;
	position: relative;
	background-attachment: fixed;
	    word-wrap: break-word;
    overflow-wrap: break-word;
}

main{
	background: #fec6d7;
	background-attachment: fixed;
	
}

.center{
	text-align: center;
}

a {
	color: #0000ff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #0000ff;
	outline: none;
}
p {
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 400;
}
h2 {
	font-size: 50px;
}

@media screen and (max-width: 768px) {
	body {
	background: #000 ;

}
h2 {
	font-size: 30px;
}
}
h3 {
	font-size: 30px;
}
h3 span {
	background: #f24098;
	padding: 0 .6em;
	display: inline-block;
}
h4 {
	font-size: 26px;
}

::-webkit-selection {
 color: #818892;
 background: #f9f6f0;
}

::-moz-selection {
 color: #818892;
 background: #f9f6f0;
}
::selection {
	color: #818892;
	background: #f9f6f0;
}
#headerArea {
	/*position: absolute;*/
	position:fixed;
	z-index: 99;
	width: 100%;
	opacity: 1;
	top: 0;
	background: #fff;
	box-shadow: 0px 0px 5px 0px #d1d1d1;
	-moz-box-shadow: 0px 0px 5px 0px #d1d1d1;
	-webkit-box-shadow: 0px 0px 5px 0px #d1d1d1;
}

@media screen and (max-width: 768px) {
#headerArea {
	margin-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	padding-bottom:8px;
}
#headerArea .navbar-brand {
	color: #fff !important;
}
#headerArea #navbar li a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#headerArea #navbar li a:hover {
}
#headerArea #navbar li a span:before {
	background: transparent !important;
}
/**/
#headerArea #navbar li.active a {
	background: transparent;
	background: none;
}
#headerArea #navbar li.active a span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
}
#headerArea .navbar {
	padding-bottom: 0;
	margin-bottom: 0;
}
#headerArea #navbar li a {
	position: relative;
	color: #fff;
}
#headerArea #navbar li a span {
	position: relative;
	display: block;
	padding-bottom: 2px;
}
#headerArea #navbar li a span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#headerArea #navbar li a:hover {
}
#headerArea #navbar li a:hover span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
/**/
#headerArea #navbar li.active a {
	background: transparent;
	background: none;
}
#headerArea #navbar li.active a span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#headerArea .navbar-brand {
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat left top;
	width: 195px;
	height: 51px;
	text-indent: -9999px;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
#headerArea .navbar-brand {
	/*width: 121px;*/
	background-size: 100% auto;
	height: 60px;
}
}
#headerArea .navbar-brand span {
	color: #f24098;
}
#headerArea.navbar-fixed-top {
	position: fixed !important;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	top: 0;
}
#headerArea.navbar-fixed-top .navbar-brand {
	color: #fff;
}
#headerArea.navbar-fixed-top #navbar li a {
	color: #ffffff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#headerArea.navbar-fixed-top #navbar li a:hover {
	color: #ffffff;
}
#headerArea.navbar-fixed-top #navbar li.active a {
	background: transparent;
	background: none;
	color: #ffffff;
}
#headerArea.navbar-fixed-top #navbar li.active a span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#headerArea .navbar-default {
	border: transparent;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

@media screen and (max-width: 768px) {
#headerArea .navbar-default {
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
}
#headerArea .navbar-default .brand-slogan {
	margin: 28px 0 0 15px;
	float: left;
	letter-spacing: 2px;
	color: #adadad;
}
#headerArea .navbar-default .brand-slogan em {
	color: #f24098;
	font-style: normal;
}
#headerArea a {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
body {
	overflow-x: hidden;
}
.owl-carousel-main .owl-stage-outer {
	overflow: visible;
}

@media screen and (max-width: 768px) {
.owl-carousel-main .item {
	padding-top: 120px !important;
}
}
.section-heading {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 50px;
	clear: both;
}
.section-heading h2 {
	font-size: 40px;
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding-bottom: 0px;
	line-height: 1.5;
}
.section-heading h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #ffffff;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	display: none;
}

@media screen and (max-width: 768px) {
.section-heading h2 {
	font-size: 30px;
}
}

@media screen and (max-width: 375px) {
.section-heading h2 {
	font-size: 24px;
}
}
.section-heading h3 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

@media screen and (max-width: 768px) {
.section-heading h3 {
	font-size: 24px !important;
	line-height: 34px;
}
}

@media screen and (max-width: 375px) {
.section-heading h3 {
	font-size: 20px !important;
}
}
.btn {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.snsArea{
	padding: 0em 0 1.4em;
	float: right;
}
#homeArea {
	padding: 1em 0 7em 0;
	padding-bottom:0px;
	clear: both;
}
#contents_youtube, #contents_campaign, #contents_itemList, #contents_point, #contents_banner, #contents_info, #contents_cam,#block1, #block2, #block3, #block4, #block5, #block6, #block7, #block8, #block9,#block10 {
	padding: 7em 0;
}

@media screen and (max-width: 480px) {
.snsArea {
	/*padding: 0em 0 2em;*/
padding:0;
	float:none;
}
	
	.snsArea img{
		
		width:100%;
		text-align:center;
	float:none;
	}
#homeArea {
	padding: .6em 0 5em 0;
	padding-bottom:0px;
}
#contents_youtube, #contents_campaign, #contents_itemList, #contents_point, #contents_banner, #contents_info, #contents_cam,#block1, #block2, #block3, #block4, #block5, #block6, #block7, #block8, #block9,#block10 {
	padding: 5em 0;
}
	
	#contents_info{padding-top:0px;}
}
#secondArea h3 {
	font-size: 30px;
}
#secondArea .img-feature-1 {
	-webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	-ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	-o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}
.nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #ff0000;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}


.nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 25px;
	height: 3px;
	color: #ff0000;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #ff0000;
	transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 25px;
	height: 3px;
	background: #ff0000;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nav-toggle i::before {
	top: -7px;
}
.nav-toggle i::after {
	bottom: -7px;
}

.nav-toggle:hover i::before {
	top: -10px;
}
.nav-toggle:hover i::after {
	bottom: -10px;
}
.nav-toggle.active i {
	background: transparent;
}
.nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.nav-toggle {
	position: absolute;
	top: 12px;
	right: 0px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
.nav-toggle {
	display: block;
}
}
#footer {
	padding: 50px 0;
	color: #000;
	background: #fff;
	clear: both;
}
#footer .row {
	background: #2d2d2d;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#footer .copyright {
	margin-bottom: 0px;
	padding-bottom: 0;
}
.owl-carousel .owl-controls .owl-nav {
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
	opacity: 1;
}
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
	background: transparent !important;
	border: 2px solid #ffffff !important;
}
.owl-carousel .owl-controls, .owl-carousel-posts .owl-controls {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
.owl-carousel .owl-controls .owl-nav {
	display: none;
}
}
.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	top: 50%;
	margin-top: -29px;
	z-index: 9999;
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next i:before, .owl-carousel .owl-controls .owl-nav .owl-prev i:before {
	color: rgba(255, 255, 255, 0.5);
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	top: 24%;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
	color: white;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
	color: white;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
	color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
	color: #000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
	color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
	color: #fff;
}

@media screen and (max-width: 768px) {
.owl-theme .owl-controls .owl-nav {
	display: none;
}
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
	font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
	background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	background: none !important;
}
.owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.owl-carousel-fullwidth.owl-theme .owl-dots {
	bottom: 0;
	margin-bottom: 2.5em;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.2) !important;
	border: 2px solid transparent !important;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
	background: none;
	background: black !important;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
	background: black !important;
	background: transparent !important;
	border: 2px solid #000 !important;
}
.owl-carousel-main.owl-direction:before {
	color: #000 !important;
}
.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
	height: 860px;
	display: table;
	width: 100%;
}

@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
	height: inherit;
	padding: 5em 0;
	padding: 0;
	text-align: center;
}
}
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
	position: relative;
}
.owl-carousel-fullwidth .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	position: relative;
}
.owl-carousel-fullwidth .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 8;
}
.owl-carousel-fullwidth .item img {
	max-width: 100%;
}
.owl-carousel-fullwidth .item .mobile-image {
	position: relative;
	z-index: 99999999;
}
.owl-carousel-fullwidth .item .mobile-image .mobile {
	float: right;
	text-align: right;
	position: relative;
	bottom: -12em;
}

@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item .mobile-image .mobile {
	bottom: 0em;
	text-align: center;
	float: none !important;
	margin: 0 auto;
	display: block;
}
}
.owl-carousel-fullwidth .item .mobile-image .mobile img {
	max-width: 100%;
}
.owl-carousel-fullwidth .item .fh5co-owl-text {
	display: table-cell;
	vertical-align: middle;
	z-index: 10;
	position: relative;
}
.owl-carousel-fullwidth .item .fh5co-owl-text a {
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
	color: #fff;
	margin: 0;
	padding: 0;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
}

@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
}
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
	font-size: 30px;
	line-height: 30px;
	line-height: 42px;
	font-weight: 100;
	margin-bottom: 30px;
	color: white;
}

@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
	font-size: 24px;
	line-height: 34px;
}
}
#firstArea {
	background: #f24098;
	color: #ffffff;
}
#firstArea .section-heading h2 {
	color: #fff;
}
.owl-carousel-center .owl-stage-outer {
	overflow: visible;
}
.owl-carousel-center .owl-item {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	z-index: 18;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
	-ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
	-o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
	box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.owl-carousel-center .owl-item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.owl-carousel-center .owl-item.center {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 999;
	-webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	-ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	-o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
	box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}
.owl-carousel-center .owl-dots {
	bottom: -80px;
}

@media screen and (max-width: 480px) {
.owl-carousel-center .owl-dots {
	bottom: -60px;
}
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: 2px solid transparent;
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
	background: none;
	background: white;
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
	background: white;
	background: transparent;
	border: 2px solid #fff;
}
.js .to-animate, .js .to-animate-2, .js .single-animate {
	opacity: 0;
}
.js .animate-box {
	opacity: 0;
}

@media screen and (max-width: 480px) {
.col-xxs-12 {
	float: none;
	width: 100%;
}
}
.row-bottom-padded-lg {
	padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-lg {
	padding-bottom: 2em;
}
}
.row-bottom-padded-md {
	padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-md {
	padding-bottom: 2em;
}
}
.row-bottom-padded-sm {
	padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-sm {
	padding-bottom: 2em;
}
}
.fh5co-animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/**/
.btnWhite a, #headerArea #navbar li.btnWhite.active a {
	padding: 10px !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #e0e0e0), color-stop(0.01, #fff));
	background: -webkit-linear-gradient(top, #fff 1%, #e0e0e0 99%);
	background: -moz-linear-gradient(top, #fff 1%, #e0e0e0 99%);
	background: -o-linear-gradient(top, #fff 1%, #e0e0e0 99%);
	background: -ms-linear-gradient(top, #fff 1%, #e0e0e0 99%);
	background: linear-gradient(to bottom, #fff 1%, #e0e0e0 99%);
	color: #f24098 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#homeArea .firstbox {
	padding: 1em;
	background: #fff;
	box-shadow: 0px 0px 5px 0px #d1d1d1;
	-moz-box-shadow: 0px 0px 5px 0px #d1d1d1;
	-webkit-box-shadow: 0px 0px 5px 0px #d1d1d1;
}

@media screen and (max-width: 375px) {
#homeArea .firstbox {
	margin: 0 auto;
	width: 90%;
}
}
.red {
	color: #f24098;
}
.fsl {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 375px) {
.fsl {
	font-size: 14px;
	line-height: 1.6em;
}
}
.txt {
	font-size: 30px;
	color: #ffff00;
}

@media screen and (max-width: 375px) {
.txt {
	font-size: 18px;
}
}
#firstArea .box {
	box-shadow: 0px 0px 5px 0px #d1d1d1;
	-moz-box-shadow: 0px 0px 5px 0px #d1d1d1;
	-webkit-box-shadow: 0px 0px 5px 0px #d1d1d1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	padding: .8em;
	float: left;
	margin-left: -7px;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: left;
	color: #4b4b4b;
	width: 278px;
}
#firstArea .box:nth-child(4n) {
	margin-right: 0;
	clear: left;
}
#firstArea .box p {
	margin-bottom: 0;
}
#firstArea .box span {
	font-size: 82.5%;
	line-height: 1.2em !important;
}

@media screen and (max-width: 1340px) {
#firstArea .box {
	margin-left: 0;
	margin-right: 1em;
}
}

@media screen and (max-width: 768px) {
.double {
	float: left;
	margin: 1em .8em;
}
.box {
	width: 46% !important;
	padding: .4em;
	margin: 0.4em !important;
	line-height: 1.4em;
}
.box p {
	font-size: 82.5%;
	font-weight: bold;
}
}
.text {
	clear: both;
}

@media screen and (max-width: 768px) {
.text {
	text-align: left;
}
}
.text dt {
	border-bottom: 5px #000 solid;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
.price {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	color: #e71e0f;
}
span.priceFont {
	font-family: tahoma !important;
	font-size: 120% !important;
}
h6 {
	font-size: 160%;
	text-align: center;
	margin: 2% auto;
	background: none;
	font-weight: bold;
}
.attention5 {
	color: #000;
	font-size: 60% !important;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px 20px;
}
.color_black {
	color: #000;
}
.btnWhiteL {
	margin: 3em 0 6em 0;
}
.btnWhiteL a {
	padding: 0.6em 1.4em !important;
	background: #fff;
	color: #f24098 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	font-size: 34px;
}

@media screen and (max-width: 768px) {
.btnWhiteL a {
	font-size: 18px;
}
}
.btnWhiteL a.arrow::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 5px solid #f24098;
	border-right: 5px solid #f24098;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 52%;
	margin-top: -7px;
}
.yellow {
	color: #ffff00;
}
#secondArea {
	background: #fff2f8;
}
#secondArea h2 {
	color: #f24098;
}
#secondArea .board {
	background: #f24098;
	color: #ffffff;
	font-size: 22px;
	padding: 1.4em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 768px) {
#secondArea .board {
	font-size: 14px;
	padding: .8em;
}
}
#secondArea h3 {
	font-size: 22px;
	color: #f24098;
	background: none;
	margin: 2em 0 1em 0;
	line-height: 1.6em;
}

@media screen and (max-width: 768px) {
#secondArea h3 {
	font-size: 20px;
	margin: 1em 0 .6em 0;
}
}
#secondArea ul {
	list-style-type: none;
	padding: 0;
}

@media screen and (max-width: 768px) {
#secondArea ul {
	margin: 0;
}
}
.btnPinkL {
	margin: 3em auto;
	text-align: center;
}
.btnPinkL a {
	padding: 0.6em 1.4em !important;
	background: #f24098;
	color: #ffffff !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	font-size: 34px;
}

@media screen and (max-width: 768px) {
.btnPinkL a {
	font-size: 16px;
	white-space: nowrap;
	padding: 0.6em 1.8em !important;
}
}
.btnPinkL a.arrow::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 52%;
	margin-top: -7px;
}
.btnRedL {
	margin: 3em auto;
	text-align: center;
}
.btnRedL a {
	padding: 0.6em 1.4em !important;
	background: #d8263c;
	color: #ffffff !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	font-size: 34px;
}

@media screen and (max-width: 768px) {
.btnRedL a {
	font-size: 16px;
	white-space: nowrap;
	padding: 0.6em 1.8em !important;
}
}
.btnRedL a.arrow::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 52%;
	margin-top: -7px;
}
h4 {
	position: relative;
	padding: 5px 20px;
	margin-top: 15px;
	font-size: 180%;
	color: #333;
	background: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #fff,  2px 2px 0 #999;
	border-top: #333 solid 3px;
	border-bottom: #333 solid 3px;
	margin:10px;
}

@media screen and (max-width: 768px) {
h4 {
	font-size: 20px;
	margin: 1em;
	width: 90%;
	text-align: center;
}
}

@media screen and (max-width: 375px) {
h4 {
	font-size: 16px;
	margin: 1em 0;
	width: 100%;
	text-align: center;
}
}
h5 {
	font-size: 20px;
	color: #d8263c;
}

@media screen and (max-width: 768px) {
h5 {
	font-size: 18px;
	margin: 1em;
}
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
ul {
	/*margin: 1em 0;*/
}
}
.forthArea {
	background: #f4f4f4;
}
h4.normal {
	font-size: 20px;
	border: none;
	padding: 0;
	clear: left;
	display: block;
}

@media screen and (max-width: 768px) {
h4.normal {
	margin-bottom: 1em;
}
}
.btnBlue a {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #4096ee;
	width: 100%;
	color: #fff;
	font-size: 16px;
	margin-top: 1em;
	padding: 0.6em;
	text-align: center;
}
footer h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1.5em;
	border: none;
}
ul.footer_link {
	float: left;
	width: 260px;
	text-align: left;
	margin-right: 20px;
	border-right: 1px solid #575757;
	min-height: 260px;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
ul.footer_link {
	border-right: none;
	min-height: auto;
	width: 48%;
	float: left;
	margin: 0 0 1em;
}
}
ul.footer_link:last-child {
	border-right: none;
}
ul.footer_link a {
	color: #fff;
	font-weight: normal;
}
.copy {
	clear: both;
	text-align: center;
	padding-top: 80px;
	background: url(/extra/assets/img/landing/dvdTest1/flogo.png) no-repeat center 20px;
	background: url(/extra/assets/img/landing/dvdTest1/flogo.png) no-repeat center 20px;
}

@media screen and (max-width: 768px) {
.copy {
	background-size: 80% auto;
	border-top: 1px solid #575757;
	padding-top: 60px;
	margin-top: 20px;
}
}
#back-top {
	position: relative;
	width: 55px;
	height: 55px;
	background-color: #ededed;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.arrowup {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 5px solid #ededed;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	top: 22px;
	left: 17px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
/*動画レスポンシブ*/
.movieArea {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieArea iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*背景色調整*/
.row {
	background: #fff;
	box-shadow: 0px 0px 5px 0px #d1d1d1;
	-moz-box-shadow: 0px 0px 5px 0px #d1d1d1;
	-webkit-box-shadow: 0px 0px 5px 0px #d1d1d1;
}
/*セットリストアコーディオン*/
.accordion {
	background: url(/extra/assets/img/landing/dvdTest1/song_title.png) no-repeat left top;
	padding-left: 200px;
	overflow: hidden;
	min-height: 220px;
}
.accordion dt {
	display: none;
}
.accordion dd {
	display: block;
}

@media screen and (max-width: 768px) {
.accordion {
	background: url(none);
	padding-left: 0;
	min-height: auto;
}
.accordion dt {
	display: block;
	border: 3px solid rgba(255,75,78,1.00);
	color: rgba(255,69,73,1.00);
	padding: 1em;
}
.accordion dd {
	display: none;
}
}
h5 {
	position: relative;
	color: #fff;
	background-color: #FF0004;
	font-size: 1.143em;
	font-weight: bold;
	margin: 0 -1.8em 1.5em -1.8em;
	padding: 0.8em;
	box-shadow: 0 1px 3px #777;
	-moz-box-shadow: 0 1px 3px #777;
	-webkit-box-shadow: 0 1px 3px #777;
	-o-box-shadow: 0 1px 3px #777;
	-ms-box-shadow: 0 1px 3px #777;
	text-align: center;
}
h5:after, h5:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #001b33;
}
h5:before {
	right: 0;
	border-left: 5px solid #001b33;
}
h5:after {
	left: 0;
	border-right: 5px solid #001b33;
}

@media screen and (max-width: 768px) {
h5 {
	position: inherit;
	margin: 0 -0.6em 1.5em -0.6em;
	padding: 0.8em;
	box-shadow: 0 1px 3px #777;
	-moz-box-shadow: 0 1px 3px #777;
	-webkit-box-shadow: 0 1px 3px #777;
	-o-box-shadow: 0 1px 3px #777;
	-ms-box-shadow: 0 1px 3px #777;
	text-align: center;
}
h5:after, h5:before {
	content: none;
}
h5:before {
	right: 0;
	border-left: 0;
}
h5:after {
	left: 0;
	border-right: 0;
}
}
/*ボタン*/
.btnArea {
	display: inline;
}
.btnArea > li {
	margin-top: 10px;
}

@media screen and (max-width: 480px) {
.btnArea > li {
	margin-top: 10px;
}
}
.btnArea > li > a {
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	width: 460px;
	display: block;
	text-align: center;
	position: relative;
	font-size: 120%;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
.btnArea > li > a {
	width: auto;
	margin: 1%;
	font-size: 100%;
	text-align: center;
}
}
.btnArea > li > a.btn_3 {
	padding: 15px 20px 15px 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 290px;
	display: block;
	text-align: center;
	font-size: 90%;
}
.btnArea > li > a.btn_4 {
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 225px;
	display: block;
	text-align: center;
	font-size: 74%;
}
.btnArea > li > a.btn_5 {
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 160px;
	display: block;
	text-align: center;
	font-size: 80%;
}
.btnArea > li > a.btn_itemLink {
	background-color: #ea9aaf;
	background: -moz-linear-gradient( top, #ea9aaf 0%, #e93a77);
	background: -webkit-gradient( linear, left top, left bottom, from(#ea9aaf), to(#e93a77));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d62430;
	-moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 250px;
	display: block;
	text-align: center;
	font-size: 100%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
a.btnColor_box {
	background-color: #ff6cc3;
}
a.btnColor_single {
	background-color: #ff6cc3;
}
a.btnColor_ske {
	background-color: #f9b500;
}
a.btnColor_hkt {
	background-color: #000;
}
a.btnColor_nmb {
	background-color: #744F1A;
}
a.btnColor_navy {
	background-color: #0c0e49;
	background: -moz-linear-gradient( top, #234290 0%, #006fbe);
	background: -webkit-gradient( linear, left top, left bottom, from(#234290), to(#006fbe));
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 0px solid #ffffff;
	-moz-box-shadow: 0px 3px 11px rgba(000, 000, 000, 0), inset 0px 0px 1px rgba(000, 111, 190, 1);
	-webkit-box-shadow: 0px 3px 11px rgba(000, 000, 000, 0), inset 0px 0px 1px rgba(000, 111, 190, 1);
	box-shadow: 0px 3px 11px rgba(000, 000, 000, 0), inset 0px 0px 1px rgba(000, 111, 190, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
a.btnColor_pink {
	background-color: #ea9aaf;
	background: -moz-linear-gradient( top, #ea9aaf 0%, #e93a77);
	background: -webkit-gradient( linear, left top, left bottom, from(#ea9aaf), to(#e93a77));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d62430;
	-moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
a.btnColor_green {
	color: #ffffff;
	background-color: #37c437;
	background: -moz-linear-gradient( top, #37c437 0%, #146600);
	background: -webkit-gradient( linear, left top, left bottom, from(#37c437), to(#146600));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #134201;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
a.btnColor_gold {
	color: #ffffff;
	background-color: #ffd919;
	background: -moz-linear-gradient( top, #ffd919 0%, #6e3e3e);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffd919), to(#6e3e3e));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow: 0px 1px 3px rgba(005, 000, 005, 0.5), inset 0px 0px 2px rgba(240, 228, 240, 0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(005, 000, 005, 0.5), inset 0px 0px 2px rgba(240, 228, 240, 0.7);
	box-shadow: 0px 1px 3px rgba(005, 000, 005, 0.5), inset 0px 0px 2px rgba(240, 228, 240, 0.7);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
a.btnColor_red {
	color: #ffffff;
	background-color: #37c437;
	background: -moz-linear-gradient( top, #fb0509 0%, #9e1e20);
	background: -webkit-gradient( linear, left top, left bottom, from(#fb0509), to(#9e1e20));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e31d21;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.btnArea > li > a.btn_contact {
	background-color: #26292e;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 250px;
	display: block;
	text-align: center;
	font-size: 100%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.btnArea > li > a:hover {
	text-decoration: underline;
	color: #fff;
	text-shadow: 0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
ul.btnArea > li a::before, ul.btnArea > li a::after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
ul.btnArea > li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.btnArea > li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btnArea > li > a.btn_addInfo {
	padding: 20px 20px 20px 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	width: 500px;
	display: block;
	text-align: center;
	position: relative;
	margin: 0 auto;
	font-size: 150%;
	/*
	background-color: #ea9aaf;
	background: -moz-linear-gradient( top, #ea9aaf 0%, #e93a77);
	background: -webkit-gradient( linear, left top, left bottom, from(#ea9aaf), to(#e93a77));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d62430;
	-moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
	*/
}

@media screen and (max-width: 480px) {
.btn_addInfo {
	width: 90%;
}
	
.btnArea > li > a.btn_addInfo {
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	width: auto;
	display: block;
	text-align: center;
	position: relative;
	margin: 0 auto;
	font-size: 100%;
	margin: -3em 1em 1em 1em ;
	/*
	background-color: #ea9aaf;
	background: -moz-linear-gradient( top, #ea9aaf 0%, #e93a77);
	background: -webkit-gradient( linear, left top, left bottom, from(#ea9aaf), to(#e93a77));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d62430;
	-moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
	*/
}
	
	.mainTtl h2 {
    font-size: 110%;
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 7px 0 7px 0;
    color: #fff;
    background-color: #000;
    /* text-shadow: 0 0 20px #ffffff; */
    font-weight: bold;
    margin-bottom: 15px;
}
	
	
	
}
.btn_addInfo:hover {
	text-decoration: underline;
	text-shadow: 0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.btn_addInfo::before, .btn_addInfo::after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
.btn_addInfo::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_addInfo::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.dataTitle {
	position: relative;
	margin: 0 0 1.5em;
	padding: 1.0em;
	background: #005bac;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.dataTitle_3 {
	position: relative;
	margin: 0 0 1.5em;
	padding: 1.0em;
	background: #005bac;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.dataTitle_3:after {
	position: absolute;
	bottom: -15px;
	left: 10%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #005bac;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}
.col-md-4 img {
	padding: 1em;
}
.snsb li {
	float: left;
	margin-right: 12px;
	list-style-type: none;
}
.songs {
	margin-right: 50px;
}
.col-xs-6 img {
	padding: .4em 0;
}


/*======================================
 じゃんけん大会　
======================================*/
.unitAreaUnitName{
	color:#f98dc1;
	font-weight: bold;
	text-align: center;
	}
/*　リンク設定　*/
.unitLink{}
.unitLink ul{
	display: inline-table;
	width:100%;
}
.unitLink ul > li{
	display:table-cell;
	text-align: center;
}

.unitLink ul > li > a{
	margin:10px;
	display:block;
	background:#666;
	color:#FFF;
	font-weight: bold;
}

/*　ユニットエリア　*/
.unitAreaBox{
	/*display: flow-root;*/
	display: table;
	clear:both;
	margin-bottom:30px;
}

.unitArea{}
.unitAreaList{
    float:left;
	display:inline-table;
	width:50%;

}
.unitAreaListProduct{
	clear:both;
	margin-bottom:20px;
	display:table;
}
.productBox{
	/*display: inline-block;*/
	float:left;
	width:33%;
	padding:5px;
	color:#000;
	display:table-cell;
	line-height:1.2;
}

a:hover .productBox{
	text-decoration: underline;
}

.productBoxPrice{
	text-align:center;
	font-size: 110%;
	font-weight: bold;
}
.productBoxTtl{
	text-align:center;
}

/*　メンバー一覧　*/
.unitAreaListMember{
	clear:both;
	background: #f5f5f5;
	padding:5px;
	margin:7px;
	display: flow-root;
	border:dashed 2px #ccc;
}

.unitAreaListMember:after {
  display: block;
  clear: both;
  content: "";
}

.unitAreaListMember ul > li{
	float:left;
	margin:auto 10px;
	font-weight: bold;
	line-height:1.3;
}


.logo {
	position: absolute;
	float:left;
	font-weight: bold;
	line-height: 70px;
	padding-right:50px;
}
.logo a{
	color:#FFF;
}

.headerNav{
	float:right;
	line-height: 70px;
	
}


.headerNav ul li.headerNavArea{
	float:none;
}
.headerNav ul li{
	float:left;
}

.headerNav ul li a{
	color:#FFF;
	padding:10px;
}


/*　開閉メニュー　*/

#acMenu{
float:right;
width:100%;
}
#acMenu dt{
	position:absolute;
	color:#FFF;
	right:0;
	float:right;
    display:block;
    text-align:center;
    cursor:pointer;
    background:url(../images/ico_open.png) 93% 50% no-repeat;
	background-size:10px;
	padding:10px;
    padding-right:28px;
	border:solid 1px #ccc;
	margin-top:15px;
    }
#acMenu dd{
    line-height:1.5;
    text-align:center;
    display:none;
	position:absolute;
	top:70px;
	background:#606060;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
    }
#acMenu dt.active{
    background:url(../images/ico_close.png) 93% 50% no-repeat;
	background-size:10px;
    }


/*-------------------------------------
 SP　レスポンシブ
--------------------------------------*/
.title,#box1{display:none;}

@media only screen and (min-width:376px) and (max-width:960px) {
/*tablet用のcssを記述*/
}
 
@media screen and (max-width:800px) {
	
#contents_point{
	padding:0;
	}
#acMenu{
float:right;
}
#acMenu dt{
	position:absolute;
	right:0;
	float:right;
    display:block;
    text-align:center;
    cursor:pointer;
   background:url(../images/ico_open.png) 97% 50% no-repeat;
	background-size:10px;
	padding:5px;
    padding-right:18px;
	font-size:90%;
	margin-right:10px;
    }
#acMenu dd{
    line-height:1.5;
    text-align:center;
    display:none;
	position: relative;
	top:55px;
    }
#acMenu dt.active{
      background:url(../images/ico_close.png) 97% 50% no-repeat;
	background-size:10px;
    }
	
.navbar {
    position: relative;
    min-height: 50px;
	}
	
	.logo{
		position: absolute;
		padding-left:5px;
		padding-right:0;
		line-height: 50px;
	}
	.logo img{
		width:100px;
	}
	
.headerNav{
	float:right;
	line-height: 70px;
	background: #000;
	
}


.headerNav ul li.headerNavArea{
	float:none;
}
.headerNav ul li{
	float:left;
}

.headerNav ul li a{
	color:#FFF;
}

		.unitLink ul{
		display:block;
		width:auto;
	}
	.unitLink ul > li{
		display: block;
		float:left;

	}
	
	.unitLink ul > li > a {
    margin: 5px;
		padding-left:5px;
		padding-right:5px;
}
	
	.unitAreaList{
		float:none;
		display:table;
	}
	.unitAreaList{
		width:100%;
	}
	.unitAreaListProduct{
		display: table;
		width:100%;
		text-align:center;
	}
	.productBox{
		display:table-cell;
		text-align:center;
		margin:inherit;
		padding:8px;
	}
	.unitAreaUnitName{
		padding-top:70px;
	}
	
	.unitAreaListMember ul > li{
	float:left;
	margin:auto 5px;
	font-weight: bold;
	font-size:75%;
	line-height:1.3;
}
	.productBox	{
		font-size:90%;
	}
.mainImg {
    padding-top: 100px;
}
	
}


@media screen and (max-width:980px) {
	.mainImg {
    padding-top: 80px;
}
	
	.col-md-3{
		width:50%;
		float:left;
	}
	
}




@media screen and (max-width: 480px) {
	.col-md-3{
		width:100%;
		float:none;
}
}



.textBoxArea{
	padding:15px;
}

.textBoxArea h4{
	padding:0;
	margin:0;
	border:none;
	text-align:left;
	font-size:110%;
 text-shadow: none;
	background: none;
}


.productMailnTtl{
	font-weight: bold;
	    text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}

.mainTtl h2 {
    font-size: 150%;
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 7px 0 7px 0;
    color: #fff;
    background-color: #000;
    /* text-shadow: 0 0 20px #ffffff; */
    font-weight: bold;
	margin-bottom:15px;
}
.mainTtl {
    padding-left: 0;
    padding-right: 0;
	margin-bottom:15px;
}


@media screen and (max-width: 768px){
	
main{
	background: #fec6d7;
	background-attachment: fixed;
	background-size: 140%;
	
}
	
	.mainTtl h2 {
    font-size: 100%;
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 7px 0 7px 0;
    color: #fff;
    background-color: #000;
    /* text-shadow: 0 0 20px #ffffff; */
    font-weight: bold;
    margin-bottom: 15px;
}
	
}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

@media screen and (max-width: 980px) {	
.snsArea {
padding:0;
float:none;
	text-align:center;
	margin-bottom:15px;
}

.snsArea img{
	width:70%;
	text-align:center;
	float:none;
	}
}



.topTxtArea{
	background: #ff0000;
	background: #ff0000;
	border:solid 2px #FFF;
	padding:15px;
	color:#FFF;
}

.topTxtArea strong{
	font-size:180%;
}

@media screen and (max-width: 480px) {
.sp_only {
	display: block;
}
.pc_only {
	display: none !important;
}
	
.snsArea {
	/*padding: 0em 0 2em;*/
padding:0;
	float:none;
	margin-bottom:15px;
	text-align:center;
}
	
	.snsArea img{
		
		width:100%;
		text-align:center;
	float:none;
	}

.topTxtArea{
	padding:15px;
	margin: 0 1%;

}	
	
.topTxtArea strong{
	font-size:100%;
}
	
}

/*　youtube　*/
.youtubeCode iframe{
	width:100%;
	height:350px;
}

@media screen and (max-width: 480px) {
.youtubeCode iframe{
	width:100%;
	height:180px;
}
	}







