/*ポップアップ */

.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;    	
}

body {
	font-family: 'Noto Sans JP', sans-serif;
}

/* mv_wrap  */



.mv_wrap {
	background-image: url(../img/top/mv_pic.png);
	width: 100vw;
    margin-left: calc(50% - 50vw);
	height: 600px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.mv_catch {
	position: absolute;
	transform: translate(-50%,-50%);
	bottom: 0%;
	right: 0;
}

.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: 50px;

	display: flex;

	align-items: center;
	padding-bottom: 10px;
	border-bottom: 2px dashed #0EB6D3;

}

.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 {
	position: relative;
	font-family: 'M PLUS 2', sans-serif;
	font-weight: 800;
	font-size: 30px;
	letter-spacing: 1px;
	color: #0EB6D3;
	padding-inline-start: 60px;
}

.ec-secHeading .ec-secHeading__en::before {
	content: "";
	width: 45px;
	height: 45px;
	background: url(../img/top/mark.png)no-repeat center/contain;
	position: absolute;
	top: 0;
	left: 0;
}

.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;
	font-size: 16px;
	color: #0CB6D2;
	padding-inline-start: 1em;
}



/* news */

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

.ec-newItemRole {

    padding: 0 0 20px;

}

.ec-newsRole .ec-subtitle {
	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);


	padding: 80px 0;

}

.ec-newsRole .ec-newsRole__newsHeading {

    align-items: baseline;

}

.ec-newsRole .ec-newsRole__newsDate {

    font-weight: bold;

}
.ec-newsRole .ec-newsRole__newsTitle {
	color: #333;
}


/* 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: #BEDEE8;

	background-repeat: no-repeat;

	background-position: center center;


}

.ec_concept .ec-subtitle {

	margin-bottom: 30px;

}

.ec_concept .ec-role {

	display: flex;

	align-items: center;	

}




.ec_concept .ec-role h3 {

	font-family: 'M PLUS 2', sans-serif;

	font-size: 40px;
	margin: 0 0 30px 0;

	line-height: 1.2;

	font-weight: 800;

	color: #0CB6D2;

}

.ec_concept_right {
	width: 50%;
	flex-shrink: 0;
	margin-left: 50px;
}

.ec_concept_right p {

	margin-top: 30px;

	line-height: 2;

	color: #06333E;

}



/* footer */


.ec-footerRole {

    padding-top: 80px;

	margin-top: 0px;

	border: 0px;
	background-color: #0EB6D3;

}

.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: 'M PLUS 2', sans-serif;
	padding-bottom: 10px;

	margin-bottom: 20px;

	border-bottom: 1px dashed #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;

}

#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

#pagetop img {
    width: 70px;
    height: 70px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(22%) saturate(1764%) hue-rotate(155deg) brightness(92%) contrast(92%);
}

.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 50px;
	border: 0px;
	padding: 0;
}
.ec-contactRole p {
    margin: 0 0 20px;
}


/* 商品一覧 */

.ec-searchnavRole {
	max-width: 1140px;
	padding: 0;
}
.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;
}
.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;
    max-width: 1140px;
}
.ec-sliderItemRole {
    padding-left: 0px;
    padding-right: 30px;
    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: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
	font-family: 'M PLUS 2', sans-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;
}

.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 {
    background-image: url(../img/top/mv_pic.png);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top right -1100px;
    background-size: cover;
    position: relative;
}

.mv_catch {
	bottom: 100px;
	transform: inherit;
}

.mv_catch img {
	width: 90vw;
}

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

.ec-secHeading .ec-secHeading__ja {
	font-size: 12px;
	letter-spacing: normal;
}

/* 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 {
	width: 100%;
	padding:40px 0 0 0 ;
	margin: 0 auto;
}

.ec-newsRole .ec-role {
	padding: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-size: 25px;
}
.ec_concept {
    background-image: url(../img/top/concept_back2.png);
	padding: 60px 0;
}
.ec_concept_right {
	width: 100%;
	margin: 0;
}

/* 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%;
}


}

