@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  overflow-x: scroll;
  font-family: 'Noto Sans JP', serif;
  color: #7f7f7f;
  font-size: 13px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* header */
#header {
  width: 100%;
  height: auto;
  position: fixed;
  margin: 0;
  padding: 15px 0;
  background-color: #fff;
  z-index: 1000;
}
#header .header_inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#header h1.logo {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
}
#header .nav_pc {
  float: right;
  margin: 20px 0 0 0;
}
#header .nav_pc ul.nav_list {
  display: flex;
  flex-wrap: wrap;
}
#header .nav_pc ul.nav_list li {
  list-style: none;
  margin: 0 20px;
}
#header .nav_pc ul.nav_list li img {
  margin: 0 5px 0 0;
  vertical-align: bottom;
}
#header .nav_pc ul.nav_list li a {
  text-decoration: none;
  color: #7f7f7f;
}
#header .nav_pc ul.nav_list li a:hover {
  font-weight: 500;
  color: #ff511b;
}
/* header 1024以下 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header .header_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #header h1.logo {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
  }
  #header .nav {
    float: right;
    margin: 20px 0 0 0;
  }
  #header .nav ul.nav_list {
    display: flex;
    flex-wrap: wrap;
  }
  #header .nav ul.nav_list li {
    font-weight: 500;
    list-style: none;
    margin: 0 8px 5px 8px;
  }
  #header .nav ul.nav_list li img {
    margin: 0 5px 0 0;
  }
  #header .nav ul.nav_list li a {
    text-decoration: none;
    color: #7f7f7f;
  }
  #header .nav ul.nav_list li a:hover {
    font-weight: 500;
    color: #ff511b;
  }
}
/* header SP */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #header .header_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #header h1.logo {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
  }
  #header .hamburger {
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 200;
  }
  #header .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #ff511b;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .hamburger span:nth-child(1) {
    top: 10px;
  }
  #header .hamburger span:nth-child(2) {
    top: 20px;
  }
  #header .hamburger span:nth-child(3) {
    top: 30px;
  }
  #header .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .hamburger.active span:nth-child(2), #header .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .nav_sp {
    margin: 0px 0 0 0;
    width: 100%;
  }
  #header .nav_sp .menu-content {
    margin: 0;
    position: fixed;
    z-index: 200;
    top: 65px;
    left: 0;
    color: #fff;
    background-color: #ff511b;
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
  }
  #header .nav_sp .menu-content.active {
    display: block;
    transform: translateX(0%);
  }
  #header .nav_sp .menu-content ul {
    display: block;
    font-size: 1rem;
    font-weight: 500;
  }
  #header .nav_sp .menu-content ul li {
    list-style: none;
    margin: 30px auto;
  }
  #header .nav_sp .menu-content ul li img {
    margin: 0 5px 0 0;
  }
  #header .nav_sp .menu-content ul li a {
    text-decoration: none;
    color: #fff;
  }
}
/* メイン PC */
#main {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 85px 0 0 0;
}
#main #mv {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
#main #mv .mv_video {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
}
#main #mv .title_box {
  position: absolute;
  top: 100px;
  left: 260px;
}
@media screen and (min-width: 1500px) {
  #main #mv .title_box {
    position: absolute;
    top: 100px;
    left: 400px;
  }
}
#main #mv .news_box {
  max-width: 700px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#main #mv .news_box .news_title {
  color: #ff511b;
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
  letter-spacing: 1px;
}
#main #mv .news_box .news_list {
  background-color: #fff;
  opacity: 0.9;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#main #mv .news_box .news_list dt {
  width: 30%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#main #mv .news_box .news_list dt span {
  background-color: #ff511b;
  color: #fff;
  margin-left: 10px;
  padding: 5px;
}
#main #mv .news_box .news_list dd {
  width: 70%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
/* メイン SP */
@media screen and (max-width: 1024px) {
  #main #mv {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #main #mv .mv_video {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #main #mv .title_box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    margin: 20px auto;
  }
  #main #mv .title_box img {
    max-width: 80%;
  }
  #main #mv .news_box {
    max-width: 700px;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 20px auto;
  }
  #main #mv .news_box .news_list dt span {
    display: inline-block;
    margin-left: 0;
  }
}
/* メイン scrolldown */
#main #mv .scrolldown {
  position: absolute;
  bottom: 50px;
  left: 50%;
}
#main #mv .scrolldown span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #ff511b;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#main #mv .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff511b;
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#main #mv .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #ff511b;
}
/* scrolldown SP */
@media screen and (max-width: 1024px) {
  #main #mv .scrolldown {
    display: none;
  }
}
/* about */
#main #about {
  width: 100%;
  height: auto;
  margin: 60px 0;
  padding: 0;
}
#main #about .about_title {
  text-align: center;
}
#main #about .about_list {
  width: 432px;
  height: auto;
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#main #about .about_list li {
  margin: 20px;
  padding: 0;
  list-style: none;
}
/* about SP */
@media screen and (max-width: 1024px) {
  #main #about .about_title {
    text-align: center;
    font-size: 16px;
    line-height: 42px;
  }
  #main #about .about_list {
    width: 100%;
    height: auto;
    margin: 40px auto;
    padding: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #main #about .about_list li {
    /*width: calc(100% / 2);*/
    width: 30%;
    margin: 20px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #main #about .about_list li img {
    max-width: 100%;
  }
}
/* service */
#main #service {
  width: 100%;
  height: auto;
  margin: 80px 0;
  padding: 0;
}
#main #service img {
  max-width: 100%;
}
#main #service .service_title {
  text-align: center;
  margin: 10px auto;
}
#main #service .service_inner {
  width: 80%;
  display: flex;
  margin: 50px auto 0 auto;
}
#main #service .service_img {
  width: 40%;
  text-align: right;
  margin: 0 0 0;
}
#main #service .service_r_box {
  display: block;
  width: 60%;
}
#main #service .service_text {
  width: 95%;
  color: #401f10;
  font-size: 16px;
  margin: 30px auto 0 10%;
}
#main #service .service_btn {
  width: 60%;
  margin: 30px auto 0 10%;
}
#main #service .service_btn:hover {
  opacity: 0.8;
}
/* service tablet */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #main #service {
    width: 100%;
    height: auto;
    margin: 40px 0;
    padding: 0;
  }
  #main #service img {
    max-width: 100%;
  }
  #main #service .service_title {
    text-align: center;
    margin: 10px auto;
  }
  #main #service .service_img {
    text-align: center;
    margin: 30px auto;
  }
  #main #service .service_text {
    text-align: center;
    color: #401f10;
    font-size: 14px;
  }
  #main #service .service_btn {
    text-align: center;
    /*display: block;*/
    margin: 30px auto;
  }
  #main #service .service_btn:hover {
    opacity: 0.8;
  }
}
/* service SP */
@media screen and (max-width: 768px) {
  #main #service .service_inner {
    width: 100%;
    display: block;
    margin: 50px auto 0 auto;
  }
  #main #service .service_img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #main #service .service_r_box {
    width: 100%;
  }
  #main #service .service_text {
    width: 95%;
    color: #401f10;
    font-size: 14px;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  #main #service .service_btn {
    width: 300px;
    margin: 30px auto 0 auto;
  }
}
/* fruits */
#main #fruits {
  width: 100%;
  height: auto;
  margin: 40px 0;
  padding: 0;
}
#main #fruits .fruits_title {
  color: #ff511b;
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
  letter-spacing: 3px;
}
#main #fruits .fruits_title span {
  display: block;
  color: #ff511b;
  font-size: 25px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 1px;
}
#main #fruits .fruits_list {
  width: 100%;
  height: auto;
  margin: 40px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#main #fruits .fruits_list li {
  position: relative;
  width: calc(100% / 2);
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main #fruits .fruits_list li p.month {
  position: absolute;
  margin: -100px 0 0 10px;
  font-size: 28rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  top: 0;
  opacity: 0.5;
  letter-spacing: -30px;
  transform: scale(0.8, 1);
}
#main #fruits .fruits_list li p.month_title {
  margin: 100px 0 0 290px;
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 3px;
}
#main #fruits .fruits_list li p.fruits_title {
  margin: 10px 0 0 290px;
  font-size: 2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: 3px;
  text-align: left;
}
#main #fruits .fruits_list li p.detail {
  margin: 100px 0 0 290px;
  padding: 5px 30px;
  font-size: 1.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  /*display: inline-block;*/
  display: none;
}
#main #fruits .fruits_list li p.detail a {
  color: #fff;
  text-decoration: none;
}
#main #fruits .fruits_list a {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 480px;
  text-decoration: none;
}
#main #fruits .fruits_list li.fruits01 {
  background: url("../img/index/fruits_list/1_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits01.active:hover {
  background: url("../img/index/fruits_list/1_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits02 {
  background: url("../img/index/fruits_list/2_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits02.active:hover {
  background: url("../img/index/fruits_list/2_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits03 {
  background: url("../img/index/fruits_list/3_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits03.active:hover {
  background: url("../img/index/fruits_list/3_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits04 {
  background: url("../img/index/fruits_list/4_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits04.active:hover {
  background: url("../img/index/fruits_list/4_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits04 {
  background: url("../img/index/fruits_list/4_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits04.active:hover {
  background: url("../img/index/fruits_list/4_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits05 {
  background: url("../img/index/fruits_list/5_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits05.active:hover {
  background: url("../img/index/fruits_list/5_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits06 {
  background: url("../img/index/fruits_list/6_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits06.active:hover {
  background: url("../img/index/fruits_list/6_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits07.active {
  background: url("../img/index/fruits_list/7_on.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
/*#main #fruits .fruits_list li.fruits07.active:hover {
  background: url("../img/index/fruits_list/7_on.png") top no-repeat;
  background-size: auto;
}*/
#main #fruits .fruits_list li.fruits08 {
  background: url("../img/index/fruits_list/8_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits08.active:hover {
  background: url("../img/index/fruits_list/8_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits09 {
  background: url("../img/index/fruits_list/9_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits09.active:hover {
  background: url("../img/index/fruits_list/9_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits10 {
  background: url("../img/index/fruits_list/10_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits10.active:hover {
  background: url("../img/index/fruits_list/10_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits11 {
  background: url("../img/index/fruits_list/11_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits11.active:hover {
  background: url("../img/index/fruits_list/11_on.png") top no-repeat;
  background-size: auto;
}
#main #fruits .fruits_list li.fruits12 {
  background: url("../img/index/fruits_list/12_off.png") top no-repeat;
  background-size: auto;
  min-height: 480px;
}
#main #fruits .fruits_list li.fruits12.active:hover {
  background: url("../img/index/fruits_list/12_on.png") top no-repeat;
  background-size: auto;
}
/* fruits tablet */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #main #fruits .fruits_list li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #main #fruits .fruits_list li p.month {
    margin: -100px 0 0 10px;
    font-size: 24rem;
    top: 0;
  }
  #main #fruits .fruits_list li p.month_title {
    margin: 35px auto 0 40%;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: left;
    width: 250px;
  }
  #main #fruits .fruits_list li p.fruits_title {
    margin: 5px auto 5px 40%;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #fff;
    letter-spacing: 3px;
    text-align: left;
    width: 250px;
  }
  #main #fruits .fruits_list li p.detail {
    margin: 40px auto 40px 40%;
    padding: 5px 15px;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    /*display: block;*/
    display: none;
    width: 200px;
  }
  #main #fruits .fruits_list li p.detail a {
    color: #fff;
    text-decoration: none;
  }
  #main #fruits .fruits_list a {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 380px;
    text-decoration: none;
  }
  #main #fruits .fruits_list li.fruits01 {
    background: url("../img/index/fruits_list/1_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits01:hover {
    background: url("../img/index/fruits_list/1_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits02 {
    background: url("../img/index/fruits_list/2_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits02:hover {
    background: url("../img/index/fruits_list/2_off.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits03 {
    background: url("../img/index/fruits_list/3_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits03:hover {
    background: url("../img/index/fruits_list/3_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits04 {
    background: url("../img/index/fruits_list/4_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits04:hover {
    background: url("../img/index/fruits_list/4_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits04 {
    background: url("../img/index/fruits_list/4_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits04:hover {
    background: url("../img/index/fruits_list/4_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits05 {
    background: url("../img/index/fruits_list/5_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits05:hover {
    background: url("../img/index/fruits_list/5_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits06 {
    background: url("../img/index/fruits_list/6_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits06:hover {
    background: url("../img/index/fruits_list/6_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits07.active {
    background: url("../img/index/fruits_list/7_on.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  /*#main #fruits .fruits_list li.fruits07:hover {
    background: url("../img/index/fruits_list/7_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits08 {
    background: url("../img/index/fruits_list/8_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits08:hover {
    background: url("../img/index/fruits_list/8_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits09 {
    background: url("../img/index/fruits_list/9_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits09:hover {
    background: url("../img/index/fruits_list/9_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits10 {
    background: url("../img/index/fruits_list/10_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits10:hover {
    background: url("../img/index/fruits_list/10_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits11 {
    background: url("../img/index/fruits_list/11_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits11:hover {
    background: url("../img/index/fruits_list/11_on.png") top no-repeat;
    background-size: cover;
  }
  #main #fruits .fruits_list li.fruits12 {
    background: url("../img/index/fruits_list/12_off.png") top no-repeat;
    background-size: cover;
    min-height: 380px;
  }
  #main #fruits .fruits_list li.fruits12:hover {
    background: url("../img/index/fruits_list/12_on.png") top no-repeat;
    background-size: cover;
  }
}
/* fruits SP */
@media screen and (max-width: 450px) {
  #main #fruits .fruits_list li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #main #fruits .fruits_list li p.month {
    margin: -40px 0 0 10px;
    font-size: 12rem;
    font-family: "Poppins", sans-serif;
    color: #fff;
    top: 0;
    letter-spacing: -10px;
    transform: scale(0.8, 1);
  }
  #main #fruits .fruits_list li p.month_title {
    margin: 35px auto 0 45%;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: left;
    width: 250px;
  }
  #main #fruits .fruits_list li p.fruits_title {
    margin: 5px auto 5px 45%;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #fff;
    letter-spacing: 3px;
    text-align: left;
    width: 250px;
  }
  #main #fruits .fruits_list li p.detail {
    margin: 30px 10% 30px auto;
    padding: 5px 15px;
    font-size: 0.9rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    /*display: block;*/
    display: none;
    width: 190px;
  }
  #main #fruits .fruits_list li p.detail a {
    color: #fff;
    text-decoration: none;
  }
  #main #fruits .fruits_list a {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 200px;
    text-decoration: none;
  }
  #main #fruits .fruits_list li.fruits01 {
    background: url("../img/index/fruits_list/1_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits01:hover {
    background: url("../img/index/fruits_list/1_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits02 {
    background: url("../img/index/fruits_list/2_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits02:hover {
    background: url("../img/index/fruits_list/2_off.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits03 {
    background: url("../img/index/fruits_list/3_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits03:hover {
    background: url("../img/index/fruits_list/3_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits04 {
    background: url("../img/index/fruits_list/4_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits04:hover {
    background: url("../img/index/fruits_list/4_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits05 {
    background: url("../img/index/fruits_list/5_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits05:hover {
    background: url("../img/index/fruits_list/5_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits06 {
    background: url("../img/index/fruits_list/6_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits06:hover {
    background: url("../img/index/fruits_list/6_on.png") top no-repeat;
    background-size: cover;
  }*/
  /*#main #fruits .fruits_list li.fruits07 {
    background: url("../img/index/fruits_list/7_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }*/
  #main #fruits .fruits_list li.fruits07.active {
    background: url("../img/index/fruits_list/7_on.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  #main #fruits .fruits_list li.fruits07.active:hover {
    background: url("../img/index/fruits_list/7_on.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  #main #fruits .fruits_list li.fruits08 {
    background: url("../img/index/fruits_list/8_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits08:hover {
    background: url("../img/index/fruits_list/8_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits09 {
    background: url("../img/index/fruits_list/9_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits09:hover {
    background: url("../img/index/fruits_list/9_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits10 {
    background: url("../img/index/fruits_list/10_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits10:hover {
    background: url("../img/index/fruits_list/10_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits11 {
    background: url("../img/index/fruits_list/11_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits11:hover {
    background: url("../img/index/fruits_list/11_on.png") top no-repeat;
    background-size: cover;
  }*/
  #main #fruits .fruits_list li.fruits12 {
    background: url("../img/index/fruits_list/12_off.png") top no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  /*#main #fruits .fruits_list li.fruits12:hover {
    background: url("../img/index/fruits_list/12_on.png") top no-repeat;
    background-size: cover;
  }*/
}
/* footer */
#footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#footer .logo {
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
#footer .footer_list {
  width: 50%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .footer_list li {
  margin: 0 15px;
  list-style: none;
}
#footer .footer_list li a {
  text-decoration: none;
  color: #7f7f7f;
}
#footer .footer_list li a:hover {
  font-weight: 500;
  color: #ff511b;
}
#footer .copyright {
  text-align: center;
  margin: 20px auto;
}
#footer .qr {
  text-align: center;
}
#footer .qr img {
  width: 120px;
}
/* footer SP */
@media screen and (max-width: 1024px) {
  #footer .footer_list {
    width: 100%;
    margin: 20px auto;
    display: block;
  }
  #footer .footer_list li {
    margin: 10px;
    list-style: none;
    text-align: center;
  }
  #footer .footer_list li a {
    text-decoration: none;
    color: #7f7f7f;
  }
}