@charset "UTF-8";
/* CSS Document */

/* 伊藤潤二
-------------------------------------------------- */
.junjiito-bg {
	background-image: url(../img/h_img_junjiito.jpg);
	background-attachment: fixed;
	background-size: 100%;
}

/*ラッパー要素*/
.wrapper-ls-junjiito {
	font-family: "Noto Serif JP", serif!important;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 60px 0px 0px;
}
.wrapper-ls-t-junjiito {
	font-family: "Noto Serif JP", serif!important;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 80px 0px 0px;
}


/*コンテンツのブロック*/
.contents-ls-l-junjiito {
	width: 100%;
	display: block;
    position: relative;
    float: left;
	margin: 35px 0 35px 0;
}
.contents-ls-l-junjiito img {
    width: 100%;
}
/* .contents-ls-l-junjiito div{ padding-top: 10vh; } */
.contents-ls-l-junjiito div:last-child{ padding-bottom: 10vh; }
.contents-ls-l-junjiito h5 {
	font-family: "Marcellus SC", "Times New Roman", Times, serif;
	font-weight: 500;
	color: #fff;
    position: relative;
    padding-bottom: 16px;
    width: 100%;
    font-size: 35px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.red-text {
    color: #c7000b;
}
.contents-ls-l-junjiito h5 .text-c {
	text-align: center;
}

.contents-ls-l-junjiito .text {
	color: #fff;
    margin-top: 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: justify;
}
.contents-ls-l-junjiito .text a{
	color: #c7000b;
}
.contents-ls-l-junjiito .text a:hover{
	color: #c7000b;
	text-decoration: underline;
}
.text-b-junjiito {
	color: #fff;
	font-family: "Noto Serif JP", serif!important;
	font-weight: 500;
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
	text-align: center;
}
.sbtn_junjiito {
	width: 70%;
	color: #fff;
	background-color: #c7000b;
    margin: 10px auto;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
	text-align: center;
    display: block;
	padding: 10px;
	border-radius: 10px;
}
.cp_junjiito {
	color: #fff;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 0.05em;
	text-align: right;
    display: block;
}
.contents-ls-junjiito {
	width: 100%;
	display: block;
    position: relative;
	margin-top: 35px;
}
.contents-ls-junjiito h5 {
	font-family: "Noto Serif JP", serif!important;
	font-weight: 500;
	color: #fff;
    position: relative;
    padding-bottom: 16px;
    width: 100%;
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.contents-ls-junjiito .text {
	color: #fff;
    margin-top: 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: justify;
}
.contents-ls-junjiito .event-text {
	color: #fff;
    margin: 15px 20px 15px 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
	display: inline-block;
}
.contents-ls-junjiito .event-text-s {
	color: #fff;
    margin: 15px 0 35px 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
	display: block;
}
.contents-ls-hokuto .event-text-s-c {
	color: #fff;
    margin: 15px 0 25px 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
	display: block;
}
.contents-ls-junjiito .venue-text {
	color: #000;
    margin: 20px 10px 20px 0px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
	background-color: #fff;
	padding: 5px 15px 5px 15px;
}
.contents-ls-junjiito .venue-text-y {
	color: #000;
	background-color: #FFDB15;
}

/*画像のブロック*/
.images-ls-c-junjiito {
	width: 80%;
    display: block;
    position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}
.images-ls-c-junjiito img {
    width: 100%;
}
.images-ls-c-junjiito a:hover {
	opacity: 0.5;
}
.images-ls-r-junjiito {
	width: 33%;
    display: block;
    position: relative;
    float: left;
	margin-top: 0;
}
.images-ls-r-junjiito img {
    width: 100%;
}
.images-ls-r-junjiito a:hover {
	opacity: 0.5;
}
.images-ls-r-b-junjiito {
	width: 40.9%;
    display: block;
    position: relative;
    float: left;
	margin-top: 0;
}
.images-ls-r-b-junjiito img {
    width: 100%;
}
.images-ls-r-b-junjiito a:hover {
	opacity: 0.5;
}
/*売り切れ*/
.soldout{
    position: relative;
    display: inline-block;
}
.soldout img{
    display: block;
    max-width: 100%;
    height: auto;
}
.soldout img:nth-of-type(2){
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    height: auto;
}

@media (max-width: 599px) {
.wrapper-ls-junjiito {
    display: block;
    justify-content: normal;
    position: relative;
    padding: 0;
}
.wrapper-ls-t-junjiito {
	display: block;
    justify-content: normal;
    position: relative;
    padding: 0;
}
.contents-ls-junjiito {
	width: 100%;
	display: block;
    position: relative;
    float: none;
	margin-top: 0;
}
.contents-ls-l-junjiito h5 {
    padding-bottom: 10px;
    padding-bottom: 2.66666vw;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 27px;
    line-height: 7.19999vw;
	padding-top: 3vw;
	padding-top: 12px;
}
.contents-ls-l-junjiito {
	width: 100%;
	display: block;
    position: relative;
    float: none;
	margin-top: 0;
}
.contents-ls-l-junjiito img {
    margin: 0 0 20px 0;
}
.images-ls-c-junjiito {
	width: 100%;
}
.images-ls-r-junjiito,.images-ls-r-b-hokuto {
	width: 100%;
    display: block;
    position: relative;
    float: none;
	padding: 0 0 20px 0;
	margin-top: 10px;
}
.contents-ls-l-junjiito .text {
		margin: 0 0 10px 0;
		margin: 0 0 5vw 0;
		font-size: 12px;
		font-size: 3vw;
		line-height: 19px;
		line-height: 5.06666vw;
}
.contents-ls-junjiito h5 {
    padding-bottom: 10px;
    padding-bottom: 2.66666vw;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 27px;
    line-height: 7.19999vw;
	padding-top: 3vw;
	padding-top: 12px;
}	
.contents-ls-junjiito .event-text {
	display: contents;
	font-size: 3vw;
}
	.contents-ls-junjiito .event-text-s {
		font-size: 3vw;
		line-height: 30px;
	}
.contents-ls-junjiito .venue-text {
	display: block;
	margin: 15px 0 0 0;
}
.contents-ls-l-junjiito .notes {
	margin: 3vw 0 5vw 0;
		font-size: 10px;
		font-size: 2.66666vw;
		line-height: 15px;
		line-height: 4vw;
}
}

/* スライド文字
-------------------------------------------------- */
.slideConts.junjiito-s h5 {
	font-family: "Marcellus SC", "Times New Roman", Times, serif;
	font-weight: bold;
    font-size: 8rem;
	color: #c7000b;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: left;
	mix-blend-mode: screen;
	opacity: 0.5;
}
.wc-ij {
	color: #ccc;
}
/* 点滅 */
.blink {
	animation: blinking 5s ease-in-out infinite alternate;
}
 
@keyframes blinking {
	0% {opacity: 0.2;}
	100% {opacity: 0,3;}
}
@media (max-width: 599px) {
.slideConts.junjiito-s h5 {
    font-size: 5rem;
	}
.slideContsL.show {
	position: relative;
    }
}

/* 会期
-------------------------------------------------- */
div.period {
	width: 80%;
	margin: 0 auto;
}
.period dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 15px 0 20px 0;
}
.period dt {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	background-color: #fff;
    letter-spacing: 0.05em;
	text-align: center;
	margin: 0px 0 10px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.period dd {
	width: 80%;
	font-size: 17px;
	padding: 0 0 0 15px;
	line-height: 20px;
    letter-spacing: 0.08em;
	color: #fff;
	text-align: left;
	margin: 15px 0 20px 0;
	display: flex;
    align-items: center;
}
@media screen and (max-width: 559px) {
	div.period {
		width: 100%;
		margin: 0 auto;
	}
	.period dl {
		flex-flow: column;
	}
	.period dt {
		width: 100%;
		padding: 10px;
		margin: 15px 0 5px 0;
	}
	.period dd {
		width: 100%;
		font-size: 3vw;
		margin: 0 0 10px 0;
		padding: 0;
	}
}

/* ボタン
-------------------------------------------------- */
p.firmware-junjiito {
	margin: 30px auto 0 auto;
	position: relative;
	width: 70%;
}
p.firmware-junjiito a {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #c7000b;
	border-radius: 30px;
}
p.firmware-junjiito a span {
	position: relative;
	padding: 15px 30px 15px 30px;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	transition: color 0.2s;
	text-align: center;
}
p.firmware-junjiito a span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4.5px;
	width: 9px;
	height: 9px;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	transform: rotate(45deg);
	transition: border 0.2s;
}
p.firmware-junjiito a::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		transform: translateX(-100%);
		transition: transform 0.2s ease-in-out;
}
p.firmware-junjiito a:hover::before {
		transform: translateX(0);
}
p.firmware-junjiito a:hover span {
		color: #000;
}
p.firmware-junjiito a:hover span::before {
		border-color: #000;
}

@media (max-width: 599px) {
	p.firmware-junjiito {
		margin: 20px auto 20px auto;
		text-align: left;
		width: 90%;
	}
	p.firmware-junjiito a span {
		margin: 0 auto;
		padding: 6px 15px 6px 10px;
		padding: 1.6vw 4vw 1.6vw 2.66666vw;
		display: block;
		font-size: 12px;
		font-size: 3.2vw;
		line-height: 1.35em;
	}
	p.firmware-junjiito a span::before {
		margin-top: -4px;
		margin-top: -1.06666vw;
		right: 10px;
		right: 2.66666vw;
		width: 8px;
		width: 2.13333vw;
		height: 8px;
		height: 2.13333vw;
	}
}


/* モーダル
-------------------------------------------------- */

/* モーダルを開くボタン */
.modal {
  padding: 200px 0;
}

.inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
	display: contents;
}
/* .modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
} */



/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: #000;
	opacity:  .6;
  cursor: pointer;
	margin: 0 calc(50% - 50vw);
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 100px);
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

.modal__inner {
  position: relative;
  /*overflow-y: scroll;*/
  height: 100%;
  padding: 20px;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #c7000b;
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.item__group {
  display: flex;
  align-items: flex-start;
}

.item__image {
  position: relative;
  width: 40%;
}

.item__image:before {
  display: block;
  padding-top: 120%;
  content: '';
}

.item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.item__content {
  width: calc(100% - 40%);
  padding-left: 40px;
}

.item__title {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
    letter-spacing: 0.05em;
}

.item__text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.6;
}
.item__text-cau {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	margin-top: 20px;
	line-height: 1.4;
}

@media (max-width: 599px) {
	.modal__container {
		width: min(calc(90% - 50px), 1000px);
		height: calc(90% - 50px);
		padding: 10px;
	}
	.modal__inner {
		overflow-y: scroll;
	}
	/* モーダル内のコンテンツ */
	.item__group {
		display: block;
	}
	.item__image:before {
		padding-top: 0;
	}
	.item__image img {
		position: relative;
	}
	.item__image {
		width: 100%;
	}
	.item__content {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.item__title {
		font-size: 14px;
	}
	.item__text {
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.5;
	}
	.item__text-cau {
		font-size: 10px;
		margin-top: 10px;
		line-height: 1.5;
	}
}


.btn-wrap{
	cursor: pointer;
	display: contents;
}
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
	}

  .btn-inner {
    margin-top: 23.5px;
  }

.modal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-inner {
  width: 80vw;
  max-width:800px;
  max-height: 80vh;
  margin: auto;
  padding: 15px;
  background: #fff;
  overflow-y: auto;
  z-index: 1;
}


.modal-list-logo {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  text-align: center;
	}

  p {
    margin-top: 15px;
    font-size: 1.2rem;
  }


.modal-content {
  margin-top: 25px;
  text-align: left;
}

.modal-content-ttl {
  font-size: 2rem;
}
/* modal animation */
.modal {
	&.is-open {
		animation: modal_open .5s ease forwards;
	}
	.modal-inner {
      animation: modal_inner_open .5s ease forwards;
    }
	
	&.is-close {
    animation: modal_close .5s ease forwards;
	}
	.modal-inner {
      animation: modal_inner_close .5s ease forwards;
	}
}

@keyframes modal_open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    z-index: 10000;
  }
}

@keyframes modal_inner_open {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modal_close {
  0% {
    z-index: 10000;
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}

@keyframes modal_inner_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
    opacity: 0;

  }
}

