@media (max-width: 1150px) {
  .header_wrap {
background-color: var(--applecomnero);
        display: flex
;
        flex: 0 0 auto;
        flex-direction: row;
        gap: 2rem;
        padding: 1rem;
        position: relative;
	  width: 100vw;
}
 
.view_pc {
    width: 100vw;
}	
	
.hedaer_logo {
    width: 180px;
}

.hedaer_top {
    align-items: center;
    display: flex
;
    justify-content: flex-end;
    width: 100%;
    gap: 50px;
    margin-bottom: 20px;
}

.key {
    border: 0px solid;
    background-color: var(--gray100);
    flex-grow: 1;
    gap: 8px;
    padding: 9px 8px;
    max-width: 180px;
}

.menu {
    align-self: stretch;
    background-color: var(--hitbox);
    display: flex
;
    flex: 0 0 auto;
    position: relative;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    flex-direction: column;
}

  .header-sp-wrap {
    display: none;
  }

  .member_ship_item {
    height: 146px;
  }
  .member_ship_item p {
    font-size: 1.5rem;
  }
  .member_ship_wrap {
    flex-direction: column;
  }
  .about-header {
flex-direction: row;
        align-items: center;
        display: flex;
	  
  }

  .about_text {
    width: 100%;
  }
  .about_title {
        width: auto;
        padding: 8px 0px 40px 20px;
    
  }
  .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 最小2列 */
    gap: 24px; /* グリッドの間隔 */
    max-width: 680px;
  }
	
  .sp-product-list {
display: grid;
	  grid-template-columns: repeat(1, 1fr);
        gap: 24px;

        justify-content: center;
  }
	
.sp-recommend {
        display: flex
;
        gap: 32px;
        width: 720px;
        padding: 0px 0 20px;
        flex-direction: column;
        margin-bottom: 100px;
        align-content: center;
        align-items: center;
    }
	
	.sp-product-description {
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
    display: flex
;
    font-size: 14px;
    line-height: 1.8rem;
		        width: 60vw;

}	
  .product-item {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
    transition: 0.3s;
    width: 100%;
    min-width: auto;
  }
  .rectangle-4 {
object-fit: cover;
        position: relative;
        width: 328px;
        max-height: 328px;
  }

	.sp-recommend-product-item{
		width: 100%;
	}
	
	
	
  .container_service_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 最小2列 */
    gap: 24px; /* グリッドの間隔 */
    max-width: 600px;
    margin: 0 auto;
  }

  /* フッター */
  .footer_list {
        align-items: flex-start;
        background-color: var(--hitbox);
        display: flex
;
        flex: 0 0 auto;
        position: relative;
        width: 100%;
        flex-direction: column;
        gap: 32px;
  }
  .footer_link,
  .footer_link-2 {
    border: none;
    margin: 0 auto;
    width: 100%;
    padding: 16px 8px;
  }
  .footer_link_list {
align-items: center;
    display: flex
;
    gap: 16px;
    justify-content: flex-end;
    width: 90vw;
  }
  .contact_list {
    flex-direction: column;
  }
  .logo_wrap {
    width: 100%;
    max-width: 200px;
  }

  .research_SP {
   display: none;
  }
  .header {
    z-index: 100;
    /* position: fixed; */
  }
  #g-nav {
    display: none;
  }

  /* カテゴリー */
  .category-dropdown {
width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 16px;
        gap: 8px;
        border: 0px;
  }
  .red_wrap {
    position: relative;
  }
  .btn-red_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    cursor: pointer;
  }
  .category-item {
background-color: var(--u8ynp2);
        padding: 10px;
        color: var(--applecomnero) !important;
        font-size: 16px;
  }
  .rotate-180 {
    transform: rotate(180deg);
  }
  .btn-red_wrap {
    transition: all 0.5s ease; /* イージングをかけて */
  }
  .bg-white {
    background-color: #fff;
  }
  .red {
    color: var(--u8ynp2);
  }
	
	
  /* .btn-red {
    border: solid 0.5px var(--u8ynp2);
  }
	*/
	
	
  .text-1-1 {
    width: 100%;
  }
  .text-1-1 {
    width: 100%;
    line-break: anywhere;
    display: block;
    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
    line-break: strict; /* 禁則処理を厳格に適用 */
  }

  .point_sp {
    display: block;
    text-align: right;
    margin: 16px 0;
  }
  .point_sp .point-content {
    margin-left: 8px;
  }
	
.sp_recommend_viewed_container {
align-items: center;
        display: flex
;
        flex: 0 0 auto;
        flex-direction: column;
        gap: 56px;
        padding: 60px 0px;
        position: relative;
        width: 100%;
	}
	
	
	
	
	
	
.shopping_title {
    align-items: center;
    background-color: var(--hitbox);
    display: inline-flex
;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin-bottom: 50px;
}
	
	
.offer_viewed_container {
    align-items: center;
    background-image: url(../img/bg_spoffer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex
;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 56px;
    padding: 120px 0px;
    position: relative;
	width: 100%;	}
	
.sp_offer_banner_wrap {
    max-width: 90vw;
    align-items: center;
    background-color: var(--hitbox);
    display: inline-flex
;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 16px;
    position: relative;
    justify-content: center;
}	
	
.sp_offer_banner {
    width: 40vw;
}	
	
.sp_offer_wrap {
    max-width: 90vw;
    align-items: center;
    display: inline-flex
;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 32px;
    position: relative;
    justify-content: center;
}	
	
.sp_offer_box {
    width: 25vw;
    border: solid 3px;
    border-image: linear-gradient(150deg, rgba(229, 209, 139, 1), rgba(255, 255, 255, 1) 50%, rgba(229, 209, 139, 1)) 1;
    align-items: center;
    display: inline-flex
;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    position: relative;
    justify-content: center;
           padding: 16px;
        background-color: rgba(0, 0, 0, 0.5);
}	

	
.footer {
        align-items: center;
        background-color: var(--gray900);
        display: inline-flex
;
        flex: 0 0 auto;
        flex-direction: column;
        position: relative;
      width: 100%;
}	
	
.footer_main {
align-items: flex-start;
        background-color: var(--hitbox);
        display: flex
;
        flex: 0 0 auto;
        flex-direction: row;
        gap: 8px;
        justify-content: center;
        padding: 80px 40px 0px;
        position: relative;
        width: 100%;
        max-width: 980px;
	}
	
.right2_wrap {
    display: none
}	
	
.footer_menu_sp {
    display: flex;
}	

.mypattern {
width: 100%;
        max-height: 50vw;
        align-content: center;
        margin-top: 281px;
}	
	
.slick-track{
	display: flex;
	width: 100%;
}	
	
.slick-list{
	height: auto;
	display: flex;
}

.slick-slide{
	max-width: 680px;
	  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale( .75 );
	display: flex;
	
}
	
.slick-slide img {
  max-width:  680px !important;
	height: auto;
}
	
	.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
	
.footer_wrap {	
align-items: flex-start;
        background-color: var(--hitbox);
        display: inline-flex
;
        flex: 0 0 auto;
        flex-direction: column;
        padding: 0px 0px 60px;
        position: relative;
        width: 50vw;
	}
	
.right1_wrap {
    align-items: flex-end;
    display: flex
;
    gap: 16px;
    justify-content: flex-end;
    flex-direction: column-reverse;
}
	
.about-container {	
align-items: flex-start;
    background-image: url(../img/bg_gensen.jpg);
    background-repeat: no-repeat;
    background-position: center 150px;
    background-size: contain;
    display: flex
;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    padding: 50px 0px 60px;
    width: 100%;	
	}
	
	
	
	.about_img {
    background-image: url(../img/about_img.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: darken;
    height: 420px;
    padding: 16px;
		width: 80%;}

.about_wrap {
        align-items: flex-start;
        display: flex
;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 16px 0px;
        width: 100%;
        gap: 10px;
}
	
.about_logo {
    width: 180px;
    margin-left: 30px;
}	
	
	.slick-arrow:before{
	content:""!important;
}
	
	.scroll-y-image {
    position: fixed;
    bottom: 90px;
    right: 10px;
    display: none;
    width: 240px;
    height: auto;
		z-index: 500;}
	
	.youtube_btn img{
		width: 120px;
    text-align: right;
		padding-top: 10px;
     
		
	}		
	
	
		.youtube_bottom_btn{
width: 90%;
    z-index: 10;
    text-align: right;
    position: absolute;
    margin-top: -40px;
	}
	
.frame-10 {
    align-items: flex-start;
    background-color: var(--applecomnero)
    display: inline-flex;
    flex: 0 0 auto;
    gap: 9px;
    position: relative;
}	
	

.cart_wrap {
        align-items: center;
        background-color: var(--u8ynp2);
        display: flex
;
        flex: 0 0 auto;
        gap: 16px;
        padding: 4px 16px;
        position: relative;
        width: 200px;
        justify-content: space-around;
    
}	
	
.cart_main {
position: relative;
        max-width: 90%;
        display: flex
;
        gap: 50px;
        flex-direction: column;
    }
	
.container-md {
    max-width: 100%;
}	
	
    .notransform {
        transform: none;
    }	
.category_titlewrap{
	 width:110px;
}	
	
	
	
 /* 利用規約 */	
	
	.wc-container{
    position: relative;
    margin: 300px 0px 50px;
    padding: 0px 10px;
    width: 100%;
	background-image: url("../img/bg_wc-container_tb.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	    justify-content: center;
flex-direction: column;
	align-items: center;
}
	
.white-container{
	background-color: #fff;
	max-width:680px;
	width:100%;
	padding: 30px;
	box-shadow: 0px 0px 20px #ccc;
}

.wc-tittlecontainer{
	
	max-width:680px;
	width:100%;
	padding: 60px 0px 30px;
	
}

.wc-section-title{
	font-family: "Sawarabi Mincho", serif;
	background-color: #f2f2f2;
	width:100%;
	padding: 8px;
	margin: 20px 0px;
	font-size: 18px;
	letter-spacing:0.1em;
	color: var(--u8ynp2);
}

.wc-tittle{
	font-family: "Sawarabi Mincho", serif;
	font-size: 24px;
	letter-spacing:0.1em;
	line-height: 2em;
}

.wc-p {
	line-height: 1.4em;
	margin-bottom: 30px;
	font-weight: 300;
	width: 100%;

}

.wc-p-description p{
	padding-bottom: 1em;
	font-size: 14px;
}



.wc-p-description{
	margin: 10px 0px;
	font-size: 14px;
	line-height: 1.4em;
	
}


.underline{
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 3px solid #f2f2f2;
}
.underline::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 15%;
  height: 3px;
  background: #a71e2d;
}
	
	

	
	
.cart-t2 {
    width: 20% !important;
    text-align: center;
    font-size: 14px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
