@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

table {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: var(--fz, 10px); /* 初期値10px */
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "hiragino-mincho-pron", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

a {
  color: #333333;
}

.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.c-to-l {
  text-align: center;
}
@media (max-width: 768px) {
  .c-to-l {
    text-align: left;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 108rem;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 4rem);
  }
}
.main_width.w1080 {
  max-width: 108rem;
}

/*=============================================*/
/* FV / メインビジュアル */
/*=============================================*/
.fv {
  position: relative;
  width: 100%;
  height: 85vh;
  height: 85dvh;
  margin: 9.1rem auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fv {
    height: 60vh;
    height: 60svh;
    margin-top: 7.4rem;
  }
}
.fv .fv_slider {
  height: 100%;
}
.fv .fv_slider .swiper {
  height: 100%;
}
.fv .fv_slider .swiper img {
  height: 100%;
}

.fv_slide {
  position: relative;
  overflow: hidden;
}

.fv_slide img {
  display: block;
  width: 100%;
  height: 66rem;
  object-fit: cover;
  transform: scale(1);
  transition: transform 9s linear;
}
@media (max-width: 768px) {
  .fv_slide img {
    height: 60vh;
    height: 60svh;
  }
}

.fv_slide:not(.is-zoom) img {
  transition: none;
}

/* Ken Burns */
.fv_slide.is-zoom img {
  transform: scale(1.12);
}

.fv_copy {
  position: absolute;
  top: 6.3rem;
  right: 10.3rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 2.7rem;
  z-index: 5;
}
@media (max-width: 768px) {
  .fv_copy {
    top: auto;
    bottom: 5.5rem;
    right: auto;
    left: 2rem;
    transform: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}

.fv_copy_line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding: 1.2rem 0.3rem;
  font-size: 4rem;
  letter-spacing: 0.04em;
  color: #333333;
  background-color: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .fv_copy_line {
    writing-mode: horizontal-tb;
    width: max-content;
    padding: 0rem 1rem;
    font-size: 2.3rem;
  }
}

.fv_copy_line2 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .fv_copy_line2 {
    margin-top: 0;
    margin-left: 1.4rem;
  }
}

.fv_copy_line3 {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .fv_copy_line3 {
    margin-top: 0;
    margin-left: 2.8rem;
  }
}

/* ページャー */
.fv_pager {
  position: absolute;
  top: initial !important;
  right: 6rem;
  left: initial !important;
  bottom: 3rem !important;
  display: flex;
  gap: 0.8rem;
  width: fit-content !important;
  z-index: 5;
}
@media (max-width: 768px) {
  .fv_pager {
    right: 2rem;
    bottom: 2rem;
  }
}

.fv_pager .swiper-pagination-bullet {
  width: 2rem;
  height: 0.7rem;
  margin: 0 !important;
  border-radius: 0.4rem;
  background-color: #f6f6f6;
  opacity: 1;
  transition: background-color 0.3s;
}

.fv_pager .swiper-pagination-bullet-active {
  background-color: #FFDE52;
}

/*=============================================*/
/* お知らせ */
/*=============================================*/
.news {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .news {
    padding: 3rem 0 3.6rem;
  }
}

.news_inner {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 108rem;
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news_inner {
    flex-direction: column;
    gap: 1.8rem;
    width: calc(100% - 4rem);
  }
}

.news_head {
  flex-shrink: 0;
  width: 20rem;
}
@media (max-width: 768px) {
  .news_head {
    width: 100%;
    text-align: center;
  }
}

.news_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .news_ttl {
    font-size: 2.1rem;
  }
}

.news_body {
  flex: 1;
  width: 100%;
}

.news_item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 2.2rem 0;
  border-bottom: 1px dashed #ccc;
}
@media (max-width: 768px) {
  .news_item {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.8rem 0;
  }
}

.news_date {
  flex-shrink: 0;
  width: 14rem;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .news_date {
    width: auto;
    font-size: 1.4rem;
  }
}

.news_detail {
  flex: 1;
}

.news_title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .news_title {
    font-size: 1.4rem;
  }
}

a.news_title {
  color: #78BD36;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.news_title:hover {
  opacity: 0.7;
}

.news_desc {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
}
@media (max-width: 768px) {
  .news_desc {
    font-size: 1.2rem;
  }
}

/* バナー */
.news_banner {
  max-width: 108rem;
  width: calc(100% - 8rem);
  margin: 5rem auto 0;
}
@media (max-width: 768px) {
  .news_banner {
    width: calc(100% - 4rem);
    margin-top: 3rem;
  }
}
.news_banner a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_banner a:hover {
  opacity: 0.85;
}
.news_banner img {
  display: block;
  width: 100%;
  height: auto;
}

/*=============================================*/
/* 商品紹介 */
/*=============================================*/
.product {
  background-color: #ecffdb;
  padding: 7rem 0 8rem;
}
@media (max-width: 768px) {
  .product {
    padding: 5rem 0 6rem;
  }
}

.product_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .product_ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.product_inner {
  max-width: 108rem;
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product_inner {
    width: calc(100% - 4rem);
  }
}

.product_list {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .product_list {
    flex-wrap: wrap;
    gap: 2.4rem 1.5rem;
  }
}

.product_card {
  flex: 1;
  background-color: #FFF;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_card:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .product_card {
    flex: none;
    width: calc(50% - 0.75rem);
    overflow: visible;
  }
}

.product_card a {
  display: block;
}
.product_card a:hover .product_card_img img {
  transform: scale(1.08);
}

.product_card_img {
  aspect-ratio: 258/203;
  overflow: hidden;
}
.product_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .product_card_img {
    aspect-ratio: 1/1;
    border-radius: 1rem 1rem 0 0;
  }
}

.product_card_body {
  padding: 1.6rem 1.8rem 2.4rem;
}
@media (max-width: 768px) {
  .product_card_body {
    padding: 1rem 1rem 1.3rem;
    text-align: center;
  }
}

.product_card_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #231815;
}
@media (max-width: 768px) {
  .product_card_ttl {
    font-size: 1.3rem;
  }
}

.product_card_desc {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .product_card_desc {
    display: none;
  }
}

.product_dict {
  margin-top: 4rem;
  text-align: center;
}
.product_dict a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 2.5rem 0.4rem 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #78BD36;
  border-bottom: 1px solid #78BD36;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_dict a::after {
  position: absolute;
  right: 0.6rem;
  top: -0.3rem;
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/ico/ico-arrow-r-green.svg) no-repeat center/contain;
}
.product_dict a:hover {
  opacity: 0.7;
}

/*=============================================*/
/* 店舗情報 */
/*=============================================*/
.shop {
  padding: 7rem 0 8rem;
}
@media (max-width: 768px) {
  .shop {
    padding: 5rem 0 6rem;
  }
}

.shop_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .shop_ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.shop_inner {
  max-width: 108rem;
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shop_inner {
    width: calc(100% - 4rem);
  }
}

.shop_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .shop_grid {
    grid-template-columns: 1fr;
  }
}

.shop_card {
  border: 1px solid #ccc;
  border-radius: 2.4rem;
  overflow: hidden;
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop_card:hover {
  opacity: 0.7;
}

.shop_card_wide {
  position: relative;
  grid-column: 1/-1;
}

.shop_card_link {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 24rem;
}
@media (max-width: 768px) {
  .shop_card_link {
    min-height: 0;
  }
}

.shop_card_body {
  flex: 1;
  padding: 2.8rem 2.4rem;
}
@media (max-width: 768px) {
  .shop_card_body {
    padding: 2rem 1.6rem;
  }
}

.shop_card_wide .shop_card_link {
  display: block;
}
.shop_card_wide .shop_card_link .shop_card_body {
  position: relative;
  width: 40%;
  z-index: 2;
}
@media (max-width: 768px) {
  .shop_card_wide .shop_card_link .shop_card_body {
    width: 70%;
  }
}
.shop_card_wide .shop_card_link .shop_card_body .shop_card_desc {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .shop_card_wide .shop_card_link .shop_card_body .shop_card_desc {
    padding-bottom: 1.5rem;
  }
}

.shop_card_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.shop_card_mark {
  width: 4.6rem;
  height: auto;
}

.shop_card_logo {
  width: 11rem;
  height: auto;
}

.shop_card_badge {
  width: 6.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .shop_card_badge {
    width: 4.1rem;
  }
}
.shop_card_badge.big {
  width: 9rem;
}
@media (max-width: 768px) {
  .shop_card_badge.big {
    width: 4.1rem;
  }
}

.shop_card_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #333333;
}
@media (max-width: 768px) {
  .shop_card_ttl {
    font-size: 1.6rem;
  }
}
.shop_card_ttl .shop_card_sub {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .shop_card_ttl .shop_card_sub {
    font-size: 1.2rem;
  }
}

.shop_card_desc {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .shop_card_desc {
    margin-top: 0.5rem;
    font-size: 0.9rem;
  }
}

.shop_card_note {
  position: relative;
  padding-left: 3rem;
  margin-top: 1.4rem;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .shop_card_note {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.shop_card_note:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  display: block;
  margin: auto;
  background: url(../img/ico/ico-clock.svg) no-repeat center/contain;
  width: 1.6rem;
  height: 1.6rem;
}

.shop_card_img {
  flex-shrink: 0;
  align-self: stretch;
  width: 45%;
}
.shop_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop_card_img.contain img {
  object-fit: contain;
}

/* 商品クラスター（白背景のため contain 表示） */
.shop_card_goods .shop_card_img {
  display: flex;
  align-items: center;
  padding: 1.6rem 1.6rem 1.6rem 0;
}

/* sari sari store（横長） */
.shop_card_wide .shop_card_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 105%;
  z-index: 1;
}
@media (max-width: 768px) {
  .shop_card_wide .shop_card_img {
    width: 50%;
  }
}
.shop_card_wide .shop_card_img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}
@media (max-width: 768px) {
  .shop_card_wide .shop_card_img:before {
    width: 50%;
  }
}

.shop_card.img_big a {
  position: relative;
  display: block;
}
.shop_card.img_big a .shop_card_body {
  position: relative;
  width: 50%;
  z-index: 2;
}
.shop_card.img_big a .shop_card_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1rem;
  display: block;
  width: 70%;
  padding: 0;
  z-index: 1;
}
.shop_card.img_big a .shop_card_img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}

/*=============================================*/
/* 共通ボタン（グリーンのピル） */
/*=============================================*/
.btn_pill {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28rem;
  padding: 1.5rem 4.4rem 1.5rem 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #78BD36;
  border-radius: 10rem;
  box-shadow: 0px 3.99885px 3.99885px rgba(0, 0, 0, 0.0784314);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_pill::after {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  content: "";
  width: 0.6rem;
  height: 1.2rem;
  background: url(../img/ico/ico-arrow-r-white.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.btn_pill:hover {
  background-color: rgb(99.8518518519, 157.2666666667, 44.9333333333);
}
@media (max-width: 768px) {
  .btn_pill {
    min-width: 26rem;
    font-size: 1.4rem;
  }
}

.shop_card.lab .shop_card_link,
.shop_card.farm .shop_card_link {
  position: relative;
  display: block;
}
.shop_card.lab .shop_card_link .shop_card_body,
.shop_card.farm .shop_card_link .shop_card_body {
  position: relative;
  width: 60%;
  z-index: 2;
}
@media (max-width: 768px) {
  .shop_card.lab .shop_card_link .shop_card_body,
  .shop_card.farm .shop_card_link .shop_card_body {
    width: 65%;
  }
}
.shop_card.lab .shop_card_link .shop_card_img,
.shop_card.farm .shop_card_link .shop_card_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 60%;
}
.shop_card.lab .shop_card_link .shop_card_img:before,
.shop_card.farm .shop_card_link .shop_card_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}

/*=============================================*/
/* ココウェル通信（coconutist） */
/*=============================================*/
.magazine {
  background-color: #ecffdb;
  padding: 7rem 0 8rem;
}
@media (max-width: 768px) {
  .magazine {
    padding: 5rem 0 6rem;
  }
}

.magazine_inner {
  max-width: 108rem;
  width: calc(100% - 8rem);
  margin: 0 auto;
  padding: 5rem;
  background-color: #FFF;
  border-radius: 2.4rem;
}
@media (max-width: 768px) {
  .magazine_inner {
    width: calc(100% - 4rem);
    padding: 3rem 2rem;
  }
}

.magazine_main {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 768px) {
  .magazine_main {
    flex-direction: column;
    gap: 3rem;
  }
}

.magazine_left {
  flex: 1;
}

.magazine_logo {
  display: block;
  width: 28rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .magazine_logo {
    max-width: 23.7rem;
  }
}

.magazine_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #78BD36;
}
@media (max-width: 768px) {
  .magazine_ttl {
    font-size: 1.9rem;
    margin-bottom: 0.6rem;
  }
}

.magazine_lead {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333333;
}
@media (max-width: 768px) {
  .magazine_lead {
    font-size: 1.2rem;
  }
}

.magazine_features {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .magazine_features {
    flex-direction: column;
    gap: 3rem;
  }
}

.magazine_feature {
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .magazine_feature {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem 1.4rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .magazine_feature .inner {
    width: 10rem;
    text-align: center;
  }
}

.magazine_feature_ico {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 0.8rem;
}
@media (max-width: 768px) {
  .magazine_feature_ico {
    margin: 0 0 0.6rem;
  }
}

.magazine_feature_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  color: #78BD36;
}
@media (max-width: 768px) {
  .magazine_feature_ttl {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}

.magazine_feature_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .magazine_feature_txt {
    font-size: 1.3rem;
    width: calc(100% - 10rem);
  }
}

.magazine_btn {
  text-align: center;
}

/* 右側：書影＋号情報 */
.magazine_right {
  flex-shrink: 0;
  width: 32rem;
}
@media (max-width: 768px) {
  .magazine_right {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .magazine_book {
    max-width: 18.3rem;
    margin: auto;
  }
}
.magazine_book img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.magazine_issue {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.6rem;
}

.magazine_issue_info {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1.2rem;
  width: 100%;
}

.magazine_tag {
  flex-shrink: 0;
  padding: 1.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 0.5rem;
  background-color: #78BD36;
  line-height: 1;
}
@media (max-width: 768px) {
  .magazine_tag {
    padding: 0.9rem 1.5rem;
    font-size: 1.4rem;
  }
}

.magazine_issue_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 768px) {
  .magazine_issue_ttl {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.magazine_more {
  position: relative;
  flex-shrink: 0;
  padding-right: 1.4rem;
  font-size: 1.5rem;
  color: #78BD36;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .magazine_more {
    font-size: 1.3rem;
  }
}
.magazine_more::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0.7rem;
  height: 1.1rem;
  background: url(../img/ico/ico-arrow-r-green.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.magazine_more:hover {
  color: #78BD36;
}

/*=============================================*/
/* ココウェル通信（記事一覧） */
/*=============================================*/
.article {
  padding: 7rem 0 8rem;
}
@media (max-width: 768px) {
  .article {
    padding: 5rem 0 4rem;
  }
}

.article_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .article_ttl {
    margin-bottom: 3rem;
    font-size: 2.1rem;
  }
}

.article_inner {
  max-width: 108rem;
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .article_inner {
    width: calc(100% - 4rem);
  }
}

.article_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3.5rem;
}
@media (max-width: 768px) {
  .article_list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.article_link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .article_link {
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 1.4rem;
    align-items: start;
  }
}
.article_link:hover .article_img img {
  transform: scale(1.08);
}

.article_img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.article_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.article_body {
  padding-top: 1.4rem;
}
@media (max-width: 768px) {
  .article_body {
    padding-top: 0;
  }
}

.article_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.article_tag {
  padding: 0.1rem 1rem 0;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #78BD36;
}
@media (max-width: 768px) {
  .article_tag {
    font-size: 0.9rem;
    padding: 0.2rem 0.8rem;
  }
}

.article_date {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  color: #777;
}
@media (max-width: 768px) {
  .article_date {
    font-size: 1.1rem;
  }
}

.article_card_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article_card_ttl {
    font-size: 1.2rem;
  }
}

.article_btn {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .article_btn {
    margin-top: 3.5rem;
  }
}/*# sourceMappingURL=style.css.map */