

@charset "UTF-8";
/*!--------------------------------------------------------------------------------

    Theme Name: Nagai Site
    Version:    1.0
    Author:     IM

-----------------------------------------------------------------------------------*/
/* 全体共通設定 */
html,
body {
  font-family: 'aozora-l';
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 27px; }

* {
  font-family: 'aozora-l';
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  color: #000000; }

script, style {
  display: none !important; }

button {
  background-color: #ffffff; }

html {
  font-size: 100%; }

body {
  position: relative; }

div {
  position: relative; }

ul {
  list-style-type: none; }

a {
  display: block;
  color: #000000; }

a:hover {
  text-decoration: none; }

button {
  border-style: none; }

/* ローディングインジケーター消失後に出現する本体 */
.main_container {
  width: 100%;
  height: 100%;
  transition: .8s;
  opacity: 0; }

/* ローディングインジケーター表示設定 */
.loading {
  width: 100%;
  height: 100%;
  background: #2a2826;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0; }
  .loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    width: 200px;
    margin-left: -100px;
    margin-top: -75px; }

/* ハンバーガーメニューアニメーション　ここから----------------------- */
.navbar-toggle {
  border: 0;
  margin: 17px 10px;
  padding: 0; }

.navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #f8f8f8; }

.menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 14px; }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 2px; }
      .menu-trigger span:nth-of-type(2)::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
        transition: all .4s; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) scale(0); }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .menu-trigger.active span:nth-of-type(2)::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #000; }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) scale(0); }

/* -----------------------ここまで　ハンバーガーメニューアニメーション */
.form-group {
  margin-bottom: 0; }

/* メニュー部分共通設定 */
#gnavi {
  /*margin: 0;
    padding: 0;
	font-weight: bold;*/ }

.top_navi {
  margin: 0;
  /*margin: 20px 0px 0 50px;
	padding-right: 20px;*/
  /*padding: 20px 60px 0 50px;*/
  padding: 20px 15px 15px 15px;
  width: 100%;
  background-color: #ffffff;
  border-style: none; }
  .top_navi #gnavi ul.nav li a {
    font-size: 14px;
    letter-spacing: 1px; }
  .top_navi #gnavi ul.nav li span.translate_border {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px; }
  .top_navi #gnavi:after {
    clear: both; }

@media (max-width: 767px) {
  .navbar-header .logo-wrap {
    height: 61px; }
    .navbar-header .logo-wrap a {
      height: 30px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  .navbar-header span.caret {
    color: #000000; } }

.navbar-header .navbar-brand {
  width: 246px;
  padding: 15px 0; }

.top_navi .gnavi ul {
  margin: 0; }

.top_navi .gnavi ul li {
  letter-spacing: 1px; }

.gnavi ul li a {
  padding: 15px 8px 15px 8px;
  font-family: 'aozora-r'; }

.gnavi ul li .gnavi ul li:last-child a {
  padding: 15px 0 15px 8px; }

.gnavi ul li .gnavi ul li ul.dropdown-menu li {
  padding-left: 0;
  font-size: 85%;
  border-bottom: solid 1px #cccccc; }

.gnavi ul li .gnavi ul li ul.dropdown-menu li:last-child {
  border-style: none; }

.translate_drop {
  margin: 15px 0px;
  padding: 0; }

span.translate_border {
  border-left: solid 1px black;
  width: 100%;
  height: 100%;
  padding-left: 15px; }

.navbar-toggle {
  margin-right: 0; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: black; }

.navbar-default .navbar-nav > li > a {
  color: black; }

.dropdown-menu-extend {
  right: 0;
  left: auto; }

.with_border {
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  text-align: center; }

translate .btn-group button.translate_btn {
  border-style: none; }

.translate_li a {
  border-style: none; }

.top_navi .menu_facebook a {
  height: 50px; }

.menu_facebook p {
  display: inline-block;
  margin: -1px;
  padding: 0;
  vertical-align: top; }

.menu_facebook span {
  display: inline-block;
  padding: 0 3px 0 0;
  color: #000000;
  letter-spacing: 1px;
  font-size: 14px;
  vertical-align: top;
  line-height: 24px; }

.menu_facebook img {
  display: inline-block;
  vertical-align: top; }

.top_navi .menu_facebook span {
  color: #ffffff; }

.header_menu .menu_facebook span {
  color: #000000; }

.pc_footer .menu_facebook span {
  color: #cccccc; }

/* ヘッダーメニュー */
.header_menu {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  height: 80px;
  vertical-align: middle;
  margin: 0;
  padding: 15px 15px 15px 15px;
  border-style: none; }

img.sp_logo {
  width: 100%; }

/* メニュー用スクロールアニメーション設定 */
@-webkit-keyframes downMenu {
  0% {
    top: -50px; }
  100% {
    top: 0; } }

@-moz-keyframes downMenu {
  0% {
    top: -50px; }
  100% {
    top: 0; } }

@keyframes downMenu {
  0% {
    top: -50px; }
  100% {
    top: 0; } }

.fixedAnime {
  position: fixed;
  z-index: 9999;
  -webkit-animation: downMenu 1s ease-in-out 0s 1 normal forwards;
  -moz-animation: downMenu 1s ease-in-out 0s 1 normal forwards;
  animation: downMenu 1s ease-in-out 0s 1 normal forwards; }

/* フッターメニュー */
footer {
  background-color: #000000; }
  footer .footer_menu div {
    color: #ffffff; }
  footer .company_info {
    background-image: url(/img/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
    footer .company_info img {
      text-align: center;
      margin: 40px auto 15px auto;
      display: block; }
  footer p {
    color: #ffffff;
    font-family: 'aozora-r'; }
    footer p.address {
      margin-top: 20px;
      font-size: 13px; }
    footer p.caution {
      margin-top: 20px;
      font-size: 12px; }
    footer p.copyright {
      margin-top: 50px;
      font-size: 10px; }
  footer a, footer a:hover {
    color: #cccccc;
    font-family: 'aozora-r'; }

@font-face {
  font-family: 'icomoon';
  src: url(/css/fonts/icomoon/icomoon.eot?zbp8os);
  src: url(/css/fonts/icomoon/icomoon.eot?zbp8os#iefix) format("embedded-opentype"), url(/css/fonts/icomoon/icomoon.ttf?zbp8os) format("truetype"), url(/css/fonts/icomoon/icomoon.woff?zbp8os) format("woff"), url(/css/fonts/icomoon/icomoon.svg?zbp8os#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play3:before {
  content: "\ea1c"; }

.font_w.icon-play3 {
  color: #ffffff; }

.font_g.icon-play3 {
  color: #555555;
  font-size: 11px; }

.position_r {
  position: absolute;
  top: 16px;
  right: 20px; }

/* -----------------ここまで　icoMoon */
/* リンクcss設定　bootstrapデフォルトを上書き */
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(255, 255, 255, 0); }

/* ドロップダウンメニューのシャドウ削除 */
.dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0; }

/* ヘッダーメニューradius設定削除 */
.navbar {
  border-radius: 0; }

/* 以下メディアクエリ */
@media (min-width: 992px) {
  footer .footer_menu {
    height: 100px;
    background-color: #000000; }
  footer .footer_menu .footer_menu_body {
    margin: 34px auto; }
  .footer_menu_body ul {
    margin: auto;
    display: table;
    table-layout: fixed;
    text-align: center; }
  .footer_menu_body ul li {
    color: #cccccc;
    padding: 0 12px;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px; }
  .footer_menu_body ul li a {
    font-size: 14px; }
  footer .company_info .row {
    padding: 60px 15px 40px 15px; } }

@media (max-width: 991px) {
  footer .container {
    width: 100%;
    padding: 0; }
  footer .footer_menu {
    height: auto;
    background-color: black;
    margin: 0;
    padding: 0; }
  footer .footer_menu .footer_menu_body {
    width: 100%;
    height: auto;
    margin: 0; }
  footer .footer_menu .footer_menu_body .sp_footer div {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: solid 1px #555555;
    padding-left: 20px; }
  footer .footer_menu .footer_menu_body .sp_footer div:nth-child(odd) {
    border-right: solid 1px #555555; }
  footer .footer_menu .footer_menu_body .sp_footer div.icon_div {
    height: 60px;
    border-bottom: none; }
  footer .footer_menu .footer_menu_body .sp_footer div a {
    line-height: 44px; }
  footer p.caution {
    font-size: 9px;
    letter-spacing: 1px; }
  footer p.copyright {
    margin-top: 50px;
    letter-spacing: 1px; } }

@media (max-width: 767px) {
  .top_navi {
    margin: 0;
    padding: 0; }
  .top_navi .gnavi ul li {
    padding: 8px 0px 8px 40px;
    border-bottom: solid 1px #cccccc; }
  .top_navi .gnavi ul li ul.dropdown-menu {
    padding: 0; }
  .top_navi .gnavi ul li ul.dropdown-menu li:last-child {
    border-bottom-style: none;
    padding-bottom: 0; }
  .header_menu {
    display: none; }
  header .top_menu {
    display: none; } }

#pagination {
  text-align: center;
  /* E1 プレスリリース　ページネーション設定 */ }
  #pagination .pagination > li > a {
    margin: 0 15px; }
  #pagination .pagination > li:first-child > a,
  #pagination .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 15px 0 0; }
  #pagination .pagination > li:last-child > a,
  #pagination .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 0 0 15px; }
  #pagination .pagination > .active > a,
  #pagination .pagination > .active > a:focus,
  #pagination .pagination > .active > a:hover,
  #pagination .pagination > .active > span,
  #pagination .pagination > .active > span:focus,
  #pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: deft;
    background-color: #000000;
    border-color: #000000; }
  #pagination .pagination > li > a,
  #pagination .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000000; }

.textshadow {
  text-shadow: white 1px 1px 1px;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
@charset "UTF-8";
body {
  background-image: url(/img/item/item_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

/* 下位ページ共通設定------------------------ */
.top_navi .menu_facebook span {
  color: #000000; }

.top_navi .translate_border {
  border-left: solid 1px #000000;
  color: #000000; }

.top_navi .caret {
  color: #000000; }

@media (min-width: 768px) {
  .top_navi .gnavi {
    float: right; } }

/* プロダクトページ　TOP設定 */
#product_top {
  padding: 0;
  margin: 0; }
  #product_top div {
    padding: 0;
    margin: 0; }
  #product_top .top_logo {
    height: auto;
    padding: 60px 0;
    background-color: #ffffff; }
    #product_top .top_logo img {
      display: block;
      margin: auto; }
  #product_top .top_appear {
    height: auto; }
    #product_top .top_appear img {
      width: 100%; }

/* プロダクトページ　メニュー設定 */
#product_menu {
  height: 60px;
  background-color: #ffffff;
  text-align: center; }
  #product_menu ul {
    padding: 15px 0; }
  #product_menu li {
    border-right: 1px solid #CCC;
    padding-right: 12px;
    margin-right: 6px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  #product_menu li:first-child {
    border-left: 1px solid #CCC;
    padding-left: 6px; }
  #product_menu a {
    color: black; }
  #product_menu a.current {
    color: orange; }

/* 商品情報　設定 */
#product_contents {
  background-color: #ffffff;
  height: auto;
  width: 70%;
  padding: 50px 0 0 0; }
  @media (max-width: 767px) {
    #product_contents {
      width: 100%;
      height: auto; } }
  #product_contents .product_information {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin: 0;
    padding: 0; }
    #product_contents .product_information .logo img {
      margin: 50px auto;
      width: 457px;
      max-width: 100%; }
    #product_contents .product_information .product_information_wrap {
      padding: 0 0 30px;
      border-top: solid 2px #000000; }
    #product_contents .product_information .sub_title {
      margin-top: 30px;
      text-align: center;
      font-size: 12px;
      font-weight: bold; }
    #product_contents .product_information .alcohol {
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 25px;
      padding-bottom: 20px;
      border-bottom: dotted 2px #CCC; }
    #product_contents .product_information .logo {
      text-align: center;
      margin: 0 auto 20px auto;
      border-bottom: dotted 2px #CCC; }
      @media (min-width: 992px) {
        #product_contents .product_information .logo {
          border: none;
          background: url(/img/dotline.png) repeat-x center bottom; } }
  #product_contents .product {
    background-color: #ffffff;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0; }
    #product_contents .product:last-child {
      margin-bottom: 30px; }
    #product_contents .product .product_box {
      padding: 0; }
      #product_contents .product .product_box hr {
        left: 0;
        width: 80%;
        z-index: 9999;
        border: none;
        background-color: #000000;
        height: 1px; }
      #product_contents .product .product_box .product_inner_info .product_name {
        margin-top: 15px;
        margin-bottom: 15px;
        font-family: 'aozora-r';
        font-size: 20px;
        line-height: 21px;
        font-weight: bold; }
      #product_contents .product .product_box .product_inner_info .product_status {
        margin-top: 10px;
        font-size: 10px;
        font-weight: bold; }

/* D1 水芭蕉Pure */
.mizubasho_pure_img img {
  width: 100%;
  margin-top: 60px; }

/* 以下メディアクエリ PC*/
@media (min-width: 767px) {
  .product_box {
    min-height: 270px;
    position: relative; }
    .product_box .product_inner_info {
      width: 50%;
      height: auto;
      z-index: 1; }
    .product_box .product_inner_txt {
      bottom: 0;
      left: 0;
      width: 50%;
      height: 50%;
      font-size: 12px;
      line-height: 26px;
      z-index: 1; }
    .product_box .product_inner_img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 300px;
      text-align: right;
      z-index: 0; }
      .product_box .product_inner_img img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 300px;
        margin-left: auto; } }

@media (max-width: 767px) {
  #vintage #product_top .top_logo img, #mizubasho #product_top .top_logo img, #dessert #product_top .top_logo img {
    width: 60px; }
  #tanigawadake #product_top .top_logo img {
    width: 85px; }
  #product_contents {
    padding: 15px; }
    #product_contents .product_information .product_information_wrap {
      padding: 0; }
    #product_contents .product_information .logo img {
      margin: 40px auto;
      width: 259px; }
    #product_contents .product_information .text {
      font-size: 15px;
      line-height: 22px; }
    #product_contents .product_box {
      padding: 0px 10px;
      width: 100%;
      height: auto; }
      #product_contents .product_box .product_inner_info {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-top: solid 1px #cccccc;
        padding: 15px 0 5px 0; }
      #product_contents .product_box .product_inner_txt {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 15px 0 25px 0;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 23px; }
      #product_contents .product_box .product_inner_img {
        width: 100%;
        height: 200px;
        background-color: #ffffff;
        text-align: center; }
      #product_contents .product_box .product_inner_img img {
        display: block;
        width: auto;
        height: auto;
        max-height: 200px;
        margin-left: auto;
        margin-right: auto; }
      #product_contents .product_box hr {
        display: none; }
  #product_menu {
    height: 180px;
    padding: 10px; }
    #product_menu .product_menu_sp_wrapper {
      margin: 15px 5px;
      height: 150px; }
    #product_menu .row {
      height: 100%;
      padding: 0;
      margin: 0; }
      #product_menu .row .product_menu_sp {
        padding: 0 0 0 5px; }
        #product_menu .row .product_menu_sp .product_menu_sp_innner {
          height: 50px;
          line-height: 50px;
          border-bottom: solid 1px #cccccc;
          text-align: left;
          vertical-align: middle;
          position: relative; }
          #product_menu .row .product_menu_sp .product_menu_sp_innner.none_border {
            border-bottom: none; }
          #product_menu .row .product_menu_sp .product_menu_sp_innner a {
            font-size: 10px;
            letter-spacing: 1px;
            line-height: 50px; }
  .position_r {
    position: absolute;
    top: 18px;
    right: 0px; } }

/*# sourceMappingURL=products.css.map */