@charset "utf-8";

.xx-small {
	font-size: xx-small;
}
.right {
	text-align: right;
}

#main_770{
	background-color: white;
	text-align: left;
}

.header2{
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 2em;
	text-align: center;
}

#content{
	text-align: left;
}

.outline_section{
	width:min(800px,90vw);
	padding: 6vw 0;
	margin-left: auto;
    margin-right: auto;
}

.top-img_container{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(12, calc(100vh/12));
	grid-gap: 0 0;
	margin: 0 0;
	height: 100vh;
	z-index: 1;
}

.top-img{
	background: no-repeat center center;
	background-size: cover;
	width: auto;
	grid-column: 1 / -1;
	grid-row: 1/-1;
	z-index: 1;
	height:100vh;
	overflow:visible;
	grid-row: 1;
}

.top-text_font{
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #434342;
}


.hero_paragraph{
	color:rgb(5, 4, 4);
}

.hero_paragraph_w1{
	font-size: max(48px,4vw);
}
.hero_paragraph_w2{
	font-size: max(24px,2vw);
}
.hero_paragraph_w3{
	font-size: max(16px,1.5vw);
}
/* font-family: a-otf-ud-reimin-pr6n, sans-serif;
font-weight: 300;
font-style: normal; */
/* .fonts_krete {
	font-family: "krete", serif;
	font-weight: 200;
	font-style: normal;
} */


.fonts_seiwa-do-l {
	font-family: seiwa-do-l, sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
.fonts_sinete {
	font-family: sinete, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.test-box p {
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;

}

.style59 {
	font-weight: bold;
	text-align: left;
}

.style64 {
	font-weight: normal;
	text-align: left;
}

.black {
	color:black;
}



.image_black_1-1 {
	background: url('..//img/black_1-1.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_1-2 {
	background: url('..//img/black_1-2.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_1-3 {
	background: url('..//img/black_1-3.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_2-1 {
	background: url('..//img/black_2-1.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_2-2 {
	background: url('..//img/black_2-2.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_2-3 {
	background: url('..//img/black_2-3.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_3-1 {
	background: url('..//img/black_3-1.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_3-2 {
	background: url('..//img/black_3-2.webp') no-repeat center center; 
	background-size: contain;
}
.image_black_3-3 {
	background: url('..//img/black_3-3.webp') no-repeat center center; 
	background-size: contain;
}
.image_white_1-1 {
	background: url('..//img/white_1-1.webp') no-repeat center center; 
	background-size: contain;
}
.image_white_1-2 {
	background: url('..//img/white_1-2.webp') no-repeat center center; 
	background-size: contain;
}
.image_white_1-3 {
	background: url('..//img/white_1-3.webp') no-repeat center center; 
	background-size: contain;
}
.image_white_2-1 {
	background: url('..//img/white_2-1.webp') no-repeat center center; 
	background-size: contain;
}
.image_white_2-2 {
	background: url('..//img/white_2-2.webp') no-repeat center center; 
	background-size: contain;
}
.image_white_2-3 {
	background: url('..//img/white_2-3.webp') no-repeat center center; 
	background-size: contain;
}


/* .line_svg {
	background: url('..//svg/line.svg') no-repeat;
	width: 100%;
	height:3em;
	color:white;
} */
	
.rows_container {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 32px 0;
	padding: 3vw;
	max-width: 1600px;
	margin-left: auto;
    margin-right: auto;
}

.container {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 32px ;
	/* margin: 3vw; */
	height: auto;
	align-self: center;
	margin-left: auto;
    margin-right: auto;
}

.container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows:80vh;
	grid-gap: min(3.125%, 32px);
	height: 100vh;
	margin-left:0;
	margin-right: 0;
	grid-auto-flow: column;
}
.top-img{
	background: no-repeat center center;
	background-size: cover;
	grid-column: 1 / -1;
	grid-row: 1/-1;
	z-index: 1;
	height:100vh;
	overflow:visible;
	grid-row: 1;
}
.top-img_text {
	grid-column: 1/ -1;
	grid-row: 1/ -1;
	z-index: 1;
	color: #818180;
	text-align: center;
	align-self: center;
}
.top-img_text_large{
	font-size: min(8vw);
}
.top-img_text_small{
	font-size: min(6vw);
}

.top-totoro{
	background: url('..//img/totoro_hero.png') no-repeat center center;
	background-size: contain;
	grid-column:5 / 10;
	grid-row: 3/6;
	z-index: 2;
	overflow:visible;
}


.hero_paragraph_w1{
	font-size: max(64px,6vw);
}




/* ブラウザ幅1242以上の時 spモードでは無いとき*/
@media screen and ( min-width: 1242px ) {
	.outline_section{
		width:min(980px,90vw);
	}
	.container {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows:80vh;
		grid-gap: min(3.125%, 32px);
		height: 100vh;
		margin-left:0;
		margin-right: 0;
		grid-auto-flow: column;
	}
	.top-img{
		background: no-repeat center center;
		background-size: cover;
		width: auto;
		grid-column: 1 / -1;
		grid-row: 1/-1;
		z-index: 1;
		height:100vh;
		overflow:visible;
		grid-row: 1;
	}

	.square {
		height:auto;
		aspect-ratio: 1;
	}
	.first{
		grid-column: 1 / 4;
	}
	.second{
		grid-column: 4 / 7;
	}
	.third{
		grid-column: 7 / 10;
	}
	.fourth{
		grid-column: 10 / 13;
	}
	.row_first{
		grid-row: 1 / 1;
	}
	.row_second{
		grid-row: 2 / 2;
	}
	.main_copy {
		grid-column: 8 / -1;
		grid-row: 1;
		align-self: center;
		z-index: 3;

	}
	.main_gradient {
		grid-column: 7 / -1;
		grid-row: 1;
		align-self: center;
		z-index: 2;
		height: 800px;
		background-image: linear-gradient(to right, rgba(255,255,255,0),40%, rgba(255,255,255,0.9));

	}
}


.wrap {
	width: min(980px,100%);
}

.paragraph_wrap {
	width: min(980px,90vw);
}

.all_lots_link{
	text-align:right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.margin_center{
	margin-left: auto;
    margin-right: auto;
}

.paragraph_1rem_2rem {
	line-height: 2rem;
	font-size: 1rem;
	text-align: justify;
}
.paragraph_1rem_3rem {
	line-height: 3rem;
	font-size: 1rem;
	text-align: justify;
}

/*　文字の両脇にライン　*/
.h_title span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 18px;
}
.h_title span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background: #666;
}
.h_title span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background: #666;
}
.h_title span::after {
    right: 0;
}
.h_title span::before {
    left: 0;
}

/* 開催概要文字下に線 */
.overview_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
  .overview_list dt, .overview_list dd {
	box-sizing: border-box;
}
  .overview_list dt {
	display: flex;
	align-items: center;
	width: 20%;
	padding: 30px;
	background-color: #f8f7f2;
	border-bottom:2px solid #c4c4c4;
	font-size: 25px;
}
  .overview_list dt:last-of-type,
  .overview_list dd:last-of-type {
	border: none;
}
  .overview_list dd {
	display: flex;
	align-items: center;
	width: 80%;
	margin-left: 0;
	padding: 1px;
	background-color: #f8f7f2;
	border-bottom: 2px solid #c4c4c4;
	outline: height 1.5em;
  }

  .main_back {
	width:100%;
	overflow:hidden;
	aspect-ratio: 1;
	background-position: center center;
	/* background-position: 33% center; */
	background-size: auto min(90vw, 800px);
}
  
@media screen and ( min-width: 750px ) {
	.four_c_container{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: min(3.125%, 32px);
		margin-left:0;
		margin-right: 0;
		/* grid-auto-flow: column; */
		width:min(1600px,80vw);
	}
	.main_back{
		background-size: auto min(65vw,680px);
		/* 560px */
	}

}

@media screen and ( min-width: 1242px ) {
	.outline_section{
		width:min(980px,90vw);
	}
	.container {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows:80vh;
		grid-gap: min(3.125%, 32px);
		height: 100vh;
		margin-left:0;
		margin-right: 0;
		grid-auto-flow: column;
	}
	.four_c_container{
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			grid-gap: min(3.125%, 32px);
			margin-left:0;
			margin-right: 0;
			/* grid-auto-flow: column; */
			width:min(1600px,90vw);
	}
	.main_back{
		background-size: auto min(40vw,600px);
		/* 560px */
	}
	.top-img_text{
		grid-column: 1/ -1;
		grid-row: 1/ -1;
		z-index: 1;

	}
	.top-img_text_large{
		font-size: min(8vw, 64px);
	}
	.top-img_text_small{
		font-size: min(6vw, 48px);
	}
}

.text_shadow{
	text-shadow: 0.5vw 0.5vw 0.5vw #D0D0D0; 
}