@charset "UTF-8";
/* =================================================================
	top
================================================================= */
/* top_visual */
@media print, screen and (min-width: 769px) {
  #container #nwus_top #top_visual_wrap {
    position: relative;
    line-height: 0;
    width: 100%;
    min-width: 960px;
    background: #000;
  }	
  #container #top_visual {
    line-height: 0;
    min-width: 960px;
    background: url("../img/common/bg_washi_gray.jpg") repeat;
    background-size: contain;
  }
  #container #top_visual .slick-arrow {
    position: absolute;
    display: block;
    box-sizing: border-box;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    background: none;
    text-indent: -9999px;
    border-left: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #container #top_visual:hover .slick-arrow {
    opacity: 1;
  }
  #container #top_visual .slick-prev {
    left: 20px;
    transform: rotate(45deg);
  }
  #container #top_visual .slick-next {
    right: 20px;
    transform: rotate(-135deg);
  }
  #container #top_visual .visual_item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #container #top_visual .slick-arrow {
    position: absolute;
    display: block;
    box-sizing: border-box;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    background: none;
    text-indent: -9999px;
    border-left: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #container #top_visual:hover .slick-arrow {
    opacity: 1;
  }
  #container #top_visual .slick-prev {
    left: 20px;
    transform: rotate(45deg);
  }
  #container #top_visual .slick-next {
    right: 20px;
    transform: rotate(-135deg);
  }
  #container #top_visual .visual_item img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  #container #top_visual {
    height: 800px;
    overflow: hidden;
  }
  #container #top_visual .slick-prev {
    left: 50%;
    margin-left: -680px;
    transform: rotate(45deg);
  }
  #container #top_visual .slick-next {
    right: 50%;
    margin-right: -680px;
    transform: rotate(-135deg);
  }
  #container #top_visual .slick-list {
    width: 1400px;
    margin: 0 auto;
  }
  #container #top_visual .visual_item {
    width: 1400px;
    margin: 0 auto;
  }
  #container #top_visual .visual_item img {
    width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  #container #nwus_top #top_visual_wrap {
    position: relative;
    width: 100%;
	height: 106.67vw;
  }
  #container #top_visual {
    line-height: 0;
    background: #000;
  }
  #container #top_visual .slick-arrow {
    display: none !important;
  }
  #container #top_visual .visual_item {
    width: 100%;
  }
  #container #top_visual .visual_item img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* cart_btn */
@media screen and (min-width: 1400px) {
  /*カート画像サイズ*/
  #container #nwus_top .cart_btn img {
    width: 160px;
    height: 160px;
  }
  /*カートボタン位置*/
  #container #nwus_top #top_visual_wrap .cart_btn {
    position: absolute;
    right: calc(50% - 640px);
    top: 45px !important;
    z-index: 99;
  }
  /*PC版　ロールオーバー*/
  #container #nwus_top #top_visual_wrap .cart_btn:hover {
    transition: opacity 0.5s;
    opacity: .8;
  }
}

@media print, screen and (max-width: 1399px) {
    /*カート画像サイズ*/
  #container #nwus_top .cart_btn img {
    width: 140px;
    height: 140px;
  }
  /*カートボタン位置*/
  #container #nwus_top #top_visual_wrap .cart_btn {
    position: absolute;
    transform: none;
    right: calc(3% + 10px);
    top: calc(8% - 10px);
    z-index: 99;
  }
  /*PC版　ロールオーバー*/
  #container #nwus_top #top_visual_wrap .cart_btn:hover {
    transition: opacity 0.5s;
    opacity: .8;
  }
}
@media print, screen and (max-width: 768px) {
  #container #nwus_top .cart_btn img {
    width: 24vw;
    height: 24vw;
  }	
  #container #nwus_top #top_visual_wrap .cart_btn {
	transform: translateX(50%);
	left: calc(50% - 5vw);
	top: 58vw;
  }
}
/* top_lead */
@media print, screen and (min-width: 769px) {
  #container .top_lead .top_content {
    height: 575px;
    position: relative;
  }
  #container .top_lead .top_lead_heading {
    width: 289px;
    position: absolute;
    top: 76px;
    left: 103px;
  }
  #container .top_lead .top_lead_heading:before {
    content: "";
    width: 35px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -30px;
    left: 4px;
  }
  #container .top_lead .top_lead_notes {
    width: 289px;
    position: absolute;
    top: 217px;
    left: 103px;
  }
  #container .top_lead .top_lead_image img {
    position: absolute;
    left: 50%;
  }
  #container .top_lead .top_lead_image img:nth-child(1) {
    width: 320px;
    top: 36px;
  }
  #container .top_lead .top_lead_image img:nth-child(2) {
    width: 130px;
    top: 300px;
    margin-left: 60px;
  }
  #container .top_lead .top_lead_image img:nth-child(3) {
    width: 215px;
    top: 200px;
    margin-left: 220px;
  }
}
@media print, screen and (min-width: 960px) {
  #container .top_lead .top_content {
    height: 57vw;
  }
  #container .top_lead .top_lead_heading {
    width: 30.17vw;
    top: 7.8vw;
    left: 10.70vw;
  }
  #container .top_lead .top_lead_heading:before {
    width: 3.64vw;
    height: 0.13vw;
    bottom: -3.9vw;
    left: 0.26vw;
  }
  #container .top_lead .top_lead_notes {
    width: 30.17vw;
    top: 22.63vw;
    left: 10.70vw;
  }
  #container .top_lead .top_lead_image img:nth-child(1) {
    width: 33vw;
    top: 6.8vw;
  }
  #container .top_lead .top_lead_image img:nth-child(2) {
    width: 14vw;
    top: 33vw;
    margin-left: 6vw;
  }
  #container .top_lead .top_lead_image img:nth-child(3) {
    width: 22vw;
    top: 24vw;
    margin-left: 24vw;
  }
}
@media screen and (min-width: 1400px) {
  #container .top_lead .top_content {
    height: 750px;
  }
  #container .top_lead .top_lead_heading {
    width: 449px;
    top: 96px;
    left: 50%;
    margin-left: -550px;
  }
  #container .top_lead .top_lead_heading:before {
    width: 50px;
    height: 1px;
    bottom: -57px;
    left: 4px;
  }
  #container .top_lead .top_lead_notes {
    width: 432px;
    top: 333px;
    left: 50%;
    margin-left: -550px;
  }
  #container .top_lead .top_lead_image img:nth-child(1) {
    width: 450px;
    top: 80px;
  }
  #container .top_lead .top_lead_image img:nth-child(2) {
    width: 187px;
    top: 430px;
    margin-left: 119px;
  }
  #container .top_lead .top_lead_image img:nth-child(3) {
    width: 300px;
    top: 329px;
    margin-left: 358px;
  }
}
@media screen and (max-width: 768px) {
  #container .top_lead .top_content {
    width: 100%;
    height: 160vw;
    padding: 7.2vw 3.73vw 0;
    background: url("../img/top/top_lead_bg_sp.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    background-size: contain;
    background-position: bottom;
  }
  #container .top_lead .top_lead_heading {
    width: 70vw;
    margin-bottom: 9vw;
    position: relative;
  }
  #container .top_lead .top_lead_heading:before {
    content: "";
    width: 35px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -4.5vw;
    left: 0;
  }
  #container .top_lead .top_lead_notes {
    font-size: 2.9vw;
    line-height: 1.8;
    font-family: 'Noto Serif Japanese', serif;
  }
}
/* top_enbu */
@keyframes top_enbu_image-frame {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#container .top_enbu .top_enbu-image .top_enbu_image-frame1 {
  background-image: url("../img/top/top_enbu_image_frame1.png");
  animation: top_enbu_image-frame 2.8s infinite ease-in-out;
}
#container .top_enbu .top_enbu-image .top_enbu_image-frame2 {
  background-image: url("../img/top/top_enbu_image_frame2.png");
  animation: top_enbu_image-frame 2.8s 1.4s infinite ease-in-out;
}
@media print, screen and (min-width: 769px) {
  #container .top_enbu {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 40px;
    height: 378px;
    max-height: 550px;
    position: relative;
  }
  #container .top_enbu .top_enbu-image {
    width: 618px;
    height: 378px;
    background: url("../img/top/top_enbu_image_bg.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #container .top_enbu .top_enbu-image img {
    display: block;
    width: 618px;
    height: auto;
    position: relative;
  }
  #container .top_enbu .top_enbu-image .top_enbu_image_bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/top/top_enbu_image_frame0.png");
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }
  #container .top_enbu .top_enbu-image [class*="top_enbu_image-frame"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }
  #container .top_enbu .top_enbu_notes {
    width: 310px;
    height: 310px;
    background: #000000;
    position: absolute;
    top: 34px;
    bottom: 0;
    left: 50%;
    margin-left: 69px;
  }
  #container .top_enbu .top_enbu_notes a {
    display: block;
  }
  #container .top_enbu .top_enbu_notes a:before {
    content: "";
    display: block;
    width: 172px;
    height: 32px;
    position: absolute;
    top: 227px;
    left: 69px;
    background: rgba(255, 255, 255, .5);
    transition: .2s opacity;
    opacity: 0;
    pointer-events: none;
  }
  #container .top_enbu .top_enbu_notes a:hover:before {
    opacity: 1;
  }
  #container .top_enbu .top_enbu_notes img {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  #container .top_enbu {
    max-width: 1400px;
    height: 39.375vw;
    max-height: 550px;
  }
  #container .top_enbu .top_enbu-image {
    width: 64.375vw;
    height: 39.375vw;
  }
  #container .top_enbu .top_enbu-image img {
    width: 64.375vw;
  }
  #container .top_enbu .top_enbu_notes {
    width: 32.29vw;
    height: 32.29vw;
    top: 3.54vw;
    margin-left: 7.0833vw;
  }
  #container .top_enbu .top_enbu_notes a:before {
    width: 17.916vw;
    height: 3.2vw;
    top: 23.65vw;
    left: 7.15vw;
  }
}
@media screen and (min-width: 1400px) {
  #container .top_enbu {
    height: 550px
  }
  #container .top_enbu .top_enbu-image {
    width: 1400px;
    height: 550px;
    top: 0;
    left: 50%;
    margin-left: -700px;
  }
  #container .top_enbu .top_enbu-image img {
    width: 900px;
  }
  #container .top_enbu .top_enbu_notes {
    width: 450px;
    height: 450px;
    top: 50px;
    left: 50%;
    margin-left: 100px;
  }
  #container .top_enbu .top_enbu_notes a:before {
    width: 250px;
    height: 45px;
    top: 330px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #container .top_enbu {
    display: block;
    margin-bottom: 30px;
  }
  #container .top_enbu {
    width: 100%;
  }
  #container .top_enbu .top_enbu-image {
    padding: 2vw 0 5vw;
    background: #000000 url("../img/top/top_enbu_image_bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
  }
  #container .top_enbu .top_enbu-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  #container .top_enbu .top_enbu-image .top_enbu_image_bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/top/top_enbu_image_frame0.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #container .top_enbu .top_enbu-image [class*="top_enbu_image-frame"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #container .top_enbu .top_enbu_notes {
    width: 80%;
    margin: 0 auto;
    background: #000000;
    position: relative;
    transform: translateY(-5vw);
  }
  #container .top_enbu .top_enbu_notes a {
    display: block;
  }
  #container .top_enbu .top_enbu_notes img {
    display: block;
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
}
/* top_kamado */
@media print, screen and (min-width: 769px) {
  #container .top_kamado {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 80px;
    height: 378px;
    max-height: 550px;
    position: relative;
  }
  #container .top_kamado .top_kamado-image {
/*
    width: 618px;
    height: 378px;
*/
    position: absolute;
    top: 0;
    right: 0;
  }
  #container .top_kamado .top_kamado-image img {
    display: block;
/*    width: 618px;*/
    height: auto;
    position: relative;
  }
  #container .top_kamado .top_kamado_notes {
    width: 309px;
    height: 309px;
    background: #000000;
    position: absolute;
    top: 34px;
    bottom: 0;
    left: 50%;
    margin-left: -446px;
  }
  #container .top_kamado .top_kamado_notes a {
    display: block;
  }
  #container .top_kamado .top_kamado_notes a:before {
    content: "";
    display: block;
    width: 172px;
    height: 31px;
    position: absolute;
    top: 226px;
    left: 68px;
    background: rgba(255, 255, 255, .5);
    transition: .2s opacity;
    opacity: 0;
    pointer-events: none;
  }
  #container .top_kamado .top_kamado_notes a:hover:before {
    opacity: 1;
  }
  #container .top_kamado .top_kamado_notes img {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  #container .top_kamado {
    height: 39.375vw;
  }
  #container .top_kamado .top_kamado-image {
    width: 100vw;
    height: 39.375vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  #container .top_kamado .top_kamado-image img {
    width: 100vw;
  }
  #container .top_kamado .top_kamado_notes {
    width: 32.29vw;;
    height: 32.29vw;
    top: 3.54vw;
    bottom: 0;
    left: 50%;
    margin-left: -46.45vw;
  }
  #container .top_kamado .top_kamado_notes a:before {
    width: 17.916vw;
    height: 3.2vw;
    top: 23.65vw;
    left: 7.15vw;
  }
}
@media screen and (min-width: 1400px) {
  #container .top_kamado {
    height: 550px;
  }
  #container .top_kamado .top_kamado-image {
    width: 1400px;
    height: 550px;
    top: 0;
    left: 50%;
    margin-left: -700px;
  }
  #container .top_kamado .top_kamado-image img {
    width: 1400px;
  }
  #container .top_kamado .top_kamado_notes {
    width: 450px;
    height: 450px;
    top: 50px;
    left: 50%;
    margin-left: -650px;
  }
  #container .top_kamado .top_kamado_notes a:before {
    width: 250px;
    height: 45px;
    top: 330px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #container .top_kamado {
    display: block;
    margin-bottom: 30px;
  }
  #container .top_kamado {
    width: 100%;
  }
  #container .top_kamado .top_kamado-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  #container .top_kamado .top_kamado_notes {
    width: 80%;
    margin: 0 auto;
    background: #000000;
    position: relative;
    transform: translateY(-5vw);
  }
  #container .top_kamado .top_kamado_notes a {
    display: block;
  }
  #container .top_kamado .top_kamado_notes img {
    display: block;
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
}
/*top_wagaya */
@media print, screen and (min-width: 769px) {
  #container .top_wagaya {
    display: block;
    width: 100%;
    max-width: 1400px;
    text-decoration: none;
    margin: 0 auto 65px;
    position: relative;
  }
  #container .top_wagaya .top_wagaya_heading, #container .top_wagaya .top_wagaya_notes, #container .top_wagaya .top_wagaya_btn, #container .top_wagaya .top_wagaya-image {
    margin-left: 600px;
  }
  #container .top_wagaya .top_wagaya_heading {
    width: 282px;
    height: 90px;
    padding-top: 25px;
    margin-bottom: 17px;
  }
  #container .top_wagaya .top_wagaya_notes {
    width: 310px;
    margin-bottom: 24px;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 11px;
  }
  #container .top_wagaya .top_wagaya_btn {
    width: 173px;
    margin-bottom: 51px;
  }
  #container .top_wagaya .top_wagaya_btn a {
    display: block;
    transition: background .2s;
  }
  #container .top_wagaya .top_wagaya_btn a:hover {
    background: rgba(0, 0, 0, .3);
  }
  #container .top_wagaya .top_wagaya-image img:first-child {
width: 515px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -447px;
}

}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  #container .top_wagaya .top_wagaya_heading, #container .top_wagaya .top_wagaya_notes, #container .top_wagaya .top_wagaya_btn, #container .top_wagaya .top_wagaya-image {
    margin-left: 51.35vw;
  }
  #container .top_wagaya .top_wagaya_heading {
    width: 29.375vw;
    height: 11vw;
    padding-top: 2.6vw;
    margin-bottom: 1.77vw;
  }
  #container .top_wagaya .top_wagaya_notes {
    width: 32.29vw;
    margin-bottom: 2.5vw;
    font-size: 1.148vw;
  }
  #container .top_wagaya .top_wagaya_btn {
    width: 18.0vw;
    margin-bottom: 5.3vw;
  }
  #container .top_wagaya .top_wagaya-image img:first-child {
    width: 35.83vw;
    margin-left: -39.27vw;
  }

}
@media screen and (min-width: 1400px) {
  #container .top_wagaya {
    display: block;
    width: 1400px;
  }
  #container .top_wagaya .top_wagaya_heading, #container .top_wagaya .top_wagaya_notes, #container .top_wagaya .top_wagaya_btn, #container .top_wagaya .top_wagaya-image {
margin-left: 824px;
  }
  #container .top_wagaya .top_wagaya_heading {
    width: 382px;
    height: 141px;
    padding-top: 20px;
    margin-bottom: 26px;
  }
  #container .top_wagaya .top_wagaya_notes {
    width: 455px;
    margin-bottom: 35px;
    font-size: 16px;
  }
  #container .top_wagaya .top_wagaya_btn {
    width: 250px;
    margin-bottom: 74px;
  }
  #container .top_wagaya .top_wagaya-image img:first-child {
    width: 700px;
    margin-left: -650px;
  }

}
@media screen and (max-width: 768px) {
  #container .top_wagaya {
    padding: 0 3.73vw 8vw;
    margin-bottom: 10vw;

  }
  #container .top_wagaya .top_wagaya-image {
    padding: 0 3vw;
}
  #container .top_wagaya .top_wagaya_heading {
    width: 70vw;
    margin-bottom: 4vw;
  }
  #container .top_wagaya .top_wagaya_notes {
    margin-bottom: 4vw;
    font-size: 2.9vw;
    line-height: 1.8;
  }
  #container .top_wagaya .top_wagaya_btn {
    width: 40vw;
    margin-bottom: 7vw;
  }
  #container .top_wagaya .top_wagaya_btn a {
    display: block;
  }
}
/*top_rice */
@media print, screen and (min-width: 769px) {
  #container .top_rice {
    display: block;
    width: 100%;
    max-width: 1400px;
    height: 310px;
    text-decoration: none;
    margin: 0 auto 70px;
    position: relative;
  }
  #container .top_rice .top_rice_heading, #container .top_rice .top_rice_notes, #container .top_rice .top_rice_btn {
    margin-left: 100px;
  }
  #container .top_rice .top_rice_heading {
    width: 282px;
    padding-top: 35px;
    margin-bottom: 20px;
  }
  #container .top_rice .top_rice_notes {
    width: 285px;
    margin-bottom: 23px;
    font-size: 11px;
  }
  #container .top_rice .top_rice_btn {
    width: 172px;
  }
  #container .top_rice .top_rice_btn a {
    display: block;
    transition: .2s background;
  }
  #container .top_rice .top_rice_btn a:hover {
    background: rgba(0, 0, 0, .3);
  }
  #container .top_rice .top_rice-image {
    width: 480px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  #container .top_rice {
    min-height: 32.29vw;
  }
  #container .top_rice .top_rice_heading, #container .top_rice .top_rice_notes, #container .top_rice .top_rice_btn {
    margin-left: 10.4vw;
  }
  #container .top_rice .top_rice_heading {
    width: 29.375vw;
    padding-top: 3.645vw;
    margin-bottom: 2.083vw;
  }
  #container .top_rice .top_rice_notes {
    width: 29.6875vw;
    margin-bottom: 2.4vw;
    font-size: 1.146vw;
  }
  #container .top_rice .top_rice_btn {
    width: 17.92vw;
  }
  #container .top_rice .top_rice-image {
    width: 50vw;
    margin-left: -3.65vw;
  }
}
@media screen and (min-width: 1400px) {
  #container .top_rice {
    min-height: 450px;
  }
  #container .top_rice .top_rice_heading, #container .top_rice .top_rice_notes, #container .top_rice .top_rice_btn {
    margin-left: 150px;
  }
  #container .top_rice .top_rice_heading {
    width: 342px;
    padding-top: 80px;
    margin-bottom: 27px;
  }
  #container .top_rice .top_rice_notes {
    width: 425px;
    margin-bottom: 36px;
    font-size: 16px;
  }
  #container .top_rice .top_rice_btn {
    width: 250px;
  }
  #container .top_rice .top_rice-image {
    width: 700px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 768px) {
  #container .top_rice {
    padding: 0 3.73vw 8vw;
  }
  #container .top_rice .top_rice_heading {
    width: 70vw;
    margin-bottom: 4vw;
  }
  #container .top_rice .top_rice_notes {
    margin-bottom: 4vw;
    font-size: 2.9vw;
    line-height: 1.8;
  }
  #container .top_rice .top_rice_btn {
    width: 40vw;
    margin-bottom: 5vw;
  }
  #container .top_rice .top_rice_btn a {
    display: block;
  }
  #container .top_rice .top_rice-image {
    padding: 0 3vw;
  }
  #container .top_rice .top_rice-image img {
    display: block;
    margin-bottom: 5vw;
  }
    
}
/*top_function */
@media print, screen and (min-width: 769px) {
  #container .top_function {
    display: block;
    width: 100%;
    max-width: 1400px;
    text-decoration: none;
    margin: 0 auto 60px;
    position: relative;
      height: 310px;
      min-height: 32.29vw;
  }
  #container .top_function .top_function_heading, #container .top_function .top_function_notes, #container .top_function .top_function_btn, #container .top_function .top_function-image {
    margin-left: 600px;
  }
  #container .top_function .top_function_heading {
    width: 282px;
    height: 56px;
    padding-top: 17px;
    margin-bottom: 17px;
  }
  #container .top_function .top_function_notes {
    width: 290px;
    margin-bottom: 24px;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 11px;
  }
  #container .top_function .top_function_btn {
    width: 173px;
    margin-bottom: 40px;
  }
  #container .top_function .top_function_btn a {
    display: block;
    transition: background .2s;
  }
  #container .top_function .top_function_btn a:hover {
    background: rgba(0, 0, 0, .3);
  }
  #container .top_function .top_function-image img{
    width: 515px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -447px;
  }

}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  #container .top_function .top_function_heading, #container .top_function .top_function_notes, #container .top_function .top_function_btn, #container .top_function .top_function-image {
    margin-left: 62.5vw;
  }
  #container .top_function .top_function_heading {
    width: 29.375vw;
    height: 2vw;
    padding-top: 1.77vw;
    margin-bottom: 1.77vw;
  }
  #container .top_function .top_function_notes {
    width: 30.2%;
    margin-bottom: 2.5vw;
    font-size: 1.148vw;
  }
  #container .top_function .top_function_btn {
    width: 18.0vw;
    margin-bottom: 4.167vw;
  }

  #container .top_function .top_function-image img{
    width: 50vw;
    margin-left: -46.56vw;
  }

}
@media screen and (min-width: 1400px) {
  #container .top_function {
    display: block;
    width: 1400px;
    height: 483px;
    min-height: 483px;
  }
  #container .top_function .top_function_heading, #container .top_function .top_function_notes, #container .top_function .top_function_btn, #container .top_function .top_function-image {
    margin-left: 824px;
  }
  #container .top_function .top_function_heading {
    width: 422px;
    height: 30px;
    padding-top: 25px;
    margin-bottom: 28px;
  }
  #container .top_function .top_function_notes {
    width: 420px;
    margin-bottom: 35px;
    font-size: 16px;
  }
  #container .top_function .top_function_btn {
    width: 250px;
    margin-bottom: 60px;
  }
  #container .top_function .top_function-image img{
    width: 700px;
    margin-left: -650px;
  }

}
@media screen and (max-width: 768px) {
  #container .top_function {
    padding: 0 3.73vw 60px;
/*
    margin-bottom: 7.2vw;
    background: url("../img/top/top_function_image1.jpg") no-repeat center bottom;
    background-size: 90vw;
*/
  }
  #container .top_function .top_function_heading {
    width: 70vw;
    margin-bottom: 4vw;
  }
  #container .top_function .top_function_notes {
    margin-bottom: 4vw;
    font-size: 2.9vw;
    line-height: 1.8;
  }
  #container .top_function .top_function_btn {
    width: 40vw;
    margin-bottom: 5vw;
  }
  #container .top_function .top_function_btn a {
    display: block;
  }
      #container .top_function .top_function-image {
    padding: 0 3vw;
}
}