<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("../css/reset.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  background: url(../../img/body_bg.jpg) center top no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  font: 1.6rem/1.7 "Noto Sans JP", sans-serif !important;
  color: #333333;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

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

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80px;
  background: #fff;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  background-position: bottom right;
}

.header__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .header__logo img {
    width: 105px;
    height: auto;
  }
}

.header__tokyofm {
  width: 140px;
  /* height: 80px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__tokyofm img {
  width: 140px;
  height: auto;
}

.header__jfn {
  width: 50px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.header__jfn img {
  width: 50px;
  height: auto;
}

@media (max-width: 768px) {
  .header__jfn {
    width: 40px;
    height: 70px;
    margin-left: 20px;
  }
  .header__jfn img {
    width: 40px;
    height: auto;
  }
}

.header .logo_tfm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 80px;
}

.header .logo_tfm &gt; img {
  width: 100%;
  height: auto;
}

.header .freq {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}

@media (max-width: 768px) {
  .header {
    height: 70px;
  }
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }
  .header .freq {
    display: none;
  }
}

.kv {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 70px;
}

@media (max-width: 767px) {
  .kv {
    margin: 0 auto 35px;
  }
}

.kv_main {
  margin-top: 15px;
  position: relative;
}

.kv_main_logo {
  position: relative;
  z-index: 5;
  width: 33.33333%;
  margin: 0 auto 20px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .kv_main_logo {
    width: 50%;
    margin: 45px auto 20px;
  }
}

@media (max-width: 767px) {
  .kv_main_logo {
    margin: 45px auto 20px;
    width: 66.0793% !important;
  }
}

.kv_main_ph1 {
  z-index: 1;
  position: absolute;
  display: block;
  left: 3.55556%;
  bottom: 10px;
  width: 31.11111%;
}

@media (max-width: 767px) {
  .kv_main_ph1 {
    left: -2%;
    bottom: 58.66667%;
    width: 34.66667% !important;
  }
}

.kv_main_ph2 {
  z-index: 2;
  position: absolute;
  display: block;
  right: 6.33333%;
  bottom: -50px;
  width: 31.11111%;
}

@media (max-width: 767px) {
  .kv_main_ph2 {
    right: 0%;
    bottom: 45.33333%;
    width: 34.66667% !important;
  }
}

.kv_txt {
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  color: #671d37;
}

@media (max-width: 767px) {
  .kv_txt {
    font-size: 1.4rem;
  }
}

.kv_radiko {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 10px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .kv_radiko {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .kv_radiko {
    max-width: 82.67254%;
  }
}

.gift {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px;
  border-radius: 50px;
  padding: 15px 0 50px;
  box-sizing: border-box;
  background: #faf9f0;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .gift {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .gift {
    width: 90%;
    padding: 15px 0 25px;
  }
}

.gift_ttl {
  width: 60.75%;
  margin: 0 auto 15px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .gift_ttl {
    width: 77.67988%;
  }
}

@media (max-width: 767px) {
  .gift_ttl {
    width: 77.67988%;
  }
}

.gift_lead {
  color: #671d37;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 30px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .gift_lead {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .gift_lead {
    font-size: 1.6rem;
    margin: 0 auto 15px;
  }
}

.gift_flag {
  max-width: 150px;
  margin: 0 auto 5px;
}

@media (max-width: 767px) {
  .gift_flag {
    max-width: 100px;
  }
}

.gift_txt {
  color: #671d37;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .gift_txt {
    font-size: 1.4rem;
    margin: 0 auto 15px;
  }
}

.gift_card {
  width: 70.25%;
  margin: 0 auto 40px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .gift_card {
    width: 82.5257%;
  }
}

@media (max-width: 767px) {
  .gift_card {
    width: 82.5257%;
    margin: 0 auto 20px;
  }
}

.gift_btn {
  width: 50%;
  margin: 0 auto;
  display: block;
  border-radius: 100px;
  background: #600624;
  color: #fff !important;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 50px;
  font-size: 2.6rem;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .gift_btn {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .gift_btn {
    font-size: 1.8rem;
    width: 80%;
  }
}

.tweet {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

@media (max-width: 767px) {
  .tweet {
    width: 90%;
  }
}

.sponsor {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .sponsor {
    width: 90.93333%;
    margin: 0 auto 50px;
  }
}

@media (max-width: 767px) {
  .sponsor {
    width: 90.93333%;
    margin: 0 auto 50px;
  }
}

.footer {
  margin-top: 70px;
  background: #fff;
}

.copyright {
  margin-top: -20px;
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 768px) {
  .copyright {
    margin-top: 20px;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
}

.pagetop &gt; img {
  width: 30px;
  min-height: 0;
}

.pagetop &gt; p {
  margin-top: 1px;
  font-size: 1.2rem;
  color: #999;
}

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

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*# sourceMappingURL=./style.css.map */
.present_chk label.chk-text {
  height: auto;
  margin-bottom: 15px;
}

#ualink {
  color: #3390ff;
  font-weight: bold;
  text-decoration: underline;
}

/********************************************
.contents
********************************************/
.contents {
  margin: 0px auto 30px;
  padding: 5%;
  background: url(../../img/bg_texture.jpg);
  border: #fcfcfc 1px solid;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .contents {
    margin: 0px auto 15px;
  }
}

.contents_lead {
  width: 90%;
  font-size: 1.8rem;
  line-height: 2.8;
  text-align: left;
  margin: 0 auto 60px;
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.5em;
  border-bottom: 1px #ccc solid;
  line-height: 2.5em;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .contents_lead {
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .contents_lead {
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto 30px;
    text-align: left;
  }
  .contents_lead br {
    display: none;
  }
}

.contents_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

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

.contents_ttl span {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 30px;
  font-size: 2.4rem;
  border: 2px solid #671d37;
  color: #671d37;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .contents_ttl span {
    font-size: 1.8rem;
    padding: 3px 20px;
  }
}

.contents .guest {
  width: 100%;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .contents .guest {
    width: 70%;
  }
}

.contents .guest ul {
  width: 28%;
  margin: 0 2%;
}

@media (max-width: 767px) {
  .contents .guest ul {
    width: 100%;
  }
}

.contents_txt {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .contents_txt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contents_txt {
    flex-direction: column;
  }
}

.contents_txt_ph {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.contents_txt_ph img {
  border-radius: 5px;
}

.contents_txt_ttl span {
  display: inline-block !important;
  background: #600624;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 100px;
  padding: 2px 20px 3px;
  margin-bottom: 5px;
}

.contents_txt ul {
  width: 40%;
  margin: 0 5%;
}

@media (max-width: 767px) {
  .contents_txt ul {
    width: 100%;
    margin: 0;
  }
}

.contents_txt ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin: 15px 0;
}

.contents_txt ul li strong {
  font-size: 2.2rem;
  letter-spacing: 1.5px;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

@media (min-width: 768px) and (max-width: 1000px) {
  .contents_txt ul li strong {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .contents_txt ul li strong {
    display: inline-block;
    margin: 0px 0 10px;
  }
}

.contents_txt ul li span {
  display: inline;
}

.contents_txt ul li a {
  margin: 10px 0 30px;
  display: inline-block;
  padding: 2px 20px;
  background: #b10310;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .contents_txt ul li a {
    margin: 0px 0 0px;
  }
}

.contents_box {
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #eee;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 30px auto 30px;
}

.contents_box strong {
  font-size: 2.4rem;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.contents_box span {
  font-size: 1.4rem;
}

.contents_box .nonspace {
  display: inline !important;
}

@media (max-width: 767px) {
  .contents_box .nonspace {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .contents_box {
    width: 100%;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
  }
  .contents_box br {
    display: none;
  }
  .contents_box strong {
    font-size: 1.8rem;
  }
  .contents_box span {
    display: inline !important;
    font-size: 1.2rem;
  }
  .contents_box .nonspace {
    display: none !important;
  }
}

.contents_limit {
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #eee;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: -20px auto 60px;
}

.contents_limit strong {
  font-size: 2.4rem;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

@media (max-width: 767px) {
  .contents_limit {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .contents_limit br {
    display: none;
  }
  .contents_limit strong {
    font-size: 1.8rem;
  }
}

.contents_msg {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0px auto 50px;
  padding: 0 20px;
  max-width: 800px;
}

.contents_corner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.contents_corner dl {
  width: 48%;
  margin: 10px 2% 10px 0;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}

.contents_corner dl:nth-child(2n) {
  margin: 10px 0 10px 0;
}

@media (max-width: 767px) {
  .contents_corner dl {
    width: 100%;
    margin: 5px 2% 5px 0;
  }
}

.contents_corner dl dt {
  color: #671d37;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: #671d37 2px solid;
  padding-bottom: 5px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .contents_corner dl dt {
    font-size: 1.25rem;
  }
}

.contents_corner dl dt strong {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .contents_corner dl dt strong {
    font-size: 1.45rem;
  }
}

.contents_corner dl dt iframe {
  padding-top: 5px;
}

.contents_corner dl dd {
  font-size: 1.45rem;
}

@media (max-width: 767px) {
  .contents_corner dl dd {
    font-size: 1.25rem;
  }
}

.contents_article {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 768px) {
  .contents_article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.contents_personality {
  width: 48%;
  background: url(../../img/personality_bg.jpg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.93237%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .contents_personality {
    width: 70%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .contents_personality {
    width: 100%;
    margin: 0 auto 30px;
    padding: 3.86473%;
  }
}

.contents_personality_wrap {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 2%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .contents_personality_wrap {
    padding: 3%;
  }
}

.contents_personality_border {
  width: 100%;
  background: url(../../img/personality_ttl.png) center 15px no-repeat;
  background-size: 100%;
  border: 1px dotted #c5a988;
  border-radius: 3px;
  padding: 2%;
  box-sizing: border-box;
}

.contents_personality_name {
  margin-top: 10.86957%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}

.contents_personality_name span {
  display: block;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .contents_personality_name {
    margin-top: 14.49275%;
    font-size: 1.8rem;
  }
}

.contents_personality_txt {
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .contents_personality_txt {
    font-size: 1.2rem;
    text-align: left;
    padding: 15px 7px;
  }
  .contents_personality_txt br {
    display: none;
  }
}

.contents_bnr {
  width: 48%;
  background: url(../../img/bnr_bg.png);
  padding: 30px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents_bnr_inner {
  width: 90%;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .contents_bnr {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .contents_bnr {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.contents_lead {
  border-bottom: none;
}

_:-ms-lang(x)::-ms-backdrop,
.fm-btnArea {
  display: block !important;
}

input[type="submit"] {
  background-color: #b10310 !important;
}

.title--msg {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}

#themephoto {
  display: none;
  margin-top: 15px;
}

input[name="themephoto"] {
  border: none;
  height: 50px;
}

@media (max-width: 767px) {
  .notice_sp {
    flex-direction: column;
  }
}

.popup {
  background: url(../../img/bg_texture.jpg) !important;
  border-radius: 10px;
}

.popup h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .popup h3 {
    font-size: 1.7rem;
  }
}

.popup_txt {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .popup_txt {
    font-size: 1.4rem;
  }
}

.popup_txt strong {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .popup_txt strong {
    font-size: 2rem;
  }
}

.popup_txt:nth-of-type(1) {
  margin-bottom: 30px;
}

.end {
  font-size: 2rem;
  font-weight: bold;
  color: #ff006a;
  text-align: center;
  line-height: 1.8;
  margin: 60px 0;
}

@media (max-width: 767px) {
  .end {
    display: block;
    font-size: 1.4rem;
    margin: 30px 0;
  }
}

.end2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff006a;
  text-align: center;
  line-height: 1.2 !important;
  margin: 60px 0;
}

@media (max-width: 767px) {
  .end2 {
    display: block;
    font-size: 1.4rem;
    margin: 15px 0;
    text-align: left !important;
  }
  .end2 br {
    display: none !important;
  }
}

.bnr {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 50px auto;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .bnr {
    width: 100%;
    margin: 25px auto;
  }
}

@media (max-width: 767px) {
  .bnr {
    width: 100%;
    margin: 25px auto;
  }
}

.bnr div {
  width: 47%;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .bnr div {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .bnr div {
    width: 48%;
    margin-bottom: 25px;
  }
}

.radiko {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 10px;
}
</pre></body></html>