/*******************************************************************/
/* PC */
/*******************************************************************/
#wrap {
  background: url(../images/top/bg_kagoshima.svg) no-repeat top 850px right 65px;
}

/*=================================================================*/
/*	inner */
/*=================================================================*/
.inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/*=================================================================*/
/*	Main Visual */
/*=================================================================*/
.mainvisual {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.mv-slider img {
  width: 100%;
  height: 900px;
  object-fit: cover;
}

.mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  ustify-content: center;
  padding-left: 10%;
  pointer-events: none;
  box-sizing: border-box;
}
.mv-inner .line {
  width: 99%;
  height: 98%;
  position: absolute;
  top: 1%;
  left: 0.5%;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.mv-catch {
  position: absolute;
  bottom: 30%;
}
.mv-catch span {
  display: block;
}

.search-box {
  position: absolute;
  bottom: 40px;
  right: 3%;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 30px 20px;
  width: 400px;
  pointer-events: auto;
}

.search-form {
  display: flex;
}

.search-field {
  flex: 1;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1.4rem;
  padding: 8px;
}

.search-submit {
  background: #2e8b57;
  color: #fff;
  border: none;
  padding: 0 25px;
  cursor: pointer;
}

.search-tags {
  margin-top: 15px;
}
.search-tags .txt {
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 10px;
}
.search-tags a {
  font-size: 1.4rem;
  color: #fff;
  background: #2e8b57;
  padding: 4px 10px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
  margin: 0 10px 5px 0;
}

/*=================================================================*/
/*	h2 */
/*=================================================================*/
h2.secTtl {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
h2.secTtl span {
  display: block;
}

/*=================================================================*/
/*	Buttons */
/*=================================================================*/
.moreBtn {
  display: block;
  width: 220px;
  margin: 40px auto 0;
  background: url(../images/union/icon_arrow_green.svg) no-repeat center right 10px #DCE06C;
  color: #333;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.6rem;
}

.btn_white {
  background: #fff;
  border: 1px solid #ddd;
}

/*=================================================================*/
/*	news */
/*=================================================================*/
#news {
  width: 100%;
  padding: 100px 0 0;
  background: url(../images/top/bg_news01.png) no-repeat calc(50% + 700px) calc(50% - 300px);
}
#news .flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#news .flex h2 {
  color: #2E9568;
  margin-right: 80px;
}

.tabList {
  width: 540px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.tabList li {
  list-style: none;
  font-size: 1.3rem;
  padding: 8px 18px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
.tabList li:hover {
  opacity: 0.6;
}

.c_all {
  background: #C8C8C8;
}

.c_news {
  background: #567DFF;
}

.c_event {
  background: #EE778B;
}

.c_support {
  background: #7B67DB;
}

.c_update {
  background: #0A6B3B;
}

.c_program {
  background: #90CA12;
}

.c_oidon {
  background: #BC4929;
}

.newsList {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.newsItem {
  width: 48%;
  display: flex;
  /* align-items: center;  */
  padding: 25px 0;
  border-bottom: 1px dotted #ddd;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newsItem .imgWrap {
  width: 160px;
  height: 100px;
  overflow: hidden;
  margin-right: 30px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
}
.newsItem .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsItem .txtWrap {
  width: calc(100% - 160px - 30px);
}
.newsItem .cat {
  font-size: 1.1rem;
  color: #fff;
  padding: 3px 12px;
  border-radius: 12px;
  margin-right: 15px;
  white-space: nowrap;
}
.newsItem time {
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
  /* margin-right: 15px;  */
  white-space: nowrap;
}
.newsItem .ttl {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 8px;
}
.newsItem:hover .ttl {
  text-decoration: underline;
}

/*=================================================================*/
/*	service */
/*=================================================================*/
#service {
  width: 100%;
  padding: 70px 0 60px;
  background: url(../images/top/bg_lifeservise02.svg) no-repeat calc(50% + 700px) calc(50% - 200px), url(../images/top/bg_lifeservise01.png) no-repeat calc(50% - 700px) calc(50% - 200px), linear-gradient(0deg, rgb(250, 244, 226) 0%, rgb(250, 244, 226) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
#service h2 {
  color: #2E9568;
  margin-bottom: 140px;
}

.serviceGrid {
  width: 100%;
  display: flex;
  justify-self: center;
  gap: 2%;
}
.serviceGrid .serviceItem {
  display: block;
  max-width: 325px;
  width: 23%;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  transition: 0.3s;
}
.serviceGrid .serviceItem .imgWrap {
  width: 100%;
  aspect-ratio: 325/180;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.serviceGrid .serviceItem .imgWrap img {
  width: fit-content;
  height: fit-content;
}
.serviceGrid .serviceItem .txtWrap {
  padding: 16px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  box-sizing: border-box;
  border-top: 1px solid #E5E5E5;
}
.serviceGrid .serviceItem .txtWrap .ttl {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
}
.serviceGrid .serviceItem .txtWrap .txt {
  font-size: 1.6rem;
  margin-top: 10px;
}

/*=================================================================*/
/*	recipes */
/*=================================================================*/
#recipe {
  width: 100%;
  padding: 200px 0 100px;
  background: url(../images/top/bg_recipe01.png) no-repeat calc(50% + 700px) calc(50% - 300px), url(../images/top/bg_cookingrecipes03.png) no-repeat top center/cover;
  position: relative;
}
#recipe h2 {
  position: absolute;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
}
#recipe .inner {
  max-width: 100%;
  padding: 0 0 0 20%;
  overflow: hidden;
  box-sizing: border-box;
}
#recipe .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recipe .flex .btnArea {
  width: 254px;
  text-align: center;
  padding-top: 100px;
  margin-right: 80px;
}
#recipe .flex .recipe-container {
  padding: 65px 90px 25px;
  border-radius: 20px 0 0 20px;
  width: 100%;
  box-sizing: border-box;
}
#recipe .flex .recipe-container .recipe-slider {
  width: 1800px;
}
#recipe .flex .bg_green_light {
  background-color: #D5DEB0;
}

.recipeItem {
  padding: 0 15px;
  width: 360px !important;
  box-sizing: border-box;
}
.recipeItem .imgWrap {
  display: block;
  width: 100%;
  aspect-ratio: 360/300;
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipeItem .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recipeItem .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.prev-arrow, .next-arrow {
  cursor: pointer;
}

.next-arrow {
  position: absolute;
  top: 100px;
  left: -38px;
}

.slick-prev {
  display: none !important;
}

/*=================================================================*/
/*	media */
/*=================================================================*/
#media {
  width: 100%;
  padding: 38px 0 100px;
  background: url(../images/top/bg_media01.png) no-repeat calc(50% - 700px) calc(50% - 150px), linear-gradient(0deg, rgb(216, 239, 208) 0%, rgb(216, 239, 208) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
#media h2 {
  margin-bottom: 50px;
}

.mediaGrid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 92px;
  width: 100%;
}

.mediaItem {
  max-width: 320px;
  width: 30%;
  transition: 0.3s;
  display: block;
  position: relative;
}
.mediaItem .mediaCta {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  width: 118px;
  padding: 4px 18px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: -16px;
  left: 16px;
}
.mediaItem .mediaCta.tv {
  background-color: #EE778B;
}
.mediaItem .mediaCta.radio {
  background-color: #48C2A2;
}
.mediaItem .mediaCta.paper {
  background-color: #8CBAFF;
}
.mediaItem .imgWrap {
  width: 100%;
  aspect-ratio: 320/220;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mediaItem .imgWrap img {
  width: fit-content;
  height: fit-content;
}
.mediaItem .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

/*=================================================================*/
/*	presents */
/*=================================================================*/
#present {
  width: 100%;
  padding: 60px 0 200px;
  background: url(../images/top/bg_presents02.png) no-repeat calc(50% - 600px) calc(50% - 220px), url(../images/top/bg_presents05.png) no-repeat calc(50% + 600px) calc(50% - 160px), url(../images/top/bg_presents01.png) no-repeat calc(50% - 650px) calc(50% + 280px), url(../images/top/bg_presents06.png) no-repeat calc(50% + 650px) calc(50% + 260px);
}
#present h2 {
  color: #2E9568;
  background: url(../images/top/bg_presents03.png) no-repeat calc(50% - 280px) 50%, url(../images/top/bg_presents04.png) no-repeat calc(50% + 280px) 50%;
}

.presentGrid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  width: 100%;
}

.presentItem {
  max-width: 320px;
  width: 30%;
  transition: 0.3s;
  display: block;
}
.presentItem .presentPeriod {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.presentItem .presentPeriod .periodTtl {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 20px;
  text-align: center;
  background-color: #E74C3C;
  border-radius: 20px;
}
.presentItem .presentPeriod .period {
  font-size: 1.4rem;
  line-height: 1.2;
}
.presentItem .imgWrap {
  width: 100%;
  aspect-ratio: 320/220;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #7D7D7D;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presentItem .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presentItem .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
}

/*=================================================================*/
/*	banner */
/*=================================================================*/
#banners {
  width: 100%;
  background-color: #FAF4E2;
  padding: 30px 0;
}

.bannerGrid {
  max-width: 1130px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.bannerGrid a {
  transition: 0.3s;
}
.bannerGrid img {
  max-width: 550px;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  #wrap {
    background: url(../images/top/bg_kagoshima.svg) no-repeat top 10% right 170%/120% auto;
  }
  /*=================================================================*/
  /*	inner */
  /*=================================================================*/
  .inner {
    max-width: 94%;
    width: 94%;
    padding: 0 3%;
  }
  /*=================================================================*/
  /*	Main Visual */
  /*=================================================================*/
  .mainvisual {
    height: 30vh;
    margin-bottom: 0px;
  }
  .mv-slider img {
    height: 30vh;
  }
  .mv-catch {
    width: 70%;
  }
  /*=================================================================*/
  /*	h2 */
  /*=================================================================*/
  h2.secTtl {
    font-size: 2.8rem;
  }
  h2.secTtl span img {
    width: auto;
    height: 20px;
  }
  /*=================================================================*/
  /*	Buttons */
  /*=================================================================*/
  .moreBtn {
    display: block;
    width: 220px;
    margin: 40px auto 0;
    background: url(../images/union/icon_arrow_green.svg) no-repeat center right 10px #DCE06C;
    color: #333;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .btn_white {
    background: #fff;
    border: 1px solid #ddd;
  }
  /*=================================================================*/
  /*	news */
  /*=================================================================*/
  #news {
    width: 100%;
    padding: 20px 0 0;
    background: url(../images/top/bg_news01.png) no-repeat top -10px right -80px/180px auto;
  }
  #news .flex {
    display: block;
  }
  #news .flex h2 {
    margin-right: 0;
  }
  .tabList {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    gap: 5%;
  }
  .tabList li {
    margin-bottom: 10px;
  }
  .newsList {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    min-height: auto;
  }
  .newsItem {
    width: 100%;
    padding: 15px 0;
  }
  .newsItem .imgWrap {
    width: 30%;
    height: auto;
    aspect-ratio: 160/100;
    margin-right: 2%;
  }
  .newsItem .txtWrap {
    width: 68%;
  }
  .newsItem .cat {
    padding: 3px 8px;
    margin-right: 7px;
  }
  .newsItem .ttl {
    font-size: 1.4rem;
    font-weight: 500;
  }
  /*=================================================================*/
  /*	service */
  /*=================================================================*/
  #service {
    padding: 17% 0 30px;
    background: url(../images/top/bg_lifeservise02.svg) no-repeat top 60px left -20px/80px auto, url(../images/top/bg_lifeservise01.png) no-repeat top 100px right -80px/180px auto, linear-gradient(0deg, rgb(250, 244, 226) 0%, rgb(250, 244, 226) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  }
  #service h2 {
    margin-bottom: 0;
  }
  .serviceGrid {
    display: block;
    margin-top: 10%;
  }
  .serviceGrid .serviceItem {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    margin-bottom: 10px;
  }
  .serviceGrid .serviceItem .imgWrap {
    width: 40%;
    border-radius: 12px 0 0 12px;
  }
  .serviceGrid .serviceItem .imgWrap img {
    height: 100%;
  }
  .serviceGrid .serviceItem .txtWrap {
    width: 60%;
    padding: 10px;
    border-radius: 0 12px 12px 0;
    border-top: 0;
  }
  .serviceGrid .serviceItem .txtWrap .ttl {
    font-size: 1.8rem;
  }
  .serviceGrid .serviceItem .txtWrap .txt {
    font-size: 1.2rem;
    margin-top: 2px;
    line-height: 1.4;
  }
  /*=================================================================*/
  /*	recipes */
  /*=================================================================*/
  #recipe {
    padding: 30px 0 30px;
    background: url(../images/top/bg_recipe01.png) no-repeat calc(50% + 700px) calc(50% - 300px), url(../images/top/bg_cookingrecipes03.png) no-repeat top center/cover;
  }
  #recipe h2 {
    margin-bottom: 0;
    top: 66px;
  }
  #recipe .inner {
    width: 100%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  #recipe .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  #recipe .flex .btnArea {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-right: 0;
  }
  #recipe .flex .btnArea img {
    display: none;
  }
  #recipe .flex .recipe-container {
    width: 100%;
    padding: 60px 0;
    border-radius: 0;
    margin-top: 80px;
  }
  #recipe .flex .recipe-container .recipe-slider {
    width: 100%;
  }
  #recipe .flex .bg_green_light {
    background-color: #D5DEB0;
    padding: 40px 0 20px;
  }
  .recipeItem {
    width: 80%;
  }
  .recipeItem .imgWrap {
    display: block;
    width: 100%;
    aspect-ratio: 360/300;
  }
  .recipeItem .ttl {
    font-size: 1.4rem;
  }
  .next-arrow {
    position: absolute;
    top: 100px;
    left: 5px;
    width: 60px;
    height: auto;
  }
  .slick-prev {
    display: block !important;
  }
  .prev-arrow {
    position: absolute;
    top: 100px;
    right: 5px;
    width: 60px;
    height: auto;
    z-index: 1;
  }
  /*=================================================================*/
  /*	media */
  /*=================================================================*/
  #media {
    padding: 17% 0 30px;
    background: url(../images/top/bg_media01.png) no-repeat top 60px left -20px/120px auto, linear-gradient(0deg, rgb(216, 239, 208) 0%, rgb(216, 239, 208) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  }
  #media h2 {
    margin-bottom: 0px;
  }
  .mediaGrid {
    display: block;
    width: 100%;
    margin-top: 10%;
  }
  .mediaItem {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 5%;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
  }
  .mediaItem .mediaCta {
    position: absolute;
    top: 0px;
    left: 43%;
  }
  .mediaItem .imgWrap {
    width: 40%;
    border-radius: 12px;
  }
  .mediaItem .imgWrap img {
    width: fit-content;
    height: 100%;
  }
  .mediaItem .ttl {
    width: 58%;
    font-size: 2rem;
    text-align: left;
  }
  /*=================================================================*/
  /*	presents */
  /*=================================================================*/
  #present {
    padding: 60px 0 100px;
    background: url(../images/top/bg_presents02.png) no-repeat top left -10px/150px auto, url(../images/top/bg_presents05.png) no-repeat top right -10px/150px auto, url(../images/top/bg_presents01.png) no-repeat bottom -20px left -10px/120px auto, url(../images/top/bg_presents06.png) no-repeat bottom -20px right 10px/50px auto;
  }
  #present h2 {
    color: #2E9568;
    background: url(../images/top/bg_presents03.png) no-repeat calc(50% - 150px) 50%, url(../images/top/bg_presents04.png) no-repeat calc(50% + 150px) 50%;
    background-size: contain;
  }
  .presentGrid {
    display: block;
  }
  .presentItem {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2%;
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #C8C8C8;
  }
  .presentItem .presentPeriod {
    display: block;
    width: 58%;
  }
  .presentItem .presentPeriod .periodTtl {
    display: inline-block;
  }
  .presentItem .presentPeriod .period {
    box-sizing: border-box;
    padding: 10px;
  }
  .presentItem .imgWrap {
    width: 40%;
    margin-bottom: 0;
  }
  .presentItem .ttl {
    width: 100%;
  }
  .presentItem:first-child {
    border-top: 0;
  }
  /*=================================================================*/
  /*	banner */
  /*=================================================================*/
  #banners {
    padding: 20px 0;
  }
  .bannerGrid {
    max-width: 100%;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=top.css.map */