@charset "utf-8";


.textCaption {
	z-index: 1;
}

.kv {
	position: relative;
}
.kv__photo {
	position: relative;
	width: 100%;
	/*max-height: 960px;*/
	overflow: hidden;
}
.kv__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.kv__title {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: clamp(30px, 10vw, 150px);
	margin-bottom: clamp(30px, 10vw, 150px);
	width: fit-content;
	z-index: 1;
}
.kv__title--en {
	display: block;
    font-size: clamp(55px, 7.33333333vw, 110px);
    line-height: 1;
    font-family: "EB Garamond", serif;
    color: #fff;
    letter-spacing: .1em;
    /*margin-bottom: clamp(10px, 1.33333333vw, 20px);*/
}
.kv__title--jp {
	position: relative;
	font-size: clamp(17px, 2.26666667vw, 34px);
	line-height: 1;
	color: #fff;
	letter-spacing: .05em;
	padding-left: clamp(58px, 7.73333333vw, 116px);
}
.kv__title--jp::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: clamp(40px, 5.33333333vw, 80px);
	height: 1px;
	background: #fff;
}

.sec__head {
	padding-top: 135px;
}
.sec__inner {
	position: relative;
	max-width: 1400px;
	width: 90%;
	margin-inline: auto;
}
.sec__heading {
	position: relative;
	font-size: clamp(22px, 2.8295820vw, 44px); /*base 1555px*/
	/*line-height: 1.909091;*/
	line-height: 1.6;
	letter-spacing: .05em;
	padding-left: 40px;
}
.sec__heading::before,
.sec__heading::after {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: calc(50% - 0.3em);
}
.sec__heading::before {
	top: 0.4em;
	background: #0F71BA;
}
.sec__heading::after {
	background: #25B0B7;
	bottom: 0.2em;
}
.sec__desc {
	font-size: clamp(14px, 1.1575563vw, 18px);
	line-height: 2.444444;
	letter-spacing: .05em;
	color: #333333;
	margin-top: 35px;
}
@media screen and (max-width: 768px){
	.sec__head {
		padding-top: 45px;
	}
	.sec__inner {
		max-width: 560px;
		width: calc(320 / 380 * 100%);
	}
	.sec__heading {
		line-height: 1.909091;
		padding-left: 30px;
	}
	.sec__desc {
		line-height: 2.285714;
		margin-top: 10px;
	}
}

.minutes__head {
	padding-bottom: 140px;
}
.minutes__wrap {
	padding-block: 130px 145px;
	background: #2A3D4E;
}
.minutes__intro {
	margin-bottom: 140px;
}
.minutes__intro__heading {
	position: relative;
	font-size: clamp(22px, 1.4147910vw, 40px);
	line-height: 1.9;
	letter-spacing: .05em;
	color: #fff;
	text-align: center;
	padding-bottom: 32px;
	margin-bottom: 37px;
}
.minutes__intro__heading:after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	margin-inline: auto;
	width: 100px;
	height: 1px;
	background: #25B0B7;
}
.minutes__intro__desc {
	font-size: clamp(14px, 1.1575563vw, 18px);
	line-height: 2.444444;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
}
.minutes__contents {
	width: min(100%,1920px);
	margin-inline: auto;
}
.minutes__item {
	position: relative;
	width: calc(1790 / 1920 * 100%);
}
.minutes__item + .minutes__item {
	margin-top: calc(200 / 1920 * 100%);
}
.minutes__item:nth-of-type(odd) {
	margin-right: auto;
}
.minutes__item:nth-of-type(even) {
	margin-left: auto;
}
.minutes__item__photo {
	position: relative;
	width: calc(1200 / 1790 * 100%);
	overflow: hidden;
}
.minutes__item:nth-of-type(odd) .minutes__item__photo {
	margin-right: auto;
}
.minutes__item:nth-of-type(even) .minutes__item__photo {
	margin-left: auto;
}
.minutes__item__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.minutes__item__detail {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(740 / 1790 * 100%);
	padding-block: calc(135 / 1790 * 100%);
	z-index: 1;
}
.minutes__item:nth-of-type(odd) .minutes__item__detail {
	right: 0;
}
.minutes__item:nth-of-type(even) .minutes__item__detail {
	left: 0;
}
.minutes__item__detail::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background : linear-gradient(125deg, rgba(23, 121, 147, 1) 0%, rgba(7, 147, 161, 1) 100%);
	opacity: .9;
	z-index: -1;
}
.minutes__item__detail__num {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: calc(45 / 740 * 100%);
	margin-right: calc(45 / 740 * 100%);
	font-size: clamp(48px, 5.7291667vw, 110px);
	line-height: 1;
	letter-spacing: .05em;
	color: rgba(255, 255, 255, .2);
	font-family: "EB Garamond", serif;
}
.minutes__item__detail__box {
	position: relative;
	width: calc(560 / 740 * 100%);
	margin-inline: auto;
}
.minutes__item__detail__heading {
	font-size: clamp(18px, 1.7708333vw, 34px);
	line-height: 1.75;
	letter-spacing: .05em;
	color: #fff;
	margin-bottom: calc(25 / 560 * 100%);
}
.minutes__item__detail__desc {
	font-size: clamp(14px, 0.8333333vw, 16px);
	line-height: 2.375;
	letter-spacing: .05em;
	color: #fff;
}
@media screen and (max-width: 1000px){
	.minutes__item__photo {
	    height: 470px;
	}
	.minutes__item__detail {
		padding-block: calc(160 / 1790 * 100%);
	}
}
@media screen and (max-width: 768px){
	.minutes__head {
		padding-bottom: 45px;
	}
	.minutes__wrap {
		padding-block: 40px 60px;
	}
	.minutes__intro {
		margin-bottom: 45px;
	}
	.minutes__intro__heading {
		font-size: clamp(22px, 1.4147910vw, 40px);
		padding-bottom: 32px;
		margin-bottom: 37px;
	}
	.minutes__intro__desc {
		line-height: 2.285714;
	}
	.minutes__contents {
		width: min(100%,560px);
	}
	.minutes__item {
		width: 100%;
	}
	.minutes__item + .minutes__item {
		margin-top: 50px;
	}
	.minutes__item__photo {
		width: calc(340 / 380 * 100%);
		height: auto;
	}
	.minutes__item__photo .textCaption {
	    inset-block-end: auto;
	    inset-block-start: 0;
	}
	.minutes__item__detail {
		position: relative;
		top: 0;
		transform: translateY(0);
		width: calc(320 / 380 * 100%);
		padding-block: calc(30 / 380 * 100%);
		margin-top: calc(-30 / 380 * 100%);
	}
	.minutes__item:nth-of-type(odd) .minutes__item__detail {
		margin-left: auto;
	}
	.minutes__item:nth-of-type(even) .minutes__item__detail {
		margin-right: auto;
	}
	.minutes__item__detail__num {
		margin-top: calc(13 / 320 * 100%);
		margin-right: calc(17 / 320 * 100%);
	}
	.minutes__item__detail__box {
		width: calc(260 / 320 * 100%);
	}
	.minutes__item__detail__heading {
		margin-bottom: 15px;
	}
	.minutes__item__detail__desc {
		line-height: 2.285714;
	}

}

.rarity {
	position: relative;
	padding-block: 150px;
}
.rarity::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 76%;
	background: #EAECED;
	z-index: -1;
}
.rarity__intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.rarity__intro__detail {
	width: calc(530 / 1400 * 100%);
}
.rarity__intro__detail__heading {
	font-size: clamp(22px, 2.5723473vw, 40px);
	line-height: 1.9;
	letter-spacing: .05em;
	padding-bottom: 32px;
	margin-bottom: 37px;
	border-bottom: solid 1px #6A7783;
}
.rarity__intro__detail__desc {
	font-size: clamp(14px, 1.0289389vw, 16px);
	line-height: 2.375;
	letter-spacing: .05em;
	margin-bottom: 40px;
}
.rarity__intro__detail__catch {
	width: 100%;
}
.rarity__intro__detail__note {
	font-size: clamp(11px, 0.77170418vw, 12px);
	line-height: 1.75;
	letter-spacing: .05em;
	color: #666666;
	margin-top: 10px;
}
.rarity__intro__photo {
	width: calc(770 / 1400 * 100%);
}
.rarity__cap {
	font-size: clamp(10px, 0.77170418vw, 12px);
	line-height: 1;
	letter-spacing: .05em;
	line-height: 1.75;
	text-align: right;
	margin-top: 15px;
}
.rarity__contents {
	position: relative;
}
.rarity__item {
	width: 100%;
	padding: calc(100 / 1400 * 100%) calc(100 / 1400 * 100%);
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rarity__item + .rarity__item {
	margin-top: 50px;
}
.rarity__item__detail {
	width: calc(510 / 1200 * 100%);
}
.rarity__item__detail__heading {
	font-size: clamp(22px, 1.8006431vw, 28px);
	line-height: 1.928571;
	letter-spacing: .05em;
	margin-bottom: 26px;
}
.rarity__item__detail__desc {
	font-size: clamp(14px, 0.8333333vw, 16px);
	line-height: 2.375;
	letter-spacing: .05em;
}
.rarity__item__photo {
	position: relative;
	width: calc(613 / 1200 * 100%);
}
@media screen and (max-width: 768px){
	.rarity {
		padding-block: 45px 55px;
	}
	.rarity::before {
		height: 80%;
	}
	.rarity__intro {
		display: block;
		margin-bottom: 45px;
	}
	.rarity__intro__detail {
		width: 100%;
		margin-bottom: 50px;
	}
	.rarity__intro__detail__heading {
		text-align: center;
		padding-bottom: 24px;
        margin-bottom: 23px;
	}
	.rarity__intro__detail__desc {
		line-height: 2.285714;
		margin-bottom: 25px;
	}
	.rarity__intro__detail__note {
		margin-top: 10px;
	}
	.rarity__intro__photo {
		width: 100%;
	}
	.rarity__cap {
		margin-top: 8px;
	}
	.rarity__item {
		padding: calc(32 / 320 * 100%) calc(30 / 320 * 100%) calc(50 / 320 * 100%);
		display: block;
	}
	.rarity__item__detail {
		width: 100%;
		margin-bottom: 35px;
	}
	.rarity__item__detail__heading {
		line-height: 1.909091;
		text-align: center;
		margin-bottom: 18px;
	}
	.rarity__item__detail__desc {
		line-height: 2.285714;
	}
	.rarity__item__photo {
		width: 100%;
        padding-bottom: 10px;
	}
	.rarity__item__photo .rarity__cap {
		text-align: left;
	}
}


.js-scroll--target{ position: relative;}
.swipebox { display: none; }
@media screen and (max-width: 768px) {
  .js-scroll--target{
    overflow-y: hidden;
    overflow-x: auto;
  }
  .swipebox {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/value/img_swipe.svg) no-repeat center/160px auto rgba(51,51,51,.7);
    pointer-events: none;
  }
  .is-swipe .swipebox{
    display: none;
  }
}


.js-pinch--target{ position: relative;}
.swipebox { display: none; }
@media screen and (max-width: 768px) {
  .js-pinch--target{
    overflow-y: hidden;
    overflow-x: auto;
  }
  .pinchbox {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/special/value/img_pinch.svg) no-repeat center/160px auto rgba(51,51,51,.7);
    pointer-events: none;
  }
  .is-pinch .pinchbox{
    display: none;
  }
}
