@charset "UTF-8";

html, body {
  margin: 0;
  font-family: serif;
  background: #fff;
}
.wrapper-inner{
  background: #f5f5f5;
}
.a-logo path {
  fill: #b00020 !important;
}
.page-id-3073 .o-header_bg{
	background: #000;
}
.o-header{
	background: #000 !important;
}
/* -----------------
   フルスクリーン部分
------------------ */
.wrapper-inner {
  scroll-behavior: smooth;
}
.snap-wrapper {
  scroll-snap-type: y mandatory;
}
.snap-section {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}

.snap-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* グラデーションで可読性UP */
.snap-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0.5) 40%,
      rgba(0,0,0,0) 70%
    ),
    linear-gradient(to bottom,
      rgba(0,0,0,0.15) 0%,
      rgba(0,0,0,0) 25%
    );
}

.overlay {
  position: absolute;
  bottom: 20%;
  right: 10%;
  color: white;
  max-width: 700px;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: 1.2s ease 0.2s;
}
.overlay2 {
  left: 10%;
}
.snap-section.active .overlay {
  opacity: 1;
  transform: translateY(0);
}

.overlay h1 {
  font-size: 3vw;
  letter-spacing: 2px;
	font-family: Assistant,sans-serif;
}

.overlay p {
  margin-top: 1.2rem;
  font-size: 2.4rem;
	line-height: 1.8;
  opacity: 0.85;
}

/* -----------------
   商品セクション
------------------ */
.product-slide::after {
  display: none;
}
.product-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 0 8%;
}

.product-grid {
  width: 100%;
  max-width: 1400px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1400px;
  margin: auto;
}
.product-card{
	display: grid;
	text-align: center;
	font-family: Assistant,sans-serif;
}
.product-card img {
  width: 100%;
  max-height: 60vh;
  object-fit: contain;
}
.product-card h2 {
  font-size: 2rem;
  margin-top: 0px;
}

.tagline {
  margin: 10px 0 20px;
  color: #000;
  font-family: Noto Sans JP,Hiragino Sans,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS P Gothic,Verdana,sans-serif;
  font-size: 1.2rem;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
}

.colors {
  margin: 20px 0;
  text-align:	center;
	font-size: 1.4rem;
	line-height: 1.42857;
	    color: rgba(0, 0, 0, .3);
}

.colors span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;

}

.price {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0;
}
.price span{
  font-size: 1rem;	
}
.buttons {
	padding: 20px;
}

.btn {
  padding: 8px 30px;
  text-decoration: none;
  font-size: 1.4rem;
}

.btn.solid {
  background: black;
  color: white;
}

.btn.line {
  border-bottom: 1px solid black;
  color: black;
}

.profile-section {
  padding: 2rem 0 12rem 0;
  text-align: center;
	font-family: Assistant,sans-serif;
}

.profile-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
	margin-bottom: 1.6rem;
}

.profile-content h2 {
  font-size: 2.4rem;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.profile-content p {
  font-size: 1.2rem;
  margin-bottom: 24px;
  color: #000;
  line-height: 1.8;
  font-family: Noto Sans JP,Hiragino Sans,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS P Gothic,Verdana,sans-serif;
	padding-bottom: 1.8rem;
	
}

.social-links a {
  color: #b00020;
  font-weight: bold;
  border-bottom: 1px solid #b00020;
  padding-bottom: 2px;
  text-decoration: none;
  transition: 0.3s;
	font-size: 1.6rem;
	border: 1px solid #b00020;
	padding: 1rem 2em;
}

.social-links a:hover {
  color: #000;
  border-color: #000;
}
.profile-section {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease;
}

.profile-section.active {
  opacity: 1;
  transform: translateY(0);
}

/* モバイル対応 */
@media(max-width: 900px) {
  .product-grid {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
  }
	.tagline{
		width: 80%;
		font-size: 1.0rem;
		margin-bottom: 10px;
	}
  .snap-section1 img {
    object-position: +10% center;
  }
  .snap-section2 img {
    object-position: 80% center;
  }
  .snap-section3 img {
    object-position: 90% center;
  }
  .snap-section3 {
	  margin-top: 8rem;
  }
  .overlay h1 {
    font-size: 5vw;
  }
	.product-slide{
		height: auto;
	}
	.product-card img {
		max-height: 40vh;
	}
	.overlay p{
		font-size: 1.8rem;
	}
	.overlay1{
		bottom: 15%;
	}
	.overlay2{
		bottom: 15%;
	}
	.overlay3{
		bottom: 15%;
	}
	.product-slide{
		padding: 4%;
	}
	.product-card h2 {
	  font-size: 1.4rem;
	}
	.product-card h2 {
	  font-size: 1.4rem;
	}
	.colors {
		margin: 10px 0;
		font-size: 1.0rem;
	}
	.price{
		font-size: 1.2rem;
		margin: 10px 0;
	}
	.price span{
		font-size: 0.8rem;
	}
}

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

}

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

}

@media screen and (max-width:380px) { 
  .product-grid {
	grid-template-columns: 1fr;
	gap: 60px;
  }
}
