@charset "utf-8";
/* =======================================

  IndexElements

======================================= */
/* ------------------------------------
  #key_visual
------------------------------------ */
#key_visual {
  position: relative;
}
#key_visual .slider {
  visibility: hidden;
  opacity: 0;
}
#key_visual .slider .slick-slide {
  width: 1166px;
  height: 600px;
  padding: 0 3px;
  overflow: hidden;
}
#key_visual .slider .slick-current {
  margin: auto;
}
#key_visual .slider .slick-slide img {
  height: 100%;
  border-radius: 8px;
}

@media only screen and (max-width: 769px) {
  #key_visual .slider .slick-slide {
    padding: 0;
  }
  #key_visual .slider .slick-slide img {
    border-radius: 0;
  }
}

/*
  PLUGINS > SLICK
------------------------------------ */
/* Arrows */
.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
  padding: 0;
  display: block;
  line-height: 41px;
  font-size: 0px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.08);
  z-index: 99;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'aeonmall';
  font-size: 30px;
  color: #133051;
}
.slick-prev {
  margin-left: -583px;
}
.slick-prev:before {
  content: "\e901";
}
.slick-next {
  margin-left: 583px;
}
.slick-next:before {
  content: "\e902";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -40px;
}
.slick-dots li {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li button {
  height: 20px;
  width: 20px;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: #eaeaea;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.slick-dots li.slick-active button:before {
  background: #133051;
}

/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


@media only screen and (max-width: 768px) {
  #key_visual {
    position: relative;
  }
  #key_visual .slider {
    visibility: hidden;
    opacity: 0;
  }
  #key_visual .slider .slick-slide {
    width: 100%;
    height: 100vw;
    margin: 0;
    border-radius: 0;
  }
  #key_visual .slider .slick-slide img {
    height: 100%;
  }
  .slick-prev,
  .slick-next {
    left: auto;
    top: auto;
    bottom: -20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .slick-prev {
    left: 16px;
    margin-left: 0;
  }
  .slick-next {
    right: 16px;
    margin-left: 0;
  }
}

/* ------------------------------------
  COMMON ELEMENTS
  LAYOUT
------------------------------------ */
main section {
  padding: 40px 0;
  position: relative;
}

.ttl_set {
  margin-bottom: 32px;
  text-align: left;
  line-height: 1;
}
.ttl_set h2 {
  margin-bottom: 8px;
  font-size: 2.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.ttl_set h2 + span {
  font-size: 1.6rem;
}

.bg_color {
  background: #f1f5f4;
}

@media only screen and (max-width: 768px) {
  .ttl_set h2 {
    letter-spacing: 0.05em;
  }
}

/* img_link
-----------------------------*/
.img_link {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.img_link a {
  margin: 0;
  display: block;
  position: relative;
  color: #ffffff;
  flex: 1;
}
.img_link figure {
  overflow: hidden;
}
.img_link figure figcaption {
  font-size: 3.3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  top: 8px;
  right: 8px;
}
.img_link figure figcaption span {
  color: #c9e1f3;
}
.img_link figure::after {
  content: '';
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.img_link .info_set {
  width: 100%;
  padding: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.img_link .info_set::after {
  font-family: 'aeonmall';
  content: "\e902";
  color: #ffffff;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.img_link .info_set .link_title {
  margin-bottom: 8px;
  display: block;
  font-size: 2.1rem;
}
.img_link .info_set .link_title_sub {
  display: block;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.img_link .info_set p {
  width: 70%;
  font-size: 1.4rem;
}

.img_link.clm_4 .info_set {
  padding: 16px;
}
.img_link.clm_4 .info_set .link_title {
  font-size: 2rem;
}
.img_link.clm_4 .info_set::after {
  right: 16px;
  bottom: 16px;
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) .img_link a,
  body:not(.tab_view) .img_link a figure img {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) .img_link a:hover figure img {
    transform: scale(1.03);
  }
}

@media only screen and (max-width: 768px) {
  .img_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img_link a {
    width: 100%;
    min-height: 100px;
    flex: auto;
  }
  .img_link figure figcaption {
    font-size: 4vw;
  }
  .img_link .info_set {
    padding: 12px;
  }
  .img_link .info_set::after {
    right: 12px;
    bottom: 12px;
  }
  .img_link .info_set .link_title {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
  .img_link .info_set .link_title_sub {
    font-size: 1rem;
  }
  .img_link .info_set p {
    width: 90%;
  }
  .img_link.clm_4 a {
    width: 50%;
  }
  .img_link.clm_4 .info_set {
    padding: 12px;
  }
  .img_link.clm_4 .info_set .link_title {
    font-size: 1.6rem;
  }
  .img_link.clm_4 .info_set::after {
    right: 12px;
    bottom: 12px;
  }
}

/* txt_bnr
-----------------------------*/
.txt_bnr {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.txt_bnr a {
	width: calc( ( 100% - 16px ) / 2 );
  padding: 8px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.txt_bnr figure {
  width: 108px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.txt_bnr figure.img_frame {
  border: 1px solid #eaeaea;
}
.txt_bnr .info_set .link_title {
  margin-bottom: 8px;
  display: block;
  color: #133051;
  font-weight: 700;
  line-height: 1.4;
}
.txt_bnr .info_set .link_title_sub {
  display: block;
  color: #bdbdbd;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) .txt_bnr a {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) .txt_bnr a:hover {
    background: #eaeaea;
  }
}

@media only screen and (max-width: 768px) {
  .txt_bnr {
    display: block;
  }
  .txt_bnr a {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
  }
  .txt_bnr a:not(:last-child) {
    margin-right: 0;
  }
  .txt_bnr .info_set .link_title_sub {
    font-size: 1rem;
  }
}

/* ------------------------------------
  #future_field
------------------------------------ */
#future_field::after {
  content: '';
  width: 100%;
  height: 130px;
  display: block;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#future_field .btn_field {
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
}
#future_field .btn_field .btn {
  margin-right: 0;
}
#future_field .img_link {
  z-index: 3;
}

@media only screen and (max-width: 1166px) {
  #future_field .btn_field {
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #future_field::after {
    height: 80vw;
  }
  #future_field .btn_field {
    padding: 0 0 32px;
    position: relative;
    top: 0;
    right: 0;
  }
}


/* ------------------------------------
  #sustainable_field
------------------------------------ */
#sustainable_field {
  padding-bottom: 0;
  background: #96b4e5 url('/img/index/sustainable_bg.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
#sustainable_field::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(4,27,52,.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sustainable_field .ttl_set {
  margin-bottom: 40px;
  color: #ffffff;
}
#sustainable_field .info_set {
  background: #ffffff;
}
#sustainable_field .info_set .contents_wrap {
  padding-top: 32px;
  padding-bottom: 40px;
}
#sustainable_field .info_set figure {
  margin-left: 200px;
  float: right;
}
#sustainable_field .info_set p {
  margin-bottom: 32px;
}
#sustainable_field .info_set .btn_field {
  margin-bottom: 0;
}
#sustainable_field .info_set .btn_field .btn {
  margin-right: 0;
}
.btn_field.action_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  padding: 30px 0 0 0;
  border-top: 1px solid #eaeaea;
}
.btn_field.action_field > * {
  width: calc((100% - 30px) / 2);
  margin-right: 10px;
}
.btn.action_btn {
  background: #fff;
  border: 2px solid #00a26a;
}
.btn.action_btn.btn::after {
  color: #00a26a;
}

@media only screen and (max-width: 768px) {
  #sustainable_field {
    background-position: top center;
    background-size: 100% auto;
    background-attachment: scroll;
  }
  #sustainable_field .info_set .contents_wrap {
    padding: 32px 4% 40px;
  }
  #sustainable_field .info_set figure {
    margin: 0 0 24px;
    float: none;
    text-align: center;
  }
  #sustainable_field .info_set figure img {
    width: 50%;
  }
  #sustainable_field .info_set p {
    margin-bottom: 1em;
  }
  .btn_field.action_field {
    padding: 15px 0 0 0;
  }
}


/* ------------------------------------
  #about_field
------------------------------------ */
#about_field::after {
  content: '';
  width: 100%;
  height: 280px;
  display: block;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#about_field .img_link {
  margin-bottom: 32px;
  z-index: 2;
}
#about_field .txt_bnr {
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  #about_field {
    background: #ffffff;
  }
  #about_field::after {
    display: none;
  }
  #about_field .img_link {
    margin-bottom: 24px;
  }
}


/* ------------------------------------
  #info_field
------------------------------------ */
#info_field .news_feed {
  margin-bottom: 0;
  padding: 0 32px 40px;
  background: #ffffff;
  border-radius: 8px;
}
#info_field .news_feed .ttl_set {
  margin-bottom: 24px;
  position: relative;
  top: -16px;
}
#info_field .news_feed .news_list ul {
  border-top: none;
}
#info_field .news_feed .news_list ul li:first-of-type a {
  padding-top: 0;
}
#info_field .news_feed .btn_field {
  top: -4em;
}

#info_field .store_info {
  margin-bottom: 0;
  padding: 16px;
  background: #37598e url('/img/index/store_bg.jpg') center center no-repeat;
  border-radius: 8px;
  background-size: cover;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#info_field .store_info > a {
  display: block;
  color: #ffffff;
  border-top: 1px solid rgba(255,255,255,.7);
  border-left: 1px solid rgba(255,255,255,.7);
  border-right: 1px solid rgba(255,255,255,.7);
  flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#info_field .store_info > a:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,.7);
}
#info_field .store_info .ttl_set {
  text-align: center;
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) #info_field .store_info > a:hover .btn::after {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) #info_field .store_info > a:hover .btn {
    color: #133051;
    background: #f4f4f4;
  }
  body:not(.tab_view) #info_field .store_info > a:hover .btn::after {
    color: #133051;
    right: 0.5rem;
  }
}

@media only screen and (max-width: 768px) {
  #info_field {
    padding-top: 64px;
    padding-bottom: 0;
  }
  #info_field > .clm_2 {
    display: block;
  }
  #info_field .news_feed {
    width: 100vw;
    margin: 0 0 0 -4vw;
    padding: 0 0 32px;
    border-radius: 0;
  }
  #info_field .news_feed .news_list {
    margin-left: 0!important;
  }
  #info_field .news_feed .ttl_set {
    margin-bottom: 16px;
    left: 4vw;
  }
  #info_field .news_feed .btn_field {
    position: relative;
    top: 0;
  }

  #info_field .store_info {
    width: 100vw;
    margin: 0 0 0 -4vw;
    border-radius: 0;
    display: block;
  }
  #info_field .store_info > a {
    padding: 32px 0;
    display: block;
    text-align: center;
  }
  #info_field .store_info .ttl_set h2 {
    font-size: 2.5rem;
  }
}


/* ------------------------------------
  #notice_field
------------------------------------ */
#notice_field .btn_field {
  position: absolute;
  top: 10px;
  right: 0;
  margin-bottom: 0;
  z-index: 2;
}

#notice_field .btn_field .btn {
  margin-right: 0;
}

@media only screen and (max-width: 1166px) {
  #notice_field .btn_field {
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #notice_field .btn_field {
    padding: 0 0 32px;
    position: relative;
    top: 0;
    right: 0;
  }
}

/* =====================================
  ClearFixElements
===================================== */
.clearfix::after,
#sustainable_field .info_set .contents_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix::before,
#sustainable_field .info_set .contents_wrap::before {
  content: "";
  display: block;
  clear: both;
}
.clearfix,
#sustainable_field .info_set .contents_wrap {
  display: block;
}
