.top_product_title, .top_promise_title, .top_news_title {
  margin: 0 auto;
  width: 1020px;
  text-align: center;
  margin-bottom: 40px;
  color: #362e2b;
  font-size: 2.7rem;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .top_product_title, .top_promise_title, .top_news_title {
    margin-bottom: 8vw;
    font-size: 5vw;
    width: 100%;
    letter-spacing: 0;
  }
}

.top_product_title span.eng, .top_promise_title span.eng, .top_news_title span.eng {
  font-style: oblique;
  display: block;
  font-size: 4.5rem;
  word-break: break-all;
  line-height: 1.2;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .top_product_title span.eng, .top_promise_title span.eng, .top_news_title span.eng {
    font-size: 7vw;
  }
}

.top_product_title span.jp, .top_promise_title span.jp, .top_news_title span.jp {
  display: block;
  font-size: 4rem;
  line-height: 1.2;
  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .top_product_title span.jp, .top_promise_title span.jp, .top_news_title span.jp {
    font-size: 6vw;
  }
}

.top_product_title span.msg, .top_promise_title span.msg, .top_news_title span.msg {
  display: block;
  color: #2b8c43;
  font-size: 2rem;
}

.top_product_title span.msg.attent, .top_promise_title span.msg.attent, .top_news_title span.msg.attent {
  color: #9B0000;
}

@media (max-width: 480px) {
  .top_product_title span.msg, .top_promise_title span.msg, .top_news_title span.msg {
    font-size: 3.8vw;
    text-align: left;
  }
  #index .top_product_title span.msg, #index .top_promise_title span.msg, #index .top_news_title span.msg {
    text-align: center;
  }
}

.top_product_title span:first-child, .top_promise_title span:first-child, .top_news_title span:first-child {
  position: relative;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .top_product_title span:first-child, .top_promise_title span:first-child, .top_news_title span:first-child {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }
}

.top_product_title span:first-child::after, .top_promise_title span:first-child::after, .top_news_title span:first-child::after {
  content: "";
  width: 50px;
  height: 1px;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  background: #362e2b;
  position: absolute;
}

.top_product_btn a {
  display: block;
  text-decoration: none;
  border-radius: 50px;
  background-color: #41b371;
  border: 1px solid #41b371;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 250px;
  text-align: center;
  padding: 11px 47px 10px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #page .top_product_btn a, .top_product_btn #page a {
    width: 100%;
    -webkit-transition: unset;
    transition: unset;
  }
}

.top_product_btn a::after {
  content: " ";
  background: url(../img/btn_arrow01.png) no-repeat left 0px center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 7px auto;
}

@media (max-width: 480px) {
  #page .top_product_btn a::after, .top_product_btn #page a::after {
    width: 13%;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_product_btn a:hover {
    background: #fff;
    color: #41b371;
  }
  .top_product_btn a:hover::after {
    background-image: url(../img/btn_arrow02.png);
    -webkit-animation: arrowMove 0.7s ease-in-out 0s alternate;
            animation: arrowMove 0.7s ease-in-out 0s alternate;
  }
}

.visual {
  min-width: 1020px;
  overflow: hidden;
}

@media (max-width: 896px) {
  .visual {
    min-width: 100%;
  }
  .visual > * {
    max-width: 100%;
  }
}

.visual img {
  display: block;
}

@media (max-width: 480px) {
  .visual img {
    width: 100%;
  }
}

.visual_inner {
  position: relative;
}

.visual_image img {
  width: 100%;
  min-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .visual_image img {
    min-height: auto;
  }
}

.visual_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -300px;
}

@media (max-width: 480px) {
  .visual_logo {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }
  .visual_logo img {
    width: 100%;
  }
}

@media (min-width: 481px) {
  .visual_logo.animate img {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media (min-width: 481px) {
  .visual_logo.effect img {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.top_introduction {
  min-width: 1020px;
  overflow: hidden;
  padding: 60px 0 110px;
}

@media (max-width: 896px) {
  .top_introduction {
    min-width: 100%;
  }
  .top_introduction > * {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .top_introduction {
    padding: 10vw 5vw;
  }
}

.top_introduction_inner {
  margin: 0 auto;
  width: 1020px;
  position: relative;
}

.top_introduction_inner:after {
  content: '';
  display: block;
  clear: both;
}

.top_introduction_inner::before {
  content: "";
  width: 394px;
  height: 358px;
  background: url(../img/mark-pc.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_introduction_inner::before {
    width: 100%;
    height: 100%;
    background-size: 60% auto;
    background-position: top center;
  }
}

.top_introduction_title {
  float: left;
  width: 510px;
  color: #2f9649;
  font-size: 3.5rem;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_introduction_title {
    float: none;
    width: auto;
    font-size: 7vw;
    margin-bottom: 5vw;
  }
}

.top_introduction_msg {
  float: right;
  width: 430px;
  min-height: 230px;
  line-height: 2.3;
}

@media (max-width: 480px) {
  .top_introduction_msg {
    float: none;
    width: auto;
    min-height: auto;
    line-height: 1.8;
    margin-bottom: 10vw;
  }
}

.top_introduction_image {
  float: right;
  clear: right;
  height: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 800px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_introduction_image {
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.top_introduction_image::after {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

@media (max-width: 480px) {
  .top_introduction_image::after {
    content: none;
  }
}

.top_introduction_image img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 480px) {
  .top_introduction_image img {
    position: static;
    width: 100%;
  }
}

@media (min-width: 481px) {
  .top_introduction_image.animate {
    padding-left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top_introduction_image.animate::after {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 481px) {
  .top_introduction_image.effect {
    padding-left: 800px;
    opacity: 1;
  }
  .top_introduction_image.effect::after {
    width: 0;
  }
}

.top_product {
  min-width: 1020px;
  overflow: hidden;
  padding: 80px 0;
  background: url(../img/background-ptn01.png) repeat top center;
}

@media (max-width: 896px) {
  .top_product {
    min-width: 100%;
  }
  .top_product > * {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .top_product {
    padding: 10vw 5vw;
  }
}

.top_product_inner {
  margin: 0 auto;
  width: 1020px;
}

.top_product_list {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .top_product_list {
    margin-bottom: 15vw;
  }
}

.top_product_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_product_list li {
  margin: 0 20px 0 0;
}

@media (max-width: 480px) {
  #contents .top_product_list li {
    width: 47%;
    margin: 0 6% 6% 0;
  }
  #contents .top_product_list li:nth-child(2n) {
    margin-right: 0;
  }
  #contents .top_product_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.top_product_list li:nth-child(4n), .top_product_list li:last-child {
  margin-right: 0;
}

.top_product_list li:nth-child(n+5) {
  margin-top: 40px;
}

.top_product_list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.top_product_list img {
  display: block;
}

@media (max-width: 480px) {
  .top_product_list img {
    width: 100%;
  }
}

@media (min-width: 481px) {
  .top_product_list.animate li {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

@media (min-width: 481px) {
  .top_product_list.effect li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.top_promise {
  min-width: 1020px;
  overflow: hidden;
  padding: 80px 0 95px;
  background: url(../img/top_promise_bg-pc.png) no-repeat center center;
  background-size: cover;
}

@media (max-width: 896px) {
  .top_promise {
    min-width: 100%;
  }
  .top_promise > * {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .top_promise {
    padding: 10vw 5vw;
    background-image: url(../img/top_promise_bg-pc.png);
  }
}

.top_promise_inner {
  margin: 0 auto;
  width: 1020px;
}

.top_promise_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .top_promise_contents {
    display: block;
  }
}

.top_promise_contents_set {
  width: 320px;
  padding: 25px 20px;
  min-height: 370px;
  margin: 0 20px 0 0;
  -webkit-box-shadow: 0px 0px 3px 1px #999;
          box-shadow: 0px 0px 3px 1px #999;
  background: #fff;
}

@media (max-width: 480px) {
  #contents .top_promise_contents_set {
    width: 100%;
    min-height: auto;
    padding: 5vw;
    margin: 0 0 8vw 0;
  }
  #contents .top_promise_contents_set:last-child {
    margin-bottom: 0;
  }
}

.top_promise_contents_set:nth-child(3n), .top_promise_contents_set:last-child {
  margin-right: 0;
}

.top_promise_contents_set:nth-child(n+4) {
  margin-top: 20px;
}

.top_promise_contents_set:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.top_promise_contents_title {
  text-align: center;
  padding: 95px 0 0;
  margin-bottom: 20px;
  color: #008a32;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
  background: no-repeat center top;
}

@media (max-width: 480px) {
  .top_promise_contents_title {
    text-align: left;
    background-position: top left;
    background-size: 12vw auto;
    padding: 8px 0 10px calc(12vw + 13px);
    font-size: 1.7rem;
    margin-bottom: 10px;
    min-height: 14vw;
  }
}

.top_promise_contents_set:nth-child(1) .top_promise_contents_title {
  background-image: url(../img/top_promise_point01-pc.png);
}

@media (max-width: 480px) {
  .top_promise_contents_set:nth-child(1) .top_promise_contents_title {
    background-image: url(../img/top_promise_point01-sp.png);
  }
}

.top_promise_contents_set:nth-child(2) .top_promise_contents_title {
  background-image: url(../img/top_promise_point02-pc.png);
}

@media (max-width: 480px) {
  .top_promise_contents_set:nth-child(2) .top_promise_contents_title {
    background-image: url(../img/top_promise_point02-sp.png);
  }
}

.top_promise_contents_set:nth-child(3) .top_promise_contents_title {
  background-image: url(../img/top_promise_point03-pc.png);
}

@media (max-width: 480px) {
  .top_promise_contents_set:nth-child(3) .top_promise_contents_title {
    background-image: url(../img/top_promise_point03-sp.png);
  }
}

@media (min-width: 481px) {
  .top_promise_contents.animate .top_promise_contents_set {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

@media (min-width: 481px) {
  .top_promise_contents.effect .top_promise_contents_set {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.top_news {
  min-width: 1020px;
  overflow: hidden;
  padding: 80px 0 150px;
}

@media (max-width: 896px) {
  .top_news {
    min-width: 100%;
  }
  .top_news > * {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .top_news {
    padding: 10vw 5vw 25vw;
  }
}

.top_news_inner {
  margin: 0 auto;
  width: 1020px;
}

.top_news_list {
  border-top: 1px solid #b3b7c1;
}

@media (min-width: 481px) {
  .top_news_list.animate {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

@media (min-width: 481px) {
  .top_news_list.effect {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top_news_list li {
  border-bottom: 1px solid #b3b7c1;
}

.top_news_list li.open .heading {
  background: #e5f3e1;
  color: #51b035;
}

.top_news_list li.open .heading span.plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.top_news_list li.open .msg {
  display: block;
}

@media (max-width: 480px) {
  .top_news_list li.open .msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top_news_list .heading {
  padding: 17px 110px 16px 95px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_news_list .heading:hover {
    background: #e5f3e1;
  }
}

@media (max-width: 480px) {
  .top_news_list .heading {
    display: block;
    padding: 5vw calc(25px + 6vw) 5vw 3vw;
  }
}

.top_news_list .heading span.date {
  color: #51b035;
  width: 90px;
  margin-right: 65px;
  word-break: break-all;
}

@media (max-width: 480px) {
  .top_news_list .heading span.date {
    width: auto;
    display: block;
    margin-right: 0;
  }
}

.top_news_list .heading span.title {
  width: 660px;
}

@media (max-width: 480px) {
  .top_news_list .heading span.title {
    width: 100%;
    display: block;
  }
}

.top_news_list .heading span.plus {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 30px;
  background: #41b371;
}

@media (max-width: 480px) {
  .top_news_list .heading span.plus {
    top: 50%;
    right: 3vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.top_news_list .heading span.plus::before, .top_news_list .heading span.plus::after {
  width: 50%;
  height: 0;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_news_list .heading span.plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_news_list .msg {
  display: none;
  border-top: 1px dashed #b3b7c1;
  padding: 40px 80px 40px 95px;
}

.top_news_list .msg:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .top_news_list .msg {
    padding: 8vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top_news_list .msg::after {
    content: none;
  }
}

.top_news_list .images {
  width: 300px;
  float: right;
}

@media (max-width: 480px) {
  .top_news_list .images {
    width: 100%;
  }
}

.top_news_list .images p:not(:last-child) {
  margin-bottom: 25px;
}

.top_news_list .images img {
  display: block;
  width: 100%;
}

.top_news_list .images + .text {
  padding-right: 340px;
}

@media (max-width: 480px) {
  .top_news_list .images + .text {
    padding-right: 0;
    margin-bottom: 8vw;
  }
}
/*# sourceMappingURL=top.css.map */