.serif, footer .footer-tags, footer .footer-navi .inner > ul > li > a,
footer .footer-navi .inner > ul > li > span, .privacy-policy-g1 h2, .privacy-policy-g1 h3, .topics-single-wrap h1, .topics-single-wrap .topics-single-body h2, .topics-single-wrap .topics-single-body h3, .history-g2 .blk1 .text h2, .history-g2 .blk1 .text h3, .history-g2 .blk1 .text h4, .history-modal-content .text h3, .brew-g2 .blk1 .text h3, .brew-g2 .blk1 .text p strong {
  font-family: 'EB Garamond', serif;
  font-weight: 400; }

.poppins, .home-g1 .blk1 ul > li.more a, .contact-us-g1 .contact-us-form .btns1 [type=submit], .faq-g1 .faq-sect .faq-a .wp-block-button__link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

.hd-cap {
  background-color: #000;
  color: #fff;
  margin-bottom: 5em; }
  .hd-cap a {
    color: #fff;
    text-decoration: none; }
  .hd-cap .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2em; }
    .hd-cap .inner > div {
      font-size: .8em;
      letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .hd-cap {
      height: 0;
      overflow: hidden;
      margin-bottom: 70px; } }

.text-center {
  text-align: center; }

.anc {
  height: 5em;
  margin-top: -5em;
  z-index: -1;
  position: relative; }
  @media screen and (max-width: 768px) {
    .anc {
      height: 70px;
      margin-top: -70px; } }

body.modal-on {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

p a {
  color: #901527; }

header {
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  z-index: 100;
  background-color: #fff; }
  header.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); }
  header .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5em;
    position: relative; }
    header .inner .logo img {
      width: 8.5em; }
      header .inner .logo img.logo-sakagura {
        width: 18em; }
    header .inner #spnavibtn {
      display: none; }
    header .inner .navi .list1 {
      display: flex;
      border-right: 1px solid #000; }
      header .inner .navi .list1 > li {
        border-left: 1px solid #000; }
        header .inner .navi .list1 > li a {
          color: #000;
          text-decoration: none;
          display: block;
          padding: .8em 1.5em;
          font-size: 1.1em;
          font-weight: 500;
          letter-spacing: .05em;
          transition: .3s; }
          header .inner .navi .list1 > li a:hover {
            color: #901527; }
    header .inner .navi .list2 {
      position: absolute;
      right: 1em;
      bottom: 100%;
      height: 2em;
      display: flex;
      align-items: center; }
      header .inner .navi .list2 > li {
        padding-left: 1em; }
        header .inner .navi .list2 > li a {
          color: #fff;
          font-size: .9em;
          text-decoration: none;
          letter-spacing: .05em; }
  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      top: 0; }
      header .inner {
        height: 70px; }
        header .inner .logo img {
          width: 130px; }
          header .inner .logo img.logo-sakagura {
            width: 240px; }
        header .inner #spnavibtn {
          position: absolute;
          right: 0;
          top: 0;
          width: 70px;
          height: 70px;
          display: block;
          background-color: #a70d23;
          color: #fff;
          text-decoration: none;
          text-align: center;
          font-family: poppins, sans-serif;
          font-size: 12px; }
          header .inner #spnavibtn .bar1,
          header .inner #spnavibtn .bar2 {
            position: absolute;
            left: 25%;
            width: 50%;
            border-top: 1px solid #fff;
            transition: .3s; }
          header .inner #spnavibtn .bar1 {
            top: 30%; }
          header .inner #spnavibtn .bar2 {
            top: 50%; }
          header .inner #spnavibtn .text {
            position: absolute;
            left: 0;
            top: 60%;
            width: 100%;
            transition: .3s; }
          header .inner #spnavibtn.on .bar1 {
            top: 50%;
            transform: rotate(135deg); }
          header .inner #spnavibtn.on .bar2 {
            top: 50%;
            transform: rotate(-135deg); }
          header .inner #spnavibtn.on .text {
            opacity: 0; }
          header .inner #spnavibtn.on + .navi {
            right: 0; }
        header .inner .navi {
          position: absolute;
          right: -100%;
          top: 70px;
          background-color: #ccc;
          font-size: 1.1em;
          transition: .3s; }
          header .inner .navi .list1 {
            display: block;
            border: none; }
            header .inner .navi .list1 > li {
              border: none;
              border-bottom: 1px solid #000; }
              header .inner .navi .list1 > li a {
                color: #fff;
                background-color: #a70d23;
                padding: 1.3em 7em 1.3em 1.3em;
                font-size: 1.2em;
                position: relative; }
                header .inner .navi .list1 > li a:hover {
                  color: #fff; }
                header .inner .navi .list1 > li a:after {
                  content: "";
                  display: block;
                  position: absolute;
                  right: 1em;
                  bottom: calc(50% - .1em);
                  width: 2.5em;
                  height: .5em;
                  border-style: solid;
                  border-width: 0 1px 1px 0;
                  border-color: #fff;
                  transform: skewX(45deg); }
          header .inner .navi .list2 {
            position: relative;
            right: auto;
            bottom: auto;
            height: auto;
            display: block; }
            header .inner .navi .list2 > li {
              padding: 0;
              border-bottom: 1px solid #444; }
              header .inner .navi .list2 > li a {
                font-family: poppins, sans-serif;
                display: block;
                padding: 1.4em 7em 1.4em 1.4em;
                font-size: 1.1em;
                background-color: #000; } }

footer .footer-sns {
  padding: 3em 0; }
  footer .footer-sns ul {
    display: flex;
    justify-content: center; }
    footer .footer-sns ul li {
      padding: 0 1.2em; }
      footer .footer-sns ul li a {
        display: block;
        width: 7.4em; }
footer .footer-tags {
  background-color: #000;
  color: #fff;
  padding: 2em 1em; }
  footer .footer-tags ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto; }
    footer .footer-tags ul li {
      padding: .3em .8em; }
      footer .footer-tags ul li a {
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        font-size: 1.2em;
        letter-spacing: .05em; }
footer .footer-navi {
  padding: 3em 1em;
  background: url(../img/bg_taupe.png); }
  footer .footer-navi .inner {
    display: flex; }
    footer .footer-navi .inner > ul {
      width: 25%; }
      footer .footer-navi .inner > ul > li {
        padding: 0 .8em; }
        footer .footer-navi .inner > ul > li > a,
        footer .footer-navi .inner > ul > li > span {
          display: block;
          border-bottom: 1px solid #ccc;
          text-decoration: none;
          line-height: 2.4;
          font-size: 1.1em;
          font-weight: 500;
          letter-spacing: .05em; }
        footer .footer-navi .inner > ul > li > ul {
          margin: .5em auto;
          font-size: .8em;
          line-height: 2.2; }
          footer .footer-navi .inner > ul > li > ul > li > a {
            display: block;
            white-space: nowrap;
            text-decoration: none; }
footer .footer-contactus {
  margin: 1.5em auto; }
  footer .footer-contactus a {
    position: relative;
    display: block;
    text-decoration: none;
    border: 1px solid #000;
    padding: .8em 0;
    text-align: center;
    width: 18em;
    margin: 0 auto;
    font-size: 1.5em;
    letter-spacing: .1em; }
    footer .footer-contactus a:after {
      content: "";
      display: block;
      position: absolute;
      right: 1em;
      bottom: calc(50% - .1em);
      width: 3em;
      height: .4em;
      border-style: solid;
      border-width: 0 1px 1px 0;
      border-color: #000;
      transform: skewX(45deg); }
footer .footer-bn2107 {
  padding: 3em 0;
  background-color: #000; }
  footer .footer-bn2107 ul {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto; }
    footer .footer-bn2107 ul > li {
      width: 50%;
      padding: 0 1em; }
      footer .footer-bn2107 ul > li a {
        display: block; }
footer .footer-jss {
  padding: 3em 0;
  border-top: 1px solid #ccc; }
  footer .footer-jss > div {
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .footer-jss > div .img {
      width: 10em; }
    footer .footer-jss > div .text {
      padding-left: 1.5em; }
      footer .footer-jss > div .text h3 {
        letter-spacing: .1em;
        font-size: 1.1em;
        margin-bottom: .3em; }
      footer .footer-jss > div .text p {
        font-size: .9em;
        letter-spacing: .1em; }
footer .copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: .8em;
  padding: 3em 0;
  letter-spacing: .1em; }
@media screen and (max-width: 768px) {
  footer .footer-sns ul li a {
    width: 6em; }
  footer .footer-navi {
    padding: 0; }
    footer .footer-navi .inner {
      flex-wrap: wrap; }
      footer .footer-navi .inner > ul {
        width: 100%; }
        footer .footer-navi .inner > ul > li {
          padding: 0; }
          footer .footer-navi .inner > ul > li > span {
            display: none; }
          footer .footer-navi .inner > ul > li > a {
            line-height: 1.2;
            font-size: 1.4em;
            padding: .8em 1em;
            border-bottom: 1px solid #fff;
            position: relative; }
            footer .footer-navi .inner > ul > li > a:after {
              content: "";
              display: block;
              position: absolute;
              right: 1em;
              top: calc(50% - .3em);
              border-style: solid;
              border-width: .3em 0 .3em .6em;
              border-color: transparent transparent transparent #000; }
            footer .footer-navi .inner > ul > li > a.sptoggle:after {
              top: calc(50% - .15em);
              border-style: solid;
              border-width: .6em .3em 0 .3em;
              border-color: #000 transparent transparent transparent; }
            footer .footer-navi .inner > ul > li > a.sakagura:before, footer .footer-navi .inner > ul > li > a.sakagura:after {
              content: "";
              display: block;
              position: absolute;
              right: 1em;
              top: calc(50% - .45em);
              width: .6em;
              height: .6em;
              border: 1px solid #000;
              border-left: none;
              border-bottom: none; }
            footer .footer-navi .inner > ul > li > a.sakagura:after {
              top: calc(50% - .3em);
              right: 1.15em;
              border: 1px solid #000; }
            footer .footer-navi .inner > ul > li > a.pconly {
              display: none; }
            footer .footer-navi .inner > ul > li > a.on.sptoggle:after {
              top: calc(50% - .15em);
              border-style: solid;
              border-width: 0 .3em .6em .3em;
              border-color: transparent transparent #000 transparent; }
            footer .footer-navi .inner > ul > li > a.on + ul {
              padding: .5em 0;
              max-height: 40em; }
          footer .footer-navi .inner > ul > li > ul {
            margin: 0;
            font-size: 1em;
            overflow: hidden;
            background-color: #fff;
            transition: .3s;
            max-height: 0; }
            footer .footer-navi .inner > ul > li > ul > li a {
              display: block;
              font-size: 1.2em;
              line-height: 1.2;
              padding: .5em 1em; }
  footer .footer-contactus a {
    font-size: 1.3em; }
  footer .footer-jss {
    padding: 2em 0; }
    footer .footer-jss > div {
      flex-wrap: wrap; }
      footer .footer-jss > div .img {
        width: 8em; }
      footer .footer-jss > div .text {
        width: 100%;
        padding-top: 1.5em; }
  footer .footer-bn2107 ul {
    width: 80%; }
    footer .footer-bn2107 ul > li {
      width: 100%;
      padding: 1em; } }

#mymodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 2em;
  transition: .3s;
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto; }
  #mymodal.on {
    opacity: 1;
    z-index: 1000; }
  #mymodal .mymodalbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.8); }
  #mymodal .mymodalcwrap {
    position: relative;
    background-color: #fff;
    max-width: 900px; }
  #mymodal .mymodalcontent {
    position: relative;
    background-color: #fff;
    max-height: calc(100vh - 4em);
    overflow: auto; }
  #mymodal .mymodalclosebtn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    background-color: #901527;
    color: #000; }
    #mymodal .mymodalclosebtn:before, #mymodal .mymodalclosebtn:after {
      content: "";
      display: block;
      position: absolute;
      width: 50%;
      top: calc(50% - 1px);
      left: 25%;
      border-top: 2px solid #fff; }
    #mymodal .mymodalclosebtn:before {
      transform: rotate(45deg); }
    #mymodal .mymodalclosebtn:after {
      transform: rotate(-45deg); }
  @media screen and (max-width: 768px) {
    #mymodal {
      padding: 0;
      height: 100vh;
      top: 0;
      align-items: flex-start; }
      #mymodal .mymodalbg {
        background-color: none; }
      #mymodal .mymodalcwrap {
        max-width: 100%;
        transition: .3s; }
      #mymodal .mymodalcontent {
        max-height: 100%; }
      #mymodal .mymodalclosebtn {
        position: fixed;
        width: 70px;
        height: 70px; }
        #mymodal .mymodalclosebtn:hover {
          opacity: 1; }
      #mymodal.on {
        z-index: 120; } }

.progress {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/ajax-loader.gif) center center no-repeat #000000;
  transition: .2s;
  z-index: -1;
  opacity: 0; }
  .progress.on {
    opacity: .5;
    z-index: 2500; }

.common-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.btn-arrow {
  position: relative; }
  .btn-arrow:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    bottom: calc(50% - .1em);
    width: 2.5em;
    height: .5em;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    transform: skewX(45deg); }

.btn-blank {
  position: relative; }
  .btn-blank:before, .btn-blank:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    bottom: calc(50% - .4em);
    width: .8em;
    height: .8em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff; }
  .btn-blank:after {
    right: calc(1em - .1em);
    bottom: calc(50% - .3em);
    border-width: 1px 1px 0 0; }

.pagination {
  display: flex;
  justify-content: center;
  margin: 3em auto;
  width: 100%; }
  .pagination > span,
  .pagination > a {
    display: block;
    padding: .5em 1em;
    margin: .2em;
    border: 1px solid #000;
    color: #000;
    border-radius: 3em; }
    .pagination > span.dots,
    .pagination > a.dots {
      padding: .5em .1em;
      border: 1px solid #fff; }
    .pagination > span.current,
    .pagination > a.current {
      background-color: #000;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .pagination {
      flex-wrap: wrap; } }

.home-kv {
  background-color: #151515; }
  .home-kv #kv-slick {
    margin: 0; }
    .home-kv #kv-slick .slick-slide li {
      display: block !important; }
      .home-kv #kv-slick .slick-slide li a {
        display: block; }
      .home-kv #kv-slick .slick-slide li img {
        display: block;
        width: 100%; }
    .home-kv #kv-slick .slick-dots {
      bottom: 1em;
      right: 2em;
      width: auto;
      padding-right: 8em;
      display: flex; }
      .home-kv #kv-slick .slick-dots:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 1px solid #fff; }
      .home-kv #kv-slick .slick-dots li {
        font-size: .9em;
        width: 1em;
        height: 1em;
        margin: 0 .5em 0 0; }
        .home-kv #kv-slick .slick-dots li button {
          position: relative;
          width: 100%;
          height: 100%;
          background-color: #fff;
          padding: 0; }
          .home-kv #kv-slick .slick-dots li button:before {
            display: none; }
        .home-kv #kv-slick .slick-dots li.slick-active button {
          background-color: #901527; }
  .home-kv .count {
    position: absolute;
    right: 2em;
    bottom: 2em;
    color: #fff;
    font-size: .9em;
    letter-spacing: .1em; }

.home-g1 {
  background-color: #000;
  color: #fff; }
  .home-g1 a {
    text-decoration: none; }
  .home-g1 .blk1 ul {
    display: flex;
    justify-content: space-between; }
    .home-g1 .blk1 ul > li {
      width: 25%; }
      .home-g1 .blk1 ul > li .img {
        padding-top: 80%;
        position: relative; }
        .home-g1 .blk1 ul > li .img .category {
          position: absolute;
          left: .5em;
          bottom: .5em;
          padding: .2em .8em;
          border: 1px solid #fff;
          font-size: .84em;
          color: #fff; }
      .home-g1 .blk1 ul > li .text {
        background-color: #fff;
        color: #000;
        padding: .5em;
        overflow: hidden; }
        .home-g1 .blk1 ul > li .text h3 {
          font-size: .84em;
          letter-spacing: .05em;
          height: 3em;
          overflow: hidden; }
      .home-g1 .blk1 ul > li.more a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #fff;
        letter-spacing: .1em;
        font-size: 1.1em;
        font-weight: 300;
        background-color: #151515; }
        .home-g1 .blk1 ul > li.more a > div {
          position: relative; }
          .home-g1 .blk1 ul > li.more a > div:after {
            content: "";
            display: block;
            position: absolute;
            right: .1em;
            bottom: -.5em;
            width: 3em;
            height: .5em;
            border-style: solid;
            border-width: 0 1px 1px 0;
            border-color: #fff;
            transform: skewX(45deg); }
  .home-g1 .blk2 {
    display: flex;
    flex-wrap: wrap; }
    .home-g1 .blk2 > div {
      width: 50%;
      position: relative;
      background-color: #fff; }
      .home-g1 .blk2 > div.black {
        background-color: #000; }
      .home-g1 .blk2 > div img {
        transition: .3s; }
      .home-g1 .blk2 > div:hover img {
        opacity: .8; }
      .home-g1 .blk2 > div .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center; }
        .home-g1 .blk2 > div .text h3 {
          font-size: 2.4em;
          font-weight: normal;
          letter-spacing: .05em;
          line-height: 1.3; }
          .home-g1 .blk2 > div .text h3.text-left {
            text-align: left;
            font-size: 1.8em; }
        .home-g1 .blk2 > div .text p {
          font-size: .9em;
          letter-spacing: .1em;
          line-height: 1.8;
          margin: .5em auto 3em;
          width: 60%; }
        .home-g1 .blk2 > div .text a {
          display: block;
          margin: 1em auto 0;
          padding: 1em 0;
          text-align: center;
          color: #fff;
          border: 1px solid #fff;
          background-color: rgba(0, 0, 0, 0.5);
          letter-spacing: .15em;
          font-size: 1.1em;
          font-weight: 300;
          width: 20em; }
          .home-g1 .blk2 > div .text a.min {
            width: 13em; }
            .home-g1 .blk2 > div .text a.min:after {
              width: 2em; }
  @media screen and (max-width: 768px) {
    .home-g1 .blk1 ul {
      flex-wrap: wrap; }
      .home-g1 .blk1 ul > li {
        width: 50%; }
    .home-g1 .blk2 > div {
      width: 100%; }
      .home-g1 .blk2 > div.black {
        width: 66.666666666%;
        height: 33.33333333vw; }
        .home-g1 .blk2 > div.black .text > div {
          width: 100%;
          padding: 0 1.5em; }
        .home-g1 .blk2 > div.black .text a.min {
          padding: .4em 0;
          width: 10em;
          margin-right: 0;
          margin-top: .5em;
          font-size: .9em; }
          .home-g1 .blk2 > div.black .text a.min:after {
            width: 1.5em; }
        .home-g1 .blk2 > div.black .text h3.text-left {
          font-size: 1.6em; }
        .home-g1 .blk2 > div.black .text p {
          font-size: 1.2em; }
      .home-g1 .blk2 > div:last-child {
        flex: 1; }
        .home-g1 .blk2 > div:last-child img {
          height: 33.333333333vw;
          object-fit: cover; } }

.section-404 {
  text-align: center; }
  .section-404 .inner {
    background: url(../img/404bg.jpg) center -1em no-repeat;
    background-size: 29em auto;
    padding: 7em 0 0; }
    .section-404 .inner h2 {
      font-size: 8em;
      font-weight: 500;
      letter-spacing: .05em;
      line-height: 1; }
    .section-404 .inner h3 {
      font-size: 2.4em;
      font-weight: 500;
      letter-spacing: .05em;
      line-height: 1.2; }
    .section-404 .inner p {
      margin: 1.5em auto 0; }
  .section-404 .links {
    margin: 1em auto;
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 1.1em; }
    .section-404 .links a {
      color: #901527;
      display: block; }
  .section-404 .btns1 {
    margin: 3em auto; }
    .section-404 .btns1 a {
      display: block;
      background-color: #901527;
      color: #fff;
      padding: 1em 0;
      font-size: 1.2em;
      text-decoration: none;
      letter-spacing: .1em;
      width: 18em;
      margin: 0 auto; }
      .section-404 .btns1 a:after {
        left: 1em;
        right: auto;
        border-width: 0 0 1px 1px;
        transform: skewX(-45deg); }

.kv2 {
  position: relative;
  height: 22em;
  background-color: #000; }
  .kv2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kv-jss.jpg) center center no-repeat;
    background-size: cover; }
    .kv2 .bg.bg-kv-jss {
      background: url(../img/kv-jss.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-information-center {
      background: url(../img/kv-information-center.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-basic {
      background: url(../img/kv-basic.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-sake-statistics-data {
      background: url(../img/kv-sake-statistics-data.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-professional {
      background: url(../img/kv-professional.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-how-to-store-preserve-sake {
      background: url(../img/kv-how-to-store-preserve-sake.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-glossary {
      background: url(../img/kv-glossary.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-news {
      background: url(../img/kv-news.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-events {
      background: url(../img/kv-events.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-voices {
      background: url(../img/kv-voices.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-global-information {
      background: url(../img/kv-global-information.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-airport-campaign {
      background: url(../img/kv-airport-campaign.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-sake-shochu-academy {
      background: url(../img/kv-sake-shochu-academy.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-ingredients {
      background: url(../img/kv-ingredients.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-production {
      background: url(../img/kv-production.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-export {
      background: url(../img/kv-export.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-others {
      background: url(../img/kv-others.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-what-is-sake {
      background: url(../img/kv-what-is-sake.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-10-sake-facts {
      background: url(../img/kv-10-sake-facts.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-japanese-sake-history {
      background: url(../img/kv-japanese-sake-history.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-basic-etiquette {
      background: url(../img/kv-basic-etiquette.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-faq {
      background: url(../img/kv-faq.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-sake-tradition-culture {
      background: url(../img/kv-sake-tradition-culture.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-sake-food-pairing {
      background: url(../img/kv-sake-food-pairing.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-how-to-serve-sake {
      background: url(../img/kv-how-to-serve-sake.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-cups-vessels {
      background: url(../img/kv-cups-vessels.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-how-is-sake-made {
      background: url(../img/kv-how-is-sake-made.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-sake-food-pairing-advanced {
      background: url(../img/kv-sake-food-pairing-advanced.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-seafood {
      background: url(../img/kv-seafood.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-cheese {
      background: url(../img/kv-cheese.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-desserts {
      background: url(../img/kv-desserts.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-salad {
      background: url(../img/kv-salad.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-sake-regionality {
      background: url(../img/kv-sake-regionality.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-sake-brewing-processes-flavor {
      background: url(../img/kv-sake-brewing-processes-flavor.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-what-does-sake-taste-like {
      background: url(../img/kv-what-does-sake-taste-like.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-how-to-read-sake-bottle-labels {
      background: url(../img/kv-how-to-read-sake-bottle-labels.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-featured {
      background: url(../img/kv-featured.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-quick-guides {
      background: url(../img/kv-quick-guides.jpg) center center no-repeat;
      background-size: cover; }
    .kv2 .bg.bg-kv-recipes {
      background: url(../img/kv-recipes.jpg) center center no-repeat;
      background-size: cover; }
  .kv2 .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .kv2 .inner h1 {
      max-width: 1000px;
      text-align: center;
      color: #fff;
      font-size: 1em;
      font-weight: 400; }
      .kv2 .inner h1 small {
        display: inline-block;
        margin: 0 auto .5em;
        font-size: 1.2em;
        letter-spacing: .05em;
        position: relative; }
        .kv2 .inner h1 small:before, .kv2 .inner h1 small:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          width: 3em;
          border-top: 1px solid #fff; }
        .kv2 .inner h1 small:before {
          right: calc(100% + .5em); }
        .kv2 .inner h1 small:after {
          left: calc(100% + .5em); }
      .kv2 .inner h1 strong {
        font-weight: 400;
        display: block;
        font-size: 3.6em;
        letter-spacing: .05em;
        line-height: 1.2; }
      .kv2 .inner h1 .poppins, .kv2 .inner h1 .home-g1 .blk1 ul > li.more a, .home-g1 .blk1 ul > li.more .kv2 .inner h1 a, .kv2 .inner h1 .contact-us-g1 .contact-us-form .btns1 [type=submit], .contact-us-g1 .contact-us-form .btns1 .kv2 .inner h1 [type=submit], .kv2 .inner h1 .faq-g1 .faq-sect .faq-a .wp-block-button__link, .faq-g1 .faq-sect .faq-a .kv2 .inner h1 .wp-block-button__link {
        font-size: 1.4em;
        margin: 1em auto 0; }
  @media screen and (max-width: 768px) {
    .kv2 {
      height: 18em; }
      .kv2 .bg {
        background: url(../img/kv-jss_sp.jpg) center center no-repeat;
        background-size: cover; }
        .kv2 .bg.bg-kv-jss {
          background: url(../img/kv-jss_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-information-center {
          background: url(../img/kv-information-center_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-basic {
          background: url(../img/kv-basic_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-sake-statistics-data {
          background: url(../img/kv-sake-statistics-data_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-professional {
          background: url(../img/kv-professional_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-how-to-store-preserve-sake {
          background: url(../img/kv-how-to-store-preserve-sake_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-glossary {
          background: url(../img/kv-glossary_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-ingredients {
          background: url(../img/kv-ingredients_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-production {
          background: url(../img/kv-production_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-export {
          background: url(../img/kv-export_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-others {
          background: url(../img/kv-others_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-what-is-sake {
          background: url(../img/kv-what-is-sake_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-10-sake-facts {
          background: url(../img/kv-10-sake-facts_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-japanese-sake-history {
          background: url(../img/kv-japanese-sake-history_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-basic-etiquette {
          background: url(../img/kv-basic-etiquette_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-faq {
          background: url(../img/kv-faq_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-sake-tradition-culture {
          background: url(../img/kv-sake-tradition-culture_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-sake-food-pairing {
          background: url(../img/kv-sake-food-pairing_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-how-to-serve-sake {
          background: url(../img/kv-how-to-serve-sake_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-cups-vessels {
          background: url(../img/kv-cups-vessels_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-how-is-sake-made {
          background: url(../img/kv-how-is-sake-made_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-sake-food-pairing-advanced {
          background: url(../img/kv-sake-food-pairing-advanced_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-seafood {
          background: url(../img/kv-seafood_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-cheese {
          background: url(../img/kv-cheese_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-desserts {
          background: url(../img/kv-desserts_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-salad {
          background: url(../img/kv-salad_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-sake-regionality {
          background: url(../img/kv-sake-regionality_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-sake-brewing-processes-flavor {
          background: url(../img/kv-sake-brewing-processes-flavor_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-what-does-sake-taste-like {
          background: url(../img/kv-what-does-sake-taste-like_sp.jpg) center center no-repeat;
          background-size: cover; }
        .kv2 .bg.bg-kv-how-to-read-sake-bottle-labels {
          background: url(../img/kv-how-to-read-sake-bottle-labels_sp.jpg) center center no-repeat;
          background-size: cover; }
      .kv2 .inner h1 strong {
        font-size: 3em; }
      .kv2 .inner h1 .poppins, .kv2 .inner h1 .home-g1 .blk1 ul > li.more a, .home-g1 .blk1 ul > li.more .kv2 .inner h1 a, .kv2 .inner h1 .contact-us-g1 .contact-us-form .btns1 [type=submit], .contact-us-g1 .contact-us-form .btns1 .kv2 .inner h1 [type=submit], .kv2 .inner h1 .faq-g1 .faq-sect .faq-a .wp-block-button__link, .faq-g1 .faq-sect .faq-a .kv2 .inner h1 .wp-block-button__link {
        font-size: 1.2em; } }

.breadcrumbs.gray {
  background-color: #f3f3f3; }
.breadcrumbs .inner {
  padding: .8em 1em; }
.breadcrumbs ul {
  display: flex;
  align-items: center;
  font-size: .9em; }
  .breadcrumbs ul > li {
    padding-right: .8em; }
    .breadcrumbs ul > li:before {
      content: "/";
      display: inline-block;
      margin-right: .8em;
      transform-origin: center .9em;
      transform: scale(1.5); }
    .breadcrumbs ul > li a {
      text-decoration: none;
      color: #999; }
    .breadcrumbs ul > li:first-child:before {
      display: none; }
    .breadcrumbs ul > li:first-child a {
      padding-left: 2em;
      background: url(../img/bread-tohome.png) left center no-repeat;
      background-size: auto 90%; }
@media screen and (max-width: 768px) {
  .breadcrumbs .inner {
    width: 100%;
    overflow: auto; }
  .breadcrumbs ul {
    white-space: nowrap; } }

.style-black1 {
  background-color: #000;
  color: #fff;
  padding: 3em 0;
  overflow: hidden; }
  .style-black1 a {
    color: #ff0000; }
  .style-black1.taupe {
    background: url(../img/bg_taupe.png);
    color: #000; }
    .style-black1.taupe a {
      color: #901527; }
  .style-black1.white {
    background-color: #fff;
    color: #000; }
    .style-black1.white a {
      color: #000; }
  .style-black1.white1 {
    background-color: #fff;
    color: #000; }
    .style-black1.white1 a {
      color: #901527; }
    .style-black1.white1 .inner .text {
      padding-right: 0;
      padding-left: 2em;
      order: 2; }
    .style-black1.white1 .inner .img img {
      float: right; }
    .style-black1.white1 .inner .img2 {
      order: 1; }
  .style-black1.rev .inner .text {
    padding-right: 0;
    padding-left: 2em;
    order: 2; }
  .style-black1.rev .inner .img img {
    float: right; }
  .style-black1.rev .inner .img2 {
    order: 1; }
  .style-black1 .inner {
    padding: 0 2em;
    display: flex;
    align-items: center; }
    .style-black1 .inner.ai-fs {
      align-items: flex-start; }
    .style-black1 .inner .text {
      width: 50%;
      padding-right: 2em; }
      .style-black1 .inner .text h2 {
        font-size: 3.2em;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 1.2;
        margin-bottom: .5em; }
      .style-black1 .inner .text h3 {
        font-size: 2.4em;
        font-weight: 500;
        margin: .5em auto;
        letter-spacing: .05em;
        line-height: 1.2; }
      .style-black1 .inner .text p {
        line-height: 1.8;
        margin: 1em auto 0; }
        .style-black1 .inner .text p.caution1 {
          font-size: .9em; }
      .style-black1 .inner .text .append-link {
        display: inline-block;
        color: #901527;
        margin-top: 1em; }
    .style-black1 .inner .img {
      width: 50%; }
      .style-black1 .inner .img img {
        width: 50vw;
        max-width: 650px; }
    .style-black1 .inner .img2 {
      width: 50%; }
      .style-black1 .inner .img2 p {
        margin: .5em auto 1em;
        font-size: .9em; }
  @media screen and (max-width: 768px) {
    .style-black1.white1 .inner .text {
      padding-left: 0;
      order: 1; }
    .style-black1.white1 .inner .img2 {
      order: 2; }
    .style-black1.white1 .inner .img {
      order: 2; }
    .style-black1.rev .inner .text {
      padding-left: 0;
      order: 1; }
    .style-black1.rev .inner .img2 {
      order: 2; }
    .style-black1.rev .inner .img {
      order: 2; }
    .style-black1 .inner {
      flex-wrap: wrap;
      padding: 0 1.5em; }
      .style-black1 .inner .text {
        width: 100%;
        padding-right: 0; }
        .style-black1 .inner .text h2 {
          font-size: 2.4em; }
        .style-black1 .inner .text h3 {
          font-size: 1.8em; }
        .style-black1 .inner .text p {
          font-size: 1.2em;
          line-height: 1.4; }
      .style-black1 .inner .img {
        margin-top: 2em;
        width: 100%; }
        .style-black1 .inner .img img {
          width: 100%;
          max-width: 100%; }
      .style-black1 .inner .img2 {
        margin-top: 2em;
        width: 100%; } }

.jss-g1 {
  margin: 3em auto; }
  .jss-g1 .inner {
    padding: 0 2em; }
    .jss-g1 .inner h2 {
      font-size: 3.6em;
      letter-spacing: .05em;
      line-height: 1.2;
      margin-bottom: .2em; }
    .jss-g1 .inner .cap1 {
      font-weight: bold;
      line-height: 1.8;
      margin: 1em auto; }
    .jss-g1 .inner .list1 {
      margin: 4em auto 3em; }
      .jss-g1 .inner .list1 > li {
        display: flex;
        align-items: center;
        margin: 4em auto; }
        .jss-g1 .inner .list1 > li .img {
          width: 50%; }
        .jss-g1 .inner .list1 > li .text {
          width: 50%;
          padding-left: 3em; }
          .jss-g1 .inner .list1 > li .text h3 {
            font-size: 2.4em;
            letter-spacing: .05em;
            line-height: 1.2;
            margin-bottom: .3em;
            padding-bottom: .3em;
            border-bottom: 1px solid #000; }
          .jss-g1 .inner .list1 > li .text p {
            font-size: .9em;
            line-height: 1.8; }
    .jss-g1 .inner .table1 {
      border-collapse: collapse;
      border-bottom: 1px solid #999;
      width: 100%; }
      .jss-g1 .inner .table1 tr {
        border-top: 1px solid #999; }
      .jss-g1 .inner .table1 td {
        padding: 1.2em .6em;
        font-size: .9em; }
        .jss-g1 .inner .table1 td:first-child {
          background: url(../img/bg_taupe.png);
          font-weight: bold;
          white-space: nowrap; }
    .jss-g1 .inner .caution1 {
      text-align: right; }
  @media screen and (min-width: 769px) {
    .jss-g1 .inner .list1 > li:nth-child(even) .img {
      order: 2; }
    .jss-g1 .inner .list1 > li:nth-child(even) .text {
      order: 1;
      padding-left: 0;
      padding-right: 2em; } }
  @media screen and (max-width: 768px) {
    .jss-g1 .inner {
      padding: 0 1.5em; }
      .jss-g1 .inner h2 {
        font-size: 2.4em; }
      .jss-g1 .inner .cap1 {
        font-size: 1.2em; }
      .jss-g1 .inner .list1 > li {
        flex-wrap: wrap; }
        .jss-g1 .inner .list1 > li .img {
          margin-top: 2em;
          width: 100%;
          order: 2; }
        .jss-g1 .inner .list1 > li .text {
          width: 100%;
          order: 1;
          padding: 0; }
          .jss-g1 .inner .list1 > li .text h3 {
            font-size: 2em; }
          .jss-g1 .inner .list1 > li .text p {
            font-size: 1.2em; } }

.jss-g2 {
  margin: 3em auto; }
  .jss-g2 .blk1 {
    display: flex;
    margin: 0 auto;
    width: 66%; }
    .jss-g2 .blk1 .text {
      background-color: #000;
      color: #fff;
      padding: 1.8em;
      flex: 1; }
      .jss-g2 .blk1 .text h3 {
        font-size: 2em;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 1.3; }
      .jss-g2 .blk1 .text a {
        display: block;
        background-color: #901527;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: 300;
        letter-spacing: .15em;
        padding: .6em 0;
        margin: 1em auto 0; }
    .jss-g2 .blk1 .img img {
      width: 18em; }
  @media screen and (max-width: 768px) {
    .jss-g2 {
      padding: 0 1.5em; }
      .jss-g2 .blk1 {
        width: 100%; }
        .jss-g2 .blk1 .text {
          padding: 1.5em; }
          .jss-g2 .blk1 .text h3 {
            font-size: 1.6em;
            white-space: nowrap; }
          .jss-g2 .blk1 .text a {
            padding: .4em 0; }
        .jss-g2 .blk1 .img img {
          width: 14.2em; } }

.basic-g1 {
  margin: 3em auto; }
  .basic-g1 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .6em; }
    .basic-g1 ul > li {
      width: 33.33333333%;
      padding: .6em .6em; }
      .basic-g1 ul > li a {
        display: flex;
        border: 1px solid #808080;
        text-decoration: none;
        position: relative;
        transition: .3s; }
        .basic-g1 ul > li a:after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 1.8em;
          height: 1.8em;
          background: url(../img/icon_arrow.png) center center no-repeat #901527;
          background-size: 50%; }
        .basic-g1 ul > li a:hover {
          opacity: .8; }
        .basic-g1 ul > li a .img {
          width: 40%; }
        .basic-g1 ul > li a .text {
          width: 60%; }
          .basic-g1 ul > li a .text h4 {
            font-size: .9em;
            font-weight: normal;
            color: #808080;
            letter-spacing: .15em;
            transform: skewX(-10deg);
            padding: .8em .8em; }
          .basic-g1 ul > li a .text h3 {
            padding: .4em .6em;
            height: 4.5em;
            border-top: 1px solid #808080;
            letter-spacing: .05em;
            font-size: 1.3em;
            font-weight: 500;
            line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .basic-g1 ul > li {
      width: 100%; }
      .basic-g1 ul > li a .img {
        width: 25%; }
      .basic-g1 ul > li a .text {
        width: 75%; }
        .basic-g1 ul > li a .text h3 {
          display: flex;
          align-items: center; } }

.topics-g1 {
  margin: 2em auto;
  padding: 0 2em; }
  .topics-g1 .inner {
    display: flex; }
  .topics-g1 .left {
    width: 74%; }
  .topics-g1 .right {
    width: 26%;
    padding-left: 2em; }
  .topics-g1 .archive-title {
    font-size: 2.4em;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.3;
    border-bottom: 1px solid #999;
    padding-bottom: .3em; }
  .topics-g1 .list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em -.5em; }
    .topics-g1 .list1 > li {
      width: 33.333333333%;
      padding: .5em; }
      .topics-g1 .list1 > li a {
        text-decoration: none; }
        .topics-g1 .list1 > li a .img {
          padding-top: 80%;
          margin-bottom: .5em;
          position: relative; }
          .topics-g1 .list1 > li a .img .icon-arrow {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 1.8em;
            height: 1.8em; }
        .topics-g1 .list1 > li a .text .date {
          color: #808080;
          font-size: .9em;
          width: 6em; }
        .topics-g1 .list1 > li a .text h3 {
          width: 100%;
          font-size: 1em;
          height: 3em;
          line-height: 1.5;
          margin: .3em auto; }
        .topics-g1 .list1 > li a .text p {
          width: 100%;
          font-size: 1em;
          height: 3em;
          line-height: 1.5;
          overflow: hidden; }
  @media screen and (max-width: 768px) {
    .topics-g1 {
      padding: 0 1.5em; }
      .topics-g1 .inner {
        flex-wrap: wrap; }
      .topics-g1 .left {
        width: 100%; }
      .topics-g1 .right {
        width: 100%;
        padding-left: 0; }
      .topics-g1 .list1 {
        margin: 1em -.5em; }
        .topics-g1 .list1 > li {
          width: 50%; }
          .topics-g1 .list1 > li a .text h3 {
            font-size: 1.2em; } }

.category {
  font-size: .9em; }
  .category.ccolor_news {
    color: #901527; }
  .category.ccolor_events {
    color: #739900; }
  .category.ccolor_voices {
    color: #b29500; }
  .category.ccolor_global-information {
    color: #df8900; }
  .category.ccolor_airport-campaign {
    color: #00b6cc; }
  .category.ccolor_sake-shochu-academy {
    color: #3e00bb; }
  .category.ccolor_featured {
    color: #5ebbdfc2; }
  .category.ccolor_quick-guides {
    color: #01a879c2; }
  .category.ccolor_recipes {
    color: #d94c95c2; }

.icon-arrow {
  position: relative;
  background-color: #901527; }
  .icon-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/icon_arrow.png) center center no-repeat;
    background-size: 44%; }
  .icon-arrow.bg-news {
    background-color: #901527; }
  .icon-arrow.bg-events {
    background-color: #739900; }
  .icon-arrow.bg-voices {
    background-color: #b29500; }
  .icon-arrow.bg-global-information {
    background-color: #df8900; }
  .icon-arrow.bg-airport-campaign {
    background-color: #00b6cc; }
  .icon-arrow.bg-sake-shochu-academy {
    background-color: #3e00bb; }
  .icon-arrow.bg-featured {
    background-color: #5ebbdfc2; }
  .icon-arrow.bg-quick-guides {
    background-color: #01a879c2; }
  .icon-arrow.bg-recipes {
    background-color: #d94c95c2; }

.topics-categories ul > li {
  padding: 1.5em 0;
  border-bottom: 1px solid #999; }
  .topics-categories ul > li a {
    display: flex;
    align-items: center;
    text-decoration: none; }
    .topics-categories ul > li a .img {
      width: 35%; }
      .topics-categories ul > li a .img img {
        width: 100%; }
    .topics-categories ul > li a .text {
      padding-left: 1em;
      flex: 1;
      letter-spacing: .05em; }
    .topics-categories ul > li a .icon {
      font-size: .9em;
      width: 1.8em;
      height: 1.8em; }
@media screen and (max-width: 768px) {
  .topics-categories ul > li {
    padding: 1em 0; }
    .topics-categories ul > li a .img {
      width: 25%; }
    .topics-categories ul > li a .text {
      font-size: 1.1em; } }

.fact-g1 {
  margin: 3em auto; }
  .fact-g1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 .6em; }
    .fact-g1 ul > li {
      width: 50%;
      padding: .6em .6em; }
      .fact-g1 ul > li a {
        display: flex;
        border: 1px solid #808080;
        text-decoration: none;
        position: relative;
        padding: .8em;
        transition: .3s; }
        .fact-g1 ul > li a:after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 1.8em;
          height: 1.8em;
          background: url(../img/icon_arrow.png) center center no-repeat #901527;
          background-size: 50%; }
        .fact-g1 ul > li a:hover {
          opacity: .8; }
        .fact-g1 ul > li a .img {
          width: 40%; }
        .fact-g1 ul > li a .text {
          width: 60%;
          padding-left: 1.5em; }
          .fact-g1 ul > li a .text h4 {
            font-size: .9em;
            font-weight: normal;
            color: #808080;
            letter-spacing: .15em;
            transform: skewX(-10deg); }
          .fact-g1 ul > li a .text h3 {
            padding: .4em 0;
            height: 3em;
            letter-spacing: .05em;
            font-size: 1.8em;
            font-weight: 500;
            line-height: 1.1;
            overflow: hidden; }
          .fact-g1 ul > li a .text p {
            border-top: 1px solid #000;
            padding: .5em 0;
            line-height: 1.5;
            height: 5.5em;
            overflow: hidden;
            font-size: .9em; }
  @media screen and (max-width: 768px) {
    .fact-g1 ul > li {
      width: 100%; }
      .fact-g1 ul > li a .img {
        width: 38%; }
      .fact-g1 ul > li a .text {
        width: 62%; }
        .fact-g1 ul > li a .text h3 {
          display: flex;
          align-items: center; } }

.basic-list {
  margin: 3em auto; }
  .basic-list .inner {
    padding: 0 2em; }
  .basic-list h2 {
    font-size: 2em;
    font-weight: 500;
    border-bottom: 1px solid #000;
    margin: 0 auto .5em; }
  .basic-list ul {
    margin: 0 -.6em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .basic-list ul > li {
      width: 33.33333333%;
      padding: .6em; }
      .basic-list ul > li a {
        display: flex;
        background: url(../img/bg_taupe.png);
        text-decoration: none;
        position: relative; }
        .basic-list ul > li a .img {
          width: 25%; }
        .basic-list ul > li a .text {
          width: 68%;
          padding: 0 1.5em;
          display: flex;
          align-items: center;
          height: 5em; }
          .basic-list ul > li a .text h3 {
            font-size: 1em;
            font-weight: 400;
            line-height: 1.2; }
        .basic-list ul > li a:after {
          content: "";
          display: block;
          position: absolute;
          right: .5em;
          top: calc(50% - .3em);
          border-style: solid;
          border-width: .3em 0 .3em .5em;
          border-color: transparent transparent transparent #000; }
  @media screen and (max-width: 768px) {
    .basic-list .inner {
      padding: 0 1.5em; }
    .basic-list ul {
      margin: 0; }
      .basic-list ul > li {
        width: 100%;
        padding: .3em 0; }
        .basic-list ul > li a .img {
          width: 16%; }
        .basic-list ul > li a .text {
          width: 82%; }
        .basic-list ul > li a:after {
          right: 1em; } }

.basic-title1 {
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: .05em;
  text-align: center;
  position: relative; }
  .basic-title1:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #000; }
  .basic-title1 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 .5em;
    position: relative; }
  @media screen and (max-width: 768px) {
    .basic-title1 {
      font-size: 2em;
      line-height: 1.2; } }

.store-sake-g1 {
  margin: 3em auto; }
  .store-sake-g1 .inner {
    padding: 0 2em; }
    .store-sake-g1 .inner ul {
      display: flex;
      margin: 1em -.8em 3em; }
      .store-sake-g1 .inner ul > li {
        padding: .8em; }
        .store-sake-g1 .inner ul > li .detail {
          border: 1px solid #000;
          position: relative;
          height: 100%;
          padding: 1.5em; }
          .store-sake-g1 .inner ul > li .detail .img {
            width: 8em;
            margin: 0 auto 1em; }
          .store-sake-g1 .inner ul > li .detail .text h3 {
            text-align: center;
            position: relative;
            font-size: 1.8em;
            letter-spacing: .05em;
            padding-bottom: .2em; }
            .store-sake-g1 .inner ul > li .detail .text h3:after {
              content: "";
              display: block;
              position: absolute;
              left: calc(50% - 1em);
              top: 100%;
              width: 2em;
              border-top: 1px solid #000; }
          .store-sake-g1 .inner ul > li .detail .text p {
            margin: 1em auto 0;
            font-size: .9em;
            line-height: 1.8; }
      .store-sake-g1 .inner ul.clm2 > li {
        width: 50%; }
      .store-sake-g1 .inner ul.clm3 > li {
        width: 50%; }
  @media screen and (max-width: 768px) {
    .store-sake-g1 .inner {
      padding: 0 1.5em; }
      .store-sake-g1 .inner ul {
        flex-wrap: wrap; }
        .store-sake-g1 .inner ul.clm2 > li, .store-sake-g1 .inner ul.clm3 > li {
          width: 100%; }
          .store-sake-g1 .inner ul.clm2 > li .detail .img, .store-sake-g1 .inner ul.clm3 > li .detail .img {
            width: 10em; }
          .store-sake-g1 .inner ul.clm2 > li .detail .text p, .store-sake-g1 .inner ul.clm3 > li .detail .text p {
            font-size: 1.1em; } }

.glossary-g1 {
  margin: 3em auto; }
  .glossary-g1 .inner {
    padding: 0 2em; }
  .glossary-g1 .tab {
    display: flex;
    justify-content: center;
    font-size: 2em;
    line-height: 1.1;
    margin: 0 auto 1em; }
    .glossary-g1 .tab > li {
      border-left: 1px solid #000;
      padding: 0 .8em; }
      .glossary-g1 .tab > li:first-child {
        border-left: none; }
      .glossary-g1 .tab > li a {
        display: block;
        color: #901527;
        text-decoration: none; }
  .glossary-g1 .tab-content > div {
    display: none; }
    .glossary-g1 .tab-content > div.on {
      display: block; }
  .glossary-g1 .tab-content .kh {
    position: relative;
    margin: 1em auto .5em;
    text-align: center;
    font-size: 2em; }
    .glossary-g1 .tab-content .kh:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      border-top: 1px solid #000; }
    .glossary-g1 .tab-content .kh span {
      display: inline-block;
      padding: 0 .6em;
      position: relative;
      background-color: #fff; }
  .glossary-g1 .tab-content .kb {
    border: 1px solid #000;
    margin: 0 auto 1em; }
    .glossary-g1 .tab-content .kb h3 {
      background: url(../img/bg_taupe.png);
      font-size: 1.4em;
      padding: .5em 1em; }
    .glossary-g1 .tab-content .kb .detail {
      display: flex;
      align-items: flex-start;
      padding: 1.5em 2em; }
      .glossary-g1 .tab-content .kb .detail .img {
        width: 30%; }
        .glossary-g1 .tab-content .kb .detail .img + .text {
          padding-left: 2em; }
      .glossary-g1 .tab-content .kb .detail .text {
        flex: 1; }
  @media screen and (max-width: 768px) {
    .glossary-g1 .inner {
      padding: 0 1.5em; }
    .glossary-g1 .tab {
      font-size: 1.4em; }
    .glossary-g1 .tab-content .kb .detail {
      flex-wrap: wrap;
      justify-content: center;
      padding: 1em; }
      .glossary-g1 .tab-content .kb .detail .img {
        width: 60%;
        margin-bottom: 1em; }
      .glossary-g1 .tab-content .kb .detail .text {
        flex: 0 1 auto;
        width: 100%; } }

.privacy-policy-g1 {
  margin: 3em auto;
  padding: 0 2em; }
  .privacy-policy-g1 h2 {
    font-size: 2.4em;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.3;
    margin: 1em auto 0; }
  .privacy-policy-g1 h3 {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: .05em;
    border-bottom: 1px solid #000;
    margin: 1em auto 0 1em; }
  .privacy-policy-g1 p {
    margin: 1em auto;
    line-height: 1.8; }
    .privacy-policy-g1 p.ind1 {
      padding-left: 2em; }
    .privacy-policy-g1 p a {
      color: #e83f22; }
  @media screen and (max-width: 768px) {
    .privacy-policy-g1 {
      padding: 0 1.5em; }
      .privacy-policy-g1 h3 {
        margin: 1em auto 0; }
      .privacy-policy-g1 p.ind1 {
        padding-left: 0; } }

.topics-single-wrap .attr1 {
  display: flex;
  font-size: .9em;
  margin: 1em auto; }
  .topics-single-wrap .attr1 .date {
    padding-right: 1.5em; }
.topics-single-wrap h1 {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
  margin: .5em auto;
  border-bottom: 1px solid #000; }
.topics-single-wrap .topics-single-body h2 {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
  margin: .5em auto; }
.topics-single-wrap .topics-single-body h3 {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
  padding-bottom: .3em;
  border-bottom: 1px solid #000;
  margin: 1em auto; }
.topics-single-wrap .topics-single-body h4 {
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: .05em;
  background: url(../img/bg_taupe.png);
  padding: .5em 1em;
  margin: 1em auto; }
.topics-single-wrap .topics-single-body p {
  margin: 1.5em auto;
  line-height: 1.8; }
.topics-single-wrap .topics-single-body img {
  height: auto; }
.topics-single-wrap .topics-single-tags {
  display: flex;
  flex-wrap: wrap; }
  .topics-single-wrap .topics-single-tags > li {
    padding: .4em 1.5em .4em 0; }
    .topics-single-wrap .topics-single-tags > li a {
      white-space: nowrap;
      color: rgba(0, 0, 0, 0.4);
      text-decoration: none; }
.topics-single-wrap .btns1 {
  margin: 3em auto; }
  .topics-single-wrap .btns1 a {
    display: block;
    background-color: #901527;
    color: #fff;
    padding: 1em 0;
    font-size: 1.2em;
    text-decoration: none;
    letter-spacing: .1em;
    width: 28em;
    margin: 0 auto;
    text-align: center; }
.topics-single-wrap .snss {
  display: flex;
  justify-content: center;
  margin: 2em auto 0; }
  .topics-single-wrap .snss > li {
    width: 20%;
    padding: .3em; }
    .topics-single-wrap .snss > li a {
      display: block;
      padding: .3em 0; }
      .topics-single-wrap .snss > li a.fb {
        background-color: #5078bb; }
      .topics-single-wrap .snss > li a.tw {
        background-color: #72c9ef; }
      .topics-single-wrap .snss > li a.in {
        background-color: #0082c6; }
      .topics-single-wrap .snss > li a.pn {
        background-color: #e95951; }
      .topics-single-wrap .snss > li a img {
        width: 2.4em;
        margin: 0 auto; }
@media screen and (max-width: 768px) {
  .topics-single-wrap .topics-single-body h2 {
    font-size: 2em;
    letter-spacing: .01em;
    line-height: 1.3;
    margin-top: 2em; }
  .topics-single-wrap .topics-single-body h3 {
    font-size: 1.8em;
    letter-spacing: .01em; }
  .topics-single-wrap .topics-single-body p {
    font-size: 1.2em; } }

.fact-g2 {
  margin: 3em auto; }
  .fact-g2 .inner {
    padding: 0 2em; }
  .fact-g2 .cap1 {
    font-size: 1.1em;
    line-height: 1.8; }
  .fact-g2 ul {
    margin: 3em auto; }
    .fact-g2 ul > li {
      display: flex;
      align-items: center;
      border-top: 1px solid #000;
      padding: 1em;
      position: relative; }
      .fact-g2 ul > li:nth-child(odd) {
        background: url(../img/bg_taupe.png); }
      .fact-g2 ul > li:before {
        content: "";
        display: block;
        position: absolute;
        left: 1.4em;
        top: calc(50% - 1.5em);
        width: 2em;
        height: 3em;
        background: url(../img/icon_pdf.png) center center no-repeat;
        background-size: contain; }
      .fact-g2 ul > li.icon_file:before {
        background: url(../img/icon_file.png) center center no-repeat;
        background-size: contain; }
      .fact-g2 ul > li .title {
        flex: 1;
        padding-left: 3em;
        font-size: 1.1em; }
      .fact-g2 ul > li .btn1 a {
        display: block;
        background-color: #901527;
        color: #fff;
        width: 10em;
        padding: .8em 0;
        text-align: center;
        letter-spacing: .1em;
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    .fact-g2 {
      margin: 2em auto; }
      .fact-g2 .inner {
        padding: 0 1.5em; }
      .fact-g2 .body p {
        font-size: 1.2em; }
      .fact-g2 ul > li {
        flex-wrap: wrap; }
        .fact-g2 ul > li:before {
          top: .8em; }
        .fact-g2 ul > li .title {
          flex: 0 1 auto;
          width: 100%;
          min-height: 3em;
          margin-top: .3em;
          margin-bottom: 1em; }
        .fact-g2 ul > li .btn1 {
          width: 100%; }
          .fact-g2 ul > li .btn1 a {
            margin: 0 auto;
            width: 18em; } }

.professional-g1 {
  margin: 3em auto; }
  .professional-g1 ul {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 .6em; }
    .professional-g1 ul > li {
      width: 100%;
      padding: .6em .6em; }
      .professional-g1 ul > li a {
        display: flex;
        align-items: center;
        border: 1px solid #808080;
        text-decoration: none;
        position: relative;
        padding: .8em;
        transition: .3s; }
        .professional-g1 ul > li a:after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 1.8em;
          height: 1.8em;
          background: url(../img/icon_arrow.png) center center no-repeat #901527;
          background-size: 50%; }
        .professional-g1 ul > li a:hover {
          opacity: .8; }
        .professional-g1 ul > li a .img {
          width: 30%;
          padding-top: 11em; }
        .professional-g1 ul > li a .text {
          width: 70%;
          padding-left: 1.5em; }
          .professional-g1 ul > li a .text h4 {
            font-size: .9em;
            font-weight: normal;
            color: #808080;
            letter-spacing: .15em;
            transform: skewX(-10deg); }
          .professional-g1 ul > li a .text h3 {
            padding: .4em 0;
            letter-spacing: .05em;
            font-size: 1.8em;
            font-weight: 500;
            line-height: 1.2;
            overflow: hidden;
            white-space: nowrap; }
          .professional-g1 ul > li a .text p {
            border-top: 1px solid #000;
            padding: .5em 0;
            line-height: 1.8;
            height: 4.5em;
            overflow: hidden; }
  @media screen and (max-width: 768px) {
    .professional-g1 ul > li {
      width: 100%; }
      .professional-g1 ul > li a .img {
        width: 42%; }
      .professional-g1 ul > li a .text {
        width: 58%; }
        .professional-g1 ul > li a .text h3 {
          padding-top: 0;
          display: flex;
          align-items: center;
          white-space: normal;
          height: 3.3em; }
        .professional-g1 ul > li a .text p {
          padding-bottom: 0; } }

.contact-us-g1 {
  margin: 3em auto; }
  .contact-us-g1 .inner {
    padding: 0 2em; }
  .contact-us-g1 h1 {
    font-size: 2.4em;
    font-weight: 500;
    letter-spacing: .05em; }
  .contact-us-g1 .cap1 {
    margin: .3em auto 1em;
    line-height: 1.8; }
  .contact-us-g1 .contact-us-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .contact-us-g1 .contact-us-form .label {
    width: 25%;
    position: relative;
    margin: .2em 0;
    padding: 0 1em;
    display: flex;
    align-items: center;
    line-height: 1.3;
    border-bottom: 1px solid #000; }
    .contact-us-g1 .contact-us-form .label.req:after {
      content: "Required";
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      font-size: .9em;
      right: 1em;
      top: calc(50% - 1em);
      height: 2em;
      width: 6em;
      color: #c00;
      border: 1px solid #c00; }
  .contact-us-g1 .contact-us-form .inp-area {
    width: 74%;
    margin: .2em 0; }
    .contact-us-g1 .contact-us-form .inp-area [type=text],
    .contact-us-g1 .contact-us-form .inp-area [type=email],
    .contact-us-g1 .contact-us-form .inp-area select,
    .contact-us-g1 .contact-us-form .inp-area textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 2em 1em;
      background-color: #f3f3f3;
      border: none;
      display: block;
      width: 100%;
      font-size: inherit; }
    .contact-us-g1 .contact-us-form .inp-area textarea {
      min-height: 10em; }
  .contact-us-g1 .contact-us-form .check {
    width: 100%;
    margin: 2em 0;
    text-align: center; }
  .contact-us-g1 .contact-us-form .btns1 {
    width: 100%;
    text-align: center; }
    .contact-us-g1 .contact-us-form .btns1 .btn-arrow {
      display: block;
      font-size: 1.1em;
      width: 16em;
      margin: 0 auto;
      position: relative; }
      .contact-us-g1 .contact-us-form .btns1 .btn-arrow span {
        position: absolute;
        top: 100%;
        left: calc(50% - 8px); }
    .contact-us-g1 .contact-us-form .btns1 [type=submit] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      background-color: #901527;
      color: #fff;
      padding: .8em 0;
      width: 100%;
      font-size: 1.1em;
      display: block;
      letter-spacing: .1em;
      margin: 0; }
  .contact-us-g1 .contact-us-form .wpcf7-response-output {
    width: 100%;
    padding: 1em;
    margin: 2em 0; }
  @media screen and (max-width: 768px) {
    .contact-us-g1 .inner {
      padding: 0 1.5em; }
    .contact-us-g1 .contact-us-form .label {
      width: 100%;
      height: 3em; }
    .contact-us-g1 .contact-us-form .inp-area {
      width: 100%;
      font-size: 1.3em; }
      .contact-us-g1 .contact-us-form .inp-area [type=text],
      .contact-us-g1 .contact-us-form .inp-area [type=email],
      .contact-us-g1 .contact-us-form .inp-area select,
      .contact-us-g1 .contact-us-form .inp-area textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 1em 1em;
        background-color: #f3f3f3;
        border: none;
        display: block;
        width: 100%;
        font-size: inherit;
        font-size: 16px; } }

.information-g0 .btns1 {
  margin: 1em auto 0;
  text-align: center; }
  .information-g0 .btns1 a {
    display: block;
    text-align: center;
    background-color: #901527;
    color: #fff;
    width: 18em;
    padding: 1em 0;
    letter-spacing: .1em;
    text-decoration: none;
    margin: 0 auto; }

.information-g1 {
  margin: 3em auto 5em; }
  .information-g1 .inner {
    padding: 0 2em; }
  .information-g1 h2 {
    font-size: 3em;
    font-weight: 500;
    letter-spacing: .05em; }
  .information-g1 .blk1 {
    display: flex;
    margin: 1em auto; }
    .information-g1 .blk1 > div {
      width: 50%; }
      .information-g1 .blk1 > div:last-child {
        padding-left: 2em; }
    .information-g1 .blk1 .table1 {
      width: 100%;
      border-collapse: collapse;
      border-bottom: 1px solid #ccc; }
      .information-g1 .blk1 .table1 tr {
        border-top: 1px solid #ccc; }
        .information-g1 .blk1 .table1 tr th,
        .information-g1 .blk1 .table1 tr td {
          vertical-align: middle;
          height: 5.4em; }
        .information-g1 .blk1 .table1 tr th {
          text-align: left;
          padding: 0 1em;
          background: url(../img/bg_taupe.png); }
        .information-g1 .blk1 .table1 tr td {
          padding: 0 1em;
          font-size: .84em; }
          .information-g1 .blk1 .table1 tr td strong {
            font-size: 1.2em; }
    .information-g1 .blk1 .cap1 {
      margin: 1em auto 0;
      font-size: .84em; }
    .information-g1 .blk1 .map {
      height: 100%;
      position: relative; }
      .information-g1 .blk1 .map iframe {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  @media screen and (max-width: 768px) {
    .information-g1 {
      margin: 2em auto 3em; }
      .information-g1 .inner {
        padding: 0 1.5em; }
      .information-g1 .blk1 {
        flex-wrap: wrap; }
        .information-g1 .blk1 > div {
          width: 100%; }
          .information-g1 .blk1 > div:last-child {
            padding-left: 0; }
        .information-g1 .blk1 .table1 tr {
          display: block; }
          .information-g1 .blk1 .table1 tr th,
          .information-g1 .blk1 .table1 tr td {
            display: block;
            height: auto;
            padding: 1em; }
          .information-g1 .blk1 .table1 tr th {
            border-bottom: 1px solid #ccc; }
          .information-g1 .blk1 .table1 tr td {
            padding: 1.5em 0;
            font-size: 1.1em; }
        .information-g1 .blk1 .map {
          margin-top: 2em;
          padding-top: 80%;
          height: auto; } }

.information-g2 {
  padding: 3em 0;
  background: url(../img/bg_taupe.png); }
  .information-g2 .inner {
    padding: 0 2em; }
  .information-g2 h2 {
    font-size: 3em;
    font-weight: 500;
    letter-spacing: .05em; }
  .information-g2 #slick1 {
    margin: 3em auto; }
    .information-g2 #slick1 li {
      padding: 0 1.5em; }
    .information-g2 #slick1 img {
      display: block;
      width: 30em; }
    .information-g2 #slick1 .slick-prev,
    .information-g2 #slick1 .slick-next {
      font-size: 1em;
      top: calc(50% - 1em);
      width: 2em;
      height: 2em;
      border: 2px solid #000;
      transform: scale(1);
      z-index: 1; }
      .information-g2 #slick1 .slick-prev:before,
      .information-g2 #slick1 .slick-next:before {
        content: "";
        display: block;
        position: absolute;
        font-size: 1em;
        left: 20%;
        top: calc(50% - .3em);
        width: .6em;
        height: .6em;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #000 #000 transparent transparent;
        transform: rotate(45deg); }
    .information-g2 #slick1 .slick-prev {
      left: calc(50% - 17.5em);
      transform: scale(-1, 1); }
    .information-g2 #slick1 .slick-next {
      right: calc(50% - 17.5em); }
  .information-g2 .cap2 {
    max-width: 820px;
    margin: 1em auto;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5; }
  .information-g2 .cap3 {
    max-width: 820px;
    line-height: 1.8;
    margin: 1em auto;
    font-size: 1.2em; }
  .information-g2 .list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
    padding: 1em; }
    .information-g2 .list1 > li {
      width: 50%;
      padding: 7em 1em 1em; }
      .information-g2 .list1 > li .detail {
        border: 1px solid #000;
        background-color: #fff;
        height: 100%;
        padding: 0 1.5em 1em; }
        .information-g2 .list1 > li .detail .img {
          position: relative;
          top: -5em;
          margin-bottom: -5em;
          box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1); }
        .information-g2 .list1 > li .detail .text {
          padding: 1em 0; }
          .information-g2 .list1 > li .detail .text h3 {
            text-align: center;
            position: relative;
            font-size: 2em;
            font-weight: 500;
            letter-spacing: .05em;
            padding-bottom: .2em; }
            .information-g2 .list1 > li .detail .text h3:after {
              content: "";
              display: block;
              position: absolute;
              left: calc(50% - 1em);
              top: 100%;
              width: 2em;
              border-top: 1px solid #000; }
          .information-g2 .list1 > li .detail .text p {
            font-size: 1.2em;
            line-height: 1.8;
            margin: 1em auto; }
          .information-g2 .list1 > li .detail .text .movie {
            max-width: 380px;
            margin: 2em auto 0; }
            .information-g2 .list1 > li .detail .text .movie > div {
              position: relative;
              padding-top: 56.25%; }
              .information-g2 .list1 > li .detail .text .movie > div iframe {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%; }
          .information-g2 .list1 > li .detail .text .pdfs {
            display: flex;
            flex-wrap: wrap; }
            .information-g2 .list1 > li .detail .text .pdfs > div {
              width: 50%;
              padding: .3em; }
              .information-g2 .list1 > li .detail .text .pdfs > div a {
                display: flex;
                align-items: center;
                color: #fff;
                text-decoration: none;
                height: 4.6em;
                padding: 0 1em;
                line-height: 1.2;
                letter-spacing: .1em;
                background: url(../img/icon_pdf_w.png) 92% center no-repeat #901527;
                background-size: 1.8em auto; }
  @media screen and (max-width: 768px) {
    .information-g2 #slick1 li {
      padding: 0 3em; }
    .information-g2 #slick1 img {
      width: 100%; }
    .information-g2 #slick1 .slick-prev {
      left: .5em; }
    .information-g2 #slick1 .slick-next {
      right: .5em; }
    .information-g2 .list1 {
      padding: 1em 0; }
      .information-g2 .list1 > li {
        width: 100%; } }

.basic-g2 {
  margin: 3em auto; }
  .basic-g2 .inner {
    padding: 0 2em; }
  .basic-g2 .cap1 {
    margin: 0 auto 2em; }
  .basic-g2 .list1 {
    margin: 1em -1em;
    display: flex;
    flex-wrap: wrap; }
    .basic-g2 .list1 > li {
      padding: 1em;
      width: 50%; }
      .basic-g2 .list1 > li .detail {
        border: 1px solid #dbdbdb;
        position: relative; }
        .basic-g2 .list1 > li .detail p {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          padding: 1.5em 0;
          text-align: center;
          font-size: 1.3em;
          font-weight: bold;
          line-height: 1.6; }
          .basic-g2 .list1 > li .detail p.p1 {
            padding-bottom: 2.5em; }
          .basic-g2 .list1 > li .detail p small {
            display: block;
            font-size: .8em; }
  .basic-g2 .list2 {
    margin: 2em -1em;
    display: flex;
    flex-wrap: wrap; }
    .basic-g2 .list2 > li {
      padding: 1em;
      width: 50%; }
      .basic-g2 .list2 > li .detail {
        border: 1px solid #000; }
      .basic-g2 .list2 > li .hd {
        background: url(../img/bg_taupe.png);
        display: flex;
        align-items: center;
        position: relative;
        height: 4.8em; }
        .basic-g2 .list2 > li .hd:before {
          content: "";
          display: block;
          position: absolute;
          left: 1em;
          bottom: .5em;
          width: 1.5em;
          height: 3em;
          background: url(../img/icon_sake.png) center center no-repeat;
          background-size: contain; }
        .basic-g2 .list2 > li .hd .bln {
          position: absolute;
          left: 3em;
          top: -.8em;
          background-color: #000;
          color: #fff;
          text-align: center;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          line-height: 1;
          width: 5em;
          height: 5em;
          border-radius: 50%; }
          .basic-g2 .list2 > li .hd .bln:before {
            content: "";
            display: block;
            position: absolute;
            left: .3em;
            bottom: .3em;
            width: 1em;
            height: 1em;
            transform-origin: left bottom;
            transform: rotate(-10deg) skewX(-30deg);
            background-color: #000; }
          .basic-g2 .list2 > li .hd .bln > div {
            position: relative; }
          .basic-g2 .list2 > li .hd .bln .point {
            display: block;
            font-size: 1.1em;
            letter-spacing: .05em;
            width: 100%; }
          .basic-g2 .list2 > li .hd .bln strong {
            display: block;
            font-size: 2.5em;
            font-weight: 400; }
        .basic-g2 .list2 > li .hd .title {
          font-size: 1.4em;
          letter-spacing: .05em;
          line-height: 1.2;
          padding-left: 6.4em; }
      .basic-g2 .list2 > li .img {
        padding: 1em 0; }
        .basic-g2 .list2 > li .img img {
          width: 80%;
          margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .basic-g2 .inner {
      padding: 0 1.5em; }
    .basic-g2 .cap1 {
      font-size: 1.3em; }
    .basic-g2 .list1 > li {
      width: 100%; }
    .basic-g2 .list2 > li {
      width: 100%; } }

.pagination {
  display: flex;
  justify-content: center;
  margin: 3em auto; }
  .pagination > span,
  .pagination > a {
    display: block;
    padding: .5em 1em;
    margin: 0 .5em;
    border: 1px solid #000;
    color: #000;
    border-radius: 3em; }

.history-g1 {
  margin: 3em auto; }
  .history-g1 .inner {
    padding: 0 2em; }
  @media screen and (max-width: 768px) {
    .history-g1 {
      margin: 2em auto; }
      .history-g1 .inner {
        padding: 0 1.5em; }
      .history-g1 .cap1 {
        font-size: 1.2em; } }

.history-g2 {
  background: url(../img/bg_taupe.png);
  padding: 3em 0; }
  .history-g2 .inner {
    padding: 0 2em; }
  .history-g2 .blk1 {
    margin: .5em auto;
    display: flex;
    justify-content: space-between; }
    .history-g2 .blk1 .text {
      position: relative;
      padding: 0 3em;
      width: 68%; }
      .history-g2 .blk1 .text:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: .8em;
        background-color: #000;
        transform: skewY(-35deg); }
      .history-g2 .blk1 .text sup {
        position: relatve;
        font-size: .5em;
        bottom: .5em; }
      .history-g2 .blk1 .text h2 {
        font-size: 2.5em;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.2; }
      .history-g2 .blk1 .text h3 {
        font-size: 1.8em;
        font-weight: 500;
        line-height: 1.2;
        margin-top: .2em; }
      .history-g2 .blk1 .text h4 {
        background-color: #000;
        color: #fff;
        font-size: 1.2em;
        padding: .1em 1em;
        width: 10em;
        letter-spacing: .05em;
        margin: 1.5em auto .5em 0;
        position: relative; }
        .history-g2 .blk1 .text h4:after {
          content: "";
          display: block;
          position: absolute;
          right: 100%;
          bottom: 0;
          width: 3em;
          border-top: 1px solid #000;
          transform-origin: right top;
          transform: rotate(-45deg); }
      .history-g2 .blk1 .text p {
        font-size: .9em; }
      .history-g2 .blk1 .text .btn-arrow {
        display: block;
        background-color: #901527;
        color: #fff;
        text-decoration: none;
        width: 18em;
        letter-spacing: .1em;
        text-align: center;
        padding: 1.2em 0;
        margin-top: 1.5em;
        margin-bottom: 2.5em; }
        .history-g2 .blk1 .text .btn-arrow:after {
          width: 1.5em; }
    .history-g2 .blk1 .img {
      width: 32%; }
  @media screen and (max-width: 768px) {
    .history-g2 .inner {
      padding: 0 1.5em; }
    .history-g2 .blk1 {
      flex-wrap: wrap;
      justify-content: center; }
      .history-g2 .blk1 .text {
        width: 100%;
        padding-right: 0; }
      .history-g2 .blk1 .img {
        width: 70%;
        margin-bottom: 3em; } }

.temp {
  display: none; }

.history-modal-content {
  display: flex; }
  .history-modal-content .text {
    width: 65%;
    padding: 2em; }
    .history-modal-content .text h3 {
      color: #901527;
      font-size: 2.2em;
      font-weight: 500;
      letter-spacing: .05em;
      line-height: 1.2; }
    .history-modal-content .text p {
      font-size: 1.2em;
      line-height: 1.8;
      margin: 1em auto 0; }
      .history-modal-content .text p + h3 {
        margin-top: 1em; }
  .history-modal-content .img {
    width: 35%; }
  @media screen and (max-width: 768px) {
    .history-modal-content {
      flex-wrap: wrap; }
      .history-modal-content .text {
        width: 100%;
        padding-top: 4em; }
      .history-modal-content .img {
        width: 100%; } }

.etiquettes-g1 {
  margin: 3em auto; }
  .etiquettes-g1 .inner {
    padding: 0 2em; }
  .etiquettes-g1 .cap1 {
    font-size: 1.1em; }
  @media screen and (max-width: 768px) {
    .etiquettes-g1 .cap1 {
      font-size: 1.3em; } }

.etiquettes-g2 {
  padding: 3em 0;
  background: url(../img/bg_taupe.png); }
  .etiquettes-g2 .inner {
    padding: 0 2em; }
  .etiquettes-g2 h2 {
    font-size: 3.2em;
    margin: 0 auto;
    line-height: 1.2; }
  .etiquettes-g2 .blk1 {
    display: flex;
    margin: 2em -1em; }
    .etiquettes-g2 .blk1 > div {
      width: 50%;
      padding: 0 1em; }
    .etiquettes-g2 .blk1 .img {
      margin-bottom: 1em; }
    .etiquettes-g2 .blk1 .text h3 {
      color: #901527;
      font-size: 1.4em;
      font-weight: 500;
      padding-bottom: .3em;
      border-bottom: 1px solid #000; }
    .etiquettes-g2 .blk1 .text p {
      margin: .5em auto; }
  @media screen and (max-width: 768px) {
    .etiquettes-g2 {
      padding-bottom: 0; }
      .etiquettes-g2 .inner {
        padding: 0 1.5em; }
      .etiquettes-g2 h2 {
        font-size: 2.4em; }
      .etiquettes-g2 .blk1 {
        flex-wrap: wrap; }
        .etiquettes-g2 .blk1 > div {
          width: 100%; }
        .etiquettes-g2 .blk1 .text h3 {
          font-size: 1.8em; }
        .etiquettes-g2 .blk1 .text p {
          margin: .5em auto 3em;
          font-sizes: 1.2em; } }

.etiquettes-g3 {
  margin: 3em auto; }
  .etiquettes-g3 .inner {
    padding: 0 2em; }
  .etiquettes-g3 .blk1 {
    display: flex;
    margin: 2em -1em; }
    .etiquettes-g3 .blk1 > div {
      width: 50%;
      padding: 0 1em; }
    .etiquettes-g3 .blk1 .border {
      border: 1px solid #000;
      height: 100%; }
    .etiquettes-g3 .blk1 .img {
      width: 35%;
      margin: 1.5em auto; }
    .etiquettes-g3 .blk1 .text {
      padding: 0 2em; }
      .etiquettes-g3 .blk1 .text h3 {
        text-align: center;
        position: relative;
        font-size: 1.6em;
        font-weight: 500;
        padding-bottom: .4em; }
        .etiquettes-g3 .blk1 .text h3:after {
          content: "";
          display: block;
          position: absolute;
          left: calc(50% - 1em);
          top: 100%;
          width: 2em;
          border-top: 1px solid #000; }
      .etiquettes-g3 .blk1 .text p {
        margin: 1.5em auto;
        font-size: .9em;
        line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .etiquettes-g3 .inner {
      padding: 0 1.5em; }
    .etiquettes-g3 .blk1 {
      flex-wrap: wrap; }
      .etiquettes-g3 .blk1 > div {
        width: 100%;
        padding: .5em 1em; }
      .etiquettes-g3 .blk1 .text p {
        font-size: 1em; } }

.faq-g1 {
  margin: 3em auto; }
  .faq-g1 .faq-sect .faq-q {
    background: url(../img/bg_taupe.png);
    padding: 1.2em;
    padding-left: 10em;
    position: relative; }
    .faq-g1 .faq-sect .faq-q img {
      display: block;
      position: absolute;
      left: 2em;
      top: -1.8em;
      width: 6.8em; }
    .faq-g1 .faq-sect .faq-q h3 {
      font-size: 1.2em;
      font-weight: 600; }
  .faq-g1 .faq-sect .faq-a {
    margin: 1.5em auto;
    padding: .5em 1em .5em 10em;
    background: url(../img/faq_ia.png) 2em top no-repeat;
    background-size: 6.8666666em;
    min-height: 5.3em; }
    .faq-g1 .faq-sect .faq-a p + p {
      margin-top: 1em; }
    .faq-g1 .faq-sect .faq-a .wp-block-button__link {
      font-size: 1em;
      letter-spacing: .05em;
      padding: .6em 1.5em; }
  .faq-g1 .faq-sect + .faq-sect {
    margin-top: 3em; }
  @media screen and (max-width: 768px) {
    .faq-g1 .inner {
      padding: 0 1em; }
    .faq-g1 .faq-sect .faq-q {
      padding: 1em;
      padding-left: 7em; }
      .faq-g1 .faq-sect .faq-q img {
        left: 1em;
        width: 5em;
        top: -1.4em; }
    .faq-g1 .faq-sect .faq-a {
      background: url(../img/faq_ia.png) 1em top no-repeat;
      background-size: 5em;
      min-height: 4.6em;
      padding-left: 7em; } }

.culture-g1 {
  margin: 3em auto; }
  .culture-g1 .inner {
    padding: 0 2em; }
  .culture-g1 .cap1 {
    font-size: 1.1em;
    line-height: 1.8; }
    .culture-g1 .cap1 a {
      color: #901527; }
  @media screen and (max-width: 768px) {
    .culture-g1 .inner {
      padding: 0 1.5em; }
    .culture-g1 .cap1 {
      font-size: 1.3em; } }

.style-block1 {
  padding: 3em 0; }
  .style-block1 .inner {
    padding: 0 2em; }
  .style-block1.black {
    background-color: #000;
    color: #fff; }
    .style-block1.black p a {
      color: #ff0000; }
  .style-block1 h2 {
    font-size: 3.2em;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: .5em; }
  .style-block1 p {
    line-height: 1.8;
    margin: 1em auto; }
  .style-block1 .list1 {
    display: flex;
    justify-content: center;
    margin: 2em auto 0; }
    .style-block1 .list1 > li {
      width: 33.333333333%;
      padding: 0 .5em; }
      .style-block1 .list1 > li span {
        display: block;
        margin: .5em auto;
        font-size: .9em; }
  .style-block1 .list2 {
    display: flex;
    flex-wrap: wrap;
    margin: 2em -.5em 0; }
    .style-block1 .list2 > li {
      width: 50%;
      padding: .5em;
      display: flex;
      flex-wrap: wrap; }
      .style-block1 .list2 > li img {
        width: 100%; }
      .style-block1 .list2 > li .text {
        background: url(../img/bg_taupe.png);
        display: flex;
        align-items: center;
        width: 100%; }
        .style-block1 .list2 > li .text .season {
          background-color: #ccc;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 5em;
          height: 3em;
          font-size: 1.8em; }
          .style-block1 .list2 > li .text .season.spring {
            background-color: #ffb0b5; }
          .style-block1 .list2 > li .text .season.summer {
            background-color: #97b4dc; }
          .style-block1 .list2 > li .text .season.autumn {
            background-color: #ffbca0; }
          .style-block1 .list2 > li .text .season.winter {
            background-color: #bda9bf; }
        .style-block1 .list2 > li .text .t1 {
          font-size: .9em;
          padding: 0 1em;
          flex: 1; }
      .style-block1 .list2 > li:nth-child(3) img, .style-block1 .list2 > li:nth-child(4) img {
        order: 2; }
      .style-block1 .list2 > li:nth-child(3) .text, .style-block1 .list2 > li:nth-child(4) .text {
        order: 1; }
  .style-block1 .list3 {
    width: 50%;
    margin: 2em auto 0; }
    .style-block1 .list3 span {
      display: block;
      margin: .5em auto;
      font-size: .9em; }
  @media screen and (max-width: 768px) {
    .style-block1 .inner {
      padding: 0 1.5em; }
    .style-block1 h2 {
      font-size: 2.4em; }
    .style-block1 p {
      font-size: 1.2em; }
    .style-block1 .list1 {
      flex-wrap: wrap; }
      .style-block1 .list1 > li {
        width: 100%; }
    .style-block1 .list2 > li {
      width: 100%; }
      .style-block1 .list2 > li:nth-child(3) img,
      .style-block1 .list2 > li:nth-child(3) .text, .style-block1 .list2 > li:nth-child(4) img,
      .style-block1 .list2 > li:nth-child(4) .text {
        order: 1; }
    .style-block1 .list3 {
      width: 100%; } }

.culture-g2 {
  margin: 3em auto; }
  .culture-g2 .inner {
    padding: 0 2em; }
  .culture-g2 .blk1 {
    background: url(../img/bg_taupe.png);
    padding: 2em;
    margin: 0 auto;
    width: 80%; }
    .culture-g2 .blk1 h3 {
      font-size: 1.8em;
      font-weight: 500;
      border-bottom: 1px solid #000;
      padding-bottom: .5em;
      margin-bottom: .5em; }
    .culture-g2 .blk1 p {
      line-height: 1.8; }
    .culture-g2 .blk1 .img {
      width: 70%;
      margin: 2em auto; }
  @media screen and (max-width: 768px) {
    .culture-g2 {
      margin: 1em auto; }
      .culture-g2 .inner {
        padding: 0 1em; }
      .culture-g2 .blk1 {
        width: 100%; }
        .culture-g2 .blk1 .img {
          width: 84%; } }

.pairings-g2 {
  margin: 3em auto; }
  .pairings-g2 .inner {
    padding: 0 2em; }
  .pairings-g2 .list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 3em -1em; }
    .pairings-g2 .list1 > li {
      width: 50%;
      padding: 1em; }
      .pairings-g2 .list1 > li > div {
        background: url(../img/bg_taupe.png);
        display: flex;
        align-items: center;
        padding: 1.5em;
        height: 100%; }
        .pairings-g2 .list1 > li > div .text {
          width: 50%;
          padding-right: 1.5em; }
          .pairings-g2 .list1 > li > div .text h3 {
            color: #901527;
            font-size: 1.4em;
            font-weight: 500;
            line-height: 1.2;
            padding-bottom: .5em;
            margin-bottom: .5em;
            border-bottom: 1px solid #000; }
          .pairings-g2 .list1 > li > div .text p {
            line-height: 1.8; }
        .pairings-g2 .list1 > li > div .img {
          width: 50%; }
  @media screen and (max-width: 768px) {
    .pairings-g2 .inner {
      padding: 0 1.5em; }
    .pairings-g2 .list1 {
      margin: 3em -.5em; }
      .pairings-g2 .list1 > li {
        width: 100%;
        padding: .5em; }
        .pairings-g2 .list1 > li > div {
          flex-wrap: wrap;
          justify-content: center; }
          .pairings-g2 .list1 > li > div .text {
            width: 100%;
            order: 2;
            padding: 0;
            margin-top: 1em; }
            .pairings-g2 .list1 > li > div .text h3 {
              font-size: 1.7em;
              padding-bottom: .3em;
              margin-bottom: .3em; }
          .pairings-g2 .list1 > li > div .img {
            width: 80%;
            order: 1; } }

.pairings-g3 {
  background-color: #000;
  color: #fff;
  padding: 3em 0; }
  .pairings-g3 .inner {
    padding: 0 2em; }
  .pairings-g3 h2:before {
    border-top: 1px solid #fff; }
  .pairings-g3 h2 span {
    background-color: #000; }
  .pairings-g3 .cap1 {
    margin: 2em auto; }
  .pairings-g3 .list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 2em -1em; }
    .pairings-g3 .list1 > li {
      width: 33.33333333%;
      padding: 1em; }
      .pairings-g3 .list1 > li .text {
        border-left: 2px solid #901527;
        padding: 0 .8em;
        margin-bottom: 1em; }
        .pairings-g3 .list1 > li .text .cate {
          color: #aaa;
          display: inline-block;
          transform: skewX(-10deg);
          letter-spacing: .05em; }
        .pairings-g3 .list1 > li .text .by {
          color: #aaa;
          display: inline-block;
          transform: skewX(-10deg);
          letter-spacing: .05em; }
        .pairings-g3 .list1 > li .text h3 {
          font-size: 1.5em;
          font-weight: 500;
          line-height: 1.2; }
      .pairings-g3 .list1 > li .img {
        border: 1px solid #aaa; }
      .pairings-g3 .list1 > li a {
        display: block;
        background-color: #901527;
        color: #fff;
        padding: 1em 0;
        text-align: center;
        letter-spacing: .1em;
        text-decoration: none;
        margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .pairings-g3 .inner {
      padding: 0 1.5em; }
    .pairings-g3 .cap1 {
      font-size: 1.2em; }
    .pairings-g3 .list1 {
      justify-content: center; }
      .pairings-g3 .list1 > li {
        width: 80%; }
        .pairings-g3 .list1 > li .text h3 {
          font-size: 1.7em; } }

.food-single-kv {
  background-color: #000;
  padding: 3em 0; }
  .food-single-kv .inner img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .food-single-kv {
      padding: 0; }
      .food-single-kv img {
        margin: 0 auto;
        max-height: auto;
        width: 100%; } }

.food-single-g1 {
  margin: 3em auto; }
  .food-single-g1 .inner {
    padding: 0 2em; }
  .food-single-g1 .blk1 {
    width: 60%;
    margin: 0 auto; }
    .food-single-g1 .blk1 .cate {
      font-size: 1.8em;
      color: #999; }
    .food-single-g1 .blk1 h1 {
      font-size: 3.2em;
      line-height: 1.2; }
    .food-single-g1 .blk1 .body {
      margin: 2em auto;
      font-size: 1.2em; }
      .food-single-g1 .blk1 .body p {
        margin: 1em auto;
        line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .food-single-g1 .inner {
      padding: 0 1.5em; }
    .food-single-g1 .blk1 {
      width: 100%; }
      .food-single-g1 .blk1 .cate {
        font-size: 1.4em; }
      .food-single-g1 .blk1 h1 {
        font-size: 2.4em; } }

.food-single-g2 {
  padding: 2em 0;
  background-color: #000;
  color: #fff; }
  .food-single-g2 .inner {
    padding: 0 2em; }
  .food-single-g2 .blk2 {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto; }
    .food-single-g2 .blk2 .text {
      width: 66.66666666%;
      padding-right: 2em; }
      .food-single-g2 .blk2 .text h2 {
        font-size: 2em;
        font-weight: normal;
        letter-spacing: .05em;
        color: #aaa; }
      .food-single-g2 .blk2 .text .name {
        font-size: 2.4em;
        line-height: 1.2; }
      .food-single-g2 .blk2 .text .restaurant {
        font-size: 1.6em;
        color: #aaa; }
      .food-single-g2 .blk2 .text p {
        margin: 1em auto 0;
        line-height: 1.8; }
    .food-single-g2 .blk2 .img {
      width: 33.33333333%; }
  @media screen and (max-width: 768px) {
    .food-single-g2 .inner {
      padding: 0 1.5em; }
    .food-single-g2 .blk2 {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center; }
      .food-single-g2 .blk2 .text {
        width: 100%;
        order: 1; }
        .food-single-g2 .blk2 .text h2 {
          font-size: 1.6em; }
        .food-single-g2 .blk2 .text .name {
          font-size: 2em; }
        .food-single-g2 .blk2 .text .restaurant {
          font-size: 1.6em; }
      .food-single-g2 .blk2 .img {
        width: 60%;
        margin-bottom: 1em; } }

.food-single-g3 {
  margin: 3em auto; }
  .food-single-g3 a {
    display: block;
    width: 14em;
    text-align: center;
    background-color: #901527;
    color: #fff;
    font-size: 1em;
    letter-spacing: .1em;
    text-decoration: none;
    padding: 1em 0;
    margin: 0 auto; }
    .food-single-g3 a:after {
      right: auto;
      left: 1em;
      width: 2em;
      transform: scale(-1, 1) skewX(45deg); }

.how-to-serve-g1 {
  margin: 3em auto; }
  .how-to-serve-g1 .inner {
    padding: 0 2em; }
  .how-to-serve-g1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.6em; }
    .how-to-serve-g1 ul > li {
      width: 50%;
      padding: .6em .6em; }
      .how-to-serve-g1 ul > li a {
        display: flex;
        align-items: center;
        border: 1px solid #808080;
        text-decoration: none;
        position: relative;
        padding: .8em;
        transition: .3s; }
        .how-to-serve-g1 ul > li a:after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 1.8em;
          height: 1.8em;
          background: url(../img/icon_arrow.png) center center no-repeat #901527;
          background-size: 50%; }
        .how-to-serve-g1 ul > li a:hover {
          opacity: .8; }
        .how-to-serve-g1 ul > li a .img {
          width: 40%;
          height: 10em; }
        .how-to-serve-g1 ul > li a .text {
          width: 60%;
          padding-left: 1.5em; }
          .how-to-serve-g1 ul > li a .text h4 {
            font-size: .9em;
            font-weight: normal;
            color: #808080;
            letter-spacing: .15em;
            transform: skewX(-10deg); }
          .how-to-serve-g1 ul > li a .text h3 {
            padding: .4em 0;
            height: 3.3em;
            letter-spacing: .05em;
            font-size: 1.8em;
            font-weight: 500;
            line-height: 1.2;
            overflow: hidden; }
  @media screen and (max-width: 768px) {
    .how-to-serve-g1 ul > li {
      width: 100%; }
      .how-to-serve-g1 ul > li a .img {
        width: 38%; }
      .how-to-serve-g1 ul > li a .text {
        width: 62%; }
        .how-to-serve-g1 ul > li a .text h3 {
          display: flex;
          align-items: center; } }

.cups-g1 {
  padding: 3em 0; }
  .cups-g1.bg1 {
    background: url(../img/bg_taupe.png); }
    .cups-g1.bg1 .basic-title1 span {
      background: url(../img/bg_taupe.png); }
  .cups-g1 .inner {
    padding: 0 2em; }
  .cups-g1 .cap1 {
    margin: 1.5em auto;
    line-height: 1.8; }
  .cups-g1 .list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em -.5em; }
    .cups-g1 .list1 > li {
      width: 33.3333333%;
      padding: .5em; }
      .cups-g1 .list1 > li .img {
        width: 90%;
        margin: 0 auto 1em; }
      .cups-g1 .list1 > li h3 {
        text-align: center;
        color: #901527;
        font-size: 1.5em;
        font-weight: 500;
        letter-spacing: .05em;
        border-bottom: 1px solid #000;
        line-height: 1.2;
        padding-bottom: .5em;
        margin-bottom: .5em; }
      .cups-g1 .list1 > li a {
        display: block;
        width: 10em;
        text-align: center;
        background-color: #901527;
        color: #fff;
        letter-spacing: .1em;
        text-decoration: none;
        padding: 1em 0;
        margin: 1em auto;
        font-size: .9em; }
        .cups-g1 .list1 > li a:after {
          width: 1.5em; }
  @media screen and (max-width: 768px) {
    .cups-g1 .inner {
      padding: 0 1.5em; }
    .cups-g1 .cap1 {
      font-size: 1.2em; }
    .cups-g1 .list1 > li {
      width: 50%; }
      .cups-g1 .list1 > li h3 {
        font-size: 1.9em; } }

.h2-2 {
  font-size: 3.2em;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .h2-2 {
      font-size: 2.4em; } }

.h2-3 {
  font-size: 2em;
  font-weight: 500;
  border-bottom: 1px solid #000;
  margin: 0 auto .5em; }
  .h2-3.white {
    border-bottom: 1px solid #fff; }

.bg-black {
  background-color: #000;
  color: #fff; }

.made-g1 {
  padding: 3em 0; }
  .made-g1 .inner {
    padding: 0 2em; }
  .made-g1 .list1 {
    display: flex;
    margin: 2em -.8em 0; }
    .made-g1 .list1 > li {
      width: 20%;
      padding: 0 .8em; }
      .made-g1 .list1 > li a {
        margin: .8em auto 0;
        display: block;
        letter-spacing: .1em;
        background-color: #901527;
        color: #fff;
        text-decoration: none;
        padding: 1em 0;
        text-align: center; }
        .made-g1 .list1 > li a:after {
          width: 1em; }
  @media screen and (max-width: 768px) {
    .made-g1 .inner {
      padding: 0 1.5em; }
    .made-g1 .list1 {
      flex-wrap: wrap;
      justify-content: center; }
      .made-g1 .list1 > li {
        width: 33.33333333%;
        padding: .5em; } }

.made-g2 {
  margin: 3em auto; }
  .made-g2 .inner {
    padding: 0 2em; }
  .made-g2 .basic-title1 {
    margin-top: .5em; }
  .made-g2 .list1 > li {
    margin: 1.5em auto;
    background: url(../img/bg_taupe.png);
    display: flex;
    align-items: center;
    padding: 2em 1.5em; }
    .made-g2 .list1 > li .img {
      width: 47%; }
      .made-g2 .list1 > li .img.img2 {
        width: 100%; }
    .made-g2 .list1 > li .text {
      width: 53%;
      padding-left: 3em; }
      .made-g2 .list1 > li .text h3 {
        font-size: 2.2em;
        line-height: 1.2;
        letter-spacing: .05em; }
      .made-g2 .list1 > li .text p {
        margin: 1em auto 0;
        line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .made-g2 .inner {
      padding: 0 1.5em; }
    .made-g2 .basic-title1 {
      font-size: 1.8em; }
    .made-g2 .list1 > li {
      flex-wrap: wrap;
      justify-content: center; }
      .made-g2 .list1 > li .img {
        width: 84%; }
        .made-g2 .list1 > li .img.img2 {
          width: 84%; }
      .made-g2 .list1 > li .text {
        width: 100%;
        padding: 0;
        margin-top: 1.5em; }
        .made-g2 .list1 > li .text p {
          line-height: 1.4;
          font-size: 1.2em; } }

.made-g3 {
  margin: 3em auto; }
  .made-g3 .inner {
    padding: 0 2em; }
  .made-g3 .list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../img/made_g3_bg.png) center center no-repeat;
    background-size: 30%;
    margin: 2em -1em; }
    .made-g3 .list1 > li {
      width: 36%;
      padding: 1em 1em 2em; }
      .made-g3 .list1 > li h3 {
        display: inline-block;
        padding: .1em .5em;
        font-size: 2em;
        background-color: #ccc;
        width: 6em; }
        .made-g3 .list1 > li h3.spring {
          background-color: #ffabb0; }
        .made-g3 .list1 > li h3.summer {
          background-color: #92afd7; }
        .made-g3 .list1 > li h3.winter {
          background-color: #b8a4ba; }
        .made-g3 .list1 > li h3.autumn {
          background-color: #ffb79b; }
      .made-g3 .list1 > li p {
        font-size: .9em;
        margin-top: 1em;
        line-height: 1.8;
        height: 8em; }
  @media screen and (max-width: 768px) {
    .made-g3 .inner {
      padding: 0 1.5em; }
    .made-g3 .list1 {
      background: url(../img/made_g3_bg.png) center top no-repeat;
      background-size: 70%;
      padding-top: 70vw; }
      .made-g3 .list1 > li {
        width: 100%; }
        .made-g3 .list1 > li:nth-child(3) {
          order: 2; }
        .made-g3 .list1 > li h3 {
          font-size: 1.6em; }
        .made-g3 .list1 > li p {
          font-size: 1.2em;
          line-height: 1.4; } }

.glossary-modal .kb h3 {
  background: url(../img/bg_taupe.png);
  padding: .5em 6em .5em 2em;
  min-height: 4em;
  display: flex;
  align-items: center;
  font-size: 1em; }
  .glossary-modal .kb h3 div {
    font-size: 1.4em; }
.glossary-modal .kb .detail {
  display: flex;
  align-items: flex-start;
  padding: 1.5em 2em; }
  .glossary-modal .kb .detail .img {
    width: 30%; }
    .glossary-modal .kb .detail .img + .text {
      padding-left: 2em; }
  .glossary-modal .kb .detail .text {
    flex: 1; }
@media screen and (max-width: 768px) {
  .glossary-modal .kb h3 {
    min-height: 70px; }
    .glossary-modal .kb h3 div {
      font-size: 1.6em; }
  .glossary-modal .kb .detail {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em; }
    .glossary-modal .kb .detail .img {
      width: 60%;
      margin-bottom: 1em; }
      .glossary-modal .kb .detail .img + .text {
        padding-left: 1em; }
    .glossary-modal .kb .detail .text {
      flex: 0 1 auto;
      width: 100%;
      font-size: 1.2em; } }

.adv-pairing-list1 {
  display: flex;
  margin: 1.5em auto; }
  .adv-pairing-list1 > li {
    width: 25%;
    padding: 0;
    text-align: center;
    font-size: .8em; }
    .adv-pairing-list1 > li img {
      display: block;
      width: 82%;
      margin: 0 auto .6em; }

.sfpa-g1 {
  margin: 3em auto; }
  .sfpa-g1 .inner {
    padding: 0 2em; }
  .sfpa-g1 .list1 {
    margin: 2em auto; }
    .sfpa-g1 .list1 > li {
      display: flex;
      align-items: center; }
      .sfpa-g1 .list1 > li .img {
        width: 50%; }
      .sfpa-g1 .list1 > li .text {
        width: 50%;
        padding-left: 2em; }
        .sfpa-g1 .list1 > li .text p {
          font-size: .9em;
          line-height: 1.8; }
      .sfpa-g1 .list1 > li:nth-child(2) .text {
        order: -1;
        padding-left: 0;
        padding-right: 2em; }
  @media screen and (max-width: 768px) {
    .sfpa-g1 .inner {
      padding: 0 1.5em; }
    .sfpa-g1 .list1 > li {
      flex-wrap: wrap; }
      .sfpa-g1 .list1 > li .img {
        width: 100%; }
      .sfpa-g1 .list1 > li .text {
        width: 100%;
        padding: 0; }
        .sfpa-g1 .list1 > li .text p {
          margin: 1em auto 2em;
          font-size: 1.2em; }
      .sfpa-g1 .list1 > li:nth-child(2) .text {
        order: 0;
        padding: 0; }
    .sfpa-g1 .cap1 {
      font-size: 1.2em; } }

.center-blank-link {
  text-align: center;
  margin: 1em auto; }
  .center-blank-link a {
    display: inline-block;
    color: #901527;
    padding-left: 1.5em;
    background: url(../img/icon_blank_red.png) left center no-repeat;
    background-size: 1em; }

.icon_blank {
  padding-right: 1.5em;
  background: url(../img/icon_blank_red.png) right center no-repeat;
  background-size: 1em; }

.sfpa-g2 {
  padding: 3em 0;
  background: url(../img/bg_taupe.png); }
  .sfpa-g2 .inner {
    padding: 0 2em; }
  .sfpa-g2 .basic-title1 span {
    background: url(../img/bg_taupe.png); }
  .sfpa-g2 .cap1 {
    margin: 1em auto; }
  .sfpa-g2 .list1 {
    margin: 2em -.5em;
    display: flex; }
    .sfpa-g2 .list1 > li {
      width: 50%;
      padding: 0 .5em; }
  .sfpa-g2 h3 {
    font-size: 1.5em;
    letter-spacing: .05em;
    line-height: 1.2; }
  .sfpa-g2 .sfpa-table-wrap {
    margin: .5em auto 1em; }
  @media screen and (max-width: 768px) {
    .sfpa-g2 .inner {
      padding: 0 1.5em; }
    .sfpa-g2 .list1 {
      flex-wrap: wrap; }
      .sfpa-g2 .list1 > li {
        width: 100%;
        padding: .5em; }
    .sfpa-g2 h3 {
      margin-bottom: 1em; } }

.sfpa-table-wrap {
  width: 100%;
  overflow: auto; }

.sfpa-table1 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  .sfpa-table1 td {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    padding: 1em; }
    .sfpa-table1 td.text-lg {
      font-size: 1.4em;
      padding: .6em 1em;
      text-align: center; }
    .sfpa-table1 td.text-md {
      font-size: 1.2em;
      padding: .6em 1em;
      text-align: center; }
    .sfpa-table1 td.serif, .sfpa-table1 footer td.footer-tags, footer .sfpa-table1 td.footer-tags {
      letter-spacing: .05em; }
    .sfpa-table1 td.gray {
      background-color: #ebebeb; }
    .sfpa-table1 td.nowrap {
      white-space: nowrap; }
    .sfpa-table1 td.size20 {
      width: 20%; }
    .sfpa-table1 td.size25 {
      width: 25%; }
    .sfpa-table1 td.size30 {
      width: 30%; }
    .sfpa-table1 td.size35 {
      width: 35%; }
    .sfpa-table1 td.size40 {
      width: 40%; }
    .sfpa-table1 td.size50 {
      width: 50%; }
    .sfpa-table1 td .icon {
      display: block;
      width: 1.8em;
      height: 1.8em;
      margin: 1em auto 0; }
      .sfpa-table1 td .icon.icon-cir {
        background: url(../img/icon_cir.png) center center no-repeat;
        background-size: contain; }
      .sfpa-table1 td .icon.icon-cir2 {
        background: url(../img/icon_cir2.png) center center no-repeat;
        background-size: contain; }
      .sfpa-table1 td .icon.icon-tri {
        background: url(../img/icon_tri.png) center center no-repeat;
        background-size: contain; }
      .sfpa-table1 td .icon.icon-tim {
        background: url(../img/icon_tim.png) center center no-repeat;
        background-size: contain; }
  @media screen and (max-width: 768px) {
    .sfpa-table1 td.size20 {
      width: 10em; }
    .sfpa-table1 td.size25 {
      width: 12em; }
    .sfpa-table1 td.size30 {
      width: 14em; }
    .sfpa-table1 td.size35 {
      width: 16em; }
    .sfpa-table1 td.size40 {
      width: 16em; }
    .sfpa-table1 td.size50 {
      width: 16em; }
    .sfpa-table1 td.size70 {
      width: 24em; } }

.sfpa-g3 {
  background-color: #000;
  color: #fff;
  padding: 3em 0; }
  .sfpa-g3 .inner {
    padding: 0 2em; }
  .sfpa-g3 .list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 2em -1em; }
    .sfpa-g3 .list1 > li {
      width: 50%;
      padding: 1em;
      display: flex; }
      .sfpa-g3 .list1 > li .img {
        width: 50%; }
      .sfpa-g3 .list1 > li .text {
        width: 50%;
        padding-left: 1em; }
        .sfpa-g3 .list1 > li .text .title {
          border-left: 3px solid #901527;
          display: flex;
          align-items: center;
          padding-left: 1em;
          height: 7em; }
          .sfpa-g3 .list1 > li .text .title h3 {
            font-size: 1.5em;
            line-height: 1.2;
            font-weight: 400;
            letter-spacing: .05em; }
        .sfpa-g3 .list1 > li .text a {
          margin: 1em auto 0;
          display: block;
          color: #fff;
          text-align: center;
          letter-spacing: .1em;
          background-color: #901527;
          text-decoration: none;
          padding: .8em 0; }
          .sfpa-g3 .list1 > li .text a:after {
            width: 2em; }
  .sfpa-g3 .list2 {
    display: flex;
    margin: 2em -.5em; }
    .sfpa-g3 .list2 > li {
      width: 33.33333333%;
      padding: .5em; }
      .sfpa-g3 .list2 > li a {
        display: flex;
        background-color: #901527;
        color: #fff;
        text-decoration: none;
        position: relative; }
        .sfpa-g3 .list2 > li a:after {
          content: "";
          display: block;
          position: absolute;
          right: .5em;
          top: calc(50% - .3em);
          border-style: solid;
          border-width: .3em 0 .3em .5em;
          border-color: transparent transparent transparent #fff; }
        .sfpa-g3 .list2 > li a .img {
          width: 25%; }
        .sfpa-g3 .list2 > li a .text {
          flex: 1;
          padding: 0 1.5em;
          height: 5em;
          display: flex;
          align-items: center; }
          .sfpa-g3 .list2 > li a .text h3 {
            font-size: 1em;
            font-weight: 400;
            line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .sfpa-g3 .inner {
      padding: 0 1.5em; }
    .sfpa-g3 .list1 > li {
      width: 100%; }
    .sfpa-g3 .list2 {
      flex-wrap: wrap; }
      .sfpa-g3 .list2 > li {
        width: 100%; }
        .sfpa-g3 .list2 > li a .img {
          width: 22%; } }

.fish-g1 {
  background-color: #000;
  color: #fff;
  padding: 3em 0; }
  .fish-g1 .inner {
    padding: 0 2em; }
  .fish-g1 .basic-title1:before {
    border-top: 1px solid #fff; }
  .fish-g1 .basic-title1 span {
    background-color: #000; }
  .fish-g1 .cap1 {
    margin: 1em auto; }
  .fish-g1 .list1 {
    margin: 1em -1em 0;
    display: flex; }
    .fish-g1 .list1 > li {
      width: 50%;
      padding: 1em; }
      .fish-g1 .list1 > li span {
        font-size: .9em; }
  @media screen and (max-width: 768px) {
    .fish-g1 .inner {
      padding: 0 1.5em; }
    .fish-g1 ul > li {
      width: 100%; } }

.fish-g2 {
  padding: 3em 0; }
  .fish-g2.taupe {
    background: url(../img/bg_taupe.png); }
  .fish-g2 .inner {
    padding: 0 2em; }
  @media screen and (max-width: 768px) {
    .fish-g2 .inner {
      padding: 0 1.5em; } }

.fish-blk1 {
  display: flex;
  align-items: center;
  margin: 0 auto 1em; }
  .fish-blk1 .img {
    width: 50%; }
  .fish-blk1 .text {
    width: 50%;
    padding-left: 2em; }
    .fish-blk1 .text .title {
      border-left: 3px solid #901527;
      padding-left: 1em; }
      .fish-blk1 .text .title h4 {
        font-size: .9em;
        letter-spacing: .1em;
        margin: 0 auto 1em; }
      .fish-blk1 .text .title h3 {
        font-size: 2.4em;
        letter-spacing: .05em;
        line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .fish-blk1 {
      flex-wrap: wrap;
      justify-content: center; }
      .fish-blk1 .img {
        width: 90%; }
      .fish-blk1 .text {
        width: 100%;
        padding-left: 0;
        margin: 1em 0; } }

.salad-g1 {
  background-color: #000;
  color: #fff;
  padding-bottom: 3em; }
  .salad-g1 .inner {
    padding: 0 2em; }
  .salad-g1 h3 {
    font-size: 1.8em;
    letter-spacing: .05em;
    margin: 0 auto .5em; }
  @media screen and (max-width: 768px) {
    .salad-g1 .inner {
      padding: 0 1.5em; } }

.region-g1 {
  margin: 0 auto 3em; }
  .region-g1 .inner {
    padding: 0 2em; }
  .region-g1 .list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 84%;
    margin: 0 auto; }
    .region-g1 .list1 > li {
      width: 33.3333333333%;
      padding: .5em; }
      .region-g1 .list1 > li a {
        display: flex;
        align-items: center;
        background: url(../img/bg_taupe.png);
        text-decoration: none;
        padding: .5em 1em;
        position: relative; }
        .region-g1 .list1 > li a:after {
          content: "";
          display: block;
          position: absolute;
          right: .8em;
          top: calc(50% - .3em);
          border-style: solid;
          border-width: .3em 0 .3em .5em;
          border-color: transparent transparent transparent #000; }
        .region-g1 .list1 > li a .img {
          width: 28%; }
        .region-g1 .list1 > li a .text {
          line-height: 1.2;
          padding-left: 1em;
          letter-spacing: .05em; }
  @media screen and (max-width: 768px) {
    .region-g1 .inner {
      padding: 0 1.5em; }
    .region-g1 .list1 {
      margin: 0 -.5em;
      width: auto; }
      .region-g1 .list1 > li {
        width: 50%; }
        .region-g1 .list1 > li a .img {
          width: 26%; }
        .region-g1 .list1 > li a .text {
          font-size: 1em; } }

.region-g2 {
  padding: 3em 0;
  background: url(../img/bg_taupe.png); }
  .region-g2 .inner {
    padding: 0 2em; }
  .region-g2 h2 {
    font-size: 3.2em;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.2; }
  .region-g2 .cap1 {
    font-size: 1.1em;
    line-height: 1.8;
    margin: 1em auto; }
  .region-g2 .list1 {
    display: flex;
    flex-wrap: wrap;
    width: 64%;
    margin: 0 auto; }
    .region-g2 .list1 > li {
      width: 50%;
      padding: .5em; }
      .region-g2 .list1 > li a {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: .5em 1em;
        position: relative;
        background-color: #fff; }
        .region-g2 .list1 > li a:after {
          content: "";
          display: block;
          position: absolute;
          right: .8em;
          top: calc(50% - .3em);
          border-style: solid;
          border-width: .3em 0 .3em .5em;
          border-color: transparent transparent transparent #000; }
        .region-g2 .list1 > li a .img {
          width: 28%; }
        .region-g2 .list1 > li a .text {
          line-height: 1.2;
          padding-left: 1em;
          letter-spacing: .05em; }
  @media screen and (max-width: 768px) {
    .region-g2 .inner {
      padding: 0 1.5em; }
    .region-g2 .list1 {
      margin: 0 -.5em;
      width: auto;
      justify-content: center; }
      .region-g2 .list1 > li {
        width: 50%; }
        .region-g2 .list1 > li a .img {
          width: 26%; }
        .region-g2 .list1 > li a .text {
          font-size: 1em; } }

.brew-g1 {
  margin: 0 auto 3em; }
  .brew-g1 .inner {
    padding: 0 2em; }
  .brew-g1 .list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -.5em; }
    .brew-g1 .list1 > li {
      width: 20%;
      padding: .5em; }
      .brew-g1 .list1 > li a {
        display: flex;
        align-items: center;
        background: url(../img/bg_taupe.png);
        text-decoration: none;
        padding: .8em 1em;
        position: relative;
        height: 5em; }
        .brew-g1 .list1 > li a:after {
          content: "";
          display: block;
          position: absolute;
          right: .5em;
          top: calc(50% - .3em);
          border-style: solid;
          border-width: .3em 0 .3em .5em;
          border-color: transparent transparent transparent #000; }
        .brew-g1 .list1 > li a .img {
          width: 22%; }
        .brew-g1 .list1 > li a .text {
          width: 78%;
          line-height: 1.2;
          padding-left: .5em;
          letter-spacing: .05em;
          font-size: .9em; }
  @media screen and (max-width: 768px) {
    .brew-g1 .inner {
      padding: 0 1.5em; }
    .brew-g1 .list1 {
      margin: 0 -.5em;
      width: auto; }
      .brew-g1 .list1 > li {
        width: 50%; }
        .brew-g1 .list1 > li a .img {
          width: 26%; }
        .brew-g1 .list1 > li a .text {
          font-size: 1em; } }

.brew-g2 {
  padding: 3em 0;
  background-color: #000;
  color: #fff; }
  .brew-g2.white, .brew-g2.taupe {
    color: #000; }
    .brew-g2.white .blk1 .text:before, .brew-g2.taupe .blk1 .text:before {
      background-color: #000; }
  .brew-g2.white {
    background-color: #fff; }
  .brew-g2.taupe {
    background: url(../img/bg_taupe.png); }
  .brew-g2 .inner {
    padding: 0 2em; }
  .brew-g2 h2 {
    font-size: 3.2em;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: .5em; }
  .brew-g2 .color-red {
    color: #901527; }
  .brew-g2 .cap1 {
    font-size: 1.1em; }
  .brew-g2 .blk1 {
    margin: .5em auto;
    display: flex;
    justify-content: space-between; }
    .brew-g2 .blk1 .text {
      position: relative;
      padding: 0 3em 1.5em;
      width: 68%; }
      .brew-g2 .blk1 .text:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: .8em;
        background-color: #fff;
        transform: skewY(-35deg); }
      .brew-g2 .blk1 .text h3 {
        font-size: 2.5em;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.2;
        margin-bottom: .5em; }
      .brew-g2 .blk1 .text p {
        font-size: .9em;
        margin: 1em auto;
        line-height: 1.8; }
        .brew-g2 .blk1 .text p a {
          color: #ff0000; }
        .brew-g2 .blk1 .text p.cap1 {
          margin: 3em auto; }
        .brew-g2 .blk1 .text p strong {
          background-color: #901527;
          color: #fff;
          display: inline-block;
          font-size: 1.3em;
          font-weight: 500;
          letter-spacing: .05em;
          padding: 0 1em;
          margin: 0 0 .5em; }
      .brew-g2 .blk1 .text .icon_blank {
        color: #901527; }
      .brew-g2 .blk1 .text .opt-wrap1 {
        margin: 2em auto;
        width: 160%;
        padding: 0 2em; }
        .brew-g2 .blk1 .text .opt-wrap1 h4 {
          font-size: 1.5em;
          letter-spacing: .05em;
          line-height: 1.2;
          margin-bottom: .5em; }
    .brew-g2 .blk1 .img {
      width: 32%;
      padding-bottom: 1em; }
      .brew-g2 .blk1 .img img {
        margin-top: .5em; }
        .brew-g2 .blk1 .img img:first-child {
          margin-top: 0; }
      .brew-g2 .blk1 .img span {
        font-size: .9em; }
  .brew-g2 .blk2 {
    margin: 3em auto 0;
    display: flex;
    align-items: center;
    padding: 2em;
    background-color: #fff;
    color: #000; }
    .brew-g2 .blk2.bordered {
      border: 1px solid #000; }
    .brew-g2 .blk2 .text {
      width: 50%;
      padding-right: 2em; }
      .brew-g2 .blk2 .text h3 {
        color: #901527;
        border-bottom: 1px solid #000;
        padding-bottom: .5em;
        font-size: 1.6em;
        font-weight: 500;
        line-height: 1.2; }
      .brew-g2 .blk2 .text p {
        font-size: .9em;
        margin: 1em auto;
        line-height: 1.8; }
    .brew-g2 .blk2 .img {
      width: 50%; }
    .brew-g2 .blk2 + .blk2 {
      margin-top: 1.5em; }
  .brew-g2 .blk3 {
    margin: 3em auto 0;
    padding: 1em 1em 0;
    display: flex;
    background-color: #fff; }
    .brew-g2 .blk3 > div {
      width: 50%;
      padding: 1em; }
      .brew-g2 .blk3 > div .text h3 {
        color: #901527;
        border-bottom: 1px solid #000;
        padding-bottom: .5em;
        font-size: 1.8em;
        font-weight: 500;
        line-height: 1.2; }
      .brew-g2 .blk3 > div .text p {
        font-size: .9em;
        margin: 1em auto;
        line-height: 1.8;
        height: 22em; }
  .brew-g2 .blk4 {
    background-color: #fff;
    padding: 2em;
    margin: 0 auto 3em; }
    .brew-g2 .blk4 h4 {
      font-size: 1.5em;
      letter-spacing: .05em;
      line-height: 1.2;
      margin-bottom: .5em; }
  @media screen and (max-width: 768px) {
    .brew-g2 .inner {
      padding: 0 1.5em; }
    .brew-g2 h2 {
      font-size: 2.4em; }
    .brew-g2 .blk1 {
      flex-wrap: wrap;
      justify-content: center; }
      .brew-g2 .blk1 .text {
        width: 100%;
        padding-right: 0; }
        .brew-g2 .blk1 .text h3 {
          font-size: 2.2em; }
        .brew-g2 .blk1 .text .opt-wrap1 {
          padding: 0;
          width: 100%;
          overflow: auto; }
          .brew-g2 .blk1 .text .opt-wrap1 .sfpa-table1 {
            white-space: nowrap; }
        .brew-g2 .blk1 .text p {
          font-size: 1.1em; }
      .brew-g2 .blk1 .img {
        width: 70%;
        margin-bottom: 3em; }
    .brew-g2 .blk2 {
      flex-wrap: wrap; }
      .brew-g2 .blk2 .text {
        width: 100%;
        padding-bottom: 1em; }
        .brew-g2 .blk2 .text p {
          font-size: 1.1em; }
      .brew-g2 .blk2 .img {
        width: 100%; }
    .brew-g2 .blk3 {
      flex-wrap: wrap; }
      .brew-g2 .blk3 > div {
        width: 100%; }
        .brew-g2 .blk3 > div .text p {
          height: auto; }
    .brew-g2 .blk4 {
      width: 100%;
      overflow: auto; } }

.cups-modal-content {
  max-width: 600px;
  background-color: #fff;
  padding: 1.5em;
  overflow: hidden; }
  .cups-modal-content .img {
    display: block;
    margin: 0 auto 1em; }
  .cups-modal-content h3 {
    color: #901527;
    font-size: 1.9em;
    font-weight: 500;
    letter-spacing: .05em; }
  .cups-modal-content p {
    margin: .3em auto 3em;
    line-height: 1.8;
    font-size: 1.2em; }

.tastes-g1 {
  padding: 3em 0; }
  .tastes-g1.taupe {
    background: url(../img/bg_taupe.png); }
  .tastes-g1.black {
    background-color: #000;
    color: #fff; }
    .tastes-g1.black .list1 .text h3 {
      color: #ff0000; }
  .tastes-g1 .inner {
    padding: 0 2em; }
  .tastes-g1 h2 {
    margin-bottom: .6em; }
  .tastes-g1 .basic-title1 {
    margin: 1em auto .5em; }
  .tastes-g1 .cap1 {
    margin: 1em auto;
    line-height: 1.8; }
  .tastes-g1 .list1 {
    margin: 2em -2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .tastes-g1 .list1 > li {
      width: 33.333333333%;
      padding: 1em; }
    .tastes-g1 .list1 .detail {
      padding: 1em; }
      .tastes-g1 .list1 .detail.taupe {
        background: url(../img/bg_taupe.png);
        min-height: 39em; }
        .tastes-g1 .list1 .detail.taupe .img {
          width: 70%;
          margin: 0 auto; }
    .tastes-g1 .list1 .text {
      margin: 1em auto 0; }
      .tastes-g1 .list1 .text h3 {
        color: #901527;
        border-bottom: 1px solid #999;
        font-size: 1.4em;
        font-weight: 500;
        letter-spacing: .05em;
        padding-bottom: .3em; }
      .tastes-g1 .list1 .text p {
        margin: 1em auto 0;
        line-height: 1.8; }
  .tastes-g1 .list2 {
    margin: 2em -1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .tastes-g1 .list2 > li {
      width: 50%;
      padding: 1em; }
    .tastes-g1 .list2 .detail {
      margin: 1em auto 0; }
      .tastes-g1 .list2 .detail h3 {
        color: #901527;
        border-bottom: 1px solid #999;
        font-size: 1.4em;
        font-weight: 500;
        letter-spacing: .05em;
        padding-bottom: .3em; }
      .tastes-g1 .list2 .detail h4 {
        font-size: 1.2em;
        font-weight: bold;
        letter-spacing: .1em;
        margin: .6em auto; }
      .tastes-g1 .list2 .detail .list3 {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .tastes-g1 .list2 .detail .list3.chilled {
          background: url(../img/tastes/tastes_28.png) right bottom no-repeat;
          background-size: 22% auto; }
        .tastes-g1 .list2 .detail .list3.warm {
          background: url(../img/tastes/tastes_29.png) right bottom no-repeat;
          background-size: 22% auto; }
        .tastes-g1 .list2 .detail .list3 .l3-left {
          background-color: #fff;
          text-align: center;
          font-size: 1.4em;
          padding: .5em 0;
          margin: .3em 0;
          width: 24%; }
        .tastes-g1 .list2 .detail .list3 .l3-right {
          width: 76%;
          padding-left: 2em; }
  @media screen and (max-width: 768px) {
    .tastes-g1 .inner {
      padding: 0 1.5em; }
    .tastes-g1 .cap1 {
      margin: 1em auto;
      font-size: 1.3em;
      line-height: 1.8; }
    .tastes-g1 .basic-title1 {
      margin: 2em auto .5em; }
    .tastes-g1 .list1 {
      margin: 2em 0; }
      .tastes-g1 .list1 > li {
        width: 100%;
        padding: 1em 0; }
      .tastes-g1 .list1 .detail {
        padding: 0; }
        .tastes-g1 .list1 .detail.taupe {
          padding: 1em;
          min-height: 0; }
          .tastes-g1 .list1 .detail.taupe .img {
            width: 40%; }
      .tastes-g1 .list1 .img {
        width: 56%;
        margin: 0 auto; }
      .tastes-g1 .list1 .text h3 {
        font-size: 1.8em;
        color: #901527;
        border-bottom: 1px solid #999;
        font-size: 1.9em;
        letter-spacing: .05em;
        padding-bottom: .1em; }
      .tastes-g1 .list1 .text p {
        margin: .3em auto 0;
        line-height: 1.6;
        font-size: 1.2em; }
    .tastes-g1 .list2 > li {
      width: 100%; } }

.tastes-g2 h3 {
  color: #ff0000;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.2;
  border-bottom: 1px solid #999;
  padding-bottom: .3em; }
.tastes-g2 p {
  margin: 1em auto; }

.page-g1 {
  padding: 3em 0; }
  .page-g1 .inner {
    padding: 0 2em; }
  .page-g1 p {
    line-height: 1.8;
    margin: 1em auto; }
  .page-g1 .btns1 {
    margin: 3em auto; }
    .page-g1 .btns1 a {
      display: block;
      background-color: #901527;
      color: #fff;
      padding: 1em 0;
      font-size: 1.2em;
      text-decoration: none;
      letter-spacing: .1em;
      width: 18em;
      margin: 0 auto;
      text-align: center; }
      .page-g1 .btns1 a:after {
        left: 1em;
        right: auto;
        border-width: 0 0 1px 1px;
        transform: skewX(-45deg); }
  @media screen and (max-width: 768px) {
    .page-g1 {
      padding: 2em 0; }
      .page-g1 .inner {
        padding: 0 1.5em; }
      .page-g1 p {
        font-size: 1.2em; } }

.labels-g1 {
  padding: 3em 0; }
  .labels-g1.black {
    background-color: #000;
    color: #fff; }
  .labels-g1.taupe {
    background: url(../img/bg_taupe.png); }
  .labels-g1 .inner {
    padding: 0 2em;
    display: flex;
    align-items: center; }
    .labels-g1 .inner .img {
      width: 50%; }
    .labels-g1 .inner .text {
      width: 50%;
      padding-right: 2em; }
      .labels-g1 .inner .text .h-type1 {
        font-size: 1;
        margin: 1em auto 0;
        display: flex;
        align-items: center; }
        .labels-g1 .inner .text .h-type1:first-child {
          margin-top: 0; }
        .labels-g1 .inner .text .h-type1 .icon {
          width: 2.6em; }
          .labels-g1 .inner .text .h-type1 .icon.mini {
            width: 2em; }
        .labels-g1 .inner .text .h-type1 .title {
          flex: 1;
          font-size: 1.5em;
          font-weight: 500;
          letter-spacing: .05em;
          padding-left: .8em;
          line-height: 1.2; }
      .labels-g1 .inner .text .h-type2 {
        font-size: 1em;
        display: flex;
        align-items: center; }
        .labels-g1 .inner .text .h-type2 .icon {
          width: 4em; }
        .labels-g1 .inner .text .h-type2 .title {
          flex: 1;
          font-size: 2.6em;
          font-weight: 500;
          letter-spacing: .05em;
          line-height: 1.2;
          padding-left: .5em; }
      .labels-g1 .inner .text p {
        line-height: 1.8;
        margin: 1em auto 0; }
        .labels-g1 .inner .text p.p-type1 {
          border-top: 1px solid #999;
          padding-top: .6em; }
  .labels-g1.rev .inner .img {
    order: 1; }
  .labels-g1.rev .inner .text {
    order: 2;
    padding-left: 2em; }
  @media screen and (max-width: 768px) {
    .labels-g1 .inner {
      padding: 0 1.5em;
      flex-wrap: wrap; }
      .labels-g1 .inner .img {
        width: 100%;
        order: 1; }
      .labels-g1 .inner .text {
        margin-top: 2em;
        width: 100%;
        order: 2; }
        .labels-g1 .inner .text .h-type1 {
          margin: 2em auto 0;
          font-size: 1.2em; }
          .labels-g1 .inner .text .h-type1 .title {
            font-size: 1.8em; }
        .labels-g1 .inner .text .h-type2 .title {
          font-size: 1.8em; }
        .labels-g1 .inner .text p {
          line-height: 1.8;
          margin: 1em auto 0;
          font-size: 1.2em; }
    .labels-g1.rev .inner .img {
      order: 2; }
    .labels-g1.rev .inner .text {
      order: 1;
      padding: 0 0 2em;
      margin-top: 0; } }

.labels-g2 .inner {
  padding: 0 2em; }
.labels-g2 .basic-title1 {
  margin: 2em auto .5em; }
.labels-g2 .cap1 {
  margin: 1.5em auto;
  line-height: 1.8; }
.labels-g2 .table-title {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-top: 1em; }
.labels-g2 .sfpa-table-wrap {
  margin: .5em auto 1em; }
.labels-g2 .caution1 {
  font-size: .9em;
  margin: 1em auto 0; }
  .labels-g2 .caution1 + .caution1 {
    margin-top: 0; }
.labels-g2 .blk1 {
  background: url(../img/bg_taupe.png);
  border: 1px solid #000;
  margin: 3em auto;
  padding: 2em;
  display: flex;
  align-items: center; }
  .labels-g2 .blk1 .img {
    width: 30%; }
  .labels-g2 .blk1 .text {
    width: 70%;
    padding-left: 2em; }
    .labels-g2 .blk1 .text .hd {
      display: flex;
      align-items: center;
      background: url(../img/bg_taupe.png);
      border-bottom: 1px solid #251e1c;
      padding-bottom: .8em; }
      .labels-g2 .blk1 .text .hd .icon {
        width: 2.2em; }
        .labels-g2 .blk1 .text .hd .icon + .icon {
          margin-left: .3em; }
      .labels-g2 .blk1 .text .hd .title {
        padding-left: .5em;
        font-size: 1.5em;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.2; }
    .labels-g2 .blk1 .text p {
      margin: 1em auto 0;
      line-height: 1.8; }
.labels-g2 .h-type2 {
  font-size: 1em;
  display: flex;
  align-items: center;
  margin: 3em auto 1em; }
  .labels-g2 .h-type2 .icon {
    width: 4em; }
  .labels-g2 .h-type2 .title {
    flex: 1;
    font-size: 2.6em;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.2;
    padding-left: .5em; }
.labels-g2 .center-blank-link {
  margin-top: 3em; }
@media screen and (max-width: 768px) {
  .labels-g2 .inner {
    padding: 0 1.5em; }
  .labels-g2 .cap1 {
    font-size: 1.2em;
    margin: 1em auto 0;
    font-size: 1.2em; }
  .labels-g2 .caution1 + .caution1 {
    margin-top: .5em; }
  .labels-g2 .blk1 {
    flex-wrap: wrap;
    justify-content: center; }
    .labels-g2 .blk1 .img {
      width: 84%; }
    .labels-g2 .blk1 .text {
      width: 100%;
      padding: 0;
      margin-top: 2em; }
  .labels-g2 .h-type2 .title {
    font-size: 1.8em; } }

.labels-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .labels-list1 > li {
    width: 50%;
    padding: .2em; }
    .labels-list1 > li .detail {
      height: 100%;
      border: 1px solid #251e1c; }
      .labels-list1 > li .detail .hd {
        display: flex;
        align-items: center;
        padding: 1em;
        background: url(../img/bg_taupe.png);
        border-bottom: 1px solid #251e1c; }
        .labels-list1 > li .detail .hd .icon {
          width: 2.2em; }
          .labels-list1 > li .detail .hd .icon + .icon {
            margin-left: .3em; }
        .labels-list1 > li .detail .hd .title {
          padding-left: .5em;
          font-size: 1.5em;
          font-weight: 500;
          letter-spacing: .05em;
          line-height: 1.2; }
      .labels-list1 > li .detail p {
        padding: 1.5em;
        line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .labels-list1 > li {
      width: 100%;
      padding: .4em 0; } }

.how-to-serve-g2 {
  background: url(../img/bg_taupe.png);
  padding: 0 0 3em; }
  .how-to-serve-g2 .inner {
    padding: 0 2em; }
  .how-to-serve-g2 .blk1 {
    background-color: #fff;
    padding: 1.5em; }
    .how-to-serve-g2 .blk1 h3 {
      color: #901527;
      font-size: 1.8em;
      font-weight: 500;
      letter-spacing: .05em;
      border-bottom: 1px solid #999;
      padding-bottom: .3em; }
    .how-to-serve-g2 .blk1 .cap1 {
      margin: 1em auto;
      line-height: 1.8; }
  .how-to-serve-g2 .list1 {
    margin: 1em -.5em;
    display: flex; }
    .how-to-serve-g2 .list1 > li {
      padding: .5em;
      width: 33.3333333%; }
      .how-to-serve-g2 .list1 > li.clm-l {
        width: 66.666666%; }
      .how-to-serve-g2 .list1 > li .detail {
        border: 1px solid #999;
        height: 100%; }
        .how-to-serve-g2 .list1 > li .detail h4 {
          font-size: 1.2em;
          font-weight: 500;
          padding: .6em  .5em;
          background: url(../img/bg_taupe.png);
          border-bottom: 1px solid #999;
          line-height: 1.2;
          letter-spacing: .05em;
          white-space: nowrap; }
        .how-to-serve-g2 .list1 > li .detail .body1 {
          display: flex;
          align-items: center;
          padding: 1em;
          height: 10.5em; }
          .how-to-serve-g2 .list1 > li .detail .body1 .img {
            width: 30%; }
          .how-to-serve-g2 .list1 > li .detail .body1 .text {
            width: 70%;
            padding-left: 1em; }
            .how-to-serve-g2 .list1 > li .detail .body1 .text p {
              font-size: .8em; }
        .how-to-serve-g2 .list1 > li .detail .body2 {
          display: flex;
          justify-content: space-between;
          padding: 1em; }
          .how-to-serve-g2 .list1 > li .detail .body2 > div {
            width: 49%; }
          .how-to-serve-g2 .list1 > li .detail .body2 .type-2 {
            display: flex; }
            .how-to-serve-g2 .list1 > li .detail .body2 .type-2 .icon {
              width: 2.2em; }
            .how-to-serve-g2 .list1 > li .detail .body2 .type-2 p {
              flex: 1;
              padding-left: 1em;
              font-size: .8em;
              height: 6.5em; }
          .how-to-serve-g2 .list1 > li .detail .body2 .img {
            width: 82%;
            margin: 1em auto 0;
            height: 8em; }
        .how-to-serve-g2 .list1 > li .detail .body3 {
          padding: 1em; }
          .how-to-serve-g2 .list1 > li .detail .body3 p {
            font-size: .8em;
            height: 6.5em; }
          .how-to-serve-g2 .list1 > li .detail .body3 .img {
            width: 84%;
            margin: 1em auto 0;
            height: 8em; }
  @media screen and (max-width: 768px) {
    .how-to-serve-g2 .inner {
      padding: 0 1.5em; }
    .how-to-serve-g2 .list1 {
      flex-wrap: wrap; }
      .how-to-serve-g2 .list1 > li {
        width: 100%; }
        .how-to-serve-g2 .list1 > li.clm-l {
          width: 100%; }
        .how-to-serve-g2 .list1 > li .detail .body1 .img {
          width: 28%;
          padding: 1em; }
        .how-to-serve-g2 .list1 > li .detail .body1 .text p {
          font-size: 1em; }
        .how-to-serve-g2 .list1 > li .detail .body2 {
          flex-wrap: wrap; }
          .how-to-serve-g2 .list1 > li .detail .body2 > div {
            width: 100%; }
          .how-to-serve-g2 .list1 > li .detail .body2 .type-2 {
            margin: 1em auto; }
            .how-to-serve-g2 .list1 > li .detail .body2 .type-2 .icon {
              width: 2.8em; }
            .how-to-serve-g2 .list1 > li .detail .body2 .type-2 p {
              font-size: 1em;
              height: auto; }
          .how-to-serve-g2 .list1 > li .detail .body2 .img {
            width: 70%;
            height: auto;
            margin: 1.5em auto; }
        .how-to-serve-g2 .list1 > li .detail .body3 p {
          font-size: 1em;
          height: auto;
          margin: 1em auto; }
        .how-to-serve-g2 .list1 > li .detail .body3 .img {
          width: 70%;
          margin: 1.5em auto;
          height: auto; } }

.age-checked .age-check {
  transition: .3s;
  opacity: 0;
  z-index: -1; }

.age-check {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none;
  white-space: nowrap; }
  .age-check.on {
    display: block; }
  .age-check > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .age-check > div > div {
      width: 60%;
      max-width: 600px;
      background-color: #fff;
      text-align: center;
      padding: 4em 2em 2em;
      background: url(../img/404bg.jpg) center -1em no-repeat #fff;
      background-size: 54% auto; }
      .age-check > div > div h2 {
        font-size: 3.2em;
        line-height: 1.2; }
      .age-check > div > div p {
        font-size: 1.1em;
        margin: 1.5em auto; }
      .age-check > div > div .btns {
        display: flex;
        justify-content: center;
        margin: 3em auto 0; }
        .age-check > div > div .btns a {
          display: block;
          width: 35%;
          background-color: #901527;
          color: #fff;
          padding: .6em 0;
          margin: 0 .5em;
          text-decoration: none;
          font-size: 1.2em;
          letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .age-check {
      font-size: .8em; }
      .age-check > div > div {
        width: 94%;
        background-size: 62% auto; }
        .age-check > div > div h2 {
          font-size: 2.8; } }

.cookie-confirmed .cookie-confirm {
  transition: .3s;
  opacity: 0;
  z-index: -1; }

.cookie-confirm {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #901527;
  padding: 1.5em 0;
  display: none; }
  .cookie-confirm.on {
    display: block; }
  .cookie-confirm .inner {
    padding: 0 2em;
    display: flex;
    align-items: center; }
    .cookie-confirm .inner .text {
      flex: 1;
      color: #fff; }
    .cookie-confirm .inner .btns {
      width: 14em; }
      .cookie-confirm .inner .btns a {
        display: block;
        background-color: #fff;
        color: #901527;
        font-size: 1.2em;
        letter-spacing: .1em;
        text-decoration: none;
        text-align: center;
        padding: .6em 0; }
        .cookie-confirm .inner .btns a:after {
          border-color: #901527;
          width: 2em; }
  @media screen and (max-width: 768px) {
    .cookie-confirm .inner {
      padding: 0 1.5em; }
      .cookie-confirm .inner .text {
        font-size: .9em;
        padding-right: 1em; }
      .cookie-confirm .inner .btns {
        width: 10em; }
        .cookie-confirm .inner .btns a {
          font-size: 1em;
          padding: .8em 0; }
          .cookie-confirm .inner .btns a:after {
            width: 1.5em; } }

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