@keyframes zoom-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/* common */
html {
  height: 100vh;
}
body {
  width: 100%;
  height: 100vh;
  margin: 0;
}
a:visited {
  color: #000 !important;
}

.hide640,
.hide896 {
  display: block;
}
.disp640,
.disp896 {
  display: none;
}

.root {
  position: relative;
}
.root-bg,
.root-bg-alpha {
  width: 80%;
  height: 40%;
  position: absolute;
  bottom: 100px;
  right: 0px;
}
.root-bg {
  background-image: url(../img/logo/shouro_logo.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  z-index: -2;
}
.root-bg-alpha {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

li.selected {
  border-bottom: 1px solid #888;
}

.b10l {
  margin-left: 10px;
}
.b10r {
  margin-right: 10px;
}

/* swiper image */
.swiper-container {
  height: 100vh;
}
.swiper-wrapper {
  height: 100vh;
}
.swiper-slide {
  width: 100%;
  height: 100vh;
}
.slide-img {
  width: 100%;
  height: inherit;
  display: block;
}
/* .swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-up 10s linear 0s 1 normal both;  
} */
.image-001 {
  background-image: url(../img/top/001_m.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.image-002 {
  background-image: url(../img/top/002_m.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.image-003 {
  background-image: url(../img/top/003_m.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.image-004 {
  background-image: url(../img/top/004_m.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E") !important;
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E") !important;
  right: 10px;
  left: auto;
}
.swiper-pagination-bullet-active {
  background: #eee;
}

/* header sp */
#header-n {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100vh; */
  width: 100%;
  z-index: 10;
}
#header-n .header-inner-n {
  width: 100%;
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-n .header-inner-n .logo-wrapper {
  width: 70vmin;
  height: 70vmin;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-n .header-inner-n .logo-wrapper .logo-w {
  width: 50%;
}
#header-n #nav-n {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  border-bottom: 1px solid #aaa;
}
#header-n #nav-n.nav-ani {
}
#header-n #nav-n .logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  cursor: pointer;
}
#header-n .logo-black {
  height: 56px;
  margin: 12px 12px;
}
#ul-n {
  position: fixed;
  top: 80px;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 11;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
#ul-n li {
  padding: 0 24px;
  height: 42px;
  line-height: 42px;
}
#ul-n li:first-child {
  padding: 8px 24px 0;
}
#ul-n li:last-child {
  padding: 0 24px 8px;
}
#ul-n li a {
  text-decoration: none;
  color: #000;
}
#ul-n.ul-ani {
  /* 50 + 42 + 42 + 42 + 42 + 42 + 50 + 58 */
  height: 368px !important;
  border-bottom: 1px solid #aaa;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
}
#ul-n.ul-ani hr {
  width: 64px;
}


/* hamburger https://www.nxworld.net/tips/12-css-hamburger-menu-active-effect.html */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 32px;
  margin: 24px 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #888;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}    
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
  background-color: #888 !important;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
  background-color: #888 !important;
}

/* down arrow */
/* https://www.nxworld.net/tips/css-scroll-down-button.html */
#header-n a.down-allow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 10;
  padding-top: 60px;
}
#header-n a.down-allow span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#header-n a.down-allow span::after {
  position: absolute;
  bottom: 16px;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}


/* header pc */
.logo-on-img {
  display: none;
}
#header-w {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 165px;
  background-color: transparent;
  display: none;
  z-index: 2;
}
#header-w .header-inner-w {
  width: 100%;
  height: 165px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
#header-w .header-top-ani {
  height: 80px;
}
#header-w .logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 200px;
  height: 220px;
  /* background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 50px white; */
  filter: drop-shadow(2px 4px 6px white);
  border-radius: 50px;
}
#header-w .logo {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 100%;
  padding: 24px 24px 24px 72px;
}
#header-w .header-logo-pc-ani {
  width: 100px !important;
  /* opacity: 0 !important; */
}
#header-w .logo-black {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
  opacity: 0%;
  padding: 16px 24px 16px 72px;
}
#header-w .header-logo-pc-black-ani {
  width: 100px !important;
  opacity: 100% !important;
}
#header-w nav {
  width: 100%;
  max-width: 1280px;
  height: inherit;
  margin: 0 auto;
  position: relative;
}
#header-w nav ul {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  list-style: none;
  flex-direction: row;
  justify-content:space-around;
  align-items: center;
  width: 100%;
  height: inherit;
  padding-left: 250px;
  margin: 0;
}
#header-w nav li {
  text-decoration: none;
  font-size: 110%;
}
#header-w nav li a {
  text-decoration: none;
  color: black;
}

/* header for cencept page */
#header-n.header-concept #nav-n {
  background-color: transparent;
  border-bottom: none;
}
#header-n.header-concept #nav-n.nav-ani {
  background-color: rgba(255, 255, 255, 1);
}
#header-n.header-concept #nav-n .concept-logo-white {
  display: block;
}
#header-n.header-concept #nav-n .concept-logo-black {
  display: none;
}
#header-n.header-concept #nav-n.nav-ani .concept-logo-white {
  display: none;
}
#header-n.header-concept #nav-n.nav-ani .concept-logo-black {
  display: block;
}
#header-n.header-concept #nav-n.nav-ani {
  border-bottom: none;
}
#header-n.header-concept .menu-trigger span {
  background-color: #fff;
}

#header-w.header-concept {
  position: fixed !important;
}
#header-w.header-concept .header-inner-w {
  background-color: transparent !important;
}
#header-w.header-concept .logo-wrapper {
  filter: drop-shadow(2px 4px 6px black);
}
#header-w.header-concept nav li a {
  color: white !important;
  text-shadow: 0px 0px 2px;
}


/* contents */
.contents {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 25px;
  float: none;
  clear: both;
}
.contents section {
  margin: 10px 0 80px 0;
}

/* logo */
#logo {
  text-align: center;
}
.content-logo {
  width: 33%;
}

/* news */
ul.news {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.news li.date {
  margin-bottom: 16px;
}
ul.news li.info {
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  word-break: keep-all;
}

/* access */
.access-info {
  width: 100%;
  max-width: 1280px;
}
.access-text {
}
.access-text h3 {
  font-size: 120%;
}
.access-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}
.access-map {
  height: 300px;
  margin: 40px 0;
}

/* online */
section#onlineshop {
  text-align: center;
}
.onlineshop-banner {
  width: 100%;
}

/* 100% image */
.w100img img {
  width: 100%;
  vertical-align: top;
}

/* filter */
ul.filters-w,
ul.filters-n1,
ul.filters-n2 {
  list-style: none;
  justify-content: center;
  padding: 0;
}
ul.filters-w {
  display: none;
}
ul.filters-n1 {
  display: flex;
  margin-top: 120px;
}
ul.filters-n2 {
  display: flex;
  margin-top: 32px;
}
li.filter {
  float: left;
  margin: 0 16px;
  cursor: pointer;
}
.filter-trigger {
  color: #000;
  text-decoration: none;
}

/* product */
ul.products {
  margin: 0;
  padding: 0;
  width: 100%;
}
li.product {
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  list-style: none;
  float: left;
}
.product .product-inner {
  height: auto;
  padding: 32px;
  border: 1px solid #aaa;
  border-radius: 8px;
}
.product .image {
  text-align: center;
  margin-bottom: 12px;
}
.product .image .image-with-text {
  display: inline-block;
}
.product .image img.h475 {
  height: 460px;
}
.product .nophoto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: monospace;
  font-weight: bold;
  color: #888;
  font-size: 24px;
  height: 365px;
  margin: 50px auto;
}
.product .name {
  font-size: 120%;
  margin-bottom: 12px;
}
.product .desc {
  margin-bottom: 24px;
}
.product .spec {
  margin-bottom: 12px;
}
.product .spec-label {
  font-size: 80%;
}
.product .spec-value table {
  border-spacing: 0;
}
.product .spec-value table td.percentage {
  width: 42px;
}

.product .note {
  margin: 24px 0;
}

.product .coming {
  margin: 40px 0;
  font-size: 32px;
}

.product .medal {
  position: absolute;
  width: 120px;
  margin: -30px -20px;
}


.liqueur.notice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0;
}
.liqueur.notice .title {
  font-size: 24px;
  padding: 32px;
}

/* vision */
.vision-bg {
  width: 100%;
}
.vision-bg-01 {
  background-image: url(../img/concept/concept_01.jpg);
}
.vision-bg-02 {
  background-image: url(../img/concept/concept_05.jpg);
  background-position: center -160px;
  margin-top: 64px;
}
.vision-bg-03 {
  background-image: url(../img/concept/concept_09.jpg);
  background-position: center center;
  margin-top: 64px;
}

.vision-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  width: 95%;
  max-width: 1280px;
  box-sizing: border-box;
}
.vision-container-01 {
  margin: -98px auto 0 auto;
}
.vision-container-02 {
  margin: -98px auto 0 auto;
}
.vision-container-03 {
  margin: -98px auto 0 auto;
}

.vision {
  width: 100%;
  padding: 32px 24px;
  margin: 0px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color:rgba(255, 255, 255, 0.9);
  float: left;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', 'Roboto Slab', serif !important;
}

.vision-title {
  font-size: 150%;
  line-height: 1.6em;
}
.vision-body {
  margin-top: 36px;
  font-size: 110%;
  line-height: 1.7em;
}
.vision-body .subtitle {
  margin-bottom: 16px;
}


/* concept */
.concept {
  position: absolute;
  top: 0;
}
.concept .c01,
.concept .c02,
.concept .c03,
.concept .c04,
.concept .c05,
.concept .c06,
.concept .c07,
.concept .c08,
.concept .c09,
.concept .c10,
.concept .c11,
.concept .c12 {
  position: relative;
  background-size: cover;
  background-position: bottom;
  width: 100vw;
  height: calc(100vw * 0.66);
  line-height: 1.6em;
}
.concept .c01 {
  background-image: url(../img/concept/concept_01.jpg);
  text-align: left;
  font-size: 140%;
  color:rgba(255, 255, 255, 0.9);
}
.concept .c02 {
  background-image: url(../img/concept/concept_02.jpg);
}
.concept .c03 {
  background-image: url(../img/concept/concept_03.jpg);
}
.concept .c04 {
  background-image: url(../img/concept/concept_04.jpg);
}
.concept .c05 {
  background-image: url(../img/concept/concept_05.jpg);
  text-align: left;
  font-size: 140%;
  color:rgba(255, 255, 255, 0.9);
}
.concept .c06 {
  background-image: url(../img/concept/concept_06.jpg);
}
.concept .c07 {
  background-image: url(../img/concept/concept_07.jpg);
}
.concept .c08 {
  background-image: url(../img/concept/concept_08.jpg);
  background-position: top !important;
}
.concept .c09 {
  background-image: url(../img/concept/concept_09.jpg);
  text-align: left;
  font-size: 140%;
  color:rgba(255, 255, 255, 0.9);
}
.concept .c10 {
  background-image: url(../img/concept/concept_10.jpg);
}
.concept .c11 {
  background-image: url(../img/concept/concept_11.jpg);
}
.concept .c12 {
  background-image: url(../img/concept/concept_12.jpg);
}

.concept .c01 > div,
.concept .c05 > div,
.concept .c09 > div {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px 10% 16px 24px;
  position: absolute;
  bottom: 10%;
  right: 0%;
}

.concept .c02,
.concept .c03,
.concept .c04,
.concept .c06,
.concept .c07,
.concept .c08,
.concept .c10,
.concept .c11,
.concept .c12 {
  font-size: 115%;
}
.concept .c02,
.concept .c03,
.concept .c04,
.concept .c06,
.concept .c07,
.concept .c08,
.concept .c10,
.concept .c11,
.concept .c12 {
  color:rgba(255, 255, 255, 0.9);
}
.concept .c02 > div,
.concept .c03 > div,
.concept .c04 > div,
.concept .c06 > div,
.concept .c07 > div,
.concept .c08 > div,
.concept .c10 > div,
.concept .c11 > div,
.concept .c12 > div {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 75%;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px 24px 16px 10%;
}

/* liqueur */
.setoka {}
.setoka .setoka-product {
  margin-top: 120px;
  text-align: center;
}
.setoka .setoka-product .title {
  font-size: 200%;
  margin-bottom: 24px;
}
.setoka .setoka-desc {
  text-align: left;
  padding: 24px;
  font-size: 110%;
  margin: 24px auto;
  max-width: 800px;
}
.setoka .setoka-desc > div {
  margin-bottom: 24px;
}
.setoka-break {
  margin-top: 100px;
  width: 50%;
}

.setoka-img-01,
.setoka-img-02,
.setoka-img-03,
.setoka-img-04,
.setoka-img-05,
.setoka-img-06 {
  width: 100%;
  height: calc(100vw * 9 / 16);
  background-position: center;
  background-size: cover;
}
.setoka-img-01 {
  background-image: url(../img/liqueur/setoka_01.jpg);
}
.setoka-img-02 {
  background-image: url(../img/liqueur/setoka_02.jpg);
}
.setoka-img-03 {
  background-image: url(../img/liqueur/setoka_03.jpg);
}
.setoka-img-04 {
  background-image: url(../img/liqueur/setoka_04.jpg);
}
.setoka-img-05 {
  background-image: url(../img/liqueur/setoka_05.jpg);
}
.setoka-img-06 {
  background-image: url(../img/liqueur/setoka_06.jpg);
}

.setoka-recipe {
  position: relative;
  margin: 0 0 48px 0;
}
.setoka-citrus {
  background-image: url(../img/liqueur/setoka_07.jpg);
  width: 100%;
  height: calc(100vw * 9 / 16);
  min-height: 400px;
  background-position: left;
  background-size: cover;
}
.setoka-tonic {
  background-image: url(../img/liqueur/setoka_08.jpg);
  width: 100%;
  height: calc(100vw * 9 / 16);
  min-height: 400px;
  background-position: right;
  background-size: cover;
}
.setoka-recipe-txt {
  position: relative;
  padding: 24px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 24px auto;
  background-color: rgba(0, 0, 0, 0.1);
}
.setoka-recipe-txt .title {
  font-size: 160%;
}
.setoka-recipe-txt ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  line-height: 2.2em;
}

/* dealership */
.dealerships {
  margin: 80px auto 0;
}
.dealerships .pref {
  font-size: 18px;
  width: 100%;
  border-bottom: 1px solid #888;
  padding: 8px 0;
  margin: 24px 0 0 0;
}
.dealerships .shop-row {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  overflow: hidden;
}
.dealerships .name,
.dealerships .tel,
.dealerships .zip,
.dealerships .address {
  float: left;
  padding: 4px 0;
}
.dealerships .name,
.dealerships .tel,
.dealerships .zip {
  clear: both;
}
.dealerships .name {
  font-size: 24px;
}
.dealerships .zip {
  padding-right: 16px;
}

/* contact */
.contact {
  margin: 120px auto 0;
}

/* footer */
footer {
  width: 100%;
  clear: both;
}
.footer-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}
.footer-info {
  width: 100%;
  max-width: 1280px;
}
.footer-sns,
.footer-copyright {
  text-align: center;
  color: #888;
  font-size: 80%;
  margin-bottom: 20px;
}
.footer-copyright a:link, a:visited, a:hover, a:active {
  color: #888;
}
.footer-sns ul {
  list-style: none;
  padding: 0;
}
.footer-sns li {
  display: inline-block;
  margin: 24px 12px;
}
.footer-sns img {
  width: 48px;
}

/* lang */
#lang {
  position: fixed;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#lang > div {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 8px 16px;
}
#lang a,
#lang a:link,
#lang a:visited,
#lang a:hover,
#lang a:active  {
  text-decoration: none;
  color: black;
  padding: 0 2px;
}


@media screen and (min-width: 640px) {
.hide640 {
  display: none !important;
}
.disp640 {
  display: block !important;
}

.setoka .setoka-desc {
  font-size: 120% !important;
}

.concept .title,
.concept .desc {
  position: relative;
  width: 100vw;
  height: calc(100vw * 0.66);
}
.concept .desc {
  position: relative;
}
.concept .c02c03c04,
.concept .c06c07c08,
.concept .c10c11c12 {
  position: absolute !important;
  top: 8%;
  width: 75%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px 24px 16px 10%;
  color:rgba(255, 255, 255, 0.9);
  font-size: 130%;
  padding: 16px 24px 16px 10%;
}

.concept .c01,
.concept .c05,
.concept .c09 {
  font-size: 200%;
}
.concept .c02,
.concept .c06,
.concept .c10 {
  position: unset !important;
  width: 25vw !important;
  float: left !important;
}
.concept .c03,
.concept .c07,
.concept .c11 {
  position: unset !important;
  width: 35vw !important;
  float: left !important;
}
.concept .c04,
.concept .c08,
.concept .c12 {
  position: unset !important;
  width: 40vw !important;
  float: left !important;
}

.setoka-img-01 {
  width: 100%;
  height: calc(100vw * 9 / 26);
  background-position: bottom;
  background-size: cover;
  background-image: url(../img/liqueur/setoka_01.jpg);
}
.setoka-img-02 {
  width: 60%;
  height: calc(100vw * 9 / 22);
  background-position: center;
  background-size: cover;
  background-image: url(../img/liqueur/setoka_02.jpg);
  float: left;
}
.setoka-img-03 {
  width: 40%;
  height: calc(100vw * 9 / 22);
  background-position: center;
  background-size: cover;
  background-image: url(../img/liqueur/setoka_03.jpg);
  float: left;
}
.setoka-img-04 {
  width: 60%;
  height: calc(100vw * 9 / 22);
  background-position-x: right;
  background-size: cover;
  background-image: url(../img/liqueur/setoka_04.jpg);
  float: left;
}
.setoka-img-05 {
  width: 100%;
  height: calc(100vw * 9 / 32);
  background-position: center;
  background-size: cover;
  background-image: url(../img/liqueur/setoka_05.jpg);
}
.setoka-img-06 {
  width: 40%;
  height: calc(100vw * 9 / 22);
  background-position: center;
  background-size: cover;
  background-image: url(../img/liqueur/setoka_06.jpg);
  float: left;
}

.setoka-citrus,
.setoka-tonic {
  min-height: 500px;
}

.vision-container-01 {
  margin: -120px auto 0 auto;
}
.vision-container-02 {
  margin: -120px auto 0 auto;
}
.vision-container-03 {
  margin: -120px auto 0 auto;
}
.vision {
  padding: 64px 24px !important;
}

}

@media screen and (max-width: 896px) {
.product .image img.w320 {
  height: auto !important;
  max-height: 460px;
  width: 100%;
  max-width: max-content;
}

.vision-bg {
  height: 360px;
}
.vision-bg-01 {
  margin-top: 80px;
  background-position: -280px -200px;
}
}
  
  @media screen and (min-width: 896px) {
.hide896 {
  display: none !important;
}
.disp896 {
  display: block !important;
}
  
.concept .title {
  display: none !important;
}
.concept .desc .title-block {
  font-size: 130%;
  margin: 8px 0;
}
.concept .c01,
.concept .c09 {
  width: 66vw !important;
  float: right;
}
.concept .c05 {
  width: 66vw !important;
  float: left;
}
.concept .c02c03c04,
.concept .c06c07c08,
.concept .c10c11c12 {
  width: 50%;
  font-size: 120%;
  z-index: 1;
  text-align: right;
  left: unset;
  right: 0;
  top: 30%;
}
.concept .c02c03c04,
.concept .c10c11c12 {
  text-align: right;
  left: unset;
  right: 0;
  padding: 16px 10% 16px 24px;
}
.concept .c06c07c08 {
  text-align: left;
  left: 0;
  right: unset;
  padding: 16px 24px 16px 10%;
}
.concept .c02,
.concept .c03,
.concept .c04,
.concept .c10,
.concept .c11,
.concept .c12 {
  position: unset !important;
  width: 34vw !important;
  height: calc(100vw * 0.22);
  float: right;
}
.concept .c06,
.concept .c07,
.concept .c08 {
  position: unset !important;
  width: 34vw !important;
  height: calc(100vw * 0.22);
  float: left;
}

.image-001 {
  background-image: url(../img/top/001_p.jpg);
}
.image-002 {
  background-image: url(../img/top/002_p.jpg);
}
.image-003 {
  background-image: url(../img/top/003_p.jpg);
}
.image-004 {
  background-image: url(../img/top/004_p.jpg);
}

.logo-on-img {
  display: block;
  width: 100%;;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: right;
}
.logo-on-img img {
  width: 180px;
  margin: 24px 60px;
}
#header-n {
  display: none !important;
}
#header-w {
  display: block !important;
}
.swiper-container {
  height: 75vh !important;
}

.contents {
  padding: 25px 60px;
}
.contents.tar {
  text-align: right;
}

.content-logo {
  width: 15%;
}

ul.filters-w {
  display: flex;
  margin-top: 0px;
}
ul.filters-n1,
ul.filters-n2 {
  display: none;
}
li.filter {
  float: left;
  margin: 0 32px;
  cursor: pointer;
}

/* liqueur */
.setoka-recipe {
  margin: 0;
}
.setoka-recipe-txt {
  position: absolute;
  top: 40%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.setoka-citrus-txt {
  right: 10%;
}
.setoka-tonic-txt {
  left: 10%;
}

/* online */
section#onlineshop {
  text-align: right;
}
.onlineshop-banner {
  width: 100%;
  max-width: 600px;
}

li.product {
  width: 50%;
  padding: 32px;
}
.product .product-inner {
  height: 1080px;
}

.concept {
  margin-top: 0px;
}

.contact {
  margin-top: 0px;
}

.dealerships .tel,
.dealerships .zip,
.dealerships .address {
  clear: none !important;
}
.dealerships .name,
.dealerships .tel,
.dealerships .zip,
.dealerships .address {
  padding: 0 !important;
}
.dealerships .name {
  font-size: 16px !important;
  width: 250px;
}
.dealerships .zip {
  width: 100px;
}
.dealerships .address {
  width: calc(100% - 510px);
}
.dealerships .tel {
  float: right;
  text-align: right;
  width: 160px;
}

.vision-bg {
  height: 480px;
}
.vision-bg-01 {
  margin-top: -40px;
  background-position: center -160px;
}
}

@media screen and (min-width: 896px) and (max-width: 1024px) {
.root-bg,
.root-bg-alpha {
  width: 70%;
  height: 50%;
  position: absolute;
  bottom: 100px;
  right: 0px;
}
    
.product .image img.h475 {
  height: 300px;
}

.vision {
  width: 88% !important;
}

}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
.root-bg,
.root-bg-alpha {
  width: 70%;
  height: 60%;
  position: absolute;
  bottom: 100px;
  right: 0px;
}
    
.product .image img.h475 {
  height: 400px;
}

.vision {
  width: 80% !important;
}

}

@media screen and (min-width: 1280px) {
.root-bg,
.root-bg-alpha {
  width: 70%;
  height: 70%;
  position: absolute;
  bottom: 100px;
  right: 0px;
}

.vision {
  width: 70% !important;
}

.vision-bg-01,
.vision-bg-02,
.vision-bg-03 {
  background-size: cover;
}


}
  
  