@charset UTF-8;

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

html {
    scroll-behavior: smooth;
}

.logotop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeOut 1.5s 2.5s forwards;
  }
  
  @keyframes fadeOut {
	0% {
	  opacity: 1;
	}
  
	100% {
	  opacity: 0;
	  visibility: hidden;
	}
  }
  
  .loading_logo {
	opacity: 0;
	animation: logo_fade 2s 0.5s forwards;
	width: 175px;
  }
  
  @keyframes logo_fade {
	0% {
	  opacity: 0;
	  transform: translateY(20px);
	}
  
	60% {
	  opacity: 1;
	  transform: translateY(0);
	}
  
	100% {
	  opacity: 0;
	}
  }

ul{
	list-style: none;
	display: flex;
	font-size: 16px;
	}
	
.navi{
	margin: 0 15px;
	text-decoration:none;
	color: #fff;
	white-space: nowrap;
}


header.site-header{
	position: fixed;
	z-index: 2;
	max-width: 1160px;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

header p{
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
}

header p span{
	font-size: 30px;
	font-weight: bold;
}

/* 共通スタイル */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: white;
  position: relative;
}

.logo {
  font-size: 24px;
}

/* ナビゲーション */
.header-nav {
  display: flex;
}

.nav-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item a {
  color: white;
  text-decoration: none;
}

/* ハンバーガー非表示（PCでは） */
.nav-toggle{
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
}

.nav-toggle-label span {
  display: block;
  height: 4px;
  background-color: white;
  border-radius: 2px;
}


.wrap.headerColorScroll{
  color: #696969;
  transition: color 0.4s ease-out;
}

.navi.headerColorScroll2{
	  color: #696969;
      transition: color 0.4s ease-out;
}
	
.main-visual{
	position: relative;
}
		
.main-visual .catch-copy{
	position: absolute;
	bottom: 0%;
	left: 10px;
	z-index: 1;
	font-family: "Big Shoulders";
	font-size: 80px;
	font-weight: bold;
	color: #fff;
	opacity: 0.7;
}


.big-shoulders-<uniquifier> {
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}




.container {
  max-width: 1160px;
  margin: 0 auto;
  padding-inline: 40px;
}

.main-section{
	padding: 80px 0 100px;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.heading-group{
	text-align: center;
	margin: 0 0 60px;
	color: #f3eed9;
	font-size: 36px ;
	font-weight: bold;
	font-family: "Kosugi Maru";
	overflow: hidden;
	.red {
       color: #aa3746;
	}
}

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
	&.red{
		transform: translate(0,30px);
	}
	&.scrollin{
	  opacity: 1 !important;
	  transform: translate(0, 0) !important;
	}
  }


.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}




.about{
	text-align: center;
	background-color: #f3eed9;
}

.first-intro{
	position: relative; /* 疑似要素の基準になるように */
	margin: 0 auto;
	width: 50%;
	line-height: 2.5;
	font-size: 16px;
	letter-spacing: 0.03em;
	display: block;
	padding: 20px 40px;
	border: 1px dashed #aa3746;
}

.first-intro .comment{
	text-align: left;
	display: inline-block;
}

.first-intro::before,
.first-intro::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 105%; /* はみ出すように少し広め */
  height: 10px;
  background-color: #f3eed9;
  transform: translateX(-50%);
  z-index: 1; /* 背景レイヤーにしておく */
}

.first-intro::before {
  top: 0; /* 上の白帯 */
}

.first-intro::after {
  bottom: 0; /* 下の白帯 */
}

.us-pic{
	position: absolute;
	bottom: -20%;
	right: -25%;
	width: 30%;
	max-width: 200px;
	z-index: 8;
}

.us{
	width: 200px;
}


.first{
	margin: 0 auto;
	width: 50%;
	line-height: 2.5;
	font-size: 16px;
	letter-spacing: 0.03em;
	display: block;
	padding: 20px 0;
}

.first .comment{
	text-align: left;
	display: inline-block;
}


.layout{
		display: flex;
		justify-content: flex-end;
		margin: 50px 100px;
	    }

.more img{
	transition: all 0.3s;
}

.more:hover img{
	transform: scale(1.1);
}

.content img{ 
    width: 350px;	
}

.text-wrap{
	text-align: center;
	margin: 50px 0 50px 0;
	display: inline-block;
	width: 100%;
}

.text-wrap img{
	width: 150px;
	margin-top: 30px;
}

.text-wrap p{
	font-size: 14px;
	line-height: 1.5;
	width: 200px;
	margin:0 auto;
}

.news{
	text-align: center;
	background-color:#f3eed9;
}

.container2 {
  background-image:
    linear-gradient(to right, #f3eed9 1px, transparent 1px),
    linear-gradient(to bottom, #f3eed9 1px, transparent 1px);
  background-size: 30px 30px; /* グリッドの大きさ（縦横40px） */
  background-color: #fff;     /* 必要に応じて背景色 */
  margin: 30px 70px;
  border-radius: 15px;
}

.intro{
	text-align: start;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.line{
  border: none;
  width:100%;
  border-top: 4px dashed #aa3746;
  margin: 0 auto;
}



.footer{
	background-color: #f3eed9;
	font-size: 10px;
	padding: 20px;
	text-align: center;
}


	/* スマホ用メディアクエリ */
@media screen and (max-width: 599px) {
  /* ハンバーガー表示 */
   .nav-toggle {
    display: none;
  }
  .nav-toggle-label {
    display: flex;
  }
  .header-nav {
    display: none; /* 初期は非表示 */
  }

  /* チェックが入ったらメニュー表示 */
  .nav-toggle:checked ~ .header-nav {
    display: block;
    position: absolute;
    width: 65%;
	left: 0;
	top: 0;
    background: #aa3746;
	padding: 30px;
	border: 4px solid;
  }

  .nav-toggle-label span {
    display: block;
    height: 3px;
    background: #aa3746;
    border-radius: 2px;
  }
 
  .nav-item a{
	color: #fff;
  }

  /* チェックボックスONのときナビを表示 */
  .nav-toggle:checked + .nav-toggle-label + .header-nav {
    display: flex;
  }

  /* PCと違い横並びを解除 */
  .nav-list {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .nav-item {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	height: 10%;
	color:#333;
	font-size: 18px;
	padding:20px 20px;
}

    .navi.headerColorScroll2{
	  color: #fff;
}


		.loading_logo {
			width: 100px;
		  }
		
		.logo img{
			width: 45px;
		}

		header .wrap{
			position: fixed;
			z-index: 2;
			max-width: 1160px;
			top: 0;
			left: 0;
			right: 0;
			padding: 20px 25px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			color: #fff;
		}


		.main-visual img{
			height: 100%;
			object-fit: cover;
		}
		.main-visual .catch-copy{
		font-size: 30px;	
		}
		
		header p{
			font-size: 10px;
			margin: 0 30px;
		}
		header p span{
			font-size: 20px;
			margin: 30px;
		}
		.instagram img{
			width: 30px;
			margin: 30px;
		}
		h2{
		    font-size: 24px;	
		}
		.layout {  
	      display: flex;
         flex-direction: column; /* ← 縦並びにする */
         align-items: center;    /* ← 中央揃え（必要なら） */
         gap: 20px;        
		 margin: 0 auto;      /* ← 画像とテキストの間に余白（必要なら） */
         }

		.first{
			width: 90%;
			font-size: 14px;
		}

		.first-intro{
			width: 80%;
			font-size: 14px;
		}

		.us-pic{
			bottom: -35%;
			right: 40px;
			width: 30%;
			max-width: initial;
		}

		.us{
			width: 150px;
		}

		.content img{ 
			width: 80%;	
			margin: 0 auto;
			display: block;
		}
		.text-wrap img{
			width: 40%;
			margin-top: 30px;
		}
	
		.container2{
			margin: 20px 20px;
		}
	
}



