
/* common
   ========================================================================== */

:root {
	--bs-font-sans-serif: "Noto Serif JP", serif, '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro';
}

.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
@media (min-width: 768px){
	.pc {
		display: initial !important;
	}
	.sp {
		display: none !important;
	}
}

.br-sp { display:none; }

@media screen and (max-width: 767px) {
	.br-sp { display:initial; }
    .br-pc { display:none; }
}

.txt-color {
	color: #CE005C;
	font-size: 120%;
}
.txt-mini {
	margin-bottom: 2px;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	line-height: 1.4
}
.txt-mini.s14 {
	font-size: 14px;
}

table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table th {
	padding: 20px 6px 20px 6px;
	background: #F0F0F0;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-weight: 400;
}
table td {
	padding: 20px 12px 20px 12px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table .center {
	text-align: center;
}
@media screen and (max-width: 767px) {
	table {
		font-size: 14px;
	}
	table th {
		padding: 10px 4px 10px 4px;
	}
	table td {
		padding: 10px 8px 10px 8px;
	}
}
@media only screen and (max-width: 479px) {
	table {
		margin-bottom: 15px;
		font-size: 14px;
	}
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.ec-blockBtn--action,
.ec-inlineBtn--action {
	color: #505050;
	background-color: #FFDD15;
	border-color: #FFDD15;
}
.ec-blockBtn--action:hover,
.ec-inlineBtn--action:hover {
	color: #505050;
	background-color: #F5D206;
	border-color: #F5D206;
}



/* layout
   ========================================================================== */

.ec-layoutRole {
	overflow-x: hidden;
}


/* header
   ========================================================================== */

.ec-layoutRole .ec-layoutRole__header {
	width: 100%;
	background: #FFF;
	opacity: 1;
	position: fixed;
	top: 0px;
	z-index: 999;
}
.ec-headerNaviRole {
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: space-between;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
	width: 60%;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: 40%;
}

.ec-headerRole {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.ec-headerNavSP {
	top: 10px;
	left: 6px;
	background: #EFEFEF;
}

.ec-headerTitle {
	padding-left: 45px;
}
.ec-headerTitle .ec-headerTitle__title a {
	margin-bottom: 0;
}

.ec-headerNav .ec-headerNav__itemIcon {
	margin-left: 0;
	margin-right: 0;
}
.ec-headerNav .ec-headerNav__itemLink {
	margin-right: 0;
	font-size: 15px;
}

.ec-cartNavi {
	padding: 14px 0 0 6px;
}
.ec-cartNavi a {
	color: black;
}
.ec-cartNavi .ec-cartNavi__label {
	display: none;
}

.ec-headerSearch .ec-headerSearch__category {
	display: none;
}
.ec-headerSearch .ec-headerSearch__keyword {
	border-radius: 50px;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
	font-size: 12px;
}

.ec-drawerRoleClose {
	color: white;
	background: black;
}

@media only screen and (min-width: 768px) {
	.ec-headerNaviRole {
		padding-top: 0px;
	}
	.ec-headerNaviRole .ec-headerNaviRole__left {
		width: 354px;
		margin-top: 5px;
	}
	.ec-headerNaviRole .ec-headerNaviRole__right {
		width: calc(100% - 354px);
		margin-top: 5px;
		margin-bottom: 5px;
		align-items: baseline;
	}

	.ec-headerTitle {
		padding-left: 0;
	}

	.ec-headerNav .ec-headerNav__item {
		padding: 0 3px;
		text-align: center;
	}
	.ec-headerNav.pc .ec-headerNav__item {
		padding: 0 8px;
	}
	.ec-headerNav .ec-headerNav__itemLink {
		display: block;
	}

	.ec-headerRole__cart {
		margin-left: 0px;
	}
	.ec-cartNavi {
		min-width: auto;
		padding: 15px 6px;
		background: none;
	}
	.ec-cartNavi .ec-cartNavi__badge {
		display: none;
	}

	.ec-headerNaviRole .ec-headerNaviRole__search {
		margin-right: 20px;
	}
	.ec-headerSearch .ec-headerSearch__keyword {
		width: 95%;
	}
	.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
		font-size: 14px;
	}
}


/* footer
   ========================================================================== */

.ec-footerRole {
	border-top: none;
	margin-top: 4rem;
	padding-top: 3rem;
	padding-bottom: 0px;
	background: #EDF5FF;
}
.ec-footerRole .ec-footerRole__inner img {
	max-width: 354px;
}

.ec-footerTitle {
	margin-top: 0;
	padding: 0;
}
.ec-footerTitle p {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 20px;
}
.ec-footerTitle__copyright {
	margin-top: 1rem;
	padding: 12px 0;
	text-align: center;
	color: #FFF;
	background: #134D94;
	font-size: 10px;
}
.ec-footerInfo {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	color: #134D94;
}
.ec-footerInfo p {
	font-size: 14px;
}

.ec-footerNavi {
	margin-bottom: 0;
}
.ec-footerNavi .ec-footerNavi__link {
	display: inline-block;
}
.ec-footerNavi .ec-footerNavi__link a {
	border-bottom: none;
	margin: 0 10px;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none;
	color: #134D94;
}

.ec-footerSNS {
	width: 100%;
	margin: 3rem auto 0;
	text-align: center;
}
.ec-footerSNS p {
	margin: 10px 0 20px;
	color: #134D94;
	font-size: 18px;
	font-weight: 600;
}
.ec-footerLink {
	padding: 0 0 10px;
	text-align: center;
}
.ec-footerLink a {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 3px;
	color: #525263;
}
.ec-footerLink a img {
	max-width: 100% !important;
}
.ec-footerLink a span {
	display: nlock;
	margin-top: 10px;
	font-size: 12px;
}

.ec-footerLink:before,
.ec-footerLink:after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 3px;
	background-color: #134D94;
	vertical-align: super;
}
.ec-footerLink:before {
	margin-right: 0px;
	transform: rotate(70deg);
}
.ec-footerLink:after {
	margin-left: 0px;
	transform: rotate(-70deg);
}

@media only screen and (min-width: 768px) {
	.ec-footerRole {
/*
		padding-bottom: 0px;
		margin-left: -200px;
		margin-right: -200px;
		padding-left: 200px;
		padding-right: 200px;
*/
	}

	.ec-footerSNS {
		margin-top: 5rem;
	}
	.ec-footerSNS p {
		font-size: 20px;
	}

	.ec-footerLink a {
		width: 48px;
		height: 48px;
		margin: 0 5px;
	}
	.ec-footerLink:before,
	.ec-footerLink:after {
		width: 58px;
		height: 3px;
	}
	.ec-footerLink:before {
		margin-right: 8px;
	}
	.ec-footerLink:after {
		margin-left: 8px;
	}
}


/* page
   ========================================================================== */

.ec-pageHeader {
    margin-top: 98px;
    margin-bottom: 48px;
/*
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
*/
	text-align: center;
}
.tit-block {
    margin-bottom: 1rem;
/*
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
*/
	text-align: center;
}
.ec-pageHeader h1,
.tit-block h2 {
	margin: 0;
    padding: 0;
    font-size: 58px;
    font-weight: 500;
	color: #121212;
    background: none;
    border-top: none;
    border-bottom: none;
    letter-spacing: 0.0em;
	font-family: 'Parisienne', cursive;
/*
	display: inline-block;
*/
}
/*
.ec-pageHeader:before,
.tit-block:before {
    content: '';
    width: 28px;
    height: 12px;
    margin: 0;
    color: #0230B4;
    background: url('/html/user_data/assets/img/common/bg_title.png') center top no-repeat;
    background-size: contain;
	display: inline-block;
}
*/
.ec-pageHeader h1 span,
.tit-block span {
	margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
	display: block;
	font-family: var(--bs-font-sans-serif);
/*
    text-transform: uppercase;
*/
}

.ec-mypageRole .ec-pageHeader h1,
.ec-mypageRole .ec-pageHeader .h1 {
	margin: 0 0 0 10px;
    padding: 0;
}


@media screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
	.ec-pageHeader {
	    margin-top: 68px;
	    margin-bottom: 4px;
	    letter-spacing: 0.0em;
	}
	.ec-pageHeader h1,
	.tit-block h2,
	.ec-mypageRole .ec-pageHeader h1,
	.ec-mypageRole .ec-pageHeader .h1 {
	    font-size: 38px;
    	letter-spacing: 0.0em;
    	margin-bottom: 28px;
	}
	.ec-pageHeader:before,
	.tit-block:before {
	    width: 18px;
	    height: 10px;
	}
	.ec-pageHeader h1 span,
	.tit-block span {
		font-size: 14px;
	}
}


/* product
   ========================================================================== */
.ec-topRole .ec-shelfRole {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
}

.ec-shelfGrid .ec-shelfGrid__item {
	margin-bottom: 16px;
}
.ec-shelfGrid .ec-shelfGrid__item p.item_name {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.5;
}
.ec-shelfGrid .ec-shelfGrid__item p.price02-default {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	color: #DB6A67;
}

@media only screen and (min-width: 768px) {
	.ec-shelfGrid {
		margin-bottom: 0;
		margin-left: -8px;
		margin-right: -8px;
	}
	.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
	.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
		padding: 0 8px;
	}
	.ec-shelfGrid .ec-shelfGrid__item p.item_name {
		font-size: 16px;
	}
	.ec-shelfGrid .ec-shelfGrid__item p.price02-default {
		font-size: 16px;
	}
}

.ec-sliderItemRole .item_nav {
	display: flex;
}

.ec-productRole {
	margin-top: 4rem;
}

.ec-productRole .ec-productRole__description {
	margin-top: 2rem;
	margin-bottom: 0rem;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
	font-size: 20px;
	line-height: 1.4;
}

.ec-productRole .ec-productRole__tags {
	margin-top: 0;
	padding-bottom: 1rem;
	border-bottom: none;
}
.ec-productRole .ec-productRole__tag {
    display: inline-block;
    margin: 0px 0px 5px 0px;
    padding: 3px 10px 4px 10px;
    list-style: none;
    font-size: 88%;
    color: #fff;
    border: solid 1px #CE1126;
    border-radius: 3px;
    background-color: #CE1126;
}


@media only screen and (min-width: 768px) {
	.ec-productRole .ec-productRole__title .ec-headingTitle {
		font-size: 28px;
	}
}

/*
#RelatedProduct-product_area {
    margin-top: 100px;
}

@media (max-width: 767px) {
	#RelatedProduct-product_area {
	    margin-top: 50px;
	}
}
@media (max-width: 479px) {
}
*/


/* top
   ========================================================================== */

.ec-topRole {
	margin: 0 auto;
	padding: 3rem 20px 4rem 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	max-width: 1130px;
}
.ec-topRole img {
	max-width: 100%;
}
.ec-topRole p {
	margin-bottom: 10px;
	line-height: 1.7;
	letter-spacing: 0.01em;
}
.ec-topRole a:hover {
	color: #134D94 !important;
}
.ec-topRole a:hover img {
	opacity: 0.8;
}


@media only screen and (max-width: 768px) {
	.ec-topRole {
		padding: 1rem 20px 1rem 20px;
	}
	.ec-topRole p {
		margin-bottom: 8px;
		line-height: 1.4;
	}
}

.ec-blockShadow {
	padding: 1rem;
	background: #FFF;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}


.ec-sliderRole {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
}

.ec-sliderRolebnr {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.ec-sliderRolebnr ul.main_slide {
	margin: 0;
	padding: 0;
}
.ec-sliderRolebnr ul.main_slide img {
	max-width: 100%;
	max-height: 100%;
}
.ec-sliderRolebnr ul.main_slide .slick-slide {
	padding: 0 5px;
}

.ec-newsRole {
	padding: 0;
}
.ec-newsRole .ec-newsRole__newsItem {
	border-bottom: 1px solid #B2B2B2;
}
.ec-newsRole .ec-newsRole__newsDate {
	margin: 10px 0px;
	padding: 3px 0;
	font-size: 14px;
	color: #FFF;
	background: #134D94;
	text-align: center;
	border-radius: 0rem;
}
.ec-newsRole .ec-newsRole__newsTitle {
	font-weight: normal;
	color: inherit;
	font-size: 16px;
	letter-spacing: 0.12em;
}
.ec-newsRole .ec-newsRole__newsDescription {
  font-size: 16px;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
	padding-top: 1px;
	width: 25px;
	height: 25px;
	background: #134D94;
}
.ec-newsRole .ec-newsRole__newsCloseBtn:hover {
	color: #FFF !important;
}
.ec-newsRole .ec-inlineBtn--top {
	margin-top: 10px;
	background-color: #134D94;
	border-color: #134D94;
}

@media only screen and (min-width: 768px) {
	.ec-newsRole .ec-newsRole__news {
		border: none;
		padding: 0;
	}
	.ec-newsRole .ec-newsRole__newsItem {
		padding: 12px 0;
	}
	.ec-newsRole .ec-newsRole__newsHeading {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
    }
	.ec-newsRole .ec-newsRole__newsDate {
		display: inline-block;
		margin: 0;
		min-width: 120px;
		font-size: 14px;
	}
	.ec-newsRole .ec-newsRole__newsColumn {
		display: inline-flex;
		min-width: calc(100% - 140px);
	}
}


@media only screen and (max-width: 479px) {
	.ec-newsRole .ec-newsRole__newsTitle {
		font-size: 14px;
	}
	.ec-newsRole .ec-newsRole__newsDescription {
	  font-size: 14px;
	}
}

.top-banner2col {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
}
.top-banner2col div {
	width: calc(50% - 8px);
	margin-bottom: 8px;
}
.top-banner2col a {
	display: block;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
	.top-banner2col div {
		width: 100%;
		margin-bottom: 16px;
	}
}

.top-banner3col {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.top-banner3col div {
	width: calc(33.333% - 10px);
	margin-bottom: 8px;
}
.top-banner3col a {
	display: block;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
	.top-banner3col {
		gap: 6px;
	}
	.top-banner3col div {
		width: calc(50% - 6px);
		margin-bottom: 6px;
	}
}


.top-category > div {
	margin-top: 1rem;
	padding-bottom: 1rem;
	border: 1px solid #707070;
}
.top-category > div > div {
	width: 100%;
}
.top-category div img {
	width: 100%;
}
.top-category div h3 {
	padding: 0 1rem;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.top-category div p {
	padding: 0 1rem;
	text-align: left;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 479px) {
	.top-category div h3 {
		margin-top: 10px;
		margin-bottom: 8px;
		padding: 0 1rem;
		font-size: 20px;
	}
	.top-category div p {
		padding: 0 1rem;
		font-size: 14px;
		text-align: left;
	}
}

.top-first {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	color: inherit;
	font-size: 16px;
	border: 1px solid #707070;
}
.top-first > div {
	width: 50%;
}
.top-first > div:last-child {
	padding: .5rem 1.5rem .5rem;
}
.top-first a {
	float: right;
	margin-top: 8px;
	display: block;
}

@media only screen and (max-width: 479px) {
	.top-first {
		width: 100%;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.top-first > div {
		width: 100%;
	}
	.top-first > div:last-child {
/*
		padding: 20px 20px 15px;
*/
	}
	.top-first .tit-block {
		margin-bottom: 15px;
	}
}


.top-kinagu {
	margin-top: 2rem;
	margin-bottom: 3rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 2rem 0 28rem;
    background: url('/html/user_data/assets/img/top/img_kinagu.jpg') no-repeat center top;
	background-size: cover;
	color: #FFF;
	text-align: center;
}
.top-kinagu h2 {
	padding: 1rem 0 2rem;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.top-kinagu p {
	padding: 0 2rem;
	font-size: 20px;
	letter-spacing: 0.12em;
}
.top-kinagu a {
	display: inline-block;
	min-width: 250px;
	margin-top: 3rem;
	padding: 8px 10px;
	border: 1px solid #FFF;
	color: #FFF;
}
.top-kinagu a:hover {
	background: #FFF;
	color: #121212 !important;
}

@media only screen and (max-width: 479px) {
	.top-kinagu {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
		padding: 2rem 0 4rem;
	}
	.top-kinagu h2 {
		padding: .5rem 0 1rem;
		font-size: 28px;
	}
	.top-kinagu p {
		padding: 0 1rem;
		font-size: 14px;
	}
	.top-kinagu a {
	font-size: 14px;
	}
	.top-kinagu a:hover {
	background: #FFF;
	color: #121212 !important;
	}
}

/* other
   ========================================================================== */

@media only screen and (min-width: 768px) {
  .ec-borderedDefs dt {
    padding-top: 0px;
    width: 25%;
  }
  .ec-borderedDefs dd {
    width: 75%;
    line-height: 1.6;
  }
}

.ec-role img {
  max-width: 100% !important;
}

.ec-progress .is-complete .ec-progress__number {
  background: #65AA36;
}
.ec-progress .is-complete .ec-progress__label {
  color: #65AA36;
}

#product_review_area .ec-rectHeading h4 {
  font-size: 18px !important;
}
	
@media only screen and (max-width: 479px) {
	#product_review_area .ec-rectHeading h4 {
	  font-size: 16px !important;
	}
}
