@charset "UTF-8";
/* gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gallery {
  /*
   overlay
  ------------------------------------------- */
}
.gallery .sortArea {
  width: 100%;
  background-color: #f4f4f1;
  padding: 16px 0 8px;
  margin-bottom: 32px;
}
.gallery .sortArea .inner {
  width: 856px;
  margin: auto;
  position: relative;
}
.gallery .sortArea dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.gallery .sortArea dl dt {
  margin-bottom: 8px;
  font-weight: bold;
}
.gallery .sortArea dl dt.triggerSp {
  //display: none;
}
.gallery .sortArea dl dd {
  position: relative;
  margin: 0;
}
.gallery .sortArea dl dd ul {
  overflow: hidden;
  margin-left: -8px;
}
.gallery .sortArea dl dd ul li {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  width: 208px;
}
.gallery .sortArea dl dd img {
  width: 24px;
  position: absolute;
  left: 295px;
  top: 6px;
}
.gallery .sortArea dl dd input[type="text"] {
  min-width: 330px;
  border-radius: 3px;
  background-color: #fff;
}
.gallery .sortArea dl dd input[type="checkbox"] {
  display: none;
}
.gallery .sortArea dl dd label, .gallery .sortArea dl dd a {
  border: 1px solid #e8e8e5;
  background-color: #e8e8e5;
  padding: 10px 0px;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  color: #777777;
}
.gallery .sortArea dl dd input[type="checkbox"]:checked + label, .gallery .sortArea dl dd a.active {
  border: 1px solid #178ddf;
  background-color: #fff;
  color: #333;
  cursor: default;
  opacity: 1;
}
.gallery .sortArea .delete {
  background: url(../img/common/ico_delete.png) no-repeat right 5px;
  background-size: 10px 10px;
  padding-right: 10px;
  position: relative;
  top: -117px;
  left: 756px;
  color: #555555;
  font-weight: bold;
  font-size: 1.2rem;
  //text-align: center;
  width: 100px;
  //margin: 10px auto;
  cursor: pointer;
}
.gallery .sortArea .delete.active {
  cursor: default;
}
.gallery .listArea {
  width: 856px;
  margin: auto;
  padding-bottom: 24px;
}
.gallery .listArea .wrap {
  overflow: hidden;
  margin-left: -8px;
}
.gallery .listArea .item {
  margin-bottom: 8px;
  margin-left: 8px;
  float: left;
  width: 280px;
  cursor: pointer;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .listArea .item img {
  max-width: 100%;
}
.gallery .listArea .item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.gallery .moreButton {
  border-top: 1px solid #998452;
  display: block;
  width: 856px;
  margin: auto;
}
.gallery .moreButton a {
  width: 320px;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  padding: 9px 0;
  line-height: 1;
  background-color: #998452;
  position: relative;
}
.gallery .moreButton a:after {
  content: "";
  background: url(../img/common/btn_arrow_white_down.png) no-repeat left top;
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  display: inline-block;
  margin-left: 0.8em;
}
.gallery .moreButton a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.gallery .btnPat01 {
  text-align: center;
  margin: 40px auto 80px;
}
.gallery .accessArea {
  display: none;
}
.gallery #Overray {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.gallery #Overray #PhotoContainer {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.gallery #Overray #PhotoContainer.active {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.gallery #Overray img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  cursor: default;
  display: block;
}
.gallery #Overray .prevBtn {
  position: absolute;
  left: 52px;
  top: 50%;
  z-index: 1200;
  background: url(../img/common/slider_arrow_prev.png) no-repeat center center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.gallery #Overray .nextBtn {
  position: absolute;
  right: 52px;
  top: 50%;
  z-index: 1200;
  background: url(../img/common/slider_arrow_next.png) no-repeat center center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.gallery #Overray .closeBtn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(../img/common/ico_delete.png) no-repeat center center;
  background-size: 8px 8px;
  width: 30px;
  height: 30px;
  display: block;
}
.gallery #Overray #OverRayContent {
  width: 920px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -300px;
  background: #FFF;
  z-index: 1500;
  cursor: default;
}
.gallery #Overray #OverRayContent #SlideContent {
  width: 920px;
  height: 600px;
  overflow: hidden;
}
.gallery #Overray #OverRayContent #SlideContent div.cont {
  float: left;
  display: block;
}
.gallery #galleryWrap {
  width: 920px;
  height: 600px;
  background: #ffffff;
}
.gallery #galleryWrap .cont {
  width: 920px;
  height: 600px;
}
.gallery #galleryWrap .section {
  position: relative;
}
.gallery #galleryWrap .section .title {
  position: absolute;
  top: 32px;
  left: 632px;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  width: 272px;
  padding: 0 8px 16px;
  z-index: 1;
}
.gallery #galleryWrap .section .title img {
  vertical-align: middle;
  margin-right: 8px;
  width: 40px;
}
.gallery #galleryWrap .section .wrap {
  overflow: hidden;
}
.gallery #galleryWrap .section .pic {
  width: 600px;
  float: left;
}
.gallery #galleryWrap .section .pic img {
  width: 100%;
}
.gallery #galleryWrap .section .text {
  width: 320px;
  margin-left: 600px;
  padding: 105px 0 32px 32px;
  position: relative;
}
.gallery #galleryWrap .section .text .scrollWrap {
  height: 408px;
  overflow-y: auto;
}
.gallery #galleryWrap .section .text .count {
  margin-bottom: 32px;
  font-weight: bold;
}
.gallery #galleryWrap .section .text .hush {
  margin-bottom: 16px;
}
.gallery #galleryWrap .section .text ul > li {
  margin-bottom: 4px;
  padding-right: 8px;
}
.gallery #galleryWrap .section .text ul > li span {
  font-weight: bold;
  margin-right: 0.5em;
}
.gallery #galleryWrap .prevBtn {
  position: absolute;
  left: -52px;
  top: 50%;
  z-index: 1200;
  background: url(../img/common/slider_arrow_prev.png) no-repeat center center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.gallery #galleryWrap .nextBtn {
  position: absolute;
  right: -52px;
  top: 50%;
  z-index: 1200;
  background: url(../img/common/slider_arrow_next.png) no-repeat center center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.gallery #galleryWrap .closeBtn {
  display: none;
}
.gallery .js-load {
  display: none;
}
.gallery .js-load.active {
  display: block;
}
.gallery #footer {
  margin-top: 64px;
}

/* ==========================================================================

   sp

   ========================================================================== */
@media screen and (max-width: 767px) {
  .gallery {
    /*
     overlay
    ------------------------------------------- */
  }
  .gallery .sortArea {
    width: 100%;
    background-color: #f4f4f1;
    padding: 0;
    margin-bottom: 16px;
  }
  .gallery .sortArea .inner {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .gallery .sortArea dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .gallery .sortArea dl dt {
    float: none;
    padding: 8px 5% 0;
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .gallery .sortArea dl dt.triggerSp {
    background-color: #e6e5de;
    font-size: 1.2rem;
    color: #968357;
    padding: 8px 5%;
    margin-bottom: 0;
    display: block;
  }
  .gallery .sortArea dl dt.triggerSp.active:after {
    content: "";
    background: url(../img/common/ico_minus.png) no-repeat left top;
    background-size: 10px 10px;
  }
  .gallery .sortArea dl dt.triggerSp:after {
    content: "";
    background: url(../img/common/ico_plus.png) no-repeat left top;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    line-height: 1;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: 2px;
  }
  .gallery .sortArea dl dd {
    margin-left: 0;
    position: relative;
    margin: 0 5%;
    text-align: center;
  }
  .gallery .sortArea dl dd.acoCont {
    display: none;
    padding: 16px 0 8px;
  }
  .gallery .sortArea dl dd ul {
    overflow: hidden;
    margin-left: 0px;
  }
  .gallery .sortArea dl dd ul li {
    float: left;
    margin-left: 0px;
    margin-bottom: 8px;
    width: 49%;
  }
  .gallery .sortArea dl dd ul li:nth-child(odd) {
    margin-right: 2%;
  }
  .gallery .sortArea dl dd img {
    width: 24px;
    position: absolute;
    left: 87%;
    top: 8px;
  }
  .gallery .sortArea dl dd input[type="text"] {
    min-width: 100%;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.2rem;
  }
  .gallery .sortArea dl dd input[type="checkbox"] {
    display: none;
  }
  .gallery .sortArea dl dd label {
    border: 1px solid #e8e8e5;
    background-color: #e8e8e5;
    padding: 8px 0px;
    text-align: center;
    line-height: 1;
    border-radius: 20px;
    display: block;
    cursor: pointer;
    color: #777777;
  }
  .gallery .sortArea dl dd input[type="checkbox"]:checked + label {
    border: 1px solid #178ddf;
    background-color: #fff;
    color: #333;
  }
  .gallery .sortArea .delete {
    background: url(../img/common/ico_delete.png) no-repeat right center;
    background-size: 8px 8px;
    padding: 8px 12px 8px 0;
    position: static;
    right: 0;
    top: 0;
    color: #555555;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    display: inline-block;
  }
  .gallery .listArea {
    width: 100%;
    margin: auto;
    padding-bottom: 24px;
  }
  .gallery .listArea .wrap {
    overflow: hidden;
    margin-left: -0.5%;
  }
  .gallery .listArea .item {
    margin-bottom: 0.5%;
    margin-left: 0.5%;
    float: left;
    width: 49.5%;
    cursor: pointer;
  }
  .gallery .listArea .item img {
    max-width: 100%;
  }
  .gallery .listArea .item:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .gallery .moreButton {
    width: auto;
  }
  .gallery .moreButton a {
    width: 200px;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    padding: 9px 0;
    line-height: 1;
    background-color: #998452;
    position: relative;
  }
  .gallery .moreButton a:after {
    content: "";
    background: url(../img/common/btn_arrow_white_down.png) no-repeat left top;
    background-size: 9px 7px;
    width: 9px;
    height: 7px;
    display: inline-block;
    margin-left: 0.8em;
  }
  .gallery .moreButton a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  .gallery .btnPat01 {
    text-align: center;
    margin: 40px auto 80px;
  }
  .gallery .accessArea {
    display: block;
    border-top: 1px solid #f4f4f2;
    padding-top: 35px;
    margin-top: 32px;
  }
  .gallery #Overray {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1300;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .gallery #Overray #PhotoContainer {
    position: static;
    width: 100%;
    height: 100%;
  }
  .gallery #Overray img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    display: block;
  }
  .gallery #Overray .prevBtn {
    position: absolute;
    left: 0;
    top: 52%;
    z-index: 1200;
    background: url(../img/common/sp/slider_arrow_prev.png) no-repeat center center;
    background-size: 6px 8px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .gallery #Overray .nextBtn {
    position: absolute;
    right: 0;
    top: 52%;
    z-index: 1200;
    background: url(../img/common/sp/slider_arrow_next.png) no-repeat center center;
    background-size: 6px 8px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .gallery #Overray .closeBtn {
    position: absolute;
    right: 8px;
    top: 8px;
    background: url(../img/common/ico_delete.png) no-repeat center center;
    background-size: 8px 8px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .gallery #Overray #OverRayContent {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0%;
    left: 0%;
    margin-left: 0;
    margin-top: 0;
    background: #FFF;
    z-index: 1500;
    cursor: default;
  }
  .gallery #Overray #OverRayContent #SlideContent {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .gallery #Overray #OverRayContent #SlideContent div.cont {
    float: left;
    display: block;
  }
  .gallery #galleryWrap {
    width: 100%;
    height: auto;
    background: #ffffff;
  }
  .gallery #galleryWrap .cont {
    width: 100%;
    height: auto;
  }
  .gallery #galleryWrap .section {
    position: relative;
  }
  .gallery #galleryWrap .section .title {
    position: static;
    top: 32px;
    left: 632px;
    font-weight: bold;
    border-bottom: none;
    width: 100%;
    padding: 8px 5% 8px;
    z-index: 1;
  }
  .gallery #galleryWrap .section .title img {
    vertical-align: middle;
    margin-right: 8px;
    width: 32px;
  }
  .gallery #galleryWrap .section .wrap {
    overflow: hidden;
  }
  .gallery #galleryWrap .section .pic {
    width: 100%;
    float: none;
  }
  .gallery #galleryWrap .section .pic img {
    width: 100%;
  }
  .gallery #galleryWrap .section .text {
    width: 100%;
    margin-left: 0;
    padding: 5%;
    position: relative;
  }
  .gallery #galleryWrap .section .text .scrollWrap {
    height: 110px;
    overflow-y: auto;
  }
  .gallery #galleryWrap .section .text .count {
    display: none;
  }
  .gallery #galleryWrap .section .text .hush {
    margin-bottom: 8px;
  }
  .gallery #galleryWrap .section .text ul > li {
    margin-bottom: 4px;
    padding-right: 0;
  }
  .gallery #galleryWrap .section .text ul > li span {
    font-weight: bold;
    margin-right: 0.5em;
  }
  .gallery #galleryWrap .prevBtn {
    position: absolute;
    left: 0;
    top: 42%;
    z-index: 1200;
    background: url(../img/common/sp/slider_arrow_prev.png) no-repeat center center;
    background-size: 6px 8px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .gallery #galleryWrap .nextBtn {
    position: absolute;
    right: 0;
    top: 42%;
    z-index: 1200;
    background: url(../img/common/sp/slider_arrow_next.png) no-repeat center center;
    background-size: 6px 8px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .gallery #galleryWrap .closeBtn {
    position: absolute;
    right: 8px;
    top: 8px;
    background: url(../img/common/ico_delete.png) no-repeat center center;
    background-size: 8px 8px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .gallery #footer {
    margin-top: 0;
  }
}
