﻿body{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
#main .breadcrumb a {
    color: #83838f;
	text-decoration: none;
}
#main #catchCopy{
	margin-top: 10px;
}
.title {
	background-image: url("../img/title_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 46.5vw;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
h1 {	
	color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 8vw;
    letter-spacing: 0.05em;
    /* text-shadow: 1px 1px 2px rgba(10,10,10,0.7); */
    text-shadow: 1px 1px 10px #000000;
	padding: 20px;
	background-color: rgba(0,0,0,0.3);
}
h2,h3,h4{
	font-weight: bold;
}
#main .h2kome{
	color: #e5002d;
	font-size: 0.6em;
	margin-left: 10px;
}

#main .left-red {
    border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
}
#main .left-red span{
	font-size: 0.8em;
	display: block;
}

#main .pc-only{
	display: none;
}
#main .sp-only{
	display: block;
}
#main nav {
    margin: 0 10px;
}
#main section{
	margin-bottom:60px;
}
#main img{
	width: 100%;
	height: auto;
}

#main .limited-time{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .limited-time--image-area{
	width: 100%;
	margin-bottom: 10px;
}
#main .limited-time--text-area{
	width: 100%;
}
#main .limited-time--text-area table{
	width: 100%;
	margin-bottom: 10px;
}
#main .limited-time--text-area table th,
#main .limited-time--text-area table td{
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	border: 1px solid #333;
}
#main .limited-time--text-area table th{
	background-color: #ffc000;
}
#main .important{
	color: #E5002D;
}

#main .slider-box {
	overflow-x: scroll;
}
#main .slider-box ul{
	display: flex;
    flex-wrap: wrap;
    width: calc((270vw + 20px) - 2vw);
}
#main .slider-box li{
	width: 21vw;
    padding: 2vw;
    border: 1px solid #ccc;
    margin-right: 2vw;
    margin-bottom: 2vw;
}
#main .slider-box li:nth-child(10n){
	margin-right: 0;
}
#main .slider-box li p{
	text-align: center;
	font-size: 2.5vw;
	margin-top: 5px;
}
#main p.scrolltxt {
    color: #E00012;
    font-weight: bold;
    margin: 15px 0 40px 0;
    text-align: left;
}
#main p.scrolltxt span {
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box;
    display: inline-block;
}

#main .cultivation{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .cultivation--block{
	width: 100%;
	margin-top: 20px;
}
#main .cultivation--block:first-child{
	margin-top: 0;
}
#main .cultivation--block h4{
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .feature-hdg4{
	font-size: 1.15em;
	font-weight: bold;
	margin: 30px 0 10px;
}

#main .green-curtain{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#main .green-curtain--image-area{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 10px;
}
#main .green-curtain--text-area{
	width: 100%;
}
#main .lead-text{
	text-align: justify;
}




/* ----sp  h2 見出し---- */
#main .feature-hdg2 {
position: relative;
padding-bottom: 1.25rem;
border-bottom: 3px solid #B6B6B6;
font-size: 1.5rem;
margin-top: calc(60px - 0.6rem);
margin-bottom: calc(45px - 0.75rem);
line-height: 1.2; 
}
#main .feature-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
}
/* -- sp  h2 見出し end --  */


/* ----sp  h2 見出し 補足（リード文）---- */
#main .lead-text {
font-size: 0.95em;
line-height: 1.5;
margin-bottom: 0.6em;
}
/* -- sp  h2 見出し 補足（リード文） end --  */


/* ----sp  h3 見出しデフォルト---- */
#main .feature-hdg3 {
font-size: 1.25rem;
margin-top: calc(50px - 0.6rem); 
margin-bottom:calc(30px - 0.75rem); 
padding-bottom: 0.5rem;
line-height: 1.3;  
}
/* ----sp  h3 見出し　中央---- */
#main .feature-hdg3.secondary {
text-align: center;
}
/* ----sp  h3 見出し　マーカー風---- */
#main .feature-hdg3.tertiary {
position: relative;
text-align: center;
}
/*グレーのマーカー*/
#main .feature-hdg3.tertiary .marker-gray {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ddd );  
}
/*青色のマーカー*/
#main .feature-hdg3.tertiary .marker-blue {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #c4ebfa );  
}
/*黄色のマーカー*/
#main .feature-hdg3.tertiary .marker-yellow {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f9ff52 );  
}
/* -- sp  h3 見出し end --  */
/* ----sp  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
#main .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
#main .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
#main .menu-btn-list li:last-child {
margin-bottom: 0 
} 
#main .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .banner-list li {
margin-bottom: 1rem;
}
.banner-list li:last-child {
 margin-bottom: 0 
}
.banner-list p {
margin-top: 0.5rem;
line-height: 1.3; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
#main .feature__items li:first-child {
margin-top: 0 
}
#main .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 12px 8px 12px 12px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
#main .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
#main .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
#main .feature__items li a .feature__items--txt{
width: 76%;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
}
#main .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
#main .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 8px 5px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 11px;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */

#main .ranking{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#main .ranking .ranking--block{
	width: 100%;
	margin-top: 30px;
}
#main .ranking .ranking--block .goods-list-cart{
	margin-top: 10px;
	width: 100%;
}
#main .ranking .ranking--block .goods-list-cart a{
	text-decoration: none;
}
#main .ranking .ranking--block:first-child{
	margin-top: 0;
}
#main .ranking .ranking--block p{
	font-size: 0.9em;
	line-height: 1.3;
	text-align: justify;
	margin-top: 10px;
}

#main .ranking .ranking--flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
#main .ranking .ranking--images{
	width: 60px;
	margin-right: 10px;
}

#main .ranking .ranking--series{
	width: calc(100% - 70px);
	font-size: 1.0em;
	line-height: 1.3;
	font-feature-settings: "palt" 1;
}
#main .ranking .ranking--series span{
	font-size: 1.5em;
	font-weight: bold;
}
#main .default-btn, #main .orange-btn, #main .red-btn, #main .blue-btn, #main .mustard-btn {
    color: #fff;
}
#main .bnr_container {
	margin: 0 10px;
}