@charset "UTF-8";
/**
 * テーマカラー(オレンジ) : #f39800
 *
 * グリッドシステムブレークポイント : [768px] [992px] [1200px]
 *
 */

/*
INTRO
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.intro {
  height: 680px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .intro {
    height: auto;
  }
}

/* Main Image
------------------------------------ */
.intro_img {
  background-image: url('/images/index/main-img.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 535px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .intro_img {
    height: 375px;
  }
}

/* Copy & Summary
------------------------------------ */
h1.intro_copy {
  background-image: none;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  height: auto;
  line-height: 5.5rem;
  padding: 0;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0,0,0,.7);
}
@media (min-width: 1200px) {
  h1.intro_copy {
    margin-top: 90px;
    margin-left: 80px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  h1.intro_copy {
    margin-top: 70px;
    margin-left: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  h1.intro_copy {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h1.intro_copy {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 30px;
    margin-left: 10px;
    text-align: left;
  }
}

.intro_summary {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.8rem;
  text-align: left;
  text-shadow: 0px 0px 5px rgba(0,0,0,.7);
}
@media (min-width: 1200px) {
  .intro_summary {
    margin-top: 30px;
    margin-left: 80px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .intro_summary {
    margin-top: 25px;
    margin-left: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .intro_summary {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .intro_summary {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* Intro Topics
------------------------------------ */
.intro_topics {
  bottom: 0;
  height: 300px;
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  .intro_topics {
    margin-bottom: 30px;
  }
}
.intro_wrap {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .intro_wrap {
    width: 1164px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .intro_wrap {
    width: 964px;
  }
}
.topic {
  background-color: #f39800;
  border-radius: 50%;
  box-shadow: 1px 1px 7px 0 rgba(0,0,0,.4);
  display: block;
  height: 260px;
  position: absolute;
  transition: all 200ms ease 0s;
  width: 260px;
}

/* Circle
-------------------------- */
#topic_01 {
  left: 70px;
  top: 0;
}
#topic_02 {
  left: 50%;
  margin-left: -132px;
  top: 35px;
}
#topic_03 {
  right: 70px;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #topic_01 {
    left: 10px;
  }
  #topic_03 {
    right: 10px;
  }
}
.topic_num {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.topic_title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  transition: all 200ms ease 0s;
}
.topic_desc {
  color: #fff;
  display: none;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
a.topic_more {
  background-color: #fff;
  border-radius: 1rem;
  color: #f39800;
  display: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4rem;
  margin: 10px auto 0;
  padding: .3rem 1rem;
  text-align: center;
  transition: all 200ms ease 0s;
  width: 110px;
}
.topic.active .topic_title {
  margin-top: 10px;
}
.topic.active .topic_desc,
.topic.active a.topic_more {
  display: block;
}
.topic.active a.topic_more:hover {
  opacity: .8;
}

/* Collapsed
-------------------------- */
@media (max-width: 991px) {
  .intro_topics {
    height: auto;
    margin-top: 10px;
    position: relative;;
  }
  .intro_topics .intro_wrap {
    width: 100%;
  }
  .topic {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    height: 6.5rem;
    position: relative;;
    transition: all 200ms ease 0s;
    width: 100%;
  }
  .topic.active {
    height: calc(6.5rem + 12.5rem);
  }
  #topic_01 {
    left: 0;
    top: 0;
  }
  #topic_02 {
    left: 0;
    margin: 0;
    top: 0;
  }
  #topic_03 {
    left: 0;
    top: 0;
  }
  .topic_summary {
    background-color: #f39800;
    border-bottom: solid 1px #fff;
    height: 6.5rem;
    width: 100%;
  }
  .topic.active .topic_summary {
    border-bottom: 0;
  }
  .topic_num {
    color: #fff;
    font-size: 3rem;
    line-height: 3.6rem;
    margin: 0;
    padding: 3px 0 0;
  }
  .topic_title {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    text-align: center;
    transition: all 200ms ease 0s;
  }
  .topic.active .topic_title {
    margin: 0;
  }
  .topic_detail {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2) inset;
    display: none;
    height: 12.5rem;
    padding: 10px 0;
  }
  .topic.active .topic_detail {
    display: block;
  }
  .topic_desc {
    color: #f39800;
    font-weight: bold;
    line-height: 2.2rem;
    margin: 0;
  }
  a.topic_more {
    background-color: #f39800;
    color: #fff;
  }
}


/*
NEWS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.news {
  position: relative;
}
.newstopic {
  border-bottom: solid 1px #d2d2d2;
  display: block;
  letter-spacing: -1em;
  padding: 15px 0;
  transition: all 200ms ease 0s;
}
.newstopic:hover {
  background-color: #eee;
}
.newstopic_date {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: normal;
  margin: 0;
  width: 135px;
}
.newstopic_category {
  background-color: #959595;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: normal;
  margin: 0;
  text-align: center;
  width: 100px;
}
.newstopic_summary {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: normal;
  margin: 0 0 0 15px;
}
@media (max-width: 439px) {
  .newstopic_summary {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.news .more {
  margin-top: 20px;
  width: 210px;
}


/*
PRODUCTS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.products {
}
.products .h2summary {
  margin-bottom: 30px;
}
.product_sample {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .product_sample {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product_sample {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
    width: 200px;
  }
}
.product_sample h3 {
  border: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 5px #666;
  top: 80px;
  transition: all 200ms ease 0s;
  width: 100%;
}
.product_sample:hover h3 {
  top: 40px;
}
.product_sample#product04 h3 {
  top: 70px;
}
.product_sample#product04:hover h3 {
  top: 30px;
}
.product_sample p {
  background-color: rgba(0,0,0,.4);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  height: 190px;
  margin: 0;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: 190px;
  transition: all 200ms ease 0s;
  width: 100%;
}
.product_sample:hover p {
  top: 85px;
}
#product01 { background-image: url('/images/products/tempura.jpg'); }
#product02 { background-image: url('/images/products/rice.jpg'); }
#product03 { background-image: url('/images/products/chinese.jpg'); }
#product04 { background-image: url('/images/products/fried.jpg'); }
#product05 { background-image: url('/images/products/others.jpg'); }
.products .more {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 210px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .product_sample h3 {
    font-size: 1.8rem;
    top: 65px;
  }
  .product_sample:hover h3 {
    top: 20px;
  }
  .product_sample#product04 h3 {
    top: 55px;
  }
  .product_sample#product04:hover h3 {
    top: 10px;
  }
  .product_sample p {
    font-size: 1.2rem;
    height: 160px;
    top: 160px;
  }
  .product_sample:hover p {
    top: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .product_sample h3 {
    font-size: 1.8rem;
    top: 42px;
  }
  .product_sample:hover h3 {
    top: 42px;
  }
  .product_sample#product04 h3 {
    top: 32px;
  }
  .product_sample#product04:hover h3 {
    top: 32px;
  }
  .product_sample p {
    font-size: 1.2rem;
    height: 160px;
    top: 90px;
  }
  .product_sample:hover p {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .product_sample h3 {
    font-size: 2.2rem;
    top: 45px;
  }
  .product_sample:hover h3 {
    top: 45px;
  }
  .product_sample#product04 h3 {
    top: 35px;
  }
  .product_sample#product04:hover h3 {
    top: 35px;
  }
  .product_sample p {
    font-size: 1.3rem;
    height: 160px;
    top: 100px;
  }
  .product_sample:hover p {
    top: 100px;
  }
}
