/*
Theme Name: agrishare
Version：1.0
*/

@charset "UTF-8";

html {
  font-size: 100%;
  box-sizing: border-box;
}
body {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
a {
  color: #333333;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ===========================================
共通
=========================================== */
.container {
  max-width: 1105px;
  padding: 0 20px;
  margin: 0 auto;
}
.small-container {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
.main_inner {
  display: flex;
  justify-content: space-between;
}
/*タイトル*/
.site-title {
  width: 195px;
}
.section-title {
  font-size: 1.875rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.section-title span {
  display: block;
  font-size: 0.75rem;
  margin-top: 15px;
}
.section-title br {
  display: none;
}
.section-title .product-group_title {
  display: inline;
  font-size: 1.25rem;
  margin-left: 50px;
  position: relative;
}
.section-title .product-group_title::before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 2px;
  background-color: #333333;
}
.section-title .product-group_title::after {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 2px;
  background-color: #333333;
}
.center {
	text-align: center;
}
.vertical {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;  /* Chrome、Safari用 */
  -moz-writing-mode: vertical-rl;     /* Firefox用 */
}
.page-title {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
.page-title .en {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.page-title .ja {
  display: block;
  font-size: 3.125rem;
  font-family: 'Noto Serif JP', serif;
}
.page-title .ja .bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
}
.page-title .ja .light {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
}
.content_title {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 60px;
}
.content_title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #333333;
}
.back-gray {
  background-color: #eeeeee;
}

/*サイドバー*/
.sidebar {
  width: 250px;
}
.sidebar_item {
  padding: 50px 0;
  border-bottom: 1px solid #dddddd;
}
.sidebar_item:first-of-type {
  padding-top: 0;
}
.sidebar_item:last-of-type {
  border-bottom: none;
}
.sidebar-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 40px;
}
.sidebar-title img {
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-right: 5px;
}
.sidebar_list li {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.sidebar_list li.active,
.sidebar_list-item:hover{
	font-weight: 700;
}
.sidebar_list li:last-of-type {
  margin-bottom: 0;
}
.main-contents  {
  width: calc(100% - 250px - 30px);
}

/*ページャー*/
.wp-pagenavi {/* 全体 */
	 text-align: center;
    font-size: 1.25rem;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.wp-pagenavi a {/* フォント色 */
    color: #333333;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 10px;
    display: inline-block;
    border: solid 1px #333333;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    background: #333333;
    color: #ffffff;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	 margin: 0 10px;
    display: inline-block;
    border: solid 1px #333333;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	background: #333333;
   color: #ffffff;
}

/*個別ページのページャー*/
.postLinks {
	text-align: center;
}
.postLinks a {
	margin: 0 15px;
    display: inline-block;
    border: solid 1px #333333;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	background: #333333;
   color: #ffffff;
	font-size:1.25rem;
}
.postLinks a.archive-text {
	border: none;
	width:80px;
	height: 50px;
    line-height: 50px;
    text-align: center;
	background: #00000000;
	font-size: 0.875rem;
	font-weight: 500;
	color: #333333;
	white-space: nowrap;
}

/*ボタン*/
.button {
  display: block;
  width: 180px;
  padding: 15px 0;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.button.sp {
  display: none;
}
.button.tb {
  display: none;
}

/*ボタン2*/
.button2 {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 0.75rem;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.button2.white3 {
  color: #333333;
}
.button2 span {
  color: #ff1a00;
  margin-right: 15px;
}

/*カラー*/
.black {
  background-color: #333333;
}
.black2 {
  background-color: #222222;
}
.gray {
  background-color: #777777;
}
.white {
  background-color: #ffffffCC;
}
.white2 {
  background-color: #f5f5f5;
}
.white3 {
  background-color: #ffffff;
}
.navy {
  background-color: #444969;
}
.khaki {
  background-color: #1c5c2e;
}
.red {
  background-color: #be2210;
}

/*slickスライダー(slide_rl1)
------------------------------------------- */
.slide_item1 {
  width: 100%;
  margin: 0 25px 40px;
}
.slide_item1-title {
  font-size: 1.25rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 15px;
}
.slide_item1-title span {
  font-size: 2.5rem;
  margin-right: 20px;
}
.slide_item1 img{
  width: 100%;
  height: 615px;
  object-fit: cover;
}

/*slickスライダー(slide_rl2)
------------------------------------------- */
.slide_item3 {
  width: 100%;
  margin-bottom: 145px;
}
.slide_item3 img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/*ドット→サムネイル（非アクティブ：少し暗くする）*/
.slide_rl2 .slick-dots li:nth-of-type(1) button:before{
  background: url("img/concept-slide1@2x.jpg") no-repeat;
  background-size: cover;
  opacity: .9;
  filter: brightness(50%);
}
.slide_rl2 .slick-dots li:nth-of-type(2) button:before{
  background: url("img/concept-slide2@2x.jpg") no-repeat;
  background-size: cover;
  opacity: .9;
  filter: brightness(50%);
}
.slide_rl2 .slick-dots li:nth-of-type(3) button:before{
  background: url("img/concept-slide3@2x.jpg") no-repeat;
  background-size: cover;
  opacity: .9;
  filter: brightness(50%);
}
.slide_rl2 .slick-dots li:nth-of-type(4) button:before{
  background: url("img/concept-slide4@2x.jpg") no-repeat;
  background-size: cover;
  opacity: .9;
  filter: brightness(50%);
}
.slide_rl2 .slick-dots li:nth-of-type(5) button:before{
  background: url("img/concept-slide5@2x.jpg") no-repeat;
  background-size: cover;
  opacity: .9;
  filter: brightness(50%);
}
.slide_rl2 .slick-dots li button:before{
  content: '';
  height:100%;
  width: 100%;
}
/*アクティブサムネイル*/
.slide_rl2 .slick-dots li.slick-active button:before{
  filter: brightness(100%);
}
/*サムネイルの大きさ*/
.slide_rl2 .slick-dots li{
  width: 15%;
  height: 120px;
  margin-right: 15px;
}
.slide_rl2 .slick-dots li button{
  width:100%;
  height:100%;
}
/*矢印*/
.slide_rl2 .slick-next{
  top: 40%;
  right:10%;
}
.slide_rl2 .slick-prev{
  top: 40%;
  left:10%;
}
.slide_rl2 .slick-arrow{
  z-index:2;
}
.slide_rl2 .slick-arrow:before{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_rl2 .slick-next:before{
  background: url(img/slide-yajirushi_right@2x.png);
  background-size: contain;
}
.slide_rl2 .slick-prev:before{
  background: url(img/slide-yajirushi_left@2x.png);
  background-size: contain;
}
/* 中央以外のスライド（少し小さく暗くする） */
.slide_rl2 .slick-slide {
  transform: scale(.8);
  transition: .3s ease;
  filter: brightness(50%);
}
/* 中央のスライド */
.slide_rl2 .slick-current {
  transform: scale(1);
  filter: brightness(100%);
}

/*ギャラリー
------------------------------------------- */
.gallery{
	margin-bottom:40px;
}
.gallery-item img{
  width: 100%;
}
/*選択するサムネイル画像の設定*/
.choice-item{
	cursor: pointer;
	outline: none;
	background:#333;
	width:21%!important;
  margin: 0 2% 2%;
}
.choice-item img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}
.choice-item.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}
.choice .slick-track {
	transform: unset;/*画面幅サイズ変更に伴うサムネイル固定*/
  margin-left: 0; /*初期値はauto、中央寄せ→左寄せに変更*/
  width: 100%!important;
}

/*CSSスライドショー
------------------------------------------- */
.slide2 {
  display: flex;
  align-items: center;
  height: 320px;
  overflow: hidden;
  margin-bottom: 40px;
}
/*左から右へ*/
.slide_lr {
  display: flex;
  animation: loop-slide-lr 20s infinite linear 1s both;
}
@keyframes loop-slide-lr {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.slide_item2 {
  width: 250px;
  height: 320px;
  margin-right: 40px;
}
.slide_item2 img {
  width: 250px;
  height: 320px;
  object-fit: cover;
}

/*カード
------------------------------------------- */
.cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.card {
  width: 24%;
}
.card_image {
  height: 180px;
}
.card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_body {
  background-color: #ffffff;
  padding: 20px 10px;
}
.card_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.card_time {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}
.card p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

/*mainvisual(top以外)
------------------------------------------- */
.mainvisual {
  height: 310px;
  margin-bottom: 100px;
}
.bg_img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*concept
------------------------------------------- */
.concept {
  text-align: center;
}
.concept p{
  line-height: 2.2;
  margin: 20px 0 50px;
}

/*header
------------------------------------------- */
.header {
  position: relative;
  padding: 20px 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1305px;
  padding: 0 20px;
  margin: 0 auto;
  }
.gnav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_item {
  margin-left: 40px;
}
.icon1 {
  width: 17px;
}
.icon2,
.icon3 {
  width: 22px;
}

/*ハンバーガーメニュー*/
.hamburger {
  background-color: transparent;  /*透明の背景*/
  position: relative; /*ハンバーガーの横線の位置を決めるための基準*/
  height: 15px; /*ヘッダーの高さと同じ60px*/
  width: 35px; /*高さと同じ幅*/
  margin-left: 65px;
}
.icon span {
  position: absolute;
  right: 0;
  height: 2px; /*横線の高さ*/
  background-color: #333333;
  z-index: 30;
}
.icon span:nth-of-type(1) {
  top: 0;
  width: 35px; /*横線の幅*/
}
.icon span:nth-of-type(2) {
  bottom: 0;
  width: 25px; /*横線の幅*/
}
.icon .white-line {
  background-color: #ffffff;
}
.close span:nth-of-type(1) {
  top: 17.5px;
  width: 35px; /*横線の幅*/
  transform: rotate(45deg); /*反時計回りに45度回転*/
  background-color: #ffffff;
}
.close span:nth-of-type(2) {
  top: 17.5px;
  width: 35px; /*横線の幅*/
  transform: rotate(-45deg); /*時計回りに45度回転*/
  background-color: #ffffff;
}
.hamburger_info{
  width: 100%;
  height: 100vh;
  background-color: #222222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.hamburger_list {
  text-align: center;
  margin-top: 50px;
}
.hamburger_list-item {
  margin: 30px;
}
.hamburger_list-item a{
  color: #ffffff;
}
.noscroll{
  overflow: hidden;
}


/*footer
------------------------------------------- */
.footer {
  background-color: #222222;
  color: #ffffff;
}
.footer-inner {
  display: flex;
  padding: 80px 0 90px;
}
.footer_textbox {
  width: 32%;
}
.footer_textbox p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer_logo {
  width: 195px;
  margin-bottom: 50px;
}
.footer_info {
  width: 68%;
  display: flex;
  justify-content: flex-start;
}
.footer_list {
  margin-right: 75px;
  font-size: 0.875rem;
  font-weight: 600;
}
.footer_list-item {
  margin-bottom: 40px;
  white-space: nowrap
}
.footer_list-item:last-of-type {
  margin-bottom: 0px;
}
.footer_list-item a{
  color: #ffffff;
}
.copyright {
  text-align: center;
  padding-bottom: 60px;
  font-size: 0.625rem;
  font-weight: 400;
}
.footer .button {
  margin: 0;
}

/* ===========================================
top
=========================================== */
/*top-mainvisual
------------------------------------------- */
.top-mainvisual {
  margin: 60px 0 120px auto;
  max-width: 1215px;
}
/*top-product
------------------------------------------- */
.top-product {
  position: relative;
  margin: 120px 0 40px;
}
.top-product::after{
  content: "";
  width: 67%;
  height: 665px;
  display: block;
  background: #eeeeee;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  }
.top-product_inner {
  display: flex;
  justify-content: space-between;
}
.top-product_textbox {
  width: 28%;
}
.top-product .section-title{
  margin-bottom: 70px;
}
.top-product_list {
  margin: 0 0 70px 50px;
}
.top-product_list-item {
  font-size: 0.875rem;
  border-left: 2px solid #dddddd;
  margin-bottom: 2px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.top-product_list-item.active {
	font-weight: 700;
}
.top-product_list-item a {
  color: #777777;
}
.top-product_image {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 110px;
}
.top-product_item {
  width: 47%;
  position: relative;
  margin-bottom: 60px;
}
.top-product-title {
  font-size: 1.25rem;
  line-height: 1.75;
  position: absolute;
  top: -12px;
  right: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.top-product_item img {
  width: 320px;
  height: 320px;
  object-fit: cover;
}
.top-product .button {
  margin: 0;
}

/*banner-area
------------------------------------------- */
.banner-area {
  margin-bottom: 100px;
}
.banner-area img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/*top-group
------------------------------------------- */
.top-group {
  position: relative;
  margin-bottom: 100px;
}
.top-group::after {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 20px;
  right: 0;
  left: 0;
  border: 2px solid #364e41;
  max-width: 1065px;
  margin: 0 auto;
  z-index: -1;
}
.top-group .section-title{
  margin: 0 22% 0 auto;
  background-color: #ffffff;
  padding: 0 15px;
}
.top-group .section-title span {
  margin-right: 15px;
}

.top-group .button {
  margin-top: 125px;
}

/*top-topics
------------------------------------------- */
.top-topics {
  margin-bottom: 100px;
}
.top-topics_inner {
  display: flex;
  justify-content: space-between;
}
.top-topics_textbox {
  width: 20%;
}
.top-topics_textbox .button {
  margin: 140px 0 0;
}
.top-topics_content {
  width: 75%;
}
.top-topics_content dl{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
}
.top-topics_content dt{
  width: 15%;
  border-bottom: 1px solid #dddddd;
  padding: 15px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.top-topics_content dd{
  width: 85%;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
  font-size: 0.875rem;
}

/*top-blog
------------------------------------------- */
.top-blog {
  position: relative;
}
.top-blog::after{
  content: "";
  width: 100%;
  height: 500px;
  display: block;
  background: #eeeeee;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
  }
.top-blog .section-title{
  text-align: center;
  margin-bottom: 40px;
}

/*top-seminar
------------------------------------------- */
.top-seminar {
  margin: 100px 0 0;
  padding: 100px 0;
  background-image: url(img/topback@2x.jpg);
  background-size: cover;
}
.top-seminar .section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
.top-seminar .button {
  margin-bottom: 80px;
}

/*top-content_area
------------------------------------------- */
.top-content_inner {
  display: flex;
  justify-content: space-between;
}
.top-content {
  width: 47%;
  background-color: #ffffffD9;
  padding: 75px 0;
  text-align: center;
}
.content_text {
  font-size: 1.875rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}

/*ポップアップ*/
.open {
	cursor:pointer;
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
  width: 90%;
  height: 95%;
	max-width: 1065px;
	background-color: #eeeeee;
	border-radius: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-title {
  background-color: #111111;
  font-size: 2.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  color: #ffffff;
  padding: 40px;
	border-radius: 20px 20px 0 0;
}
.popup_body {
  padding: 40px 15%;
}
.popup_text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 25px;
  line-height: 1.4;
}
.popup_text:last-of-type {
  margin-bottom: 40px;
}
.popup_registration {
  display: flex;
  justify-content: space-between;
}
.registration_item {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001A;
  padding: 30px 50px;
  background-color: #ffffff;
}
.popup-title_registration {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
  position: relative;
}
.popup-title_registration::before {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 1px;
  background-color: #070707;
}
.popup-title_registration::after {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 1px;
  background-color: #070707;
}
.popup_registration p{
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
}
.popup_registration ul {
  text-align: left;
}
.popup_registration li{
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
}
.list-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.registration_item li.paid-item {
  font-weight: 600;
}
.popup_registration p.fee {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  position: relative;
  border-bottom: 8px solid #dddddd;
}
.fee span {
  color: #cb1414;
  font-size: 2rem;
  font-weight: 600;
}
.free .button {
  margin-top: 50px;
  margin-bottom: 0;
}
.paid .button {
  margin-top: 30px;
  margin-bottom: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 30px;
  color: #ffffff;
}

/* ===========================================
concept
=========================================== */
.mb90 {
  margin-bottom: 90px;
}
/*concept-charm
------------------------------------------- */
.concept-charm {
  margin: 170px 0 100px;
}
.concept-charm_container {
  display: flex;
  justify-content: space-between;
}
.concept-charm_textbox {
  width: 38%;
}
.concept-charm_textbox .section-title {
  margin-bottom: 40px;
}
.concept-charm_textbox p {
  line-height: 2.5;
  margin-bottom: 40px;
  font-size: 0.875rem;
  font-weight: 500;
}
.concept-charm_image {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.charm1_img {
  margin-top: 25px;
  width: 300px;
  height: 450px;
  object-fit: cover;
	object-position: center left;
}
.charm2_img {
  margin-top: -70px;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
.concept-charm .button {
  margin: 0;
}

/*concept-farmer
------------------------------------------- */
.concept-farmer {
  margin-bottom: 100px;
}
.concept-farmer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.concept-farmer_image {
  width: 55%;
}
.concept-farmer_textbox {
  width: 40%;
}
.concept-farmer_textbox .section-title {
  margin-bottom: 40px;
}
.concept-farmer_textbox p {
  font-size: 0.875rem;
  line-height: 2.5;
}
.farmer_img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
/*concept-group
------------------------------------------- */
.concept-group {
  text-align: center;
  background-image: url(img/concept-slide2@2x.jpg);
	background-position: bottom center;
	background-size: cover;
  padding: 100px 30px;
  color: #ffffff;
	position: relative;
	z-index: -1;
}
.concept-group::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.concept-group .section-title{
  margin-bottom: 40px;
}
.concept-group p{
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 70px;
}

/* ===========================================
product
=========================================== */
/*pickup
------------------------------------------- */
.pickup {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.pickup::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 1px solid #999999;
  bottom: -1px;
  width: 25%;
}
.pickup .section-title{
  margin-bottom: 70px;
  font-family: 'Libre Baskerville', sans-serif;
}
.pickup .section-title::after{
  position: absolute;
  top: 60px;
  left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #333333;
}
.pickup img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.pickup .button {
  position: absolute;
  bottom: 50px;
  right: 20px;
  color: #333333;
}

/*product-list
------------------------------------------- */
.product-list {
  margin-bottom: 150px;
}
.product-list .section-title {
  margin-bottom: 35px;
}
.product-group_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-group_container::after {
  display: block;
  content:"";
  width: 31%;
  }
.product {
  width: 31%;
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.product img {
  margin-bottom: 20px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.product-title {
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.product p {
  font-size: 0.875rem;
  line-height: 1.8;
}

/*group-area
------------------------------------------- */
.group-area {
  text-align: center;
  background-image: url(img/product-back@2x.jpg);
  background-size: cover;
  padding: 50px 30px;
}
.group-area_inner {
  background-color: #ffffffCC;
  padding: 50px 120px;
  max-width: 800px;
  margin: 0 auto;
}
.group-area .section-title {
  margin-bottom: 40px;
}
.group-area p {
  font-size: 0.875rem;
  line-height: 2.5;
  margin-bottom: 70px;
}

/* ===========================================
product-detail
=========================================== */
.detail_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.detail_image {
  width: 60%;
}
.detail_textbox {
  width: 35%;
}
.detail_title {
  font-size: 1.625rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;
}
.detail_title::after {
  position: absolute;
  bottom:-25px;
  left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #dddddd;
}
.detail_title span{
  font-size: 0.75rem;
  display: block;
  margin-bottom: 10px;
	text-transform: uppercase;
}
.detail_price {
  font-size: 1.25rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  font-weight: 600;
}
.detail_price span{
  font-size: 0.75rem;
}
.detail_summary {
  margin-bottom: 45px;
  font-weight: 400;
  line-height: 1.8;
  font-size: 0.875rem;
}
.detail_item {
  margin-bottom: 50px;
}
.detail_item-title {
  font-size: 1.125rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.detail_inner .detail_item-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-list .detail_item-title{
  border-bottom: none;
  position: relative;
}
.product-list .detail_item-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #dddddd;
}
.detail_item-text {
  margin-bottom: 95px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
}
.detail_item-text:last-of-type {
  margin-bottom: 145px;
}
.size-item {
  margin-bottom: 10px;
}
.color-list {
  display: flex;
  justify-content: space-between;
}
.color-item {
  position: relative;
  width: 21%;
  font-size: 0.875rem;
}
.color-box {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.order-table_container {
  background-color: #eeeeee;
  padding: 40px 30px;
}
.order-table {
  width: 100%;
  table-layout: fixed;
}
.order-table th {
  font-size: 0.875rem;
  width: 30%;
  padding-bottom: 13px;
}
.order-table td {
  font-size: 0.75rem;
  padding-bottom: 13px;
}
.select-area {
  padding: 14px 15px;
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.select-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(img/select-yajirushi@2x.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  color: #999999; /*初期文字色の指定*/
}
.product-detail .button2:first-of-type{
  margin: 15px 0;
}

/* ===========================================
group
=========================================== */
/*recommended-product
------------------------------------------- */
.recommended-product {
  margin-bottom: 70px;
}
.recommended-product .section-title {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.recommended-product p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 35px;
}
.grid1 {
  display: grid;
  grid-template-columns: 520px 250px 250px;
  grid-template-rows: 100px 100px 50px 50px 50px 50px 100px 100px;
  grid-gap: 20px;
}
.grid1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item1 {
  grid-column: 1 / 2;
  grid-row: 1 / 9;
  position: relative;
}
.grid-item2 {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}
.grid-item3 {
  grid-column: 2 / 3;
  grid-row: 4 / 9;
}
.grid-item4 {
  grid-column: 3 / 4;
  grid-row: 1 / 6;
}
.grid-item5 {
  grid-column: 3 / 4;
  grid-row: 6 / 9;
}
.recommended-product_img1 {
  object-position: 20% center;
}

/*商品リンク*/
.circle{
  width: 40px;
  height: 40px;
  background-image: url(img/circle@2x.png);
  background-size: contain;
}
.circle:hover {
  background-image: url(img/circle_active@2x.png);
}
.circle1{
  position: absolute;
  top: 60%;
  right: 10%;
}
.link_inner {
  position: absolute;
	top: 70%;
  right: 10%;
  background-color: #ffffff;
  padding: 20px 15px;
  display: none;
}
.active {
  display: block;
}
.link_inner p{
  font-size: 0.875rem;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
.link_title {
  font-weight: 700px;
}
.link_inner a:first-of-type {
  margin-bottom: 5px;
}

/*group-purchasing
------------------------------------------- */
.group-purchasing {
  margin-bottom: 120px;
}
.group-purchasing .section-title {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dddddd;
}
.grid2 {
  display: grid;
  grid-template-columns: 345px 345px 345px;
  grid-template-rows: 345px 100px 345px 100px 345px 100px;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.grid2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item6 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.grid-item7 {
  grid-column: 1 / 2;
  grid-row: 3 / 5;
}
.grid-item8 {
  grid-column: 1 / 2;
  grid-row: 5 / 7;
}
.grid-item9 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.grid-item10 {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}
.grid-item11 {
  grid-column: 2 / 3;
  grid-row: 4 / 6;
}
.grid-item12 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
.grid-item13 {
  grid-column: 3 / 4;
  grid-row: 3 / 5;
}
.grid-item14 {
  grid-column: 3 / 4;
  grid-row: 5 / 7;
}

/* ===========================================
group-detail
=========================================== */
.group-detail .detail_inner {
  margin-bottom: 100px;
}
.group-detail .detail_image {
  width: 65%;
}
.group-detail .detail_textbox {
  width: 30%;
}
.group-detail .detail_summary {
  margin-bottom: 35px;
}
.group_button-area {
  background-color: #eeeeee;
  padding: 40px 45px;
}
.group_button-area p {
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.group_button-area .button2 {
  margin-bottom: 15px;
}
.group_button-area .button2:last-of-type {
  margin-bottom: 0;
}
.product-list_4c .product{
  width: 24%;
}

/* ===========================================
topics
=========================================== */
.topics {
  margin-bottom: 100px;
}
.topics .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.topics-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.topics-list a {
	display: block;
}
.topics-list dt {
  width: 120px;
  padding: 25px 20px;
  border-bottom: 1px solid #dddddd;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.topics-list dd {
  width: calc(100% - 120px);
  padding: 25px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 0.875rem;
}

/* ===========================================
topics-detail
=========================================== */
.topics-detail {
  margin-bottom: 100px;
}
.topics-detail_date {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.875rem;
}
.topics-detail .section-title {
  margin-bottom: 80px;
  position: relative;
}
.topics-detail .section-title::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #dddddd;
}
.topics-detail p {
  font-size: 0.875rem;
  line-height: 2.5;
  padding-bottom: 100px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}

/* ===========================================
blog
=========================================== */
.blog {
  margin-bottom: 100px;
}
.blog .section-title {
  text-align: center;
  margin-bottom: 80px;
}
.blog .cards {
  margin-bottom: 50px;
}
.blog .cards::after {
  display: block;
  content:"";
  width: 32%;
}
.blog .card{
  width: 32%;
  margin-bottom: 30px;
}
.blog .card_body {
  padding: 20px 0;
}
.blog .card_image {
  height: 230px;
}
.blog .card_time {
  display: block;
  margin-bottom: 10px;
}
.blog .card_title {
  margin-bottom: 15px;
}
.blog .card_text {
  margin-top: 0;
}

/* ===========================================
blog-detail
=========================================== */
.blog-detail {
  margin-bottom: 100px;
}
.blog-detail .section-title{
  line-height: 1.5;
  margin-bottom: 30px;
}
.blog-detail_date {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 60px 20px;
	display: block;
}
.blog-detail img {
  width: 100%;
	height: 100%;
  margin-bottom: 40px;
}
.blog-detail p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 95px;
}

/* ===========================================
member
=========================================== */
.member,
.recently {
  margin-bottom: 115px;
}
.seminar .sidebar-title {
  margin-bottom: 0;
}
.member .section-title,
.recently .section-title{
  padding: 15px 30px;
  margin-bottom:  30px;
}
.member .product,
.recently .product {
  margin-bottom: 35px;
}
.member .product img,
.recently .product img {
  height: 180px;
}
.member .product-title {
  margin-bottom: 15px;
}
.recently .product-title {
  margin-bottom: 0;
}

/* ===========================================
news
=========================================== */
.news {
  margin-bottom: 150px;
}
.sidebar_news .sidebar-title {
  margin-bottom: 0;
}
.news .section-title {
  padding: 15px 30px;
  margin-bottom: 20px;
}
.news-list {
  margin-bottom: 50px;
}
.news-item {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.news-item_inner {
  display: flex;
  justify-content: space-between;
}
.news-image {
  width: 18%;
}
.news-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.news-textbox {
  width: 78%;
}
.news-date {
  font-size: 0.875rem;
  color: #999999;
  margin-bottom: 10px;
	display: block;
}
.news-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.news p {
  font-size: 0.875rem;
  line-height: 1.8;
}


@media screen and (max-width: 1120px) {
/* ===========================================
共通
=========================================== */
/*footer
------------------------------------------- */
.footer_list {
  margin-right: 50px;
}
	
/* ===========================================
top
=========================================== */
/*top-content_area
------------------------------------------- */
/*ポップアップ*/
.popup_body {
  padding: 25px 5%;
}
	
/* ===========================================
product-detail
=========================================== */
.detail_image {
  width: 50%;
}
.detail_textbox {
  width: 45%;
}
.select-area {
  padding: 14px 10px;
}

/* ===========================================
group
=========================================== */
/*recommended-product
------------------------------------------- */
.grid1 {
  grid-template-columns: 40% 28% 28%;
  grid-template-rows: 50px 50px 25px 25px 25px 25px 50px 50px;
  grid-gap: 10px;
}
/*group-purchasing
------------------------------------------- */
.grid2 {
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: 170px 50px 170px 50px 170px 50px;
  grid-gap: 10px;
}
/* ===========================================
group-detail
=========================================== */
.group_button-area {
  background-color: #eeeeee;
  padding: 40px 20px;
}

/* ===========================================
concept
=========================================== */
.concept-charm_image {
  width: 58%;
}
.charm1_img {
  width: 240px;
}
.charm2_img {
  width: 240px;
}
}

@media screen and (max-width: 900px) {
/* ===========================================
共通
=========================================== */
/*タイトル*/
.site-title {
  width: 160px;
}
/*ボタン*/
.button.tb {
  display: block;
}
/*slickスライダー(slide_rl1)
------------------------------------------- */
.slide_item1 img {
  height: 250px;
}
/*slickスライダー(slide_rl2)
------------------------------------------- */
.slide_item3 {
  margin-bottom: 100px;
}
.slide_item3 img{
  height: 300px;
}
/*サムネイルの大きさ*/
.slide_rl2 .slick-dots li{
  height: 80px;
  margin-right: 10px;
}
/*CSSスライドショー
------------------------------------------- */
.slide2 {
  height: 300px;
}
.slide_item2 {
  height: 300px;
  margin-right: 40px;
}
.slide_item2 img {
  height: 300px;
}
/*concept
------------------------------------------- */
.concept p{
  font-size: 0.9rem;
}
.concept br {
  display: none;
}
/*header
------------------------------------------- */
.list_item {
  margin-left: 15px;
}
.hamburger {
  margin-left: 25px;
}

/*footer
------------------------------------------- */
.footer-inner {
  flex-direction: column;
}
.footer_textbox {
  width: 100%;
  margin-bottom: 40px;
}
.footer_logo {
  width: 160px;
}
.footer_info {
  width: 100%;
  justify-content: space-between;
}
.footer_list {
  margin-right: 0;
}

/* ===========================================
top
=========================================== */
/*top-mainvisual
------------------------------------------- */
.top-mainvisual img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/*top-product
------------------------------------------- */
.top-product::after {
  height: 450px;
}
.top-product_list {
  margin: 0 0 70px 0px;
}
.top-product-title {
  font-size: 1rem;
}
.top-product_item img {
  width: 200px;
  height: 200px;
}
/*banner-area
------------------------------------------- */
.banner-area img{
  height: 250px;
}
/*top-group
------------------------------------------- */
.top-group::after {
  margin: 0 20px;
}
/*top-topics
------------------------------------------- */
.top-topics_content {
  width: 70%;
}
.top-topics_content dt {
  width: 22%;
}
.top-topics_content dd {
  width: 78%;
  line-height: 1.5;
}
/*top-blog
------------------------------------------- */
.top-blog {
  background-color: #eeeeee;
  padding: 60px 0;
}
.top-blog::after {
  display: none;
}
.card {
  width: 48%;
  margin-bottom: 30px;
}
/*top-seminar
------------------------------------------- */
.top-seminar {
  margin-top: 0;
}
	
/*top-content_area
------------------------------------------- */
/*ポップアップ*/
.registration_item {
  padding: 30px 25px;
}
	
/* ===========================================
product
=========================================== */
/*pickup
------------------------------------------- */
.pickup img {
  height: 300px;
}
/*product-list
------------------------------------------- */
.product {
  width: 48%;
}
.product img {
  height: 200px;
}
/*group-area
------------------------------------------- */
.group-area_inner {
  padding: 50px 30px;
}
.group-area .section-title {
  font-size: 1.5rem;
}
/* ===========================================
product-detail
=========================================== */
.detail_inner {
  flex-direction: column;
}
.detail_image {
  width: 100%;
}
.detail_textbox {
  width: 100%;
}
.detail_title {
  margin-top: 30px;
}
/* ===========================================
blog
=========================================== */
.blog .card{
  width: 48%;
}

/* ===========================================
concept
=========================================== */
/*concept-charm
------------------------------------------- */
.concept-charm_container {
  flex-direction: column;
}
.concept-charm_textbox {
  width: 100%;
}
.concept-charm_image {
  width: 100%;
}
.charm1_img,
.charm2_img {
  width: 50%;
  height: 450px;
  margin-top: 0px;
}
.concept-charm .button.pc {
  display: none;
}
.concept-charm .button {
  margin: 40px auto 0;
}
/* ===========================================
group-detail
=========================================== */
.group-detail .detail_image {
  width: 100%;
}
.group-detail .detail_textbox {
  width: 100%;
}
.group_button-area {
  padding: 40px 45px;
}
.product-list_4c .product{
  width: 31%;
}
/* ===========================================
topics
=========================================== */
.topics-list dt {
  line-height: 1.5;
  padding: 25px 0;
  width: 90px;
}
.topics-list dd {
  line-height: 1.5;
  width: calc(100% - 90px);
}

/*concept-farmer
------------------------------------------- */
.concept-farmer_container {
  flex-direction: column-reverse;
}
.concept-farmer_image {
  width: 100%;
}
.concept-farmer_textbox {
  width: 100%;
}
.concept-farmer_textbox p {
  margin-bottom: 40px;
}
/* ===========================================
news
=========================================== */
.news-image {
  width: 25%;
}
.news-textbox {
  width: 70%;
}
.news-title {
  line-height: 1.5;
}

}
@media screen and (max-width: 750px){
/* ===========================================
共通
=========================================== */
.main_inner2 {
  flex-direction: column;
}
.section-title br {
  display: block;
}
.section-title .product-group_title {
  margin-left: 10px;
  line-height: 3;
}
/*サイドバー*/
.sidebar_news {
  width: 100%;
}
	
/* ===========================================
top
=========================================== */
/*top-content_area
------------------------------------------- */
/*ポップアップ*/
.popup_registration {
  flex-direction: column;
}
.registration_item {
  width: 100%;
  margin-bottom: 20px;
}
.list-area {
  flex-direction: column;
}

/* ===========================================
member
=========================================== */
.member .section-title{
  padding: 15px 30px 0;
}
.member .product,
.recently .product {
  width: 100%;
}
.member .product img,
.recently .product img {
  height: 230px;
}
/* ===========================================
news
=========================================== */
.main-contents2  {
  width: 100%;
}
}

@media screen and (max-width: 600px){
/* ===========================================
共通
=========================================== */
.button.sp {
  display: block;
}
.button.pc {
  display: none;
}
.main_inner {
  flex-direction: column;
}
/*タイトル*/
.page-title .en {
  font-size: 1rem;
}
.page-title .ja {
  font-size: 2.5rem;
}
.page-title .ja .bold {
  font-size: 2.8rem;
}
.page-title .ja .light {
  font-size: 2.8rem;
}
/*サイドバー*/
.sidebar {
  width: 100%;
  margin-bottom: 50px;
}
.main-contents {
  width: 100%;
}

/*footer
------------------------------------------- */
.footer_info {
  flex-direction: column;
}
.footer_list {
  margin-bottom: 40px;
}
/*slickスライダー(slide_rl1)
------------------------------------------- */
.slide_item1 {
  margin: 0 10px 40px;
}
.slide_item1-title {
  font-size: 1rem;
}
.slide_item1-title span {
  font-size: 1.5rem;
  margin-right: 10px;
}
/*slickスライダー(slide_rl2)
------------------------------------------- */
.slide_item3 {
  margin-bottom: 80px;
}
.slide_item3 img{
  height: 250px;
}
/*サムネイルの大きさ*/
.slide_rl2 .slick-dots li{
  height: 50px;
  margin-right: 5px;
}

/* ===========================================
top
=========================================== */
/*top-product
------------------------------------------- */
.top-product {
  background-color: #eeeeee;
  padding: 60px 0;
}
.top-product::after {
  display: none;
}
.top-product_inner {
  flex-direction: column;
}
.top-product_list {
  margin: 0;
}
.top-product_textbox {
  width: 100%;
}
.top-product_image {
  width: 100%;
  flex-direction: column;
  margin-top: 50px;
}
.top-product_item {
  width: 100%;
}
.top-product-title {
  font-size: 1.25rem;
}
.top-product_item img {
  width: 100%;
  height: 320px;
}
.top-product .button {
  margin: 0 auto;
}
/*top-topics
------------------------------------------- */
.top-topics_inner {
  flex-direction: column;
}
.top-topics_textbox {
  width: 100%;
}
.top-topics_content {
  width: 100%;
}
.top-topics_content dl {
  margin: 30px 0;
}
.top-topics_content dt {
  width: 25%;
  padding: 15px 0;
}
.top-topics_content dd {
  width: 75%;
}
/*top-blog
------------------------------------------- */
.card {
  width: 100%;
}
/*top-content_area
------------------------------------------- */
.top-content_inner {
  flex-direction: column;
}
.top-content {
  width: 100%;
  margin-bottom: 30px;
}
/* ===========================================
group
=========================================== */
/*recommended-product
------------------------------------------- */
.recommended-product .section-title {
  font-size: 1.5rem;
}
.grid1 {
  display: block;
}
.grid1 img {
  height: 450px;
  margin-bottom: 20px;
}
/*group-purchasing
------------------------------------------- */
.group-purchasing .section-title {
  font-size: 1.5rem;
}
.grid2 {
  display: block;
}
.grid2 img {
  height: 450px;
  margin-bottom: 20px;
}
/* ===========================================
group-detail
=========================================== */
.product-list_4c .product{
  width: 48%;
}
/* ===========================================
blog
=========================================== */
.blog .card{
  width: 100%;
}
/* ===========================================
news
=========================================== */
.news-date {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.news-title {
  font-size: 1rem;
  margin-bottom: 10px;
}
.news p {
  font-size: 0.8rem;
  line-height: 1.5;
}
}