@charset "utf-8";

/* ===================================================================
CSS information

 style info: magazine

=================================================================== */
.items {
  margin: 38px 0 0;
}

@media screen and (max-width: 800px) {
  .items {
    margin: 19px 0 0;
  }
}

/*----------------------------------------------------------------
  magazine
----------------------------------------------------------------*/
.magazine #contents {}

.magazine #contents .inner {
  position: relative;
}

.magazine #contents .inner .photographer {
  padding: 0 50px 0 0;
  max-width: 1100px;
  width: 100%;
  text-align: right;
  position: relative;
  top: -30px;
}

.magazine #contents ul {
  display: flex;
  flex-wrap: wrap;
  margin: 37px -1.5% 0;
}

.magazine #contents ul li {
  width: 22%;
  margin: 0 4% 40px 0;
}

@media screen and (min-width: 801px) {
.magazine #contents ul li:nth-child(4n) {
  margin: 0 0 40px;
  }
}

.magazine #contents ul li img {
  width: 100%;
  height: auto;
}

.magazine #contents ul li a {
  display: block;
  position: relative;
}

.magazine #contents ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}

.magazine.pc #contents ul li a:hover::before {
  opacity: 1;
}

.magazine.pc #contents ul li a:hover .hover span {
  top: -8px;
  opacity: 1;
}

.magazine .modal img {
  width: 50%;
  margin: 0 14.150943396% 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@media screen and (max-width: 800px) {
  .magazine .modal img {
    width: 50%;
    margin: 0;
  }
  .magazine .modal img +img.for-sp{
    width: 40%;
    margin-top: auto;
    margin-left: auto;
  }
}

.magazine .modal {
  position: relative;
}

.magazine .modal .info {
  font-size: 12px;
}

.magazine .modal .info div {
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}
@media screen and (max-width: 800px) {
  .magazine .modal .info div {
    letter-spacing: 0.05em;
  }
}

.magazine .modal .info .number {
  font-size: 16px;
  margin: 0 0 27px;
}
@media screen and (max-width: 800px) {
  .magazine .modal .info .number {
    font-size: 15px;
    margin: 20px 0 10px;
  }
}

.magazine .modal .info .count {
  display: inline-block;
  border-bottom: 1px solid #333;
  margin: 0 0 20px;
}

.magazine .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;
}
@media screen and (max-width: 800px) {
  .mfp-container {
    width: 100%;
    max-width: none;
    text-align: center;
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    padding: 20px;
    overflow: auto;
  }
}

.magazine .modal-header {
  text-align: center;
}

.magazine .modal-header .headline {
  margin: 70px 0 0;
}

.magazine .modal-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  .magazine .modal-conts {
    flex-wrap: wrap;
    background: #fff;
    padding: 35px 30px;
    margin-bottom: 20px;
  }
}

.magazine .modal .modal-img {
  width: 50%;
  margin: 0 0 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.magazine .modal {
  position: relative;
}

.magazine .modal .info {
  width: 50%;
  margin: 0;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .magazine .modal .info {
    width: 100%;
  }
}

.magazine .modal .info .txt {
  margin: 0;
}

.magazine .modal .info > div + .aside {
  margin-top: 30px;
}

.magazine .info .aside {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.magazine .info .aside img {
  width: 100%;
  margin: 0;
}

.magazine .info .aside .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 200px;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .magazine .info .right {
    width: 100%;
  }
  .magazine .info .aside .btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

.magazine .info .aside .btn:hover {
  opacity: .7;
}

.magazine .info .aside .btn.nolink {
  cursor: default;
}
.magazine .info .aside .btn.nolink:hover {
  opacity: 1;
}

.magazine .info .aside .btn>span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #4a3c31;
  text-align: center;
  letter-spacing: 0.05em;
}

.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;
}
@media screen and (max-width: 800px) {
  .mfp-arrow-right {
    right: 30px;
    left: auto !important;
  }
}

.mfp-arrow-right:before {
  background: url(../img/icn_arrow_r_03.png) no-repeat top left;
  background-size: 15px auto;
}
@media screen and (max-width: 800px) {
  .mfp-arrow-right:before {
    background-size: 10px auto;
  }
}

.mfp-arrow-left {
  left: 5px;
}
@media screen and (max-width: 800px) {
  .mfp-arrow-left {
    left: 30px;
  }
}

.mfp-arrow-left::before {
  background: url(../img/icn_arrow_l_03.png) no-repeat top left;
  background-size: 15px auto;
}
@media screen and (max-width: 800px) {
  .mfp-arrow-left::before {
    background-size: 10px 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;
}
@media screen and (max-width: 800px) {
  .mfp-close-btn-in .mfp-close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    background-size: 20px auto;
  }
}

.magazine .sp-conts {
  display: none;
}

.mfp-fade-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


.mfp-fade-in.mfp-bg {
  opacity: 1;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 800px) {
  .mfp-fade-in.mfp-bg {
    background: #0b0b0b;
      opacity: 0.5;
  }
}
/* 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%;
}

.magazine .sp-acc-aside {
  display: none;
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 800px) {
  .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .mfp-auto-cursor .mfp-content {
    overflow: hidden;
  }
  
  .embed-container {
    margin: 0;
  }

  .magazine #contents {
    padding: 0;
  }

  .magazine #contents .inner {
    margin: 0;
  }

  .magazine #contents ul {
    margin: 17px 6% 0;
  }

  .magazine #contents ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  .magazine #contents ul li:nth-child(even){
    margin-left: auto;
  }

  /* .magazine #contents ul li a {
    pointer-events: none;
  } */

  .magazine #contents ul li img {
    width: 100%;
    height: auto;
  }

  .magazine .sp-conts {
    /* display: block; */
    padding: 18.5px 6%;
  }

  .magazine .sp-conts p {
    font-size: 11px;
    line-height: 2.2;
    font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
  }

  .magazine .sp-acc {
    position: relative;
  }

  .magazine .sp-acc-txt {
    display: none;
    font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
  }
  .magazine .sp-acc-aside {
    font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
  }
  .magazine .sp-acc-aside + .sp-acc-txt {
    margin-top: 15px;
  }

  .magazine .sp-acc-txt + .sp-acc-aside{
    margin-top: 15px;
  }

  .magazine .sp-acc::after,
  .magazine .sp-acc::before {
    content: "";
    display: block;
    width: 19px;
    height: 1px;
    background: #000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: transform .3s;
  }

  .magazine .sp-acc::after {
    transform: rotate(90deg);
  }

  .magazine .sp-acc.active::after,
  .magazine .sp-acc.active::before {
    top: 0;
    right: -3px;
  }

  .magazine .sp-acc.active::before {
    transform: rotate(45deg);
  }

  .magazine .sp-acc.active::after {
    transform: rotate(135deg);
  }

  .magazine .sp-acc-aside .btn {
    width: 100%;
  }
  .magazine .info .aside .btn:hover {
    opacity: 1;
  }
  
  .magazine .sp-acc-aside .btn>span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #4a3c31;
    text-align: center;
    letter-spacing: 0.05em;
  }

}

@media screen and (max-width: 400px) {
  .magazine #contents .inner .photographer {
    top: -10px;
  }
}