@charset "utf-8";


.top-h1{
	font-size: clamp(2rem, 1.5rem + 2.5vw, 2.25rem);
    color: var(--base-color);
    text-align: center;
    line-height: 1.2em;
	margin-bottom:1em;
	font-weight: bold;
}

.scroll-section {
	 height: calc(100vh - (5vw + 30px));
	display: grid;
	position: relative;
}




.top-section-inner{
	padding: 20px 0 0 0;
	height: 100%;
	position: relative;
}

@media only screen and (max-width: 1199px)  {
	.scroll-section {
	 height: calc(100vh - 60px);
}
	
	.top-section-inner{
	padding: 20px 0 147px 0;
	height: 100%;
	background: rgba(255,146,148,1.00);
}
	
}
	
	@media only screen and (max-width: 980px)  {
	.scroll-section {
	 height: calc(100vh - 110px);
}
	
}


@media only screen and (max-width: 480px)  {

	.top-section-inner{
	padding: 20px 0 clamp(8.063rem, 7.063rem + 5vw, 8.563rem) 0;
}
	
}

.section1 {}
.section2 { }
.section3 { background-color: #e74c3c; }
.section4 { background-color: #2ecc71; }
.section5 { background-color: #3498db; }
.section6 { background-color: #9b59b6; }

/* ナビゲーションのスタイル */
.scroll-nav {
  position: fixed;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 7px;
  z-index: 1000;
}

.nav-dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  margin: 5px;
	cursor: pointer;
  transition: background-color 0.3s;
}

.nav-dot.active {
  background-color:var(--violet);
    height: 30px;
    border-radius: 10px;
}


.nav-dot:hover {
  background-color: var(--base-color);
}

/* 共通セクション*/
.sec-right-inner{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: grid;
  place-items: center;
padding: 0 650px 0 60px;
}


.sec-left-inner{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: grid;
  place-items: center;
padding: 0 clamp(2.5rem, 0.417rem + 2.78vw, 3.75rem) 0 clamp(12.5rem, -18.75rem + 41.67vw, 31.25rem);
}


@media only screen and (max-width: 1600px)  {
	
	.sec-right-inner{
padding: 0 300px 0 60px;
}
}


@media only screen and (max-width: 1280px)  {
	
		.sec-right-inner{
padding: 0 220px 0 40px;
}
}

@media only screen and (max-width: 980px)  {
.sec-right-inner {
        padding: 0 60px 0 60px;
	}
}


@media only screen and (max-width: 767px)  {
.sec-right-inner {
        padding: 0px;
	}
}


/* セクション1 */
.sec1-bg{
	background: url( "../images/top-image-bg.webp");
	background-size: cover;
	background-position: center;
	padding-top:60px;
	
}

.sec1-inner{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: grid;
  place-items: center;
	padding: 0 clamp(2.5rem, 0.417rem + 2.78vw, 3.75rem) 0 clamp(12.5rem, -18.75rem + 41.67vw, 31.25rem);
}


.sec1-inner .sec1-inner-image-wrapper {
	position: absolute;
    bottom: 0;
    left: clamp(-12.5rem, -22.917rem + 13.89vw, -6.25rem);
	height: 100%;
	z-index: 0;
}


.sec1-inner .sec1-inner-image-wrapper img {
	width: auto;
    height: 100%;
	
}

.sec1-inner .sec1-inner-image-wrapper img:hover {
  opacity: 1.0!important;
  transition: none;
}

.sec1-inner .block ul {
	margin-bottom: 60px;
}



.sec1-inner .block ul {
	display: flex;
	justify-content: space-between;
}


.sec1-inner .block ul li{
	width: 48%!important;
	list-style: none;
}

.sec1-inner .block .sougi-plan{
	padding-top: 3em;
}

.sec1-inner .block .h3-wrapper{
	text-align: center;
	margin-bottom: 20px;
	
}



.sec1-inner .block .h3-wrapper h3{
    font-size: 24px;
	background: white;
	border: solid 2px var(--base-color);
	text-align: center;
	padding: 0.5em 1em;
	line-height: 1em;
	border-radius: 10px;
	display: inline-block;
	color: var(--base-color);
}


.sec1-inner .block .h2-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	gap:20px;
	
}

.sec1-inner .block .futai-item{
transform: scale(1.4);
    transform-origin: center;
    margin: 1em 2em 0 0;
}

.sec1-inner .block .h2-wrapper h2{
    font-size: 180px;
    text-align: center;
	color: var(--violet);
	line-height: 1em;
	letter-spacing: 0.1em;
}



.sec1-inner .block .sougi-plan-price-wrapper {
    transform: scale(1.1);
    transform-origin: center top;
}



@media only screen and (max-width: 1199px)  {
	
	.sec1-inner .block ul {
		flex-direction: column;
}


.sec1-inner .block ul li{
	width: 70% !important;
        margin: 0 10% 0 auto;
}
	
	.sec1-inner .block ul li:first-child{
	margin-bottom: 40px;
}

	
	.sec1-inner .sec1-inner-image-wrapper {
	height: 80%;

}

	
}



@media only screen and (max-width: 980px)  {
	
		.sec1-inner .sec1-inner-image-wrapper  {
	position: relative;
		bottom: inherit;
    left: inherit;
    height: auto;
	width: 50%;
	z-index: 0;
			margin: 0 auto;
			aspect-ratio: 3 / 3; 
			overflow: hidden;
}
	
	
	.sec1-inner .sec1-inner-image-wrapper img {
		width: 100%;
		height: auto;
	
}
	
	.sec1-bg{
	padding-top:10px;
	
}
	
	.sec1-inner{
	padding: 0;
}

.sec1-inner .block ul li{
        margin: 0 auto 0 auto;
}
	
	.sec1-inner .block .h2-wrapper h2 {
    font-size: 130px;
}
	
}


@media only screen and (max-width: 767px)  {
	
	.sec1-inner .block .futai-item {
    transform: scale(1.2);
		margin: 1em 1em 0 0;
}
	
	.sec1-inner .block .h2-wrapper h2 {
        font-size: 110px;
    }
	
	
	    .sec1-inner .block ul li {
        width: 90% !important;
        margin: 0 auto 0 ;
			
    }
}


@media only screen and (max-width: 480px)  {
	
	.sec1-inner .block .h3-wrapper h3 {
    font-size: clamp(1.125rem, 0.696rem + 2.14vw, 1.5rem);
	width: 90%;
}
	
	.sec1-inner .sec1-inner-image-wrapper {
        width: 80%;

    }
	
	
	.sec1-inner .block .h2-wrapper {
    flex-direction: column;
}
	
	.sec1-inner .block .futai-item {
        transform: scale(1.8);
        margin: 1.5em 0 1.5em 0;
		order: 2;
    }
	
	    .sec1-inner .block .h2-wrapper h2 {
        font-size: clamp(5.625rem, 3.125rem + 12.5vw, 6.875rem);
        letter-spacing: 0;
			order: 1;
    }
	
	
	.sougi-plan-catch {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.313rem);
   
}
}




/* セクション2 */
.sec2-bg{
	background: url( "../images/top-image-chokusou-bg.webp");
	background-size: cover;
	background-position:right bottom;
	padding-top:60px;
	background-repeat: no-repeat;
	
}

@media only screen and (max-width: 1600px)  {


.sec2-bg{
	background-position: right -400px bottom;
        background-size: 150%;
	
}

}







.sec-right-inner .block {
	width: 100%;
	
}



.sec-right-inner .block ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}


.sec-right-inner .block ul li{
	width: 48%!important;
	list-style: none;
}

.sec-right-inner .block .sougi-plan{
	padding-top: 3em;
}

.sec-right-inner .block .h3-wrapper{
	text-align: center;
	margin: 0 auto 20px;
    width: 90%;
	
}



.sec-right-inner .block .h3-wrapper h3{
    font-size: 24px;
	background: white;
	border: solid 2px var(--base-color);
	text-align: center;
	padding: 0.5em 1em;
	line-height: 1em;
	border-radius: 10px;
	display: inline-block;
	color: var(--base-color);
}


.sec-right-inner .block .h2-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	gap:20px;
	
}

.sec-right-inner .block .futai-item{
transform: scale(1.4);
    transform-origin: center;
    margin: 1em 2em 0 0;
	order: 2;
}

.sec-right-inner .block .h2-wrapper h2{
    font-size: 180px;
    text-align: center;
	color: var(--violet);
	line-height: 1em;
	letter-spacing: 0.1em;
	order: 1;
}



.sec-right-inner .block .sougi-plan-price-wrapper {
    transform: scale(1.1);
    transform-origin: center top;
}



@media only screen and (max-width: 1199px)  {
	
	.sec-right-inner .block ul {
		flex-direction: column;
}


.sec-right-inner .block ul li{
	width: 80% !important;
        margin: 0 auto;
}
	
	.sec-right-inner .block ul li:first-child{
	margin-bottom: 40px;
}

	
.sec2-bg {
        background-position: -500px bottom;
    }

	
}



@media only screen and (max-width: 980px)  {
	


	


.sec-right-inner .block ul li{
        margin: 0 auto 0 auto;
}
	
	.sec-right-inner .block .h2-wrapper h2 {
    font-size: 130px;
}
	
	
	.sec2-bg {
       background-size: 200%;
    background-position: 90% -450px;
		    padding-top: 450px;
    }

	
}


	


@media only screen and (max-width: 767px)  {
	
	.sec-right-inner .block .futai-item {
    transform: scale(1.2);
		margin: 1em 1em 0 0;
}
	
	.sec-right-inner .block .h2-wrapper h2 {
        font-size: 110px;
    }
	
	
	    .sec-right-inner .block ul li {
        width: 90% !important;
        margin: 0 auto 0 ;
			
    }
	
	.sec2-bg {
        background-size: 200%;
        background-position: 90% -320px;
        padding-top: 390px;
    }
}


@media only screen and (max-width: 480px)  {
	
	
	
	.sec-right-inner .block .h3-wrapper h3 {
    font-size: clamp(1.125rem, 0.696rem + 2.14vw, 1.5rem);
	width: 90%;
}
	
	.sec-right-inner .sec1-inner-image-wrapper {
        width: 80%;

    }
	
	
	.sec-right-inner .block .h2-wrapper {
    flex-direction: column;
}
	
	.sec-right-inner .block .futai-item {
        transform: scale(1.8);
        margin: 1.5em 0 1.5em 0;
    }
	
	    .sec-right-inner .block .h2-wrapper h2 {
        font-size: clamp(5.625rem, 3.125rem + 12.5vw, 6.875rem);
        letter-spacing: 0;
    }
	
	
	.sougi-plan-catch {
    font-size: clamp(1rem, 0.643rem + 1.79vw, 1.313rem);
   
}
	
	.sec2-bg {
        background-size: 200%;
        background-position: 90% -200px;
        padding-top: 300px;
    }
}


@media only screen and (max-width: 399px) {
    .sec2-bg {
        background-position: 90% -180px;
        padding-top: 250px;
    }
}

@media only screen and (max-width: 350px) {
    .sec2-bg {
        background-position: 90% -180px;
        padding-top: 200px;
    }
}



/*LINEバナー*/

.top-line-wrapper{
	background-color: #3daa35;
	padding: 2em 0;
	
}



.top-line{
	display: block;
	width: 80%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	
	
}

/*ホール*/

ul.top-hall-column{
	
	
}

ul.top-hall-column li{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	background: url("../images/orange-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
}



.top-hall{
	padding: 0;
}



.top-hall a{
	display: flex;
	justify-content:space-between;
	height: 100%;
}


.top-hall-contents{
	width: 50%;
	display: grid;
  place-items: center;
	padding: 40px 10%;

}



.top-hall-image{
	width: 50%;
	 display: flex;
  flex-direction: column;
}



.top-hall-image img{
	object-fit: cover;
	object-position: center bottom;
	width:100%;
	aspect-ratio: 4 / 3; 
	margin-top: auto;
	
}

@media only screen and (max-width: 1199px) {
	

.top-hall-contents {
    padding: 40px 5%;
}
	
	.top-hall-contents{
	width: 100%;

}
	
	.top-hall-image img {
    aspect-ratio: 4 / 3.5;
    margin-top: auto;
}
	
	
}




@media only screen and (max-width: 980px) {
	
	.top-hall a{
		flex-direction: column;
}
	
	
.top-hall-image{
	width: 100%;
}

    .top-hall-image img {
        aspect-ratio: 4 / 2.5;
 
    }
.item-no1{
		order: 2;
	}
	
	
	.item-no2{
		order: 1;
	}
	
	
}



@media only screen and (max-width: 480px) {
	

.top-hall-contents {
    padding: 40px 20px;
}
}

