/* ///// HEADER /////////////////////////////// */
/* -- PC -- */
@media screen and (min-width: 768px) {
  header { display: none; }
  header.MenuFixed {
    display: block;
    position: fixed;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
  }
  @keyframes fade-in {
    0% { display: none; opacity: 0; }
    1% { display: block; opacity: 0; }
    100% { display: block; opacity: 1; }
  }
}

/* MV HEADER
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  #home_hd_body {
    z-index: 99999;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    max-width: 1260px;
    min-width: 1100px;
  }
  #home_hd_logo {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 400px;
  }
  #home_hd_logo img {
    width: 200px;
    height: auto;
  }
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #home_hd_body { display: none; }
}

/* HEADER BANNER
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  ul#hd_banner {
    position: absolute;
    top: 4px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 220px;
    list-style-type: none;
  }
  #hd_banner li {
    width: 100%;
  }
  #hd_banner a {
    display: block;
    padding: 3px 5px 3px 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
  }
  #hd_tel a { background: url(/img/fm/nes01/frame/contact-tel.png) 20px 10px/22px no-repeat; }
  #hd_tel span {
    display: block;
    font-size: 10px;
  }
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  ul#hd_banner { display: none; }
}

/* MAIN_MENU
--------------------------- */
ul#home_main_menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 10px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  width: 520px;
  height: 40px;
  list-style-type: none;
}
ul#home_main_menu li {
  display: inline-block;
}
ul#home_main_menu li a {
  line-height: 40px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
ul#home_main_menu li a:hover {
  text-decoration: none;
  color: orange;
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  ul#home_main_menu { display: none; }
}

/* ///// MAIN VISUAL ////////////////////////// */
/*
  aspect-ratio: 1440/701;
  max-height: 701px;
 */ 
#main_image_area_home{
  width: 100%;
  background-color: #b2e1f3;
}
#main_image_area_home .swiper{
  max-width: 2560px;
  width: 100%;
  height: 100%;
}
#main_image_area_home .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
#main_image_area_home #mv_text_area{
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  text-align: center;
  color: #fff;
}
#mv_text_area p {
  margin: 0 0 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 1px 2px 3px #808080;
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #main_image_area_home {
    margin-top: 70px;
    height: 500px;
  }
  #main_image_area_home .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  #mv_text_area p{
    font-size: 18px;
    line-height: 1.8em;
  }
}

/* ///// BODY ///////////////////////////////// */

/* SECTION PADDING
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  .ContentBody{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .ContentArea .ContentBody{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* 理念
--------------------------- */
#philosophy_section{
  background: #fff url(/img/fm/nes01/home/bg-philosophy-section.png) center center no-repeat;
  text-align: center;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  #philosophy_section .TextBox_ {
    font-size: 20px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  #philosophy_section p{
    text-align: left;
  }
  #philosophy_section img{
    width: 300px;
  }
}

/* PickUp
--------------------------- */
#pickup_section {
  background: #eeefea url(/img/fm/nes01/home/bg-pickup-section.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
#pickup_section h2{
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  #philosophy_area {
    height: 390px;
  }
  #pickup_section h2{
    padding: 30px 0 25px;
  }
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #pickup_section .HeadingBox_ h2{
    padding: 20px 0 15px;
  }
}

/* INFORMATION
--------------------------- */
#information_area {
  padding: 20px 10px 10px;
  background-color: #fff;
}
#information_area .TextBox_ {
  margin-bottom: 0px;
}
ul#information_list {
  margin: 0 auto 35px;
  padding: 0;
  width: 100%;
  list-style-type: none;
  overflow:auto;
}
#information_list li {
  clear: both;
  border-bottom: 1px dotted gray;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
}
#information_list span {
  display: inline-block;
  padding: 3px 0;
}
#information_list .Date {
  width: 120px;
  font-weight: bold;
}
#information_list .Category{
  border: 1px orange solid;
  width: 120px;
  text-align: center;
  font-size: 13px;
  color: orange;
}
#information_list .Title {
  float: right;
  display: block;
  width: 790px;
}
@media screen and (max-width: 767px) {
  #information_list .Category{
    width: 110px;
  }
  #information_list .Title {
    display: block;
    margin-top: 5px;
    width: 100%;
  }
}

