@charset "UTF-8";
/* CSS Document */
/* 減塩でも美味しい秘密 */

.behind-scene h2{
	font-size: 24px;
	font-weight: bold;
	padding-top: 3rem;
}


.back-omi{
	background-image: url("/common/img/omiotsuke/omiotsuke_back_img.jpg");
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  background-size: cover; /* 背景画像を要素に合わせて拡大縮小 */
  background-position: center; /* 画像の表示位置を中央に */
}
.back-omi-content{
	    z-index: 1;
    position: relative;
}
.back-omi2{
     content: "";
  position: relative;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.46);
  z-index: 0;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
    margin-top: -39px;
  width: 150vw; 
}

.circle{
  width: 380px;
  height: 265px;
  background: #fff;
	position: relative;
	    margin: auto 10px;
	background: radial-gradient(circle at center,
        white 0%,                                /* 中心は完全に白 */
      white 10%,                               /* 60%までは白を維持 */
      rgba(255, 255, 255, 0.5) 70%,            /* 80%で半透明の白 */
      rgba(255, 255, 255, 0) 100%)
}
.circle1{
  border-radius: 62% 39% 47% 53% / 63% 41% 57% 37%;
}
.circle2{
  border-radius: 31% 69% 45% 55% / 55% 53% 46% 45% ;
}
.circle2 p{
	left: 11%;
}
.circle1 p{
	left: 20%;
}
.circle p{
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :265px;
  text-align:center;
	    font-weight: bold;
    font-size: 23px;
}
.voice{
	display: flex;
	justify-content: center;
	    margin: 10px 19px;
	 /*   background-color: #EDE6D9; */
	  
    padding: 1rem;
}


.omiotsuke-deco{
	display: flex;
	    justify-content: center;
}
.deco0 {
    max-width: 100%;
        width: 68px;
	    position: relative;
        top: 93px;
}
.deco2 {
    transform: rotate(16deg);
	    margin-left: 7px;
}
.deco1 {
    transform: rotate(-13deg);
	     margin-right: 10px;
}
.person-image{
	    position: absolute;
    text-align: center;
	        bottom: -72px;
	    max-width: 150px;
}
.person-image1-1{
	left: -28px;
	    transform: rotate(-9deg);
}
.person-image1-2{
	    right: -28px;
	    transform: rotate(9deg);
}

.person-image2{
    margin: 0 auto;
	width: 40%;
	margin-bottom: 2rem;
}

.person-image img{
	       width: 100%;
}
	.person-image1-3 img {
   display: none;
}
.reason{
	text-align: center;
	     margin-top: 20px;
	font-weight: bold;
}
.reason p{
	font-size: 24px;
	padding-top: 3rem;
}.reason span{
	font-size: 34px;
	color: #df6d10;
}
.title-2{
	text-align: center;
}
.title-2 h2{
	font-size: 1.7rem;
    border-bottom: 0;
	border-radius: 5px;
    margin: 0 1rem;
	padding: 0.7rem 0;
}
.title-3 h2{
	    padding: 0 0 1rem;
    line-height: 2.5rem;
}
.title-4 h2{
	    background-color:#77431D;
	color: #fff;
}
.point1{
	display: flex;
	 flex-direction: row;
}

.point1 img{
	    width: 40%;
    border-radius: 10px;
    margin-bottom: 2rem;
	order: 1; 
}

.point1 p{
	padding: 0 2rem 1.5rem;
    margin: auto 0;
    font-size: 19px;
	order: 2; 
}
.pack-back-omi{
	margin: 1.5rem auto;
	    max-width: 100%;
}
.pack-back-omi h3{
	    /*border-left-color: #df6d10;*/
    color: #df6d10;
	    line-height: 1.5;
	border-left: 0;
}
.container-omi{
	margin-bottom: 4.4rem;
	}
.container-omi2{
	    padding-bottom: 2.4rem;
}
.main-omi-header{
	  background: url(/common/img/omiotsuke/header.webp) no-repeat;
    width: 100%;
    height: 455px;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url(/common/img/omiotsuke/main_mask_omi2.svg);
    mask-image: url(/common/img/omiotsuke/main_mask_omi2.svg);
    -webkit-mask-size: 100% 100%; 
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; 
    max-width: 100%;
}
.main-omi-header-ttl {
    font-size: 33px;
    line-height: 4.3rem;
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8),0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
}
.ttl-hiketsu {
    position: absolute;
       bottom: 45%;
    left: 19%;
}
.main-omi-header-ttl span{
	font-size: 50px;
}

@media screen and (max-width: 767px){
	
	
	  .back-omi2 {
    width: auto; 
    position: unset;
		      transform: none;
    border-radius: unset;
		  margin-top: 0;
  }
	.voice {
	        padding: 0 0 1rem;
}
	
.main-omi-header-ttl span {
    font-size: 38px;
	line-height: 10px;
}
	
.main-omi-header-ttl {
           font-size: 24px;
        line-height: 3.3rem;
        position: unset;
        padding: 60px 33px;
        text-align: left;
}
	.circle {
    width: 150px;
    height: 150px;
    margin: auto 10px;
}
	.circle1{
  border-radius: 50%;
}
.circle2{
  border-radius: 50% ;
}
	.circle2 p{
	left: 0%;
}
.circle1 p{
	left: 0%;
}
	.circle p {
    width: 150px;
    font-size: 16px;
}
	.reason {
    margin-top: 30px;
}
	.reason p{
		font-size: 17px;
		    padding-top: 0;
	}
	.reason span {
    font-size: 27px;
}
	.person-image img {
    width: 38%;
}
	.person-image1-1 img {
   display: none;
}
	.person-image1-2 img {
    display: none;
}
	.person-image1-3 img {
    display: block;
		        width: 49%;
		        margin: 0 auto;
}
	.person-image1-3 {
    max-width: 300px;
}
	.person-image {
           bottom: -64px;
}
	.voice:before {
     margin: -14px 0 0 -188px;
        border: solid 188px transparent;
    border-top: solid 77px #F8F4ED;
}
	.person-image2 {
            width: 76%;
}
	.title-1 {
    padding-top: 1.5rem;
}

	.title-2 h2 {
    font-size: 1.2rem;
		    padding: 0.5rem 0;
}
	.title-3 h2{
	           padding: 1.5rem 0 0;
    line-height: 2.5rem;
	    line-height: 2.1rem;
}
	.point1{
		 display: flex; 
		flex-direction: column; 
	}
	.point1 p {
		order: 1; 
		padding: 0 0.4rem 1rem;
		font-size: 17px;
}
	.point1 img {
		order: 2; 
		width: 100%;
		margin-bottom: 0;
}
	.container-omi{
		padding: 0;
		        margin-bottom: 4rem;
	}
	.deco0{display: none;}
	  .main-omi-header {
       background: url(/common/img/omiotsuke/header_sp.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    /*-webkit-mask-image: url(/common/img/omiotsuke/mask_bottom_bowl.svg);
    mask-image: url(/common/img/omiotsuke/mask_bottom_bowl.svg);*/
		  mask-image: none;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center bottom;
    mask-position: center 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
/* 置き換え術 */
.ttl-okikae{
	margin: 0 auto;
    padding-top: 156px;
}
.main-omi-header-okikae{
	    background: url(/common/img/omiotsuke/header_okikae.jpg) no-repeat;
    width: 100%;
    height: 455px;
    background-size: cover;
    background-position: center;
}
.omiotsuke-all {
           background-position: center;
    padding-bottom: 1rem;
    background-color: #F9F6ED;
}
.pack-feature-omi{
	    display: flex;
	justify-content: center;
    font-weight: bold;
}
.price{
	display: block;
	 flex-direction: row;
	width: 50%;
}
.price2{
	    border-right: 0px solid #BCBCBC!important;
}
.price img{
	    width: 40%;
    border-radius: 10px;
	order: 1; 
}

.price p{
	    padding: 0.2rem;
    margin: auto 0;
    font-size: 19px;
    text-align: center;
}
.price>p{
	font-size: 20px;
    width: 56%;
    margin: 0 auto 1rem;
    border-radius: 50px;
}
.pack-omi{
	position: relative;
}
.percentage-enbun h2 {
    border-bottom: 0px !important;
    font-size: 1.5rem!important;
    text-align: center!important;
}
.percentage-enbun span {
    font-size: 42px;
}
.enbun-circle{
	width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #ead0ca;
    position: absolute;
    margin: auto 10px;
    bottom: -18px;
    right: -38px;
}
.enbun-circle p{
	position: absolute;
	left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :91px;
  text-align:center;
	    font-weight: bold;
    font-size: 20px;
}
.pack-pattern-omi{
	 background-color: #9F3E1D;
}
.pack-triangle1-omi {
    border-left: 10px solid #9F3E1D!important;
}
.square-text {
    background-color: antiquewhite;
    border-radius: 4px;
	    width: 116px;
    margin: 0 auto;
}
.square-text p {
	            padding: 0.4rem;
    text-align: center;
    line-height: 22px;
}
.kikubari-price {
    margin: auto 1rem;
}
.kikubari-price p{
	 padding: 5px 0 0 0;
}
.price-content{
	    display: flex;
	justify-content: center;
}
.price-content img{
	order: 1;
}

.kikubari{
	order: 2;
    height: 10%;
    width: 232px;
    justify-content: center;
    margin: auto 0;
}
.product-img1{
	    max-width: 100%;
    width: 171px;
	text-align: center;
}
.product-img2{
	    max-width: 100%;
        width: 100px;
	text-align: center;
}
.cart_btn {
        width: 30%;
    margin: 25px auto 5px;
    text-align: center;
}
.cart_btn a {
    display: block;
    background: #4EC622;
    color: #FFF;
    border: 2px solid #FFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 60px;
    transition: 0.3s;
    line-height: 120%;
}
.dli-plus {
	display: block;
    vertical-align: middle;
    color:#4E3230;
    line-height: 1;
    width: 2.2rem;
    height: 0.5rem;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
	    margin: auto 0;
        opacity: 0.8;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.color-font{
	color:#4E3230;
}
	   .pack-omi-sp{
	display: none;
}

   @media screen and (max-width: 767px){
	   .main-omi-header-okikae{
	    background: url(/common/img/omiotsuke/header_okikae_sp2.jpg) no-repeat;
		   background-size: cover;
}
	   .ttl-okikae {
    position: unset;
		        padding: 111px 46px;
		   font-size: 22px;
}
.enbun-circle{
	right: -12px;
	   }
.pack-feature-omi{
	    display: block;
}
	   .price{
	width: 100%;
		   margin: 0 0 1rem;;
}
	   	   .price2{
    border-bottom: 0px solid rgba(71, 49, 47, 0.1);
}
	   .price>p{
    width: 100%;
}
.price-content {
    margin-bottom: 1rem;
}
	   .cart_btn {
        width: 100%;
}
	   .product-img1 {
    width: 124px;
		   margin: auto 0;
}
	   .product-img2 {
           width: 108px;
}
	   .product-img1 {
            width: 129px;
}
	   .pack-omi-pc{
	display: none;
}
	   	   .pack-omi-sp{
	display: block;
}
	   
	   .price-sp {
   width: 61%;
  margin-left: 10px;
}
	   .kikubari{
		   width: auto;
	   }
	   .kikubari-price {
		   margin: 0;
}
	   .square-text {
		   margin: 0;
}
	   .dli-plus {
		   width: 1.7rem;
        height: 0.4rem;
    margin: 1.5rem auto;
		   margin: 2rem auto;
}
}