@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  font-family: "Sawarabi Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #292931;
  background-color: #e3ded8;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
    font-size: max(1.8rem, 12px);
  }
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a,
body button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  body a,
  body button {
    transition: opacity 0.3s ease;
    backface-visibility: hidden;
  }
  body a:hover,
  body button:hover {
    opacity: 0.7;
  }
}
body p,
body dd {
  line-height: 2.142;
}
body p a,
body dd a {
  display: inline;
  text-decoration: underline;
}

section,
main,
header,
footer {
  position: relative;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
  }
}

@supports (aspect-ratio: 1) {
  .main {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .contents {
    width: calc(1620 / 1920 * 100%);
  }
}
.contents > * {
  overflow: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .inner {
    width: calc(1200 / 1620 * 100%);
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* =====================================================================
    共通
======================================================================*/
.ff-en {
  font-family: "Zen Old Mincho", serif;
}

.movie-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.group01,
.group02 {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.group01.is-appear,
.group02.is-appear {
  opacity: 1;
}

.btn01 a {
  position: relative;
  text-align: center;
  padding: 1.1em 2em;
  width: 100%;
  color: #96ffff;
  line-height: 1.4;
  border: 1px solid currentColor;
}
@media screen and (min-width: 768px) {
  .btn01 a {
    width: 48%;
    transition-property: background-color, color;
  }
  .btn01 a:hover {
    opacity: 1;
    color: #292931;
    background-color: #96ffff;
  }
}
.btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 48%;
  right: 1.3em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
}

/* =====================================================================
    header
======================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: calc(300 / 1920 * 100%);
    font-size: 2rem;
    z-index: 1;
  }
  .header-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: calc(1840 / 1920 * 100%);
  }
}
.header-logo {
  padding: 5.6rem 0;
  width: 100%;
  background-color: #96ffff;
}
.header-logo a {
  margin-left: calc(91 / 750 * 100%);
  width: calc(322 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .header-logo a {
    margin: 0 auto;
    width: calc(150 / 300 * 100%);
  }
}
.header.is-active .btn-menu span {
  right: 0.4em;
}
.header.is-active .btn-menu span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.header.is-active .btn-menu span:nth-of-type(2) {
  left: 100%;
  opacity: 0;
}
.header.is-active .btn-menu span:nth-of-type(3) {
  transform: rotate(45deg);
}

.btn-menu {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 11rem;
  height: 11rem;
  font-size: 1rem;
  background-color: #292931;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none !important;
  }
}
.btn-menu-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 3.2em;
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.4em;
  background-color: #96ffff;
  border-radius: 0.4em;
  transform-origin: center right;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 0.2em);
  left: 0;
  margin: 0 auto;
  width: 80%;
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
}

.nav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 0 120px;
  color: #292931;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .nav {
    display: block !important;
    padding-bottom: 10rem;
  }
  .nav::-webkit-scrollbar {
    width: 0;
  }
  .nav > .inner {
    width: 100%;
    max-width: initial;
  }
}
.nav-menu {
  margin: 2.916em auto;
  width: calc(570 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .nav-menu {
    width: 100%;
  }
}
.nav-menu > li:not(:last-child) {
  margin-bottom: 1.388em;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .nav-menu > li > a {
    padding-left: 3em;
  }
  .nav-menu > li > a:hover {
    opacity: 1;
  }
  .nav-menu > li > a:hover::before {
    width: 2em;
  }
}
.nav-menu > li > a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1px;
  margin: auto 0;
  border-top: 1px solid #fb008c;
}
@media screen and (min-width: 768px) {
  .nav-menu > li > a::before {
    width: 0;
    transition: width 0.3s ease;
  }
}
.nav-menu > li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.nav-sns {
  display: flex;
  justify-content: center;
  font-size: 3.361em;
}
@media screen and (min-width: 768px) {
  .nav-sns {
    font-size: 3em;
  }
}
.nav-sns li {
  margin: 0 0.103em;
}
.nav-sns li a {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background: url(../images/common/bg_sns_icon.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .nav-sns li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/bg_sns_icon_h.svg) no-repeat center/contain;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .nav-sns li a:hover {
    opacity: 1;
  }
  .nav-sns li a:hover::before {
    opacity: 1;
  }
  .nav-sns li a:hover svg {
    fill: #96ffff;
  }
}
.nav-sns li a svg {
  position: relative;
  width: 40%;
  height: 40%;
  transition: fill 0.3s ease;
}
.nav .btn-request {
  text-align: center;
  margin-top: 1.25em;
  font-size: 0.888em;
}
.nav .btn-request button {
  position: relative;
  display: inline-block;
  padding: 1.093em 1.687em;
  padding-right: 2.4em;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border: 0.2rem solid currentColor;
}
@media screen and (min-width: 768px) {
  .nav .btn-request button {
    padding: 0.8em;
    padding-bottom: 2em;
    width: 70%;
    transition-property: box-shadow;
  }
  .nav .btn-request button:hover {
    opacity: 1;
    box-shadow: 0 0 0 0.4rem currentColor inset;
  }
}
.nav .btn-request button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.9em;
  margin: auto;
  width: 0.812em;
  height: 0.812em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><g><path d="M12.5,25C5.6,25,0,19.4,0,12.5S1.3,6,3.7,3.6C6,1.3,9.2,0,12.5,0h0c3.3,0,6.5,1.3,8.8,3.7,2.4,2.4,3.7,5.5,3.7,8.8,0,6.9-5.6,12.5-12.5,12.5ZM12.5,1c-3.1,0-5.9,1.2-8.1,3.4-2.2,2.2-3.4,5.1-3.4,8.1,0,6.3,5.2,11.5,11.5,11.5s11.5-5.2,11.5-11.5c0-3.1-1.2-5.9-3.4-8.1-2.2-2.2-5.1-3.4-8.1-3.4h0Z"/><path d="M10.9,17c-.2,0-.3,0-.4-.2-.2-.2-.1-.5,0-.7l4.2-3.2-4.2-3.2c-.2-.2-.3-.5,0-.7.2-.2.5-.3.7,0l4.7,3.6c.1,0,.2.2.2.4s0,.3-.2.4l-4.7,3.6c0,0-.2.1-.3.1Z"/></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><g><path d="M12.5,25C5.6,25,0,19.4,0,12.5S1.3,6,3.7,3.6C6,1.3,9.2,0,12.5,0h0c3.3,0,6.5,1.3,8.8,3.7,2.4,2.4,3.7,5.5,3.7,8.8,0,6.9-5.6,12.5-12.5,12.5ZM12.5,1c-3.1,0-5.9,1.2-8.1,3.4-2.2,2.2-3.4,5.1-3.4,8.1,0,6.3,5.2,11.5,11.5,11.5s11.5-5.2,11.5-11.5c0-3.1-1.2-5.9-3.4-8.1-2.2-2.2-5.1-3.4-8.1-3.4h0Z"/><path d="M10.9,17c-.2,0-.3,0-.4-.2-.2-.2-.1-.5,0-.7l4.2-3.2-4.2-3.2c-.2-.2-.3-.5,0-.7.2-.2.5-.3.7,0l4.7,3.6c.1,0,.2.2.2.4s0,.3-.2.4l-4.7,3.6c0,0-.2.1-.3.1Z"/></g></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .nav .btn-request button::after {
    top: auto;
    bottom: 0.45em;
    left: 0;
    right: 0;
    width: 1.15em;
    height: 1.15em;
  }
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-list li {
  margin-top: 4rem;
  width: calc(570 / 650 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}
.banner-list li img {
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 3rem calc(30 / 1200 * 100%) 0 0;
    width: calc(380 / 1200 * 100%);
  }
  .banner-list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .banner-list li:nth-child(3n), .banner-list li:last-child {
    margin-right: 0;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.outline-list {
  color: #ffffff;
}
.outline-list li {
  position: relative;
  margin-bottom: 4rem;
  line-height: 2.142;
}
@media screen and (min-width: 768px) {
  .outline-list li {
    display: flex;
    margin-bottom: 2.2rem;
  }
}
.outline-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .outline-list li:last-child h3 {
    padding-bottom: 2rem;
    border-bottom: 0.3rem solid #ffffff;
  }
  .outline-list li:last-child .outline-list-content {
    padding-bottom: 2.2rem;
    border-bottom: 0.1rem solid #ffffff;
  }
}
.outline-list h3 {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.3em;
  color: #96ffff;
  border-bottom: 0.3rem solid #ffffff;
}
@media screen and (min-width: 768px) {
  .outline-list h3 {
    flex-shrink: 0;
    width: 10em;
    margin: 0 1rem 0 0;
    padding: 2rem 0 0 0;
    border-bottom: 0;
    border-top: 0.3rem solid #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .outline-list-content {
    flex-grow: 1;
    padding-top: 2.2rem;
    border-top: 0.1rem solid #ffffff;
  }
}
.outline-list-content > *:not(:last-child) {
  margin-bottom: 3rem;
}
.outline-list-content p {
  line-height: 1.785;
}
@media screen and (max-width: 767px) {
  .outline-list-content p {
    font-size: 93%;
  }
}
.outline-list-content p em {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 142%;
  letter-spacing: 0.14em;
}
.outline-list-content p span {
  margin-left: 2rem;
  padding: 0 2rem;
  border: solid 1px;
}

.footer-outline {
  position: relative;
  background-color: #292931;
}
.footer-outline h2 {
  position: relative;
  padding: 8rem 0;
  margin: 0 auto;
  width: calc(517 / 650 * 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer-outline h2 {
    padding: 2.8rem 0;
    width: calc(517 / 1200 * 100%);
  }
}
.footer-outline-bottom {
  position: relative;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .footer-outline-bottom {
    padding: 8rem 0;
  }
}
.footer-outline-bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../images/common/bg_pattern01.jpg) repeat top center/1rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer-outline-bottom::before {
    margin: 0 calc((50vw - 75rem) * -1) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-outline .outline-list {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.footer-outline .btn-outline {
  margin: 7rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer-outline .btn-outline {
    max-width: 760px;
    width: 80%;
  }
}
.footer-outline .btn-outline button {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 1.3em 3.5em;
  font-size: 107%;
  color: #ffffff;
  line-height: 1.6;
  border: 2px solid currentColor;
}
.footer-outline .btn-outline button::after {
  content: "＋";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  .footer-outline .btn-outline button {
    transition-property: box-shadow;
  }
  .footer-outline .btn-outline button:hover {
    opacity: 1;
    box-shadow: 0 0 0 4px currentColor inset;
  }
}
.footer-top {
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .footer-top {
    padding: 9rem 0;
  }
}

.follow-btn {
  display: none;
  position: fixed;
  top: 15rem;
  right: 1rem;
  width: 10.2rem;
  z-index: 10;
}
.follow-btn img {
  filter: drop-shadow(0 0.4rem 2.5rem rgba(0, 0, 0, 0.2));
}
.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .follow-content {
    left: auto;
    right: -2rem;
    transform: translateX(0%);
  }
}

.pagetop a {
  position: relative;
  margin: 0 auto -0.68em;
  padding-top: 0.36em;
  width: 1em;
  font-size: 25.9rem;
  transition: margin 0.3s ease-out;
}
.pagetop a.is-show {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pagetop a {
    font-size: 14.3rem;
  }
  .pagetop a:hover {
    opacity: 1;
    margin-bottom: 0;
  }
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.54em;
  height: 0.54em;
  background-color: #96ffff;
  border-radius: 50%;
  z-index: -1;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.16em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.15em;
  height: 0.15em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.7 25.4"><polygon points="14 0 12.6 1.4 19.9 8.7 0 8.7 0 10.7 21.9 10.7 23.9 12.7 21.9 14.7 0 14.7 0 16.7 19.9 16.7 12.6 24 14 25.5 26.7 12.7 14 0"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.7 25.4"><polygon points="14 0 12.6 1.4 19.9 8.7 0 8.7 0 10.7 21.9 10.7 23.9 12.7 21.9 14.7 0 14.7 0 16.7 19.9 16.7 12.6 24 14 25.5 26.7 12.7 14 0"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #292931;
  transform: rotate(-90deg);
}

.credit {
  margin-top: 12rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.454;
}
@media screen and (min-width: 768px) {
  .credit {
    margin-top: 6rem;
    font-size: 1.4rem;
  }
}

.copyright {
  position: relative;
  padding: 8rem 0;
  text-align: center;
  font-size: 2.4rem;
  color: #292931;
  background-color: #96ffff;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 0;
    padding: 4rem 0;
    font-size: 1.6rem;
  }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.popup-area {
  display: flex;
  padding: 120px 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.popup-area::-webkit-scrollbar {
  width: 0;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(14, 53, 53, 0.8);
}
@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
}
.popup-inner {
  position: relative;
  margin: auto;
  align-self: flex-start;
  width: calc(690 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .popup-movie .popup-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .popup-movie .popup-inner {
    max-width: 120vh;
  }
}
.popup-close {
  position: absolute;
  top: -4em;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  padding-top: 90%;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
}
.popup-close::after {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top left;
}
.popup .popup-list > li::before, .popup .popup-list > li::after, .popup .popup-list::before, .popup .popup-list::after {
  content: "";
  position: absolute;
  display: block;
  width: 7rem;
  height: 7rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .popup .popup-list > li::before, .popup .popup-list > li::after, .popup .popup-list::before, .popup .popup-list::after {
    width: 6rem;
    height: 6rem;
  }
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #292931;
  outline: 0.2rem solid #ffffff;
  outline-offset: -0.2rem;
  border-radius: 7rem;
}
.popup-list::before, .popup-list::after {
  bottom: 0;
  background-image: url(../images/common/bg_frame01_popup.svg);
}
.popup-list::before {
  left: 0;
  transform: scale(1, -1);
}
.popup-list::after {
  right: 0;
  transform: scale(-1, -1);
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 8rem 5.7971014493%;
  line-height: 2.142;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-list > li {
    padding: 8rem calc(65 / 1200 * 100%);
  }
}
.popup-list > li::before, .popup-list > li::after {
  top: 0;
  background-image: url(../images/common/bg_frame01_popup.svg);
}
.popup-list > li::before {
  left: 0;
}
.popup-list > li::after {
  right: 0;
  transform: scale(-1, 1);
}
.popup-list > li p {
  text-align: center;
}
.popup-list > li p a {
  color: #ffffff;
}
.popup-ttl {
  text-align: center;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 114%;
  color: #96ffff;
  border-bottom: 0.2rem solid;
}
@media screen and (min-width: 768px) {
  .popup-ttl {
    padding-bottom: 0.8em;
    font-size: 130%;
  }
}
.popup-ttl small {
  display: block;
  margin: 0.3em 0;
  color: #a9a9a9;
  line-height: 1.666;
}/*# sourceMappingURL=base.css.map */