#index #container {
  padding-top: 0;
}

#index .note {
  color: #3f210e;
  text-align: right;
  padding-top: 8px;
  padding-right: 8px;
}

@media (max-width: 1010px) {
  #index .note {
    width: 62%;
    padding-left: 37%;
  }
}

@media (max-width: 400px) {
  #index .note {
    text-align: left;
  }
}

#index .note p {
  width: 100%;
  line-height: 1.2;
  font-size: 10px;
}

@media (max-width: 720px) {
  #index .note p {
    font-size: 8px;
    text-align: right;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 720px) {
  #index footer {
    margin-top: -30px;
  }
}

#top-contents {
  position: relative;
  margin-top: 75px;
}

@media (max-width: 720px) {
  #top-contents {
    margin-top: 59px;
  }
}

#main-visual {
  background: #fff;
  background-size: cover;
  position: relative;
  margin: 0;
}

#main-visual .mv-link {
  position: absolute;
  width: 261px;
  bottom: -67px;
  left: 105.5px;
  z-index: 5;
}

@media (max-width: 720px) {
  #main-visual .mv-link {
    width: 140px;
    bottom: -44px;
    left: 20px;
  }
}

#main-visual .mv-link a {
  display: block;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#main-visual .mv-link a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#main-visual .v-cm {
  position: relative;
}

#main-visual .v-cm a {
  display: block;
}

#main-visual .v-cm .upper-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../images/top2/mv_cm.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 720px) {
  #main-visual .v-cm .upper-layer {
    position: relative;
    background-image: url("../images/top2/mv_cm_sp.jpg");
    z-index: 0;
    background-size: 100%;
  }
  #main-visual .v-cm .upper-layer:before {
    content: "";
    display: block;
    padding-top: 120%;
  }
}

#main-visual .v-cm .mov-area {
  position: relative;
}

@media (max-width: 720px) {
  #main-visual .v-cm .mov-area {
    position: absolute;
    width: 89.33333%;
    height: 40.77778%;
    top: 29.33333%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}

#main-visual .v-cm .mov {
  position: relative;
}

@media (max-width: 720px) {
  #main-visual .v-cm .mov {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
}

#main-visual .v-cm .ballooon {
  position: absolute;
  width: 28.0597%;
  top: -21.25341%;
  left: 7.76119%;
  z-index: 5;
}

#main-visual .v-cm .cm {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  #main-visual .v-cm .cm {
    width: 100.3%;
  }
}

#top-about {
  position: relative;
  padding: 0;
  z-index: 1;
}

#top-about .section-ttl h2 {
  width: 100px;
  margin: 0 auto 10px auto;
}

#top-about .section-ttl p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
  color: #3f210e;
}

@media (max-width: 720px) {
  #top-about .section-ttl p {
    margin-bottom: 30px;
  }
}

#top-about .section-inner {
  max-width: 1004px;
  background: url("../images/top2/bg_top_about.gif") no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

@media (max-width: 1004px) {
  #top-about .section-inner {
    background: url("../images/top2/bg_top_about_wood.gif") repeat;
    background-size: 100%;
    padding: 10px;
    margin-bottom: 112px;
  }
}

@media (max-width: 720px) {
  #top-about .section-inner {
    margin-bottom: 60px;
  }
}

#top-about .about-detail {
  position: relative;
  padding-top: 76px;
  padding-bottom: 45px;
  margin-bottom: 112px;
}

@media (max-width: 1004px) {
  #top-about .about-detail {
    background: url("../images/top2/bg_pattern_cambus.jpg") repeat;
    background-size: 400px;
    margin-bottom: 0px;
  }
}

@media (max-width: 720px) {
  #top-about .about-detail {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

#top-about .about-detail .txt {
  position: relative;
  z-index: 10;
  max-width: 703px;
  margin: 0 auto 30px auto;
  zoom: 1;
}

#top-about .about-detail .txt:before, #top-about .about-detail .txt:after {
  content: "";
  display: table;
}

#top-about .about-detail .txt:after {
  clear: both;
}

#top-about .about-detail h3 {
  width: 49.78663%;
  max-width: 350px;
  float: left;
}

@media (max-width: 720px) {
  #top-about .about-detail h3 {
    width: 69.33333%;
    float: none;
    margin: 0 auto;
  }
}

#top-about .about-detail h3 img {
  width: 100%;
  height: auto;
}

#top-about .about-detail p {
  letter-spacing: 0.05em;
  padding-top: 8px;
  padding-left: 33px;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
  color: #3f210e;
  margin-bottom: 0;
  float: left;
}

@media (max-width: 720px) {
  #top-about .about-detail p {
    padding-top: 20px;
    padding-left: 0;
    font-size: 12px;
    text-align: center;
    float: none;
  }
}

#top-about .about-detail p strong {
  padding-top: 8px;
  font-size: 15px;
  display: block;
  color: #00b7ee;
  font-weight: 700;
  font-weight: bold;
}

#top-about .about-detail .illust-1,
#top-about .about-detail .illust-2,
#top-about .about-detail .illust-3,
#top-about .about-detail .illust-4 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

#top-about .about-detail .illust-1 img,
#top-about .about-detail .illust-2 img,
#top-about .about-detail .illust-3 img,
#top-about .about-detail .illust-4 img {
  width: 100%;
  height: auto;
}

#top-about .about-detail .illust-1:before,
#top-about .about-detail .illust-2:before,
#top-about .about-detail .illust-3:before,
#top-about .about-detail .illust-4:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#top-about .about-detail .illust-1 {
  top: -36px;
  left: 46px;
  width: 13.89442%;
  background-image: url("../images/top2/top_about_flower_1.png");
}

@media (max-width: 720px) {
  #top-about .about-detail .illust-1 {
    top: -25px;
    left: 2.8169%;
    width: 21.83099%;
  }
}

#top-about .about-detail .illust-1:before {
  padding-top: 125%;
}

#top-about .about-detail .illust-2 {
  top: -27px;
  right: 50px;
  width: 11.90239%;
  background-image: url("../images/top2/top_about_flower_2.png");
}

@media (max-width: 720px) {
  #top-about .about-detail .illust-2 {
    top: -18px;
    right: 2.25352%;
    width: 22.53521%;
  }
}

#top-about .about-detail .illust-2:before {
  padding-top: 81%;
}

#top-about .about-detail .illust-3 {
  bottom: 15px;
  left: 40px;
  width: 11.70319%;
  background-image: url("../images/top2/top_about_flower_3.png");
}

@media (max-width: 1004px) {
  #top-about .about-detail .illust-3 {
    bottom: 0;
  }
}

@media (max-width: 720px) {
  #top-about .about-detail .illust-3 {
    background-image: url("../images/top2/top_about_flower_3_sp.png");
    background-size: cover;
    bottom: -20px;
    left: -5px;
    width: 21.12676%;
  }
}

#top-about .about-detail .illust-3:before {
  padding-top: 116%;
}

@media (max-width: 720px) {
  #top-about .about-detail .illust-3:before {
    padding-top: 174%;
  }
}

#top-about .about-detail .illust-4 {
  bottom: -28px;
  right: 45px;
  width: 12.05179%;
  background-image: url("../images/top2/top_about_flower_4.png");
}

@media (max-width: 720px) {
  #top-about .about-detail .illust-4 {
    bottom: -20px;
    right: -3px;
    width: 20.56338%;
  }
}

#top-about .about-detail .illust-4:before {
  padding-top: 140%;
}

#top-products {
  position: relative;
}

@media (max-width: 720px) {
  #top-products {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

#top-products:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 38%;
  top: 28%;
  left: 0;
  background: url("../images/top2/bg_pattern_cambus.jpg") repeat;
  background-size: 400px;
  z-index: 0;
}

@media (max-width: 720px) {
  #top-products:before {
    height: 29.2%;
    top: 33.5%;
  }
}

@media (max-width: 380px) {
  #top-products:before {
    height: 29.2%;
    top: 31.5%;
  }
}

@media (max-width: 340px) {
  #top-products:before {
    top: 29%;
  }
}

#top-products .section-ttl h2 {
  width: 136px;
  margin: 0 auto 10px auto;
}

@media (max-width: 720px) {
  #top-products .section-ttl h2 {
    width: 88px;
  }
}

#top-products .section-ttl p {
  text-align: center;
  font-size: 12px;
  color: #3f210e;
  margin-bottom: 0;
}

#top-products .swiper-container {
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 50px;
  width: 73.4375%;
  margin: 0 auto;
}

@media (max-width: 720px) {
  #top-products .swiper-container {
    overflow: visible;
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
}

#top-products .swiper-container-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
  width: 320px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 50;
  border-radius: 50px;
  background: #ffd8b7;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 720px) {
  #top-products .swiper-container-horizontal > .swiper-scrollbar {
    width: 100%;
  }
}

#top-products .swiper-scrollbar-drag {
  border-radius: 50px;
  background: #ff7e12;
}

#top-products .product-img {
  background-size: 100%;
}

#top-products .swiper-slide figure {
  position: relative;
  margin-bottom: 12px;
}

@media (max-width: 720px) {
  #top-products .swiper-slide figure {
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
}

#top-products .swiper-slide.swiper-slide-active figure, #top-products .swiper-slide.swiper-slide-next figure {
  opacity: 1;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#top-products .swiper-slide h3 {
  font-size: 13px;
  color: #3f210e;
}

@media (max-width: 720px) {
  #top-products .swiper-slide h3 {
    font-size: 12px;
  }
}

#top-products .swiper-slide p {
  font-size: 10px;
  color: #3f210e;
}

#top-products .swiper-slide a {
  position: relative;
  display: block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#top-products .swiper-slide a.new:before {
  position: absolute;
  top: -6px;
  left: -6px;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/common/badge_new.png");
  background-size: 40px;
  background-repeat: no-repeat;
}

@media (max-width: 720px) {
  #top-products .swiper-slide a.new:before {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}

#top-products .swiper-slide a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 720px) {
  #top-products .swiper-slide a:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

#top-products .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

#top-products .arr-l,
#top-products .arr-r {
  position: absolute;
  width: 53.5px;
  top: 33%;
  z-index: 10;
  padding: 20px;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 1120px) {
  #top-products .arr-l,
  #top-products .arr-r {
    top: 31%;
  }
}

@media (max-width: 720px) {
  #top-products .arr-l,
  #top-products .arr-r {
    width: 32.5px;
    padding: 20px 10px;
  }
}

@media (max-width: 340px) {
  #top-products .arr-l,
  #top-products .arr-r {
    top: 24%;
  }
}

#top-products .arr-l:hover,
#top-products .arr-r:hover {
  opacity: .6;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#top-products .arr-l {
  left: 66.5px;
}

@media (max-width: 1120px) {
  #top-products .arr-l {
    left: 0;
  }
}

@media (max-width: 720px) {
  #top-products .arr-l {
    left: -30px;
  }
}

#top-products .arr-r {
  right: 66.5px;
}

@media (max-width: 1120px) {
  #top-products .arr-r {
    right: 0;
  }
}

@media (max-width: 720px) {
  #top-products .arr-r {
    right: -30px;
  }
}

#top-news {
  position: relative;
  padding-top: 100px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  #top-news {
    padding-top: 60px;
  }
}

#top-news .section-ttl h2 {
  width: 92.5px;
  margin: 0 auto 10px auto;
}

@media (max-width: 720px) {
  #top-news .section-ttl h2 {
    width: 61.5px;
  }
}

#top-news .section-ttl p {
  text-align: center;
  font-size: 12px;
  color: #3f210e;
  margin-bottom: 60px;
}

@media (max-width: 720px) {
  #top-news .section-ttl p {
    margin-bottom: 104px;
  }
}

#top-news .article-wrap {
  position: relative;
  padding-top: 0;
  background: url("../images/top2/bg_pattern_cambus.jpg") repeat;
  background-size: 400px;
  margin: 0 auto 30px auto;
  z-index: 1;
  min-height: 280px;
}

@media (max-width: 720px) {
  #top-news .article-wrap {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

#top-news .article-wrap .inner {
  max-width: 810px;
  margin: 0 auto;
  zoom: 1;
}

@media (max-width: 930px) {
  #top-news .article-wrap .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#top-news .article-wrap .inner:before, #top-news .article-wrap .inner:after {
  content: "";
  display: table;
}

#top-news .article-wrap .inner:after {
  clear: both;
}

#top-news .article-wrap .slider {
  width: 100%;
  margin-top: -40px;
  border: 1px solid #ddd;
  background: #fff;
}

@media (max-width: 720px) {
  #top-news .article-wrap .slider {
    margin-top: -75px;
  }
}

#top-news .article-wrap .slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#top-news .article-wrap .news-img {
  width: 34.5679%;
  float: left;
  padding-bottom: 8px;
}

@media (max-width: 720px) {
  #top-news .article-wrap .news-img {
    width: 83.58209%;
    float: none;
    margin: 0 auto;
  }
}

#top-news .article-wrap .news-img a {
  display: block;
  line-height: 1;
}

#top-news .article-wrap .news-img .img {
  vertical-align: bottom;
}

#top-news .article-wrap .news-body {
  width: 60.49383%;
  float: right;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 720px) {
  #top-news .article-wrap .news-body {
    width: 100%;
    float: none;
    padding-top: 13px;
    padding-bottom: 22px;
  }
}

#top-news .article-wrap h2.ttl {
  font-size: 15px;
  font-weight: bold;
  font-weight: 700;
  color: #3f210e;
  text-align: left;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media (max-width: 720px) {
  #top-news .article-wrap h2.ttl {
    font-size: 17px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    letter-spacing: 0em;
    width: 100%;
  }
}

#top-news .article-wrap .txt {
  font-size: 13px;
  color: #3f210e;
  text-align: left;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 720px) {
  #top-news .article-wrap .txt {
    font-size: 12px;
  }
}

#top-news .article-wrap .date {
  font-size: 15px;
  font-weight: bold;
  font-weight: 700;
  color: #3f210e;
  padding-top: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 720px) {
  #top-news .article-wrap .date {
    font-size: 12px;
    padding-top: 12px;
  }
}

#top-news .article-wrap .inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  #top-news .article-wrap .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#top-news .slick-dots {
  position: absolute;
  bottom: -32px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 720px) {
  #top-news .slick-dots {
    bottom: -36px;
  }
}

#top-news .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  background: #ddd;
  border-radius: 10px;
}

#top-news .slick-dots li.slick-active {
  background: #ff7e12;
}

#top-news .slick-dots li button {
  display: none;
}

#top-news .md-news-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.7);
}

#top-news .md-news-modal img {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border: 1px solid #ddd;
}

#top-news .md-btn-more {
  width: 160px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  #top-news .md-btn-more {
    margin-bottom: 125px;
  }
}
