@charset "UTF-8";
/* CSS Document */
body, html {
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.08em;
    height: 100%;
    margin: 0 auto;
}
img {
    width: 100%;
	vertical-align:top;
}
#content {
    width: 100%;
}
#brownArea {
    background: #765733;
}
.sp-only{
	display:none;
}
.top_text{
	color: #fff;
    font-size: 1.8rem;
    z-index: 2;
    position: fixed;
    margin: 50px 50px;
    width: calc(100% - 100px);
    text-align: center;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}
#section1 {
    height: 100vh; /* セクション1の高さを画面いっぱいに設定 */
    background-image: url('../imgs/2025aw/01.jpg'); /* 背景画像 */
    background-size: 40%; /* 初期状態の背景サイズ */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat; /* 繰り返しなし */
    position: relative; /* アニメーション用の基準位置 */
    transition: background-size 1s ease; /* 背景サイズが変わる時の滑らかな動き */
}
.img_01 {
    margin: 0 auto;
    padding: 100px 0px;
}
.top_logo {
    position: absolute;
    z-index: 1;
    left: 38vw;
    top: 24vw;
    font-size: 7vw;
    line-height: 2.3vw;
    color: #765733;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}
.animation_box {
  padding: 10px;
  animation: fadeIn .4s ease 1s 1 normal backwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
span.small {
    font-size: 1.3vw;
	margin-left: 5px;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}
.img_02, .img_03, .img_04{
    /*width: calc(100% - 6px);*/
	width: 60%;
	margin: 0 auto;
	height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: -20vh;
	border: 3px solid #765733;
	/*z-index: -1;*/
}
.section-scrollText__credit,  .section-scrollText__credit3{
    position: sticky;
	text-align: center;
    left: 0;
    bottom: 0;
    color: #765733;
    background-color: #fff;
    padding-left: 100px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    padding: 15px 50px 11px;
    border-top: 3px solid #765733;
	border-bottom: 3px solid #765733;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}
.section-scrollText__credit2 {
	margin-top: -20px;
	text-align: center;
    position: sticky;
    left: 0;
    bottom: 0;
    color: #765733;
    background-color: #fff;
    padding-left: 100px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    padding: 15px 50px 11px;
    border-top: 3px solid #765733;
	border-bottom: 3px solid #765733;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}
.section-scrollText__credit-group div{
	font-size: 14px;
	margin-bottom: 5px;
}
.section-scrollText__credit-group a{
	color: #765733!important;
}
.price{
	font-size: 10.5px;
	margin-left: 10px;
}
.background_brn{
	height: 200px;
	background: #765733;
}
.wrapper{
  overflow: hidden;	
  width: 100%;	
}
.container, .container2, .container3{
  display: flex;
  left: 0;
  top: 0;
}
.item{
  border: 1.5px solid #765733;
  width: 86vh!important;
} 
.item2{
  border: 1.5px solid #765733;
  width: 65vh!important;
}
.item3{
  border: 1.5px solid #765733;
  width: 64vh!important;
}
.white_area{
	background: #fff;
	padding-top: 100px;
	z-index: 1;
    position: relative;
}
.img_08{
	width: 50%;
	margin: 0px auto 100px;
	border: 3px solid #765733;
}
.img_09_10{
	display: flex;
	gap: 5vw;
	justify-content: center;
	margin-bottom: 100px;
}
.img_09_10 img{
	width: 35%;
	border: 3px solid #765733;
}
.img_11{
	width: calc(100% - 6px);
	margin: 0px auto 50px;
	border-right: 3px solid #765733;
	border-left: 3px solid #765733;
	border-bottom: 3px solid #765733;
}
.img_12{
	width: 50%;
	margin: 0 auto 50px;
	border: 3px solid #765733;
}
.img_13{
	width: 50%;
	margin: 0 auto 50px;
	border: 3px solid #765733;
}
.img_14{
	width: 50%;
	padding: 150px 0px;
	margin: 0 auto;
}
.caption_mid{
	margin-top: 40px;
	margin-bottom: 150px;
	font-size: 3vw;
	text-align: center;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}
.img_15{
	width: 50%;
	margin: 0 auto 150px;
}
.img_18{
	width: 90%;
	margin: 150px auto 50px;
}
.img_19{
	width: 90%;
	margin: 0 auto;
}
.img_20{
	width: 90%;
	margin: 50px auto 100px;
}
.img_21_0{
	opacity: 0;
}
.img_23{
	width: 50%;
	margin: 150px auto 100px;
}
.img_24{
	width: 50%;
	margin: 0 auto 100px;
}
.img_25, .img_26, .img_27 {
    width: 60%;
    position: -webkit-sticky;
    position: sticky;
    top: -20vh;
	border: 3px solid #765733;
	margin: 0 auto;
}
.credit{
	background: #765733;
    padding: 40px 0px 150px;
    line-height: 1.8em;
}
.credit p{
	font-size: 11.5px;
	color: #fff;
	margin-left: 50px;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}
.footer{
	width: 685px!important;
}
.footer_menu a{
	color: #fff!important;
	font-family: "ヒラギノ明朝 ProN", "YuGothic", "Hiragino Sans GB", "Helvetica Neue", "Helvetica, Arial", sans-serif !important;
}

@media screen and (max-width:1200px) {
	.img_02, .img_03, .img_04{
		top: -90vh;
	}
}
@media screen and (max-width:768px) {
	#section1 {
        background-size: 60%;
    }
	.top_logo{
		top: 51vw;
        font-size: 8.5vw;
	}
	.top_text{
		font-size: 1.2rem;
	}
	.img_02, .img_03, .img_04,.img_25, .img_26, .img_27 {
		top: 0vh;
	}
	.section-scrollText__credit, .section-scrollText__credit2, .section-scrollText__credit3{
		padding: 11px 25px 7px;
		text-align: left;
		justify-content: flex-start;
	}
	.section-scrollText__credit-group div {
        font-size: 12px;
	}
	.img_08,.img_12, .img_13, .img_15,.img_24{
		width: 60%;
	}
	.img_09_10 img {
		width: 42%;
	}
	.img_14 {
        width: 80%;
		padding: 110px 0px 0px;
	}
	.caption_mid{
		font-size: 3vw;
		margin-top: 35px;
        margin-bottom: 100px;
	}
	.img_18 {
        margin: 110px auto 50px;
    }
	.img_20 {
		margin: 0 auto 0px
	}
	.img_23{
		width: 60%;
		margin: 100px auto 50px;
	}
	.footer{
		width: 100%!important;
	}
	.credit p {
		margin-left: 25px;
	}
}
@media screen and (max-width:430px) {
	.pc-only{
	    display: none;
    }
	.sp-only{
	    display: block;
    }
	#section1 {
        background-size: 70%;
    }
	.top_logo {
        top: 74vw;
        font-size: 14.5vw;
        left: 24vw;
		line-height: 0.3em;
    }
	span.small {
        font-size: 3vw;
		font-weight: bold;
	}
	.top_text {
        font-size: 0.9rem;
		margin: 30px 50px;
    }
	.item, .item2 {
		width: 62vh!important;
	}
	.img_01 {
        width: 86%;
        padding: 50px 0px;
    }
	.img_02, .img_03, .img_04,.img_25, .img_26, .img_27 {
		top: 0vh;
	}
	.img_08,.img_12, .img_13, .img_15, .img_23, .img_24{
		width: 80%;
	}
	.img_15{
		margin: 0 auto 80px;
	}
}
@media screen and (max-width:375px) {
	.top_text {
        font-size: 0.7rem;
        margin: 20px 50px;
    }
}