@charset "utf-8";


/*
■ 共通
■ 導入
■ ヒント
■ 商品一覧
■ バナー
■ 読みもの
■ 参考資料、参考文献
■ ショップ情報
*/


/* ■ 共通 --------------------------------------------------- */

.LineLP_Wrap img {
width: 100%;
height: auto;
}

/* カラー */
.LineLP_Wrap .Color1 {
color: #000;
}

.LineLP_Wrap .Color2 {
color: #73290e;
}

.LineLP_Wrap .Color3 {
color: #337bc6;
}

/* 並び替えを非表示 */
.SortUnit {
display: none;
}

/* ボタン */
.LineLP_Wrap .Btn {
display: inline-block;
border-radius: 8px;
box-sizing: border-box;
line-height: 1.0em;
font-weight: bold;
background-color: #fff;
background-image: url(/images/sp/common/icon/Icon_LinkAllowCircle.png);
background-repeat: no-repeat;
background-size: 13px 13px;
background-position: 96% 50%;
}

/* 下線付きリンク */
.LineLP_Wrap .LinkLine {
text-decoration: underline;
}

@media only screen and (max-width: 767px) {

	.LineLP_Wrap .PC {
	display: none !important;
	}

	.LineLP_Wrap {
	margin: 0 10px;
	}

	.LineLP_WrapBtm {
	padding-bottom: 30px;
	border-bottom: 1px solid #337bc6;
	}

	/* 見出し */
	.LineLP_Wrap .MdsH1 {
	font-size: 140% !important;
	}

	.LineLP_Wrap .MdsH2 {
	font-size: 130%;
	line-height: 1.5em;
	}

	/* ボタン */
	.LineLP_Wrap .Btn {
	width: 100%;
	padding: 18px 15px;
	font-size: 108%;
	}

}

@media only screen and (max-width: 372px) {

	/* ボタン */
	.LineLP_Wrap .Btn {
	font-size: 92%;
	}

}

@media print, screen and (min-width: 768px) {

	.LineLP_Wrap .SP {
	display: none !important;
	}

	/* ボタン */
	.LineLP_Wrap .Btn {
	padding: 18px 50px 18px 20px;
	font-size: 108%;
	}

	.LineLP_Wrap .Btn:hover {
	text-decoration: none;
	background-color: #f5f5f5;
	}

	/* #State余白調整 */
	#Stage {
	margin-top: 30px;
	}

}



/* ■ 導入 --------------------------------------------------- */

.LineLP_Intro .Photo img {
border-radius: 8px;
}

@media only screen and (max-width: 767px) {

	.LineLP_Intro .MdsH1 {
	margin: 0 !important;
	}

	.LineLP_Intro .Photo {
	margin-top: 10px;
	}

	.LineLP_Intro .Lead1 {
	margin-top: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	.LineLP_Intro .MdsH1 {
	font-size: 24px !important;	
	}

	.LineLP_Intro .Photo {
	float: right;
	width: 32%;
	margin-left: 20px;
	margin-bottom: 20px;
	}

	.LineLP_Intro .Lead1 {
	margin-top: 15px;
	}

}



/* ■ ヒント --------------------------------------------------- */

.LineLP_Hint {
border-top: 1px solid #e6e6e6;
}

.LineLP_Hint .MdsH2 {
line-height: 1.0em;
background: url(/images/campaign/line_lp/common/Icon_Hint.png) no-repeat;
background-position: 0 50%;
}

.LineLP_Hint .Photo img {
border: 1px solid #e6e6e6;
border-radius: 8px;
}

@media only screen and (max-width: 767px) {

	.LineLP_Hint {
	margin-top: 25px;
	padding-top: 15px;
	}

	.LineLP_Hint .MdsH2 {
	padding: 15px 0 10px 40px;
	background-size: 30px 38px;
	}

	.LineLP_Hint .MdsH3 {
	margin-top: 20px;
	font-size: 110%;
	line-height: 1.5em;
	}

	.LineLP_Hint .Photo {
	margin-top: 15px;
	}

	.LineLP_Hint .Lead1 {
	margin-top: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	.LineLP_Hint {
	margin-top: 25px;
	padding-top: 15px;
	}

	.LineLP_Hint .MdsH2 {
	margin-bottom: 10px;
	padding: 15px 0 10px 40px;
	background-size: 30px 38px;
	}

	.LineLP_Hint .MdsH3 {
	margin-bottom: 8px;
	font-size: 110%;
	line-height: 1.5em;
	}

	.LineLP_Hint .Photo {
	float: right;
	width: 32%;
	margin-left: 20px;
	}

}



/* ■ 商品一覧 --------------------------------------------------- */

.MdsItemList {
border-radius: 4px;
text-align: center;
color: #fff;
background: #337bc6;
}

.ItemList_Filter {
display: none;
}

@media only screen and (max-width: 767px) {

	.MdsItemList {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 6px 15px;
	}

}

@media only screen and (max-width: 372px) {

	.MdsItemList {
	padding: 8px 10px;
	font-size: 116% !important;
	}

}

@media print, screen and (min-width: 768px) {

	.MdsItemList {
	margin-top: 6rem;
	padding: 6px 15px;
	}

}



/* ■ バナー --------------------------------------------------- */

.LineLP_Banner a {
display: table;
border: 1px solid #7baadc;
border-radius: 8px;
font-weight: bold;
color: #000;
background: url(/images/sp/common/icon/Icon_LinkAllowCircle.png) no-repeat;
background-size: 13px 13px;
background-position: 96% 50%;
}

.LineLP_Banner .Photo,
.LineLP_Banner .Lead1 {
display: table-cell;
vertical-align: middle;
line-height: 1.6em;
}

.LineLP_Banner .Photo img {
border: 1px solid #e6e6e6;
border-radius: 4px;
}

@media only screen and (max-width: 767px) {

	.LineLP_Banner {
	margin-top: 20px;
	}

	.LineLP_Banner li {
	float: none;
	margin-top: 10px;
	}

	.LineLP_Banner a {
	padding: 10px 30px 10px 10px;
	}

	.LineLP_Banner .Photo {
	width: 60px;
	}

	.LineLP_Banner .Lead1 {
	padding-left: 15px;
	font-size: 108%;
	}

}

@media only screen and (max-width: 372px) {

	.LineLP_Banner .Lead1 {
	font-size: 90%;
	}

}

@media print, screen and (min-width: 768px) {

	.LineLP_Banner li {
	width: 49%;
	margin-right: 2%;
	}

	.LineLP_Banner li:nth-child(2n) {
	margin-right: 0;
	}

	.LineLP_Banner a {
	padding: 10px 30px 10px 10px;
	}

	.LineLP_Banner .Photo {
	width: 60px;
	}

	.LineLP_Banner .Lead1 {
	padding-left: 15px;
	font-size: 16px;
	}

	.LineLP_Banner a:hover {
	border: 1px solid #0059b5;
	color: #0059b5;
	text-decoration: none;
	}

}



/* ■ 読みもの --------------------------------------------------- */

.LineLP_Book {
border-radius: 8px;
background: #f4f4f4;
}

.LineLP_Book .MdsH2 {
line-height: 1.0em;
background: url(/images/campaign/line_lp/common/Icon_Book.png) no-repeat;
background-position: 0 50%;
}

.LineLP_Book a {
border: 1px solid #bdbdbd;
border-radius: 8px;
font-weight: bold;
color: #000;
background: #fff url(/images/sp/common/icon/Icon_LinkAllowCircle.png) no-repeat;
background-size: 13px 13px;
}

@media only screen and (max-width: 767px) {

	.LineLP_Book {
	margin-top: 20px;
	padding: 15px;
	}

	.LineLP_Book .MdsH2 {
	padding: 12px 0 12px 38px;
	background-size: 26px 36px;
	}

	.LineLP_Book ul {
	margin-top: 15px;
	}

	.LineLP_Book li {
	float: none;
	margin-top: 10px;
	}

	.LineLP_Book a {
	padding: 13px 30px 13px 13px;
	background-position: 96% 50%;
	}

	.LineLP_Book .Lead1 {
	font-size: 108%;
	}

}

@media only screen and (max-width: 372px) {

	.LineLP_Book .MdsH2 {
	font-size: 110%;
	}

	.LineLP_Book a {
	font-size: 90%;
	}

}

@media print, screen and (min-width: 768px) {

	.LineLP_Book {
	margin-top: 40px;
	padding: 15px;
	}

	.LineLP_Book .MdsH2 {
	padding: 12px 0 12px 38px;
	background-size: 26px 36px;
	}

	.LineLP_Book ul {
	margin-top: 15px;
	}

	.LineLP_Book li {
	float: none;
	margin-top: 10px;
	}

	.LineLP_Book a {
	padding: 13px;
	background-position: 98% 50%;
	}

	.LineLP_Book .Lead1 {
	font-size: 108%;
	}

	.LineLP_Book a:hover {
	border: 1px solid #0059b5;
	color: #0059b5;
	text-decoration: none;
	}

}



/* ■ 参考資料、参考文献 --------------------------------------------------- */

.LineLP_Cite {
border: 1px dashed #bdbdbd;
border-radius: 8px;
}

.LineLP_Cite .Mds {
font-weight: normal;
}

@media only screen and (max-width: 767px) {

	.LineLP_Cite {
	margin-top: 20px;
	padding: 15px;
	}

	.LineLP_Cite .Mds {
	font-size: 11px !important;
	}

	.LineLP_Cite .ListDiscS {
	margin-top: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	.LineLP_Cite {
	margin-top: 30px;
	padding: 15px;
	}

	.LineLP_Cite .Mds {
	font-size: 13px !important;
	}

	.LineLP_Cite .ListDiscS {
	margin-top: 10px;
	}

}



/* ■ ショップ情報 --------------------------------------------------- */

.LineLP_ShopInfo {
border-radius: 8px;
color: #fff;
background: #337bc6;
}

@media only screen and (max-width: 767px) {

	.LineLP_ShopInfo {
	margin-top: 20px;
	padding: 20px 15px;
	}

	.LineLP_ShopInfo .Lead1 {
	font-size: 120%;
	}

	.LineLP_ShopInfo .Lead2 {
	margin-top: 10px;
	}

	.LineLP_ShopInfo .BtnTo {
	margin-top: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.LineLP_ShopInfo {
	margin-top: 30px;
	padding: 25px 20px;
	}

	.LineLP_ShopInfo .Lead1 {
	font-size: 130%;
	}

	.LineLP_ShopInfo .Lead2 {
	margin-top: 10px;
	}

	.LineLP_ShopInfo .BtnTo {
	margin-top: 20px;
	}

}


/* ■ 全年齢お誕生日：キービジュアル --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.AllBirthday_KeyVisual {
	margin: 0 !important;
	}

}

@media print, screen and (min-width: 768px) {

}

@media print, screen and (min-width: 1090px) {

}



/* ■ 全年齢お誕生日：メニュー --------------------------------------------------- */

.AllBirthday_Menu .MdsBirthDay {
margin-top: 0 !important;
border-radius: 4px;
text-align: center;
color: #fff;
background: #d7201c;
}

.AllBirthday_Menu a {
display: table;
border: 1px solid #ec5f58;
border-radius: 8px;
font-weight: bold;
color: #dc201f;
background: url(/images/campaign/line_lp/all_birthday/Icon_LinkAllowCircle.png) no-repeat;
background-size: 13px 13px;
background-position: 96% 50%;
}

.AllBirthday_Menu .Photo,
.AllBirthday_Menu .Lead1 {
display: table-cell;
vertical-align: middle;
line-height: 1.6em;
}

.AllBirthday_Menu .Photo img {
border: 1px solid #e6e6e6;
border-radius: 4px;
}

@media only screen and (max-width: 767px) {

	.AllBirthday_Menu {
	margin-top: 20px;
	margin-bottom: 50px !important;
	padding-bottom: 30px;
	border-bottom: 1px solid #ec5f58;
	}

	.AllBirthday_Menu .MdsBirthDay {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 6px 15px;
	font-size: 120%;
	}

	.AllBirthday_Menu li {
	float: none;
	margin-top: 10px;
	}

	.AllBirthday_Menu a {
	padding: 10px 30px 10px 10px;
	}

	.AllBirthday_Menu .Photo {
	width: 70px;
	}

	.AllBirthday_Menu .Lead1 {
	padding-left: 15px;
	font-size: 108%;
	}

}

@media print, screen and (min-width: 768px) {

	.AllBirthday_Menu .MdsBirthDay {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 6px 15px 8px 15px;
	}

	.AllBirthday_Menu li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	}

	.AllBirthday_Menu li:nth-child(2n) {
	margin-right: 0;
	}

	.AllBirthday_Menu a {
	padding: 10px;
	}

	.AllBirthday_Menu .Photo {
	width: 80px;
	}

	.AllBirthday_Menu .Lead1 {
	padding-left: 15px;
	font-size: 17px;
	}

	.AllBirthday_Menu a:hover {
	border: 1px solid #dc201f;
	text-decoration: none;
	}

}