@charset "UTF-8";
@import url("remodal.css");
@import url("remodal-theme.css");
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&family=Noto+Serif:ital,wght@1,700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');


/*--------------------------------------------------------------------*/
/* Kiln Art & Porcelarts 2021 春の限定カタログ フォトアルバム */
/*--------------------------------------------------------------------*/

/* Reset
--------------------------------------------------------------------*/
#contents {
}
.area-free-edit > .wrapper {
  margin-top: 20px !important;
}
.area-wrapper {
  margin: 20px 0 0;
}
.two-column-layout {
  width: 100% !important;
  margin: 0 !important;
}
#breadcrumbs {
  margin: 0 auto 0 20px;
}
.album-body {
  background: #f0f0f0;
  padding: 10px;
}
.material-icons {
  display: inline-flex;
  vertical-align: middle;
}


@media print, screen and (min-width: 768px) {
  .two-column-layout {
    margin: 0 !important;
  }
  #breadcrumbs {
    margin: 0 auto 0 30px;
  }
  .album-body {
    background: #f0f0f0;
    padding: 10px 30px 30px;
  }
}

@media print, screen and (min-width: 1180px) {
  #breadcrumbs {
    width: 1120px;
    margin: 0 auto;
  }
}



/* Header
--------------------------------------------------------------------*/
.album-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("/img/special/catalog-2021christmas/header_bg.jpg");
  background-size: cover;
  background-color: #c09b85;
  background-blend-mode: color-burn;
  padding: 10px 10px;
}
.album-header h1 {
  color: #fff;
  text-align: center;
  width: 100%;
}
.album-header .catalog {
  margin-bottom: 20px;
  padding-left: 45%;
}
.album-header .catalog a {
  display: block;
  background: rgba(0, 0, 0, .7);
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
.album-header .catalog a:hover {
  background: rgba(0, 0, 0, .9);
  text-decoration: none;
}
.album-header .catalog a .catalog-txt {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}
.album-header .catalog a .catalog-txt::after {
  color: #fed376;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em;
}
.album-header .album-contents {
  padding: 0 5px;
}
.album-header .album-contents h3 {
  color: #fff;
  font-size: 2rem;
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 .5em;
}
.album-header .album-contents ul {
  margin: 0;
  padding: 0;
}
.album-header .album-contents li {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  margin: 0;
  padding: 0;
}
.album-header .album-contents li:first-child {
  border-top: 1px solid rgba(255, 255, 255, .6);
}
.album-header .album-contents li a,
.album-header .album-contents li a:hover {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: .3em;
}
.album-header .album-contents li a:hover {
  background: rgba(0, 0, 0, .5);
}
.album-header .album-contents li a:before {
  color: #fed376;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em;
}

@media screen and (min-width: 480px) {
  .album-header {
    padding: 20px 30px;
  }
  .album-header .catalog {
    width: 25%;
    margin: 0;
    padding-left: 0;
  }
  .album-header .catalog a {
    margin: 0 auto;
  }
  .album-header .album-contents {
    width: 60%;
    margin-right: 20px;
    padding: 0;
  }
  .album-header .album-contents li {
    font-size: 1.6rem;
  }
  .album-header .album-contents li a,
  .album-header .album-contents li a:hover {
    padding: .3em 1em;
  }
}


/* Body
--------------------------------------------------------------------*/
.zoom {
  text-align: right;
  margin-bottom: 30px;
}
.zoom p {
  margin: 0;
  padding: 0 .5em 0 0;
  font-size: 1.2rem;
}

/* List */
.album-list-wrap {
  margin-bottom: 50px;
}
.album-list-header {
  /*color: #fff;*/
  font-size: 1.5em;
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  text-align: center;
  margin: 0 0 .5em;
}

.album-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px 0;
}
.album-list li {
  width: 33.3333%;
}
@media (min-width: 576px) {
  .album-list li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .album-list li {
    width: 20%;
  }
}
/*@media print, screen and (min-width: 992px) {
  .album-list li {
    width: 16.6666%;
  }
}*/

.to-product {
  text-align: center;
}
.to-product a {
  display: block;
  position: relative;
  max-width: 800px;
  height: 70px;
  background: rgba(172, 106, 0, 1);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  padding: 0 30px;
  margin: 10px auto;
}
.to-product a:hover {
  background: rgba(172, 106, 0, .8);
  color: #fff;
  text-decoration: none;
}
.to-product a span {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  display: block;
  font-size: 110%;
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  padding: 15px 0 5px;
  margin-bottom: 5px;
}
.to-product a:after {
  position: absolute;
  right: 15px;
  top: 25px;
  color: #fff;
  content: "\f138";
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (min-width: 480px) {
  .to-product a {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .to-product a {
    height: 90px;
    padding: 0 80px;
  }
  .to-product a span {
    padding: 15px 0 10px;
    margin-bottom: 10px;
  }
  .to-product a:after {
    top: 30px;
  }
}



/* Modal
--------------------------------------------------------------------*/

.remodal {
  position: relative;
  padding: 20px;
}
.remodal-cancel {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: 0;
  outline: 0;
  padding: 0;  
  background: #888;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.remodal-cancel:hover {
  background: #999;
}
.remodal figure {
}
.remodal img {
  max-height: 60vh;
  margin-bottom: 10px;
}
.remodal figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.remodal figcaption .publisher {
  width: 40%;
  text-align: left;
}
.remodal figcaption .publisher .web {
  background: #d9ed87;
}
.remodal figcaption .publisher .catalog {
  background: #c9b4f4;
}
.remodal figcaption .publisher .web,
.remodal figcaption .publisher .catalog {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 15px 0 10px;
  font-size: 1.2rem;
  color: #000;
  box-sizing: border-box;
}
.remodal figcaption .publisher .web:after,
.remodal figcaption .publisher .catalog:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 15px 8px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.remodal figcaption .author {
  width: 60%;
  text-align: right;
  font-size: 1.2rem;
}
.remodal figcaption .caption {
  width: 100%;
  min-height: 60px;
  background: url("/img/special/catalog-2021christmas/keisen.png") repeat top left;
  font-size: 1.4rem;
  line-height: 30px;
  margin: 10px 0 0;
  text-align: left;
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

@media print, screen and (min-width: 768px) {
  .modal-wrapper {
    position: fixed;
    top: 0;
  }
  .modal-wrapper .modal-window {
    width: 80%;
  }
  .remodal {
    max-height: 95vh;
  }
  .remodal img {
    max-height: 70vh;
  }
  .remodal figcaption .publisher {
    width: 30%;
  }
  .remodal figcaption .publisher .web,
  .remodal figcaption .publisher .catalog {
    padding: 0 30px 0 15px;
    font-size: 1.4rem;
  }
  .remodal figcaption .author {
    width: 70%;
  }
  .remodal figcaption .caption {
    text-align: center;
  }
  
}





.br-mb {
  display: inherit;
}
.br-pc {
  display: none;
	margin-right: .5em;
}

@media print, screen and (min-width: 720px){
  .br-mb {
    display: none;
		margin-right: .5em;
  }
  .br-pc {
    display: inherit;
		margin-right: 0;
  }
}

