@charset "utf-8";
/* CSS Document */

/*-----共通-----*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
	font-size: 1.4rem;
	heigh: 100%;
	overflow-x: hidden;
	line-height: 1.5;
	color: #fff;
}
html {
	font-size: 62.5%;
	background-color: #d4003b;
}
body, html {
	min-width: 320px;
	width: 100%;
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
}
a {
	color: inherit;
}
a:hover {
	opacity: 0.8;
}
a.link {
	text-decoration: underline;
	text-decoration-color: #109ad7;
	color: #109ad7;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.br-cp {
	display: none;
}
.br-sp {
	display: block;
}
.red {
	color: #ff0000;
}
.hLevel-2 {
	font-size: 2.2rem;
	color: #d4003b;
	width: 100%;
	height: 48px;
	background: -moz-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
	background: -webkit-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
	background: linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
	box-shadow: 0px 2px 25px 3px rgba(3, 3, 3, 0.2);
	margin-bottom: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
.hLevel-2::before, .hLevel-2::after {
	position: absolute;
	content: '';
	top: 100%;
	border: none;
	border-bottom: solid 15px transparent;
}
.hLevel-2::before {
	left: 0;
	border-right: solid 20px #333;
}
.hLevel-2::after {
	right: 0;
	border-left: solid 20px #333;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.bgBox_01 {
	margin: 0 10px;
}
.entryBtn a {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: none;
	border-radius: 50px;
	width: 90%;
	padding: 12px 10px;
	box-sizing: border-box;
	pointer-events: none !important;
}
.entryBtn a:hover {
	text-shadow: none;
	opacity: 0.7;
}

@media screen and (min-width:768px) {
.br-cp {
	display: block;
}
.br-sp {
	display: none;
}
.hLevel-2 {
	font-size: 3.6rem;
	width: 100%;
	max-width: 710px;
	height: 80px;
	margin: 0 auto 50px;
}
.hLevel-2::before, .hLevel-2::after {
	border-bottom: solid 30px transparent;
}
.hLevel-2::before {
	border-right: solid 35px #333;
}
.hLevel-2::after {
	border-left: solid 35px #333;
}
.bgBox_01 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.entryBtn a {
	font-size: 2rem;
	width: 380px;
	padding: 15px 10px;
}
}

@media screen and (min-width:768px) and ( max-width:1000px) {
.bgBox_01 {
	width: 95%;
}
}
/*-----ページトップに戻るボタン-----*/

.toPageTop {
	position: fixed;
	right: 10px;
	bottom: 65px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 53, 128,0.9);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	z-index: 101;
}
.toPageTop a {
	position: relative;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
}
.toPageTop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: -4px 0 0 -7px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width:768px) {
.toPageTop {
	right: 30px;
	bottom: 30px;
}
}
/*-----メインビジュアル-----*/

.mainvis {
	background-image: url(/lhp/premium/cam/angelsCP_20180409/mainvis.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 100%;
	height: 460px;
	position: relative;
}
.mainvis .mainvisText {
	position: absolute;
	top: 3%;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 380px;
	width: 100%;
}
.mainvis .mainvisText img {
	max-width: 100%;
}
.mainvis .entryBox {
	position: absolute;
	top: 78%;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 250px;
	width: 100%;
}
.mainvis .entryBox img {
	width: 100%;
	position: relative;
}
.mainvis .entryBtn a {
	font-size: 1.4rem;
	line-height: 30px;
	height: 30px;
	width: 90%;
	min-width: 225px;
	padding: 0 10px;
	box-sizing: border-box;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	position: absolute;
	top: 75%;
	right: 0;
	left: 50%;
	background-color: #fff;
}

@media screen and (min-width:600px) and ( max-width:768px) {
.mainvis {
	height: 680px;
}
.mainvis .mainvisText {
	max-width: 80%;
}
.mainvis .entryBox {
	max-width: 50%;
}
}

@media screen and (min-width:768px) {
.mainvis {
	height: 920px;
}
.mainvis .mainvisText {
	max-width: 762px;
}
.mainvis .entryBox {
	max-width: 500px;
}
.mainvis .entryBtn a {
	font-size: 2.6rem;
	line-height: 60px;
	height: 60px;
	letter-spacing: -0.01em;
}
}
/*-----SNSシェアボタン-----*/

.shareBlock {
	margin: 30px 0 0;
}
.shareBlock .shareItems {
	height: 30px;
	text-align: center;
}
.shareBlock .shareItems .shareItem {
	display: inline-block;
	margin: 0 1px;
	text-align: left;
	vertical-align: middle;
}
.shareBlock .shareItems .shareItem .trigger {
	display: block;
	width: 55px;
	height: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 18px 17px;
	border-radius: 4px;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.shareBlock .shareItems .shareItem.facebook .trigger {
	background-size: 15%;
}
.shareBlock .shareItems .shareItem.twitter .trigger, .shareBlock .shareItems .shareItem.line .trigger {
	background-size: 30%;
}
.shareBlock .shareItems .shareItem.facebook .trigger {
	background-color: #37538e;
	background-image: url(/lhp/premium/cam/angelsCP_20180409/ic_sns_facebook.png);
}
.shareBlock .shareItems .shareItem.twitter .trigger {
	background-color: #02a9ef;
	background-image: url(/lhp/premium/cam/angelsCP_20180409/ic_sns_twitter.png);
}
.shareBlock .shareItems .shareItem.line .trigger {
	background-color: #2cbf13;
	background-image: url(/lhp/premium/cam/angelsCP_20180409/ic_sns_line.png);
}
.fb_iframe_widget_fluid {
	display: inline;
}
.shareBlock .shareItems .shareItem.facebookLike span {
	vertical-align: middle !important;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 94px;
	height: 20px;
}
.fb_iframe_widget iframe {
	position: absolute;
}

@media screen and (min-width:768px) {
.shareBlock {
	margin: 40px 0 0;
}
.shareBlock .shareItems {
	height: 60px;
}
.shareBlock .shareItems .shareItem .trigger {
	width: 108px;
	height: 60px;
}
}
/*-----メインテキスト-----*/

.mainText {
	margin: 30px auto;
}

@media screen and (min-width:768px) {
.mainText {
	margin: 40px auto;
	text-align: center;
	max-width: 910px;
	width: 100%;
	font-size: 1.8rem;
}
}
/*-----ページ内ナビ-----*/

.nav {
	margin: 30px auto 40px;
}
.navList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.navList li {
	width: 32.5%;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6rem;
	height: 48px;
	color: #00275e;
	text-align: center;
	background: -moz-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
	background: -webkit-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
	background: linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
	box-shadow: 0px 2px 25px 3px rgba(3, 3, 3, 0.2);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.navList a {
	background-image: url(/lhp/premium/cam/angelsCP_20180409/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 10px 7px;
	background-position: 50% 96%;
	height: 48px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: -4px;
	width: 100%;
}

@media screen and (min-width:768px) {
.nav {
	margin: 0 auto 60px;
}
.navList li {
	width: 32%;
	font-size: 2rem;
	line-height: 2rem;
	height: 80px;
}
.navList a {
	background-size: 21px 14px;
	background-position: 50% 96%;
	height: 80px;
	margin-top: -12px;
}
}
/*-----賞品について-----*/

.prizes {
	margin-bottom: 40px;
}
.prizesBox {
	margin: 0 10px;
}
.prizesBox .colBox {
	width: 100%;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 10px 20px;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
}
.prizesBox .colBox:last-child {
	margin: 0;
}
.prizesBox .colBox .titleBox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 15px;
}
.prizesBox .colBox .hBox {
	margin-right: 10px;
	background-color: #00275e;
	color: #fff;
	min-width: 84px;
	height: 84px;
	padding: 0 5px 5px;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.prizesBox .colBox .hLevel-3 {
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}
.prizesBox .colBox .hLevel-3 span {
	font-size: 4.4rem;
	font-weight: bold;
}
.prizesBox .colBox .hLevel-3-label {
	background-color: #fff;
	color: #00275e;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 2px 0;
	width: 74px;
	position: absolute;
	bottom: 5px;
}
.prizesBox .colBox .textBox {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.4;
	text-align: left;
}
.prizesBox .colBox .textBox span{
	font-size: 1.2rem;
}

.prizesBox .colBox .imgBox {
	width: 82%;
	margin: 0 auto 5px;
}
.prizesBox .colBox .imgBox img {
	max-width: 100%;
}
.prizesBox .colBox .number {
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	background: linear-gradient(transparent 35%, #f5c96c 35%);
	display: inline;
	padding: 0.2% 3%;
}
.prizesBox .colBox .number span {
	font-size: 2.5rem;
}
.prizesBox .colBox .caution {
	text-align: left;
	font-size: 1rem;
	margin: 5px 0 0;
	text-indent: -1em;
	padding-left: 1em;
	color: #555;
}
.prizes .cautionBox {
	margin: 20px 10px 0;
	font-size: 1.3rem;
	line-height: 1.45;
	border: 1px solid #fff;
	padding: 15px 10px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) {
.prizes {
	margin-bottom: 80px;
}
.prizesBox {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prizesBox .colBox {
	width: 49%;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 20px 20px;
	margin: 0 2% 0px 0;
	position: relative;
	text-align: center;
}
.prizesBox .colBox:nth-child(2), .prizesBox .colBox:last-child {
	margin-right: 0;
}
.prizesBox .colBox:nth-child(3), .prizesBox .colBox:last-child {
	margin-bottom: 0;
}
.prizesBox .colBox .titleBox {
	margin-bottom: 20px;
}
.prizesBox .colBox .hBox {
	margin-right: 20px;
	min-width: 120px;
	height: 108px;
	padding: 0 8px 8px;
	box-sizing: border-box;
	position: relative;
}
.prizesBox .colBox .hLevel-3 {
	font-size: 3.2rem;
}
.prizesBox .colBox .hLevel-3 span {
	font-size: 5.6rem;
}
.prizesBox .colBox .hLevel-3-label {
	font-size: 1.4rem;
	padding: 2px 0;
	width: 104px;
	bottom: 8px;
}
.prizesBox .colBox .textBox {
	font-size: 1.8rem;
	letter-spacing: -0.05em;
	line-height: 1.3;
}

.prizesBox .colBox .textBox span{
	font-size: 1.4rem;
}

.prizesBox .colBox .imgBox {
	width: 74%;
	margin: 0 auto 15px;
}
.prizesBox .colBox .number {
	font-size: 2.2rem;
}
.prizesBox .colBox .number span {
	font-size: 3.8rem;
}
.prizesBox .colBox .caution {
	font-size: 1.2rem;
	margin: 5px 0 0;
}
.prizes .cautionBox {
	margin: 25px 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
	border: none;
	padding: 0;
	letter-spacing: -0.5px;
}
}

@media screen and (min-width:768px) and ( max-width:1000px) {
.prizesBox .colBox {
	padding: 0 10px 20px;
}
.prizesBox .colBox .hBox {
	margin-right: 8px;
}
.prizesBox .colBox .textBox {
	font-size: 1.5rem;
	line-height: 1.5;
}
.prizesBox .colBox .caution {
	font-size: 1.4rem;
}
}
/*-----キャンペーン参加方法-----*/

.step {
	margin-bottom: 40px;
}
.step .entryBtn a {
	width: 100%;
	margin-top: -10px;
}
.stepBox {
	margin: 0 10px;
}
.stepBox .colBox {
	width: 100%;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	margin: 0 0 45px;
	position: relative;
}
.stepBox .colBox:last-child {
	margin: 0;
}
.stepBox .colBox::after {
	content: "";
	position: absolute;
	border-top: 15px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	bottom: -30px;
	left: 50%;
	margin-left: -12px;
}
.stepBox .colBox:last-child::after {
	border: none;
}
.stepBox .colBox .hLevel-3 {
	font-size: 2rem;
	color: #fff;
	background-color: #00275e;
	display: inline-block;
	padding: 5px 36px;
	margin-bottom: 15px;
}
.stepBox .colBox .hLevel-3 span {
	font-size: 2.4rem;
}
.stepBox .colBox .textBox {
	text-align: left;
	margin-bottom: 20px;
}
.stepBox .colBox .subBox {
	overflow: hidden;
}
.stepBox .colBox .subBox .caution {
	text-align: left;
	font-size: 1.2rem;
	color: #555;
	margin: 10px 0 0;
}
.stepBox .colBox .subBox .imgBox-col-1 {
	width: 100%;
	margin: 0 auto;
}
.stepBox .colBox .subBox .imgBox-col-1 img {
	width: 90%;
}
.stepBox .colBox .subBox .imgBox-col-2 {
	width: 47%;
	margin: 0 6% 0 0;
	float: left;
}
.stepBox .colBox .subBox .imgBox-col-2 img {
	width: 100%;
}
.stepBox .colBox .subBox .imgBox-col-2:last-child {
	margin: 0;
}

@media screen and (min-width:768px) {
.step {
	margin-bottom: 60px;
}
.step .entryBtn a {
	font-size: 1.8rem;
}
.stepBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
}
.stepBox .colBox {
	width: 30%;
	padding: 20px;
	margin-bottom: 0;
}
.stepBox .colBox::after {
	border-left: 25px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 0;
	bottom: 45%;
	margin-left: 0;
	left: 104%;
}
.stepBox .colBox .hLevel-3 {
	font-size: 2rem;
	color: #fff;
	background-color: #00275e;
	display: inline-block;
	padding: 5px 36px;
	margin-bottom: 20px;
}
.stepBox .colBox .hLevel-3 span {
	font-size: 2.4rem;
}
.stepBox .colBox .textBox {
	text-align: left;
	margin-bottom: 20px;
}
.stepBox .colBox .subBox {
	display: -webkit-block;
	display: block;
}
.stepBox .colBox .subBox .caution {
	margin: 10px 0 0;
}
.stepBox .colBox .subBox .imgBox-col-1 {
	width: 100%;
}
.stepBox .colBox .subBox .imgBox-col-1 img {
	width: 80%;
}
.stepBox .colBox .subBox .imgBox-col-2 {
	margin-bottom: 20px;
	width: 100%;
	margin: 0 auto 20px;
}
.stepBox .colBox .subBox .imgBox-col-2 img {
	width: 70%;
}
.stepBox .colBox .subBox .imgBox-col-2:last-child {
	margin: 0 auto;
}
}
/*-----応募要項-----*/

.guidlines .hLevel-2-guidlines {
	background-color: #00275e;
	color: #fff;
	font-size: 2.2rem;
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.guidlines .hLevel-2-guidlines::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 10px solid #00275e;
	margin-left: -12px;
}
.guidlines .guidlinesBox {
	background-color: #fff;
	color: #333;
	padding: 25px 20px;
	margin: -15px 0 0;
}
.guidlines .hLevel-3-guidlines {
	font-size: 2rem;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: 0 0 20px;
	text-align: center;
	height: 37px;
	line-height: 37px;
}
.guidlinesBox .overview {
	margin: 0 0 20px;
}
.guidlinesBox .overview dl {
	margin: 0 0 15px -0.4em;
}
.guidlinesBox .overview dl:last-child {
	margin-bottom: 0;
}
.guidlinesBox .overview dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.guidlinesBox .overview dt::before {
	content: "■";
	color: #d4003b;
	font-size: 2.6rem;
	line-height: 1.3rem;
	margin-right: 2px;
	vertical-align: middle;
}
.guidlinesBox .overview dd {
	margin: 5px 0 0 30px;
}
.guidlinesBox .cautionBox {
	margin-bottom: 20px;
}
.guidlinesBox .cautionBox .list {
	margin-left: -0.4em;
}
.guidlinesBox .cautionBox .list li {
	margin: 0 0 15px;
	text-indent: -2em;
	padding-left: 2em;
}
.guidlinesBox .cautionBox .list li::before {
	content: "■";
	color: #d4003b;
	font-size: 2.6rem;
	line-height: 1.3rem;
	margin-right: 2px;
	vertical-align: middle;
}

.guidlinesBox .cautionBox .list li p{
	margin-top: 15px;
		text-indent: 0;
	padding-left:0;

}

.guidlinesBox .cautionBox .listNormal {
	margin: 10px 0 0 0;
}
.guidlinesBox .cautionBox .listNormal li {
	margin: 0 0 10px;
	text-indent: -2em;
	padding-left: 2em;
}
.guidlinesBox .cautionBox .listNormal li::before {
	content: "・";
	color: #333;
	font-size: 2.8rem;
	line-height: 1.4rem;
	margin-right: 0;
	vertical-align: middle;
}
.guidlinesBox .cautionBox .listNormal li .caution {
	color: #ff0000;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (min-width:768px) {
.guidlines {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.guidlines .hLevel-2-guidlines {
	font-size: 3.6rem;
	height: 80px;
	line-height: 80px;
	margin-bottom: 20px;
}
.guidlines .hLevel-2-guidlines::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top: 25px solid #00275e;
	margin-left: -32px;
}
.guidlines .guidlinesBox {
	padding: 25px 40px 30px;
	margin: -20px 0 0;
}
.guidlines .hLevel-3-guidlines {
	font-size: 2.4rem;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	margin: 20px auto;
	height: 50px;
	line-height: 50px;
	max-width: 600px;
}
.guidlinesBox .overview {
	margin: 0 0 20px;
}
.guidlinesBox .overview dl {
	margin: 0 0 15px -0.4em;
}
.guidlinesBox .overview dl:last-child {
	margin-bottom: 0;
}
.guidlinesBox .overview dt {
	font-size: 2rem;
}
.guidlinesBox .overview dt::before {
	content: "■";
	color: #d4003b;
	font-size: 2.6rem;
	line-height: 1.3rem;
	margin-right: 2px;
	vertical-align: middle;
}
.guidlinesBox .overview dd {
	margin: 5px 0 0 30px;
}
.guidlinesBox .cautionBox {
	margin-bottom: 20px;
}
.guidlinesBox .cautionBox .list {
	margin-left: -0.4em;
}
.guidlinesBox .cautionBox .list li {
	margin: 0 0 15px;
	text-indent: -2em;
	padding-left: 2em;
}
.guidlinesBox .cautionBox .list li::before {
	content: "■";
	color: #d4003b;
	font-size: 2.6rem;
	line-height: 1.3rem;
	margin-right: 2px;
	vertical-align: middle;
}
.guidlinesBox .cautionBox .listNormal {
	margin: 10px 0 0 0;
}
.guidlinesBox .cautionBox .listNormal li {
	margin: 0 0 5px;
}
.guidlinesBox .cautionBox .listNormal li::before {
	content: "・";
	color: #333;
	font-size: 2.8rem;
	line-height: 1.4rem;
	margin-right: 0;
	vertical-align: middle;
}
.guidlinesBox .cautionBox .listNormal li .caution {
	padding-left: .5em;
}
}
/*-----ローチケHMVプレミアム紹介-----*/

.hmvPremium {
	background-color: #ddd;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	padding: 20px 20px;
	margin-top: 30px;
}
.hmvPremium .textBox {
	margin: 0 auto;
}

@media screen and (min-width:768px) {
.hmvPremium {
	font-size: 2rem;
	padding: 40px 0;
	margin-top: 40px;
}
}
/*-----フッター-----*/

footer {
	background-color: #000;
	color: #eee;
	text-align: center;
	padding: 22px 10px;
}
footer p {
	font-size: .8rem;
	margin-bottom: 15px;
	padding: 0;
}
footer p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
footer {
	padding: 34px 10px;
}
footer p {
	font-size: 1rem;
	margin-bottom: 6px;
}
footer p:last-child {
	margin-bottom: 0;
}
}

/*-----MLBロゴ-----*/
.mlbLogo {
	font-size: .9rem;
	margin-bottom: 40px;
	padding: 0;
	color: #fff;
	text-align: center;
}

.mlbLogo .imgLogo {
	width: 60px;
	margin: 0 auto 5px;
	display: block;
}

@media screen and (min-width:768px) {
	.mlbLogo {
	font-size: 1.2rem;
	margin-bottom: 60px;
}

	.mlbLogo .imgLogo {
	width: 80px;
}

}
