@charset "UTF-8";

.press {
  transition: .2s;
}
.press.is-press {
  opacity: .8;
}

.font-yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif !important;
  font-weight: normal;
}

.font-pdsc {
  font-family: 'Playfair Display SC', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif !important;
}

.font-yan {
  font-family: 'Yantramanav', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif !important;
}

.nowrap {
  white-space: nowrap;
}

.archives .block-title {
  line-height: 46px;
  font-size: 32px;
  font-family: 'Playfair Display SC', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif !important;
  color: #181818;
  letter-spacing: 3px;
  opacity: 1;
}

.archives .block-title.center {
  display: block;
  width: 100%;
  text-align: center;
}

.archives .block-sub-title {
  line-height: 24px;
  font-size: 14px;
}

.archives .block-sub-title.center {
  display: block;
  width: 100%;
  text-align: center;
}

.archives .sub-title {
  font-family: 'Playfair Display SC', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif !important;
  letter-spacing: 2px;
}

.top-block {
  position: relative;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  background-color: black;
}
.top-block .logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}
.top-block .logo a {
  display: inline-block;
}
.top-block .logo img {
  width: 67px;
  height: auto;
}
.top-block .content-bg {
  width: 100%;
  text-align: center;
}
.top-block .content-bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  min-width: 1600px;
  min-height: 800px;
}
.top-block .content-bg .sp-show {
  display: none;
}

.top-text {
  position: absolute;
  top: 42.5%;
  left: 50%;
  padding-left: 50px;
  width: 550px;
  max-width: calc(50% - 10px);
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: white;
}
.top-text.title {
  top: 25%;
}
.top-text.title img {
  width: 455px;
  height: auto;
}
.top-text-img {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  text-align: center;
}
.top-text-img img {
  width: 1100px;
  max-width: 68.75%;
}

.sp-menu-block {
  display: none;
}
/*
header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 15px;
  left: 0;
  padding-left: 20px;
  width: 100%;
  height: 60px;
  z-index: 10000;
  transition: background-color .1s;
}
header .logo {
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .1s;
}
header .logo a {
  display: inline-block;
}
header .logo img {
  width: 50px;
  height: auto;
}
header .sp-button {
  display: none;
}
header .menu {
  display: flex;
  justify-content: space-around;
  height: 100%;
}
header .menu li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 24px;
  height: 100%;
}
header .menu li a {
  display: block;
  padding: 3px 2px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
}
header .menu li a:hover {
  color: #c60057;
}
header .menu li.is-active::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 35px;
  height: 1px;
  background-color: #c60057;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
}
header.is-fixed .logo {
  opacity: 1;
  pointer-events: auto;
}
*/
.style-block {
  position: relative;
  overflow: hidden;
/*  padding-top: 20px;*/
}
.style-block::before, .style-block::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.style-block::before {
  top: -50vw;
  left: 0;
  background-image: url(../img/style-bg.jpg);
}
.style-block::after {
  top: calc(100% - 21.25vw);
  left: 0;
  background-image: url(../img/style-bg2.jpg);
}
.style-block .block-title {
  position: absolute;
  left: 0;
  top: calc(21vw - 20px);
  z-index: 10;
}

.style-container {
  position: relative;
  padding-top: calc(15.25vw - 20px);
}

.style-img-list, .modal-content-style {
  position: relative;
  width: 100%;
  z-index: 10;
  margin: 0;
}
.style-img-list > ul, .modal-content-style > ul {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.style-img-list > ul:first-child, .modal-content-style > ul:first-child {
  height: 36.25vw;
}
.style-img-list > ul:nth-child(2), .modal-content-style > ul:nth-child(2) {
  height: 35.62vw;
}
.style-img-list > ul:nth-child(3), .modal-content-style > ul:nth-child(3) {
  height: 72.62vw;
}
.style-img-list > ul > li, .modal-content-style > ul > li {
  display: block;
  position: absolute;
  pointer-events: auto;
}
.style-img-list > ul > li a, .modal-content-style > ul > li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 26.875vw;
}
.style-img-list > ul > li a div, .modal-content-style > ul > li a div {
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: .6s;
  transition-timing-function: ease-out;
}
.style-img-list > ul > li a img, .modal-content-style > ul > li a img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.style-img-list > ul > li a .icon, .modal-content-style > ul > li a .icon {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  opacity: .5;
  transition: .6s;
}
.style-img-list > ul > li a .icon::before, .style-img-list > ul > li a .icon::after, .modal-content-style > ul > li a .icon::before, .modal-content-style > ul > li a .icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: white;
}
.style-img-list > ul > li a .icon::after, .modal-content-style > ul > li a .icon::after {
  transform: rotate(90deg);
}
.style-img-list > ul > li .description, .modal-content-style > ul > li .description {
  padding: 5px;
}
.style-img-list > ul > li .description li, .modal-content-style > ul > li .description li {
  font-size: 10px;
  line-height: 16px;
}
.style-img-list > ul > li .description li:first-child, .modal-content-style > ul > li .description li:first-child {
  font-size: 14px;
  line-height: 20px;
}
.style-img-list > ul > li.img1, .modal-content-style > ul > li.img1 {
  top: 6.25vw;
  left: 10%;
  width: 20%;
  transform: translate(-80px, 80px);
}
.style-img-list > ul > li.img1 img, .modal-content-style > ul > li.img1 img {
  height: 110%;
}
.style-img-list > ul > li.img2, .modal-content-style > ul > li.img2 {
  top: 0;
  left: 70%;
  width: 20%;
  transform: translate(80px, 80px);
}
.style-img-list > ul > li.img2 img, .modal-content-style > ul > li.img2 img {
  height: 105%;
}
.style-img-list > ul > li.img3, .modal-content-style > ul > li.img3 {
  top: 21.25vw;
  left: 40%;
  width: 25%;
  transform: translateY(80px);
}
.style-img-list > ul > li.img4, .modal-content-style > ul > li.img4 {
  top: 0;
  left: 75%;
  width: 25%;
  transform: translate(80px, 80px);
}
.style-img-list > ul > li.img5, .modal-content-style > ul > li.img5 {
  top: 6.25vw;
  left: 0;
  right: auto;
  width: 25%;
  transform: translate(-80px, 80px);
}
.style-img-list > ul > li.img5 img, .modal-content-style > ul > li.img5 img {
  height: 105%;
}
.style-img-list > ul > li.img6, .modal-content-style > ul > li.img6 {
  top: 21.56vw;
  left: 30%;
  width: 30%;
  transform: translateY(80px);
}
.style-img-list > ul > li.img6 img, .modal-content-style > ul > li.img6 img {
  height: 105%;
}
.style-img-list > ul > li.img7, .modal-content-style > ul > li.img7 {
  top: 0;
  left: 70%;
  width: 20%;
  transform: translate(80px, 80px);
}
.style-img-list > ul > li.img8, .modal-content-style > ul > li.img8 {
  top: 10.6vw;
  left: 5%;
  width: 20%;
  transform: translate(-80px, 80px);
}
.style-img-list > ul > li.img9, .modal-content-style > ul > li.img9 {
  top: 22.75vw;
  left: 35%;
  width: 20%;
  transform: translateY(80px);
}
.style-img-list > ul > li.img10, .modal-content-style > ul > li.img10 {
  top: 35.25vw;
  left: 65%;
  width: 30%;
  transform: translate(80px, 80px);
}
.style-img-list > ul > li.img10 img, .modal-content-style > ul > li.img10 img {
  height: 108%;
}

.style-img-list > ul > li {
  opacity: 0;
  pointer-events: none;
  transition: .6s;
}
.style-img-list > ul > li a:hover div {
  transform: scale(1.05);
}
.style-img-list > ul > li a:hover .icon {
  transform: rotate(360deg);
}
.style-img-list > ul > li.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #dadada;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 90vw;
  height: 140px;
}
footer::before, footer::after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  width: 15px;
  height: 1px;
  background-color: black;
}
footer::before {
  left: 0;
}
footer::after {
  right: 0;
}
footer .links {
  display: flex;
  align-items: center;
}

footer .links li {
  margin-right: 30px;
  line-height: 1.4;
}
footer .links li:last-child {
  text-align: center;
}
footer .links a {
  font-size: 14px;
  display: block;
}
footer .logo {
  width: 70px;
  text-align: center;
}
footer .logo img {
  width: 67px;
  height: auto;
}
footer .copy {
  text-align: right;
  font-size: 12px;
  width: calc(50% - 35px);
}
footer .footer_parts {
  display: flex;
  text-align: center;
  align-items: center;
  width: calc(50% - 35px);
}
footer .footer_parts ul {
  margin-right: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: 20000;
}
.modal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-container {
  width: 100%;
  height: 100%;
}
.modal .modal-close {
  position: absolute;
  display: block;
  top: 0;
  right: -40px;
  width: 20px;
  height: 20px;
}
.modal .modal-close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: .5;
  transition: .6s;
}
.modal .modal-close span::before, .modal .modal-close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: white;
}
.modal .modal-close span::before {
  transform: rotate(45deg);
}
.modal .modal-close span::after {
  transform: rotate(-45deg);
}
.modal > .modal-close {
  display: none;
}

.modal-content-style {
  width: 100%;
  height: 100%;
}
.modal-content-style > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100% !important;
}
.modal-content-style > ul > li {
  position: relative;
  top: auto !important;
  left: auto !important;
  width: 485px !important;
  transform: translate(0, 0) !important;
}
.modal-content-style > ul > li a {
  width: 100%;
  height: 650px;
}
.modal-content-style > ul > li a img {
  width: 675px;
  height: 100% !important;
  pointer-events: auto;
}
.modal-content-style > ul .link {
  pointer-events: none;
  cursor: default;
}
.modal-content-style > ul .modal-close:hover span {
  transform: rotate(360deg);
}
.modal-content-style .icon {
  display: none !important;
}
.modal-content-style .description {
  color: white;
}

.modal-content-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-content-movie .block {
  position: relative;
  max-width: calc(100% - 80px);
  width: 900px;
  background-color: black;
}
.modal-content-movie .block iframe {
  max-width: 100%;
}

#modal-movie-player {
  opacity: 0;
  display: none;
  transition: opacity .4s;
}
#modal-movie-player.is-show {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 690px) {
  #wrapper {
    overflow-x: hidden;
  }
/*
  .block-title {
    line-height: 36px;
    font-size: 26px;
  }
  header {
    justify-content: center;
    height: 50px;
    padding: 0;
    overflow: hidden;
    transition: 0s;
  }
  header .logo {
    position: absolute;
    transition: 0s;
  }
  header .logo img {
    width: 45px;
  }
*/
  .style-block {
    position: relative;
    overflow: hidden;
  }
  .style-block .block-title {
    position: static;
  }
  .style-block::before {
    top: 0;
    background-position: -260px -520px;
    background-size: 900px auto;
  }
  .style-block::after {
    top: calc(100% - 28vw);
    background-size: 150%;
  }

  .style-container {
    position: relative;
    padding-top: 100px;
  }

  .style-img-list {
    position: relative;
    margin-top: 36px;
    padding-bottom: 40px;
    width: 100%;
    z-index: 10;
  }
  .style-img-list > ul {
    height: auto !important;
  }
  .style-img-list > ul > li {
    position: relative;
    margin-bottom: 50px;
  }
  .style-img-list > ul > li a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    height: 89.32vw;
  }
  .style-img-list > ul > li a .icon {
    display: none;
  }
  .style-img-list > ul > li a:hover img {
    transform: scale(1);
  }
  .style-img-list > ul > li .description {
    padding: 5px;
  }
  .style-img-list > ul > li .description li {
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
  }
  .style-img-list > ul > li .description li:first-child {
    font-size: 14px;
    line-height: 20px;
  }
  .style-img-list > ul > li.img1 {
    top: auto;
    left: 0;
    width: 66%;
    transform: translate(-40px, 40px);
  }
  .style-img-list > ul > li.img2 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 66%;
    transform: translateY(40px);
  }
  .style-img-list > ul > li.img3 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 83%;
    transform: translateY(40px);
  }
  .style-img-list > ul > li.img4 {
    top: auto;
    left: 0;
    width: 83%;
    transform: translate(-40px, 40px);
  }
  .style-img-list > ul > li.img5 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 83%;
    transform: translate(40px, 40px);
  }
  .style-img-list > ul > li.img6 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: translateY(40px);
  }
  .style-img-list > ul > li.img7 {
    top: auto;
    left: 0;
    width: 66%;
    transform: translate(-40px, 40px);
  }
  .style-img-list > ul > li.img8 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 66%;
    transform: translate(40px, 40px);
  }
  .style-img-list > ul > li.img9 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 66%;
    transform: translateY(40px);
  }
  .style-img-list > ul > li.img10 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: translateY(40px);
  }

  .style-img-list > ul > li {
    opacity: 0;
    pointer-events: none;
    transition: .6s;
  }
  .style-img-list > ul > li.is-show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
  }

  footer {
    display: block;
    padding: 30px 0 35px;
    width: 100%;
    height: auto;
  }
  footer::before, footer::after {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    width: 15px;
    height: 1px;
    background-color: black;
  }
  footer::before {
    left: 0;
  }
  footer::after {
    right: 0;
  }
  footer .links {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .links li{
    margin: 0 20px 10px;
  }
  footer .links li:last-child {
    margin: 0 auto 10px;
    width: 100%;
  }
  footer .links a {
    font-size: 12px;
  }
  footer .logo {
    width: auto;
  }
  footer .copy {
    margin: 15px 0 0;
    width: auto;
    text-align: center;
  }
  footer .footer_parts {
    width: auto;
    display: block;
  }
  footer .footer_parts ul {
    margin: 0 0 15px;
  }

  .modal .modal-close {
    right: -30px;
  }
}

/*-----------------------------
	archives
------------------------------*/	
/*
.archives #header {
	padding: 0;
	top: 0;
	background: url(../img/archive_header_back_pc.png) no-repeat center center;
	background-size: cover;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.archives #header .logo {
	position: absolute;
	left: 30px;
	top: 20px;
	display: block;
	height: auto;
	opacity: 1;
}

.archives #header .logo img {
	width: 67px;
	height: auto;
}

.archives #header h1 {
	color: #fff;
	font-size: 60px;
	letter-spacing: 0.08em;
	font-family: 'Playfair Display SC', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif;
}
*/
.archives .style-block {
	padding-bottom: 70px;
}

.archives .style-container {
	padding-top: 150px;
}

.archives .style-block .block-title {
	top: 100px;
}

.archives .back_column {
	margin: 0 0 100px 0;
	padding: 50px 0;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.archives .back_column p {
	font-size: 16px;
	letter-spacing: 0.1em;
}

.archives .back_column p a {
	padding: 0 0 0 25px;
	color: #000;
	background: url(../img/back_off.png) no-repeat 0 center;
	background-size: 15px auto;
}

.archives .back_column p a:hover {
	color: #c60057;
	background: url(../img/back_on.png) no-repeat 0 center;
	background-size: 15px auto;
}

@media screen and (max-width: 690px) {
/*
	.archives #header {
		padding: 15px 0 10px;
		height: 160px;
		flex-wrap: wrap;
		background: url(../img/archive_header_back_pc.png) no-repeat center center;
		background-size: cover;		
	}
	
	.archives #header .logo {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		text-align: center;
	}

	.archives #header .logo img {
		width: 68px;
	}
	
	.archives #header h1 {
		font-size: 32px;
	}
*/
	.archives .style-block {
		padding-bottom: 0;
	}
	
	.archives .style-img-list {
		padding-bottom: 0;
	}
	
	.archives .style-container {
		padding-top: 20px;
	}
	
	.archives .back_column {
		margin: 0 0 60px 0;
		padding: 35px 0;
	}
	
	.archives .back_column p {
		font-size: 14px;
	}
	
}
