@charset "UTF-8";
/* ===================================================================
CSS information

 style info: collection

=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Unna:wght@400;700&display=swap");
.items {
  margin: 38px 0 0;
}

@media screen and (max-width: 800px) {
  .items {
    margin: 19px 0 0;
  }
}

/*----------------------------------------------------------------
  collection
----------------------------------------------------------------*/
.collection #contents .inner {
  position: relative;
}

.collection #contents .inner .photographer {
  padding: 0 50px 0 0;
  max-width: 1100px;
  width: 100%;
  text-align: right;
  position: relative;
  top: -30px;
}

.collection #contents ul {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 37px -1.5% 0;
}

.collection #contents ul li {
  width: 30.420711974%;
  margin: 0 1.456310679% 45px;
}

.collection #contents ul li img {
  width: 100%;
  height: auto;
}

.collection #contents ul li a {
  display: block;
  position: relative;
}

.collection #contents ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}

.collection.pc #contents ul li a:hover::before {
  opacity: 1;
}

.collection.pc #contents ul li a:hover .hover span {
  top: -8px;
  opacity: 1;
}

.collection .modal img {
  width: 50%;
  margin: 0 14.150943396% 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.collection .modal {
  position: relative;
}

.collection .modal .info {
  font-size: 12px;
}

.collection .modal .info div {
  line-height: 2.0;
  letter-spacing: 0.1em;
}

.collection .modal .info .number {
  margin: 0 0 27px;
}

.collection .modal .info .count {
  display: inline-block;
  border-bottom: 1px solid #333;
  margin: 0 0 20px;
}

.collection .modal .info .count span {
  display: inline-block;
  padding: 0 12px 5px;
}

.mfp-bg {
  background: #fff;
  opacity: 1;
}

.mfp-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 50px;
  right: 0;
}

.collection .modal-header {
  text-align: center;
}

.collection .modal-header .headline {
  margin: 70px 0 0;
}

.collection .modal-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.collection .modal .modal-img {
  width: 50%;
  margin: 0 0 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.collection .modal {
  position: relative;
}

.collection .modal .info {
  width: 50%;
  margin: 0;
  font-size: 12px;
  line-height: 2.2;
}

.collection .modal .info .txt {
  margin: 0;
}

.mfp-arrow {
  width: 15px;
  height: 28px;
  margin-top: -25px;
  opacity: 1;
}

.mfp-arrow::before {
  width: 15px;
  height: 28px;
  border: none;
  opacity: 1;
  margin: 0;
}

.mfp-arrow::after {
  display: none;
}

.mfp-arrow-right {
  right: inherit;
}

.mfp-arrow-right:before {
  background: url(../img/icn_arrow_r_03.png) no-repeat top left;
  background-size: 15px auto;
}

.mfp-arrow-left {
  left: 5px;
}

.mfp-arrow-left::before {
  background: url(../img/icn_arrow_l_03.png) no-repeat top left;
  background-size: 15px auto;
}

.mfp-arrow:active {
  margin-top: -25px;
}

.mfp-close-btn-in .mfp-close {
  text-indent: 99999px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: -45px;
  background: url(/img/icn_close.png) no-repeat center center;
  background-size: 35px auto;
}

.collection .sp-conts {
  display: none;
}

.mfp-fade-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mfp-fade-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* animate in */
.mfp-fade-in.mfp-ready .mfp-with-anim {
  opacity: 1;
}

.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 1;
}

/* animate out */
.mfp-fade-in.mfp-removing .mfp-with-anim {
  opacity: 0;
}

.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.embed-container {
  position: relative;
  margin: 50px 0 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 800px) {
  .embed-container {
    margin: 0;
    padding-bottom: 177.8125%;
  }
  .embed-container.wide {
    padding-bottom: 56.25%;
  }
  .collection #contents {
    padding: 0;
  }
  .collection #contents .inner {
    margin: 0;
  }
  .collection #contents ul {
    display: block;
    margin: 17px 0 0;
  }
  .collection #contents ul li {
    width: 100%;
    margin: 0 0;
  }
  .collection #contents ul li a {
    pointer-events: none;
  }
  .collection #contents ul li img {
    width: 100%;
    height: auto;
  }
  .collection .sp-conts {
    display: block;
    padding: 18.5px 6%;
  }
  .collection .sp-conts p {
    font-size: 14px;
    line-height: 2.2;
  }
  .collection .sp-acc {
    position: relative;
  }
  .collection .sp-acc-txt {
    display: none;
  }
  .collection .sp-acc::after,
  .collection .sp-acc::before {
    content: "";
    display: block;
    width: 19px;
    height: 1px;
    background: #000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .collection .sp-acc::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .collection .sp-acc.active::after,
  .collection .sp-acc.active::before {
    top: 10px;
    right: -3px;
  }
  .collection .sp-acc.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .collection .sp-acc.active::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media screen and (max-width: 400px) {
  .collection #contents .inner .photographer {
    top: -10px;
  }
}

/*  */
.collection #contents .rich-area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 105px -30px 0;
}

.collection #contents .rich-area img {
  max-width: 100%;
}

.collection #contents .rich-area.teaser .text {
  font-size: 22px;
  font-family: "Unna", serif;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  .collection #contents .rich-area.teaser .text {
    margin-top: 30px;
  }
}

.collection #contents .rich-area .movie {
  position: relative;
  margin: 50px 0 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .collection #contents .rich-area .movie {
    margin-top: 30px;
    padding-bottom: 100%;
  }
}

.collection #contents .rich-area .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection #contents .rich-area .main-image {
  width: 100%;
  padding: 0 0 0 107px;
  margin-bottom: 240px;
}

.collection #contents .rich-area .main-image--l2 {
  padding: 0 44px;
}

.collection #contents .rich-area > .wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}

.collection #contents .rich-area > .wrap + .wrap {
  margin-top: 240px;
}

.collection #contents .rich-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collection #contents .rich-area .row.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.collection #contents .rich-area .row.row-reverse > .image {
  padding: 0;
}

.collection #contents .rich-area .row > .image {
  width: 50%;
  padding: 0 4.285714285% 0 0;
}

.collection #contents .rich-area .row .text {
  width: 50%;
  padding: 37px 0 0 3.214285714%;
}

.collection #contents .rich-area .row .text .col {
  padding: 0 26.5px 90px 0;
  position: relative;
  z-index: 1;
}

.collection #contents .rich-area .row .text .col:nth-child(1) {
  width: 332.5px;
}

.collection #contents .rich-area .row .text .col .num {
  font-family: "Unna", serif;
  font-size: 52px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.collection #contents .rich-area .row .text .col .num small {
  font-size: 10px;
  margin: 0 0 0 12.5px;
}

.collection #contents .rich-area .row .text .col.flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 40px;
}

.collection #contents .rich-area .row .text.image-btm {
  position: relative;
}

.collection #contents .rich-area .row .text.image-btm .col {
  width: 100%;
  padding-right: 0;
}

.collection #contents .rich-area .row .text.image-btm .sp-toggle-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 30px 0 0;
}

.collection #contents .rich-area .row .text.image-btm .list {
  margin-right: -50px;
  position: relative;
}

.collection #contents .rich-area .row .text.image-btm .image {
  width: 64%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: -34px;
  margin-bottom: -50px;
}

.collection #contents .rich-area .row .text.image-btm--l2 .col {
  width: 100%;
  padding-right: 0;
}

.collection #contents .rich-area .row .text.image-btm--l2 .sp-toggle-conts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.collection #contents .rich-area .row .text.image-btm--l2 .list {
  margin-right: -5px;
}

.collection #contents .rich-area .row .text.image-btm--l2 .image {
  width: 54.045801526%;
  margin-left: 0;
  margin-bottom: 0;
}

.collection #contents .rich-area .row .text.image-btm--l3 .col {
  width: 100%;
  padding-right: 0;
}

.collection #contents .rich-area .row .text.image-btm--l3 .sp-toggle-conts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.collection #contents .rich-area .row .text.image-btm--l3 .list {
  margin-right: -5px;
}

.collection #contents .rich-area .row .text.image-btm--l3 .image {
  width: 57.022900763%;
  margin-left: 0;
}

.collection #contents .rich-area .row .text.img-top {
  padding-left: 0;
}

.collection #contents .rich-area .row .text.img-top .col {
  width: 50%;
}

.collection #contents .rich-area .row .text.img-top--l2 .col img {
  width: 123.338485316%;
  max-width: inherit;
}

.collection #contents .rich-area .list {
  display: block;
  margin: 0;
}

.collection #contents .rich-area .list li {
  width: 100%;
  margin: 0 0 23px;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.collection #contents .rich-area .list li .ttl {
  font-family: "Unna", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.collection #contents .rich-area .list li .spec {
  margin-bottom: 13px;
}

.collection #contents .rich-area .list li .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collection #contents .rich-area .list li .spec dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.collection #contents .rich-area .list li .spec dl dd {
  margin: 0;
}

.collection #contents .rich-area .list li .spec dl dd + dt {
  margin-left: 5px;
}

.collection #contents .rich-area .list li a {
  display: inline;
  color: #726356;
}

.collection #contents .rich-area .list li .js-guide-modal {
  border-bottom: solid 1px;
}

.collection #contents .rich-area .list li .js-guide-modal::before {
  display: none;
}

.collection #contents .rich-area .list li .link {
  font-family: 'Poppins', sans-serif;
}

.collection #contents .rich-area .list li .link::before {
  display: inline-block;
  content: ">>";
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 800px) {
  .collection #contents .rich-area {
    margin: 47px 0 0;
  }
  .collection #contents .rich-area .main-image {
    padding: 0 0 0 23px;
    margin-bottom: 140px;
  }
  .collection #contents .rich-area > .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection #contents .rich-area > .wrap + .wrap {
    margin-top: 30px;
  }
  .collection #contents .rich-area .row {
    display: block;
  }
  .collection #contents .rich-area .row > .image {
    width: 100%;
    padding: 0;
  }
  .collection #contents .rich-area .row .text {
    width: 100%;
    padding: 0;
  }
  .collection #contents .rich-area .row .text .col {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .collection #contents .rich-area .row .text .col:nth-child(1) {
    width: 100%;
  }
  .collection #contents .rich-area .row .text .col .num {
    position: relative;
    top: 0;
    left: 0;
    padding: 16px 23px;
    font-size: 30px;
  }
  .collection #contents .rich-area .row .text .col .num::before, .collection #contents .rich-area .row .text .col .num::after {
    content: "";
    display: block;
    width: 19px;
    height: 1px;
    background: #686564;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .collection #contents .rich-area .row .text .col .num::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .collection #contents .rich-area .row .text .col .num.is-active::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collection #contents .rich-area .row .text .col .num.is-active::after {
    opacity: 0;
  }
  .collection #contents .rich-area .row .text .col .num p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .collection #contents .rich-area .row .text .col .num p small {
    margin: 0 0 0 10px;
  }
  .collection #contents .rich-area .row .text .col.flex-end {
    padding-bottom: 0;
  }
  .collection #contents .rich-area .row .text.image-btm .sp-toggle-conts {
    padding: 12px 20px 7px 23px;
    display: none;
  }
  .collection #contents .rich-area .row .text.image-btm .list {
    margin: 0;
  }
  .collection #contents .rich-area .row .text.image-btm .image {
    width: 100%;
    margin: 32px 0 0;
  }
  .collection #contents .rich-area .row .text.img-top {
    padding-left: 0;
  }
  .collection #contents .rich-area .row .text.img-top .col {
    width: 100%;
  }
  .collection #contents .rich-area .row .text.img-top .image {
    margin-top: 32px;
  }
  .collection #contents .rich-area .row .text.img-top--l2 .col img {
    width: 100%;
    max-width: 100%;
  }
  .collection #contents .rich-area .sp-toggle-conts {
    padding: 12px 20px 7px 23px;
    display: none;
  }
  .collection #contents .rich-area .list {
    padding: 0;
  }
  .collection #contents .rich-area .list li {
    margin: 0 0 20px;
    font-size: 12px;
  }
  .collection #contents .rich-area .list li:last-child {
    margin: 0;
  }
  .collection #contents .rich-area .list li a {
    pointer-events: inherit;
  }
  .collection #contents .rich-area .list li .ttl {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: 0 0 7px;
  }
  .collection #contents .rich-area .list li .spec {
    margin-bottom: 8px;
  }
  .collection #contents .rich-area .list li .spec dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collection #contents .rich-area .list li .spec dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .collection #contents .rich-area .list li .spec dl dd {
    margin: 0;
  }
}

.collection #contents .info {
  background: #eee;
  color: #58575d;
  margin: 230px -20px 0;
  padding: 120px 0;
  overflow: hidden;
}

.collection #contents .info-inner {
  max-width: 700px;
  margin: 0 auto;
}

.collection #contents .info .headline {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  text-align: center;
  color: #58575d;
}

.collection #contents .info .headline.en {
  font-family: "Unna", serif;
}

.collection #contents .info h2 {
  margin-bottom: 23px;
}

.collection #contents .info .desc {
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 2.0;
  text-align: center;
}

.collection #contents .info .shop {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 90px -120px 0;
}

.collection #contents .info .shop h3 {
  margin: 0 0 27px;
}

.collection #contents .info .shop > .row > .col {
  padding: 0 120px;
  width: 100%;
}

.collection #contents .info .shop > .row > .col:nth-child(1) {
  width: 348px;
}

.collection #contents .info .shop > .row > .col:nth-child(2) {
  width: 592px;
}

.collection #contents .info .shop > .row > .col + .col {
  border-left: solid 1px #c8c6d0;
}

.collection #contents .info .shop > .row > .col > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.collection #contents .info .shop dl {
  margin-top: 30px;
}

.collection #contents .info .shop dl dt {
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .collection #contents .info {
    margin: 140px 0 0;
    padding: 60px 0;
  }
  .collection #contents .info-inner {
    max-width: inherit;
    margin: 0 20px;
  }
  .collection #contents .info .shop {
    margin: 45px 0 0;
  }
  .collection #contents .info .shop > .row > .col {
    padding: 0;
    width: 100%;
  }
  .collection #contents .info .shop > .row > .col:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection #contents .info .shop > .row > .col:nth-child(1) p {
    width: 100%;
  }
  .collection #contents .info .shop > .row > .col:nth-child(1) dl {
    width: 50%;
  }
  .collection #contents .info .shop > .row > .col:nth-child(2) {
    width: 100%;
  }
  .collection #contents .info .shop > .row > .col + .col {
    border-left: none;
    border-top: solid 1px #c8c6d0;
    margin-top: 30px;
    padding-top: 30px;
  }
  .collection #contents .info .shop > .row > .col > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collection #contents .info .shop > .row > .col > .row > div {
    padding-right: 20px;
  }
}

.guide {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.guide .mfp-close {
  top: -35px;
  right: -35px;
}

.guide .modal-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43.160377358%;
  margin: 0 10.613207547% 0 0;
}

.guide .modal-image img {
  width: 100%;
  margin: 0;
}

.guide .modal-text {
  width: 100%;
}

.guide .title {
  font-family: "Unna", serif;
  font-size: 27px;
  letter-spacing: 0.05em;
}

.guide table {
  width: 100%;
  table-layout: fixed;
  margin: 20px 0 0;
}

.guide table th {
  font-size: 10px;
  text-align: center;
}

.guide table thead {
  border-bottom: solid 1px #a99f97;
}

.guide table thead th {
  font-size: 10px;
  color: #a99f97;
  padding-bottom: 5px;
}

.guide table tbody tr:nth-child(odd) {
  background: #f7f7f7;
}

.guide table tbody tr:nth-child(even) th {
  background: #b0a9a3;
}

.guide table tbody th {
  background: #a99f97;
  color: #fff;
  font-weight: 700;
  width: 80px;
}

.guide table tbody td {
  font-size: 12px;
  text-align: center;
  padding: 9px 10px;
}

@media screen and (max-width: 800px) {
  .guide .modal-conts {
    display: block;
  }
  .guide .mfp-close {
    top: -25px;
    right: 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .guide .modal-image {
    width: 100%;
    margin: 0;
  }
  .guide .modal-text {
    width: 100%;
    margin: 20px 0 0;
  }
  .guide table {
    margin-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  .mfp-container {
    padding: 30px 25px;
  }
}
/*# sourceMappingURL=monthly.css.map */