.pc {
  display: none !important;
}

@media (min-width: 960px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.innner, .sec, .box_if, .breadcrumb ul, .ttl1 {
  max-width: 960px;
  margin: 0 auto;
}

.innner2 {
  max-width: 620px;
  margin: 0 auto;
}

.innner3 {
  max-width: 480px;
  margin: 0 auto;
}

.flex, .box_sched tr, .box_faq dt, .box_faq dd, .option, .contact_btn, .fnav, .box_tag span, .lst_contact .box_cbtn, .dnav.dmenu .lst_main, .dnav.dmenu, .flexC, .box_sched td, .box_galsinfo, .pagetop, .fnav a, .box_tag, .sinfo, .slick-dots, .drawer button, .btn, .btn2, .btn_tel, .btn1 {
  display: flex;
  align-items: center;
}

.flexC, .box_sched td, .box_galsinfo, .pagetop, .fnav a, .box_tag, .sinfo, .slick-dots, .drawer button, .btn, .btn2, .btn_tel, .btn1 {
  justify-content: center;
}

.pad1 {
  padding: 1.75rem;
}

.pt_b {
  background: url("../../img/bg_pat_black.jpg") repeat center top/80px;
}

.bg_dam1 {
  background: #1a1311 url("../../img/bg_damask1.png") repeat left top 100px;
}

a {
  color: #6e91e3;
}

.gfont, .box_faq dt::before, .box_faq dd::before, .pagetop, .btn_tel, .ttl span {
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.gr1, .dnav.dmenu, .drawer button, .btn2, .btn_tel {
  background: linear-gradient(135deg, #47b9f2 0%, #6e91e3 44%, #466DD3 100%);
}

.gr2, .fnav, .btn1 {
  background: linear-gradient(135deg, #f8d233 0%, #f68d00 60%);
}

.btn, .btn2, .btn_tel, .btn1 {
  color: white;
  border-radius: 2rem 0 2rem 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 15em;
}
.btn::after, .btn2::after, .btn_tel::after, .btn1::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  border: 2px solid;
  border-radius: calc(2rem - 4px) 0 calc(2rem - 4px) 0;
  pointer-events: none;
}

.btn2, .btn_tel {
  padding: 1em 0;
}

.logo_main {
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .logo_main {
    width: 70%;
    max-width: 960px;
  }
}

.copyright {
  text-align: right;
  font-size: 0.9rem;
  padding: 0 1rem 1rem 0;
  opacity: 0.75;
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  height: 60px;
}

.lst_main a {
  color: white;
}

h1 {
  width: 210px;
  margin-left: 0.75rem;
}
h1 a, h1 img {
  display: block;
}

.d_overlay {
  display: none;
}

.d-open {
  overflow: hidden !important;
}
.d-open .d_overlay {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.drawer {
  position: fixed;
  z-index: 1010;
  top: 0;
  width: 100%;
}
.drawer button {
  width: 70px;
  height: 60px;
  border: 0;
  outline: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 0 10px 10px;
  border-radius: 0 0 0 50px;
}
.drawer button:hover {
  cursor: pointer;
}
.drawer button .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.drawer button.mbtn {
  right: 0;
}
.drawer button.mbtn .icon {
  position: relative;
  width: 30px;
}
.drawer button.mbtn .icon, .drawer button.mbtn .icon::before, .drawer button.mbtn .icon::after {
  height: 4px;
  border-radius: 2px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: white;
}
.drawer button.mbtn .icon::before, .drawer button.mbtn .icon::after {
  position: absolute;
  left: 0;
  content: " ";
}
.drawer button.mbtn .icon::before {
  top: -10px;
  width: 30px;
}
.drawer button.mbtn .icon::after {
  top: 10px;
  width: 20px;
}
.drawer button.open {
  background: transparent;
}
.drawer button.open .icon {
  margin: 0 0 3px 0;
  transform: rotate(45deg);
}
.drawer button.open .icon::before, .drawer button.open .icon::after {
  top: 0;
  background: white;
}
.drawer button.open .icon::before {
  transform: rotate(-90deg);
}
.drawer button.open .icon::after {
  top: -4px;
  left: 10px;
  background: transparent;
}
.drawer button.none {
  display: none;
}

.dnav {
  width: 100%;
  max-width: 430px;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: white;
}
.dnav a {
  display: block;
  flex-shrink: 0;
}
.dnav.dmenu {
  z-index: 110;
  right: -101vw;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  flex-direction: column;
}
.dnav.dmenu::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  background: url("../../img/emblem.webp") no-repeat center/100%;
  position: absolute;
  right: -40px;
  bottom: -40px;
  opacity: 0.3;
  z-index: -1;
}
.dnav.dmenu.open {
  right: 0;
}
.dnav.dmenu ul {
  width: 100%;
}
.dnav.dmenu .lst_main {
  padding: calc(60px + 1rem) 0 2rem;
  flex-wrap: wrap;
}
.dnav.dmenu .lst_main li {
  width: calc(50% - 0.5rem);
  margin-bottom: 2rem;
}
.dnav.dmenu .lst_main li:nth-child(odd) {
  margin-right: 1rem;
}
.dnav.dmenu .lst_main a {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

@media (min-width: 960px) {
  header {
    justify-content: space-between;
    padding: 0 100px 0 0;
  }
  header h1 {
    margin-left: 80px;
  }
  .drawer-open button .icon {
    margin: 0 0 3px 10px;
  }
}
/* Slider */
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  padding-bottom: 44px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

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

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

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

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

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

.slick-slide img {
  display: block;
}

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

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

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

.slick-loading .slick-slide {
  visibility: hidden;
}

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

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

.slick-arrow, .slick-dots {
  color: transparent;
}

.slick-arrow {
  border: 0;
  background: transparent;
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 44px;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #6e91e3;
  border-right: 2px solid #6e91e3;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}

.slick-next {
  right: 1.75rem;
}
.slick-next::before {
  transform: rotate(45deg);
}

.slick-prev {
  left: 1.75rem;
}
.slick-prev::before {
  transform: rotate(225deg);
}

.slick-dots {
  position: absolute;
  left: 44px;
  bottom: 0;
  width: calc(100% - 88px);
  height: 44px;
}
.slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d9e2f8;
  border-radius: 4px;
  position: absolute;
  pointer-events: none;
}
.slick-dots li.slick-active::before {
  background: #6e91e3;
  border: 2px solid white;
  border-radius: 6px;
}

.fixed {
  overflow: hidden !important;
  height: 100%;
}

body {
  color: #535353;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background: white url("../../img/pt_bg1.svg") repeat center top/36px;
}

header, main, footer {
  width: 100%;
  min-width: 375px;
}

main:not(.p_top) {
  margin-top: 70px;
}

.sinfo {
  flex-direction: column;
}
.sinfo p {
  color: #6e91e3;
  font-size: 1.15rem;
}

.rad1, .box_if, .video, .box_prof2 {
  border-radius: 1rem;
  overflow: hidden;
}

iframe {
  width: 100%;
  vertical-align: bottom;
}

.ttl {
  line-height: 1;
}
.ttl span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.5em;
}

.ttl1 {
  color: #6e91e3;
  position: relative;
  border-bottom: 2px solid;
}
.ttl1 img {
  max-width: 480px;
}
.ttl1 span {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 1.15rem;
}

.ttl2 {
  background: #6e91e3;
  color: white;
  font-weight: 600;
  padding: 0.6em 1rem;
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
}
.ttl2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -0.5em;
  top: -0.2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  border-bottom: 0.8em solid #f3ca88;
  border-top: 0;
  transform: rotate(315deg);
}

.ttl10 {
  background: #6e91e3;
  color: white;
  padding: 0.75em;
  border-radius: 20px 0 20px 0;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .ttl10 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.btn_tel {
  font-size: 1.5rem;
  padding: calc(0.5rem + 4px) 2rem 0.5rem 0.75rem;
  line-height: normal;
}
.btn_tel img {
  width: 2.2em;
  height: 2.2em;
}

.lst_contact {
  width: 100%;
}
.lst_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lst_contact .box_reserv a, .lst_contact .box_credit a {
  height: 60px;
  border-radius: 30px;
}
.lst_contact .box_cbtn a {
  display: block;
  width: 60px;
}
.lst_contact .box_cbtn a:not(:last-child) {
  margin-right: 0.75rem;
}

.box_txt {
  font-size: 1.15rem;
  line-height: 1.7;
}
.box_txt p:not(:last-child) {
  margin-bottom: 1.75em;
}

.name {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.name .age {
  margin-left: 0.2em;
  font-size: 0.9em;
  letter-spacing: 0;
}

.ico_today {
  width: 100px;
  position: absolute;
}

.box_tag {
  flex-wrap: wrap;
}
.box_tag span {
  line-height: 1;
  letter-spacing: 0;
}
.box_tag span::before {
  content: "";
  display: inline-block;
  margin-right: 0.4em;
  width: 1.15em;
  height: 1.15em;
  background: url("../../img/icon/ico_tag.svg") no-repeat center/100%;
}

.aco {
  cursor: pointer;
}

.acoarr {
  position: relative;
}
.acoarr::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5em);
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #6e91e3;
  border-right: 2px solid #6e91e3;
  transform: rotate(135deg);
  transition: 0.2s;
}
.acoarr.open::before {
  transform: rotate(316deg);
}

.sub_aco {
  display: none;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  color: #535353;
}
.breadcrumb ul {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  padding: 1rem 1.75rem;
}
.breadcrumb li {
  line-height: 1;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.breadcrumb li a span {
  padding-right: 1rem;
}
.breadcrumb li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #535353;
  border-right: 1px solid #535353;
  transform: rotate(45deg);
}

main {
  flex: 1;
}

.video {
  position: relative;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v9_16 {
  aspect-ratio: 9/16;
}

.v16_9 {
  aspect-ratio: 16/9;
}

.caps {
  font-size: 0.85rem;
  display: block;
}

.box_status {
  overflow: hidden;
  width: calc(100% - 0.4rem);
  max-width: 12em;
  text-align: center;
  border-radius: 0.75em;
  font-size: 1rem;
  line-height: 1;
}
.box_status p {
  padding: 0.4em 0;
  color: white;
}

.date::before, .newdate::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  vertical-align: bottom;
}

.date {
  background: #efb659;
}
.date::before {
  background: url("../../img/icon/ico_date.svg") no-repeat center/100%;
}

.newdate {
  background: #29c77e;
}
.newdate::before {
  background: url("../../img/icon/ico_ndate.svg") no-repeat center/100%;
}

.status {
  background: #f75eb5;
}
.status.st2 {
  background: #6e91e3;
}
.status.st3 {
  background: #b9b9b9;
}
.status.laston {
  background: #29c77e;
}

.ico_today {
  right: -0.4rem;
  top: 0rem;
  transform: rotate(12deg);
  z-index: 1;
}

.fnav {
  padding: 0 1.75rem 0 0.75rem;
  border-radius: 0 50px 0 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
}
.fnav a {
  flex-direction: column;
  color: white;
  width: 80px;
  padding-bottom: 0.75rem;
}
.fnav a img {
  max-width: 60px;
}
.fnav a span {
  font-size: 0.9rem;
  margin-top: -1.25em;
}

footer {
  background: #c3d2f4;
}
footer .sinfo {
  margin: 0 auto 80px;
  width: 60%;
  max-width: 280px;
}
footer .btn_tel {
  margin-top: 0.75rem;
}

.pagetop {
  width: 8em;
  margin: 2rem auto;
  flex-direction: column;
}
.pagetop img {
  width: 30px;
}

.box_if iframe {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: bottom;
}

.soon {
  max-width: 600px;
  margin: 0 auto;
}

.sec {
  overflow: hidden;
}

main .btn1 {
  margin-bottom: 6rem;
  max-width: 16em;
  font-size: 1.3rem;
}

.box_panel {
  position: relative;
  margin: 0 auto;
  padding-top: calc(2rem + 24px);
  width: 80%;
  max-width: 400px;
}
.box_panel .btn2, .box_panel .btn_tel {
  margin-top: 1.75rem;
}

.contact_btn {
  position: absolute;
  right: -20px;
  top: 2rem;
  z-index: 1;
}
.contact_btn a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-left: 1rem;
}
.contact_btn a.bt_x {
  background: radial-gradient(ellipse at center, rgb(77, 77, 77) 0%, rgb(0, 0, 0) 100%);
}
.contact_btn a.bt_r {
  background: radial-gradient(ellipse at center, rgb(248, 210, 51) 0%, rgb(246, 141, 0) 100%);
}

.sl_panel {
  padding-bottom: 1.75rem;
}

.thumbnail {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.thumbnail .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.thumbnail .slick-slide img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 40px;
  border: 2px solid #6e91e3;
  object-fit: cover;
}
.thumbnail .slick-arrow {
  bottom: 20px;
}
.thumbnail .slick-next {
  right: -2rem;
}
.thumbnail .slick-prev {
  left: -2rem;
}

.box_prof1 {
  background: rgba(110, 145, 227, 0.2) url("../../img/pat_shoes.svg") repeat center top/200px;
  margin-bottom: 2rem;
}

.box_galsinfo {
  position: relative;
  padding: 0.75rem 1.75rem 0 3rem;
  flex-direction: column;
  width: calc(100% - 2rem);
  border: 1px solid rgba(110, 145, 227, 0.3);
  background: white url("../../img/pt_girlsinfo.svg") repeat-y center top/100%;
}

.ico_today {
  left: 0.4rem;
  top: -0.75rem;
  transform: rotate(-12deg);
}

.name {
  margin: 2.2rem auto 0.4rem;
  font-size: 2rem;
}
.name .age {
  font-size: 0.7em;
  font-weight: 500;
}

.size {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.sl_panel {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.sl_panel .slick-slide {
  border: 2px solid #6e91e3;
}

.box_tag {
  margin-bottom: 1rem;
}
.box_tag span {
  font-size: 0.9rem;
  padding: 0.6em;
}

.ttl3 {
  width: 100%;
  font-size: 1.2rem;
  color: #6e91e3;
  font-weight: bold;
  position: relative;
  left: 1rem;
  bottom: -1rem;
  z-index: 1;
}
.ttl3::after {
  content: "";
  display: inline-block;
  width: 7em;
  height: 1em;
  background: white;
  position: absolute;
  left: -0.5em;
  bottom: 0.4em;
  z-index: -1;
}

.archives {
  padding: 1.75rem 1rem 1rem;
  margin-bottom: 1.75rem;
  overflow: hidden;
  border: 1px solid #CCC;
  width: 100%;
  max-height: 460px;
}
.archives > div {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0 1em 0 0;
}

.box_prof2 {
  width: calc(100% - 2rem);
  margin: 0 auto 2rem;
  border: 2px solid #6e91e3;
  background: rgba(110, 145, 227, 0.2);
}

.option {
  padding: 1rem 1rem 0.25rem;
  flex-wrap: wrap;
}
.option p {
  display: inline-block;
  background: white;
  padding: 0.75em 1em;
  line-height: 1;
  margin: 0 0.75em 0.75em 0;
}

.box_faq {
  margin-bottom: 3rem;
}
.box_faq dl > div {
  padding: 0.4rem 1rem;
}
.box_faq dl > div:nth-child(odd) {
  background: rgba(110, 145, 227, 0.2);
}
.box_faq dt, .box_faq dd {
  line-height: 1.4;
}
.box_faq dt::before, .box_faq dd::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  min-width: 1.6em;
  height: 1.6em;
  font-size: 1.6em;
  font-weight: bold;
}
.box_faq dt::before {
  content: "Q";
  color: #f75eb5;
}
.box_faq dd::before {
  content: "A";
  color: #efb659;
}

.box_sched {
  overflow-x: scroll;
  padding: 1rem 0 1.75rem 1rem;
  margin-bottom: 2rem;
}
.box_sched table {
  border-collapse: collapse;
  width: 100%;
}
.box_sched tbody {
  display: flex;
  justify-content: center;
}
.box_sched tr {
  flex-direction: column;
  width: 100%;
  min-width: 7em;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 0.4em;
  background: rgba(110, 145, 227, 0.4);
}
.box_sched th, .box_sched td {
  text-align: center;
  width: 100%;
}
.box_sched th {
  padding: 0.75em 0;
  line-height: 1;
  color: white;
  background: #6e91e3;
  font-weight: 600;
  font-size: 0.85rem;
}
.box_sched th b {
  font-size: 1.4em;
  font-weight: bold;
  margin-right: 0.2em;
}
.box_sched td {
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0;
  line-height: 1.2;
}
.box_sched td span::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.4em;
  margin: 0.4em auto;
  background: #535353;
}

.video {
  border: 2px solid #6e91e3;
  margin: 2rem auto;
  max-width: 600px;
  width: calc(100% - 2rem);
}

.box_if {
  border: 3px solid #6e91e3;
  width: calc(100% - 2rem);
  margin: 2rem auto;
  aspect-ratio: 1/1.1;
  max-width: 600px;
}
@media (min-width: 960px) {
  .box_if {
    aspect-ratio: 1/1.07;
  }
}

@media (max-width: 959px) {
  .box_galsinfo {
    margin: 4rem auto 2rem;
  }
  .archives {
    height: 240px;
  }
  .toggle {
    display: none;
  }
}
@media (min-width: 960px) {
  .aco {
    pointer-events: none;
  }
  .box_panel {
    padding-top: 24px;
  }
  .contact_btn {
    top: 0;
  }
  .box_prof1 {
    padding: 4rem 2rem;
    margin-bottom: 4rem;
  }
  .box_prof1 .sec {
    display: flex;
  }
  .box_galsinfo {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 24px 0 0 3rem;
  }
  .name, .size {
    text-align: left;
    margin: 0;
  }
  .name {
    display: flex;
    align-items: baseline;
  }
  .box_name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 1.75rem 0;
  }
  .box_tag {
    justify-content: left;
  }
  .archives {
    flex-grow: 1;
  }
  .box_prof2 {
    width: 100%;
  }
  .box_faq dl > div {
    display: flex;
  }
  .box_faq dl dt {
    width: 38%;
    min-width: 38%;
  }
  .box_faq dl dd {
    flex-grow: 1;
  }
  .sec_if {
    display: flex;
    margin-bottom: 2rem;
  }
  .sec_if > div {
    width: calc(50% - 2rem);
  }
}
.option {
  flex-wrap: wrap;
}
.option > div {
  width: 33.3333333333%;
  max-width: 126px;
  padding: 0 0.4rem 0.75rem;
}

.nomination {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin-bottom: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nomination dt {
  background: rgba(110, 145, 227, 0.4);
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  padding: 8px;
  width: 50%;
  text-align: center;
  font-weight: bold;
}
.nomination dd {
  color: #6e91e3;
  background: rgba(204, 204, 204, 0.3);
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  padding: 8px;
  width: 50%;
  text-align: right;
  font-weight: bold;
}

/*# sourceMappingURL=styles.css.map */
