@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  border-radius: 0;
  background: transparent;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[type=number] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-collapse: collapse;
  border-color: inherit;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* フォント */
.swiper-button-prev,
.swiper-button-next {
  z-index: 9 !important;
}
header {
  z-index: 12;
}
.o-header-wrap {
  position: relative;
  z-index: 12;
}
.modal {
  z-index: 20;
}
.p-nishijin-gallery,
.p-nishijin-about__beer,
.o-modal__title,
.p-nishijin-about__inner,
.a-cloud,
.a-cloud-btm,
.a-cloud--index-btm {
  z-index: 1;
}
.modalClose {
  z-index: 2;
}
:root {
  --white: #fff;
  --black: #333333;
  --yellow-100: #FFFA57;
  --yellow-200: #F7D533;
  --orange-100: #F3CB6B;
  --orange-200: #FF9933;
  --red: #D8695D;
  --lightblue: #79C1E1;
  --blue: #42AFC1;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  font-family: "FP-こぶりなゴシック StdN W6";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#luxy {
  max-width: 500px;
}
.l-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: var(--lightblue);
  background-image: radial-gradient(circle, #42AFC1 1px, transparent 1px), radial-gradient(circle, #42AFC1 1px, transparent 1px);
  background-position: 0 0, 3.5px 7px;
  background-size: 7px 14px;
}
@media (max-width: 768px) {
  .l-content {
    display: block;
  }
}
.l-content__cover {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .l-content__cover {
    display: none;
  }
}
.l-content__map {
  width: calc(90% - 500px);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1080px) {
  .l-content__map {
    display: none;
  }
}
.o-map__wrapper {
  width: calc(90% - 500px);
  position: fixed;
  left: 0;
  right: 0;
}
.sp-content {
  margin-right: 10%;
  width: 50%;
  max-width: 500px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(66, 175, 193, 0.3);
  box-shadow: 0 0 10px rgba(66, 175, 193, 0.3);
  z-index: 1;
}
@media (max-width: 1080px) {
  .sp-content {
    margin: 0 auto;
    width: 100%;
  }
}
img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
section {
  position: relative;
  overflow-x: clip;
}
h1 {
  position: absolute;
  z-index: -999;
}
.a-label {
  color: #D8695D;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border: 2px solid #D8695D;
  border-radius: 9999px;
  padding: 5px 0;
  font-family: "FOT-清御隷書体 Std R";
}
.p-nishijin-index__head .a-label {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: -0.1em;
  position: absolute;
  top: 40px;
  right: 90px;
}
.a-cloud {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 110px;
  width: 100%;
  top: -90px;
}
@media (min-width: 430px) {
  .a-cloud {
    height: 131px;
    width: 114%;
    top: -120px;
  }
}
.a-cloud-btm {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 110px;
  width: 100%;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  bottom: -90px;
}
@media (min-width: 430px) {
  .a-cloud-btm {
    height: 131px;
    width: 114%;
    bottom: -120px;
    left: -63px;
  }
}
.a-cloud--white {
  background: url(../img/cloud-white.svg) no-repeat;
  top: 0;
}
.a-cloud--white-btm {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../img/cloud-white.svg) no-repeat;
  bottom: 0;
}
.a-cloud--index-top {
  background: url(../img/cloud-index.svg) no-repeat;
}
.a-cloud--index-btm {
  background: url(../img/cloud-index.svg) no-repeat;
}
.a-cloud--stamp-top {
  background: url(../img/cloud-yellow.svg) no-repeat;
}
.a-cloud--stamp-btm {
  background: url(../img/cloud-yellow.svg) no-repeat;
}
.a-cloud--tour-top {
  background: url(../img/cloud-pink.svg) no-repeat;
}
.a-cloud--tour-btm {
  background: url(../img/cloud-pink.svg) no-repeat;
}
.a-cloud--college-top {
  background: url(../img/cloud-blue.svg) no-repeat;
}
.a-gra--top,
.a-gra--btm {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
  z-index: 0;
}
.a-gra--top {
  top: 0;
}
.a-gra--btm {
  bottom: 0;
}
.p-nishijin-stamp .a-gra--top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff14f));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff14f);
}
.p-nishijin-stamp .a-gra--btm {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff14f), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, #fff14f, rgba(255, 255, 255, 0));
}
.p-nishijin-tour .a-gra--top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#f1d2dc));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #f1d2dc);
}
.p-nishijin-tour .a-gra--btm {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f1d2dc), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, #f1d2dc, rgba(255, 255, 255, 0));
}
.p-nishijin-college .a-gra--top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#79c1e1));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #79c1e1);
}
.o-mv__cloud {
  z-index: 200;
  height: 30%;
  position: fixed;
  -webkit-transition: translate 4s;
  transition: translate 4s;
  z-index: 31;
}
.o-mv__cloud img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 769px) {
  .o-mv__cloud {
    height: 50%;
  }
}
.cloud__left-1 {
  top: 0;
  left: -203px;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media (min-width: 769px) {
  .cloud__left-1 {
    top: -7%;
    left: -80px;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
.cloud__left-2 {
  top: 50%;
  left: -110px;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
@media (min-width: 769px) {
  .cloud__left-2 {
    top: 39%;
    left: -150px;
  }
}
.cloud__left-1.is-anime,
.cloud__left-2.is-anime {
  translate: -100% 0;
}
.cloud__right-1 {
  top: 30%;
  right: -290px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media (min-width: 769px) {
  .cloud__right-1 {
    top: 11%;
    right: -300px;
  }
}
.cloud__right-2 {
  top: 68%;
  right: -320px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
@media (min-width: 769px) {
  .cloud__right-2 {
    top: 60%;
    right: -20px;
  }
}
.cloud__right-1.is-anime,
.cloud__right-2.is-anime {
  translate: 100% 0;
}
.o-mv__cover {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 13;
}
.o-mv__cover.is-anime {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 30;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
    z-index: 30;
  }
  50% {
    opacity: 0.5;
    z-index: 30;
  }
  99% {
    opacity: 0;
    z-index: 30;
  }
  100% {
    opacity: 0;
    z-index: -1;
    display: none;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    z-index: 30;
  }
  50% {
    opacity: 0.5;
    z-index: 30;
  }
  99% {
    opacity: 0;
    z-index: 30;
  }
  100% {
    opacity: 0;
    z-index: -1;
    display: none;
  }
}
.svg-defs {
  display: none;
}
.svg-view {
  width: 53.34px;
  height: 34.13px;
}
.svg-view .arrow-icon {
  fill: #fff;
}
.svg-view .arrow-bg {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.2px;
}
.a-button--type02 {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 12px;
  color: #000000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0 0;
  font-display: swap;
  font-size: 2.4rem;
  line-height: 1;
}
.arrow-yellow {
  fill: #f7d533;
}
.arrow-red {
  fill: #D8695D;
}
.arrow-blu {
  fill: #42AFC1;
}
.a-illust {
  position: absolute;
}
.p-nishijin-top__illust-01 {
  width: 80px;
  top: 100px;
  left: 30px;
}
.p-nishijin-top__illust-02 {
  width: 200px;
  top: 250px;
  right: -30px;
}
.p-nishijin-about .a-illust-01 {
  left: -30px;
  top: -90px;
}
@media (min-width: 430px) {
  .p-nishijin-about .a-illust-01 {
    top: -120px;
  }
}
.p-nishijin-about .a-illust-02 {
  width: 50%;
  left: 40px;
  bottom: -50px;
}
.p-nishijin-about .a-illust-03 {
  width: 100%;
  bottom: -100px;
  left: -60px;
}
.p-nishijin-about .a-illust-04 {
  width: 60%;
  right: 20px;
  bottom: -32px;
}
.p-nishijin-about .a-illust-05 {
  width: 100%;
  bottom: -93px;
  right: -60px;
}
@media (min-width: 430px) {
  .p-nishijin-about .a-illust-05 {
    bottom: -118px;
    right: -77px;
  }
}
.p-nishijin-about .a-illust-06 {
  width: 40%;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
}
.p-nishijin-about .a-illust-07 {
  width: 20%;
  left: 60px;
  bottom: 180px;
  margin: auto;
}
@media (min-width: 430px) {
  .p-nishijin-about .a-illust-07 {
    width: 15%;
    left: 25%;
  }
}
.p-nishijin-about .a-illust-08 {
  width: 35%;
  right: 10px;
  top: -18%;
}
@media (min-width: 430px) {
  .p-nishijin-about .a-illust-08 {
    top: -28%;
  }
}
.p-nishijin-about .a-illust-09 {
  width: 35%;
  left: 10px;
  top: -18%;
}
@media (min-width: 430px) {
  .p-nishijin-about .a-illust-09 {
    top: -25%;
  }
}
.p-nishijin-about .a-illust-10 {
  width: 35%;
  right: 10px;
  bottom: -18%;
}
@media (min-width: 430px) {
  .p-nishijin-about .a-illust-10 {
    bottom: -28%;
  }
}
.p-nishijin-index .a-illust-01 {
  width: 50%;
  left: -20px;
}
.p-nishijin-index .a-illust-02 {
  width: 50%;
  right: -20px;
}
.t-content-img {
  position: relative;
}
.t-content-img .a-illust-01 {
  width: 50%;
  right: -30px;
  bottom: -60px;
  z-index: 1;
}
@media (min-width: 430px) {
  .t-content-img .a-illust-01 {
    width: 40%;
  }
}
.t-content-img .a-illust-02 {
  width: 15%;
  left: 30px;
  bottom: -30px;
}
.t-content-img .a-illust-03 {
  width: 80%;
  right: -80px;
  bottom: -100px;
}
@media (min-width: 430px) {
  .t-content-img .a-illust-03 {
    width: 70%;
  }
}
.p-nishijin-stamp__collabo .a-illust-04 {
  width: 70%;
  left: -20px;
  bottom: 50px;
  z-index: 1;
}
.p-nishijin-stamp__collabo .a-illust-02 {
  width: 50%;
  right: 0;
}
.p-nishijin-tour .a-illust-04 {
  width: 45%;
  right: -30px;
  bottom: -80px;
  z-index: 3;
}
@media (min-width: 430px) {
  .p-nishijin-tour .a-illust-04 {
    width: 40%;
  }
}
.p-nishijin-tour .a-illust-05 {
  width: 80%;
  right: -80px;
  bottom: -120px;
  z-index: 2;
}
.p-nishijin-college .a-illust-01 {
  width: 50%;
  right: 0;
  left: 0;
  bottom: -90px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 430px) {
  .p-nishijin-college .a-illust-01 {
    width: 40%;
  }
}
.p-nishijin-college .cloud-college__btm {
  z-index: 1;
  left: -5px;
}
.a-swing {
  -webkit-animation-name: katakata;
  animation-name: katakata;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
}
@-webkit-keyframes katakata {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes katakata {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.a-swing__2 {
  -webkit-animation-name: katakata2;
  animation-name: katakata2;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
}
@-webkit-keyframes katakata2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes katakata2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.js-fadein {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-fadein__left {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.js-fadein__right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.js-fadein__scale {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.js-fadein__scale.is-show {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.js-fadein__scale.is-show.p-nishijin-top__illust-01 {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.m-head--type1 {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.m-head--type1.is-show {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.a-star {
  position: absolute;
  z-index: 1;
}
.a-star__l {
  width: 110px;
}
.a-star__m {
  width: 80px;
}
.a-star__s {
  width: 45px;
}
.p-nishijin-top .star-1 {
  left: 25%;
}
.p-nishijin-top .star-2 {
  right: 20%;
  top: 15%;
}
.p-nishijin-top .star-3 {
  top: 10%;
  right: 10%;
}
.p-nishijin-top .star-4 {
  left: 12%;
  top: 30%;
}
.p-nishijin-top .star-5 {
  left: 18%;
  top: 20%;
}
.p-nishijin-about .star-1 {
  right: 0;
}
.p-nishijin-about .star-2 {
  left: 0;
}
.p-nishijin-about .star-3 {
  left: -2%;
  top: 8%;
}
.p-nishijin-about .star-4 {
  right: 5%;
  top: 7%;
}
.p-nishijin-about .star-5 {
  right: 15%;
  top: 8%;
}
.p-nishijin-index .p-nishijin-index__head .star-1 {
  right: 0%;
  top: 10%;
}
.p-nishijin-index .p-nishijin-index__head .star-2 {
  right: 10%;
}
.p-nishijin-index .p-nishijin-index__head .star-3 {
  left: 0%;
  top: 5%;
}
.p-nishijin-index .p-nishijin-index__head .star-4 {
  left: 40%;
  top: 100%;
}
.p-nishijin-index .p-nishijin-index__head .star-5 {
  right: 35%;
  top: 60%;
}
.p-nishijin-index .p-nishijin-index__head .star-6 {
  left: 10%;
  top: -50px;
}
.p-nishijin-index .p-nishijin-index__head .star-7 {
  left: 1%;
  top: 30%;
}
.p-nishijin-index li:nth-child(1) .star-1 {
  left: 0;
}
.p-nishijin-index li:nth-child(1) .star-2 {
  right: 10%;
}
.p-nishijin-index li:nth-child(1) .star-3 {
  left: -5%;
  top: 25%;
}
.p-nishijin-index li:nth-child(1) .star-4 {
  right: 0;
  bottom: 25%;
}
.p-nishijin-index li:nth-child(1) .star-5 {
  right: 35%;
  bottom: 20%;
}
.p-nishijin-index li:nth-child(2) .star-1 {
  right: 10%;
}
.p-nishijin-index li:nth-child(2) .star-2 {
  right: 10%;
}
.p-nishijin-index li:nth-child(2) .star-3 {
  left: 0%;
  top: 25%;
}
.p-nishijin-index li:nth-child(2) .star-4 {
  left: 3%;
  top: 25%;
}
.p-nishijin-index li:nth-child(2) .star-5 {
  right: 35%;
  bottom: 20%;
}
.p-nishijin-index li:nth-child(3) .star-1 {
  right: 10%;
}
.p-nishijin-index li:nth-child(3) .star-2 {
  right: 10%;
}
.p-nishijin-index li:nth-child(3) .star-3 {
  left: -5%;
  top: 5%;
}
.p-nishijin-index li:nth-child(3) .star-4 {
  left: 5%;
  top: 25%;
}
.p-nishijin-index li:nth-child(3) .star-5 {
  right: 35%;
  bottom: 20%;
}
.t-content {
  position: relative;
}
.p-nishijin-stamp .star-1 {
  right: 10%;
  top: 7%;
}
.p-nishijin-stamp .star-2 {
  right: 10%;
  top: 9%;
}
.p-nishijin-stamp .star-3 {
  left: 15%;
  top: 16%;
}
.p-nishijin-tour .star-1 {
  left: 10%;
  top: 27%;
}
.p-nishijin-tour .star-2 {
  left: 7%;
  top: 33%;
}
.p-nishijin-tour .star-3 {
  top: 50%;
}
.p-nishijin-college .star-1 {
  left: 10%;
  top: 19%;
}
.p-nishijin-college .star-2 {
  right: 17%;
  top: 17%;
}
.p-nishijin-college .star-3 {
  top: 10%;
  right: 17%;
}
.p-nishijin-college .star-4 {
  top: 14%;
  left: -1%;
}
.p-nishijin-map .star-1 {
  left: 10%;
  top: 13%;
}
.p-nishijin-map .star-2 {
  right: 31%;
  top: 17%;
}
.p-nishijin-map .star-3 {
  top: 3%;
  right: 17%;
}
.p-nishijin-map .star-4 {
  top: 9%;
  left: 14%;
}
.a-img {
  margin: 0 20px 100px;
  height: 280px;
}
.a-img img {
  border-radius: 10px;
}
.a-txt {
  text-align: left;
  margin: 20px 20px 0;
}
.a-txt--en {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.a-num {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0 0;
  font-display: swap;
}
.js-text-animation span,
.js-text-animation2 span {
  -webkit-animation: none;
  animation: none;
}
.js-text-animation.is-active span,
.js-text-animation2.is-active span {
  display: inline-block;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
@-webkit-keyframes fadeInTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  75% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  75% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.m-head--type1 {
  text-align: center;
  margin-bottom: 40px;
}
.m-head--type1 .a-label {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: -0.1em;
  /* display: inline; */
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-head--type1 .a-label::before, .m-head--type1 .a-label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50vw - 40px);
  height: 2px;
  background-color: #D8695D;
}
.m-head--type1 .a-label::before {
  left: 40px;
}
.m-head--type1 .a-label::after {
  right: 40px;
}
.m-head--type1 h3 {
  color: #D8695D;
  padding-top: 80px;
  font-family: "FOT-清御隷書体 Std R";
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.1em;
}
.m-head--type1 .m-head__en {
  margin: 10px 0;
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  font-size: 0.9rem;
  line-height: normal/9;
  letter-spacing: 0.1em;
}
.m-head--type1 .p-nishijin-tour__caution {
  color: #D8695D;
  margin-top: 20px;
  font-family: "FOT-清御隷書体 Std R";
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
}
.m-head--type2 {
  margin-bottom: 30px;
  text-align: center;
  color: #D8695D;
  font-family: "FOT-清御隷書体 Std R";
  font-size: 3rem;
  line-height: 1.0666666667;
}
.m-head--type2 h4 {
  margin: -30px 0 30px;
  color: #000000;
  -webkit-transform: scale(1, 3) !important;
  transform: scale(1, 3) !important;
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  font-size: 1.4rem;
}
.m-head--type3 {
  margin: 0 40px;
}
.m-head--type3 h2 {
  font-size: 5rem;
  line-height: normal/50;
}
.m-head--type3 h2 span {
  background-color: #fff;
  border: 1px solid #000000;
}
.m-head--type3 p {
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  margin-top: 50px;
  font-size: 0.9rem;
}
.m-head--type4 {
  position: relative;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 4.8rem;
  margin: 0 0 30px;
}
.m-head--type5 {
  margin: 20px 0;
}
.m-head--type5 h3 {
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  font-size: 1.6rem;
  line-height: 1.0625;
  letter-spacing: 0.1em;
}
.m-head--type5 .m-head__ja {
  font-family: "FOT-清御隷書体 Std R";
  font-size: 1.6rem;
  line-height: 0.875;
  letter-spacing: 0.1em;
  margin-top: 20px;
  color: #D8695D;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
.modal-box {
  margin: 10% auto;
  max-width: 500px;
  width: 90%;
  -webkit-animation-name: modalopen;
  animation-name: modalopen;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.o-modal__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
}
.o-modal__open span {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0 0;
  font-display: swap;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
}
.o-modal__open::after,
.o-modal__open::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  right: 10px;
}
.o-modal__open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-open {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}
.o-modal__title {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  border: #000000;
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #000000;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
}
.o-modal__title span {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0 0;
  font-display: swap;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
}
.modalClose {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
}
.modal-content {
  background: #fff;
  border: 2px solid #000000;
  text-align: left;
  height: 100%;
  max-height: 90dvh;
  border-radius: 15px;
  overflow: scroll;
}
.modal-content ul {
  background-color: #FAE033;
  background-image: radial-gradient(circle, #FF9900 1px, transparent 1px), radial-gradient(circle, #FF9900 1px, transparent 1px);
  background-position: 0 0, 6px 12px;
  background-size: 12px 24px;
  padding: 20px;
}
.modal-content li {
  margin: 20px auto;
}
.o-modal__img {
  aspect-ratio: 3/2;
  width: 80%;
  margin: 15px auto;
  position: relative;
}
.o-modal__img img {
  border-radius: 10px;
}
.o-modal__illust {
  width: 50%;
  position: absolute;
}
.modal__illust-left {
  left: -30px;
  bottom: -10px;
}
.modal__illust-right {
  right: -30px;
  bottom: -10px;
}
.o-modal__time {
  font-size: 2.5rem;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0 0;
  font-display: swap;
  color: #fff;
  font-weight: 900;
}
.o-modal__head {
  font-size: 2rem;
}
.o-modal__txt {
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.modal-photo {
  margin: 0 0 30px;
}
.modal-photo__img {
  max-width: 250px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 9999px;
}
.modal-photo__num {
  width: 40px;
}
.o-modal__manage {
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.o-modal__manage p span {
  font-family: "FP-こぶりなゴシック StdN W6";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.o-modal__manage-inner {
  padding: 0 20px 20px;
}
.o-modal__manage-kikuhoko p {
  text-align: left;
}
.o-modal__manage-heading {
  font-family: "FP-こぶりなゴシック StdN W6";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-align: left;
}
.o-modal__manage-member {
  border: 2px solid #000000;
  margin: 0 0 20px 0;
}
.o-modal__manage-brewery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAE033;
  border-bottom: 2px solid #000000;
  padding: 5px 10px;
}
.o-modal__manage-brewery p {
  text-align: left;
  margin-left: 10px;
  font-family: "FP-こぶりなゴシック StdN W6";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.o-modal__manage-brewery img {
  width: 50px;
}
.o-modal__manage-txt {
  padding: 10px;
}
.p-nishijin-brewery {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px;
  margin: 40px auto;
  background-color: #fff;
  border: 2.5px solid #000000;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 430px) {
  .p-nishijin-brewery {
    margin: 60px auto 40px;
  }
}
.p-nishijin-brewery__arch {
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
}
.p-nishijin-brewery__icon {
  width: 30px;
  position: absolute;
  left: 20px;
  top: -30px;
}
.p-nishijin-brewery__heading {
  margin: 5px 0 10px;
  font-size: 2rem;
  line-height: normal/20;
  letter-spacing: 0.08em;
}
.p-nishijin-brewery__img {
  margin: 0 20px;
  height: 200px;
}
.p-nishijin-brewery__img img {
  border-radius: 20px;
}
.swiper {
  z-index: 0 !important;
}
.swiper-slide img {
  height: 100% !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  background-color: #000000 !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FAE033 !important;
  border: #000000 2px solid !important;
}
.p-nishijin-brewery__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #000000;
  padding-top: 15px;
  margin: 15px;
}
.p-nishijin-brewery__logo {
  max-width: 60px;
}
.p-nishijin-brewery__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.p-nishijin-brewery__time {
  text-align: left;
  margin: 0 0 0 30px;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0 0;
  font-display: swap;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
}
.p-nishijin-brewery__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0;
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.p-nishijin-brewery__insta img {
  width: 20px !important;
  margin: 0 10px 0 0;
}
.p-nishijin-brewery__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-nishijin-brewery__map p {
  border-bottom: 2px solid #000000;
  padding: 0 5px;
}
.p-nishijin-brewery__map-icon {
  max-width: 20px;
  margin-left: 15px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev__stamp,
.swiper-button-next__stamp {
  height: auto !important;
  width: 50px !important;
  top: initial !important;
  bottom: -30px !important;
  margin-top: 0 !important;
}
.swiper-button-prev__stamp,
.swiper-button-next__stamp {
  height: auto !important;
  width: 50px !important;
  bottom: initial !important;
  top: 42% !important;
  margin-top: 0 !important;
}
.swiper-button-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: -10px !important;
}
.swiper-button-prev__stamp {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0 !important;
}
.swiper-button-next {
  right: -10px !important;
}
.swiper-button-next__stamp {
  right: 0 !important;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev__stamp::after,
.swiper-button-next__stamp::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-prev__stamp::after {
  background-image: url(../../assets/img/icon-arrow-bla.svg) !important;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after,
.swiper-button-next__stamp::after {
  background-image: url(../../assets/img/icon-arrow-bla.svg) !important;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-stamp-content {
  max-width: 350px;
  padding: 20px 20px;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}
.swiper-stamp-title {
  max-width: 350px;
  background-color: #FAE033;
  padding: 20px 0 10px;
  margin: 0 auto;
}
.swiper-stamp-num {
  font-size: 5.5rem;
  line-height: 0.7272727273;
  margin-bottom: -23px;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D8695D;
}
.swiper-stamp-txt span {
  font-size: 1.2rem;
}
.swiper-stamp-img {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}
.swiper-stamp-tips {
  text-align: center;
}
.swiper-stamp-tips__col {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.swiper-stamp-tips__col .swiper-stamp-tip__illust {
  height: 43px;
  margin: 0 10px 0 0;
}
.swiper-stamp-tips__col .swiper-stamp-tip__illust img {
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-stamp-tips .swiper-stamp-tips__col:nth-child(2) .swiper-stamp-tip__illust {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.swiper-stamp-tips .swiper-stamp-tips__col:nth-child(3) .swiper-stamp-tip__illust {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.swiper-stamp-tips .swiper-stamp-tips__col:nth-child(4) .swiper-stamp-tip__illust {
  transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
}
.swiper-stamp-present .swiper-stamp-present__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.swiper-stamp-present .swiper-stamp-present__col img {
  width: 40px;
  margin: 0 10px 0 0;
}
.swiper-stamp-present .swiper-stamp-present__img {
  width: 200px;
  margin: 0 auto;
}
.swiper-stamp-present .swiper-stamp-present__img:nth-child(4) {
  width: 100%;
  margin: 0 auto;
}
.swiper-stamp-collabo {
  font-size: 1.2rem;
  text-align: center;
}
.swiper-stamp-collabo__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  text-align: left;
}
.swiper-stamp-collabo__item {
  width: 50%;
}
.swiper-stamp-collabo__item:first-child {
  border-right: 2px solid #D8695D;
  padding-right: 5px;
}
.swiper-stamp-collabo__item:last-child {
  padding-left: 17px;
}
.swiper-stamp-collabo__item p {
  font-size: 1.2rem;
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.swiper-stamp-collabo__img {
  width: 120px;
  margin: 0 auto 15px;
}
header {
  position: fixed;
  width: 100%;
}
header .o-footer__btn {
  margin: 20px auto 0 0;
  background-color: #fff;
}
.o-header-wrap {
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
}
.o-header-map {
  position: relative;
  cursor: pointer;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  padding: 0 5px;
  margin-right: 10px;
  background-color: #fff;
}
.o-header-logo {
  width: 70px;
}
.o-header-open__trigger {
  position: relative;
  cursor: pointer;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  padding: 0 3px;
  background-color: #fff;
}
.o-header-open__trigger::after {
  font-family: "FOT-清御隷書体 Std R";
  content: "MENU";
}
.o-header-open__trigger.js-active::after {
  content: "CLOSE";
}
.o-header-nav {
  position: fixed;
  width: 100%;
  height: 100dvh;
  padding: 30px;
  bottom: -100%;
  left: 0;
  background-color: #FAE033;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: scroll;
  font-size: 2.4rem;
  line-height: normal/24;
  letter-spacing: 0.2em;
}
@media (min-width: 430px) {
  .o-header-nav {
    width: 60%;
    max-width: 500px;
    left: auto;
    right: 0;
  }
}
.o-header-nav.js-active {
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.o-header-nav__list {
  margin: 40px 0;
  text-align: left;
}
.o-header-nav__cover.js-active {
  visibility: visible;
  opacity: 1;
}
.o-header-nav__cover {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.o-header__sub {
  margin: 20px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-header__sub-en {
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  font-size: 1rem;
  line-height: 1.1;
}
.o-header__sub-ja {
  margin: 0 0 0 15px;
  font-size: 1.3rem;
}
.o-header__sub-ja span {
  border-bottom: 2px solid #000000;
}
.p-nishijin-map__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  width: 100%;
  background-color: #fff;
}
.o-map__inner {
  position: relative;
  width: 200vw;
  height: 210vw;
  background-image: url(../../assets/img/map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .o-map__inner {
    width: 185vw;
    height: 185vw;
  }
}
@media (min-width: 600px) and (max-width: 1080px) {
  .o-map__inner {
    width: 100vw;
    height: 100vw;
  }
}
@media (min-width: 1081px) {
  .o-map__inner {
    width: 50vw;
    height: 50vw;
  }
}
.l-content__map .o-map__inner {
  width: 50vw;
  height: 50vw;
  margin: 0 auto;
}
.l-content__map .o-map__flag,
.l-content__map .o-map__pin {
  width: 1.3vw;
}
.o-map__point {
  position: absolute;
}
.point-1 {
  top: 34%;
  left: 48%;
}
.point-2 {
  top: 37%;
  left: 43%;
}
.point-3 {
  top: 19%;
  right: 35%;
}
.point-4 {
  top: 21%;
  left: 28%;
}
.point-5 {
  bottom: 52%;
  left: 28%;
}
.point-6 {
  bottom: 48%;
  left: 24%;
}
.point-7 {
  top: 25%;
  left: 42%;
}
.point-8 {
  top: 30%;
  left: 44%;
}
.point-9 {
  top: 35%;
  left: 42%;
}
.point-10 {
  top: 30%;
  left: 46%;
}
.point-11 {
  top: 23%;
  left: 47%;
}
.point-12 {
  top: 23%;
  left: 49%;
}
.point-13 {
  top: 28%;
  left: 49%;
}
.point-14 {
  top: 36%;
  left: 48%;
}
.point-15 {
  top: 41%;
  left: 47%;
}
.point-16 {
  top: 41%;
  left: 47%;
}
.point-17 {
  top: 45%;
  left: 47%;
}
.point-18 {
  top: 48%;
  left: 50%;
}
.point-19 {
  bottom: 33%;
  left: 47%;
}
.point-20 {
  bottom: 30%;
  left: 47%;
}
.point-21 {
  bottom: 30%;
  left: 45%;
}
.point-22 {
  bottom: 25%;
  left: 45%;
}
.point-23 {
  top: 30%;
  left: 53%;
}
.point-24 {
  top: 30%;
  left: 59%;
}
.point-25 {
  top: 16%;
  right: 36%;
}
.point-26 {
  top: 32%;
  right: 30%;
}
.point-27 {
  top: 35%;
  right: 26%;
}
.point-28 {
  top: 19%;
  right: 25%;
}
.point-29 {
  top: 17%;
  right: 21%;
}
.point-30 {
  top: 18%;
  left: 35%;
}
.point-31 {
  top: 36%;
  left: 56%;
}
.point-32 {
  top: 40%;
  left: 56%;
}
.point-33 {
  top: 30%;
  right: 35%;
}
.point-34 {
  top: 30%;
  left: 55%;
}
.point-35 {
  top: 24%;
  left: 30%;
}
.point-36 {
  top: 33%;
  left: 56%;
}
.point-37 {
  bottom: 38%;
  left: 23%;
}
.point-38 {
  top: 27%;
  left: 31%;
}
.point-39 {
  top: 24%;
  left: 27%;
}
.point-3 .o-map__detail,
.point-4 .o-map__detail,
.point-25 .o-map__detail,
.point-28 .o-map__detail,
.point-29 .o-map__detail,
.point-30 .o-map__detail {
  top: -110px;
  left: -66px;
}
.o-map__flag,
.o-map__pin {
  width: 5vw;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 430px) {
  .o-map__flag,
  .o-map__pin {
    width: 3vw;
  }
}
@media (min-width: 769px) {
  .o-map__flag,
  .o-map__pin {
    width: 1vw;
  }
}
.o-map__flag {
  z-index: 1;
}
.o-map__detail {
  cursor: pointer;
  position: absolute;
  top: -151px;
  left: -66px;
  text-align: center;
  width: 150px;
  height: 150px;
  z-index: 1;
}
.o-map__detail-inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: -8px auto 0;
  padding: 0 15px 0;
  z-index: 1;
}
.o-map__detail-inner a {
  display: inline-block;
}
.o-map__category {
  border-bottom: 2px solid #000000;
  padding: 5px 0;
  font-size: 1.2rem;
  line-height: 1;
}
.o-map__cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4A88A;
  border: 2px solid #000000;
  border-radius: 50% 50% 0 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: url(../img/icon-brewery.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.o-map__label {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  display: inline-block;
  background-color: #D8695D;
  color: #fff;
  border: 2px solid #000000;
  padding: 2px 5px;
  margin-top: -6px;
  font-size: 1.2rem;
  line-height: 1;
}
.o-map__name {
  margin: 25px auto 10px;
  font-size: 1.4rem;
  line-height: 1;
}
.o-map__button {
  width: 30px;
  margin: 0 auto;
}
.o-map__shop .o-map__cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B2E0F8;
  border: 2px solid #000000;
  border-radius: 50% 50% 0 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: url(../img/icon-shop.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.o-map__spot .o-map__cover {
  background-color: #C599C5;
  background-image: url(../img/icon-camera.svg);
}
.o-map__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
.o-map__sign-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}
.o-map__sign-item .o-map__sign-icon {
  width: 20px;
  margin-right: 5px;
}
.o-map__sign-item .o-map__sign-icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.js-detail,
.o-map__cover {
  display: none;
}
.o-footer {
  padding: 100px 0 0 !important;
  background-color: #FFF14F;
  position: relative;
}
.o-footer__cover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(19%, rgba(255, 255, 255, 0.62)), color-stop(44%, rgba(255, 255, 255, 0.86)), color-stop(76%, rgba(255, 255, 255, 0.94)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.62) 19%, rgba(255, 255, 255, 0.86) 44%, rgba(255, 255, 255, 0.94) 76%, rgb(255, 255, 255));
}
.o-footer__content {
  position: relative;
  z-index: 1;
}
.o-footer__logo {
  max-width: 300px;
  margin: 0 auto 60px;
  -webkit-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}
.o-footer__heading {
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  margin: 0 20px;
}
.o-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}
.o-footer__col img {
  width: 40px;
  margin: 0 10px;
}
.o-footer__col p {
  font-size: 2rem;
}
.o-footer__insta p {
  margin: 0 0 20px;
}
.o-footer__insta p span {
  border-bottom: 2px solid #000000;
}
.o-footer__btn {
  background-color: #FAE033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto;
  font-weight: 900;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0 0;
  font-display: swap;
  font-size: 2.4rem;
  line-height: 1;
}
.o-footer__btn img {
  height: 30px;
  width: auto;
  margin: 0 0 5px 10px;
}
.o-footer__top {
  width: 150px;
  margin: 40px auto 0;
}
.o-footer__note {
  padding: 0 20px 0;
  margin: 30px 0;
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.o-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 10px 20px;
}
.o-footer__copy img {
  width: 40px;
  margin: 0 10px;
}
.o-footer__copy p {
  font-size: 1.2rem;
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.t-content {
  padding: 60px 0 100px;
  background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px), radial-gradient(circle, #fff 1.5px, transparent 1.5px);
  background-position: 0 0, 7.5px 10px;
  background-size: 15px 20px;
  text-align: center;
}
.p-nishijin-top {
  position: relative;
  background-color: #f7d533;
  background-image: radial-gradient(circle, #fff14f 9px, transparent 9px), radial-gradient(circle, #fff14f 9px, transparent 9px);
  background-position: 0 0, 12.5px 12px;
  background-size: 25px 24px;
  padding: 30px 0 100px;
}
.p-nishijin-top__heading {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline;
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 50px;
}
.p-nishijin-top__heading span {
  background-color: var(--white);
  border: 1px solid var(--black);
  padding: 6px 3px;
  display: inline-block;
  margin: 0 5px;
}
.p-nishijin-top__heading span:last-child {
  margin-top: 30px;
}
.p-nishijin-top__txt-jp {
  padding-top: 350px;
}
.p-nishijin-hero {
  height: 100vh;
  background-color: #FFF14F;
  position: relative;
}
.p-nishijin-hero__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 880px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.p-nishijin-hero__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 769px) {
  .p-nishijin-hero__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.p-nishijin-hero__cover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(68%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 68%, rgba(255, 255, 255, 0) 100%);
}
.p-nishijin-gallery {
  height: 270vh;
  width: 100%;
  max-width: 500px;
  position: relative;
  background-image: url(../../assets/img/text-cheers.png);
  background-repeat: repeat-y;
  background-size: contain;
}
@media (min-width: 769px) {
  .p-nishijin-gallery {
    height: 170vh;
  }
}
.p-nishijin-gallery__cheers {
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.p-nishijin-gallery__cheers img {
  width: 80%;
  margin: 40px auto;
}
.p-nishijin-gallery__container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /* overflow: hidden; */
}
.p-nishijin-gallery__inner {
  width: 100%;
}
.luxy-img {
  position: relative;
}
.luxy-img-01 {
  width: 300px;
  height: 200px;
  /* margin-top: -70px; */
}
.luxy-img-01 img {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 430px) {
  .luxy-img-01 {
    width: auto;
    max-width: 300px;
  }
}
.luxy-img-02 {
  margin: -60vw 0 0 auto;
  width: 300px;
  height: 400px;
}
.luxy-img-02 img {
  border-radius: 10px 0 0 10px;
}
@media (min-width: 430px) {
  .luxy-img-02 {
    width: auto;
    min-width: 250px;
    max-width: 300px;
    margin: -25vh 0 0 auto;
  }
}
.luxy-img-03 {
  margin: 36vw auto 0 0;
  width: 230px;
  height: 300px;
}
.luxy-img-03 img {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 430px) {
  .luxy-img-03 {
    width: auto;
    max-width: 230px;
    max-height: 300px;
    margin: 0 auto 0 0;
  }
}
.luxy-img-04 {
  margin: -30vw -50px 0 auto;
  width: 350px;
  height: 250px;
}
.luxy-img-04 img {
  border-radius: 9999px;
}
@media (min-width: 430px) {
  .luxy-img-04 {
    min-width: 350px;
    max-width: 400px;
    max-height: 220px;
    margin: -10vh 0 0 auto;
  }
}
.luxy-img-05 {
  margin: 75vw auto 0;
  width: 350px;
}
.luxy-img-05 img {
  border-radius: 10px;
}
@media (min-width: 430px) {
  .luxy-img-05 {
    max-width: 400px;
    height: 400px;
    margin: 60% auto 0;
  }
}
@media (max-width: 499px) and (max-height: 900px) {
  .p-nishijin-gallery {
    height: 220vh;
  }
}
@media (max-width: 499px) and (max-height: 799px) {
  .p-nishijin-gallery {
    height: 270vh;
  }
}
@media (min-width: 500px) and (min-height: 1230px) {
  .p-nishijin-gallery {
    height: 110vh;
  }
}
@media (min-width: 500px) and (max-height: 900px) {
  .p-nishijin-gallery {
    height: 230vh;
  }
}
@media (min-width: 500px) and (max-height: 700px) {
  .luxy-img-01 {
    height: 20vh;
  }
  .luxy-img-02 {
    height: 33.3333333333vh;
  }
  .luxy-img-03 {
    height: 33.3333333333vh;
  }
  .luxy-img-04 {
    height: 20vh;
  }
  .luxy-img-05 {
    height: 50vh;
  }
}
.p-nishijin-about {
  padding: 100px 0 250px;
  background-color: #f3cb6b;
  background-image: radial-gradient(circle, #ff9900 1.5px, transparent 1.5px), radial-gradient(circle, #ff9900 1.5px, transparent 1.5px);
  background-position: 0 0, 7.5px 10px;
  background-size: 15px 20px;
}
.p-nishijin-about__beer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 120%;
}
.p-nishijin-about__beer .p-nishijin-about__beer-illust {
  width: 180px;
  height: auto;
  margin-left: -30px;
}
.p-nishijin-about__beer .p-nishijin-about__beer-illust img {
  -o-object-fit: contain;
  object-fit: contain;
}
.p-nishijin-about__point {
  margin: 150px 0;
  position: relative;
}
.p-nishijin-about__point-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-nishijin-about__point-head .p-nishijin-about__point-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  letter-spacing: -0.1em;
  z-index: 1;
}
.p-nishijin-about__point-head .p-nishijin-about__point-label span:nth-child(2) {
  margin: 20px 10px 0;
}
.p-nishijin-about__point-head .p-nishijin-about__point-label span:nth-child(1) {
  margin-top: 40px;
}
.point-head--top {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 20px;
}
.point-head--btm {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 20px;
}
.p-nishijin-about__point-num {
  font-size: 12rem;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
.p-nishijin-about__point-txt {
  padding-top: 100px;
}
.p-nishijin-index {
  padding: 30px 0 100px;
}
.p-nishijin-index ul {
  padding-top: 100px;
  margin: 0 20px;
}
.p-nishijin-index ul li {
  margin-top: 70px;
  position: relative;
}
.p-nishijin-index__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-nishijin-index__txt p {
  font-family: "FOT-清御隷書体 Std R";
  font-size: 3.2rem;
  line-height: 0.9375;
  letter-spacing: -0.1em;
}
.p-nishijin-index__txt .p-nishijin-index__txt-en {
  margin: 10px 0 0 5px;
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  font-size: 0.9rem;
}
.p-nishijin-index__img {
  position: relative;
}
.p-nishijin-index__img img {
  border-radius: 10px;
}
.p-nishijin-index__img .p-nishijin-index__label {
  position: absolute;
  top: -40px;
  left: 20px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: -0.1em;
}
.p-nishijin-parallax {
  overflow: hidden;
}
.p-nishijin-stamp {
  background-color: #FFF14F;
}
.p-nishijin-stamp .p-nishijin-college__model-btn {
  margin: 30px auto;
}
.p-nishijin-college__model-btn::before {
  display: none;
}
.p-nishijin-college__model-btn::after {
  content: "";
  width: 25px;
  height: 25px;
  margin-bottom: 4px;
  background-image: url(../../assets/img/icon-window.svg);
}
.p-nishijin-stamp__collabo-inner {
  margin: 0 40px;
}
.p-nishijin-stamp__collabo-img {
  margin-bottom: 20px;
}
.p-nishijin-stamp__collabo-img img {
  border-radius: 10px;
}
.p-nishijin-stamp__collabo {
  background-color: #fff;
  border-radius: 160px;
  padding: 100px 0 150px;
  margin: 40px 0 0;
}
.p-nishijin-stamp__collabo .p-nishijin-stamp__collabo-name {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.p-nishijin-stamp__how {
  font-family: "Asset", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  line-height: auto;
  letter-spacing: 0.3rem;
  font-display: swap;
  margin: 60px 0 20px;
}
.p-nishijin-stamp__time {
  margin: 20px auto;
  max-width: 350px;
}
.p-nishijin-stamp__note {
  max-width: 350px;
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1.2rem;
  margin: 0 auto 20px;
  text-align: left;
}
.p-nishijin-stamp__note-heading {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  padding: 0 5px 0 8px;
  margin: 10px 0;
  display: inline-block;
  font-size: 1.4rem;
  line-height: normal/14;
}
.p-nishijin-tour {
  background-color: #F1D2DC;
  padding: 80px 0 130px;
}
.p-nishijin-college {
  background-color: #79C1E1;
  background-image: radial-gradient(circle, #B6E1FF 1.5px, transparent 1.5px), radial-gradient(circle, #B6E1FF 1.5px, transparent 1.5px);
  background-position: 0 0, 7.5px 10px;
  background-size: 15px 20px;
}
.p-nishijin-college .p-nishijin-stamp__collabo {
  padding-bottom: 80px;
}
.p-nishijin-college__model-btn {
  margin: 60px auto;
}
.p-nishijin-map {
  padding: 100px 0;
  text-align: center;
}
.p-nishijin-map__note {
  margin: 0 0 20px;
  padding: 0 10px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  display: inline-block;
}