@charset "UTF-8";
html {
  height: 100vh;
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  color: #404040;
  background-color: #ff9ab8;
  font-family: heisei-maru-gothic-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

.bg-top, .bg-bottom {
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 40vh;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .bg-top, .bg-bottom {
    height: 600px;
  }
}
#page_info .bg-top, #page_info .bg-bottom {
  display: none;
}
.bg-top {
  top: 0;
  background-image: url("../img/all/bg_top.jpg");
}
.bg-top.stop {
  position: absolute;
}
.bg-bottom {
  bottom: 0;
  background-image: url("../img/all/bg_bottom.jpg");
}

body * {
  word-break: break-all;
}

input, select, option, textarea {
  color: #404040;
  font-family: heisei-maru-gothic-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

[type=button], [type=reset], [type=submit], [type=radio], [type=checkbox] {
  vertical-align: baseline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=submit], [type=reset], [type=submit] {
  padding: 0.2rem 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #ffffff;
}

[type=text], textarea {
  padding: 0.5rem 0.3rem 0.3rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}
[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}
[type=text]::placeholder, textarea::placeholder {
  color: #ccc;
}

.selectbox {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.selectbox select {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.3rem 0.3rem;
}
.selectbox:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1rem;
  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;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  content: "\f078";
  white-space: nowrap;
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

[type=radio] {
  display: none;
}
[type=radio] + label {
  position: relative;
  padding: 0 0 0 1.4rem;
  cursor: pointer;
  vertical-align: middle;
}
[type=radio] + label:before {
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 1px solid #ccc;
  border-radius: 3rem;
  background: #fff;
  line-height: 1;
}
[type=radio] + label:after {
  position: absolute;
  z-index: 1;
  top: 0.4rem;
  left: 0.2rem;
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border-radius: 3rem;
  background: #ff75c0;
  line-height: 1;
}
[type=radio]:checked + label:after {
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #404040;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 1200px;
    min-height: calc(100vh - 50px);
  }
}
.wrapper_bg {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.head {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 1.2rem;
  background: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    background: #ff9ab8;
  }
}
#page_index .head {
  position: relative;
}
@media screen and (min-width: 768px) {
  #page_index .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.head_info {
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .head_info {
    color: #404040;
    font-size: 0.8rem;
  }
}
.head_info h1 {
  color: #0085ff;
  font-size: 0.6rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .head_info h1 {
    color: #404040;
    font-size: 0.8rem;
  }
}

.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

main {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 2rem;
  }
}
#page_index main, #page_top main {
  padding-top: 0rem;
  background: transparent;
}

#header {
  position: relative;
  width: auto;
  padding: 4.6rem 0 0;
}
@media screen and (min-width: 768px) {
  #header {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    background: none;
  }
}
#header .tel {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  padding: 480px 0 0;
}
#header #logo {
  position: relative;
  z-index: 2;
  width: 450px;
  margin: 30px auto 25px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #header #logo {
    width: auto;
    margin: auto;
  }
}
#header .head_photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header #logo img {
  width: 100%;
  height: auto;
}

footer {
  margin: auto 0 0;
  text-align: center;
}

#footer {
  margin: 1rem 0 0;
}
#footer .copyright {
  padding: 10px 0 20px;
  font-size: 0.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #footer .copyright {
    font-size: 0.9rem;
  }
}
#footer .menu {
  display: block;
  width: auto;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
#footer .menu li {
  margin: 0.5rem 1rem 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  #footer .menu li {
    margin: 0 0 0;
    padding: 0 20px;
  }
}
#footer .menu li.spacer {
  width: 100%;
}
#footer .menu li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.5rem 0;
  border: 1px solid #ff73ab;
  border-radius: 5px;
  background: rgb(255, 244, 249);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 244, 249)), to(rgb(255, 184, 219)));
  background: linear-gradient(0deg, rgb(255, 244, 249) 0%, rgb(255, 184, 219) 100%);
  font-size: 0.8rem;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff4f9",endColorstr="#ffb8db",GradientType=1);
}
@media screen and (min-width: 768px) {
  #footer .menu li a {
    display: inline;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
  }
}
#footer .menu li a:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 1px solid #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #footer .menu li a:before {
    display: none;
  }
}
#footer .menu li a:hover:after {
  top: auto;
  bottom: 0;
}
#footer .menu li a:hover {
  background: rgb(255, 189, 223);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 189, 223)), to(rgb(255, 112, 162)));
  background: linear-gradient(0deg, rgb(255, 189, 223) 0%, rgb(255, 112, 162) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbddf",endColorstr="#ff70a2",GradientType=1);
}
@media screen and (min-width: 768px) {
  #footer .menu li a:hover {
    background: none;
  }
}

header .btn {
  position: fixed;
  z-index: 1000;
  top: 1.2rem;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  background: rgb(0, 163, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 60, 255, 0.65)), color-stop(90%, rgb(50, 181, 255)));
  background: linear-gradient(0deg, rgba(0, 60, 255, 0.65) 0%, rgb(50, 181, 255) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003cff",endColorstr="#00a3ff",GradientType=1);
}
header .btn .head_btn {
  margin: 0 0 0 auto;
}
header .btn .btn_icon {
  position: relative;
  float: right;
  width: 2.4rem;
  margin: 0 0 0 10px;
}
header .btn .btn_icon.view {
  position: relative;
  display: none;
  float: left;
  width: 80px;
  margin: 0 0 0 0px;
}
header .btn .btn_icon img {
  width: 100%;
  height: auto;
}
header .btn .btn_icon .menu_btn {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 100%;
  height: 100%;
}
header .btn .btn_icon .line {
  display: block;
  width: 1.6rem;
  height: 4px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  line-height: 1;
}
header .btn .btn_icon .line img {
  height: 100%;
}
header .btn .btn_icon .line.l2 {
  margin: 6px 0;
}
header .btn .btn_icon .open .line.l1 {
  -webkit-transform: translateY(2px) rotate(225deg);
          transform: translateY(2px) rotate(225deg);
}
header .btn .btn_icon .open .line.l3 {
  -webkit-transform: translateY(-2px) rotate(-225deg);
          transform: translateY(-2px) rotate(-225deg);
}
header .menu {
  display: none;
}
@media screen and (min-width: 768px) {
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 5px 5px 0;
    list-style: none;
  }
}
header .menu:last-child {
  padding-bottom: 5px;
}
header .menu li {
  position: relative;
  width: 100%;
  padding-right: 5px;
}
header .menu li:last-child {
  padding-right: 0;
}
header .menu li.menu_empty2 a {
  cursor: default;
}
header .menu li.menu_top a:after {
  background-image: url("../img/all/menu_top.png?20180920");
}
header .menu li.menu_schedule a:after {
  background-image: url("../img/all/menu_schedule.png?20180920");
}
header .menu li.menu_cast a:after {
  background-image: url("../img/all/menu_cast.png?20180920");
}
header .menu li.menu_system a:after {
  background-image: url("../img/all/menu_system.png?20180920");
}
header .menu li.menu_access a:after {
  background-image: url("../img/all/menu_map.png?20180920");
}
header .menu li.menu_recruit a:after {
  background-image: url("../img/all/menu_recruit.png?20180920");
}
header .menu li.menu_recruit1 a:after {
  background-image: url("../img/all/menu_recruit1.png?20180920");
}
header .menu li.menu_recruit2 a:after {
  background-image: url("../img/all/menu_recruit2.png?20180920");
}
header .menu li.menu_contact a:after {
  background-image: url("../img/all/menu_contact.png?20180920");
}
header .menu li.menu_scmail a:after {
  background-image: url("../img/all/menu_scmail.png?20180920");
}
header .menu li.menu_ranking a:after {
  background-image: url("../img/all/menu_ranking.png?20180920");
}
header .menu li.menu_event a:after {
  background-image: url("../img/all/menu_event.png?20180920");
}
header .menu li.menu_executive a:after {
  background-image: url("../img/all/menu_top.png?20180920");
}
header .menu li.menu_mail a:after {
  background-image: url("../img/all/menu_mail.png?20180920");
}
header .menu li.menu_kuchikomi a:after {
  background-image: url("../img/all/menu_kuchikomi.png?20180920");
}
header .menu li.menu_empty2 a:after {
  background-image: url("../img/all/menu_top.png?20180920");
}
header .menu li ul.menu_recruit_popup {
  position: absolute;
  z-index: 9999;
  top: 42px;
  left: 0;
  width: 100%;
  list-style: none;
}
header .menu li ul.menu_recruit_popup li {
  position: relative;
  width: 100%;
}
header .menu li ul.menu_recruit_popup li:last-child {
  padding-top: 2px;
  padding-right: 5px;
}
header .menu li a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 40px;
  text-indent: -9999px;
  border: 1px solid #ff73ab;
  border-radius: 5px;
  background: rgb(255, 244, 249);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 244, 249)), to(rgb(255, 184, 219)));
  background: linear-gradient(0deg, rgb(255, 244, 249) 0%, rgb(255, 184, 219) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff4f9",endColorstr="#ffb8db",GradientType=1);
}
header .menu li a:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 1px solid #fff;
  border-radius: 5px;
}
header .menu li a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  content: "";
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
header .menu li a:hover:after {
  top: auto;
  bottom: 0;
}
header .menu li a:hover {
  background: rgb(255, 189, 223);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 189, 223)), to(rgb(255, 112, 162)));
  background: linear-gradient(0deg, rgb(255, 189, 223) 0%, rgb(255, 112, 162) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbddf",endColorstr="#ff70a2",GradientType=1);
}

#page_top header .menu li.menu_top a, #page_schedule header .menu li.menu_schedule a, #page_cast header .menu li.menu_cast a, #page_system header .menu li.menu_system a, #page_access header .menu li.menu_access a, #page_mail header .menu li.menu_mail a, #page_recruit header .menu li.menu_recruit a, #page_scmail header .menu li.menu_scmail a, #page_ranking header .menu li.menu_ranking a, #page_event header .menu li.menu_event a, #page_executive header .menu li.menu_executive a, #page_contact header .menu li.menu_contact a, #page_kuchikomi header .menu li.menu_kuchikomi a {
  background: rgb(255, 189, 223);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 189, 223)), to(rgb(255, 112, 162)));
  background: linear-gradient(0deg, rgb(255, 189, 223) 0%, rgb(255, 112, 162) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbddf",endColorstr="#ff70a2",GradientType=1);
}
#page_top header .menu li.menu_top a:after, #page_schedule header .menu li.menu_schedule a:after, #page_cast header .menu li.menu_cast a:after, #page_system header .menu li.menu_system a:after, #page_access header .menu li.menu_access a:after, #page_mail header .menu li.menu_mail a:after, #page_recruit header .menu li.menu_recruit a:after, #page_scmail header .menu li.menu_scmail a:after, #page_ranking header .menu li.menu_ranking a:after, #page_event header .menu li.menu_event a:after, #page_executive header .menu li.menu_executive a:after, #page_contact header .menu li.menu_contact a:after, #page_kuchikomi header .menu li.menu_kuchikomi a:after {
  top: auto;
  bottom: 0;
}

#nav_slide {
  position: fixed;
  z-index: 9999;
  top: 4.6rem;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: calc(100% - 4.6rem);
  padding: 0 0;
  list-style: none;
  background: #ffc7f8;
}
#nav_slide li {
  padding: 0 0;
}
#nav_slide li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3rem 0.5rem;
  color: #404040;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ff4f80;
}
#nav_slide li a span {
  font-size: 0.9rem;
}
#nav_slide li img {
  width: 100%;
  height: auto;
}

.cast_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .cast_box {
    padding: 0 0 2rem;
  }
}
.cast_box .cast {
  position: relative;
  width: calc(50% - 0.25rem);
  margin-top: 0.7rem;
  margin-right: 0.5rem;
  margin-bottom: 0rem;
  padding: 0.5rem 1rem;
  background-image: url("../img/all/cast_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .cast_box .cast {
    width: calc(25% - 0.75rem);
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
    padding: 1rem 2.5rem;
  }
}
.cast_box .cast:nth-child(2n+2) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .cast_box .cast:nth-child(2n+2) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cast_box .cast:nth-child(4n+4) {
    margin-right: 0;
  }
}
.cast_box .cast:before, .cast_box .cast:after {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: 0;
  content: "";
}
.cast_box .cast:before {
  bottom: 100%;
  border-bottom: solid 0.5rem #ff2385;
  border-left: solid 0.5rem transparent;
}
@media screen and (min-width: 768px) {
  .cast_box .cast:before {
    border-bottom: solid 1rem #ff2385;
    border-left: solid 1rem transparent;
  }
}
.cast_box .cast:after {
  top: 100%;
  border-top: solid 0.5rem #ff2385;
  border-right: solid 0.5rem transparent;
}
@media screen and (min-width: 768px) {
  .cast_box .cast:after {
    border-top: solid 1rem #ff2385;
    border-right: solid 1rem transparent;
  }
}
.cast_box .cast .cast_img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0;
}
.cast_box .cast .cast_img a {
  position: relative;
  display: block;
}
.cast_box .cast .cast_img a:after {
  position: relative;
  display: block;
  padding: 150% 0 0;
  content: "";
}
.cast_box .cast .cast_img a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cast_box .cast .entry {
  display: none;
  height: 1em;
  margin: 0 15px 5px;
  padding: 5px 0;
  color: #ff3b76;
  border: 1px solid #8566ff;
  background: rgba(255, 255, 255, 0.65);
  font-size: 90%;
  line-height: 1;
}
.cast_box .cast .name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  margin: 0 0;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #000;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_box .cast .name {
    font-size: 1.2rem;
  }
}
.cast_box .cast .name a {
  color: #fff;
}
.cast_box .cast .age {
  display: block;
  margin-top: 5px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #000;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_box .cast .age {
    font-size: 1rem;
  }
}
.cast_box .cast .new {
  position: absolute;
  top: -10px;
  right: 0;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .cast_box .cast .new {
    top: -10px;
    width: 40px;
  }
}
.cast_box .cast .blog {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 50%;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_box .cast .blog {
    width: 40%;
    margin-top: 10px;
  }
}
.cast_box .cast .time {
  position: relative;
  display: block;
  width: 100%;
  margin: 1px 0 0;
  padding: 0.5rem 0 0.3rem;
  text-align: center;
  background: rgb(255, 255, 255);
  font-size: 0.7rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_box .cast .time {
    font-size: 0.8rem;
  }
}
.cast_box .cast .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1px 0;
}
.cast_box .cast .cate {
  width: 44%;
}
.cast_box .cast .cate .cate_img {
  position: relative;
  display: block;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.cast_box .cast .cate .cate_img:before {
  display: block;
  padding: 35% 0 0 0;
  content: "";
}
.cast_box .cast .cate .cate_img:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (min-width: 768px) {
  .cast_box .cast .cate .cate_img:after {
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
}
.cast_box .cast .cate .cate_img img {
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 5%;
  width: 90%;
  height: 70%;
}
.cast_box .cast .cate .cate_img:nth-child(2) {
  margin: 1px 0;
}
.cast_box .cast .cate_01 {
  background: #ff0000;
}
.cast_box .cast .cate_02 {
  background: #ff6300;
}
.cast_box .cast .cate_03 {
  background: #ffb000;
}
.cast_box .cast .cate_04 {
  background: #ffd045;
}
.cast_box .cast .cate_05 {
  background: #cfff45;
}
.cast_box .cast .cate_06 {
  background: #96ff00;
}
.cast_box .cast .cate_07 {
  background: #2bff00;
}
.cast_box .cast .cate_08 {
  background: #00ffb3;
}
.cast_box .cast .cate_09 {
  background: #00d1ff;
}
.cast_box .cast .cate_10 {
  background: #0085ff;
}
.cast_box .cast .cate_11 {
  background: #0038ff;
}
.cast_box .cast .cate_12 {
  background: #6900ff;
}
.cast_box .cast .cate_13 {
  background: #c400ff;
}
.cast_box .cast .cate_14 {
  background: #ff00d6;
}
.cast_box .cast .cate_15 {
  background: #ff0063;
}

@media screen and (min-width: 768px) {
  .cast_box.pop .cast {
    width: calc(33.333% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .cast_box.pop .cast:nth-child(2n+2) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cast_box.pop .cast:nth-child(3n) {
    margin-right: 0;
  }
}

.cate_search_title {
  margin: 0 0 0.5rem 0;
  text-align: center;
  color: #333;
  font-size: 0.9rem;
}

ul.cate_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0.5rem 2rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  ul.cate_search {
    width: 90%;
    margin: 0 auto 2rem;
  }
}
ul.cate_search:after {
  display: block;
  clear: both;
  content: "";
}
ul.cate_search li {
  width: 33.33%;
}
@media screen and (min-width: 768px) {
  ul.cate_search li {
    width: 20%;
  }
}
ul.cate_search li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
ul.cate_search li a img {
  width: 100%;
  height: auto;
  opacity: 1;
}
ul.cate_search.active li a {
  background: rgba(0, 0, 0, 0.5);
}
ul.cate_search.active li a.active {
  background: none;
}
ul.cate_search.active li a.active img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
ul.cate_search.active li a img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
ul.cate_search .cate_search_item {
  position: relative;
  display: block;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
ul.cate_search .cate_search_item:before {
  display: block;
  padding: 18% 0 0 0;
  content: "";
}
ul.cate_search .cate_search_item:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
ul.cate_search .cate_search_item img {
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 5%;
  width: 90%;
  height: 70%;
}
ul.cate_search .cate_01 {
  background: #ff0000;
}
ul.cate_search .cate_02 {
  background: #ff6300;
}
ul.cate_search .cate_03 {
  background: #ffb000;
}
ul.cate_search .cate_04 {
  background: #ffd045;
}
ul.cate_search .cate_05 {
  background: #cfff45;
}
ul.cate_search .cate_06 {
  background: #96ff00;
}
ul.cate_search .cate_07 {
  background: #2bff00;
}
ul.cate_search .cate_08 {
  background: #00ffb3;
}
ul.cate_search .cate_09 {
  background: #00d1ff;
}
ul.cate_search .cate_10 {
  background: #0085ff;
}
ul.cate_search .cate_11 {
  background: #0038ff;
}
ul.cate_search .cate_12 {
  background: #6900ff;
}
ul.cate_search .cate_13 {
  background: #c400ff;
}
ul.cate_search .cate_14 {
  background: #ff00d6;
}
ul.cate_search .cate_15 {
  background: #ff0063;
}

.iframe_container {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}
.iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  .iframe_container iframe {
    height: 100%;
    padding: 0;
  }
}

.sns_box {
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .sns_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem 0 2rem;
  }
}
.sns_box > div {
  width: 90%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .sns_box > div {
    width: 220px;
    margin-bottom: 0;
    margin-left: 2rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .sns_box > div:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .sns_box > div:nth-child(5) {
    margin: 2rem 0 0;
    width: 350px;
  }
}
.sns_box > div.orenokaze {
  display: none;
}
@media screen and (min-width: 768px) {
  .sns_box > div.orenokaze {
    margin-top: 2rem;
    margin-left: 2rem;
    width: 350px;
  }
}
#page_top .sns_box > div.orenokaze {
  display: block;
}
.sns_box > div.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sns_box > div.pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sns_box > div.sp {
    display: none;
  }
}

.nightsblog {
  display: block;
  float: none;
  margin: 0 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .nightsblog {
    margin: 0 1rem 2rem;
  }
}
#page_index .nightsblog {
  display: none;
}
.nightsblog h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nightsblog h2 img {
  width: auto;
  height: 60px;
}
.nightsblog iframe {
  position: relative;
  width: 100%;
  height: 316px;
  vertical-align: top;
  border: 0;
}
@media screen and (min-width: 768px) {
  .nightsblog iframe {
    height: 316px;
  }
}

.oremichi {
  display: block;
  float: none;
  margin: 0 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .oremichi {
    margin: 0 1rem 2rem;
  }
}
#page_index .oremichi {
  display: none;
}
.oremichi iframe {
  position: relative;
  width: 100%;
  height: 316px;
  vertical-align: top;
  border: 0;
}
@media screen and (min-width: 768px) {
  .oremichi iframe {
    height: 316px;
  }
}

#page_info .line_banner.sp {
  display: none;
}

.line_banner.sp {
  padding: 20px 20px 0;
}
.line_banner img {
  width: 100%;
  height: auto;
}

.shopphoto_slide ul.swiper-wrapper {
  list-style: none;
}
.shopphoto_slide .swiper-pagination {
  position: relative;
  bottom: auto !important;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem 0 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .shopphoto_slide .swiper-pagination {
    margin: 1rem 0 0;
  }
}
.shopphoto_slide .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 50px;
  height: auto;
  opacity: 0.5;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .shopphoto_slide .swiper-pagination-bullet {
    width: 80px;
  }
}
.shopphoto_slide .swiper-pagination-bullet-active {
  opacity: 1;
}
.shopphoto_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1px;
}
@media screen and (min-width: 768px) {
  .shopphoto_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
}
.shopphoto_slide_item {
  position: relative;
}

.page_title {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0.5rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 143, 173, 0)), color-stop(20%, rgb(255, 143, 173)), color-stop(80%, rgb(255, 143, 173)), to(rgba(255, 143, 173, 0)));
  background: linear-gradient(90deg, rgba(255, 143, 173, 0) 0%, rgb(255, 143, 173) 20%, rgb(255, 143, 173) 80%, rgba(255, 143, 173, 0) 100%);
  background-color: #ff8fad;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_title {
    margin: 0 0 2rem;
    padding: 0.5rem 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255, 143, 173, 0)), color-stop(20%, rgb(255, 143, 173)), color-stop(80%, rgb(255, 143, 173)), color-stop(95%, rgba(255, 143, 173, 0)));
    background: linear-gradient(90deg, rgba(255, 143, 173, 0) 5%, rgb(255, 143, 173) 20%, rgb(255, 143, 173) 80%, rgba(255, 143, 173, 0) 95%);
  }
}
#page_recruit2 .page_title {
  background-color: #5ec6ff;
}
.page_title:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/all/pagetitle_line.svg"), url("../img/all/pagetitle_line.svg");
  background-repeat: repeat-x;
  background-position: 2px 4px, left 2px bottom 4px;
  background-size: auto 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (min-width: 768px) {
  .page_title:after {
    background-position: 2px 4px, left 2px bottom 4px;
    background-size: auto 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
}
.page_title img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page_title img {
    height: 4rem;
  }
}
.page_title span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.3rem;
  margin-left: 3.5rem;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page_title span {
    margin-top: -0.6rem;
    margin-left: 8rem;
    font-size: 1.5rem;
  }
}

.snowfall-flakes {
  pointer-events: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.event_header {
  position: relative;
  overflow: hidden;
  background-image: url("../img/all/event_header/bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .event_header {
    background-image: url("../img/all/event_header/bg.jpg");
  }
}
.event_header.halloween {
  background-image: url("../img/all/event_header/bg_halloween_sp.jpg");
}
@media screen and (min-width: 768px) {
  .event_header.halloween {
    background-image: url("../img/all/event_header/bg_halloween.jpg");
  }
}
.event_header.winter {
  background-image: url("../img/all/event_header/bg_winter_sp.jpg");
}
@media screen and (min-width: 768px) {
  .event_header.winter {
    background-image: url("../img/all/event_header/bg_winter.jpg");
  }
}
.event_header.xmas {
  background-image: url("../img/all/event_header/bg_xmas_sp.jpg");
}
@media screen and (min-width: 768px) {
  .event_header.xmas {
    background-image: url("../img/all/event_header/bg_xmas.jpg");
  }
}
.event_header.spring {
  background-image: url("../img/all/event_header/bg_spring_sp.jpg");
}
@media screen and (min-width: 768px) {
  .event_header.spring {
    background-image: url("../img/all/event_header/bg_spring.jpg");
  }
}
.event_header.bg202305 {
  background-image: url("../img/all/event_header/bg_sp.png");
}
@media screen and (min-width: 768px) {
  .event_header.bg202305 {
    background-image: url("../img/all/event_header/bg.png");
  }
}
.event_header.bg202305::after {
  padding-top: 60%;
}
@media screen and (min-width: 768px) {
  .event_header.bg202305::after {
    padding-top: 33.3333333333%;
  }
}
.event_header.bg202305 .event_header_logo {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.event_header.bg202305 .event_header_photo {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
}
.event_header.bg202305 .logo {
  width: 80%;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .event_header.bg202305 .logo {
    width: 60%;
    top: 3.5rem;
    left: 50%;
  }
}
.event_header.bg202305 .catch {
  width: 80%;
  position: absolute;
  top: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .event_header.bg202305 .catch {
    width: 60%;
    top: 16.5rem;
    left: 50%;
  }
}

.event_header:after {
  display: block;
  padding-top: 88%;
  content: "";
}
@media screen and (min-width: 768px) {
  .event_header:after {
    padding-top: 33.3333333333%;
  }
}

.event_header_logo, .event_header_catch, .event_header_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event_header_logo {
  z-index: 9;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation-name: header_logo;
          animation-name: header_logo;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes header_logo {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  12% {
    -webkit-transform: translateY(-89.11%);
            transform: translateY(-89.11%);
  }
  24% {
    -webkit-transform: translateY(-56.44%);
            transform: translateY(-56.44%);
  }
  36% {
    -webkit-transform: translateY(-1.99%);
            transform: translateY(-1.99%);
  }
  54% {
    -webkit-transform: translateY(-24.98%);
            transform: translateY(-24.98%);
  }
  74% {
    -webkit-transform: translateY(-1.63%);
            transform: translateY(-1.63%);
  }
  82% {
    -webkit-transform: translateY(-6.25%);
            transform: translateY(-6.25%);
  }
  92% {
    -webkit-transform: translateY(-0.66%);
            transform: translateY(-0.66%);
  }
  96% {
    -webkit-transform: translateY(-1.54%);
            transform: translateY(-1.54%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes header_logo {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  12% {
    -webkit-transform: translateY(-89.11%);
            transform: translateY(-89.11%);
  }
  24% {
    -webkit-transform: translateY(-56.44%);
            transform: translateY(-56.44%);
  }
  36% {
    -webkit-transform: translateY(-1.99%);
            transform: translateY(-1.99%);
  }
  54% {
    -webkit-transform: translateY(-24.98%);
            transform: translateY(-24.98%);
  }
  74% {
    -webkit-transform: translateY(-1.63%);
            transform: translateY(-1.63%);
  }
  82% {
    -webkit-transform: translateY(-6.25%);
            transform: translateY(-6.25%);
  }
  92% {
    -webkit-transform: translateY(-0.66%);
            transform: translateY(-0.66%);
  }
  96% {
    -webkit-transform: translateY(-1.54%);
            transform: translateY(-1.54%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.event_header_catch {
  z-index: 10;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-animation-name: header_catch;
          animation-name: header_catch;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes header_catch {
  0% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header_catch {
  0% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.event_header_photo {
  -webkit-animation-name: photo, photo_brightness;
          animation-name: photo, photo_brightness;
  -webkit-animation-duration: 2s, 2s;
          animation-duration: 2s, 2s;
  -webkit-animation-delay: 2.5s, 2.5s;
          animation-delay: 2.5s, 2.5s;
  -webkit-animation-iteration-count: 1, 1;
          animation-iteration-count: 1, 1;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-filter: brightness(2) blur(5px);
          filter: brightness(2) blur(5px);
}

@-webkit-keyframes photo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes photo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes photo_brightness {
  0% {
    -webkit-filter: brightness(2) blur(5px);
            filter: brightness(2) blur(5px);
  }
  100% {
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
}
@keyframes photo_brightness {
  0% {
    -webkit-filter: brightness(2) blur(5px);
            filter: brightness(2) blur(5px);
  }
  100% {
    -webkit-filter: brightness(1) blur(0px);
            filter: brightness(1) blur(0px);
  }
}
.event_header_photo.photo2, .event_header_photo.photo3, .event_header_photo.photo4 {
  -webkit-animation-name: photo, photo_brightness, photo_blink;
          animation-name: photo, photo_brightness, photo_blink;
  -webkit-animation-duration: 2s, 2s, 6s;
          animation-duration: 2s, 2s, 6s;
  -webkit-animation-delay: 3s, 3s, 5s;
          animation-delay: 3s, 3s, 5s;
  -webkit-animation-iteration-count: 1, 1, infinite;
          animation-iteration-count: 1, 1, infinite;
  opacity: 0;
}

@-webkit-keyframes photo_blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes photo_blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.event_header_photo.photo1 {
  z-index: 8;
}

.event_header_photo.photo2 {
  z-index: 6;
  -webkit-animation-delay: 3.5s, 3.5s, 5s;
          animation-delay: 3.5s, 3.5s, 5s;
}

.event_header_photo.photo3 {
  z-index: 5;
  -webkit-animation-delay: 3.5s, 3.5s, 7s;
          animation-delay: 3.5s, 3.5s, 7s;
}

.event_header_photo.photo4 {
  z-index: 7;
  -webkit-animation-delay: 3.5s, 3.5s, 9s;
          animation-delay: 3.5s, 3.5s, 9s;
}

.holiday {
  margin: 1rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .holiday {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
}
.holiday strong {
  display: block;
  color: #ff0000;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .holiday strong {
    display: inline;
    margin-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  .holiday br {
    display: none;
  }
}
.holiday span {
  display: none;
}
@media screen and (min-width: 768px) {
  .holiday span {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .holiday div {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */