<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&amp;display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  background: url(../../img/bg.png) repeat left top;
  background-attachment: fixed;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

main {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#page {
  overflow: hidden;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  position: relative;
  background-color: #f1f1f1;
}

@media (max-width: 899px) {
  #page {
    overflow: hidden;
    margin: 0;
    width: auto;
    padding: 0;
  }
}

@media (max-width: 899px) {
.contents{
  padding: 0 15px;
}
}

/* -- LAYOUT -- */
.header {
  margin: 0 auto;
  width: 100%;
  background-color: #f1f1f1;
}

.header_inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.header_logo {
  margin: 0 auto 35px;
  width: 700px;
  padding-top: 95px;
  padding-bottom: 60px;
}

.header_tfm{
  position: absolute;
  top: 28px;
  left: 32px;
  width: 147px;
  height: auto;
}


.header_ttl {
  text-align: center;
  font-size: 2.6rem;
  padding: 0 0 50px 0;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

.header_ttl :before {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  background: #e83428;
}

.header_box{
  height: 100%;
  border: 5px solid #DEDEDE;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;

}

.header_name{
  margin-bottom: 25px;
}

@media (max-width: 899px) {
  .header_name{
    margin-bottom: 15px;
  }
}

.header_name span{
  font-weight: bold;
  font-style: normal;
  line-height: 1.6em;
  font-size: 1.8rem;
  background-color: #e83428;
  color: #FFF;
  margin: 10px 0;
  font-family: 'Noto Sans', sans-serif;
  padding: 0 0 0 5px;
}

.header_txt {
  text-align: left;
  line-height: 1.8em;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: 'Noto Sans', sans-serif;
}

.header_txt .name {
  display: block;
  margin-top: 15px;
  font-size: 1.5rem;
  font-family: 'Noto Sans', sans-serif;
}

.header_txt em {
  font-weight: bold;
  font-style: normal;
  line-height: 1.4em;
  font-size: 1.7rem;
  background-color: #e83428;
  color: #FFF;
  margin: 10px 0;
}

.header_ph {
  float: right;
  margin-left: 20px;
  width: 210px;
}

.header_kv {
  margin: 15px auto;
  max-width: 700px;
}

@media (max-width: 899px) {
  .header {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .header_inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .header_tfm {
    position: absolute;
    top: 3px;
    left: 11px;
    width: 54px;
    z-index: 10;
  }
  .header_logo {
    padding-top: 55px;
    padding-bottom: 0;
    margin: 0 auto 20px;
    max-width: 550px;
    width: 98%;
    position: relative;
  }
  .header_bnr {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
  }
  .header_onair {
    padding: 20px;
    margin: 0 auto 40px;
    width: auto;
    display: inline-block;
  }
  .header_ttl {
    text-align: center;
    font-size: 1.8rem;
    padding: 0 0 50px 0;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
  }
  .header_ttl :before {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 30px);
    width: 40px;
    height: 5px;
    content: '';
    background: #e83428;
  }
  .header_txt {
    text-align: left;
    line-height: 1.6em;
    font-size: 1.4rem;
    font-weight: normal;
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans', sans-serif;
  }
  .header_ph {
    width: 70%;
    margin: 0 auto 15px;
    text-align: center;
    display: block;
    float: inherit;
  }
}

.mc {
  width: 1000px;
  margin: 70px auto 0;
}

@media (max-width: 899px) {
  .mc {
    width: 100%;
    margin: 0;
  }
}

/* -- profile -- */

.profile{
  width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 899px) {
  .profile{
    width: 100%;
    display: initial;
  }
}

.profile_box{
  width: 440px;
  height: 100%;
  border: 5px solid #DEDEDE;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #DEDEDE;
}

@media (max-width: 899px) {
  .profile_box{
    width: auto;

  }
}

.profile_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile_ph{
  width: 200px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 899px) {
  .profile_ph{
    width: 70%;
    max-width: 600px;
    margin: 0 auto 15px;
  }
}

.profile_txt{
  text-align: left;
  line-height: 1.6em;
  font-size: 1.4rem;
  font-family: 'Noto Sans', sans-serif;
  width: 220px;
}

@media (max-width: 899px) {
  .profile_txt{
    width:auto;
  }
}

.profile_name{
  margin-bottom: 25px;
}

@media (max-width: 899px) {
  .profile_name{
    margin-bottom: 15px;
  }
}

.profile_name span{
  font-weight: bold;
  font-style: normal;
  line-height: 1.6em;
  font-size: 2.0rem;
  background-color: #e83428;
  color: #FFF;
  margin: 10px 0;
  font-family: 'Noto Sans', sans-serif;
  padding: 0 0 0 5px;
}

.profile_name span em{
  font-size: 1.4rem;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}

/**/

.sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 3.0rem;
  font-family: 'Noto Sans', sans-serif;
  margin-top: 30px;
  color: #e83428;
}

@media (max-width: 899px) {
  .sectTit {
  font-size: 2.0rem;
  }
}

.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #e83428;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
@media (max-width: 899px) {
  .sectTit:before,
  .sectTit:after {
    width: 1px;
    height: 1em;
  }
}

.sectTit:before {
  transform: rotate(-35deg);
}
 
.sectTit:after {
  transform: rotate(35deg);
}

.sectTit3 {
  text-align: center;
  line-height: 1.3;
  font-size: 1.2rem;
}
















/* -- guest -- */

.guest {
  padding: 0;
  background-color: #f1f1f1;
}

.guest_ttl {
  text-align: center;
  font-size: 2.6rem;
  padding: 0 0 50px 0;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

.guest_ttl :before {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  content: '';
  background: #76a9b9;
}

.guest_subttl {
  text-align: center;
  font-size: 2.4rem;
  padding: 0 0 50px 0;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

.guest_subttl span {
  font-size: 2.0rem;
}

.guest_container {
  width: 1000px;
  margin: 0 auto;
}

.guest_att {
  line-height: 2.0em;
  font-size: 1.2rem;
  font-family: 'Noto Sans', sans-serif;
  text-indent: -1em;
  margin: 0 auto;
  width: 66%;
  border: 2px dotted #333;
  padding: 20px 40px;
}

.guest_att_ttl {
  text-decoration: underline;
}

.guest_inner {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
}

.guest_inner .profile {
  width: 100%;
  line-height: 2.0em;
  font-size: 1.4rem;
  padding: 0 20px;
  font-family: 'Noto Sans', sans-serif;
}

.guest_ph {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
}

.guest_bnr img {
  max-width: 160px;
}

.guest_number a {
  color: 333;
  text-decoration: none;
}

.seat{
  font-style: normal;
  font-size: 1.4rem;
}

.seat a{
  width: 130px;
  margin-top: 10px;
  background-color: #333;
  text-align: center;
  padding: 10px 15px;
  display: block;
  color: #FFF;
  border-radius: 5px;
}

@media (max-width: 899px) {
  .guest {
    background-color: #f1f1f1;
  }
  .guest_ttl {
    font-size: 2.0rem;
    padding: 0 0 30px 0;
  }
  .guest_ttl :before {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 5px;
    content: '';
    background: #76a9b9;
  }
  .guest_subttl {
    text-align: center;
    font-size: 1.8rem;
    padding: 0 0 20px 0;
  }
  .guest_subttl span {
    font-size: 1.4rem;
  }
  .guest_container {
    margin: 0 auto;
    width: 100%;
  }
  .guest_att {
    line-height: 1.8em;
    font-size: 1.2rem;
    border: none;
    padding: 0;
    width: 90%;
  }
  .guest_inner {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .guest_inner .profile {
    width: 360px;
    line-height: 2.0em;
    font-size: 1.4rem;
    padding: 0 20px;
    font-family: 'Noto Sans', sans-serif;
  }
  .guest_inner .illust {
    width: 200px;
  }
  .guest_ph {
    position: static;
    width: 70%;
    margin: 20px auto 0;
    text-align: center;
  }
  .guest_bnr img {
    max-width: 140px;
  }
}

.tbl-r02 {
  border-collapse: separate;
  border-spacing: 10px;
}

.tbl-r02 th {
  background: #76a9b9;
  color: #fff;
  padding: 3px 20px;
  font-size: 1.4rem;
  width: 150px;
}

@media (max-width: 899px) {
  .tbl-r02 th {
    width: auto;
  }
}

.tbl-r02 td {
  padding: 15px 20px;
  font-size: 1.6rem;
}

.tbl-r02 td .td_ttl {
  color: #76a9b9;
  font-weight: bold;
  font-size: 2.6rem;
  display: block;
  text-decoration: underline;
  margin-bottom: 6px;
}

@media (max-width: 899px) {
  .tbl-r02 td .td_ttl {
    font-size: 2.2rem;
    margin-bottom: 7px;
  }
}

.tbl-r02 td .td_ttl_s {
  color: #76a9b9;
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 3px;
  text-decoration: underline;
}

@media (max-width: 899px) {
  .tbl-r02 td .td_ttl_s {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.tbl-r02 td .td_ttl_txt {
  margin: 15px 0;
  font-size: 1.2rem;
  line-height: 1.6;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.tbl-r02 td .td_ttl_1 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e83428;
  font-style: normal;
  display: block;
  line-height: 1.4;
}

.tbl-r02 td .td_ttl_2 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1246a7;
  font-style: normal;
  display: block;
}

.tbl-r02 td .td_ttl_3 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0b9ecf;
  font-style: normal;
  display: block;
}

.f_size {
  font-size: 2.2rem;
  font-weight: bold;
}

.s_size {
  font-size: 1.2rem;
}

@media (max-width: 899px) {
  .tbl-r02 {
    border-collapse: none;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    font-size: 1.4rem;
    margin: 10px 0 2px;
    padding: 4px 0;
  }
}

/* -- about -- */

.about {
  width: 73%;
  margin: 70px auto 0;
}

.about_box1 {
  border: 1px solid #76a9b9;
  margin-bottom: 60px;
  padding-bottom: 30px;
  background-color: #FFF;
  border-radius: 5px;
}

@media (max-width: 899px) {
  .about_box1 {
    border: 1px solid #76a9b9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
  }
}

.about_ttl {
  text-align: center;
  font-size: 2.6rem;
  padding: 0 0 50px 0;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

.about_ttl :before {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  content: '';
  background: #76a9b9;
}

.about_txt {
  text-align: center;
  line-height: 1.8em;
  font-size: 2.2rem;
  padding: 30px 0 0 0;
  margin-bottom: 30px;
  font-family: 'Noto Sans', sans-serif;
  color: #76a9b9;
}

.about_txt span {
  font-size: 2.5rem;
}

.about_sub {
  background-color: #FFF;
}

.about_sub h3 {
  text-align: center;
  line-height: 1.8em;
  font-size: 2.6rem;
  font-family: 'Noto Sans', sans-serif;
  background-color: #444;
  color: #FFF;
  padding: 10px 0 8px;
}

@media (max-width: 899px) {
  .about_sub h3 {
    text-align: center;
    line-height: 1.8em;
    font-size: 2.0rem;
    color: #FFF;
    padding: 10px 0 8px;
  }
}

.about_sub_txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
}

.about_main_1 {
  text-align: center;
  line-height: 1.8em;
  font-size: 2.2rem;
  padding: 15px 0;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  color: #FFF;
  background-color: #76a9b9;
}

.about_main_1 h3 {
  text-align: center;
  line-height: 1.8em;
  font-size: 2.2rem;
  font-family: 'Noto Sans', sans-serif;
  background-color: #666;
  color: #FFF;
}

.about_day {
  padding-top: 30px;
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
}

@media (max-width: 899px) {
  .about_main_1 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .about_main_1 h3 {
    line-height: 1.6em;
    font-size: 1.8rem;
  }
  .about_day {
  font-size: 1.6rem;
  }
}

.about_detail {
  text-align: center;
  line-height: 1.8em;
  font-size: 2.0rem;
  padding: 30px;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

.about_detail span {
  color: #e83428;
  /*font-size: 2.4rem;*/
}

.about_detail .s_size {
  color: #000;
}

.about_method {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.2rem;
  margin-top: 40px;
}

@media (max-width: 899px) {
  .about_detail {
    text-align: center;
    line-height: 1.8em;
    font-size: 1.6rem;
    padding: 15px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
  }
  .about_detail li {
    margin-bottom: 15px;
  }
  .about_detail span {
    color: #e83428;
    /*font-size: 2.4rem;*/
  }
  .about_method {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

.about_btn li {
  margin-bottom: 20px;
}

.about_btn a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background: url(../../img/arw_w.png) no-repeat 94% center;
  background-size: auto;
  background-size: 12px 18px;
  text-decoration: none;
  font-size: 1.8rem;
}

.about_btn .more_btn1 {
  margin: 0 auto 15px;
  max-width: 424px;
  width: 88%;
  text-align: center;
  font-weight: bold;
  background-color: #e83428;
  color: #FFF;
  border-bottom: solid 8px #bd1d13;
  border-radius: 5px;
  /*padding: 25px 0 20px;*/
}


.about_btn .more_btn1 span {
  font-size: 1.0rem;
  display: block;
}

.about_btn .more_btn1 a {
  padding: 25px 0 20px;
  display: block;
}

.about_btn .more_btn2 {
  margin: 0 auto;
  max-width: 424px;
  width: 80%;
  text-align: center;
  font-weight: bold;
  background-color: #1e5ac9;
  color: #FFF;
  border-bottom: solid 8px #1246a7;
  border-radius: 5px;
}

.about_btn .more_btn2 span {
  font-size: 1.0rem;
}

.about_btn .more_btn2 a {
  padding: 25px 0 20px;
  display: block;
}

.about_btn .more_btn3 {
  margin: 0 auto;
  max-width: 424px;
  width: 80%;
  text-align: center;
  font-weight: bold;
  background-color: #0b9ecf;
  color: #FFF;
  border-bottom: solid 8px #0883ab;
  border-radius: 5px;
}

.about_btn .more_btn3 span {
  font-size: 1.0rem;
}

.about_btn .more_btn3 a {
  padding: 25px 0 20px;
}

.about_btn_txt {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.about_entry a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background: url(../../img/arw_w.png) no-repeat 94% center;
  background-size: auto;
  background-size: 12px 18px;
  text-decoration: none;
}

.about_entry .more_btn1 {
  margin: 30px auto 0;
  max-width: 550px;
  width: 90%;
  text-align: center;
  font-weight: bold;
  background-color: #e83428;
  color: #FFF;
  border-bottom: solid 8px #bd1d13;
  border-radius: 5px;
  font-size: 2.0rem;
}

.about_entry .more_btn1 span {
  display: block;
  font-size: 1.2rem;
}

.about_entry .more_btn1 a {
  display: block;
  padding: 24px 0 20px;
}

@media (max-width: 899px) {
  .about_btn .more_btn1 {
    padding: 15px 0 10px;
    font-size: 1.6rem;
  }
  .about_btn .more_btn1 a {
    padding: 0;
  }
  .about_btn .more_btn2 {
    padding: 15px 0 10px;
  }
  .about_btn .more_btn2 a {
    padding: 0;
  }
  .about_btn .more_btn3 {
    padding: 15px 0 10px;
  }
  .about_btn .more_btn3 a {
    padding: 0;
  }
  .about_btn a {
    display: block;
    text-decoration: none;
    color: #FFF;
    background: url(../../img/arw_w.png) no-repeat 94% center;
    background-size: auto;
    background-size: 8px 14px;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 15px 0 10px;
  }
  .about_entry {
    margin: 20px 0;
  }
  .about_entry .more_btn1 {
    width: 100%;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  .about_entry .more_btn1 a{
    padding: 15px 0;
  }
}

@media (max-width: 899px) {
  .about {
    width: 100%;
    margin: 30px auto 0;
    padding-bottom: 0;
    /*border-bottom: 2px dotted #333;*/
  }
  .about_container {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .about_ttl {
    text-align: center;
    font-size: 1.8rem;
    padding: 0 0 30px 0;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
  }
  .about_ttl :before {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 20px);
    width: 35px;
    height: 5px;
    content: '';
    background: #76a9b9;
  }
  .about_txt {
    font-weight: bold;
    line-height: 1.8em;
    font-size: 1.6rem;
    font-family: 'Noto Sans', sans-serif;
    padding: 15px 0 0 0;
    text-align: center;
    color: #76a9b9;
  }
  .about_txt span {
    font-size: 2.0rem;
  }
  .about_txt_2 {
    text-align: center;
    line-height: 1.8em;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
  }
  .about_txt_2 span {
    font-size: 1.8rem;
  }
}

.footer {
  text-align: center;
  margin-top: 40px;
  background-color: #f1f1f1;
}

.footer_container {
  padding-top: 20px;
  text-align: center;
}

.footer_container address {
  padding: 0 0 30px;
  font-size: 1.0rem;
  text-align: center;
  font-family: 'Noto Sans JP', 400;
  font-style: normal;
  font-weight: normal;
}

@media (max-width: 899px) {
  .footer {
    margin-top: 0;
  }
  .footer_container {
    padding-top: 0;
    text-align: center;
  }
  .footer_container address {
    padding: 10px 0;
    font-size: 0.8rem;
  }
}

.bn_spo {
  margin: 0 auto 30px;
  width: 1000px;
}

.bn_spo li{
  margin-bottom: 20px;
}

@media (max-width: 899px) {
  .bn_spo {
    margin: 0 auto 20px;
    width: 90%;
  }
}

.go-top a {
  position: fixed;
  bottom: 25px;
  right: 20px;
  background: url(../../img/top.svg) no-repeat 0 top;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 899px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
</pre></body></html>