@import url(http://fonts.googleapis.com/css?family=Lato:300,700);
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-dots li,
.sod_select .sod_option {
  list-style-type: none;
  white-space: nowrap
}

img,
textarea {
  vertical-align: top
}

.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  background: #fff;
  color: #444;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  outline-offset: -2px
}

.sod_select:after,
.sod_select:before {
  content: "\25B2";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 7px
}

.sod_select:after {
  content: "\25BC";
  top: auto;
  bottom: 12px
}

.sod_select.focus,
.sod_select.open,
.sod_select:hover {
  border-color: #000
}

.sod_select.open {
  color: #919191
}

.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed
}

.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px
}

.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  font-weight: 300;
  z-index: 1
}

.sod_select.open .sod_list_wrapper {
  display: block
}

.sod_select.disabled.open .sod_list_wrapper {
  display: none
}

.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000;
  border-bottom: none
}

.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0
}

.sod_select .sod_option {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative
}

.sod_select .sod_option.is-placeholder,
.sod_select.no_highlight .sod_option.selected:before {
  display: none
}

.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic
}

.sod_select .sod_option.groupchild {
  padding-left: 20px
}

.sod_select .sod_option.disabled {
  background: inherit;
  color: #ccc
}

.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px
}

.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: grey;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K)
}

.sod_select.no_highlight .sod_option.selected {
  font-weight: 300
}

.sod_select select {
  display: none!important
}

.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block!important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1
}

.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative
}

.no-touch a:focus,
.no-touch a:hover,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: .7
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  left: 0;
  top: 0
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-slider * {
  outline: 0!important
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: block;
  width: 100%;
  text-align: center
}

.slick-dots li {
  list-style-image: none;
  margin-left: 0;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 0
}

.slick-dots li button {
  border: none;
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  outline: 0
}

.sod_select .sod_option.selected:before,
.sod_select:before,
[hidden],
template {
  display: none
}

.product-info .slick-dots,
.shop-introduction .slick-dots {
  margin-top: 30px
}

.product-info .slick-dots li,
.shop-introduction .slick-dots li {
  margin: 0 3px;
  height: 2px
}

.product-info .slick-dots li button,
.shop-introduction .slick-dots li button {
  border-top: solid 2px #d0d3da;
  height: 12px;
  width: 50px;
  background: 0 0
}

.product-info .slick-dots li.slick-active button,
.shop-introduction .slick-dots li.slick-active button {
  border-top-color: #000
}

.sakagura-header .slick-dots {
  position: absolute;
  bottom: 46px;
  left: 0
}

.sakagura-header .slick-dots li {
  margin: 0 8px
}

.sakagura-header .slick-dots li button {
  background: #444;
  height: 14px;
  width: 14px;
  border-radius: 50%
}

.sakagura-header .slick-dots li.slick-active button {
  background: #fff
}

@media screen and (max-width:768px) {
  .sakagura-header .slick-dots {
    bottom: 20px
  }
  .page-en .sakagura-header .slick-dots {
    bottom: -20px
  }
  .sakagura-header .slick-dots li {
    margin: 0 4px
  }
  .sakagura-header .slick-dots li button {
    height: 8px;
    width: 8px
  }
  .page-en .sakagura-header .slick-dots li.slick-active button {
    background: #ccc
  }
}

.sod_list_wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px
}

.sod_select {
  padding: 14px 18px;
  border: 2px solid #e9e9e9!important;
  font-size: 1.125rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-weight: 400;
  cursor: pointer
}

.page-en .sod_select {
  font-family: 'Noto Serif', serif;
  font-size: 1rem
}

.page-cn .sod_select,
.page-tw .sod_select {
  font-family: serif
}

.sod_select,
.sod_select .sod_list_wrapper {
  width: 280px
}

.page-en .sod_select,
.page-en .sod_select .sod_list_wrapper {
  width: auto
}

@media screen and (max-width:768px) {
  .page-en .sod_select,
  .page-en .sod_select .sod_list_wrapper,
  .sod_select,
  .sod_select .sod_list_wrapper {
    width: 100%
  }
}

.sod_select.focus {
  box-shadow: none
}

.sod_select.is-list:after {
  right: 18px;
  top: 17px;
  content: '';
  background: url(../img/common/ico_pulldown.png) left top no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 12px
}

.sod_select.is-down:after {
  right: 15px;
  top: 15px;
  content: '↓';
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1
}

.sod_select .sod_label {
  color: #000
}

.page-en .sod_select .sod_label {
  padding-right: 30px
}

.sod_select .sod_list_wrapper {
  margin: 2px 0 0 -2px;
  border: none;
  background: #555;
  color: #fff
}

body,
figure {
  margin: 0
}

.page-en .sod_select .sod_list_wrapper {
  left: auto;
  right: -2px;
  min-width: calc(100% + 4px)
}

.sod_select .sod_option {
  padding: 12px 20px;
  transition: color .3s ease;
  font-weight: 400
}

.sod_select .sod_option.active {
  background: inherit;
  color: #ccc
}

body,
mark {
  color: #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Light.eot);
  src: url(../fonts/NotoSansJP-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/NotoSansJP-Light.woff) format('woff'), url(../fonts/NotoSansJP-Light.otf) format('opentype')
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype')
}

@font-face {
  font-family: YakuTateJP;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/YakuTateJP-Light.eot);
  src: url(../fonts/YakuTateJP-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/YakuTateJP-Light.woff) format('woff'), url(../fonts/YakuTateJP-Light.otf) format('opentype')
}

@font-face {
  font-family: YakuTateJP;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuTateJP-Light.eot);
  src: url(../fonts/YakuTateJP-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/YakuTateJP-Light.woff) format('woff'), url(../fonts/YakuTateJP-Light.otf) format('opentype')
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box
}

a {
  background: 0 0;
  outline: 0
}

a:focus {
  outline: dotted thin
}

a:active,
a:hover {
  outline: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

hr {
  box-sizing: content-box;
  height: 0
}

mark {
  background: #ff0
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

#footer .footer-nav li,
.m-social-buttons li,
.m-social-nav li {
  list-style-image: none;
  list-style-type: none;
  white-space: nowrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

#page,
.m-access-columns .m-address-info {
  overflow: hidden
}

.m-address-info .button .button-label,
.m-address-info .button:after {
  vertical-align: middle;
  display: inline-block
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*,
:after,
:before {
  box-sizing: inherit
}

p {
  margin-top: 0
}

body {
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif
}

@media print {
  body {
    min-width: 1025px!important
  }
}

body.page-en {
  font-family: 'Noto Sans', sans-serif
}

body.page-cn {
  font-family: 'Noto Sans SC', sans-serif
}

body.page-tw {
  font-family: 'Noto Sans TC', sans-serif
}

button,
input,
select,
textarea {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif
}

.page-en button,
.page-en input,
.page-en select,
.page-en textarea {
  font-family: 'Noto Sans', sans-serif
}

.page-cn button,
.page-cn input,
.page-cn select,
.page-cn textarea {
  font-family: 'Noto Sans SC', sans-serif
}

.page-tw button,
.page-tw input,
.page-tw select,
.page-tw textarea {
  font-family: 'Noto Sans TC', sans-serif
}

.no-touch a {
  transition: opacity .3s ease
}

br.is-pc {
  display: block
}

br.is-sp {
  display: none
}

@media screen and (max-width:768px) {
  body {
    font-size: .875rem
  }
  br.is-pc {
    display: none
  }
  br.is-sp {
    display: block
  }
}

.l-column-container:after,
.l-grid-2:after {
  content: "";
  display: table;
  clear: both
}

#page {
  min-width: 1000px;
  max-width: 1600px;
  margin: 0 auto
}

.l-inner {
  margin-right: auto;
  margin-left: auto;
  width: 768px
}

@media screen and (max-width:768px) {
  #page {
    min-width: inherit;
    max-width: inherit
  }
  .l-inner {
    margin-right: 20px;
    margin-left: 20px;
    width: auto
  }
}

.l-outer {
  margin-right: auto;
  margin-left: auto;
  width: 1024px
}

@media screen and (max-width:768px) {
  .l-outer {
    margin-right: 20px;
    margin-left: 20px;
    width: auto
  }
}

.l-column-main {
  float: left;
  width: 828px
}

@media screen and (max-width:768px) {
  .l-column-main {
    float: none;
    width: auto
  }
}

.l-column-sub {
  float: right;
  width: 216px;
  text-align: left
}

@media screen and (max-width:768px) {
  .l-column-sub {
    float: none;
    width: auto
  }
}

.l-grid-2 .l-grid {
  float: left;
  width: 48.2%;
  margin-left: 3.6%
}

@media screen and (max-width:768px) {
  .l-grid-2 .l-grid {
    float: none;
    width: auto;
    margin: 0
  }
}

.l-grid-2 .l-grid:first-child {
  margin-left: 0
}

@font-face {
  font-family: iconfont;
  src: url(../iconfont/iconfont.eot?cache=1518189170000);
  src: url(../iconfont/iconfont.eot?#iefix&cache=1518189170000) format('eot'), url(../iconfont/iconfont.woff?cache=1518189170000) format('woff'), url(../iconfont/iconfont.ttf?cache=1518189170000) format('truetype'), url(../iconfont/iconfont.svg#iconfont&cache=1518189170000) format('svg')
}

.m-map-info iframe {
  width: 100%;
  height: 352px
}

@media screen and (max-width:768px) {
  .m-map-info iframe {
    height: 300px
  }
}

.m-address-info p {
  margin-bottom: 1.75em
}

.m-address-info p:last-child {
  margin-bottom: 0
}

.m-address-info .title {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-weight: 700
}

.page-en .m-address-info .title {
  font-family: 'Noto Serif', serif
}

.page-cn .m-address-info .title,
.page-tw .m-address-info .title {
  font-family: serif
}

.m-address-info a,
.m-address-info a:active,
.m-address-info a:link,
.m-address-info a:visited {
  text-decoration: underline
}

.m-address-info a:focus,
.m-address-info a:hover {
  text-decoration: none
}

.m-address-info .button {
  position: relative;
  outline: 0;
  display: inline-block;
  width: 144px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  text-align: center;
  line-height: 1.4;
  background: #7282a2
}

.m-address-info .button,
.m-address-info .button:active,
.m-address-info .button:focus,
.m-address-info .button:hover,
.m-address-info .button:link,
.m-address-info .button:visited {
  text-decoration: none;
  color: #fff
}

.m-address-info .button:after {
  content: '';
  width: 0;
  height: 100%
}

.m-access-columns:after,
.m-archive-list:after {
  display: table;
  content: "";
  clear: both
}

.m-access-info {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #ededed
}

.m-access-info p {
  margin-bottom: 1.75em
}

.m-access-info p:last-child {
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .m-access-info {
    margin-top: 30px;
    padding: 19px
  }
}

.m-access-info a,
.m-access-info a:active,
.m-access-info a:link,
.m-access-info a:visited {
  text-decoration: underline
}

.form-action .button,
.m-access-info a:focus,
.m-access-info a:hover {
  text-decoration: none
}

.m-access-info .title {
  margin: 0;
  color: #666;
  font-size: .9375rem;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .m-access-info .title {
    font-size: .875rem
  }
}

.m-access-info p {
  font-size: .9375rem
}

.m-access-columns {
  margin-top: 70px
}

.m-access-columns .m-map-info {
  float: left;
  width: 512px;
  margin-right: 35px
}

@media screen and (max-width:768px) {
  .m-access-info p {
    font-size: .875rem
  }
  .m-access-columns {
    margin-top: 30px
  }
  .m-access-columns .m-map-info {
    float: none;
    width: auto;
    margin: 0 0 20px
  }
}

@font-face {
  font-family: iconfont;
  src: url(../iconfont/iconfont.eot?cache=1518189170000);
  src: url(../iconfont/iconfont.eot?#iefix&cache=1518189170000) format('eot'), url(../iconfont/iconfont.woff?cache=1518189170000) format('woff'), url(../iconfont/iconfont.ttf?cache=1518189170000) format('truetype'), url(../iconfont/iconfont.svg#iconfont&cache=1518189170000) format('svg')
}

.m-archive-list {
  margin: 0 5px -5px 10px
}

.m-archive-list .item {
  float: left;
  width: 33.3%;
  padding: 0 5px 5px 0
}

.m-archive-list .link {
  position: relative;
  display: block;
  margin: 8px
}

.m-archive-list .link:hover {
  opacity: 1
}

.m-archive-list .img {
  margin: -8px
}

.m-archive-list .img img {
  width: 100%;
  height: auto
}

.m-archive-list .text {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  padding: 13px 15px;
  background: rgba(255, 255, 255, .9)
}

.m-archive-list .title {
  margin: 0;
  font-size: .875rem;
  letter-spacing: .071em;
  line-height: 1.642
}

.m-archive-list .interviewee {
  margin-top: 5px;
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .05em
}

@font-face {
  font-family: iconfont;
  src: url(../iconfont/iconfont.eot?cache=1518189170000);
  src: url(../iconfont/iconfont.eot?#iefix&cache=1518189170000) format('eot'), url(../iconfont/iconfont.woff?cache=1518189170000) format('woff'), url(../iconfont/iconfont.ttf?cache=1518189170000) format('truetype'), url(../iconfont/iconfont.svg#iconfont&cache=1518189170000) format('svg')
}

.m-section-head {
  padding-bottom: 30px;
  border-bottom: solid 1px #ededed;
  text-align: left
}

.m-section-head .title {
  margin: 0;
  font-size: 1.875rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  line-height: 1
}

.page-en .m-section-head .title {
  font-family: 'Noto Serif', serif
}

.page-cn .m-section-head .title,
.page-tw .m-section-head .title {
  font-family: serif
}

@media screen and (max-width:768px) {
  .m-section-head {
    padding-bottom: 10px
  }
  .m-section-head .title {
    font-size: 1.375rem
  }
}

.m-section-head .desc {
  margin: 10px 0 0;
  color: #666;
  font-size: 1rem
}

@media screen and (max-width:768px) {
  .m-section-head .desc {
    margin-top: 5px;
    font-size: .875rem
  }
}

.m-section-title {
  margin: 0 0 60px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ededed;
  font-size: 1.875rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  line-height: 1;
  text-align: center
}

.page-en .m-section-title {
  font-family: 'Noto Serif', serif
}

.page-cn .m-section-title,
.page-tw .m-section-title {
  font-family: serif
}

@media screen and (max-width:768px) {
  .m-section-title {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    font-size: 1.375rem
  }
}

.m-section-title .label {
  display: inline-block;
  padding-bottom: 9px;
  border-bottom: solid 3px #000
}

.m-section-sub-title {
  margin-bottom: 40px;
  padding: 15px 0;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-size: 1.125rem;
  letter-spacing: .1em;
  text-align: center
}

.page-en .m-section-sub-title {
  font-family: 'Noto Serif', serif
}

.page-cn .m-section-sub-title,
.page-tw .m-section-sub-title {
  font-family: serif
}

@media screen and (max-width:768px) {
  .m-section-sub-title {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 1rem
  }
}

.m-social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0
}

.m-social-nav li {
  margin-left: 0;
  display: inline-block;
  font-size: 16px
}

.m-social-nav .item {
  margin-left: 12px
}

.m-social-nav .item a {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: left;
  width: 26px;
  height: 26px;
  background: center center no-repeat #dde1de;
  border-radius: 50%
}

.m-social-nav .item--twitter a {
  background-image: url(../img/common/ico_twitter.png);
  background-size: 14px auto
}

.retina .m-social-nav .item--twitter a {
  background-image: url(../img/common/ico_twitter@2x.png)
}

.m-social-nav .item--facebook a {
  background-image: url(../img/common/ico_facebook.png);
  background-size: 8px auto
}

.retina .m-social-nav .item--facebook a {
  background-image: url(../img/common/ico_facebook@2x.png)
}

.m-data-table {
  width: 100%
}

.m-data-table td,
.m-data-table th {
  padding: 15px 0
}

.m-data-table th {
  width: 160px;
  color: #666;
  text-align: right;
  vertical-align: top;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .m-data-table td,
  .m-data-table th {
    padding: 10px 0;
    font-size: .8125rem
  }
  .m-data-table th {
    width: 5em
  }
}

.m-data-table td {
  padding-left: 60px
}

@media screen and (max-width:768px) {
  .m-data-table td {
    padding-left: 30px
  }
  .page-en .m-data-table td {
    padding-left: 15px
  }
}

.m-disc-list {
  margin: 0;
  padding: 0;
  list-style: disc
}

.m-disc-list li {
  margin-left: 1.5em
}

.m-social-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0
}

.m-social-buttons li {
  margin-left: 0;
  display: inline-block;
  font-size: 16px
}

.m-social-buttons .item {
  margin-right: 10px;
  vertical-align: middle;
  line-height: 0
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.page-en .wp-pagenavi {
  font-family: 'Noto Serif', serif
}

.page-cn .wp-pagenavi,
.page-tw .wp-pagenavi {
  font-family: serif
}

@media screen and (max-width:768px) {
  .wp-pagenavi {
    margin-top: 30px;
    font-size: 1rem
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 5px;
  display: inline-block;
  padding: 0;
  width: 1.6em
}

.no-touch .wp-pagenavi a {
  transition: background .4s ease
}

.no-touch .wp-pagenavi a:hover {
  background: #e2e2e2;
  opacity: 1
}

.wp-pagenavi span {
  opacity: .5
}

@font-face {
  font-family: iconfont;
  src: url(../iconfont/iconfont.eot?cache=1518189170000);
  src: url(../iconfont/iconfont.eot?#iefix&cache=1518189170000) format('eot'), url(../iconfont/iconfont.woff?cache=1518189170000) format('woff'), url(../iconfont/iconfont.ttf?cache=1518189170000) format('truetype'), url(../iconfont/iconfont.svg#iconfont&cache=1518189170000) format('svg')
}

.m-visual-list:after {
  content: "";
  display: table;
  clear: both
}

.m-visual-list .item {
  float: left
}

.m-visual-list .link {
  position: relative;
  display: block
}

.m-visual-list .link:hover {
  opacity: 1
}

.m-visual-list .img img {
  width: 100%;
  height: auto
}

.m-visual-list .text {
  position: absolute;
  left: 0;
  bottom: 90px;
  padding: 24px 40px 24px 30px;
  background: rgba(255, 255, 255, .9)
}

#footer,
#header {
  position: relative
}

.m-visual-list .title {
  margin: 0;
  font-size: 1.875rem;
  letter-spacing: .058em;
  line-height: 1.533
}

.m-visual-list .interviewee {
  margin-top: 5px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .05em
}

#footer {
  z-index: 200;
  padding: 100px 30px 80px
}

@media screen and (max-width:768px) {
  #footer {
    padding: 40px 15px
  }
}

#footer .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  color: #888;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  text-align: center;
  line-height: 1
}

#footer .footer-nav li {
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  margin-right: 2em
}

#footer .footer-nav li:last-child {
  margin-right: 0
}

.page-en #footer .footer-nav {
  font-family: 'Noto Serif', serif
}

.page-cn #footer .footer-nav,
.page-tw #footer .footer-nav {
  font-family: serif
}

#footer .footer-nav .item {
  font-size: .875rem
}

#footer .footer-nav .item--online-store {
  display: none
}

.no-touch #footer .footer-nav a {
  transition: color .5s ease
}

.no-touch #footer .footer-nav a:hover {
  color: #000;
  opacity: 1
}

#footer .copyright {
  margin-top: 55px;
  color: #888;
  font-style: normal;
  text-align: center;
  line-height: 1
}

@media screen and (max-width:768px) {
  #footer .footer-nav {
    display: none
  }
  #footer .copyright {
    margin-top: 0
  }
}

#footer .copyright .label-ja {
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-size: .75rem;
  letter-spacing: .2em
}

.page-en #footer .copyright .label-ja {
  font-family: 'Noto Serif', serif
}

.page-cn #footer .copyright .label-ja,
.page-tw #footer .copyright .label-ja {
  font-family: serif
}

#footer .copyright .label-en {
  display: block;
  margin-top: 15px;
  font-size: .6875rem;
  color: #aaa
}

.shop-banner {
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  width: 1024px;
  text-align: center
}

@media screen and (max-width:768px) {
  .shop-banner {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
    margin-top: 25px
  }
}

.shop-banner .link {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
  transition: border .4s ease
}

.shop-banner .link:hover {
  border-color: #000;
  opacity: 1
}

@media screen and (max-width:768px) {
  .shop-banner .link {
    display: block
  }
}

.shop-banner .img,
.shop-banner .text {
  display: table-cell;
  padding: 4px;
  vertical-align: middle
}

.shop-banner .img {
  width: 515px;
  text-align: left
}

.shop-banner .text {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-size: .9375rem;
  text-align: center
}

.page-en .shop-banner .text {
  font-family: 'Noto Serif', serif
}

.page-cn .shop-banner .text,
.page-tw .shop-banner .text {
  font-family: serif
}

@media screen and (max-width:768px) {
  .shop-banner .img,
  .shop-banner .text {
    display: block
  }
  .shop-banner .img {
    width: auto
  }
  .shop-banner .img img {
    width: 100%!important
  }
  .shop-banner .text {
    padding: 10px 20px 15px;
    font-size: .75rem
  }
  .shop-banner .text br {
    display: none
  }
  .shop-banner .text span {
    display: inline-block
  }
}

#header ul li,
.site-nav li {
  display: inline-block;
  white-space: nowrap;
  list-style-image: none;
  list-style-type: none
}

.site-nav {
  margin: 0;
  padding: 0 40px 0 0;
  list-style: none;
  font-size: 0;
  color: #fff;
  text-align: right
}

.site-nav li {
  margin-left: 0;
  font-size: 16px
}

.site-nav .item {
  margin-left: 75px;
  font-size: .8125rem;
  letter-spacing: .017em;
  line-height: 1
}

#header {
  padding: 20px 30px 35px;
  z-index: 300;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-weight: 700
}

#header:after {
  content: "";
  display: table;
  clear: both
}

.page-en #header {
  font-family: 'Noto Serif', serif
}

.page-cn #header,
.page-tw #header {
  font-family: serif
}

#header .site-logo {
  margin-top: 10px;
  text-align: center
}

@media screen and (max-width:768px) {
  #header {
    padding: 15px 15px 15px 20px
  }
  #header .site-logo {
    margin-top: 0;
    text-align: left
  }
  #header .site-logo img {
    width: 25px!important;
    height: auto
  }
}

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 1
}

#header ul li {
  margin-left: 0;
  font-size: 16px
}

#header .global-nav {
  margin-top: 30px;
  text-align: center
}

#header .global-nav .item {
  margin: 0 25px;
  font-size: 1.125rem
}

#header .global-nav .item.is-home {
  display: none
}

@media screen and (max-width:768px) {
  #header .global-nav .item.is-home {
    display: block
  }
  #header .global-nav,
  #header .lang-nav,
  #header .online-store-nav {
    display: none
  }
}

#header .lang-nav .item:first-child:before,
#header .sp-nav {
  display: none
}

#header .lang-nav {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #999
}

#header .lang-nav .item {
  font-size: .8125rem
}

#header .lang-nav .item:before {
  content: '/';
  margin: 0 .5em
}

#header .lang-nav .item.is-current a {
  color: #000
}

#header .online-store-nav {
  position: absolute;
  right: 30px;
  top: 50px
}

#header .online-store-nav .item {
  font-size: 1.125rem
}

#header .online-store-nav .item a {
  border-bottom: solid 1px #000;
  padding-bottom: 7px
}

#header .online-store-nav .item a:hover {
  border-bottom-color: transparent
}

@media screen and (max-width:768px) {
  #header .sp-nav {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px
  }
  #header .sp-nav a {
    display: inline-block;
    text-indent: 200%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: left;
    background: url(../img/common/nav_menu_blk.png) left top no-repeat;
    background-size: 33px auto;
    width: 33px;
    height: 33px;
    vertical-align: top
  }
}

#sp-nav-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 310;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  overflow-y: scroll
}

.page-en #sp-nav-container {
  font-family: 'Noto Serif', serif
}

.page-cn #sp-nav-container,
.page-tw #sp-nav-container {
  font-family: serif
}

#sp-nav-container .close-nav {
  position: absolute;
  right: 17px;
  top: 17px
}

#sp-nav-container .close-nav a {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: left;
  background: url(../img/common/nav_close.png) left top no-repeat;
  background-size: 27px auto;
  width: 27px;
  height: 27px;
  vertical-align: top
}

#sp-nav-container .global-nav {
  margin: 0;
  list-style: none;
  padding: 30px 0;
  background: #fff
}

#sp-nav-container .global-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

#sp-nav-container .global-nav .item {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 10px 0
}

#sp-nav-container .footer-nav li,
#sp-nav-container .lang-nav li {
  margin-left: 0;
  list-style-image: none;
  list-style-type: none;
  white-space: nowrap
}

#sp-nav-container .footer-nav {
  margin: 0;
  list-style: none;
  font-size: 0;
  padding: 30px;
  background: #888;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  text-align: center
}

#sp-nav-container .footer-nav li {
  display: inline-block;
  font-size: 16px;
  margin-right: 40px
}

#sp-nav-container .footer-nav li:last-child {
  margin-right: 0
}

.page-en #sp-nav-container .footer-nav {
  font-family: 'Noto Serif', serif
}

.page-cn #sp-nav-container .footer-nav,
.page-tw #sp-nav-container .footer-nav {
  font-family: serif
}

#sp-nav-container .footer-nav .item {
  font-size: 1.125rem;
  line-height: 1
}

#sp-nav-container .footer-nav a,
#sp-nav-container .footer-nav a:active,
#sp-nav-container .footer-nav a:focus,
#sp-nav-container .footer-nav a:hover,
#sp-nav-container .footer-nav a:link,
#sp-nav-container .footer-nav a:visited {
  color: #fff
}

.no-touch #sp-nav-container .footer-nav a {
  transition: color .5s ease
}

.no-touch #sp-nav-container .footer-nav a:hover {
  color: #000;
  opacity: 1
}

@media screen and (max-width:768px) {
  #sp-nav-container .footer-nav {
    padding: 0
  }
  #sp-nav-container .footer-nav:after {
    content: "";
    display: table;
    clear: both
  }
  #sp-nav-container .footer-nav .item {
    float: left;
    width: 50%;
    margin-right: 0;
    font-size: .875rem
  }
  #sp-nav-container .footer-nav .item:nth-child(10),
  #sp-nav-container .footer-nav .item:nth-child(2),
  #sp-nav-container .footer-nav .item:nth-child(3),
  #sp-nav-container .footer-nav .item:nth-child(6),
  #sp-nav-container .footer-nav .item:nth-child(7) {
    background: #7a7a7a
  }
  #sp-nav-container .footer-nav .item--online-store {
    display: block
  }
  #sp-nav-container .footer-nav a {
    display: block;
    padding: 15px 5px
  }
}

#sp-nav-container .lang-nav {
  margin: 0;
  list-style: none;
  font-size: 0;
  padding: 18px 0;
  color: #999
}

#sp-nav-container .lang-nav li {
  display: inline-block;
  font-size: 16px
}

#sp-nav-container .lang-nav .item {
  font-size: .8125rem
}

#sp-nav-container .lang-nav .item:before {
  content: '/';
  margin: 0 .5em
}

#sp-nav-container .lang-nav .item:first-child:before {
  display: none
}

#sp-nav-container .lang-nav .item.is-current a {
  color: #fff
}

#subpage-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 110px
}

#subpage-header:after {
  content: "";
  display: table;
  clear: both
}

#subpage-header .img-column,
#subpage-header .text-column {
  float: left;
  width: 50%
}

@media screen and (max-width:768px) {
  #subpage-header {
    margin-bottom: 20px
  }
  #subpage-header .img-column,
  #subpage-header .text-column {
    float: none;
    width: auto
  }
}

#subpage-header .img-column img {
  width: 100%;
  height: auto
}

#subpage-header .text-column {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  height: 340px
}

.page-en #subpage-header .text-column {
  writing-mode: inherit;
  -moz-writing-mode: inherit;
  -o-writing-mode: inherit;
  -webkit-writing-mode: inherit;
  vertical-align: middle
}

.page-en #subpage-header .text-column:after,
.page-en #subpage-header .text-column>.inner {
  display: inline-block;
  vertical-align: middle
}

.page-en #subpage-header .text-column .inner {
  width: 99%
}

.page-en #subpage-header .text-column:after {
  content: '';
  width: 0;
  height: 100%;
  background: #000
}

#subpage-header .inner {
  padding: 55px 0
}

.page-en #subpage-header .inner {
  padding: 0 50px!important
}

#subpage-header .page-lead,
#subpage-header .page-title {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.page-en #subpage-header .page-lead,
.page-en #subpage-header .page-title {
  font-family: 'Noto Serif', serif
}

.page-cn #subpage-header .page-lead,
.page-cn #subpage-header .page-title,
.page-tw #subpage-header .page-lead,
.page-tw #subpage-header .page-title {
  font-family: serif
}

#subpage-header .page-title {
  margin: 0;
  font-size: 1.875rem
}

.page-en #subpage-header .page-title {
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: 1.4
}

@media screen and (max-width:768px) {
  #subpage-header .text-column {
    writing-mode: inherit;
    -moz-writing-mode: inherit;
    -o-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    height: auto!important
  }
  #subpage-header .inner,
  .page-en #subpage-header .inner {
    padding: 25px 20px 40px!important
  }
  #subpage-header .page-title {
    font-size: 1.375rem;
    text-align: center
  }
  .page-en #subpage-header .page-title {
    margin-bottom: 0;
    font-size: 1.375rem
  }
}

#subpage-header .page-lead {
  margin: 0 55px 0 0;
  font-size: 1.25rem
}

.page-en #subpage-header .page-lead {
  margin-bottom: 20px;
  font-size: 1.125rem
}

@media screen and (max-width:768px) {
  #subpage-header .page-lead,
  .page-en #subpage-header .page-lead {
    margin: 10px 0;
    font-size: 1rem
  }
}

#subpage-header .page-desc {
  margin: 0 30px 10px 0;
  font-size: .9375rem;
  font-family: YakuTateJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif
}

.about-history .m-section-title,
.about-philosophy .m-section-title {
  margin-bottom: 0
}

.page-en #subpage-header .page-desc {
  font-family: 'Noto Sans', sans-serif
}

.page-cn #subpage-header .page-desc {
  font-family: YakuTateJP, 'Noto Sans SC', sans-serif
}

.page-tw #subpage-header .page-desc {
  font-family: YakuTateJP, 'Noto Sans TC', sans-serif
}

#subpage-plain-header {
  padding: 30px 0 60px;
  text-align: center
}

@media screen and (max-width:768px) {
  #subpage-header .page-desc {
    margin: 0;
    font-size: .75rem;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif
  }
  #subpage-plain-header {
    padding: 30px 20px
  }
}

#subpage-plain-header .page-title {
  margin: 0;
  font-size: 2.25rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.page-en #subpage-plain-header .page-title {
  font-family: 'Noto Serif', serif
}

.page-cn #subpage-plain-header .page-title,
.page-tw #subpage-plain-header .page-title {
  font-family: serif
}

@media screen and (max-width:768px) {
  #subpage-plain-header .page-title {
    font-size: 1.375rem
  }
}

#subpage-plain-header .page-desc {
  margin: 0;
  font-size: .875rem;
  color: #666
}

.page-about #subpage-header {
  background: #ece5e7
}

.philosophy-list {
  border-bottom: solid 1px #ededed
}

.philosophy-list .item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.philosophy-list .item .img-column,
.philosophy-list .item .text-column {
  width: 50%;
  text-align: left
}

@media screen and (max-width:768px) {
  #subpage-plain-header .page-desc {
    font-size: .75rem
  }
  .philosophy-list .item {
    display: block
  }
  .philosophy-list .item .img-column,
  .philosophy-list .item .text-column {
    width: auto
  }
}

.philosophy-list .item .img-column img {
  width: 100%;
  height: auto
}

.philosophy-list .item:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.philosophy-list .item:nth-child(even) {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.philosophy-list .item .text-column {
  padding: 20px 9%
}

.about-history {
  margin-top: 120px
}

.history-carousel .carousel-nav {
  display: table;
  width: 100%
}

.history-carousel .adjacent-nav,
.history-carousel .year-list {
  display: table-cell;
  vertical-align: middle
}

.history-carousel .adjacent-nav a {
  text-indent: 200%;
  overflow: hidden;
  font-size: 0;
  vertical-align: top;
  display: inline-block!important;
  width: 88px;
  height: 72px;
  line-height: 72px;
  background: center center no-repeat #eee;
  background-size: 16px auto;
  text-align: center
}

.history-carousel .adjacent-nav a.slick-disabled {
  opacity: 0;
  cursor: default
}

.history-carousel .adjacent-nav--prev {
  text-align: left
}

.history-carousel .adjacent-nav--prev a {
  background-image: url(../img/dummy/history_arrow_l.png)
}

.history-carousel .adjacent-nav--next {
  text-align: right
}

.history-carousel .adjacent-nav--next a {
  background-image: url(../img/dummy/history_arrow_r.png)
}

@media screen and (max-width:768px) {
  .philosophy-list .item .text-column {
    padding: 40px 20px 20px
  }
  .about-history {
    margin-top: 60px
  }
  .history-carousel {
    position: relative
  }
  .history-carousel .adjacent-nav {
    position: absolute;
    top: 0;
    z-index: 120
  }
  .history-carousel .adjacent-nav a {
    position: absolute;
    bottom: -18px;
    width: 36px;
    height: 36px;
    background-size: 8px auto
  }
  .history-carousel .adjacent-nav--prev,
  .history-carousel .adjacent-nav--prev a {
    left: 0
  }
  .history-carousel .adjacent-nav--next,
  .history-carousel .adjacent-nav--next a {
    right: 0
  }
}

.history-carousel .year-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center
}

.history-carousel .year-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap
}

@media screen and (max-width:768px) {
  .history-carousel .year-list {
    display: none
  }
}

.history-carousel .year-list .item {
  padding: 0 30px;
  border-right: solid 1px #c1c1c1;
  font-size: 1.125rem;
  line-height: 1.4
}

.history-carousel .year-list .item:first-child {
  border-left: solid 1px #c1c1c1
}

.history-carousel .year-list .item a {
  outline: 0
}

.history-carousel .year-list .item a.is-current {
  border-bottom: solid 1px #000
}

.history-carousel .carousel-items .item {
  background: #333;
  color: #fff;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.history-carousel .carousel-items .item .img-column,
.history-carousel .carousel-items .item .text-column {
  width: 50%;
  text-align: left
}

@media screen and (max-width:768px) {
  .history-carousel .carousel-items .item {
    display: block
  }
  .history-carousel .carousel-items .item .img-column,
  .history-carousel .carousel-items .item .text-column {
    width: auto
  }
}

.history-carousel .carousel-items .item .img-column img {
  width: 100%;
  height: auto
}

.history-carousel .carousel-items .item:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.history-carousel .carousel-items .item:nth-child(even) {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.history-carousel .carousel-items .item .text-column {
  padding: 20px 9%
}

.history-carousel .carousel-items .item .year {
  display: none
}

.history-carousel .carousel-items .item .title {
  margin: 0 0 1em;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-size: 1.25rem
}

.page-en .history-carousel .carousel-items .item .title {
  font-family: 'Noto Serif', serif
}

.page-cn .history-carousel .carousel-items .item .title,
.page-tw .history-carousel .carousel-items .item .title {
  font-family: serif
}

@media screen and (max-width:768px) {
  .history-carousel .carousel-items .item .text-column {
    padding: 30px 20px 40px
  }
  .history-carousel .carousel-items .item .year {
    display: block
  }
  .history-carousel .carousel-items .item .title {
    font-size: 1rem
  }
}

.history-carousel .carousel-items .item p {
  font-size: .9375rem
}

.about-export {
  margin-top: 120px
}

@media screen and (max-width:768px) {
  .history-carousel .carousel-items .item p {
    font-size: .8125rem
  }
  .about-export {
    margin-top: 60px
  }
}

.about-export .export-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center
}

.about-export .export-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap
}

.about-export .export-list .item {
  display: inline-block
}

.about-export .export-list .item+.item:before {
  margin: 0 10px;
  content: '/'
}

.access-info .data-columns:after,
.access-info .visual-columns:after,
.contact-tel:after {
  content: "";
  clear: both;
  display: table
}

.access-info {
  margin-top: 115px
}

@media screen and (max-width:768px) {
  .about-export .export-list .item {
    font-size: .875rem
  }
  .access-info {
    margin-top: 40px
  }
}

.access-info.access-sakagura {
  padding-top: 60px;
  margin-top: 0;
  border-top: solid 1px #ededed
}

.access-info .m-section-head {
  border-bottom: none
}

.access-info .m-section-head .title {
  margin-bottom: 20px;
  font-size: 1.5rem
}

.access-info .visual-columns .img,
.access-info .visual-columns .m-map-info {
  float: left;
  width: 50%
}

@media screen and (max-width:768px) {
  .access-info.access-sakagura {
    padding-top: 30px
  }
  .access-info .m-section-head {
    padding-bottom: 0
  }
  .access-info .m-section-head .title {
    font-size: 1.125rem
  }
  .access-info .visual-columns .img,
  .access-info .visual-columns .m-map-info {
    float: none;
    width: auto;
    margin-top: 20px
  }
  .access-info .visual-columns .img img,
  .access-info .visual-columns .m-map-info img {
    width: 100%;
    height: auto
  }
}

.access-info .data-columns {
  margin-top: 40px
}

@media screen and (max-width:768px) {
  .access-info .data-columns {
    margin-top: 30px
  }
}

.access-info .data-columns .m-access-info,
.access-info .data-columns .m-address-info {
  float: left;
  width: 50%;
  margin-top: 0
}

.page-company #subpage-header {
  background: #1d1234;
  color: #fff
}

.company-message .m-section-title {
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .access-info .data-columns .m-access-info,
  .access-info .data-columns .m-address-info {
    float: none;
    width: auto;
    margin-top: 30px
  }
  .company-message .m-section-title {
    margin-bottom: 30px
  }
}

.brewery-message {
  font-size: 1.125rem
}

.brewery-message p {
  margin-bottom: 1.75em
}

.brewery-message p:last-child {
  margin-bottom: 0
}

.brewery-profile {
  margin-top: 60px;
  text-align: center
}

@media screen and (max-width:768px) {
  .brewery-message {
    font-size: .875rem
  }
  .brewery-profile {
    margin-top: 30px
  }
  .brewery-profile img {
    width: 240px
  }
}

.brewery-profile .caption {
  width: 320px;
  margin: 25px auto 0;
  font-size: .9375rem;
  line-height: 2
}

@media screen and (max-width:768px) {
  .brewery-profile .caption {
    width: 240px;
    margin-top: 20px;
    font-size: .8125rem
  }
}

.company-outline {
  margin-top: 120px
}

.company-outline .m-section-title {
  margin-bottom: 40px
}

@media screen and (max-width:768px) {
  .company-outline {
    margin-top: 60px
  }
  .company-outline .m-section-title {
    margin-bottom: 25px
  }
}

.company-outline .sakagura {
  margin-top: 35px;
  padding-top: 35px;
  border-top: solid 1px #ededed
}

@media screen and (max-width:768px) {
  .company-outline .sakagura {
    margin-top: 25px;
    padding-top: 25px
  }
}

.contact-tel .item {
  float: left;
  width: calc(50% - 54px);
  margin: 0 27px;
  padding: 25px;
  background: #f1f2f4;
  border-radius: 8px;
  text-align: center;
  color: #333
}

.contact-tel .desc {
  font-size: .875rem
}

@media screen and (max-width:768px) {
  .contact-tel .item {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 20px 15px 15px
  }
  .contact-tel .desc {
    font-size: .75rem
  }
}

.contact-tel .name {
  margin: 0 0 5px;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-size: 1.25rem;
  line-height: 1.4
}

.page-en .contact-tel .name {
  font-family: 'Noto Serif', serif
}

.page-cn .contact-tel .name,
.page-tw .contact-tel .name {
  font-family: serif
}

@media screen and (max-width:768px) {
  .contact-tel .name {
    font-size: 1.125rem
  }
}

.contact-tel .hour {
  font-size: 1rem
}

@media screen and (max-width:768px) {
  .contact-tel .hour {
    font-size: .875rem
  }
}

.contact-tel .number {
  display: table;
  width: 100%;
  font-size: 1.5rem;
  background: #fff;
  line-height: 1.4
}

@media screen and (max-width:768px) {
  .contact-tel .number {
    font-size: 1.375rem
  }
}

.contact-tel .number:before {
  display: inline-block
}

.contact-tel .number p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 30px
}

.contact-tel .number .free {
  background: url(../img/common/ico_freedial.png) left center no-repeat;
  background-size: 24px auto
}

.retina .contact-tel .number .free {
  background-image: url(../img/common/ico_freedial@2x.png)
}

.contact-tel .number .normal .label {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 1
}

.contact-tel .number-inner {
  display: table-cell;
  height: 100px;
  vertical-align: middle
}

.contact-form {
  margin-top: 70px
}

@media screen and (max-width:768px) {
  .contact-tel .number-inner {
    height: 80px
  }
  .contact-form {
    margin-top: 40px
  }
}

.contact-form .table-note {
  margin: -15px 0 15px;
  color: #333;
  font-size: .75rem;
  text-align: right
}

.contact-form .message {
  margin: 150px 0;
  text-align: center
}

.form-table {
  width: 100%
}

.form-table td,
.form-table th {
  padding: 0 0 20px;
  color: #555;
  vertical-align: top
}

.form-table th {
  width: 178px;
  padding: 15px 20px 15px 0;
  text-align: right;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .contact-form .message {
    margin: 70px 0
  }
  .form-table th {
    padding: 0 0 10px;
    text-align: left
  }
  .form-table,
  .form-table tbody,
  .form-table td,
  .form-table th,
  .form-table tr {
    display: block;
    width: auto
  }
}

.mw_wp_form_confirm .form-table td {
  padding-top: 15px;
  padding-bottom: 15px
}

.form-table .form-text,
.form-table .form-textarea {
  width: 100%;
  padding: 15px;
  background: #f1f2f4;
  border: 1px solid #bcc5ce
}

.form-table .form-text.is-w-c5,
.form-table .form-textarea.is-w-c5 {
  width: 5em
}

.form-table .form-textarea {
  height: 15em
}

.form-table .cell-note {
  font-size: .8125rem
}

@media screen and (max-width:768px) {
  .form-table .form-textarea {
    height: 12em
  }
  .form-table .cell-note {
    margin-top: -15px;
    padding-bottom: 0;
    font-size: .75rem
  }
}

.form-table .error {
  margin-top: 5px;
  display: block;
  color: red;
  font-size: .875rem
}

.form-action {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #ededed;
  text-align: center
}

.form-action .button {
  position: relative;
  outline: 0;
  display: inline-block;
  width: 160px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  text-align: center;
  line-height: 1.4;
  background: #7282a2;
  color: #fff;
  font-size: 1.125rem
}

.form-action .button:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle
}

.form-action .button .button-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: 0 0;
  color: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 2px;
  vertical-align: middle;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.page-en .form-action .button .button-label {
  font-family: 'Noto Serif', serif
}

.page-cn .form-action .button .button-label,
.page-tw .form-action .button .button-label {
  font-family: serif
}

.misc-section {
  margin-bottom: 55px
}

@media screen and (max-width:768px) {
  .form-action {
    margin-top: 25px;
    padding-top: 25px
  }
  .form-action .button {
    width: 100%
  }
  .misc-section {
    margin-bottom: 40px
  }
}

.misc-section .body {
  margin: 0 40px;
  color: #333;
  font-size: .9375rem
}

.misc-section .body p {
  margin-bottom: 1.75em
}

.misc-section .body p:last-child {
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .misc-section .body {
    margin: 0;
    font-size: .875rem
  }
}

.misc-section .body p+.m-disc-list {
  margin-top: -1em
}

.sitemap-inner .column,
.sitemap-outer .column {
  margin: 0;
  list-style: none;
  width: 206px;
  padding: 35px 10px 0;
  line-height: 1.4
}

.sitemap-inner .column li,
.sitemap-outer .column li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

@media screen and (max-width:768px) {
  .sitemap-inner .column,
  .sitemap-outer .column {
    width: auto;
    padding: 20px 0 0
  }
}

.sitemap-inner .column--01,
.sitemap-outer .column--01 {
  width: 140px
}

.sitemap-inner .column .item,
.sitemap-outer .column .item {
  margin-bottom: 18px
}

@media screen and (max-width:768px) {
  .sitemap-inner .column--01,
  .sitemap-outer .column--01 {
    width: auto
  }
  .sitemap-inner .column .item,
  .sitemap-outer .column .item {
    margin-bottom: 15px
  }
}

.sitemap-inner .column a,
.sitemap-outer .column a {
  display: block;
  padding: 2px 7px;
  transition: background-color .4s ease
}

.sitemap-inner .column a,
.sitemap-inner .column a:active,
.sitemap-inner .column a:focus,
.sitemap-inner .column a:hover,
.sitemap-inner .column a:link,
.sitemap-inner .column a:visited,
.sitemap-outer .column a,
.sitemap-outer .column a:active,
.sitemap-outer .column a:focus,
.sitemap-outer .column a:hover,
.sitemap-outer .column a:link,
.sitemap-outer .column a:visited {
  color: #555
}

.sitemap-inner .column a:hover,
.sitemap-outer .column a:hover {
  background: #e2e2e2;
  color: #000;
  opacity: 1
}

.sitemap-inner .column a:before,
.sitemap-outer .column a:before {
  content: '- '
}

.sitemap-inner {
  border-top: solid 1px #ededed;
  display: table;
  width: 100%
}

@media screen and (max-width:768px) {
  .sitemap-inner {
    display: block;
    width: auto
  }
}

.sitemap-inner .column {
  display: table-cell;
  vertical-align: top;
  text-align: left
}

.sitemap-outer .column {
  margin-left: 140px;
  width: calc((100% - 140px)/ 3 + 20px)
}

@media screen and (max-width:768px) {
  .sitemap-inner .column {
    display: block
  }
  .sitemap-outer .column {
    margin-left: 0;
    width: auto
  }
}

.sitemap-outer .column a,
.sitemap-outer .column a:active,
.sitemap-outer .column a:focus,
.sitemap-outer .column a:hover,
.sitemap-outer .column a:link,
.sitemap-outer .column a:visited {
  color: #7282a2
}

.page-news .l-column-main {
  width: 680px
}

@media screen and (max-width:768px) {
  .page-news .l-column-main {
    width: auto
  }
}

.page-news .l-column-sub {
  width: 248px
}

.news-articles {
  padding-top: 60px;
  border-top: solid 1px #ededed
}

@media screen and (max-width:768px) {
  .page-news .l-column-sub {
    width: auto;
    margin-top: 30px
  }
  .news-articles {
    padding-top: 30px
  }
}

.news-articles .empty {
  margin: 150px 0;
  text-align: center
}

.news-article {
  padding: 70px 0;
  border-bottom: solid 1px #ededed
}

@media screen and (max-width:768px) {
  .news-article {
    padding: 35px 0
  }
}

.news-article:first-child {
  padding-top: 0
}

.news-article .title {
  margin: 0;
  font-size: 1.5rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  line-height: 1.4
}

.page-en .news-article .title {
  font-family: 'Noto Serif', serif
}

.page-cn .news-article .title,
.page-tw .news-article .title {
  font-family: serif
}

@media screen and (max-width:768px) {
  .news-article .title {
    font-size: 1.125rem
  }
}

.news-article .data {
  margin-top: 10px;
  color: #666;
  font-size: .875rem
}

.news-article .category:before {
  content: '｜'
}

.adjacent-nav:after,
.product-list:after {
  content: "";
  clear: both
}

.news-article .body {
  margin-top: 30px
}

.news-article .body p {
  margin-bottom: 1.75em
}

.news-article .body p:last-child {
  margin-bottom: 0
}

.news-article .body img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: auto!important;
  height: auto!important
}

.news-article .body a,
.news-article .body a:active,
.news-article .body a:link,
.news-article .body a:visited {
  text-decoration: underline
}

.news-article .body a:focus,
.news-article .body a:hover {
  text-decoration: none
}

.news-article .body a,
.news-article .body a:active,
.news-article .body a:focus,
.news-article .body a:hover,
.news-article .body a:link,
.news-article .body a:visited {
  color: #555
}

.news-article .m-social-buttons {
  margin-top: 30px
}

.sub-category.is-fixed {
  position: fixed;
  width: 248px;
  top: 60px
}

.category-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.category-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 15px
}

.category-list a {
  display: block;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid #888
}

.no-touch .category-list a {
  transition: all .4s ease
}

.no-touch .category-list a:hover {
  background: #e2e2e2;
  border-color: #e2e2e2;
  opacity: 1
}

.adjacent-nav {
  margin-top: 40px
}

.adjacent-nav:after {
  display: table
}

.adjacent-nav .nav.is-prev {
  float: left
}

.adjacent-nav .nav.is-next {
  float: right
}

.adjacent-nav a,
.adjacent-nav a:active,
.adjacent-nav a:link,
.adjacent-nav a:visited {
  text-decoration: underline
}

.adjacent-nav a:focus,
.adjacent-nav a:hover {
  text-decoration: none
}

.page-product #subpage-header {
  background: #e4e4e4
}

.product-category {
  margin-bottom: 90px
}

@media screen and (max-width:768px) {
  .news-article .data {
    font-size: .75rem
  }
  .adjacent-nav {
    margin-top: 20px
  }
  .product-category {
    margin-bottom: 40px
  }
}

.product-category:last-child {
  margin-bottom: 0
}

.product-category .m-section-head {
  margin-bottom: 40px
}

.product-category .l-column-container {
  position: relative
}

.product-category .l-column-sub {
  position: relative;
  margin-right: -88px
}

@media screen and (max-width:768px) {
  .product-category .m-section-head {
    margin-bottom: 15px
  }
  .product-category .l-column-sub {
    display: none
  }
}

.product-list {
  padding: 0;
  list-style: none;
  margin: 0 -24px 0 0
}

.product-list:after {
  display: table
}

.product-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

@media screen and (max-width:768px) {
  .product-list {
    margin: 0 -10px
  }
}

.product-list .item {
  float: left;
  width: 184px;
  margin: 0 26px 40px 0;
  text-align: center
}

@media screen and (max-width:768px) {
  .product-list .item {
    width: 50%;
    margin: 0 0 15px
  }
}

.product-list .link {
  display: block
}

.product-list .img img {
  width: 100%;
  height: auto
}

.product-list .name {
  margin-top: 10px;
  color: #666;
  font-size: .875rem
}

.product-list-nav {
  margin: 0;
  list-style: none;
  padding: 20px;
  z-index: 200
}

.product-list-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

.page-en .product-list-nav {
  padding: 20px 0
}

.product-list-nav.is-fixed {
  position: fixed;
  top: 176px
}

@media screen and (max-width:768px) {
  .product-list-nav {
    margin-bottom: 50px;
    padding: 0 20px
  }
  .page-en .product-list-nav {
    padding: 0 20px
  }
  .product-list-nav.is-fixed {
    position: relative;
    top: auto
  }
}

.product-list-nav .item {
  margin-bottom: 5px;
  font-size: 1rem
}

.product-list-nav .item:last-child {
  margin-bottom: 0
}

.product-list-nav a {
  position: relative;
  display: inline-block
}

.product-list-nav a:before {
  content: '- '
}

@media screen and (max-width:768px) {
  .product-list-nav .item {
    margin-bottom: 0;
    border-bottom: solid 1px #ededed;
    font-size: 1rem
  }
  .product-list-nav a {
    display: block;
    padding: 10px 0
  }
  .product-list-nav a,
  .product-list-nav a:active,
  .product-list-nav a:focus,
  .product-list-nav a:hover,
  .product-list-nav a:link,
  .product-list-nav a:visited {
    color: #555
  }
  .product-list-nav a:before {
    content: '▼ '
  }
}

.page-en .product-list-nav .ex {
  display: block;
  font-size: .75rem;
  margin: -3px 0 0 9px
}

@media screen and (max-width:768px) {
  .page-en .product-list-nav .ex {
    display: inline;
    margin: 0
  }
}

.product-detail-head {
  margin-bottom: 95px;
  padding-top: 30px;
  border-top: solid 1px #ededed;
  text-align: right
}

@media screen and (max-width:768px) {
  .product-detail-head {
    margin-bottom: 35px;
    padding-top: 15px
  }
}

.product-detail-head .back-nav {
  margin-bottom: 10px;
  font-size: .875rem
}

.product-detail-head .back-nav a,
.product-detail-head .back-nav a:active,
.product-detail-head .back-nav a:focus,
.product-detail-head .back-nav a:hover,
.product-detail-head .back-nav a:link,
.product-detail-head .back-nav a:visited {
  color: #333
}

.product-detail-head .category-nav {
  opacity: 0;
  min-height: 50px
}

.product-info {
  margin-bottom: 85px
}

@media screen and (max-width:768px) {
  .product-info {
    margin-bottom: 40px
  }
}

.product-info:last-child {
  margin-bottom: 0
}

.product-info .m-section-head {
  padding-top: 40px;
  margin-top: -40px;
  margin-bottom: 45px
}

.product-info>.l-outer {
  display: table
}

@media screen and (max-width:768px) {
  .product-info .m-section-head {
    margin-bottom: 10px
  }
  .product-info>.l-outer {
    display: block
  }
}

.product-info .data-column,
.product-info .img-column,
.product-info .text-column {
  display: table-cell;
  vertical-align: top
}

.product-info .img-column {
  width: 256px
}

.product-info .text-column {
  padding: 20px 50px 0
}

@media screen and (max-width:768px) {
  .product-info .data-column,
  .product-info .img-column,
  .product-info .text-column {
    display: block
  }
  .product-info .img-column {
    width: auto
  }
  .product-info .text-column {
    padding: 0
  }
}

.product-info .data-column {
  width: 300px;
  padding: 20px 0 0
}

@media screen and (max-width:768px) {
  .product-info .data-column {
    width: auto
  }
}

.product-info .visual {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 256px
}

.product-info .visual li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

@media screen and (max-width:768px) {
  .product-info .visual {
    width: auto
  }
  .product-info .visual .item {
    text-align: center
  }
}

.product-info .visual .slick-dots {
  margin-top: 20px
}

.product-info .visual img {
  width: 100%;
  height: auto
}

@media screen and (max-width:768px) {
  .product-info .visual img {
    margin: 0 auto;
    max-width: 256px
  }
}

.product-info .catch {
  margin: 0 0 25px;
  font-size: 1.25rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.page-en .product-info .catch {
  font-family: 'Noto Serif', serif
}

.page-cn .product-info .catch,
.page-tw .product-info .catch {
  font-family: serif
}

@media screen and (max-width:768px) {
  .product-info .catch {
    margin: 30px 0 15px;
    font-size: 1rem
  }
}

.product-info .desc {
  color: #666;
  font-size: .9375rem
}

.product-info .desc p {
  margin-bottom: 1.75em
}

.product-info .desc p:last-child {
  margin-bottom: 0
}

.product-info .desc .award {
  color: #f1435c
}

.product-info .button {
  margin-top: 30px
}

.product-info .button a {
  position: relative;
  outline: 0;
  display: inline-block;
  width: 160px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background: #7282a2;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.product-info .button a,
.product-info .button a:active,
.product-info .button a:focus,
.product-info .button a:hover,
.product-info .button a:link,
.product-info .button a:visited {
  color: #fff
}

.product-info .button a:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle
}

.product-info .button a .button-label {
  display: inline-block;
  vertical-align: middle
}

.page-en .product-info .button a {
  font-family: 'Noto Serif', serif
}

.page-cn .product-info .button a,
.page-tw .product-info .button a {
  font-family: serif
}

@media screen and (max-width:768px) {
  .product-info .button a .button-label,
  .product-info .button a:after {
    display: inline-block;
    vertical-align: middle
  }
  .product-info .button a {
    position: relative;
    outline: 0;
    display: inline-block;
    width: 100%;
    height: 56px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.125rem
  }
  .product-info .button a:after {
    content: '';
    width: 0;
    height: 100%
  }
}

.product-info .data-list {
  margin: 0 0 25px;
  padding: 0 0 0 19px;
  overflow: hidden;
  border-left: solid 1px #ededed;
  font-size: .875rem
}

@media screen and (max-width:768px) {
  .product-info .data-list {
    margin-bottom: 25px;
    padding: 0;
    border-left: none
  }
  .product-info .data-list:first-child {
    padding-top: 25px;
    border-top: solid 1px #ededed
  }
}

.product-info .data-list dt {
  clear: both;
  float: left;
  width: 9em;
  margin: 0 .5em 0 0;
  color: #666
}

.product-info .data-list dd {
  overflow: hidden;
  margin: 0;
  color: #333
}

.product-info .data-list.is-data-none dt {
  width: auto
}

.product-info .note {
  margin: 35px 0 0;
  padding-left: 1px;
  font-size: .75rem;
  color: #666
}

.product-info .note+.note {
  margin-top: 1em
}

.page-recruit #subpage-header {
  background: #34121a;
  color: #fff
}

.recruit-message .m-section-title {
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .recruit-message .m-section-title {
    margin-bottom: 30px
  }
}

.recruit-message .text {
  font-size: 1.125rem
}

.recruit-message .text p {
  margin-bottom: 1.75em
}

.recruit-message .text p:last-child {
  margin-bottom: 0
}

.recruit-message .text .by {
  text-align: right
}

.recruit-message .policy {
  margin: 0 0 1.75em;
  color: #666
}

.price-table th,
.recruit-outline .button a,
.recruit-outline .button a:active,
.recruit-outline .button a:focus,
.recruit-outline .button a:hover,
.recruit-outline .button a:link,
.recruit-outline .button a:visited,
.top-visual a,
.top-visual a:active,
.top-visual a:focus,
.top-visual a:hover,
.top-visual a:link,
.top-visual a:visited {
  color: #fff
}

.recruit-message .policy p {
  padding-left: 1.5em;
  text-indent: -1.5em
}

.recruit-message .img {
  margin-top: 45px
}

@media screen and (max-width:768px) {
  .recruit-message .text {
    font-size: .875rem
  }
  .recruit-message .img {
    margin-top: 30px
  }
  .recruit-message .img img {
    width: 100%;
    height: auto
  }
}

.recruit-outline {
  margin-top: 155px
}

.recruit-outline .m-section-title {
  margin-bottom: 45px
}

.recruit-outline .m-data-table th {
  width: 110px;
  text-align: left
}

@media screen and (max-width:768px) {
  .recruit-outline {
    margin-top: 60px
  }
  .recruit-outline .m-section-title {
    margin-bottom: 25px
  }
  .recruit-outline .m-data-table th {
    width: 5em
  }
}

.recruit-outline .m-data-table td {
  padding-left: 10px
}

.recruit-outline .button {
  margin-top: 50px;
  text-align: center
}

.recruit-outline .button a {
  position: relative;
  outline: 0;
  display: inline-block;
  width: 528px;
  height: 112px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background: #7282a2;
  font-size: 1.5rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.recruit-outline .button a:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle
}

.recruit-outline .button a .button-label {
  display: inline-block;
  vertical-align: middle
}

.page-en .recruit-outline .button a {
  font-family: 'Noto Serif', serif
}

.page-cn .recruit-outline .button a,
.page-tw .recruit-outline .button a {
  font-family: serif
}

.sakagura-header {
  position: relative
}

@media screen and (max-width:768px) {
  .recruit-outline .button {
    margin-top: 25px
  }
  .recruit-outline .button a .button-label,
  .recruit-outline .button a:after {
    display: inline-block;
    vertical-align: middle
  }
  .recruit-outline .button a {
    position: relative;
    outline: 0;
    display: inline-block;
    width: 100%;
    height: 56px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1rem
  }
  .recruit-outline .button a:after {
    content: '';
    width: 0;
    height: 100%
  }
  .page-en .sakagura-header {
    margin-bottom: 60px
  }
}

.sakagura-header .page-title {
  position: absolute;
  right: 88px;
  top: 76px;
  z-index: 130;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl
}

.page-en .sakagura-header .page-title {
  writing-mode: inherit;
  -moz-writing-mode: inherit;
  -o-writing-mode: inherit;
  -webkit-writing-mode: inherit;
  text-align: right
}

.sakagura-header .page-title .label {
  display: inline-block;
  padding: 15px 5px;
  background: #fff;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  line-height: 1
}

.page-en .sakagura-header .page-title .label {
  font-family: 'Noto Serif', serif;
  padding: 5px
}

.page-cn .sakagura-header .page-title .label,
.page-tw .sakagura-header .page-title .label {
  font-family: serif
}

.sakagura-header .page-title .shoulder {
  font-size: 1.75rem;
  line-height: 1
}

@media screen and (max-width:768px) {
  .sakagura-header .page-title {
    right: 20px;
    top: 20px
  }
  .sakagura-header .page-title .label {
    padding: 10px 5px
  }
  .sakagura-header .page-title .shoulder {
    font-size: .875rem
  }
}

.sakagura-header .page-title .title {
  margin: 40px 0 0;
  font-size: 4.4375rem;
  line-height: 1
}

.page-en .sakagura-header .page-title .title {
  margin-top: 0;
  font-size: 3.375rem
}

@media screen and (max-width:768px) {
  .sakagura-header .page-title .title {
    margin-top: 20px;
    font-size: 1.5625rem
  }
  .page-en .sakagura-header .page-title .title {
    font-size: 1.5625rem
  }
}

.sakagura-header .local-nav {
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  margin: -72px 0 0 40px;
  z-index: 120
}

.sakagura-header .local-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

.page-en .sakagura-header .local-nav {
  top: 70%
}

.sakagura-header .local-nav.is-fixed {
  position: fixed;
  top: 40px;
  margin-top: 0
}

@media screen and (max-width:768px) {
  .sakagura-header .local-nav {
    margin: -50px 0 0 20px
  }
}

.sakagura-header .local-nav .item {
  margin-bottom: 1px;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-size: 1.25rem
}

.page-en .sakagura-header .local-nav .item {
  font-family: 'Noto Serif', serif
}

.page-cn .sakagura-header .local-nav .item,
.page-tw .sakagura-header .local-nav .item {
  font-family: serif
}

.sakagura-header .local-nav .item a {
  position: relative;
  display: inline-block;
  padding: 0 13px;
  background: #555;
  color: #fff
}

.no-touch .sakagura-header .local-nav .item a {
  transition: background .4s ease
}

.no-touch .sakagura-header .local-nav .item a:hover {
  opacity: 1;
  background: #333
}

.sakagura-header .local-nav .item a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #fff transparent transparent;
  vertical-align: middle;
  margin-right: 13px
}

.sakagura-header .visual {
  position: relative;
  z-index: 110
}

.sakagura-header .visual img {
  width: 100%;
  height: auto
}

.sakagura-about {
  margin-top: 110px;
  text-align: center
}

.sakagura-about .m-section-title {
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .sakagura-header .local-nav .item {
    font-size: .875rem
  }
  .sakagura-header .local-nav .item a {
    padding: 0 10px
  }
  .sakagura-header .local-nav .item a:before {
    margin-right: 7px
  }
  .sakagura-about {
    margin-top: 30px
  }
  .sakagura-about .m-section-title {
    margin-bottom: 30px
  }
}

.sakagura-about .lead {
  margin: 0 0 50px;
  font-size: 1.5rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.page-en .sakagura-about .lead {
  font-family: 'Noto Serif', serif
}

.page-cn .sakagura-about .lead,
.page-tw .sakagura-about .lead {
  font-family: serif
}

@media screen and (max-width:768px) {
  .sakagura-about .lead {
    margin-bottom: 25px;
    font-size: .875rem
  }
  .sakagura-about .lead span {
    display: inline-block
  }
}

.sakagura-about .img {
  margin-bottom: 60px;
  text-align: center
}

@media screen and (max-width:768px) {
  .sakagura-about .img {
    margin-bottom: 30px
  }
  .sakagura-about .img img {
    width: 100%;
    height: auto
  }
}

.sakagura-about .text {
  font-size: 1rem
}

.sakagura-about .text p {
  margin-bottom: 1.75em
}

.sakagura-about .text p:last-child {
  margin-bottom: 0
}

.page-en .sakagura-about .text {
  text-align: left
}

.sakagura-tour {
  margin-top: 110px
}

.sakagura-tour .m-section-title {
  margin-bottom: 45px
}

@media screen and (max-width:768px) {
  .sakagura-about .text {
    font-size: .875rem;
    text-align: left
  }
  .sakagura-tour {
    margin-top: 60px
  }
  .sakagura-tour .m-section-title {
    margin-bottom: 25px
  }
}

.sakagura-tour .m-data-table>tbody .sakagura-tour .m-data-table tr>th {
  width: 4em
}

.sakagura-tour .m-data-table>tbody .sakagura-tour .m-data-table tr>td {
  padding-left: 15px
}

.sakagura-tour .price-table {
  margin-bottom: 10px
}

.price-table {
  width: auto
}

.price-table td,
.price-table th {
  text-align: center;
  vertical-align: middle
}

@media screen and (max-width:768px) {
  .price-table {
    width: 100%
  }
  .price-table td,
  .price-table th {
    font-size: .75rem
  }
  .page-en .price-table td,
  .page-en .price-table th {
    font-size: .6875rem
  }
}

.price-table th {
  width: auto;
  font-weight: 400
}

.price-table thead th {
  padding: 5px 1.2em;
  background: #a44
}

.page-en .price-table thead th {
  padding: 10px 15px;
  line-height: 1.4
}

@media screen and (max-width:768px) {
  .page-en .price-table thead th,
  .price-table thead th {
    padding: 5px
  }
}

.price-table tbody th {
  padding: 10px 1.2em
}

.page-en .price-table tbody th {
  padding: 10px
}

.price-table tbody td {
  padding: 10px 2.7em
}

.page-en .price-table tbody td {
  padding: 10px
}

.page-en .price-table tbody th+td {
  width: 22%
}

.price-table tbody .individual th {
  background: #df7575
}

.price-table tbody .individual td {
  background: #fce9e9
}

.price-table tbody .group th {
  background: #d2a92d
}

.price-table tbody .group td {
  background: #fcf3dd
}

.sakagura-access {
  margin-top: 110px
}

@media screen and (max-width:768px) {
  .page-en .price-table tbody td,
  .page-en .price-table tbody th,
  .price-table tbody td,
  .price-table tbody th {
    padding: 8px 5px
  }
  .sakagura-access {
    margin-top: 60px
  }
}

.sakagura-shopping {
  margin-top: 135px;
  text-align: center
}

.sakagura-shopping .m-section-title {
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .sakagura-shopping {
    margin-top: 60px
  }
  .sakagura-shopping .m-section-title {
    margin-bottom: 30px
  }
  .sakagura-shopping .l-outer>.img img {
    width: 100%;
    height: auto
  }
}

.sakagura-shopping .lead {
  margin: 0 0 50px;
  font-size: 1.5rem;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

.page-en .sakagura-shopping .lead {
  font-family: 'Noto Serif', serif
}

.page-cn .sakagura-shopping .lead,
.page-tw .sakagura-shopping .lead {
  font-family: serif
}

.sakagura-shopping .l-outer>.img {
  margin-bottom: 40px;
  text-align: center
}

.sakagura-shopping .l-outer>.text {
  font-size: .9375rem
}

.sakagura-shopping .l-outer>.text p {
  margin-bottom: 1.75em
}

.sakagura-shopping .l-outer>.text p:last-child {
  margin-bottom: 0
}

.sakagura-shopping .l-outer>.text a,
.sakagura-shopping .l-outer>.text a:active,
.sakagura-shopping .l-outer>.text a:link,
.sakagura-shopping .l-outer>.text a:visited {
  text-decoration: underline
}

.sakagura-shopping .l-outer>.text a:focus,
.sakagura-shopping .l-outer>.text a:hover {
  text-decoration: none
}

.sakagura-shopping .button {
  margin: 45px 0 75px
}

@media screen and (max-width:768px) {
  .sakagura-shopping .l-outer>.text {
    font-size: .875rem;
    text-align: left
  }
  .sakagura-shopping .button {
    margin: 30px 0 40px
  }
}

.sakagura-shopping .button a {
  position: relative;
  outline: 0;
  display: inline-block;
  width: 400px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  border: 2px solid #e9e9e9;
  background: #fff;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-size: 1.5rem
}

.sakagura-shopping .button a:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle
}

.sakagura-shopping .button a .button-label {
  display: inline-block;
  vertical-align: middle
}

.page-en .sakagura-shopping .button a {
  font-family: 'Noto Serif', serif
}

.page-cn .sakagura-shopping .button a,
.page-tw .sakagura-shopping .button a {
  font-family: serif
}

.top-news .head .section-title,
.top-visual ul {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif
}

@media screen and (max-width:768px) {
  .sakagura-shopping .button a .button-label,
  .sakagura-shopping .button a:after {
    display: inline-block;
    vertical-align: middle
  }
  .sakagura-shopping .button a {
    position: relative;
    outline: 0;
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.125rem
  }
  .sakagura-shopping .button a:after {
    content: '';
    width: 0;
    height: 100%
  }
  .shop-introduction .visual .item img {
    width: 100%;
    height: auto
  }
}

.sakagura-shopping .shop-banner {
  margin-right: 0;
  margin-left: 0
}

.page-shop #subpage-header {
  background: #f0f0e7
}

.shop-introduction .text {
  margin-top: 40px;
  text-align: center;
  font-size: 1rem
}

.shop-introduction .text p {
  margin-bottom: 1.75em
}

.shop-introduction .text p:last-child {
  margin-bottom: 0
}

.page-en .shop-introduction .text {
  text-align: left
}

.shop-introduction .caution span {
  padding: 3px 3px 3px 6px;
  background: #eee
}

.shop-access {
  margin-top: 110px
}

.page-style #subpage-header {
  margin-bottom: 0;
  background: #e7eef0
}

.style-topic {
  border-top: solid 1px #ededed;
  padding: 130px 0 75px
}

@media screen and (max-width:768px) {
  .shop-introduction .text {
    text-align: left;
    font-size: .875rem
  }
  .shop-access {
    margin-top: 60px
  }
  .style-topic {
    padding: 40px 0
  }
}

.style-topic.is-show .img-title img {
  opacity: 1
}

.style-topic .img-title {
  width: 1200px;
  margin: 0 auto 60px
}

.style-topic .img-title img {
  display: block;
  opacity: 0;
  transition: opacity 1s ease .5s
}

@media screen and (max-width:768px) {
  .style-topic .img-title {
    width: auto;
    margin: 0 0 30px
  }
  .style-topic .img-title img {
    position: relative;
    left: -10px;
    width: calc(100% + 20px)!important
  }
}

.style-topic .text p {
  margin-bottom: 1.75em
}

.style-topic .text p:last-child {
  margin-bottom: 0
}

.style-topic--water {
  border-top: none;
  padding-top: 62px
}

.style-topic--water .img-title {
  background: url(../img/style/water_img.jpg) center center no-repeat;
  background-size: auto auto
}

.retina .style-topic--water .img-title {
  background-image: url(../img/style/water_img@2x.jpg);
  background-size: 100% auto
}

@media screen and (max-width:768px) {
  .style-topic--water {
    padding-top: 31px
  }
  .retina .style-topic--water .img-title,
  .style-topic--water .img-title {
    background-image: url(../img/style/water_img.jpg)!important;
    background-size: calc(100% - 40px) auto
  }
}

.style-topic--rice .img-title {
  background: url(../img/style/rice_img.jpg) center center no-repeat;
  background-size: auto auto;
  margin-bottom: 30px
}

.retina .style-topic--rice .img-title {
  background-image: url(../img/style/rice_img@2x.jpg);
  background-size: 100% auto
}

.style-topic--brewery {
  padding-top: 70px
}

@media screen and (max-width:768px) {
  .retina .style-topic--rice .img-title,
  .style-topic--rice .img-title {
    margin-bottom: 15px;
    background-image: url(../img/style/rice_img.jpg)!important;
    background-size: calc(100% - 40px) auto
  }
  .style-topic--brewery {
    padding-top: 35px
  }
}

.style-topic--brewery .img-title {
  background: url(../img/style/brewery_img.jpg) center center no-repeat;
  background-size: auto auto
}

.retina .style-topic--brewery .img-title {
  background-image: url(../img/style/brewery_img@2x.jpg);
  background-size: 100% auto
}

.style-visual {
  margin-bottom: 40px
}

@media screen and (max-width:768px) {
  .retina .style-topic--brewery .img-title,
  .style-topic--brewery .img-title {
    background-image: url(../img/style/brewery_img.jpg);
    background-size: calc(100% - 40px) auto
  }
  .style-visual {
    margin: 0 -20px 20px
  }
}

.style-visual .item {
  transition: opacity 1s ease;
  opacity: 0
}

.style-visual .item.is-show {
  opacity: 1
}

.style-visual .item--01 {
  margin-bottom: 62px;
  text-align: left
}

.style-visual .item--02 {
  float: right
}

@media screen and (max-width:768px) {
  .style-visual .item--01 {
    margin: 0 0 30px
  }
  .style-visual .item--01 img {
    width: 85%
  }
  .style-visual .item--02 {
    float: none;
    text-align: right;
    margin: 0 0 20px
  }
  .style-visual .item--02 img {
    width: 60%
  }
}

.style-visual .item--03 {
  float: right;
  margin: 254px 43px 72px 0
}

@media screen and (max-width:768px) {
  .style-visual .item--03 {
    float: none;
    text-align: left;
    margin: 0 0 20px
  }
  .style-visual .item--03 img {
    width: 40%;
    margin-left: 10%
  }
}

.style-visual .item--04 {
  clear: both;
  margin: 0 0 72px 210px
}

@media screen and (max-width:768px) {
  .style-visual .item--04 {
    text-align: right;
    margin: 0 0 30px
  }
  .style-visual .item--04 img {
    width: 80%;
    margin-right: 5%
  }
}

.style-visual .item--05 {
  margin-bottom: 90px
}

@media screen and (max-width:768px) {
  .style-visual .item--05 {
    margin: 0 0 30px
  }
  .style-visual .item--05 img {
    width: 60%
  }
}

.style-visual .item--06 {
  margin: 0 0 72px 272px
}

@media screen and (max-width:768px) {
  .style-visual .item--06 {
    margin: 0 0 30px;
    text-align: right
  }
  .style-visual .item--06 img {
    width: 60%;
    margin-right: 15%
  }
}

.style-visual .item--07 {
  float: right;
  margin: 0 155px 0 0
}

@media screen and (max-width:768px) {
  .style-visual .item--07 {
    float: none;
    text-align: right;
    margin: 0 0 20px
  }
  .style-visual .item--07 img {
    width: 40%;
    margin-right: 5%
  }
}

.style-visual .item--08 {
  float: left;
  margin: 120px 0 86px
}

@media screen and (max-width:768px) {
  .style-visual .item--08 {
    float: none;
    margin: 0 0 30px
  }
  .style-visual .item--08 img {
    width: 60%
  }
}

.style-visual .item--09 {
  clear: both;
  margin-left: 96px
}

@media screen and (max-width:768px) {
  .style-visual .item--09 {
    text-align: right;
    margin: 0
  }
  .style-visual .item--09 img {
    width: 85%
  }
}

#top #header {
  display: none
}

.top-visual {
  opacity: 0;
  position: relative;
  transition: opacity 2s ease .2s
}

.is-opening-end .top-visual {
  opacity: 1
}

.is-opening-end .top-visual .logo-opening,
.is-player-ready .top-visual .movie:after {
  opacity: 0
}

.page-en .top-visual ul {
  font-family: 'Noto Serif', serif
}

.page-cn .top-visual ul,
.page-tw .top-visual ul {
  font-family: serif
}

.top-visual .logo-opening {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 120;
  margin: -151px 0 0 -60px;
  transition: opacity 1s ease 3.2s
}

@media screen and (max-width:768px) {
  .top-visual .logo-opening {
    margin: -75px 0 0 -30px
  }
  .top-visual .logo-opening img {
    width: 60px!important
  }
}

.top-visual .global-nav,
.top-visual .lang-nav,
.top-visual .logo-en,
.top-visual .logo-ja,
.top-visual .online-store-nav,
.top-visual .sp-nav {
  opacity: 0;
  position: absolute;
  z-index: 120;
  transition: opacity 1s ease 3.2s
}

.is-opening-end .top-visual .global-nav,
.is-opening-end .top-visual .lang-nav,
.is-opening-end .top-visual .logo-en,
.is-opening-end .top-visual .logo-ja,
.is-opening-end .top-visual .online-store-nav,
.is-opening-end .top-visual .sp-nav {
  opacity: 1
}

.top-visual .lang-nav,
.top-visual .logo-en,
.top-visual .logo-ja {
  margin: 0;
  padding: 0;
  width: 200px;
  left: 76px;
  text-align: center
}

.top-visual .logo-ja {
  top: 58px
}

.top-visual .logo-en {
  bottom: 88px
}

@media screen and (max-width:768px) {
  .top-visual .lang-nav,
  .top-visual .logo-en,
  .top-visual .logo-ja {
    width: auto;
    left: auto
  }
  .top-visual .logo-ja {
    top: 15px;
    left: 20px
  }
  .top-visual .logo-ja img {
    width: 48px!important
  }
  .top-visual .logo-en {
    left: 0;
    bottom: 53px;
    width: 100%
  }
}

.top-visual .lang-nav {
  width: 270px;
  left: 42px;
  bottom: 55px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  color: #888
}

.top-visual .lang-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap
}

.top-visual .lang-nav a {
  display: inline-block
}

.top-visual .global-nav .item.is-home,
.top-visual .lang-nav .item:first-child:before {
  display: none
}

.top-visual .lang-nav a,
.top-visual .lang-nav a:active,
.top-visual .lang-nav a:focus,
.top-visual .lang-nav a:hover,
.top-visual .lang-nav a:link,
.top-visual .lang-nav a:visited {
  color: #888
}

.no-touch .top-visual .lang-nav a {
  transition: color .4s ease, border .4s ease;
  border-bottom: solid 1px transparent
}

.no-touch .top-visual .lang-nav a:hover {
  color: #fff;
  opacity: 1;
  border-bottom-color: #fff
}

.top-visual .lang-nav .item {
  font-size: .8125rem
}

.top-visual .lang-nav .item:before {
  content: '/';
  margin: 0 10px
}

.top-news .more-nav a:after,
.top-visual .global-nav a:before,
.top-visual .movie:after,
.top-visual .online-store-nav a:before {
  content: ''
}

.top-visual .lang-nav .item.is-current a {
  border-bottom-color: transparent!important
}

.top-visual .lang-nav .item.is-current a,
.top-visual .lang-nav .item.is-current a:active,
.top-visual .lang-nav .item.is-current a:focus,
.top-visual .lang-nav .item.is-current a:hover,
.top-visual .lang-nav .item.is-current a:link,
.top-visual .lang-nav .item.is-current a:visited {
  color: #fff
}

.top-visual .global-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  right: 75px;
  top: 57px;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl
}

.top-visual .global-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

.page-en .top-visual .global-nav {
  writing-mode: inherit;
  -moz-writing-mode: inherit;
  -o-writing-mode: inherit;
  -webkit-writing-mode: inherit;
  text-align: right
}

.top-visual .global-nav .item {
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 30px
}

@media screen and (max-width:768px) {
  .top-visual .lang-nav {
    left: 0;
    bottom: 30px;
    width: 100%
  }
  .top-visual .global-nav {
    display: none
  }
  .top-visual .global-nav .item.is-home {
    display: block
  }
}

.page-en .top-visual .global-nav .item {
  margin: 0 0 15px
}

.top-visual .global-nav a {
  display: inline-block;
  position: relative;
  padding: 3px
}

.top-visual .global-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  background: #444;
  transition: height .3s ease
}

.page-en .top-visual .global-nav a:before {
  height: 100%;
  width: 0;
  transition: width .3s ease
}

.no-touch .top-visual .global-nav a:hover {
  opacity: 1
}

.no-touch .top-visual .global-nav a:hover:before {
  height: 100%
}

.no-touch .page-en .top-visual .global-nav a:hover:before {
  width: 100%
}

.top-visual .online-store-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  right: 57px;
  bottom: 55px;
  font-size: 1.5rem;
  line-height: 1;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl
}

.top-visual .online-store-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

.page-cn .top-visual .online-store-nav,
.page-en .top-visual .online-store-nav,
.page-tw .top-visual .online-store-nav {
  display: none
}

@media screen and (max-width:768px) {
  .top-visual .online-store-nav {
    display: none
  }
}

.top-visual .online-store-nav a {
  display: inline-block;
  position: relative;
  padding: 3px 12px;
  transition: color .3s ease
}

.top-visual .online-store-nav a:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  transition: width .3s ease
}

.no-touch .top-visual .online-store-nav a:hover {
  color: #000;
  opacity: 1
}

.no-touch .top-visual .online-store-nav a:hover:before {
  width: 100%
}

.top-visual .sp-nav {
  display: none
}

@media screen and (max-width:768px) {
  .top-visual .sp-nav {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px
  }
  .top-visual .sp-nav a {
    display: inline-block;
    text-indent: 200%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: left;
    background: url(../img/common/nav_menu_wht.png) left top no-repeat;
    background-size: 33px auto;
    width: 33px;
    height: 33px;
    transition: background .5s ease;
    vertical-align: top
  }
  .top-visual .sp-nav.is-black a {
    background-image: url(../img/common/nav_menu_blk.png)
  }
}

.no-touch .top-visual .visual-list,
.touch .top-visual .movie {
  display: none
}

.top-news .more-nav a .button-label,
.top-news .more-nav a:after {
  vertical-align: middle;
  display: inline-block
}

.top-visual .visual-list {
  position: relative;
  z-index: 110
}

.top-visual .visual-list .item {
  height: 800px;
  background: center center no-repeat;
  background-size: cover
}

@media screen and (max-width:768px) {
  .top-visual .visual-list .item {
    height: 500px
  }
}

.top-visual .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.top-visual .movie:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  transition: opacity 1s ease 3.5s;
  background: url(../img/top/opening.jpg) center center no-repeat;
  background-size: cover
}

.top-visual .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%!important;
  height: 100%!important
}

.top-news {
  display: table;
  width: 100%
}

.top-news .more-nav {
  margin-top: 15px;
  text-align: center
}

@media screen and (max-width:768px) {
  .top-news {
    display: block;
    width: auto;
    background: #f3f3f3
  }
  .top-news .section-title {
    line-height: 1
  }
  .top-news .more-nav {
    margin: 0;
    padding: 0 15px 30px
  }
}

.top-news .more-nav a {
  border: 1px solid #ddd;
  position: relative;
  outline: 0;
  display: inline-block;
  width: 160px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  padding-left: 25px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: .8125rem;
  background: url(../img/common/ico_list.png) 22px center no-repeat;
  background-size: 11px auto
}

.top-news .more-nav a:after {
  width: 0;
  height: 100%
}

.top-news .more-nav a,
.top-news .more-nav a:active,
.top-news .more-nav a:focus,
.top-news .more-nav a:hover,
.top-news .more-nav a:link,
.top-news .more-nav a:visited {
  color: #333
}

@media screen and (max-width:768px) {
  .top-news .more-nav a {
    width: 100%;
    padding-left: 0;
    background-color: #fff;
    border: none
  }
}

.retina .top-news .more-nav a {
  background-image: url(../img/common/ico_list@2x.png)
}

.no-touch .top-news .more-nav a {
  transition: background-color .5s ease
}

.no-touch .top-news .more-nav a:hover {
  background-color: #fff;
  opacity: 1
}

.top-news .head,
.top-news .item {
  display: table-cell;
  width: 25%;
  border-right: solid 1px #ddd;
  vertical-align: middle
}

.top-news .head:last-child,
.top-news .item:last-child {
  border-right: none
}

.top-news .head {
  background: #f3f3f3;
  text-align: center
}

@media screen and (max-width:768px) {
  .top-news .head,
  .top-news .item {
    display: block;
    width: auto;
    border-right: none
  }
  .top-news .head {
    padding: 30px 15px;
    background: #fff
  }
}

.top-news .head .section-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400
}

.page-en .top-news .head .section-title {
  font-family: 'Noto Serif', serif
}

.page-cn .top-news .head .section-title,
.page-tw .top-news .head .section-title {
  font-family: serif
}

.top-news .item {
  padding: 40px 60px 70px;
  background-color: #f3f3f3
}

.no-touch .top-news .item {
  transition: background .5s ease
}

.no-touch .top-news .item:hover {
  background-color: #fff;
  opacity: 1
}

@media screen and (max-width:768px) {
  .top-news .item {
    margin: 0 15px;
    padding: 15px 0;
    border-bottom: solid 1px #ddd
  }
  .top-news .item:last-of-type {
    border-bottom: none
  }
}

.main-contents-nav li,
.sub-contents-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0
}

.top-news .item .data {
  margin-bottom: 15px;
  font-size: .875rem
}

.top-news .item .date {
  display: inline-block;
  margin-right: 1em;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  font-weight: 700
}

.page-en .top-news .item .date {
  font-family: 'Noto Serif', serif
}

.page-cn .top-news .item .date,
.page-tw .top-news .item .date {
  font-family: serif
}

.top-news .item .category {
  display: inline-block;
  color: #666
}

.top-news .item .title {
  margin: 0;
  font-size: .875rem;
  font-weight: 400
}

.top-contents {
  background: #888
}

.main-contents-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-contents-nav:after {
  content: "";
  display: table;
  clear: both
}

.main-contents-nav .item {
  position: relative;
  width: 50%;
  float: left
}

.main-contents-nav .link {
  display: block;
  overflow: hidden;
  position: relative
}

.no-touch .main-contents-nav .link:hover,
.no-touch .main-contents-nav .link:hover .text {
  opacity: 1
}

.no-touch .main-contents-nav .link:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.main-contents-nav .title {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 120;
  margin: 0;
  padding: 6px 13px;
  background: #fff;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  line-height: 1
}

.page-en .main-contents-nav .title {
  font-family: 'Noto Serif', serif
}

.page-cn .main-contents-nav .title,
.page-tw .main-contents-nav .title {
  font-family: serif
}

@media screen and (max-width:768px) {
  .top-news .item .data {
    margin-bottom: 0
  }
  .main-contents-nav .item {
    float: none;
    width: auto
  }
  .main-contents-nav .title {
    right: auto;
    top: 0;
    left: 0;
    font-size: 1.375rem;
    padding: 6px 8px
  }
}

.main-contents-nav .text {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  text-align: center
}

.no-touch .main-contents-nav .text {
  transition: opacity .4s ease
}

.no-touch .main-contents-nav .text .desc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem
}

.main-contents-nav .img {
  position: relative;
  z-index: 105
}

.no-touch .main-contents-nav .img {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease
}

.main-contents-nav .img img {
  width: 100%;
  height: auto
}

.sub-contents-nav {
  margin: 0;
  list-style: none;
  font-size: 0;
  padding: 30px;
  background: #888;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', Meiryo, 'MS PMincho', serif;
  text-align: center
}

.sub-contents-nav li {
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  margin-right: 40px
}

.sub-contents-nav li:last-child {
  margin-right: 0
}

.page-en .sub-contents-nav {
  font-family: 'Noto Serif', serif
}

.page-cn .sub-contents-nav,
.page-tw .sub-contents-nav {
  font-family: serif
}

.sub-contents-nav .item {
  font-size: 1.125rem;
  line-height: 1
}

.sub-contents-nav a,
.sub-contents-nav a:active,
.sub-contents-nav a:focus,
.sub-contents-nav a:hover,
.sub-contents-nav a:link,
.sub-contents-nav a:visited {
  color: #fff
}

.no-touch .sub-contents-nav a {
  transition: color .5s ease
}

.no-touch .sub-contents-nav a:hover {
  color: #000;
  opacity: 1
}

@media screen and (max-width:768px) {
  .sub-contents-nav {
    padding: 0
  }
  .sub-contents-nav:after {
    content: "";
    display: table;
    clear: both
  }
  .sub-contents-nav .item {
    float: left;
    width: 50%;
    margin-right: 0;
    font-size: .875rem
  }
  .sub-contents-nav .item:nth-child(2),
  .sub-contents-nav .item:nth-child(3),
  .sub-contents-nav .item:nth-child(6) {
    background: #7a7a7a
  }
  .sub-contents-nav a {
    display: block;
    padding: 15px 5px
  }
}