 body {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      background: #fff;
      font-family: 'Arial', sans-serif;
    }

 .col {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media (max-width: 900px) {
  .col {
    opacity: 0.3;
    background-size: auto 100vh; 
    background-position: center;
  }
}

.left {
  left: 0;
  background: #fff;
}

.right {
  right: 0;
  background: #fff;
}

.wrapper {
  position: relative;
  width: 100%;
}
.content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
    .hero-image {
      width: 100%;
      height: auto;

}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.site-header.scrolling {
  opacity: 0.7;
}

.header-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.image-wrapper {
  padding: 3em 0;
  text-align: center; /* 中央揃え用 */
}

.image-wrapper2 {
  padding: 1em 0;
  text-align: center; /* 中央揃え用 */
}

.product-image-small {
  width: 35%;
  display: inline-block; /* 中央寄せのため */
}

.product-image-sns {
  width: 10%;
  display: inline-block; /* 中央寄せのため */
}

.content p {
    width: 95%;
	 font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500; 
  font-size: 1.0rem; 
  line-height: 2.0;
  color: #3b2c28; 
  padding: 0em;
}


.product-box1 {
 
	background-color: #f5f5f5;
	padding: 2em 0em 0em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}
.product-box2 {
 
	background-color: #fff;
	padding: 2em 0em 0em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}

.product-box2 p{
	margin: 1em; 
    padding: 0;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}


.product-box3 {
	background-color: #f5f5f5;
	padding: 2em 0em 0em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}

.product-box4 {
 
	background-color: #fff;
	padding: 2em 0em 0em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}

.product-box4 p{
	margin: 1em; 
    padding: 0;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width:780px){
 
.product-box4 p{
	margin: 1em; 
    padding: 0;
	text-align: left;
	font-size: 18px;
}
 
	
}}

.product-box5 {
    width:100%; 
	padding:  0em 0em;
    margin: 0em 0;
	margin-left: auto;
    margin-right: auto;
}

.product-box5 p{
	margin: 1em; 
    padding: 0;
	text-align: left;
	font-size: 14px;
}

.order {

	background-color: #ffffff;
	padding: 3em 0em 0em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}
		
	.sns-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px; /* アイコンの間隔 */
  padding: 2em 0;
  background-color: #fff; /* 背景色は必要に応じて */
}

.sns-icon {
  width: 50px;
  height: auto;
  transition: opacity 0.3s ease;
}

.sns-icon:hover {
  opacity: 0.7;
}


    p {
      font-size: 1.2rem;
      color: #666;
		text-align:center;
    }

    @media (max-width: 900px) {
      .wrapper {
        flex-direction: column;
      }
      .col {
        display: none;
      }
      .content {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
      }
    }
		
	a:link,
a:visited,
a:hover,
a:active{ text-decoration:underline; }
a:hover,
a,
input[type="submit"],
input[type="button"]{
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
a:hover{ opacity:0.8; }	