body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
legend {
	color:#000;
}	
img {
	width: 100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
}
@font-face {
	font-family: 'timesnow';
	src: url(../fonts/times-now-light.otf)format("opentype");
	font-display: swap;
}
html {
	font-size: 10px;
}
@media( max-width: 393px ) {
	html {
		font-size: 2.544529262086514vw;
	}
}
body{
	font-family: fot-cezanne-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #1E1E1E;
	background-color: #FFF8DF;
}
.content {
	margin: auto;
	display: flex;
	justify-content: space-between;
	max-width: 80.3rem;
}
.side_content {
	width: 28rem;
	position: relative;
}
.side_fixed {
	position: sticky;
	top: 50%;
	transform: translateY(-50%);
	height: 43rem;
	background-color: #E5E283;
	border: .1rem solid #1E1E1E;
}
.side_top {
	display: flex;
	justify-content: space-between;
	margin: 1rem .6rem;
}
.side_top p {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: -0.04em;
}
.side_top p:nth-of-type(2) {
	margin-left: 8rem;
}
.side_container {
	padding: 0 2rem;
}
.side_text {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	text-align: right;
}
.side_list_title {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.4rem;
	margin-top: 2.8rem;
}
.side_list {
	display: grid;
	gap: 3.5rem;
	margin-top: 4.5rem;
}
.side_list_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.side_list_link_title_en {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 2.6rem;
	color: #1E1E1E;
	letter-spacing: -0.04em;
}
.side_list_link_title_ja {
	font-size: 1.3rem;
	color: #1E1E1E;
	line-height: 1.2;
}
.side_list_link_circle {
	width: 4.5rem;
	height: 4.5rem;
	border: .1rem solid #1E1E1E;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.side_list_link_circle_arrow {
	width: 1.7rem;
	pointer-events: none;
}
.side_list_link:hover .side_list_link_circle {
	transform: scale(1.1);
}
@media( max-width: 767px ) {
	.content {
		justify-content: center;
	}
	.side_content { 
		display: none;
	}
}


.fade_animation {
	overflow: hidden;
}
.fade_animation_text {
	transform: translateY(120%);
}
.main_content {
	width: 39.3rem;
	overflow: clip;
}
.container {
	padding: 0 2rem;
}
.main_content_fixed {
	position: sticky;
	top: 1rem;
	z-index: 10;
}
.scroll_infinity {
	    margin-top: 1.8rem;
	display: flex;
	overflow: hidden;
}
.scroll_infinity_text {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-weight: 300;
	     font-size: 1rem;
	letter-spacing: 0.03em;
	white-space: nowrap;
	    padding: 0 .5rem;
}
.scroll_infinity_text_img {
 width: 10px;
}
.scroll_infinity_container {
  display: flex;
	animation: infinity-scroll-left 80s -40s linear infinite;
}
.scroll_infinity_container2 {
  display: flex;
	animation: infinity-scroll-left2 80s linear infinite;
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(100%);
	}
		to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-scroll-left2 {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-200%);
	}
}
.main_content_place {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	color: #1E1E1E;
	letter-spacing: 0.03em;
	text-align: right;
	padding-right: 1rem;
	margin-top: .5rem;
	display: block;
}
.main_image {
/*	margin-top: 7.6rem;*/
	    margin-top: 6.2rem;
}
.main_image_title {
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	font-size: 7.2rem;
	line-height: 1;
	margin-left: 1.8rem;
}
.main_image_title p {
	transform: translateY(120%);
}
.main_image_date {
	font-family: 'timesnow';
	font-weight: 300;
/*	font-size: 2.8rem;*/
	font-size: 2.9rem;
	letter-spacing: -0.045em;
	margin-top: 1.2rem;
	margin-left: 2rem;
}
.main_image_text {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1.7rem;
	letter-spacing: -0.03em;
	    line-height: 1.4;
	margin-top: 5.5rem;
	margin-left: 2rem;
}
.main_image_img {
	width: 26rem;
	    margin-top: -17.5rem;
	margin-left: 11.3rem;
	position: relative;
	z-index: -1;
}

/* read */
.read {
	margin-top: 13.8rem;
}
.read_text_top {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
}
.read_text {
	font-size: 1.4rem;
	line-height: 2.2;
	text-align: center;
	margin: 3rem 0;
}
.read_text_last {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: right;
}

/* menu_fixed */
.menu_fixed {
	position: sticky;
	top: calc(100dvh - 6rem);
	left: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4.5rem;
	z-index: 20;
	width: 33.3rem;
	height: 4rem;
	margin: auto;
	border-radius: 100vmax;
	background-color: rgb(234 234 234 / 0.3);
	backdrop-filter: blur(1.1rem);
}
.menu_fixed_item {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.8rem;
	color: #4B82B1;
	letter-spacing: -0.04em;
}

/* profile */
.profile {
	margin-top: 12rem;
}
.profile_title {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.4rem;
	color: #976751;
	letter-spacing: -0.04em;
}
.profile_item {
	    width: 31.8rem;
}
.profile_item1 {
	margin-top: -1.7rem;
	margin-left: auto;
}
.profile_item2 {
	margin-top: 4rem;
}
.profile_item_image {
	width: 16.5rem;
	position: relative;
}
.profile_item_image_text {
	position: absolute;
}
.profile_item_title {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 3.2rem;
	letter-spacing: -0.04em;
	margin-top: 1.7rem;
}
.profile_item_text {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: .8rem;
}
.profile_item1 .profile_item_image {
	margin-left: auto;
}
.profile_item1 .profile_item_image_text {
	top: 0;
	right: calc(100% + .8rem);
	display: flex;
	flex-direction: row-reverse;
	gap: .4rem;
}
.profile_item1 .profile_item_image_text img {
	width: 0.95rem;
}
.profile_item2 .profile_item_title {
	 margin-left: 10.2rem;
}
.profile_item2 .profile_item_text {
	    margin-left: 10.2rem;
}
.profile_item2 .profile_item_image_text {
	bottom: 0;
	left: calc(100% + .8rem);
	display: flex;
	flex-direction: column-reverse;
	gap: .4rem;
}
.profile_item2 .profile_item_image_text img {
	width: 2.75rem;
}
.profile_scroll_box {
	position: sticky;
	margin-top: 8rem;
	overflow: hidden;
	top: 6rem;
}
.profile_scroll {
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	cursor: grab;
}
.profile_scroll_text {
	position: absolute;
	bottom: 2rem;
	left: 1.7rem;
	width: 12rem;
	z-index: 2;
}
.profile_box {
	padding-left: 3.6rem;
	padding-right: 2.2rem;
	width: 251.2rem;
	height: 51.5rem;
	box-sizing: border-box;
	position: relative;
	display: flex;
	overflow: hidden;
}
.profile_box_infinity_container {
  display: flex;
	animation: infinity-scroll-left 80s -40s linear infinite;
}
.profile_box_infinity_container2 {
  display: flex;
	animation: infinity-scroll-left2 80s linear infinite;
}
.profile_box_img {
	width: 245.4rem;
	padding: 0 2rem;
	box-sizing: content-box;
}
.profile_box_img2 {
	position: absolute;
	left: 36.4rem;
	top: 0;
	width: 22.9rem;
}
.profile_box_img3 {
	position: absolute;
	left: 53.7rem;
	bottom: 0;
	width: 22.9rem;
}
.profile_box_img4 {
	position: absolute;
	left: 79.6rem;
	top: 0;
	width: 38.3rem;
}
.profile_box_img5 {
	position: absolute;
	left: 125.6rem;
	top: 31rem;
	width: 24.6rem;
}
.profile_box_img6 {
	position: absolute;
	left: 142.9rem;
	top: 0;
	width: 20.6rem;
}
.profile_box_img7 {
	position: absolute;
	left: 166.5rem;
	bottom: 0;
	width: 34.4rem;
}
.profile_box_img8 {
	position: absolute;
	left: 203.9rem;
	top: 0;
	width: 24.6rem;
	z-index: 2;
} 
.profile_box_img9 {
	position: absolute;
	left: 225rem;
	top: 13.9rem;
	width: 24rem;
}

/* schedule */
.schedule {
	margin-top: 8rem;
	background-color: #E5E283;
	border-top: .1rem solid #1E1E1E;
	position: relative;
	z-index: 3;
}
.schedule_top {
	padding: .7rem 2rem 4rem;
}
.schedule_top_flex {
	display: flex;
	    margin-bottom: 20px;
	justify-content: space-between;
}
.schedule_top_flex p {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: -0.04em;
}
.schedule_top_flex p:nth-of-type(2) {
	margin-left: 13rem;
}
.schedule_top_text {
	transform: translateY(120%);
}
.schedule_top_text1 {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 4.5rem;
	letter-spacing: -0.03em;
}
.schedule_top_text2 {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 4.5rem;
	letter-spacing: -0.03em;
	text-align: right;
}
.schedule_top_text3 {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 4.5rem;
	letter-spacing: -0.03em;
	margin-left: 3.9rem;
}
.schedule_item {
	position: relative;
	padding: 2rem;
	border-top: .1rem solid #1E1E1E;
	background-color: #E5E283;
}
.schedule_item_title {
	position: absolute;
	top: 2rem;
	left: 2rem;
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.4rem;
	color: #976751;
	letter-spacing: -0.04em;
}
.schedule_item1_text {
	text-align: right;
	font-size: 1.5rem;
	line-height: 1;
}
.schedule_item2_item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.schedule_item2_item + .schedule_item2_item {
	margin-top: 2rem;
}
.schedule_item2_tag {
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.012em;
	border: .1rem solid #1E1E1E;
	padding: .4rem .7rem;
}
.schedule_item2_place {
	font-size: 1.8rem;
	line-height: 1;
	margin-top: 1.4rem;
}
.schedule_item2_address {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1rem;
}
.schedule_item2_tel {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1rem;
}
.schedule_item2_btn {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.2rem;
	color: #fff;
	padding: .5rem .8rem;
	border-radius: 100vmax;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	border: .1rem solid #1E1E1E;
	background-color: #1E1E1E;
	margin-top: 1.5rem;
}
.schedule_item2_btn:after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background-image: url(../img/map-btn-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.schedule_item3 {
	padding-bottom: 6rem;
}
.schedule_item3_box {
	position: relative;
}
.schedule_item3_box:before {
	content: "";
	width: .1rem;
	height: 0;
	background-color: #976751;
	position: absolute;
	top: 1.1rem;
	left: 0;
}
.schedule_item3.active .schedule_item3_box:before {
	height: calc(100% - 5.6rem);
	transition: height 1s ease-in-out;
}
.schedule_item3_item + .schedule_item3_item {
	margin-top: 2.5rem;
}
.schedule_item_am {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.1rem;
	margin-top: 4.1rem;
	margin-left: 1rem;
}
.schedule_item3_time {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: .5rem;
}
.schedule_item3_time:before {
	content: "";
	width: 0;
	height: .1rem;
	background-color: #976751;
}
.schedule_item3.active .schedule_item3_time:before {
	width: .5rem;
	transition: width .5s ease-in-out;
}
.schedule_item3_title {
	display: flex;
	align-items: baseline;
	gap: .8rem;
	margin-left: 4rem;
	margin-top: 1.5rem;
}
.schedule_item3_title_ja {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.012em;
}
.schedule_item3_title_en {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.3rem;
	color: #4B82B1;
}
.schedule_item3_text {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-left: 4rem;
	margin-top: 1.3rem;
}
.schedule_item3_img {
	position: absolute;
	bottom: 2.6rem;
	right: 0;
	width: 12.6rem;
}

/* information */
.information {
	padding-top: 8rem;
	padding-bottom: 13rem;
}
.information_title {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 4.5rem;
	letter-spacing: -0.03em;
	text-align: center;
}
.information_slider {
	margin-top: 2.2rem;
	margin-right: calc(50% - 50vw);
}
.information_slider .slick-dots {
	width: 35.3rem;
	bottom: -5.5rem;
}
.information_slider .slick-dots li {
	width: 2.5rem;
	height: 2.5rem;
}
.information_slider .slick-dots button {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.3rem;
	color: #1E1E1E;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: .1rem solid #1E1E1E;
	display: grid;
	place-items: center;
	background-color: #F6F7F2;
}
.information_slider .slick-dots button:before {
	display: none;
}
.information_slider .slick-dots .slick-active button {
	background-color: #1E1E1E;
	color: #fff;
}
.information_item {
	background-color: #F6F7F2;
	border: .1rem solid #1E1E1E;
	padding: 1rem;
	width: 28rem;
	height: 38.8rem;
}
.information_item + .information_item {
	margin-left: 1.5rem;
}
.information_item_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.information_item_top_number {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.3rem;
	color: #4B82B1;
	letter-spacing: -0.03em;
}
.information_item_top_text {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.3rem;
	color: #4B82B1;
	letter-spacing: -0.03em;
}
.information_item_title {
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.012em;
	margin-top: 5.6rem;
	height: 5rem;
}
.information_item_text {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 1.1rem;
	padding: 0 1rem;
	text-align: justify;
}
.information_item_text_small_title {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.3rem;
	letter-spacing: -0.05em;
	line-height: 1;
	margin-top: 1.6rem;
	margin-bottom: .6rem;
	padding: 0 1rem;
	color: #976751;
}
.information_item_text_small_title > span {
	display: block;
	font-size: .9rem;
	font-family: fot-cezanne-pron, sans-serif;
	margin-top: 4px;
    color: #1E1E1E;
}
.information_item_text_small {
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0 1rem;
}

/* rsvp */
.rsvp {
	padding-bottom: 15rem;
}
.rsvp_box {
	height: 19.2rem;
	position: relative;
}
.rsvp_box_text1 {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 5.2rem;
	line-height: 1;
	position: absolute;
	top: 1.2rem;
	left: 0;
	z-index: 2;
}
.rsvp_box_text2 {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 5.2rem;
	line-height: 1;
	position: absolute;
	top: 3.8rem;
	left: 21.5rem;
	z-index: 2;
}
.rsvp_box_text3 {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 5.2rem;
	line-height: 1;
	position: absolute;
	top: 11.8rem;
	left: 6rem;
	z-index: 2;
}
.rsvp_box_text4 {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 5.2rem;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.rsvp_box_img1 {
	width: 6.5rem;
	position: absolute;
	top: 6.9rem;
	left: 1.8rem;
}
.rsvp_box_img2 {
	width: 6.5rem;
	position: absolute;
	top: 12.1rem;
	left: 11.4rem;
}
.rsvp_box_img3 {
	width: 6.5rem;
	position: absolute;
	top: 0;
	left: 16.5rem;
}
.rsvp_box_img4 {
	width: 6.5rem;
	position: absolute;
	top: 8.8rem;
	left: 24rem;
}
.rsvp_title {
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.012em;
	text-align: center;
	margin-top: 6rem;
	margin-bottom: 2.4rem;
}
.rsvp_text {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
}
.rsvp_text + .rsvp_text {
	margin-top: 1.5rem;
}
.rsvp_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6rem;
	border-bottom: .2rem solid #1E1E1E;
	padding-bottom: 2rem;
}
.rsvp_link_title_en {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 2.2rem;
	color: #1E1E1E;
	letter-spacing: -0.04em;
}
.rsvp_link_title_ja {
	font-size: 1.2rem;
	color: #1E1E1E;
	line-height: 1;
	margin-top: .8rem;
}
.rsvp_link_circle {
	width: 4.5rem;
	height: 4.5rem;
	border: .1rem solid #1E1E1E;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.rsvp_link_circle_arrow {
	width: 1.9rem;
}

/* footer */
.footer {
z-index: 22;
	position: relative;
	height: 77.1rem;
}
.footer_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.page_top {
	padding-top: 3rem;
	display: block;
}
.page_top_arrow {
	width: .8rem;
	margin: auto;
}
.page_top_text {
	font-family: 'timesnow';
	font-weight: 300;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: -0.04em;
	text-align: center;
	margin-top: .8rem;
}
.footer_text1 {
	font-family: "Instrument Serif", serif;
  font-weight: 400;
	font-size: 2.8rem;
	color: #fff;
	margin-top: 21.5rem;
}
.footer_text2 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1.7rem;
	color: #fff;
	margin-top: 1.1rem;
}
.footer_text3 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	color: #fff;
	margin-top: 10.8rem;
	text-align: right;
}
