@charset "UTF-8";
/**
 * gallery.css
 * createdAt: 2020.03.10
 * updatedAt: 2020.04.07
 */
#tmpl_content {
  min-width: 1190px;
}

@media screen and (max-width: 640px) {
  #tmpl_content {
    min-width: 100%;
  }
}
/*--------------------------------------------------
	gallry top
--------------------------------------------------*/
/*---- title head ---- */
.sd2-heading-wrap {
  padding: 52px 0 66px;
  text-align: center;
}

.sd2-heading-wrap h1 {
  font-family: "SST W20 Light", sans-serif;
  font-size: 206.25%;
  text-align: center;
  color: #656565;
  margin: 0 0 8px;
}

.sd2-heading-wrap h1 span {
  font-family: "SST W55 Light", sans-serif;
  /*font-size: 197.45%;*/
  font-size: 110%;
}

.sd2-heading-wrap p {
  font-family: "SST W55 Regular", sans-serif;
  font-size: 75%;
  text-align: center;
  color: #656565;
  margin: 0;
}

/*----------------------------------------
  .tag-list
  createAt: 2019.06.08
----------------------------------------*/
.tag-list-heading {
  padding: 0 0 50px;
}

.tag-list-heading li:not(:first-child) a::after {
  content: " ~";
}

.no-js .tag-list-heading {
  display: none;
}

.tag-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.tag-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 128px;
  flex: 0 1 128px;
}

.tag-item:not(:first-of-type) {
  margin-left: 10px;
}

.tag-link {
  text-decoration: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

.tag-link:hover,
.tag-item.current .tag-link {
  border-color: #999999 !important;
  color: #000 !important;
}

@media screen and (max-width: 640px) {
  .tag-list-heading {
    padding: 0 0 30px;
  }
  .tag-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tag-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
  }
  .tag-item:nth-of-type(odd) {
    margin-left: 0;
  }
  .tag-item:nth-of-type(even) {
    margin-left: 5%;
  }
  .tag-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
/*------------------ SP ------------------- */
@media screen and (max-width: 640px) {
  /*---- title head ---- */
  .sd2-heading-wrap {
    padding: 40px 0 20px;
  }
  .sd2-heading-wrap h1 {
    font-size: 187.5%;
    margin: 0 0 5px;
  }
  .sd2-heading-wrap h1 span {
    /*font-size: 179.5%;*/
    font-size: 110%;
  }
  .sd2-heading-wrap p {
    font-size: 62.5%;
    margin: 0;
  }
  .sd2-content {
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .pdt-index-txtbox {
    text-align: left;
  }
  .pdt-index-txtbox {
    margin-bottom: 20px !important;
  }
}
/*---- pdt-index ---- */
.pdt-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  width: calc(94% + 20px);
  margin: 0 auto;
  padding-bottom: 120px;
}

.pdt-index-item {
  display: none;
  margin: 20px 10px 0;
  width: 31.9148936%;
  width: calc(33.3333333333% - 20px);
  font-size: 100%;
  vertical-align: top;
}

.pdt-index-item.active {
  display: block;
}

.pdt-index-item a {
  display: block;
  color: #656565;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.pdt-index-item a:hover {
  opacity: 0.45;
}

.pdt-index-imgbox {
  line-height: 0;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.pdt-index-imgbox.appear {
  opacity: 1;
}

.pdt-index-imgbox img {
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pdt-index-txtbox {
  margin: 17px 0 30px;
  color: #656565;
}

.pdt-index-txtbox h2,
.pdt-index-txtbox h3 {
  margin: 0;
  font-size: 187.5%;
  line-height: 1;
}

.pdt-index-txtbox p {
  margin: 6px 0 0;
  font-size: 87.5%;
  line-height: 1.7;
}

.pdt-index-txtbox em {
  display: block;
  margin: 5px 0 0;
  font-size: 68.8%;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .pdt-index {
    width: 90.4%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
  }
  .tag-list-heading.fix + .pdt-index {
    margin-top: 64px;
  }
  .pdt-index-item {
    margin: 4% 0 0 4% !important;
    width: 47.5%;
    font-size: 75%;
    margin-left: 0 !important;
  }
  .pdt-index-item:nth-child(1),
  .pdt-index-item:nth-child(2) {
    margin-top: 20px !important;
  }
  /*.pdt-index-item:nth-child(2n+1) {margin-left: 0 !important;}*/
}
@media screen and (max-width: 480px) {
  .pdt-index-item {
    margin: 20px 0 0 0 !important;
    width: 100%;
    font-size: 87.5%;
  }
  .pdt-index-item:nth-child(1) {
    margin-top: 20px !important;
  }
  .pdt-index-item:nth-child(2) {
    margin-top: 20px !important;
  }
}
/*--------------------------------------------------
	gallry detail
--------------------------------------------------*/
.gallery-page .detail-section {
  width: 940px;
  margin: 64px auto 0;
  padding-bottom: 120px;
}
.gallery-page .detail-section ul {
  margin: 0;
  padding: 0;
}
.gallery-page .detail-section ul li {
  display: inline;
  list-style: none;
}
.gallery-page .detail-nav {
  padding-left: 530px;
  margin-bottom: 24px;
}
.gallery-page .detail-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-page .detail-nav-list-item {
  margin-right: 0px !important;
  position: relative;
  /*min-width: 38%;*/
}
.gallery-page .sd-content.mod-index .detail-section .detail-nav-list-item a {
  text-decoration: none;
}
.gallery-page _:-ms-lang(x)::-ms-backdrop,
.gallery-page .sd-content.mod-index .detail-section .detail-nav-list-item a {
  display: inline-block;
  margin-top: 5px;
}
.gallery-page .detail-nav-list-item-prev {
  padding: 0 5px 0 1.5em;
  text-align: left;
}
.gallery-page .detail-nav-list-item-next {
  padding: 0 1.5em 0 5px;
  text-align: right;
  text-align: right;
}
.gallery-page .detail-nav-list-item-prev a::before,
.gallery-page .detail-nav-list-item-next a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  width: 0.45em;
  height: 0.9em;
  margin-top: 1px;
  background: center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .gallery-page .detail-nav-list-item-prev a::before,
  .gallery-page .detail-nav-list-item-next a::after {
    top: calc(50% - 0.45em);
    margin-top: 1px;
  }
}
.gallery-page .detail-nav-list-item-prev a::before {
  background-image: url(../img/arrow_left.svg);
  left: 0;
}
.gallery-page .detail-nav-list-item-next a::after {
  background-image: url(../img/arrow_right.svg);
  right: 0;
}
.gallery-page .detail-title {
  padding-left: 530px;
  margin-bottom: 5px;
}
.gallery-page .detail-title h1 {
  font-family: "SST W20 Roman", sans-serif;
  font-size: 187.5%;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 20px;
}
.gallery-page .detail-title h1 span {
  font-family: "SST W55 Regular", sans-serif;
  font-size: 92%;
}
.gallery-page .detail-title p {
  margin: 0;
}
.gallery-page .detail-flex {
  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;
}
.gallery-page .detail-img {
  width: 465px;
  margin-right: 63px;
  position: relative;
  top: -72px;
  text-align: center;
}
.gallery-page .detail-img img {
  width: auto;
  max-width: 100%;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-page .detail-img.portrait img {
  max-width: initial;
  max-width: auto;
  max-height: 465px;
}
.gallery-page .detail-txt {
  width: 412px;
  margin-top: 1em;
}
.gallery-page .detail-txt p {
  font-size: 81.25%;
  line-height: 21px;
}
.gallery-page .detail-txt-small {
  font-size: 68.75% !important;
}
.gallery-page .detail-img-list {
  margin-top: 26px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-page .detail-img-list-item {
  width: 110px;
  height: 110px;
  /*overflow: scroll;*/
  margin-right: 10px !important;
}
.gallery-page .detail-img-list-item a {
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gallery-page .detail-img-list-item a:hover {
  opacity: 0.5;
}
.gallery-page .detail-img-list-item a.detail-btn-movie {
  position: relative;
}
.gallery-page .detail-img-list-item a.detail-btn-movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../img/moviestart.svg) center center
    no-repeat;
  background-size: 42px;
}
.gallery-page .detail-img-list-item img {
  width: 100%;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-page .detail-btntop-wrapper {
  margin: 28px 0 64px;
}
.gallery-page .detail-btntop {
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-decoration: none;
}
.gallery-page .modaal-wrapper {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.gallery-page .modaal-wrapper::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.gallery-page .modaal-gallery-item {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gallery-page .modaal-gallery-item.view {
  opacity: 1;
}
.gallery-page .modaal-gallery-item img,
.gallery-page .modaal-gallery-item.portrait img {
  width: auto !important;
  max-width: 80vw;
  max-height: 85vh;
}
@media screen and (max-width: 640px) {
  .gallery-page .sd-content.detail-index .detail-section .detail-img {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .gallery-page .detail-img.portrait img,
  .gallery-page .detail-img img {
    max-width: initial;
    max-width: auto;
    max-height: initial;
    max-height: auto;
    width: 100%;
  }
  .gallery-page .sd-content.detail-index .detail-section .detail-txt {
    width: 100%;
    margin-top: 1em;
  }
  .gallery-page .sd-content.mod-index {
    margin-top: 30px !important;
  }
  .gallery-page .sd-content.mod-index .detail-section:first-child {
    margin-top: 0;
  }
  .gallery-page .detail-section {
    width: 90.4%;
    margin: 90px auto 0;
    padding-bottom: 94px;
  }
  .gallery-page .detail-nav {
    padding-left: 0;
    margin-bottom: 35px;
  }
  .gallery-page .detail-nav-list-item {
    margin-right: 0 !important;
  }
  .gallery-page .detail-nav-list-item a {
    font-size: 87.5%;
  }
  .gallery-page .detail-title {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .gallery-page .detail-title h1 {
    font-size: 187.5%;
    margin-bottom: 8px;
  }
  .gallery-page .detail-txt {
    width: 100%;
  }
  .gallery-page .detail-txt-small {
    margin: 0;
    font-size: 62.5%;
  }
  .gallery-page .detail-img {
    width: 100%;
    margin-right: 0;
    top: 0;
    margin-bottom: 8px;
  }
  .gallery-page .detail-img img {
    width: 100%;
  }
  .gallery-page .detail-txt {
    width: 100%;
  }
  .gallery-page .detail-txt p {
    font-size: 81.25%;
    line-height: 21px;
  }
  .gallery-page .detail-txt-small {
    font-size: 62.5% !important;
  }
  .gallery-page .detail-img-list {
    margin-top: 52px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-page .detail-img-list-item {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-top: 10px !important;
  }
  .gallery-page .detail-img-list-item a.detail-btn-movie::after {
    background-size: 53px;
  }
  .gallery-page .detail-btntop-wrapper {
    margin: 94px 0 0;
  }
  .gallery-page .modaal-image .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-page .modaal-gallery-item.portrait img,
  .gallery-page .modaal-gallery-item img {
    max-width: 100vw;
  }
}
.gallery-page .rotate {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
}
.gallery-page .modaal-overlay {
  z-index: 9997;
}
.gallery-page .modaal-outer-wrapper {
  position: relative;
  z-index: 9998 !important;
}
.gallery-page .modaal-inner-wrapper {
  position: relative;
  z-index: 9999 !important;
}
.gallery-page .no-js .pdt-index-imgbox {
  opacity: 1;
}
