@charset "UTF-8";
/* SASS Document */
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 767px) {
  /* ------------------------------------------
  MENU Button
  ------------------------------------------ */
  #menu_sp_button {
    position: fixed;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #067E50;
    border: 1px #fff solid;
    z-index: 1000;
  }
  #menu_sp_button #menu_sp_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 3px;
    margin: -1px 0 0 -12px;
    background-color: #fff;
    transition: .2s;
  }
  #menu_sp_button #menu_sp_icon:before, #menu_sp_button #menu_sp_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: #fff;
    transition: .3s;
  }
  #menu_sp_button #menu_sp_icon:before {
    margin-top: -9px;
  }
  #menu_sp_button #menu_sp_icon:after {
    margin-top: 6px;
  }
  #menu_sp_button #menu_sp_icon.close {
    background: transparent;
  }
  #menu_sp_button #menu_sp_icon.close:before, #menu_sp_button #menu_sp_icon.close:after {
    margin-top: -2px;
  }
  #menu_sp_button #menu_sp_icon.close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #menu_sp_button #menu_sp_icon.close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  header {
    background: url("../img/main_sp.jpg") no-repeat;
    background-size: cover;
  }
  header > .main_visual > .main_navi_open {
    left: 0 !important;
  }
  header > .main_visual > .main_navi {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #09913E;
    padding-top: 60px;
    transition: all .3s;
  }
  header > .main_visual > .main_navi > ul > li {
    border-bottom: 2px #fff solid;
  }
  header > .main_visual > .main_navi > ul > li:first-child {
    border-top: 2px #fff solid;
  }
  header > .main_visual > .main_navi > ul > li > a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  header > .main_visual > .main_navi > ul > li > a:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  header > .main_visual > .main_navi > ul > li:nth-child(6) a {
    background: #fc563a;
    border: 1px solid #ff613f;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(6) > a:before {
    transform: rotate(135deg);
  }
  header > .main_visual > h1 {
    clear: both;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  header > .main_visual > h1 > .lead {
    display: block;
    font-size: 6vw;
    line-height: 1;
    margin-bottom: 10px;
    overflow: hidden;
    text-shadow: 0 0 25px #619800, 0 0 20px #619800, 0 0 0.40px #619800;
  }
  header > .main_visual > h1 > .maincopy {
    font-size: 10vw;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0 0 25px #619800, 0 0 20px #619800, 0 0 0.40px #619800;
  }
  header > .main_visual > .logo {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  footer > .top {
    margin-top: -14px;
  }

  /* -------------------------------------
    ボタン
  ------------------------------------- */
  .top_btn {
    margin-bottom: 10px;
  }
  .top_btn .button {
    text-align: center;
  }
  .top_btn .button > a {
    display: inline-block;
    position: relative;
    padding: 15px 30px 15px 45px;
    text-decoration: none;
    background-color: #FD563A;
    color: #fff;
    -webkit-transition: background,border,color .3s;
    transition: background-color,border,color .3s;
  }
  .top_btn .button > a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    content: "";
  }

  /* -------------------------------------
    日本地図
  ------------------------------------- */
  .top_japan {
    padding-top: 30px;
    overflow: hidden;
  }
  .top_japan > .youtube {
    width: 94%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .top_japan > .section_wrap > section {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    overflow: hidden;
  }
  .top_japan > .section_wrap > section > .text {
    background: url("../img/bg_japan_sp.png") no-repeat center center;
    background-size: contain;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 2.5;
  }
  .top_japan > .section_wrap > section > .button {
    margin-bottom: 40px;
    text-align: center;
  }
  .top_japan > .section_wrap > section > .button > a {
    position: relative;
    padding: 15px 30px 15px 45px;
    text-decoration: none;
    background-color: #FD563A;
    color: #fff;
    -webkit-transition: background,border,color .3s;
    transition: background-color,border,color .3s;
  }
  .top_japan > .section_wrap > section > .button > a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .top_japan > .section_wrap > section > .button > a:hover {
    background-color: #fe816c;
  }

  /* -------------------------------------
    新着情報
  ------------------------------------- */
  .top_news {
    background: url("../cmn/img/bg2.png");
    overflow: hidden;
    padding: 30px 0 40px;
  }
  .top_news > h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .top_news > .news_wrap {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .top_news > .news_wrap  > .news_inner {
    margin-bottom: 25px;
  }
  .top_news > .news_wrap > section {
    background-color: #fff;
    border-radius: 7px;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .top_news > .news_wrap > section > .news_line {
    width: 100%;
    border-bottom: 2px #FAD6CF solid;
    margin-bottom: 20px;
  }
  .top_news > .news_wrap > section > .news_line > .date_cat > .date {
    display: inline-block;
    padding-right: 1em;
  }
  .top_news > .news_wrap > section > .news_line > .date_cat > .category {
    display: inline-block;
    width: 10em;
    padding-bottom: 10px;
  }
  .top_news > .news_wrap > section > .news_line > .date_cat > .category > span {
    text-align: center;
    background-color: #FD563A;
    border-radius: 30px;
    color: #fff;
    padding: 3px 20px;
    font-size: 12px;
  }
  .top_news > .news_wrap > section > .news_line > .text {
    padding-bottom: 10px;
    color: #FD563A;
  }
  .top_news > .news_wrap > section > .news_line > .text > a {
    text-decoration: none;
    color: #FD563A;
  }
  .top_news > .news_wrap > section > .news_line > .text > a:hover {
    text-decoration: underline;
  }
  .top_news > .news_wrap > section > .news_line:first-child > div {
    padding-top: 0;
  }
  .top_news > .news_wrap > section > .news_line:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .top_news > .news_wrap > section > .news_line:last-child > .text {
    padding-bottom: 0;
  }
  .top_news > .news_wrap .bnr {
    margin-top: 25px;
  }
  .top_news > .news_wrap .bnr li + li {
    margin-top: 10px;
  }

  /* -------------------------------------
    商品のご紹介
  ------------------------------------- */
  .top_special {
    overflow: hidden;
    background-color: #fff;
  }
  .top_special > section {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .top_special > section > h2 {
    padding-top: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .top_special > section > .text {
    overflow: hidden;
    margin-bottom: 35px;
  }
  .top_special > section > .button {
    text-align: center;
    margin-bottom: 30px;
  }
  .top_special > section > .button > a {
    position: relative;
    padding: 10px 30px 10px 45px;
    text-decoration: none;
    color: #FD563A;
    border: 1px #FD563A solid;
    background-color: #fff;
    -webkit-transition: background,border,color .3s;
    transition: background-color,border,color .3s;
  }
  .top_special > section > .button > a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #FD563A;
    border-right: solid 2px #FD563A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .top_special > section > .button > a:hover {
    background-color: #fe816c;
    color: #fff;
  }
  .top_special > section > .button > a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  .top_special_item {
    background-color: #FDF9F7;
  }
  .top_special_item .text {
    text-align: center;
  }

  .top_special_recipe {
    background: #FAE5D2 url("../img/large_image_2_sp.jpg") no-repeat bottom center;
    background-size: cover;
    height: 370px;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 768px) {
  header {
    min-width: 1024px;
    background: url("../img/main.png") no-repeat;
    background-size: cover;
  }
  header > .main_visual > .main_navi {
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
  }
  header > .main_visual > .main_navi > ul > li {
    display: table;
    float: left;
    border-bottom: 2px #fff solid;
    transition: all .3s;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(1) {
    width: 190px;
    margin-left: 19px;
    margin-right: 20px;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(2) {
    width: 140px;
    margin-right: 20px;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(3) {
    width: 110px;
    margin-right: 20px;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(4) {
    width: 140px;
    margin-right: 20px;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(5) {
    width: 135px;
    margin-right: 20px;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(6) {
    width: 171px;
    margin-right: 19px;
    border-bottom: none;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(6) a {
    padding-left: 16px;
    background: #fc563a;
    border: 1px solid #ff613f;
    position: relative;
  }
  header > .main_visual > .main_navi > ul > li:nth-child(6) a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    position: absolute;
    top: 32px;
    margin-top: -4px;
    left: 16px;
  }
  header > .main_visual > .main_navi > ul > li > a {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  header > .main_visual > .main_navi > ul > li:hover {
    opacity: 0.5;
  }
  header > .main_visual > h1 {
    clear: both;
    text-align: center;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
  }
  header > .main_visual > h1 > .lead {
    font-size: 2.5vw;
    font-size: 40px;
    line-height: 1.3;
    text-shadow: 0 0 25px #619800, 0 0 20px #619800, 0 0 0.40px #619800;
  }
  header > .main_visual > h1 > .maincopy {
    font-size: 3.5vw;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 0 15px #619800, 0 0 15px #619800, 0 0 0.40px #619800;
  }
  header > .main_visual > .logo {
    text-align: center;
  }
  footer > .top {
    margin-top: -16px;
  }

  /* -------------------------------------
    ボタン
  ------------------------------------- */
  .top_btn {
    display: none;
  }
  /* -------------------------------------
    日本地図
  ------------------------------------- */
  .top_japan {
    min-width: 1024px;
  }
  .top_japan > .youtube {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 20px;
  }
  .top_japan > .section_wrap {
    background: url("../img/bg_japan.png") no-repeat center top;
    overflow: hidden;
  }
  .top_japan > .section_wrap > section {
    width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
  }
  .top_japan > .section_wrap > section > .text {
    text-align: center;
    line-height: 2.1;
    font-size: 20px;
    margin-bottom: 50px;
    letter-spacing: 2px;
  }
  .top_japan > .section_wrap > section > .button {
    margin-bottom: 70px;
    text-align: center;
  }
  .top_japan > .section_wrap > section > .button > a {
    position: relative;
    padding: 15px 30px 15px 45px;
    text-decoration: none;
    background-color: #FD563A;
    color: #fff;
    -webkit-transition: background,border,color .3s;
    transition: background-color,border,color .3s;
  }
  .top_japan > .section_wrap > section > .button > a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .top_japan > .section_wrap > section > .button > a:hover {
    background-color: #fe816c;
  }

  /* -------------------------------------
    新着情報
  ------------------------------------- */
  .top_news {
    background: url("../cmn/img/bg2.png");
    overflow: hidden;
    padding: 40px 0 50px;
  }
  .top_news > h2 {
    width: 1024px;
    margin: 0 auto;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .top_news > .news_wrap {
    width: 1024px;
    margin: 0 auto;
  }
  .top_news > .news_wrap > div {
    width: 500px;
    margin-right: 44px;
    float: left;
  }
  .top_news > .news_wrap > div:last-child {
    width: 480px;
    margin-right: 0;
  }
  .top_news > .news_wrap > div > .news_inner {
    height: 492px;
    margin-bottom: 30px;
  }
  .top_news > .news_wrap > section {
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 25px 6px 25px;
    box-sizing: border-box;
  }
  .top_news > .news_wrap > section > .news_line {
    display: flex;
    padding: 16px 0;
    border-bottom: 2px #FAD6CF solid;
  }
  .top_news > .news_wrap > section > .news_line > .date_cat {
    padding-left: 15px;
    width: 215px;
  }
  .top_news > .news_wrap > section > .news_line > .date_cat > div {
    display: table-cell;
    vertical-align: middle;
  }
  .top_news > .news_wrap > section > .news_line > .date_cat > .date {
    width: 7em;
  }
  .top_news > .news_wrap > section > .news_line > .date_cat > .category > span {
    text-align: center;
    background-color: #FD563A;
    border-radius: 30px;
    color: #fff;
    padding: 3px 20px;
    font-size: 12px;
  }
  .top_news > .news_wrap > section > .news_line > .text {
    width: calc(100% - 215px);
    color: #FD563A;
    line-height: 1.4;
  }
  .top_news > .news_wrap > section > .news_line > .text > a {
    text-decoration: none;
    color: #FD563A;
  }
  .top_news > .news_wrap > section > .news_line > .text > a:hover {
    text-decoration: underline;
  }
  .top_news > .news_wrap > section > .news_line:first-child > .date_cat > div {
    padding-top: 0;
  }
  .top_news > .news_wrap > section > .news_line:last-child {
    border-bottom: none;
  }
  .top_news > .news_wrap > section > .news_line:last-child > .text {
    padding-bottom: 0;
  }
  .top_news > .news_wrap .bnr li + li {
    margin-top: 20px;
  }
  .top_news > .news_wrap .bnr a:hover {
    opacity: 0.5;
  }


  /* -------------------------------------
    商品のご紹介
  ------------------------------------- */
  .top_special {
    min-width: 1024px;
    background: #FFFFFF url("../img/large_image_0.jpg") no-repeat top center;
    overflow: hidden;
  }
  .top_special > section {
    width: 1024px;
    height: 380px;
    margin: 0 auto;
  }
  .top_special > section > h2 {
    padding-top: 90px;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .top_special > section > .text {
    overflow: hidden;
    margin-bottom: 35px;
  }
  .top_special > section > .button > a {
    position: relative;
    padding: 15px 30px 15px 45px;
    text-decoration: none;
    color: #FD563A;
    background-color: #fff;
    border: 1px #FD563A solid;
    -webkit-transition: background,border,color .3s;
    transition: background-color,border,color .3s;
  }
  .top_special > section > .button > a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #FD563A;
    border-right: solid 2px #FD563A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .top_special > section > .button > a:hover {
    background-color: #fe816c;
    color: #fff;
  }
  .top_special > section > .button > a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  .top_special_item {
    background: #FEFAF9 url("../img/large_image_1.jpg") no-repeat top center;
  }

  .top_special_recipe {
    background: #FBE8D7 url("../img/large_image_2.jpg") no-repeat top left;
  }
  .top_special_recipe > section {
    width: 1024px;
    height: 380px;
    margin: 0 auto;
  }
  .top_special_recipe > section > h2 {
    text-align: right;
  }
  .top_special_recipe > section > .text {
    text-align: right;
  }
  .top_special_recipe > section > .button {
    text-align: right;
  }
}
