@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0;
  font-size: 12px;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
    font-size: 13px;
  }
}

header {
  z-index: 990 !important;
  opacity: 0;
  transition: opacity 1s;
}
header.on {
  opacity: 1;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

.hover_none:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 7.6vw;
  }
}

#fv {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #fv {
    margin-top: 40px;
  }
}
#fv .loading {
  position: absolute;
  z-index: 1;
  height: 100svh;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}
#fv .loading.on {
  opacity: 1;
}
#fv .loading svg {
  width: 59.2vw;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #fv .loading svg {
    width: 29.0015625vw;
  }
}
#fv .main {
  position: relative;
  z-index: 10;
  height: 168vw;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 769px) {
  #fv .main {
    height: 44vw;
  }
}
#fv .main.on {
  opacity: 1;
}
#fv .main .title {
  position: absolute;
  z-index: 20;
  width: 67.2vw;
  top: 93.3333333333vw;
  left: 6.1333333333vw;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 769px) {
  #fv .main .title {
    width: 27vw;
    top: 16.484375vw;
    left: 10.9375vw;
  }
}
#fv .main .title.on {
  opacity: 1;
}
#fv .main .fv_img {
  position: absolute;
}

.read {
  width: 70%;
  margin: 20% auto;
}
@media screen and (min-width: 769px) {
  .read {
    margin: 80px auto;
    display: flex;
    justify-content: center;
  }
}

.coupon {
  text-align: center;
  background: #F7F7F7;
  width: 90%;
  margin: 0 auto;
  border: 1px solid;
  position: relative;
}
@media screen and (min-width: 769px) {
  .coupon {
    width: 550px;
  }
}
.coupon .ticket {
  width: 47%;
  margin: -19% auto 0 57%;
}
@media screen and (min-width: 769px) {
  .coupon .ticket {
    width: 190px;
    margin: -54px auto 0 71%;
  }
}
.coupon .c_title {
  font-size: 13px;
  border-bottom: 1px solid;
  width: fit-content;
  margin: 4% auto 5%;
}
@media screen and (min-width: 769px) {
  .coupon .c_title {
    font-size: 14px;
    margin: 0 auto 20px;
  }
}
.coupon .c_des {
  margin: 5% auto;
}
@media screen and (min-width: 769px) {
  .coupon .c_des {
    margin: 20px auto;
  }
}
.coupon .c_img {
  position: absolute;
  width: 16%;
  top: 0;
}
@media screen and (min-width: 769px) {
  .coupon .c_img {
    width: 61px;
  }
}
.coupon .c_btn {
  width: 66%;
  background: #000;
  color: #fff;
  margin: 5% auto 13%;
  padding: 2% 0;
}
@media screen and (min-width: 769px) {
  .coupon .c_btn {
    width: 270px;
    margin: 0 auto 60px;
    padding: 10px 0;
    font-size: 14px;
  }
}

.fs_10 {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .fs_10 {
    font-size: 12px;
  }
}

.fs_11 {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .fs_11 {
    font-size: 13px;
  }
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
  margin: 20% auto -48%;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .menu {
    font-size: 15px;
    gap: 1vw;
    margin: 120px auto -8%;
  }
}
.menu li {
  width: 26.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu li {
    width: 9vw;
  }
}

.back {
  background-color: #BEF900;
  height: 20vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .back {
    height: 2.5vw;
  }
}

.read_container {
  margin-bottom: 27%;
}
@media screen and (min-width: 769px) {
  .read_container {
    margin-bottom: 20%;
  }
}

.item_area {
  margin: 30% auto;
}
@media screen and (min-width: 769px) {
  .item_area {
    width: clamp(700px, 65%, 1200px);
    margin: 130px auto;
  }
}
.item_area .credit {
  font-size: 10.5px;
  line-height: 1.8;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.001rem;
}
@media screen and (min-width: 769px) {
  .item_area .credit {
    font-size: 11px;
  }
}
.item_area .credit a {
  width: fit-content;
  display: block;
}
.item_area .credit a li {
  display: flex;
  width: fit-content;
  text-decoration: underline;
}
.item_area .credit a .c_coming {
  color: #777777;
  text-decoration: none !important;
}
.item_area .credit a .c_coming span {
  font-size: 7px;
  margin-top: 3px;
}
.item_area .butu_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.5vw 3.5%;
  margin: 17% auto;
  line-height: 1.5;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item_area .butu_area {
    gap: 44px 15px;
    margin: 50px auto;
    font-size: 0.78125vw;
  }
}
.item_area .butu_area p {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #111111;
  margin: 5% auto;
  align-items: center;
  padding-bottom: 2%;
}
.item_area .butu_area .un_line {
  border-bottom: 1px solid #111111;
  margin-top: 6%;
}
.item_area .butu_area .item_name {
  line-height: 1.5;
  text-align: right;
}
.item_area .butu_area .buy {
  color: #fff;
  background-color: #000;
  text-align: center;
  width: 50%;
  margin: 20px auto 10px;
  font-size: 12px;
  padding: 2% 0;
}
.item_area .butu_area .coming {
  background-color: #777777;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .item_area .butu_area .coming {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .item_area .butu_area .mt_16 {
    margin: 35px auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .item_area .butu_area .mt_18 {
    margin: 36px auto 10px;
  }
}
.item_area .butu_area .back_ticket {
  position: absolute;
  z-index: -1;
}
.item_area .butu_area .ticket01 {
  right: 0;
  top: 63vw;
  width: 16.5333333333vw;
}
@media screen and (min-width: 769px) {
  .item_area .butu_area .ticket01 {
    top: 29%;
    left: 19%;
    width: 14%;
  }
}
.item_area .butu_area .ticket02 {
  left: 0;
  top: 163vw;
  width: 25vw;
}
@media screen and (min-width: 769px) {
  .item_area .butu_area .ticket02 {
    top: 35%;
    left: 63%;
    width: 20%;
  }
}
.item_area .butu_area .ticket03 {
  top: 268vw;
  width: 18vw;
  right: 0;
}
@media screen and (min-width: 769px) {
  .item_area .butu_area .ticket03 {
    top: 78%;
    left: -5%;
    width: 14%;
  }
}
.item_area .butu_area .ticket04 {
  left: 0;
  top: 366vw;
  width: 17vw;
}
@media screen and (min-width: 769px) {
  .item_area .butu_area .ticket04 {
    top: 69%;
    left: 92%;
    width: 13%;
  }
}
.item_area .butu_box {
  width: 44%;
}
@media screen and (min-width: 769px) {
  .item_area .butu_box {
    width: 22%;
  }
}
.item_area .more_btn {
  margin: 6% auto;
}
@media screen and (min-width: 769px) {
  .item_area .more_btn {
    margin: 20px auto;
  }
}
.item_area .more_btn a {
  color: #fff;
  background: #000;
  padding: 3vw 27vw;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .item_area .more_btn a {
    padding: 10px 90px;
  }
}

@media screen and (min-width: 769px) {
  .model_pc {
    width: 526px;
    margin: 0 auto;
  }
}

#sec01 {
  margin: 55% auto 0 !important;
}
@media screen and (min-width: 769px) {
  #sec01 {
    margin: 0 auto !important;
  }
}
#sec01 h2 {
  width: 47.8533333333vw;
  margin-left: 8%;
  position: relative;
  z-index: 98;
}
@media screen and (min-width: 769px) {
  #sec01 h2 {
    width: 181px;
  }
}
#sec01 .swiper {
  width: 69.3333333333vw;
  margin: -20% 0 -55% auto;
}
@media screen and (min-width: 769px) {
  #sec01 .swiper {
    width: 320px;
  }
}
#sec01 .item01_2 {
  width: 37.3333333333vw;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  #sec01 .item01_2 {
    width: 190px;
  }
}
#sec01 .credit {
  margin: -7% 0 0 46%;
}
@media screen and (min-width: 769px) {
  #sec01 .credit {
    margin: -6% 0 0 62%;
  }
}
#sec01 .credit li:nth-child(1) {
  position: relative;
}
#sec01 .credit li:nth-child(1)::after {
  background-image: url(../images/line02.png);
  content: "";
  display: block;
  width: 181px;
  height: 21px;
  position: absolute;
  background-size: cover;
  top: -10%;
  left: -15%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec01 .credit li:nth-child(1)::after {
    width: 202px;
    height: 23px;
  }
}

#sec02 h2 {
  width: 28.4586666667vw;
  margin: 0 0 -57% auto;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  #sec02 h2 {
    width: 112px;
    margin: 0 0 -27% 51%;
  }
}
#sec02 .swiper {
  width: 86.6666666667vw;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  #sec02 .swiper {
    width: 365px;
    margin-left: 14%;
  }
}
#sec02 .filter {
  filter: grayscale(100%);
  transition: filter 2s ease;
}
#sec02 .filter.classActive {
  filter: grayscale(0%);
}
#sec02 .item02_2 {
  width: 64vw;
  margin: 5% 0 0 auto;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  #sec02 .item02_2 {
    width: 258px;
    margin: -23% 0 0 60%;
  }
}
#sec02 .credit {
  margin: -60% 0 60% 5%;
}
@media screen and (min-width: 769px) {
  #sec02 .credit {
    margin: -11% 0 11% 15%;
  }
}
#sec02 .credit li:nth-child(1) {
  position: relative;
}
#sec02 .credit li:nth-child(1)::after {
  background-image: url(../images/line01.png);
  content: "";
  display: block;
  width: 177px;
  height: 29px;
  position: absolute;
  background-size: cover;
  top: -25%;
  left: -11%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec02 .credit li:nth-child(1)::after {
    top: -19%;
    left: -9%;
  }
}
@media screen and (min-width: 769px) {
  #sec02 .model_pc {
    width: 830px;
    margin: 0 auto;
  }
}

#sec03 h2 {
  width: 45.5946666667vw;
  margin: 0 auto -12% 2%;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  #sec03 h2 {
    width: 179px;
    margin: 0 auto -7% 27%;
  }
}
@media screen and (min-width: 769px) {
  #sec03 .model_pc {
    width: 870px;
  }
}
#sec03 .swiper02 {
  width: 80vw;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #sec03 .swiper02 {
    width: 322px;
  }
}
#sec03 .credit {
  margin: 5% auto 0 10%;
}
@media screen and (min-width: 769px) {
  #sec03 .credit {
    margin: 2% auto 0 32%;
  }
}
#sec03 .credit li:nth-child(2) {
  position: relative;
}
#sec03 .credit li:nth-child(2)::after {
  background-image: url(../images/line01.png);
  content: "";
  display: block;
  width: 186px;
  height: 26px;
  position: absolute;
  background-size: cover;
  top: -17%;
  left: -11%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec03 .credit li:nth-child(2)::after {
    width: 182px;
    height: 27px;
  }
}

#sec04 h2 {
  width: 39.4373333333vw;
  margin: 0 2% -21% auto;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  #sec04 h2 {
    width: 125px;
    margin: 0 0 -20% 58%;
  }
}
@media screen and (min-width: 769px) {
  #sec04 .model_pc {
    width: 570px;
  }
}
#sec04 .item04_1 {
  width: 80vw;
}
@media screen and (min-width: 769px) {
  #sec04 .item04_1 {
    width: 353px;
  }
}
#sec04 .swiper {
  width: 37.3333333333vw;
  margin: -27% 0 0 auto;
}
@media screen and (min-width: 769px) {
  #sec04 .swiper {
    width: 200px;
    margin: -33% 0 7% auto;
  }
}
#sec04 .credit {
  margin: -34% auto 0 6%;
}
@media screen and (min-width: 769px) {
  #sec04 .credit {
    margin: -33% auto 15% 3%;
  }
}
#sec04 .credit li:nth-child(1) {
  position: relative;
}
#sec04 .credit li:nth-child(1)::after {
  background-image: url(../images/line01.png);
  content: "";
  display: block;
  width: 156px;
  height: 25px;
  position: absolute;
  background-size: cover;
  top: -28%;
  left: -14%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec04 .credit li:nth-child(1)::after {
    width: 169px;
    top: -20%;
    left: -13%;
  }
}
#sec04 .credit li:nth-child(2) {
  position: relative;
}
#sec04 .credit li:nth-child(2)::after {
  background-image: url(../images/line02.png);
  content: "";
  display: block;
  width: 211px;
  height: 25px;
  position: absolute;
  background-size: cover;
  top: -15%;
  left: -10%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec04 .credit li:nth-child(2)::after {
    width: 224px;
    height: 26px;
    top: -2%;
    left: -13%;
  }
}

#sec05 h2 {
  width: 28.4586666667vw;
  margin: 0 2% -44% auto;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  #sec05 h2 {
    width: 112px;
    margin: 0 0 -37% 48%;
  }
}
@media screen and (min-width: 769px) {
  #sec05 .model_pc {
    width: 638.73px;
  }
}
#sec05 .item05_1 {
  width: 86.6666666667vw;
}
@media screen and (min-width: 769px) {
  #sec05 .item05_1 {
    width: 365px;
  }
}
#sec05 .gifSlide {
  width: 58vw;
  position: relative;
  margin: 5% 0 0 auto;
  overflow: hidden;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  #sec05 .gifSlide {
    width: 258px;
    height: 328px;
    margin: -27% 0 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #sec05 .ticket01 {
    top: 21%;
  }
}
@media screen and (min-width: 769px) {
  #sec05 .ticket02 {
    top: 26%;
  }
}
@media screen and (min-width: 769px) {
  #sec05 .ticket03 {
    top: 55%;
  }
}
@media screen and (min-width: 769px) {
  #sec05 .ticket04 {
    top: 49%;
  }
}
#sec05 .credit {
  margin: -70% auto 70% 3%;
}
@media screen and (min-width: 769px) {
  #sec05 .credit {
    margin: -22% auto 15% 3%;
  }
}
#sec05 .credit li:nth-child(3) {
  position: relative;
}
#sec05 .credit li:nth-child(3)::after {
  background-image: url(../images/line02.png);
  content: "";
  display: block;
  width: 225px;
  height: 25px;
  position: absolute;
  background-size: cover;
  top: -23%;
  left: -9%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec05 .credit li:nth-child(3)::after {
    width: 250px;
    height: 25px;
    top: -20%;
    left: -11%;
  }
}
#sec05 .credit li:nth-child(4) {
  position: relative;
}
#sec05 .credit li:nth-child(4)::after {
  background-image: url(../images/line02.png);
  content: "";
  display: block;
  width: 210px;
  height: 21px;
  position: absolute;
  background-size: cover;
  top: -13%;
  left: -10%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec05 .credit li:nth-child(4)::after {
    width: 232px;
    height: 24px;
    top: -8%;
    left: -11%;
  }
}
#sec05 .credit li:nth-child(5) {
  position: relative;
}
#sec05 .credit li:nth-child(5)::after {
  background-image: url(../images/line02.png);
  content: "";
  display: block;
  width: 184px;
  height: 22px;
  position: absolute;
  background-size: cover;
  top: -2%;
  left: -10%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #sec05 .credit li:nth-child(5)::after {
    width: 198px;
    height: 23px;
    top: 3%;
    left: -11%;
  }
}

@media screen and (min-width: 769px) {
  .o_footer .last_pc {
    width: 338.18px;
    margin: 0 auto;
  }
}
.o_footer .text01 {
  transform: rotate(-14deg);
  line-height: 0.8;
  margin-left: 5%;
}
.o_footer .text02 {
  transform: rotate(-14deg);
  line-height: 0.8;
  margin: -4% 0 0 56%;
  white-space: nowrap;
}
.o_footer .last {
  width: 68vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .o_footer .last {
    width: 290px;
  }
}

.ttl {
  display: table;
  position: relative;
}
.ttl__clip {
  position: relative;
  display: inline-block;
  transition: clip-path 0.6s cubic-bezier(0.18, 0.06, 0.23, 1) 0.2s;
  clip-path: inset(0 100% 0 0);
  padding: 5px 12px 8px 0;
  font-family: "Licorice", cursive;
  font-weight: 400;
  font-style: normal;
  color: #BEF900;
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl__clip {
    font-size: 40px;
  }
}
.ttl__clip.slid__open {
  clip-path: inset(0);
}
.ttl .sta_cre {
  position: relative;
  margin-top: 33%;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ttl .sta_cre {
    width: 100vw;
    font-size: 15px;
    margin-top: 130px;
  }
}
.ttl .sta_cre p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  letter-spacing: 0.1rem;
}

.creditAjax_price__sale {
  margin-left: 5px;
  color: rgb(163, 48, 48);
}

.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_link.creditAjax__saleOn .proper {
  text-decoration: line-through;
  text-align: right;
  margin-left: auto;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9998;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 80%;
  height: 100vh; /*ナビの高さ*/
  background: #363636;
  transition: all 0.8s;
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  #g-nav {
    width: 70%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  font-size: 22px;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 13px;
  display: block;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
#g-nav li a span {
  color: #BEF900;
}

#g-nav p {
  text-align: center;
  color: #fff;
}

.g_title {
  font-size: 38px;
  white-space: nowrap;
  line-height: 1.7;
}

.g_title2 {
  font-size: 15px;
  margin-bottom: 30px;
}

.v_w {
  width: 10px;
  margin-right: 20px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 48px;
  right: 18px;
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
  width: 40px;
  height: 50px;
}
@media screen and (min-width: 769px) {
  .openbtn {
    top: 67px;
    right: 40px;
    width: 52px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background-color: #000000;
  width: 60%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

#btn01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}

#btn01.active span:nth-of-type(2) {
  transform: translateY(2px) rotate(45deg);
  background-color: #fff;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.nav_bottom {
  background-color: #BEF900;
  font-size: 11px;
  position: fixed;
  height: 50px;
  width: 100%;
  z-index: 9997; /*ボタンを最前面に*/
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
}
.nav_bottom p {
  text-align: center;
  margin-top: 14px;
}
@media screen and (min-width: 769px) {
  .nav_bottom p {
    font-size: 13px;
    margin-top: 11px;
  }
}
.nav_bottom p span {
  border: 1px solid;
  font-size: 10px;
  padding: 6px 16px;
  margin-left: 16px;
}/*# sourceMappingURL=style.css.map */