@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
}
.ec-newsRole .ec-newsRole__newsTitle {
	color: #ff0000;
}
/*  検索バー */
.ec-select.ec-select_search p{
	max-width: 165px;
	height: 36px;
	padding-top: 0.5rem;
	text-align: center;
	font-weight: bold;
	text-align: right;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before{
	display: none;
}
/*  同じカテゴリの商品 */
.ec-sameCategoryProductRole {
	display: none;
}
/*  最近チェックした商品 */
.ec-checkProductRole {
	display: none;
}
/* pagetop */
.pagetop {
	margin-top: -40px;
	background: #f90b6c;
	text-align: center;
	color: #fff;
	border: none;
	padding: 1rem;
	font-weight: bold;
	margin-bottom: 2rem;
	display: block;
	letter-spacing: 2px;
}
.pagetop:hover {
	text-decoration: none;
	color: #ffffff;
	z-index: 0;
}
/* guide_btn */
ul.guide_btn {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 10;
}
ul.guide_btn li a {
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 60px;
	background: #0050a5;
	opacity: 0.8;
	border: 2px solid;
	padding-top: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	text-decoration: none;
}
ul.guide_btn li:first-child a {
	background: #f90b6c;
}

/* box01 */
.box01 {
	box-shadow: 0px 0px 3px #2d4b69;
	margin: 1rem 0.5rem;
	padding: 1rem;
	border-radius: 1rem;
}
/*チェックマークがついているリスト*/
ul.list01>li {
	display: flex;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 0.2rem;
	margin-bottom: 0.5rem;
}
ul.list01>li:before {
	content: "\f00c";
	display: block;
	font-size: 0.9rem;
	position: relative;
	top: 5px;
	margin: 0 0.5rem;
}
/*青丸がついているリスト*/
ul.list02>li {
	display: flex;
	padding-bottom: 0.2rem;
	padding-top: 0.5rem;
}
ul.list02>li:before {
	content: "\f111";
	color: #34698d;
	display: block;
	font-size: 0.9rem;
	position: relative;
	top: 1px;
	margin: 0 0.5rem;
}
/*数字がついているリスト*/
/* list03 */
ol.list03>li {
	list-style-type: decimal;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}
ol.list03>li::marker {
	font-size: 1rem;
}
/* header */
.ec-headerNaviRole {
	padding: 0 0 0.5rem;
}
.ec-headerTitle .ec-headerTitle__title a{
	margin-bottom: 0;
}
.ec-headerTitle .ec-headerTitle__title h1 img {
	max-width: 130px;
}
.ec-headerTitle .ec-headerTitle__title h1 span {
	margin-top: 1rem;
	line-height: 1.5;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
	padding-left: 30px;
	padding-bottom: 0.5rem;
}
/* 中身 */
.ec-productRole,
.ec-layoutRole__contents {
	padding-top: 65px;
}
.ec-layoutRole .ec-layoutRole__contents {
	max-width: 100%;
	min-height: 70vh;
}
/* footer */
.ec-footerRole {
	/*background: rgb(0,70,144);
	background: -moz-linear-gradient(top, rgba(0,70,144,1) 0%, rgba(0,101,209,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,70,144,1) 0%,rgba(0,101,209,1) 100%);
	background: linear-gradient(to bottom, rgba(0,70,144,1) 0%,rgba(0,101,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004690', endColorstr='#0065d1',GradientType=0 );*/
	background: #003d7d;
}
.ec-footerTitle__logo a {
	max-width: 180px !important;
	margin: auto;
	display: block;
}
/*--== ec-searchnavRole__topicpath ==--*/
.ec-searchnavRole__topicpath {
	display: none;
}
/*--== マイページ ==--*/
.ec-navlistRole .ec-navlistRole__item:nth-child(2) {
	display: none;
}
/*--== ログインページ ==--*/
#page_mypage_login .ec-login__link {
	padding-top: 0;
	margin-top: 0;
}
#page_mypage_login .button {
	margin: auto;
	color: #fff;
	width: 100%;
	background: #f90b6c;
	border: none;
	font-weight: bold;
}
#page_mypage_login .box01 {
	background: #fff;
}
#page_mypage_login .box01 li {
	margin-top: 0.5rem;
}
#page_mypage_login .table01 {
	margin-bottom: 0.5rem;
}
#page_mypage_login .table01 thead th {
	text-align: revert;
	background: #003d7d !important;
}
#page_mypage_login .table01 tbody tr {
	border-bottom: 4px double#6d9ec3 !important;
}
#page_mypage_login .table01 tbody th {
	width: 45%;
	min-width: 300px;
	background: #ffffff !important;
	color: #003d7d !important;
	border-color: #6d9ec3 !important;
	border-left: 1px solid;
	padding: 0 0.5rem !important;
}
#page_mypage_login .table01 tbody td {
	color: #fa3c89 !important;
	border-left: 1px dashed !important;
	border-right: 1px dashed !important;
	border-color: #6d9ec3 !important;
}
/*--== slider ==--*/
.main_wrap {
	height: 100%;
	margin-top: -65px;
	background-color: #eee;
}
.main_img {
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
/*--== category_list ==--*/
.category_list li a {
	padding: 0.8rem;
	background: #fff;
	width: 100%;
	display: block;
	border-radius: 0.5rem;
	border: 1px solid #0056b2;
	color: #0056b2;
	font-weight: bold;
	margin-top: 0.5rem;
}
.category_list li a:hover {
	text-decoration: none;
	background: #0056b2;
	color: #fff;
}
.category_list li a:before {
	content: "\f105";
	margin-right: 0.5rem;
}
/*--== terms ==--*/
.terms dl {
	margin: 1rem 0;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1rem;
}
.terms dd {
	width: 95%;
	margin: auto;
}
/*--== faq ==--*/
.faq ul>li{
	margin: 1rem 0;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1rem;
}
.faq .accbox {
	background: #eee;
	padding: 1rem 1rem 0;
	margin-bottom: 1rem;
	border-radius: 1rem 0 0 1rem;
}
.faq h2 {
	margin: 2rem 0 1rem;
	border-top: 3px solid;
	padding-top: 2rem;
	font-size: 18px;
}
.faq h2:first-child {
	margin-top: 0;
	border: none;
	padding-top: 0rem;
}
/*--== guide ==--*/
.guide h2 {
	font-weight: bold;
	margin-top: 3rem;
	border-bottom: 2px solid;
	border-top: 2px solid;
	padding: 0.5rem;
	margin-bottom: 1rem;
	padding-left: 3rem;
	color: #34698d;
	font-size: 1.5rem;
}
.guide .accshow .new_account {
	background: #ececec;
	padding: 1rem !important;
	border-radius: 1rem;
	margin-bottom: 2rem;
}
.guide .accshow .new_member h3 {
	background: #e63667;
	padding: 0.5rem;
	border-radius: 0.5rem;
	color: #fff;
	margin-bottom: 1rem;
}
.guide .accshow .new_member dt {
	background: #ddd;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}
.guide .accshow .new_member .box01 {
	line-height: 1.1;
}
.guide .accshow .new_member dt {
	background: #ddd;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}
.guide ol.guide_root {
	counter-reset: number 0;
}
.guide ol.guide_root>li {
	position: relative;
	margin: auto;
}
.guide ol.guide_root li {
	margin: 0.5rem 2rem;
}
.guide ol.guide_root>li:before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	padding: 0.2rem 0.5rem;
	left: 0;
	top: 0px;
	letter-spacing: 1px;
	padding-left: 1rem;
	display: block;
	font-weight: bold;
	color: #34698d;
	font-size: 30px;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.guide ol.list01 {
	counter-reset: number 0;
	margin: 0.5rem 2rem;
}
.guide ol.list01>li {
	position: relative;
	margin: auto;
	list-style-type: decimal;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}
.guide ol.list01>li:before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	left: 0px;
	top: 0px;
	letter-spacing: 1px;
	display: block;
	font-weight: bold;
	color: #34698d;
	font-size: 1rem;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	border: 1px solid;
	border-radius: 15px;
	text-align: center;
	width: 25px;
	height: 25px;
	padding-top: 2px;
}
.guide ol.list01>li>p {
	padding-left: 2rem;
}
.guide ol.list01>li::marker {
	display: none;
	font-size: 0;
}
.guide img {
	max-width: 700px;
	margin: 1rem auto 2rem;
	display: block;
	border: 1px solid #aaa;
	padding: 0.5rem;
}
/*--== photobook ==--*/
.photobook dd:nth-child(3) {
	border-top: 1px dashed #34698d;
	padding-top: 0.5rem;
	margin-top: 0.5rem;
}
.photobook dt {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}
.photobook h2 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.5rem;
	margin-bottom: 2rem;
}
@media print screen and (min-width: 781px) and (max-width: 1024px) {
	.ec-headerNaviRole__nav.w9 {
		width: calc( 100% - 160px ) !important;
		float: left;
	}
	.ec-headerRole__cart.w3 {
		width: 150px !important;
		float: right;
	}
}
@media print, screen and (max-width:780px){
	.d_pc {
		display: none;
	}
	.d_sp {
		display: unset;
	}
	.left {
		padding-right: 0;
	}
	.rihgt {
		padding-left: 0;
	}
	.ec-headerTitle .ec-headerTitle__title h1 img {
		height: 86px;
	}
	.ec-headerNaviRole .ec-headerNaviRole__left {
		width: 100%;
	}
	.ec-role {
		padding-bottom: 50px;
	}
	.ec-headerNavSP{
		box-shadow: 0px 0px 3px #000;
	}
	.ec-headerTitle .ec-headerTitle__title a{
		padding-left: 25px;
	}
	.ec-headerNavSP {
		box-shadow: 0px 0px 3px #000;
		top: 5px;
		width: 50px;
		height: 50px;
		left: 5px;
		color: #f71369;
	}
	.ec-headerNavSP .fas {
		position: relative;
		top: 5px;
		left: 8px;
	}
	.ec-headerNavSP:before {
		content: "MENU";
		display: block;
		font-size: 10px;
		position: relative;
		top: -3px;
		left: -1px;
		text-align: center;
	}
	.ec-layoutRole .ec-layoutRole__contents {
		padding-bottom: 60px;
	}
	.ec-headerNaviRole>.right {
		background: #ff8d45;
	}
	.ec-headerNaviRole.container {
		padding: 0;
	}
	.ec-cartNavi .ec-cartNavi__icon {
		color: #fff;
		padding-top: 3px;
	}
	/*--== 利用規約 ==--*/
	.ec-role.terms {
		padding-left: 10px;
		padding-right: 10px;
	}
	/*--== カート ==--*/
	.ec-cartRow .ec-cartRow__img {
		display: block;
		width: 100%;
		margin-bottom: 4px;
	}
	.ec-cartRow .ec-cartRow__contentColumn {
		display: block;
	}
	.ec-imageGrid .ec-imageGrid__img {
		width: 100%;
		max-width: 200px;
		margin: auto;
		display: block;
	}
	.ec-imageGrid{
		display: block;
	}
	/*--== ダウンロード ==--*/
	.dlc-button {
		width: 100% !important;
	}
	p.dlc-card-title {
		font-size: 1rem !important;
	}
	/*--== ヘッダー ==--*/
	.ec-headerNaviRole {
		display: block;
	}
	.ec-headerTitle .ec-headerTitle__title a {
		display: flex;
	}
	/*--== ナビゲーション ==--*/
	.ec-drawerRole.is_active,
	.ec-drawerRole.is_active a {
		background: #003d7d;
	}
	.ec-headerNaviRole .right.w6.container .flex {
		display: inline-block !important;
	}
	.ec-headerNaviRole__nav.w9 {
		width: calc( 100% - 120px ) !important;
		float: left;
	}
	.ec-headerRole__cart.w3 {
		width: 120px !important;
		float: right;
		position: relative;
		top: 3px;
	}	/*--== ログインページ ==--*/
	.ec-login {
		padding: 30px 4% 4%;
	}
	.ec-role {
		padding-bottom: 50px;
		padding: 0 0 60px;
		width: 95%;
	}
	#page_mypage_login .button {
		padding: 1rem;
		margin-top: 1rem;
	}
	#page_mypage_login .table01 thead {
		display:none;
	}
	#page_mypage_login .table01 tbody tr　{
		margin-bottom: 2rem
	}
	#page_mypage_login .table01 tbody th {
		width: 100%;
		min-width: 100%;
		display: block;
		background: #003d7d !important;
		color: #ffffff !important;
		padding: 0.5rem !important;
		font-size: 0.9rem;
		text-align: center;
	}
	#page_mypage_login .table01 tbody td {
		display:block;
		border-left: 1px solid !important;
		border-right: 1px solid !important;
		border-color: #6d9ec3 !important;
		font-size: 0.9rem;
	}
	#page_mypage_login .table01 tbody tr:last-child th {
		width: 100%;
	}
	#page_mypage_login .table01 tbody td::before {
		content: attr(label);
		font-weight: bold;
		display: block;
		color: #003d7d;
	}
	#page_mypage_login .table01 tbody td p {
		padding-left:6em;
		text-align: center;
	}
	/* guide_btn */
	ul.guide_btn {
		position: fixed;
		right: 0;
		width: 100%;
		display: flex;
	}
	ul.guide_btn li {
		width: 100%;
	}
	ul.guide_btn li a {
		width: 100%;
		height: auto;
		border-radius: 0.5rem 0.5rem 0 0;
		opacity: 0.9;
		border: 1px solid;
		padding: 0.8rem 0;
		font-size: 16px;
		margin-bottom: 0;
	}
	/* guide */
	.guide ol.guide_root {
		padding-bottom: 60px;
	}
	.guide ol.guide_root li {
		margin: 0.5rem auto;
	}
	.guide ol.list01 {
		margin: 0.2rem auto;
		width: 100%;
	}
	.guide h2 {
		font-size: 1.25rem;
	}
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.guide .container {
		padding-left: 0;
		padding-right: 0;
	}
	li.ec-shelfGrid__item p {
		font-size: 13px;
	}
	.ec-cartNaviIsset{
		min-width: 300px;
	}
	.ec-cartNaviNull.is-active p {
		padding: 0 0.5rem;
	}
	.ec-cartNaviNull.is-active {
		min-width: 300px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.ec-headerNaviRole__nav.w9 {
		width: calc( 100% - 150px ) !important;
		float: left;
	}
	.ec-headerRole__cart.w3 {
		width: 140px !important;
		float: right;
	}
	.ec-categoryNaviRole {
		padding-left: 5px;
		padding-right: 5px;
	}
	.ec-headerNaviRole__nav.w9 {
		width: 66.6666% !important;
	}
}