/* CSS INFORMATION -====================================================
File name : top.sass
Description :
===================================================================== */
/* =====================================================================
* main
* =================================================================== */
.main::before, .main::after {
  display: none;
}
/* =====================================================================
* mv
* =================================================================== */
.mv {
  background: url(../images/top/bg_live.jpg) no-repeat center bottom/cover;
}

.mv figure {
  width: 100%;
}

/* =====================================================================
* live
* =================================================================== */
.live {
  padding: calc(60 / 750 * 100%) 0 calc(80 / 750 * 100%);
  background: url(../images/top/bg_live.jpg) no-repeat center bottom/cover;
}

.live .inner .sec_ttl::before {
  background: url(../images/common/icon_live.svg) no-repeat center left/contain;
}

.live .inner .movie_wrap,.movie_wrap {
  z-index: 3;
  width: 100%;
  padding-top: 56.25%;
}

.live .inner .movie_wrap iframe,.movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#live .inner figure {
  background-color: #111a33;
}
.inner figure p {
  font-size: 4rem;
  text-align: center;
  line-height: 6rem;
  font-weight: 700;
  color: #fff;
}


@media screen and (min-width: 769px) {
  .mv figure {
  max-width: 1400px;
  margin: 0 auto;
}
  .live {
    padding: calc(80 / 1400 * 100%) 0 calc(80 / 1400 * 100%);
  }
  .live .inner {
      max-width: 1100px;
      padding: 0 calc(60/1400 *100%);
    }
  .live .inner .sec_ttl {
    margin: 0 auto calc(60 / 1280 * 100%);
    padding-left: calc(60/1280 *100%);
  }
  .live .inner .sec_ttl::before {
    width: calc(44 / 1280 * 100%);
    padding-top: calc(44 / 1280 * 100%);
  }
}

@media screen and (min-width: 1400px) {
  .live {
    padding: 80px 0 120px;
  }
  .live .inner {
    padding: 0 60px;
  }
}

/* =====================================================================
* pickup
* =================================================================== */

.pickup {
  padding: calc(80 / 750 * 100%) 0;
  background: url(../images/common/bg_img.png) no-repeat right bottom/calc(505/750 *100%) auto;
  background-color: #001f93;
}

.pickup .inner .sec_ttl::before {
  background: url(../images/common/icon_pickup.svg) no-repeat center left/contain;
}

.pickup .inner .pickup_box {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5em;
}
.pickup .inner .pickup_box h3 {
  font-size: 2.4em;
  color: #001f93;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
  border-bottom: double 4px #001f93;
  margin-bottom: 1em;
}

.kaho {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  padding-bottom: 20px;
}

.kaho dd {
  color: #001f93 !important;
}

@media screen and (min-width: 768px) {
  .pickup {
    padding: calc(50 / 1200 * 100%) 0 calc(10 / 1200 * 100%);
    background-size: calc(505/1200 *100%) auto;
  }
  .pickup .inner .pickup_box h3 {
    font-size: 1.8em;
  }
}


/*
.pickup .inner .pickup_box .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto calc(40/670 *100%);
}

.pickup .inner .pickup_box .pickup_list li {
  width: calc(320/670 *100%);
}

 .pickup .inner .pickup_box .pickup_list li::before {
  font-family: "Font Awesome 5 Free", 'Noto Sans JP',
    sans-serif;
  display: inline-block;

  font-size: 2.8rem;
  letter-spacing: 0.2em;
  padding: 0;
  font-weight: 900;
  margin-bottom: 0.5em;
}


.pickup .inner .pickup_box .pickup_list li dl dt a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(16, 25, 49, 0.3);
}

.pickup .inner .pickup_box .pickup_list li dl dt a span::before {
  content: "";
  display: block;
  width: calc(80 / 670 * 100vw);
  height: calc(80 / 670 * 100vw);
  background: url(../images/common/img_movie.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.pickup .inner .pickup_box .pickup_list li dl dd {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: calc(20/670 *100%);
}

.pickup .inner .pickup_box .pickup_text {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: calc(80/670 *100%);
}

@media screen and (min-width: 768px) {
  .pickup {
    padding: calc(80 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
    background-size: calc(505/1200 *100%) auto;
  }
  .pickup .inner .pickup_box {
    width: 100%;
  }
  .pickup .inner .pickup_box .pickup_list {
    justify-content: flex-start;
  }
  .pickup .inner .pickup_box .pickup_list li {
    width: calc(240/1000 *100%);
    margin-right: calc(13/1000 *100%);
  }
  .pickup .inner .pickup_box .pickup_list li:nth-child(4n) {
    margin-right: 0;
  }
  .pickup .inner .pickup_box .pickup_list li:not(:last-child) {
    margin-bottom: calc(40/1000 *100%);
  }
  .pickup .inner .pickup_box .pickup_list li::before {
    font-size: 1.8rem;
  }
  .pickup .inner .pickup_box .pickup_list li dl dt a span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pickup .inner .pickup_box .pickup_list li dl dt a span::before {
    width: calc(80 / 320 * 100%);
    height: 8em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pickup .inner .pickup_box .pickup_list li dl dd {
    font-size: 1.6rem;
    margin-top: calc(20/320 *100%);
  }
  .pickup .inner .pickup_box .pickup_list li:hover dl dt a span {
    background: rgba(16, 25, 49, 0);
  }
  .pickup .inner .pickup_box .pickup_list li:hover dl dt a span::before {
    width: calc(80 / 320 * 100%);
    height: 8em;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .pickup .inner .pickup_box .pickup_text {
    font-size: 1.8rem;
    margin-bottom: calc(80/1000 *100%);
  }
}

@media screen and (min-width: 1400px) {
  .pickup {
    padding: 80px 0 100px;
    background-size: 505px auto;
  }
} */

.highlight {
  padding-bottom: 4em;
}

/* =====================================================================
* information
* =================================================================== */
.information {
  padding: calc(80 / 750 * 100%) 0;
  background: #001f93;
}

.information .inner .sec_ttl::before {
  background: url(../images/common/icon_information.svg) no-repeat center left/contain;
}

.information .inner .information_box {
  background: #fff;
  padding: calc(20/670 *100%);
}

.information .inner .information_box .information_list {
  max-height: 30em;
  overflow-y: scroll;
  scrollbar-width: none;
}

.information .inner .information_box .information_list::-webkit-scrollbar {
  display: none;
}

.information .inner .information_box .information_list li {
  padding: calc(20/670 *100%);
  border-bottom: solid 1px #eaeef0;
}

.information .inner .information_box .information_list li .info_data {
  font-family: 'Montserrat',
 sans-serif;
  font-size: 2rem;
  color: #0036ff;
}

.information .inner .information_box .information_list li .info_text {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .information {
    padding: calc(80 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
  }
  .information .inner .information_box {
    padding: calc(20/1000 *100%);
  }
  .information .inner .information_box .information_list {
    max-height: 20em;
  }
  .information .inner .information_box .information_list li {
    padding: calc(20/1000 *100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .information .inner .information_box .information_list li .info_data {
    font-size: 1.6rem;
    width: calc(120/1000 *100%);
  }
  .information .inner .information_box .information_list li .info_text {
    font-size: 1.6rem;
    width: calc(880/1000 *100%);
  }
}

@media screen and (min-width: 1200px) {
  .information {
    padding: 80px 0 100px;
  }
}

/* =====================================================================
* WHAT'S NEW
* =================================================================== */
.new {
  padding: calc(80 / 750 * 100%) 0;
  background: #111a33;
}

.new .inner .sec_ttl::before {
  background: url(../images/common/icon_new.svg) no-repeat center left/contain;
}

.new .inner .information_box {
  background: #fff;
  padding: calc(20/670 *100%);
}

.new .inner .information_box .information_list {
  max-height: 16em;
  overflow-y: scroll;
  scrollbar-width: none;
}

.new .inner .information_box .information_list::-webkit-scrollbar {
  display: none;
}

.new .inner .information_box .information_list li {
  padding: calc(20/670 *100%);
  border-bottom: solid 1px #eaeef0;
}

.new .inner .information_box .information_list li a {
  color: #2d2d2d;
  text-decoration: underline;
}

.new .inner .information_box .information_list li .info_data {
  font-family: 'Montserrat',
 sans-serif;
  font-size: 2rem;
  color: #0036ff;
}

.new .inner .information_box .information_list li .info_text {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .new {
    padding: calc(80 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
  }
  .new .inner .information_box {
    padding: calc(20/1000 *100%);
  }
  .new .inner .information_box .information_list {
    max-height: 10em;
  }
  .new .inner .information_box .information_list li {
    padding: calc(20/1000 *100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .new .inner .information_box .information_list li .info_data {
    font-size: 1.6rem;
    width: calc(120/1000 *100%);
  }
  .new .inner .information_box .information_list li .info_text {
    font-size: 1.6rem;
    width: calc(880/1000 *100%);
  }
}

@media screen and (min-width: 1200px) {
  .new {
    padding: 80px 0 100px;
  }
}

/* =====================================================================
* Twitter
* =================================================================== */
.twitter {
  padding: calc(80 / 750 * 100%) 0 calc(120 / 750 * 100%);
  background: #111a33;
}

.twitter .inner .sec_ttl::before {
  background: url(../images/common/icon_twitter.svg) no-repeat center left/contain;
}

.twitter .inner .twitter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.twitter .inner .twitter_wrap .twitter_box1 {
  background: #001f93;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: calc(60/670 *100%) 0;
}

.twitter .inner .twitter_wrap .twitter_box1 .twitter_txt {
  font-size: 2.4rem;
}

.twitter .inner .twitter_wrap .twitter_box1 .twitter_txt i {
  display: block;
  margin: 0 auto;
  color: #00aeff;
}

.twitter .inner .twitter_wrap .twitter_box1 .twitter_txt span {
  display: block;
  font-family: 'Montserrat',
 sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.twitter .inner .twitter_wrap .twitter_box1 .btn_follow {
  width: calc(330/670 *100%);
  margin: calc(35/670 *100%) auto 0;
  background: #fff;
  color: #001f93;
  font-family: 'Montserrat',
 sans-serif;
  font-size: 2rem;
  padding: calc(20/670 *100%);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 5em;
}

.twitter .inner .twitter_wrap .twitter_box2 {
  background: #fff;
  width: 100%;
  padding: calc(40/670 *100%);
}

.twitter .inner .twitter_wrap .information_list {
  max-height: 16em;
  overflow-y: scroll;
  scrollbar-width: none;
}

.twitter .inner .twitter_wrap .information_list::-webkit-scrollbar {
  display: none;
}

.twitter .inner .twitter_wrap .information_list li {
  padding: calc(20/670 *100%);
  border-bottom: solid 1px #eaeef0;
}

.twitter .inner .twitter_wrap .information_list li .info_data {
  font-family: 'Montserrat',
 sans-serif;
  font-size: 2rem;
  color: #0036ff;
}

.twitter .inner .twitter_wrap .information_list li .info_text {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .twitter {
    padding: calc(80 / 1200 * 100%) 0 calc(120 / 1200 * 100%);
  }
  .twitter .inner .twitter_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .twitter .inner .twitter_wrap .twitter_box1 {
    width: calc(450/1000 *100%);
    padding: calc(80/1000 *100%) 0;
  }
  .twitter .inner .twitter_wrap .twitter_box1 .twitter_txt {
    font-size: 2.2rem;
  }
  .twitter .inner .twitter_wrap .twitter_box1 .twitter_txt span {
    font-size: 3rem;
  }
  .twitter .inner .twitter_wrap .twitter_box1 .twitter_txt i {
    font-size: 2em;
  }
  .twitter .inner .twitter_wrap .twitter_box1 .btn_follow {
    width: calc(270/450 *100%);
    margin: calc(20/450 *100%) auto 0;
    font-size: 1.8rem;
    padding: calc(20/450 *100%);
    line-height: 1em;
  }
  .twitter .inner .twitter_wrap .twitter_box1 .btn_follow:hover {
    background: #0036ff;
    color: #fff;
  }
  .twitter .inner .twitter_wrap .twitter_box2 {
    background: #fff;
    width: calc(550/1000 *100%);
    padding: calc(20/550 *100%);
  }
  .twitter .inner .twitter_wrap .twitter_box2 .twitter_timeline_wrap {
    height: 100%;
  }
  .twitter .inner .twitter_wrap .information_list {
    max-height: 16em;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .twitter .inner .twitter_wrap .information_list::-webkit-scrollbar {
    display: none;
  }
  .twitter .inner .twitter_wrap .information_list li {
    padding: calc(20/670 *100%);
    border-bottom: solid 1px #eaeef0;
  }
  .twitter .inner .twitter_wrap .information_list li .info_data {
    font-family: 'Montserrat',
 sans-serif;
    font-size: 2rem;
    color: #0036ff;
  }
  .twitter .inner .twitter_wrap .information_list li .info_text {
    font-size: 2.4rem;
  }
}

/* =====================================================================
*    event
* =================================================================== */
.event {
  padding: calc(323 / 750 * 100%) 0 calc(200 / 750 * 100%);
}

.event::before, .event::after {
  content: "";
  display: block;
  background-size: auto 100%;
  position: absolute;
}

.event::before {
  width: calc(583 / 750 * 100%);
  padding-top: calc(281 / 750 * 100%);
  background: url(../images/common/img_river_r.png) no-repeat left top/contain;
  top: 0;
  right: 0;
  margin: calc(22/750 *100%) calc(-100/750 *100%) 0 0;
}

.event::after {
  width: calc(359 / 750 * 100%);
  padding-top: calc(121 / 750 * 100%);
  background: url(../images/common/img_river_l1.png) no-repeat left top/contain;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(100/750 *100%) 0;
}

.event_box .event_list {
  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;
}

.event_box li {
  width: calc(312/670 *100%);
  margin: 0 auto;
  margin-bottom: calc(60/670 *100%);
}

.event_box li .event_img {
  margin-bottom: calc(24/312 *100%);
}

.event_box li .event_txt dt {
  color: #7c4c9e;
  margin-bottom: calc(30/312 *100%);
}

.event_box li .event_txt dd.item_desc {
  margin-bottom: calc(30/312 *100%);
}

.event_box li .event_txt dd.item_category {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  border-radius: 2em;
  background-color: #b7af5c;
  padding: 0 calc(40/312 *100%);
  margin-top: 1em;
}

.event_box li .event_txt dd.item_link {
  text-align: right;
  margin-top: calc(30/312*100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.event_box li .event_txt dd.item_link::before {
  content: "";
  display: block;
  margin-right: calc(24/312 *100%);
  width: calc(80/312 * 100%);
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#d59df2), to(#d9d06c));
  background: linear-gradient(to right, #d59df2, #d9d06c);
}

.event_box li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .event {
    padding: calc(290 / 1400 * 100%) 0 calc(140 / 1400 * 100%);
  }
  .event .inner {
    max-width: 100vw;
    padding: 0 calc(94 / 1400 * 100%);
  }
  .event::before {
    width: calc(583 / 1400 * 100%);
    padding-top: calc(281 / 1400 * 100%);
    margin: calc(230/1400 *100%) 0 0 0;
  }
  .event::after {
    width: calc(359 / 1400 * 100%);
    padding-top: calc(121 / 1400 * 100%);
    margin: 0 0 calc(54/1400 *100%) 0;
  }
  .event_box {
    width: 100%;
    margin: 0 auto;
  }
  .event_box li {
    width: calc(312/1732 *100%);
    margin-bottom: calc(60/1732 *100%);
  }
  .event_box li .event_img {
    margin-bottom: calc(24/312 *100%);
  }
  .event_box li .event_txt dl dt {
    font-size: 1.8rem;
    margin-bottom: calc(24/312 *100%);
  }
  .event_box li .event_txt dl dd.item_desc {
    margin-bottom: calc(24/312 *100%);
    line-height: 2;
  }
  .event_box li .event_txt dl dd.item_date {
    font-size: 1.4rem;
  }
  .event_box li .event_txt dl dd.item_category {
    font-size: 1.4rem;
    padding: 0 calc(32/312 *100%);
  }
  .event_box li .event_txt dl dd.item_link {
    font-size: 1.6rem;
    text-align: right;
    margin-top: calc(10/312*100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .event_box li .event_txt dl dd.item_link::before {
    -webkit-transition: -webkit-transform 0.3s ease 0.3s;
    transition: -webkit-transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .event_box li:hover .event_txt dl dd.item_link::before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .event_box li:hover .event_txt dl dd.item_link::after {
    -webkit-transition: -webkit-transform 0.3s ease 0.3s;
    transition: -webkit-transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .event_box li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .event {
    padding: 290px 0 140px;
  }
  .event .inner {
    max-width: 100vw;
    padding: 0 94px;
  }
  .event::before {
    width: 583px;
    padding-top: 281px;
    margin: 230px 0 0 0;
  }
  .event::after {
    width: 359px;
    padding-top: 121px;
    margin: 0 0 54px 0;
  }
}


/* =====================================================================
*    twitter
* =================================================================== */

.twitter-timeline{
    height: 500px;
    overflow-y: scroll;
}
.twitter-timeline iframe {
    width: 100% !important;
}

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

/* =====================================================================
*    2023.10.30 add
* =================================================================== */
.sp-live-title {
  margin-top: -3rem;
  font-weight:700;
  font-size: 3rem;
  color: #fff;
}
.marker-normal {
  background: linear-gradient(transparent 75%, #004aba 75%);
  font-weight: bold;
}
.txt-catch {
  font-size: 2.5rem;
  line-height: 4rem;
    color: #fff;
    }
.txt-w {
  padding: 2rem;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #fff;
}
.sp-photo {
  width: 90%;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
}
  .sp-photo figure {
    width: 100%;
    margin:1rem auto;
  }
.sp-photo figure img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sp-live-title {
     margin-top:-7rem;
      font-size: 3.4rem;
    }
.sp-photo {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
    .sp-photo figure {
      width: 49%;
    }
        .txt-catch {
          font-size: 2.2rem;
          line-height: 4rem;

        }

        .txt-w {
          padding: 1.8rem;
          font-size: 1.8rem;
          line-height: 3.6rem;
        }
}

.comingsoon {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 3em 0; 
}

.s_ttl {
  background: #111a33;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

.sp-photo-w {
  padding: 2em 0;
}

.txt-w strong {
  color: #eaff39;
  font-weight: bold;
  font-size: 1.6em;
}

.txt-w strong span {
  display: block;
  font-size: 0.8em;
  padding-bottom: 0.5em;
}

.txt-w a {
  color: #eaff39;
  text-decoration: underline;
}

.sp_line {
  display: block;
  margin: 4em 0;
}

/* =====================================================================
*    ゲスト解説ブロック追加
* =================================================================== */

.guest_ttl {
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  margin: 1em auto 0.5em;
  padding-bottom: 0.1em;
  color: #fff; 
  background: #001f93;
  border-radius: 50px;
}

.guest {
  margin: 2em auto 0;
  width: 100%;
  text-align: center;
  color: #001f93;
}

.guest dt {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.guest dd {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.guest dd strong {
  display: block;
  font-size: 3em;
  font-weight: bold;
  background: #fff;
  padding: 0 1em 0.1em;
  margin-bottom: 0.1em;
}

.guest dd strong i {
  font-size: 0.6em;
  font-weight: bold;
  font-style: normal;
}

.guest dd span {
  font-size: 2em;
  background: #fff;
  padding: 0.1em 1em;
  margin: 0.1em 0;
  font-weight: bold;
}
.guest_comment {
  margin: 2em auto 0;
  width: 100%;
  background: #fff;
  color: #001f93;
  padding: 1em;
  font-size: 2em;
}
.guest_comment strong {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #001f93;
}

@media screen and (min-width: 769px) {
  .guest_ttl {
    font-size: 2em;
  }
  
  .guest {
    width: 90%;
  }
  
  .guest dt {
    display: inline-block;
    width: 30%;
  }
  
  .guest dd {
    display: inline-block;
  }

  .guest dd span {
    font-size: 1em;
  }

  .guest dd strong {
    display: block;
    font-size: 2em;
    font-weight: bold;
    background: #fff;
    padding: 0 1em 0.1em;
    margin-bottom: 0.1em;
  }
  .guest_comment {
  margin: 2em auto 0;
  width: 60%;
  background: #fff;
  color: #001f93;
  padding: 1em;
  font-size: 1em;
}
.guest_comment strong {
  display: block;
  font-size: 1.4em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #001f93;
}
  
}