/*ポップアップ */

.popup {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 9999;

  opacity: 0;

  visibility: hidden;

  transition: .6s;

}

.popup.is-show {

  opacity: 1;

  visibility: visible;

}

.popup-inner {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%,-50%);

  width: 80%;

  max-width: 600px;

  padding: 50px;

  background-color: #fff;

  z-index: 2;

}

.popup-inner a:hover {

	text-decoration: none;

}

.popup-txt {

	color: #333;

	line-height: 2.0;

}

.close-btn {

  position: absolute;

  right: 0;

  top: 0;

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  cursor: pointer;

	font-size: 40px;

}

.black-background {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0,0,0,.8);

  z-index: 1;

  cursor: pointer;

}

/*ポップアップここまで */

.ec-totalBox__btn .ec-blockBtn--cancel {
	background-color: #fff;
	color: #000!important;
}



/* header */



.ec-headerNav {
    display: flex;
}

.ec-headerNaviRole {
	max-width: 1180px;
	padding: 25px 20px;
}

.ec-headerNav {
    display: flex;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
	display: flex;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
    margin-top: 0px;
}

.ec-headerNav .ec-headerNav__itemLink {
    flex-shrink: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: auto;
}

.ec-headerNaviRole__left h1 {

	margin: 0;

}

.ec-headerNaviRole__left h1 img {

	width: auto;

}

.ec_icon {

	display: flex;

	align-items: center;

}

.ec_menu {

	margin-top: 15px;

}

.ec_menu nav ul {

	display: flex;

	list-style-type: none;

	margin: 0;

    padding: 0;

}

.ec_menu nav ul li {

    margin-left: 70px;

}

.ec_menu nav ul li:first-child {

    margin-left: 0px;

}

.ec_menu nav ul li a {

	color: #000;

}

.ec-headerNaviRole .ec-headerNaviRole__right {

	flex-direction: column;

    align-items: end;

	width: auto;

	margin-left: auto;

}



.ec-headerNav .ec-headerNav__itemIcon {

    margin-right: 10px;

}

.ec-headerSearch .ec-headerSearch__keyword {

	border-radius: 0px;

	width: 250px;

	margin-right: 20px;

}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
	display: block;    	
}

/* mv_wrap  */



.mv_wrap {
	width: 100vw;
    margin-left: calc(50% - 50vw);
	height: 460px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.mv_catch {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}

.mv_wrap2 {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.pic1 {
	background-image: url(../img/top/page_pic1.jpg);
}
.pic2 {
	background-image: url(../img/top/page_pic2.jpg);
}
.pic3 {
	background-image: url(../img/top/page_pic3.jpg);
}
.pic4 {
	background-image: url(../img/top/page_pic4.jpg);
}
.pic5 {
	background-image: url(../img/top/page_pic5.jpg);
}
.pic6 {
	background-image: url(../img/top/page_pic6.jpg);
}
.pic7 {
	background-image: url(../img/top/page_pic7.jpg);
}
.pic8 {
	background-image: url(../img/top/page_pic8.jpg);
}
.pic9 {
	background-image: url(../img/top/page_pic9.jpg);
}
.pic10 {
	background-image: url(../img/top/page_pic10.jpg);
}



/* main */

.ec-wrap {
	overflow: hidden;
}

.ec-layoutRole .ec-layoutRole__contents {

    max-width: 1180px;

	padding: 0 20px;

}

.ec-role {

	max-width: 1140px;

	padding: 0;

}

.ec-subtitle {

	margin-bottom: 30px;

	display: flex;

	align-items: center;

}

.ec-more {

	margin-left: auto;
	margin-right: 5px;

}

.ec-more a {

	color: #000;

} 

.ec-morebtn {

	display: inline-block;

	vertical-align: middle;

    margin-left: 15px;

    border-radius: 50%;

    width: 20px;

    height: 20px;

    color: white;

    text-align: center;

    background: black;

    cursor: pointer;

	line-height: 1.35;

    transform: rotate(-90deg);

}



.ec-secHeading {

	margin-top: 0px;

	margin-bottom: 0px;

}

.ec-secHeading .ec-secHeading__en {

	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;

	font-size: 30px;

	letter-spacing: 1px;
	color: #0E6EB8;
}

.ec-secHeading .ec-secHeading__line {

	width: auto;

	height: auto;

	background: unset;

	font-size: 16px;

}

.ec-secHeading .ec-secHeading__line {

    margin: 0 10px 0 70px;

}

.ec-secHeading .ec-secHeading__ja {

    vertical-align: baseline;

}

.categorytitle {
	width: 1140px;
	margin: 60px auto 0;
}

.ec-blockTopBtn {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30;
    bottom: 30px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    background-color: unset;
}

/*category*/

.ec-layoutRole__contentBottom{
    padding-bottom: 4.8vw;
    padding-top: 4.8vw;
}
.ec-headerCategoryArea{
    padding: 2rem 0 2rem 0;
}
.ec-headerCategoryArea__heading{
    width: 95vw;
    margin: 0 auto 1em;
}
.ec-headerCategoryArea__heading p{
    font-weight: bold;
    font-size: clamp(1rem, 0rem + 4.267vw, 2rem);
}

.ec-itemNav{
    text-align: left;
}
.ec-itemNav__nav{
    display: flex;
    align-items: center;
	gap: 1vw;
}
.ec-itemNav__nav li{
    float: none;
}
.ec-itemNav__nav li a{
    font-weight: 400;
    font-size: 1.4rem;
}

.category {
	margin-top: 50px;
}

/* 第一カテゴリー */

.ec-itemNav__nav > li{
    width: 234px;
    text-align: center;
    border: 1px solid #999;
    line-height: 2;
}
.ec-itemNav__nav > li > a {
    background: #DEE5EF;
    padding: 5px 0;
}
/* 第二カテゴリーリスト */
.ec-itemNav__nav li ul li a{
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1em 2em 1em 1em;
    color: #000;
	width: 100%;
}
.ec-itemNav__nav li ul li ul:before{
    top: 1.25em;
}
.ec-itemNav__nav li ul li a {
    background: #ccc;
    text-align: center;
}

.ec-itemNav__nav li ul li a:hover {
    background: #ddd;
    text-align: center;
}
.ec-itemNav__nav > li:hover li:hover > a:hover {
    background: #ddd;
}
.ec-itemNav__nav li ul li ul li a {
    background: #ccc;
}
.ec-itemNav__nav li:hover ul li ul li a:hover {
    background: #ddd;
}

/*カテゴリー表示*/


.ec-topicpath .ec-topicpath__item a:hover {
    opacity: .8;
}


.ec-topicpath .ec-topicpath__item--active a:hover {
    opacity: .8;
}

.ec-topicpath .ec-topicpath__item--active {
    font-weight: normal !important;
}



/* news */

.ec-newsRole .ec-role {
	max-width: 1180px;
	padding: 0 20px;
}

.ec-newItemRole {

    padding: 0 0 20px;

}

.ec-newsRole .ec-subtitle {

	border-bottom: 1px solid #ccc;

	padding-bottom: 25px;

	margin-bottom: 25px;

}

.ec-newsRole .ec-newsRole__news {

    border: none;

    padding: 0px;

}

.ec-newsRole .ec-newsRole__newsItem {

    padding: 0px;

	margin-bottom: 25px;

}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {

    border-bottom: 0px;

}

.ec-newsRole {

	width: 100vw;

	margin-left: calc(50% - 50vw);

	background: #EEEEEE;

	padding: 80px 0;

}

.ec-newsRole .ec-newsRole__newsHeading {

    align-items: baseline;

}

.ec-newsRole .ec-newsRole__newsDate {

    font-weight: bold;

}



/* pickup */



.ec-shelfRole {

    padding-left: 0px;

    padding-right: 0px;

	margin-bottom: 50px;

	margin-top: 80px;

    max-width: 1180px;

}

.ec-shelfGrid {

	margin-bottom: 0px;

}

.ec-shelfGrid__item dl {

	margin-bottom: 0px;

	margin-top: 1rem;

}

.item_price {

	margin-bottom: 0px;

	margin-top: 5px;

}

.item_price span {

	font-size: 13px;

}

.ec-shelfGrid .ec-shelfGrid__item { 

	margin-bottom: 30px;

}



/* concept */

.ec_concept .ec-role {
	max-width: 1180px;
	padding: 0 20px;
}


.ec_concept {

	width: 100vw;

	margin-left: calc(50% - 50vw);

	padding: 100px 0;

background-color: #0E6EB8;


}

.ec_concept .ec-subtitle {

	margin-bottom: 30px;

}

.ec_concept .ec-role {

	display: flex;
	justify-content: space-between;

}



.ec_concept .ec-role .ec-secHeading .ec-secHeading__en {

	color: #fff;

}
.ec_concept .ec-role .ec-secHeading .ec-secHeading__ja {

	color: #fff;

}

.ec_concept .ec-role h3 {

	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;

	font-size: 30px;

	margin-top: 30px;

	margin-bottom: 30px;

	line-height: 1.7;

	font-weight: bold;

	color: #fff;
}

.ec_concept_right {

	margin-left: auto;
	width: 45%;

}

.ec_concept_right p {

	margin-top: 30px;

	line-height: 1.7;
	color: #fff;
}



/* footer */


.ec-footerRole {

    padding-top: 80px;

	margin-top: 0px;

	border: 0px;
	background-color: #588EBE;

}

.ec-footerRole .ec-footerRole__inner {

    max-width: 1180px;

    padding: 0 20px;

    color: #fff;

}

.ec-footerRole .ec-footerRole__inner img {

	width: auto;

}

.f-tel {

	display: flex;
	font-size: 15px;
	margin-top: 40px;

}

.f-tel p:first-child {
	margin-right: 10px;

}

.f-add {

	display: flex;

	font-size: 15px;

	margin-top: 15px;

}

.f-add p:first-child {

	margin-right: 10px;

}

.ec-footerRole__inner {

	display: flex;

}

.f-menu {

	width: 220px;

	margin-right: 30px;

	margin-left: auto;

}

.f-menu2 {

	width: 550px;

}

.f-menuin {

	display: flex;

}


.f-menuin ul {

	width: 33%;

}
.f-menuin ul:first-child {

	width: 25%;

}

.f-menutitle {

	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	padding-bottom: 20px;

	margin-bottom: 20px;

	border-bottom: 1px solid #fff;

	color: #Fff;

}

.ec-footerRole__inner {

	color: #fff;

}

.ec-footerRole__inner ul {

	list-style-type: none;

	padding-left: 0;

}

.ec-footerRole__inner ul a {

	color: #fff;

}

.ec-footerRole__inner ul li {

	margin-bottom: 15px;
	display: flex;

}

.ec-footerRole__inner ul li::before {

	content: "-";

	margin-right: 5px;

	color: #fff;

}

.ec-footerTitle__copyright {

	margin-top: 80px;

    text-align: center;

    padding: 10px 0;
    color: #fff;
}

.ec-footerTitle__copyright a {

    color: #Fff;

}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* page_contents */

.page_contents {
	margin-top: 0px;
	margin-bottom: 60px;
}
.ec-searchnavRole {
	max-width: 1140px;
	padding: 0;
}
.ec-pageHeader h1 {
    margin: 50px 0px 30px;
	border: 0px;
	padding: 0;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	color: #0E6EB8;
	font-size: 30px;
}
.ec-contactRole p {
    margin: 0 0 20px;
}


/* 商品一覧 */

.ec-searchnavRole {
	max-width: 1140px;
	padding-top: 30px;
}
.page_contents .ec-shelfRole {
    margin-bottom: 0px;
    margin-top: 0px;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1140px;
}
.ec-topicpath {
    padding: 0 0 10px;
    border: 0;
    font-size: 16px;
}
.ec-blockBtn--action {
    background-color: #363636;
    border-color: #363636;
}
.ec-blockBtn--action:hover {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #e9e9e9;
}

/* 商品詳細 */

.ec-blockBtn--cancel {
    background-color: unset;
    border: 1px solid #333;
	color: #333 !important;
}
.ec-blockBtn--cancel:hover {
    background-color: unset;
    border: 1px solid #333;
	color: #333;
	opacity: 0.7;
}
.ec-productRole__description {
	margin-top: 30px;
}
.ec-productRole {
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 50px;
    max-width: 1140px;
}
.ec-sliderItemRole {
    padding-left: 0px;
    max-width: 1140px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 25px;
    padding-top: 20px;
	font-weight: bold;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
	margin-bottom:0px;
}
.ec-price .ec-price__price {
    padding: 0 0.3em 0 0;
    font-size: 22px;
}
.ec-productRole .ec-productRole__price {
	border-bottom: 0px;
}
.ec-productRole .ec-productRole__tags {
    margin: 0px;
    padding: 0;
    padding-bottom: 0px;
    border-bottom: 0px dotted ;
}
.ec-productRole .ec-productRole__category {
    border-bottom: 0px;
}


/* お問合せ */

.ec-contactRole {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1140px;
}

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    width: 92%;
}
.ec-input textarea {
	width: 92%;
}



.ec-off1Grid .ec-off1Grid__cell {
    margin-left: 0px;
}

/* 特定商 */

.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
}

.ec-borderedDefs {
    border-top: 0px dotted #ccc;
}

.ec-heading-bold {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ec-borderedDefs dt {
	line-height: 2.5;
	padding: 25px 0;
    width: 23%;
	border-bottom: 1px solid #ccc;
}

.ec-borderedDefs dd {
    line-height: 2.5;
	width: 77%;
	margin: 0px;
	padding: 25px 0 25px 25px;
	border-bottom: 1px dotted #ccc;
}
.ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 0px;
	border: 0px;
}
.ec-borderedDefs dl:first-child dt {
	padding: 5px 0 25px;
}
.ec-borderedDefs dl:first-child dd {
	padding: 5px 0 25px 25px;;
}
.ec-label {
    margin-bottom: 0px;
}


/* プライバシーポリシー */

.ec-privacy ol {
	padding: 0 0 0 1em;
}
.ec-privacy ol li ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ec-privacy ol li ol li {
	margin-bottom: 20px;
	list-style: circle;
}
.ec-privacy ol li ol li span {
	margin-bottom: 10px;

}
.ec-off1Grid__cell {
	margin-bottom: 20px;
}
.pri-title {
	margin-bottom: 10px;
}

/* ご利用ガイド */

.ec-guide h2 {
    font-size: 22px;
    font-weight: bold;
	padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin: 0;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
.ec-guide .ec-guidetitle {
	padding-top: 0px;
}
.ec-guide-in h3 {
	font-size: 16px;
	font-weight: bold;
}
.ec-guide-in h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
}
.ec-guide p {
	margin-top: 1em;
	line-height: 1.7; 
}
.ec-guide ol li {
	line-height: 1.7; 
}
.ec-notice {
	color: red;
}
.pad {
	display: none;
}

.ec-registerRole {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1140px;
}


@media (max-width: 1024px) {

.ec-headerSearch .ec-headerSearch__keyword {
    width: 180px;
}
.ec_concept {
	background-size: cover;
}
.ec-footertitle {
	margin-right: 15px;
}

.f-menu {
    width: 140px;
	margin-right: 15px;
}
.f-menu2 {
    width: 350px;
}
.ec_menu nav ul li {
    margin-left: 30px;
}
.ec_concept_left {
	margin-right: 20px;
}
.ec_concept .ec-role h3 {
    font-size: 25px;
}
.ec_concept_right {
	width: 50%;
	flex-shrink: 0;
}

.ec_concept_right p br {
	display: none;
}
.f-tel {
	flex-direction: column;
}
.f-add {
	flex-direction: column;
}
.pad {
	display: block;
}

}
@media (max-width: 920px) {

.ec-headerNav .ec-headerNav__item span {
	display: none;
}
.ec_concept {
    background-image: url(../img/top/concept_back3.png);
}
.ec_menu nav ul li {
    margin-left: 15px;
    font-size: 14px;
}

}

@media (max-width: 767px) {
.pc {
	display: none;
}
.pad {
	display: none;
}

.sp {
	display: block;
}


.ec-cartNavi {
    padding: 10px 0 0 10px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    margin-right: 50px;
}
.ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 0px;
}
.ec-headerNavSP {
	top: 35px;
    right: 10px;
    left: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 150px;
}
.mv_wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 100%;
}

.mv_wrap img {
	width: 100%;
}

.mv_wrap2 {
	height: 250px;
	width: 100vw;
    margin-left: calc(50% - 50vw);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
 /*カテゴリナビ*/
 .ec-itemNav__nav{
    display: grid;
    place-items: center;
	gap: 0;
    width: 90vw;
}

.ec-itemNav__nav > li {
    border: none;
	width: 90vw;
}

.ec-itemNav__nav > li > a {
    font-size: clamp(1rem, 0rem + 4.267vw, 2rem);
    border-bottom: 1px solid #999;
	text-align: center;
	padding: 2% 0;
}
/* draw */

.ec-drawerRole {
    top: 0;
    left: unset;
    right: 0;
}
.ec-drawerRole {
    transform: translateX(300px);
}
.ec-drawerRoleClose {
    left: unset;
    right: 270px;
}
.ec-drawerRole {
	background-color: #333;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    background-color: #333;
}

/* main */
.ec-secHeading .ec-secHeading__line {
    margin: 0 10px 0 40px;
}

.ec-more2 {
	width: 100%;
    padding: 10px 0;
    border: 1px solid #ddd;
    text-align: center;
}
.ec-more2 a {
	color: #fff;
	font-weight: 500;
}
.ec-more2 {
    font-weight: bold;
    padding: 15px 0;
    border: 1px solid #ddd;
    background-color: #363636;
}

/* news */

.ec-newsRole {
	padding: 40px 0;
}
.ec-shelfRole {
    margin-bottom: 30px;
    margin-top: 50px;
}
/* concept */

.ec_concept .ec-role {
    display: block;
}
.ec-newItemRole {
	padding: 0 0 50px;
}
.ec_concept_left {
	margin-bottom: 30px;
	margin-right: 0px;
}
.ec_concept .ec-role h3 {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-size: 25px;
}
.ec_concept {
    background-image: url(../img/top/concept_back2.png);
	padding: 60px 0;
}
.ec_concept_right {
	width: 100%;
}

/* footer */

.ec-footerRole__inner {
    display: block;
}

.f-menu {
    width: 100%;
	margin-top: 0px;
}
.f-menu2 {
    width: 100%;
	margin-top: 30px;
}
.f-menuin {
	display: block;
}
.f-menuin ul {
    width: 100%;
	margin-bottom: 0px;
}
.f-menuin ul:first-child {
    width: 100%;
}
.f-menuin ul a {
    display: block;
}
.ec-footerRole__inner ul li {
	padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
}
.ec-footerRole__inner ul li::before {
    content: "";
    margin-right: 0px;
}
.ec-footerTitle__copyright {
    margin-top: 30px;
}
.ec-footerTitle__copyright a {
    font-size: 12px;
}
.ec-footertitle {
	margin-top: 40px;
}

/* page */

.page_contents .ec-secHeading .ec-secHeading__ja {
    display: block;
	margin-top: 10px;
}
.page_contents .ec-secHeading .ec-secHeading__line {
    display: none;
}


/* contact */

.ec-contactRole p {
    margin: 16px 0 0;
}
.ec-contactRole .ec-para-normal {
    margin: 0 0 16px 0;
}
.ec-borderedDefs dl {
    display: block;
	padding: 0;
}
.ec-borderedDefs dt {
    width: 100%;
	border-bottom: 0px;
	padding: 10px 0 0 0;
}
.ec-borderedDefs dd {
    margin: 0;
	padding: 0 0 10px 0;
}
.ec-borderedDefs dl:first-child dt {
	padding: 0;
}
.ec-borderedDefs dl:first-child dd {
	padding: 0 0 10px 0;
}

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    width: 100%;
}
.ec-input textarea {
	width: 100%;
}


}

