/* カスタマイズ用CSS */

/*フォントの変更*/
div, h1, h2, h3, h4, h5, p, a, ul, li, span {
  /*font-family:serif !important;*/
  font-family: "Kiwi Maru", serif !important;
  font-weight: 400;
  font-style: normal;
}

/*リンク付きは半透明に*/
a:hover{
    opacity: 0.7;
    transition: 0.25s ease-in;
}

.ec-productRole__description{
    line-height: 2;
}

/*フォントカラー*/
.f-green{
  color: #28A01E !important;
}

.ec-progress .is-complete .ec-progress__label{
    color: #968C78;
}

/*ボタンの色変更*/
.ec-blockBtn--top,.ec-inlineBtn--top,.ec-blockBtn--action,.ec-inlineBtn--action{
    background: #968C78;
    border: #968C78;
    transition: 0.25s ease-in;
}

.ec-blockBtn--top:hover,.ec-inlineBtn--top:hover,.ec-blockBtn--action:hover,.ec-inlineBtn--action:hover{
    background: #968C78;
    border: #968C78;
    transition: 0.25s ease-in;
}

.ec-blockBtn--top:active,.ec-inlineBtn--top:active,.ec-blockBtn--action:active,.ec-inlineBtn--action:active{
    background: #968C78;
    border: #968C78;
    transition: 0.25s ease-in;
}

.ec-blockBtn--top:focus,.ec-inlineBtn--top:focus,.ec-blockBtn--action:focus,.ec-inlineBtn--action:focus{
    background: #968C78;
    border: #968C78;
    transition: 0.25s ease-in;
}

.zen-kaku-gothic-antique-light {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-antique-regular {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-antique-medium {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-antique-bold {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-antique-black {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 900;
  font-style: normal;
}

.ec-progress .is-complete .ec-progress__number {
    background: #968C78;
}

/*ヘッダー*/
.ec-layoutRole__header{
  /*background: #FFF0DC;  */
}
.ec-headerLogo{
    width: 150px;
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
}

.ec-headerLogo_sp{
    width: 150px;
    display: block;
}

.ec-headerLogo_sp img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .ec-headerNav__item__pc_only{
        display: none !important;
    }
    .ec-headerLogo{
        display: none;
    }
}

.ec-headerNaviRole{
    align-items: flex-start;
}

@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-headerNaviRole {
        padding-bottom: 20px;
    }
}

/*スライダー*/
.ec-sliderRole{
    /*max-width: 500px;   */
     padding-left: 0px;
     padding-right: 0px;
     position: relative;
}

@media only screen and (max-width: 767px){
    .ec-sliderRole{
     margin-bottom: 44px;
    }
}

.ec-layoutRole{
    overflow-x: hidden;
}

/*PC版ナビゲーションのレイアウト修正*/
@media only screen and (min-width: 1280px){
    .ec-layoutRole__header{
        height: 0;
    }
    .ec-headerNaviRole__right{
        width: fit-content !important;
        position: fixed;
        left: 12px;
        top: 200px;
        flex-direction: column;
        padding-top: 0 !important;
    }
    .ec-headerNav{
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        margin-bottom: 12px;
    }
    .ec-cartNaviIsset{
        left: 0;
    }
    
    /*基本レイアウトも変更*/
    body{
        margin-top: 100px;
        background-color: #fff;
    }
    .ec-layoutRole .ec-layoutRole__contents{
        margin-right: 0 !important;
        margin-left:0px !important;
        max-width: 100%;
        padding-left: 190px;
    }
    .ec-sliderRole{
        max-width: 1100px !important;
        width: 100% !important;
    }
    .ec-cartNaviNull{
        right: initial;
        left: 0;
    }
    .ec-headerNav .ec-headerNav__item{
        margin-block: 12px;
    }
}

/*NEWS*/
/*.ec-newsRole{*/
/*    margin-bottom: 100px;*/
/*}*/

/*スライダー下*/
@media only screen and (min-width: 768px) {
    /*.ec-newsRole{*/
    /*    margin-bottom: 200px;*/
    /*}*/
}

/*footer*/
.ec-footerRole{
    background: #968C78;
}
.ec-footerNavi .ec-footerNavi__link a{
    border-bottom: 1px solid #fff;
}

/*トップへ戻るボタン*/
.ec-blockTopBtn{
    background: #28A01E;
}


/*スライダー下*/
@media only screen and (min-width: 768px) {
    .ec-eyecatchRole {
        margin-top: 200px;
        /*margin-bottom: 100px;*/
    }
}

/*SPNAV*/
.ec-drawerRole{
    background: #968C78;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
    background: #968C78;
}


/*
*佐々木農産について
*/

/*メインビジュアル*/
.mv {
  padding-top: 91px;
  padding: 91px 50px 0 50px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  position: relative;
}
.mv .mv-text {
  width: 49.84375%;
  position: relative;
  z-index: 1;
}
.mv .mv-text img {
  width: 100%;
  height: auto;
}
.mv .mv-sub-text {
  font-size: 20px;
  line-height: 2;
  color: #ffffff;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.mv .mv-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1200px) {
  .mv {
    background-attachment: initial;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 60px 50px 0 50px;
    height: 100vh;
    background-position: center;
  }
  .mv .mv-text {
    width: 100%;
  }
  .mv .mv-sub-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 50px;
  }
}

/*共通*/
/*container*/
.container {
  width: calc(1653 / 1920 * 100%);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(787 / 867 * 100%);
  }
}
@media screen and (max-width: 500px) {
  .container {
    width: calc(450 / 500 * 100%);
  }
}

section .section-inner {
  position: relative;
}
section .section-inner_2 {
  width: 85%;
  margin: 0 auto;
}
section .section-title {
  width: 40%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
section .section-title img {
  width: 100%;
  height: auto;
}
section .section-title-show {
  transition: 0.25s ease-in;
  opacity: 1;
}
section .section-title-show span {
  opacity: 0;
}
section .section-des {
  margin: 50px 0 80px 0;
  line-height: 1.75;
}
section .section-img-area {
  width: 54.6875%;
  position: relative;
  padding-top: 58.28125%;
  overflow: hidden;
}
section .section-img-area .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section-img-area .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section h2 {
  font-size: 35px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.19em;
}
section h3 {
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.5;
}
section p, section a, section li, section td {
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  section .secion-title_2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  section .secion-title_2::after {
    width: 30px;
    height: 4px;
    bottom: -15px;
  }
  section .section-title_3 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #28A01E;
  }
  section .section-sub-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #28A01E;
  }
  section .section-des {
    margin: 30px 0 40px 0;
  }
  section h2 {
    font-size: 24px;
    font-weight: 500;
  }
  section h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  section p, section a, section td, section li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section .section-title {
    width: 80%;
  }
  section .section-img-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    padding-top: 150px;
  }
  section .section-img-area .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
  section .section-text-area {
    padding: 20px 30px 0 30px;
    width: 100%;
  }
  section .section-text-area .section-title {
    height: 150px;
  }
}


/*三つのこだわり*/
/*3つのこだわりセクション*/
.kodawari {
  padding: 100px 0 0px 0;
  margin-bottom: -10%;
}
.kodawari .container .section-title {
  margin-bottom: 75px;
}
.kodawari .container .section-title .section-ilst {
  position: absolute;
  right: -47%;
  top: -100%;
  width: 45%;
}
.kodawari .container .section-title .section-ilst img {
  width: 100%;
  height: auto;
}
.kodawari .container .kodawari-lists .kodawari-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kodawari .container .kodawari-lists .kodawari-list:nth-child(2) {
  transform: translateY(-20%);
}
.kodawari .container .kodawari-lists .kodawari-list:nth-child(3) {
  transform: translateY(-40%);
}
.kodawari .container .kodawari-lists .kodawari-list .kodawari-list_img {
  width: 40%;
}
.kodawari .container .kodawari-lists .kodawari-list .kodawari-list_img img {
  width: 100%;
  height: auto;
}
.kodawari .container .kodawari-lists .kodawari-list .kodawari-list_text-area {
  padding-left: 5%;
  width: 50%;
}
.kodawari .container .kodawari-lists .kodawari-list .kodawari-list_text-area:nth-child(1) {
  padding-left: 0;
  padding-right: 5%;
}
.kodawari .container .kodawari-lists .kodawari-list .kodawari-list_text-area .kodawari-list_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #28A01E;
}
.kodawari .container .kodawari-lists .kodawari-list .kodawari-list_text-area .kodawari-list_desc {
  /*color: #28A01E;*/
}

@media screen and (max-width: 1200px) {
  .kodawari {
    padding: 100px 0 50px 0;
    margin-bottom: 0%;
  }
  .kodawari .container .kodawari-lists .kodawari-list {
    margin-bottom: 30px;
  }
  .kodawari .container .kodawari-lists .kodawari-list:nth-child(2) {
    transform: translateY(0%);
  }
  .kodawari .container .kodawari-lists .kodawari-list:nth-child(3) {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .kodawari .container .section-title {
    margin-bottom: 75px;
  }
  .kodawari .container .section-title .section-ilst {
    right: 0%;
    top: -80px;
    width: 80px;
  }
  .kodawari .container .kodawari-lists .kodawari-list {
    flex-direction: column;
  }
  .kodawari .container .kodawari-lists .kodawari-list .kodawari-list_img {
    width: 65%;
    margin-bottom: 15px;
  }
  .kodawari .container .kodawari-lists .kodawari-list .kodawari-list_text-area {
    padding-left: 0;
    width: 100%;
  }
  .kodawari .container .kodawari-lists .kodawari-list .kodawari-list_text-area:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
  .kodawari .container .kodawari-lists .kodawari-list .kodawari-list_text-area .kodawari-list_title {
    font-size: 24px;
  }
  .kodawari .container .kodawari-lists .kodawari-list:nth-child(2) .kodawari-list_img {
    order: 1;
  }
  .kodawari .container .kodawari-lists .kodawari-list:nth-child(2) .kodawari-list_text-area {
    order: 2;
  }
}

/*ご挨拶セクション*/
.greeting {
  padding: 100px 0 75px 0;
}
.greeting .container .section-title {
  width: 20%;
  margin-bottom: 50px;
}
.greeting .container .greeting-inner {
  display: flex;
}
.greeting .container .greeting-inner .greeting-main {
  width: 50%;
  color: #28A01E;
  font-size: 36px;
  position: relative;
  line-height: 2;
}
.greeting .container .greeting-inner .greeting-main .section-ilst {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20%;
}
.greeting .container .greeting-inner .greeting-main .section-ilst img {
  width: 100%;
  height: auto;
}
.greeting .container .greeting-inner .greeting-desc {
  width: 50%;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .greeting .container .greeting-inner {
    flex-direction: column;
  }
  .greeting .container .greeting-inner .greeting-main {
    width: 100%;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .greeting .container .greeting-inner .greeting-main .section-ilst {
    width: 100px;
    bottom: 0;
    right: 0;
  }
  .greeting .container .greeting-inner .greeting-desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .greeting .container .section-title {
    width: 40%;
  }
  .greeting .container .greeting-inner .greeting-main {
    font-size: 28px;
  }
  .greeting .container .greeting-inner .greeting-main .section-ilst {
    width: 80px;
  }
}


.contract_farmers {
  background-color: #FFF0DC;
  padding: 100px 0 75px 0;
}
.contract_farmers .container .section-title {
  margin-bottom: 50px;
}
.contract_farmers .container .section-title .section-ilst {
  position: absolute;
  right: -70%;
  top: -170%;
  width: 40%;
}
.contract_farmers .container .section-title .section-ilst img {
  width: 100%;
  height: auto;
}
.contract_farmers .container .farmers_lists {
  display: flex;
}
.contract_farmers .container .farmers_lists .farmers_list {
  width: 22%;
  margin: 0 2%;
  list-style: none;
}
.contract_farmers .container .farmers_lists .farmers_list:nth-child(0) {
  margin-left: 0;
}
.contract_farmers .container .farmers_lists .farmers_list:nth-child(2) {
  animation-delay: 0.25s;
}
.contract_farmers .container .farmers_lists .farmers_list:nth-child(3) {
  margin-right: 0;
  animation-delay: 0.5s;
}
.contract_farmers .container .farmers_lists .farmers_list:nth-child(4) {
  margin-right: 0;
  animation-delay: 0.75s;
}
.contract_farmers .container .farmers_lists .farmers_list .farmers_list_img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  margin-bottom: 15px;
}
.contract_farmers .container .farmers_lists .farmers_list .farmers_list_img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contract_farmers .container .farmers_lists .farmers_list .farmers_list_img .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contract_farmers .container .farmers_lists .farmers_list .farmers_name {
  color: #28A01E;
  font-weight: bold;
}
.contract_farmers .container .farmers_lists .farmers_list .farmers_locate {
  color: #28A01E;
}
.contract_farmers .container .farmers_lists .farmers_list .bar {
  width: 30%;
  height: 2px;
  background-color: #28A01E;
  margin: 10px 0;
}
.contract_farmers .container .farmers_lists .farmers_list .vegetable_list p {
  /*color: #28A01E;*/
}

@media screen and (max-width: 1200px) {
  .contract_farmers .container .section-title .section-ilst {
    right: -70%;
  }
}
@media screen and (max-width: 767px) {
  .contract_farmers .container .section-title .section-ilst {
    position: absolute;
    right: 0;
    top: -100px;
    width: 80px;
  }
  .contract_farmers .container .farmers_lists {
    flex-direction: column;
    padding-left: 0;
  }
  .contract_farmers .container .farmers_lists .farmers_list {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .contract_farmers .container .farmers_lists .farmers_list:nth-child(0) {
    margin-left: 0;
  }
  .contract_farmers .container .farmers_lists .farmers_list:nth-child(2) {
    animation-delay: 0;
  }
  .contract_farmers .container .farmers_lists .farmers_list:nth-child(3) {
    margin-right: 0;
    animation-delay: 0;
  }
  .contract_farmers .container .farmers_lists .farmers_list:nth-child(4) {
    margin-right: 0;
    animation-delay: 0;
  }
}

.ec-cartRow__name a{
    color: #968C78;
}

/*google map*/
.google-map .map-wrap {
  margin:0 auto;
  width: 80%;
  padding-top: 512px;
  position: relative;
}
.google-map .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*アニメーション*/
@keyframes fadeIn {
    0%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

.fade-content{
    transform: translateY(50px);
    opacity: 0;
}
.fade-content-active{
    animation: fadeIn 2s forwards;
}

@keyframes fadeInLeft {
    0%{
        opacity: 0;
        transform: translateX(50px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

.fade-left{
    transform: translateX(50px);
    opacity: 0;
}
.fade-left-active{
    overflow: hidden;
    animation: fadeInLeft 1s forwards;
}

@keyframes fadeRight {
    0%{
        opacity: 0;
        transform: translateX(-50px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}
.fade-right{
    transform: translateX(-50px);
    opacity: 0;
}
.fade-right-active{
    overflow: hidden;
    animation: fadeRight 1s forwards;
}

header{
    z-index: 9999 !important;
}

.ec-cartNaviIsset.is-active{
    height: 500px;
    overflow-y: scroll;
}

@media screen and (max-width: 1280px) {
    .ec-headerRole__cart{
        order: 2 !important;
    }
    .ec-headerNaviRole{
        display: block !important;
        width: 100% !important;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right{
        width: 100% !important;
    }
}

.buy_layout_table {
			background: white;
			border-radius: 12px;
			box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			overflow: hidden;
			max-width: 1200px;
			margin: 0 auto;
		}

		table {
			width: 100%;
			border-collapse: collapse;
			font-size: 14px;
			line-height: 1.6;
		}

		.table-header {
			background: linear-gradient(135deg, #28A01E 0%, #28A01E 100%);
			color: white;
		}

		.table-header th {
			padding: 16px 24px;
			text-align: left;
			font-weight: 600;
			font-size: 15px;
			letter-spacing: 0.5px;
		}

		.table-row {
			transition: background-color 0.2s ease;
		}

		.table-row:hover {
			background-color: #f8f9ff;
		}

		.table-row:nth-child(even) {
			background-color: #fafbfc;
		}

		.table-row td {
			padding: 18px 24px;
			border-bottom: 1px solid #e5e7eb;
			vertical-align: top;
		}

		.table-row:last-child td {
			border-bottom: none;
		}

		.sales-type {
			display: inline-block;
			background: linear-gradient(135deg, #28A01E 0%, #28A01E 100%);
			color: white;
			padding: 8px 16px;
			border-radius: 20px;
			font-weight: 600;
			font-size: 13px;
			letter-spacing: 0.3px;
		}

		.quantity {
			font-weight: 700;
			font-size: 16px;
			color: #1f2937;
		}

		.specification {
			color: #6b7280;
			font-size: 13px;
			line-height: 1.5;
		}

		.feature {
			color: #374151;
			font-size: 13px;
			line-height: 1.5;
		}

		.icon {
			display: inline-block;
			width: 8px;
			height: 8px;
			background: #10b981;
			border-radius: 50%;
			margin-right: 8px;
		}

		@media(max-width: 768px) {
			.buy_layout_table {
				margin: 0 10px;
				border-radius: 8px;
			}

			table {
				font-size: 12px;
			}

			.table-header th {
				padding: 12px 16px;
				font-size: 13px;
			}

			.table-row td {
				padding: 14px 16px;
			}

			.sales-type {
				padding: 6px 12px;
				font-size: 12px;
			}

			.quantity {
				font-size: 14px;
			}
		}
		
		
		.youtube-wrap{
		    position: relative;
		    padding-top: calc(9 / 16 * 100%);
		    /*max-width: 500px;*/
		    width: 100%;
		    margin: 24px auto;
		}
		.youtube-wrap iframe{
		    position: absolute;
		    top: 0;
		    left: 0;
		}
		
		
.ec-newItemRole .ec-newItemRole__listItem{
    width: 80%;
    margin: 0 auto 60px auto;
    margin-right: auto !important;
}

@media only screen and (min-width: 768px) {
    .ec-newItemRole .ec-newItemRole__listItem {
        width: 36%;
    }
}

@media only screen and (min-width: 768px) {
    .ec-newItemRole .ec-newItemRole__list {
        flex-wrap: wrap;
    }
}

.ec-sliderRole .under_img{
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    max-width: 300px;
    width: 100%;
}

.ec-sliderRole .under_img img{
    width: 100%;
    height: auto;
}

.ec-sliderRole .under_img.left{
    left: 0;
}

.ec-sliderRole .under_img.right{
    right: 0;
}

@media only screen and (max-width: 768px) {
    .ec-headerNaviRole .ec-headerNaviRole__right {
        position: fixed !important;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 12px 0;
        justify-content: center;
    }
    .ec-headerNaviRole .ec-headerNaviRole__nav a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ec-headerNav .ec-headerNav__itemLink{
         display: block;
         padding: 0 12px;
    }
    .ec-headerNav .ec-headerNav__itemLink{
        font-size: 8px;
        margin-top: 4px;
    }
    .ec-cartNavi{
        padding: 6px 0 0 20px;
    }
    .ec-cartNavi .ec-cartNavi__price{
        display: block;
        font-size: 8px;
        margin-top: 2px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right{
        box-shadow: 0px 0px 13px -5px #777777;   
    }
}

.f-green {
    color: #2e7d32;
}
.shorts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.shorts-grid iframe {
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shorts-grid iframe:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ローディング表示 */
.loading {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 1.1rem;
}

.loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-top: 2px solid #2e7d32;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* エラー表示 */
.error {
    text-align: center;
    padding: 40px;
    color: #d32f2f;
    font-size: 1.1rem;
    background-color: #ffebee;
    border-radius: 8px;
    border: 1px solid #ffcdd2;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) { /* タブレット */
    .shorts-grid {
        grid-template-columns: repeat(3, 1fr); /* タブレット: 3列 */
        gap: 18px;
    }
}

@media (max-width: 600px) { /* スマホ */
    .shorts-grid {
        grid-template-columns: repeat(2, 1fr); /* スマホ: 2列 */
        gap: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-categoryRole .ec-categoryRole__listItem {
        width: 30%;
    }
}

.ec-categoryRole .ec-categoryRole__list {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
        margin-right: 0px;
    }
}

.free_ship_img{
    width: 98%;
    margin: 0 auto;
    max-width: 800px;
}
.free_ship_img img{
    width: 100%;
    height: auto;
}


/* 送料無料バッジのスタイル */
.ec-price-with-freeshipping {
    position: relative;
    display: inline-block;
}

.ec-price-with-freeshipping::after {
    content: "送料無料";
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3);
    white-space: nowrap;
    line-height: 1;
    transform: scale(0.95);
    animation: freeshipping-pulse 2s infinite;
}

@keyframes freeshipping-pulse {
    0%, 100% { transform: scale(0.95); }
    50% { transform: scale(1); }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .ec-price-with-freeshipping::after {
        /*position: static;*/
        /*display: inline-block;*/
        /*margin-left: 8px;*/
        /*transform: none;*/
        /*animation: none;*/
    }
}

.ec-categoryRole{
    background: transparent;
}

.ec-eyecatchRole .ec-eyecatchRole__introDescription{
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .ec-eyecatchRole .ec-eyecatchRole__introDescription {
        font-size: 16px;
    }
}

.ec-newsRole .ec-newsRole__newsTitle{
    font-weight: normal;
}

.voice_slide img{
    width: 100px;
}