@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* EZ PORCELAING  */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100% !important;
  max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* layout
--------------------------------------------------------------------*/
.innr {
  margin: 0 20px;
}

@media print, screen and (min-width: 1221px) {
  .innr {
    width: 1200px;
    margin: 0 auto;
  }
}

#epz {
  border-top: 20px solid #EC6D84;
}

/* Header
--------------------------------------------------------------------*/

.epz-header {
  padding-bottom: 80px;
}
.epz-header .header-top {
  background: #EC6D84;
  color: #fff;
  font-size: .75em;
  line-height: 1;
  padding: .75em 1em;
}
.epz-header .header-top strong {
  display: block;
  font-size: 1.125em;
  padding-top: .25em;
}
.epz-header .header-title h1 {
  background: url("/img/usr/category/ezp/bg_header.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 50px 30px;
  margin: 0;
}
.epz-header .header-lead {
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  padding: 20px 0;
}
.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-nav li {
  width: 32%;
}
.header-nav li a {
  position: relative;
  display: block;
  border-bottom: 5px solid #EC6D84;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: .75em 0;
  margin-bottom: 10px;
}
.header-nav li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EC6D84;
}
.header-nav li a small {
  display: block;
  color: #EC6D84;
  font-size: .6em;
}
.header-nav li a em {
  font-size: 1.25em;
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: 600;
}
.header-nav li a:hover {
  background: #EC6D84;
  color: #fff;
}
.header-nav li a:hover small {
  color: #fff;
}

@media screen and (min-width:980px) {
  .epz-header .header-top {
    font-size: .85em;
  }
  .epz-header .header-top strong {
    display: inline;
    margin-left: 1em;
  }
  .epz-header .header-title h1 {
    padding: 100px 30px;
  }
  .epz-header .header-lead {
    font-size: 1.25em;
    text-align: center;
    padding: 30px 0 50px;
  }
  /*.header-nav li {
    width: 23.5%;
  }*/
  .header-nav li a small {
    font-size: .75em;
  }
  .header-nav li a em {
    font-size: 1.75em;
  }
}


/* Header
--------------------------------------------------------------------*/
.product-list {
  
}
.product-list .product-list-header {
  
}


/* Cont
--------------------------------------------------------------------*/
/* header */
.epz-cont {
}
.cont-header {
  margin: 50px 0 30px;
}
.cont-header h2 {
  position: relative;
  text-align: center;
}


/* finished */
.cont-finished {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cont-finished .finished-img {
  width: 50%;
  z-index: 1;
}
.cont-finished .finished-txt {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.cont-finished .finished-txt p {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0 1em;
}

@media screen and (min-width:768px) {
  .cont-finished .finished-txt p {
    font-size: 1.75em;
    line-height: 2;
    letter-spacing: .1em;
  }
}


/* Prologue */
.cont-prologue-pc {
  display: none;
}
.cont-prologue-sp {
}

@media screen and (min-width:980px) {
  .cont-prologue-pc {
    display: inherit;
  }
  .cont-prologue-sp {
    display: none;
  }
}


/* lead */
.cont-lead {
  max-width: 900px;
  font-size: 1.125em;
  padding: 1.5em 0;
  margin: 0 auto;
}
.cont-lead p {
  line-height: 1.8;
  margin-bottom: .5em;
}

/* process */
.cont-process {
  padding-top: 20px;
}
.cont-process h3 {
  color: rgba(90, 58, 115, 1);
  font-size: 2em;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-bottom: .5em;
}
.cont-process .process-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-process .process-photo li {
  width: 49%;
  margin-bottom: 20px;
}
.cont-process .process-photo li p {
  display: flex;
  padding-top: .5em;
  line-height: 1.2;
}
.cont-process .process-photo li p em {
  display: inline-block;
  flex-basis: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  background: rgba(90, 58, 115, 1);
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
}
.cont-process .process-photo li p span {
  display: block;
  flex: 1;
  padding-left: .5em;
}
.cont-process .process-material {
}
.cont-process .process-movie {
  margin-top: 50px;
}

@media screen and (min-width:980px) {
  .cont-process .process-photo li {
    width: 23.5%;
  }
}

/* product */
.cont-product {
  background: #ffd;
  margin-top: 20px;
  padding: 30px 0;
}
.cont-product h3 {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.cont-product h4 {
  font-size: 1.75em;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  text-align: center;
}

.cont-product {
  text-align: center;
}
.cont-product .product-btn {
  position: relative;
  display: block;
  width: 30em;
  background: rgba(236, 109, 132, 1);
  -webkit-box-shadow: 3px 3px 0 #999;
  -moz-box-shadow: 3px 3px 0 #999;
  box-shadow: 3px 3px 0 #999;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: .75em 0;
  margin: 0 auto;
}
.cont-product .product-btn::after {
  position: absolute;
  right: 20px;
  top: 25%;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f152";
  margin-left: .25em;
}
.cont-product .product-btn em {
  display: block;
  font-size: 2em;
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.cont-product .product-btn span {
  width: 16em;
  border-top: 1px solid #fff;
  display: block;
  font-size: 1.25em;
  margin: 0 auto;
}
.cont-product .product-btn:hover {
  background: rgba(236, 109, 132, .8);
  color: #fff;
}
.cont-product .product-btn:hover small {
  color: #fff;
}



.product-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product-nav li {
	box-sizing: border-box;
  margin: 0 5px 10px;
}
.product-nav li a {
  display: block;
	border: 1px solid #444;
  background: #fff;
  font-size: 12px;
	text-align: center;
  padding: .5em 1em;
}
.product-nav li a:hover {
  background: #f6e0e2;;
  text-decoration: none;
}

@media screen and (min-width:768px) {
  .product-nav li a {
    font-size: 14px;
  }
}

@media screen and (min-width:980px) {
  .product-nav li a {
    font-size: 16px;
    padding: .75em 1.5em;
  }
}


/* EZ */
.ez-prologue {
  display: flex;
}
.ez-point {
  max-width: 700px;
  margin: 30px auto 0;
}
.ez-point h3 {
  color: rgba(90, 58, 115, 1);
  font-size: 1.5em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: .5em;
}
.ez-point dt {
  margin-bottom: 20px;
}
.ez-point dd {
  margin-bottom: 30px;
}
.ez-photo {
  padding-top: 30px;
}
.ez-photo ul {
  display: flex;
  flex-wrap: wrap;
}
.ez-photo li {
  width: 50%;
}
.ez-logo {
  text-align: center;
  padding: 30px 0;
}


@media screen and (min-width:980px) {
  .ez-photo li {
    width: 33.3333%;
  }
}

