/*
 Theme Name:   Storefront Child
 Theme URI:    https://example.com/storefront-child
 Description:  Storefront の子テーマ
 Author:       KWC
 Author URI:   https://kwc-s.com
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront-child
*/

/* ここにカスタムCSSを追加 */

/* Fonts */
:root {
  --default-font: sans-serif ,"Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: sans-serif;
  --nav-font: "Inter",  sans-serif;
}

body {
  font-family: serif;
  background-color: #fffbf8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  serif;
}

.pc-part{
  display: block;
}
.sp-part{
  display: none;
}

.product-description img{
	width: 100%;
	max-width: 900px;
}


.topslide{
	position: relative;
	background-color: #fffbf9;
}

.products-banner-wrap img{
	width: 100%;
	max-width: 900px;
	margin: 0px auto 20px;
	display: block;
}

.toptitle{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 150px;
	margin: auto;
	z-index: 9;
	color: #fff;
}
.toptitle h2{
	color: #fff;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}

.topslide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.topslide .swiper-slide {
  margin-right: 0 !important;
  box-sizing: border-box;
}
.giftslide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.giftslide .swiper-slide {
  margin-right: 0 !important;
  box-sizing: border-box;
}

.giftslidecon{
	overflow: hidden;
	border-radius: 15px;
}

.topgift-right h2, .topgift-right p{
	z-index: 5;
	position: relative;
}

.topgiftbg{
	position: relative;
}
.topgiftbg img{
	position: absolute;
	top: -60px;
	left: 100px;
	z-index: 0;
}

.topslide{
	padding-top: 0;
}

.scrolled .header {
    /*--background-color: rgb(19 94 50 / 85%);*/
    background-color:#5c0202;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.90;
}

.topscroll img{
	width: 80px;
}

.topcopy{
	letter-spacing: 0.3em;
	line-height: 2em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
.topcopy-mb{
	margin-bottom:35px;
}
.topcopy-mt{
	margin-top: 35px;
}
/*topabout*/
.about{
	background-image: url("img/topbg01.png");
	background-position: center center;
	background-size: 65%;
	background-repeat: no-repeat;
}

.about p,.topgift p{
	font-size: 1.3em;
}

.stats-bgcolor{
	background-color: #5c0202;
}
.section-title2{
	padding-bottom: 30px;
}
.section-title2 p {
    color:#5c0202;
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    font-family: serif;
}
.section-title2 h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    color: 
 color-mix(in srgb, var(--default-color), transparent 50%);
    position: relative;
}
.section-title2 h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #5c0202;
    margin: 4px 10px;
}

.topshoptitle{
	padding-top: 100px;
	padding-bottom: 100px;
}
.services .img {
    border-radius: 0;
    overflow: hidden;
}
.services .details {
    background: 
 color-mix(in srgb, var(--surface-color), transparent 5%);
    padding: 50px 30px;
    margin: initial;
    transition: all ease-in-out 0.3s;
    position: relative;
    text-align: center;
    border-radius: 0;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
    border: 3px solid var(--contrast-color);
}

.toonlineshop{
	padding: 30px 100px;
    border: solid 1px #5c0202;
    display: inline-block;
    margin: 50px auto;
    color: #5c0202;
    width: 70%;
}

.toonlineshopwrap{
	text-align: center;
}

.topnouentitle{
	position: relative;
}

.topnouentitle h2{
	position: absolute;
	top: 0;
	left: 0;
}

.topnewsbgcolor{
	background-color: #efefef;
}

.footer{
	background-color:#5c0202;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

.footer h4{
	color: #fff;
}

.footer .footer-links ul a{
	color: #fff;
}

/*アニメーション*/
.fuwafuwa {
    animation: shake-up 1.5s infinite ease-in-out;
}

@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

/*メディアクエリ*/

@media (max-width: 451px) {

	h2{
		font-size: 1.3em;
	}

	.topscroll img {
	    width: 50px;
	}
	.toptitle{
		bottom: 80px;
		text-align: center;
	}
	.about p, .topgift p {
	    font-size: 1em;
	}
	.about {
	    background-position: top center;
	    background-size: 90%;
	    background-repeat: no-repeat;
	}
	.about-left{
		position: relative;
		z-index: 9;
	}
	.about-right{
		position: relative;
	}
	.about-right img{
		position: absolute;
        bottom: -100px;
        right: 0;
        width: 200px;
        opacity: 0.6;
	}
	.topgiftbg img {
	    top: 0px;
	    left: 0px;
	    z-index: 0;
	}
	.section-title2 p{
		font-size: 1.3em;
	}
	.topshoptitle {
	    padding: 20px 50px 50px 50px;
	}
	.toonlineshop {
	    padding: 30px 100px;
	    border: solid 1px #5c0202;
	    display: inline-block;
	    margin: 20px auto;
	    color: #5c0202;
	    width: 100%;
	}
	.topnouentitle h2 {
	    position: absolute;
	    top: -50px;
	    left: 0;
	    padding: 0 20px;
	}
	.storefront-sorting {
	    padding: 10px;
	}
	.content-area{
		padding: 0 15px;
	}
	.tabegoro h3{
		font-size: 1.3em;
	}
	.pc-part{
      display: none;
    }
    .sp-part{
      display: block;
    }
    .sp-nav-social{
		display: inline-block!important;
	}

}

@media (max-width: 768px) {
    .pc-part{
      display: none;
    }
    .sp-part{
      display: block;
    }
    .navmenu a i{
		display: none!important;
	}
	.list-inline-item{
		display: block;
	}
	.sp-nav-social{
		display: inline-block!important;
	}
	h1.entry-title{
		font-size: 1.5rem!important;
		margin-bottom: 0!important;
	}

}
/* スマホ時はGridで2列＋1個目の特別扱いを無効化 */
@media (max-width: 767px) {
  /* ULをflex化して折り返し */
  ul.products{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important; /* すき間（任意） */
  }

  /* LIのfloat/clearを無効化して2列幅に */
  ul.products li.product{
    float: none !important;
    clear: none !important;
    width: calc(50% - 6px) !important; /* gap:12px の半分を引く */
    margin: 0 !important;              /* 余白はgapで管理 */
    box-sizing: border-box !important;
  }
	ul.products::before,
	ul.products::after {
	  content: none !important;
	  display: none !important;
	}
}





/*ストアフロント*/
.content-area, .widget-area{
	margin: auto!important;
}
.content-area{
	float: initial!important;
}
.otherhead{
	background-color:#5c0202;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 50px;
}
.otherhead2{
	background-color:#5c0202;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
}
.col-1, .col-2, .col-3, .col-4{
	float: initial!important;
	width: 100%!important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #6e1f1c;
  font-size: 3rem;
  z-index: 10;
  opacity: 0.7;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content: "";
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content: "";
}
.shop-cat{
	margin-bottom: 50px;
	padding: 10px;
}
.shop-cat a{
	color: #5c0202;
    border: solid 1px #5c0202;
    padding: 10px 30px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
}

.shop-news{
	margin-bottom: 50px;
	padding: 10px;
}

.news-title{
	font-size: 1.1rem;
	font-weight: bold;
}

.news-title span{
	font-size: 0.8rem;
	font-weight: normal;
	color: #aaa;
}

.news-archive-title{
	border-bottom: solid 1px #e4e4e4;
	padding: 10px 0;
}
.news-archive-title span{
	font-size: 0.8rem;
}
.shop-news-single{
	border-bottom: solid 1px #e4e4e4;
	margin-bottom: 20px;
}

.shop-news-itranhe{
	text-align: center;
    margin: 0 auto;
    display: table;
    padding: 10px 30px;
    border: solid 1px #5c0202;
    color: #5c0202;
}



.main-swiper {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.thumb-swiper {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0;
  box-sizing: border-box;
}

.thumb-swiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #333;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-product-left{
	padding:0 20px;
}
.single-product-right{
	padding:0 20px;
}

/*#primary.content-area {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}*/

.product-d-p{
	display: block;
	border-bottom: solid 1px #5c0202;
	padding: 20px;
	padding-left: 0;
	color: #5c0202;
}

.single_add_to_cart_button{
	background-color: #5c0202!important;
	margin-top: 30px;
	padding: 20px 60px;
}

.contact,.oshirase{
	padding-top: 10px !important;
}



h1.entry-title{
    color: #5c0202;
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    font-family: serif;
    margin-bottom: 30px;
}

.out-of-stock-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: not-allowed;
}




a:focus{
	outline: initial;
}

.zeikomikakaku{
	font-size: 1em!important;
	color: brown!important;
}

.entry-summary .price{
	margin-bottom: 0.5em;
}
ul.products li.product .price{
	margin-bottom: 0.5em!important;
}

.free-shipping-icon{
	color: green;
    border: solid 1px green;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.free-shipping-icon-wrap{
	margin-bottom: 0!important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
	background-color: #5c0202!important;
}

.wc-block-components-button:not(.is-link){
	background-color: #5c0202!important;
}

.wpcf7-submit{
	background-color: #5c0202!important;
    width: 60%;
    height: 2rem;
    margin: 0 auto;
    display: block!important;
    color: #fff!important;
}

.instagram-feed-top{
	margin-bottom: 50px!important;
}
.instagram-feed-top h2{
	border-bottom: solid 1px #e4e4e4;
    padding-bottom: 20px;
}


.satumaimopound{
  background-image: url(img/imopoundlp-bg.webp);

  /* 必要なら */
  background-repeat: no-repeat;
  background-size: cover;
}

.satumaimopound img{
	width: 100%;
	max-width: 1920px;
	margin: auto;
	display: block;
}

.bg-wh{
	background-color: #fff;
}

.satumaimopound .bg-wh{
	padding: 30px 0;
	color: #9a4f00;
}
.satumaimopound .bg-wh h4{
	color: #9a4f00;
}

.satumaimopound .bg-wh a{
    padding: 10px;
    background-color: #9a4f00;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.ctabtn-cake01{
	font-family: serif;
	width: 100%;
    font-size: 2rem;
    color: #fff;
    border-radius: 10px;
    position: relative;
    bottom: 100px;
      /* フォールバックカラー */
  background-color: #F5AB24;

  /* 上が明るく、下が少し濃いオレンジのグラデーション */
  background-image: linear-gradient(
    180deg,         /* 上 → 下 */
    #F5AB24 0%,     /* 明るいオレンジ（上） */
    #E9A81F 40%,    /* 中間 */
    #CA790F 100%    /* 濃いオレンジ（下） */
  );

  /* 必要なら */
  background-repeat: no-repeat;
  background-size: cover;
}

.ctabtn-cake02{
	font-family: serif;
	width: 100%;
    font-size: 2rem;
    color: #d86f00;
    border-radius: 10px;
      /* フォールバックカラー */
  background-color: #fff;
}

.relative{
	position: relative;
}
.ctabtn-cake03{
	font-family: serif;
	width: 100%;
    font-size: 2rem;
    color: #d86f00;
    border-radius: 10px;
    position: absolute;
    bottom: 50px;
      /* フォールバックカラー */
  background-color: #fff;
}

@media (max-width: 767px) {
	.ctabtn-cake01{
	    bottom: 30px;
	    font-size: 1.2rem;
	}

	.ctabtn-cake02{
	    font-size: 1.2rem;
	}

	.relative{
		position: relative;
	}
	.ctabtn-cake03{
	    font-size: 1.2rem;
	    bottom: 30px;
	    position: relative;
	}
	.bg-wh{
		font-size: 70%;
	}
	.satumaimopound .container{
		padding: 0 10%;
	}
}

